From owner-freebsd-current@FreeBSD.ORG Sun Sep 7 22:55:46 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 A506116A4BF for ; Sun, 7 Sep 2003 22:55:46 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 4386843F75 for ; Sun, 7 Sep 2003 22:55:46 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 83754 invoked by uid 1000); 8 Sep 2003 05:55:48 -0000 Date: Sun, 7 Sep 2003 22:55:48 -0700 (PDT) From: Nate Lawson To: des@des.no Message-ID: <20030906141328.Q78854@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: ACPI problems on MSI K7D 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: Mon, 08 Sep 2003 05:55:46 -0000 This is the line that triggers that panic, from /sys/dev/acpica/Osd/OsdHardware.c: if (pci_cfgregopen() == 0) panic("AcpiOsDerivePciId unable to initialize pci bus"); Please report the dmesg from boot -v as that should help figure out why pci_cfgregopen() fails. Also, I think the following should be "\_S3": Name (\SS3, Package (0x04) -Nate