VirtualBox

Changeset 12518 in vbox


Ignore:
Timestamp:
Sep 16, 2008 9:47:36 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
36667
Message:

r=bird: PDMSCSIREQUEST todos.

File:
1 edited

Legend:

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

    r12508 r12518  
    24992499    PDMSCSIREQUESTTXDIR_TO_DEVICE,
    25002500    PDMSCSIREQUESTTXDIR_NONE
     2501    /** @todo r=bird: 32-bit type size blowup? */
    25012502} PDMSCSIREQUESTTXDIR;
    25022503
     
    25092510    uint32_t    uLogicalUnit;
    25102511    /** Direction of the data flow. */
    2511     uint32_t    uDataDirection;
     2512    uint32_t    uDataDirection;         /**< @todo r=bird: why isn't this PDMSCSIREQUESTTXDIR? */
    25122513    /** Size of the SCSI CDB. */
    25132514    uint32_t    cbCDB;
    25142515    /** Pointer to the SCSI CDB. */
    2515     uint8_t    *paCDB;
     2516    uint8_t    *paCDB;                  /**< @todo r=bird: array what? pbCDB perhaps? */
    25162517    /** Overall size of all scatter gather list elements
    25172518     *  for data transfer if any. */
     
    25252526    /** Pointer to the sense buffer. *
    25262527     * Current assumption that the sense buffer is not scattered. */
    2527     uint8_t    *pu8SenseBuffer;
     2528    uint8_t    *pu8SenseBuffer;         /**< @todo r=bird: pbSenseBuffer is simpler */
    25282529    /** Opaque user data for use by the device. Left untouched by everything else! */
    25292530    void       *pvUser;
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