mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 09:52:49 +03:00
[smsc95xx] Fetch MAC from SMBIOS OEM string for Honeywell VM3
The Honeywell VM3 has no attached EEPROM, and records the MAC address within an SMBIOS OEM string. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -251,4 +251,7 @@ struct smsc95xx_device {
|
||||
ETH_FRAME_LEN + 4 /* possible VLAN header */ \
|
||||
+ 4 /* CRC */ )
|
||||
|
||||
/** Honeywell VM3 MAC address OEM string index */
|
||||
#define SMSC95XX_VM3_OEM_STRING_MAC 2
|
||||
|
||||
#endif /* _SMSC95XX_H */
|
||||
|
||||
Reference in New Issue
Block a user