| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvs | cvs2svn | 2007-01-11 | 1 | -1/+1 |
| * | Although USBVERBOSE was an option in the config system, usb_subr.c failed | Warner Losh | 2005-01-20 | 1 | -2/+0 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Put back usb_uncallout_drain(), as it is now also used by umass.c. | Ian Dowse | 2004-11-12 | 1 | -0/+1 |
| * | Back out my recent changes for timeout races, as there have been | Ian Dowse | 2004-11-12 | 1 | -1/+0 |
| * | Attempt to fix a number of race conditions in the handling of | Ian Dowse | 2004-11-09 | 1 | -0/+1 |
| * | detach before ivar delete. | Warner Losh | 2004-09-26 | 1 | -1/+1 |
| * | Add a temporary workaround to the panic on boot with hub attached and | Warner Losh | 2004-09-22 | 1 | -0/+1 |
| * | Tweak the compatibility macros a little so that the device printing is | Warner Losh | 2004-08-15 | 1 | -4/+9 |
| * | Next step in making usb more newbus: | Warner Losh | 2004-08-14 | 1 | -1/+5 |
| * | MFNetBSD: | Josef Karthauser | 2003-11-09 | 1 | -7/+1 |
| * | Make it easier to run this code on RELENG_4. | Josef Karthauser | 2003-10-04 | 1 | -0/+25 |
| * | make usb bus_dma aware. | John-Mark Gurney | 2003-07-15 | 1 | -1/+7 |
| * | sync w/ NetBSD | John-Mark Gurney | 2003-07-15 | 1 | -0/+2 |
| * | MFNetBSD: | Josef Karthauser | 2003-07-14 | 1 | -8/+13 |
| * | WARNING: white space diff | John-Mark Gurney | 2003-07-04 | 1 | -2/+2 |
| * | Don't define memcpy() to bcopy() and in particular not memset() to | Poul-Henning Kamp | 2003-05-31 | 1 | -3/+0 |
| * | Some kernel threads try to do significant work, and the default KSTACK_PAGES | Scott Long | 2002-10-02 | 1 | -2/+2 |
| * | Gremlins ate my comment! | Josef Karthauser | 2002-09-30 | 1 | -1/+1 |
| * | In rev 1.51 of usb_port.h I switched over to using the USB_USE_SOFTINTR | Josef Karthauser | 2002-09-30 | 1 | -0/+3 |
| * | Use the hw.usb sysctl tree instead of debug.usb. | Josef Karthauser | 2002-08-08 | 1 | -1/+1 |
| * | Replace the FOO_DEBUG definitions with USB_DEBUG, and switch the | Josef Karthauser | 2002-07-31 | 1 | -54/+0 |
| * | Get bored with hard coded debug level variables and introduce a debug.usb | Josef Karthauser | 2002-07-31 | 1 | -0/+4 |
| * | MFNetBSD: Bring in the most recent NetBSD and OpenBSD parts. | Josef Karthauser | 2002-05-09 | 1 | -14/+107 |
| * | MFNetBSD: | Josef Karthauser | 2002-05-09 | 1 | -1/+3 |
| * | MFNetBSD: usb.c (1.58) | Josef Karthauser | 2002-04-07 | 1 | -0/+2 |
| * | Iron out some obvious differences between NetBSD's and own version of | Josef Karthauser | 2002-04-06 | 1 | -17/+6 |
| * | Define away 'Static' when compiling with USB_DEBUG defined, to make it | Josef Karthauser | 2002-04-06 | 1 | -2/+3 |
| * | Another step in merging our if_aue driver with NetBSD's. | Josef Karthauser | 2002-04-06 | 1 | -0/+3 |
| * | MFNetBSD: usb_port.h (1.45 partial), usb_subr.c (1.88) | Josef Karthauser | 2002-04-02 | 1 | -0/+2 |
| * | MFNetBSD: ohci.c (1.99), uhci.c (1.133), usb.c (1.49), usb_port.h | Josef Karthauser | 2002-04-01 | 1 | -0/+2 |
| * | Merge from NetBSD: | Josef Karthauser | 2002-04-01 | 1 | -4/+8 |
| * | Merge from NetBSD: | Josef Karthauser | 2002-04-01 | 1 | -0/+6 |
| * | Huge merge from NetBSD: | Josef Karthauser | 2002-03-16 | 1 | -7/+13 |
| * | Add the following functions/macros to support byte order conversions and | Thomas Moestl | 2002-02-27 | 1 | -1/+0 |
| * | Merge from NetBSD: | Josef Karthauser | 2002-02-26 | 1 | -0/+9 |
| * | Merge from NetBSD. | Josef Karthauser | 2002-01-28 | 1 | -0/+3 |
| * | Merge from NetBSD: | Josef Karthauser | 2002-01-24 | 1 | -0/+6 |
| * | Revert uio.uio_td back to uio.uio_procp, using a #define in usb_port to | Josef Karthauser | 2002-01-02 | 1 | -0/+2 |
| * | NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too) | Josef Karthauser | 2002-01-02 | 1 | -0/+11 |
| * | Activate the kthread mechanism for doing usb bus discovery. This means | Peter Wemm | 2001-06-06 | 1 | -3/+2 |
| * | UMASS_DEBUG implemented panic(9). | Nick Hibma | 2001-01-04 | 1 | -0/+7 |
| * | Finally make the module dependencies work. kern_linker.c now allows | Nick Hibma | 2000-08-04 | 1 | -19/+11 |
| * | Properly fix world. | Nick Hibma | 2000-07-06 | 1 | -2/+0 |
| * | Use the packed attribute for the descriptor on the wire | Nick Hibma | 2000-07-05 | 1 | -0/+2 |
| * | Make the module dependencies actually work. | Nick Hibma | 2000-06-15 | 1 | -3/+12 |
| * | Change Lennart's e-mail address. | Nick Hibma | 2000-05-14 | 1 | -1/+1 |
| * | Use the new and shiny module versioning. This enables you to load the | Nick Hibma | 2000-05-08 | 1 | -1/+3 |
| * | OpenBSD has a broken debugger that does not grok static. Use a | Nick Hibma | 2000-04-03 | 1 | -10/+15 |
| * | Get rid of the last remnants of powerhook abuse. | Nick Hibma | 2000-03-18 | 1 | -5/+2 |