Module Name:    src
Committed By:   christos
Date:           Thu Nov  9 01:01:33 UTC 2017

Modified Files:
        src/sys/arch/x86/include: bootinfo.h

Log Message:
add "prekern" to the string list.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/x86/include/bootinfo.h

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/x86/include/bootinfo.h
diff -u src/sys/arch/x86/include/bootinfo.h:1.27 src/sys/arch/x86/include/bootinfo.h:1.28
--- src/sys/arch/x86/include/bootinfo.h:1.27	Sat Oct  7 06:26:38 2017
+++ src/sys/arch/x86/include/bootinfo.h	Wed Nov  8 20:01:33 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: bootinfo.h,v 1.27 2017/10/07 10:26:38 maxv Exp $	*/
+/*	$NetBSD: bootinfo.h,v 1.28 2017/11/09 01:01:33 christos Exp $	*/
 
 /*
  * Copyright (c) 1997
@@ -44,7 +44,7 @@
 
 #define BTINFO_STR "bootpath", "rootdevice", "bootdisk", "netif", \
     "console", "biosgeom", "symtab", "memmap", "bootwedge", "modulelist", \
-    "framebuffer", "userconfcommands", "efi", "efimemmap",
+    "framebuffer", "userconfcommands", "efi", "efimemmap", "prekern",
 
 #ifndef _LOCORE
 

Reply via email to