blob: ee1b81b05cdad25fd20983de0a37fa956b8e3a8f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Index: qemu/hw/e1000.c
===================================================================
RCS file: /sources/qemu/qemu/hw/e1000.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- hw/e1000.c 10 Feb 2008 13:34:48 -0000 1.3
+++ hw/e1000.c 10 Mar 2008 00:02:10 -0000 1.4
@@ -50,7 +50,7 @@ static int debugflags = DBGBIT(TXERR) |
#endif
#define IOPORT_SIZE 0x40
-#define PNPMMIO_SIZE 0x60000
+#define PNPMMIO_SIZE 0x20000
/*
* HW models:
|