Date: Sun, 01 Jun 2003 11:44:57 -0600 From: Scott Long <scott_long@btc.adaptec.com> To: Dag-Erling Smorgrav <des@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/sound/driver/au88x0 Makefile src/sys/dev/sound/pci au88x0.c au88x0.h Message-ID: <3EDA3B99.6060807@btc.adaptec.com> In-Reply-To: <200306011158.h51Bwk89026504@repoman.freebsd.org> References: <200306011158.h51Bwk89026504@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EDA3B99.6060807>