diff options
author | yongari <yongari@FreeBSD.org> | 2006-01-17 06:58:25 +0000 |
---|---|---|
committer | yongari <yongari@FreeBSD.org> | 2006-01-17 06:58:25 +0000 |
commit | 0aa68bb51b19e543165aafd12583c1ce8365d222 (patch) | |
tree | 00890d67da99d98041e0ff35e61759ad8f557bdc | |
parent | 82d16533abb4cbe4435b4f4f2951793dcf687c6f (diff) | |
download | FreeBSD-src-0aa68bb51b19e543165aafd12583c1ce8365d222.zip FreeBSD-src-0aa68bb51b19e543165aafd12583c1ce8365d222.tar.gz |
The number of ticks per usec for YUKON_EC is 125.
-rw-r--r-- | sys/dev/sk/if_skreg.h | 2 | ||||
-rw-r--r-- | 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 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 diff --git a/sys/pci/if_skreg.h b/sys/pci/if_skreg.h index 3b5cc41..a7f045a 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 |