Fri Jul 13 13:38:44 2012 UTC ()
Add info on P5PB_CONSOLE and link to reverse engineered docs.


(rkujawa)
diff -r1.9 -r1.10 src/share/man/man4/man4.amiga/p5pb.4

cvs diff -r1.9 -r1.10 src/share/man/man4/man4.amiga/p5pb.4 (expand / switch to unified diff)

--- src/share/man/man4/man4.amiga/p5pb.4 2012/07/11 19:24:13 1.9
+++ src/share/man/man4/man4.amiga/p5pb.4 2012/07/13 13:38:44 1.10
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: p5pb.4,v 1.9 2012/07/11 19:24:13 rkujawa Exp $ 1.\" $NetBSD: p5pb.4,v 1.10 2012/07/13 13:38:44 rkujawa Exp $
2.\" 2.\"
3.\" Copyright (c) 2011, 2012 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2011, 2012 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Radoslaw Kujawa. 7.\" by Radoslaw Kujawa.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -27,59 +27,66 @@ @@ -27,59 +27,66 @@
27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE. 28.\" POSSIBILITY OF SUCH DAMAGE.
29.\" 29.\"
30.Dd July 11, 2012 30.Dd July 11, 2012
31.Dt P5PB 4 amiga 31.Dt P5PB 4 amiga
32.Os 32.Os
33.Sh NAME 33.Sh NAME
34.Nm p5pb 34.Nm p5pb
35.Nd Phase5 PCI bridge driver 35.Nd Phase5 PCI bridge driver
36.Sh SYNOPSIS 36.Sh SYNOPSIS
37.Cd "p5pb0 at p5bus0" 37.Cd "p5pb0 at p5bus0"
38.Cd "pci* at p5pb?" 38.Cd "pci* at p5pb?"
39.Cd "genfb* at pci?" 39.Cd "genfb* at pci?"
 40.Cd "voodoofb* at pci?"
40.Cd "options P5PB_DEBUG" 41.Cd "options P5PB_DEBUG"
 42.Cd "options P5PB_CONSOLE"
41.Sh DESCRIPTION 43.Sh DESCRIPTION
42The 44The
43.Nm 45.Nm
44driver provides support for the PCI bus present on various devices equipped with 46driver provides support for the PCI bus present on various devices equipped with
45the Phase5 PCI bridge. 47the Phase5 PCI bridge.
46.Pp 48.Pp
47The 49.Dv P5PB_CONSOLE
48.Nm 50option activates necessary support for console on CyberVisionPPC and
49driver provides necessary support for CyberVisionPPC and BlizzardVisionPPC, 51BlizzardVisionPPC, allowing attachment of
50allowing attachment of 
51.Xr genfb 4 52.Xr genfb 4
 53driver.
 543Dfx Voodoo 3 board installed in G-REX are also supported as console by
 55this option in conjuction with
 56.Xr voodoofb 4
52driver. 57driver.
53.Pp 58.Pp
54Additional, excessive debugging output is enabled by the 59Additional, excessive debugging output is enabled by the
55.Dv P5PB_DEBUG 60.Dv P5PB_DEBUG
56option. 61option.
57.Sh HARDWARE 62.Sh HARDWARE
58The 63The
59.Nm 64.Nm
60driver supports the following hardware: 65driver supports the following hardware:
61.Bl -tag -offset indent 66.Bl -tag -offset indent
62.It Phase5 BlizzardVisionPPC graphics card 67.It Phase5 BlizzardVisionPPC graphics card
63.It Phase5 CyberVisionPPC graphics card 68.It Phase5 CyberVisionPPC graphics card
64.It DCE Computer G-REX 1200 69.It DCE Computer G-REX 1200
65.It DCE Computer G-REX 4000 70.It DCE Computer G-REX 4000
66.El 71.El
67.Sh SEE ALSO 72.Sh SEE ALSO
68.Xr cv3dpb 4 , 73.Xr cv3dpb 4 ,
69.Xr genfb 4 , 74.Xr genfb 4 ,
70.\" .Xr pm2fb 4 75.\" .Xr pm2fb 4
71.Xr p5membar 4 , 76.Xr p5membar 4 ,
72.Xr pci 4 77.Xr pci 4
 78.Pp
 79.Lk http://wiki.netbsd.org/users/rkujawa/g-rex/ "Programming the G-REX PCI bridge"
73.Sh HISTORY 80.Sh HISTORY
74The 81The
75.Nm 82.Nm
76device first appeared in 83device first appeared in
77.Nx 6.0 . 84.Nx 6.0 .
78.Sh AUTHORS 85.Sh AUTHORS
79.An -nosplit 86.An -nosplit
80The 87The
81.Nm 88.Nm
82driver was written by 89driver was written by
83.An Radoslaw Kujawa Aq radoslaw.kujawa@gmail.com . 90.An Radoslaw Kujawa Aq radoslaw.kujawa@gmail.com .
84.Sh CAVEATS 91.Sh CAVEATS
85The 92The