summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Always show asic/chip revision in device attach phase. There areyongari2010-09-231-6/+5
* Add missing byteswap, works on big endian systems now (tested on Netlogicjchandra2010-09-231-1/+1
* Fix build breakage introduced in r212972.yongari2010-09-221-2/+0
* Quick fix for unmotivated C2 state usage during boot, introduced at r212541.mav2010-09-221-1/+1
* acpi_attach: do not explicitly install default handlers for defaultavg2010-09-221-23/+0
* Add new device ids.sanpei2010-09-212-0/+4
* Remove unnecessary controller reinitialization.yongari2010-09-211-3/+16
* Remove unnecessary controller reinitialization.yongari2010-09-211-1/+9
* Make sure to clear IFF_DRV_RUNNING to reinitialize controller.yongari2010-09-211-0/+2
* Remove unnecessary controller reinitialization.yongari2010-09-211-1/+9
* Tweak the stats exported by the e1000 drivers:jhb2010-09-204-346/+404
* Fix typo in previous commit.bschmidt2010-09-191-1/+1
* Rewrite parts of the calibration code which is run while bringing upbschmidt2010-09-192-87/+206
* Group functions used for initial calibration.bschmidt2010-09-191-80/+80
* Cleanup white space and typos.n_hibma2010-09-181-6/+6
* Rework r210248. Although it fixed most of problems, it did not fix onejkim2010-09-171-7/+4
* Fix a couple of mps problems.ken2010-09-172-4/+39
* Use device_printf where possible, and otherwise at least include theemaste2010-09-163-7/+10
* MFp4 (//depot/projects/mps/...):ken2010-09-161-0/+25
* status bits should be &'ed against status to be really functional.delphij2010-09-161-2/+2
* Remove an unnecessary hack from ACPICA 20100915 (r212761).jkim2010-09-161-1/+1
OpenPOWER on IntegriCloud