CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2016/01/03 08:01:31
Modified files: sys/arch/amd64/stand/libsa: softraid.c sys/arch/amd64/stand/efiboot: efidev.c Log message: Don't need two 16K static buffers to checksum the GPT entries and find the OpenBSD partition. Just one 128-byte stack copy of a single entry. Problems with EFI installs involving many disks reported by and fix tested by Thomas Bohl. Stefan Kempf pointed finger of suspicion at the addition of the 2nd 16K static buffer for softraid GPT and suggested/reviewed several versions of the diff. Tweaked and ok jsing@