[email protected] (Andrius V) writes:

>> Looks like both share the same registers and interrupt and viaide(4) doesn't
>> handle this, or maybe viaide1 doesn't really exist. You can use pcictl to
>> dump the configuration space, in particular the BAR entries to shine a
>> light on this.

>I am quite immature at all this, if possible, please, provide more
>specific command and a bit of info on what to look at? Though, yes, I
>believe viaide1 doesn't exist.

The command

   pcictl pci0 list

prints all PCI devices. According to your dmesg output you should
see entries for 000:15:0 and 000:17:0, i.e bus 0, device 15 or 17
and function 0.

You can dump the configuration space then with:

pcictl pci0 dump -b 0 -d 15 -f 0
pcictl pci0 dump -b 0 -d 17 -f 0


-- 
-- 
                                Michael van Elst
Internet: [email protected]
                                "A potential Snark may lurk in every tree."

Reply via email to