summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2018-04-02enable snooping on Intel Apollo Lake HD Audio, pt out & ok jsgHenning Brauer
2018-04-02attach on Intel Apollo Lake SMBus, ok jsgHenning Brauer
2018-04-02regenHenning Brauer
2018-04-02add a bunch of Intel Apollo Lake devices found on NUC6CAYH / Celeron J3455Henning Brauer
2018-03-28drm/edid: set ELD connector type in drm_edid_to_eld()Jonathan Gray
2018-03-28drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off)Jonathan Gray
2018-03-17Add proper suspend/resume support.Alexandre Ratchov
2018-03-17Set base DMA pointers when DMA starts.Alexandre Ratchov
2018-03-16Add untested support for Cannon Lake and Ice Lake Ethernet (pch_cnp).Jonathan Gray
2018-03-16Improve calculation of the number of commands and sges available.Jonathan Matthew
2018-03-16use MFI_STAT_INVALID_STATUS where appropriateJonathan Matthew
2018-03-16Allocate an mfi frame for each ccb, to be used to submit passthroughJonathan Matthew
2018-03-14regenJasper Lievisse Adriaanse
2018-03-14add a number of devices found on the new X1Jasper Lievisse Adriaanse
2018-03-13drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LAJonathan Gray
2018-03-13drm/dp/mst: save vcpi with payloadsJonathan Gray
2018-03-10raise bnx(4)'s rxring lwm to 16, ok deraadtStuart Henderson
2018-03-10match two more copper i210 idsJonathan Gray
2018-03-10regenJonathan Gray
2018-03-10Add ids for Ice Lake and Cannon Lake Ethernet and some more I210 ids.Jonathan Gray
2018-03-10Add another ICH10 em(4). From John the.cheeze at gmail.Jonathan Gray
2018-03-10regenJonathan Gray
2018-03-10Add another ICH10 em(4). From John the.cheeze at gmail.Jonathan Gray
2018-02-28Ignore 'fseq version mismatch' notifications from 8265 iwm(4) firmware.Stefan Sperling
2018-02-28Correct a pointless longstanding difference in ioctl numbering betweenJonathan Gray
2018-02-26regenccardenas
2018-02-26Add devices found on thinkpad e475 with an AMD A10-9600Pccardenas
2018-02-25Don't pass our configured SSID to iwm(4) firmware during a background scan.Stefan Sperling
2018-02-25My previous commit to iwn(4) broke the scan loop.Stefan Sperling
2018-02-23regenDavid Gwynne
2018-02-23masanobu saitoh pointed out i had the wrong id for XXV710 SFP28 devsDavid Gwynne
2018-02-21match linux whitespace in ioctl listJonathan Gray
2018-02-20stop mixing bsd and c99 fixed width types and just use c99 types everywhereJonathan Gray
2018-02-20Set the chain_offset field (same as sgl_offset0, only in 16 byte units)Jonathan Matthew
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-02-08Move bwfm(4) from ifq begin/commit/rollback semantics to the newerPatrick Wildt
2018-02-07Move parsing the BCDC header on RX into a protocol specific RXPatrick Wildt
2018-02-02use the same bar used to determine memory type when mapping memoryJonathan Gray
2018-02-01Make sure iwn(4) firmware and driver stay in sync when a scan isStefan Sperling
2018-01-31Some wifi drivers don't call ieee80211_newstate() during some stateStefan Sperling
2018-01-31adjust container_of() for const useJonathan Gray
2018-01-31add pci_is_root_bus()Jonathan Gray
2018-01-31add list_prev_entry()Jonathan Gray
2018-01-31add dmi_match() and change dmi_found() to use itJonathan Gray
2018-01-30add more pci defines and pci_pcie_cap()/pcie_capability_read_dword()Jonathan Gray
2018-01-30add module_init()/module_exit()/signal_pending()Jonathan Gray
2018-01-30add stubs for pci_clear_master()/pci_save_state()/pci_restore_state()/Jonathan Gray
2018-01-30add mutex_destroy()/down_read_trylock()Jonathan Gray
2018-01-30add create_singlethread_workqueue()/system_power_efficient_wqJonathan Gray
2018-01-30add pm_runtime_* stubsJonathan Gray