Date: Thu, 1 Feb 2001 14:04:09 -0700 From: "Long, Scott" <scott_long@btc.adaptec.com> To: "'Scott Long'" <scottl@freebsd.org>, 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 Message-ID: <E0BFB46945D5D411BB590000D11ABE920333F8@btcexc01.btc.adaptec.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E0BFB46945D5D411BB590000D11ABE920333F8>