From e0078c64368a07b85d736f3249f5a134153ae86f Mon Sep 17 00:00:00 2001 From: Pyun YongHyeon Date: Tue, 17 Jan 2006 06:58:25 +0000 Subject: [PATCH] The number of ticks per usec for YUKON_EC is 125. --- sys/dev/sk/if_skreg.h | 2 +- sys/pci/if_skreg.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/sk/if_skreg.h b/sys/dev/sk/if_skreg.h index 3b5cc415ea5..a7f045ac652 100644 --- a/sys/dev/sk/if_skreg.h +++ b/sys/dev/sk/if_skreg.h @@ -380,7 +380,7 @@ #define SK_IMTIMER_TICKS_GENESIS 53 #define SK_IMTIMER_TICKS_YUKON 78 -#define SK_IMTIMER_TICKS_YUKON_EC 128 +#define SK_IMTIMER_TICKS_YUKON_EC 125 #define SK_IM_USECS(x, t) ((x) * (t)) #define SK_IM_MIN 10 diff --git a/sys/pci/if_skreg.h b/sys/pci/if_skreg.h index 3b5cc415ea5..a7f045ac652 100644 --- a/sys/pci/if_skreg.h +++ b/sys/pci/if_skreg.h @@ -380,7 +380,7 @@ #define SK_IMTIMER_TICKS_GENESIS 53 #define SK_IMTIMER_TICKS_YUKON 78 -#define SK_IMTIMER_TICKS_YUKON_EC 128 +#define SK_IMTIMER_TICKS_YUKON_EC 125 #define SK_IM_USECS(x, t) ((x) * (t)) #define SK_IM_MIN 10