aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorPyun YongHyeon <yongari@FreeBSD.org>2006-07-25 00:20:11 +0000
committerPyun YongHyeon <yongari@FreeBSD.org>2006-07-25 00:20:11 +0000
commit3fa3f9a73e3b76e2e2f846798b1392d709dc1cf4 (patch)
tree3385ef104066da4b9abe7ea9f19a853f1e797873 /sys/modules
parent60a05afef91d17ef35f252033c7ad8801de76e17 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/mii/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile
index 94754183b202..a4d5a30fb273 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 \