From owner-cvs-all Wed Oct 24 21:33:22 2001 Delivered-To: cvs-all@freebsd.org Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by hub.freebsd.org (Postfix) with ESMTP id 3290937B403; Wed, 24 Oct 2001 21:33:11 -0700 (PDT) Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92]) (authenticated as iwa with CRAM-MD5) by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare/smtpfeed 1.14) with ESMTP/inet id f9P4X8m29654; Thu, 25 Oct 2001 13:33:08 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Thu, 25 Oct 2001 13:33:04 +0900 (JST) Message-Id: <20011025.133304.74756197.iwasaki@jp.FreeBSD.org> To: jhb@FreeBSD.org Cc: ume@FreeBSD.org, cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, iwasaki@jp.FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile src/sys/modules/apm Mak From: Mitsuru IWASAKI In-Reply-To: References: <200110241653.f9OGrsL58421@freefall.freebsd.org> X-Mailer: Mew version 2.0 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 Hi, > > Log: > > Make apm a module. > > We need further work to be able to specify an equivalence of `flags 0x20'. > > Many PCs should work for now. But, some PCs need `flags 0x20'. > > Err, just use a hint? That's how flags are done now in -current. 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. > 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... Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message