diff options
Diffstat (limited to 'src/include/device/pci_ids.h')
-rw-r--r-- | src/include/device/pci_ids.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index ff7d69ad0a..7c460f9052 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -1298,12 +1298,13 @@ #define PCI_VID_REALTEK 0x10ec #define PCI_DID_REALTEK_5261 0x5261 #define PCI_DID_REALTEK_8029 0x8029 -#define PCI_DID_REALTEK_8125 0x8125 +#define PCI_DID_REALTEK_8111 0x8111 +#define PCI_DID_REALTEK_8125 0x8125 #define PCI_DID_REALTEK_8129 0x8129 #define PCI_DID_REALTEK_8139 0x8139 -#define PCI_DID_REALTEK_8168 0x8168 +#define PCI_DID_REALTEK_8168 0x8168 -#define PCI_VID_TYAN 0x10f1 +#define PCI_VID_TYAN 0x10f1 #define PCI_VID_XILINX 0x10ee #define PCI_DID_TURBOPAM 0x4020 |