From: Gerd Hoffmann Date: Fri, 1 Jul 2011 09:45:02 +0000 (+0200) Subject: pci: add ich9 usb controller ids X-Git-Tag: v0.15.0-rc0~62^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9ebf5e564efe10115b48b743d3e175917917248;p=thirdparty%2Fqemu.git pci: add ich9 usb controller ids Signed-off-by: Gerd Hoffmann --- diff --git a/hw/pci_ids.h b/hw/pci_ids.h index d94578c87d7..927f2b06277 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -109,5 +109,13 @@ #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_XENSOURCE 0x5853