make the dma interface useable.
authorNathan Binkert <binkertn@umich.edu>
Fri, 20 Feb 2004 20:23:27 +0000 (15:23 -0500)
committerNathan Binkert <binkertn@umich.edu>
Fri, 20 Feb 2004 20:23:27 +0000 (15:23 -0500)
commitec06c63cc7a63111e9d21936a302901c552ad36b
tree7a24cbd9835c45eaf34c7fbaf67b0b57644941a6
parent695d51e5137f43052dc54e211eb1ab239100008d
make the dma interface useable.
make it so that pio devices must respond with some delay.

dev/io_device.cc:
    don't forget to include dma_interface.hh so we could use it.
dev/io_device.hh:
    the generic BusInterface isn't enough for doing DMA
    we need the actual DMAInterface

--HG--
extra : convert_revision : 70298d33c8520a3f4ad11aa600825a8cec7e44bf
dev/io_device.cc
dev/io_device.hh