From owner-freebsd-current@freebsd.org Thu Oct 25 14:32:37 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 E40E11078A5E for ; Thu, 25 Oct 2018 14:32:36 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 664A385A9C; Thu, 25 Oct 2018 14:32:36 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id w9PEWRv7035302; Thu, 25 Oct 2018 07:32:27 -0700 (PDT) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd-rwg@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id w9PEWRi5035301; Thu, 25 Oct 2018 07:32:27 -0700 (PDT) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <201810251432.w9PEWRi5035301@pdx.rh.CN85.dnsmgr.net> Subject: Re: 12-BETA1 contains warning about non-PNP ISA device In-Reply-To: To: Warner Losh Date: Thu, 25 Oct 2018 07:32:27 -0700 (PDT) CC: Eric van Gyzen , rebecca@bluestop.org, FreeBSD Current , Warner Losh X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII 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:32:37 -0000 > On Thu, Oct 25, 2018 at 8:10 AM Eric van Gyzen wrote: > > > 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. > > > > I'll look into this. Rest assured, we won't be removing this. In theory, > all such devices should be attaching via ACPI. > > Can you send me the output of 'devinfo -v' off list? I suspect something funny happens when there is already a USB keyboard plugged in that has been enumerated by ACPI, I would be willing to speculate that it leaves the legacy port visible as a legacy non PnP/Non ACPI device. -- Rod Grimes rgrimes@freebsd.org