Module Name: src
Committed By: gdt
Date: Wed Dec 31 18:16:32 UTC 2014
Modified Files:
src/share/man/man4: cardbus.4
Log Message:
note that RBUS_IO_BASE issues are common to i386 and amd64
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/share/man/man4/cardbus.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/cardbus.4
diff -u src/share/man/man4/cardbus.4:1.36 src/share/man/man4/cardbus.4:1.37
--- src/share/man/man4/cardbus.4:1.36 Wed Dec 31 18:14:55 2014
+++ src/share/man/man4/cardbus.4 Wed Dec 31 18:16:32 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: cardbus.4,v 1.36 2014/12/31 18:14:55 gdt Exp $
+.\" $NetBSD: cardbus.4,v 1.37 2014/12/31 18:16:32 gdt Exp $
.\"
.\" Copyright (c) 1999-2006 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -205,8 +205,8 @@ ARMADA M700:
.Pp
.Cd options RBUS_MIN_START="0x20000000"
.Ss PCMCIA addressing choice
-By default, on i386, the kernel uses RBUS_IO_BASE as 0x4000 and
-RBUS_IO_SIZE as 0x2000. On some machines, this fails, due to a
+By default, on i386 and amd64, the kernel uses RBUS_IO_BASE as 0x4000
+and RBUS_IO_SIZE as 0x2000. On some machines, this fails, due to a
requirement that these addresses fit within 12 bits. The following
kernel options have been reported as helpful:
.Pp