home *** CD-ROM | disk | FTP | other *** search
/ The Mother of All Windows Books / CD-MOM.iso / cd_mom / drivers / netcard / hplan2 / readme.txt < prev   
Text File  |  1992-03-09  |  3KB  |  106 lines

  1.  
  2. Below is an explanation of each PROTOCOL.INI parameter in the [HPLAN]
  3. section for the following HP LAN adapter cards:
  4.    
  5.    HP 27240A StarLAN 10 PC Link II
  6.    HP 27241A StarLAN 10 Micro Channel Link
  7.    HP 27247A EtherTwist PC LAN Adapter Card/16
  8.  
  9.  
  10. *   HP 27245A EtherTwist PC LAN Adapter Card/8  (Also HP 27267A 6-pack)
  11. *   HP 27246A EtherTwist Micro Channel Adapter Card/16
  12. *   HP 27250A ThinLAN Adapter Card/8
  13.    
  14. *   Use HPLANB NDIS drivers for these cards *
  15.    
  16.  
  17. The only parameter that must be specified is the "drivername".  Note
  18. that many of these parameters have default values.  A parameter need not be
  19. specified in your PROTOCOL.INI if its default value is satisfactory.
  20.  
  21. DRIVERNAME
  22.         units:[n/a]
  23.         range:[HPLAN$]
  24.         default:[HPLAN$]
  25.  
  26.    Identifies the network device driver.
  27.  
  28. INTERRUPT
  29.         units:[integer]
  30.         range:[2,3,4,5,7]
  31.         default:[7]
  32.  
  33.    Indicates the current interrupt level configuration of the interface
  34.    card.  For AT backplane only.  Not applicable for MCA backplane.
  35.  
  36. IOADDRESS
  37.         units:[n/a]
  38.         range:[0x200, 0x240, 0x280, 0x2C0, 0x300, 0x320, 0X340]
  39.         default:[0x300]
  40.  
  41.    Indicates the current I/O address switch block configuration of the
  42.    interface card.  For AT backplane only.  Not applicable for MCA
  43.    backplane.  The IOADDRESS parameters must match the switch setting on the
  44.    interface card.
  45.  
  46.  
  47. MAXHWTRANS
  48.         units:[integer]
  49.         range:[2-20]
  50.         default:[8]
  51.  
  52.    This parameter partitions the card memory into a transmit queue and a
  53.    receive ring buffer. The parameter value specifies the number of full-
  54.    sized transmit packets that can be simultaneously stored in the card
  55.    transmit queue. Each transmit packet consumes 1536 bytes. The remaining
  56.    card memory is used as a receive ring buffer.
  57.  
  58.    The following cards have 32 Kbytes (32K X 8) of memory:
  59.      HP 27245A EtherTwist PC Adapter Card/8
  60.      HP 27240A StarLAN 10 PC Link II
  61.      HP 27250A ThinLAN Adapter Card
  62.  
  63.    The following cards have 64 Kbytes (32K X 16) of memory:
  64.      HP 27247A EtherTwist PC Adapter Card/16
  65.      HP 27246A EthetTwist Micro Channel Adapter Card/16
  66.      HP 27241A StarLAN 10 Micro Channel Link
  67.  
  68.    For example, if a 27245A card were configured with MaxHWTrans = 10, 15360
  69.    bytes would be allocated to the transmit queue and 17408 (32768 - 15360)
  70.    would be allocated for the receive ring buffer.
  71.  
  72. MAXMULTICAST
  73.         units:[integer]
  74.         range:[1-200]
  75.         default:[5]
  76.  
  77.    This parameter specifies the maximum number of multicast addresses that
  78.    can be simultaneously stored by the driver. Each address consumes 16
  79.    bytes of computer memory.
  80.  
  81. MAXSWTRANS
  82.         units:[integer]
  83.         range:[1-20]
  84.         default:2
  85.  
  86.    Occasionally the HPLAN driver will put a transmit packet in a software
  87.    queue before sending it to the card transmit queue. This parameter
  88.    specifies the number of packets that can simultaneously be stored in the
  89.    software queue. Each such packet buffer consumes 144 bytes of computer
  90.    memory.
  91.  
  92.  
  93. Default Setting in PROTOCOL.INI
  94.  
  95. [HPLAN]
  96.         DRIVERNAME = HPLAN$
  97.         INTERRUPT = 3
  98.         IOADDRESS = 0x300
  99.         MAXHWTRANS = 8
  100.         MAXMULTICAST = 5
  101.         MAXSWTRANS = 2
  102.  
  103.  
  104.  
  105. LAN Manager is a trademark of Microsoft Corporation.
  106.