head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2009.05.27.16.16.56;	author thompsa;	state dead;
branches;
next	1.1;

1.1
date	2009.02.23.18.16.17;	author thompsa;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 192901 on 2009-05-27 16:16:56Z by thompsa

Delete the old USB stack. The new stack has settled in and has all the
drivers/functionality and then some.
@
text
@$FreeBSD: src/sys/legacy/dev/usb/FILES,v 1.1 2009/02/23 18:16:17 thompsa Exp $

A small roadmap of the USB files:

FILES			this file
dsbr100io.h		API for ufm.c
ehci.c			Host controller driver for EHCI
ehcireg.h		Hardware definitions for EHCI
ehcivar.h		API for ehci.c
hid.c			subroutines to parse and access HID data
hid.h			API for hid.c
if_aue.c		USB Pegasus Ethernet driver
if_auereg.h		  and definitions for it
if_axe.c		USB ASIX Electronics Ethernet driver
if_axereg.h		  and definitions for it
if_cue.c		USB CATC Ethernet driver
if_cuereg.h		  and definitions for it
if_kue.c		USB Kawasaki Ethernet driver
if_kuereg.h		  and definitions for it
ohci.c			Host controller driver for OHCI
ohcireg.h		Hardware definitions for OHCI
ohcivar.h		API for ohci.c
ufm.c			USB fm radio driver
[Merged] ugen.c		generic driver that can handle access to any USB device
uhci.c			Host controller driver for UHCI
uhcireg.h		Hardware definitions for UHCI
uhcivar.h		API for uhci.c
uhid.c			USB HID class driver
uhub.c			USB hub driver
ukbd.c			USB keyboard driver
ulpt.c			USB printer class driver
umass.c			USB mass storage driver
umodem.c		USB modem (CDC ACM) driver
ums.c			USB mouse driver
urio.c			USB Diamond Rio500 driver
usb.c			usb (bus) device driver
usb.h			general USB defines
usb_mem.c		memory allocation for DMAable memory
usb_mem.h		API for usb_mem.c
usb_port.h		compatibility defines for different OSs
usb_quirks.c		table of non-conforming USB devices and their problems
usb_quirks.h		API for usb_quirks.c
usb_subr.c		various subroutines used by USB code
usbcdc.h		USB CDC class definitions
usbdevs			data base of known device
usbdi.c			implementation of the USBDI API, which all drivers use
usbdi.h			API for usbdi.c
usbdi_util.c		utilities built on top of usbdi.h
usbdi_util.h		API for usbdi_util.c
usbdivar.h		internal defines and structures for usbdi.c
uscanner.c		minimal USB scanner driver
usbhid.h		USB HID class definitions
@


1.1
log
@SVN rev 188939 on 2009-02-23 18:16:17Z by thompsa

Move usb to a graveyard location under sys/legacy/dev, it is intended that the
new USB2 stack will fully replace this for 8.0.

Remove kernel modules, a subsequent commit will update conf/files. Unhook
usbdevs from the build.
@
text
@d1 1
a1 1
$FreeBSD$
@

