gem5/python/m5
Nathan Binkert 3a0102536b Get rid of the code that delays PIO write accesses
until the cache access occurs.  The fundamental problem
is that a subsequent read that occurs functionally will
get a functionally incorrect result that can break
driver code.

dev/ns_gige.cc:
dev/ns_gige.hh:
dev/sinic.cc:
dev/sinic.hh:
    get rid of pio_delay write and the associated code to move
    the write to the cache access function
dev/sinicreg.hh:
    no more write delays
python/m5/objects/Ethernet.py:
    get rid of pio_delay write

--HG--
extra : convert_revision : 1dcb51b8f4514e717bc334a782dfdf06d29ae69d
2006-02-20 23:41:50 -05:00
..
objects Get rid of the code that delays PIO write accesses 2006-02-20 23:41:50 -05:00
__init__.py Regression tests now run under scons! 2005-09-05 16:31:27 -04:00
config.py Actually, you should'nt do math on Clock in the config files. 2005-11-21 00:22:29 -05:00
convert.py Allow math on CheckedInt-derived ParamValue classes w/o 2005-11-01 14:11:54 -05:00
multidict.py Add licenses in python dir. 2005-06-05 01:57:57 -04:00
smartdict.py Add licenses in python dir. 2005-06-05 01:57:57 -04:00