History log of /freebsd/sys/compat/linuxkpi/common/include/linux/pci_ids.h (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c8e2458d 24-Apr-2025 Bjoern A. Zeeb <bz@FreeBSD.org>

LinuxKPI: add ASMEDIA vendor ID for PCI

This is needed for rtw89 updates.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reviewed by: emaste, zarychtam_plan-b.pwste.edu.pl
Differential Revi

LinuxKPI: add ASMEDIA vendor ID for PCI

This is needed for rtw89 updates.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reviewed by: emaste, zarychtam_plan-b.pwste.edu.pl
Differential Revision: https://reviews.freebsd.org/D50000

show more ...


Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0
# e8f59f4d 08-Apr-2024 Vladimir Kondratyev <wulf@FreeBSD.org>

LinuxKPI: Add the accelerator PCIe class

Sponsored by: Serenity Cyber Security, LLC
Reviewed by: emaste
MFC after: 1 week


# ce707e67 02-Apr-2024 Bjoern A. Zeeb <bz@FreeBSD.org>

LinuxKPI: add PCI_VENDOR_ID_ITTIM

Add PCI_VENDOR_ID_ITTIM as needed by mt76.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days


Revision tags: release/13.3.0, release/14.0.0
# 95ee2897 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

sys: Remove $FreeBSD$: two-line .h pattern

Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/


Revision tags: release/13.2.0, release/12.4.0
# fdc7ef3c 21-Sep-2022 Bjoern A. Zeeb <bz@FreeBSD.org>

LinuxKPI: pci_ids.h Add more Vendor IDs.

Add PCI vendor IDs found in ath and mt76 drivers. This should make it
easier for me and others not having to re-define them locally.

MFC after: 7 days
Rev

LinuxKPI: pci_ids.h Add more Vendor IDs.

Add PCI vendor IDs found in ath and mt76 drivers. This should make it
easier for me and others not having to re-define them locally.

MFC after: 7 days
Reviewed by: hselasky, emaste
Differential Revision: https://reviews.freebsd.org/D36659

show more ...


Revision tags: release/13.1.0, release/12.3.0, release/13.0.0
# 5a402a3a 23-Mar-2021 Bjoern A. Zeeb <bz@FreeBSD.org>

LinuxKPI: add pci_ids.h

brcm80211 include pci_ids.h directly while historically we were tracking
IDs in pci.h. Move the current set of IDs from pci.h to pci_ids.h and
while here add IDs for Realtek

LinuxKPI: add pci_ids.h

brcm80211 include pci_ids.h directly while historically we were tracking
IDs in pci.h. Move the current set of IDs from pci.h to pci_ids.h and
while here add IDs for Realtek and Broadcom as well as a network class
as needed by their wireless drivers.

We still include pci_ids.h from pci.h so this should not change anything.

MFC-after: 2 weeks
Reviewed-by: hselasky
Differential Revision: https://reviews.freebsd.org/D29400

show more ...