home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / Trendware / 100pcie.exe / LANTASTI.60 / W840ND.NIF < prev   
Text File  |  1998-05-18  |  4KB  |  111 lines

  1. ;
  2. ; Extended DOS NIF file for installation under Lan Server 3.0 and
  3. ; Lan Manager 2.2 DOS Clients
  4. ;
  5.  
  6. [W840ND]
  7.    Type         = NDIS
  8.    Title        = Winbond W89C840 10/100 PCI Ethernet Adapter
  9.    Version      = 1.10
  10.    Drivername   = W840ND$
  11.    Xports       = NETBEUI LANDD
  12.  
  13. [FILE]
  14.    Name         = W840ND.DOS
  15.  
  16. [SELECTEDID]
  17.    tag          = SelectedID
  18.    display      = "ID of Selected Adapter"
  19.    type         = String
  20.    Strlength    = 14
  21.    optional     = YES
  22.    editable     = YES
  23.    help         = "This parameter is necessary when your system is equipped
  24.                    with multiple W89C840 cards.  For each driver, you must
  25.                    assign a unique physical address.  The value of this
  26.                    parameter is a hexadecimal string of 12 digits quoted by a
  27.                    pair of single quotation marks (').
  28.                    For example, '000102030405'."
  29.  
  30. [CACHEALIGN]
  31.    tag          = CacheAlign
  32.    display      = "Cache Alignment"
  33.    type         = Decimal
  34.    default      = 3
  35.    set          = 1, 2, 3
  36.    optional     = YES
  37.    editable     = YES
  38.    help         = "Cache Alignmane defines the address boundary for data burst.
  39.                    The reasonable values are 1(8 longword alignmet),
  40.                    2(16 longword alignment) and 3(32 longword alignment)."
  41.  
  42. [BURST]
  43.    tag          = Burst
  44.    display      = "Burst Length"
  45.    type         = Decimal
  46.    default      = 32
  47.    set          = 0, 1, 2, 4, 8, 16, 32
  48.    optional     = YES
  49.    editable     = YES
  50.    help         = "Burst Length defines the maximum number of long words that
  51.                    can be transferred within one PCI burst transaction."
  52.  
  53. [TXTHRESHOLD]
  54.    tag          = TxThreshold
  55.    display      = "Transmit Threshold"
  56.    type         = Hexadecimal
  57.    default      = 0
  58.    set          = 0 - 7F
  59.    optional     = YES
  60.    editable     = YES
  61.    help         = "This value decides the transmit threshold level of the
  62.                    transmit FIFO. Transmission will starts immediately after
  63.                    the transmit FIFO has reached the threshold level or full
  64.                    pkt has been transferred to the transmit FIFO if the frame
  65.                    length is less than the transmit threshold level.
  66.                      TxThreshold      Transmit Threshold Level
  67.                          00H              full pkt
  68.                          01H              16 bytes
  69.                          02H              32 bytes
  70.                          --                  --
  71.                          7FH              2032 bytes"
  72.  
  73. [LINESPEED]
  74.    tag          = LineSpeed
  75.    display      = "Line Speed"
  76.    type         = Decimal
  77.    default      = 0
  78.    set          = 0, 10, 100
  79.    optional     = YES
  80.    editable     = YES
  81.    help         = "This adapter can be operated in 10 or 100 Mbps. The
  82.                    reasonable values are 0(auto detect line speed by s/w),
  83.                    10(10M) and 100(100M)."
  84.  
  85. [FULLDUPLEX]
  86.    tag          = FullDuplex
  87.    display      = "Full Duplex Function"
  88.    type         = String
  89.    strlength    = 7
  90.    default      = AUTO
  91.    set          = AUTO, DISABLE, ENABLE
  92.    optional     = YES
  93.    editable     = YES
  94.    help         = "This adapter can be in full or half duplex mode. The
  95.                    reasonable values are AUTO(auto detect full duplex
  96.                    function), DISABLE(disable full duplex), and ENABLE(enable
  97.                    full duplex)."
  98.  
  99. [NWAY]
  100.    tag          = Nway
  101.    display      = "Nway Function"
  102.    type         = String
  103.    strlength    = 3
  104.    default      = ON
  105.    set          = OFF, ON
  106.    optional     = YES
  107.    editable     = YES
  108.    help         = "The parameter is used to disable or enable the
  109.                    autonegotiation function. The default value of nway is
  110.                    on. The reasonable values are OFF and ON."
  111.