Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys
On Thu, Aug 27, 2015 at 04:31:38PM +0200, J. Hannken-Illjes wrote:
> Another approach is to enqueue the buffer from dk_strategy(), use
> dk_start() without bp to notify the device. The device start
> routine would take buffers from the queue and start them until
> it gets out of resources and the device would call its start
> routine on completion of a request.
This basically drops the idea of a common dksubr and replicates the
code again into all device drivers, leading to the zoo that we already have.
--
Michael van Elst
Internet: mlelstv%serpens.de@localhost
"A potential Snark may lurk in every tree."
Home |
Main Index |
Thread Index |
Old Index