mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
abffcb30ec
PR: ports/101381 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
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 */
|