9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Unable to find South Bridge
@ 2009-09-15 23:37 Akshat Kumar
  0 siblings, 0 replies; 3+ messages in thread
From: Akshat Kumar @ 2009-09-15 23:37 UTC (permalink / raw)
  To: quanstro, Fans of the OS Plan 9 from Bell Labs

I have an Intel P55C MMX (233 MHz), with the same
problem as that given here:
http://9fans.net/archive/2008/02/858

However, I'm trying to boot off the Plan 9 CD, and
don't currently have a way of compiling a kernel
with the suggested changes (or booting from it).
(Also, I think those changes are perhaps for
a different system?)

Any help appreciated.


Thanks,
ak



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [9fans] Unable to find South Bridge
  2008-02-29  2:44 Venkatesh Srinivas
@ 2008-02-29 12:38 ` erik quanstrom
  0 siblings, 0 replies; 3+ messages in thread
From: erik quanstrom @ 2008-02-29 12:38 UTC (permalink / raw)
  To: 9fans

> 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [9fans] Unable to find South Bridge
@ 2008-02-29  2:44 Venkatesh Srinivas
  2008-02-29 12:38 ` erik quanstrom
  0 siblings, 1 reply; 3+ messages in thread
From: Venkatesh Srinivas @ 2008-02-29  2:44 UTC (permalink / raw)
  To: 9fans

Hiya 9fans!

I tried to install Plan 9 today on a Dual Athlon system, with a Tyan Tiger
MP mainboard. It is unable to detect any hard drives attached to the
system's primary IDE channel. This behavior exists whether DMA is either on
or off.

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?

Thanks,
-vs


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-15 23:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-15 23:37 [9fans] Unable to find South Bridge Akshat Kumar
  -- strict thread matches above, loose matches on Subject: below --
2008-02-29  2:44 Venkatesh Srinivas
2008-02-29 12:38 ` erik quanstrom

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).