summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-10-15explicitely ignore polled xfers in wdcintr(), so it won't be processedjdolecek
2017-10-15move the extra thaw for scheduled ata_reset_channel() to the function itself,jdolecek
2017-10-15revert the logic for wdc_wait_for_unbusy() in wdc_ata_bio_intr() to pre-NCQ,jdolecek
2017-10-14do not use the NCQ priority by default; seems it negatively affectsjdolecek
2017-10-14only call drive reset with AT_POLL when the command itself wasjdolecek
2017-10-13 Show 2.5GBASE-T and 5GBASE-T correctly on ixv(4). Tested on a virtual functionmsaitoh
2017-10-13 Set baudrate correctly. A device which use mii(4) interface can setmsaitoh
2017-10-12IOMMU cap dump fixes:msaitoh
2017-10-11add missing break;smacallan
2017-10-10revert the logic in wdc_atapi_intr() for wdc_wait_for_unbusy() to what itjdolecek
2017-10-10split off functions used by 'wd* at umass?' into separate file, unfortunatelyjdolecek
2017-10-10make compile with UISDATA_DEBUGjdolecek
2017-10-10make compile with ATAPI_DEBUG_PROBE (by copying over the code fromjdolecek
2017-10-10Reorder to test for null before null deref in debug codemaya
2017-10-10Reorder to test for null before null deref in debug codemaya
2017-10-10fix wdc_init_shadow_regs() argjdolecek
2017-10-10 Decode IOMMU capability of PCI secure device capability. From "AMD I/Omsaitoh
2017-10-09Delete bogus NULL test.maya
2017-10-09Reorder to avoid null deref before null testmaya
2017-10-09Change aprint_verbose on voltage change to aprint_debug to prevent dmesgjmcneill
2017-10-08don't initialize tfd twice.christos
2017-10-08initialize tfdchristos
2017-10-08Initialize tfd even when not waiting for DSC.joerg
2017-10-08as a stopgap measure, include necessary parts of dev/ata/ata.c evenjdolecek
2017-10-08Re-use the err label more so it is not unused for drivers that don't supportchristos
2017-10-08Don't assert channel lock in polled mode.mlelstv
2017-10-07add direct config supportjmcneill
2017-10-07Add FDT supportjmcneill
2017-10-07adapt for NCQ branch merge toojdolecek
2017-10-07adapt several more wdc attachments for NCQ branch mergejdolecek
2017-10-07Hook axp20x into fdt regulator apijmcneill
2017-10-07Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branchjdolecek
2017-10-05 Use pcireg.h's macro. No functional change.msaitoh
2017-10-05- Add PCI_MAPREG_ROM_ADDR_MASK macro and PCI_MAPREG_ROM_ADDR() macro.msaitoh
2017-10-05Listen for PMFE_THROTTLE_* events and limit CPU frequency when throttlingjmcneill
2017-10-04- ixv_enableintr(): Fix a bug that ixv_enable_queue() is called with incorrectmsaitoh
2017-10-04 Add 2.5GBASE-T and 5GBASE-T support. (forgotten in the last commit)msaitoh
2017-10-04- Remove half-duplex setting for more than 1000Mbps in ixgbe_add_media_types()msaitoh
2017-10-04 Fix a bug that X550EM (Denverton) can't force 10BaseT.msaitoh
2017-10-03 Fix a problem that mailbox interrupt never occured. Bit definitions of PF'smsaitoh
2017-10-03 Make mailbox statistic counters evcnt(9).msaitoh
2017-10-02Add generic DT cpu frequency and voltage scaling driver.jmcneill
2017-10-02Add driver for Silergy SY8106A regulatorjmcneill
2017-10-02Allow maxused to be an odd number of bytes. This makes single bytenat
2017-10-02Improve LINEAR_LINEARN macro - inparticular BE/LE conversions.nat
2017-10-01Ensure proper use of sc_opens (play back) and sc_recopens (recording).nat
2017-10-01attach to ds1775 which was already more or less supported as DS75macallan
2017-09-30Remove comment about BlackBerry devices which are not relevant here.sevan
2017-09-30Improve logic in audio_initbufs(). No functional changes intended.isaki
2017-09-29Add ELAN keyboardscole