aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix viawd(4) that was only working as a module.Fabien Thomas2012-06-201-5/+9
* Add a 'wmask' variable to hold the expression '(1ul << w->step) - 1' inJohn Baldwin2012-06-191-9/+8
* Fix another off-by-one error in the previous fix so that the new startJohn Baldwin2012-06-191-2/+2
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-1957-12014/+9621
* Revert r236529, re-enabling verification of the flashed content asMarius Strobl2012-06-181-2/+0
* Refine r237102 a bit:Marius Strobl2012-06-182-4/+16
* Fix the previous commit to only copy the data we were asked to and notPoul-Henning Kamp2012-06-181-0/+1
* Roll to the latest 2400/2500 firmware available from the public QLogicMatt Jacob2012-06-172-42656/+43175
* Prepare for FC-Tape support. This involved doing a lot of little cleanupsMatt Jacob2012-06-176-357/+446
* On certain newer Intel Atom based motherboards, for instance thePoul-Henning Kamp2012-06-171-3/+10
* Resotre LCD brightness level on resuming.Mitsuru IWASAKI2012-06-171-0/+32
* Disable hwpmc(4) support for Intel Xeon Sandy Bridge (Model 0x2D).Davide Italiano2012-06-171-1/+0
* AR9287 tidyups:Adrian Chadd2012-06-172-74/+76
* Add an disabled workaround for the AR9285SE.Adrian Chadd2012-06-171-0/+19
* Bring over the AR9285 specific PCIe suspend/resume/ASPM workarounds.Adrian Chadd2012-06-171-2/+55
* After some discussion with bschmidt@, it's likely better to just goAdrian Chadd2012-06-171-37/+4
* attach_generic causes missing devices in /dev when the driverEitan Adler2012-06-171-1/+1
* .. and this wasn't supposed to be in the previous commit either.Adrian Chadd2012-06-161-1/+0
* oops, remove this, it wasn't supposed to be committed.Adrian Chadd2012-06-162-3/+1
* A few nitpicks:Adrian Chadd2012-06-161-14/+35
* Fix build.Konstantin Belousov2012-06-161-1/+1
* Shuffle some more fields in ath_buf so it's not too big.Adrian Chadd2012-06-163-10/+26
* Shave four (or eight) bytes off of ath_buf - this field isn't used.Adrian Chadd2012-06-161-2/+0
* If debug values were set, the default from tval floatedMatt Jacob2012-06-151-0/+1
* Use right size when freeing unneeded GTT mapping.Konstantin Belousov2012-06-151-1/+1
* Convert ath(4) to just use ieee80211_suspend_all() and ieee80211_resume_all().Adrian Chadd2012-06-151-0/+16
* - As a baind-aid, disable ATAPI DMA when using ATA_CAM for these controllersMarius Strobl2012-06-141-2/+5
* - Add support for the FT2232 based egnite Turtelizer 2 JTAG/RS232 Adapter.Marius Strobl2012-06-143-83/+77
* Fix a braino in r236469; the number of DMA tags required for handlingMarius Strobl2012-06-142-8/+6
* Add more quirks for USB MIDI adapters.Hans Petter Selasky2012-06-142-0/+29
* Shrink ath_buf a little more:Adrian Chadd2012-06-141-7/+8
* Disable BGSCAN for 802.11n for now. Until scanning during traffic isAdrian Chadd2012-06-141-6/+2
* Disable this warning debug for now, as I'm now aware of the particularAdrian Chadd2012-06-141-1/+23
* Implement a global (all non-mgmt traffic) TX ath_buf limitation whenAdrian Chadd2012-06-143-7/+52
* Fix a couple of bugs that prevented windows in PCI-PCI bridges fromJohn Baldwin2012-06-131-3/+3
* Implement a separate, smaller pool of ath_buf entries for use by managementAdrian Chadd2012-06-135-17/+106
* Add ARM callchain support for hwpmc.Fabien Thomas2012-06-131-12/+92
* Remove a duplicate definition.Adrian Chadd2012-06-131-2/+0
* Oops, return the newly allocated buffer to the queue, not the completedAdrian Chadd2012-06-131-1/+1
* Replace the direct sc_txbuf manipulation with a pair of functions.Adrian Chadd2012-06-133-6/+26
* - Limit r214102 workaround to only x86. On arm it causes more problemsAlexander Motin2012-06-123-1/+47
* Fix uninitialised reference.Adrian Chadd2012-06-111-2/+2
* Wrap the whole (software) TX path from ifnet dequeue to software queueAdrian Chadd2012-06-111-34/+71
* Add another TID lock.Adrian Chadd2012-06-111-0/+1
* Make sure the frames are queued to the head of the list, not the tail.Adrian Chadd2012-06-111-1/+1
* When scheduling frames in an aggregate session, the frames should beAdrian Chadd2012-06-111-1/+15
* Retried frames need to be inserted in the head of the list, not the tail.Adrian Chadd2012-06-111-1/+1
* Finish undoing the previous commit - this part of the code is no longerAdrian Chadd2012-06-111-7/+4
* Introduce a new lock debug which is specifically for making sure theAdrian Chadd2012-06-112-0/+8
* Revert r233227 and followup commits as it breaks CCMP PN replay detection.Adrian Chadd2012-06-115-272/+35