From 3c48d6f2837b3a20783d5c56bd69bcf331c50949 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Sun, 17 Jun 2001 03:34:02 +0000 Subject: Allow for more than 5 interrupt attribute values. awacs has 6. --- sys/arch/powerpc/pci/macobio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arch') diff --git a/sys/arch/powerpc/pci/macobio.c b/sys/arch/powerpc/pci/macobio.c index 6124313726b..55cee804210 100644 --- a/sys/arch/powerpc/pci/macobio.c +++ b/sys/arch/powerpc/pci/macobio.c @@ -101,7 +101,7 @@ obio_attach(parent, self, aux) struct confargs ca; int node, child, namelen; u_int32_t reg[20]; - int32_t intr[5]; + int32_t intr[8]; char name[32]; int need_interrupt_controller = 0; -- cgit v1.2.3