From: aurel32 Date: Mon, 10 Mar 2008 00:02:10 +0000 (+0000) Subject: Change the e1000 mmio addr space according to spec. X-Git-Tag: TizenStudio_2.0_p2.3~12190 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e94bbefe59c0463f5187c6adf9d6d08562112dad;p=sdk%2Femulator%2Fqemu.git Change the e1000 mmio addr space according to spec. According to the Intel 82540EM manual, the mmio space is 128k size. Copied from Xen list and noted by tina..yang@oracle.com Signed-off-by: Dor Laor git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4032 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/hw/e1000.c b/hw/e1000.c index 943f25f..1c77afc 100644 --- a/hw/e1000.c +++ b/hw/e1000.c @@ -50,7 +50,7 @@ static int debugflags = DBGBIT(TXERR) | DBGBIT(GENERAL); #endif #define IOPORT_SIZE 0x40 -#define PNPMMIO_SIZE 0x60000 +#define PNPMMIO_SIZE 0x20000 /* * HW models: