home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / Trendware / 100pcie.exe / NDIS2 / OS2 / W840ND.NIF next >
INI File  |  1998-06-26  |  4KB  |  109 lines

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