Module for exca. Eventually, this will be shared between pcic and pccbb.

This commit is contained in:
Warner Losh 2002-01-29 06:53:32 +00:00
parent 75e5462e30
commit 70fe064ad7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=89951

View File

@ -0,0 +1,8 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/exca
KMOD= exca
SRCS= exca.c device_if.h bus_if.h power_if.h card_if.h
.include <bsd.kmod.mk>