1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Remove vestiges of oldcard and owi.

This commit is contained in:
Ruslan Ermilov 2005-11-17 06:51:49 +00:00
parent 75ff209cbb
commit 1a9e52fbfb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152541
2 changed files with 0 additions and 19 deletions

View File

@ -1,8 +1,5 @@
# $FreeBSD$
# oldcard -- specialized use for debugging only.
# owi -- totally unsupported for debugging only.
SUBDIR= ${_3dfx} \
${_aac} \
accf_data \

View File

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