From owner-freebsd-current@FreeBSD.ORG Tue Apr 20 05:15:23 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 5900816A4CE; Tue, 20 Apr 2004 05:15:23 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id C63E043D46; Tue, 20 Apr 2004 05:15:22 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id E7D716547C; Tue, 20 Apr 2004 13:15:20 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 09029-01-7; Tue, 20 Apr 2004 13:15:20 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 2EC9C6546E; Tue, 20 Apr 2004 13:15:20 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 1EDB16131; Tue, 20 Apr 2004 13:15:23 +0100 (BST) Date: Tue, 20 Apr 2004 13:15:23 +0100 From: Bruce M Simpson To: Roman Kurakin Message-ID: <20040420121523.GA18177@empiric.dek.spc.org> Mail-Followup-To: Roman Kurakin , Doug White , Josef El-Rayes , freebsd-current@freebsd.org References: <20040414155525.GD562@jenny.daemon.li> <20040419183108.L47248@carver.gumbysoft.com> <40851021.6090706@cronyx.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40851021.6090706@cronyx.ru> cc: Josef El-Rayes 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: Tue, 20 Apr 2004 12:15:23 -0000 On Tue, Apr 20, 2004 at 03:57:21PM +0400, Roman Kurakin wrote: > Ok. If I don't have ISA at all, what is bad in idea to remove it from > config file? The problem is that ISA and the i386 architecture are still intimately involved. It's probably hidden away as something called LPC on yours. :-) BMS