No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / man4.hp700 / gsc.4
blob2c2c91ec4c6e6502d4d5d5e24d53bddd032c41d3
1 .\"     $NetBSD: gsc.4,v 1.1 2004/09/22 16:38:26 jkunz Exp $
2 .\"
3 .\"     $OpenBSD: gsc.4,v 1.18 2004/03/12 00:04:56 miod Exp $
4 .\"
5 .\"
6 .\" Copyright (c) 1999 Michael Shalayeff
7 .\" All rights reserved.
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 AUTHOR ``AS IS'' AND ANY EXPRESS OR
19 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
20 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
21 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 .\"
29 .Dd April 4, 1999
30 .Dt GSC 4 hp700
31 .Os
32 .Sh NAME
33 .Nm gsc
34 .Nd General System Connect bus on
35 .Tn HP 9000/700
36 machines
37 .Sh SYNOPSIS
38 .Cd "gsc* at lasi?"
39 .Cd "gsc* at asp?"
40 .Cd "gsc* at wax?"
41 .Sh DESCRIPTION
42 This is the core I/O bus for all HP 9000/700 workstations.
43 All I/O subsystems connect to this bus.
44 The devices can be either on separate chips, expansion
45 cards or on an integrated megacell, like the LASI MBA.
46 .Pp
47 The
48 .Tn GSC
49 bus is a 32-bit wide, address and data multiplexed bus.
50 In its "standard" implementation it has a maximum throughput of 160MB/s,
51 the "2x" implementation reaches up to 250MB/s.
52 Some HPPA CPUs directly attach to this bus, namely the PA7100LC and PA7300LC.
53 .Pp
54 As for the expansion cards, there are different form-factors, depending on
55 bus-speed (standard or 2x) and specific models.
56 The standard formfactor is the "EISA form-factor"; cards that look like
57 typical EISA cards with a different connector (100-pin female EBBL).
58 The Series 712 have their own special type
59 of GSC expansion cards, called the "GIO form-factor", which is quite small and
60 mostly has only one VLSI chip on it (in most cases LASI/WAX).
61 Newer systems sometimes feature the "HSC formfactor", which is a 1U-VME
62 card-like expansion card with a 100-pin male pin+socket connector.
63 Mixing cards with different speeds is supported but downgrades
64 the performance of the whole I/O-subsystem.
65 .Sh SUPPORTED DEVICES
66 The system includes machine-dependent
67 .Tn GSC
68 drivers, sorted by driver name:
69 .Pp
70 .Bl -tag -width 12n -offset indent -compact
71 .It Xr com 4
72 RS-232 ports.
73 .It Xr gsckbc 4
74 PC-style keyboard controller.
75 .It Xr harmony 4
76 CS4215/AD1849 audio.
77 .It Xr hil 4
78 Human Interface Loop, for HP-proprietary input devices like keyboard and mice.
79 .It Xr iee 4
80 Intel i82596 DX/CA 32-bit LAN coprocessor.
81 .It Xr lpt 4
82 Centronics printer port.
83 .It Xr oosiop 4
84 .Tn Symbios/NCR
85 53C700 SCSI I/O Processor.
86 .It Xr osiop 4
87 .Tn Symbios/NCR
88 53C710 SCSI I/O Processor.
89 .El
90 .Pp
91 Some of these
92 .Tn GSC
93 devices also have
94 .Tn PCI ,
95 .Tn EISA ,
97 .Tn ISA
98 equivalents.
99 These are listed in
100 .Xr pci 4 ,
101 .Xr eisa 4 ,
103 .Xr isa 4 .
104 .Sh SEE ALSO
105 .Xr asp 4 ,
106 .Xr cpu 4 ,
107 .Xr intro 4 ,
108 .Xr lasi 4 ,
109 .Xr wax 4
110 .Sh HISTORY
113 driver
114 appeared in
115 .Ox 2.6 .
116 It was ported to
117 .Nx 1.6
118 by Matthew Fredette.