NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/55958: pciback.hide parsing error



On Tue, Jan 26, 2021 at 11:58 PM Martin Husemann <martin%duskware.de@localhost> wrote:
>
> [...]
> I think we could define and provide both structures from a new
> bootloader by e.g. renaming BTINFO_MODULELIST to
> BTINFO_COMPAT_MODULELIST and giving BTINFO_MODULELIST a new value.

This looks like a good strategy, with e.g. BTINFO_MODULELIST
corresponding to e.g. variable-length string attribute description,
and BTINFO_COMPAT_MODULELIST being just a reference to struct
bi_modulelist.

Now, I see that the module list is being interpreted by /netbsd's code
at sys/arch/x86/x86/x86_machdep.c:module_init_md().  I wonder, if
those structures (well, currently only struct bi_modulelist) are also
[do need to be] interpreted by a Xen's kernel?



Home | Main Index | Thread Index | Old Index