home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 October / VPR9810B.BIN / DRIVER / asus / L101V109 / INFO / NETWARE / NWPARAM.TXT < prev   
Text File  |  1997-06-25  |  4KB  |  133 lines

  1.    9 Server: NetWare Server Parameters
  2.                                                                     v1.00
  3.  
  4. NetWare* Server Driver LOAD line parameters or Intel's 
  5. EtherExpress(TM) PRO/100+ adapter
  6. ======================================================
  7.   
  8.    FORCEDUPLEX:
  9.  
  10.       Duplex modes:
  11.  
  12.       Auto-negotiate:  The adapter negotiates with the hub how to
  13.       send/receive packets, either full or half duplex.  If unsuccessful
  14.       at negotiating the duplex, the adapter defaults to half duplex. You
  15.       must have an auto-negotiating hub (an Nway* switch) to get full
  16.       duplex support with the FORCEDUPLEX parameter set to 0 (auto-
  17.       negotiation).
  18.  
  19.       Full duplex:  The adapter sends and receives packets at the same
  20.       time. This improves the performance of your adapter. Set duplex
  21.       mode to full duplex ONLY if you have a switch that supports full
  22.       duplex.
  23.  
  24.       Half duplex:  The adapter performs one operation at a time. It
  25.       either sends or receives.
  26.       
  27.       Note: The PRO/100B T4 adapter does not support full duplex at 100
  28.             Mbps, nor does the T4 adapter support Auto-Negotiation, or
  29.             Nway.  The PRO/100+ TX adapter does not have any of these
  30.             limitations.
  31.  
  32.       Syntax: FORCEDUPLEX=n
  33.  
  34.       Where n=0 auto-negotiate (PRO/100+ TX adapter only)
  35.       
  36.               1 half duplex
  37.               2 full duplex
  38.       
  39.       Note: If the adapter is set to half or full duplex, set the SPEED
  40.             parameter to either 10 or 100. (see SPEED below)
  41.  
  42.          Default:   auto-negotiation    (PRO/100+ TX adapter)
  43.                     half duplex         (PRO/100B T4 adapter)
  44.  
  45.       Examples:
  46.  
  47.       PRO/100+ TX (100 Mbps full duplex):
  48.                   FORCEDUPLEX=2 SPEED=100
  49.  
  50.       PRO/100+ TX (10 Mbps full duplex):
  51.                   FORCEDUPLEX=2 SPEED=10
  52.  
  53.       PRO/100B T4 (100 Mbps full duplex): Not Supported
  54.  
  55.       PRO/100B T4 (10 Mbps full duplex):
  56.                   FORCEDUPLEX=2 SPEED=10
  57.  
  58.    SLOT (required):
  59.  
  60.       For PCI adapters, SLOT is derived from bus number and device
  61.       location as defined by the PCI specification. One way to determine
  62.       the slot number is to load the driver from the command line. You'll
  63.       be prompted with valid device number(s) for the adapter(s). Select
  64.       one of them.
  65.  
  66.       Syntax:  SLOT=n     (n = 1,2,3,4,...)
  67.  
  68.    SPEED:
  69.  
  70.       Specifies the speed the driver uses. If you don't use this
  71.       parameter, the driver automatically detects the network speed. If
  72.       unable to autosense, the driver defaults to 10 Mbps.
  73.       
  74.       NOTE: You must set the SPEED parameter to either 10 or 100 if
  75.             you're setting the FORCEDUPLEX parameter to either half or
  76.             full.
  77.  
  78.          If you use this parameter, the driver operates at the specified
  79.          speed instead of auto-detecting network speed.
  80.  
  81.          Syntax:  SPEED=n  (n = 10 or 100)
  82.  
  83.          Default: The adapter automatically senses speed.
  84.  
  85.    NODE:
  86.  
  87.       Specifies a local administered address (LAA) unique to each
  88.       adapter.  Use this option to provide your own unique node address
  89.       for the adapter.  The node address is a 12-digit hexadecimal
  90.       number; the second digit must be one of the following digits: 2, 6,
  91.       A, E.
  92.  
  93.       Syntax: NODE=xnxxxxxxxxxx
  94.  
  95.       n = 2, 6, A, E
  96.       x = hexadecimal number
  97.  
  98.       Default: The adapter's assigned address
  99.    
  100.  
  101.    FRAME:
  102.  
  103.       Indicates one of four valid frame types the system is transmitting
  104.       and receiving.
  105.  
  106.          Syntax:  FRAME=n
  107.  
  108.          n = Ethernet_802.2
  109.              Ethernet_802.3
  110.              Ethernet_II
  111.              Ethernet_SNAP
  112.  
  113.          Default: Ethernet_802.2
  114.  
  115.    TXTHRESHOLD:
  116.  
  117.       Represents the threshold for transmits from extender SRAM FIFO
  118.       (output buffer).
  119.  
  120.          Syntax: TXTHRESHOLD=n (n = number of 8 bytes)
  121.  
  122.          For example, 16 represents 16x8 (or 128 bytes). In this case,
  123.          the LAN controller transmits after copying 128 bytes from the
  124.          host memory.
  125.  
  126.          Default: dynamically set
  127.  
  128.          The maximum number that you can specify is 200 (200x8=1600
  129.          bytes) which ensures there will not be any underruns.
  130.  
  131.  
  132.  
  133.