Source-Changes-HG archive

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

[src/trunk]: src/sys/stand/efiboot efiboot: recognize the EFI system partitio...



details:   https://anonhg.NetBSD.org/src/rev/3b696c1aa47a
branches:  trunk
changeset: 945014:3b696c1aa47a
user:      tnn <tnn%NetBSD.org@localhost>
date:      Sun Oct 18 18:05:48 2020 +0000

description:
efiboot: recognize the EFI system partition as fstype MSDOS

diffstat:

 sys/stand/efiboot/efiblock.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r fd5866504e57 -r 3b696c1aa47a sys/stand/efiboot/efiblock.c
--- a/sys/stand/efiboot/efiblock.c      Sun Oct 18 17:41:06 2020 +0000
+++ b/sys/stand/efiboot/efiblock.c      Sun Oct 18 18:05:48 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: efiblock.c,v 1.8 2020/10/11 14:03:33 jmcneill Exp $ */
+/* $NetBSD: efiblock.c,v 1.9 2020/10/18 18:05:48 tnn Exp $ */
 
 /*-
  * Copyright (c) 2016 Kimihiro Nonaka <nonaka%netbsd.org@localhost>
@@ -269,6 +269,7 @@
        { GPT_ENT_TYPE_NETBSD_CCD,              FS_CCD },
        { GPT_ENT_TYPE_NETBSD_CGD,              FS_CGD },
        { GPT_ENT_TYPE_MS_BASIC_DATA,           FS_MSDOS },     /* or NTFS? ambiguous */
+       { GPT_ENT_TYPE_EFI,                     FS_MSDOS },
 };
 
 static int



Home | Main Index | Thread Index | Old Index