From owner-freebsd-hackers Wed Jan 10 13:39:42 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA03795 for hackers-outgoing; Wed, 10 Jan 1996 13:39:42 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA03788 for ; Wed, 10 Jan 1996 13:39:35 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA15484; Wed, 10 Jan 1996 14:35:00 -0700 From: Terry Lambert Message-Id: <199601102135.OAA15484@phaeton.artisoft.com> Subject: Re: PnP Proposal, Ideas & Issues [Was: PnP problem...] To: smpatel@wam.umd.edu (Sujal Patel) Date: Wed, 10 Jan 1996 14:35:00 -0700 (MST) Cc: hasty@rah.star-gate.com, freebsd-hackers@FreeBSD.org, kashmir@umiacs.umd.edu In-Reply-To: from "Sujal Patel" at Jan 9, 96 11:36:40 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 Precedence: bulk > So the first goal was to be able to specify certain resources that a PnP > card should use: > > I was hoping that we could strive for something along of the lines of: > device sio2 at isa? pnp "SUP1310" port "IO_COM3" tty irq 15 vector siointr > > This would be nice and simple-- Say that PnP device "SUP1310" is handled > by driver sio2 and configure the card and the driver for port 0x3e8 and > irq 15. But unfortunately, the solution is not going to nearly this > simple. Cards like the GUS PnP and other multi-function cards cannot be > configured like this at all. This is probably a bad approach. The idea of PnP is that the devices will fit into an unused space. This is a difficult (and potentially insoluable without a hack job) problem for non-PnP ISA devices in a standard ISA bus, since if you can't probe them, you can't predict what the conflicts would be. > I'm sure that we're gonna always need some kind of manual configuration > of PnP devices (for those really though cards like the GUS). The > majority of PnP cards should be very simple to configure (and could > be done automatically at boot-time). The problem is that it seems VERY > difficult to determine exactly what resources are going to be used when > the system is booting. I think you'd need manual configuration of unprobeable hardware to set up the intersects for it. Other than that, I don't think you *really* have to manually config the cards. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.