From owner-freebsd-hackers Tue Jan 9 18:21:55 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA28354 for hackers-outgoing; Tue, 9 Jan 1996 18:21:55 -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 SAA28340 for ; Tue, 9 Jan 1996 18:21:48 -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 SAA02264; Tue, 9 Jan 1996 18:21:00 -0800 Message-Id: <199601100221.SAA02264@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Terry Lambert cc: freebsd-hackers@FreeBSD.org Subject: Re: PnP problem... In-reply-to: Your message of "Tue, 09 Jan 1996 19:10:06 MST." <199601100210.TAA13513@phaeton.artisoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 09 Jan 1996 18:20:59 -0800 From: "Amancio Hasty Jr." Sender: owner-hackers@FreeBSD.org Precedence: bulk Sorry Terry this does not make any sense. My gus does have different devices. You can say that the GUS PnP has a poor architecture for handling different devices -- that I would agree with. The fact remains that the GUS PnP is not an isolated PnP soundcard which is going to offered similar configuration problems. Somehow we have to : a. know in advance which devices is the kernel configured for, if possible given that we have lkms b. then configured all PnP devices which we know we have driver for. c. continue with normal probe and attach driver initialization sequence. Tnks, Amancio >>> Terry Lambert said: > > 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? > > [ ... ] > > > Grand Total: 4 Interrupts, 3 DMA Channels, 7 sets of I/O ports... > > One would think you could share interrupts... then ask where it was > coming from. > > > Terry Lambert > terry@lambert.org > --- > Any opinions in this posting are my own and not those of my present > or previous employers.