home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / aspidr.zip / README < prev   
Text File  |  1994-06-11  |  2KB  |  51 lines

  1. C2502-3A.SYS is an ASPI manager/SCSI driver for the ISA switchless interface
  2. adapter card (C2502/3A) supplied with the HP ScanJet IIcx and IIp scanners
  3. (those distributed after 11/93).  This driver is intended to be a replacement
  4. for the HP supplied MINI400I.SYS CAM manager/SCSI driver.  Memory consumption
  5. is only 2k (compared to nearly 20k for the HP/NCR drivers).  Configuration
  6. is automatic (there are no command line options).  No IRQ, DMA, or adapter
  7. ROM space is used.  Measured performance is slightly higher than the HP/NCR
  8. drivers.  Given the appropriate ASPI device drivers, other external SCSI
  9. devices such as CD-ROM drives, tape backup units, hard disk drives, etc.
  10. should be usable in addition to the scanner.
  11.  
  12. Each device must be set to a unique SCSI ID, with SCSI ID 7 reserved for the
  13. adapter card.  Only the last device in the SCSI chain should be terminated.
  14.  
  15. Using Adaptec's EZ-SCSI or Corel's CorelSCSI to add CD-ROM and hard disk
  16. support, for example, would require CONFIG.SYS and AUTOEXEC.BAT entries such
  17. as:
  18.  
  19. CONFIG.SYS
  20. ==========
  21.  
  22. (modify drive and/or path names, as necessary)
  23.  
  24. rem DEVICE = C:\DESKSCAN\MINI400I.SYS
  25. DEVICE = C:\C2502-3A.SYS
  26. DEVICE = C:\DESKSCAN\SJIIX.SYS
  27. DEVICE = C:\ASPICD.SYS /D:MSCD001     (CD-ROM using EZ-SCSI)
  28. DEVICE = C:\CUNI_ASP.SYS /D:MSCD001   (CD-ROM using CorelSCSI)
  29. DEVICE = C:\ASPIDISK.SYS              (Hard Disk using EZ-SCSI)
  30.  
  31. AUTOEXEC.BAT
  32. ============
  33.  
  34. MSCDEX /D:MSCD001
  35.  
  36.  
  37. If operation under Windows is desired, the HP supplied WIN400I.386 driver
  38. must be disabled by removing or commenting out the following entry in the
  39. SYSTEM.INI file:
  40.  
  41. SYSTEM.INI
  42. ==========
  43.  
  44. [386enh]
  45.  
  46. ; device=C:\DESKSCAN\WIN400I.386   (commented out)
  47.  
  48.  
  49. AUTHOR: Ronald E. Raikes
  50.    CIS: 73170,134
  51.