diff options
author | loos <loos@FreeBSD.org> | 2016-12-30 19:55:04 +0000 |
---|---|---|
committer | loos <loos@FreeBSD.org> | 2016-12-30 19:55:04 +0000 |
commit | 35ffcf6e171e537d673bb496db2e6d4ba08181ef (patch) | |
tree | 506a86b10d8329b6dce9486097f76ca0f045ecbd /sys/conf | |
parent | 2d50a7cdeffbd4d0cdfd66cd6a727000dc6043c0 (diff) | |
download | FreeBSD-src-35ffcf6e171e537d673bb496db2e6d4ba08181ef.zip FreeBSD-src-35ffcf6e171e537d673bb496db2e6d4ba08181ef.tar.gz |
MFC of r303230, r303253 and r303420:
Add support for the Microchip/Micrel KSZ9031 Gigabit Ethernet PHY.
Enable the build of micphy as part of generic miibus build, but only for
FDT enabled systems.
The Micrel PHYs reads the optional external delays from DTB.
Tested on uBMC and uFW.
Sponsored by: Rubicon Communications (Netgate)
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index de4bef8..1216616 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2094,6 +2094,7 @@ dev/mii/icsphy.c optional miibus | icsphy dev/mii/ip1000phy.c optional miibus | ip1000phy dev/mii/jmphy.c optional miibus | jmphy dev/mii/lxtphy.c optional miibus | lxtphy +dev/mii/micphy.c optional miibus fdt | micphy fdt dev/mii/mii.c optional miibus | mii dev/mii/mii_bitbang.c optional miibus | mii_bitbang dev/mii/mii_physubr.c optional miibus | mii |