From patchwork Mon Jul 25 23:19:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/7] sd: add PCI ids for SDHCI controller Date: Mon, 25 Jul 2011 13:19:09 -0000 From: Vincent Palatin X-Patchwork-Id: 106765 Message-Id: <1311635951-11047-6-git-send-email-vpalatin@chromium.org> To: Qemu devel Cc: Vincent Palatin Signed-off-by: Vincent Palatin --- hw/pci.h | 1 + hw/pci_ids.h | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/pci.h b/hw/pci.h index c220745..e0bfbfb 100644 --- a/hw/pci.h +++ b/hw/pci.h @@ -51,6 +51,7 @@ /* QEMU/Bochs VGA (0x1234) */ #define PCI_VENDOR_ID_QEMU 0x1234 #define PCI_DEVICE_ID_QEMU_VGA 0x1111 +#define PCI_DEVICE_ID_SDHCI 0x2222 /* VMWare (0x15ad) */ #define PCI_VENDOR_ID_VMWARE 0x15ad diff --git a/hw/pci_ids.h b/hw/pci_ids.h index d94578c..6294658 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -27,6 +27,7 @@ #define PCI_CLASS_MEMORY_RAM 0x0500 +#define PCI_CLASS_SYSTEM_SDHCI 0x0805 #define PCI_CLASS_SYSTEM_OTHER 0x0880 #define PCI_CLASS_SERIAL_USB 0x0c03