Date: Tue, 6 May 2008 20:49:53 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mpt_ioctl.h src/sys/conf files src/sys/dev/mpt mpt.h mpt_user.c src/sys/modules/mpt Makefile Message-ID: <200805062049.m46Knr7F031353@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2008-05-06 20:49:53 UTC FreeBSD src repository Modified files: sys/conf files sys/dev/mpt mpt.h sys/modules/mpt Makefile Added files: sys/sys mpt_ioctl.h sys/dev/mpt mpt_user.c Log: 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 Revision Changes Path 1.1297 +1 -0 src/sys/conf/files 1.46 +3 -0 src/sys/dev/mpt/mpt.h 1.1 +755 -0 src/sys/dev/mpt/mpt_user.c (new) 1.3 +1 -1 src/sys/modules/mpt/Makefile 1.1 +132 -0 src/sys/sys/mpt_ioctl.h (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805062049.m46Knr7F031353>