13 lines
389 B
Plaintext
13 lines
389 B
Plaintext
$OpenBSD: patch-hw_rtl8139_c,v 1.5 2010/05/27 17:55:05 fgsch Exp $
|
|
--- hw/rtl8139.c.orig Mon Mar 8 15:01:40 2010
|
|
+++ hw/rtl8139.c Mon Mar 8 15:01:46 2010
|
|
@@ -61,7 +61,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 */
|