freebsd-dev/sys/dev/usb
Poul-Henning Kamp 46eede0058 Continue where Julian left off in July 1998:
Virtualize bdevsw[] from cdevsw.  bdevsw() is now an (inline)
        function.

        Join CDEV_MODULE and BDEV_MODULE to DEV_MODULE (please pay attention
        to the order of the cmaj/bmaj arguments!)

        Join CDEV_DRIVER_MODULE and BDEV_DRIVER_MODULE to DEV_DRIVER_MODULE
        (ditto!)

(Next step will be to convert all bdev dev_t's to cdev dev_t's
before they get to do any damage^H^H^H^H^H^Hwork in the kernel.)
1999-05-07 10:11:40 +00:00
..
hid.c 1) Make debugging more selective. 1999-04-11 20:50:33 +00:00
hid.h Textual changes 1999-01-22 00:51:12 +00:00
ohci_pci.c Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
ohci.c Clean up debugging output 1999-05-03 23:11:41 +00:00
ohcireg.h Textual changes 1999-01-22 00:51:12 +00:00
ohcivar.h Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
ucom.c Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
ugen.c Continue where Julian left off in July 1998: 1999-05-07 10:11:40 +00:00
uhci_pci.c Move the disabling of interrupts right before the allocation of the 1999-05-01 23:30:09 +00:00
uhci.c Oops. Introduced a typo in one of previous commits. 1999-05-01 23:59:09 +00:00
uhcireg.h 1) Change printf's into DPRINTF. 1999-04-20 21:35:27 +00:00
uhcivar.h Clean up parts of struct shared between NetBSD and FreeBSD 1999-05-03 23:12:49 +00:00
uhid.c Add URL to HID spec 1999-05-03 23:13:14 +00:00
uhub.c Remove double removal of children of a hub. (remove disconnected method) 1999-05-03 23:14:46 +00:00
ukbd.c Change '#if UKBD_DEBUG' to '#ifdef...' 1999-05-03 23:16:05 +00:00
ulpt.c Continue where Julian left off in July 1998: 1999-05-07 10:11:40 +00:00
umass.c Take out calls to cam_sim_set_basexfer_speed(), the base transfer speed is 1999-05-06 21:12:58 +00:00
umodem.c Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
ums.c Continue where Julian left off in July 1998: 1999-05-07 10:11:40 +00:00
usb_if.m Remove disconnected method 1999-05-03 23:19:55 +00:00
usb_mem.h Textual changes 1999-01-22 00:51:12 +00:00
usb_port.h Forgot one. 1999-04-21 12:08:07 +00:00
usb_quirks.c Textual changes 1999-01-22 00:51:12 +00:00
usb_quirks.h Textual changes 1999-01-22 00:51:12 +00:00
usb_subr.c Remove feature creep: STAILQ_REMOVE_HEAD_UNTIL added it for convenience 1999-04-20 22:37:18 +00:00
usb.c Enclose .hcidebug in '#ifdef N.HCI' 1999-04-20 21:10:43 +00:00
usb.h Replace UE_GET_IN with UE_GET_DIR 1999-05-03 23:18:11 +00:00
usbcdc.h Add a load of definitions 1999-05-03 23:20:37 +00:00
usbdevs_data.h Added vendor OmniVision and camera 1999-05-01 13:16:35 +00:00
usbdevs.h Added vendor OmniVision and camera 1999-05-01 13:16:35 +00:00
usbdi_util.c Descriptors can be delivered with short transfers. 1999-05-03 23:21:28 +00:00
usbdi_util.h Textual changes 1999-01-22 00:51:12 +00:00
usbdi.c Remove feature creep: STAILQ_REMOVE_HEAD_UNTIL added it for convenience 1999-04-20 22:37:18 +00:00
usbdi.h Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
usbdivar.h Textual changes 1999-01-22 00:51:12 +00:00
usbhid.h Textual changes 1999-01-22 00:51:12 +00:00