From 1ded394fc398f5bbbecef84709824ac7d028dd1e Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Mon, 9 Feb 2004 13:40:58 -0500 Subject: 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 --- dev/tsunami_uart.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'dev/tsunami_uart.hh') 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, -- cgit v1.2.3