diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2024-04-02 09:40:42 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2024-06-12 16:56:48 +0000 |
| commit | 98cf071600217600d33a033063e71f41553dc6e2 (patch) | |
| tree | 1ff8d16d8b326cbd0ad46e7dfd8a13782d5a29a6 | |
| parent | 999d1558b1d831038b257de49a1f77178c962086 (diff) | |
LinuxKPI: add PCI_VENDOR_ID_ITTIM
Add PCI_VENDOR_ID_ITTIM as needed by mt76.
Sponsored by: The FreeBSD Foundation
(cherry picked from commit ce707e674f7941c0743e72193c433fcf554a82b5)
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/pci_ids.h b/sys/compat/linuxkpi/common/include/linux/pci_ids.h index f23cd7d6a124..b52ecc525db6 100644 --- a/sys/compat/linuxkpi/common/include/linux/pci_ids.h +++ b/sys/compat/linuxkpi/common/include/linux/pci_ids.h @@ -51,6 +51,7 @@ #define PCI_VENDOR_ID_HP 0x103c #define PCI_VENDOR_ID_IBM 0x1014 #define PCI_VENDOR_ID_INTEL 0x8086 +#define PCI_VENDOR_ID_ITTIM 0x0b48 #define PCI_VENDOR_ID_MEDIATEK 0x14c3 #define PCI_VENDOR_ID_MELLANOX 0x15b3 #define PCI_VENDOR_ID_QCOM 0x17cb |
