No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / man4.sgimips / hpc.4
blobbebd23e05671dd252371d9c37f94b42da475d567
1 .\"     $NetBSD: hpc.4,v 1.11 2006/12/22 05:35:06 rumble Exp $
2 .\"
3 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
4 .\" All rights reserved.
5 .\"
6 .\" This document is derived from work contributed to The NetBSD Foundation
7 .\" by Antti Kantee.
8 .\"
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
11 .\" are met:
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\"    notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\"    notice, this list of conditions and the following disclaimer in the
16 .\"    documentation and/or other materials provided with the distribution.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21 .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE
22 .\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28 .\" POSSIBILITY OF SUCH DAMAGE.
29 .\"
30 .Dd December 22, 2006
31 .Dt HPC 4 sgimips
32 .Os
33 .Sh NAME
34 .Nm hpc
35 .Nd SGI High performance Peripheral Controller
36 .Sh SYNOPSIS
37 .Cd "hpc0 at gio0 addr 0x1fb80000"
38 .Cd "hpc1 at gio0 addr 0x1fb00000"
39 .Cd "hpc2 at gio0 addr 0x1fb98000"
40 .Cd "hpc3 at gio0 addr 0x1fb90000"
41 .Sh DESCRIPTION
42 .Nm
43 interfaces the peripherals connected to it to the
44 .Xr gio 4
45 bus.
46 .Nm
47 is found on the Personal Iris 4D/3x, Indigo, Indy, Challenge S, Challenge M,
48 and Indigo2 machines.
49 .Pp
50 There are three different numerical revisions of the
51 .Nm
52 controller.
53 Revisions 1 and 1.5 exist on Personal Iris 4D/3x and Indigo machines,
54 as well as GIO32bis expansion cards such as the E++ SEEQ-based
55 Ethernet adapter.
56 Revision 1.5 supports bi-endian operation.
57 Revision 3 exists on Indy, Challenge S, Indigo2, and Challenge M systems.
58 It is possible to have an on-board HPC3 as well as HPC1.5-based
59 GIO32bis adapters in the Indy and Challenge S systems.
60 Additionally, the Challenge S may have a secondary HPC3 if the IOPLUS
61 (a.k.a. ''mezzanine'') board is installed.
62 .Sh HARDWARE
63 .Bl -tag -width dsclock -offset indent
64 .It dsclock
65 DS1286-based RTC
66 .It dpclock
67 DP8573A-based RTC
68 .It haltwo
69 HAL2 audio controller
70 .It sq
71 Seeq 8003 and 80C03
72 .Tn Ethernet
73 controllers
74 .It wdsc
75 WD33c93
76 .Tn SCSI
77 controller
78 .It zsc
79 Zilog Z8530 UART
80 .El
81 .Sh SEE ALSO
82 .Xr gio 4 ,
83 .Xr imc 4 ,
84 .Xr pic 4
85 .Sh HISTORY
86 The
87 .Nm
88 driver first appeared in
89 .Nx 1.6
90 with support for Revision 3.
91 Revision 1 and 1.5 support was added in
92 .Nx 2.0 .
93 .Sh BUGS
94 .Nm
95 Revisions 1 and 1.5 support DMA buffer pointers of only 28 bits
96 and may therefore only address 256 megabytes of memory.
97 The R4k Indigo and Indy are the only systems that support sufficient
98 memory to illustrate this drawback.
99 A software workaround is not currently implemented.
100 Revision 3, with 32 bit pointers, does not have this limitation.