diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2010-09-06 16:46:20 +0900 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2010-09-13 21:03:31 +0200 |
commit | cf4c01fde264416dc8b1a1904bc9068a4af78cb7 (patch) | |
tree | 33dec23cbb9af3690d30a39f8ff2f3f96dff83d8 /hw/pci_ids.h | |
parent | 43c945f16a172f07145ca1f30abb958070228690 (diff) |
pci_ids.h: add vendor id of Texas Intesruments
add vendor id of Texas Intesruments.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci_ids.h')
-rw-r--r-- | hw/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/pci_ids.h b/hw/pci_ids.h index 39e9f1d89d..82cba7eeb3 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 |