diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2012-04-15 22:59:56 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2012-04-15 22:59:56 +0000 |
commit | 468d6f48b39d4b4ab328fb215440fc024961dece (patch) | |
tree | 31a380976690057e331f97e18b9f6dfb81876835 /sys | |
parent | 5fdb2379cb928f461356daedd9cef6dd224c4a31 (diff) | |
download | src-468d6f48b39d4b4ab328fb215440fc024961dece.tar.gz src-468d6f48b39d4b4ab328fb215440fc024961dece.zip |
Notes
Diffstat (limited to 'sys')
-rw-r--r-- | sys/mips/conf/AP96.hints | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/sys/mips/conf/AP96.hints b/sys/mips/conf/AP96.hints index b69330a1633e..63ce1baf733c 100644 --- a/sys/mips/conf/AP96.hints +++ b/sys/mips/conf/AP96.hints @@ -1,17 +1,15 @@ # $FreeBSD$ -hint.arge.0.phymask=0x000c -hint.arge.0.media=100 +# TODO: RGMII +hint.arge.0.phymask=0x0f +hint.arge.0.media=1000 hint.arge.0.fduplex=1 -# XXX grab these from uboot? -# hint.arge.0.eeprommac=0x1f01fc00 - -# The ath NICs have calibration data in flash. -# PCI slot 17 -# hint.ath.0.eepromaddr=0x1fff1000 -# PCI slot 18 -# hint.ath.1.eepromaddr=0x1fff5000 +# TODO: RGMII +# TODO: pll_1000 = 0x1f000000 +hint.arge.1.phymask=0x10 +# hint.arge.1.media=1000 +# hint.arge.1.fduplex=1 # ath0 - slot 17 hint.pcib.0.bus.0.17.0.ath_fixup_addr=0x1fff1000 |