Add missing "etherguid" prefs item for Basilisk II Ethernet support (b2ether).

This commit is contained in:
gbeauche 2006-05-14 16:13:16 +00:00
parent 3f3891ab31
commit bd6ec66354

View File

@ -48,6 +48,7 @@ prefs_desc platform_prefs_items[] = {
{"debugextfs", TYPE_BOOLEAN, false, "debug extfs system"},
{"extdrives", TYPE_STRING, false, "define allowed extfs drives"},
{"pollmedia", TYPE_BOOLEAN, false, "poll for new media (e.g. cd, floppy)"},
{"etherguid", TYPE_STRING, false, "GUID of the ethernet device to use"},
{"etherpermanentaddress", TYPE_BOOLEAN, false, "use permanent NIC address to identify itself"},
{"ethermulticastmode", TYPE_INT32, false, "how to multicast packets"},
{"etherfakeaddress", TYPE_STRING, false, "optional fake hardware address"},