home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / dos / PRO4AT / PRO4ATD.ZIP / README.TXT < prev   
Encoding:
Text File  |  1992-12-22  |  2.5 KB  |  98 lines

  1.                 PROTOCOL.INI for the Proteon ProNET4 p1346/7
  2.  
  3.  
  4. The p1346/47 is a Token Ring ISA 16-bit Bus Master adapter. The difference
  5. between p1346 and p1347 is p1346 does not have on board expand memory.
  6.  
  7. This readme explains the valid settings for parameters in the PROTOCOL.INI
  8. file for the p1346/47 NDIS drivers.
  9.  
  10. PROTOCOL.INI PARAMETERS
  11. -----------------------
  12.  
  13. drivername
  14.     units:[n/a]
  15.     range:[n/a]
  16.         default:[PRO4AT$] 
  17.     requirement: a must
  18.  
  19. DRIVERNAME     Identifies the network device driver. 
  20.  
  21. netaddress
  22.     units:[hex]
  23.     range:[12 hex digits]
  24.     default:[n/a]
  25.     requirement: optional
  26.  
  27. NETADDRESS     Overrides the network burned-in-address of the adapter.  This
  28.                entry should only be used if there are duplicate addresses on
  29.                the network. The network address value is a hexadecimal string
  30.                of 12 digits enclosed in double  quotes. An example of a
  31.                network address is:
  32.  
  33.                 NETADDRESS="400001261835"
  34.  
  35.  
  36. maxtransmits
  37.         units:[integer]
  38.     range:[3-50]
  39.     default:[40]
  40.     requirement: optional
  41.  
  42. MAXTRANSMITS   Specifies the maximum number of buffers that can be queued for
  43.                transmission at one time. Used to fine tune driver performance
  44.                or compatibility.
  45.  
  46.  
  47. intlevel 
  48.         units:[integer]
  49.     range:[3,4,5,6,7,9,10,11,12]
  50.     default:[5]
  51.     requirement: a must
  52.  
  53. INTLEVEL       Specifies the hardware interrupt level on the p1346/47.
  54.                
  55.  
  56. iobase
  57.         units:[hex integer]
  58.     range:[0xA20 - 0xFE20]
  59.     default:[0xA20]
  60.     requirement: a must
  61.  
  62. IOBASE         Specifies the p1346/47 adapter I/O base address.  Examples of
  63.                valid I/O base address: 0xA20, 0x1A20,0x2A20,0x3A20.
  64.  
  65.  
  66. dmachannel
  67.         units:[integer]
  68.     range:[5,6,7]
  69.     default:[5]
  70.     requirement: a must
  71.  
  72. DMACHANNEL     Configures hardware DMA channel on the p1346/47.  Valid inputs
  73.                are: 5,6,7.
  74.  
  75.  
  76. media
  77.         units:[n/a]
  78.     range:[STP, UTP]
  79.     default:[STP]
  80.     requirement: a must
  81.  
  82. MEDIA          Configures the hardware for either STP or UTP cable type.
  83.  
  84.  
  85.  
  86. expandram
  87.         units:[string]
  88.     range:[1-3]
  89.     default:[Yes]
  90.     requirement: a must, if use p1346 board.
  91.  
  92. EXPANDRAM      indicate if on board expand ram exist or not.
  93.                example: if use p1346, specify EXPANDRAM  =  No 
  94.                         in protocol.ini.
  95.                         if use p1347, no need to use this key 
  96.                         in protocol.ini.
  97.                 
  98.