home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / 3COM / 3c90x / Ver5.01 / 3c90xx2.exe / PKTDVR / PACKET.TXT < prev   
Text File  |  1999-01-29  |  3KB  |  86 lines

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