From owner-freebsd-current@FreeBSD.ORG Wed Apr 21 07:23:46 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 096BB16A4CE; Wed, 21 Apr 2004 07:23:46 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 451BD43D1F; Wed, 21 Apr 2004 07:23:44 -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 i3LENTgr047927; Wed, 21 Apr 2004 08:23:32 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 21 Apr 2004 08:23:32 -0600 (MDT) Message-Id: <20040421.082332.56347399.imp@bsdimp.com> To: rik@cronyx.ru From: "M. Warner Losh" In-Reply-To: <40851021.6090706@cronyx.ru> References: <20040414155525.GD562@jenny.daemon.li> <20040419183108.L47248@carver.gumbysoft.com> <40851021.6090706@cronyx.ru> 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: josef@freebsd.org cc: freebsd-current@freebsd.org 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:23:46 -0000 In message: <40851021.6090706@cronyx.ru> Roman Kurakin writes: : Ok. If I don't have ISA at all, what is bad in idea to remove it from : config file? Because you *DO* have an ISA bus, just not an ISA expansion bus. They keyboard and mouse, for example, are still on isa attachments. And I do think there's code that unwisely assumes isa will always be there. Warner