summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-05-06 20:49:53 +0000
committerjhb <jhb@FreeBSD.org>2008-05-06 20:49:53 +0000
commitc4f1aa7251b649f44b1b0ca2a901cabefe60d9d0 (patch)
tree8e670d8ceb3787864acc8697edd49ac21b60dd85 /sys/modules
parent1f11c1549b5e89246b0ef995b0718a8673bec4f3 (diff)
downloadFreeBSD-src-c4f1aa7251b649f44b1b0ca2a901cabefe60d9d0.zip
FreeBSD-src-c4f1aa7251b649f44b1b0ca2a901cabefe60d9d0.tar.gz
Add a new personality to mpt(4) devices to allow userland applications to
perform various operations on a controller. Specifically, for each mpt(4) device, create a character device in devfs which accepts ioctl requests for reading and writing configuration pages and performing RAID actions. MFC after: 1 week Reviewed by: scottl
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/mpt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mpt/Makefile b/sys/modules/mpt/Makefile
index 82f5e54..03bae4c 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_cam.c mpt_debug.c mpt_pci.c mpt_raid.c
+ mpt.c mpt_cam.c mpt_debug.c mpt_pci.c mpt_raid.c mpt_user.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud