From 8549e36b74b7bf021cbcc19fbba576f93d661cc0 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 27 Jun 2007 21:50:03 +0000 Subject: [PATCH] Add a pci id. Signed-off-by: Ronald G. Minnich Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@390 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- include/device/pci_ids.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/device/pci_ids.h b/include/device/pci_ids.h index ac7574db09..544bd00486 100644 --- a/include/device/pci_ids.h +++ b/include/device/pci_ids.h @@ -147,6 +147,7 @@ /* Vendors and devices. Sort key: vendor first, device next. */ #define PCI_VENDOR_ID_AMD 0x1022 +#define PCI_DEVICE_ID_AMD_LXBRIDGE 0x2080 #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