From owner-cvs-all Wed Oct 24 22: 5:40 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 6920D37B401; Wed, 24 Oct 2001 22:05:31 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f9P55TV62895; Wed, 24 Oct 2001 23:05:29 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id f9P55R739324; Wed, 24 Oct 2001 23:05:27 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200110250505.f9P55R739324@harmony.village.org> To: Mitsuru IWASAKI Subject: Re: cvs commit: src/sys/modules Makefile src/sys/modules/apm Mak Cc: jhb@FreeBSD.org, ume@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org In-reply-to: Your message of "Thu, 25 Oct 2001 13:33:04 +0900." <20011025.133304.74756197.iwasaki@jp.FreeBSD.org> References: <20011025.133304.74756197.iwasaki@jp.FreeBSD.org> <200110241653.f9OGrsL58421@freefall.freebsd.org> Date: Wed, 24 Oct 2001 23:05:27 -0600 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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