From owner-freebsd-current Mon Sep 4 14:12: 4 2000 Delivered-To: freebsd-current@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 250FB37B422 for ; Mon, 4 Sep 2000 14:12:00 -0700 (PDT) Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92]) by tasogare.imasy.or.jp (8.10.2+3.3W/3.7W-tasogare/smtpfeed 1.07) with ESMTP id e84LBur06840; Tue, 5 Sep 2000 06:11:57 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) To: hume@Den.BOFH.Halifax.NS.Ca Cc: cbh@teabag.demon.co.uk, freebsd-current@FreeBSD.ORG Subject: Re: AIC-7890 problems with kernel build In-Reply-To: <200009042037.RAA09087@Den.BOFH.Halifax.NS.Ca> References: <200009042037.RAA09087@Den.BOFH.Halifax.NS.Ca> X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000905061131G.iwasaki@jp.FreeBSD.org> Date: Tue, 05 Sep 2000 06:11:31 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 20000228(IM140) Lines: 19 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, > And, of course, the kernel config... a fair amount of crap still not trimmed > out, but the only difference between this config and the one used to build > the functional kernel is apm commented out and ACPI added, which I've already > tried reversing without much difference. All I can say is that acpi is initilized after pcib and its children are attached so I don't think ACPI code affects PCI stuff... > # Power management support (see LINT for more options) > #device apm > device acpi Could you disable acpi and try again to make the problem clearer? Without `device acpi' line in your kernel config file, any ACPI code isn't compiled in your kernel. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message