summaryrefslogtreecommitdiffstats
path: root/sys/mips/atheros/ar71xx_chip.h
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-04-15 22:34:22 +0000
committeradrian <adrian@FreeBSD.org>2012-04-15 22:34:22 +0000
commit66d589b127f7dad9c8668d9aa90fa686c0360301 (patch)
tree5db0e5f9c3839c2914ee169e129509372dac5c17 /sys/mips/atheros/ar71xx_chip.h
parent748c9a0d1ccd0c83d8126bd9cd90a302a1b31b98 (diff)
downloadFreeBSD-src-66d589b127f7dad9c8668d9aa90fa686c0360301.zip
FreeBSD-src-66d589b127f7dad9c8668d9aa90fa686c0360301.tar.gz
The AR913x MII speed configuration matches the AR71xx MII configuration.
So share the code. Don't do it for the AR724x - that has a completely different set of PLL and MII configuration parameters.
Diffstat (limited to 'sys/mips/atheros/ar71xx_chip.h')
-rw-r--r--sys/mips/atheros/ar71xx_chip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/atheros/ar71xx_chip.h b/sys/mips/atheros/ar71xx_chip.h
index ccecc23..4869f31 100644
--- a/sys/mips/atheros/ar71xx_chip.h
+++ b/sys/mips/atheros/ar71xx_chip.h
@@ -30,5 +30,6 @@
#define __AR71XX_CHIP_H__
extern struct ar71xx_cpu_def ar71xx_chip_def;
+extern void ar71xx_chip_set_mii_speed(uint32_t unit, uint32_t speed);
#endif
OpenPOWER on IntegriCloud