qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 07/11] pci: add ich7 pci id


From: Alexander Graf
Subject: [Qemu-devel] [PATCH 07/11] pci: add ich7 pci id
Date: Thu, 25 Nov 2010 08:07:38 +0100

We need a PCI ID for our new AHCI adapter. I just picked an ICH-7M
because that's the one built into the first Macbooks.

This patch adds a PCI ID define for an ICH-7M AHCI adapter.

Signed-off-by: Alexander Graf <address@hidden>

---

v3 -> v4:

  - add ICH7 instead of ICH7M (herbszt)

v4 -> v5:

  - rename to ICH7_AHCI_RAID (herbszt)
---
 hw/pci.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/hw/pci.h b/hw/pci.h
index 7100804..1c9978f 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_ICH7_AHCI_RAID 0x27c3
 
 /* Red Hat / Qumranet (for QEMU) -- see pci-ids.txt */
 #define PCI_VENDOR_ID_REDHAT_QUMRANET    0x1af4
-- 
1.6.0.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]