summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2021-02-20remove warning about amdgpu userptr ioctl being unimplementedJonathan Gray
2021-02-15move the rearming of the cq after the refill of the rq.David Gwynne
2021-02-14regenMark Kettenis
2021-02-14Add a few more devices that show up on the Apple M1 mini.Mark Kettenis
2021-02-14correct drm work flush behaviourJonathan Gray
2021-02-11Add missing break in switch statement of rge_activate().Stefan Sperling
2021-02-08Simplify sleep_setup API to two operations in preparation for splittingMartin Pieuchot
2021-01-31Add basic support for BCM4378 as found on the Apple M1 SoCs. There's aPatrick Wildt
2021-01-31regenPatrick Wildt
2021-01-31Add Broadcom BCM4378.Patrick Wildt
2021-01-27regenJonathan Gray
2021-01-27add some more amdgpu devicesJonathan Gray
2021-01-27do better accounting of how many msix interrupts we want to use.David Gwynne
2021-01-26intrmap attribute missing from mcx; ok dlgTheo de Raadt
2021-01-25raise the max number of queues/interrupts to 16, up from 1.David Gwynne
2021-01-25if the rx descriptor reports the rss hash, use it for the mbuf flowid.David Gwynne
2021-01-25don't lose the M_FLOWID flag if the ipv4 cksum is ok.David Gwynne
2021-01-25use an intrmap when establishing interrupts for queues.David Gwynne
2021-01-24match on Intel Alder Lake and Meteor Lake I219 Ethernet idsJonathan Gray
2021-01-24regenJonathan Gray
2021-01-24add Intel Alder Lake and Meteor Lake I219 Ethernet idsJonathan Gray
2021-01-24match on Realtek RTL8168H ids for Killer E2500V2 and E2600Jonathan Gray
2021-01-24regenJonathan Gray
2021-01-24add Realtek RTL8168H ids for Killer E2500V2 and E2600Jonathan Gray
2021-01-23match on another Realtek RTL8168 idJonathan Gray
2021-01-23regenJonathan Gray
2021-01-23add another Realtek RTL8168 idJonathan Gray
2021-01-20Check management capabilities before trying to attach temperature sensors,Jonathan Matthew
2021-01-17add another iwx deviceJoshua Stein
2021-01-17regenJoshua Stein
2021-01-17add another ax201Joshua Stein
2021-01-17this hardware is fine with BUS_DMA_64BIT mappings.David Gwynne
2021-01-16recognise Realtek ALC287Jonathan Gray
2021-01-16regenJonathan Gray
2021-01-16add devices mostly from x1 nano jcs@ hasJonathan Gray
2021-01-13revert drm vmalloc changesJonathan Gray
2021-01-08Bring the emulated Linux memory allocation interfaces more in line withMark Kettenis
2021-01-04the tx doorbell is next to the rx doorbell, not on top of it.David Gwynne
2021-01-04use bus_dmamap_sync around updates to the doorbells.David Gwynne
2021-01-01Remove useless redundant call of ttyopen().jan
2020-12-31don't oversleep when waiting on fencesJonathan Gray
2020-12-28regenMark Kettenis
2020-12-28Add Synopsys vendor and their DesignWare PCIe bridge.Mark Kettenis
2020-12-27have mcx_process_txeof return the number of slots it processed.David Gwynne
2020-12-27do a bus space barrier after arming the eq.David Gwynne
2020-12-27disable timestamping a little bit harder to avoid divide by 0.David Gwynne
2020-12-27shuffle filling the rx ring so the sw prod is updated before the hw.David Gwynne
2020-12-26reuse the calculated vector as the argument to pci_intr_map_msix.David Gwynne
2020-12-26add bus_dmamap_sync ops around the eq.David Gwynne
2020-12-26add some bus_dmamap_syncs around the rq.David Gwynne