Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/i386/conf Apply patch (requested by jhawk):
details: https://anonhg.NetBSD.org/src/rev/8dd3fd104797
branches: netbsd-1-4
changeset: 470606:8dd3fd104797
user: he <he%NetBSD.org@localhost>
date: Mon May 22 21:11:44 2000 +0000
description:
Apply patch (requested by jhawk):
Mask out a superset of the PCMCIA IRQs from GENERIC in INSTALL
(5, 7 and 10).
diffstat:
sys/arch/i386/conf/INSTALL | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 7c3d482bbb19 -r 8dd3fd104797 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL Mon May 22 21:10:10 2000 +0000
+++ b/sys/arch/i386/conf/INSTALL Mon May 22 21:11:44 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.114.2.5 2000/05/11 09:27:14 he Exp $
+# $NetBSD: INSTALL,v 1.114.2.6 2000/05/22 21:11:44 he Exp $
#
# INSTALL - Installation kernel.
#
@@ -50,8 +50,8 @@
#options REALBASEMEM=... # size of base memory
#options REALEXTMEM=... # size of extended memory
-# Avoid irq 5 and 7, the most likely cause of problems on modern laptops.
-options PCIC_ISA_INTR_ALLOC_MASK=0xff5f
+# Avoid irq 5, 7, and 10 the most likely cause of problems on modern laptops.
+options PCIC_ISA_INTR_ALLOC_MASK=0xfb5f
# Standard system options
Home |
Main Index |
Thread Index |
Old Index