Hi,
At the moment, ESP SCSI adapter can only be used inside sun4m machines.
Attached patch moves the declaration outside sun4m.h, so other machines
can also use it. Declaration has been added to a new file scsi.h.
As Blue Swirl suggested, DMA access functions are sent to the init function.
He
On 2/24/08, Hervé Poussineau <[EMAIL PROTECTED]> wrote:
> Hi,
>
> At the moment, ESP SCSI adapter can only be used inside sun4m machines.
> Attached patch moves the declaration outside sun4m.h, so other machines
> can also use it.
> I've moved the declaration to devices.h because I found no bet
Hi,
At the moment, ESP SCSI adapter can only be used inside sun4m machines.
Attached patch moves the declaration outside sun4m.h, so other machines
can also use it.
I've moved the declaration to devices.h because I found no better place
to put it. If you know a better place, please tell me :)