Module Name: src
Committed By: martin
Date: Sun Aug 4 19:20:50 UTC 2019
Modified Files:
src/sys/arch/i386/stand/efiboot [netbsd-9]: version
Log Message:
Pull up following revision(s) (requested by nonaka in ticket #12):
sys/arch/i386/stand/efiboot/version: revision 1.2
x86 efiboot: version 1.1.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.26.1 src/sys/arch/i386/stand/efiboot/version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/stand/efiboot/version
diff -u src/sys/arch/i386/stand/efiboot/version:1.1 src/sys/arch/i386/stand/efiboot/version:1.1.26.1
--- src/sys/arch/i386/stand/efiboot/version:1.1 Tue Jan 24 11:09:14 2017
+++ src/sys/arch/i386/stand/efiboot/version Sun Aug 4 19:20:49 2019
@@ -1,7 +1,8 @@
-$NetBSD: version,v 1.1 2017/01/24 11:09:14 nonaka Exp $
+$NetBSD: version,v 1.1.26.1 2019/08/04 19:20:49 martin Exp $
NOTE ANY CHANGES YOU MAKE TO THE EFI BOOTLOADER HERE. The format of this
file is important - make sure the entries are appended on end, last item
is taken as the current.
1.0: Initial version.
+1.1: Add CD/DVD-ROM, serial, PXE boot and UEFI memory map compaction support.