aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as mod...Eitan Adler2012-06-014-0/+6
* Fix warning generated by clang;Eitan Adler2012-06-011-1/+1
* Remove unnecessary device_printfs.Pyun YongHyeon2012-05-311-8/+0
* Try to finally get the point in time at which bge_add_sysctls() is calledMarius Strobl2012-05-301-3/+3
* Cosmetic nit. If a configured volume has no label, don't emit an emptySean Bruno2012-05-301-4/+11
* Add support for Sun 1040 PCI Quad SerialEitan Adler2012-05-301-0/+6
* Add device ids for the Winbond 83627DHG-P chip and set the registers toRobert Noland2012-05-291-0/+8
* Fix a typo in wbwd so that CRF5 is actually written to the data registerRobert Noland2012-05-291-1/+1
* Add quirk for Marvell based AHCI controller.Hans Petter Selasky2012-05-291-0/+1
* Reorder resume procedures.Mitsuru IWASAKI2012-05-291-2/+2
* Fix the problem acpi_sleep_force() hang.Mitsuru IWASAKI2012-05-291-3/+17
* Update mxge(4) firmware to the latest version available fromAndrew Gallatin2012-05-294-34836/+34187
* A small simplification to i915_gem_pager_fault().Alan Cox2012-05-281-1/+1
* Make legacy ATA to not call device_add_child() with unit number butAlexander Motin2012-05-281-1/+1
* Disable end of buffer fixup by default. New DDX does not need this, andKonstantin Belousov2012-05-281-1/+1
* Fix calculation of the execution buffer end in the mapped pagesKonstantin Belousov2012-05-281-3/+3
* - Fix some typos in mmc_acquire_bus() and mmc_send_csd().Marius Strobl2012-05-271-10/+104
* Import EHCI attachment driver for Freescale integrated controller.Rafal Jaworowski2012-05-261-0/+423
* Make the VIA workaround application somewhat more consistent with theMarius Strobl2012-05-261-1/+2
* Consistently use USB_PAGE_SIZE. Currently, this is cosmetic.Marius Strobl2012-05-261-2/+2
* Make the VIA workaround actually do its intended job.Marius Strobl2012-05-261-1/+1
* Remove extraneous empty lines.Marius Strobl2012-05-261-32/+0
* - When creating the DMA tag for user data, don't ask for more segmentsMarius Strobl2012-05-262-39/+29
* Add the AR9280 workarounds for PCIe suspend/resume.Adrian Chadd2012-05-261-2/+52
* Avoid using hard-coded numbers here.Adrian Chadd2012-05-261-1/+1
* Remove an unneeded field from ath_buf.Adrian Chadd2012-05-261-1/+0
* Add some AR5416/AR5418 WAR's for power-on and suspend/resume:Adrian Chadd2012-05-251-3/+48
* * According to the reference code, AR_WA_D3_L1_DISBABLE is bit 14.Adrian Chadd2012-05-251-1/+5
* More Cicada/Vitesse PHY ids.Rafal Jaworowski2012-05-252-1/+10
* oops - ath_hal_disablepcie is actually destined for another purpose,Adrian Chadd2012-05-2511-25/+40
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-29/+67
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-251-6/+10
* Prepare for improved (read: pcie) suspend/resume support.Adrian Chadd2012-05-256-0/+46
* Merge ACPICA 20120518.Jung-uk Kim2012-05-241-0/+14
* MFp4 bz_ipv6_fast:Bjoern A. Zeeb2012-05-242-0/+2
* Recognize version 3.1 of the SEC crypto engine.Rafal Jaworowski2012-05-242-0/+5
* Preset (clear) the ranges we're supposed to fill from the FDT. If aMarcel Moolenaar2012-05-241-0/+8
* Fix the following clang warning in drm2:Dimitry Andric2012-05-241-1/+1
* Add 'drmn' device as another drm child, to allow drm2 drivers to liveKonstantin Belousov2012-05-231-0/+1
* Restore Processor object path for verbose boot message.Jung-uk Kim2012-05-231-2/+4
* Rework the previous change to honor MADT processor IDs when probingJohn Baldwin2012-05-232-60/+59
* Only check to see if a memory resource is a PCI ROM BAR when activatingJohn Baldwin2012-05-231-2/+2
* Soft PMC support for ARM.Fabien Thomas2012-05-231-8/+17
* Fix build:Xin LI2012-05-231-2/+2
* Don't force max payload size to 128. Root complex and Endpoint willPyun YongHyeon2012-05-231-2/+0
* Make IPMI work in the bce driver even when the interface isPyun YongHyeon2012-05-231-1/+23
* Re-up the TX ath_buf limit from 128 to 512.Adrian Chadd2012-05-221-1/+1
* Add the code for new Intel GPU driver, which supports GEM, KMS andKonstantin Belousov2012-05-2281-0/+72060
* A rewrite of the i810 bits of the agp(4) driver. New driver supportsKonstantin Belousov2012-05-227-636/+2258
* Add a new geom class which allows to divide NAND Flash chipGrzegorz Bernacki2012-05-222-0/+116