From owner-freebsd-questions@FreeBSD.ORG Tue Feb 7 05:40:05 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48B9B106566B for ; Tue, 7 Feb 2012 05:40:05 +0000 (UTC) (envelope-from freebsd2@toyingwithfate.com) Received: from attila.screenminded.com (willmc-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:1d0::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0337D8FC13 for ; Tue, 7 Feb 2012 05:40:04 +0000 (UTC) Received: from mail.toyingwithfate.com (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by attila.screenminded.com (Postfix) with ESMTPSA id 0A35A204255 for ; Tue, 7 Feb 2012 05:40:10 +0000 (UTC) MIME-Version: 1.0 Date: Tue, 07 Feb 2012 05:40:09 +0000 From: Will McCutcheon To: Message-ID: <80700b9cfe8b34cf222637f5282524aa@mail.toyingwithfate.com> X-Sender: freebsd2@toyingwithfate.com User-Agent: RoundCube Webmail/0.3.1 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Kernel stalling at "pci0: on pcib0" 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: Tue, 07 Feb 2012 05:40:05 -0000 Hello all, I recently got a HP t5700 thin client that I wanted to turn into a firewall using pfSense. For reference, this system uses a Transmeta Crusoe TM5800 CPU with a VIA chipset that I'm having difficulty identifying. My issue is that about half of the time the kernel will stall during startup after the following: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:15:25 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/CENERIC i386 CPU: Transmeta(tm) Crusoe(tm) Processor TM5800 (997.69-MHz 586-class CPU) Origin = "CenuineTMx86" Id = 0x543 Family = 5 Model = 4 Stepping = 3 Features= 0x84893f real memory = 270532608 (258 MB) avail memory = 226930688 (216 MB) kbd1 at kbdmux0 acpi0: on motherboard acpi0: Power Button (fixed) acpi0: Sleep Button (fixed) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, eef0000 (3) failed acpi_timer0: couldn't allocate resource (port 0x4008) cpu0: on acpi0 acpi_button0: on acpi0 pcib0: port Oxcf8-0xcff,0x4000-0x407f,0x4080-0x40ff,0x500 0-0x500f on acpi0 pcib0: Length mismatch for 4 range: f00 vs eff pcib0: Length mismatch for 4 range: aff0 vs afef pciO: on pcib0 If I power the system off and on again there's about a 50/50 chance it will start up properly, whereupon it will run for days without issue. It's just during startup that I see any problems. I've tried two separate systems of the same model but they both exhibit the same issue, thus suggesting it's not a one-off hardware defect. I tried both pfSense 2.0.1 (which is FreeBSD 8.1-based) and FreeBSD 9.0-RELEASE from a USB stick, but they exhibited the same issue. I do see some acpi0 and pcib0 messages in there that seem possibly problematic, but I'm a bit out of my depth here. Could anyone spare a moment to suggest any further troubleshooting steps I might try? Thanks so much for your time! Will