Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only match devices with a valid configuration. | 2015-06-18 | 1 | -4/+1 | |
| | | | | Tested by jsg@ | ||||
* | Rewrite receive filter handling and ioctl bits. | 2013-12-13 | 1 | -2/+1 | |
| | | | | Tested by ISIHARA Takanori | ||||
* | Get rid of various 'typedef struct' definitions and use plain structure | 2013-04-15 | 1 | -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 of | 2010-12-06 | 1 | -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 function | 2009-08-10 | 1 | -3/+1 | |
| | |||||
* | Remove definitions and usage of usb_callout and related macros. These macros | 2007-06-10 | 1 | -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. | 2007-06-06 | 1 | -2/+2 | |
| | | | | | | Tested by thib and myself. ok mbalmer jsg | ||||
* | Last part of FreeBSD/NetBSD sepcific code removal. | 2007-06-04 | 1 | -13/+1 | |
| | | | | ok jsg@ | ||||
* | More lockmgr -> rwlock low hanging fruit. | 2007-05-06 | 1 | -2/+2 | |
| | | | | ok dlg@ | ||||
* | some devices can do weird things upon a warm reboot so add a shutdown | 2006-05-18 | 1 | -1/+2 | |
| | | | | | | hook which explicitly resets and stops the device; fixes pr/5001 ok dlg@ | ||||
* | Remove last NRND NetBSDisms from tree. | 2006-03-07 | 1 | -7/+1 | |
| | | | | ok deraadt@ brad@ | ||||
* | remove duplication, use ETHER_ALIGN from if_ether.h | 2004-05-19 | 1 | -2/+1 | |
| | |||||
* | Add support for a bunch of new adapters. | 2002-04-01 | 1 | -2/+3 | |
| | | | | Sync with NetBSD. ok deraadt | ||||
* | Synchronize usb code with NetBSD. | 2001-10-31 | 1 | -3/+7 | |
| | |||||
* | Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different | 2001-05-03 | 1 | -1/+6 | |
| | | | | kue(4) Ethernet devices. | ||||
* | sync with NetBSD... well almost. someone w/ the hw should check umass. | 2000-07-04 | 1 | -6/+3 | |
| | |||||
* | Sync with NetBSD. | 2000-04-14 | 1 | -2/+3 | |
| | |||||
* | Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the | 2000-03-28 | 1 | -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). |