From owner-freebsd-current@FreeBSD.ORG Fri Nov 21 15:28:48 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 E8C9916A4CE for ; Fri, 21 Nov 2003 15:28:48 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 26F5543FBD for ; Fri, 21 Nov 2003 15:28:48 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 76450 invoked by uid 1000); 21 Nov 2003 23:28:49 -0000 Date: Fri, 21 Nov 2003 15:28:49 -0800 (PST) From: Nate Lawson To: Alex Deiter In-Reply-To: <016a01c3b086$584355e0$6701320a@komi.mts.ru> Message-ID: <20031121152610.D76441@root.org> References: <20031121134017.P75993@root.org> <016a01c3b086$584355e0$6701320a@komi.mts.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: panic: NULL softc for 0 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: Fri, 21 Nov 2003 23:28:49 -0000 On Sat, 22 Nov 2003, Alex Deiter wrote: > > Sorry to reply to myself. Are you loading acpi as a module and have an > > SMP box? If so, please try this patch, recompile the module, and go > > again: > > i applay this patch, comment device acpi in GENERIC and rebuild kernel. > After reboot it work, does not panic: Apply which patch? The one I posted a while ago? If you cvsup to today's -current, you'll have that and should not use any patches. > Copyright (c) 1992-2003 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 5.1-CURRENT #1: Sat Nov 22 06:01:54 MSK 2003 > root@samanta:/home/obj/mnt/devel/ncvs/current/src/sys/GENERIC > Preloaded elf kernel "/boot/kernel/kernel" at 0xc0a80000. > Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0a80244. Ok, loading as module. > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: Intel(R) Xeon(TM) CPU 2.00GHz (1993.58-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0xf27 Stepping = 7 > Features=0xbfebfbff CA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> > Hyperthreading: 2 logical CPUs > real memory = 1073676288 (1023 MB) > avail memory = 1033596928 (985 MB) > MPTable: Booting with MP table, not madt? > acpi0: on motherboard > ACPI-1287: *** Error: Method execution failed > [\_SB_.PCI0.SBRG.EC0_._REG] (Node 0xc299a500), AE_NOT_EXIST > pcibios: BIOS version 2.10 > Using $PIR table, 19 entries at 0xc00f3400 > acpi0: Power Button (fixed) > Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 > acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 > acpi_cpu0: on acpi0 > acpi_cpu1: on acpi0 > device_probe_and_attach: acpi_cpu1 attach returned 6 > acpi_cpu1: on acpi0 > device_probe_and_attach: acpi_cpu1 attach returned 6 > acpi_cpu1: on acpi0 > device_probe_and_attach: acpi_cpu1 attach returned 6 > acpi_button0: on acpi0 Yes, the code in cvs should not panic but I see your CPUs still do fail to probe. I'll look into addressing that. -Nate