Changeset 546 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Feb 2, 2007 12:42:43 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r545 r546 2687 2687 case 0x00: /* RDP */ 2688 2688 /** @note if we're not polling, then the guest will tell us when to poll by setting TDMD in CSR0 */ 2689 /** Polling is then useless here and very expensive. */2689 /** Polling is then useless here and possibly expensive. */ 2690 2690 if (!CSR_DPOLL(pData)) 2691 2691 pcnetPollTimer(pData); … … 2766 2766 case 0x00: /* RDP */ 2767 2767 /** @note if we're not polling, then the guest will tell us when to poll by setting TDMD in CSR0 */ 2768 /** Polling is then useless here and very expensive. */2768 /** Polling is then useless here and possibly expensive. */ 2769 2769 if (!CSR_DPOLL(pData)) 2770 2770 pcnetPollTimer(pData);
Note:
See TracChangeset
for help on using the changeset viewer.