From owner-cvs-src-old@FreeBSD.ORG Mon Feb 23 21:19:37 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 043FB106578B for ; Mon, 23 Feb 2009 21:19:37 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E10CD8FC1B for ; Mon, 23 Feb 2009 21:19:36 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1NLJakM025273 for ; Mon, 23 Feb 2009 21:19:36 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1NLJaJw025272 for cvs-src-old@freebsd.org; Mon, 23 Feb 2009 21:19:36 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <200902232119.n1NLJaJw025272@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Mon, 23 Feb 2009 21:19:18 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files src/sys/dev/ata ata-usb.c src/sys/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c uaudioreg.h src/sys/dev/usb/sound uaudio.c uaudio.h uaudio_pcm.c uaudio_reg.h src/sys/dev/usb/storage ata-usb.c src/sys/modules/ata/atausb ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2009 21:19:37 -0000 thompsa 2009-02-23 21:19:18 UTC FreeBSD src repository Modified files: sys/conf files sys/modules/ata/atausb Makefile sys/modules/sound/driver/uaudio Makefile Added files: sys/dev/ata ata-usb.c sys/dev/sound/usb uaudio.c uaudio.h uaudio_pcm.c uaudioreg.h Removed files: sys/dev/usb/sound uaudio.c uaudio.h uaudio_pcm.c uaudio_reg.h sys/dev/usb/storage ata-usb.c Log: SVN rev 188957 on 2009-02-23 21:19:18Z by thompsa Move the uaudio and ata-usb drivers into their correct locations. Revision Changes Path 1.1374 +3 -7 src/sys/conf/files 1.12 +1102 -0 src/sys/dev/ata/ata-usb.c (new) 1.39 +3750 -0 src/sys/dev/sound/usb/uaudio.c (new) 1.10 +63 -0 src/sys/dev/sound/usb/uaudio.h (new) 1.26 +233 -0 src/sys/dev/sound/usb/uaudio_pcm.c (new) 1.6 +406 -0 src/sys/dev/sound/usb/uaudioreg.h (new) 1.2 +0 -3750 src/sys/dev/usb/sound/uaudio.c (dead) 1.2 +0 -63 src/sys/dev/usb/sound/uaudio.h (dead) 1.2 +0 -234 src/sys/dev/usb/sound/uaudio_pcm.c (dead) 1.2 +0 -406 src/sys/dev/usb/sound/uaudio_reg.h (dead) 1.2 +0 -1102 src/sys/dev/usb/storage/ata-usb.c (dead) 1.3 +2 -1 src/sys/modules/ata/atausb/Makefile 1.5 +1 -1 src/sys/modules/sound/driver/uaudio/Makefile