summaryrefslogtreecommitdiffstats
path: root/sys/legacy/dev/usb/FILES
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-02-23 18:16:17 +0000
committerthompsa <thompsa@FreeBSD.org>2009-02-23 18:16:17 +0000
commit44cdb003f768f8f466e2546d2963fd109144656d (patch)
tree8f5871490a716fe01fdd8316568d9ba35036b3fa /sys/legacy/dev/usb/FILES
parentffd00ec82d4a755e3b6446e81ff6edf721cdf88d (diff)
downloadFreeBSD-src-44cdb003f768f8f466e2546d2963fd109144656d.zip
FreeBSD-src-44cdb003f768f8f466e2546d2963fd109144656d.tar.gz
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.
Diffstat (limited to 'sys/legacy/dev/usb/FILES')
-rw-r--r--sys/legacy/dev/usb/FILES52
1 files changed, 52 insertions, 0 deletions
diff --git a/sys/legacy/dev/usb/FILES b/sys/legacy/dev/usb/FILES
new file mode 100644
index 0000000..5a77cbd
--- /dev/null
+++ b/sys/legacy/dev/usb/FILES
@@ -0,0 +1,52 @@
+$FreeBSD$
+
+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
OpenPOWER on IntegriCloud