Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Jun Sun <jsun@mvista.com>
To: Kaz Sasayama <kazssym@netscape.net>
Cc: linux-mips@linux-mips.org, jsun@mvista.com
Subject: Re: Linux 2.6 on DDB5477?
Date: Mon, 16 Feb 2004 09:44:52 -0800	[thread overview]
Message-ID: <20040216174452.GA11711@mvista.com> (raw)
In-Reply-To: <067BC2F8.2E443D82.001F92DE@netscape.net>

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;

      reply	other threads:[~2004-02-16 17:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-16  5:19 Linux 2.6 on DDB5477? Kaz Sasayama
2004-02-16 17:44 ` Jun Sun [this message]

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=20040216174452.GA11711@mvista.com \
    --to=jsun@mvista.com \
    --cc=kazssym@netscape.net \
    --cc=linux-mips@linux-mips.org \
    /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