Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | 2004-05-04 | 1 | -2/+2 | ||
| | | | | | | This matches our SLIST behaviour and NetBSD's SIMPLEQ as well. ok millert krw deraadt | |||||
* | updated URLs from Jared Yanovich; | 2003-11-07 | 1 | -3/+3 | ||
| | | | | | | however, I did not apply the diff exactly. After hunting around I found URLs for the missing files, and the ../index.html link appears not to work. I replaced it with a more suitable link. | |||||
* | Sync USB code with NetBSD. | 2003-07-08 | 1 | -58/+164 | ||
| | | | | This includes numerous fixes and paves the way for usb 2.0 support. | |||||
* | kqueue support for various usb devices including: usb, uhid, ugen, | 2003-06-27 | 1 | -1/+56 | ||
| | | | | | and uscanner From NetBSD | |||||
* | get rid of trailing whitespace | 2002-07-25 | 1 | -15/+15 | ||
| | ||||||
* | Please be more portable in usb land | 2002-07-11 | 1 | -1/+5 | ||
| | ||||||
* | no provate cdev_decl()s, they are in sys/conf.h now | 2002-07-10 | 1 | -3/+1 | ||
| | ||||||
* | make the timeout a function parameter | 2002-07-09 | 1 | -2/+2 | ||
| | | | | From NetBSD | |||||
* | Meant to commit only ulpt and committed everything. Most things weren't ready | 2002-05-07 | 1 | -170/+66 | ||
| | ||||||
* | Sync ulpt driver with NetBSD | 2002-05-07 | 1 | -66/+170 | ||
| | ||||||
* | prefix structure members to avoid name clashes. | 2002-05-02 | 1 | -7/+8 | ||
| | | | | From NetBSD | |||||
* | Synchronize usb code with NetBSD. | 2001-10-31 | 1 | -2/+2 | ||
| | ||||||
* | Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different | 2001-05-03 | 1 | -150/+76 | ||
| | | | | 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 | -67/+26 | ||
| | | | | 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 | -6/+7 | ||
| | ||||||
* | Sync with NetBSD. USB Ethernet drivers should work now. | 2000-03-30 | 1 | -24/+16 | ||
| | ||||||
* | Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the | 2000-03-28 | 1 | -30/+43 | ||
| | | | | | | 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). | |||||
* | Fix typos. | 2000-03-26 | 1 | -4/+5 | ||
| | ||||||
* | Sync with NetBSD. | 2000-03-26 | 1 | -70/+181 | ||
| | ||||||
* | Delay USB device attachment to prevent lost interrupts when probing uaudio. | 1999-11-11 | 1 | -2/+2 | ||
| | ||||||
* | sync with NetBSD. | 1999-11-07 | 1 | -52/+216 | ||
| | ||||||
* | Sync with NetBSD. | 1999-09-27 | 1 | -85/+107 | ||
| | ||||||
* | sync with NetBSD; | 1999-08-31 | 1 | -3/+3 | ||
| | | | | struct device->bdevice. | |||||
* | Sync with NetBSD. | 1999-08-19 | 1 | -5/+5 | ||
| | ||||||
* | Sync with NetBSD. Mostly FreeBSD related changes. | 1999-08-16 | 1 | -3/+3 | ||
| | | | | Diffs sent to augustsson. | |||||
* | From NetBSD; USB support. | 1999-08-13 | 1 | -0/+478 | ||