summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-12-27 19:01:47 +0000
committersos <sos@FreeBSD.org>1998-12-27 19:01:47 +0000
commit32fd2a83cb19ef87c5cbceb5e962191067fe1ffa (patch)
tree17708c8b17a7b1ea44231a0860071f85242a069a
parentd52e9e0c06cffe91a7a2f2e63d8b74e75aa293ce (diff)
downloadFreeBSD-src-32fd2a83cb19ef87c5cbceb5e962191067fe1ffa.zip
FreeBSD-src-32fd2a83cb19ef87c5cbceb5e962191067fe1ffa.tar.gz
Remove depricated wcd module.
-rw-r--r--sys/modules/Makefile4
-rw-r--r--sys/modules/wcd/Makefile29
2 files changed, 2 insertions, 31 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 2f66d7d..f838a4e 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.38 1998/11/04 17:15:07 msmith Exp $
+# $Id: Makefile,v 1.39 1998/11/04 18:25:23 jdp Exp $
# XXX present but broken: ip_mroute_mod
# XXX not yet completed porting: pcic syscons/*
@@ -8,7 +8,7 @@ SUBDIR= ccd cd9660 coda fdesc if_disc if_ppp if_sl if_tun ipfw kernfs \
# XXX some of these can move to the general case when de-i386'ed
.if ${MACHINE_ARCH} == "i386"
-SUBDIR+=atapi coff fpu gnufpu ibcs2 joy linux syscons vesa wcd
+SUBDIR+=atapi coff fpu gnufpu ibcs2 joy linux syscons vesa
.endif
.include <bsd.subdir.mk>
diff --git a/sys/modules/wcd/Makefile b/sys/modules/wcd/Makefile
deleted file mode 100644
index 9f1dfb1..0000000
--- a/sys/modules/wcd/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: Makefile,v 1.11 1998/02/25 01:40:55 bde Exp $
-
-.PATH: ${.CURDIR}/../../i386/isa
-KMOD = wcd
-SRCS = wcd.c wdc.h wcd.h opt_atapi.h opt_devfs.h
-NOMAN =
-CFLAGS += -DWCD_MODULE
-CLEANFILES += wdc.h wcd.h opt_atapi.h opt_devfs.h
-
-load: ${PROG}
- ${MODLOAD} -u -e wcd $(PROG)
-
-unload: ${PROG}
- ${MODUNLOAD} -n wcd
-
-wdc.h:
- echo "#define NWDC 2" > wdc.h
- echo "#define NWD 4" >> wdc.h
-
-wcd.h:
- echo "#define NWCD 1" > wcd.h
-
-opt_atapi.h:
- echo "#define ATAPI 1"> opt_atapi.h
-
-opt_devfs.h:
- touch opt_devfs.h
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud