| Commit message (Expand) | Author | Age | Files | Lines |
* | Some kernel threads try to do significant work, and the default KSTACK_PAGES | scottl | 2002-10-02 | 1 | -2/+2 |
* | Gremlins ate my comment! | joe | 2002-09-30 | 1 | -1/+1 |
* | In rev 1.51 of usb_port.h I switched over to using the USB_USE_SOFTINTR | joe | 2002-09-30 | 1 | -0/+3 |
* | Use the hw.usb sysctl tree instead of debug.usb. | joe | 2002-08-08 | 1 | -1/+1 |
* | Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the | joe | 2002-07-31 | 1 | -54/+0 |
* | Get bored with hard coded debug level variables and introduce a debug.usb | joe | 2002-07-31 | 1 | -0/+4 |
* | MFNetBSD: Bring in the most recent NetBSD and OpenBSD parts. | joe | 2002-05-09 | 1 | -14/+107 |
* | MFNetBSD: | joe | 2002-05-09 | 1 | -1/+3 |
* | MFNetBSD: usb.c (1.58) | joe | 2002-04-07 | 1 | -0/+2 |
* | Iron out some obvious differences between NetBSD's and own version of | joe | 2002-04-06 | 1 | -17/+6 |
* | Define away 'Static' when compiling with USB_DEBUG defined, to make it | joe | 2002-04-06 | 1 | -2/+3 |
* | Another step in merging our if_aue driver with NetBSD's. | joe | 2002-04-06 | 1 | -0/+3 |
* | MFNetBSD: usb_port.h (1.45 partial), usb_subr.c (1.88) | joe | 2002-04-02 | 1 | -0/+2 |
* | MFNetBSD: ohci.c (1.99), uhci.c (1.133), usb.c (1.49), usb_port.h | joe | 2002-04-01 | 1 | -0/+2 |
* | Merge from NetBSD: | joe | 2002-04-01 | 1 | -4/+8 |
* | Merge from NetBSD: | joe | 2002-04-01 | 1 | -0/+6 |
* | Huge merge from NetBSD: | joe | 2002-03-16 | 1 | -7/+13 |
* | Add the following functions/macros to support byte order conversions and | tmm | 2002-02-27 | 1 | -1/+0 |
* | Merge from NetBSD: | joe | 2002-02-26 | 1 | -0/+9 |
* | Merge from NetBSD. | joe | 2002-01-28 | 1 | -0/+3 |
* | Merge from NetBSD: | joe | 2002-01-24 | 1 | -0/+6 |
* | Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port to | joe | 2002-01-02 | 1 | -0/+2 |
* | NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too) | joe | 2002-01-02 | 1 | -0/+11 |
* | Activate the kthread mechanism for doing usb bus discovery. This means | peter | 2001-06-06 | 1 | -3/+2 |
* | UMASS_DEBUG implemented panic(9). | n_hibma | 2001-01-04 | 1 | -0/+7 |
* | Finally make the module dependencies work. kern_linker.c now allows | n_hibma | 2000-08-04 | 1 | -19/+11 |
* | Properly fix world. | n_hibma | 2000-07-06 | 1 | -2/+0 |
* | Use the packed attribute for the descriptor on the wire | n_hibma | 2000-07-05 | 1 | -0/+2 |
* | Make the module dependencies actually work. | n_hibma | 2000-06-15 | 1 | -3/+12 |
* | Change Lennart's e-mail address. | n_hibma | 2000-05-14 | 1 | -1/+1 |
* | Use the new and shiny module versioning. This enables you to load the | n_hibma | 2000-05-08 | 1 | -1/+3 |
* | OpenBSD has a broken debugger that does not grok static. Use a | n_hibma | 2000-04-03 | 1 | -10/+15 |
* | Get rid of the last remnants of powerhook abuse. | n_hibma | 2000-03-18 | 1 | -5/+2 |
* | Correctly handle the conversion from virtual to physical addresses. The | n_hibma | 2000-02-10 | 1 | -1/+1 |
* | Add support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWN | n_hibma | 2000-01-20 | 1 | -1/+1 |
* | Correct the last parameter for clalloc | n_hibma | 1999-11-28 | 1 | -4/+4 |
* | Addition of new fields to the usb_devinfo struct to enable the new | n_hibma | 1999-11-21 | 1 | -0/+3 |
* | Synchronisation with NetBSD as of 1999/11/16: | n_hibma | 1999-11-17 | 1 | -18/+41 |
* | Remove superfluous header file includes | n_hibma | 1999-11-08 | 1 | -13/+6 |
* | Major synchronisation with the NetBSD USB stack: | n_hibma | 1999-10-07 | 1 | -30/+177 |
* | Remove superfluous semi-colon | n_hibma | 1999-06-27 | 1 | -4/+4 |
* | Replace usbd_device_set_desc by device_set_desc_copy | n_hibma | 1999-06-27 | 1 | -1/+1 |
* | Change 'device' to 'self', to be more like the rest of the code | n_hibma | 1999-06-26 | 1 | -2/+2 |
* | Move the declaration of the interrupt type from the driver structure | dfr | 1999-05-08 | 1 | -1/+0 |
* | Forgot one. | n_hibma | 1999-04-21 | 1 | -1/+1 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -1/+1 |
* | Added macro logprintf | n_hibma | 1999-04-07 | 1 | -0/+4 |
* | Fixed bug in disconnect handling in uhub.c | n_hibma | 1999-01-22 | 1 | -4/+5 |
* | Removal unneccessary definitions | n_hibma | 1999-01-14 | 1 | -9/+5 |
* | Sync with NetBSD sources. Almost there. Mostly style fixes. | n_hibma | 1999-01-10 | 1 | -5/+8 |