From owner-freebsd-current Sat Oct 5 22:26: 7 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 C380537B401; Sat, 5 Oct 2002 22:26:05 -0700 (PDT) Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02DAB43E42; Sat, 5 Oct 2002 22:26:04 -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 g965PnY96172; Sun, 6 Oct 2002 14:25:49 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Sun, 06 Oct 2002 14:25:41 +0900 (JST) Message-Id: <20021006.142541.67030894.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: <20021005230043.A19273@panzer.kdm.org> References: <20021004204606.A8882@panzer.kdm.org> <20021005.120947.58431680.iwasaki@jp.FreeBSD.org> <20021005230043.A19273@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, > 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