cvs commit: src/sys/modules/sound/driver/au88x0 Makefile src/sys/dev/sound/pci au88x0.c au88x0.h

Scott Long scott_long at btc.adaptec.com
Sun Jun 1 10:47:40 PDT 2003


Dag-Erling Smorgrav wrote:
> des         2003/06/01 04:58:46 PDT
> 
>   FreeBSD src repository
> 
>   Added files:
>     sys/modules/sound/driver/au88x0 Makefile 
>     sys/dev/sound/pci    au88x0.c au88x0.h 
>   Log:
>   Add (but do not connect) a half-finished driver for Aureal Vortex cards.
>   The mixer works, pcm support is half done.
>   
>   Revision  Changes    Path
>   1.1       +637 -0    src/sys/dev/sound/pci/au88x0.c (new)
>   1.1       +174 -0    src/sys/dev/sound/pci/au88x0.h (new)
>   1.1       +9 -0      src/sys/modules/sound/driver/au88x0/Makefile (new)


It's generally an accepted practice to not commit drivers until they are
functionally complete at the basic level.  There are other source
control mechanisms available to project members for their
Works-In-Progress.

Scott



More information about the cvs-src mailing list