From owner-freebsd-current@freebsd.org Thu Oct 25 11:58:00 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 16CD31071CE0 for ; Thu, 25 Oct 2018 11:58:00 +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 8AE167E14B; Thu, 25 Oct 2018 11:57:59 +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 w9PBvtIc034407; Thu, 25 Oct 2018 04:57:55 -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 w9PBvsWg034406; Thu, 25 Oct 2018 04:57:54 -0700 (PDT) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <201810251157.w9PBvsWg034406@pdx.rh.CN85.dnsmgr.net> Subject: Re: 12-BETA1 contains warning about non-PNP ISA device In-Reply-To: <201810251102.w9PB2pXv034094@pdx.rh.CN85.dnsmgr.net> To: "Rodney W. Grimes" Date: Thu, 25 Oct 2018 04:57:54 -0700 (PDT) CC: Rebecca Cran , freebsd-current@freebsd.org, imp@freebsd.org 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 11:58:00 -0000 > > 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. > > It looks like it was introduced by Warner in r327120. Should those devices have been removed already? > > Yes, and they well be removed from GENERIC in BETA2, > as I just approved the RFA to merge that fix to stable/12. That is an incorrect statement, what I approved does not in any way effect this error that I can tell. Thanks, -- Rod Grimes rgrimes@freebsd.org