home *** CD-ROM | disk | FTP | other *** search
/ Windows NT Super Tune-Up Kit / PIE-WindowsNTSuperTuneUpKit-1997.iso / DRIVERS / SCSI_CD / NEC_TRAN / T160TR / @508E.ADF < prev    next >
Text File  |  1992-11-05  |  3KB  |  81 lines

  1. ; Trantor T260 MicroChannel SCSI Host Adapter
  2. ; Adapter Descriptor File (ADF)
  3. ; Copyright (C) 1992, Trantor Systems, Ltd.
  4. ;
  5. ; Revised 10-01-92  RCB  First cut.
  6. ; Revised 11-05-92  RCB  Invert polarity of I/O & memory
  7. ;                        adrs select bits.
  8.  
  9.  
  10. ; We have an assigned id of 508eh.
  11.  
  12. adapterid 508eh
  13. adaptername "Trantor T260 SCSI Host Adapter"
  14.  
  15.  
  16. ; We use four POS registers
  17.  
  18. numbytes 4
  19.  
  20.  
  21. ; The T260 SCSI interface is I/O mapped.
  22. ; One of the eight address options must be selected.
  23.  
  24. nameditem
  25. prompt "I/O Port"
  26. choice "360h - 36fh"  pos [1] = xxxxx000b  io 360h-36fh
  27. choice "350h - 35fh"  pos [1] = xxxxx001b  io 350h-35fh
  28. choice "340h - 34fh"  pos [1] = xxxxx010b  io 340h-34fh
  29. choice "330h - 33fh"  pos [1] = xxxxx011b  io 330h-33fh
  30. choice "260h - 26fh"  pos [1] = xxxxx100b  io 260h-26fh
  31. choice "250h - 25fh"  pos [1] = xxxxx101b  io 250h-25fh
  32. choice "240h - 24fh"  pos [1] = xxxxx110b  io 240h-24fh
  33. choice "230h - 23fh"  pos [1] = xxxxx111b  io 230h-23fh
  34. help
  35. "The Trantor T260 SCSI Host Adapter uses 16 consecutive
  36. port addresses. The port addresses used by the card must
  37. not be used by any other cards in the computer. Use the 
  38. F5 and F6 keys to select the desired port range."
  39.  
  40.  
  41. ; The 8k window (for the ROM) may occupy any of
  42. ; seven memory ranges.  The ROM may be disabled.
  43.  
  44. nameditem
  45. prompt "ROM Address"
  46. choice "ROM Disabled"     pos [1] = xx000xxxb
  47. choice "c8000h - c9fffh"  pos [1] = xx001xxxb  mem 0c8000h-0c9fffh
  48. choice "ca000h - cbfffh"  pos [1] = xx010xxxb  mem 0ca000h-0cbfffh
  49. choice "ce000h - cffffh"  pos [1] = xx011xxxb  mem 0ce000h-0cffffh
  50. choice "d0000h - d1fffh"  pos [1] = xx100xxxb  mem 0d0000h-0d1fffh
  51. choice "d4000h - d5fffh"  pos [1] = xx101xxxb  mem 0d4000h-0d5fffh
  52. choice "d8000h - d9fffh"  pos [1] = xx110xxxb  mem 0d8000h-0d9fffh
  53. choice "dc000h - ddfffh"  pos [1] = xx111xxxb  mem 0dc000h-0ddfffh
  54. help
  55. "A Read Only Memory (ROM) is an option on the Trantor T260
  56. SCSI Host Adapter. If you wish to use this option you must 
  57. select the 8k range of memory which will be used by the ROM. 
  58. You may also disable the ROM with this selection. Use the 
  59. F5 and F6 keys to select the ROM address."
  60.  
  61.  
  62. ; The T260 provides 7 interrupt options.
  63. ; Interrupts may be disabled.
  64.  
  65. nameditem
  66. prompt "Interrupt Channel"
  67. choice "None"    pos [0] = xxxx000xb
  68. choice "IRQ 3"   pos [0] = xxxx001xb  int 3
  69. choice "IRQ 5"   pos [0] = xxxx010xb  int 5
  70. choice "IRQ 7"   pos [0] = xxxx011xb  int 7
  71. choice "IRQ 10"  pos [0] = xxxx100xb  int 10
  72. choice "IRQ 12"  pos [0] = xxxx101xb  int 12
  73. choice "IRQ 14"  pos [0] = xxxx110xb  int 14
  74. choice "IRQ 15"  pos [0] = xxxx111xb  int 15
  75. help
  76. "The Trantor T260 SCSI Host Adapter supports interrupts.
  77. Drivers such as ASPI (DOS), ADD (OS/2 2.0) and MiniPort
  78. drivers (Windows NT) typically use interrupts.  Use the F5 
  79. and F6 keys to select an interrupt channel."
  80.  
  81.