diff --git a/include/device/pci_ids.h b/include/device/pci_ids.h index 8e0ab96ca7..ac7574db09 100644 --- a/include/device/pci_ids.h +++ b/include/device/pci_ids.h @@ -147,5 +147,14 @@ /* Vendors and devices. Sort key: vendor first, device next. */ #define PCI_VENDOR_ID_AMD 0x1022 +#define PCI_DEVICE_ID_AMD_CS5536_ISA 0x2090 +#define PCI_DEVICE_ID_AMD_CS5536_FLASH 0x2091 +#define PCI_DEVICE_ID_AMD_CS5536_A0_IDE 0x2092 +#define PCI_DEVICE_ID_AMD_CS5536_AUDIO 0x2093 +#define PCI_DEVICE_ID_AMD_CS5536_OHCI 0x2094 +#define PCI_DEVICE_ID_AMD_CS5536_EHCI 0x2095 +#define PCI_DEVICE_ID_AMD_CS5536_UDC 0x2096 +#define PCI_DEVICE_ID_AMD_CS5536_OTG 0x2097 +#define PCI_DEVICE_ID_AMD_CS5536_B0_IDE 0x209A #endif /* DEVICE_PCI_IDS_H */