From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Wed, 3 Mar 2010 08:21:57 -0500 To: 9fans@9fans.net Message-ID: <34435099ea52a8abf735d88a7bbbd339@brasstown.quanstro.net> In-Reply-To: <3218411528da4ddcfbb84ee0bc704993@hera.eonet.ne.jp> References: <3218411528da4ddcfbb84ee0bc704993@hera.eonet.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] CD iso image and SATA CDROM on P5Q Pro Topicbox-Message-UUID: df19a984-ead5-11e9-9d60-3106f5b1d025 > 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