PERFORCE change 131629 for review

Hans Petter Selasky hselasky at FreeBSD.org
Tue Dec 25 14:45:44 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=131629

Change 131629 by hselasky at hselasky_laptop001 on 2007/12/25 22:45:21

	
	The VBUS interrupt is located on PIOB.

Affected files ...

.. //depot/projects/usb/src/sys/arm/at91/at91.c#7 edit

Differences ...

==== //depot/projects/usb/src/sys/arm/at91/at91.c#7 (text) ====

@@ -301,7 +301,7 @@
 	{
 		"at91_udp", 0,
 		AT91RM92_BASE + AT91RM92_UDP_BASE, AT91RM92_UDP_SIZE,
-		AT91RM92_IRQ_UDP, AT91RM92_IRQ_PIOD
+		AT91RM92_IRQ_UDP, AT91RM92_IRQ_PIOB
 	},
 	{
 		"at91_mci", 0,


More information about the p4-projects mailing list