From owner-svn-src-head@freebsd.org Fri Jun 15 19:07:04 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC6981018CDA; Fri, 15 Jun 2018 19:07:04 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 289FA7E93D; Fri, 15 Jun 2018 19:07:04 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: by mail-lf0-f42.google.com with SMTP id g21-v6so16107134lfb.4; Fri, 15 Jun 2018 12:07:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=H4CE+x1dnSk5CT2OZzQKeOit7IwVCV8vcKIuWOKgdSM=; b=oYrqWjt1ac4QuLGiwotpWw1rViRIBScl5Og26EB7aAAXQPjNMz2HyJzbCF832/mSij 0sJnysiW8KlK+AHVDr3En307qcD7uzCojMGyXTSb4Ad0JX1k5pqoS3n0La1qAF26YHb8 zp1Dxs/4wvv97LaYgl4X1gyKftFy8PnKEsFOnyH1RLV9q2LmCCJfffZPSXk26dRstk2v 1CFTKc39KBNKkne2atZ60dnYaAnvelYS0Fo/h9y8rBYjylFLivvt7dJ298P21OoleAgp NNReFnFdi6gEH81H/os3ZGhaw9k8dOYolS0CT80CyQv7vaje1+JgSiNvJpN5P5DpP0DG M6jA== X-Gm-Message-State: APt69E2lZ3UfTIT0uV8kJxKkKSN8zU6zFVpGKtz1/fbxg6BXhVy8i4VM qlSoLq2roqIVRmn1gRPWa/JmAtH3fa/q0+vQXmg= X-Google-Smtp-Source: ADUXVKLvy8e/zvvA8VMEe269BVkhL20TbMXamS6wBhA6wi2FiKhINrRyGPiqqvPaA8Kfzq/f0DumkfsBqb+qsLawzhU= X-Received: by 2002:a2e:e1a:: with SMTP id 26-v6mr1988083ljo.107.1529089616500; Fri, 15 Jun 2018 12:06:56 -0700 (PDT) MIME-Version: 1.0 References: <201806151855.w5FIt2Qo090777@repo.freebsd.org> In-Reply-To: <201806151855.w5FIt2Qo090777@repo.freebsd.org> From: Justin Hibbits Date: Fri, 15 Jun 2018 14:06:45 -0500 Message-ID: Subject: Re: svn commit: r335226 - head/sys/dev/ofw To: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2018 19:07:04 -0000 On Fri, Jun 15, 2018, 13:55 Justin Hibbits wrote: > Author: jhibbits > Date: Fri Jun 15 18:55:02 2018 > New Revision: 335226 > URL: https://svnweb.freebsd.org/changeset/base/335226 > > Log: > Check for a 'pci' prefix rather than a full match in get_addr_props > > Summary: > Newer OPAL device trees, such as those on POWER9 systems, use 'pciex' for > device_type, not 'pci'. Rather than enumerating all possible variants, > just > check for a 'pci' prefix. > And, given the changes made, the commit message is incorrect. It does enumerate all current variants. - Justin