fix timers, from brad@
This commit is contained in:
parent
72e6c8c154
commit
5c39c94e2d
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2008/01/21 20:40:20 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2008/03/31 06:49:27 todd Exp $
|
||||
|
||||
# no success building on other archs yet
|
||||
ONLY_FOR_ARCHS= amd64 arm i386 powerpc
|
||||
@ -6,7 +6,7 @@ ONLY_FOR_ARCHS= amd64 arm i386 powerpc
|
||||
COMMENT= multi system emulator
|
||||
|
||||
DISTNAME= qemu-0.9.0
|
||||
PKGNAME= qemu-0.9.0p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
CATEGORIES= emulators
|
||||
|
||||
HOMEPAGE= http://fabrice.bellard.free.fr/qemu/
|
||||
|
12
emulators/qemu/patches/patch-hw_rtl8139_c
Normal file
12
emulators/qemu/patches/patch-hw_rtl8139_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-hw_rtl8139_c,v 1.3 2008/03/31 06:49:27 todd Exp $
|
||||
--- hw/rtl8139.c.orig Fri Mar 21 16:19:01 2008
|
||||
+++ hw/rtl8139.c Fri Mar 21 16:19:18 2008
|
||||
@@ -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 */
|
Loading…
x
Reference in New Issue
Block a user