mdoc improvements and typo fixes.

This commit is contained in:
wiz 2002-05-19 20:47:26 +00:00
parent eb2b076c9f
commit 8221433490
3 changed files with 26 additions and 24 deletions

View File

@ -1,10 +1,10 @@
.\" $NetBSD: gio.4,v 1.1 2002/05/19 20:38:52 pooka Exp $
.\" $NetBSD: gio.4,v 1.2 2002/05/19 20:47:26 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This document is derived from work contributed to The NetBSD Foundation
.\" by Antti Kantee
.\" by Antti Kantee.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@ -39,7 +39,7 @@
.Os
.Sh NAME
.Nm gio
.Nd SGI's early pci-like bus
.Nd SGI's early PCI-like bus
.Sh SYNOPSIS
.Cd "gio0 at imc0"
.Sh DESCRIPTION
@ -47,17 +47,17 @@ The
.Nm gio
bus is a bus for connecting high-speed peripherals to the main memory and
CPU. The devices themselves are connected to the
.Nm hpc
.Xr hpc 4
peripheral controller, and memory and CPU are accessed through the
.Nm imc
(Indy Memory Controller). The
.Nm gio
.Xr imc 4
(Indy Memory Controller). The
.Nm
bus is found for example on the Indy and Indigo2 machines.
.Sh SEE ALSO
.Xr hpc 4 ,
.Xr imc 4 .
.Xr imc 4
.Sh HISTORY
The
.Nm
driver first appeared in
.Nx 1.5 .
.Nx 1.6 .

View File

@ -1,10 +1,10 @@
.\" $NetBSD: hpc.4,v 1.1 2002/05/19 20:38:52 pooka Exp $
.\" $NetBSD: hpc.4,v 1.2 2002/05/19 20:47:26 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This document is derived from work contributed to The NetBSD Foundation
.\" by Antti Kantee
.\" by Antti Kantee.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@ -44,10 +44,10 @@
.Cd "hpc0 at gio0 addr 0x1fb80000"
.Sh DESCRIPTION
.Nm hpc
intefaces the peripherals connected to it to the
.Nm gio
bus.
.Nm hpc
interfaces the peripherals connected to it to the
.Xr gio 4
bus.
.Nm
is found for example on the Indy and Indigo2 machines.
.Sh HARDWARE
.Bl -tag -width dsclock -offset indent
@ -55,7 +55,7 @@ is found for example on the Indy and Indigo2 machines.
DS1286-based RTC
.It sq
Seeq 8003 and 80C03
.Tn ethernet
.Tn Ethernet
controllers
.It wdsc
WD33c93
@ -66,7 +66,7 @@ Zilog Z8530 UART
.El
.Sh SEE ALSO
.Xr gio 4 ,
.Xr imc 4 .
.Xr imc 4
.Sh HISTORY
The
.Nm

View File

@ -1,10 +1,10 @@
.\" $NetBSD: imc.4,v 1.1 2002/05/19 20:38:52 pooka Exp $
.\" $NetBSD: imc.4,v 1.2 2002/05/19 20:47:26 wiz Exp $
.\"
.\" Copyright (c) 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This document is derived from work contributed to The NetBSD Foundation
.\" by Antti Kantee
.\" by Antti Kantee.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
@ -41,14 +41,16 @@
.Nm imc
.Nd Indy Memory Controller and system controller
.Sh SYNOPSIS
.Cd "imc0 at mainbus0 addr 0x1fa00000
.Cd "imc0 at mainbus0 addr 0x1fa00000"
.Sh DESCRIPTION
The Indy Memory Controller is resposible for acting as an interface from
The Indy Memory Controller is responsible for acting as an interface from
the
.Nm gio
bus to the main memory and CPU. The
.Nm imc
.Xr gio 4
bus to the main memory and CPU. The
.Nm
is found in the Indy and Indigo2 machines.
.Sh SEE ALSO
.Xr gio 4
.Sh HISTORY
The
.Nm