home *** CD-ROM | disk | FTP | other *** search
/ Computer Tool Software / soft.iso / Multimed / Net / INTEL / README.DIR / PACKET.TXT < prev    next >
Encoding:
Text File  |  1993-10-04  |  4.1 KB  |  113 lines

  1. Packet driver..........Packet driver information
  2.  
  3.   The EtherExpress Packet driver is available on our latest disk, S/W part 
  4.   # 308629-004, \packet\exp16.com (or from Crynwr Software).  This document 
  5.   applies to the EtherExpress(tm) 16, 16TP, 16C, FLASH, FLASH TP, FLASHC, 
  6.   MCA, and MCA/TP.  
  7.  
  8.   An installation document is provided.  However, additional support 
  9.   for the Packet driver (installation, configuration, bugs, etc.) is 
  10.   provided for a nominal charge by Crynwr Software.  Intel will provide 
  11.   support for any hardware compatibility related issue via our standard 
  12.   support hotline.
  13.  
  14.   To contact Cryner Software:
  15.  
  16.      Phone:     (315) 268 - 1925.  
  17.      Fax:       (315) 268 - 9201
  18.      Internet:  nelson@crynwr.com
  19.  
  20.  
  21.   BEFORE CALLING TECH SUPPORT:
  22.   ----------------------------
  23.   The EtherExpress Softset utility (for ISA computers) and MCADIAGS (for
  24.   Microchannel computers) provide on-board and on-network diagnostics.
  25.   The on-network diagnostics tests if one board can communicate with
  26.   another board over the network.  This is independent of the PACKET
  27.   driver.
  28.  
  29.   Before you call Intel or Crynwr, run these diagnostics.  This will
  30.   help you determine if your problem is board related or driver
  31.   related.
  32.  
  33. ===========================================================================
  34. INSTALLATION INFORMATION
  35.  
  36. ** MAKE SURE YOU HAVE THIS DRIVER OR LATER **
  37.  
  38. This is a packet driver and PDIPX for the Intel EtherExpress 16 family of
  39. network adapters. 
  40.  
  41. EXP16.COM   V10.4
  42. File size:  19543
  43. PDIPX.COM   V1.02EC
  44.  
  45. FTP Software developed the spec for Packet Drivers just like Novell developed
  46. the spec for ODI.  
  47.  
  48. Earlier versions of this driver did not work reliably on on PC/XT style
  49. computers.
  50.  
  51. EXP16.COM:
  52. ---------
  53. This is an auto sense-packet driver.  That means it will scan I/O addresses
  54. until it finds the EtherExpress 16 and download the IRQ from the EPROM.  The
  55. software interrupt will still need to be in the command line when invoking the
  56. packet driver.
  57.  
  58. usage: EXP16 [-n] [-d] [-w] <s/w_int> {io_addr}
  59.  
  60. -n        For use with the BYU IPX stack
  61. -d        Delay intialization for boot roms
  62. -w        For use with windows (this insures that the driver does not make a 
  63.           call to the wrong V86 box in 386-e windows)
  64. <sw_int>  Software interrupt 60-80 hex, example 0x7c
  65. {io_addr} I/O address (optional)
  66.  
  67. Example:     EXP16 0x7C
  68.  
  69. Where EXP16: is name of the packet driver
  70.       0x7C:  is the software interrupt 7C
  71.  
  72.      NOTE:     The I/O address is not needed because this packet driver scans
  73.                for the I/O address!!! If the I/O address is included and is
  74.                not the same as the I/O address set in SOFTSET, errors will
  75.                occur.
  76.  
  77.      NOTE:     If you need to use other software interrupts with the PDIPX,
  78.                run dconfig or use the override option PDIPX -o#.
  79.  
  80. PDIPX:
  81. ------
  82. This Driver is an IPX interface that talks to the Packet Driver.  Use this
  83. driver if you want to load the Packet Driver at boot time and still use Novell
  84. services.
  85.  
  86. NOTE: We recommend you use the PDIPX included in this archive with the
  87. EtherExpress 16 packet driver and not the BYU PDIPX.  
  88.  
  89. Intel has made this driver freely copyable by all parties for all purposes. 
  90. Intel does not warrant the fitness of PDIPX for any particular task.  Intel
  91. will not be liable for any damage caused by the use or misuse of PDIPX.  Intel
  92. will not support PDIPX in the event that it does not function.
  93.  
  94. Configuration Notes:
  95.  
  96. PDIPX is an econfigurable driver.
  97.  
  98. In 802.3 (default) mode it requests Class 11 Type FFFF packets.
  99.  
  100. In econfig mode it requests Class 1 Type ???? (defined by the ECONFIG program)
  101. packets.
  102.  
  103. Clarkson Drivers starting at version 9 will accept requests for both class 1
  104. and 11 packets.  (1 = DIX ethernet, type at byte 12. 11 = 802.3 ethernet, 
  105. type at byte 14 [Ssap Dsap])
  106.  
  107. If you are using the Clarkson Drivers you must have version 9 or above to use
  108. 802.3 mode (do not use the -n option).
  109.  
  110. If you are using econfig mode and your network is using 802.3 you must use the
  111. -n option on the Clarkson Drivers.
  112.  
  113.