Subject: Re: Machine-independent device drivers
To: None <tech-kern@NetBSD.ORG>
From: Frank van der Linden <frank@fwi.uva.nl>
List: tech-kern
Date: 04/14/1995 11:40:11
Quoting Terry Lambert,

> I would further argue for abstracting into service support routines
> the concepts of bus mustering DMA, device register manipulation, and

Which brings us to something else: bounce buffers. It would be nice
if MI code for ISA would deal with this. This digs a little deeper than
just device drivers of course. But if ISA devices are going to be used
for several ports of NetBSD, solving this problem will become more
important.

- Frank