From owner-freebsd-arch@FreeBSD.ORG Thu Oct 28 16:03:44 2010 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D1C2106566B; Thu, 28 Oct 2010 16:03:44 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 1AB8E8FC0A; Thu, 28 Oct 2010 16:03:44 +0000 (UTC) Received: from [10.0.0.182] (182.imp.bsdimp.com [10.0.0.182] (may be forged)) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o9SFwPMU029728; Thu, 28 Oct 2010 09:58:29 -0600 (MDT) (envelope-from imp@bsdimp.com) Message-ID: <4CC99DA1.1030105@bsdimp.com> Date: Thu, 28 Oct 2010 09:58:25 -0600 From: Warner Losh User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.9) Gecko/20100918 Thunderbird/3.1.4 MIME-Version: 1.0 To: TAKAHASHI Yoshihiro References: <201010271355.40685.jhb@freebsd.org> <201010281013.03261.jhb@freebsd.org> <20101028.235349.173529218.nyan@jp.FreeBSD.org> In-Reply-To: <20101028.235349.173529218.nyan@jp.FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: attilio@freebsd.org, imp@freebsd.org, freebsd-arch@freebsd.org Subject: Re: [PATCH] Headers for the x86 subtree X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 16:03:44 -0000 On 10/28/2010 08:53, TAKAHASHI Yoshihiro wrote: > In article<201010281013.03261.jhb@freebsd.org> > John Baldwin writes: > >> I'm still doing testing, but this seems to be working so far. I am >> moving mca.h as my current test. > sys/conf/kmod.mk requires the same change of sys/conf/kern.post.mk. I think that the pre-patch kern.post.mk code actually may be wrong... Or not so much wrong as redundant with what config(8) already does. IIRC, it was put in there as a stop-gap compatibility thing and it can now actually be removed (although it makes things nicer for John's patch). Warner > --- > TAKAHASHI Yoshihiro > > >