From 464b6e615a4e9800fb2e3ab22e9420153ac31b6b Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 27 Jun 2007 19:56:32 +0000 Subject: [PATCH] Trivial: add a few ids. Signed-off-by: Ronald G. Minnich Acked-by: Ronald G. Minnich git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@376 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- include/device/pci_ids.h | 9 +++++++++ 1 file changed, 9 insertions(+) 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 */