Connect icsphy(4) to the build.
This commit is contained in:
parent
78679427f6
commit
a88b5e214f
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user