VirtualBox

Changeset 85910 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Aug 28, 2020 6:30:38 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140097
Message:

VBox/pci.h: Add PCI device class defines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pci.h

    r85601 r85910  
    3939 */
    4040
     41/** @name PCI device classes.
     42 * @{ */
     43#define VBOX_PCI_CLASS_UNCLASSIFIED             0x00
     44#define VBOX_PCI_CLASS_MASS_STORAGE             0x01
     45#define VBOX_PCI_CLASS_NETWORK                  0x02
     46#define VBOX_PCI_CLASS_DISPLAY                  0x03
     47#define VBOX_PCI_CLASS_MULTI_MEDIA              0x04
     48#define VBOX_PCI_CLASS_MEMORY                   0x05
     49#define VBOX_PCI_CLASS_BRIDGE                   0x06
     50#define VBOX_PCI_CLASS_COMM                     0x07
     51#define VBOX_PCI_CLASS_SYSTEM                   0x08
     52#define VBOX_PCI_CLASS_INPUT                    0x09
     53#define VBOX_PCI_CLASS_DOCKING_STATION          0x0a
     54#define VBOX_PCI_CLASS_PROCESSOR                0x0b
     55#define VBOX_PCI_CLASS_SERIAL_BUS               0x0c
     56#define VBOX_PCI_CLASS_WIRELESS                 0x0d
     57#define VBOX_PCI_CLASS_INTELLIGENT              0x0e
     58#define VBOX_PCI_CLASS_SAT_COMM                 0x0f
     59#define VBOX_PCI_CLASS_ENCRYPTION               0x10
     60#define VBOX_PCI_CLASS_SIG_PROC                 0x11
     61#define VBOX_PCI_CLASS_PROC_ACCEL               0x12
     62#define VBOX_PCI_CLASS_NON_ESS_INSTR            0x13
     63#define VBOX_PCI_CLASS_CO_PROCESSOR             0x40
     64#define VBOX_PCI_CLASS_UNASSIGNED               0xff
     65/** @} */
    4166
    4267/**
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette