summaryrefslogtreecommitdiffstats
path: root/sys/modules/oldcard
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-06-18 05:08:57 +0000
committerimp <imp@FreeBSD.org>2000-06-18 05:08:57 +0000
commit03929467293a9f8ce71e36d10075f06c9b312b30 (patch)
tree489396fb2fb113b5b685873a30a4285f38ccf1f0 /sys/modules/oldcard
parentfbb71d76ef36f41df99d3969752f7b2e8411512c (diff)
downloadFreeBSD-src-03929467293a9f8ce71e36d10075f06c9b312b30.zip
FreeBSD-src-03929467293a9f8ce71e36d10075f06c9b312b30.tar.gz
Preliminary commit of oldcard module. This might not work, but will.
This should allow one to load oldcard or newcard for testing. Please let me know if this doesn't work. Don't load this and either of pcic or pccard. I've not tried it, but I suspect bad things will happen.
Diffstat (limited to 'sys/modules/oldcard')
-rw-r--r--sys/modules/oldcard/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/modules/oldcard/Makefile b/sys/modules/oldcard/Makefile
new file mode 100644
index 0000000..a4e40a1
--- /dev/null
+++ b/sys/modules/oldcard/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../pccard
+KMOD= oldcard
+SRCS= pccard.c pcic.c pccard_beep.c pccard_nbk.c \
+ opt_pcic.h opt_compat_oldisa.h \
+ device_if.h bus_if.h isa_if.h \
+ power_if.h card_if.h power_if.c card_if.c
+NOMAN=
+
+opt_pcic.h:
+ touch $@
+
+opt_compat_oldisa.h:
+ touch $@
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud