diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2011-07-19 08:03:20 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-07-19 08:03:20 -0500 |
commit | b4dabf9587d8e1d5d5edc6d3326021e390b9a532 (patch) | |
tree | dbf92da444d562c69e9bca18af7c1543d7f3a2a0 /hw/pci_ids.h | |
parent | de20fbcac9d71fc91635919bfbe0883a7df71887 (diff) | |
parent | 3dc345d5874475a05794e7e1688f133b35384a9a (diff) |
Merge remote-tracking branch 'kraxel/usb.19' into staging
Diffstat (limited to 'hw/pci_ids.h')
-rw-r--r-- | hw/pci_ids.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/pci_ids.h b/hw/pci_ids.h index b49c602844..83f38934ec 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -109,6 +109,14 @@ #define PCI_DEVICE_ID_INTEL_82371AB 0x7111 #define PCI_DEVICE_ID_INTEL_82371AB_2 0x7112 #define PCI_DEVICE_ID_INTEL_82371AB_3 0x7113 +#define PCI_DEVICE_ID_INTEL_82801I_UHCI1 0x2934 +#define PCI_DEVICE_ID_INTEL_82801I_UHCI2 0x2935 +#define PCI_DEVICE_ID_INTEL_82801I_UHCI3 0x2936 +#define PCI_DEVICE_ID_INTEL_82801I_UHCI4 0x2937 +#define PCI_DEVICE_ID_INTEL_82801I_UHCI5 0x2938 +#define PCI_DEVICE_ID_INTEL_82801I_UHCI6 0x2939 +#define PCI_DEVICE_ID_INTEL_82801I_EHCI1 0x293a +#define PCI_DEVICE_ID_INTEL_82801I_EHCI2 0x293c #define PCI_VENDOR_ID_XEN 0x5853 #define PCI_DEVICE_ID_XEN_PLATFORM 0x0001 |