]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - share/man/man4/man4.sparc64/clkbrd.4
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / share / man / man4 / man4.sparc64 / clkbrd.4
1 .\"-
2 .\" Copyright (c) 2004 Jason L. Wright (jason@thought.net)
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\"
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
15 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
16 .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
17 .\" DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
18 .\" INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
19 .\" (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
20 .\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
22 .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
23 .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24 .\" POSSIBILITY OF SUCH DAMAGE.
25 .\"
26 .\"     from: OpenBSD: clkbrd.4,v 1.2 2005/02/21 11:29:36 jmc Exp
27 .\" $FreeBSD$
28 .\"
29 .Dd June 18, 2005
30 .Dt CLKBRD 4 sparc64
31 .Os
32 .Sh NAME
33 .Nm clkbrd
34 .Nd "clock board"
35 .Sh SYNOPSIS
36 .Cd "device clkbrd"
37 .Sh DESCRIPTION
38 The
39 .Nm
40 driver provides support for the clock board found in
41 .Tn Sun Enterprise xx00
42 systems.
43 The clock board has three status LEDs labeled
44 .Dq Li Power ,
45 .Dq Li Failure
46 and
47 .Dq Li Cycling .
48 These LEDs are also mirrored on the main front panel.
49 The
50 .Dq Li Cycling
51 LED can be made to blink by writing
52 .Tn ASCII
53 strings to the
54 .Pa /dev/led/clockboard
55 device.
56 .Pp
57 On attach the
58 .Nm
59 driver also prints out the number of board slots the chassis provides.
60 .Sh FILES
61 .Bl -tag -width ".Pa /dev/led/clockboard"
62 .It Pa /dev/led/clockboard
63 clock board LED device node
64 .El
65 .Sh CAVEATS
66 Hardware management functionality is not implemented.
67 .Sh SEE ALSO
68 .Xr fhc 4 ,
69 .Xr led 4
70 .Sh HISTORY
71 The
72 .Nm
73 driver first appeared in
74 .Ox 3.7 .
75 The first
76 .Fx
77 version to include it was
78 .Fx 6.0 .
79 .Sh AUTHORS
80 .An -nosplit
81 The
82 .Nm
83 driver was written by
84 .An "Jason L. Wright"
85 and ported to
86 .Fx
87 by
88 .An "Marius Strobl" Aq marius@FreeBSD.org .