home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / scsi / SCSI2_ToolBox.941207.README < prev    next >
Encoding:
Text File  |  1994-12-12  |  3.7 KB  |  87 lines

  1.                                                                                 
  2. SCSI2_ToolBox - A set of SCSI tools for NeXTSTEP 3.x users and 
  3.                 developers on Motorola and Intel hardware.
  4.  
  5. Software, Documentation and Source Code
  6. Copyright 1994, Christopher A. Wolf
  7.  
  8.  
  9. INTRODUCTION
  10. ------------
  11.  
  12. The SCSI2_ToolBox archive provides a powerful collection of SCSI tools for
  13. users, system administrators and developers on Motorola and Intel based
  14. NEXTSTEP 3.x systems.
  15.  
  16. SCSI_Inspector.app is a GUI based program for examining and modifying low
  17. level parameters of SCSI devices. The application's Inspector window
  18. provides extensive technical and diagnostic information about all types of
  19. SCSI peripherals.  The Inspector window can also be used to perform
  20. benchmarking on SCSI disks.  The new Format panel can be used to easily
  21. low-level format SCSI disks.  The panel provides complete control over
  22. device block size, interleave, defect list handling and media certification
  23. procedures.  The new Cache Control panel allows the onboard read and write
  24. caches of SCSI-2 disk drives to be enabled or disabled.  The application
  25. now includes complete context sensitive help.
  26.  
  27. SCSI_Inspector.app is built on top of an Objective-C class hierarchy which
  28. provides the NeXTSTEP programmer with powerful but simple control over
  29. SCSI-1 and SCSI-2 compliant devices.  These classes hide the architecture
  30. dependent details of low-level SCSI access so that programs written using
  31. can work without modification on both Intel and Motorola architectures. 
  32. The SCSI.m parent class is easily extended to provide device-specific
  33. functionality.  The DriveSCSI.m sub-class currently provides extended
  34. functionality for disk type devices and serves as an example of how to
  35. properly extend the SCSI.m parent class.  New sub-classes for tape and
  36. CD-rom devices are forthcoming.  Complete source code and documentation for
  37. using these classes is provided.
  38.  
  39. The programs and classes distributed in this archive are still under
  40. development and should be considered beta software.  Please exercise
  41. appropriate caution when using them!  Please direct any bug-reports,
  42. suggestions, comments or feature requests to: Christopher Wolf
  43. <chris@alchemy.geo.cornell.edu>.  Thanks!
  44.  
  45.  
  46. LEGAL
  47. -----
  48.     
  49. The software, documentation and source code provided as a part of
  50. SCSI2_ToolBox are Copyright 1994, Christopher A. Wolf.   Some portions of
  51. the source code are directly derived from source code contributed by
  52. Andreas Ploeger and Jiro Nakamaru and used with their permission. 
  53.  
  54. The components of SCSI2_ToolBox are distributed under the GNU Public
  55. Licenses.  SCSI_Inspector.app is distributed under the GNU General Public
  56. License.  SCSI2_Class is distributed under the Library GNU Public License. 
  57. Please refer to the complete text of the GNU Public Licences included in
  58. the appropriate folders in the SCSI2_ToolBox archive.
  59.  
  60. This software and documentation is distributed in the hope that it will be 
  61. useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 
  62. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
  63. Public License for more details.
  64.  
  65.  
  66. WHERE TO FIND IT
  67. ----------------
  68.  
  69. The package has been uploaded to:
  70.  
  71.     ftp://ftp.cs.orst.edu/software/NeXT/submissions/SCSI2_ToolBox.941207.NI.bs.tar.gz
  72.     ftp://ftp.informatik.uni-muenchen.de/pub/comp/platforms/next/submissions/SCSI2_ToolBox.941207.NI.bs.tar.gz
  73.  
  74. The package should be moved by the moderators to a permanent home in:
  75.  
  76.     ftp://ftp.cs.orst.edu/software/NeXT/binaries/util/SCSI2_ToolBox.941207.NI.bs.tar.gz
  77.     ftp://ftp.informatik.uni-muenchen.de/pub/comp/platforms/next/tools/scsi/SCSI2_ToolBox.941207.NI.bs.tar.gz
  78.  
  79. The older version of this package with the filename 
  80.     SCSI2_ToolBox.940921.NI.bs.tar.gz 
  81. should be removed from all archive sites.
  82.  
  83.  
  84. Sincerely,
  85. Christopher Wolf
  86.  
  87.