From owner-cvs-src@FreeBSD.ORG Sat Aug 7 06:23:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B927A16A4CE; Sat, 7 Aug 2004 06:23:34 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6307C43D49; Sat, 7 Aug 2004 06:23:34 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.201] ([192.168.0.201]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i776Mrgm013423; Sat, 7 Aug 2004 00:22:53 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <411474E4.8030100@samsco.org> Date: Sat, 07 Aug 2004 00:21:24 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040801 X-Accept-Language: en-us, en MIME-Version: 1.0 To: andrew.lankford@verizon.net References: <20040807041621.JWTS24490.out014.verizon.net@outgoing.verizon.net> In-Reply-To: <20040807041621.JWTS24490.out014.verizon.net@outgoing.verizon.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: amd64@freebsd.org cc: cvs-src@freebsd.org cc: Mark Murray cc: Robert Watson cc: current@freebsd.org Subject: Re: cvs commit: src/sys/amd64/amd64 mp_machdep.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2004 06:23:35 -0000 Andrew Lankford wrote: >>Hmm. I was able to build an amd64 SMP kernel and an amd64 >>UP kernel on sledge.freebsd.org following the last batch >>of commits. Could you confirm your source is in sync: in >>particular, sys/amd64/amd64/mem.c is revision >>1.120, and sys/conf/files.amd64 is revision 1.44? In my >local source snapshot, M_DECLARE(M_MEMDESC) appears in >>memrange.h, and the M_DEFINE(M_MEMDESC, ...) is in mem.c. > > > Yes, yes, and yes, assuming you meant "MALLOC_DEFINE" > instead of "M_DEFINE",etc . I just uncommented "device mem" > and "device io" from my kernel config and the kernel built > and installed ok, along with mem.ko (even though I can't see > what purpose itt would serve when it's already compiled in > statically). > > Once again, I'll attach the kernel config file that caused > buildkernel to stop and complain. > > Andrew Lankford > I just fixed this. Thanks for sending your kernel config. Note that you probably shouldn't remove the acpi driver from the kernel config since it's practically mandatory on amd64 and won't load correctly from the bootloader. Scott