summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-1/+1
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-0232-124/+191
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-012-6/+2
* Add 8Gb support (isp_2500). Fix a fair number of configuration andmjacob2009-08-0114-8141/+10486
* Add 8Gb card firmware. Update some 2Gb and 4Gb f/w sets.mjacob2009-08-014-17623/+62296
* Free allocated Rx ring dma memory/tags.kevlo2009-07-311-0/+15
* fixes a typo for DWA120 device ID.weongyo2009-07-301-2/+2
* Missed this file for r195963:alfred2009-07-301-0/+3
* USB CORE - Improve HID parsingalfred2009-07-301-3/+61
* USB CORE - compat Linux:alfred2009-07-302-18/+59
* USB controller:alfred2009-07-301-2/+9
* ULPT:alfred2009-07-301-1/+9
* USB core:alfred2009-07-307-71/+145
* USB serial:alfred2009-07-302-0/+4
* USB audio:alfred2009-07-301-38/+40
* USB CORE:alfred2009-07-3011-42/+222
* USB inputalfred2009-07-301-3/+45
* USB controller:alfred2009-07-303-0/+14
* adds DLINK2 DWA120 device.weongyo2009-07-272-0/+3
* Restore PATA device probe order, broken by PMP support implementation,mav2009-07-261-1/+17
* Improvement on the last change, this gives a precisejfv2009-07-243-18/+18
* This delta fixes two bugs:jfv2009-07-243-7/+25
* A small number of systems in the ICH9/10 family have a flashjfv2009-07-241-22/+2
* 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
OpenPOWER on IntegriCloud