From owner-freebsd-current@FreeBSD.ORG Sun Apr 4 06:38:10 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 DBDE116A4CE; Sun, 4 Apr 2004 06:38:10 -0700 (PDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id C60DE43D4C; Sun, 4 Apr 2004 06:38:10 -0700 (PDT) (envelope-from freebsd-current-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (rwcrmhc12) with ESMTP id <2004040413381001400s8o0ne>; Sun, 4 Apr 2004 13:38:10 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id EE2E412; Sun, 4 Apr 2004 09:38:09 -0400 (EDT) Sender: lowell@be-well.ilk.org To: John Baldwin References: <20040318132321.F9436@root.org> <44r7vg5r2j.fsf@be-well.ilk.org> <44lllo5quz.fsf@be-well.ilk.org> <200403261407.22278.jhb@FreeBSD.org> <44n061rqzp.fsf@be-well.ilk.org> From: Lowell Gilbert Date: 04 Apr 2004 09:38:09 -0400 In-Reply-To: <44n061rqzp.fsf@be-well.ilk.org> Message-ID: <44ptanuam6.fsf@be-well.ilk.org> Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: current@freebsd.org Subject: Re: agp0 hang in 5.2.1-RELEASE 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: Sun, 04 Apr 2004 13:38:11 -0000 Lowell Gilbert writes: > John Baldwin writes: > > > Can you try moving those hunks into the attach method rather than the probe > > method by the way? > > Certainly. I don't expect that to work though, because in my case the > lockup was happening in the probe itself. [Yes, that means that the > hardware is exhibiting fairly broken behaviour; but I still wanted to > run FreeBSD on it...] I was correct; the lockup was in the probe, so for my laptop, at least, the probe itself has to be turned off.