From: Scott Feldman <sfel...@gmail.com>

Rocker is an ethernet switch device, so add 'other' network device class as
defined by PCI to cover these types of devices.

Signed-off-by: Scott Feldman <sfel...@gmail.com>
Signed-off-by: Jiri Pirko <j...@resnulli.us>
Message-id: 1424123271-7656-6-git-send-email-sfel...@gmail.com
Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com>
---
 include/hw/pci/pci_ids.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/hw/pci/pci_ids.h b/include/hw/pci/pci_ids.h
index d7be386..c6de710 100644
--- a/include/hw/pci/pci_ids.h
+++ b/include/hw/pci/pci_ids.h
@@ -23,6 +23,7 @@
 #define PCI_CLASS_STORAGE_OTHER          0x0180
 
 #define PCI_CLASS_NETWORK_ETHERNET       0x0200
+#define PCI_CLASS_NETWORK_OTHER          0x0280
 
 #define PCI_CLASS_DISPLAY_VGA            0x0300
 #define PCI_CLASS_DISPLAY_OTHER          0x0380
-- 
2.1.0


Reply via email to