Module Name: src
Committed By: rkujawa
Date: Thu Jan 19 00:30:31 UTC 2012
Modified Files:
src/share/man/man4/man4.amiga: p5pb.4
Log Message:
Update the p5pb(4) page to reflect the recent changes in this driver.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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/p5pb.4
diff -u src/share/man/man4/man4.amiga/p5pb.4:1.6 src/share/man/man4/man4.amiga/p5pb.4:1.7
--- src/share/man/man4/man4.amiga/p5pb.4:1.6 Wed Jan 11 10:15:36 2012
+++ src/share/man/man4/man4.amiga/p5pb.4 Thu Jan 19 00:30:31 2012
@@ -1,6 +1,6 @@
-.\" $NetBSD: p5pb.4,v 1.6 2012/01/11 10:15:36 wiz Exp $
+.\" $NetBSD: p5pb.4,v 1.7 2012/01/19 00:30:31 rkujawa Exp $
.\"
-.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
+.\" Copyright (c) 2011, 2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to The NetBSD Foundation
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd January 10, 2012
+.Dd January 19, 2012
.Dt P5PB 4 amiga
.Os
.Sh NAME
@@ -37,8 +37,6 @@
.Cd "p5pb0 at p5bus0"
.Cd "pci* at p5pb?"
.Cd "genfb* at pci?"
-.Cd "options P5PB_OLD_FIRMWARE"
-.Cd "options P5PB_GENFB"
.Cd "options P5PB_DEBUG"
.Sh DESCRIPTION
The
@@ -46,20 +44,12 @@ The
driver provides support for the PCI bus present on various devices equipped with
the Phase5 PCI bridge.
.Pp
-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
.Xr genfb 4
driver.
-Owners of these cards should enable the
-.Dv P5PB_GENFB
-option.
.Pp
Additional, excessive debugging output is enabled by the
.Dv P5PB_DEBUG
@@ -69,15 +59,15 @@ The
.Nm
driver supports the following hardware:
.Bl -tag -offset indent
-.It Phase5 BlizzardVisionPPC graphics card.
-.It Phase5 CyberVisionPPC graphics card.
-.It DCE Computer G-REX 1200 (experimental, first slot only).
-.It DCE Computer G-REX 4000 (experimental, first slot only).
+.It Phase5 BlizzardVisionPPC graphics card
+.It Phase5 CyberVisionPPC graphics card
+.It DCE Computer G-REX 1200 (experimental, first slot only)
+.It DCE Computer G-REX 4000 (experimental, first slot only)
.El
.Sh SEE ALSO
.Xr genfb 4 ,
.\" .Xr pm2fb 4
-.\" .Xr cv3dpb 4 ,
+.Xr cv3dpb 4 ,
.Xr p5membar 4 ,
.Xr pci 4
.Sh HISTORY
@@ -101,13 +91,5 @@ Support for
.Xr genfb 4
framebuffer on CVPPC/BVPPC needs more testing.
.Sh BUGS
-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.
-.Pp
-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.