Add a module for mpt(4).

This commit is contained in:
John Baldwin 2002-10-31 19:39:23 +00:00
parent de5df1d716
commit bc96e1c7cf
2 changed files with 11 additions and 0 deletions

View File

@ -75,6 +75,7 @@ SUBDIR= 3dfx \
md \
mii \
mlx \
mpt \
msdosfs \
nfsclient \
nfsserver \

10
sys/modules/mpt/Makefile Normal file
View File

@ -0,0 +1,10 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/mpt
KMOD= mpt
SRCS= bus_if.h device_if.h pci_if.h \
opt_cam.h opt_ddb.h \
mpt.c mpt_debug.c mpt_freebsd.c mpt_pci.c
.include <bsd.kmod.mk>