VirtualBox

Changeset 546 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Feb 2, 2007 12:42:43 PM (18 years ago)
Author:
vboxsync
Message:

Changed comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevPCNet.cpp

    r545 r546  
    26872687            case 0x00: /* RDP */
    26882688                /** @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. */
    26902690                if (!CSR_DPOLL(pData))
    26912691                    pcnetPollTimer(pData);
     
    27662766            case 0x00: /* RDP */
    27672767                /** @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. */
    27692769                if (!CSR_DPOLL(pData))
    27702770                    pcnetPollTimer(pData);
Note: See TracChangeset for help on using the changeset viewer.

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