From owner-freebsd-scsi@FreeBSD.ORG Sun Mar 21 15:50:13 2004 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB22916A4CE for ; Sun, 21 Mar 2004 15:50:13 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 6D0AE43D41 for ; Sun, 21 Mar 2004 15:50:13 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 66304 invoked by uid 1002); 21 Mar 2004 23:50:11 -0000 Received: from unknown (HELO ?10.4.1.17?) (64.58.1.252) by smtp.mho.net with SMTP; 21 Mar 2004 23:50:11 -0000 Date: Sun, 21 Mar 2004 16:54:23 -0700 (MST) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: Mark Dixon In-Reply-To: <200403210915.16226.mark@markdnet.demon.co.uk> Message-ID: <20040321164958.R30715@pooker.samsco.home> References: <200403210915.16226.mark@markdnet.demon.co.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-scsi@freebsd.org Subject: Re: Adaptec 19160 and SCA-80 drive X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Mar 2004 23:50:13 -0000 On Sun, 21 Mar 2004, Mark Dixon wrote: > Hi, > > I've got an Adaptec 19160 and I have connected it to a 9gb SCA-80 drive via an > adaptor which converts it to a 50 pin SCSI device. This works well in Debian > Linux, and grudgingly in Windows (it seems to take a few seconds longer than > it should to figure out whats going on), but FreeBSD really doesn't like it. > > With Parity on, FreeBSD refuses to boot claiming parity errors on all SCSI ids > on the board (despite there being only one disk attached). It then locks up > attempting to destroy the disk (I presume it doesn't mean that literally). FreeBSD doesn't detect when you've brute-forced a wide drive to a narrow cable. If you are intent on keeping this configuration (which I would really discourage), then you need to jumper the drive to narrow mode and/or go into the SCSI BIOS and set the properties of all targets to be narrow. This works well in linux because we wrote the code to handle this kind of stuff (called Domain Validation) last year. Unfortunately, we haven't had time to port it to FreeBSD. Scott