Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/isa restore irq 10 to pcic_isa_intr_alloc_mask
details: https://anonhg.NetBSD.org/src/rev/68218e0f952c
branches: trunk
changeset: 481552:68218e0f952c
user: chopps <chopps%NetBSD.org@localhost>
date: Tue Feb 01 22:56:17 2000 +0000
description:
restore irq 10 to pcic_isa_intr_alloc_mask
diffstat:
sys/dev/isa/i82365_isasubr.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dc9bbf988361 -r 68218e0f952c sys/dev/isa/i82365_isasubr.c
--- a/sys/dev/isa/i82365_isasubr.c Tue Feb 01 22:54:47 2000 +0000
+++ b/sys/dev/isa/i82365_isasubr.c Tue Feb 01 22:56:17 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i82365_isasubr.c,v 1.5 2000/02/01 22:39:52 chopps Exp $ */
+/* $NetBSD: i82365_isasubr.c,v 1.6 2000/02/01 22:56:17 chopps Exp $ */
#define PCICISADEBUG
@@ -95,7 +95,7 @@
*/
#ifndef PCIC_ISA_INTR_ALLOC_MASK
-#define PCIC_ISA_INTR_ALLOC_MASK 0xfbff
+#define PCIC_ISA_INTR_ALLOC_MASK 0xffff
#endif
int pcic_isa_intr_alloc_mask = PCIC_ISA_INTR_ALLOC_MASK;
Home |
Main Index |
Thread Index |
Old Index