Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/distrib/notes/common Apply patch (requested by he):
details: https://anonhg.NetBSD.org/src/rev/5ad6f07ac744
branches: netbsd-1-4
changeset: 470316:5ad6f07ac744
user: he <he%NetBSD.org@localhost>
date: Tue Feb 08 00:10:45 2000 +0000
description:
Apply patch (requested by he):
Expand a bit on the PCMCIA workaround, and say that we plan to
fix this more elegantly in the future.
diffstat:
distrib/notes/common/sysinst | 22 ++++++++++++++--------
1 files changed, 14 insertions(+), 8 deletions(-)
diffs (46 lines):
diff -r 23b0715eb266 -r 5ad6f07ac744 distrib/notes/common/sysinst
--- a/distrib/notes/common/sysinst Tue Feb 08 00:07:40 2000 +0000
+++ b/distrib/notes/common/sysinst Tue Feb 08 00:10:45 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysinst,v 1.2.2.1 1999/05/04 22:30:52 perry Exp $
+.\" $NetBSD: sysinst,v 1.2.2.2 2000/02/08 00:10:45 he Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -78,15 +78,14 @@
.Tn PCMCIA
difficult once a machine is installed. If you do not have
.Tn PCMCIA
-on your
-machine
-.Op Tn PCMCIA
-is only really used on laptop machines), you
-can skip this section, and ignore the
+on your machine (
+.Tn PCMCIA
+is only really used on laptop machines),
+you can skip this section, and ignore the
.Dq Bq Tn PCMCIA
notes.
.Pp
-This will explains how to work around the installation problem.
+This will explain how to work around the installation problem.
.Pp
What is the bug: The kernel keeps careful track of what interrupts
and i/o ports are in use during autoconfiguration. It then allows
@@ -118,7 +117,14 @@
workaround by booting the install kernel with "boot -d" to drop into
DDB (the in-kernel debugger) and set pcic_isa_intr_alloc_mask to mask
out the offending interrupt before continuing. By default the kernel
-masks out IRQ 10, and the corresponding mask is 0xfbff.
+masks out IRQ 10, and the corresponding mask is 0xfbff. If you can
+get your PCMCIA card to work using this hack, you may also ignore the
+.Bq Tn PCMCIA
+notes later in this document.
+.Pp
+We hope to provide a more elegant solution to this problem in a future
+.Nx
+release.
.\}
.\}
.It_need
Home |
Main Index |
Thread Index |
Old Index