diff options
author | Juergen Lock <nox@FreeBSD.org> | 2008-03-12 20:01:31 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2008-03-12 20:01:31 +0000 |
commit | 36d9a676be76d259efe491c3c0324bc9a5605351 (patch) | |
tree | 77b8b8501e4ec67e40bc568369c05300d360f5fb /emulators/qemu-devel/files/patch-hw-e1000.c | |
parent | Chase nss version to 3.11.9 and modssl to 2.8.31-1.3.41. This (diff) |
- Add tcg bugfix that went missing in the security rush [1]
- Change the e1000 mmio addr space according to spec [2]
- Update pkg-message
- Bump PORTREVISION
Submitted by: nox [1]
Obtained from: qemu cvs [2]
Notes
Notes:
svn path=/head/; revision=208901
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: |