diff options
Diffstat (limited to 'sys/arch/arm/xscale')
-rw-r--r-- | sys/arch/arm/xscale/pxa2x0_gpio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm/xscale/pxa2x0_gpio.c b/sys/arch/arm/xscale/pxa2x0_gpio.c index b771578f6fc..6775ff160af 100644 --- a/sys/arch/arm/xscale/pxa2x0_gpio.c +++ b/sys/arch/arm/xscale/pxa2x0_gpio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pxa2x0_gpio.c,v 1.5 2005/01/04 23:45:55 drahn Exp $ */ +/* $OpenBSD: pxa2x0_gpio.c,v 1.6 2005/01/09 05:17:38 drahn Exp $ */ /* $NetBSD: pxa2x0_gpio.c,v 1.2 2003/07/15 00:24:55 lukem Exp $ */ /* @@ -422,6 +422,7 @@ gpio_intrN(void *arg) handled = gpio_dispatch(sc, 0); handled |= gpio_dispatch(sc, 32); handled |= gpio_dispatch(sc, 64); + handled |= gpio_dispatch(sc, 96); return (handled); } |