History log of /barrelfish-master/usr/drivers/ioat_dma/debug.h
Revision Date Author Comments
# d3b1cd9f 20-Aug-2014 Reto Achermann <acreto@student.ethz.ch>

DMA driver: busy loop bug and debug output

Removed a busy loop bug from the IOAT DMA driver. The idle condition was
not restored upon new loop iteration

Moved the DMA service name definitions to dma/dma.h


# 007163b3 19-Jul-2014 Reto Achermann <acreto@student.ethz.ch>

IOAT DMA Driver: Removed the device handling functionality and replaced it with the library implementation

The domain is now only responsibel for initializing the library and
discovering the devices. Further depending on the library configuration,
the domain acts as a IOAT DMA device manager or as a request handler.


# 1b15a724 17-Jul-2014 Reto Achermann <acreto@student.ethz.ch>

IOAT Driver: initial working implementation. (to be cleaned up...)


# 27e09368 15-Jul-2014 Reto Achermann <acreto@student.ethz.ch>

IOAT DMA: Added more function stubbs for the IOAT dma functionality


# 03393f43 14-Jul-2014 Reto Achermann <acreto@student.ethz.ch>

Initial Implementation of the IOAT DMA device (device initialization)