From owner-p4-projects@FreeBSD.ORG Fri Mar 22 18:54:25 2013 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 7F0609F2; Fri, 22 Mar 2013 18:54:25 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1CB649EA for ; Fri, 22 Mar 2013 18:54:25 +0000 (UTC) (envelope-from brooks@freebsd.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:1900:2254:2068::682:0]) by mx1.freebsd.org (Postfix) with ESMTP id 0DADFAE5 for ; Fri, 22 Mar 2013 18:54:25 +0000 (UTC) Received: from skunkworks.freebsd.org ([127.0.1.74]) by skunkworks.freebsd.org (8.14.6/8.14.6) with ESMTP id r2MIsODv078929 for ; Fri, 22 Mar 2013 18:54:24 GMT (envelope-from brooks@freebsd.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.6/8.14.6/Submit) id r2MIsOOm078926 for perforce@freebsd.org; Fri, 22 Mar 2013 18:54:24 GMT (envelope-from brooks@freebsd.org) Date: Fri, 22 Mar 2013 18:54:24 GMT Message-Id: <201303221854.r2MIsOOm078926@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to brooks@freebsd.org using -f From: Brooks Davis Subject: PERFORCE change 225891 for review To: Perforce Change Reviews Precedence: bulk X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.14 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 18:54:25 -0000 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 {