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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to