NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/55958: pciback.hide parsing error
The following reply was made to PR kern/55958; it has been noted by GNATS.
From: Aleksey Arens <aza.sea.agenda%gmail.com@localhost>
To: Martin Husemann <martin%duskware.de@localhost>
Cc: Manuel Bouyer <bouyer%antioche.eu.org@localhost>, kern-bug-people%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost, gnats-bugs%netbsd.org@localhost
Subject: Re: kern/55958: pciback.hide parsing error
Date: Wed, 27 Jan 2021 00:21:30 -0800
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