From owner-freebsd-amd64@FreeBSD.ORG Fri Aug 6 03:16:44 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C90116A4CF; Fri, 6 Aug 2004 03:16:44 +0000 (GMT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 105BA43D2D; Fri, 6 Aug 2004 03:16:42 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 398FEFD02A; Thu, 5 Aug 2004 20:16:41 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00626-03; Thu, 5 Aug 2004 20:16:40 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 8C6EAFD026; Thu, 5 Aug 2004 20:16:40 -0700 (PDT) From: Sean McNeil To: conrads@cox.net In-Reply-To: References: Content-Type: text/plain Message-Id: <1091762200.22567.1.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 05 Aug 2004 20:16:40 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com cc: Mark Murray cc: freebsd-amd64@freebsd.org Subject: Re: mem.c: mem_range_softc undefined reference X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2004 03:16:44 -0000 On Thu, 2004-08-05 at 20:02, Conrad J. Sabatier wrote: > On 04-Aug-2004 Ceri Davies wrote: > > On Wed, Aug 04, 2004 at 01:57:36PM -0700, Sean McNeil wrote: > >> Anyone else getting this? I've compared my kernel config with > >> GENERIC > >> and I have the extra devices that were added recently. > > > > markm just committed a fix for this. > > I don't think so. Where do you see this? I'm still getting: > > linking kernel > amd64_mem.o(.text+0xc1c): In function `amd64_mem_drvinit': > : undefined reference to `mem_range_softc' > mem.o(.text+0x24f): In function `memioctl': > : undefined reference to `mem_range_softc' > mem.o(.text+0x25a): In function `memioctl': > : undefined reference to `mem_range_softc' > mem.o(.text+0x364): In function `dev_mem_md_init': > : undefined reference to `mem_range_softc' > mem.o(.text+0x378): In function `dev_mem_md_init': > : undefined reference to `mem_range_softc' > memutil.o(.text+0x3): more undefined references to `mem_range_softc' > follow > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/CUSTOM. This is because your CUSTOM does not have options SMP. Try adding it. UP is still broken. I think a fix for i386 has already been made, but amd64 didn't get fixed. Cheers, Sean