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
|
2009-03-30 12:01:09 -04:00
|
|
|
SRCS= acphy.c amphy.c atphy.c axphy.c bmtphy.c brgphy.c bus_if.h
|
|
|
|
|
SRCS+= ciphy.c device_if.h
|
2008-05-26 21:23:17 -04:00
|
|
|
SRCS+= e1000phy.c exphy.c gentbi.c icsphy.c inphy.c ip1000phy.c jmphy.c
|
2008-01-26 20:02:29 -05:00
|
|
|
SRCS+= lxtphy.c miibus_if.c miibus_if.h mii.c miidevs.h mii_physubr.c
|
2008-01-26 20:10:41 -05:00
|
|
|
SRCS+= mlphy.c nsgphy.c nsphy.c nsphyter.c pci_if.h pnaphy.c qsphy.c
|
2008-06-20 15:28:33 -04:00
|
|
|
SRCS+= rgephy.c rlphy.c ruephy.c tdkphy.c tlphy.c truephy.c ukphy.c
|
|
|
|
|
SRCS+= ukphy_subr.c
|
2008-01-26 20:02:29 -05:00
|
|
|
SRCS+= xmphy.c
|
1999-08-21 13:40:53 -04:00
|
|
|
|
2002-01-10 20:16:00 -05:00
|
|
|
EXPORT_SYMS= mii_mediachg \
|
|
|
|
|
mii_phy_probe \
|
2008-01-26 20:02:29 -05:00
|
|
|
mii_phy_reset \
|
|
|
|
|
mii_pollstat \
|
|
|
|
|
mii_tick
|
2002-01-10 20:16:00 -05:00
|
|
|
|
2000-05-26 21:14:33 -04:00
|
|
|
.include <bsd.kmod.mk>
|