summaryrefslogtreecommitdiffstats
path: root/sys/modules/mii
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-09-20 17:04:30 +0000
committerwpaul <wpaul@FreeBSD.org>2000-09-20 17:04:30 +0000
commit258ce9d2c6d2d874847ea653677e0b52e96e99ac (patch)
tree65bfac037182490d550905b48e772e95eefc83ee /sys/modules/mii
parenta5f9667adeef1c89fc61072bc8cd4e07916557f7 (diff)
downloadFreeBSD-src-258ce9d2c6d2d874847ea653677e0b52e96e99ac.zip
FreeBSD-src-258ce9d2c6d2d874847ea653677e0b52e96e99ac.tar.gz
Add a homePNA PHY driver. This is really only a stub: MII-based homePNA
PHYs tend to look like 10mbps PHYs with no autonegotiation. This allows us to display the proper media type and link status however.
Diffstat (limited to 'sys/modules/mii')
-rw-r--r--sys/modules/mii/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile
index 73fcdac..82a3225 100644
--- a/sys/modules/mii/Makefile
+++ b/sys/modules/mii/Makefile
@@ -5,6 +5,6 @@ KMOD = miibus
SRCS = mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_if.h pci_if.h
SRCS += miibus_if.h device_if.h miibus_if.c exphy.c nsphy.c
SRCS += mlphy.c tlphy.c rlphy.c amphy.c dcphy.c pnphy.c
-SRCS += brgphy.c xmphy.c
+SRCS += brgphy.c xmphy.c pnaphy.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud