summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* xpt_create_path() requires mfi_io_lock to be held, so do it.sbruno2013-05-311-0/+3
* - Checking for spurious interrupts is only necessary when using INTx.marius2013-05-301-11/+17
* - Do supply arguments as pointers to bce_get_{pg,rx}_buf() that are notmarius2013-05-301-114/+86
* - As a follow-up to r247565, make firmware images that do not requiremarius2013-05-303-157/+101
* Bring in a number of new features, mostly implemented by Michio Honda:luigi2013-05-302-315/+1094
* - Merge from r249476: Ensure that PCI bus BUS_GET_DMA_TAG() method seesmarius2013-05-303-14/+33
* MFP4 @217311brooks2013-05-302-0/+23
* MFP4 @222836brooks2013-05-301-0/+28
* Allow unmapped I/O via aacd(4). It shouldn't be too hard to add themarius2013-05-303-6/+13
* - Remove pointless returns.marius2013-05-304-20/+3
* Add support for tethering on the iPhone 4Seadler2013-05-292-0/+4
* Turn the reassociate debug print into a DPRINTF.adrian2013-05-291-1/+2
* Shuffle around the cleanup unpause calls a bit.adrian2013-05-291-15/+13
* Avoid reading back certain registers following a write. This is an optimization.davidcs2013-05-281-5/+5
* 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
OpenPOWER on IntegriCloud