-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRead Me
More file actions
40 lines (29 loc) · 1.39 KB
/
Read Me
File metadata and controls
40 lines (29 loc) · 1.39 KB
1
SCSI Simple Sample - A "simple" SCSI Manager sample.Copyright © 1994, Apple Computer Inc. All Rights Reserved.This is a simple sample that illustrates how to call the originaland asynchronous SCSI Managers. In particular, it shows howto scan all SCSI buses for the presence of SCSI devices.It compiles on the following environments:Think C 7.0MPW 3.3.1MetroWerks DR3At this time, this program cannot be compiled in native mode forPower Macintosh because the "scsi.h" file has not been completelyconverted to the Universal Header format. However, the programdoes run in compatibility mode on Power Macintosh.Note that, if you are compiling for MetroWerks, you must buildthe resources (in file "SCSISimpleSample.µ.rsrc") by calling Rez- you can either build the MPW version first or make theMetroWerks option in the MakeFile.Because these sources build a half-dozen version of the sample,(three compilers, 68000 native, 68000 on Power Mac, PowerMac native someday), some notes on compatibility are in order:1. The program was originally written and debugged using Think C on a Quadra 950.2. It was then compiled and tested using MPW 3.3.1.3. It was then compiled and tested using MetroWerks DR3.Each additional compiler found a different set of errors andwarnings. In all cases, optional warnings were turned on.Written by Martin Minow, MACDTS.minow@apple.comAppleLink: MINOW