OpenBSD cvs log

created 2022-10-16T03:09:42Z
begin 2022-10-14T00:00:00Z
end 2022-10-15T00:00:00Z
path src/sys
commits 3

date 2022-10-14T13:22:57Z
author krw
files src/sys/arch/luna88k/luna88k/disksubr.c log diff annotate
src/sys/arch/luna88k/stand/boot/ufs_disksubr.c log diff annotate
message No point in luna88k setting D_VENDOR since all actual uses are
inside #ifdef SUN_CYLCHECK or #ifdef SUN_AAT0 blocks in
disklabel(8), neither of which are defined for luna88k.

ok miod@

date 2022-10-14T20:53:18Z
author aoyama
files src/sys/arch/luna88k/luna88k/autoconf.c log diff annotate
src/sys/arch/luna88k/luna88k/locore0.S log diff annotate
src/sys/arch/luna88k/luna88k/machdep.c log diff annotate
src/sys/arch/luna88k/stand/boot/boot.c log diff annotate
src/sys/arch/luna88k/stand/boot/devopen.c log diff annotate
message Pass boot device information from bootloader to kernel.

This brings the default root device is the same one of the kernel
specified by bootloader, rather than NVRAM setting, like other
architectures.

"looks good to me" miod@, tested on LUNA-88K2 and nono (LUNA-88K
capable emulator) by me.

date 2022-10-14T20:53:19Z
author aoyama
files src/sys/arch/luna88k/stand/boot/init_main.c log diff annotate
src/sys/arch/luna88k/stand/boot/locore.S log diff annotate
src/sys/arch/luna88k/stand/boot/samachdep.h log diff annotate
message Pass boot device information from bootloader to kernel.

This brings the default root device is the same one of the kernel
specified by bootloader, rather than NVRAM setting, like other
architectures.

"looks good to me" miod@, tested on LUNA-88K2 and nono (LUNA-88K
capable emulator) by me.