summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-03-10 10:10:46 +0000
committerphk <phk@FreeBSD.org>2004-03-10 10:10:46 +0000
commitbaa66583e1c8e69fbf430610db76636063ea5f80 (patch)
tree1187d6c2380b5644d19f6bef92f33eafe17cac24
parentc1542ae4851a2c2c39a311f08401defbd3ec1a6c (diff)
downloadFreeBSD-src-baa66583e1c8e69fbf430610db76636063ea5f80.zip
FreeBSD-src-baa66583e1c8e69fbf430610db76636063ea5f80.tar.gz
Use the external clock input for our PLL.
This may not be a generally valid configuration, but neither is relying on the PCI clock to be stable. The only currently known and supported hardware is the VPN14x1 from Soekris, and since it has external clock, we fail safe(r) by using it. Unfortunately there is no way to probe this reliably.
-rw-r--r--sys/dev/hifn/hifn7751reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hifn/hifn7751reg.h b/sys/dev/hifn/hifn7751reg.h
index 8c27d7f..5f7099a 100644
--- a/sys/dev/hifn/hifn7751reg.h
+++ b/sys/dev/hifn/hifn7751reg.h
@@ -375,7 +375,7 @@ typedef struct hifn_desc {
/*
* PLL config register
*/
-#define HIFN_PLL_7956 0x00001d18 /* 7956 PLL config value */
+#define HIFN_PLL_7956 0x00001d19 /* 7956 PLL config value */
/*********************************************************************
* Structs for board commands
OpenPOWER on IntegriCloud