Commit 7d9aa9c0994cc6a6c0cf9eeed2f380666d21ba08
Committed by
Anthony Liguori
1 parent
bb0a18e1
pci: add define for communication class devices
Signed-off-by: Amit Shah <amit.shah@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing
1 changed file
with
2 additions
and
0 deletions
hw/pci_ids.h
| @@ -35,6 +35,8 @@ | @@ -35,6 +35,8 @@ | ||
| 35 | #define PCI_CLASS_BRIDGE_PCI 0x0604 | 35 | #define PCI_CLASS_BRIDGE_PCI 0x0604 |
| 36 | #define PCI_CLASS_BRIDGE_OTHER 0x0680 | 36 | #define PCI_CLASS_BRIDGE_OTHER 0x0680 |
| 37 | 37 | ||
| 38 | +#define PCI_CLASS_COMMUNICATION_OTHER 0x0780 | ||
| 39 | + | ||
| 38 | #define PCI_CLASS_PROCESSOR_CO 0x0b40 | 40 | #define PCI_CLASS_PROCESSOR_CO 0x0b40 |
| 39 | #define PCI_CLASS_PROCESSOR_POWERPC 0x0b20 | 41 | #define PCI_CLASS_PROCESSOR_POWERPC 0x0b20 |
| 40 | 42 |