Skip to main content
Home Forums 68kMLA Peripheral (SCSI, ADB) Hardware Docs? — #9
Post #9 by porter
Source Forum68kMLA
CategoryDevelopment
Post DateTue, 9 Jun 2009 - 04:13
Original URLhttps://68kmla.org/bb/threads/peripheral-scsi-adb-hardware-docs.17599/
Post
. . . so why would you want to use their info on an open standard? :?:
because there are two parts to this

(a) the actual SCSI commands that go on the SCSI bus, which the open standards define

( B) how you initiate SCSI commands and get SCSI data to and from the bus on a macintosh are defined in the Apple docs.

So if you are building a device to be operate by SCSI, just use the standards.

If you are writing the mac driver, you need both.

mp.ls