mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 23:45:12 -04:00
Fix arge0 mdio bus
This makes arge0 phy's attach. Submitted by: Michael Vale <m.vale@live.com.au> Pull Request: https://github.com/freebsd/freebsd/pull/16
This commit is contained in:
parent
64aa3f3046
commit
e7eec274e1
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
# arge1 MDIO bus
|
||||
# arge0 MDIO bus
|
||||
hint.argemdio.0.at="nexus0"
|
||||
hint.argemdio.0.maddr=0x1a000000
|
||||
hint.argemdio.0.maddr=0x19000000
|
||||
hint.argemdio.0.msize=0x1000
|
||||
hint.argemdio.0.order=0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue