From owner-freebsd-current@FreeBSD.ORG Sat Nov 20 07:07:21 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 1D53F16A4CE; Sat, 20 Nov 2004 07:07:21 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EB9F43D39; Sat, 20 Nov 2004 07:07:20 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iAK75sCf002750; Sat, 20 Nov 2004 00:05:54 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 20 Nov 2004 00:06:24 -0700 (MST) Message-Id: <20041120.000624.122832691.imp@bsdimp.com> To: le@freebsd.org From: "M. Warner Losh" In-Reply-To: <20041119184422.K578@korben.in.tern> References: <20041116170615.K92983@pcle2.cc.univie.ac.at> <20041119184422.K578@korben.in.tern> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Problem with HP DL380 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: Sat, 20 Nov 2004 07:07:21 -0000 In message: <20041119184422.K578@korben.in.tern> Lukas Ertl writes: : On Tue, 16 Nov 2004, Lukas Ertl wrote: : : > The boot process itself finishes fine, and the 'real' console also works as : > expected. It's just that iLO console that locks up. A kernel from : > Nov 4 doesn't show this behaviour, so I somehow don't believe it's a hardware : > problem. : : OK, I found the culprit: : : Setting hw.pci.do_powerstate=0 in /boot/loader.conf fixes this problem. Dang. I missed the earlier part of this thread. You shouldn't need to do this if I coded things up right. But, alas, you do. Can you send me the details? Warner