From owner-freebsd-current Wed Jul 5 4:45: 7 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 A8BC537B6D7 for ; Wed, 5 Jul 2000 04:45:01 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92]) by tasogare.imasy.or.jp (8.10.1+3.3W/3.7W-tasogare/smtpfeed 1.07) with ESMTP id e65Bivp46785; Wed, 5 Jul 2000 20:44:57 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) To: haro@tk.kubota.co.jp Cc: mark@grondar.za, current@FreeBSD.ORG Subject: Re: randomdev and APM. Not working together? In-Reply-To: <20000705201216R.haro@tk.kubota.co.jp> References: <200007010649.IAA13685@grimreaper.grondar.za> <20000705145916I.haro@tk.kubota.co.jp> <20000705201216R.haro@tk.kubota.co.jp> 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: <20000705204455R.iwasaki@jp.FreeBSD.org> Date: Wed, 05 Jul 2000 20:44:55 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 20000228(IM140) Lines: 19 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I think I found the problem, and being able to work around it. > But, I don't know how to realy fix it. I noticed this when I saw your last message :-) > 2)Randomdev Loaded: Probe & attach will happen in the order - > (1)acpi0, (2)apm0, (3)nxp0 .....NG > > Because acpi0 access the BIOS first, APM support in BIOS seems to > get turned off. :-( Yes, current acpi driver is doing this for testing purpose in attach(). We need to handle this matter soon so that we could have both of apm and acpi in our kernel. Could you disable this line in sys/i386/acpi/acpi.c:acpi_attach() and enable acpi later with acpiconf -e ? acpi_enable_disable(sc, 1); Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message