Module Name: src
Committed By: rkujawa
Date: Tue Jul 3 19:09:44 UTC 2012
Modified Files:
src/share/man/man4/man4.amiga: empb.4
Log Message:
Add DIAGNOSTICS section.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/man4.amiga/empb.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/empb.4
diff -u src/share/man/man4/man4.amiga/empb.4:1.4 src/share/man/man4/man4.amiga/empb.4:1.5
--- src/share/man/man4/man4.amiga/empb.4:1.4 Wed Jun 27 22:23:45 2012
+++ src/share/man/man4/man4.amiga/empb.4 Tue Jul 3 19:09:44 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: empb.4,v 1.4 2012/06/27 22:23:45 wiz Exp $
+.\" $NetBSD: empb.4,v 1.5 2012/07/03 19:09:44 rkujawa Exp $
.\"
.\" Copyright (c) 2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -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 June 27, 2012
+.Dd July 3, 2012
.Dt EMPB 4 amiga
.Os
.Sh NAME
@@ -54,6 +54,20 @@ driver supports the following hardware:
.It ELBOX Mediator 1200 SX
.It ELBOX Mediator 1200 TX
.El
+.Sh DIAGNOSTICS
+.Bl -diag
+.It empb: linear space mapping might not work
+PCI card driver is trying map memory space with BUS_SPACE_MAP_LINEAR flag.
+Due to windowed design of Medaitor, it is expected to fail miserably if
+normal memory space access methods (e.g. pointer dereference) are used
+instead of
+.Xr bus_space 9
+methods.
+.It empb%d: couldn't find memory space, check your WINDOW jumper
+PCI memory space access is disabled on a hardware level. The
+.Nm
+driver will work anyway, but only PCI I/O space will be accessible. To enable
+memory space set WINDOW jumper to 4MB or 8MB.
.Sh SEE ALSO
.Xr mppb 4 ,
.Xr p5pb 4 ,