vbox的更動 63566 路徑 trunk/src/VBox/Additions/solaris
- 時間撮記:
- 2016-8-16 下午02:05:58 (8 年 以前)
- 位置:
- trunk/src/VBox/Additions/solaris/Virtio
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Additions/solaris/Virtio/Virtio-solaris.c
r62529 r63566 191 191 AssertReturn(pQueue->Ring.cDesc > 0, NULL); 192 192 193 /* @todo enable interrupt. */193 /** @todo enable interrupt. */ 194 194 195 195 return pQueue; -
trunk/src/VBox/Additions/solaris/Virtio/VirtioNet-solaris.c
r62529 r63566 362 362 PVIRTIODEVICE pDevice = pvArg; 363 363 364 /* @todo ncookies handles? */364 /** @todo ncookies handles? */ 365 365 int rc = ddi_dma_alloc_handle(pDevice->pDip, &g_VirtioNetBufDmaAttr, 366 366 fFlags & KM_NOSLEEP ? DDI_DMA_DONTWAIT : DDI_DMA_SLEEP, … … 468 468 pMacRegHandle->m_type_ident = MAC_PLUGIN_IDENT_ETHER; 469 469 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? */ 472 472 pMacRegHandle->m_src_addr = pNet->MacAddr.au8; 473 473
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器