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

Resplit pcic back into two pcic and pccard.

This commit is contained in:
Warner Losh 2000-08-30 07:32:22 +00:00
parent 7e207ea18c
commit 429a82acc6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65244
2 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../dev/pccard
KMOD= pccard
SRCS= pccard.c pccard_cis.c pccard_cis_quirks.c \
device_if.h bus_if.h card_if.h card_if.c power_if.h power_if.c
device_if.h bus_if.h card_if.h power_if.h
NOMAN=
.include <bsd.kmod.mk>

View File

@ -1,10 +1,11 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard
.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard \
${.CURDIR}/../../pci
KMOD= pcic
SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \
pccard.c pccard_cis.c pccard_cis_quirks.c \
power_if.h card_if.h power_if.c card_if.c
pcic_p.c pci_if.h power_if.h card_if.h power_if.c card_if.c
# pcic_p above is a kludge.
NOMAN=
.include <bsd.kmod.mk>