6ebda87d5b
DP83847 PHYs. The main reason for using a specific driver for these PHYs are reset quirks similar to the nsphy(4) driven DP83840A. PR: 112654 Obtained from: NetBSD MFC after: 2 weeks Thanks to: mlaier for testing w/ DP83815
20 lines
534 B
Makefile
20 lines
534 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/mii
|
|
|
|
KMOD= miibus
|
|
SRCS= acphy.c amphy.c bmtphy.c brgphy.c bus_if.h ciphy.c device_if.h
|
|
SRCS+= e1000phy.c exphy.c gentbi.c icsphy.c inphy.c ip1000phy.c
|
|
SRCS+= lxtphy.c miibus_if.c miibus_if.h mii.c miidevs.h mii_physubr.c
|
|
SRCS+= mlphy.c nsgphy.c nsphy.c nsphyter.c pci_if.h pnaphy.c qsphy.c
|
|
SRCS+= rgephy.c rlphy.c ruephy.c tdkphy.c tlphy.c ukphy.c ukphy_subr.c
|
|
SRCS+= xmphy.c
|
|
|
|
EXPORT_SYMS= mii_mediachg \
|
|
mii_phy_probe \
|
|
mii_phy_reset \
|
|
mii_pollstat \
|
|
mii_tick
|
|
|
|
.include <bsd.kmod.mk>
|