From owner-freebsd-questions@FreeBSD.ORG Mon Sep 11 19:47:23 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C66BD16A412 for ; Mon, 11 Sep 2006 19:47:23 +0000 (UTC) (envelope-from toomas.aas@raad.tartu.ee) Received: from kuller.raad.tartu.ee (kuller.raad.tartu.ee [194.126.106.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B24843D49 for ; Mon, 11 Sep 2006 19:47:15 +0000 (GMT) (envelope-from toomas.aas@raad.tartu.ee) Received: from localhost (localhost [127.0.0.1]) by kuller.raad.tartu.ee (Postfix) with ESMTP id 1B734B822 for ; Mon, 11 Sep 2006 22:47:12 +0300 (EEST) X-Virus-Scanned: amavisd-new at post.raad.tartu.ee Received: from kuller.raad.tartu.ee ([127.0.0.1]) by localhost (kuller.raad.tartu.ee [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id te6AzeH2+v3o for ; Mon, 11 Sep 2006 22:46:55 +0300 (EEST) Received: from raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by kuller.raad.tartu.ee (Postfix) with ESMTP id 0E244B82B for ; Mon, 11 Sep 2006 22:46:19 +0300 (EEST) Received: from INFO/SpoolDir by raad.tartu.ee (Mercury 1.48); 11 Sep 06 22:46:21 +0200 Received: from SpoolDir by INFO (Mercury 1.48); 11 Sep 06 22:46:05 +0200 Received: from [172.26.1.3] (172.26.1.3) by raad.tartu.ee (Mercury 1.48) with ESMTP; 11 Sep 06 22:46:03 +0200 Message-ID: <4505BCFD.3080006@raad.tartu.ee> Date: Mon, 11 Sep 2006 22:46:05 +0300 From: Toomas Aas User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: IBM Netfinity 3500 and 5.5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Sep 2006 19:47:23 -0000 Hello! Is anyone successfully running RELENG_5_5 on IBM Netfinity 3500? I have one such machine here (Type 8644-10X, with IBM ServeRAID 3L) that was running RELENG_5_4 (and 5.3 before that, IIRC) quite happily. Now I cvsupped to RELENG_5_5 and built a new world and kernel, but when booting the new kernel the boot process just hangs after these two lines: ata0: channel #0 on atapci0 ata1: channel #1 on atapci0 After these two lines have been printed, the machine hangs hard. Pressing the NumLock key on the keyboard doesn't affect the NumLock led. Only thing that remains to do is to press the power button. Googling brought me (to my surprise) to FreeBSD 5.5-RELEASE i386 installation notes that I had neglected to read. It says there that Netfinity 3500 may hang when onboard NIC is configured. So I rebooted after disabling the onboard NIC in BIOS, but that didn't help - booting still hangs at the same place. Additionally the same problem is noted in installation notes for 5.4 and 5.3, which run successfully on this box. And anyway, the hang happens long before the NIC is configured (or even long before it is probed when 5.4 boots - not sure about 5.5, maybe the device probing order has changed). Other things I have tried (and all with same miserable results): - Booting with GENERIC kernel - Booting with ACPI disabled - Removing all USB device support from kernel (during booting of FreeBSD 5.4, the next line in dmesg after ata0 and ata1 is uhci0) - Disabling USB support in BIOS - Disabling SMP support in BIOS Anything else I should try, before cvsupping (cvsdowning?) back to RELENG_5_4? I would like to avoid going to 6 right now, since that would involve a lot of port rebuilding. -- Toomas Aas