From patchwork Mon Jul 25 23:19:09 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vincent Palatin X-Patchwork-Id: 106765 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D8B67B7105 for ; Tue, 26 Jul 2011 09:32:37 +1000 (EST) Received: from localhost ([::1]:40448 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlURT-0006pC-HF for incoming@patchwork.ozlabs.org; Mon, 25 Jul 2011 19:20:07 -0400 Received: from eggs.gnu.org ([140.186.70.92]:53515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlUQp-0004jA-0B for qemu-devel@nongnu.org; Mon, 25 Jul 2011 19:19:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlUQm-0000pH-Pe for qemu-devel@nongnu.org; Mon, 25 Jul 2011 19:19:26 -0400 Received: from smtp-out.google.com ([74.125.121.67]:5140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlUQm-0000pB-Gs for qemu-devel@nongnu.org; Mon, 25 Jul 2011 19:19:24 -0400 Received: from wpaz9.hot.corp.google.com (wpaz9.hot.corp.google.com [172.24.198.73]) by smtp-out.google.com with ESMTP id p6PNJL25017326; Mon, 25 Jul 2011 16:19:21 -0700 Received: from vpa.mtv.corp.google.com (vpa.mtv.corp.google.com [172.22.72.27]) by wpaz9.hot.corp.google.com with ESMTP id p6PNJJWO004958; Mon, 25 Jul 2011 16:19:20 -0700 Received: by vpa.mtv.corp.google.com (Postfix, from userid 125455) id B4FA9160A6D; Mon, 25 Jul 2011 16:19:19 -0700 (PDT) From: Vincent Palatin To: Qemu devel Date: Mon, 25 Jul 2011 16:19:09 -0700 Message-Id: <1311635951-11047-6-git-send-email-vpalatin@chromium.org> X-Mailer: git-send-email 1.7.3.1 In-Reply-To: <1311635951-11047-1-git-send-email-vpalatin@chromium.org> References: <1311635951-11047-1-git-send-email-vpalatin@chromium.org> X-System-Of-Record: true X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 74.125.121.67 Cc: Vincent Palatin Subject: [Qemu-devel] [PATCH 5/7] sd: add PCI ids for SDHCI controller X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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