- Timestamp:
- Jan 11, 2019 8:50:37 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r76764 r76765 5059 5059 if (memcmp(&pThis->MacConfigured, "\x02\x07\x01", 3)) 5060 5060 return PDMDevHlpVMSetError(pDevIns, VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES, RT_SRC_POS, 5061 N_("Configuration error: MAC address OUI for EtherBlaster must be 02 07 01"), 5062 szChipType); 5061 N_("Configuration error: MAC address OUI for EtherBlaster must be 02 07 01")); 5063 5062 } 5064 5063 else
Note:
See TracChangeset
for help on using the changeset viewer.