History log of /openbsd-current/sys/arch/amd64/stand/efiboot/dev_i386.c
Revision Date Author Comments
# 1.1 10-May-2019 mlarkin

Disentangle #ifdef EFIBOOT.

Separate out files used by both BIOS and EFI boot modes. These files
had many #ifdef EFIBOOT code paths that make it difficult to move forward
with changes needed to support random base VA linked kernels.

ok deraadt@