1.\" $OpenBSD: gsc.4,v 1.27 2011/12/21 23:12:03 miod Exp $ 2.\" 3.\" 4.\" Copyright (c) 1999 Michael Shalayeff 5.\" All rights reserved. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions 9.\" are met: 10.\" 1. Redistributions of source code must retain the above copyright 11.\" notice, this list of conditions and the following disclaimer. 12.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" notice, this list of conditions and the following disclaimer in the 14.\" documentation and/or other materials provided with the distribution. 15.\" 16.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 17.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 18.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26.\" 27.Dd $Mdocdate: December 21 2011 $ 28.Dt GSC 4 hppa 29.Os 30.Sh NAME 31.Nm gsc 32.Nd introduction to HP 9000/700 GSC bus support 33.Sh SYNOPSIS 34.Cd "gsc* at lasi?" 35.Cd "gsc* at asp?" 36.Cd "gsc* at wax?" 37.Sh DESCRIPTION 38The General System Connect (GSC) bus 39is the core I/O bus for all HP 9000/700 workstations. 40All I/O subsystems connect to this bus. 41The devices can be either on separate chips, expansion 42cards or on an integrated megacell, like the LASI MBA. 43.Pp 44The 45.Tn GSC 46bus is a 32-bit wide, address and data multiplexed bus. 47In its "standard" implementation it has a maximum throughput of 160MB/s, 48the "2x" implementation reaches up to 250MB/s. 49Some HPPA CPUs directly attach to this bus, namely the PA7100LC and PA7300LC. 50.Pp 51As for the expansion cards, there are different form-factors, depending on 52bus-speed (standard or 2x) and specific models. 53The standard formfactor is the "EISA form-factor"; cards that look like 54typical EISA cards with a different connector (100-pin female EBBL). 55The Series 712 have their own special type 56of GSC expansion cards, called the "GIO form-factor", which is quite small and 57mostly has only one VLSI chip on it (in most cases LASI/WAX). 58Newer systems sometimes feature the "HSC formfactor", which is a 1U-VME 59card-like expansion card with a 100-pin male pin+socket connector. 60Mixing cards with different speeds is supported but downgrades 61the performance of the whole I/O-subsystem. 62.Pp 63.Ox 64provides support for the following devices: 65.Pp 66.Bl -tag -width 12n -offset indent -compact 67.It Xr arcofi 4 68Siemens PSB2160 audio codec 69.It Xr com 4 70serial communications interface 71.It Xr gsckbc 4 72PC-style keyboard controller 73.It Xr harmony 4 74CS4215/AD1849 audio 75.It Xr hil 4 76introduction to HP-HIL support 77.It Xr ie 4 78Intel i82596 Ethernet device 79.It Xr lpt 4 80parallel port driver 81.It Xr oosiop 4 82.Tn Symbios/NCR 8353C700 SCSI I/O Processor 84.It Xr osiop 4 85.Tn Symbios/NCR 8653C710 SCSI I/O Processor 87.El 88.Pp 89Some of these 90.Tn GSC 91devices also have 92.Tn PCI , 93.Tn EISA , 94or 95.Tn ISA 96equivalents. 97These are listed in 98.Xr pci 4 , 99.Xr eisa 4 , 100or 101.Xr isa 4 . 102.Sh SEE ALSO 103.Xr asp 4 , 104.Xr cpu 4 , 105.Xr intro 4 , 106.Xr lasi 4 , 107.Xr wax 4 108.Sh HISTORY 109The 110.Nm 111driver 112appeared in 113.Ox 2.6 . 114