summaryrefslogtreecommitdiffstats
path: root/sys/modules/dc/Makefile
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/dc/Makefile
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/dc/Makefile')
-rw-r--r--sys/modules/dc/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/dc/Makefile b/sys/modules/dc/Makefile
new file mode 100644
index 0000000..2f87272
--- /dev/null
+++ b/sys/modules/dc/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../pci
+KMOD = if_dc
+SRCS = if_dc.c opt_bdg.h device_if.h bus_if.h pci_if.h
+SRCS += miibus_if.h
+CFLAGS += ${DEBUG_FLAGS}
+KMODDEPS = miibus
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud