home *** CD-ROM | disk | FTP | other *** search
/ Doom Fever / Doom_Fever-1995_Maple_Media.iso / dmutil / oldipx.zip / 3C5X9PD.DOC < prev    next >
Text File  |  1993-06-21  |  2KB  |  37 lines

  1.  
  2. Notes on using the EtherLink III packet driver
  3. ----------------------------------------------
  4.  
  5.  The EtherLink III family of adapters are all software configured.
  6.  When the packet driver is loaded the only required command line
  7.  parameter is the software interrupt value `PKT_INT_NUM.'  The
  8.  software interrupt is used for communication between the driver and
  9.  the protocol and should not be confused with the adapter's hardware
  10.  interrupt.  As of version 1.09 of the Packet Driver Specification
  11.  valid software interrupt values are in the range 0x60 to 0x80.
  12.  
  13.  The SLOT and IOBASE parameters are intended to be used only when
  14.  there is more than one EtherLink III board in the machine.  This
  15.  parameter indicates to the packet driver which board to use.  For
  16.  boards in ISA mode, use the IOBASE parameter.  On Microchannel
  17.  boards, EISA boards, or ISA boards in EISA mode, use the SLOT
  18.  parameter. You should never use both IOBASE and SLOT on the same
  19.  command line.
  20.  
  21.  EXAMPLE:  You have two EtherLink III ISA adapters in your machine.  
  22.  One is installed at I/O Base 300 hex and the other at 320 hex.  To 
  23.  use the card located at 300 hex and load it at software interrupt 
  24.  60 hex for use in a Windows environment, use the command line:
  25.  
  26.         3C5X9PD -w 0x60 IOBASE=0x300
  27.  
  28.  For a complete usage summary, enter 3C5X9PD at the command line.
  29.  
  30.  
  31.  3Com technical support for packet drivers can be contacted at:
  32.  
  33.         Pkt_Support@3mail.3Com.com
  34.  
  35.      
  36.      %VER EtherLink III Packet Driver Doc v1.0c
  37.