restore irq 10 to pcic_isa_intr_alloc_mask

This commit is contained in:
chopps 2000-02-01 22:56:17 +00:00
parent 001748dc57
commit 4483fc0f5f

View File

@ -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 @@ int pcic_isa_alloc_iosize = PCIC_ISA_ALLOC_IOSIZE;
*/
#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;