From 2240ea82bec01beb24b7b378408b08f5bcec243a Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Mon, 6 Oct 2008 17:15:21 +0000 Subject: [PATCH] Add vendor id (trivial) Signed-off-by: Ronald G. Minnich Acked-by: Ronald G. Minnich git-svn-id: svn://coreboot.org/repository/coreboot-v3@896 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- include/device/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/device/pci_ids.h b/include/device/pci_ids.h index 4136fd0710..a4aeb1132f 100644 --- a/include/device/pci_ids.h +++ b/include/device/pci_ids.h @@ -203,6 +203,8 @@ #define PCI_DEVICE_ID_AMD_CS5536_OTG 0x2097 #define PCI_DEVICE_ID_AMD_CS5536_B0_IDE 0x209A +#define PCI_VENDOR_ID_ATI 0x1002 + #define PCI_VENDOR_ID_CIRRUS 0x1013 #define PCI_DEVICE_ID_CIRRUS_5446 0x00b8 /* Used by QEMU */