Author: rminnich Date: 2008-10-06 19:15:21 +0200 (Mon, 06 Oct 2008) New Revision: 896
Modified: coreboot-v3/include/device/pci_ids.h Log: Add vendor id (trivial) Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]> Acked-by: Ronald G. Minnich <[EMAIL PROTECTED]> Modified: coreboot-v3/include/device/pci_ids.h =================================================================== --- coreboot-v3/include/device/pci_ids.h 2008-10-06 17:14:41 UTC (rev 895) +++ coreboot-v3/include/device/pci_ids.h 2008-10-06 17:15:21 UTC (rev 896) @@ -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 */ -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

