]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r287473
authorallanjude <allanjude@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 14 Jan 2016 01:42:09 +0000 (01:42 +0000)
committerallanjude <allanjude@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 14 Jan 2016 01:42:09 +0000 (01:42 +0000)
commitc4d42a9cad130e20fc7ae7b9abc551259f1c6e7b
tree00a209ce4fbe78949f645663648c888d02e7651a
parent47da012e59d5fbca42a39588b2db6501d869a6b0
MFC: r287473
  Add the new sesutil(8) utility for managing SCSI Enclosure Services (SES) device.

MFC: r287493
  Fix iteration bug

MFC: r287485, r287494, r287992
  Please the angry gcc 4.2 gods

MFC: r287988
  Improve and expand sesutil(8)

  Return an error if no matching device is found
  Locate can address a slot, in addition to a drive
  Added fault, similar to locate but blinks a different LED
  Added the map command, lists all devices connected to the SES controller
  Added the status command, overall status of the SES controller

MFC: r292092
  sesutil: fix map not printing the status of the LED device in an array

MFC: r292093
  sesutil: pass the correct element type when printing the SES map

MFC: r292121
  sesutil: Add extra information specific to some SES devices to sesutil map

MFC: r292122
  Fix sesutil locate when a sesid is passed to locate command

MFC: r292262
  Show the enclosure name and id in sesutil map

Relnotes: yes
Sponsored by: Gandi.net
Sponsored by: ScaleEngine Inc.

git-svn-id: svn://svn.freebsd.org/base/stable/10@293865 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/sesutil/Makefile
usr.sbin/sesutil/eltsub.c [new file with mode: 0644]
usr.sbin/sesutil/eltsub.h [new file with mode: 0644]
usr.sbin/sesutil/sesutil.8
usr.sbin/sesutil/sesutil.c