| 2009-08-01 |
Matthew Dillon | DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev() |
blob | commitdiff |
| 2009-08-01 |
Matthew Dillon | DEVFS - Bring in Alex's GSOC kernel adjustments. |
blob | commitdiff | diff to current |
| 2009-07-03 |
Matthew Dillon | USB - Fix mis-cast in EHCI producing garbage on console |
blob | commitdiff | diff to current |
| 2008-09-26 |
Hasso Tepper | Attempt to fix the crash if accessing usb device(s... |
blob | commitdiff | diff to current |
| 2008-05-27 |
Michael Neumann | Add a boot loader tunable hw.usb.hack_defer_exploration... |
blob | commitdiff | diff to current |
| 2008-05-26 |
Michael Neumann | Allow a NULL pointer as argument to usb_get_next_event... |
blob | commitdiff | diff to current |
| 2008-05-26 |
Michael Neumann | Remove __HAVE_GENERIC_SOFT_INTERRUPTS ifdefs as we... |
blob | commitdiff | diff to current |
| 2008-05-26 |
Michael Neumann | Fix typos and cosmetic changes. |
blob | commitdiff | diff to current |
| 2008-05-26 |
Michael Neumann | Get completely rid of sc_dev in usb_softc and uhub_soft... |
blob | commitdiff | diff to current |
| 2008-05-25 |
Michael Neumann | Defer boot-time exploration of USB busses until all... |
blob | commitdiff | diff to current |
| 2008-05-24 |
Sascha Wildner | Fix two cases where device_printf() was used with an... |
blob | commitdiff | diff to current |
| 2008-05-21 |
Michael Neumann | kprintf to device_printf conversion. |
blob | commitdiff | diff to current |
| 2008-04-26 |
Sepherosa Ziehau | Revert rev 1.40, which will cause deadlock, if task... |
blob | commitdiff | diff to current |
| 2008-04-21 |
Matthew Dillon | Add an interlock for certain usb task operations. |
blob | commitdiff | diff to current |
| 2007-07-03 |
Hasso Tepper | Remove last usb_port.h defines usages from the tree... |
blob | commitdiff | diff to current |
| 2007-07-02 |
Hasso Tepper | Nuke USB_DECLARE_DRIVER and USB_DECLARE_DRIVER_INIT... |
blob | commitdiff | diff to current |
| 2007-07-02 |
Hasso Tepper | Nuke USB_GET_SC and USB_GET_SC_OPEN macros. |
blob | commitdiff | diff to current |
| 2007-07-01 |
Hasso Tepper | Nuke USB_MATCH*, USB_ATTACH* and USB_DETACH* macros. |
blob | commitdiff | diff to current |
| 2007-06-30 |
Hasso Tepper | Nuke PROC_(UN)LOCK, usb_callout_t, usb_kthread_create... |
blob | commitdiff | diff to current |
| 2007-06-29 |
Hasso Tepper | Nuke usb_ callout macros. |
blob | commitdiff | diff to current |
| 2007-06-28 |
Hasso Tepper | Nuke SIMPLEQ_* and logprintf. |
blob | commitdiff | diff to current |
| 2007-06-28 |
Hasso Tepper | Nuke device_ptr_t, USBBASEDEVICE, USBDEVNAME(), USBDEVU... |
blob | commitdiff | diff to current |
| 2007-06-27 |
Hasso Tepper | Nuke the code specific to NetBSD/OpenBSD/FreeBSD at... |
blob | commitdiff | diff to current |
| 2007-06-26 |
Hasso Tepper | Nuke USBDEV(). |
blob | commitdiff | diff to current |
| 2007-06-17 |
Matthew Dillon | Fix compiler warning (embedded /*) |
blob | commitdiff | diff to current |
| 2007-06-16 |
Matthew Dillon | Backout the last commit, it's creating panics. |
blob | commitdiff | diff to current |
| 2007-06-16 |
Matthew Dillon | Create the USB task queues before creating the event... |
blob | commitdiff | diff to current |
| 2007-05-01 |
Matthew Dillon | Implement kern.do_async_attach. default disabled. ... |
blob | commitdiff | diff to current |
| 2006-12-22 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-12-12 |
Sepherosa Ziehau | Exploring low speed busses during cold boot, so USB... |
blob | commitdiff | diff to current |
| 2006-12-10 |
Sepherosa Ziehau | Sync USB support (host controller part) with FreeBSD6. |
blob | commitdiff | diff to current |
| 2006-10-25 |
Matthew Dillon | Do a major clean-up of the BUSDMA architecture. A... |
blob | commitdiff | diff to current |
| 2006-09-10 |
Matthew Dillon | Change the kernel dev_t, representing a pointer to... |
blob | commitdiff | diff to current |
| 2006-09-05 |
Matthew Dillon | Rename malloc->kmalloc, free->kfree, and realloc->kreal... |
blob | commitdiff | diff to current |
| 2006-09-03 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
blob | commitdiff | diff to current |
| 2006-07-28 |
Matthew Dillon | MASSIVE reorganization of the device operations vector... |
blob | commitdiff | diff to current |
| 2006-06-13 |
Matthew Dillon | Add kernel syscall support for explicit blocking and... |
blob | commitdiff | diff to current |
| 2006-01-22 |
Sascha Wildner | * Move function types to a separate line. |
blob | commitdiff | diff to current |
| 2005-06-02 |
Matthew Dillon | Remove spl*() calls from the bus/ infrastructure, repla... |
blob | commitdiff | diff to current |
| 2004-05-19 |
Matthew Dillon | Device layer rollup commit. |
blob | commitdiff | diff to current |
| 2004-05-13 |
Matthew Dillon | device switch 1/many: Remove d_autoq, add d_clone ... |
blob | commitdiff | diff to current |
| 2004-03-12 |
Matthew Dillon | Use M_INTWAIT and M_WAITOK instead of M_NOWAIT within... |
blob | commitdiff | diff to current |
| 2004-02-11 |
Joerg Sonnenberger | Add defined(__FreeBSD__) and defined(__DragonFly__... |
blob | commitdiff | diff to current |
| 2004-01-08 |
Jeroen Ruigrok/asmodai | Get rid of PZERO. This was removed about the first... |
blob | commitdiff | diff to current |
| 2003-12-30 |
Matthew Dillon | Bring in the entire FreeBSD-5 USB infrastructure. ... |
blob | commitdiff | diff to current |
| 2003-08-07 |
Matthew Dillon | kernel tree reorganization stage 1: Major cvs repositor... |
blob | commitdiff | diff to current |
| 2003-07-21 |
Matthew Dillon | DEV messaging stage 1/4: Rearrange struct cdevsw and... |
blob | commitdiff | diff to current |
| 2003-07-19 |
Matthew Dillon | Remove the priority part of the priority|flags argument... |
blob | commitdiff | diff to current |
| 2003-06-27 |
Matthew Dillon | proc->thread stage 6: kernel threads now create process... |
blob | commitdiff | diff to current |
| 2003-06-25 |
Matthew Dillon | proc->thread stage 4: rework the VFS and DEVICE subsyst... |
blob | commitdiff | diff to current |
| 2003-06-23 |
Matthew Dillon | proc->thread stage 2: MAJOR revamping of system calls... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|