From 9a05babcc6f5ff4990cc0b30e363016c8a8e5d45 Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Mon, 6 Sep 2010 16:46:20 +0900 Subject: [PATCH] pci_ids.h: add vendor id of Texas Intesruments add vendor id of Texas Intesruments. Signed-off-by: Isaku Yamahata Signed-off-by: Michael S. Tsirkin --- hw/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/pci_ids.h b/hw/pci_ids.h index 39e9f1d..82cba7e 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -57,6 +57,8 @@ #define PCI_VENDOR_ID_AMD 0x1022 #define PCI_DEVICE_ID_AMD_LANCE 0x2000 +#define PCI_VENDOR_ID_TI 0x104c + #define PCI_VENDOR_ID_MOTOROLA 0x1057 #define PCI_DEVICE_ID_MOTOROLA_MPC106 0x0002 #define PCI_DEVICE_ID_MOTOROLA_RAVEN 0x4801 -- 2.7.4