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

  1.  
  2.    840-PD.COM [Options]
  3.  
  4.    A. The 840-PD.COM is a packet driver on DOS:
  5.       To run the 840-PD.COM directly on the DOS prompt -
  6.  
  7.       [driver:\path\]840-PD.COM<enter>
  8.  
  9.    B. Functional Description:
  10.  
  11.       1. Supported functions for FTP 1.09 spec. are
  12.          driver_info(), access_type(), release_type(), send_pkt(), terminate(),
  13.          get_address(), reset_interface(), get_parameters(), set_rcv_mode(),
  14.          get_rcv_mode(), set_multicast_list(), get_multicast_list(),
  15.          get_statistics(), and set_address().
  16.  
  17.       2. Packet Driver command options :
  18.  
  19.          1) 840-pd [packet_int_no[id=xx_xx_xx_xx_xx_xx][full/half][ls=10/100]
  20.                    [bl=0/1/2/4/8/16/32][ca=8/16/32][tt=0/0x01--0x7f]]
  21.  
  22.             packet_int_no
  23.                 packet_int_no is the software interrupt number,and in the
  24.                 range 0x60 through 0x80 (including 0x60 and 0x80).The
  25.                 default value is 0x60 (0x60 means 60h).
  26.  
  27.             id=<Hexdecimal String>
  28.                 Physical Address, Select a specific 840 card if there are
  29.                 multiple 840 adapters.
  30.  
  31.             full/half
  32.                 The parameter 'full' and 'half' is used to set the full
  33.                 duplex function of the 840 adapter.
  34.                 This adapter can be in half or full duplex mode. So 'full'
  35.                 and 'halt' do not co-exist. In half duplex mode, the W89C840
  36.                 can only either transmit or receive. In full duplex mode, the
  37.                 W89C840 can transmit and receive at the same time.
  38.                 If user does not set 'full' or 'halt' in the command line,
  39.                 this driver will auto detect the full duplex function.
  40.  
  41.             ls=<Value>
  42.                 The parameter 'ls' is used to set the line speed.
  43.                 This adapter can be operationed in 10M or 100M Mbps. The
  44.                 reasonable values is 10(set as 10M) or 100(set as 100M).
  45.                 If user does not set this parameter, this driver will
  46.                 auto detect the line speed.
  47.  
  48.             bl=<Value>
  49.                 The parameter 'bl' is used to set burst length.
  50.                 The default value of the burst length is 6.
  51.                 Burst Length defines the maximum number of long words that
  52.                 can be transferred within one PCI burst transaction. The
  53.                 reasonable values are are 1(1 longword), 2(2 longwords),
  54.                 3(4 longwords), 4(8 longwords), 5(16 longwords) and
  55.                 6(32 longwords).
  56.  
  57.             ca=<Value>
  58.                 The parameter 'ca' is used to set cache alignment.
  59.                 The default value of cache alignment is 3.
  60.                 Cache Alignment defines the address boundary for data burst.
  61.                 The reasonable values are 1(8 longword alignment),
  62.                 2(16 longword alignment) and 3(32 longword alignment)."
  63.  
  64.             tt=<Hexdecimal Value>
  65.                 The parameter 'tt' is used to set transmit threshold.
  66.                 The default value of transmit threshold is 0.
  67.                 This value decides the transmit threshold level of the
  68.                 transmit FIFO. Transmission will start immediately after the
  69.                 transmit FIFL has reached the threshold level or full pkt has
  70.                 been transferred to the transmit FIFO if the frame length is
  71.                 less than the transmit threshold level.
  72.                     TxThreshold         Transmit Threshold Level
  73.                        00H                     full pkt
  74.                        01H                     16 bytes
  75.                        02H                     32 bytes
  76.                        --                      --
  77.                        7FH                      2032 bytes"
  78.  
  79.             nway=<String>
  80.                 The parameter 'nway' is used to disable or enable the
  81.                 autonegotiation function. The default value of nway is on.
  82.                 The reasonable values are OFF and ON.
  83.  
  84.          2) 840-pd -U/-u packet_int_no
  85.  
  86.             Specify option 'U' or 'u' to unload the packet driver using the
  87.             specific packet_int_no.
  88.  
  89.          3) 840-pd ?
  90.  
  91.             Display packet driver command options.
  92.  
  93.