From owner-freebsd-current Mon Nov 23 06:43:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA21745 for freebsd-current-outgoing; Mon, 23 Nov 1998 06:43:57 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from verdi.nethelp.no (verdi.nethelp.no [158.36.41.162]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id GAA21739 for ; Mon, 23 Nov 1998 06:43:53 -0800 (PST) (envelope-from sthaug@nethelp.no) From: sthaug@nethelp.no Received: (qmail 1696 invoked by uid 1001); 23 Nov 1998 14:43:17 +0000 (GMT) To: forrie@navinet.net Cc: freebsd-current@FreeBSD.ORG Subject: Re: Problems with BusLogic BT-958 In-Reply-To: Your message of "Mon, 23 Nov 1998 09:22:46 -0500" References: <19981123092246.A29109@navinet.net> X-Mailer: Mew version 1.05+ on Emacs 19.34.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Mon, 23 Nov 1998 15:43:17 +0100 Message-ID: <1694.911832197@verdi.nethelp.no> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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: 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: 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