W dniu 28.08.2011 19:58, m0n0 pisze:
Am Mittwoch, den 24.08.2011, 22:45 +0200 schrieb "Helmut Karlowski" <helmut.karlowski@ish.de>:DMA is possible for SCSI and floppy already. It is possible to fake DMABut currently it blocks, doesn't it?. I remember having looked at the code long ago, and I think there was not much missing.The kernel is full of #ifdef NONBLOCKING_DMA, does that matter here?
Yes it does. There is kernel infrastructure for DMA, and it is quite simple, so writing drivers that use them is no big challenge.
AdamK