From owner-freebsd-hackers Tue Jan 9 17:11:46 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA24355 for hackers-outgoing; Tue, 9 Jan 1996 17:11:46 -0800 (PST) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA24346 for ; Tue, 9 Jan 1996 17:11:41 -0800 (PST) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.6.12/8.6.12) with ESMTP id RAA01689 for ; Tue, 9 Jan 1996 17:11:19 -0800 Message-Id: <199601100111.RAA01689@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: freebsd-hackers@freebsd.org Subject: PnP problem... Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 09 Jan 1996 17:11:18 -0800 From: "Amancio Hasty Jr." Sender: owner-hackers@freebsd.org Precedence: bulk Well, I have a GUS PnP and it has a few devices on the card. Any cool suggestions on how to tackle the PnP problem of auto-magically configuring PnP devices when we have something like the GUS PnP? Tnks, Amancio ------- Forwarded Message Return-Path: smpatel@wam.umd.edu Received: from sl-044.sl.cybercomm.net (sl-044.sl.cybercomm.net [199.171.196.172]) by rah.star-gate.com (8.6.12/8.6.12) with ESMTP id SAA10613 for ; Mon, 8 Jan 1996 18:29:43 -0800 Received: from sl-044.sl.cybercomm.net (localhost [127.0.0.1]) by sl-044.sl.cybercomm.net (8.6.12/8.6.12) with SMTP id VAA01944 for ; Mon, 8 Jan 1996 21:29:32 -0500 Date: Mon, 8 Jan 1996 21:29:31 -0500 (EST) From: Sujal Patel X-Sender: smpatel@sl-044.sl.cybercomm.net To: "Amancio Hasty Jr." Subject: Re: PnP Docs In-Reply-To: <199601090113.RAA10048@rah.star-gate.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 8 Jan 1996, Amancio Hasty Jr. wrote: > Did you managed to figured out how to configure a PnP card? Oh Lord! I just looked at the output you mailed me. Lemme get this straight: The GUS PnP wants For Wave & Codec: 1 IRQ, 2 DMA Channels, 3 sets of I/O Ports For CD-ROM: 1 IRQ, 2 sets of I/O Ports For SB-Audio: 1 IRQ, 1 DMA Channel, 1 set of I/O Ports For GM-Music: 1 IRQ, 1 set of I/O Ports Grand Total: 4 Interrupts, 3 DMA Channels, 7 sets of I/O ports... Is this REALLY what your card wants??? That's what it looks like to me.. I was thinking of a nice simple way of configuring like: device sio2 at isa? pnp "SUP1310" port "IO_COM3" tty irq 15 vector siointr But with a device as complex as yours this would fall apart real quick. Is each of the Logical Devices in your card a seperate FreeBSD driver? Which driver does each of these devices correspond to? Thanks for the help... I'm sure we'll be able to hot-wire your card sometime soon, but doing this cleanly is getting pretty interesting (any ideas? :) Sujal ------- End of Forwarded Message