summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-27 00:33:17 +0000
committerimp <imp@FreeBSD.org>2005-01-27 00:33:17 +0000
commit6ae4221b16e464e617dd17b74512b87c01610184 (patch)
treea0d33b1a338e3804be9306e8106316ad41472e9d /sys/modules
parent42803593a2be4db0114bb0896791b71438ea4d30 (diff)
downloadFreeBSD-src-6ae4221b16e464e617dd17b74512b87c01610184.zip
FreeBSD-src-6ae4221b16e464e617dd17b74512b87c01610184.tar.gz
pcic is gone
Diffstat (limited to 'sys/modules')
-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