From owner-freebsd-bugs@FreeBSD.ORG Wed Mar 17 20:00:40 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 304F416A4DE for ; Wed, 17 Mar 2004 20:00:40 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 294FF43D31 for ; Wed, 17 Mar 2004 20:00:40 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i2I40ebv013673 for ; Wed, 17 Mar 2004 20:00:40 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i2I40dBR013672; Wed, 17 Mar 2004 20:00:39 -0800 (PST) (envelope-from gnats) Date: Wed, 17 Mar 2004 20:00:39 -0800 (PST) Message-Id: <200403180400.i2I40dBR013672@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Eugene Grosbein Subject: Re: kern/60526: Post-PAE stable SMP machine freezes X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eugene Grosbein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 04:00:40 -0000 The following reply was made to PR kern/60526; it has been noted by GNATS. From: Eugene Grosbein To: bug-followup@freebsd.org Cc: sos@freebsd.org, stable@freebsd.org Subject: Re: kern/60526: Post-PAE stable SMP machine freezes Date: Thu, 18 Mar 2004 11:00:09 +0700 Hi! According to http://freebsd.rambler.ru/bsdmail/freebsd-hackers_2003/msg03936.html the problem may be related to the and ATA write cache (hw.ata.wc=1). Note however, I had no kernel panic with post-PAE STABLE. I had kernel lockup. I can understand kernel panic due to the faulty devices but not endless loop that it seems to happen. It's known (and noted in the Errata for 4.9-RELEASE) that PAE integration broke hw.ata.tags. Perhaps, its time either to document that hw.ata.wc is broken for noted controller too, either to forbid write cache for it by force. I run my machine using pre-PAE 4.8-STABLE with security patches still. Eugene Grosbein