Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 note that RBUS_IO_BASE issues are common to i...



details:   https://anonhg.NetBSD.org/src/rev/798bbd02175f
branches:  trunk
changeset: 805393:798bbd02175f
user:      gdt <gdt%NetBSD.org@localhost>
date:      Wed Dec 31 18:16:32 2014 +0000

description:
note that RBUS_IO_BASE issues are common to i386 and amd64

diffstat:

 share/man/man4/cardbus.4 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 18d15bc4e0a3 -r 798bbd02175f share/man/man4/cardbus.4
--- a/share/man/man4/cardbus.4  Wed Dec 31 18:14:55 2014 +0000
+++ b/share/man/man4/cardbus.4  Wed Dec 31 18:16:32 2014 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index