From owner-freebsd-arm@FreeBSD.ORG Mon Dec 16 16:17:11 2013 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94EC8203 for ; Mon, 16 Dec 2013 16:17:11 +0000 (UTC) Received: from smtpauth4.wiscmail.wisc.edu (wmauth4.doit.wisc.edu [144.92.197.145]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 642021E6B for ; Mon, 16 Dec 2013 16:17:11 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth4.wiscmail.wisc.edu by smtpauth4.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) id <0MXW00C00QKAWL00@smtpauth4.wiscmail.wisc.edu> for freebsd-arm@FreeBSD.org; Mon, 16 Dec 2013 10:17:10 -0600 (CST) X-Spam-PmxInfo: Server=avs-4, Version=6.0.3.2322014, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2013.12.16.160620, SenderIP=0.0.0.0 X-Spam-Report: AuthenticatedSender=yes, SenderIP=0.0.0.0 Received: from comporellon.tachypleus.net (adsl-76-208-69-44.dsl.mdsnwi.sbcglobal.net [76.208.69.44]) by smtpauth4.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTPSA id <0MXW008IVQKLVA00@smtpauth4.wiscmail.wisc.edu> for freebsd-arm@FreeBSD.org; Mon, 16 Dec 2013 10:17:10 -0600 (CST) Message-id: <52AF2785.3060200@freebsd.org> Date: Mon, 16 Dec 2013 10:17:09 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0 To: "freebsd-arm@freebsd.org" Subject: Testing request: move Marvell PCI to use standard OF interrupt map parsing X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 16:17:11 -0000 Would anyone be able to test the following patch on a Marvell system (ARMADAXP, for example)? I'm trying to deduplicate the OF and FDT interrupt map parsing code and this is the last consumer of some of the FDT-specific code. http://people.freebsd.org/~nwhitehorn/mvpci.diff -Nathan