From owner-freebsd-hackers Thu Jan 11 05:28:20 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA20215 for hackers-outgoing; Thu, 11 Jan 1996 05:28:20 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA20193 for ; Thu, 11 Jan 1996 05:28:12 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id AAA14111; Fri, 12 Jan 1996 00:24:42 +1100 Date: Fri, 12 Jan 1996 00:24:42 +1100 From: Bruce Evans Message-Id: <199601111324.AAA14111@godzilla.zeta.org.au> To: gibbs@freefall.freebsd.org, smpatel@wam.umd.edu Subject: Re: PnP problem... Cc: freebsd-hackers@freebsd.org, hasty@rah.star-gate.com, neil@synthcom.com, terry@lambert.org Sender: owner-hackers@freebsd.org Precedence: bulk >A couple of quick questions: Is there a unified structure where one can >access the information from PCI/EISA/ISA probes? No. For ISA alone there are several tables with incomplete information. This would be easy to fix except there are a lot of drivers. >How well can the ISA >code non-invasively probe devices (currently)? There was once a probe option in userconfig but it was turned off because it didn't work in all cases. I think most probes are very invasive but this is only a problem at autoconfig time in a few cases. Bruce