From owner-freebsd-stable@FreeBSD.ORG Fri Mar 11 19:53:48 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF74B16A4CE; Fri, 11 Mar 2005 19:53:48 +0000 (GMT) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E30843D5C; Fri, 11 Mar 2005 19:53:48 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id j2BJrhML029251; Fri, 11 Mar 2005 19:53:43 GMT Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.9p2/8.12.9) with ESMTP id j2BJrhp8065835; Fri, 11 Mar 2005 19:53:43 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost)j2BJrhuw065832; Fri, 11 Mar 2005 19:53:43 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Fri, 11 Mar 2005 19:53:43 +0000 (GMT) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: Alan Cox In-Reply-To: <20050311192009.GK28845@cs.rice.edu> Message-ID: <20050311194021.D65210@ury.york.ac.uk> References: <20050311184658.Q63048@ury.york.ac.uk> <20050311192009.GK28845@cs.rice.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk cc: alc@freebsd.org cc: stable@freebsd.org Subject: Re: panic: mutex vm object not owned X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2005 19:53:49 -0000 On Fri, 11 Mar 2005, Alan Cox wrote: > I'm pretty sure that I understand the cause. Please apply and test > the attached patch. Thanks! I'll start that compiling now, but won't be able to test it until I get physically back to the machine tomorrow. I'm not using the nVidia driver - the graphics card is an ATI Radeon 7000. I do load the radeon kernel module, other than that it's standard GENERIC + debugging. However, he motherboard chipset is an 875, for which the AGP bridge is handled by agp_intel.c, so I suspect the latter half of the diff (to agp_i810.c) will be a no-op. dmesg at http://www.devrandom.co.uk/freebsd/buffy.dmesg Gavin