cvs commit: src/sbin/atacontrol atacontrol.c src/sys/dev/ata ata-raid.c src/sys/sys ata.h

John Baldwin jhb at FreeBSD.org
Mon Aug 13 11:46:32 PDT 2007


jhb         2007-08-13 18:46:31 UTC

  FreeBSD src repository

  Modified files:
    sbin/atacontrol      atacontrol.c 
    sys/dev/ata          ata-raid.c 
    sys/sys              ata.h 
  Log:
  Expand the data structure returned by the ATA RAID status ioctl to include
  detailed status on each of the backing subdisks.  This allows userland
  to see which subdisks are online, failed, missing, or a hot spare.
  
  MFC after:      1 week
  Approved by:    re (bmah)
  Reviewed by:    sos
  
  Revision  Changes    Path
  1.43      +31 -19    src/sbin/atacontrol/atacontrol.c
  1.124     +22 -14    src/sys/dev/ata/ata-raid.c
  1.36      +17 -1     src/sys/sys/ata.h


More information about the cvs-all mailing list