; Trantor T260 MicroChannel SCSI Host Adapter ; Adapter Descriptor File (ADF) ; Copyright (C) 1992, Trantor Systems, Ltd. ; ; Revised 10-01-92 RCB First cut. ; Revised 11-05-92 RCB Invert polarity of I/O & memory ; adrs select bits. ; We have an assigned id of 508eh. adapterid 508eh adaptername "Trantor T260 SCSI Host Adapter" ; We use four POS registers numbytes 4 ; The T260 SCSI interface is I/O mapped. ; One of the eight address options must be selected. nameditem prompt "I/O Port" choice "360h - 36fh" pos [1] = xxxxx000b io 360h-36fh choice "350h - 35fh" pos [1] = xxxxx001b io 350h-35fh choice "340h - 34fh" pos [1] = xxxxx010b io 340h-34fh choice "330h - 33fh" pos [1] = xxxxx011b io 330h-33fh choice "260h - 26fh" pos [1] = xxxxx100b io 260h-26fh choice "250h - 25fh" pos [1] = xxxxx101b io 250h-25fh choice "240h - 24fh" pos [1] = xxxxx110b io 240h-24fh choice "230h - 23fh" pos [1] = xxxxx111b io 230h-23fh help "The Trantor T260 SCSI Host Adapter uses 16 consecutive port addresses. The port addresses used by the card must not be used by any other cards in the computer. Use the F5 and F6 keys to select the desired port range." ; The 8k window (for the ROM) may occupy any of ; seven memory ranges. The ROM may be disabled. nameditem prompt "ROM Address" choice "ROM Disabled" pos [1] = xx000xxxb choice "c8000h - c9fffh" pos [1] = xx001xxxb mem 0c8000h-0c9fffh choice "ca000h - cbfffh" pos [1] = xx010xxxb mem 0ca000h-0cbfffh choice "ce000h - cffffh" pos [1] = xx011xxxb mem 0ce000h-0cffffh choice "d0000h - d1fffh" pos [1] = xx100xxxb mem 0d0000h-0d1fffh choice "d4000h - d5fffh" pos [1] = xx101xxxb mem 0d4000h-0d5fffh choice "d8000h - d9fffh" pos [1] = xx110xxxb mem 0d8000h-0d9fffh choice "dc000h - ddfffh" pos [1] = xx111xxxb mem 0dc000h-0ddfffh help "A Read Only Memory (ROM) is an option on the Trantor T260 SCSI Host Adapter. If you wish to use this option you must select the 8k range of memory which will be used by the ROM. You may also disable the ROM with this selection. Use the F5 and F6 keys to select the ROM address." ; The T260 provides 7 interrupt options. ; Interrupts may be disabled. nameditem prompt "Interrupt Channel" choice "None" pos [0] = xxxx000xb choice "IRQ 3" pos [0] = xxxx001xb int 3 choice "IRQ 5" pos [0] = xxxx010xb int 5 choice "IRQ 7" pos [0] = xxxx011xb int 7 choice "IRQ 10" pos [0] = xxxx100xb int 10 choice "IRQ 12" pos [0] = xxxx101xb int 12 choice "IRQ 14" pos [0] = xxxx110xb int 14 choice "IRQ 15" pos [0] = xxxx111xb int 15 help "The Trantor T260 SCSI Host Adapter supports interrupts. Drivers such as ASPI (DOS), ADD (OS/2 2.0) and MiniPort drivers (Windows NT) typically use interrupts. Use the F5 and F6 keys to select an interrupt channel."