9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@9fans.net
Subject: Re: [9fans] CD iso image and SATA CDROM on P5Q Pro
Date: Wed,  3 Mar 2010 08:21:57 -0500	[thread overview]
Message-ID: <34435099ea52a8abf735d88a7bbbd339@brasstown.quanstro.net> (raw)
In-Reply-To: <3218411528da4ddcfbb84ee0bc704993@hera.eonet.ne.jp>

> 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



  reply	other threads:[~2010-03-03 13:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-02 11:11 kokamoto
2010-03-02 13:59 ` erik quanstrom
2010-03-02 14:34   ` kokamoto
2010-03-02 14:43     ` erik quanstrom
2010-03-03 10:51       ` kokamoto
2010-03-03 13:21         ` erik quanstrom [this message]
2010-03-03 15:00           ` kokamoto
2010-03-03 15:16             ` erik quanstrom
2010-03-04 11:06               ` kokamoto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=34435099ea52a8abf735d88a7bbbd339@brasstown.quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).