aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Regen.Nick Hibma2000-07-172-12/+156
* Lots of new device Ids. From NetBSD.Nick Hibma2000-07-171-5/+35
* Add some detection code for the InSystem USB cable (ATAPI support not yetNick Hibma2000-07-161-1/+14
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-133-20/+10
* Properly fix world.Nick Hibma2000-07-062-2/+2
* Fix buildworld.Ollivier Robert2000-07-061-0/+2
* Use the packed attribute for the descriptor on the wireNick Hibma2000-07-052-2/+4
* Inverted error messages.Nick Hibma2000-06-151-3/+3
* Make the module dependencies actually work.Nick Hibma2000-06-152-5/+13
* Add the ID of the InSystem USB Cable (not really supported yet).Nick Hibma2000-06-081-2/+9
* Regen.Nick Hibma2000-06-082-2/+9
* InSystem USB Cable (IDE adapter)Nick Hibma2000-06-081-0/+1
* Darn it... left if_aue.c out of the last commit. (Fix watchdog timeoutBill Paul2000-06-011-5/+24
* Handle watchdog timeouts better. We can't really call the foo_init()Bill Paul2000-06-012-8/+20
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-266-14/+14
* Regen.Nick Hibma2000-05-252-2/+32
* New entries (Mike Meyer)Nick Hibma2000-05-251-0/+6
* Add 440MX chipset.Jun Kuriyama2000-05-241-0/+8
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-236-14/+14
* Sync with NetBSD:Nick Hibma2000-05-142-4/+6
* Sync with NetBSD:Nick Hibma2000-05-141-3/+3
* Sync with NetBSD:Nick Hibma2000-05-142-88/+81
* Sync with NetBSD:Nick Hibma2000-05-142-7/+73
* Sync with NetBSD:Nick Hibma2000-05-141-4/+17
* Make some if's cleaner. Add a define for the Zip 250.Nick Hibma2000-05-141-5/+5
* Sync with NetBSD:Nick Hibma2000-05-142-5/+5
* Change Lennart's e-mail address.Nick Hibma2000-05-1429-29/+29
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-18/+0
* Only display the 'Disable PNP-OS BIOS option' message on the i386 arch.John Baldwin2000-05-112-0/+4
* Regen.Nick Hibma2000-05-092-2/+18
* Add Alcor Keyboard with built-in hub and its keyboard.Nick Hibma2000-05-091-0/+4
* Use the new and shiny module versioning. This enables you to load theNick Hibma2000-05-082-1/+5
* Add the fields needed to store the cookies.Nick Hibma2000-05-072-0/+13
* Do the attach (and detach) properly. Store the cookies.Nick Hibma2000-05-072-75/+141
* Add the Prolific PL2301 and PL2302 Link cables.Nick Hibma2000-05-071-0/+5
* We match on vendor/product so return the fact that udbp is vendor/productNick Hibma2000-05-071-1/+1
* Regen.Nick Hibma2000-05-072-10/+84
* Sync with NetBSDNick Hibma2000-05-071-4/+18
* Initialise the debug value.Nick Hibma2000-05-071-1/+1
* Increase the debugging level on a printf.Nick Hibma2000-05-071-1/+1
* Add a define for the Zip 250Nick Hibma2000-05-071-1/+2
* More static -> Static to keep OpenBSD happy.Nick Hibma2000-05-072-29/+29
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* Remove 42 unneeded #include <sys/ioccom.h>.Poul-Henning Kamp2000-05-032-2/+0
* The USB double bulk pipe driver (Host to host cables). Currently thereNick Hibma2000-05-012-0/+896
* Regen.Nick Hibma2000-05-012-2/+9
* Add the EzLink adapter IdNick Hibma2000-05-011-0/+1
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-292-2/+0
* Depend on miibus.Peter Wemm2000-04-291-0/+2
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-193-3/+0