Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Jul 2000 20:44:55 +0900
From:      Mitsuru IWASAKI <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? 
Message-ID:  <20000705204455R.iwasaki@jp.FreeBSD.org>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




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