From owner-cvs-src@FreeBSD.ORG Sat Apr 10 17:23:08 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61A0416A4CF; Sat, 10 Apr 2004 17:23:08 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13DAC43D1D; Sat, 10 Apr 2004 17:23:08 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) by pooker.samsco.org (8.12.10/8.12.10) with ESMTP id i3B0Onc8052496; Sat, 10 Apr 2004 18:24:49 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <40788F9C.5000503@freebsd.org> Date: Sat, 10 Apr 2004 18:21:48 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcel Moolenaar References: <200404101943.i3AJhFjZ088154@repoman.freebsd.org> In-Reply-To: <200404101943.i3AJhFjZ088154@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files files.i386 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2004 00:23:08 -0000 Marcel Moolenaar wrote: > marcel 2004/04/10 12:43:15 PDT > > FreeBSD src repository > > Modified files: > sys/conf files files.i386 > Log: > Unbreak alpha kernel build and unbreak any non-i386 runtime brokenness. > The VIA Nehemias is so obviously specific to i386 that it should not > be compiled on non-i386 platforms. The obviousness is in the fact that > all functions in nehemias.c are purely i386 inline assembly, guarded > by #ifdef __i386__ > > Revision Changes Path > 1.884 +0 -1 src/sys/conf/files > 1.484 +1 -0 src/sys/conf/files.i386 Thanks a lot! Scott