home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!portal!cup.portal.com!ts
- From: ts@cup.portal.com (Tim W Smith)
- Newsgroups: comp.os.os2.misc
- Subject: Re: Bustek and OS/2
- Message-ID: <65364@cup.portal.com>
- Date: Sun, 6 Sep 92 05:56:22 PDT
- Organization: The Portal System (TM)
- References: <EecI7FS00awDA7K4Jb@andrew.cmu.edu>
- <1992Aug31.155429.2928@midway.uchicago.edu> <meek.715318796@fizzy>
- <5330@blue.cis.pitt.edu.UUCP>
- Lines: 34
-
- > BUT ... the tech support person I spoke with said that there was no ASPI
- > driver and no plans to produce one (!). Since I need the ASPI driver for
- > a tape drive, I settled on Adaptec. Bustek said that their host adapters
-
- It's not surprising that they won't have an ASPI driver. The way SCSI is
- supposed to work in OS/2 2.0 is that there are Adapter Device Drivers
- for host adaptor cards. These have names of the form FOO.ADD.
-
- ADD's report what devices are present, and process commands at the level
- of "read these blocks" or "write those blocks." The ADD interface is
- not specific to SCSI. IBM supplies ADDs for floppy and ST-506 controllers
- for example.
-
- SCSI ADDs have to respond to additional requests of the form "execute this
- SCSI command."
-
- The ADDs are used by Device Manager Drivers (DMDs). OS2DASD.DMD, for
- example, converts requests from the OS/2 file system to requests for
- ADDs. OS2SCSI.DMD manages SCSI ADDs.
-
- The documentation in the ADD developers kit mentions an OS2ASPI.DMD. This
- would be where ASPI requests are handled. Presumably, it converts them
- requests for SCSI ADDs.
-
- Thus, to support a given host adaptor, all you need is the ADD for that
- host adaptor. (Note that if you just want to use disks, you don't even
- need that. OS/2 will use the INT 13h BIOS of the host adaptor if there
- is no ADD. Many people will find this to be good enough.)
-
- I don't know how well the above corresponds to reality -- the ADD
- documentation is not final yet (at least, the copy I have is cleary
- preliminary...), so I don't know if OS2ASPI.DMD exists and is available.
-
- --Tim Smith
-