clean up old 6.7 softraid migration code
authorkn <kn@openbsd.org>
Fri, 6 Oct 2023 09:34:19 +0000 (09:34 +0000)
committerkn <kn@openbsd.org>
Fri, 6 Oct 2023 09:34:19 +0000 (09:34 +0000)
commit090dc14ea16d6eb655bc1440f0ba87c3773e445a
treecac774cd16039aa8e62c947530d92782844588b7
parent452c8714cbe93af89b80673b31e6f3fe87aeced9
clean up old 6.7 softraid migration code

ofwboot still passes an old/small .openbsd.bootdata size from before 6.7
when boothowto was added.

Report the exact size from now on such that a future diff can rectify
the corresponding check in autoconf.c:bootstrap().

All this was done to keep old/new bootloaders working with new/old kernels,
but 6.7 is long gone and we should all be running current code.

OK stsp
sys/arch/sparc64/stand/ofwboot/elf64_exec.c
sys/arch/sparc64/stand/ofwboot/vers.c