diff options
| author | Pyun YongHyeon <yongari@FreeBSD.org> | 2006-07-25 00:20:11 +0000 |
|---|---|---|
| committer | Pyun YongHyeon <yongari@FreeBSD.org> | 2006-07-25 00:20:11 +0000 |
| commit | 3fa3f9a73e3b76e2e2f846798b1392d709dc1cf4 (patch) | |
| tree | 3385ef104066da4b9abe7ea9f19a853f1e797873 /sys | |
| parent | 60a05afef91d17ef35f252033c7ad8801de76e17 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/files | 2 | ||||
| -rw-r--r-- | sys/modules/mii/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 3d4c03cb83a6..a089a9701162 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 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 \ |
