;COPYRIGHT 1990, STANDARD MICROSYSTEMS CORPORATION ; 35 MARCUS BLVD. ; HAUPPAUGE, NEW YORK 11788 ; PHONE:(516) 273-3100 FAX:(516) 273-7935 ; ;SMC3016/MC AND SMC3016TP/MC ADAPTER DESCRIPTOR FILE. ;FILENAME: @6016.ADF ;VERSION : 1.0 ;REVISION: X11 ;DATE : 1-09-91 ;DESIGNER: BOB GALAZKA AdapterID 06016h AdapterName "SMC3016/MC" NumBytes 2 NamedItem Prompt "I/O Address Range" choice "0300-031F" pos[0]=xxxx000xb io 0300h-031fh choice "0340-035F" pos[0]=xxxx001xb io 0340h-035fh choice "0360-037F" pos[0]=xxxx010xb io 0360h-037fh choice "1980-199F" pos[0]=xxxx011xb io 1980h-199fh choice "2000-201F" pos[0]=xxxx100xb io 2000h-201fh choice "5680-569F" pos[0]=xxxx101xb io 5680h-569fh choice "5900-591F" pos[0]=xxxx110xb io 5900h-591fh ;this option currently not supported ; choice "8080-809F" pos[0]=xxxx111xb io 8080h-809fh Help "Please select a 32 byte IO address range for the SMC3016/MC registers. Conflicting assignments are marked with an asterisk and must be changed." NamedItem Prompt "Boot PROM Address Range" choice "PROM not used" pos[1]=xxxx0000b choice "0C2000-0C3FFF" pos[1]=xxxx0001b mem 0c2000h-0c3fffh choice "0C4000-0C5FFF" pos[1]=xxxx0010b mem 0c4000h-0c5fffh choice "0C6000-0C7FFF" pos[1]=xxxx0011b mem 0c6000h-0c7fffh choice "0C8000-0C9FFF" pos[1]=xxxx0100b mem 0c8000h-0c9fffh choice "0CA000-0CBFFF" pos[1]=xxxx0101b mem 0ca000h-0cbfffh choice "0CC000-0CDFFF" pos[1]=xxxx0110b mem 0cc000h-0cdfffh choice "0CE000-0CFFFF" pos[1]=xxxx0111b mem 0ce000h-0cffffh choice "0D0000-0D1FFF" pos[1]=xxxx1000b mem 0d0000h-0d1fffh choice "0D2000-0D3FFF" pos[1]=xxxx1001b mem 0d2000h-0d3fffh choice "0D4000-0D5FFF" pos[1]=xxxx1010b mem 0d4000h-0d5fffh choice "0D6000-0D7FFF" pos[1]=xxxx1011b mem 0d6000h-0d7fffh choice "0D8000-0D9FFF" pos[1]=xxxx1100b mem 0d8000h-0d9fffh choice "0DA000-0DBFFF" pos[1]=xxxx1101b mem 0da000h-0dbfffh choice "0DC000-0DDFFF" pos[1]=xxxx1110b mem 0dc000h-0ddfffh choice "0DE000-0DFFFF" pos[1]=xxxx1111b mem 0de000h-0dffffh Help "Please select an 8K byte memory address range for the Boot PROM installed on the SMC3016/MC adapter. Assignments that conflict with other adapters are marked with an asterisk and must be changed. If there is no PROM installed, or you want to disable its operation, then select ." NamedItem Prompt "Interrupt Level Selection" ; choice " test only " pos[0]=1111xxxxb choice " IRQ3 " pos[0]=0100xxxxb int 3 choice "IRQ9 (IRQ2)" pos[0]=0000xxxxb int 9 choice " IRQ10 " pos[0]=0001xxxxb int 10 choice " IRQ11 " pos[0]=0010xxxxb int 11 choice " IRQ15 " pos[0]=0011xxxxb int 15 choice " IRQ5 " pos[0]=0101xxxxb int 5 ;this option currently not supported ; choice " IRQ7 " pos[0]=0110xxxxb int 7 choice " IRQ4 " pos[0]=0111xxxxb int 4 ;this option currently not supported ; choice " IRQ6 " pos[0]=1000xxxxb int 6 choice " IRQ12 " pos[0]=1001xxxxb int 12 ;this option currently not supported ; choice " IRQ14 " pos[0]=1010xxxxb int 14 Help "Please select a choice for the interrupt level assignment. Conflicting assignments are marked with an asterisk and must be changed." ;End of @6016.ADF file, BobG. 9-26-90 ;Changed for BETA release 12/5/90 TomB. ;Changed for production release 1/9/91 TomB. ;Changed for production release 2/13/91 TomB. remove INT6 ;Changed for production release 2/27/91 TomB. remove INT7, 14