VirtualBox

忽略:
時間撮記:
2016-8-16 下午02:05:58 (8 年 以前)
作者:
vboxsync
訊息:

scm: cleaning up todos

位置:
trunk/src/VBox/Additions/solaris/Virtio
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Additions/solaris/Virtio/Virtio-solaris.c

    r62529 r63566  
    191191    AssertReturn(pQueue->Ring.cDesc > 0, NULL);
    192192
    193     /* @todo enable interrupt. */
     193    /** @todo enable interrupt. */
    194194
    195195    return pQueue;
  • trunk/src/VBox/Additions/solaris/Virtio/VirtioNet-solaris.c

    r62529 r63566  
    362362    PVIRTIODEVICE pDevice = pvArg;
    363363
    364     /* @todo ncookies handles? */
     364    /** @todo ncookies handles? */
    365365    int rc = ddi_dma_alloc_handle(pDevice->pDip, &g_VirtioNetBufDmaAttr,
    366366                                  fFlags & KM_NOSLEEP ? DDI_DMA_DONTWAIT : DDI_DMA_SLEEP,
     
    468468        pMacRegHandle->m_type_ident = MAC_PLUGIN_IDENT_ETHER;
    469469        pMacRegHandle->m_min_sdu    = 0;
    470         pMacRegHandle->m_max_sdu    = 1500;    /* @todo verify */
    471         /* @todo should we set the margin size? */
     470        pMacRegHandle->m_max_sdu    = 1500;    /** @todo verify */
     471        /** @todo should we set the margin size? */
    472472        pMacRegHandle->m_src_addr   = pNet->MacAddr.au8;
    473473
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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