; ; Ron Arthur ; Sanyo ICON ; Tue May 28, 1991 17:49 ; 814-031-01 ; ADF file for the ICON Smile Target Adapter Part number 810-071-001B ; This ADF file does not enable any settings for the Smile Target ; Adapter. This is because normal use in DOS is not currently supported. ; Currently supported software is NOVELL Netware Version 3.11 ; The setup occurs in the driver because the board is normally used ; in extremely high memory. The board consumes 64k of memory at either ; C0000 or D0000. In extremely high memory 128k of memory is used. ; The following high memory address spaces are available: E0800000 ; E0820000, E0840000, E0860000, E0880000, E08A0000 ; Also allows interrupts on IRQ 11, IRQ 12, IRQ 14 or IRQ 15. ; AdapterId 061CBh AdapterName "Smile Target Adapter for IBM PS/2 Computers" NumBytes 4 ; ; ; The following ADF entries are Interrupt selections settings as managed ; by the pos register bits ; NamedItem Prompt "Interrupt Level selection" ; choice "IRQ 15 enable" pos[2]=XXXX1000b int 15 ; choice "IRQ 14 enable" pos[2]=XXXX0100b int 14 ; choice "IRQ 12 enable" pos[2]=XXXX0010b int 12 ; choice "IRQ 11 enable" pos[2]=XXXX0001b int 11 choice "IRQ disable" pos[1]=XXXX0000b pos[2]=XXXX0000b int 15 Help "The Interrupts are selected in the driver by the installer. No setup is required." ; ; The following entries and the memory address selection settings. ; There are eight choices. ; ;NamedItem Prompt "Memory Address selection" ; choice "Smile Memory disable" pos[1]=XXXX0000 mem 000C0000h - 000C0010h ; choice "Smile Board 0" pos[1]=XXXX1000b mem 000C0000h - 000CFFFFh ; choice "Smile Board 1" pos[1]=XXXX1001b mem 000D0000h - 000DFFFFh ; choice "Smile Board 2" pos[1]=XXXX1010b mem E0800000h - E001FFFFh ; choice "Smile Board 3" pos[1]=XXXX1011b mem E0820000h - E083FFFFh ; choice "Smile board 4" pos[1]=XXXX1100b mem E0840000h - E085FFFFh ; choice "Smile board 5" pos[1]=XXXX1101b mem E0860000h - E087FFFFh ; choice "Smile board 6" pos[1]=XXXX1110b mem E0880000h - E089FFFFh ; choice "Smile board 7" pos[1]=XXXX1111b mem E08A0000h - E08BFFFFh ;Help ; The Smile Target Adapter is intended to be setup by the driver ; at installation time. It is currently only supported with Novell ; 3.11 or later software. Use the F5=Previous and the F6=Next keys ; to select your choice.