From 5defec9f5227124d8a944e23140891fd5549f1c2 Mon Sep 17 00:00:00 2001 From: Pyun YongHyeon Date: Tue, 27 May 2008 01:23:17 +0000 Subject: [PATCH] Connect jmphy(4) to the build. --- sys/conf/files | 1 + sys/modules/mii/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index 4e1dbc58d31a..4e3fa6158924 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -884,6 +884,7 @@ dev/mii/icsphy.c optional miibus | icsphy # XXX only fxp cards? dev/mii/inphy.c optional miibus | inphy dev/mii/ip1000phy.c optional miibus | ip1000phy +dev/mii/jmphy.c optional miibus | jmphy dev/mii/lxtphy.c optional miibus | lxtphy dev/mii/mii.c optional miibus | mii dev/mii/mii_physubr.c optional miibus | mii diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile index 30f031ffd094..9b7ffd8bc551 100644 --- a/sys/modules/mii/Makefile +++ b/sys/modules/mii/Makefile @@ -4,7 +4,7 @@ KMOD= miibus SRCS= acphy.c amphy.c atphy.c bmtphy.c brgphy.c bus_if.h ciphy.c device_if.h -SRCS+= e1000phy.c exphy.c gentbi.c icsphy.c inphy.c ip1000phy.c +SRCS+= e1000phy.c exphy.c gentbi.c icsphy.c inphy.c ip1000phy.c jmphy.c SRCS+= lxtphy.c miibus_if.c miibus_if.h mii.c miidevs.h mii_physubr.c SRCS+= mlphy.c nsgphy.c nsphy.c nsphyter.c pci_if.h pnaphy.c qsphy.c SRCS+= rgephy.c rlphy.c ruephy.c tdkphy.c tlphy.c ukphy.c ukphy_subr.c