enabling options DISKLABEL_EI in GENERIC?

Izumi Tsutsui <[email protected]> Fri, 2 Dec 2022 23:31:28 +0900
Newsgroups gmane.os.netbsd.ports.i386
Message-ID <[email protected]>
Hi,

NetBSD/amd64 GENERIC has options DISKLABEL_EI so we can
modify labels and mount disk images for big endian ports
like NetBSD/hp300 (and other BE ports that require non-zero spaces
before starting partition a:) via vnd(4) on NetBSD/amd64.

On the other hand, the options DISKLABEL_EI in NetBSD/i386 GENERIC
is commented out:
 https://nxr.netbsd.org/xref/src/sys/arch/i386/conf/GENERIC?r=1.1242#169

I'd like to enable the options DISKLABEL_EI in GENERIC by default,
but is there any reason why it has been commented out?

Thanks,
---
Izumi Tsutsui