From owner-freebsd-current@FreeBSD.ORG Fri Aug 13 17:42:01 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 1096716A4CE for ; Fri, 13 Aug 2004 17:42:01 +0000 (GMT) Received: from smtp-bedford-dr.mitre.org (smtpproxy2.mitre.org [192.160.51.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9104043D2D for ; Fri, 13 Aug 2004 17:42:00 +0000 (GMT) (envelope-from jandrese@mitre.org) Received: from smtp-bedford-dr.mitre.org (localhost.localdomain [127.0.0.1]) by smtp-bedford-dr.mitre.org (8.11.6/8.11.6) with SMTP id i7DHg0w03056 for ; Fri, 13 Aug 2004 13:42:00 -0400 Received: from smtp-bedford-dr.mitre.org (localhost.localdomain [127.0.0.1]) by smtp-bedford-dr.mitre.org (Postfix) with ESMTP id E4C754F8DB for ; Fri, 13 Aug 2004 13:41:59 -0400 (EDT) Received: from MAILHUB1 (mailhub1.mitre.org [129.83.20.31]) i7DHfxD02985; Fri, 13 Aug 2004 13:41:59 -0400 Received: from mm112324-2k.mitre.org (128.29.3.51) by mailhub1.mitre.org with SMTP id 8871638; Fri, 13 Aug 2004 13:41:56 -0400 Message-ID: <411CFD63.20101@mitre.org> Date: Fri, 13 Aug 2004 13:41:55 -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: Doug White References: <4119123C.6020309@mitre.org> <20040813101957.A93695@carver.gumbysoft.com> In-Reply-To: <20040813101957.A93695@carver.gumbysoft.com> 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 17:42:01 -0000 Doug White wrote: >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. > > Oh, I was loading them as modules. That's probably it.