home *** CD-ROM | disk | FTP | other *** search
/ ftp.cvut.cz / DOS_LEGACY_DRIVERS_2008.zip / DOS_LEGACY_DRIVERS / eisa / @7151.adf < prev    next >
Text File  |  2008-01-06  |  2KB  |  131 lines

  1. ;ADF file for the NE/2-32 lan adapter
  2. ;written by Carleton E. Watkins 17-MAR-89
  3.  
  4.  
  5. AdapterID 07151h
  6.  
  7. AdapterName  "NE/2-32"
  8.  
  9. NumBytes 1
  10.  
  11.  
  12. nameditem
  13.         Prompt  "I/O, RAM (in HEX)"
  14.  
  15.  
  16.      Choice "3000-302F, 000C0000-000C7FFF"
  17.  
  18.           pos[0]=XXXX001Xb
  19.           io 3000H-302FH
  20.           mem 000C0000H-000C7FFFH
  21.           
  22.      Choice "4000-402F, 000D0000-000D7FFF"
  23.  
  24.           pos[0]=XXXX010Xb
  25.           io 4000H-402FH
  26.           mem 000D0000H-000D7FFFH
  27.  
  28.      Choice "5000-502F, FFF90000-FFF97FFF"
  29.  
  30.           pos[0]=XXXX011Xb
  31.           io 5000H-502FH
  32.           mem 0FFF90000H-0FFF97FFFH
  33.  
  34.      Choice "6000-602F, FFFA0000-FFFA7FFF"
  35.  
  36.           pos[0]=XXXX100Xb
  37.           io 6000H-602FH
  38.           mem 0FFFA0000H-0FFFA7FFFH
  39.  
  40.      Choice "7000-702F, FFFB0000-FFFB7FFF"
  41.  
  42.           pos[0]=XXXX101Xb
  43.           io 7000H-702FH
  44.           mem 0FFFB0000H-0FFFB7FFFH
  45.  
  46.  
  47.      Choice "9000-902F, FFFC0000-FFFC7FFF"
  48.  
  49.           pos[0]=XXXX110Xb
  50.           io 9000H-902FH
  51.           mem 0FFFC0000H-0FFFC7FFFH
  52.  
  53.      Choice "D000-D02F, FFFD0000-FFFD7FFF"
  54.  
  55.           pos[0]=XXXX111Xb
  56.           io 0D000H-0D02FH
  57.           mem 0FFFD0000H-0FFFD7FFFH
  58.  
  59.  
  60.  
  61. Help
  62.  
  63. "The I/O address ranges shown are the 
  64. addresses at which the adapter
  65. will decode for control and use of the
  66. network controller, reset function,
  67. and Ethernet ID address PROM.  
  68.  
  69. The RAM address will determine where 
  70. the adapter's packet buffer RAM will 
  71. appear in host system's memory map."
  72.  
  73.  
  74. nameditem
  75.         Prompt  "Interrupt Request Level"
  76.  
  77.      Choice "IRQ 3"
  78.  
  79.      pos[0]=X000XXXXb
  80.      int 3
  81.  
  82.      Choice "IRQ 4"
  83.      pos[0]=X001XXXXb
  84.      int 4
  85.  
  86.      Choice "IRQ 5"
  87.      pos[0]=X010XXXXb
  88.      int 5
  89.  
  90.      Choice "IRQ 9"
  91.      pos[0]=X011XXXXb
  92.      int 9
  93.  
  94.      Choice "IRQ 10"
  95.      pos[0]=X100XXXXb
  96.      int 10
  97.  
  98.      Choice "IRQ 11"
  99.      pos[0]=X101XXXXb
  100.      int 11
  101.  
  102.  
  103.  
  104. Help
  105.  
  106. "The IRQ selection assigns which interrupt
  107. request line the lan adapter will use to
  108. signal the microprocessor via the interrupt
  109. controller."
  110.  
  111.  
  112.  
  113. nameditem
  114.         Prompt  "Connector Selection"
  115.  
  116.  
  117.      Choice "Thin Wire"
  118.  
  119.      pos[0]=1XXXXXXXb
  120.  
  121.      Choice "Thick Wire"
  122.      pos[0]=0XXXXXXXb
  123.  
  124. Help
  125.  
  126. "This selection allows the user to choose
  127. either the thick or thin connector available
  128. on the board."
  129.  
  130.  
  131.