freebsd-dev/sys/dev/usb
Josef Karthauser b214af6eba Backout the last commit!
MFNetBSD: revision 1.137
    date: 2003/01/20 07:12:13;  author: simonb;
    Grrr.  So much for my ability to use grep(1) effectively.  Pointed out
    by Stephen Degler in private mail.
2003-07-14 19:56:32 +00:00
..
devlist2h.awk
dsbr100io.h
ehci_pci.c WARNING: white space diff 2003-07-04 01:50:39 +00:00
ehci.c add EHCI (USB 2.0) controller support. 2003-04-14 14:04:08 +00:00
ehcireg.h add EHCI (USB 2.0) controller support. 2003-04-14 14:04:08 +00:00
ehcivar.h add EHCI (USB 2.0) controller support. 2003-04-14 14:04:08 +00:00
FILES add EHCI (USB 2.0) controller support. 2003-04-14 14:04:08 +00:00
hid.c WARNING: white space diff 2003-07-04 01:50:39 +00:00
hid.h WARNING: white space diff 2003-07-04 01:50:39 +00:00
if_aue.c Add support for a bunch of Microsoft networking products: 2003-07-10 18:43:17 +00:00
if_auereg.h network interface driver changes: 2002-11-14 23:54:55 +00:00
if_axe.c WARNING: white space diff 2003-07-04 01:50:39 +00:00
if_axereg.h In the device attach routine, don't depend on uaa->iface being 2003-06-15 21:45:43 +00:00
if_cue.c WARNING: white space diff 2003-07-04 01:50:39 +00:00
if_cuereg.h network interface driver changes: 2002-11-14 23:54:55 +00:00
if_kue.c - Express hard dependencies on bus (pci, isa, pccard) and 2003-04-15 06:37:30 +00:00
if_kuereg.h network interface driver changes: 2002-11-14 23:54:55 +00:00
if_rue.c Add RealTek RTL8150 USB to fast Ethernet controller driver. 2003-05-03 10:16:56 +00:00
if_ruereg.h Add RealTek RTL8150 USB to fast Ethernet controller driver. 2003-05-03 10:16:56 +00:00
kue_fw.h
Makefile.usbdevs
ohci_pci.c Enable bus mastering in the attach routine. This appears to fix the 2003-06-12 05:29:15 +00:00
ohci.c Backout the last commit! 2003-07-14 19:56:32 +00:00
ohcireg.h WARNING: white space diff 2003-07-04 01:50:39 +00:00
ohcivar.h In rev 1.51 of usb_port.h I switched over to using the USB_USE_SOFTINTR 2002-09-30 17:50:18 +00:00
rio500_usb.h
ubsa.c Back out M_* changes, per decision of the TRB. 2003-02-19 05:47:46 +00:00
ucom.c WARNING: white space diff 2003-07-04 01:50:39 +00:00
ucomvar.h Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the 2002-07-31 14:34:36 +00:00
udbp.c WARNING: white space diff 2003-07-04 01:50:39 +00:00
udbp.h WARNING: white space diff 2003-07-04 01:50:39 +00:00
ufm.c WARNING: white space diff 2003-07-04 01:50:39 +00:00
uftdi.c MFNetBSD: 2003-07-14 18:25:47 +00:00
uftdireg.h Add the uftdi ucom driver which supports the following adapters: 2002-08-11 23:32:33 +00:00
ugen.c MFNetBSD: 2003-07-14 18:25:47 +00:00
ugraphire_rdesc.h
uhci_pci.c Enable bus mastering in the attach routine. This appears to fix the 2003-06-12 05:29:15 +00:00
uhci.c MFNetBSD: 2003-07-14 18:56:33 +00:00
uhcireg.h WARNING: white space diff 2003-07-04 01:50:39 +00:00
uhcivar.h WARNING: white space diff 2003-07-04 01:50:39 +00:00
uhid.c MFNetBSD: 2003-07-14 18:25:47 +00:00
uhub.c Merge up-to-date with NetBSD. No functional changes. 2003-07-14 18:37:47 +00:00
ukbd.c WARNING: white space diff 2003-07-04 01:50:39 +00:00
ulpt.c If the device goes away during ulpt_reset(), make sure not to call 2003-06-15 11:55:50 +00:00
umass.c remove \n at end of panic strings. They are added by the call to panic. 2003-07-04 23:11:13 +00:00
umct.c Add a workaround for the USB_PRODUCT_MCT_SITECOM_USB232 device: limit 2003-07-07 18:01:23 +00:00
umodem.c Fix duplicate sc_dying usage. 2003-03-09 11:19:18 +00:00
ums.c WARNING: white space diff 2003-07-04 01:50:39 +00:00
uplcom.c WARNING: white space diff 2003-07-04 01:50:39 +00:00
urio.c WARNING: white space diff 2003-07-04 01:50:39 +00:00
usb_ethersubr.c Use __FBSDID rather than rcsid[]. 2003-04-03 21:36:33 +00:00
usb_ethersubr.h Update netisr handling; Each SWI now registers its queue, and all queue 2003-03-04 23:19:55 +00:00
usb_if.m
usb_mem.h WARNING: white space diff 2003-07-04 01:50:39 +00:00
usb_port.h MFNetBSD: 2003-07-14 18:33:55 +00:00
usb_quirks.c Add quirk for LOGITECH WMRPAD. 2003-04-10 08:25:09 +00:00
usb_quirks.h
usb_subr.c WARNING: white space diff 2003-07-04 01:50:39 +00:00
usb.c MFNetBSD: 2003-07-14 18:25:47 +00:00
usb.h Packed structures are defined differently in older gcc's, like the one 2002-11-06 21:37:21 +00:00
usbcdc.h Merge from NetBSD and arrange for FreeBSD's slight differences in 2003-01-09 04:24:28 +00:00
usbdevs MFNetBSD: Update the list of devices that can attach to uvisor (untested). 2003-07-14 19:30:01 +00:00
usbdevs_data.h Regen. 2003-07-14 19:30:49 +00:00
usbdevs.h Regen. 2003-07-14 19:30:49 +00:00
usbdi_util.c WARNING: white space diff 2003-07-04 01:50:39 +00:00
usbdi_util.h WARNING: white space diff 2003-07-04 01:50:39 +00:00
usbdi.c remove \n at end of panic strings. They are added by the call to panic. 2003-07-04 23:11:13 +00:00
usbdi.h WARNING: white space diff 2003-07-04 01:50:39 +00:00
usbdivar.h WARNING: white space diff 2003-07-04 01:50:39 +00:00
usbhid.h
uscanner.c MFNetBSD: 2003-07-14 18:25:47 +00:00
uvisor.c MFNetBSD: Update the list of devices that can attach to uvisor (untested). 2003-07-14 19:30:01 +00:00
uvscom.c WARNING: white space diff 2003-07-04 01:50:39 +00:00