Subject: Re: 1.4.1 Generic kernel doesn't recognize Apollo SCSI ?
To: Gareth Davis <gareth.davis@kcl.ac.uk>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: port-amiga
Date: 10/03/1999 20:47:14
On Sat, Oct 02, 1999 at 10:07:21PM +0100, Gareth Davis wrote:
> Just out of interest, how difficult a task is it to write a SCSI driver?

Uhm...

if you don't need DMA capability, it's relatively easy, because most
of the work is handled by a machine-independent layer.

Look at, I think, mlhsc.c + sci.c (belong together) for an example of an
simple driver.

	-is