Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 sync memory mapped i/o size requirement with ...



details:   https://anonhg.NetBSD.org/src/rev/3cf5ca3e52c0
branches:  trunk
changeset: 494338:3cf5ca3e52c0
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Jul 05 19:24:35 2000 +0000

description:
sync memory mapped i/o size requirement with the current code

diffstat:

 share/man/man4/cnw.4 |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r e37b8ddbab0c -r 3cf5ca3e52c0 share/man/man4/cnw.4
--- a/share/man/man4/cnw.4      Wed Jul 05 19:05:31 2000 +0000
+++ b/share/man/man4/cnw.4      Wed Jul 05 19:24:35 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: cnw.4,v 1.8 2000/05/13 15:22:16 mycroft Exp $
+.\"    $NetBSD: cnw.4,v 1.9 2000/07/05 19:24:35 itojun Exp $
 .\"
 .\" Copyright (c) 1997 Berkeley Software Design, Inc. All rights reserved.
 .\"
@@ -59,9 +59,10 @@
 .Xr awi 4
 driver.
 .Pp
-The card uses 32K of I/O memory mapped to the card along with either 16 I/O ports
-or 4K of additional I/O memory for access to command registers.
-The driver currently only supports the use of the additional 4K of I/O memory.
+The card uses 36K of I/O memory mapped to the card.
+.\"The card uses 32K of I/O memory mapped to the card along with either 16 I/O ports
+.\"or 4K of additional I/O memory for access to command registers.
+.\"The driver currently only supports the use of the additional 4K of I/O memory.
 You may need to increase memory space available to the PCMCIA controller.
 See
 .Xr pcmcia 4
@@ -85,7 +86,7 @@
 .Sh DIAGNOSTICS
 .Bl -diag
 .It "cnw0: can't map memory"
-Indicates that the driver was not able to allocate 32Kbytes of PCMCIA bus
+Indicates that the driver was not able to allocate enough PCMCIA bus
 address space into which to map the device.
 See
 .Xr pcmcia 4



Home | Main Index | Thread Index | Old Index