From owner-freebsd-hackers Tue Jan 9 20:40:38 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA05804 for hackers-outgoing; Tue, 9 Jan 1996 20:40:38 -0800 (PST) Received: from sl-022.sl.cybercomm.net (sl-022.sl.cybercomm.net [199.171.196.150]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA05799 for ; Tue, 9 Jan 1996 20:40:30 -0800 (PST) Received: from sl-022.sl.cybercomm.net (localhost [127.0.0.1]) by sl-022.sl.cybercomm.net (8.6.12/8.6.12) with SMTP id XAA08016; Tue, 9 Jan 1996 23:38:52 -0500 Date: Tue, 9 Jan 1996 23:38:51 -0500 (EST) From: Sujal Patel X-Sender: smpatel@sl-022.sl.cybercomm.net To: Terry Lambert cc: "Amancio Hasty Jr." , freebsd-hackers@FreeBSD.org Subject: Re: PnP problem... In-Reply-To: <199601100210.TAA13513@phaeton.artisoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.org Precedence: bulk On Tue, 9 Jan 1996, Terry Lambert wrote: > > 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. One would think that Gravis would have done something to make this simpler, but they didn't :). This card has ATAPI, a Game Port, 2 DSPs (I think), GM Music, and SoundBlaster Audio. I think that each of these goes to a seperate FreeBSD driver, so you'd need to generate different interrupts for each logical device on the card. Sujal