Subject: Re: Porting NetBSD to the Intrinsyc CerfCube (?)
To: None <thorpej@zembu.com>
From: Robert Swindells <swindellsr@genrad.com>
List: port-arm32
Date: 06/04/2001 17:39:26
>> The only driver that would need a bit of work is one for the cs8900
>> ethernet controller. The one in the tree was a bit ISA specific
>> instead of using bus_space the last time I looked.

>Uh, it does use bus_space.

Not for DMA. It calls straight into some isa_* functions.

It may be enough to make the DMA support conditional on (NISA > 0).

Robert Swindells