Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | make this function available to others | 2003-05-17 | 1 | -1/+2 | ||
| | ||||||
* | string cleanup; nate ok | 2003-05-07 | 1 | -2/+2 | ||
| | ||||||
* | get rid of trailing whitespace | 2002-07-25 | 1 | -4/+4 | ||
| | ||||||
* | make the timeout a function parameter | 2002-07-09 | 1 | -3/+4 | ||
| | | | | From NetBSD | |||||
* | Meant to commit only ulpt and committed everything. Most things weren't ready | 2002-05-07 | 1 | -38/+35 | ||
| | ||||||
* | Sync ulpt driver with NetBSD | 2002-05-07 | 1 | -35/+38 | ||
| | ||||||
* | Add support for a bunch of new adapters. | 2002-04-01 | 1 | -1/+11 | ||
| | | | | Sync with NetBSD. ok deraadt | |||||
* | Synchronize usb code with NetBSD. | 2001-10-31 | 1 | -2/+3 | ||
| | ||||||
* | Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different | 2001-05-03 | 1 | -6/+20 | ||
| | | | | kue(4) Ethernet devices. | |||||
* | Another USB sync with NetBSD. We are still lacking an up-to-date umass(4) | 2001-01-28 | 1 | -3/+3 | ||
| | | | | | | driver. I would appreciate it if someone with the hardware looked into it. I also have to take a closer look at changes to the USB Ethernet drivers, as well as import some drivers we are missing (uftdi, if_upl, yap, etc.) | |||||
* | Sync with NetBSD. Too many changes to mention. For now I have skipped | 2000-11-08 | 1 | -91/+82 | ||
| | | | | umass.c and ukbd.c as the diffs are a bit hairier. | |||||
* | sync with NetBSD... well almost. someone w/ the hw should check umass. | 2000-07-04 | 1 | -2/+2 | ||
| | ||||||
* | Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the | 2000-03-28 | 1 | -6/+6 | ||
| | | | | | | 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). | |||||
* | Sync with NetBSD. | 2000-03-26 | 1 | -29/+46 | ||
| | ||||||
* | sync with NetBSD. | 1999-11-07 | 1 | -42/+24 | ||
| | ||||||
* | Sync with NetBSD. | 1999-09-27 | 1 | -17/+17 | ||
| | ||||||
* | sync with NetBSD; | 1999-08-31 | 1 | -2/+2 | ||
| | | | | struct device->bdevice. | |||||
* | Sync with NetBSD; | 1999-08-27 | 1 | -4/+9 | ||
| | | | | | | | Make sure not to call tsleep() from suspend/resume routine. Move more of the transfer completion processing to HC independent code. Fix some problems with transfer abort & timeout. Merge the soft_{td,qh} with the real {td,qh}. This saves time and space. | |||||
* | Sync with NetBSD. Mostly FreeBSD related changes. | 1999-08-16 | 1 | -3/+2 | ||
| | | | | Diffs sent to augustsson. | |||||
* | From NetBSD; USB support. | 1999-08-13 | 1 | -0/+261 | ||