AMD64 - Refactor uio_resid and size_t assumptions.
[dragonfly.git] / sys / bus / usb / usb.c
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-08-10 Matthew DillonUSB - Clean up address setting and softc allocations
2009-08-01 Matthew DillonDEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2009-07-03 Matthew DillonUSB - Fix mis-cast in EHCI producing garbage on console
2008-09-26 Hasso TepperAttempt to fix the crash if accessing usb device(s...
2008-05-27 Michael NeumannAdd a boot loader tunable hw.usb.hack_defer_exploration...
2008-05-26 Michael NeumannAllow a NULL pointer as argument to usb_get_next_event...
2008-05-26 Michael NeumannRemove __HAVE_GENERIC_SOFT_INTERRUPTS ifdefs as we...
2008-05-26 Michael NeumannFix typos and cosmetic changes.
2008-05-26 Michael NeumannGet completely rid of sc_dev in usb_softc and uhub_soft...
2008-05-25 Michael NeumannDefer boot-time exploration of USB busses until all...
2008-05-24 Sascha WildnerFix two cases where device_printf() was used with an...
2008-05-21 Michael Neumannkprintf to device_printf conversion.
2008-04-26 Sepherosa ZiehauRevert rev 1.40, which will cause deadlock, if task...
2008-04-21 Matthew DillonAdd an interlock for certain usb task operations.
2007-07-03 Hasso TepperRemove last usb_port.h defines usages from the tree...
2007-07-02 Hasso TepperNuke USB_DECLARE_DRIVER and USB_DECLARE_DRIVER_INIT...
2007-07-02 Hasso TepperNuke USB_GET_SC and USB_GET_SC_OPEN macros.
2007-07-01 Hasso TepperNuke USB_MATCH*, USB_ATTACH* and USB_DETACH* macros.
2007-06-30 Hasso TepperNuke PROC_(UN)LOCK, usb_callout_t, usb_kthread_create...
2007-06-29 Hasso TepperNuke usb_ callout macros.
2007-06-28 Hasso TepperNuke SIMPLEQ_* and logprintf.
2007-06-28 Hasso TepperNuke device_ptr_t, USBBASEDEVICE, USBDEVNAME(), USBDEVU...
2007-06-27 Hasso TepperNuke the code specific to NetBSD/OpenBSD/FreeBSD at...
2007-06-26 Hasso TepperNuke USBDEV().
2007-06-17 Matthew DillonFix compiler warning (embedded /*)
2007-06-16 Matthew DillonBackout the last commit, it's creating panics.
2007-06-16 Matthew DillonCreate the USB task queues before creating the event...
2007-05-01 Matthew DillonImplement kern.do_async_attach. default disabled. ...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-12-12 Sepherosa ZiehauExploring low speed busses during cold boot, so USB...
2006-12-10 Sepherosa ZiehauSync USB support (host controller part) with FreeBSD6.
2006-10-25 Matthew DillonDo a major clean-up of the BUSDMA architecture. A...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-09-03 Matthew DillonRename functions to avoid conflicts with libc.
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2006-06-13 Matthew DillonAdd kernel syscall support for explicit blocking and...
2006-01-22 Sascha Wildner* Move function types to a separate line.
2005-06-02 Matthew DillonRemove spl*() calls from the bus/ infrastructure, repla...
2004-05-19 Matthew DillonDevice layer rollup commit.
2004-05-13 Matthew Dillondevice switch 1/many: Remove d_autoq, add d_clone ...
2004-03-12 Matthew DillonUse M_INTWAIT and M_WAITOK instead of M_NOWAIT within...
2004-02-11 Joerg SonnenbergerAdd defined(__FreeBSD__) and defined(__DragonFly__...
2004-01-08 Jeroen Ruigrok/asmodaiGet rid of PZERO. This was removed about the first...
2003-12-30 Matthew DillonBring in the entire FreeBSD-5 USB infrastructure. ...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-21 Matthew DillonDEV messaging stage 1/4: Rearrange struct cdevsw and...
2003-07-19 Matthew DillonRemove the priority part of the priority|flags argument...
2003-06-27 Matthew Dillonproc->thread stage 6: kernel threads now create process...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: