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.
This commit is contained in:
imp 2000-06-18 05:08:57 +00:00
parent fbb71d76ef
commit 0392946729

View File

@ -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>