From owner-freebsd-current Tue Oct 15 6:18:15 2002 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 D95F037B407; Tue, 15 Oct 2002 06:18:12 -0700 (PDT) Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id C77E343E9E; Tue, 15 Oct 2002 06:18:08 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwa@tasogare.imasy.or.jp [202.227.24.5]) by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id g9FDHvY75271; Tue, 15 Oct 2002 22:17:57 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Tue, 15 Oct 2002 22:17:53 +0900 (JST) Message-Id: <20021015.221753.96914499.iwasaki@jp.FreeBSD.org> To: ken@kdm.org Cc: jhb@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: PCI problems with today's current From: Mitsuru IWASAKI In-Reply-To: <20021014153617.A80354@panzer.kdm.org> References: <20021005230043.A19273@panzer.kdm.org> <20021006.142541.67030894.iwasaki@jp.FreeBSD.org> <20021014153617.A80354@panzer.kdm.org> X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, > > But never mind, you can force to compile the ASL and generate DSDT; > > # iasl -i SupermicroP3TDE6.new.asl > > then copy generated acpi_dsdt.aml to /boot/. > > # cp acpi_dsdt.aml /boot/ > > Okay, I did that, and then typed the following at the boot prompt: > > set acpi_dsdt_load="YES" > set acpi_dsdt_name="/boot/acpi_dsdt.aml" > > Things still don't seem to be working properly. I've attached dmesg > output. [snip] > Preloaded elf kernel "/boot/kernel.test32/kernel" at 0xc0569000. > Preloaded elf module "/boot/kernel.test32/acpi.ko" at 0xc05690b0. > Timecounter "i8254" frequency 1193182 Hz Hmm, it seems that /boot/acpi_dsdt.aml doesn't to be loaded. I think `set acpi_dsdt_load="YES"' at the boot prompt is not effective. How about having acpi_dsdt_load="YES" in your loader.conf, or typing `load -t acpi_dsdt /boot/acpi_dsdt.aml' at the boot prompt ? Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message