From owner-freebsd-current@FreeBSD.ORG Fri Aug 13 18:42:17 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 8E68D16A4CE; Fri, 13 Aug 2004 18:42:17 +0000 (GMT) Received: from smtp-bedford-dr.mitre.org (smtpproxy2.mitre.org [192.160.51.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC02343D31; Fri, 13 Aug 2004 18:42:16 +0000 (GMT) (envelope-from jandrese@mitre.org) Received: from smtp-bedford-dr.mitre.org (localhost.localdomain [127.0.0.1]) i7DIgGw25230; Fri, 13 Aug 2004 14:42:16 -0400 Received: from smtp-bedford-dr.mitre.org (localhost.localdomain [127.0.0.1]) by smtp-bedford-dr.mitre.org (Postfix) with ESMTP id 66DA24F8DE; Fri, 13 Aug 2004 14:42:16 -0400 (EDT) Received: from MAILHUB1 (mailhub1.mitre.org [129.83.20.31]) i7DIgGD25155; Fri, 13 Aug 2004 14:42:16 -0400 Received: from mm112324-2k.mitre.org (128.29.3.51) by mailhub1.mitre.org with SMTP id 8873059; Fri, 13 Aug 2004 14:42:11 -0400 Message-ID: <411D0B83.5070405@mitre.org> Date: Fri, 13 Aug 2004 14:42:11 -0400 From: Jason Andresen User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Murray References: <200408131751.i7DHpaBa055244@grimreaper.grondar.org> In-Reply-To: <200408131751.i7DHpaBa055244@grimreaper.grondar.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: mem_range_attr_set undefined 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: Fri, 13 Aug 2004 18:42:17 -0000 Mark Murray wrote: >Doug White writes: > > >>On Tue, 10 Aug 2004, Jason Andresen wrote: >> >> >> >>>I just upgraded from 5.2-RELEASE to 5.2-CURRENT as of Aug 9 and now the >>>NVidia kernel module doesn't want to load. I recompiled both my X >>>server and the module itself, but every time I try to kldload it I get: >>> >>>link_elf: symbol mem_range_attr_set undefined >>> >>>What did I do wrong? Thanks. >>> >>> >>Make sure you compile in the 'io' and 'mem' devices. >> >> > >Or just kldload the 'mem' device before you kldload the NVidia module. >The 'io' device has hothing to do with this. > > It wasn't good enough to load them as modules at boot time, I had to actually compile the mem device into the kernel to get this to work.