From 4e357dbc58199a5bc4dbd3034956aa767308d2f5 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sat, 30 Mar 2002 04:54:54 +0000 Subject: [PATCH] The EFI loader has been improved a lot since it was first added. Most significantly (from an interfacing point of view) is the support for the FPSWA pointer passing. Even though that was added 4 months ago, it's probably not a bad idea to bump the version number to reflect this. --- sys/boot/efi/loader/version | 2 ++ sys/boot/ia64/efi/version | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/boot/efi/loader/version b/sys/boot/efi/loader/version index d49b5ef7848..ce84d78913a 100644 --- a/sys/boot/efi/loader/version +++ b/sys/boot/efi/loader/version @@ -3,5 +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. +0.2: Much improved version. Significant is the support for passing + the FPSWA interface pointer to the kernel. 0.1: Initial EFI version, germinated from the NetBSD i386 standalone, but enormously modified. diff --git a/sys/boot/ia64/efi/version b/sys/boot/ia64/efi/version index d49b5ef7848..ce84d78913a 100644 --- a/sys/boot/ia64/efi/version +++ b/sys/boot/ia64/efi/version @@ -3,5 +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. +0.2: Much improved version. Significant is the support for passing + the FPSWA interface pointer to the kernel. 0.1: Initial EFI version, germinated from the NetBSD i386 standalone, but enormously modified.