diff options
Diffstat (limited to 'emulators/qemu-devel/files/patch-hw-e1000.c')
-rw-r--r-- | emulators/qemu-devel/files/patch-hw-e1000.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/patch-hw-e1000.c b/emulators/qemu-devel/files/patch-hw-e1000.c new file mode 100644 index 000000000000..ee1b81b05cda --- /dev/null +++ b/emulators/qemu-devel/files/patch-hw-e1000.c @@ -0,0 +1,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: |