Module Name: src Committed By: martin Date: Wed Mar 21 10:50:50 UTC 2018
Modified Files: src/sys/arch/i386/stand/efiboot [netbsd-8]: boot.c devopen.c efidisk.c src/sys/arch/i386/stand/lib [netbsd-8]: biosdisk.c Log Message: Pull up following revision(s) (requested by nonaka in ticket #648): sys/arch/i386/stand/efiboot/efidisk.c: revision 1.3 sys/arch/i386/stand/efiboot/devopen.c: revision 1.3 sys/arch/i386/stand/efiboot/boot.c: revision 1.7 sys/arch/i386/stand/lib/biosdisk.c: revision 1.48 efiboot: fix it can't boot from HDD. efiboot: more pager. efiboot: boot device is always efi_distlist first element. efiboot: fix to find boot partition process. NetBSD related partitions with no bootme flag set are also candidates for boot partition. To generate a diff of this commit: cvs rdiff -u -r1.5.2.1 -r1.5.2.2 src/sys/arch/i386/stand/efiboot/boot.c cvs rdiff -u -r1.1.12.1 -r1.1.12.2 src/sys/arch/i386/stand/efiboot/devopen.c \ src/sys/arch/i386/stand/efiboot/efidisk.c cvs rdiff -u -r1.46.6.1 -r1.46.6.2 src/sys/arch/i386/stand/lib/biosdisk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.