Ronald G Minnich <[EMAIL PROTECTED]> writes:
> By the way, to make it even harder.
>
> On the VIA southbridge, you can individually enable resources such as
> COM1, COM2, IDE, and so on. So you have a southbridge which does some
> things, and a superio which does others.
>
> So, Eric, the idea is we have a table that describes this, and you want to
> parse it in linux? that might do it?
Basically.
I want a table that is a list of hardware components, that you
can follow like you can follow the PCI bus when you are assigning
resources to it. The difference being since these devices are
non-standard you will need to use the appropriate driver to initialize
them.
I suspect we might need to do this in linuxBIOS for the first pass, as
old kernel support seems to be important, and we already have most of
the setup code.
Eric