summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
...
* MFNetBSD: Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II)joe2002-07-092-0/+2
* Delay the creation of the ugenX device node until we're certainjoe2002-07-091-5/+6
* Avoid reprobing on loading a driver. This does not work as the ivars setn_hibma2002-06-171-0/+15
* Set the ivars _after_ checking that the bdev was correctly created insteadn_hibma2002-06-171-2/+2
* clean up some KASSERTS.n_hibma2002-06-171-13/+18
* Rewrite the probe routine. This makes adding drives and quirks more easy.n_hibma2002-06-161-267/+251
* Should have been part of recent commit:alfred2002-06-012-5/+3
* Call destroy_dev in detach routine to cleanup properly otherwise wealfred2002-06-011-3/+8
* NetBSD have adopted our usage of the DMAADDR macro:joe2002-05-283-12/+10
* Regen.joe2002-05-272-2/+16
* Add a couple of new aue ethernet adapters from NetBSD:joe2002-05-272-0/+4
* Use aue_lookup for looking up devices.joe2002-05-262-86/+71
* Correct the usage of DMAADDR in a piece of '#if 0'd code. (The compilerjoe2002-05-261-1/+1
* MFNetBSD:joe2002-05-261-2/+2
* MFNetBSD: ohci.c (1.124), uhci.c (1.159), usbdi.c (1.100)joe2002-05-263-9/+9
* Fix a panic by allocating the iface structure locally in the attachjoe2002-05-232-3/+14
* Reflect some changes in the NetBSD code path, and sligh adjustments to ours.joe2002-05-231-4/+7
* Sync with NetBSD. (Non functional changes).joe2002-05-221-9/+9
* Fix a bug: Use USBD_DEFAULT_INTERVAL instead of USBD_DEFAULT_TIMEOUTjoe2002-05-221-1/+1
* Regen after changing Device ID string for DaisyTech devices.sobomax2002-05-202-4/+4
* Change Device ID string for DaisyTech devices.sobomax2002-05-201-1/+1
* MFNetBSD: Bring in the most recent NetBSD and OpenBSD parts.joe2002-05-091-14/+107
* Use usb_callout_init() instead of directly calling callout_init() withpeter2002-05-091-1/+1
* MFNetBSD:joe2002-05-091-1/+3
* MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),joe2002-05-067-28/+27
* MFNetBSD:joe2002-05-021-1/+4
* Some non-functional changes to make the differences between NetBSD'sjoe2002-04-291-31/+35
* Regen after rev.1.89 of usbdevs.sobomax2002-04-292-2/+2
* Change Device ID string for DaisyTech devices to be more sensible.sobomax2002-04-291-1/+1
* Move the new byte order function prototypes from <sys/param.h> tomike2002-04-262-0/+2
* Add a power exceeded debug message.joe2002-04-251-1/+2
* MFNetBSD:joe2002-04-251-2/+2
* MFNetBSD:joe2002-04-251-5/+38
* MFNetBSD:joe2002-04-251-2/+9
* Revert part of revision 1.49 which was supposed to be white spacejoe2002-04-171-1/+1
* Make this compile again when UMASS_DEBUG isn't defined.jhb2002-04-111-0/+2
* Delay umass_cam_rescan by 200 ms to make sure attach is finished by then_hibma2002-04-111-3/+12
* Postpone I/O to the device until attach has finished. This fixesn_hibma2002-04-101-21/+23
* Slight tidy up to reduce the differences between our version and NetBSD's.joe2002-04-091-9/+9
* Lock down Giant in the usb_task_thread() kthread.joe2002-04-081-0/+4
* Regenerate.joe2002-04-082-2/+9
* Add an entry for HP LaserJet 1200.joe2002-04-081-0/+1
* General white space cleanup, to synchronise with NetBSD.joe2002-04-071-26/+36
* MFNetBSD:joe2002-04-071-3/+3
* MFNetBSD:joe2002-04-071-2/+2
* MFNetBSD:joe2002-04-071-8/+7
* MFNetBSD:joe2002-04-071-8/+13
* MFNetBSD: uhcireg.h (1.15), uhcivar.h (1.33)joe2002-04-072-2/+5
* MFNetBSD:joe2002-04-071-23/+67
* MFNetBSD:joe2002-04-071-2/+2
OpenPOWER on IntegriCloud