summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-1016-83/+120
* Identify the Intel ICH4 EHCI controller.benno2005-06-101-0/+5
* Power state management now done in PCI bus codeimp2005-06-051-11/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-293-5/+0
* Fix WPA (802.11i) support.damien2005-05-221-0/+12
* Recognize the integrated USB controllers of Sun PCIO-2 chips whichmarius2005-05-191-0/+14
* Add convenience functions to get port and interface.imp2005-05-161-0/+15
* Plug a potential memory leak.kan2005-05-111-1/+3
* Take out Giant in uhub_child_* in giant. There's one place where weimp2005-05-111-9/+16
* A patch to support Palm Tungsten T via USB-Cradle.julian2005-05-041-17/+76
* Initial import of ipw, iwi, ral and ural drivers:damien2005-04-184-0/+2419
* Fix the handling of the UCS_RXSTOP flag so that it always tracksiedowse2005-04-121-5/+8
* Add support for Sitecom USB to serial cable (v2)le2005-04-082-0/+3
* Add support for FTDI's FT2232C twin channel chip.ticso2005-04-052-14/+27
* remove usbd_errstr(err) from printf.ticso2005-04-051-2/+2
* Use the usb_callout_* API instead of timeout()/untimeout() in orderiedowse2005-03-301-6/+5
* Don't defer the boot-time exploration of high-speed USB busses.iedowse2005-03-271-3/+9
* Comment out rue_miibus_statchg() function. Using trial-and-error approach Isobomax2005-03-251-0/+12
* Add /* _FOO_H_ */ after the final #endif to make danfe happy.sobomax2005-03-253-3/+3
* Fix identation.sobomax2005-03-251-1/+1
* Add missed KUE_UNLOCK(). This is NOOP yet, but may be handy later on.sobomax2005-03-251-0/+1
* Fix breakage in the previous commit caused by the last-minute change.sobomax2005-03-257-21/+14
* Protect against multiple inclusions.sobomax2005-03-251-0/+5
* Move Rx/Tx lists management routines into central location.sobomax2005-03-2516-1040/+462
* GC unused fields.sobomax2005-03-252-2/+0
* GC unused field.sobomax2005-03-251-1/+0
* Fix an incorrect NULL argument to usbd_set_interface() associatediedowse2005-03-251-1/+1
* Use usbd_get_string() instead of calling usbd_get_string_desc()iedowse2005-03-251-15/+3
* Move xxx_newbuf() function, which was the same in all drivers into centralsobomax2005-03-2513-254/+56
* Use M_NOWAIT when allocating from a callout routine.iedowse2005-03-251-3/+4
* Zaurus expecrs CRC to be in little-endian order, so that convert it into LEsobomax2005-03-221-1/+2
* Add USB Communication Device Class Ethernet driver. Originally written forsobomax2005-03-222-0/+912
* Add the following products in preparation for addition of CDCE driver:sobomax2005-03-211-0/+12
* Root hubs don't have transaction translators, so skip printing theiedowse2005-03-201-1/+1
* Don't display the redundant `ehci_pci_attach: companion usbX'iedowse2005-03-201-2/+9
* Remove trailing whitespace as per NetBSD's revision 1.91. Alsoiedowse2005-03-201-20/+14
* Now that all architectures allow hooks to be inserted beforeiedowse2005-03-191-6/+2
* It was possible to have two threads concurrently aborting the sameiedowse2005-03-196-1/+92
* initialize pp->p_sc so it can be referenced later.ticso2005-03-172-20/+34
* Defer boot-time exploration of USB busses until all devices in theiedowse2005-03-171-1/+30
* Add support for the ethernet port in the JVC MP-PRX1 port replicator.iedowse2005-03-142-0/+2
* Set the split transaction interrupt C-mask correctly. This is theiedowse2005-03-141-1/+1
* The EHCI qTD token has a number of error status bits that are notiedowse2005-03-131-9/+9
* Fix the arrangement of periodic QH tree to give the correct intervaliedowse2005-03-131-4/+6
* Fix the silly bug that prevented most EHCI interrupt transfers fromiedowse2005-03-081-5/+3
* Merge from NetBSD.sobomax2005-03-015-56/+150
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnimp2005-03-013-3/+3
* Sync with 1.9 from NetBSD, this includes:sobomax2005-03-011-8/+26
* Abort any active transfers when the device detaches. This fixes aiedowse2005-02-141-0/+44
* Add a new function usbd_abort_default_pipe() that aborts any transfersiedowse2005-02-142-0/+7
OpenPOWER on IntegriCloud