summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Limit IOCATAREQUEST ioctl data size to controller's maximum I/O size.mav2009-07-161-0/+5
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-142-8/+0
* Re-add opt_inet.h, as we did in r193862 and lost yet again.bz2009-07-141-0/+1
* Disable MSI by default for nVidia MCP55 chipset.mav2009-07-141-1/+1
* - Do aggresive saturation on various polynomial interpolators.ariff2009-07-141-93/+98
* Fix a buglet that slipped into r195654. My buildworld/buildkernel sanitylstewart2009-07-141-1/+1
* Adding hardware ID for RTL810x PCIe found on HP Pavilion DV2-1022AX.avatar2009-07-141-0/+2
* Match PCI Express root bridge _HID directly instead ofjkim2009-07-131-1/+1
* Revert the CISS driver to 64K i/o, the previous change was in error andscottl2009-07-131-1/+1
* Fix Marvel SATA controllers operation, broken by rev. 188765,mav2009-07-131-2/+2
* Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface tolstewart2009-07-131-12/+13
* Isochronous transfers only have 1 frame buffer, but multiplemarcel2009-07-121-1/+1
* MFp4:marcel2009-07-121-1/+2
* Remove build timestamps from the following files:cperciva2009-07-111-1/+1
* Fix something bogus deletion that got it during mesh commit.rpaulo2009-07-111-0/+1
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-115-20/+58
* Get correct maxio from the controller and drop the tunable.jkim2009-07-111-15/+5
* For ic_opmode switch cases, provide a default label with a printf sayingrpaulo2009-07-104-2/+10
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-1018-17/+2314
* Rearrange shift operation to increase interpolation accuracy,ariff2009-07-091-60/+60
* Fix cxgb(4) panic with jumbo frames.np2009-07-091-2/+1
* Add support for Radeon HD 4770 (RV740) chips.rnoland2009-07-093-1/+40
* Make xl(4) build with Tx checksum offload.yongari2009-07-091-4/+4
* Fix kernel panic, when ataahci driver is used on system with increasedmav2009-07-081-1/+1
* Revert revisions 188839 and 188868. Use of the ioctl in geom_dev.cmarcel2009-07-081-4/+1
* Fix ar5416 and later parts on big-endian platforms: setup the h/w bytesam2009-07-071-15/+14
* Fix AR5416 and later parts when building with AH_DEBUG or similar defined:sam2009-07-062-16/+21
* The new method of reading the mac address from thejfv2009-07-061-1/+36
* - Increase dynamic range of filter coefficients from 28bit to 30bit.ariff2009-07-051-10/+10
* Revamp 802.11 action frame handling:sam2009-07-052-5/+9
* Mark atanvidia depending on ataahci since rev.188846.mav2009-07-051-0/+1
* acpi_hp.c:rpaulo2009-07-031-95/+114
* Use MPT_MAX_LUNS as maximium number of LUNs, not 7, for SAS and FC cases.delphij2009-07-021-1/+4
* Change explicit maximium numbers to the defined macro MPT_MAX_LUNS.delphij2009-07-021-4/+4
* Multiqueue RX is not correctly enabled on the new 82599jfv2009-07-011-36/+31
* - Add support to atomically set/clear individual bits of a MSR registerstas2009-06-301-2/+18
* acpi_wmi_if:rpaulo2009-06-303-5/+21
* Update to 3.6.2.2 firmware (latest w/o host-based power save support):sam2009-06-295-130/+292
* Type problem when FreeBSD is in a virtualized environment, thejfv2009-06-291-1/+1
* Disable Rx checksum offload until I find more clue why it breaksyongari2009-06-291-0/+8
* Don't pick up Giant inside ucom(4).ed2009-06-281-4/+6
* Revert a local change that should not have been in the last commit.phk2009-06-281-1/+1
* There are a number of ways an application can check if there arephk2009-06-281-1/+1
* Add ids of Sitecom USB wlan gadget.phk2009-06-281-0/+1
* Sync to p4thompsa2009-06-2713-23/+82
* Use the correct mutex in umidi_open()thompsa2009-06-271-4/+4
* Add HAL_RX_FILTER_BSSID support (to disable bssid match):sam2009-06-277-7/+31
* - Don't zero data field in case of MSR write operation. Before this changestas2009-06-261-4/+7
* Add quirks for Actions MP4 player.delphij2009-06-262-0/+8
* Use if_maddr_rlock() instead of IF_ADDR_LOCK() to protect access torwatson2009-06-261-3/+2
OpenPOWER on IntegriCloud