home *** CD-ROM | disk | FTP | other *** search
/ Windows NT Super Tune-Up Kit / PIE-WindowsNTSuperTuneUpKit-1997.iso / DRIVERS / SCSI_CD / NEC_TRAN / T160TR / @508C.ADF next >
Text File  |  1990-01-11  |  2KB  |  61 lines

  1. ; Trantor T228 MicroChannel SCSI Host Adapter
  2. ; Adapter Descriptor File (ADF)
  3. ; Copyright (C) 1988-90, Trantor Systems, Ltd.
  4.  
  5.  
  6. ; We have an assigned id of 508ch.
  7.  
  8. adapterid 508ch
  9. adaptername "Trantor T228 MicroChannel SCSI Host Adapter"
  10.  
  11.  
  12. ; We use four POS registers
  13.  
  14. numbytes 4
  15.  
  16.  
  17. ; The T228 is memory mapped and supports four address ranges.
  18.  
  19. nameditem
  20. prompt "Memory Address"
  21. choice "cc000h - cdfffh"  pos [0] = xxxxx00xb  mem 0cc000h-0cdfffh
  22. choice "c8000h - c9fffh"  pos [0] = xxxxx01xb  mem 0c8000h-0c9fffh
  23. choice "dc000h - ddfffh"  pos [0] = xxxxx10xb  mem 0dc000h-0ddfffh
  24. choice "d8000h - d9fffh"  pos [0] = xxxxx11xb  mem 0d8000h-0d9fffh
  25. help
  26. "The Trantor T228 is memory mapped.  It requires a single 8k block of
  27. memory in the address space normally used by adapter ROMs."
  28.  
  29.  
  30. ; When used with direct access devices (i.e., hard disk) the T228
  31. ; can be used to boot the computer in the absense of another bootable
  32. ; hard disk.
  33.  
  34. nameditem
  35. prompt "Boot ROM"
  36. choice "Disabled"  pos [0] = xxxx1xxxb
  37. choice "Enabled"   pos [0] = xxxx0xxxb
  38. help
  39. "The T228 may be used to 'boot' the computer from a SCSI hard disk.
  40. This feature is only needed, and only works when there is no other
  41. bootable hard disk in the computer."
  42.  
  43.  
  44. ; When used with multitasking systems such as Novell and Xenix, the 
  45. ; T228 needs a single IRQ channel. 
  46.  
  47. nameditem
  48. prompt "Interrupt Channel"
  49. choice "None"    pos [0] = x000xxxxb
  50. choice "IRQ 3"   pos [0] = x001xxxxb  int 3
  51. choice "IRQ 5"   pos [0] = x010xxxxb  int 5
  52. choice "IRQ 7"   pos [0] = x011xxxxb  int 7
  53. choice "IRQ 10"  pos [0] = x100xxxxb  int 10
  54. choice "IRQ 12"  pos [0] = x101xxxxb  int 12
  55. choice "IRQ 14"  pos [0] = x110xxxxb  int 14
  56. choice "IRQ 15"  pos [0] = x111xxxxb  int 15
  57. help
  58. "When used with multitasking systems such as Novell and Xenix, the
  59. T228 needs a single IRQ channel.  The T228 does not use interrupts
  60. under MS-DOS."
  61.