From owner-cvs-all Fri Sep 29 17:14:48 2000 Delivered-To: cvs-all@freebsd.org Received: from finch-post-10.mail.demon.net (finch-post-10.mail.demon.net [194.217.242.38]) by hub.freebsd.org (Postfix) with ESMTP id A700E37B503; Fri, 29 Sep 2000 17:14:43 -0700 (PDT) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by finch-post-10.mail.demon.net with esmtp (Exim 2.12 #1) id 13fAIa-000JGS-0A; Sat, 30 Sep 2000 00:14:41 +0000 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id BAA91039; Sat, 30 Sep 2000 01:19:32 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Sat, 30 Sep 2000 01:14:16 +0100 (BST) From: Doug Rabson To: iwasaki@jp.freebsd.org Cc: 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 In-Reply-To: <970248295.2129690.0@mx1.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 30 Sep 2000 iwasaki@jp.freebsd.org wrote: > 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: <200009291346.GAA59729@freefall.freebsd.org> > References: <200009291346.GAA59729@freefall.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: <20000930022440V.iwasaki@jp.FreeBSD.org> > Date: Sat, 30 Sep 2000 02:24:40 +0900 > From: Mitsuru IWASAKI > X-Dispatcher: imput version 20000228(IM140) > Lines: 10 > > Hi, > > > sys/ia64/include ansi.h asm.h atomic.h bootinfo.h bus.h > > bus_memio.h bus_pio.h clock.h clockvar.h > > console.h cpu.h cpufunc.h db_machdep.h > > Do you intend to implement {read|write}_eflags() for ia64 port? It depends on exactly what you want these functions to do. The ia64 processor doesn't exactly have an 'eflags' register but it is possible to do some similar things to the x86. I have implemented {save,disable,restore}_intr() for ia64 which is most of what the rest of the kernel needs. -- Doug Rabson Mail: dfr@nlsystems.com Phone: +44 20 8348 6160 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message