From 32384b2f6be42016f7bd92c9cfca591314f68e5e Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Fri, 20 Oct 2006 13:00:05 -0400 Subject: still working on getting past initialization --HG-- extra : convert_revision : 7a5fccb9a19d363e479ef24012a7b8598272eaa9 --- src/dev/i8254xGBe.hh | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/dev/i8254xGBe.hh') diff --git a/src/dev/i8254xGBe.hh b/src/dev/i8254xGBe.hh index 88931eb6d..8e2dd2e9c 100644 --- a/src/dev/i8254xGBe.hh +++ b/src/dev/i8254xGBe.hh @@ -39,6 +39,7 @@ #include "base/statistics.hh" #include "dev/etherint.hh" #include "dev/etherpkt.hh" +#include "dev/i8254xGBe_defs.hh" #include "dev/pcidev.hh" #include "dev/pktfifo.hh" #include "sim/eventq.hh" @@ -49,6 +50,12 @@ class IGbE : public PciDev { private: IGbEInt *etherInt; + iGbReg::Regs regs; + int eeOpBits, eeAddrBits, eeDataBits; + uint8_t eeOpcode, eeAddr; + + uint16_t flash[iGbReg::EEPROM_SIZE]; + public: struct Params : public PciDev::Params -- cgit v1.2.3