From e6221b6f5f5c48cbfb0d268023864115ffe75669 Mon Sep 17 00:00:00 2001 From: yongari Date: Mon, 11 Jun 2007 02:07:08 +0000 Subject: Connect icsphy(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 ac58c13..fde91d2 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -768,6 +768,7 @@ 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 +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 diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile index a4d5a30..1b91db5 100644 --- a/sys/modules/mii/Makefile +++ b/sys/modules/mii/Makefile @@ -5,7 +5,7 @@ KMOD= miibus 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+= mlphy.c tlphy.c rlphy.c amphy.c icsphy.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 gentbi.c ip1000phy.c -- cgit v1.1