summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-08-19 22:15:14 +0000
committerimp <imp@FreeBSD.org>2008-08-19 22:15:14 +0000
commit51f75784d6cec290841ffd1333bcbb4d8a1ea8f1 (patch)
treed4e4e3428d865f7e2593514157585d8f7f0b57df /sys/arm/at91/at91.c
parentc990b20179fd8f3fcbfb695e812666877aa20419 (diff)
downloadFreeBSD-src-51f75784d6cec290841ffd1333bcbb4d8a1ea8f1.zip
FreeBSD-src-51f75784d6cec290841ffd1333bcbb4d8a1ea8f1.tar.gz
Add IRQ line for usb device. I'm not 100% sure this is the right
place to add this connection, since the interrupt is for a GPIO pin, but since we have no alternative at the moment... Submitted by: Hans Petter Selasky
Diffstat (limited to 'sys/arm/at91/at91.c')
-rw-r--r--sys/arm/at91/at91.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/at91/at91.c b/sys/arm/at91/at91.c
index 246f73a..17e0ca2 100644
--- a/sys/arm/at91/at91.c
+++ b/sys/arm/at91/at91.c
@@ -304,7 +304,7 @@ struct cpu_devs at91rm9200_devs[] =
{
"at91_udp", 0,
AT91RM92_BASE + AT91RM92_UDP_BASE, AT91RM92_UDP_SIZE,
- AT91RM92_IRQ_UDP
+ AT91RM92_IRQ_UDP, AT91RM92_IRQ_PIOB
},
{
"at91_mci", 0,
OpenPOWER on IntegriCloud