summaryrefslogtreecommitdiffstats
path: root/share/examples/ses
Commit message (Collapse)AuthorAgeFilesLines
* Update share/examples/* to properly install /usr/share/examples.gjb2016-05-105-0/+10
| | | | | | | | | | As result of this, a new examples package is now created. Note, this is only effective with 'SHARED=copies' (the default), as the 'SHARED=symlinks' mechanism will create a symlink to the source tree version of the file(s). Sponsored by: The FreeBSD Foundation
* Add API to obtain primary enclosure name and ID for /dev/sesX devices.mav2015-11-211-0/+12
| | | | | | | | | 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.
* Decode common state bits in getencstat output.mav2012-11-061-2/+6
|
* Add -c option to sesd to make it clear enclosure status after reading itmav2012-11-062-22/+38
| | | | in case if it is not permanent and was fixed.
* Rise priority of the informational messages from LOG_INFO to LOG_NOTICE,mav2012-11-051-3/+2
| | | | | same as used for OK status. Otherwise it looks strange when OK status is reported, while informational is not.
* Fix a minor typo.mav2012-11-051-1/+1
|
* MFprojects/zfsd:mav2012-05-2410-97/+157
| | | | | | | | | | | 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
* Change new constant names to ones used by OpenSolaris.mav2011-05-271-2/+2
|
* Oops, fix typo in r222336.mav2011-05-271-1/+1
|
* Add names for few more SES element types according SES-2 specification.mav2011-05-271-0/+12
|
* Cleanup code to make it WARNS=6 clean:delphij2009-11-0411-40/+54
| | | | | | | | - 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
* Include string.h for prototype of strcmp().delphij2009-11-041-0/+1
|
* Adopt for modern FreeBSD.ru2005-12-105-28/+26
| | | | Requested by: az
* Remove redundant (in FreeBSD) include.ru2005-10-141-3/+0
|
* Fixed the misplaced $FreeBSD$.ru2005-02-094-8/+12
|
* Removed COPTS with equivalent CFLAGS.ru2004-08-131-2/+2
| | | | While here, fixed setting of BINDIR.
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-032-5/+11
|
* Removed trailing whitespace.ru2004-07-024-14/+14
|
* Get rid of duplicates.ru2003-09-142-2/+2
|
* Fix Makefiles to actually work.mjacob2002-07-294-0/+4
|
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).ru2001-07-063-4/+4
|
* Update SES userland examples to something out of the toy stage.mjacob2000-02-2921-134/+788
| | | | Approved: jkh
* Add a minimal example set of how to use the SES ioctls to monitormjacob2000-01-1510-0/+948
SES/SAF-TE devices. It's usable enough (in chpmon) to be alerted as you'd like to be if a powersupply goes south.
OpenPOWER on IntegriCloud