summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_port.h
Commit message (Expand)AuthorAgeFilesLines
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-3/+3
* uhub already does the printing and naming of a device, so don't do itimp2007-07-061-5/+1
* Remove duplicate USBDEVUNIT #defineimp2007-06-301-1/+0
* Restore approximately FreeBDS 6.x's level of compatibility macros.imp2007-06-211-4/+74
* s/logprintf/printf/gimp2007-06-201-2/+2
* Remove usb_port.h from usb.h, except for one or two useful things thatimp2007-06-181-4/+0
* Remove USB_DO_ATTACHimp2007-06-171-3/+0
* Move PWR_* from usb_port.h to usb.himp2007-06-141-3/+0
* Move malloc definitions to usb.h.imp2007-06-141-15/+1
* config_detach is just used in one place, so expand it inline.imp2007-06-131-8/+0
* Remove usb_kthread_create*. They are now unused.imp2007-06-121-6/+0
* Eliminate usb_thread_t.imp2007-06-121-2/+0
* Remove USBDEV() macro. We do not need a macro that is defined as itsimp2007-06-121-1/+0
* clalloc and clfree are useles. Remove them. Remove dead code that'simp2007-06-121-3/+0
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-4/+0
* Expand DECLARE_USB_DMA_T inline in the one place it is used and eliminateimp2007-06-111-8/+0
* Eliminate USB_ATTACH_SETUP and USB_MATCH_SETUP. They are no longer inimp2007-06-111-9/+0
* More removing compatibility macros.imp2006-09-071-47/+0
* Only include FreeBSD defines. This file is slated to go to the happyimp2006-09-061-294/+0
* s/Static/static/gimp2006-09-061-13/+13
* Don't put a ; after while (0)imp2006-08-171-2/+2
* Don't free ifaces yet, should fix a panicimp2006-03-011-1/+0
* Since we set the decription, we don't need to also print it. Noticed by: ru@imp2006-02-271-2/+0
* Don't forget to free the ifaces when we free the ivarsimp2006-02-271-1/+3
* ehcivar.h:netchild2005-09-181-4/+17
* Although USBVERBOSE was an option in the config system, usb_subr.c failedimp2005-01-201-2/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Put back usb_uncallout_drain(), as it is now also used by umass.c.iedowse2004-11-121-0/+1
* Back out my recent changes for timeout races, as there have beeniedowse2004-11-121-1/+0
* Attempt to fix a number of race conditions in the handling ofiedowse2004-11-091-0/+1
* detach before ivar delete.imp2004-09-261-1/+1
* Add a temporary workaround to the panic on boot with hub attached andimp2004-09-221-0/+1
* Tweak the compatibility macros a little so that the device printing isimp2004-08-151-4/+9
* Next step in making usb more newbus:imp2004-08-141-1/+5
* MFNetBSD:joe2003-11-091-7/+1
* Make it easier to run this code on RELENG_4.joe2003-10-041-0/+25
* make usb bus_dma aware.jmg2003-07-151-1/+7
* sync w/ NetBSDjmg2003-07-151-0/+2
* MFNetBSD:joe2003-07-141-8/+13
* WARNING: white space diffjmg2003-07-041-2/+2
* Don't define memcpy() to bcopy() and in particular not memset() tophk2003-05-311-3/+0
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-2/+2
* Gremlins ate my comment!joe2002-09-301-1/+1
* In rev 1.51 of usb_port.h I switched over to using the USB_USE_SOFTINTRjoe2002-09-301-0/+3
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+1
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-54/+0
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+4
* MFNetBSD: Bring in the most recent NetBSD and OpenBSD parts.joe2002-05-091-14/+107
* MFNetBSD:joe2002-05-091-1/+3
* MFNetBSD: usb.c (1.58)joe2002-04-071-0/+2
OpenPOWER on IntegriCloud