From owner-freebsd-current@FreeBSD.ORG Wed Apr 14 10:19: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 8E06116A4CE for ; Wed, 14 Apr 2004 10:19:23 -0700 (PDT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7662343D39 for ; Wed, 14 Apr 2004 10:19:22 -0700 (PDT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru id i3EHJtsZ054725 for freebsd-current@freebsd.org.checked; (8.12.8/vak/2.1) Wed, 14 Apr 2004 21:19:55 +0400 (MSD) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hi.cronyx.ru [144.206.181.94]) by hanoi.cronyx.ru with ESMTP id i3EHE2DQ054208; (8.12.8/vak/2.1) Wed, 14 Apr 2004 21:14:02 +0400 (MSD) (envelope-from rik@cronyx.ru) Message-ID: <407D7151.3070300@cronyx.ru> Date: Wed, 14 Apr 2004 21:13:53 +0400 From: Roman Kurakin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031208 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Josef El-Rayes References: <20040414155525.GD562@jenny.daemon.li> In-Reply-To: <20040414155525.GD562@jenny.daemon.li> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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, 14 Apr 2004 17:19:23 -0000 Josef El-Rayes wrote: >hi! > >i just noticed that removing 'device isa' with 'device npx' still enabled >results in a break of the kernel build. > > Hm, I thought it was fixed. I sew some commits around this. >as i did not find any hint in GENERIC or NOTES i was wondering whether i should >wrtie a short hint and if so, how it should look like. > > >perhaps something like this: > >---- >device isa #keep if device npx is enabled. > > >---- > > May be it is the time to unbreak this? rik