From owner-freebsd-stable Thu Feb 15 06:58:35 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA02801 for stable-outgoing; Thu, 15 Feb 1996 06:58:35 -0800 (PST) Received: from public.wintek.com (public.wintek.com [199.233.104.88]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA02795 for ; Thu, 15 Feb 1996 06:58:32 -0800 (PST) Received: from watson.grauel.com (watson.grauel.com [199.233.104.36]) by public.wintek.com (8.6.12/1.17wintek(3.6davy)) with ESMTP id JAA29907; Thu, 15 Feb 1996 09:58:29 -0500 Received: from sparcmill.grauel.com (sparcmill.grauel.com [199.233.104.34]) by watson.grauel.com (8.6.12/8.6.9) with SMTP id KAA00270; Thu, 15 Feb 1996 10:03:40 -0500 Received: by sparcmill.grauel.com (5.0/SMI-SVR4) id AA08224; Thu, 15 Feb 1996 09:58:36 +0500 Date: Thu, 15 Feb 1996 09:58:36 +0500 Message-Id: <9602151458.AA08224@sparcmill.grauel.com> From: Richard J Kuhns To: "Justin T. Gibbs" Cc: Richard J Kuhns , freebsd-stable@freebsd.org Subject: Re: One problem && one question In-Reply-To: <199602141914.LAA07554@freefall.freebsd.org> References: <9602141633.AA00264@sparcmill.grauel.com> <199602141914.LAA07554@freefall.freebsd.org> Sender: owner-stable@freebsd.org Precedence: bulk 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