summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2020-06-11wrap some long lines. no functional change.David Gwynne
2020-06-11handle sg_set_page() with NULL page argumentJonathan Gray
2020-06-11In iwn(4), iwm(4), and iwx(4), don't set the interface's MAC address againStefan Sperling
2020-06-11Make iwx(4) update the Tx ring byte count table.Stefan Sperling
2020-06-11Increase iwx(4) command queue size. Otherwise the firmware sends duplicateStefan Sperling
2020-06-11Load iwx(4) firmware just once.Stefan Sperling
2020-06-11Add initial support for regulatory domain updates in iwx(4).Stefan Sperling
2020-06-11Use the NVM_GET_INFO command in iwx(4) instead of the manual NVM dataStefan Sperling
2020-06-10Avoid out-of-bounds access when dumping (faulty) edid info; as seenOtto Moerbeek
2020-06-10Fix wrong size passed to free(9) when freeing an iwx(4) firmware image.Stefan Sperling
2020-06-10Compute the Tx queue ID consistently in iwx(4).Stefan Sperling
2020-06-09regenMark Kettenis
2020-06-09Add IBM POWER9 host bridge.Mark Kettenis
2020-06-09Various changes related but independant from multiqueue logic:Martin Pieuchot
2020-06-09Implement the rx side of checksum and vlan offloads too.Jonathan Matthew
2020-06-09reduce the diff to linuxJonathan Gray
2020-06-09match on Intel 200 Series HD Audio pci idJonathan Gray
2020-06-09Make use of vlan and checksum offloads. This involves using the longJonathan Matthew
2020-06-08update drm to linux 5.7Jonathan Gray
2020-06-07build on mpi's work toward ix multiq support.David Gwynne
2020-06-07regenMark Kettenis
2020-06-07Marvel 88SE9215 and 88SE9235 AHCI.Mark Kettenis
2020-06-06additional device; from Bruno FlueckigerTheo de Raadt
2020-06-03Add missing ieee80211_release_node() calls in cases where hardwareJonathan Matthew
2020-06-02Add support for hardware vlan tagging. Tag insertion here is actuallyJonathan Matthew
2020-06-02Add missing ieee80211_release_node() calls in cases where hardwareJonathan Matthew
2020-06-01regenJoshua Stein
2020-06-01add SK hynix, and an NVMe from themJoshua Stein
2020-05-31match on pci id for azalia device with wrong subclassJonathan Gray
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-28Use MSI-X interrupts where available, and rearrange structures to allowJonathan Matthew
2020-05-27set up rx so packets end up at the end of the mbuf cluster.David Gwynne
2020-05-26fix wrong firmware filename typo in a comment in iwx_read_firmware()Stefan Sperling
2020-05-26Make the necessary adjustments to parse iwx(4) -48 firmware image files.Stefan Sperling
2020-05-26Implement support for the iwx(4) SOC_CONFIGURATION command.Stefan Sperling
2020-05-26Don't enable any BT modules in the iwx(4) BT_COEX command.Stefan Sperling
2020-05-26Make iwx(4) flush the Tx path before removing the AP from the firmware'sStefan Sperling
2020-05-26Make iwx(4) binding command work on -48 firmware.Stefan Sperling
2020-05-26Support iwx(4) firmware's BEACON_FILTER_CONFIG_API_S_VER_4 command.Stefan Sperling
2020-05-26Add checksum offload again, this time only asking the nic to do checksumsJonathan Matthew
2020-05-25change wsdisplay attribute type from long to uint32_tJonathan Gray
2020-05-25rename wsdisplay alloc_attr() to pack_attr()Jonathan Gray
2020-05-25Unfortunately, breaks UDP NFS under volume, when used on the src machine.Theo de Raadt
2020-05-23Fix typo in a comment that originated in wpi(4) and has spread elsewhere.Stefan Sperling
2020-05-23Define PPB_IO_32BIT. Should have been part of the commit to mvkpcie(4)Patrick Wildt
2020-05-22regenPatrick Wildt
2020-05-22Add Atheros QCA986x/988x PCI ID.Patrick Wildt
2020-05-21regenPatrick Wildt
2020-05-21ASMedia ASM1182e PCIe switch.Patrick Wildt
2020-05-21Kill commented out czttypoll() routine.Martin Pieuchot