summaryrefslogtreecommitdiffstats
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 thethompsa2009-02-231-376/+0
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* Latest round of usb cleanups:imp2007-06-211-0/+1
* s/logprintf/printf/gimp2007-06-201-2/+2
* Finish removal of usb_port.h macros.imp2007-06-181-5/+27
* Expand USB_MATCH_STARTimp2007-06-171-1/+1
* Expand USB_DETACH, USB_ATTACH and USB_MATCH inline. No functionalimp2007-06-131-2/+4
* Don't pretend to support !BSD systems.imp2007-06-121-1/+0
* Eliminate usb_thread_t.imp2007-06-121-3/+3
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-2/+2
* Minor tweak.imp2007-06-111-4/+2
* Remove lots of extra junk:imp2007-06-091-114/+2
* Remove compat ifdefs for version < 500014 from the rest of the USB files.brueffer2007-06-071-7/+0
* More removing compatibility macros.imp2006-09-071-3/+3
* s/Static/static/gimp2006-09-061-3/+3
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Tweak the compatibility macros a little so that the device printing isimp2004-08-151-1/+0
* MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.imp2004-06-271-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-4/+4
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-7/+0
* It appears that we don't need sys/vnode.h, which is a layering violation...imp2004-01-021-1/+0
* Make it easier to run this code on RELENG_4.joe2003-10-041-0/+4
* Fix the cdevsw compatibility for -stable.joe2003-08-251-1/+1
* Use __FBSDID().obrien2003-08-241-1/+3
* WARNING: white space diffjmg2003-07-041-17/+17
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+5
* Use canonical format for cdevsw initialization.phk2003-03-021-4/+13
* ufm doesn't care what major it uses.imp2003-02-281-1/+1
* There's no need for a locally defined usb_proc_t when we've gotjoe2002-11-061-10/+3
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-2/+2
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+3
* MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),joe2002-05-061-1/+2
* On FreeBSD make usb_proc_t the same as d_thred_t always.imp2002-03-111-2/+2
* Be more specific about when block major numbers disappeared fromjoe2002-03-111-1/+1
* Fix one genuine bug and a potential one:luigi2002-03-101-2/+2
* Support for USB fm radio.alfred2002-03-041-0/+475
OpenPOWER on IntegriCloud