All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mark A. Greer" <mgreer@mvista.com>
To: linuxppc-dev <linuxppc-dev@lists.linuxppc.org>
Subject: linuxppc_2_4_devel patch for gt64260_eth
Date: Thu, 22 May 2003 16:21:40 -0700	[thread overview]
Message-ID: <3ECD5B84.9030807@mvista.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 89 bytes --]

Minor patch to move macros that define the embedded ethernet & mpsc IRQ
values.

Mark
--

[-- Attachment #2: gt_eth.patch --]
[-- Type: text/plain, Size: 1019 bytes --]

===== drivers/net/gt64260_eth.c 1.11 vs edited =====
--- 1.11/drivers/net/gt64260_eth.c	Tue Apr  1 12:43:14 2003
+++ edited/drivers/net/gt64260_eth.c	Tue May 13 15:42:47 2003
@@ -64,7 +64,8 @@

 #define BIT(n) (1<<(n))

-static unsigned char GT64260_ETH_irq[3] = { 32, 33, 34 };
+static unsigned char GT64260_ETH_irq[3] = {
+	GT64260_ETH_IRQ_0, GT64260_ETH_IRQ_1, GT64260_ETH_IRQ_2 };

 static const char *version = "gt64260_eth.c: v0.09";

===== include/asm-ppc/gt64260_defs.h 1.12 vs edited =====
--- 1.12/include/asm-ppc/gt64260_defs.h	Tue Apr  1 12:45:33 2003
+++ edited/include/asm-ppc/gt64260_defs.h	Tue May 13 15:39:36 2003
@@ -22,6 +22,12 @@
 /* Minimum window size supported by 64260 is 1MB */
 #define GT64260_WINDOW_SIZE_MIN                         0x00100000

+/* IRQ's for embedded controllers */
+#define	GT64260_ETH_IRQ_0	32
+#define	GT64260_ETH_IRQ_1	33
+#define	GT64260_ETH_IRQ_2	34
+#define	GT64260_SDMA_IRQ	36
+
 /*
  *****************************************************************************
  *

             reply	other threads:[~2003-05-22 23:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-22 23:21 Mark A. Greer [this message]
2003-05-23 16:03 ` linuxppc_2_4_devel patch for gt64260_eth Tom Rini

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=3ECD5B84.9030807@mvista.com \
    --to=mgreer@mvista.com \
    --cc=linuxppc-dev@lists.linuxppc.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.