summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2010-12-14 01:34:39 +0100
committerKevin Wolf <kwolf@redhat.com>2010-12-17 16:11:02 +0100
commit1a5a86fb7a9d98d05fe38c78d49a6fe4b923d3d2 (patch)
tree54a7d90524990ac5a081333e64cad87c7e951f66 /hw
parent6ed6c24a2d4a23c11ac7397a9fb12d5c143333eb (diff)
downloadqemu-1a5a86fb7a9d98d05fe38c78d49a6fe4b923d3d2.tar.gz
pci: add ich9 pci id
We need a PCI ID for our new AHCI adapter. I just picked an ICH-9 because that's the one in the Q35 chipset. This patch adds a PCI ID define for an ICH-9 AHCI adapter. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pci.h b/hw/pci.h
index aa3afe9684..17744dc859 100644
--- a/hw/pci.h
+++ b/hw/pci.h
@@ -62,6 +62,7 @@
/* Intel (0x8086) */
#define PCI_DEVICE_ID_INTEL_82551IT 0x1209
#define PCI_DEVICE_ID_INTEL_82557 0x1229
+#define PCI_DEVICE_ID_INTEL_82801IR 0x2922
/* Red Hat / Qumranet (for QEMU) -- see pci-ids.txt */
#define PCI_VENDOR_ID_REDHAT_QUMRANET 0x1af4