From owner-freebsd-current@FreeBSD.ORG Mon Nov 3 15:20:41 2003 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 F3B4616A4CE for ; Mon, 3 Nov 2003 15:20:40 -0800 (PST) Received: from freebee.digiware.nl (dsl083.iae.nl [212.61.62.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7DDF43FA3 for ; Mon, 3 Nov 2003 15:20:39 -0800 (PST) (envelope-from wjw@withagen.nl) Received: from dual (dual [212.61.27.71]) by freebee.digiware.nl (8.12.10/8.12.9) with SMTP id hA3NPTgL079322 for ; Tue, 4 Nov 2003 00:25:30 +0100 (CET) (envelope-from wjw@withagen.nl) Message-ID: <00c101c3a261$1732f9d0$471b3dd4@dual> From: "Willem Jan Withagen" To: References: <00ae01c3a223$ea8b5220$471b3dd4@dual> Date: Tue, 4 Nov 2003 00:20:37 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: Running current on Proliant ml370 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: Mon, 03 Nov 2003 23:20:41 -0000 > I was donated a ML370 with 256Mb, single processor. > > It boots an 5.0-DP1 cd just fine, and it runs like a normal baby. > So I tried upgrading it to 5.1-current. And it freezes. > After some tinkering in /etc/loader.conf it now shows that it is probing > devices: > > in short: > isa_probe_children: probing non-PnP devices > orm0 ................. on isa0 > adv0 failed to probe on isa0 > aha0: status reg test failed ff > aha0: 5* failed > aha0: failed to probe at port 0x134-0x137 on isa0 > > And then the box is really really frozen. > Power off by yanking the powercord. > > So I guess that one of the probes really kills the box?? > Question: > How do I find the order of devices that are probed in. > AKA what follows after aha0?? > > And are there any suggestions in getting this baby to run CURRENT Just following up to myself: Disableing ACPI gets things all the way to the login prompt. Added to: /boot/loader.rc unset acpi_load Are there any usefull details I can post/mail as aid for others --WjW