home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / arachne / archn170.exe / SYSTEM / PKTDRVRS / ODIPKT.RME < prev    next >
Encoding:
Text File  |  1996-11-18  |  1.8 KB  |  43 lines

  1. ODIPKT.ASM - Adapter provides Packet Driver interface over ODI
  2.  
  3. (c) Copyright Daniel D. Lanciani 1991-1996.  All rights reserved.
  4.  
  5. This unmodified source file and its executable form may be used and
  6. redistributed freely.  The source may be modified, and the source or
  7. executable versions built from the modified source may be used and
  8. redistributed, provided that this notice and the copyright displayed by
  9. the exectuable remain intact, and provided that the executable displays
  10. an additional message indicating that it has been modified, and by whom.
  11.  
  12. Daniel D. Lanciani releases this software "as is", with no express or
  13. implied warranty, including, but not limited to, the implied warranties
  14. of merchantability and fitness for a particular purpose.
  15.  
  16. Please send bug reports to ddl@danlan.com or
  17.  
  18. Dan Lanciani
  19. 185 Atlantic Road
  20. Gloucester, MA 01930
  21. (978) 283-4974
  22.  
  23. The current version of odipkt is 3.1.  Source is odipkt.asm and binary
  24. is odipkt.com.  The previous version of odipkt, 2.4, is provided for
  25. reference in odipkt24.asm and odipkt24.com; however, there is no known
  26. reason to run 2.4 in preference to 3.1.
  27.  
  28. Users requiring certain specific features of odipkt 1.x (native mode
  29. ARCnet or old PhoneNet (versions before 3.0) support) should use
  30. odipkt13.asm/odipkt13.com/odipktpn.com.  Version 1.3 was the last 1.x
  31. release.  Older versions of 1.x are provided for reference.
  32.  
  33. The major changes in 3.x were chained default stack processing and
  34. hex/octal parameter parsing.
  35.  
  36. The major change in 2.x was dynamic buffer allocation.  2.x versions
  37. prior to 2.4 had problems with ARCnet; please avoid them.
  38.  
  39. Note that documentation is provided in troff format in the
  40. file odipkt.8 or in ASCII in odipkt.txt.
  41.  
  42. All the original files are at http://www.danlan.com
  43.