]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - share/man/man4/man4.sparc64/fhc.4
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / share / man / man4 / man4.sparc64 / fhc.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: fhc.4,v 1.5 2004/09/28 21:42:59 jmc Exp
27 .\" $FreeBSD$
28 .\"
29 .Dd June 18, 2005
30 .Dt FHC 4 sparc64
31 .Os
32 .Sh NAME
33 .Nm fhc
34 .Nd "FireHose controller and bus"
35 .Sh SYNOPSIS
36 .Cd "device fhc"
37 .Sh DESCRIPTION
38 The
39 .Nm
40 driver provides support for the
41 .Tn FireHose
42 controllers and busses found in
43 .Tn Sun Enterprise xx00
44 systems.
45 These controllers are also used for board level functions on these systems.
46 Each board has three status LEDs labeled
47 .Dq Li Power ,
48 .Dq Li Failure
49 and
50 .Dq Li Cycling .
51 The
52 .Dq Li Cycling
53 LEDs can be made to blink by writing
54 .Tn ASCII
55 strings to the
56 .Pa /dev/led/board Ns Ar N
57 devices where
58 .Ar N
59 represents the physical slot number of the board.
60 .Sh FILES
61 .Bl -tag -width ".Pa /dev/led/board Ns Ar N"
62 .It Pa /dev/led/board Ns Ar N
63 board
64 .Ar N
65 LED device node
66 .El
67 .Sh SEE ALSO
68 .Xr central 4 ,
69 .Xr clkbrd 4 ,
70 .Xr eeprom 4 ,
71 .Xr led 4 ,
72 .Xr uart 4
73 .Sh HISTORY
74 The
75 .Nm
76 driver first appeared in
77 .Fx 5.1 .
78 .Sh AUTHORS
79 The
80 .Nm
81 driver was written by
82 .An "Jake Burkholder" Aq jake@FreeBSD.org .