1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Acknowledge (dearly) departed files

This commit is contained in:
Doug Barton 2006-11-21 22:29:06 +00:00
parent dc8731d4d2
commit 79506f19fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164480

View File

@ -3,15 +3,10 @@ $FreeBSD$
A small roadmap of the USB files:
FILES this file
Makefile to install .h files
Makefile.usbdevs to run devlist2h.awk
TODO just a list of things to do
devlist2h.awk script to generate usbdevs*.h
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
files.usb config include file
hid.c subroutines to parse and access HID data
hid.h API for hid.c
if_aue.c USB Pegasus Ethernet driver
@ -22,12 +17,9 @@ 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
if_upl.c USB Prolofic host-to-host driver
ohci.c Host controller driver for OHCI
ohcireg.h Hardware definitions for OHCI
ohcivar.h API for ohci.c
uaudio.c USB audio class driver
uaudioreg.h and definitions for it
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
@ -36,8 +28,6 @@ uhcivar.h API for uhci.c
uhid.c USB HID class driver
uhub.c USB hub driver
ukbd.c USB keyboard driver
ukbdmap.c wscons key mapping for ukbd
ukbdvar.h API for ukbd.c
ulpt.c USB printer class driver
umass.c USB mass storage driver
umodem.c USB modem (CDC ACM) driver
@ -53,8 +43,6 @@ 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
usbdevs.h generated from usbdevs
usbdevs_data.h generated from usbdevs
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