summaryrefslogtreecommitdiffstats
path: root/sys/dev/sk
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2006-01-17 06:58:25 +0000
committeryongari <yongari@FreeBSD.org>2006-01-17 06:58:25 +0000
commit0aa68bb51b19e543165aafd12583c1ce8365d222 (patch)
tree00890d67da99d98041e0ff35e61759ad8f557bdc /sys/dev/sk
parent82d16533abb4cbe4435b4f4f2951793dcf687c6f (diff)
downloadFreeBSD-src-0aa68bb51b19e543165aafd12583c1ce8365d222.zip
FreeBSD-src-0aa68bb51b19e543165aafd12583c1ce8365d222.tar.gz
The number of ticks per usec for YUKON_EC is 125.
Diffstat (limited to 'sys/dev/sk')
-rw-r--r--sys/dev/sk/if_skreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sk/if_skreg.h b/sys/dev/sk/if_skreg.h
index 3b5cc41..a7f045a 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
OpenPOWER on IntegriCloud