Module Name: src
Committed By: jakllsch
Date: Fri Jun 15 14:25:22 UTC 2018
Modified Files:
src/sys/arch/arm/fdt: fdt_intr.h
Log Message:
Bump PIC_MAXSOURCES to 352.
(`qemu-system-arm -M virt` currently needs 288)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/fdt/fdt_intr.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/arm/fdt/fdt_intr.h
diff -u src/sys/arch/arm/fdt/fdt_intr.h:1.2 src/sys/arch/arm/fdt/fdt_intr.h:1.3
--- src/sys/arch/arm/fdt/fdt_intr.h:1.2 Fri Aug 25 00:07:02 2017
+++ src/sys/arch/arm/fdt/fdt_intr.h Fri Jun 15 14:25:22 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: fdt_intr.h,v 1.2 2017/08/25 00:07:02 jmcneill Exp $ */
+/* $NetBSD: fdt_intr.h,v 1.3 2018/06/15 14:25:22 jakllsch Exp $ */
/*-
* Copyright (c) 2017 Jared McNeill <[email protected]>
@@ -36,7 +36,7 @@
#define __HAVE_PIC_SET_PRIORITY
#define __HAVE_PIC_PENDING_INTRS
-#define PIC_MAXSOURCES 256
+#define PIC_MAXSOURCES 352
#define PIC_MAXMAXSOURCES (PIC_MAXSOURCES + 32)
void arm_fdt_irq_set_handler(void (*)(void *));