summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_port.h
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-200/+0
* Rename the kthread_xxx (e.g. kthread_create()) callsJulian Elischer2007-10-201-3/+3
* uhub already does the printing and naming of a device, so don't do itWarner Losh2007-07-061-5/+1
* Remove duplicate USBDEVUNIT #defineWarner Losh2007-06-301-1/+0
* Restore approximately FreeBDS 6.x's level of compatibility macros.Warner Losh2007-06-211-4/+74
* s/logprintf/printf/gWarner Losh2007-06-201-2/+2
* Remove usb_port.h from usb.h, except for one or two useful things thatWarner Losh2007-06-181-4/+0
* Remove USB_DO_ATTACHWarner Losh2007-06-171-3/+0
* Move PWR_* from usb_port.h to usb.hWarner Losh2007-06-141-3/+0
* Move malloc definitions to usb.h.Warner Losh2007-06-141-15/+1
* config_detach is just used in one place, so expand it inline.Warner Losh2007-06-131-8/+0
* Remove usb_kthread_create*. They are now unused.Warner Losh2007-06-121-6/+0
* Eliminate usb_thread_t.Warner Losh2007-06-121-2/+0
* Remove USBDEV() macro. We do not need a macro that is defined as itsWarner Losh2007-06-121-1/+0
* clalloc and clfree are useles. Remove them. Remove dead code that'sWarner Losh2007-06-121-3/+0
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-121-4/+0
* Expand DECLARE_USB_DMA_T inline in the one place it is used and eliminateWarner Losh2007-06-111-8/+0
* Eliminate USB_ATTACH_SETUP and USB_MATCH_SETUP. They are no longer inWarner Losh2007-06-111-9/+0
* More removing compatibility macros.Warner Losh2006-09-071-47/+0
* Only include FreeBSD defines. This file is slated to go to the happyWarner Losh2006-09-061-294/+0
* s/Static/static/gWarner Losh2006-09-061-13/+13
* Don't put a ; after while (0)Warner Losh2006-08-171-2/+2
* Don't free ifaces yet, should fix a panicWarner Losh2006-03-011-1/+0
* Since we set the decription, we don't need to also print it. Noticed by: ru@Warner Losh2006-02-271-2/+0
* Don't forget to free the ifaces when we free the ivarsWarner Losh2006-02-271-1/+3
* ehcivar.h:Alexander Leidinger2005-09-181-4/+17
* Although USBVERBOSE was an option in the config system, usb_subr.c failedWarner Losh2005-01-201-2/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Put back usb_uncallout_drain(), as it is now also used by umass.c.Ian Dowse2004-11-121-0/+1
* Back out my recent changes for timeout races, as there have beenIan Dowse2004-11-121-1/+0
* Attempt to fix a number of race conditions in the handling ofIan Dowse2004-11-091-0/+1
* detach before ivar delete.Warner Losh2004-09-261-1/+1
* Add a temporary workaround to the panic on boot with hub attached andWarner Losh2004-09-221-0/+1
* Tweak the compatibility macros a little so that the device printing isWarner Losh2004-08-151-4/+9
* Next step in making usb more newbus:Warner Losh2004-08-141-1/+5
* MFNetBSD:Josef Karthauser2003-11-091-7/+1
* Make it easier to run this code on RELENG_4.Josef Karthauser2003-10-041-0/+25
* make usb bus_dma aware.John-Mark Gurney2003-07-151-1/+7
* sync w/ NetBSDJohn-Mark Gurney2003-07-151-0/+2
* MFNetBSD:Josef Karthauser2003-07-141-8/+13
* WARNING: white space diffJohn-Mark Gurney2003-07-041-2/+2
* Don't define memcpy() to bcopy() and in particular not memset() toPoul-Henning Kamp2003-05-311-3/+0
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-021-2/+2
* Gremlins ate my comment!Josef Karthauser2002-09-301-1/+1
* In rev 1.51 of usb_port.h I switched over to using the USB_USE_SOFTINTRJosef Karthauser2002-09-301-0/+3
* Use the hw.usb sysctl tree instead of debug.usb.Josef Karthauser2002-08-081-1/+1
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch theJosef Karthauser2002-07-311-54/+0
* Get bored with hard coded debug level variables and introduce a debug.usbJosef Karthauser2002-07-311-0/+4
* MFNetBSD: Bring in the most recent NetBSD and OpenBSD parts.Josef Karthauser2002-05-091-14/+107
* MFNetBSD:Josef Karthauser2002-05-091-1/+3