summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix serial console on Apple Xserve G5 by falling back to input-device-1nwhitehorn2009-07-231-9/+32
* mxge's tunable hw.mxge.rss_hash_type cannot be set from thegallatin2009-07-221-0/+1
* Fix handling of AR_RX_FILTER_BSSID: write the shadow value for AR_MISC_MODEsam2009-07-211-5/+5
* Add a MD __PCI_BAR_ZERO_VALID which denotes that BARs containing 0marius2009-07-211-8/+15
* track whether any mesh vaps are present to correctly setup the rx filtersam2009-07-212-1/+6
* Add `siis` CAM driver for SiliconImage SiI3124/3132/3531 SATA2 controllers.mav2009-07-212-0/+2017
* Fix regression in last set of commits. Submitted via e-mail and thencokane2009-07-201-0/+2
* Fix an apparently harmless typo.scottl2009-07-201-1/+1
* 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
OpenPOWER on IntegriCloud