qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "andrzej zaborowski" <balrogg@gmail.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Gumstix verdex support
Date: Sun, 18 Nov 2007 02:59:10 +0100	[thread overview]
Message-ID: <fb249edb0711171759m5fa53b33l87264961f4dd7ded@mail.gmail.com> (raw)
In-Reply-To: <473F393F.2040701@gmx.net>

Hi,

On 17/11/2007, Thorsten Zitterell <the.real.hik@gmx.net> wrote:
> Patch to add gumstix verdex board support.

The code has:

+    /* Interrupt line of NIC is connected to GPIO line 49 */
+    smc91c111_init(&nd_table[0], 0x04000300,
+                    pxa2xx_gpio_in_get(cpu->gpio)[99]);

Should it be 49 or 99?

Regarding the usage example, I think not many people will look into
the code for this kind of information, it would be of more use in the
mailing list archives and optionally the docs.

Do these boards have an LCD? If not, you can pass NULL as the "ds"
parameter to pxa2xx_init() I think (not tested). I see that -nographic
is used in both examples.

Regards,
Andrew

  reply	other threads:[~2007-11-18  1:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-17 18:55 [Qemu-devel] [PATCH] Gumstix verdex support Thorsten Zitterell
2007-11-18  1:59 ` andrzej zaborowski [this message]
2007-11-18 16:54   ` Thorsten Zitterell

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=fb249edb0711171759m5fa53b33l87264961f4dd7ded@mail.gmail.com \
    --to=balrogg@gmail.com \
    --cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).