From owner-freebsd-current@FreeBSD.ORG Fri May 19 17:41:42 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE9EA16A42A for ; Fri, 19 May 2006 17:41:42 +0000 (UTC) (envelope-from rosti.bsd@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5D3443D45 for ; Fri, 19 May 2006 17:41:36 +0000 (GMT) (envelope-from rosti.bsd@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so803685uge for ; Fri, 19 May 2006 10:41:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer:mime-version:content-type:content-transfer-encoding; b=Wa/tZuOClfAzgcbaE/wGsFifT0uNhRBPl6c6B1Mdh0AwBrjNdmjaa3pQYJOX7UMGNYFVwo0sEOLlbCOHmnmz0i/6e49kbFZVZ8Evs47ABHyCBhUxZ03+xGAym8qigpFlektxM/U+pyS4XgT5hdLIrSR5J0PQH6VMyEVMSz+/NMY= Received: by 10.67.106.3 with SMTP id i3mr1401033ugm; Fri, 19 May 2006 10:41:35 -0700 (PDT) Received: from saturn.lan ( [212.143.154.227]) by mx.gmail.com with ESMTP id a1sm2391141ugf.2006.05.19.10.41.32; Fri, 19 May 2006 10:41:34 -0700 (PDT) Date: Fri, 19 May 2006 20:41:25 +0300 From: Rostislav Krasny To: David Xu Message-Id: <20060519204125.05d23337.rosti.bsd@gmail.com> In-Reply-To: <200605191739.41048.davidxu@freebsd.org> References: <20060430142408.fcd60069.rosti.bsd@gmail.com> <200605191705.07309.davidxu@freebsd.org> <20060519123406.3cdf83e1.rosti.bsd@gmail.com> <200605191739.41048.davidxu@freebsd.org> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: is@rambler-co.ru, cperciva@freebsd.org, freebsd-current@freebsd.org Subject: Re: FreeBSD-SA-06:14.fpu X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 May 2006 17:41:43 -0000 On Fri, 19 May 2006 17:39:40 +0800 David Xu wrote: > On Friday 19 May 2006 17:34, you wrote: > > On Fri, 19 May 2006 17:05:07 +0800 > > > > David Xu wrote: > > > On Friday 19 May 2006 09:10, Rostislav Krasny wrote: > > > > Ok. What should I do before adding the above #ifdef's? Is it enough to > > > > change following files only? > > > > > > > > src/sys/conf/options > > > > > > I think they are sys/conf/options.i386 and sys/conf/options.amd64 > > > > Ok, then should I also change sys/conf/options.pc98 ? > > I don't know much about the PC98. What processors there are in use? > > > I don't know, may anybody clarify this ? According to following Japanese site a PC98 computer with AMD processor can exist: http://shoji.jp/pc/pc98/amd/index.html http://tinyurl.com/rukk5 (English translation) So I should make "options FXSAVE_LEAK" working on that platform too.