summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_auereg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Only match devices with a valid configuration.mpi2015-06-181-4/+1
| | | | Tested by jsg@
* Rewrite receive filter handling and ioctl bits.brad2013-12-131-2/+1
| | | | Tested by ISIHARA Takanori
* Get rid of various 'typedef struct' definitions and use plain structuremglocker2013-04-151-5/+5
| | | | | | | | | definitions instead. We don't change usb.h for now to stay compatible with userland. Tested by mpi@ on macppc and myself on i386. ok mpi@
* * replace per-driver dying and/or other state variables with use ofjakemsr2010-12-061-3/+1
| | | | | | | usbd_deactivete() and usbd_is_dying() * use usbd_deactivate() in activate()/DEACTIVATE * convert a few more direct checks of the associated bus' dying flag with usbd_is_dying()
* USB network devices do not DMA in a way that requires a shutdown functionderaadt2009-08-101-3/+1
|
* Remove definitions and usage of usb_callout and related macros. These macrosmbalmer2007-06-101-2/+2
| | | | | | | | were used as a layer of confusion^Wabstraction around the timeout(9) API. No binary change. ok jsg.
* Mechanical removal of USBBASEDEVICE. No binary change.mk2007-06-061-2/+2
| | | | | | Tested by thib and myself. ok mbalmer jsg
* Last part of FreeBSD/NetBSD sepcific code removal.mbalmer2007-06-041-13/+1
| | | | ok jsg@
* More lockmgr -> rwlock low hanging fruit.krw2007-05-061-2/+2
| | | | ok dlg@
* some devices can do weird things upon a warm reboot so add a shutdownjolan2006-05-181-1/+2
| | | | | | hook which explicitly resets and stops the device; fixes pr/5001 ok dlg@
* Remove last NRND NetBSDisms from tree.krw2006-03-071-7/+1
| | | | ok deraadt@ brad@
* remove duplication, use ETHER_ALIGN from if_ether.hbrad2004-05-191-2/+1
|
* Add support for a bunch of new adapters.nate2002-04-011-2/+3
| | | | Sync with NetBSD. ok deraadt
* Synchronize usb code with NetBSD.nate2001-10-311-3/+7
|
* Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentaaron2001-05-031-1/+6
| | | | kue(4) Ethernet devices.
* sync with NetBSD... well almost. someone w/ the hw should check umass.fgsch2000-07-041-6/+3
|
* Sync with NetBSD.aaron2000-04-141-2/+3
|
* Much cleaner sync with NetBSD. Some #if defined() magic has been sent in theaaron2000-03-281-0/+278
form of a diff to augustss@netbsd.org so that future syncs will be very easy. This commit also adds support for ADMtek AN986 "Pegasus" based USB Ethernet, CATC USB-EL1210A based USB Ethernet, and USB Printers (all untested).