Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Linux 2.6 on DDB5477?
@ 2004-02-16  5:19 Kaz Sasayama
  2004-02-16 17:44 ` Jun Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Kaz Sasayama @ 2004-02-16  5:19 UTC (permalink / raw)
  To: linux-mips

Is anyone working on DDB5477 config of Linux 2.6?  I tried to compile it 
but got many errors that I could not fix completely.  If there is a working
patch, please let me know.

Thanks in advance.

__________________________________________________________________
New! Unlimited Netscape Internet Service.
Only $9.95 a month -- Sign up today at http://isp.netscape.com/register
Act now to get a personalized email address!

Netscape. Just the Net You Need.

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

* Re: Linux 2.6 on DDB5477?
  2004-02-16  5:19 Linux 2.6 on DDB5477? Kaz Sasayama
@ 2004-02-16 17:44 ` Jun Sun
  0 siblings, 0 replies; 2+ messages in thread
From: Jun Sun @ 2004-02-16 17:44 UTC (permalink / raw)
  To: Kaz Sasayama; +Cc: linux-mips, jsun

On Mon, Feb 16, 2004 at 12:19:32AM -0500, Kaz Sasayama wrote:
> Is anyone working on DDB5477 config of Linux 2.6?  I tried to compile it 
> but got many errors that I could not fix completely.  If there is a working
> patch, please let me know.
> 

It basically works fine here, with a couple of known issues:

. sound driver is broken.  Just comment it out.
. if you use rockhopper baseboard, you will the following patch to access
  the ethernet on baseboard.  [Ralf, we need to fix origin and apply this
  patch somehow]
. under long time stress test, ether driver may go down.

Jun

diff -u -r1.25 pci.c
--- arch/mips/pci/pci.c 19 Jan 2004 16:28:13 -0000      1.25
+++ arch/mips/pci/pci.c 16 Feb 2004 17:41:38 -0000
@@ -166,7 +166,7 @@
 
        pci_read_config_word(dev, PCI_COMMAND, &cmd);
        old_cmd = cmd;
-       for(idx=0; idx<6; idx++) {
+       for(idx=0; idx< PCI_NUM_RESOURCES; idx++) {
                /* Only set up the requested stuff */
                if (!(mask & (1<<idx)))
                        continue;

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

end of thread, other threads:[~2004-02-16 17:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-16  5:19 Linux 2.6 on DDB5477? Kaz Sasayama
2004-02-16 17:44 ` Jun Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox