From owner-freebsd-current@freebsd.org Thu Oct 25 16:26:47 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 DB3D7107E83B for ; Thu, 25 Oct 2018 16:26:47 +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 7691F8D17E; Thu, 25 Oct 2018 16:26:47 +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 AD5B3E4FCE; Thu, 25 Oct 2018 10:27:24 -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 GOm0l7BM7rhP; Thu, 25 Oct 2018 10:27:24 -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 10:27:24 -0600 (MDT) Subject: Re: 12-BETA1 contains warning about non-PNP ISA device From: Rebecca Cran To: Warner Losh Cc: "Rodney W. Grimes" , FreeBSD Current , Warner Losh References: <201810251102.w9PB2pXv034094@pdx.rh.CN85.dnsmgr.net> <3ec80228-d9fc-a411-c8c5-9bc9cc6e0856@bluestop.org> Message-ID: Date: Thu, 25 Oct 2018 10:26:45 -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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit 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 16:26:48 -0000 On 10/25/18 10:20 AM, Rebecca Cran wrote: > >     uart0 pnpinfo _HID=AMDI0020 _UID=0 at handle=\_SB_.FUR0 >     uart1 pnpinfo _HID=AMDI0020 _UID=1 at handle=\_SB_.FUR1 >     uart2 pnpinfo _HID=AMDI0020 _UID=2 at handle=\_SB_.FUR2 >     uart3 pnpinfo _HID=AMDI0020 _UID=3 at handle=\_SB_.FUR3 Also, in case it's useful - the output of "devinfo -v | grep -i uart":     uart0 pnpinfo _HID=AMDI0020 _UID=0 at handle=\_SB_.FUR0     unknown pnpinfo _HID=UTK0001A _UID=0 at handle=\_SB_.FUR0.UART (disabled)     uart1 pnpinfo _HID=AMDI0020 _UID=1 at handle=\_SB_.FUR1     unknown pnpinfo _HID=UTK0001B _UID=1 at handle=\_SB_.FUR1.UART (disabled)     uart2 pnpinfo _HID=AMDI0020 _UID=2 at handle=\_SB_.FUR2     uart3 pnpinfo _HID=AMDI0020 _UID=3 at handle=\_SB_.FUR3 -- Rebecca