Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf i386/GENERIC: Enable EFI runtime support.



details:   https://anonhg.NetBSD.org/src/rev/ef93f95b56d9
branches:  trunk
changeset: 375947:ef93f95b56d9
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon May 22 16:28:34 2023 +0000

description:
i386/GENERIC: Enable EFI runtime support.

PR kern/57076

XXX pullup-10

diffstat:

 sys/arch/i386/conf/GENERIC |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 8f90ad70fb63 -r ef93f95b56d9 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon May 22 16:28:25 2023 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon May 22 16:28:34 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1246 2023/02/09 14:09:48 abs Exp $
+# $NetBSD: GENERIC,v 1.1247 2023/05/22 16:28:34 riastradh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include       "arch/i386/conf/std.i386"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.1246 $"
+#ident         "GENERIC-$Revision: 1.1247 $"
 
 maxusers       64              # estimated number of users
 
@@ -1504,9 +1504,9 @@ pseudo-device     cmos
 # userland interface to drivers, including autoconf and properties retrieval
 pseudo-device  drvctl
 
-# EFI runtime support -- not yet tested
-#options       EFI_RUNTIME
-#pseudo-device         efi                     # /dev/efi
+# EFI runtime support
+options        EFI_RUNTIME
+pseudo-device  efi                     # /dev/efi
 
 include "dev/veriexec.config"
 



Home | Main Index | Thread Index | Old Index