C (29/301)

From:Nicholas Clarke
Date:14 Aug 99 at 02:23:24
Subject:Re: Re: Accessing Broken SCSI

From: Nicholas Clarke <nclarke@diku.dk>

On Sat, 14 Aug 1999, Ben Hutchings wrote:

> > As I said I never tried anything with the SCSI device so I am just
> > trying to convert some code to my purposes. CMD_READ may well be
> > easier but without an example it still isn't clear.
>
> See the documentation of trackdisk.device - trackdisk.doc, the RKRM:
> Devices section on it, and example code. SCSI device drivers support
> virtually all trackdisk functionality (there are a few commands that
> are documented as specific to trackdisk.device).

AFAIK In case the harddisk is without an rdb sending normal commands
will not have an effect. The same goes for scsi cdroms/cdr's. I also tried
sending normal commands to an ide harddisk with no rdb, didn't work
either.

Also the ide scsi.device emulates an scsi controller so why not take
advantage of it as one.

/ngc