qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 48/61] pci id: add subclass codes for serial device.


From: Isaku Yamahata
Subject: [Qemu-devel] [PATCH 48/61] pci id: add subclass codes for serial device.
Date: Wed, 30 Sep 2009 19:18:24 +0900

subclass codes for serial device.

Signed-off-by: Isaku Yamahata <address@hidden>
---
 hw/pci_ids.h |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/hw/pci_ids.h b/hw/pci_ids.h
index f7d0387..7eef2cd 100644
--- a/hw/pci_ids.h
+++ b/hw/pci_ids.h
@@ -40,6 +40,18 @@
 #define PCI_CLASS_PROCESSOR_CO           0x0b40
 #define PCI_CLASS_PROCESSOR_POWERPC      0x0b20
 
+#define PCI_BASE_CLASS_SERIAL            0x0c
+#define PCI_CLASS_SERIAL_FIREWIRE        0x0c00
+#define PCI_CLASS_SERIAL_FIREWIRE_OHCI   0x0c0010
+#define PCI_CLASS_SERIAL_ACCESS          0x0c01
+#define PCI_CLASS_SERIAL_SSA             0x0c02
+#define PCI_CLASS_SERIAL_USB             0x0c03
+#define PCI_CLASS_SERIAL_USB_UHCI        0x0c0300
+#define PCI_CLASS_SERIAL_USB_OHCI        0x0c0310
+#define PCI_CLASS_SERIAL_USB_EHCI        0x0c0320
+#define PCI_CLASS_SERIAL_FIBER           0x0c04
+#define PCI_CLASS_SERIAL_SMBUS           0x0c05
+
 #define PCI_CLASS_OTHERS                 0xff
 
 /* Vendors and devices.  Sort key: vendor first, device next. */
-- 
1.6.0.2





reply via email to

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