[coreboot] r896 - coreboot-v3/include/device

svn at coreboot.org svn at coreboot.org
Mon Oct 6 19:15:21 CEST 2008


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 <rminnich at gmail.com>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>



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 */
 





More information about the coreboot mailing list