1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00
freebsd/sys/dev/usb
Ian Dowse b4dc6ff9bc Remove some strange code that allocates memory and then immediately
frees it again. The idea was to perform M_WAITOK allocations in a
process context to reduce the risk of later interrupt-context
M_NOWAIT allocations failing, but in fact this code can be called
from contexts where it is not desirable to sleep (e.g. if_start
routines), so it causes lots of witness "could sleep" warnings.
2002-07-30 23:26:22 +00:00
..
devlist2h.awk
dsbr100io.h
FILES
hid.c MFNetBSD: hid.c (1.22), uhci.c (1.150), usb_subr.c (1.97) 2002-04-07 17:53:58 +00:00
hid.h
if_aue.c MFNetBSD: Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II) 2002-07-09 16:45:03 +00:00
if_auereg.h Use aue_lookup for looking up devices. 2002-05-26 23:54:37 +00:00
if_cue.c
if_cuereg.h
if_kue.c Re-fetch the interface handle after setting the config number, 2002-07-15 14:37:36 +00:00
if_kuereg.h Re-fetch the interface handle after setting the config number, 2002-07-15 14:37:36 +00:00
kue_fw.h
Makefile.usbdevs
ohci_pci.c
ohci.c NetBSD have adopted our usage of the DMAADDR macro: 2002-05-28 20:51:43 +00:00
ohcireg.h
ohcivar.h MFNetBSD: ohci.c (1.119), ohcivar.h (1.30) 2002-04-07 15:16:31 +00:00
rio500_usb.h
ucom.c Correct module name of my previous commit. 2002-07-15 11:22:37 +00:00
ucomvar.h
udbp.c Should have been part of recent commit: 2002-06-01 07:18:32 +00:00
udbp.h Should have been part of recent commit: 2002-06-01 07:18:32 +00:00
ufm.c MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96), 2002-05-06 18:23:36 +00:00
ugen.c Delay the creation of the ugenX device node until we're certain 2002-07-09 01:01:25 +00:00
ugraphire_rdesc.h MFNetBSD: uhid.c (1.42 & 1.43), ugraphire_rdesc.h (1.1) 2002-04-07 17:04:01 +00:00
uhci_pci.c Add PCI IDs for the A, B, and C UHCI controllers in the ICH4. 2002-07-19 22:17:02 +00:00
uhci.c Remove some strange code that allocates memory and then immediately 2002-07-30 23:26:22 +00:00
uhcireg.h MFNetBSD: uhcireg.h (1.15), uhcivar.h (1.33) 2002-04-07 18:06:34 +00:00
uhcivar.h MFNetBSD: uhcireg.h (1.15), uhcivar.h (1.33) 2002-04-07 18:06:34 +00:00
uhid.c MFNetBSD: uhid.c (1.45), ums.c (1.49), usbdi_util.c (1.35), usbdi_util.h (1.23) 2002-04-07 17:13:00 +00:00
uhub.c Avoid reprobing on loading a driver. This does not work as the ivars set 2002-06-17 20:57:54 +00:00
ukbd.c
ulpt.c MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96), 2002-05-06 18:23:36 +00:00
umass.c clean up some KASSERTS. 2002-06-17 20:44:37 +00:00
umodem.c
ums.c MFNetBSD: uhid.c (1.45), ums.c (1.49), usbdi_util.c (1.35), usbdi_util.h (1.23) 2002-04-07 17:13:00 +00:00
uplcom.c When usb is kld, ucom and uplcom were failed to load because of 2002-07-13 10:41:35 +00:00
urio.c Call destroy_dev in detach routine to cleanup properly otherwise we 2002-06-01 06:23:47 +00:00
usb_ethersubr.c
usb_ethersubr.h
usb_if.m
usb_mem.h NetBSD have adopted our usage of the DMAADDR macro: 2002-05-28 20:51:43 +00:00
usb_port.h MFNetBSD: Bring in the most recent NetBSD and OpenBSD parts. 2002-05-09 21:55:47 +00:00
usb_quirks.c
usb_quirks.h
usb_subr.c Set the ivars _after_ checking that the bdev was correctly created instead 2002-06-17 20:52:26 +00:00
usb.c Use usb_callout_init() instead of directly calling callout_init() with 2002-05-09 21:08:34 +00:00
usb.h
usbcdc.h
usbdevs Add ID for Luwen EasyDisk USB flash memory drive. 2002-07-30 11:02:35 +00:00
usbdevs_data.h Regen after usbdevs rev.1.95. 2002-07-30 11:03:50 +00:00
usbdevs.h Regen after usbdevs rev.1.95. 2002-07-30 11:03:50 +00:00
usbdi_util.c MFNetBSD: uhid.c (1.45), ums.c (1.49), usbdi_util.c (1.35), usbdi_util.h (1.23) 2002-04-07 17:13:00 +00:00
usbdi_util.h MFNetBSD: uhid.c (1.45), ums.c (1.49), usbdi_util.c (1.35), usbdi_util.h (1.23) 2002-04-07 17:13:00 +00:00
usbdi.c MFNetBSD: ohci.c (1.124), uhci.c (1.159), usbdi.c (1.100) 2002-05-26 22:00:06 +00:00
usbdi.h MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96), 2002-05-06 18:23:36 +00:00
usbdivar.h
usbhid.h
uscanner.c
uvisor.c Commit a version of the uvisor driver for connecting Handspring 2002-07-30 17:44:28 +00:00
uvscom.c It's not "usio" anymore, it's "ucom". 2002-07-10 01:42:25 +00:00