summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/rtl8139-re-patch
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2006-08-07 16:10:27 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2006-08-07 16:10:27 +0000
commitabffcb30ec97e8b7fe50b51b323a63201f83190d (patch)
tree14535343032cf24b54d2d185d006e38ee894f846 /emulators/qemu-devel/files/rtl8139-re-patch
parento Update to 0.9.8. (diff)
Update to 0.8.2.
PR: ports/101381 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Diffstat (limited to 'emulators/qemu-devel/files/rtl8139-re-patch')
-rw-r--r--emulators/qemu-devel/files/rtl8139-re-patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/qemu-devel/files/rtl8139-re-patch b/emulators/qemu-devel/files/rtl8139-re-patch
new file mode 100644
index 000000000000..dbb301d4057a
--- /dev/null
+++ b/emulators/qemu-devel/files/rtl8139-re-patch
@@ -0,0 +1,10 @@
+Index: hw/rtl8139.c
+@@ -58,7 +58,7 @@
+ //#define RTL8139_CALCULATE_RXCRC 1
+
+ /* Uncomment to enable on-board timer interrupts */
+-//#define RTL8139_ONBOARD_TIMER 1
++#define RTL8139_ONBOARD_TIMER 1
+
+ #if defined(RTL8139_CALCULATE_RXCRC)
+ /* For crc32 */