summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add more comments to rings supported by the controller. Differentyongari2010-10-061-37/+103
* Add the capability to read the complete contents of the NVRAM via sysctlambrisko2010-10-062-0/+68
* Remove bge_tx_buf_ratio, unused member of softc.yongari2010-10-061-1/+0
* Overhaul MII register access routine and remove unnecessaryyongari2010-10-062-39/+94
* Remove extra assignment.glebius2010-10-061-1/+0
* Add support to Alcatel/TCTMobile X080S USB 3G modem. The device needsglebius2010-10-064-0/+14
* Fix bge(4) build breakage when BGE_REGISTER_DEBUG is defined.yongari2010-10-061-1/+1
* Rearrange code a bit to correctly set PHY flags. This change makeyongari2010-10-051-5/+7
* Separate common flags into controller specific and PHY relatedyongari2010-10-053-36/+37
* Print out correct USB connection speed for USB 3.0 mass storage devices.hselasky2010-10-041-6/+15
* RX buffer allocation failure is not an input error. Controlleryongari2010-10-041-1/+1
* Don't count input error twice. uether_rxbuf() already updated thatyongari2010-10-041-4/+3
* This commit adds full support for USB 3.0 devices in host and devicehselasky2010-10-0413-203/+845
* Add missing #if'shselasky2010-10-041-0/+2
* Add more strict USB string filtering.hselasky2010-10-041-6/+13
* Serialise USB re-enumeration with the USB explore thread.hselasky2010-10-044-32/+76
* Correct IOCTL return code.hselasky2010-10-041-1/+5
* Add missing USB 3.0 definitions. Correct some wrong ones.hselasky2010-10-041-6/+28
* Add missing DRIVER_MODULE() entry for the musbotg driver.hselasky2010-10-041-0/+4
* The root mount hold reference was not released on USB controllerhselasky2010-10-041-8/+14
* Make upper stack know driver's output status. This change increasedyongari2010-10-041-3/+8
* Move updating TX packet counter to the inside of send loop. axe(4)yongari2010-10-041-1/+11
* Enable fix for read DMA FIFO overruns on controllers that have thisyongari2010-10-042-0/+17
* Consistently use ifHCOutOctets/ifHCInOctets instead of Octets asyongari2010-10-041-9/+9
* Fix two aliases that had the same name but were pointing to differentgnn2010-10-041-2/+2
* Remove an header that apart from the license is empty.marius2010-10-032-30/+0
* Consistently always explicitly set IFM_HDX for half-duplex.marius2010-10-0316-32/+51
* Commit initial version of new XHCI driver which was written fromhselasky2010-10-034-0/+4898
* - In the spirit of previous simplifications factor out the checks for amarius2010-10-0234-815/+121
* Try to adhere to style(9) and be consistent within this file.marius2010-10-021-21/+22
* Cosmetic: make it less confusing when displaying RAID 1 level, that mightkib2010-10-021-1/+1
* Remove extra semicolon.yongari2010-10-011-2/+2
* Allow write DMA to request larger DMA burst size to get betteryongari2010-10-012-0/+5
* Fix IFCAP_TXCSUM/IFCAP_RXCSUM handling. Previously bge(4) usedyongari2010-09-301-4/+8
* Do not use regular interrupts on NVidia HPETs. NVidia MCP5x chipsets havemav2010-09-301-0/+7
* Revert r132291.mav2010-09-301-2/+1
* Implement hardware MAC statistics for BCM5705 or newer Broadcomyongari2010-09-292-49/+339
* After r207391, brgphy(4) passes resolved flow-control settings toyongari2010-09-291-2/+13
* Fix legal staff in GPIO sources:gonzo2010-09-295-40/+70
* Previously, the aac driver did not handle enclosure management AIFs,emaste2010-09-294-0/+80
* If rt2560_bbp_init() fails, don't drop the lock as the callers ofjhb2010-09-291-2/+1
* Set the number of RX frames to receive after RX MBUF low watermarkyongari2010-09-292-0/+9
* Initial GPIO bus support. Includes:gonzo2010-09-287-0/+1332
* Update code from Intel:jfv2010-09-2821-536/+1822
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelymarius2010-09-2733-34/+33
* - Remove clause 3 and 4 from TNF licenses.marius2010-09-2613-142/+0
* Take mpt_req_on_{free,pending}_list() out from under INVARIANTS as thesemarius2010-09-241-7/+7
* Improve r56796; the reply handler actually may remove the request frommarius2010-09-241-1/+2
* Add missing le32toh(), same as recently done in ata-siliconimage.c.mav2010-09-241-1/+1
* - Do not place variables to memory allocated by busdma. pre/post opsgonzo2010-09-242-83/+83
OpenPOWER on IntegriCloud