Date: Wed, 27 Mar 1996 10:12:32 -0800 From: "Justin T. Gibbs" <gibbs@freefall.freebsd.org> To: Kevin Rosenberg <kevin@cyberport.com> Cc: freebsd-current@freebsd.org Subject: Re: Hang on "changing root device to sd0" Message-ID: <199603271812.KAA14626@freefall.freebsd.org> In-Reply-To: Your message of "Wed, 27 Mar 1996 02:36:18 MST." <Pine.BSI.3.92.960327022858.11957A-100000@hippo.cyberport.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>I have a buslogic 946C with 4 SCSI disks. The disks are all found fine >during booting, but I get the messages > "bt: unit number (1) too high" > "bt0: not found" Disable the isa compatibility port address on your card using the Buslogic boot time configuration screen. Your card is being double probed which is Baaaad. >Later, I get the hang mentioned above. > >I did change /sys/compile/LOCAL/bt.h to set NBT equal to 2. Not what you want to do. Do you really have two cards??? 8-) >Then I no longer get the "bt: unit number (1) too high" message. After bt0 >drives are found, the boot process "finds" bt1 and lists it's >IO port, irq, and drives as exactly the same as bt0. Except that the unit numbers for the drives are higher and the first set of units don't work anymore because of the double probe. I'll fix the probe to not be destructive if the unit number is too high. Its a bug to only test it in the attach code. You may also want to look a day back in the -stable archives where this same issue was discussed in detail. >I'd be grateful if someone had some suggestions! > >TIA. > >----------------------------------------------------------------------- >Kevin Rosenberg | The Four Corner's Finest Internet Access >System Administrator | kevin@cyberport.com >CyberPort Station | http://www.cyberport.com > > > -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations ===========================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603271812.KAA14626>
