1999-08-27 21:08:13 -04:00
|
|
|
# $FreeBSD$
|
1999-08-21 13:40:53 -04:00
|
|
|
|
2001-01-06 09:00:42 -05:00
|
|
|
.PATH: ${.CURDIR}/../../dev/mii
|
|
|
|
|
|
|
|
|
|
KMOD= miibus
|
|
|
|
|
SRCS= mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_if.h pci_if.h
|
2003-01-18 21:59:34 -05:00
|
|
|
SRCS+= miibus_if.h miidevs.h device_if.h miibus_if.c e1000phy.c exphy.c nsphy.c
|
2007-06-10 22:07:08 -04:00
|
|
|
SRCS+= mlphy.c tlphy.c rlphy.c amphy.c icsphy.c inphy.c tdkphy.c
|
2002-08-06 02:09:47 -04:00
|
|
|
SRCS+= bmtphy.c brgphy.c xmphy.c pnaphy.c lxtphy.c qsphy.c acphy.c nsgphy.c
|
2006-07-24 20:20:11 -04:00
|
|
|
SRCS+= rgephy.c ruephy.c ciphy.c gentbi.c ip1000phy.c
|
1999-08-21 13:40:53 -04:00
|
|
|
|
2002-01-10 20:16:00 -05:00
|
|
|
EXPORT_SYMS= mii_mediachg \
|
|
|
|
|
mii_tick \
|
|
|
|
|
mii_pollstat \
|
|
|
|
|
mii_phy_probe \
|
|
|
|
|
mii_phy_reset
|
|
|
|
|
|
2000-05-26 21:14:33 -04:00
|
|
|
.include <bsd.kmod.mk>
|