From cdd3a692fef117748428ae5f3c1c4991493348a0 Mon Sep 17 00:00:00 2001 From: wpaul Date: Sat, 4 Dec 1999 17:41:31 +0000 Subject: 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. --- sys/modules/mii/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/mii') 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 -- cgit v1.1