diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-11-11 15:36:52 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2007-11-11 15:36:52 +0000 |
commit | 74fbdd346d378d6e129ddf02d851b4450c1c22bf (patch) | |
tree | d3144bb47a21147d9098fdc9dd91e150df3c2d43 /share | |
parent | ab3f81ae7936acd174eeb7db8f0cceb0582a09b0 (diff) |
Update after recently committed changes to the mbg(4) driver code.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/mbg.4 | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/share/man/man4/mbg.4 b/share/man/man4/mbg.4 index 6460c920fdc..0893dab5d73 100644 --- a/share/man/man4/mbg.4 +++ b/share/man/man4/mbg.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbg.4,v 1.9 2007/11/05 20:18:58 mbalmer Exp $ +.\" $OpenBSD: mbg.4,v 1.10 2007/11/11 15:36:51 mbalmer Exp $ .\" .\" Copyright (c) 2006 Marc Balmer <mbalmer@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 5 2007 $ +.Dd $Mdocdate: November 11 2007 $ .Dt MBG 4 .Os .Sh NAME @@ -49,6 +49,19 @@ Currently, the following cards are supported by .It PEX511 PCI Express DCF77 time signal station receiver card .El +.Pp +A second sensor provides the relative signal quality as percentage. +The status of this sensor is used to report the status of the device itself: +.Bl -tag -width "CRITICALXX" -offset indent +.It OK +The clock is synchronized. +.It WARN +The device's clock is free running on the local oscillator. +For DCF77 receiver cards this is not an error and can happen due to the +nature of the signal transmission using longwave radio. +.It CRITICAL +Hardware failure, e.g. communication with the device failed. +.El .Sh SEE ALSO .Xr intro 4 , .Xr pci 4 , |