Cedar Nucleus: extras interface for 10MB ethernet
EthernetFaceExtras.mesad
Last Edited by: Willie-Sue, June 28, 1984 1:17:16 pm PDT
NewEthernetFaceExtras: DEFINITIONS =
BEGIN
Note: This in an Ethernet 2 face. See EthernetOneFace for the interface to the old Ethernet. Extras interface to set mode of trasmit and receive (for testing).
ModeFor10MBEther: TYPE = { normal, loopBack, other};  -- other is unused for now
SetModeFor10MBEther:
PROC[mode: ModeFor10MBEther← normal] RETURNS [prev: ModeFor10MBEther];
END.