From 7d9aa9c0994cc6a6c0cf9eeed2f380666d21ba08 Mon Sep 17 00:00:00 2001 From: Amit Shah Date: Tue, 9 Jun 2009 22:12:46 +0530 Subject: [PATCH] pci: add define for communication class devices Signed-off-by: Amit Shah Signed-off-by: Anthony Liguori --- hw/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/pci_ids.h b/hw/pci_ids.h index 427fcd510c..3afe6748f2 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 -- 2.11.4.GIT