diff options
author | Michael S. Tsirkin | 2010-10-27 19:07:10 +0200 |
---|---|---|
committer | Michael S. Tsirkin | 2010-10-27 19:07:10 +0200 |
commit | b907b69dd75415bc28349d1dd1e9a598ddace463 (patch) | |
tree | ac0c20fcaef6e9d675132617e95ca457dc51459e /hw/pci_ids.h | |
parent | qemu-options.def: add to generated header list (diff) | |
parent | pcie: update satus on reset (diff) | |
download | qemu-b907b69dd75415bc28349d1dd1e9a598ddace463.tar.gz qemu-b907b69dd75415bc28349d1dd1e9a598ddace463.tar.xz qemu-b907b69dd75415bc28349d1dd1e9a598ddace463.zip |
Merge branch 'pci' into for_anthony
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 |