From owner-freebsd-bugs@FreeBSD.ORG Thu Mar 8 04:30:13 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 14B1F16A400 for ; Thu, 8 Mar 2007 04:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B7F2F13C478 for ; Thu, 8 Mar 2007 04:30:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l284UC6n068173 for ; Thu, 8 Mar 2007 04:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l284UCQL068165; Thu, 8 Mar 2007 04:30:12 GMT (envelope-from gnats) Date: Thu, 8 Mar 2007 04:30:12 GMT Message-Id: <200703080430.l284UCQL068165@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Craig Leres Cc: Subject: Re: kern/109152: [rp] RocketPort panic from device_unbusy() X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Craig Leres List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2007 04:30:13 -0000 The following reply was made to PR kern/109152; it has been noted by GNATS. From: Craig Leres To: freebsd-gnats-submit@FreeBSD.org Cc: ambrisko@ambrisko.com Subject: Re: kern/109152: [rp] RocketPort panic from device_unbusy() Date: Wed, 07 Mar 2007 20:21:21 -0800 The problem is a lot more serious than I first reported. Over the last few weeks I've found it pretty easy to panic the system. I did more surfing and found this freebsd-hackers thread: http://groups.google.com/group/mailing.freebsd.hackers/browse_frm/thread/883da63a8c62854d Ultimately, Doug Ambrisko posts a patch against RELENG_6. I wasn't able to recover the patch from his posting but he also committed the changes which are available via the cvs web interface: http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/dev/rp/rp.c?rev=1.67.2.2&content-type=text/plain http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/dev/rp/rp_isa.c?rev=1.7.2.1&content-type=text/plain http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/dev/rp/rp_pci.c?rev=1.11.2.2&content-type=text/plain http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/dev/rp/rpreg.h?rev=1.7.2.1&content-type=text/plain http://www.freebsd.org/cgi/cvsweb.cgi/~checkout~/src/sys/dev/rp/rpvar.h?rev=1.8.2.1&content-type=text/plain It looks good! I've been unable to generate a device_unbusy() panic with the resulting kernel. Craig