From owner-freebsd-current@freebsd.org Thu Oct 25 15:35:08 2018 Return-Path: Delivered-To: freebsd-current@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 4A8EE107B6AA for ; Thu, 25 Oct 2018 15:35:08 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (muon.bluestop.org [96.73.9.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C785089A18; Thu, 25 Oct 2018 15:35:07 +0000 (UTC) (envelope-from rebecca@bluestop.org) Received: from muon.bluestop.org (localhost [127.0.0.1]) by muon.bluestop.org (Postfix) with ESMTP id D3BF2E4DED; Thu, 25 Oct 2018 09:35:44 -0600 (MDT) Received: from muon.bluestop.org ([127.0.0.1]) by muon.bluestop.org (muon.bluestop.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id yh8th6Pz-qPR; Thu, 25 Oct 2018 09:35:44 -0600 (MDT) Received: from cube.int.bluestop.org (gw.bluestop.org [96.73.9.3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by muon.bluestop.org (Postfix) with ESMTPSA; Thu, 25 Oct 2018 09:35:44 -0600 (MDT) Subject: Re: 12-BETA1 contains warning about non-PNP ISA device To: "Rodney W. Grimes" Cc: freebsd-current@freebsd.org, imp@freebsd.org References: <201810251102.w9PB2pXv034094@pdx.rh.CN85.dnsmgr.net> From: Rebecca Cran Message-ID: <3ec80228-d9fc-a411-c8c5-9bc9cc6e0856@bluestop.org> Date: Thu, 25 Oct 2018 09:35:05 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <201810251102.w9PB2pXv034094@pdx.rh.CN85.dnsmgr.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2018 15:35:08 -0000 On 10/25/18 5:02 AM, Rodney W. Grimes wrote: > Can you please reply with the specific device. > If you have seen one it may be an issue to removing it, > especially if this is on a "new AMD" system. This is a new Ryzen system. For me, I get warnings about atkbdc0 and uart0: atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbdc0: non-PNP ISA device will be removed from GENERIC in FreeBSD 12. uart0: <16550 or compatible> at port 0x3f8 irq 4 flags 0x10 on isa0 uart0: non-PNP ISA device will be removed from GENERIC in FreeBSD 12. > Yes, and they well be removed from GENERIC in BETA2, > as I just approved the RFA to merge that fix to stable/12. Thanks, good to know they haven't been forgotten about. -- Rebecca