Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Oct 2001 11:09:43 -0400 (EDT)
From:      Kenneth Wayne Culver <culverk@wam.umd.edu>
To:        Warner Losh <imp@harmony.village.org>
Cc:        Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>, 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:  <Pine.GSO.4.21.0110251106070.5719-100000@sun11pg2.wam.umd.edu>
In-Reply-To: <200110250505.f9P55R739324@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Heh, I have apm and acpi in the kernel at the same time right now on my
laptop, and it seems to be working fine. In FreeBSD 4.x my statclock is
broken, but in -CURRENT, both rtc0 and the other clock are there, just as
they should be. Would taking the apm out of the kernel cause this to stop
working? Also, maybe a suggestion for Mr. Losh, Maybe there should be a
set of -CURRENT install disks with cardbus instead of regular pcmcia; I
had to check out a 5.0 tree on my 4.4-STABLE machine and compile a cardbus
kernel and put it on the 1st boot disk in order to install. Would it be to
hard to generate both floppy disk immages in a make release?

Ken

On Wed, 24 Oct 2001, Warner Losh wrote:

> In message <20011025.133304.74756197.iwasaki@jp.FreeBSD.org> Mitsuru IWASAKI writes:
> : 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.
> 
> : > How does this work with things like the timecounter code which disables the TSC
> : > timecounter in the APM case?
> : 
> : Yes, and maybe syscons too?  Anyway, I'll change releated code with
> : `#ifdev DEV_APM'.
> : 
> : # sorry, I'll be away until tonight...
> 
> Maybe
> 	if (apm_attached)
> 		return;
> 	/* do tsc */
> 
> and have apm_attached always in the kernel and have it set when apm is
> attached.  Ditto for other users.
> 
> Warner
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe cvs-all" in the body of the message
> 


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?Pine.GSO.4.21.0110251106070.5719-100000>