Date: Mon, 23 Nov 1998 15:43:17 +0100 From: sthaug@nethelp.no To: forrie@navinet.net Cc: freebsd-current@FreeBSD.ORG Subject: Re: Problems with BusLogic BT-958 Message-ID: <1694.911832197@verdi.nethelp.no> In-Reply-To: Your message of "Mon, 23 Nov 1998 09:22:46 -0500" References: <19981123092246.A29109@navinet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> I defined in the kernel: > > controller bt0 at isa? port "IO_BT0" irq ? > > But get this error upon boot: > > bt: unit number (1) too high > bt1 not found at 0x300 > > I didn't see any other info in the LINT file. > What's wrong? > > This applies to FreeBSD-3.0-CURRENT (build world yesterday). I don't think anything is wrong. I have a similar error message in a 3.0 system with two BT-946C controllers, and two config file entries (bt0 and bt1). On boot I get: bt0: <Buslogic Multimaster SCSI host adapter> rev 0x00 int a irq 10 on pci0.6.0 bt0: BT-946C FW Rev. 4.28D Narrow SCSI Host Adapter, SCSI ID 7, 100 CCBs bt1: <Buslogic Multimaster SCSI host adapter> rev 0x00 int a irq 12 on pci0.7.0 bt1: BT-946C FW Rev. 4.28D Narrow SCSI Host Adapter, SCSI ID 7, 100 CCBs while probing the PCI devices, then later bt: unit number (2) too high bt2 not found at 0x230 bt: unit number (2) too high bt2 not found at 0x230 when it's probing the ISA devices. So to me it looks like an artifact of the way these controllers are probed. Steinar Haug, Nethelp consulting, sthaug@nethelp.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1694.911832197>