cvs commit: src/sys/dev/sound/pci ak452x.c ak452x.h envy24.c
envy24.h src/sys/modules/sound/driver/ak452x Makefile
src/sys/modules/sound/driver/envy24 Makefile
Alexander Leidinger
netchild at FreeBSD.org
Sat Jun 17 14:36:45 UTC 2006
netchild 2006-06-17 14:36:44 UTC
FreeBSD src repository
Added files:
sys/dev/sound/pci envy24.c envy24.h ak452x.h ak452x.c
sys/modules/sound/driver/ak452x Makefile
sys/modules/sound/driver/envy24 Makefile
Log:
dd the envy24 driver as is to the tree. It's not connected to the build
yet. More commits to follow.
I got no response from the author, but since the driver is BSD licensed
I don't think he will complain. :-)
I got it from http://people.freebsd.org/~lofi/envy24.tar.gz
Written by: Katsurajima Naoto <raven at katsurajima.seya.yokohama.jp>
Revision Changes Path
1.1 +247 -0 src/sys/dev/sound/pci/ak452x.c (new)
1.1 +91 -0 src/sys/dev/sound/pci/ak452x.h (new)
1.1 +2445 -0 src/sys/dev/sound/pci/envy24.c (new)
1.1 +482 -0 src/sys/dev/sound/pci/envy24.h (new)
1.1 +8 -0 src/sys/modules/sound/driver/ak452x/Makefile (new)
1.1 +8 -0 src/sys/modules/sound/driver/envy24/Makefile (new)
More information about the cvs-src
mailing list