VirtualBox

儲存庫 vbox 的更動 12518


忽略:
時間撮記:
2008-9-16 下午09:47:36 (16 年 以前)
作者:
vboxsync
訊息:

r=bird: PDMSCSIREQUEST todos.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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