From owner-cvs-src@FreeBSD.ORG Thu Apr 1 09:44:25 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6F3916A4D0 for ; Thu, 1 Apr 2004 09:44:25 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 84C1743D48 for ; Thu, 1 Apr 2004 09:44:25 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 96041 invoked by uid 1000); 1 Apr 2004 17:44:26 -0000 Date: Thu, 1 Apr 2004 09:44:26 -0800 (PST) From: Nate Lawson To: Dag-Erling Smorgrav In-Reply-To: <20040401100304.66A5516A4EC@hub.freebsd.org> Message-ID: <20040401094201.V96033@root.org> References: <20040401100304.66A5516A4EC@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files files.i386 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2004 17:44:25 -0000 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