VirtualBox

Changeset 35738 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jan 27, 2011 2:17:41 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69688
Message:

r=bird: Clean up of r69600 (PCIRAW), left a few review notes behind.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/PCIInternal.h

    r35676 r35738  
    9999    /** I/O regions. */
    100100    PCIIOREGION                     aIORegions[PCI_NUM_REGIONS];
    101     /** Pointer to the PCI bus of the device. - R3 ptr */
     101    /** Pointer to the PCI bus of the device. (R3 ptr) */
    102102    R3PTRTYPE(struct PCIBus *)      pBusR3;
    103     /** Pointer to the PCI bus of the device. - R0 ptr */
     103    /** Pointer to the PCI bus of the device. (R0 ptr) */
    104104    R0PTRTYPE(struct PCIBus *)      pBusR0;
    105     /** Pointer to the PCI bus of the device. - RC ptr */
     105    /** Pointer to the PCI bus of the device. (RC ptr) */
    106106    RCPTRTYPE(struct PCIBus *)      pBusRC;
    107107#if HC_ARCH_BITS == 64
     
    109109#endif
    110110
    111     /* Page used for MSI-X state.             - R3 ptr */
     111    /** Page used for MSI-X state.             (R3 ptr) */
    112112    R3PTRTYPE(void*)                pMsixPageR3;
    113     /* Page used for MSI-X state.             - R0 ptr */
     113    /** Page used for MSI-X state.             (R0 ptr) */
    114114    R0PTRTYPE(void*)                pMsixPageR0;
    115     /* Page used for MSI-X state.             - RC ptr */
     115    /** Page used for MSI-X state.             (RC ptr) */
    116116    RCPTRTYPE(void*)                pMsixPageRC;
    117117#if HC_ARCH_BITS == 64
     
    125125    R3PTRTYPE(PFNPCICONFIGWRITE)    pfnConfigWrite;
    126126
    127     /* Flags of this PCI device, see PCIDEV_FLAG_ constants */
     127    /** Flags of this PCI device, see PCIDEV_FLAG_XXX constants.
     128     *  @todo s/uFlags/fFlags/g */
    128129    uint32_t                        uFlags;
    129130    /** Current state of the IRQ pin of the device. */
    130131    int32_t                         uIrqPinState;
    131132
    132     /* Offset of MSI PCI capability in config space, or 0 */
     133    /** Offset of MSI PCI capability in config space, or 0. */
    133134    uint8_t                         u8MsiCapOffset;
    134     /* Size of MSI PCI capability in config space, or 0 */
     135    /** Size of MSI PCI capability in config space, or 0. */
    135136    uint8_t                         u8MsiCapSize;
    136     /* Offset of MSI-X PCI capability in config space, or 0 */
     137    /** Offset of MSI-X PCI capability in config space, or 0. */
    137138    uint8_t                         u8MsixCapOffset;
    138     /* Size of MSI-X PCI capability in config space, or 0 */
     139    /** Size of MSI-X PCI capability in config space, or 0. */
    139140    uint8_t                         u8MsixCapSize;
    140141
    141142    uint32_t                        Alignment2;
    142143
    143     /* Pointer to bus specific data.                 - R3 ptr */
     144    /** Pointer to bus specific data.                 (R3 ptr) */
    144145    R3PTRTYPE(const void*)          pPciBusPtrR3;
    145146
     
    155156} PCIDEVICEINT;
    156157
    157 /* Indicate that PCIDEVICE::Int.s can be declared. */
     158/** Indicate that PCIDEVICE::Int.s can be declared. */
    158159#define PCIDEVICEINT_DECLARED
    159160
Note: See TracChangeset for help on using the changeset viewer.

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