From f2fdbb57ca54f2b89af760974016d945420ab738 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 3 Mar 2001 08:31:37 +0000 Subject: Add support for Dlink DL10022 to the ed driver. This is a mii part bolted to a ne-2000 chip. This is necessary for the NetGear FA-410TX and other cards. This also requires you add mii to your kernel if you have an ed driver configured. This code will result in a couple of timeout messages for ed on the impacted cards. Additional work will be needed, but this does work right now, and many people need these cards. Submitted by: Ian Dowse --- sys/modules/ed/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/ed') diff --git a/sys/modules/ed/Makefile b/sys/modules/ed/Makefile index 23dda90b4832..d8a622bd4f90 100644 --- a/sys/modules/ed/Makefile +++ b/sys/modules/ed/Makefile @@ -12,6 +12,6 @@ CFLAGS+= -DPC98 SRCS+= if_ed_isa.c .endif -SRCS+= opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h +SRCS+= opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h miibus_if.h .include -- cgit v1.3