summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-09-08 09:36:51 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-09-08 09:36:51 +0000
commitecc13a8be2a7a9e859694d24c7a30a2d7e709dc4 (patch)
tree52632541f8a054af201281f02c4eb92fd6697876
parentfbeb2428443c45f2193c02069f446365eb0a8464 (diff)
some gsc/hil tweaks;
-rw-r--r--share/man/man4/man4.hppa/gsc.411
-rw-r--r--share/man/man4/man4.hppa/intro.46
2 files changed, 8 insertions, 9 deletions
diff --git a/share/man/man4/man4.hppa/gsc.4 b/share/man/man4/man4.hppa/gsc.4
index 9ff87ab8d6b..9ef9326b89c 100644
--- a/share/man/man4/man4.hppa/gsc.4
+++ b/share/man/man4/man4.hppa/gsc.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gsc.4,v 1.19 2006/09/07 15:05:21 jmc Exp $
+.\" $OpenBSD: gsc.4,v 1.20 2006/09/08 09:36:50 jmc Exp $
.\"
.\"
.\" Copyright (c) 1999 Michael Shalayeff
@@ -29,13 +29,14 @@
.Os
.Sh NAME
.Nm gsc
-.Nd HP 9000/700 General System Connect bus
+.Nd introduction to HP 9000/700 GSC bus support
.Sh SYNOPSIS
.Cd "gsc* at lasi?"
.Cd "gsc* at asp?"
.Cd "gsc* at wax?"
.Sh DESCRIPTION
-This is the core I/O bus for all HP 9000/700 workstations.
+The General System Connect (GSC) bus
+is the core I/O bus for all HP 9000/700 workstations.
All I/O subsystems connect to this bus.
The devices can be either on separate chips, expansion
cards or on an integrated megacell, like the LASI MBA.
@@ -71,9 +72,9 @@ PC-style keyboard controller.
.It Xr harmony 4
CS4215/AD1849 audio.
.It Xr hil 4
-Human Interface Loop, for HP-proprietary input devices like keyboard and mice.
+introduction to HP-HIL support.
.It Xr ie 4
-Intel i82596 DX/CA 32-bit LAN coprocessor.
+Intel i82596 Ethernet device.
.It Xr lpt 4
Centronics printer port.
.It Xr oosiop 4
diff --git a/share/man/man4/man4.hppa/intro.4 b/share/man/man4/man4.hppa/intro.4
index a14cec4099d..a4e28c005ad 100644
--- a/share/man/man4/man4.hppa/intro.4
+++ b/share/man/man4/man4.hppa/intro.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.4,v 1.13 2006/09/08 09:25:53 jmc Exp $
+.\" $OpenBSD: intro.4,v 1.14 2006/09/08 09:36:50 jmc Exp $
.\"
.\" Copyright (c) 2002,2003 Paul Weissmann
.\" All rights reserved.
@@ -164,7 +164,7 @@ The following busses and controllers list these devices:
.It Xr cardbus 4
introduction to CardBus support
.It Xr gsc 4
-HP 9000/700 General System Connect bus
+introduction to HP 9000/700 GSC bus support
.It Xr hil 4
introduction to HP-HIL support
.It Xr pci 4
@@ -176,9 +176,7 @@ introduction to Universal Serial Bus support
.El
.Sh SEE ALSO
.Xr autoconf 4 ,
-.Xr gsc 4 ,
.Xr io 4 ,
-.Xr pci 4 ,
.Xr runway 4 ,
.Xr config 8
.Sh HISTORY