home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / 3COM / 3c90x / Ver2.1 / 3C90XX.exe / DISK1 / HELP / PACKET.TXT < prev    next >
Text File  |  1996-10-25  |  3KB  |  89 lines

  1.                         3Com (R) Corporation
  2.                    EtherDisk (R) Diskette for the
  3.        3C90X Fast EtherLink XL/EtherLink XL Bus Master NIC Family
  4.              Clarkson Packet Driver Installation Notes
  5.  
  6.  
  7. Fast EtherLink XL PCI Packet Driver
  8. -----------------------------------
  9. The Fast EtherLink XL PCI NIC is completely configured through software. 
  10. You can load the driver from the command line or in the AUTOEXEC.BAT file. 
  11. When the packet driver is loaded, the only required command line option is 
  12. the software interrupt value (/I).  The sofware interrupt is used to 
  13. communicate between the driver and the protocol and should not be confused 
  14. with the the NIC's hardware interrupt.
  15.  
  16. In version 1.10 of the Packet Driver Specification, valid software interrupt
  17. values are in the range 0x20 to 0x80.  In version 1.09, valid software 
  18. interrupts are in the range 0x60 to 0x80.
  19.                                                                   
  20.  Loading the Driver from the AUTOEXEC.BAT File 
  21.  ---------------------------------------------
  22.  To load the driver from the AUTOEXEC.BAT file, you must copy the driver 
  23.  from the PKTDRV directory on the EtherDisk 2 diskette to your hard drive.  
  24.  You must either place the driver in your path or use the full pathname in 
  25.  the AUTOEXEC.BAT file.  
  26.  
  27.  
  28.  Loading the Driver from the Command Line 
  29.  ----------------------------------------
  30.  To load the driver from the command line, use the following syntax:
  31.  
  32.  3C90XPD [switches] [options]
  33.  
  34.      Switches 
  35.      --------
  36.      The driver supports the following switches:
  37.  
  38.      -? = Show usage
  39.      -u = Uninstall driver
  40.      -n = Novell NetWare conversion
  41.      -d = Delay initialization (for diskless booting)
  42.      -t = Disable transmit Parallel Tasking (R) feature
  43.      -r = Disable receive Parallel Tasking feature
  44.      -m = Maximize PCI latency timer
  45.     
  46.      The -n switch is needed if the packet is in Ethernet encapsulated IPX 
  47.      format and it needs to be converted to 802.3 format. The default is 
  48.      802.3 format.
  49.  
  50.      The -t switch disables the NIC's early transmit feature.  The default 
  51.      is enabled.
  52.      
  53.      The -r switch disables the NIC's early receive indications feature.  
  54.      The default is enabled.
  55.  
  56.      Options
  57.      -------
  58.      The driver supports the following options:
  59.  
  60.      /I = software interrupt (20h -FFh); default = 70h
  61.      /S = slot number (0 - 31 for PCI)
  62.      /K = bus number (0 - 7 for PCI)
  63.  
  64.      You must specify the bus type if the bus number and the slot number 
  65.      are used. The bus number is used specifically for PCI.
  66.  
  67.      Example
  68.      -------
  69.      The following example shows a typical command line.  If you want to 
  70.      load the driver at software interrupt 60h with receive Parallel Tasking
  71.      feature disabled, a PCI bus type, slot number = 1, and PCI bus 
  72.      number = 0, the command line should look like this:
  73.  
  74.      3C90XPD  -r  /S=1  /K=0  /I=60
  75.  
  76.      For a complete summary of usage guidelines, type at the command line:
  77.  
  78.      pd  -?
  79.  
  80.      Technical Support 
  81.  
  82.      To obtain 3Com technical support for packet drivers, send e-mail to:
  83.  
  84.      Pkt_Support@3mail.3Com.com
  85.                                                                   
  86.             (%VER PACKET.TXT - Packet Driver Text File v1.0c)
  87.  
  88.  
  89.