From owner-freebsd-current@FreeBSD.ORG Fri Aug 29 08:44:34 2003 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 6559816A4BF for ; Fri, 29 Aug 2003 08:44:34 -0700 (PDT) Received: from zcars04f.nortelnetworks.com (zcars04f.nortelnetworks.com [47.129.242.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F93143F75 for ; Fri, 29 Aug 2003 08:44:33 -0700 (PDT) (envelope-from atrens@nortelnetworks.com) Received: from zcard309.ca.nortel.com (zcard309.ca.nortel.com [47.129.242.69]) id h7TFiRL16145; Fri, 29 Aug 2003 11:44:27 -0400 (EDT) Received: from zcard031.ca.nortel.com ([47.129.242.121]) by zcard309.ca.nortel.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id RYZ08WVA; Fri, 29 Aug 2003 11:44:27 -0400 Received: from nortelnetworks.com (atrens.ca.nortel.com [47.131.26.220]) by zcard031.ca.nortel.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id R2391RAM; Fri, 29 Aug 2003 11:44:27 -0400 Message-ID: <3F4F765E.3080104@nortelnetworks.com> Date: Fri, 29 Aug 2003 11:50:54 -0400 X-Sybari-Space: 00000000 00000000 00000000 00000000 From: Andrew Atrens User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030807 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Hendrik Hasenbein References: <200308281540.h7SFeUV22668@accms33.physik.rwth-aachen.de> <20030828201301.GA14685@gattaca.yadt.co.uk> <3F4F57FA.4030605@techfak.uni-bielefeld.de> <3F4F5F80.8050205@nortelnetworks.com> <3F4F6978.3000301@techfak.uni-bielefeld.de> In-Reply-To: <3F4F6978.3000301@techfak.uni-bielefeld.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: nvidia.ko freezes system in -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: Fri, 29 Aug 2003 15:44:34 -0000 Hendrik Hasenbein wrote: > Andrew Atrens wrote: > >> The combination that works for me (in -STABLE) is nvidia gart and no >> hacks. I spent some time trying to get Matt Dodd's os agp to work, >> again in -STABLE, and while it does probe and attach the agp >> correctly - and from what I could tell seems to follow the linux code >> very closely - I can't get the nvidia driver to work with it. >> >> Good luck, >> >> Andrew. >> > Thx. > Ok, I thought that was the problem behind the attach problem. If it is > bogus why can't the driver attach to the memory resource? The nvidia probe code gets invoked for every pci device discovered on the bus. The can't-attach-memory-resource thing essentially means that the driver is trying to attach to a device that isn't a graphics card. > > > '/boot/loader.conf' already contains > 'hw.pci.allow_unsupported_io_range="1"' I don't run -current, so I'm not exactly sure what this does :( ... > In which order do you load the modules? I just load - kernel linux.ko nvidia.ko and that's it. It's important to note that I do not have 'device agp' in my kernel. Andrew.