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/ALL: Enable EFI runtime support.



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

description:
i386/ALL: Enable EFI runtime support.

PR kern/57076

XXX pullup-10

diffstat:

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

diffs (31 lines):

diff -r 2d008292eb4d -r 8f90ad70fb63 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Mon May 22 16:28:16 2023 +0000
+++ b/sys/arch/i386/conf/ALL    Mon May 22 16:28:25 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.506 2023/02/09 14:09:48 abs Exp $
+# $NetBSD: ALL,v 1.507 2023/05/22 16:28:25 riastradh Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include       "arch/i386/conf/std.i386"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.506 $"
+#ident         "ALL-$Revision: 1.507 $"
 
 maxusers       64              # estimated number of users
 
@@ -1810,9 +1810,9 @@ pseudo-device     pad
 # userland interface to drivers, including autoconf and properties retrieval
 pseudo-device  drvctl
 
-# EFI runtime support -- doesn't build yet
-#options       EFI_RUNTIME
-#pseudo-device         efi                     # /dev/efi
+# EFI runtime support
+options        EFI_RUNTIME
+pseudo-device  efi                     # /dev/efi
 
 # Pass-to-Userspace Transporter
 pseudo-device  putter



Home | Main Index | Thread Index | Old Index