From 12d903a650a91798eae2389e70f7d4471d130919 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sun, 20 Nov 2005 16:57:53 -0500 Subject: io_bus is split out into pio_bus and dma_bus so that any device can specify either independently. python/m5/objects/Device.py: io_bus is split out into pio_bus and dma_bus so that any device can specify either independently. dma_bus defaults to point to whatever pio_bus uses. --HG-- extra : convert_revision : d35d5374d0bf592f6b5df465c05203577b8b8763 --- dev/alpha_console.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/alpha_console.hh') diff --git a/dev/alpha_console.hh b/dev/alpha_console.hh index 6236c5713..74ad795f0 100644 --- a/dev/alpha_console.hh +++ b/dev/alpha_console.hh @@ -103,7 +103,7 @@ class AlphaConsole : public PioDevice AlphaConsole(const std::string &name, SimConsole *cons, SimpleDisk *d, System *s, BaseCPU *c, Platform *platform, MemoryController *mmu, Addr addr, - HierParams *hier, Bus *bus); + HierParams *hier, Bus *pio_bus); virtual void startup(); -- cgit v1.2.3