Date: Sun, 06 Oct 2002 14:25:41 +0900 (JST) From: Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org> To: ken@kdm.org Cc: jhb@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: PCI problems with today's current Message-ID: <20021006.142541.67030894.iwasaki@jp.FreeBSD.org> In-Reply-To: <20021005230043.A19273@panzer.kdm.org> References: <20021004204606.A8882@panzer.kdm.org> <20021005.120947.58431680.iwasaki@jp.FreeBSD.org> <20021005230043.A19273@panzer.kdm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
> I tried the patches you checked in, and PCI bus 2 on my machine still isn't
> probed. See the attached dmesg.
>
> I'm a bit confused about just what sort of file the ACPI code expects to
> load on boot.
>
> I installed the acpicatools port, so I've got iasl(1), but it appears to
> have 4 output modes (C or assembly source, C or assembly hex table), at
> least for AML output (which acpi(4) says is what you need to load), and
> no output modes for DSDT files.
Ok, you got errors from iasl, like;
SupermicroP3TDE6.new.asl 56: Scope(DEB_) {
Error 1077 - ^ Existing object has invalid type for Scope operator (DEB_, Integer)
This is invalid, so ACPI CA interpreter in our kernel complains;
ACPI-0623: *** Warning: Type override - [DEB_] had invalid type (Integer) for Scope operator, changed to (Scope)
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/
I'll think about other possibilities to solve this...
Thanks
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021006.142541.67030894.iwasaki>
