summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Revert r251023 until a more proper solution is foundhselasky2013-05-282-32/+0
* Workaround for for a problem seen with ATI Technologies EHCIhselasky2013-05-272-0/+32
* Fix ONFI chip detection.gber2013-05-272-2/+2
* Migrate ath(4) to now use if_transmit instead of the legacy if_startadrian2013-05-264-219/+243
* Unbreak ia64 tinderbox: 64-bit support was made conditional uponmarcel2013-05-261-13/+4
* Fix some statical clang analyzer warnings.hselasky2013-05-253-5/+1
* Fix the data corruption on the swap-backed md.kib2013-05-241-1/+7
* Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Seri...achim2013-05-248-0/+8303
* Fix typo in the definition of the TWS_DATA_CCB.kib2013-05-231-1/+1
* Correct panic on detach of Xen PV network interfaces.gibbs2013-05-221-3/+7
* Fix NULL-dereference kernel panic in case of mps_attach() failure.mav2013-05-221-2/+2
* Implement a separate hardware queue threshold for aggregate and non-aggradrian2013-05-215-12/+65
* Enable the use of TDMA on an 802.11n channel (with aggregation disabled,adrian2013-05-213-6/+89
* Fix build break - the SetCapability calls return HAL_BOOL,adrian2013-05-211-1/+1
* Add new USB quirk.hselasky2013-05-212-0/+2
* Extend the TXOP enforce capability to support checking whether it'sadrian2013-05-211-0/+6
* Add basic support for FDT to i386 & amd64. This change includes:marcel2013-05-213-98/+226
* Merge ACPICA 20130517.jkim2013-05-201-3/+7
* - Prefer ACPI_COMPARE_NAME(a, b) macro over strncmp(a, b, ACPI_NAME_SIZE).jkim2013-05-201-9/+8
* Fix white spaces.jkim2013-05-201-33/+31
* Make the HT rate duration calculation work for MCS rates > 15.adrian2013-05-201-2/+2
* Update snd quirks for T520, T420, X220.sbruno2013-05-191-0/+10
* More non-ATH_DEBUG build fixes.adrian2013-05-191-3/+5
* Since we're now using the ah pointer, always declare it.adrian2013-05-191-2/+0
* Added output of device QUIRKS for CAM and AHCI devices during boot.smh2013-05-181-0/+20
* Be (very) careful about how to add more TX DMA work.adrian2013-05-185-149/+195
* Re-add some code to exclude transmitting if we're in reset.adrian2013-05-181-0/+19
* Don't clear stall at first time use of USB MIDI endpoints.hselasky2013-05-181-5/+4
* Fix issue with "Logitech Webcam C525":hselasky2013-05-181-0/+27
* For ARM, MIPS, and PowerPC, default to 32-byte alignment, but allow itimp2013-05-171-0/+4
* o Retrive the part number (CP2103 etc) from the hardware on attach.gavin2013-05-171-12/+56
* Add new capability types encodings from HyperTransport I/O Linkkib2013-05-171-0/+4
* Add some more debugging printf()s to complain if the ath_buf tx queueadrian2013-05-171-0/+23
* When reporting the user readable size, round up. Several SD cards notimp2013-05-161-3/+5
* Tidy up the debugging - don't bother printing out TID pointers; nowadrian2013-05-161-23/+24
* Limit the number of software queued frames when doing non-aggregation.adrian2013-05-161-2/+6
* Dump out the holding buffer descriptor contents and addresses stopping DMA.adrian2013-05-161-2/+12
* Add dependencies on the firmware, which allows the loading of the cxgbkib2013-05-162-0/+3
* Implement my first cut at "correct" node power-save andadrian2013-05-157-72/+504
* Add Qlogic 10Gigabit Ethernet & CNA Adapter Driver Version 3.10.10 fordavidcs2013-05-1517-0/+11480
* Add ALQ beacon debugging.adrian2013-05-133-0/+28
* Support sending ATH_ALQ messages with no payload.adrian2013-05-131-3/+5
* Remove a bogus re-assignment.jkim2013-05-131-2/+0
* Deal correctly with 40G ports that don't have any transceiver pluggednp2013-05-131-0/+7
* Improve the debugging output - use the MAC address rather than variousadrian2013-05-132-37/+112
* Since the node state is 100% back under the TX lock, just kill the useadrian2013-05-132-17/+10
* Oops, commit the other half of r250606.adrian2013-05-132-27/+135
* This lock only protects the rate control state for now, mention this.adrian2013-05-131-1/+1
* Begin tidying up the reassociation and node sleep/wakeup paths.adrian2013-05-131-22/+37
* Fix several typoseadler2013-05-124-5/+5
OpenPOWER on IntegriCloud