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 Pull up revision 1.5 (via patch, r...
details: https://anonhg.NetBSD.org/src/rev/cee6effabb9f
branches: netbsd-1-4
changeset: 470492:cee6effabb9f
user: he <he%NetBSD.org@localhost>
date: Sun Apr 02 19:34:04 2000 +0000
description:
Pull up revision 1.5 (via patch, requested by soda):
Clarify the PCMCIA IRQ allocation workaround. Fixes PR#9568.
diffstat:
distrib/notes/common/sysinst | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r 3aef525b5663 -r cee6effabb9f distrib/notes/common/sysinst
--- a/distrib/notes/common/sysinst Sun Apr 02 19:21:54 2000 +0000
+++ b/distrib/notes/common/sysinst Sun Apr 02 19:34:04 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sysinst,v 1.2.2.2 2000/02/08 00:10:45 he Exp $
+.\" $NetBSD: sysinst,v 1.2.2.3 2000/04/02 19:34:04 he Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -115,9 +115,11 @@
If the kernel by default allocates an interrupt for PCMCIA which is
allocated to other (typically undetected) hardware, you may use a
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. If you can
+DDB (the in-kernel debugger) and use "write pcic_isa_intr_alloc_mask 0x0808"
+(or any appropriate value for your machine) to mask out the offending
+interrupt before continuing. By default the kernel 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.
Home |
Main Index |
Thread Index |
Old Index