Module Name: src
Committed By: wiz
Date: Wed Jan 11 10:15:36 UTC 2012
Modified Files:
src/share/man/man4/man4.amiga: p5membar.4 p5pb.4
Log Message:
Remove trailing whitespace.
New sentence, new line.
Use more markup.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.amiga/p5membar.4
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/man4.amiga/p5pb.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/man4.amiga/p5membar.4
diff -u src/share/man/man4/man4.amiga/p5membar.4:1.1 src/share/man/man4/man4.amiga/p5membar.4:1.2
--- src/share/man/man4/man4.amiga/p5membar.4:1.1 Tue Jan 10 20:41:45 2012
+++ src/share/man/man4/man4.amiga/p5membar.4 Wed Jan 11 10:15:36 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: p5membar.4,v 1.1 2012/01/10 20:41:45 rkujawa Exp $
+.\" $NetBSD: p5membar.4,v 1.2 2012/01/11 10:15:36 wiz Exp $
.\"
.\" Copyright (c) 2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -38,7 +38,7 @@
.Sh DESCRIPTION
The
.Nm
-driver provides support for automatically configured Phase5 PCI bridge
+driver provides support for automatically configured Phase5 PCI bridge
resources.
It is needed for proper operation of the
.Xr p5pb 4
Index: src/share/man/man4/man4.amiga/p5pb.4
diff -u src/share/man/man4/man4.amiga/p5pb.4:1.5 src/share/man/man4/man4.amiga/p5pb.4:1.6
--- src/share/man/man4/man4.amiga/p5pb.4:1.5 Tue Jan 10 20:41:45 2012
+++ src/share/man/man4/man4.amiga/p5pb.4 Wed Jan 11 10:15:36 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: p5pb.4,v 1.5 2012/01/10 20:41:45 rkujawa Exp $
+.\" $NetBSD: p5pb.4,v 1.6 2012/01/11 10:15:36 wiz Exp $
.\"
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -44,20 +44,26 @@
The
.Nm
driver provides support for the PCI bus present on various devices equipped with
-the Phase5 PCI bridge.
+the Phase5 PCI bridge.
.Pp
-Processor boards running firmware revision older than 44.69 need a kernel
-configured with P5PB_OLD_FIRMWARE option.
+Processor boards running firmware revision older than 44.69 need a kernel
+configured with the
+.Dv P5PB_OLD_FIRMWARE
+option.
.Pp
The
-.Nm
-driver provides necessary support for CyberVisionPPC and BlizzardVisionPPC,
-allowing attachment of
+.Nm
+driver provides necessary support for CyberVisionPPC and BlizzardVisionPPC,
+allowing attachment of
.Xr genfb 4
-driver.
-Owners of these cards should enable the P5PB_GENFB option.
-.Pp
-Additional, excessive debugging output is enabled by P5PB_DEBUG option.
+driver.
+Owners of these cards should enable the
+.Dv P5PB_GENFB
+option.
+.Pp
+Additional, excessive debugging output is enabled by the
+.Dv P5PB_DEBUG
+option.
.Sh HARDWARE
The
.Nm
@@ -87,17 +93,21 @@ driver was written by
.An Radoslaw Kujawa Aq [email protected] .
.Sh CAVEATS
The
-.Nx developers don't have access to G-REX hardware or documentation.
-Support for this device is based on best wishes.
+.Nx
+developers don't have access to G-REX hardware or documentation.
+Support for this device is based on best wishes.
.Pp
-Support for
+Support for
.Xr genfb 4
framebuffer on CVPPC/BVPPC needs more testing.
.Sh BUGS
-Current version of this driver depends on PCI bus setup and enumeration
-done by the firmware.
+The current version of this driver depends on PCI bus setup and
+enumeration done by the firmware.
.Pp
-DMA to host memory is not supported. This is a driver limitation.
+DMA to host memory is not supported.
+This is a driver limitation.
.Pp
-The P5PB_OLD_FIRMWARE option should only be enabled if PCI hardware is
-present. Otherwise kernel panic might occur due to bus error.
+The
+.Dv P5PB_OLD_FIRMWARE
+option should only be enabled if PCI hardware is present.
+Otherwise a kernel panic might occur due to bus error.