VirtualBox

Changeset 3608 in vbox for trunk/src


Ignore:
Timestamp:
Jul 13, 2007 10:53:32 AM (18 years ago)
Author:
vboxsync
Message:

Improved compatibility of our PCnet device. Accoring to the spec APROM[9] must be set to 0x11. This small fix makes FreeDOS detect our PCnet device.

File:
1 edited

Legend:

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

    r2981 r3608  
    27132713    Assert(sizeof(pData->MacConfigured) == 6);
    27142714    memcpy(pData->aPROM, &pData->MacConfigured, sizeof(pData->MacConfigured));
     2715    pData->aPROM[ 8] = 0x00;
     2716    pData->aPROM[ 9] = 0x11;
    27152717    pData->aPROM[12] = pData->aPROM[13] = 0x00;
    27162718    pData->aPROM[14] = pData->aPROM[15] = 0x57;
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