;*************************************************************************** ;* Copyright (C) 1989 by NCR Corporation This program * ;* contains proprietary and confidential information. All rights reserved * ;* except as may be permitted by prior written consent. * ;*************************************************************************** AdapterId 7F4Eh AdapterName "NCR SCSI Host Adapter Board" NumBytes 4 NamedItem Prompt "Host Adapter Board Interrupt Level" choice "DISABLE" pos[0]=x000xxxxb choice "INT LEVEL 5" pos[0]=X101XXXXb INT 5 choice "INT LEVEL 3" pos[0]=X100XXXXb INT 3 choice "INT LEVEL 7" pos[0]=X110XXXXb INT 7 choice "INT LEVEL 9" pos[0]=X111XXXXb INT 9 Help "Set the Host Adapter Board Interrupt Level so it will not conflict with other interrupting devices. Diskettes are usually level 6." NamedItem Prompt "I/O Address Select" choice "300" pos[0]=XXXX010Xb io 00300h-00345h choice "200" pos[0]=XXXX001Xb io 00200h-00245h choice "400" pos[0]=XXXX011Xb io 00400h-00445h choice "500" pos[0]=XXXX100Xb io 00500h-00545h choice "600" pos[0]=XXXX101Xb io 00600h-00645h choice "Disabled" pos[0]=XXXX000Xb Help "You may set the NCR SCSI adapter to any one of the I/O Addresses listed. The first choice is recommended. If your selection conflicts with an I/O address already assigned in your system, it will be marked with an asterisk and you must select an alternate address." NamedItem Prompt "Static Ram Starting Address" choice "D0000h-D2000h" pos[1]=11000XXXb mem 0D0000h-0D2000h choice "C0000h-C2000h" pos[1]=10000XXXb mem 0C0000h-0C2000h choice "C2000h-C4000h" pos[1]=10001XXXb mem 0C2000h-0C4000h choice "C4000h-C6000h" pos[1]=10010XXXb mem 0C4000h-0C6000h choice "C6000h-C8000h" pos[1]=10011XXXb mem 0C6000h-0C8000h choice "C8000h-CA000h" pos[1]=10100XXXb mem 0C8000h-0CA000h choice "CA000h-CC000h" pos[1]=10101XXXb mem 0CA000h-0CC000h choice "CC000h-CE000h" pos[1]=10110XXXb mem 0CC000h-0CE000h choice "CE000h-D0000h" pos[1]=10111XXXb mem 0CE000h-0D0000h choice "D0000h-D2000h" pos[1]=11000XXXb mem 0D0000h-0D2000h choice "D2000h-D4000h" pos[1]=11001XXXb mem 0D2000h-0D4000h choice "D4000h-D6000h" pos[1]=11010XXXb mem 0D4000h-0D6000h choice "D6000h-D8000h" pos[1]=11011XXXb mem 0D6000h-0D8000h choice "D8000h-DA000h" pos[1]=11100XXXb mem 0D8000h-0DA000h choice "DA000h-DC000h" pos[1]=11101XXXb mem 0DA000h-0DC000h choice "DC000h-DE000h" pos[1]=11110XXXb mem 0DC000h-0DE000h choice "DE000h-E0000h" pos[1]=11111XXXb mem 0DE000h-0E0000h choice "Disabled" pos[1]=00000XXXb Help "Set the Static Ram Starting Address to avoid conflict with other adapters which use the extended ROM area for ROM or RAM. The default is C8000h." NamedItem Prompt "Host Adapter Board Logical ID" choice "7" pos[1]=XXXXX111b choice "6" pos[1]=XXXXX110b choice "5" pos[1]=XXXXX101b choice "4" pos[1]=XXXXX100b choice "3" pos[1]=XXXXX011b choice "2" pos[1]=XXXXX010b choice "1" pos[1]=XXXXX001b choice "0" pos[1]=XXXXX000b Help "Set the Host Adapter Board Logical ID to avoid conflict when performing adapter to adapter I/O. The default is 7."