From owner-freebsd-scsi Mon Jan 27 02:25:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA29653 for freebsd-scsi-outgoing; Mon, 27 Jan 1997 02:25:15 -0800 (PST) Received: from Sisyphos.MI.Uni-Koeln.DE (Sisyphos.MI.Uni-Koeln.DE [134.95.212.10]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id CAA29638; Mon, 27 Jan 1997 02:24:53 -0800 (PST) Received: from x14.mi.uni-koeln.de (annexr3-15.slip.Uni-Koeln.DE) by Sisyphos.MI.Uni-Koeln.DE with SMTP id AA28781 (5.67b/IDA-1.5); Mon, 27 Jan 1997 11:24:36 +0100 Received: (from se@localhost) by x14.mi.uni-koeln.de (8.8.4/8.6.9) id LAA08059; Mon, 27 Jan 1997 11:24:01 +0100 (CET) Message-Id: Date: Mon, 27 Jan 1997 11:22:40 +0100 From: se@freebsd.org (Stefan Esser) To: jmz@cabri.obs-besancon.fr (Jean-Marc Zucconi) Cc: se@freebsd.org, freebsd-scsi@freebsd.org Subject: Re: 2 NCR controllers, problem. References: <9701242338.AA08766@cabri.obs-besancon.fr> X-Mailer: Mutt 0.58-PL15 Mime-Version: 1.0 In-Reply-To: <9701242338.AA08766@cabri.obs-besancon.fr>; from Jean-Marc Zucconi on Jan 25, 1997 00:38:13 +0100 Sender: owner-freebsd-scsi@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Jan 25, jmz@cabri.obs-besancon.fr (Jean-Marc Zucconi) wrote: > >>>>> Stefan Esser writes: > In fact this is not a problem because that this is the second > controller. I tried to boot after having removed the 1st NCR and the > bios does not recognize the DAT (the machine does not boot however > because the drive has no OS on it). > Of course this does not explain why a 1542 see the DAT (they both use > the same scsi attach routine?) nor why I can make the DAT to appear > when I use scsi(8) You may need to extend the probe wait time: options SCSI_DELAY=30 Regards, STefan