Add support for all devices to get requests from a timing memory bus.
authorNathan Binkert <binkertn@umich.edu>
Wed, 11 Feb 2004 21:07:55 +0000 (16:07 -0500)
committerNathan Binkert <binkertn@umich.edu>
Wed, 11 Feb 2004 21:07:55 +0000 (16:07 -0500)
commitcc53465cd5b48183936278cda617be68a4520ff5
treee95f5dab32095eff25cdfc0bcfbaecb77ef0fe80
parent5e82f8d84c4d8a8ec4ce914f02328a068ea2cacc
Add support for all devices to get requests from a timing memory bus.
In the future, this can be used for actual data, but for now, it's
so that devices can respond to timing accesses properly.  This way,
an uncached access on a bus further away will take longer to respond.

dev/alpha_console.cc:
dev/alpha_console.hh:
    suport the separate IO bus

--HG--
extra : convert_revision : ececb70f5febfd00231f6e406f93b2a79be01261
dev/alpha_console.cc
dev/alpha_console.hh
dev/io_device.cc [new file with mode: 0644]
dev/io_device.hh [new file with mode: 0644]