Mostly IO modifications, to increase compatibility with FreeBSD.
authorBenjamin Nash <benash@umich.edu>
Thu, 9 Jun 2005 19:01:15 +0000 (15:01 -0400)
committerBenjamin Nash <benash@umich.edu>
Thu, 9 Jun 2005 19:01:15 +0000 (15:01 -0400)
commitc4fdfa3844ec0e1ae6f34660024ee33170445b8d
tree172be4e7ad9e9361efff8b745197883d0035f7fb
parent4cc9fbf61d70668a8d80681998a1db2b2e1b4a41
Mostly IO modifications, to increase compatibility with FreeBSD.

dev/pcidev.cc:
    Allow writes to some PCI read-only registers.
    Fix problem when writing to a zero offset IO location.
dev/tsunami_io.cc:
    Fix calculation of IO addresses.
    Add registers for keyboard and PCI DMA.
dev/tsunamireg.h:
    Add registers for keyboard and PCI DMA.
python/m5/objects/System.py:
    Allow generic System to be instantiated.

--HG--
extra : convert_revision : 1b985ffa2b8e15aa55246f1d14da615c32ecd3f9
dev/pcidev.cc
dev/tsunami_io.cc
dev/tsunamireg.h
python/m5/objects/System.py