From owner-freebsd-hackers Fri Mar 8 15:12:04 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA20361 for hackers-outgoing; Fri, 8 Mar 1996 15:12:04 -0800 (PST) Received: from localhost (daemon@localhost) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA20198 Fri, 8 Mar 1996 15:10:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA20014 for questions-outgoing; Fri, 8 Mar 1996 15:08:33 -0800 (PST) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA20006 for ; Fri, 8 Mar 1996 15:08:30 -0800 (PST) Received: by agora.rdrop.com (Smail3.1.29.1 #17) id m0tvBGq-0008sNC; Fri, 8 Mar 96 15:08 PST Message-Id: From: garyh@agora.rdrop.com (Gary Hanson) Subject: Re: Need GENERIC driver [problem solved] To: se@ZPR.Uni-Koeln.DE (Stefan Esser) Date: Fri, 8 Mar 1996 15:08:24 -0800 (PST) Cc: questions@freebsd.org In-Reply-To: <199603082149.AA19418@Sisyphos> from "Stefan Esser" at Mar 8, 96 10:49:03 pm X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Loop: owner-questions@FreeBSD.ORG Sender: owner-hackers@freebsd.org X-Loop: owner-hackers@FreeBSD.ORG Precedence: bulk I said: > } Problem: The NCR SCSI driver (ncr0) isn't included in the boot.flp file, Yes, it _is_ included, but doesn't show up in a boot -c 'ls'. Stefan said: > Boot with -v and look for all PCI bus probe > messages. Excellent idea, but it never made it to the PCI probes, it hung before then. When I opened up the box, I suddenly remembered that my soundblaster is a Soundblaster SCSI, and the SCSI port cannot be disabled in hardware. I don't use the SB SCSI, I use the NCR SCSI, and forgot about the SB. I _had_ noticed that it'd probed an Adaptec on ISA, but since it also detected my Intel EtherExpress as a Mitsumi CD, I figured (wrongly) that the Adaptec was just another misprobe. A bit of fiddling with boot -c, and it now comes up. Mea culpa, and thanks. --Gary