History log of /freebsd-10-stable/usr.sbin/sesutil/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
306797 07-Oct-2016 mav

MFC r306528: Fix `sesutil fault` operation.

Fault and ident bits are located in different control bytes, so previous
code was just doing nothing, writing into reserved bit.

293876 14-Jan-2016 allanjude

Convert usr.sbin/sesutil to LPADD/DPADD for stable/10

Direct commit to stable/10

Pointy Hat To: allanjude

293865 14-Jan-2016 allanjude

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.

288710 05-Oct-2015 bapt

MFC 287473,287485,287493,287494

Add a new sesutil(8) utility

This is an utility for managing SCSI Enclosure Services (SES) device.

For now only one command is supported "locate" which will change the test of the
external LED associated to a given disk.

Usage if the following:
sesutil locate disk [on|off]

Disk can be a device name: "da12" or a special keyword: "all".

Reviewed by: mav
Relnotes: yes
Sponsored by: gandi.net

287473 05-Sep-2015 bapt

Add a new sesutil(8) utility

This is an utility for managing SCSI Enclosure Services (SES) device.

For now only one command is supported "locate" which will change the test of the
external LED associated to a given disk.

Usage if the following:
sesutil locate disk [on|off]

Disk can be a device name: "da12" or a special keyword: "all".

Reviewed by: mav
MFC after: 1 month
Relnotes: yes
Sponsored by: gandi.net
Differential Revision: https://reviews.freebsd.org/D3544