Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the
authoraaron <aaron@openbsd.org>
Tue, 28 Mar 2000 19:37:45 +0000 (19:37 +0000)
committeraaron <aaron@openbsd.org>
Tue, 28 Mar 2000 19:37:45 +0000 (19:37 +0000)
commit5deafb7594bc2d24e68201bcf855d5fd81782e73
tree868eb91f4a31179043f73cf246f23541b5111275
parent6bcf620f059b8cb93a40a672a2e3895b592e4cc9
Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the
form of a diff to augustss@netbsd.org so that future syncs will be very easy.
This commit also adds support for ADMtek AN986 "Pegasus" based USB Ethernet,
CATC USB-EL1210A based USB Ethernet, and USB Printers (all untested).
43 files changed:
sys/arch/i386/conf/GENERIC
sys/dev/usb/FILES
sys/dev/usb/TODO
sys/dev/usb/files.usb
sys/dev/usb/hid.c
sys/dev/usb/hid.h
sys/dev/usb/if_aue.c [new file with mode: 0644]
sys/dev/usb/if_auereg.h [new file with mode: 0644]
sys/dev/usb/if_cue.c [new file with mode: 0644]
sys/dev/usb/if_cuereg.h [new file with mode: 0644]
sys/dev/usb/if_kue.c
sys/dev/usb/if_kuereg.h
sys/dev/usb/kue_fw.h
sys/dev/usb/ohci.c
sys/dev/usb/ohcireg.h
sys/dev/usb/ohcivar.h
sys/dev/usb/uaudio.c
sys/dev/usb/uaudioreg.h
sys/dev/usb/ugen.c
sys/dev/usb/uhci.c
sys/dev/usb/uhcireg.h
sys/dev/usb/uhcivar.h
sys/dev/usb/uhid.c
sys/dev/usb/uhub.c
sys/dev/usb/ulpt.c [new file with mode: 0644]
sys/dev/usb/usb.c
sys/dev/usb/usb.h
sys/dev/usb/usb_mem.c
sys/dev/usb/usb_mem.h
sys/dev/usb/usb_port.h
sys/dev/usb/usb_quirks.c
sys/dev/usb/usb_quirks.h
sys/dev/usb/usb_subr.c
sys/dev/usb/usbcdc.h
sys/dev/usb/usbdevs
sys/dev/usb/usbdevs.h
sys/dev/usb/usbdevs_data.h
sys/dev/usb/usbdi.c
sys/dev/usb/usbdi.h
sys/dev/usb/usbdi_util.c
sys/dev/usb/usbdi_util.h
sys/dev/usb/usbdivar.h
sys/dev/usb/usbhid.h