VirtualBox

Changeset 76710 in vbox for trunk


Ignore:
Timestamp:
Jan 8, 2019 4:12:48 PM (6 years ago)
Author:
vboxsync
Message:

Typo fix (innocent so far).

File:
1 edited

Legend:

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

    r76553 r76710  
    50165016        pThis->uDevType = DEV_AM79C970A;    /* 10 Mbps PCnet-PCI II. */
    50175017    else if (!strcmp(szChipType, "Am79C973"))
    5018         pThis->uDevType = DEV_AM79C970A;    /* 10/100 Mbps PCnet-FAST III. */
     5018        pThis->uDevType = DEV_AM79C973;     /* 10/100 Mbps PCnet-FAST III. */
    50195019    else if (!strcmp(szChipType, "Am79C960"))
    50205020        pThis->uDevType = DEV_AM79C960;     /* 10 Mbps PCnet-ISA, NE2100/Am2100 compatible. */
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