home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / Trendware / 100pcie.exe / HELP / NWCLIENT.DOS < prev    next >
Text File  |  1998-06-24  |  4KB  |  88 lines

  1.    ┌────────────────────────────────────────────────────────────────────────┐
  2.    │                Installation for NetWare DOS ODI Driver                 │
  3.    └────────────────────────────────────────────────────────────────────────┘
  4.  
  5.    A. Installing Software:
  6.  
  7.       1. Copy the driver to the NetWare Client directory. For example:
  8.              copy A:\NWCLIENT\DOS\840-OD.COM C:\NWCLIENT
  9.  
  10.       2. Edit the NET.CFG file if necessary to select protocol and
  11.          media type options.
  12.  
  13.       3. To connect to a server, use the following loading sequence:
  14.  
  15.              LSL
  16.              840-OD
  17.              IPXODI
  18.              NETX or VLM
  19.  
  20.    B.  Parameters
  21.  
  22.        The following parameters can be used in order to control part of
  23.        the driver's operation.
  24.  
  25.        These parameters are added to the driver's entry in NET.CFG
  26.  
  27.        For NetWare standard parameters, please refer to NetWare user's
  28.        manual.
  29.  
  30.            Port <Hexdecimal Value>
  31.                The parameter 'port' is used to select some specified 840 card.
  32.                This parameter is necessary when your system is equipped with
  33.                mutiple W89C840 cards.  For each driver, you must assign a
  34.                unique port address.
  35.  
  36.            Busrt <Value>
  37.                The parameter 'burst' is used to set burst length.
  38.                The default value of burst length is 6.
  39.                Burst Length defines the maximum number of long words that can
  40.                be transferred within one PCI burst transaction. The reasonable
  41.                values are 1(1 longword), 2(2 longwords), 3(4 longwords),
  42.                4(8 longwords), 5(16 longwords) and 6(32 longwords).
  43.  
  44.            CacheAlign <Value>
  45.                The parameter 'cachealign' is used to set cache alignment.
  46.                The default value of cache alignment is 3.
  47.                Cache Alignment defines the address boundary for data burst.
  48.                The reasonable values are 1(8 longword alignment),
  49.                2(16 longword alignment) and 3(32 longword alignment).
  50.  
  51.            TxThreshold <Hexdecimal Value>
  52.                The parameter 'txthreshold' is used to set transmit threshold.
  53.                The default value of transmit threshold is 0.
  54.                This value decides the transmit threshold level of the transmit
  55.                FIFO. Transmission will start immediately after the transmit
  56.                FIFO has reached the threshold level or full pkt has been
  57.                transferred to the transmit FIFO if the frame length is less
  58.                than the transmit threshold level.
  59.                              TxThreshold         Transmit Threshold Level
  60.                                 00H                     full pkt
  61.                                 01H                     16 bytes
  62.                                 02H                     32 bytes
  63.                                 --                      --
  64.                                 7FH                     2032 bytes"
  65.  
  66.            LineSpeed <String>
  67.                The parameter 'LineSpeed' is used to set the line speed.
  68.                The default value of line speed is AutoDetect.
  69.                This adapter can be operationed in 10M or 100M Mbps. The
  70.                reasonable values are AutoDetect(auto detect line speed by the
  71.                driver), 10M or 100M
  72.  
  73.            FullDuplex <String>
  74.                The parameter 'FullDuplex' is used to set the full duplex
  75.                function.
  76.                The default value of full duplex function is AutoDetect.
  77.                This adapter can be in half or full duplex mode. In half duplex
  78.                mode, the W89C840 can only either transmit or receive. In full
  79.                duplex mode, the W89C840 can transmit and receive at the same
  80.                time. The reasonable values are AutoDetect(auto detect full
  81.                duplex function by the driver), Diable(disable full duplex
  82.                function) and Enable(enable full duplex function).
  83.  
  84.            Nway <String>
  85.                The parameter 'Nway' is used to disable or enable the
  86.                autonegotiation function. The default value of nway is ON.
  87.                The reasonable values are OFF and ON.
  88.