summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Before it gets lost in the noise.emax2012-06-051-1/+1
* Mostly revert previous commit(s). After doing a bunch of local testing,adrian2012-06-053-18/+1
* Create a function - ath_tx_kick() - which is called where ath_start() isadrian2012-06-053-10/+17
* Add the 'filemon' device. 'filemon' is a kernel module that provides a deviceobrien2012-06-044-0/+1279
* Migrate the TX path to a taskqueue for now, until a better way ofadrian2012-06-044-4/+20
* Fix build of aicasm when CC=clang. This was due to a side-effect of thedim2012-06-041-2/+1
* Make aicasm compile without warnings if -Wpointer-sign is enabled.dim2012-06-041-1/+1
* Disable verification of the flashed content for now; for reasons unknownmarius2012-06-031-0/+2
* - Loop up to 3 seconds when waiting for a device to get ready. [1]marius2012-06-031-97/+262
* Add missing prototypes. While at it, sort them alphabetically.marius2012-06-022-14/+73
* Remove nitems() now that it lives in <sys/param.h> since r236486.marius2012-06-021-2/+0
* Take advantage of nitems().marius2012-06-022-7/+3
* Add appropriate checks for ic_bsschan being set to IEEE80211_CHAN_ANYC inhselasky2012-06-023-7/+32
* Clean up and complete the incomplete deferred enable code.mjacob2012-06-014-68/+159
* Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.jkim2012-06-013-11/+11
* Execute AcpiLeaveSleepStatePrep() for S1 and reduce code duplication.jkim2012-06-011-2/+2
* Improve support for detaching kernel drivers on a per interface basis.hselasky2012-06-012-4/+19
* Commit a portion of 233708 I missed earlier and don't include thejhb2012-06-011-3/+6
* Call AcpiLeaveSleepStatePrep() in interrupt disabled contextiwasaki2012-06-012-4/+14
* Add a missing #include, required for IEEE80211_DEBUG.adrian2012-06-011-0/+2
* Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as mod...eadler2012-06-014-0/+6
* Fix warning generated by clang;eadler2012-06-011-1/+1
* Remove unnecessary device_printfs.yongari2012-05-311-8/+0
* Try to finally get the point in time at which bge_add_sysctls() is calledmarius2012-05-301-3/+3
* Cosmetic nit. If a configured volume has no label, don't emit an emptysbruno2012-05-301-4/+11
* Add support for Sun 1040 PCI Quad Serialeadler2012-05-301-0/+6
* Add device ids for the Winbond 83627DHG-P chip and set the registers tornoland2012-05-291-0/+8
* Fix a typo in wbwd so that CRF5 is actually written to the data registerrnoland2012-05-291-1/+1
* Add quirk for Marvell based AHCI controller.hselasky2012-05-291-0/+1
* Reorder resume procedures.iwasaki2012-05-291-2/+2
* Fix the problem acpi_sleep_force() hang.iwasaki2012-05-291-3/+17
* Update mxge(4) firmware to the latest version available fromgallatin2012-05-294-34836/+34187
* A small simplification to i915_gem_pager_fault().alc2012-05-281-1/+1
* Make legacy ATA to not call device_add_child() with unit number butmav2012-05-281-1/+1
* Disable end of buffer fixup by default. New DDX does not need this, andkib2012-05-281-1/+1
* Fix calculation of the execution buffer end in the mapped pageskib2012-05-281-3/+3
* - Fix some typos in mmc_acquire_bus() and mmc_send_csd().marius2012-05-271-10/+104
* Import EHCI attachment driver for Freescale integrated controller.raj2012-05-261-0/+423
* Make the VIA workaround application somewhat more consistent with themarius2012-05-261-1/+2
* Consistently use USB_PAGE_SIZE. Currently, this is cosmetic.marius2012-05-261-2/+2
* Make the VIA workaround actually do its intended job.marius2012-05-261-1/+1
* Remove extraneous empty lines.marius2012-05-261-32/+0
* - When creating the DMA tag for user data, don't ask for more segmentsmarius2012-05-262-39/+29
* Add the AR9280 workarounds for PCIe suspend/resume.adrian2012-05-261-2/+52
* Avoid using hard-coded numbers here.adrian2012-05-261-1/+1
* Remove an unneeded field from ath_buf.adrian2012-05-261-1/+0
* Add some AR5416/AR5418 WAR's for power-on and suspend/resume:adrian2012-05-251-3/+48
* * According to the reference code, AR_WA_D3_L1_DISBABLE is bit 14.adrian2012-05-251-1/+5
* More Cicada/Vitesse PHY ids.raj2012-05-252-1/+10
* oops - ath_hal_disablepcie is actually destined for another purpose,adrian2012-05-2511-25/+40
OpenPOWER on IntegriCloud