aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ufm.c
Commit message (Expand)AuthorAgeFilesLines
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-231-376/+0
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* Latest round of usb cleanups:Warner Losh2007-06-211-0/+1
* s/logprintf/printf/gWarner Losh2007-06-201-2/+2
* Finish removal of usb_port.h macros.Warner Losh2007-06-181-5/+27
* Expand USB_MATCH_STARTWarner Losh2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalWarner Losh2007-06-131-2/+4
* Don't pretend to support !BSD systems.Warner Losh2007-06-121-1/+0
* Eliminate usb_thread_t.Warner Losh2007-06-121-3/+3
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-121-2/+2
* Minor tweak.Warner Losh2007-06-111-4/+2
* Remove lots of extra junk:Warner Losh2007-06-091-114/+2
* Remove compat ifdefs for version < 500014 from the rest of the USB files.Christian Brueffer2007-06-071-7/+0
* More removing compatibility macros.Warner Losh2006-09-071-3/+3
* s/Static/static/gWarner Losh2006-09-061-3/+3
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Tweak the compatibility macros a little so that the device printing isWarner Losh2004-08-151-1/+0
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.Warner Losh2004-06-271-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-4/+4
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-7/+0
* It appears that we don't need sys/vnode.h, which is a layering violation...Warner Losh2004-01-021-1/+0
* Make it easier to run this code on RELENG_4.Josef Karthauser2003-10-041-0/+4
* Fix the cdevsw compatibility for -stable.Josef Karthauser2003-08-251-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* WARNING: white space diffJohn-Mark Gurney2003-07-041-17/+17
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+5
* Use canonical format for cdevsw initialization.Poul-Henning Kamp2003-03-021-4/+13
* ufm doesn't care what major it uses.Warner Losh2003-02-281-1/+1
* There's no need for a locally defined usb_proc_t when we've gotJosef Karthauser2002-11-061-10/+3
* Use the hw.usb sysctl tree instead of debug.usb.Josef Karthauser2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch theJosef Karthauser2002-07-311-2/+2
* Get bored with hard coded debug level variables and introduce a debug.usbJosef Karthauser2002-07-311-0/+3
* MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),Josef Karthauser2002-05-061-1/+2
* On FreeBSD make usb_proc_t the same as d_thred_t always.Warner Losh2002-03-111-2/+2
* Be more specific about when block major numbers disappeared fromJosef Karthauser2002-03-111-1/+1
* Fix one genuine bug and a potential one:Luigi Rizzo2002-03-101-2/+2
* Support for USB fm radio.Alfred Perlstein2002-03-041-0/+475