CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2019/05/10 15:20:43

Modified files:
        sys/arch/amd64/stand/efiboot: Makefile.common 
        sys/arch/amd64/stand/libsa: cmd_i386.c dev_i386.c diskprobe.c 
                                    exec_i386.c machdep.c memprobe.c 
Added files:
        sys/arch/amd64/stand/efiboot: cmd_i386.c dev_i386.c diskprobe.c 
                                      exec_i386.c machdep.c memprobe.c 

Log message:
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@

Reply via email to