From owner-cvs-all Thu Feb 1 13: 5:58 2001 Delivered-To: cvs-all@freebsd.org Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by hub.freebsd.org (Postfix) with ESMTP id 5501237B491; Thu, 1 Feb 2001 13:05:29 -0800 (PST) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id NAA28743; Thu, 1 Feb 2001 13:04:11 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [162.62.64.10]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id MAA27846; Thu, 1 Feb 2001 12:57:14 -0800 (PST) Received: from btcexc01.btc.adaptec.com (btcexc01 [162.62.147.10]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id OAA19971; Thu, 1 Feb 2001 14:04:08 -0700 (MST) Received: by btcexc01.btc.adaptec.com with Internet Mail Service (5.5.2650.21) id ; Thu, 1 Feb 2001 14:04:10 -0700 Message-ID: From: "Long, Scott" To: "'Scott Long'" , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: RE: cvs commit: src/sys/dev/sound/pci maestro3.c src/sys/dev/soun d driver.c src/sys/gnu/dev/sound/pci maestro3_reg.h maestro3_dsp.h src/sy s/modules/sound/driver Makefile src/sys/modules/sound/driver/maestro3 Mak efile Date: Thu, 1 Feb 2001 14:04:09 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I want to add a couple of things: - The driver has 4 playback and one record channel enabled. Recording has been tested via the CD channel on the mixer. You can access the extra play channels via the /dev/dsp0.n devices. - The firmware used by the DSP engine is GPL'd, so I'm not comfortable having the driver statically compile into a GENERIC kernel, that's why I didn't modify sys/conf/files. Is there a better way to selectively remove things from GENERIC? - The PCI register interface is very similar to the Maestro1/2, but I cannot get the hardware volume buttons to work on my machine (an Allegro). Please let me know if they work for you. Scott > -----Original Message----- > From: Scott Long [mailto:scottl@freebsd.org] > Sent: Thursday, February 01, 2001 1:29 PM > To: cvs-committers@freebsd.org; cvs-all@freebsd.org > Subject: cvs commit: src/sys/dev/sound/pci maestro3.c > src/sys/dev/sound > driver.c src/sys/gnu/dev/sound/pci maestro3_reg.h maestro3_dsp.h > src/sys/modules/sound/driver Makefile > src/sys/modules/sound/driver/maestro3 Makefile > > > scottl 2001/02/01 12:29:16 PST > > Modified files: > sys/dev/sound driver.c > sys/modules/sound/driver Makefile > Added files: > sys/dev/sound/pci maestro3.c > sys/gnu/dev/sound/pci maestro3_reg.h maestro3_dsp.h > sys/modules/sound/driver/maestro3 Makefile > Log: > Driver for the ESS Maestro3 and Allegro sound chips. Note > that due to the > amount of GPL'd firmware in the driver, it will only be > built as a module. > > Approved by: cg > > Revision Changes Path > 1.7 +2 -1 src/sys/dev/sound/driver.c > 1.7 +2 -2 src/sys/modules/sound/driver/Makefile > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message