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

  1. AdapterId 5607h
  2.  
  3. AdapterName  "Cabletron Ethernet Board E3010-X"
  4.  
  5. NumBytes 4
  6.  
  7. nameditem
  8.         Prompt  "Adapter I/O Location"
  9.  
  10.           Choice "Base 1300"
  11.             pos[1]=XXXX0010b
  12.             io 1300h-13ffh
  13.  
  14.           Choice "Base 2300"
  15.             pos[1]=XXXX0100b
  16.             io 2300h-23ffh
  17.  
  18.           Choice "Base 3300"
  19.             pos[1]=XXXX0110b
  20.             io 3300h-33ffh
  21.  
  22.           Choice "Base 4300"
  23.             pos[1]=XXXX1000b
  24.             io 4300h-43ffh
  25.  
  26.           Choice "Base 5300"
  27.             pos[1]=XXXX1010b
  28.             io 5300h-53ffh
  29.  
  30.           Choice "Base 6300"
  31.             pos[1]=XXXX1100b
  32.             io 6300h-63ffh
  33.  
  34.           Choice "Base 7300"
  35.             pos[1]=XXXX1110b
  36.             io 7300h-73ffh
  37.  
  38.         Help
  39.         "To configure this adapter you must choose the IO location the
  40.          adapter will use for the NIC and the IO REGisters.
  41.          Under normal circumstances, select <Base 1300>."
  42.  
  43.  
  44. nameditem
  45.         Prompt  "Adapter Memory Location"
  46.           Choice "Segment C0000-CFFFF"
  47.             pos[1]=0000XXXXb
  48.             mem 0c0000h-0cffffh
  49.  
  50.           Choice "Segment D0000-DFFFF"
  51.             pos[1]=0100XXXXb
  52.             mem 0d0000h-0dffffh
  53.  
  54.         Help
  55.         "This selects the location for the ring buffer memory (64K) on
  56.          the network adapter card. Choose one of these locations to map
  57.          this buffer into the system memory map."
  58.  
  59. nameditem
  60.     Prompt  "Adapter Interrupt Level"
  61.       Choice "Interrupt 3"
  62.         pos[2]=00000000b
  63.         int 3
  64.  
  65.       Choice "Interrupt 7"
  66.         pos[2]=00000001b
  67.         int 7
  68.  
  69.       Choice "Interrupt 9"
  70.         pos[2]=00000010b
  71.         int 9
  72.  
  73.       Choice "Interrupt 12"
  74.         pos[2]=00000011b
  75.         int 12
  76.  
  77.      Help
  78.     "This selects the appropriate interrupt level for the network
  79.          adapter card. Choose one of these interrupt levels which
  80.          complies with your system's current configuration."
  81.