History log of /freebsd-11.0-release/share/examples/ses/srcs/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


291126 21-Nov-2015 mav

Add API to obtain primary enclosure name and ID for /dev/sesX devices.

sesX device number may change between reboots, so to properly identify
the instance we need more data. Name and ID reported here may mach ones
reported by SCSI device, but that is not really required by specs.

MFC after: 1 week
Sponsored by: iXsystems, Inc.


242647 06-Nov-2012 mav

Decode common state bits in getencstat output.


242638 06-Nov-2012 mav

Add -c option to sesd to make it clear enclosure status after reading it
in case if it is not permanent and was fixed.


242634 05-Nov-2012 mav

Rise priority of the informational messages from LOG_INFO to LOG_NOTICE,
same as used for OK status. Otherwise it looks strange when OK status is
reported, while informational is not.


242621 05-Nov-2012 mav

Fix a minor typo.


235911 24-May-2012 mav

MFprojects/zfsd:
Revamp the CAM enclosure services driver.
This updated driver uses an in-kernel daemon to track state changes and
publishes physical path location information\for disk elements into the
CAM device database.

Sponsored by: Spectra Logic Corporation
Sponsored by: iXsystems, Inc.
Submitted by: gibbs, will, mav


222339 27-May-2011 mav

Change new constant names to ones used by OpenSolaris.


222338 27-May-2011 mav

Oops, fix typo in r222336.


222336 27-May-2011 mav

Add names for few more SES element types according SES-2 specification.


198934 04-Nov-2009 delphij

Cleanup code to make it WARNS=6 clean:

- ANSIfy prototypes;
- Add __unused for parameters that is not being currently used;
- Add a header for subrountines being called from other modules.

Reviewed by: mjacob


198929 04-Nov-2009 delphij

Include string.h for prototype of strcmp().


57580 29-Feb-2000 mjacob

Update SES userland examples to something out of the toy stage.
Approved: jkh