Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Feb 2009 21:19:18 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        cvs-src-old@freebsd.org
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 ...
Message-ID:  <200902232119.n1NLJaJw025272@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902232119.n1NLJaJw025272>