; Research Machines Ltd. ; Adaptor Description File for RM Ethernet-MC/2 adaptor ; G.Garrity 14-8-90 ; Modified by Simon Benham 25-6-91 ; Modified by Simon Benham 16-10-91 to split Protocol Selection ; enable/disable and protocol selection into two seperate fields ; Word adapter changed to adaptor in all the help text ; Modified by Dave Leach 1-11-91 to remove the last change and force all ; paging options through page 0 AdapterId 06A22h AdapterName "RM Ethernet-MC/2 Adaptor" NumBytes 4 ;------------------------------------------------------------------------ NamedItem Prompt "Card Enabling and I/O Base Address" choice " Enabled at 0300H " pos[0]=00110001b io 0300h-031Fh choice " Enabled at 0380H " pos[0]=00111001b io 0380h-039Fh choice " Enabled at 0700H " pos[0]=01110001b io 0700h-071Fh choice " Enabled at 0780H " pos[0]=01111001b io 0780h-079Fh choice " Enabled at 0B00H " pos[0]=10110001b io 0B00h-0B1Fh choice " Enabled at 0B80H " pos[0]=10111001b io 0B80h-0B9Fh choice " Enabled at 0F00H " pos[0]=11110001b io 0F00h-0F1Fh choice " Enabled at 0F80H " pos[0]=11111001b io 0F80h-0F9Fh choice " Card Disabled " pos[0]=xxxxxxx0b Help "Select enable, disable and the I/O base address of the RM Ethernet-MC/2 adaptor. NOTE: The address you choose cannot be used by any other adaptor. You should choose '0300H' unless another adaptor is using that address." ;------------------------------------------------------------------------ NamedItem Prompt "Interrupt Level" choice " Interrupt 3 " pos[3]=xxxxx000b INT 3 choice " Interrupt 15 " pos[3]=xxxxx111b INT 15 choice " Interrupt 11 " pos[3]=xxxxx110b INT 11 choice " Interrupt 10 " pos[3]=xxxxx101b INT 10 choice " Interrupt 9 " pos[3]=xxxxx100b INT 9 choice " Interrupt 7 " pos[3]=xxxxx011b INT 7 choice " Interrupt 5 " pos[3]=xxxxx010b INT 5 choice " Interrupt 4 " pos[3]=xxxxx001b INT 4 Help "Select the interrupt level of the RM Ethernet-MC/2 adaptor. For normal use select 'Interrupt 3'" ;------------------------------------------------------------------------ NamedItem Prompt "Remote Reset ROM Enabling and Base Address" choice " Enabled at 0DC000H " pos[1]=xxxx1111b mem 0DC000h-0DFFFFh choice " Enabled at 0D8000H " pos[1]=xxxx1101b mem 0D8000h-0DBFFFh choice " Enabled at 0D4000H " pos[1]=xxxx1011b mem 0D4000h-0D7FFFh choice " Enabled at 0D0000H " pos[1]=xxxx1001b mem 0D0000h-0D3FFFh choice " Enabled at 0CC000H " pos[1]=xxxx0111b mem 0CC000h-0CFFFFh choice " Enabled at 0C8000H " pos[1]=xxxx0101b mem 0C8000h-0CBFFFh choice " Enabled at 0C4000H " pos[1]=xxxx0011b mem 0C4000h-0C7FFFh choice " Enabled at 0C0000H " pos[1]=xxxx0001b mem 0C0000h-0C3FFFh choice " ROM Disabled " pos[1]=xxxxxxx0b Help "Select whether the adaptor's remote reset ROM is enabled or disabled, and if enabled selects the ROM base address. If enabled, and a remote reset ROM is present, the adaptor will boot from the network server. If a reset ROM is not fitted select 'Disable ROM'. If a reset ROM is fitted, and enabled for normal use, select address '0DC000H'. NOTE: The ROM base address cannot be used by any other adaptor." ;------------------------------------------------------------------------ NamedItem Prompt "ROM Protocol Selection" Choice " Display Protocol Menu " pos[1]=1000xxxxb Choice " Use Protocol 1 " pos[1]=0001xxxxb Choice " Use Protocol 2 " pos[1]=0010xxxxb Choice " Use Protocol 3 " pos[1]=0011xxxxb Choice " Use Protocol 4 " pos[1]=0100xxxxb Choice " Use Protocol 5 " pos[1]=0101xxxxb Choice " Use Protocol 6 " pos[1]=0110xxxxb Choice " Use Protocol 7 " pos[1]=0111xxxxb Help "Selects which protocol should be used when remote booting. For normal use select 'Display Protocol Menu'. This will then display all the supported protocols. If one of the protocols is selected then no menu will appear during booting and after a short pause the system will boot into the chosen protocol. During the pause pressing Ctrl-E will cause the menu to be displayed. NOTE: 'Novell only systems' will only allow the use of the Novell protocol and so do not support the menu system." ;------------------------------------------------------------------------