diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2004-02-09 13:40:58 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2004-02-09 13:40:58 -0500 |
commit | 1ded394fc398f5bbbecef84709824ac7d028dd1e (patch) | |
tree | fc521118469880d20861e2120b3ab65760e21eec /dev/tsunami_uart.hh | |
parent | 77a30ed48daec8fa8db2aaf955eda4e2384df912 (diff) | |
download | gem5-1ded394fc398f5bbbecef84709824ac7d028dd1e.tar.xz |
Some changes to for linux 2.6.2
dev/pcidev.cc:
Linux 2.6 writes the latency timer, so it was added to the list of
allowable writes
dev/tsunami_uart.cc:
dev/tsunami_uart.hh:
A couple of changes so that the new linux autoconf serial driver thinks
that the serial port exists and configures it
--HG--
extra : convert_revision : 6c026ef754e31de56c9b837ceb8f6be48c8d8d9c
Diffstat (limited to 'dev/tsunami_uart.hh')
-rw-r--r-- | dev/tsunami_uart.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/tsunami_uart.hh b/dev/tsunami_uart.hh index e5a70e9fe..02d2f4543 100644 --- a/dev/tsunami_uart.hh +++ b/dev/tsunami_uart.hh @@ -47,6 +47,7 @@ class TsunamiUart : public MmapDevice int status_store; uint8_t next_char; bool valid_char; + uint8_t IER; public: TsunamiUart(const std::string &name, SimConsole *c, |