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

John Baldwin jhb at FreeBSD.org
Tue May 6 20:49:54 UTC 2008


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)


More information about the cvs-all mailing list