From ca0dcd048c02ac1857d487e4f027bf8bf18e4266 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Fri, 11 Jun 2004 01:55:20 -0400 Subject: after unserialization in the ide driver we need to reprogram the busbridges. Also small fix for gcc 3.3.3. dev/etherpkt.hh: Gcc 3.3.3 wants assert.h to be include in this file. dev/ide_ctrl.cc: after unserialization we need to tell the busbridges what addresses to respond to. --HG-- extra : convert_revision : a421197a5be07761bdef571d0a9406d77788e270 --- dev/etherpkt.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'dev/etherpkt.hh') diff --git a/dev/etherpkt.hh b/dev/etherpkt.hh index 8d0022363..76b4a9156 100644 --- a/dev/etherpkt.hh +++ b/dev/etherpkt.hh @@ -35,6 +35,7 @@ #include #include +#include #include "sim/host.hh" #include "base/refcnt.hh" -- cgit v1.2.3