aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Regen.Takanori Watanabe2002-07-252-3/+10
* MFNetBSD: FTDI USB-serial converter chips description.Takanori Watanabe2002-07-251-1/+2
* Add PCI IDs for the A, B, and C UHCI controllers in the ICH4.John Baldwin2002-07-191-0/+27
* Re-fetch the interface handle after setting the config number,Ian Dowse2002-07-152-1/+4
* Correct module name of my previous commit.Hajimu UMEMOTO2002-07-151-1/+1
* When usb is kld, ucom and uplcom were failed to load because ofHajimu UMEMOTO2002-07-132-0/+2
* It's not "usio" anymore, it's "ucom".Josef Karthauser2002-07-103-5/+5
* Improve detach operation.Josef Karthauser2002-07-103-14/+53
* Include the bmaj entry in the cdevsw for versions of FreeBSD that need it.Josef Karthauser2002-07-101-0/+3
* Regen.Josef Karthauser2002-07-102-2/+9
* Add another ucom device (ELECOM UC-SGT).Josef Karthauser2002-07-102-0/+3
* Regen for SMC 2206USB/ETH EZ Connect adapter.Josef Karthauser2002-07-092-2/+9
* MFNetBSD: Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II)Josef Karthauser2002-07-092-0/+2
* Delay the creation of the ugenX device node until we're certainJosef Karthauser2002-07-091-5/+6
* Avoid reprobing on loading a driver. This does not work as the ivars setNick Hibma2002-06-171-0/+15
* Set the ivars _after_ checking that the bdev was correctly created insteadNick Hibma2002-06-171-2/+2
* clean up some KASSERTS.Nick Hibma2002-06-171-13/+18
* Rewrite the probe routine. This makes adding drives and quirks more easy.Nick Hibma2002-06-161-266/+250
* Should have been part of recent commit:Alfred Perlstein2002-06-012-5/+3
* Call destroy_dev in detach routine to cleanup properly otherwise weAlfred Perlstein2002-06-011-3/+8
* NetBSD have adopted our usage of the DMAADDR macro:Josef Karthauser2002-05-283-12/+10
* Regen.Josef Karthauser2002-05-272-2/+16
* Add a couple of new aue ethernet adapters from NetBSD:Josef Karthauser2002-05-272-0/+4
* Use aue_lookup for looking up devices.Josef Karthauser2002-05-262-86/+71
* Correct the usage of DMAADDR in a piece of '#if 0'd code. (The compilerJosef Karthauser2002-05-261-1/+1
* MFNetBSD:Josef Karthauser2002-05-261-2/+2
* MFNetBSD: ohci.c (1.124), uhci.c (1.159), usbdi.c (1.100)Josef Karthauser2002-05-263-9/+9
* Fix a panic by allocating the iface structure locally in the attachJosef Karthauser2002-05-232-3/+14
* Reflect some changes in the NetBSD code path, and sligh adjustments to ours.Josef Karthauser2002-05-231-4/+7
* Sync with NetBSD. (Non functional changes).Josef Karthauser2002-05-221-9/+9
* Fix a bug: Use USBD_DEFAULT_INTERVAL instead of USBD_DEFAULT_TIMEOUTJosef Karthauser2002-05-221-1/+1
* Regen after changing Device ID string for DaisyTech devices.Maxim Sobolev2002-05-202-4/+4
* Change Device ID string for DaisyTech devices.Maxim Sobolev2002-05-201-1/+1
* MFNetBSD: Bring in the most recent NetBSD and OpenBSD parts.Josef Karthauser2002-05-091-14/+107
* Use usb_callout_init() instead of directly calling callout_init() withPeter Wemm2002-05-091-1/+1
* MFNetBSD:Josef Karthauser2002-05-091-1/+3
* MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),Josef Karthauser2002-05-067-28/+27
* MFNetBSD:Josef Karthauser2002-05-021-1/+4
* Some non-functional changes to make the differences between NetBSD'sJosef Karthauser2002-04-291-31/+35
* Regen after rev.1.89 of usbdevs.Maxim Sobolev2002-04-292-2/+2
* Change Device ID string for DaisyTech devices to be more sensible.Maxim Sobolev2002-04-291-1/+1
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-262-0/+2
* Add a power exceeded debug message.Josef Karthauser2002-04-251-1/+2
* MFNetBSD:Josef Karthauser2002-04-251-2/+2
* MFNetBSD:Josef Karthauser2002-04-251-5/+38
* MFNetBSD:Josef Karthauser2002-04-251-2/+9
* Revert part of revision 1.49 which was supposed to be white spaceJosef Karthauser2002-04-171-1/+1
* Make this compile again when UMASS_DEBUG isn't defined.John Baldwin2002-04-111-0/+2
* Delay umass_cam_rescan by 200 ms to make sure attach is finished by theNick Hibma2002-04-111-3/+12
* Postpone I/O to the device until attach has finished. This fixesNick Hibma2002-04-101-21/+23