Date: Thu, 1 Apr 2004 09:44:26 -0800 (PST) From: Nate Lawson <nate@root.org> To: Dag-Erling Smorgrav <des@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files files.i386 Message-ID: <20040401094201.V96033@root.org> In-Reply-To: <20040401100304.66A5516A4EC@hub.freebsd.org> References: <20040401100304.66A5516A4EC@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 1 Apr 2004, Dag-Erling Smorgrav wrote: > Modified files: > sys/conf files files.i386 > Log: > Move twa from files.i386 to files. This unbreaks LINT on !i386. > > Pointy hat to: vkashyap, ps The pointy hat points both ways. ;-) > --- src/sys/conf/files:1.877 Fri Mar 19 18:14:02 2004 > +++ src/sys/conf/files Thu Apr 1 02:02:49 2004 > @@ -1,4 +1,4 @@ > -# $FreeBSD: /repoman/r/ncvs/src/sys/conf/files,v 1.877 2004/03/20 02:14:02 marcel Exp $ > +# $FreeBSD: /repoman/r/ncvs/src/sys/conf/files,v 1.878 2004/04/01 10:02:49 des Exp $ > # > # The long compile-with and dependency lines are required because of > # limitations in config: backslash-newline doesn't work in strings, and > @@ -668,6 +668,7 @@ > dev/sound/midi/sequencer.c optional seq midi > dev/sound/midi/timer.c optional seq midi > dev/sound/pci/als4000.c optional pcm pci > +dev/sound/pci/au88x0.c optional pcm pci > dev/sound/pci/cmi.c optional pcm pci > dev/sound/pci/cs4281.c optional pcm pci > dev/sound/pci/csa.c optional csa pci Unintended leak commit? > @@ -730,6 +731,11 @@ > dev/syscons/warp/warp_saver.c optional warp_saver > dev/tdfx/tdfx_pci.c optional tdfx pci > dev/trm/trm.c optional trm > +dev/twa/twa.c optional twa > +dev/twa/twa_cam.c optional twa > +dev/twa/twa_freebsd.c optional twa > +dev/twa/twa_fwimg.c optional twa > +dev/twa/twa_globals.c optional twa > dev/twe/twe.c optional twe > dev/twe/twe_freebsd.c optional twe > dev/tx/if_tx.c optional tx Preserved poor tab formatting in the original. -Nate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040401094201.V96033>