From 3fa3f9a73e3b76e2e2f846798b1392d709dc1cf4 Mon Sep 17 00:00:00 2001 From: Pyun YongHyeon Date: Tue, 25 Jul 2006 00:20:11 +0000 Subject: [PATCH] Connect gentbi, ip1000phy to the build. --- sys/conf/files | 2 ++ sys/modules/mii/Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index 3d4c03cb83a..a089a970116 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -724,8 +724,10 @@ dev/mii/ciphy.c optional miibus | ciphy dev/mii/e1000phy.c optional miibus | e1000phy # XXX only xl cards? dev/mii/exphy.c optional miibus | exphy +dev/mii/gentbi.c optional miibus | gentbi # XXX only fxp cards? dev/mii/inphy.c optional miibus | inphy +dev/mii/ip1000phy.c optional miibus | ip1000phy 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 94754183b20..a4d5a30fb27 100644 --- a/sys/modules/mii/Makefile +++ b/sys/modules/mii/Makefile @@ -7,7 +7,7 @@ SRCS= mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_if.h pci_if.h SRCS+= miibus_if.h miidevs.h device_if.h miibus_if.c e1000phy.c exphy.c nsphy.c SRCS+= mlphy.c tlphy.c rlphy.c amphy.c inphy.c tdkphy.c SRCS+= bmtphy.c brgphy.c xmphy.c pnaphy.c lxtphy.c qsphy.c acphy.c nsgphy.c -SRCS+= rgephy.c ruephy.c ciphy.c +SRCS+= rgephy.c ruephy.c ciphy.c gentbi.c ip1000phy.c EXPORT_SYMS= mii_mediachg \ mii_tick \