freebsd-dev/sys/dev/usb
Nick Hibma b5cf22188d I got the CAM numbers (path id's, buses, unit numbers) and newbus
unit numbers all wrong. This did not show up because most of them where
zero anyway.

Use a separate buffer for command transforms instead of fiddling with
the existing cdb_bytes.

Take CAM_CDB_POINTER into account. Nobody is using it, but someone might
in the future.

Be more picky about what to accept in the UFI command set.

First attempt at implementing the ATAPI command protocol transforms.
This should at least make Imation Superdisk and other e-Shuttle based
devices show as attached. Maybe they even work to some extent.
2000-04-02 16:59:16 +00:00
..
devlist2h.awk Add usbdevs and friends. 1999-11-18 18:02:44 +00:00
FILES Add umass.c 2000-01-27 23:19:14 +00:00
hid.c Synchronisation with NetBSD as of 1999/11/16: 1999-11-17 22:33:51 +00:00
hid.h Synchronisation with NetBSD as of 1999/11/16: 1999-11-17 22:33:51 +00:00
if_aue.c Add support for the LinkSys USB10T network adapter that 2000-04-02 12:43:34 +00:00
if_auereg.h Fix a bug in the uhci driver that breaks large bulk IN transfers. The 2000-01-28 02:15:31 +00:00
if_cue.c Regenerate usbdevs files. 2000-03-21 15:20:41 +00:00
if_cuereg.h Fix a bug in the uhci driver that breaks large bulk IN transfers. The 2000-01-28 02:15:31 +00:00
if_kue.c Add vendor/product ID for two more KLSI-based devices, including a 2000-03-29 19:44:48 +00:00
if_kuereg.h Fix a bug in the uhci driver that breaks large bulk IN transfers. The 2000-01-28 02:15:31 +00:00
kue_fw.h Add device driver support for USB ethernet adapters based on the 2000-01-05 04:27:24 +00:00
Makefile.usbdevs Make the makefile work properly. 2000-03-15 22:13:50 +00:00
ohci_pci.c Add an ID for the SiS 5571. 2000-03-15 22:26:17 +00:00
ohci.c Get rid of the last remnants of powerhook abuse. 2000-03-18 14:54:54 +00:00
ohcireg.h Correctly handle the conversion from virtual to physical addresses. The 2000-02-10 18:50:19 +00:00
ohcivar.h Get rid of the last remnants of powerhook abuse. 2000-03-18 14:54:54 +00:00
rio_usb.h Please welcome the URio driver. Written by 2000-03-16 09:16:14 +00:00
ugen.c Fix flushing of the clists before deleting them. Stops the machine 2000-03-02 16:01:53 +00:00
uhci_pci.c Add an ID for the SiS 5571. 2000-03-15 22:26:17 +00:00
uhci.c Get rid of the last remnants of powerhook abuse. 2000-03-18 14:54:54 +00:00
uhcireg.h More USB ethernet tweaks: 2000-01-20 07:38:33 +00:00
uhcivar.h Get rid of the last remnants of powerhook abuse. 2000-03-18 14:54:54 +00:00
uhid.c Fix flushing of the clists before deleting them. Stops the machine 2000-03-02 16:01:53 +00:00
uhub.c Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWN 2000-01-20 22:24:35 +00:00
ukbd.c Do not include `ukbd.h'; it's not used. 2000-01-20 13:24:28 +00:00
ulpt.c Synchronisation with NetBSD 1999/11/27 1999-11-28 21:01:06 +00:00
umass.c I got the CAM numbers (path id's, buses, unit numbers) and newbus 2000-04-02 16:59:16 +00:00
umodem.c Missed a name change. 1999-11-18 12:45:09 +00:00
ums.c More USB ethernet tweaks: 2000-01-20 07:38:33 +00:00
urio.c Please welcome the URio driver. Written by 2000-03-16 09:16:14 +00:00
usb_ethersubr.c Pull my head out of my ass and actually make the tx netisr stuff work right. 2000-01-14 01:36:16 +00:00
usb_ethersubr.h Pull my head out of my ass and actually make the tx netisr stuff work right. 2000-01-14 01:36:16 +00:00
usb_if.m Update the e-mail address to a valid one. 2000-03-15 21:50:41 +00:00
usb_mem.h Correctly handle the conversion from virtual to physical addresses. The 2000-02-10 18:50:19 +00:00
usb_port.h Get rid of the last remnants of powerhook abuse. 2000-03-18 14:54:54 +00:00
usb_quirks.c More USB ethernet tweaks: 2000-01-20 07:38:33 +00:00
usb_quirks.h This commit adds device driver support for the ADMtek AN986 Pegasus 1999-12-28 02:01:18 +00:00
usb_subr.c Don't use tsleep when cold booting. It is called before bus->use_polling 2000-02-06 14:59:00 +00:00
usb.c Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWN 2000-01-20 22:24:35 +00:00
usb.h if USB support is not compiled into the kernel, 2000-04-02 06:28:40 +00:00
usbcdc.h Synchronisation with NetBSD as of 1999/11/16: 1999-11-17 22:33:51 +00:00
usbdevs Add support for the LinkSys USB10T network adapter that 2000-04-02 12:43:34 +00:00
usbdevs_data.h Add support for the LinkSys USB10T network adapter that 2000-04-02 12:43:34 +00:00
usbdevs.h Add support for the LinkSys USB10T network adapter that 2000-04-02 12:43:34 +00:00
usbdi_util.c Synchronisation with NetBSD 1999/11/27 1999-11-28 21:01:06 +00:00
usbdi_util.h Synchronisation with NetBSD as of 1999/11/16: 1999-11-17 22:33:51 +00:00
usbdi.c Never stop the control pipe 2000-03-15 22:09:53 +00:00
usbdi.h Add usbd_clear_endpoint_toggle(pipe) function. 2000-01-25 18:40:39 +00:00
usbdivar.h remove "extern int cold" from SPLUSBCHECK - it causes a heap of warnings. 2000-01-23 19:26:16 +00:00
usbhid.h Synchronisation with NetBSD as of 1999/11/16: 1999-11-17 22:33:51 +00:00