Message ID | 21943210cbbfef6d1bf9c2fc5864c633f370b56e.1283759074.git.yamahata@valinux.co.jp |
---|---|
State | New |
Headers | show |
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
add vendor id of Texus Intesruments. Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> --- hw/pci_ids.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)