From owner-freebsd-current@FreeBSD.ORG Wed Aug 4 16:14:12 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 41E1016A4CE; Wed, 4 Aug 2004 16:14:12 +0000 (GMT) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7531A43D46; Wed, 4 Aug 2004 16:14:11 +0000 (GMT) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id 3E5FA7642C; Wed, 4 Aug 2004 18:14:01 +0200 (CEST) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 98557-09; Wed, 4 Aug 2004 18:13:56 +0200 (CEST) Received: from [192.168.0.9] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 48B4F76428; Wed, 4 Aug 2004 18:13:56 +0200 (CEST) Message-ID: <41110B43.1050501@webonaut.com> Date: Wed, 04 Aug 2004 18:13:55 +0200 From: Franz Klammer User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040719) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maxime Henrion References: <20040803184218.GA16698@laptoxa.toxa.lan> <20040804092719.E838@DaeMoN.InTraNeT.CESAR.OrG.BR> <4110F366.5030307@webonaut.com> <20040804144757.GI13608@elvis.mu.org> In-Reply-To: <20040804144757.GI13608@elvis.mu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at webonaut.com cc: anholt@FreeBSD.org cc: Rossam Souza da Silva cc: current@freebsd.org cc: Toxa Subject: Re: radeon.ko doesn't load on recent current 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: Wed, 04 Aug 2004 16:14:12 -0000 Maxime Henrion wrote: > Franz Klammer wrote: > >>Rossam Souza da Silva wrote: >> >>>I have the same problem with VMWare3 kernel modules... >>>no one is loaded, with error messages about symbols. >>> >>>Rossam. >>> >>>------------------------------------------------------ >>>"Das Leben auf Erden ist ein gemeiner Krieg. >>>Wir spielen, wir k?mpfen, wir setzen alles auf Sieg." >>> >>>Megaherz >>>------------------------------------------------------ >>> >>>On Tue, 3 Aug 2004, Toxa wrote: >>> >>> >>>>today kernel biuld, when trying to load radeon.ko for my ATI >>>>Mobility M6: >>>> >>>># kldload radeon.ko: >>>> >>>>link_elf: symbol mem_range_attr_set undefined >>>>kldload: can't load radeon.ko: No such file or directory >> >>same here with matrox mga.ko. after i compiled the >>devices agp, mem, null and io into the kernel it loads normaly. > > > Can you try to remove mem from your kernel config and try this patch? > The DRM drivers are missing a dependency to mem(4) since mem(4) was > made a kernel module. The DRM drivers need mem(4) because they use > mem_range_attr_set(). With this patch, you should be able to load > your DRM driver without errors, even if mem(4) isn't compiled in the > kernel. You must of course have it as a module though. > was faster than expected :-) the patch works! i removed the devices mem and mgadrm vom kernel config and build the new kernel with -DNOCLEAN. hopefully this was correct enough for testing. franz. > Cheers, > Maxime >