summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-11-17 06:51:49 +0000
committerru <ru@FreeBSD.org>2005-11-17 06:51:49 +0000
commit489c59fcd460882eb6abaa791e4117adecff7fe8 (patch)
treeecfcd138d7eccf2381fab451a0654972476de16a /sys
parent5fa674913848bccaaf6b269105472b89eb8b525f (diff)
downloadFreeBSD-src-489c59fcd460882eb6abaa791e4117adecff7fe8.zip
FreeBSD-src-489c59fcd460882eb6abaa791e4117adecff7fe8.tar.gz
Remove vestiges of oldcard and owi.
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/Makefile3
-rw-r--r--sys/modules/oldcard/Makefile16
2 files changed, 0 insertions, 19 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index c11405f..69bc0bb 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,8 +1,5 @@
# $FreeBSD$
-# oldcard -- specialized use for debugging only.
-# owi -- totally unsupported for debugging only.
-
SUBDIR= ${_3dfx} \
${_aac} \
accf_data \
diff --git a/sys/modules/oldcard/Makefile b/sys/modules/oldcard/Makefile
deleted file mode 100644
index cbe92d7..0000000
--- a/sys/modules/oldcard/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../pccard ${.CURDIR}/../../pci
-
-KMOD= oldcard
-SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c pcic_pci.c pcic_isa.c \
- opt_pcic.h device_if.h bus_if.h isa_if.h pci_if.h \
- power_if.h card_if.h pccarddevs.h
-
-EXPORT_SYMS= YES # XXX evaluate
-
-.if ${MACHINE} == "pc98"
-SRCS += mecia.c
-.endif
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud