Fix this based on Mike's moved pci code. We needed to delete the pci_m

from this module anyway, so I just did that.
This commit is contained in:
Warner Losh 2000-12-14 00:06:10 +00:00
parent ea84acd6ad
commit ff93e72c08
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70002

View File

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