summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-07-10 15:07:57 +0000
committerscottl <scottl@FreeBSD.org>2005-07-10 15:07:57 +0000
commit69f69c65199b48fa02e3091934e8c271ce0e56f3 (patch)
tree6c05fe24ffa6b849660791a2752aa8b982d86ed1
parent9126bcda9d6b16e4f6f3a24f5f7db39bf74deaa3 (diff)
downloadFreeBSD-src-69f69c65199b48fa02e3091934e8c271ce0e56f3.zip
FreeBSD-src-69f69c65199b48fa02e3091934e8c271ce0e56f3.tar.gz
Update for the new and removed MPT driver files.
Submitted by: gibbs Approved by: re
-rw-r--r--sys/conf/files3
-rw-r--r--sys/modules/mpt/Makefile2
2 files changed, 3 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 9ed6461..985171d 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -670,9 +670,10 @@ dev/mlx/mlx_disk.c optional mlx
dev/mlx/mlx_pci.c optional mlx pci
dev/mly/mly.c optional mly
dev/mpt/mpt.c optional mpt
+dev/mpt/mpt_cam.c optional mpt
dev/mpt/mpt_debug.c optional mpt
-dev/mpt/mpt_freebsd.c optional mpt
dev/mpt/mpt_pci.c optional mpt pci
+dev/mpt/mpt_raid.c optional mpt
dev/my/if_my.c optional my
dev/ncv/ncr53c500.c optional ncv
dev/ncv/ncr53c500_pccard.c optional ncv pccard
diff --git a/sys/modules/mpt/Makefile b/sys/modules/mpt/Makefile
index 464db22..82f5e54 100644
--- a/sys/modules/mpt/Makefile
+++ b/sys/modules/mpt/Makefile
@@ -5,6 +5,6 @@
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
+ mpt.c mpt_cam.c mpt_debug.c mpt_pci.c mpt_raid.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud