VirtualBox

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


Ignore:
Timestamp:
Sep 22, 2008 4:03:25 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
36942
Message:

various files: doxygen fixes.

Location:
trunk/src/VBox/Devices
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPCI.cpp

    r12569 r12653  
    13331333
    13341334/**
    1335  * @copydoc PDMPCIBUSREG::pfnSetConfigCallbacksHC
     1335 * @copydoc PDMPCIBUSREG::pfnSetConfigCallbacksR3
    13361336 */
    13371337static DECLCALLBACK(void) pciSetConfigCallbacks(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, PFNPCICONFIGREAD pfnRead, PPFNPCICONFIGREAD ppfnReadOld,
  • trunk/src/VBox/Devices/PC/DevPcBios.h

    r11255 r12653  
    3030
    3131
    32 /** @def MPS_TABLE_BASE
     32/** @def VBOX_MPS_TABLE_BASE
    3333 *
    3434 * Must be located in the same page as the DMI table.
     
    4141
    4242
    43 /** @def VBOX_VMI_TABLE_BASE
     43/** @def VBOX_VMI_BIOS_BASE
    4444 *
    4545 * Must be located between 0xC0000 and 0xDEFFF, otherwise it will not be
  • trunk/src/VBox/Devices/PC/DevPit-i8254.cpp

    r12643 r12653  
    7676 * If not defined, it will be flipped correctly. */
    7777//#define FAKE_REFRESH_CLOCK
     78#ifdef DOXYGEN_RUNNING
     79# define FAKE_REFRESH_CLOCK
     80#endif
    7881
    7982
  • trunk/src/VBox/Devices/Storage/DrvBlock.cpp

    r11286 r12653  
    259259#define PDMIBLOCKASYNC_2_DRVBLOCK(pInterface)        ( (PDRVBLOCK)((uintptr_t)pInterface - RT_OFFSETOF(DRVBLOCK, IBlockAsync)) )
    260260
    261 /** @copydoc PDMIBLOCKASYNC::pfnRead */
     261/** @copydoc PDMIBLOCKASYNC::pfnStartRead */
    262262static DECLCALLBACK(int) drvblockAsyncReadStart(PPDMIBLOCKASYNC pInterface, uint64_t off, PPDMDATASEG pSeg, unsigned cSeg, size_t cbRead, void *pvUser)
    263263{
     
    278278
    279279
    280 /** @copydoc PDMIBLOCKASYNC::pfnWrite */
     280/** @copydoc PDMIBLOCKASYNC::pfnStartWrite */
    281281static DECLCALLBACK(int) drvblockAsyncWriteStart(PPDMIBLOCKASYNC pInterface, uint64_t off, PPDMDATASEG pSeg, unsigned cSeg, size_t cbWrite, void *pvUser)
    282282{
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