home *** CD-ROM | disk | FTP | other *** search
/ The Mother of All Windows Books / CD-MOM.iso / cd_mom / drivers / netcard / ctron / @5606.adf < prev    next >
Text File  |  1990-02-09  |  3KB  |  108 lines

  1. AdapterId 5606h
  2.  
  3. AdapterName  "Cabletron Ethernet Board E3010"
  4.  
  5. NumBytes 4
  6.  
  7. nameditem
  8.         Prompt  "Adapter I/O Location"
  9.           Choice "Base 1300"
  10.             pos[1]=XXXX0010b
  11.             io 1300h-131fh
  12.  
  13.           Choice "Base 2300"
  14.             pos[1]=XXXX0100b
  15.             io 2300h-231fh
  16.  
  17.           Choice "Base 3300"
  18.             pos[1]=XXXX0110b
  19.             io 3300h-331fh
  20.  
  21.           Choice "Base 4300"
  22.             pos[1]=XXXX1000b
  23.             io 4300h-43ffh
  24.  
  25.           Choice "Base 5300"
  26.             pos[1]=XXXX1010b
  27.             io 5300h-53ffh
  28.  
  29.           Choice "Base 6300"
  30.             pos[1]=XXXX1100b
  31.             io 6300h-63ffh
  32.  
  33.           Choice "Base 7300"
  34.             pos[1]=XXXX1110b
  35.             io 7300h-73ffh
  36.  
  37.         Help
  38.         "To configure this adapter you must choose the IO location the
  39.          adapter will use for the NIC and the IO REGisters.
  40.          Under normal circumstances, select <Base 1300>."
  41.  
  42.  
  43. nameditem
  44.         Prompt  "Adapter Memory Location"
  45.  
  46.           Choice "Segment C0000-C3FFF"
  47.             pos[1]=0000XXXXb
  48.             mem 0c0000h-0c3fffh
  49.  
  50.           Choice "Segment C4000-C7FFF"
  51.             pos[1]=0001XXXXb
  52.             mem 0c4000h-0c7fffh
  53.  
  54.           Choice "Segment C8000-CBFFF"
  55.             pos[1]=0010XXXXb
  56.             mem 0c8000h-0cbfffh
  57.  
  58.           Choice "Segment CC000-CFFFF"
  59.             pos[1]=0011XXXXb
  60.             mem 0cc000h-0cffffh
  61.  
  62.           Choice "Segment D0000-D3FFF"
  63.             pos[1]=0100XXXXb
  64.             mem 0d0000h-0d3fffh
  65.  
  66.           Choice "Segment D4000-D7FFF"
  67.             pos[1]=0101XXXXb
  68.             mem 0d4000h-0d7fffh
  69.  
  70.           Choice "Segment D8000-DBFFF"
  71.             pos[1]=0110XXXXb
  72.             mem 0d8000h-0dbfffh
  73.  
  74.           Choice "Segment DC000-DFFFF"
  75.             pos[1]=0111XXXXb
  76.             mem 0dc000h-0dffffh
  77.  
  78.         Help
  79.         "This selects the location for the ring buffer memory (16K) on
  80.          the network adapter card. Choose one of these locations to map
  81.          this buffer into the system memory map. Under normal circumstances
  82.      select <C0000-C3FFF>."
  83.  
  84.  
  85. nameditem
  86.     Prompt  "Adapter Interrupt Level"
  87.       Choice "Interrupt 3"
  88.         pos[2]=00000000b
  89.         int 3
  90.  
  91.       Choice "Interrupt 7"
  92.         pos[2]=00000001b
  93.         int 7
  94.  
  95.       Choice "Interrupt 9"
  96.         pos[2]=00000010b
  97.         int 9
  98.  
  99.       Choice "Interrupt 12"
  100.         pos[2]=00000011b
  101.         int 12
  102.  
  103.      Help
  104.     "This selects the appropriate interrupt level for the network
  105.          adapter card. Choose one of these interrupt levels which
  106.          complies with your system's current configuration. Under normal
  107.      circumstances select <3>" 
  108.