From owner-freebsd-current@FreeBSD.ORG Wed Apr 21 07:38:27 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9518816A4CF for ; Wed, 21 Apr 2004 07:38:27 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12D5443D5E for ; Wed, 21 Apr 2004 07:38:26 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i3LEcCgr048149; Wed, 21 Apr 2004 08:38:12 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 21 Apr 2004 08:38:15 -0600 (MDT) Message-Id: <20040421.083815.108405573.imp@bsdimp.com> To: josef@daemon.li From: "M. Warner Losh" In-Reply-To: <20040421143336.GA31427@daemon.li> References: <40851021.6090706@cronyx.ru> <20040421.082332.56347399.imp@bsdimp.com> <20040421143336.GA31427@daemon.li> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: rik@cronyx.ru Subject: Re: small note to GENERIC for isa dependency X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 21 Apr 2004 14:38:27 -0000 In message: <20040421143336.GA31427@daemon.li> Josef El-Rayes writes: : "M. Warner Losh" : : > And I do think there's code that unwisely assumes isa will always be : > there. : : whats the sense of a removable option which will only result in a : broken kernel build, if it is removed? why not hide it or : make a note so no one tries to remove it? it is an option no one has tried to remove until recently, and the amount of code that unwisely depends on it was unknown until such efforts were undertaken. It could be made to work, just that nobody has climbed the hill to make it work. Warner