From owner-freebsd-multimedia Sun Dec 29 01:53:28 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA21731 for multimedia-outgoing; Sun, 29 Dec 1996 01:53:28 -0800 (PST) Received: from rah.star-gate.com ([204.188.121.18]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA21726 for ; Sun, 29 Dec 1996 01:53:26 -0800 (PST) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.7.6/8.7.3) with ESMTP id BAA05133; Sun, 29 Dec 1996 01:52:53 -0800 (PST) Message-Id: <199612290952.BAA05133@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: Sujal Patel cc: "Jordan K. Hubbard" , multimedia@freebsd.org Subject: Re: Sound Blaster PnP babble In-reply-to: Your message of "Sun, 29 Dec 1996 03:42:02 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 29 Dec 1996 01:52:53 -0800 From: Amancio Hasty Sender: owner-multimedia@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of Sujal Patel : > On Sat, 28 Dec 1996, Jordan K. Hubbard wrote: > > > :-) > > > > BTW, any luck with Sound Blaster PnP lately? We've had a lot of people > > asking about it.. > > The card should work just fine. There are several things to note though: > > 1 - If you have a PnP bios, you don't need to use my PnP driver. If you > don't use the driver though, you need to "guess" where the BIOS configured > your card :-) There is sample code to read the PnP BIOS's configuration > in ~smpatel/public_html/pnpget* (I haven't had time to clean this up yet). I thought that the PnP bios does not activate ISA PnP cards. It does assigned them a CSN and appropiate resources however the devices will remain inactive till the OS or program activates them. At any rate, there are enough bogus PnP bioses floating around that the safest bet is to depend on the driver for proper PnP initialization and activation. In fact one of the buggy PnP Bios force me to write the PnP code in the GUS PnP driver. As for most people not being able to configure the SB PnP , is probably to hard form them. I am saying this from my past experience in dealing with the config issues in the sound driver. Regards, Amancio