Set correct argemdio addr, comment out arge1 as its not physically
connected to anything. Move a couple of devices out of the kernel and into modules.
This commit is contained in:
parent
8bdcc09641
commit
2bfaedae36
@ -28,9 +28,6 @@ device geom_uncompress # compressed in-memory filesystem hackery!
|
|||||||
|
|
||||||
options ROOTDEVNAME=\"ufs:/dev/map/rootfs.uncompress\"
|
options ROOTDEVNAME=\"ufs:/dev/map/rootfs.uncompress\"
|
||||||
|
|
||||||
# options MD_ROOT
|
|
||||||
# options MD_ROOT_SIZE="6144"
|
|
||||||
|
|
||||||
options AR71XX_ATH_EEPROM # Fetch EEPROM/PCI config from flash
|
options AR71XX_ATH_EEPROM # Fetch EEPROM/PCI config from flash
|
||||||
options ATH_EEPROM_FIRMWARE # Use EEPROM from flash
|
options ATH_EEPROM_FIRMWARE # Use EEPROM from flash
|
||||||
device firmware # Used by the above
|
device firmware # Used by the above
|
||||||
@ -42,10 +39,11 @@ device miiproxy # MDIO bus <-> MII PHY rendezvous
|
|||||||
device etherswitch
|
device etherswitch
|
||||||
device arswitch
|
device arswitch
|
||||||
|
|
||||||
# Enable GPIO
|
|
||||||
device gpio
|
|
||||||
device gpioled
|
|
||||||
|
|
||||||
# hwpmc
|
# hwpmc
|
||||||
device hwpmc_mips24k
|
device hwpmc_mips24k
|
||||||
device hwpmc
|
device hwpmc
|
||||||
|
|
||||||
|
# load these via modules, shrink kernel
|
||||||
|
nodevice if_bridge
|
||||||
|
nodevice bridgestp
|
||||||
|
nodevice random
|
||||||
|
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
# arge1 MDIO bus
|
# arge1 MDIO bus
|
||||||
hint.argemdio.0.at="nexus0"
|
hint.argemdio.0.at="nexus0"
|
||||||
hint.argemdio.0.maddr=0x1a000000
|
hint.argemdio.0.maddr=0x19000000
|
||||||
hint.argemdio.0.msize=0x1000
|
hint.argemdio.0.msize=0x1000
|
||||||
hint.argemdio.0.order=0
|
hint.argemdio.0.order=0
|
||||||
|
|
||||||
hint.arge.0.phymask=0x0
|
hint.arge.0.phymask=0x1
|
||||||
hint.arge.0.media=1000
|
hint.arge.0.media=1000
|
||||||
hint.arge.0.fduplex=1
|
hint.arge.0.fduplex=1
|
||||||
hint.arge.0.eeprommac=0x1f05120c
|
hint.arge.0.eeprommac=0x1f05120c
|
||||||
@ -17,9 +17,9 @@ hint.arge.0.mdio=mdioproxy1 # .. off of the switch mdiobus
|
|||||||
|
|
||||||
|
|
||||||
# arge1: nail to 1000/full, RMII - connected to the switch
|
# arge1: nail to 1000/full, RMII - connected to the switch
|
||||||
hint.arge.1.media=1000 # Map to 1000/full
|
#hint.arge.1.media=1000 # Map to 1000/full
|
||||||
hint.arge.1.fduplex=1 #
|
#hint.arge.1.fduplex=1 #
|
||||||
hint.arge.1.phymask=0x0 # no directly mapped PHYs
|
#hint.arge.1.phymask=0x0 # no directly mapped PHYs
|
||||||
|
|
||||||
#
|
#
|
||||||
# AR7240 switch config
|
# AR7240 switch config
|
||||||
@ -28,7 +28,7 @@ hint.arswitch.0.at="mdio0"
|
|||||||
hint.arswitch.0.is_7240=1 # We need to be explicitly told this
|
hint.arswitch.0.is_7240=1 # We need to be explicitly told this
|
||||||
hint.arswitch.0.numphys=4 # 4 active switch PHYs (PHY 0 -> 3)
|
hint.arswitch.0.numphys=4 # 4 active switch PHYs (PHY 0 -> 3)
|
||||||
hint.arswitch.0.phy4cpu=1 # Yes, PHY 4 == dedicated PHY
|
hint.arswitch.0.phy4cpu=1 # Yes, PHY 4 == dedicated PHY
|
||||||
hint.arswitch.0.is_rgmii=0 # No, not RGMII
|
hint.arswitch.0.is_rgmii=1 # No, not RGMII
|
||||||
hint.arswitch.0.is_gmii=0 # No, not GMII
|
hint.arswitch.0.is_gmii=0 # No, not GMII
|
||||||
|
|
||||||
# ath0 - slot 0
|
# ath0 - slot 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user