summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fixes for panic experienced in test at Intel, whenjfv2010-06-032-28/+50
* Various minor and not so minor fixes suggested by Coverity.mjacob2010-06-024-44/+52
* FDT (simplebus) compatible attachment for uart(4).raj2010-06-021-0/+200
* Import the common Flattened Device Tree infrastructure.raj2010-06-026-0/+2140
* Remove unnecessary pointer type castings, shift operations and dead code.jkim2010-06-011-18/+17
* Rewrite ar9285SetBoardValues() to match what ath9k does and fix out ofrpaulo2010-06-011-89/+42
* Bring in a couple of fixes from the Linux ath9k related to chip hangs.rpaulo2010-06-018-25/+53
* Fix an off by one in ar9285SetPowerCalTable().rpaulo2010-06-011-1/+1
* amdsbwd: fix nonsensical timeout calculationsavg2010-05-311-3/+3
* Fix a regression from r200554, which broke fdc(4) attachment to acpi(4).jkim2010-05-301-1/+3
* Due to the way HALDEBUG() is defined, we need to add curly bracketsrpaulo2010-05-291-2/+3
* Due to the way HALDEBUG() is defined, we need to add curly brackets whenrpaulo2010-05-291-1/+2
* Don't shadow the global variable 'version'.rpaulo2010-05-291-6/+6
* Initial implementation of the OFW i/f methods for FDT back-end.raj2010-05-281-0/+458
* Prepare and extend OFW layer for FDT support.raj2010-05-286-11/+73
* Add a new primitive, XPT_SCAN_TGT, to cover the range between scanning amjacob2010-05-261-7/+2
* Add uep(4), driver for USB onscreen touch panel from eGalax.glebius2010-05-252-0/+446
* Don't leak CCBs for every ABORT.mjacob2010-05-251-1/+4
* Remove extra break left by hand editing.mjacob2010-05-251-1/+0
* Treat PRLI the same as PLOGI and make a database entry for it (target mode).mjacob2010-05-251-3/+8
* sge_encap() can sometimes return an error with m_head set to NULL.yongari2010-05-241-1/+2
* Report relative card address to NewBus as location string.mav2010-05-231-0/+10
* Oops, HPET ID optionally stored in _UID, not in _ADR.mav2010-05-231-4/+4
* Make table-based HPET identification more clever. Before creating fakemav2010-05-233-32/+51
* Fill rman range start/end values. It makes devinfo output more readable.mav2010-05-224-0/+8
* Suspend screen updates when the video controller is powered down.jkim2010-05-222-2/+3
* Report ATA/SATA channel number to NewBus at location string.mav2010-05-226-0/+59
* Honor hw.pci.do_power_nodriver on resume. Power-down devices withoutmav2010-05-221-0/+2
* Improve suspend/resume support. Make sure controller is idle on suspendmav2010-05-212-27/+85
* Add interrupt descriptions for mxge's msi-x vectorsgallatin2010-05-211-0/+2
* Improve suspend/resume support. Make sure controller is idle on suspendmav2010-05-212-24/+64
* Restore part of 200671 which was lost in previous driver changes:jhb2010-05-201-0/+2
* Remove invalid assertion.np2010-05-201-1/+0
* Add support for the Perle Speed4 LE.jhb2010-05-201-0/+12
* Change ad_firmware_geom_adjust() to operate on a struct disk * only andmarius2010-05-201-3/+3
* Correctly identify some twinax cables, which reportgallatin2010-05-191-1/+2
* Update mxge firmware to latest available from Myricom.gallatin2010-05-194-33887/+34014
* A few changes:jfv2010-05-192-178/+238
* Restore the previous VESA mode after BIOS POST, just in case.jkim2010-05-181-0/+1
* Remove unnecessary pointer increment. A wrong pointer may be passed tojkim2010-05-181-4/+4
* Pull OF_quiesce() out of the MI Open Firmware layer and entirely intonwhitehorn2010-05-164-36/+0
* Relocate interrupt sense setting for K2 SATA from the ATA driver to thenwhitehorn2010-05-161-7/+0
* On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce thenwhitehorn2010-05-164-0/+36
* Add support for the U4 PCI-Express bridge chipset used in late-generationnwhitehorn2010-05-161-3/+3
* Correct compilation error introduced in last commit.mjacob2010-05-161-2/+2
* - fixes a bug that it didn't initialize the ratectl after association;weongyo2010-05-151-3/+9
* Whap. Hook up some wires that were forgotten a few months ago and restoremjacob2010-05-152-18/+15
* Fix a mismerge in r206001.marius2010-05-151-3/+3
* Small changes preparing for MFC, need to conditionalizejfv2010-05-143-2/+6
* A few minor fixes:jfv2010-05-141-8/+11
OpenPOWER on IntegriCloud