diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-17 03:34:02 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-17 03:34:02 +0000 |
commit | 3c48d6f2837b3a20783d5c56bd69bcf331c50949 (patch) | |
tree | dab11d135b555b2875d4a385f9273bba47ffaa44 /sys/arch | |
parent | fe2910d32f4c154a080201ac9d3614ef5aea7c83 (diff) |
Allow for more than 5 interrupt attribute values. awacs has 6.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/powerpc/pci/macobio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |