From owner-freebsd-current@FreeBSD.ORG Thu Jun 24 20:17:59 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 EABDB16A4CE; Thu, 24 Jun 2004 20:17:59 +0000 (GMT) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FFFD43D41; Thu, 24 Jun 2004 20:17:59 +0000 (GMT) (envelope-from gnagelhout@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2657.72) id ; Thu, 24 Jun 2004 16:17:37 -0400 Message-ID: From: Gerrit Nagelhout To: 'John Baldwin' , Matthew Dillon Date: Thu, 24 Jun 2004 16:17:31 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" cc: kris@FreeBSD.org cc: freebsd-current@FreeBSD.org cc: Julian Elischer Subject: RE: STI, HLT in acpi_cpu_idle_c1 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: Thu, 24 Jun 2004 20:18:00 -0000 John Baldwin wrote: > The ACPI C1 state is just a normal hlt. Only states >= C2 are real > ACPI-specific states. Gerritt, did these lockups start > happening recently > and are these boxes running -current or are they running 5.2.1? > > -- These boxes are running -current (from a couple of weeks ago). I haven't tried running it on 5.2.1 yet. We haven't run this particular application on anything but -current because there is not enough driver & disk support on RELENG_4. I am now running the test with hlt disabled, and will let you know if it locks up again. Gerrit