From owner-freebsd-current@freebsd.org Thu Oct 25 14:10:43 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 6C6731077CFB for ; Thu, 25 Oct 2018 14:10:43 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [199.48.133.146]) (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 183E3845CA; Thu, 25 Oct 2018 14:10:42 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from disco.vangyzen.net (unknown [70.97.188.230]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 4CDF556484; Thu, 25 Oct 2018 09:10:40 -0500 (CDT) Subject: Re: 12-BETA1 contains warning about non-PNP ISA device To: "Rodney W. Grimes" Cc: Rebecca Cran , freebsd-current@freebsd.org, imp@freebsd.org References: <201810251157.w9PBvsWg034406@pdx.rh.CN85.dnsmgr.net> From: Eric van Gyzen Message-ID: <7d4646ec-797c-7c0e-abfa-4c3bf3dfd0d5@vangyzen.net> Date: Thu, 25 Oct 2018 09:10:38 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0.1 MIME-Version: 1.0 In-Reply-To: <201810251157.w9PBvsWg034406@pdx.rh.CN85.dnsmgr.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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 14:10:43 -0000 On 10/25/18 6:57 AM, Rodney W. Grimes wrote: >>> I noticed a warning on a new AMD system running 12-BETA1: >>> >>> non-PNP ISA device will be removed from GENERIC in FreeBSD 12. >> 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. > > Further investigation shows me that this comes from > generic code in sys/isa/isa_common.c, and does not > come from any specific driver markings. My new Ryzen says: atkbdc0: non-PNP ISA device will be removed from GENERIC in FreeBSD 12. Believe it or not, my motherboard has a PS/2 connector, so I could actually use this driver someday. Eric