9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Unable to find South Bridge
Date: Fri, 29 Feb 2008 07:38:37 -0500	[thread overview]
Message-ID: <2dfffab7dece66a82b57cb204fc49e68@quanstro.net> (raw)
In-Reply-To: <20080229024423.GA4542@acm.jhu.edu>

> During boot, I get:
>
> pcirouting: South Bridge FFFF, FFFF not found
>
> and later:
>
> pcirouting: Cannot find south bridge PCI.255.31.7
>
> Do any of you know what might be going on? Any suggestions as to how I might
> get Plan 9 going on this hardware?
>

i don't think the problem is your south bridge.  very few
of them need to be recognized, so they aren't.  the problem
is likely that you need the vid/did of the ide controller in
your motherboard added to the ata driver.  if you have
a system on which you can compile a kernel, try applying
this diff

; diffy -c /sys/src/9/pc/sdata.c
/n/dump/2008/0229/sys/src/9/pc/sdata.c:1960,1965 - /sys/src/9/pc/sdata.c:1960,1968
  			r = pcicfgr8(p, 0x46);
  			pcicfgw8(p, 0x46, (r & 0x0C)|0xF0);
  			/*FALLTHROUGH*/
+ 		case (0x7401<<16)|0x1022:	/* AMD 755 Cobra */
+ 		case (0x7409<<16)|0x1022:	/* AMD 756 Viper */
+ 		case (0x7410<<16)|0x1022:	/* AMD 766 Viper Plus */
  		case (0x7469<<16)|0x1022:	/* AMD 3111 */
  			/*
  			 * This can probably be lumped in with the 768 above.

if you don't contact me offline and we'll figure something out.

- erik


  reply	other threads:[~2008-02-29 12:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-29  2:44 Venkatesh Srinivas
2008-02-29 12:38 ` erik quanstrom [this message]
2009-09-15 23:37 Akshat Kumar

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=2dfffab7dece66a82b57cb204fc49e68@quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@cse.psu.edu \
    /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).