include/device/pci_ids: add model number to AMD GBE controller
Change-Id: I4499c383e63cd12a0fc11efd94ef396d9ad23789 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47678 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
parent
b9fe66e0ab
commit
91797c1416
|
@ -475,7 +475,7 @@
|
||||||
#define PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_SD 0x7906
|
#define PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_SD 0x7906
|
||||||
#define PCI_DEVICE_ID_AMD_FAM17H_SMBUS 0x790B
|
#define PCI_DEVICE_ID_AMD_FAM17H_SMBUS 0x790B
|
||||||
#define PCI_DEVICE_ID_AMD_FAM17H_LPC 0x790E
|
#define PCI_DEVICE_ID_AMD_FAM17H_LPC 0x790E
|
||||||
#define PCI_DEVICE_ID_AMD_FAM17H_GBE 0x1458
|
#define PCI_DEVICE_ID_AMD_FAM17H_MODEL18H_GBE 0x1458
|
||||||
|
|
||||||
#define PCI_DEVICE_ID_ATI_FAM17H_GPU 0x15D8
|
#define PCI_DEVICE_ID_ATI_FAM17H_GPU 0x15D8
|
||||||
#define PCI_DEVICE_ID_ATI_FAM17H_HDA0 0x15DE
|
#define PCI_DEVICE_ID_ATI_FAM17H_HDA0 0x15DE
|
||||||
|
|
Loading…
Reference in New Issue