From owner-freebsd-hardware@FreeBSD.ORG Mon Feb 18 01:18:51 2008 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 21D6116A417 for ; Mon, 18 Feb 2008 01:18:51 +0000 (UTC) (envelope-from locke1689@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.243]) by mx1.freebsd.org (Postfix) with ESMTP id B318E13C44B for ; Mon, 18 Feb 2008 01:18:50 +0000 (UTC) (envelope-from locke1689@gmail.com) Received: by hs-out-0708.google.com with SMTP id h53so1279793hsh.11 for ; Sun, 17 Feb 2008 17:18:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer:from; bh=njh8EhZ//3xpjshtkdXgilySjEkcF0irIYjoQdzr6Vc=; b=YtsIhm2ssK03gUPT1/MoAEbMP0tCosfn9cXjg5cYY9bIOM/JRxmNgW9gRkEtKEwc91sjkMZRjaKPFqPizbYnFbT/3NYNR+fDHRH7BqaExuwWXEKAAZVJiRai4dlVZ7E6Pd60lA9P261QxLpAlszIcbNmS6Nco5lTCZ5gkyqgvxQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer:from; b=QAqz7cJZRcg/pFTJ65EcRax90OW3QQRHbTO2tv4h8FogdzBYmOeOcuWKrQRSvNXtJSF41l7MYHa0bPxGIN1lqS2HeqPTOaQU+hdgrRjPN25p9zgBjKKQ1xsCLbJShju1tAEJZsj1ELID5bT6WfHLkO02eWRCD2KcML0xcL4BTfM= Received: by 10.100.124.6 with SMTP id w6mr9952904anc.94.1203295978034; Sun, 17 Feb 2008 16:52:58 -0800 (PST) Received: from ?192.168.1.20? ( [71.179.5.88]) by mx.google.com with ESMTPS id 17sm11103761hsq.2.2008.02.17.16.52.55 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 17 Feb 2008 16:52:56 -0800 (PST) Message-Id: <64D53B1F-F6CF-4782-A040-BC167695AC90@gmail.com> To: freebsd-hardware@freebsd.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Sun, 17 Feb 2008 19:52:46 -0500 X-Mailer: Apple Mail (2.919.2) From: locke Subject: Kernel Panic Upon Booting 7.0-RC2 CD and Stall 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: Mon, 18 Feb 2008 01:18:51 -0000 Hi all, I was trying to boot the boot-only 7.0 RC2 disk for install today when i got a kernel panic whenever ACPI is enabled. I disabled basically all my hardware and I'm guessing the problem is with the EVGA nForce 680i LT motherboard, even though it boots fine on 6.3. When ACPI is enabled it will panic, but when it isn't it stalls right after mounting the disk ufs:/dev/md0. Here are the relevant lines of output: This one is with ACPI disabled, sio1: configured ir1 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: irq maps: 0 0 0 0 sio1: probe failed test(s): 0 1 2 4 6 7 9 sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0 sio2: not probed (disabled) sio3: not probed (disabled) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 isa_probe_children: probing PnP devices Device configuration finished. Reducing kern.maxvnodes 132278 -> 100000 procfs registered. Timecounter "TSC" frequency 2399994801 Hz quality 800 Timecounters tick every 1.000 msec lo0: bpf attached hptrr: no controller detected md0: Preloaded image 4194304 bytes at 0xffffffff80bcad80 ATA PseudoRAID loaded Trying to mount root from ufs:/dev/md0 start_init: trying /sbin/init start_init: trying /sbin/oinit start_init: trying /sbin/init.bak start_init: trying /rescue/init start_init: trying /stand/sysinstall After the last start_init line is where it stalls (i let it sit for over an hour, trust me, its stalled). This is with ACPI enabled, acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of 0, a000 (3) fixed acpi0: reservation of 100000, 7fdf0000 (3) failed ... pci_link34 Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 ... pci_link37 ... acpi_hpet0 iomem 0xfeff0000000000000-0xfeff0000000003ff on acpi0 panic: vm_fault: fault on nofault entry, addr: ffffffffac4b1000 cpuid=0 Uptime=1s Thanks for your time!