From owner-freebsd-hardware@FreeBSD.ORG Tue Mar 13 07:06:29 2012 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 663A91065670 for ; Tue, 13 Mar 2012 07:06:29 +0000 (UTC) (envelope-from fhard@paz.bz) Received: from mail.qcislands.net (mail.qcislands.net [207.34.147.83]) by mx1.freebsd.org (Postfix) with ESMTP id 43BCC8FC16 for ; Tue, 13 Mar 2012 07:06:29 +0000 (UTC) Received: from 100-236-53-209.qcislands.net ([209.53.236.100] helo=[192.168.1.5]) by mail.qcislands.net with esmtp (Exim 4.75) (envelope-from ) id 1S7LoG-000FkG-NT; Tue, 13 Mar 2012 00:06:22 -0700 Message-ID: <4F5EF1EA.8080206@paz.bz> Date: Tue, 13 Mar 2012 00:06:18 -0700 From: Jim Pazarena User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: freebsd-hardware@freebsd.org References: <4ED95D23.8040606@paz.bz> <201203120852.30958.hselasky@c2i.net> <4F5E3E78.3020002@lissyara.su> <201203121927.47612.hselasky@c2i.net> In-Reply-To: <201203121927.47612.hselasky@c2i.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-local_scan: locally submitted (100) Subject: Re: 9.0 on ProLiant G5 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2012 07:06:29 -0000 On 2012-03-12 11:27 AM, Hans Petter Selasky wrote: > On Monday 12 March 2012 19:20:40 Alex Keda wrote: >> On 12.03.2012 11:52, Hans Petter Selasky wrote: >>> On Sunday 11 March 2012 17:40:42 Jim Pazarena wrote: >>>> Alex Keda wrote, On 2011-12-04 10:46 AM: >>>>> 03.12.2011 03:20, Jim Pazarena пишет: > > Hi, > > I see. Could you try 8.3 or 8-stable and see if that boots. I've backported > most of the USB changes to 8-stable. If 8.3 boots, I believe it is not a USB > problem, but ACPI or PCI most likely or something else. > > --HPS just downloading 8.3RC1 now, and will burn and attempt install my observations of 9.0 are: when disabling 4. [A]CPI support and turning on 7. Boot [V]erbose, I got a rather instant Automatic reboot: procfs registered panic: No usable event timer found! cpuid = 0 KDB: stack backtrace: #0 0xffffffff808680fe at kbd_backtrace+0x5e #1 #2 #3 #4 #5 Uptime: 1s Automatic reboot in 15 seconds WHEN LEAVING [A]CPI Support: Enabled I get: usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 480Mbps High Speed USB v2.0 ata2: hard reset ... ata2: SATA connect timeout status=00000004 ata3: hard reset ... ata3: SATA connect timeout status=00000004 ata4: hard reset ... and then oodles of continuous: ata0: stat1=0x80 err=0x80 lsb=0x80 msb=0x80 eventually followed with: ata0: reset tp2 stat0=50 stat1=80 devices=0x1 (aprobe0:ata0:0:0:0): SIGNATURE: 0000 ata1: reset tp1 mask=00 ostat0=ff ostat1=ff several more "(aprobe0:ata0:0:0:0): ... " messages followed eventually with: (aprobe:ata0:0:0:0): Error 5, Retries exhausted. and a total system lockup requiring a power cycle This is in verbose mode. Without verbose, the display merely 'appears' to hang at the usb interrogation, but now, seeing the above verbose output, it appears to be ata errors instead. Now what? Thanks!