Subject: Re: continuous DMA transfers
To: None <kenh@entropic.com>
From: Charles M. Hannum <mycroft@gnu.ai.mit.edu>
List: port-i386
Date: 01/04/1995 14:45:11
The flags to isa_dmastart() need to be redefined.

1) Using buf flags is silly.

2) There needs to be at least one more flag specifying whether it's a
single transfer or not.  (Someone else wanted this for another,
unrelated usage.)

I certainly have no objection to someone doing this.