From owner-freebsd-hackers Tue Jul 29 08:06:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA19663 for hackers-outgoing; Tue, 29 Jul 1997 08:06:17 -0700 (PDT) Received: from iworks.InterWorks.org (deischen@iworks.interworks.org [128.255.18.10]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA19656 for ; Tue, 29 Jul 1997 08:06:11 -0700 (PDT) Received: (from deischen@localhost) by iworks.InterWorks.org (8.7.5/) id KAA11272; Tue, 29 Jul 1997 10:11:04 -0500 (CDT) Message-Id: <199707291511.KAA11272@iworks.InterWorks.org> Date: Tue, 29 Jul 1997 10:11:04 -0500 (CDT) From: "Daniel M. Eischen" To: Jeff.Kreska@MCI.Com, freebsd-hackers@FreeBSD.ORG Subject: Re: Adaptec 2940UW Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Here is the output from a boot that caueses the last device in the SCSI > chain to be disabeled.If I go into the SCSI Bios and disable wide > negotiation for the CD and DAT all works fine. It seems odd that I > would have to do this, and it could be a burden if I connected a wide > device to the bus and forgot to go re-enable wide negotiation. [...] > (ahc0:0:0): "HP C3325A 5293" type 0 fixed SCSI 2 > sd0(ahc0:0:0): Direct-Access 2069MB (4238836 512 byte sectors) > ahc0:A:2: refuses WIDE negotiation. Using 8bit transfers > (ahc0:2:0): "ARCHIVE Python 25501-XXX 2.50" type 1 removable SCSI 2 > st0(ahc0:2:0): Sequential-Access density code 0x13, 512-byte blocks, > write-enabled > ahc0:A:4: refuses WIDE negotiation. Using 8bit transfers What device is at ID 4? Can you boot verbose (-v)? Some older SCSI devices will choke on a wide negotiation message, so it does become necessary to disable it for that device. What happens if you disable wide negotiation on the Archive only? Does the unit at ID 4 still choke? I would think that whatever is at ID 4 just cannot handle a wide negotiation attempt. I don't understand your statement "if I connected a wide device to the bus and forgot to re-enable wide negotation". If you've got narrow devices on the bus, set them for non-wide and set all the unused IDs for wide. Dan Eischen deischen@iworks.InterWorks.org