From owner-freebsd-bugs@FreeBSD.ORG Mon May 7 21:30:09 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 BFB5D16A404 for ; Mon, 7 May 2007 21:30:09 +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 4FC0713C44B for ; Mon, 7 May 2007 21:30:09 +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 l47LU9dv017014 for ; Mon, 7 May 2007 21:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l47LU97g017012; Mon, 7 May 2007 21:30:09 GMT (envelope-from gnats) Date: Mon, 7 May 2007 21:30:09 GMT Message-Id: <200705072130.l47LU97g017012@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Kimi Ostro" Cc: Subject: Re: kern/111457: ral(4) lock X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kimi Ostro List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 21:30:09 -0000 The following reply was made to PR kern/111457; it has been noted by GNATS. From: "Kimi Ostro" To: FreeBSD-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org Cc: Subject: Re: kern/111457: ral(4) lock Date: Mon, 7 May 2007 21:57:22 +0100 To follow up: I found that turning of netisr helps fix the lock up problem and even though netisr defaults to off on RELENG_6, I enabled it. -- Kimi