Changeset 63566 in vbox for trunk/src/VBox/Additions/solaris
- Timestamp:
- Aug 16, 2016 2:05:58 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110221
- Location:
- trunk/src/VBox/Additions/solaris/Virtio
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.