Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2013 18:54:24 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 225891 for review
Message-ID:  <201303221854.r2MIsOOm078926@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@225891?ac=10

Change 225891 by brooks@brooks_zenith on 2013/03/22 18:53:39

	Route atse0 and altera_jtag_uart0 interupts through the pic.
	Due to probe order and current allocation algorithm there is no
	change in hard interrupt use at the moment.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beripad-de4.dts#20 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/sys/boot/fdt/dts/beripad-de4.dts#20 (text+ko) ====

@@ -95,6 +95,7 @@
 			compatible = "altera,jtag_uart-11_0";
 			reg = <0x7f000000 0x40>;
 			interrupts = <0>;
+			interrupt-parent = <&beripic>;
 		};
 
 		serial@7f001000 {
@@ -168,7 +169,7 @@
 				0x7f007420 0x20>;
 			/* RX, TX */
 			interrupts = <1 2>;
-			//interrupt-parent =<&beripic>;
+			interrupt-parent = <&beripic>;
 		};
 
 		ethernet@7f005000 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303221854.r2MIsOOm078926>