home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / Trendware / 100pcie.exe / HELP / NWSERVER.TXT < prev    next >
Text File  |  1998-09-11  |  4KB  |  101 lines

  1.    ┌────────────────────────────────────────────────────────────────────────┐
  2.    │                  Installation for NetWare Server ODI                   │
  3.    └────────────────────────────────────────────────────────────────────────┘
  4.  
  5.  
  6.    A. NetWare v3.1x installation: 
  7.          
  8.       1. Copy W840OD.LAN and associated files, MSM31X.NLM, ETHERTSM.NLM,
  9.          NBI31X.NLM to SYS:SYSTEM directory on the NetWare Server.
  10.  
  11.       2. Add to your AUTOEXEC.NCF the line required to load the
  12.          W840OD.LAN and bind protocol stack to it.
  13.  
  14.  
  15.    B. NetWare v4.x installation:
  16.  
  17.       1. On the server's prompt type: LOAD INSTALL
  18.  
  19.       2. When the install program comes up, choose the menu item that
  20.          refers to NETWORK DRIVERS.
  21.          Note that this menu item is on different place on different
  22.          NetWare versions (i.e. v4.0x vs. 4.1x).
  23.  
  24.       3. Insert this driver diskette into drive A:, and specify the path
  25.          A:\NWSERVER\4X.
  26.  
  27.       4. Install the network driver W840OD.LAN according to the NetWare
  28.          manual, or use the on-line instructions and help.
  29.  
  30.  
  31.    C.  Parameters
  32.  
  33.        The following parameters belong on the server's command line, or in
  34.        the load line inside the AUTOEXEC.NCF. The general way of using these
  35.        parameters is:
  36.  
  37.             LOAD <driver name> <PARAMETER NAME>... <PARAMETER NAME[=VALUE]>
  38.  
  39.        Example:
  40.  
  41.             LOAD <driver name> SLOT=2 FRAME=Ethernet_802.2
  42.  
  43.  
  44.        Slot=<Value>
  45.            Select a specific 840 card
  46.  
  47.  
  48.        BusrtLen=<Value>
  49.            The default value of Burst Length is 6.
  50.            Burst Length defines the maximum number of long words that can be
  51.            transferred within one PCI burst transaction. The reasonable values
  52.            are 1(1 longword), 2(2 longwords), 3(4 longwords), 4(8 longwords),
  53.            5(16 longwords) and 6(32 longwords).
  54.  
  55.  
  56.        CacheAlign=<Value>
  57.            The default value of Cache Alignment is 3.
  58.            Cache Alignment defines the address boundary for data burst. The
  59.            reasonable values are 1(8 longword alignment), 2(16 longword
  60.            alignment) and 3(32 longword alignment).
  61.  
  62.  
  63.        TxThreshold=<Hexdecimal Value>
  64.            The default value of Transmit Threshold is 10h(256 bytes).
  65.            This value decides the transmit threshold level of the transmit
  66.            FIFO. Transmission will start immediately after the transmit FIFO
  67.            has reached the threshold level or full pkt has been transferred
  68.            to the transmit FIFO if the frame length is less than the transmit
  69.            threshold level.
  70.                             TxThreshold         Transmit Threshold Level
  71.                                00H                     full pkt
  72.                                01H                     16 bytes
  73.                                02H                     32 bytes
  74.                                --                      --
  75.                                7FH                      2032 bytes"
  76.  
  77.        FullDuplex=<String>
  78.            The default value of FullDuplex Function is autodetect.
  79.            This adapter can be in half or full duplex mode. In half duplex
  80.            mode, the W89C840 can only either transmit or receive. In full
  81.            duplex mode, the W89C840 can transmit and receive at the same time.
  82.            The reasonable values are autodetect (auto detect full duplex
  83.            function by the driver), disable(disable full duplex), and
  84.            enable(enable full duplex).
  85.  
  86.        LineSpeed=<String>
  87.            The default value of Line Speed is autodetect.
  88.            This adapter can be operationed in 10M or 100M Mbps. The reasonable
  89.            values are autodetect(auto detect line speed by the driver),
  90.            10M(set the Line Speed is 10M) or 100M(set the Line Speed is 100M).
  91.  
  92.        RxEarly=<String>
  93.            The parameter 'RxEarly' is used to activate the receive early
  94.            interrupt or not. The default value of rxearly is enable. The
  95.            reasonable values are DISABLE and ENABLE.
  96.  
  97.        Nway=<String>
  98.            The parameter 'Nway' is used to disable or enable the
  99.            autonegotiation function. The default value of nway is ON. The
  100.            reasonable values are OFF and ON.
  101.