summaryrefslogtreecommitdiffstats
path: root/sys/modules/mii
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>1999-12-04 17:41:31 +0000
committerwpaul <wpaul@FreeBSD.org>1999-12-04 17:41:31 +0000
commitcdd3a692fef117748428ae5f3c1c4991493348a0 (patch)
treec7c9beca143450e4c9418057e32fb311cb40b041 /sys/modules/mii
parent46e40e0c76b9170a8c1a4d7d1236f62a00b8fc19 (diff)
downloadFreeBSD-src-cdd3a692fef117748428ae5f3c1c4991493348a0.zip
FreeBSD-src-cdd3a692fef117748428ae5f3c1c4991493348a0.tar.gz
Add the if_dc driver and remove all of the al, ax, dm, pn and mx drivers
which it replaces. The new driver supports all of the chips supported by the ones it replaces, as well as many DEC/Intel 21143 10/100 cards. This also completes my quest to convert things to miibus and add Alpha support.
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 72eb718..407f3c3 100644
--- a/sys/modules/mii/Makefile
+++ b/sys/modules/mii/Makefile
@@ -4,7 +4,7 @@
KMOD = miibus
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 amphy.c mxphy.c
+SRCS += mlphy.c tlphy.c rlphy.c amphy.c dcphy.c pnphy.c
CFLAGS += ${DEBUG_FLAGS}
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud