home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / Wtestowe / OnNet16 / README.PD < prev    next >
Text File  |  1994-07-07  |  25KB  |  659 lines

  1.               Configuring Packet Drivers
  2.  
  3.  
  4. This file lists the three types of packet drivers provided in this release
  5. of PC/TCP software.
  6.  
  7.   1. Crynwr packet drivers supported by FTP Software, Inc.
  8.  
  9.   2. Serial line packet drivers developed and supported by FTP Software, Inc.
  10.  
  11.   3. Packet drivers provided as a courtesy by network card vendors. 
  12.      These packet drivers are not supported by FTP Software, Inc.
  13.  
  14. ______________________________________________________________________________
  15.  
  16. 1. Crynwr Packet Drivers
  17. ______________________________________________________________________________
  18.  
  19. The following chart lists the Crynwr packet drivers that you can use
  20. with the PC-210 kernels and that are supported by FTP Software, Inc.
  21.  
  22. The left-hand column lists the network interface cards and the
  23. appropriate packet driver for each. 
  24.  
  25. The right-hand column explains the command line that loads the packet
  26. driver and lists the required settings and defaults.  You can add
  27. this line to your autoexec.bat file or type it at the DOS prompt.
  28.  
  29. FTP Software, Inc. recommends that you load the packet driver at
  30. software interrupt vector (int_vec) 0x60.
  31.  
  32. NOTE:  Some of the boards in this chart use DOS upper memory. If a
  33.        board does use upper memory, it is clearly marked in the text 
  34.        and you should refer back to this note. If a board uses upper
  35.        memory, its packet driver may conflict with your memory manager. 
  36.        Your memory manager must exclude the RAM area that the packet 
  37.        driver is using. For more information, refer to the memory manager
  38.        and network card documentation or to the chapter "Running PC/TCP 
  39.        with Memory Managers" in the User's Guide.
  40.  
  41.  
  42. Available Options
  43.  
  44. You can use any of the following options in the packet driver command line:
  45.           
  46.         -d  Most drivers can also be used in a PROM boot environment.
  47.             See PROMBOOT.NOT in the \CRYNWR.DOC directory on Unsupported
  48.             Disk A for instructions about using the -d and -n options 
  49.             for that purpose.  Use this option to delay the adapter's 
  50.             initialization until the first time the packet driver is accessed.
  51.           
  52.         -i  Use this option with client software that expects to find
  53.             an IEEE 802.3 packet driver.  Many Crynwr Ethernet packet
  54.             drivers implement both IEEE 802.3 (class 11) and Ethernet II, 
  55.             or Bluebook, (class 1) framing.  The packet driver specification
  56.             only allows a driver to report one class. The default is to
  57.             report Ethernet II.  Using -i changes the reported class to
  58.             IEEE 802.3.
  59.  
  60.         -n  Use this option if you want the Crynwr packet drivers to
  61.             convert Ethernet II frames into Novell's version of the 
  62.             IEEE 802.3 frame type (and back).  NetWare can use two different 
  63.             framing types on Ethernet, IEEE 802.3 and Ethernet II.  The BYU 
  64.             packet driver shell requires Ethernet II. 
  65.           
  66.         -p  Use this option to disable promiscuous mode.  You can achieve a
  67.             small level of security by disabling promiscuous mode; however,
  68.             do not mistake this for real security.
  69.           
  70.         -u  Use this option to unload the packet driver.
  71.  
  72.         -w  Use this option if you are using Windows applications that 
  73.             access the packet driver directly.  Generally, this option is
  74.             not necessary. 
  75.  
  76. ______________________________________________________________________
  77.  
  78.                  SUPPORTED CRYNWR PACKET DRIVER CHART
  79. ______________________________________________________________________
  80.  
  81. 3COM 3C501    Load the packet driver with a line in this form:
  82. 3c501.com     
  83.               drive:\path\3c501 [options] int_vec hard_int io_addr 
  84.                 
  85.               The required settings:
  86.           
  87.               int_vec is the software interrupt. 
  88.               hard_int is the hardware interrupt number; default = 3 
  89.               io_addr is the I/O address; default = 0x300 
  90.                 
  91.               Example: c:\pctcp\3C501 0x60 3 0x300
  92. _______________________________________________________________________
  93.  
  94. 3COM 3C503    Load the packet driver with a line in this form:
  95. 3c503.com     
  96.               drive:\path\3c503 [options] int_vec hard_int io_addr cable_type
  97.               
  98.               The required settings:
  99.  
  100.               int_vec is the software interrupt.
  101.               hard_int is the hardware interrupt; range is 2 to 5; default = 2
  102.               io_addr is the I/O address; default = 0x300
  103.               cable_type can be thick = 0, thin = 1, automatic = 65535; 
  104.                     default cable_type = 65535
  105.  
  106.               Example:  c:\pctcp\3C503 0x60 2 0x300 1
  107.  
  108.               The 3c503 can use shared memory, but the driver automatically
  109.               determines that parameter from the hardware.
  110.         
  111.               Note: This board uses DOS upper memory.
  112. _______________________________________________________________________
  113.  
  114. 3COM 3c505    Load the packet driver with a line in this form:
  115. 3c505.com     
  116.               drive:\path\3c505 [options] int_vec hard_int io_addr
  117.         
  118.               The required settings: 
  119.               
  120.               int_vec is the software interrupt.
  121.               hard_int is the hardware interrupt; default = 2
  122.               io_addr is the I/O address; default = 0x300
  123.  
  124.               Example:  c:\pctcp\3C505 0x60 2 0x300
  125.  
  126.               Note: This board uses DOS upper memory.
  127. _______________________________________________________________________
  128.  
  129. 3COM 3c507    Load the packet driver with a line in this form:
  130. 3c507.com     
  131.               drive:\path\3c507 [options] int_vec io_addr
  132.  
  133.               The required settings: 
  134.  
  135.               int_vec is the software interrupt.
  136.               io_addr is the I/O address.
  137.  
  138.               Example:  c:\pctcp\3C507 0x60 0x300 
  139.               
  140.               The 3c507 determines its parameters by reading the
  141.               board.  The only time you need to specify the parameters
  142.               is when you have multiple 3c507s in the same machine.
  143.                         
  144.               Note: This board uses DOS upper memory.
  145. ________________________________________________________________________
  146.  
  147. 3Com 3c509    Load the packet driver with a line in this form:
  148. 3c509.com     
  149.               drive:\path\3c509 [options] int_vec [id_port|io_port|board_num]
  150.               
  151.               The required setting: 
  152.               
  153.               int_vec, the software interrupt.
  154.               
  155.               Optionally, the 3c509 driver can use one of three additional 
  156.               parameters:  the id port, the I/O port, or the board number.
  157.  
  158.                  If the number is between 0 and 0xff, it is the board number.
  159.                  If the number is between 0x100 and 0x1ff, it is an ID port. 
  160.                  Otherwise, it is an I/O port number.
  161.  
  162.               Example:  c:\pctcp\3C509 0xff
  163.  
  164.               The 3c509 determines its parameters by reading the board.  
  165.               The only time you need to specify the parameters is when you 
  166.               have multiple 3c509 cards in the same machine or if you
  167.               have an I/O conflict with the default id_port (0x110).
  168. _______________________________________________________________________
  169.  
  170. 3COM 3c523    Load the packet driver with a line in this form:
  171. 3c523.com     
  172.               drive:\path\3c523 [options] int_vec hard_int io_addr base_addr
  173.  
  174.               The required settings: 
  175.  
  176.               int_vec is the software interrupt.
  177.               hard_int is the hardware interrupt; default = 3
  178.               io_addr is the I/O address; default = 0x300
  179.               base_addr is the memory base address; default = 0xD000
  180.  
  181.               Example:  c:\pctcp\3C523 0x60 3 0x360 0xd000
  182.  
  183.               You can run the 3c523 packet driver by specifying only a
  184.               software interrupt. The driver can read the rest of the 
  185.               parameters from the PS/2 configuration. 
  186.  
  187.               Note: This board uses DOS upper memory.
  188. _______________________________________________________________________
  189.  
  190. AT&T          Load the packet driver with a line in this form:
  191. at&t.com      
  192.               drive:\path\at&t [options] int_vec hard_int io_addr base_addr
  193.  
  194.               The required settings: 
  195.  
  196.               int_vec is the software interrupt.
  197.               hard_int is the hardware interrupt; default = 2
  198.               io_addr is the I/O address; default = 0x360
  199.               base_addr is the memory base address; default = 0xD000
  200.      
  201.               Example:  c:\pctcp\at&t 0x60 2 0x360 0xD000
  202.  
  203.               The AT&T packet driver supports the StarLAN 1, StarLAN 10 NAU,
  204.               EN100, and StarLAN Fiber NAU network boards.
  205.    
  206.               Note: This board uses DOS upper memory.
  207. _______________________________________________________________________
  208.          
  209. David Systems (DSI) 
  210.               Load the packet driver with a line in this form:
  211. davidsys.com  
  212.               drive:\path\davidsys [options] int_vec hard_int 
  213.                     io_addr delay_mult
  214.  
  215.               The required settings: 
  216.  
  217.               int_vec is the software interrupt.
  218.               hard_int is the hardware interrupt.
  219.               io_addr is the I/O address.
  220.               delay_mult is a system-dependent timing loop; default = 10
  221.  
  222.               Example:  c:\pctcp\davidsys 0x60 2 0x300 10
  223.  
  224.               The delay multiplier is a timing loop used for I/O to the card.
  225.               a reasonable value is calculated during initialization, but on 
  226.               some fast systems it may need to be somewhat larger.  The 
  227.               multiplier is divided by ten, then multiplied by the calculated 
  228.               delay.  The default multiplier is 10 (actually 1.0).
  229. _______________________________________________________________________     
  230.  
  231. D-Link DE-600 Load the packet driver with a line in this form:
  232. de600.com     
  233.               drive:\path\de600 [options] int_vec
  234.  
  235.               The only required setting: 
  236.               
  237.               int_vec, the software interrupt.
  238.  
  239.               Example:  c:\pctcp\de600 0x60
  240. _______________________________________________________________________     
  241.        
  242. DEC, DE100,  
  243. DE200, DEPCA  Load the packet driver with a line in this form:
  244. depca.com     
  245.               drive:\path\depca [options] int_vec hard_int io_addr mem_addr
  246.           
  247.               The required settings: 
  248.  
  249.               int_vec is the software interrupt.
  250.               hard_int is the hardware interrupt;default = 5
  251.               io_addr is the I/O address; default = 0x300
  252.               mem_addr is the memory base address; default = 0xD000   
  253.   
  254.               The packet driver will resolve the io_addr automatically 
  255.               if io_addr is set to '?'.
  256.  
  257.               Example:  c:\pctcp\depca 0x60 5 ? 0xd000
  258.  
  259.               Note: This board uses DOS upper memory.
  260. _______________________________________________________________________     
  261.  
  262. Intel EtherExpress  
  263.               Load the packet driver with a line in this form:  
  264. exp16.com     
  265.               drive:\path\exp16 [options] int_vec [io_addr]
  266.           
  267.               The only required setting: 
  268.  
  269.               int_vec, the software interrupt.
  270.  
  271.               Example:  c:\pctcp\exp16 0x60
  272.  
  273.               The io_addr is only needed if there is more than one 
  274.               EtherExpress card in your system.  Otherwise, the driver
  275.               will search for the adapter and get its parameters from it.
  276. _______________________________________________________________________
  277.  
  278. Novell NE1000 Load the packet driver with a line in this form:  
  279. ne1000.com    
  280.               drive:\path\ne1000 [options] int_vec hard_int io_addr
  281.  
  282.               The required settings:
  283.  
  284.               int_vec is the software interrupt.
  285.               hard_int is the hardware interrupt; default = 3
  286.               io_addr is the I/O address; default = 0x300
  287.  
  288.               Example:  c:\pctcp\ne1000 0x60 3 0x300
  289. _______________________________________________________________________
  290.  
  291. Novell NE2000 Load the packet driver with a line in this form:  
  292. ne2000.com    
  293.               drive:\path\ne2000 [options] int_vec hard_int io_addr
  294.  
  295.               The required settings:
  296.  
  297.               int_vec is the software interrupt. 
  298.               hard_int is the hardware interrupt; default = 2
  299.               io_addr is the I/O address; default = 0x300 
  300.  
  301.               Example:  c:\pctcp\ne2000 0x60 2 0x300
  302. _______________________________________________________________________
  303.  
  304. Racal-Datacom NI5210    
  305.               Load the packet driver with a line in this form:
  306. ni5210.com    
  307.               drive:\path\ni5210 [options] int_vec hard_int io_addr base_addr
  308.  
  309.               The required settings:
  310.  
  311.               int_vec is the software interrupt. 
  312.               hard_int is the hardware interrupt; default = 2
  313.               io_addr is the I/O address; default = 0x360
  314.               base_addr is the memory base address; default = 0xD000
  315.                       
  316.               Example:  c:\pctcp\ni5210 0x60 2 0x360 0xD000
  317.  
  318.               Note: This board uses DOS upper memory
  319. _______________________________________________________________________
  320.  
  321. Racal-Datacom NI6510
  322.               Load the packet driver with a line in this form:
  323. ni6510.com    
  324.               drive:\path\ni6510 [options] int_vec hard_int io_addr
  325.  
  326.               The required settings:
  327.  
  328.               int_vec is the software interrupt.
  329.               hard_int is the hardware interrupt; default = 2
  330.               io_addr is the I/O address; defaults to address found through
  331.                   an auto-sense routine.
  332.                 
  333.               These parameters do not need to be set unless the auto-sense 
  334.               routine fails, or otherwise disrupts operation of your PC.
  335.  
  336.               Example:  c:\pctcp\ni6510 0x60
  337. _______________________________________________________________________
  338.  
  339. Racal-Datacom NI9210
  340.               Load your packet driver with a line in this form:
  341. ni9210.com    
  342.               drive:\path\ni9210 [options] int_vec hard_int io_addr base_addr 
  343.  
  344.               The required settings:
  345.  
  346.               int_vec is the software interrupt. 
  347.               hard_int is the hardware interrupt; default = 2
  348.               io_addr is the I/O address; default = 0x360
  349.               base_addr is the memory base address; default = 0xD000
  350.  
  351.               Example:  c:\pctcp\ni9210 0x60 2 0x360 0xD000
  352.  
  353.               You can run the ni9210 packet driver by specifying only a
  354.               software interrupt.  The driver can read the rest of the
  355.               parameters from the PS/2 configuration.
  356.  
  357.               Note: This board uses DOS upper memory.
  358. _______________________________________________________________________
  359.  
  360. UBNICPC       Load the packet driver with a line in this form:
  361. ubnicpc.com   
  362.               drive:\path\ubnicpc [options] int_vec hard_int io_addr base_addr
  363.  
  364.               The required settings:
  365.  
  366.               int_vec is the software interrupt.
  367.               hard_int is the hardware interrupt; default = 2
  368.               io_addr is the I/O address; default = 0x360
  369.               base_addr is the memory base address; default = 0xD000
  370.  
  371.               Example:  c:\pctcp\ubnicpc 0x60 2 0x360 0xD000
  372.  
  373.               Note: This board uses DOS upper memory.
  374. _______________________________________________________________________
  375. UBNICPS2      Load the packet driver with a line in this form:
  376. ubnicps2.com  
  377.              drive:\path\ubnicps2 [options] int_vec hard_int io_addr base_addr
  378.  
  379.               The required settings:
  380.  
  381.               int_vec is the software interrupt.
  382.               hard_int is the hardware interrupt.
  383.               io_addr is the I/O address.
  384.               base_addr is the memory base address.
  385.  
  386.               Example:  c:\pctcp\drv\ubnicpcs2 0x60 2 0x360 0xD000
  387.         
  388.               The defaults are the contents of the POS registers, so
  389.               the only time you need to use the parameters is if you are
  390.               using two NIC-PS/2 boards in one machine.
  391.  
  392.               Note: This board uses DOS upper memory.
  393. _______________________________________________________________________
  394.  
  395. SMCWD (formerly Western Digital WD8003E)
  396.               Load the packet driver with a line in this form:
  397. smc_wd.com    
  398.               drive:\path\smc_wd [options] int_vec [-o] hard_int 
  399.                     io_addr base_addr
  400.  
  401.               The required settings:
  402.  
  403.               int_vec is the software interrupt.
  404.               hard_int is the hardware interrupt; default = 3
  405.               io_addr is the I/O address; default = 0x280
  406.               base_addr is the memory base address; default = 0xD000
  407.  
  408.               Example:  c:\pctcp\smc_wd 0x60 3 0x360 0xD000
  409.  
  410.               The SMC_WD driver runs the SMC (formerly Western Digital)
  411.               E, EBT, EB, ET/A, and E/A Ethernet cards.  
  412.  
  413.               The smc_wd cards do not enable their memory until 
  414.               configuration time.  Some 386 memory mappers will map memory
  415.               into the area that the card intends to use.  You should be 
  416.               able to configure your software to leave this area of memory 
  417.               alone.  Also, the driver will refuse to map memory into
  418.               occupied memory.  The occupied memory test fails on some
  419.               machines, so the optional switch -o allows you to disable the
  420.               check for occupied memory.
  421.           
  422.               If you get the error "PROM ADDRESS Invalid", use EZSETUP to
  423.               reset all the parameters again. Occasionally, programs write
  424.               to locations that don't belong to them.  This can corrupt the 
  425.               EEPROM checksum on the card. Use EZSETUP to restore the 
  426.               correct checksum.
  427.  
  428. ______________________________________________________________________________
  429.  
  430. 2. Serial Line Packet Drivers
  431.  
  432.  
  433. FTP Software, Inc. developed and supports the following packet drivers.
  434. ______________________________________________________________________________
  435.  
  436.  
  437. ppp16550      
  438.         Usage 
  439.  
  440.         ppp16550 [-v vector] [-p x] [-b baud] [-a ioaddr] [-i irq] 
  441.         [-n number] [-z size]
  442.         [-m] [-c] [-t] [-l] [-u] [-k] 
  443.  
  444.         ppp16550 [-? | -version] 
  445.  
  446.         Description
  447.  
  448.         Use the ppp16550 command to load the PPP packet driver,
  449.         which works in conjunction with the PPP kernel (PPPDRV.EXE),
  450.         letting you transfer data across a serial line connection.
  451.         You must load the packet driver before you load the kernel.
  452.         To load the packet driver automatically at system startup,
  453.         put the ppp16550 command in your AUTOEXEC.BAT file.
  454.  
  455.         Note: \x110011If the comscrpt command uses a [pctcp serial n]
  456.         section in your PCTCP.INI file, the values it finds will
  457.         override any values set with the serial port options (-p, -b,
  458.         -a, -i, -m) of this packet driver.
  459.  
  460.         Command Line Options 
  461.  
  462.         -a ioaddr
  463.         Specifies the I/O address of the serial port. This option 
  464.         overrides the -p option. 
  465.  
  466.         -b baud    
  467.         Specifies the baud rate of an RS-232 line. 
  468.         The default is 2400.
  469.  
  470.         -c    
  471.         Removes the port entry from the RBDA serial port table. 
  472.  
  473.         -i irq    
  474.         Specifies the hardware interrupt request line of the serial 
  475.         port. This option also overrides the -p option. 
  476.  
  477.         -k
  478.         Enables PAP authentication protocol support. 
  479.  
  480.         -l    
  481.         Prints LCP statistics held in the packet driver. 
  482.  
  483.         -m
  484.         Enables RTS/CTS hardware flow control on an RS-232 line.
  485.  
  486.         -n number
  487.         Specifies the number of internal buffers.
  488.  
  489.         -p x
  490.         Specifies the number of the communications serial port 
  491.         (i.e., COM1, COM2, COM3, COM4). The default is 1. 
  492.  
  493.         -t
  494.         Prints statistics held in the packet driver. 
  495.  
  496.         -u
  497.         Unloads the packet driver from the specified vector.
  498.  
  499.         -v vector
  500.         Specifies the software interrupt vector of the packet driver. 
  501.         The default is 0x60. 
  502.  
  503.         Note: \x110011You can use any available software interrupt 
  504.         from 0x20 to 0xFF, inclusive, with the following exceptions: 
  505.         interrupt 0x61 (the pppdrv kernel uses it by default) and 
  506.         0x67 (the Expanded Memory Manager (EMM) uses it). When you 
  507.         specify the software interrupt, you must precede it with the 
  508.         characters 0x.
  509.  
  510.         -z size
  511.         Specifies the internal buffer size. 
  512.  
  513.  
  514.         Examples
  515.  
  516.         To load the PPP packet driver at vector 0x63, enter 
  517.  
  518.         C:\> ppp16550 -v 0x63
  519.  
  520.         Packet Driver loaded at vector 0x63
  521.         name: PPP16550
  522.         version: 2.30, class: 18, type: 2, functionality: 2
  523.         I/O Address: 0x03F8
  524.         Hardware IRQ: 4
  525.         Baud Rate: 2400
  526.         Line Attributes: 8 Data Bits, 1 Stop Bit, No Parity
  527.         RTS/CTS hardware flow control: Disabled
  528.         Number of internal buffers : 3, buffer size (in bytes) : 64
  529.         PAP protocol support not loaded
  530.         UART is not an NS16550, 8250 mode enabled
  531.  
  532.         To unload the PPP packet driver from vector 0x63, enter 
  533.  
  534.         C:\> ppp16550 -v 0x63 -u
  535.  
  536.         Packet Driver found at vector 0x63
  537.         Packet Driver has been unloaded
  538.  
  539.  
  540.  
  541. _________________________________________________________________
  542. slp16550    
  543.  
  544.         Usage
  545.  
  546.         slp16550 [-v vector] [-p x] [-b baud] [-a ioaddr] [-i irq] 
  547.         [-m] [-c] [-t] [-u] 
  548.         slp16550 [-? | -version] 
  549.  
  550.         Description
  551.  
  552.         Use the slp16550 command to load the SLIP packet driver, 
  553.         which works in conjunction with the SLIP kernel 
  554.         (SLPDRV.EXE), letting you transfer data across a serial 
  555.         line connection. You must load the packet driver before 
  556.         you load the kernel. (To load the packet driver 
  557.         automatically at system startup, put the slp16550 command 
  558.         in your AUTOEXEC.BAT file.) 
  559.  
  560.         Note: \x110011If the comscrpt command uses a [pctcp serial n] 
  561.         section in your PCTCP.INI file, the values it finds will 
  562.         override any values set with the serial port options 
  563.         (-p, -b, -a, -i, -m) of this packet driver. 
  564.  
  565.         Command Line Options 
  566.  
  567.         -a ioaddr    
  568.         Specifies the I/O address of the serial port. This option 
  569.         overrides the -p option. 
  570.  
  571.         -b baud
  572.         Specifies the baud rate of the RS-232 line. 
  573.         The default is 2400.
  574.  
  575.         -c
  576.         Removes the port entry from the RBDA serial port table.
  577.  
  578.         -i irq
  579.         Specifies the hardware interrupt request line of the serial 
  580.         port. This option also overrides the -p option. 
  581.  
  582.         -m
  583.         Enables "Request to Send/Clear to Send" (RTS/CTS) hardware 
  584.         flow control on an RS-232 line.
  585.  
  586.         -p x    
  587.         Specifies the number of the communications serial port 
  588.         (i.e., COM1, COM2, COM3, COM4). The default is 1. 
  589.  
  590.         -t    
  591.         Prints statistics held in the packet driver. 
  592.  
  593.         -u
  594.         Unloads the packet driver from the specified vector. 
  595.  
  596.         -v vector
  597.         Specifies the software interrupt vector of the packet driver. 
  598.         The default is 0x60. 
  599.  
  600.         Note: \x110011You can use any available software interrupt 
  601.         0x20û0xFF, with the following exceptions: interrupt 
  602.         0x61 (the slpdrv kernel uses it by default) and 0x67 
  603.         (the Expanded Memory Manager (EMM) uses it). When you 
  604.         specify the software interrupt, you must precede it with 
  605.         the characters 0x. 
  606.  
  607.         Examples
  608.  
  609.         To load the SLIP packet driver at interrupt 0x63, enter 
  610.         the following: 
  611.  
  612.         C:\> slp16550 -v 0x63
  613.  
  614.         Packet Driver loaded at vector 0x63 
  615.         name: SLP16550 
  616.         version: 2.30, class: 6, type: 1, functionality: 1 
  617.         I/O Address: 0x03F8 
  618.         Hardware IRQ: 4 
  619.         Baud Rate: 2400 
  620.         Line Attributes: 8 Data Bits, 1 Stop Bit, No Parity 
  621.         RTS/CTS hardware flow control: Disabled 
  622.  
  623.         To unload the SLIP packet driver from vector 0x63, enter 
  624.         the following: 
  625.  
  626.         C:\> slp16550 -v 0x63 -u
  627.  
  628.         Packet Driver found at vector 0x63 
  629.         Packet Driver has been unloaded 
  630.  
  631. _____________________________________________________________________________
  632.  
  633. 3. Vendor-supplied Packet Drivers
  634.  
  635.  
  636. The following packet drivers were developed and supplied by the identified 
  637. card manufacturer. FTP Software does not support these packet drivers and
  638. assumes no responsibility for their functionality or performance.
  639. _____________________________________________________________________________
  640.  
  641. 3C5X9D.COM
  642.  
  643. 3Com EtherLink III Packet Driver v1.0
  644. (C) Copyright 1993 3Com Corp. All rights reserved.
  645.  
  646.  
  647. usage: 3C5X9PD [switches] <pkt_int_num> [parameter=X]
  648.  
  649. Switches:
  650.  
  651.     -u   Uninstall driver
  652.     -n   NetWare conversion. Converts 802.3 packets into 8137 packets.
  653.     -w   Windows.  Use this switch for running the driver under MS Windows.
  654.  
  655. Optional parameters:
  656.  
  657.   SLOT       - EtherLink III's slot number (EISA and Microchannel
  658.   IOBASE     - EtherLink III's I/O base address
  659.