summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-142-8/+0
* Re-add opt_inet.h, as we did in r193862 and lost yet again.Bjoern A. Zeeb2009-07-141-0/+1
* Disable MSI by default for nVidia MCP55 chipset.Alexander Motin2009-07-141-1/+1
* - Do aggresive saturation on various polynomial interpolators.Ariff Abdullah2009-07-141-88/+93
* Fix a buglet that slipped into r195654. My buildworld/buildkernel sanityLawrence Stewart2009-07-141-1/+1
* Adding hardware ID for RTL810x PCIe found on HP Pavilion DV2-1022AX.Tai-hwa Liang2009-07-141-0/+2
* Match PCI Express root bridge _HID directly instead ofJung-uk Kim2009-07-131-1/+1
* Revert the CISS driver to 64K i/o, the previous change was in error andScott Long2009-07-131-1/+1
* Fix Marvel SATA controllers operation, broken by rev. 188765,Alexander Motin2009-07-131-2/+2
* Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface toLawrence Stewart2009-07-131-12/+13
* Isochronous transfers only have 1 frame buffer, but multipleMarcel Moolenaar2009-07-121-1/+1
* MFp4:Marcel Moolenaar2009-07-121-1/+2
* Remove build timestamps from the following files:Colin Percival2009-07-111-1/+1
* Fix something bogus deletion that got it during mesh commit.Rui Paulo2009-07-111-0/+1
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on theRui Paulo2009-07-115-20/+58
* Get correct maxio from the controller and drop the tunable.Jung-uk Kim2009-07-111-15/+5
* For ic_opmode switch cases, provide a default label with a printf sayingRui Paulo2009-07-104-2/+10
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-1018-17/+2314
* Rearrange shift operation to increase interpolation accuracy,Ariff Abdullah2009-07-091-60/+60
* Fix cxgb(4) panic with jumbo frames.Navdeep Parhar2009-07-091-2/+1
* Add support for Radeon HD 4770 (RV740) chips.Robert Noland2009-07-093-1/+40
* Make xl(4) build with Tx checksum offload.Pyun YongHyeon2009-07-091-4/+4
* Fix kernel panic, when ataahci driver is used on system with increasedAlexander Motin2009-07-081-1/+1
* Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.cMarcel Moolenaar2009-07-081-4/+1
* Fix ar5416 and later parts on big-endian platforms: setup the h/w byteSam Leffler2009-07-071-15/+14
* Fix AR5416 and later parts when building with AH_DEBUG or similar defined:Sam Leffler2009-07-062-16/+21
* The new method of reading the mac address from theJack F Vogel2009-07-061-1/+36
* - Increase dynamic range of filter coefficients from 28bit to 30bit.Ariff Abdullah2009-07-051-10/+10
* Revamp 802.11 action frame handling:Sam Leffler2009-07-052-5/+9
* Mark atanvidia depending on ataahci since rev.188846.Alexander Motin2009-07-051-0/+1
* acpi_hp.c:Rui Paulo2009-07-031-95/+114
* Use MPT_MAX_LUNS as maximium number of LUNs, not 7, for SAS and FC cases.Xin LI2009-07-021-1/+4
* Change explicit maximium numbers to the defined macro MPT_MAX_LUNS.Xin LI2009-07-021-4/+4
* Multiqueue RX is not correctly enabled on the new 82599Jack F Vogel2009-07-011-36/+31
* - Add support to atomically set/clear individual bits of a MSR registerStanislav Sedov2009-06-301-2/+18
* acpi_wmi_if:Rui Paulo2009-06-303-5/+21
* Update to 3.6.2.2 firmware (latest w/o host-based power save support):Sam Leffler2009-06-295-130/+292
* Type problem when FreeBSD is in a virtualized environment, theJack F Vogel2009-06-291-1/+1
* Disable Rx checksum offload until I find more clue why it breaksPyun YongHyeon2009-06-291-0/+8
* Don't pick up Giant inside ucom(4).Ed Schouten2009-06-281-4/+6
* Revert a local change that should not have been in the last commit.Poul-Henning Kamp2009-06-281-1/+1
* There are a number of ways an application can check if there arePoul-Henning Kamp2009-06-281-1/+1
* Add ids of Sitecom USB wlan gadget.Poul-Henning Kamp2009-06-281-0/+1
* Sync to p4Andrew Thompson2009-06-2713-23/+82
* Use the correct mutex in umidi_open()Andrew Thompson2009-06-271-4/+4
* Add HAL_RX_FILTER_BSSID support (to disable bssid match):Sam Leffler2009-06-277-7/+31
* - Don't zero data field in case of MSR write operation. Before this changeStanislav Sedov2009-06-261-4/+7
* Add quirks for Actions MP4 player.Xin LI2009-06-262-0/+8
* Use if_maddr_rlock() instead of IF_ADDR_LOCK() to protect access toRobert Watson2009-06-261-3/+2
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-2669-158/+154