home *** CD-ROM | disk | FTP | other *** search
/ Chip 1994 February / CHIP0294.ISO / digital / magazin / trumpet / pktdrvs / readme.11c < prev    next >
Encoding:
Text File  |  1993-12-14  |  2.4 KB  |  62 lines

  1.  
  2.      Supplement to Release 11.x of the Crynwr Packet Driver Collection
  3.  
  4. The files in this archive replace files in the 11.x release.
  5.  
  6. 3C509.ASM     Driver for 3COM 3C509.  The version number was incorrect in 11.x
  7. 3C509.COM
  8. 82595.INC     Include file for LAN595.ASM, defining symbols particular to 82595.
  9. AT1500.COM    Driver for Allied-Telesis 1500T and 1500BT
  10. HOWTOGET.IT   Instructions on obtaining the full 11.x driver set.
  11. LAN595.ASM    Driver for boards using Intel's 82595
  12. LAN595.COM
  13. LAN595IO.ASM
  14. LANCE.ASM     Include file for drivers based on AMD's LANCE and PC-Net/ISA.
  15. NE2100.COM    Driver for Novell NE2100 and other PC-Net/ISA adapters.
  16. NI6510.COM    Driver for Racal/Interlan NI6510.
  17. PKTWATCH.ASM  Program to display packets as they arrive.
  18. PKTWATCH.COM
  19. README.GEN    This file
  20. SMC_WD.ASM    Driver for Western Digital WD-80?3*, SMC Elite series, and
  21. SMC_WD.COM      IBM Ethernet Adapter/A, and SMC Elite/16 Ultra.
  22.  
  23.  
  24. For the entire packet driver collection, along with the exact details
  25. of the copyright (COPYING.DOC), see HOWTOGET.IT for availability.
  26.  
  27. For the copyright, see COPYING.DOC.  In part it says that: Anyone
  28. with a copy of the drivers may give it away, and the source code for
  29. all modules must be available.
  30.  
  31. NO WARRANTY, see COPYING.DOC, but support for packet drivers is
  32. available, see SUPPORT.DOC.
  33.  
  34. Installation:
  35.  
  36. A packet driver has at least one parameter.  The usage message will
  37. tell you what additional parameters are needed.  You can get the
  38. usage message by running the driver with no parameters.
  39.  
  40. The first parameter is the software interrupt. A packet
  41. driver needs to have a software interrupt assigned to it for other
  42. programs to access it.  I recommend 0x7e.
  43.  
  44. Additional parameters often include the hardware irq, the I/O
  45. address, and the memory base address.  All parameters must be
  46. specified in C-style representation. Decimal is expressed as 11,
  47. hexadecimal is expressed as 0x0B, octal is expressed as 013.  Any
  48. numbers that the packet driver prints will be in the same notation.
  49.  
  50. Notes:
  51.  
  52. Please report problems.  I cannot guarantee that I will work on your
  53. problem if you are not a Crynwr customer.  I CAN guarantee that I
  54. will not work on it if you don't report it to me.  Written reports
  55. are preferred to phone calls.
  56.  
  57. Russell Nelson
  58. nelson@crynwr.com
  59. 315-268-1925 voice
  60. 315-268-9201 FAX
  61. Crynwr Software, 11 Grant St., Potsdam, NY 13676
  62.