; ; File: install/@5825.adf ; Author: R.J.Dunlop ; Created:5 Apr 88 ; ; Chase Research Intelligent Serial I/O Controller for PS/2 ; ========================================================= ; Copyright 1988 Chase Research Limited. ; All rights reserved. ; ; Adapter Description File ; Used by IBM User and Auto Configuration programs ; ; Revision History ; ; When Who What and Why ; ==== === ============ ; 27 Oct 88 R.J.Dunlop Added polling mode operation (V1.01) ; AdapterId 05825h AdapterName "16 Port Chase Research Intelligent Serial I/O Controller" NumBytes 1 FixedResources pos[0]=XXX0XXXXb NamedItem Prompt "Adapter Memory Location" Choice "Segment C000" pos[0]=000XXXXXb mem 0C0000h - 0C3FFFh Choice "Segment C400" pos[0]=001XXXXXb mem 0C4000h - 0C7FFFh Choice "Segment C800" pos[0]=010XXXXXb mem 0C8000h - 0CBFFFh Choice "Segment CC00" pos[0]=011XXXXXb mem 0CC000h - 0CFFFFh Choice "Segment D000" pos[0]=100XXXXXb mem 0D0000h - 0D3FFFh Choice "Segment D400" pos[0]=101XXXXXb mem 0D4000h - 0D7FFFh Choice "Segment D800" pos[0]=110XXXXXb mem 0D8000h - 0DBFFFh Choice "Segment DC00" pos[0]=111XXXXXb mem 0DC000h - 0DFFFFh Help "The I/O RAM area is used for communication between the main computer and the controller. It is important that this does not conflict with the BIOS ROMs or RAM provided by other adapter cards. Change the setting if a conflict occurs." NamedItem Prompt "Interrupt Request Number" Choice "IRQ 11" pos[0]=XXXX100Xb int 11 Choice "IRQ 15" pos[0]=XXXX101Xb int 15 Choice "None " pos[0]=XXXX110Xb Choice "IRQ 3 " pos[0]=XXXX000Xb int 3 Choice "IRQ 4 " pos[0]=XXXX001Xb int 4 Choice "IRQ 5 " pos[0]=XXXX010Xb int 5 Choice "IRQ 10" pos[0]=XXXX011Xb int 10 Help "The interrupt generated by the controller may be assigned to any of the lines given. This will not cause a conflict with any other card as the interrupt lines may be shared. However for the maximum efficiency of all cards seperate lines should be used when possible. IRQ 11 is therefore recomended for most standard combinations of boards."