diff options
author | Benjamin Nash <benash@umich.edu> | 2005-06-17 18:08:05 -0400 |
---|---|---|
committer | Benjamin Nash <benash@umich.edu> | 2005-06-17 18:08:05 -0400 |
commit | f4e5776df4bf20836fb917b7ba0a859c674600a5 (patch) | |
tree | d1d0846d1542dd85db4adbe9132826eb7c982dbe /dev/tsunami_io.hh | |
parent | 129417d7cb0fd2aededc50a844f8a98d4128906b (diff) | |
download | gem5-f4e5776df4bf20836fb917b7ba0a859c674600a5.tar.xz |
I/O changes and SkipFuncEvents to increase FreeBSD compatibility.
SConscript:
Added kern/freebsd/freebsd_events.cc.
arch/alpha/isa_traits.hh:
Added Argument to support replacement of calibrate_clocks function in FreeBSD.
dev/ns_gige.hh:
Fixed NIC model number typo.
dev/tsunami_io.cc:
Added support for RTC writes and PIC 2 mask reads. Made RTC static member.
dev/tsunami_io.hh:
Made RTC static member.
kern/freebsd/freebsd_system.cc:
Added events to skip functions in FreeBSD.
kern/freebsd/freebsd_system.hh:
Added events to skip certain functions.
--HG--
extra : convert_revision : 8aaca51d3f9b1bb601722a5bae240aae77b445db
Diffstat (limited to 'dev/tsunami_io.hh')
-rw-r--r-- | dev/tsunami_io.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/tsunami_io.hh b/dev/tsunami_io.hh index d5d106db3..86c739285 100644 --- a/dev/tsunami_io.hh +++ b/dev/tsunami_io.hh @@ -51,7 +51,7 @@ class TsunamiIO : public PioDevice /** The size of mappad from the above address */ static const Addr size = 0xff; - struct tm tm; + static struct tm tm; /** * In Tsunami RTC only has two i/o ports one for data and one for |