aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Simplify t4_os_find_pci_capability.Navdeep Parhar2011-05-191-35/+2
* Style fixes:John Baldwin2011-05-191-14/+14
* Add support for the SIIG Cyber 2S PCIe adapter. It is based on anJohn Baldwin2011-05-191-0/+6
* The CDP_ACTIVE flag is cleared at the beginning of destroy_devl(),Konstantin Belousov2011-05-181-1/+2
* - Enable per-channel congestion notification.Navdeep Parhar2011-05-182-8/+25
* Unbreak INET-less build.Michael Tuexen2011-05-181-1/+1
* Add a sanity check for the existence of an "addr" optionRick Macklem2011-05-182-7/+17
* Revert r222069,222068 as they were intended to be committed to theAttilio Rao2011-05-182-10/+6
* Fix warning spit out.Attilio Rao2011-05-181-4/+7
* Fix newly introduced code.Attilio Rao2011-05-181-2/+3
* Merge part of r221322 from largeSMP project:Attilio Rao2011-05-181-43/+27
* usb: fix a missed use of use_generic in r222051Andriy Gapon2011-05-181-4/+5
* This isn't needed any longer, it's defined in ah_internal.h.Adrian Chadd2011-05-181-4/+0
* usb: change to one-pass probing of device driversAndriy Gapon2011-05-188-34/+8
* Restore old (v15) behaviour for a recursive snapshot destroy.Martin Matuska2011-05-181-0/+6
* Modify the sample rate control algorithm to only select/sample HTAdrian Chadd2011-05-181-8/+26
* Update CPUID bits to reflect AMD Bulldozer and Intel Sandy Bridge features.Jung-uk Kim2011-05-174-56/+75
* Remove an unused typedef.Attilio Rao2011-05-171-1/+0
* Merge r221285 from largeSMP project:Attilio Rao2011-05-171-31/+7
* Add support for "LED" enclosure management messages, defined by the AHCI.Alexander Motin2011-05-172-0/+83
* Fix a race in the SMP rendezvous code. Specifically, the write by theJohn Baldwin2011-05-171-15/+48
* Fix the debugging code path to correctly support HAL_DEBUG_UNMASKABLE.Adrian Chadd2011-05-171-1/+5
* Copy out the mtu when calling getsockopt() with SCTP_GET_PEER_ADDR_INFO.Michael Tuexen2011-05-171-0/+1
* Fix whitespacing.Michael Tuexen2011-05-171-23/+23
* Fix case, introduced in my previous commit.Adrian Chadd2011-05-171-1/+1
* Use the halMcastKeySrchSupport capability bit to selectively enable/disableAdrian Chadd2011-05-171-1/+1
* Set this HAL capabilities flag correctly even though it isn't currentlyAdrian Chadd2011-05-171-1/+1
* Renamed PCI_INTERFACE_XHCI to PCIP_SERIALBUS_USB_XHCI and moved itRuslan Ermilov2011-05-173-2/+2
* Use memset() instead of bzero() and memcpy() instead of bcopy(), therePoul-Henning Kamp2011-05-171-26/+43
* Don't expect PAGE_SIZE to exist on all platforms (It is a pretty arbitraryPoul-Henning Kamp2011-05-171-27/+33
* Add missing header. The test for VLAN_CAPABILITIES later in the fileNavdeep Parhar2011-05-171-0/+1
* Merge r221279,221280 from largeSMP project:Attilio Rao2011-05-161-3/+3
* Merge r221278 from largeSMP project:Attilio Rao2011-05-163-2/+2
* Change the length quantities of sbufs to be ssize_t rather than int.Poul-Henning Kamp2011-05-162-13/+15
* Make diagnostic messages more specific. With bootverbose print outAndrey V. Elsukov2011-05-161-42/+83
* Revert accidentally committed local change in r221990Andriy Gapon2011-05-161-1/+1
* better integrate cyclic module with clocksource/eventtimer subsystemAndriy Gapon2011-05-165-41/+97
* Fix a </<= mixup. This could result in suboptimal performance on the lastNathan Whitehorn2011-05-161-1/+1
* Fix a comment that got missed by r221973 which changedRick Macklem2011-05-161-1/+1
* Add diagnostic messages for integrity checks.Andrey V. Elsukov2011-05-161-0/+20
* Remove a useless check that served only to make 64-bit PPC systemsNathan Whitehorn2011-05-161-5/+0
* Correctly disable jumbo frame support for BCM5719 A0.Pyun YongHyeon2011-05-151-1/+1
* Change the sysctl naming for the old and new NFS clientsRick Macklem2011-05-1513-72/+66
* Add a sysctl kern.geom.part.check_integrity for those who has corruptAndrey V. Elsukov2011-05-151-3/+14
* Fix breakage on pc98 by redefining DEBUG().Henrik Brix Andersen2011-05-151-23/+24
* * Add some more TX descriptor error counters; this'll be helpful whenAdrian Chadd2011-05-153-7/+28
* Add I2C bus driver for the AMD Geode LX series CS5536 CompanionHenrik Brix Andersen2011-05-155-0/+1096
* Recognize the SAB 82532 found in Fujitsu PRIMEPOWER650 and 900.Marius Strobl2011-05-152-2/+4
* Recognize the eeprom device found in Fujitsu PRIMEPOWER650 and 900.Marius Strobl2011-05-151-1/+4
* Add support for MK48T37.Marius Strobl2011-05-152-1/+6