From owner-freebsd-hackers Wed Jul 10 14:28:14 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA15728 for hackers-outgoing; Wed, 10 Jul 1996 14:28:14 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA15715 for ; Wed, 10 Jul 1996 14:28:08 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA27314; Wed, 10 Jul 1996 14:22:30 -0700 From: Terry Lambert Message-Id: <199607102122.OAA27314@phaeton.artisoft.com> Subject: Re: Puting PnP support into -current by default To: hasty@rah.star-gate.com (Amancio Hasty) Date: Wed, 10 Jul 1996 14:22:30 -0700 (MST) Cc: julian@ref.tfs.com, smpatel@prognet.com, hackers@freebsd.org, thorpej@netbsd.org In-Reply-To: <199607101929.MAA09509@rah.star-gate.com> from "Amancio Hasty" at Jul 10, 96 12:29:26 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Careful here with the PnP stuff... > > At the very least the PnP support should have an interface in the > kernel config file similar to the way we currently configured devices. > > Let me explain, the current gus pnp configuration is as follows: > 1. For motherboards which supports PnP > > device gus0 at isa? vector gusintr PNP is a purely ISA phenomenon: device gus0 at pnp? vector gusintr The reasoning is simple: 1) I may have PnP cards, but a non-PnP-BIOS motherboard. 2) I may have a PnP-BIOS motherboard, but plug in a non-PnP card. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.