Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci sync SK_IMTIMER_TICKS_YUKON value with OpenBSD (...



details:   https://anonhg.NetBSD.org/src/rev/2cf9ec7886b4
branches:  trunk
changeset: 323879:2cf9ec7886b4
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Wed Jul 04 19:37:10 2018 +0000

description:
sync SK_IMTIMER_TICKS_YUKON value with OpenBSD (likely pasto)

diffstat:

 sys/dev/pci/if_skreg.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r eb2b3b2ffce2 -r 2cf9ec7886b4 sys/dev/pci/if_skreg.h
--- a/sys/dev/pci/if_skreg.h    Wed Jul 04 19:26:09 2018 +0000
+++ b/sys/dev/pci/if_skreg.h    Wed Jul 04 19:37:10 2018 +0000
@@ -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         78
+#define SK_IMTIMER_TICKS_YUKON_FE      100
 #define SK_IMTIMER_TICKS_YUKON_EC      125
-#define SK_IMTIMER_TICKS_YUKON_FE      100
 #define SK_IMTIMER_TICKS_YUKON_XL      156
 #define SK_IM_USECS(x)         ((x) * imtimer_ticks)
 



Home | Main Index | Thread Index | Old Index