summaryrefslogtreecommitdiffstats
path: root/sys/dev/hifn/hifn7751var.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2005-01-19 17:03:35 +0000
committersam <sam@FreeBSD.org>2005-01-19 17:03:35 +0000
commitd8d2e1377d2504ca7ce7668789ac9fd846369867 (patch)
tree82b13bea8e717b5f15afaf1b96a251a7bfddb027 /sys/dev/hifn/hifn7751var.h
parent91cec8c109d11b0b969effab2c7e7eabd01ed8ae (diff)
downloadFreeBSD-src-d8d2e1377d2504ca7ce7668789ac9fd846369867.zip
FreeBSD-src-d8d2e1377d2504ca7ce7668789ac9fd846369867.tar.gz
Update support for 795x parts:
o rework pll setup code to follow h/w specification o add hint.hifn.X.pllconfig to specify reference clock setup requirements; default is pci66 which means the clock is derived from the PCI bus clock and the card resides in a 66MHz slot Tested on 7955 and 7956 cards; support for 7954 cards not enabled since we have no cards to test against. In collaboration with Poul-Henning Kamp. Reviewed by: phk MFC after: 1 week
Diffstat (limited to 'sys/dev/hifn/hifn7751var.h')
-rw-r--r--sys/dev/hifn/hifn7751var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hifn/hifn7751var.h b/sys/dev/hifn/hifn7751var.h
index a92d77b..046d204 100644
--- a/sys/dev/hifn/hifn7751var.h
+++ b/sys/dev/hifn/hifn7751var.h
@@ -149,7 +149,7 @@ struct hifn_softc {
u_int32_t sc_dmaier;
u_int32_t sc_drammodel; /* 1=dram, 0=sram */
-
+ u_int32_t sc_pllconfig; /* 7954/7955/7956 PLL config */
struct hifn_dma *sc_dma;
bus_dmamap_t sc_dmamap;
OpenPOWER on IntegriCloud