; Research Machines Ltd. ; Adaptor Description File for RM Ethernet MC adaptor ; This version defaults to ROM enabled so that automatic ; configuration leaves a diskless station bootable ; G.Garrity 11/08/89 AdapterId 06ABFh AdapterName "RM Ethernet MC Adaptor" NumBytes 2 NamedItem Prompt "Enable/Disable Adaptor" Choice " Enable Adaptor " pos[0]=XXXXXXX1b Choice " Disable Adaptor " pos[0]=XXXXXXX0b Help "Select whether the adaptor is enabled or disabled. For normal use select 'Enable Adaptor'." NamedItem Prompt "I/O Base Address" choice " 0300H " pos[0]=XXXX000Xb io 0300h-031Fh choice " 0380H " pos[0]=XXXX001Xb io 0380h-039Fh choice " 0700H " pos[0]=XXXX010Xb io 0700h-071Fh choice " 0780H " pos[0]=XXXX011Xb io 0780h-079Fh choice " 0B00H " pos[0]=XXXX100Xb io 0B00h-0B1Fh choice " 0B80H " pos[0]=XXXX101Xb io 0B80h-0B9Fh choice " 0F00H " pos[0]=XXXX110Xb io 0F00h-0F1Fh choice " 0F80H " pos[0]=XXXX111Xb io 0F80h-0F9Fh Help "Select the I/O base address for the adaptor to use. 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[0]=x100xxxxb INT 3 choice " Interrupt 15 " pos[0]=x011xxxxb INT 15 choice " Interrupt 12 " pos[0]=x010xxxxb INT 12 choice " Interrupt 11 " pos[0]=x001xxxxb INT 11 choice " Interrupt 10 " pos[0]=x000xxxxb INT 10 choice " Interrupt 4 " pos[0]=x101xxxxb INT 4 Help "Select the interrupt level for the adaptor to use. For normal use select 'Interrupt 3'" NamedItem Prompt "Enable/Disable Remote Reset ROM" choice " Enable ROM " pos[0]=1xxxxxxxb choice " Disable ROM " pos[0]=0xxxxxxxb Help "Select whether the adaptor's remote reset ROM is enabled or disabled. If enabled, and a remote reset ROM is present, the adaptor will boot from the network server. For normal use select 'Enable ROM'. WARNING: If you are configuring a diskless station, you must select `Enable ROM'; if you do not, you will not be able to start up your station." NamedItem Prompt "Remote Reset ROM Base Address" choice " 0DE000H " pos[1]=xxxx1111b mem 0DE000h-0DFFFFh choice " 0DC000H " pos[1]=xxxx1110b mem 0DC000h-0DDFFFh choice " 0DA000H " pos[1]=xxxx1101b mem 0DA000h-0DBFFFh choice " 0D8000H " pos[1]=xxxx1100b mem 0D8000h-0D9FFFh choice " 0D6000H " pos[1]=xxxx1011b mem 0D6000h-0D7FFFh choice " 0D4000H " pos[1]=xxxx1010b mem 0D4000h-0D5FFFh choice " 0D2000H " pos[1]=xxxx1001b mem 0D2000h-0D3FFFh choice " 0D0000H " pos[1]=xxxx1000b mem 0D0000h-0D1FFFh choice " 0CE000H " pos[1]=xxxx0111b mem 0CE000h-0CFFFFh choice " 0CC000H " pos[1]=xxxx0110b mem 0CC000h-0CDFFFh choice " 0CA000H " pos[1]=xxxx0101b mem 0CA000h-0CBFFFh choice " 0C8000H " pos[1]=xxxx0100b mem 0C8000h-0C9FFFh choice " 0C6000H " pos[1]=xxxx0011b mem 0C6000h-0C7FFFh choice " 0C4000H " pos[1]=xxxx0010b mem 0C4000h-0C5FFFh choice " 0C2000H " pos[1]=xxxx0001b mem 0C2000h-0C3FFFh choice " 0C0000H " pos[1]=xxxx0000b mem 0C0000h-0C1FFFh Help "Select the remote reset ROM base address of the RM Ethernet MC adaptor. NOTE: This address cannot be used by any other adaptor. For normal use select '0DE000H'."