Module Name: src
Committed By: jdolecek
Date: Wed Jul 4 19:37:10 UTC 2018
Modified Files:
src/sys/dev/pci: if_skreg.h
Log Message:
sync SK_IMTIMER_TICKS_YUKON value with OpenBSD (likely pasto)
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/pci/if_skreg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/if_skreg.h
diff -u src/sys/dev/pci/if_skreg.h:1.21 src/sys/dev/pci/if_skreg.h:1.22
--- src/sys/dev/pci/if_skreg.h:1.21 Thu Jun 14 07:19:47 2018
+++ src/sys/dev/pci/if_skreg.h Wed Jul 4 19:37:10 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: if_skreg.h,v 1.21 2018/06/14 07:19:47 msaitoh Exp $ */
+/* $NetBSD: if_skreg.h,v 1.22 2018/07/04 19:37:10 jdolecek Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -451,9 +451,9 @@
/* Number of ticks per usec for interrupt moderation */
#define SK_IMTIMER_TICKS_YUKON_FE_P 50
#define SK_IMTIMER_TICKS_GENESIS 53
-#define SK_IMTIMER_TICKS_YUKON 156
-#define SK_IMTIMER_TICKS_YUKON_EC 125
+#define SK_IMTIMER_TICKS_YUKON 78
#define SK_IMTIMER_TICKS_YUKON_FE 100
+#define SK_IMTIMER_TICKS_YUKON_EC 125
#define SK_IMTIMER_TICKS_YUKON_XL 156
#define SK_IM_USECS(x) ((x) * imtimer_ticks)