CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2015/09/06 03:35:59
Modified files: sys/arch/amd64/stand/efiboot: efidev.c Log message: Use checksum to check the gpt parition. Old check was missing letoh32()/letoh64() calls. Also increase buffer size from 512 to 4092. initial work from krw ok krw