> I don't know it relevants to this problem, however, I see a kind of messages
> like:
>
> sb600: did 0x954f has zero bar
> sb600: did 0xaa38 has zero bar
should be harmless. are you running maybe
an old kernel? the reason i ask is that i don't
see any such print in the kernel. but it looks
like (guessing) sdiahci.c is trying to use devices
that can't be used:
grep 954f /lib/pci ; grep 954f
954f RV710 [Radeon HD 4350]
aa38 RV710/730
174b aa38 R700 Audio Device [Radeon HD 4000 Series]
but the code in sdiahci says this:
if(p->mem[Abar].bar == 0)
continue;
i'm pretty sure you'll get no message there.
- erik