Date: Mon, 23 Nov 1998 08:58:31 -0600 From: Patrick Hartling <mystify@friley-184-92.res.iastate.edu> To: Forrest Aldrich <forrie@navinet.net> Cc: freebsd-current@FreeBSD.ORG Subject: Re: Problems with BusLogic BT-958 Message-ID: <199811231458.IAA03461@friley-184-92.res.iastate.edu> In-Reply-To: Message from Forrest Aldrich <forrie@navinet.net> of "Mon, 23 Nov 1998 09:22:46 EST." <19981123092246.A29109@navinet.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Forrest Aldrich <forrie@navinet.net> wrote: } 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? The problem is in your kernel config file. You have an entry for an ISA card when yours is actually PCI. I was doing the same thing for a long time. All you need is: controller bt0 Once you change that, that message about bt1 will go away. -Patrick Patrick L. Hartling | Research Assistant, ICEMT mystify@friley-184-92.res.iastate.edu | Carver Lab - 95E Black Engineering http://www.public.iastate.edu/~oz/ | http://www.icemt.iastate.edu/ 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?199811231458.IAA03461>