gem5/python
Nathan Binkert 12d903a650 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
2005-11-20 16:57:53 -05:00
..
m5 io_bus is split out into pio_bus and dma_bus so that any device 2005-11-20 16:57:53 -05:00
SConscript Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00