From owner-cvs-all Sat Sep 30 15:21:18 2000 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 3262C37B66C; Sat, 30 Sep 2000 15:21:12 -0700 (PDT) Received: from localhost (iwasaki.imasy.or.jp [202.227.24.92]) by tasogare.imasy.or.jp (8.10.2+3.3W/3.7W-tasogare/smtpfeed 1.07) with ESMTP id e8UML8r47072; Sun, 1 Oct 2000 07:21:08 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) To: bde@zeta.org.au Cc: iwasaki@jp.FreeBSD.org, dfr@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ia64/conf GENERIC GENERIC.hints src/sys/ia64/ia64 autoconf.c busdma_machdep.c clock.c clock_if.m elf_machdep.c exception.s genassym.c genassym.sh in_cksum.c interrupt.c ipl_funcs.c locore.s machdep.c mem.c mp_machdep.c ... In-Reply-To: References: <20000930022440V.iwasaki@jp.FreeBSD.org> X-Mailer: Mew version 1.94.1 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20001001072029L.iwasaki@jp.FreeBSD.org> Date: Sun, 01 Oct 2000 07:20:29 +0900 From: Mitsuru IWASAKI X-Dispatcher: imput version 20000228(IM140) Lines: 15 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Do you intend to implement {read|write}_eflags() for ia64 port? > > It doesn't matter for acpi :-). dev/acpi is "machine-independent", > so it can't use machine-dependent interfaces like {read|write}_eflags(). > > (The directory makes it too easy to abuse machine-dependent > interfaces. Half of the files in should be elsewhere and > the other half should be more careful to only export MD implementatations > of MI interfaces.) I see. I thought naming of XXX_eflags is too specific to x86, so I wondered whether it will be supported in ia64. I'll define common interface in MI code, implement it in MD code. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message