aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add 8Gb support (isp_2500). Fix a fair number of configuration andMatt Jacob2009-08-0114-8141/+10486
* Add 8Gb card firmware. Update some 2Gb and 4Gb f/w sets.Matt Jacob2009-08-014-17623/+62296
* Free allocated Rx ring dma memory/tags.Kevin Lo2009-07-311-0/+15
* fixes a typo for DWA120 device ID.Weongyo Jeong2009-07-301-2/+2
* Missed this file for r195963:Alfred Perlstein2009-07-301-0/+3
* USB CORE - Improve HID parsingAlfred Perlstein2009-07-301-3/+61
* USB CORE - compat Linux:Alfred Perlstein2009-07-302-18/+59
* USB controller:Alfred Perlstein2009-07-301-2/+9
* ULPT:Alfred Perlstein2009-07-301-1/+9
* USB core:Alfred Perlstein2009-07-307-71/+145
* USB serial:Alfred Perlstein2009-07-302-0/+4
* USB audio:Alfred Perlstein2009-07-301-38/+40
* USB CORE:Alfred Perlstein2009-07-3011-42/+222
* USB inputAlfred Perlstein2009-07-301-3/+45
* USB controller:Alfred Perlstein2009-07-303-0/+14
* adds DLINK2 DWA120 device.Weongyo Jeong2009-07-272-0/+3
* Restore PATA device probe order, broken by PMP support implementation,Alexander Motin2009-07-261-1/+17
* Improvement on the last change, this gives a preciseJack F Vogel2009-07-243-18/+18
* This delta fixes two bugs:Jack F Vogel2009-07-243-7/+25
* A small number of systems in the ICH9/10 family have a flashJack F Vogel2009-07-241-22/+2
* Fix serial console on Apple Xserve G5 by falling back to input-device-1Nathan Whitehorn2009-07-231-9/+32
* mxge's tunable hw.mxge.rss_hash_type cannot be set from theAndrew Gallatin2009-07-221-0/+1
* Fix handling of AR_RX_FILTER_BSSID: write the shadow value for AR_MISC_MODESam Leffler2009-07-211-5/+5
* Add a MD __PCI_BAR_ZERO_VALID which denotes that BARs containing 0Marius Strobl2009-07-211-8/+15
* track whether any mesh vaps are present to correctly setup the rx filterSam Leffler2009-07-212-1/+6
* Add `siis` CAM driver for SiliconImage SiI3124/3132/3531 SATA2 controllers.Alexander Motin2009-07-212-0/+2017
* Fix regression in last set of commits. Submitted via e-mail and thenColeman Kane2009-07-201-0/+2
* Fix an apparently harmless typo.Scott Long2009-07-201-1/+1
* Limit IOCATAREQUEST ioctl data size to controller's maximum I/O size.Alexander Motin2009-07-161-0/+5
* 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-93/+98
* 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