CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/11/28 15:53:38
Modified files: sys/arch/amd64/stand/efiboot: efidev.c Log message: Use the same function as kern/subr_disk.c and fdisk/mbr.c to check for a GPT protective MBR. Better than mangling findopenbsd() to do the check. Tested & ok yasuoka@