summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/modules/Makefile1
-rw-r--r--sys/modules/pcic/Makefile9
2 files changed, 0 insertions, 10 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index af4e9cd..a4d59d8 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
-# pcic -- currently broken and being worked on out of tree.
# oldcard -- specialized use for debugging only.
# owi -- totally unsupported for debugging only.
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile
deleted file mode 100644
index 00b0643..0000000
--- a/sys/modules/pcic/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# $FreeBSD$
-
-.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard
-
-KMOD= pcic
-SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \
- power_if.h card_if.h power_if.c card_if.c pccarddevs.h
-
-.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud