From owner-svn-src-stable@FreeBSD.ORG Thu Sep 17 14:30:14 2009 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E91581065670; Thu, 17 Sep 2009 14:30:14 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D5C2E8FC14; Thu, 17 Sep 2009 14:30:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n8HEUE4s060340; Thu, 17 Sep 2009 14:30:14 GMT (envelope-from nyan@svn.freebsd.org) Received: (from nyan@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n8HEUE9Z060338; Thu, 17 Sep 2009 14:30:14 GMT (envelope-from nyan@svn.freebsd.org) Message-Id: <200909171430.n8HEUE9Z060338@svn.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 17 Sep 2009 14:30:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org X-SVN-Group: stable-6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197284 - in stable/6/sys: . boot/pc98 conf contrib/pf dev/cxgb X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2009 14:30:15 -0000 Author: nyan Date: Thu Sep 17 14:30:14 2009 New Revision: 197284 URL: http://svn.freebsd.org/changeset/base/197284 Log: MFC: r197156 MFi386: Move the loader's entry point to 0x200000. This change is also needed for pc98. Modified: stable/6/sys/ (props changed) stable/6/sys/boot/pc98/Makefile.inc stable/6/sys/conf/ (props changed) stable/6/sys/contrib/pf/ (props changed) stable/6/sys/dev/cxgb/ (props changed) Modified: stable/6/sys/boot/pc98/Makefile.inc ============================================================================== --- stable/6/sys/boot/pc98/Makefile.inc Thu Sep 17 14:23:51 2009 (r197283) +++ stable/6/sys/boot/pc98/Makefile.inc Thu Sep 17 14:30:14 2009 (r197284) @@ -4,7 +4,7 @@ BINDIR?= /boot -LOADER_ADDRESS?=0x100000 +LOADER_ADDRESS?=0x200000 CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2 \ -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 \ -Os