From owner-freebsd-arch@FreeBSD.ORG Thu Oct 28 14:53:57 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 7DA331065673; Thu, 28 Oct 2010 14:53:57 +0000 (UTC) (envelope-from nyan@jp.FreeBSD.org) Received: from sakura.ccs.furiru.org (sakura.ccs.furiru.org [IPv6:2001:2f0:104:8060::1]) by mx1.freebsd.org (Postfix) with ESMTP id ABC118FC13; Thu, 28 Oct 2010 14:53:56 +0000 (UTC) Received: from localhost (authenticated bits=0) by sakura.ccs.furiru.org (unknown) with ESMTP id o9SErnIM037476; Thu, 28 Oct 2010 23:53:54 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Thu, 28 Oct 2010 23:53:49 +0900 (JST) Message-Id: <20101028.235349.173529218.nyan@jp.FreeBSD.org> To: jhb@freebsd.org From: TAKAHASHI Yoshihiro In-Reply-To: <201010281013.03261.jhb@freebsd.org> References: <201010271355.40685.jhb@freebsd.org> <201010281013.03261.jhb@freebsd.org> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii 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 14:53:57 -0000 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. --- TAKAHASHI Yoshihiro