Date: Thu, 15 Feb 1996 09:58:36 +0500 From: Richard J Kuhns <rjk@sparcmill.grauel.com> To: "Justin T. Gibbs" <gibbs@freefall.freebsd.org> Cc: Richard J Kuhns <rjk@sparcmill.grauel.com>, freebsd-stable@freebsd.org Subject: Re: One problem && one question Message-ID: <9602151458.AA08224@sparcmill.grauel.com> In-Reply-To: <199602141914.LAA07554@freefall.freebsd.org> References: <9602141633.AA00264@sparcmill.grauel.com> <199602141914.LAA07554@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Justin T. Gibbs writes: > > controller bt0 > > Will give you a pci and eisa probe so long as the pci and eisa busses > are defined in your config file. An entry like: > > controller bt0 at isa? ... > > Gives you an ISA/EISA and PCI probe and so its what is in our GENERIC > kernel config file. You can prevent the ISA probe by using a config > line without the "at isa?" part. > Thanks -- that worked. > One thing that would be interesting to know is if your card can > be probed twice (ie found by the ISA probe after a successfull > PCI probe). Can you add a "controller bt1 at isa? ..." entry into > your config file in addition to the one you have and see what happens? > The probe won't even attempt to look at the card if its out of unit numbers, > so the ouput you give below isn't enough to prove that we can't > double probe the card. > I'm afraid the card IS double probed. I built and booted a kernel with the following in the config file: controller bt0 controller bt1 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr The PCI probe found the card first as bt0; the ISA probe found it later as bt1. In the interest of minimizing possible damage to my file systems, I'm afraid I hit the reset button while the bt1 portion was ``waiting for scsi devices to settle'. -- Rich Kuhns rjk@grauel.com PO Box 6249 100 Sawmill Road Lafayette, IN 47903 (317)477-6000 x319
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9602151458.AA08224>
