From owner-svn-src-projects@FreeBSD.ORG Fri Mar 11 22:16:06 2011 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E53F1065677; Fri, 11 Mar 2011 22:16:06 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F13688FC0C; Fri, 11 Mar 2011 22:16:05 +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 p2BMG5Tr095532; Fri, 11 Mar 2011 22:16:05 GMT (envelope-from marcel@svn.freebsd.org) Received: (from marcel@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p2BMG5tG095529; Fri, 11 Mar 2011 22:16:05 GMT (envelope-from marcel@svn.freebsd.org) Message-Id: <201103112216.p2BMG5tG095529@svn.freebsd.org> From: Marcel Moolenaar Date: Fri, 11 Mar 2011 22:16:05 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219542 - in projects/altix/sys/boot/ia64: efi ski X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2011 22:16:06 -0000 Author: marcel Date: Fri Mar 11 22:16:05 2011 New Revision: 219542 URL: http://svn.freebsd.org/changeset/base/219542 Log: Bump the version information to account for PBVM support. Modified: projects/altix/sys/boot/ia64/efi/version projects/altix/sys/boot/ia64/ski/version Modified: projects/altix/sys/boot/ia64/efi/version ============================================================================== --- projects/altix/sys/boot/ia64/efi/version Fri Mar 11 22:14:02 2011 (r219541) +++ projects/altix/sys/boot/ia64/efi/version Fri Mar 11 22:16:05 2011 (r219542) @@ -3,6 +3,7 @@ $FreeBSD$ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. +3.0: Add support for PBVM. 2.2: Create direct mapping based on start address instead of mapping first 256M. 2.1: Add support for "-dev " argument parsing. Modified: projects/altix/sys/boot/ia64/ski/version ============================================================================== --- projects/altix/sys/boot/ia64/ski/version Fri Mar 11 22:14:02 2011 (r219541) +++ projects/altix/sys/boot/ia64/ski/version Fri Mar 11 22:16:05 2011 (r219542) @@ -3,6 +3,7 @@ $FreeBSD$ NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this file is important. Make sure the current version number is on line 6. +2.0: Add support for PBVM. 1.2: Restructured. Has some user visible differences. Due to code sharing, has been given the same version number as the EFI loader.