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

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>