From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ME4Pb-00076a-4M for qemu-devel@nongnu.org; Tue, 09 Jun 2009 12:42:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ME4PU-0006yG-V9 for qemu-devel@nongnu.org; Tue, 09 Jun 2009 12:42:57 -0400 Received: from [199.232.76.173] (port=49854 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ME4PU-0006xh-JV for qemu-devel@nongnu.org; Tue, 09 Jun 2009 12:42:52 -0400 Received: from mx2.redhat.com ([66.187.237.31]:35518) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ME4PU-0007tf-2y for qemu-devel@nongnu.org; Tue, 09 Jun 2009 12:42:52 -0400 From: Amit Shah Date: Tue, 9 Jun 2009 22:12:46 +0530 Message-Id: <1244565768-9103-2-git-send-email-amit.shah@redhat.com> In-Reply-To: <1244565768-9103-1-git-send-email-amit.shah@redhat.com> References: <1244565768-9103-1-git-send-email-amit.shah@redhat.com> Subject: [Qemu-devel] [PATCH] pci: add define for communication class devices List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: anthony@codemonkey.ws Cc: Amit Shah , qemu-devel@nongnu.org Signed-off-by: Amit Shah --- hw/pci_ids.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/pci_ids.h b/hw/pci_ids.h index 427fcd5..3afe674 100644 --- a/hw/pci_ids.h +++ b/hw/pci_ids.h @@ -35,6 +35,8 @@ #define PCI_CLASS_BRIDGE_PCI 0x0604 #define PCI_CLASS_BRIDGE_OTHER 0x0680 +#define PCI_CLASS_COMMUNICATION_OTHER 0x0780 + #define PCI_CLASS_PROCESSOR_CO 0x0b40 #define PCI_CLASS_PROCESSOR_POWERPC 0x0b20 -- 1.6.0.6