From owner-freebsd-multimedia Sun Aug 10 22:15:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA12234 for multimedia-outgoing; Sun, 10 Aug 1997 22:15:40 -0700 (PDT) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id WAA12225 for ; Sun, 10 Aug 1997 22:15:36 -0700 (PDT) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id GAA02721; Mon, 11 Aug 1997 06:05:22 +0200 From: Luigi Rizzo Message-Id: <199708110405.GAA02721@labinfo.iet.unipi.it> Subject: Re: AWE32/64 support? To: rhh@ct.picker.com (Randall Hopper) Date: Mon, 11 Aug 1997 06:05:22 +0200 (MET DST) Cc: garbanzo@hooked.net, multimedia@FreeBSD.ORG In-Reply-To: <19970810154112.04412@ct.picker.com> from "Randall Hopper" at Aug 10, 97 03:40:53 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Note that once the experimental sound drivers Amancio and Luigi are > heading-up the rework for stabilize and are checked in, PnP init for > soundcards in general will probably be handled in the sound drivers > themselves. For now though it's handled external to the sound drivers with > the ISA PnP tools. to be correct, in my code (derived from Sujal's code) PnP init is external to the sound driver, since it is independent from the device type. I think this is the way it should be, the sound driver should only be told where a card is and perform card-specific actions (which PnP configuration and initialization is not). Cheers Luigi