Changeset 652 in vbox
- Timestamp:
- Feb 5, 2007 9:55:32 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18287
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r646 r652 765 765 !!ETHER_IS_MULTICAST(hdr->ether_dhost))); \ 766 766 } while (0) 767 768 769 #ifdef IN_RING3 767 770 768 771 #define MULTICAST_FILTER_LEN 8 … … 927 930 } 928 931 932 #endif /* IN_RING3 */ 933 929 934 /** 930 935 * Get the receive descriptor ring address with a given index. … … 1251 1256 pData->cbRDRAOld = pcnetRdraAddr(pData, 0); 1252 1257 } 1253 #endif 1258 #endif /* PCNET_MONITOR_RECEIVE_RING */ 1254 1259 1255 1260 #ifdef PCNET_MONITOR_RECEIVE_RING … … 1267 1272 || TDRAPageStart > RDRAPageEnd) 1268 1273 { 1269 #endif 1274 #endif /* PCNET_MONITOR_RECEIVE_RING */ 1270 1275 /* 1) */ 1271 1276 if (pData->GCTDRA != pData->TDRAPhysOld || CSR_XMTRL(pData) != pData->cbTDRAOld) … … 1562 1567 } 1563 1568 1569 1564 1570 #ifdef IN_RING3 1571 1565 1572 /** 1566 1573 * Check if there is at least one free receive buffer available. … … 1586 1593 return 4096 - CSR_CRBC(pData); 1587 1594 } 1588 #endif1589 1595 1590 1596 /** … … 1766 1772 } 1767 1773 1768 #ifdef IN_RING31769 1774 1770 1775 /** … … 1787 1792 } 1788 1793 1789 #endif /* IN_RING3 */1790 1791 1792 #ifdef IN_RING31793 1794 1794 1795 /** … … 1936 1937 1937 1938 #ifdef IN_RING3 1939 1938 1940 /** 1939 1941 * Try to transmit frames
Note:
See TracChangeset
for help on using the changeset viewer.