summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2021-04-14Add PCI IDs of the Thunderbolt and WiFi devices in Thinkpad X1 Extreme Gen 3.Stefan Sperling
2021-04-11On systems that hide the PCI bridge device corresponding to a PCIe RC portMark Kettenis
2021-04-09regenMike Larkin
2021-04-09add pcidevs entries for Aquantia ethernet devicesMike Larkin
2021-03-30Register the PCI variant of dwiic(4) with acpi(4).Mark Kettenis
2021-03-30Move tx/rx descriptors into their own structs.Kevin Lo
2021-03-28Since ipw(4) doesn't call into net80211_newstate() the interface link stateStefan Sperling
2021-03-26regenjan
2021-03-26Add PCI ID for Intel X710 10G SFP+ NICjan
2021-03-26regenjan
2021-03-26Add missing PCI ID for Intel X710 SFP+ NICjan
2021-03-22Let iwn(4) simply clear frames before the firmware's BA window, insteadStefan Sperling
2021-03-17Make iwx(4) attach to AX201 devices with PCI ID 0x34f0.Stefan Sperling
2021-03-17regenStefan Sperling
2021-03-17Add another iwx(4) PCI device ID.Stefan Sperling
2021-03-17Make iwn(4) send block ack request frames with the firmware nodeStefan Sperling
2021-03-14regenjan
2021-03-14Add ID for Intel SSD DCjan
2021-03-12In ipw(4), ensure that net80211 is in ASSOC state while we are expectingStefan Sperling
2021-03-12Use RA instead of MiRA in iwn(4).Stefan Sperling
2021-03-12Use RA instead of MiRA in iwm(4).Stefan Sperling
2021-03-05ansiJonathan Gray
2021-02-27regenJonathan Gray
2021-02-27sortJonathan Gray
2021-02-27regenJonathan Gray
2021-02-27add ids for Intel Xeon ScalableJonathan Gray
2021-02-26Read and parse OTP on the BCM4378. There are quite a few firmware andPatrick Wildt
2021-02-26Attach to BCM4378.Patrick Wildt
2021-02-26Add support for BCM4378 as implemented on the Apple M1. This chip seemsPatrick Wildt
2021-02-26touch pcidevs again to generated new rcs ids in headersjan
2021-02-26Increase the amount of RX buffers given to the bwfm(4) chip. We haave seenPatrick Wildt
2021-02-26Add missing PCI product IDs for x710 10GBase-T into ixl(4)jan
2021-02-26Increase the buffer size for the ioctl response buffers to the same asPatrick Wildt
2021-02-26Indicate hostready signal to inform the firmware that the rings have beenPatrick Wildt
2021-02-26Refactor bwfm(4) firmware loading. The PCIe backend will need to be ablePatrick Wildt
2021-02-26Fix prio2fifo mapping table.Patrick Wildt
2021-02-25The firmware replaces the last 32-bit on RAM with a shared DRAM address.Patrick Wildt
2021-02-25Some newer chips have two D11/802.11 cores, and we need to reset both atPatrick Wildt
2021-02-25Support for version 7 of the bwfm(4) PCIe interface. The size of the itemsPatrick Wildt
2021-02-25we don't have to cast to caddr_t when calling m_copydata anymore.David Gwynne
2021-02-23remove some unused includesJonathan Gray
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
2021-02-22regenJonathan Gray
2021-02-22add some AMD 500 series, 17h/71h, Navi 10 and Kingston NVMe idsJonathan Gray
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