summaryrefslogtreecommitdiffstats
path: root/sys/modules/mii
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-09-06 05:27:55 +0000
committerwpaul <wpaul@FreeBSD.org>1999-09-06 05:27:55 +0000
commite274489112ecbda81b8593e62a1eca5415a7ccf6 (patch)
treedc60d2610a51a47aa3f14b2a34b44dd75fdd4861 /sys/modules/mii
parentee1384a267a7d163bd1253e5e007a6c5164447db (diff)
downloadFreeBSD-src-e274489112ecbda81b8593e62a1eca5415a7ccf6.zip
FreeBSD-src-e274489112ecbda81b8593e62a1eca5415a7ccf6.tar.gz
Add a driver for the AMD AM79c873 10/100 PHY. By some strange coincidence,
this PHY and the Davicom DM9101 have exactly the same register definitions. One of them is probably a clone of the other. I'm not sure which. This is needed for the Davicom DM9102 10/100 PCI ethernet driver which will be committed shortly.
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 3720f94..507f61d 100644
--- a/sys/modules/mii/Makefile
+++ b/sys/modules/mii/Makefile
@@ -5,7 +5,7 @@ S = ${.CURDIR}/../..
KMOD = mii
SRCS = mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_if.h
SRCS += miibus_if.h device_if.h miibus_if.c exphy.c nsphy.c
-SRCS += mlphy.c tlphy.c rlphy.c
+SRCS += mlphy.c tlphy.c rlphy.c amphy.c
CLEANFILES += device_if.h bus_if.h miibus_if.h miibus_if.c
CFLAGS += ${DEBUG_FLAGS}
OpenPOWER on IntegriCloud