Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/x86/isa/isa_machdep.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/x86/isa/isa_machdep.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.44 retrieving revision 1.45 diff -u -p -r1.44 -r1.45 --- src/sys/arch/x86/isa/isa_machdep.c 2019/02/11 14:59:33 1.44 +++ src/sys/arch/x86/isa/isa_machdep.c 2020/04/25 15:26:18 1.45 @@ -1,4 +1,4 @@ -/* $NetBSD: isa_machdep.c,v 1.44 2019/02/11 14:59:33 cherry Exp $ */ +/* $NetBSD: isa_machdep.c,v 1.45 2020/04/25 15:26:18 bouyer Exp $ */ /*- * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. @@ -65,7 +65,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.44 2019/02/11 14:59:33 cherry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.45 2020/04/25 15:26:18 bouyer Exp $"); #include #include @@ -142,11 +142,7 @@ isa_intr_alloc(isa_chipset_tag_t ic, int for (i = 0; i < NUM_LEGACY_IRQS; i++) { if (LEGAL_IRQ(i) == 0 || (mask & (1<ci_isources[i]; -#else - isp = ci->ci_xsources[i]; -#endif if (isp == NULL) { /* if nothing's using the irq, just return it */ *irq = i;