Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2001 14:14:02 +0900
From:      Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
To:        Warner Losh <imp@harmony.village.org>
Cc:        jhb@FreeBSD.org, ume@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org
Subject:   Re: cvs commit: src/sys/modules Makefile src/sys/modules/apm Mak 
Message-ID:  <200110250514.OAA42447@shidahara1.planet.sci.kobe-u.ac.jp>
In-Reply-To: Your message of "Wed, 24 Oct 2001 23:05:27 CST." <200110250505.f9P55R739324@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
In message <200110250505.f9P55R739324@harmony.village.org>, Warner Losh wrote:
>In message <20011025.133304.74756197.iwasaki@jp.FreeBSD.org> Mitsuru IWASAKI w
>rites:
>: True.  Also we should make apm loadable on only loader.  Loading by
>: kldload makes situation very complicated, I think.
>: Also we need some sort of arbitration mechanism for APM and ACPI.
>: They are no able to co-exist together at the same time.
>: I'll make patches tonight or tomorrow.
>
>I've been able to have both acpi and apm in a kernel and have it boot
>and survive for a time.  I'm not sure that I'd like to be able to do that.

 The spec says APM and ACPI should not co-exist together.
If ACPI is initialized prior than APM, APM detection will fail,
 as it should be.
At least, some of interrupts the APM BIOS uses (System Management Interrupt)
is replaced into OS-visible interrupt ( called System Control Interrupt).
So event handling will not work properly.

Takanori Watanabe
<a href="http://www.planet.sci.kobe-u.ac.jp/~takawata/key.html">;
Public Key</a>
Key fingerprint =  2C 51 E2 78 2C E1 C5 2D  0F F1 20 A3 11 3A 62 2A 




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110250514.OAA42447>