From owner-freebsd-arm@FreeBSD.ORG Wed Jan 21 18:09:29 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E26A992E; Wed, 21 Jan 2015 18:09:29 +0000 (UTC) Received: from nibbler.fubar.geek.nz (nibbler.fubar.geek.nz [199.48.134.198]) by mx1.freebsd.org (Postfix) with ESMTP id C296E7C3; Wed, 21 Jan 2015 18:09:29 +0000 (UTC) Received: from bender.lan (97e078e7.skybroadband.com [151.224.120.231]) by nibbler.fubar.geek.nz (Postfix) with ESMTPSA id 1F8EC73000; Wed, 21 Jan 2015 18:09:21 +0000 (UTC) Date: Wed, 21 Jan 2015 18:09:16 +0000 From: Andrew Turner To: Warner Losh Subject: Re: interrupt framework Message-ID: <20150121180916.110fc8ad@bender.lan> In-Reply-To: References: <54BA9888.1020303@freebsd.org> <54BD3F86.3010901@freebsd.org> <54BD9794.4080204@freebsd.org> <54BE7E6D.6060800@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2015 18:09:30 -0000 On Wed, 21 Jan 2015 10:50:14 -0700 Warner Losh wrote: > =E2=80=9Cusually=E2=80=9D? I thought it was always 100%: We=E2=80=99re wi= ther using FDT or > we=E2=80=99re not. Some platforms allow compiling for both (mostly as a > transition aid to FDT), but I=E2=80=99m not aware of any that would be a = mix. There may be a case on arm64 to use both fdt and ACPI. In this case it would be used as a transition to add support for ACPI as some hardware may require it. Andrew