All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dieu Morales <dieumorales@yahoo.com>
To: "Mark A. Greer" <mgreer@mvista.com>,
	Paul Mackerras <paulus@samba.org>,
	Michael Morales <michael.morales@lmco.com>
Cc: David Woodhouse <dwmw2@infradead.org>,
	Dieu Morales <dieumorales@yahoo.com>,
	linuxppc-embedded@lists.linuxppc.org,
	Brian Waite <waite@skycomputers.com>
Subject: Re: GT64260_eth (Ethernet) Driver
Date: Wed, 28 Jul 2004 20:19:02 -0700 (PDT)	[thread overview]
Message-ID: <20040729031902.69389.qmail@web60408.mail.yahoo.com> (raw)
In-Reply-To: <40DCD5C8.3080307@mvista.com>


All,
I have had some success with making the gt64260_eth.c
driver from the 2.4.26 dev tree work with the 2.6.7
kernel.  I am able to see the ARP request and response
messages via a network analyzer. However, the response
messages appear not to generate an interrupt and I
eventually timeout when mounting an NFS file system.
My hardware maps a multi purpose pin from the
Discovery 64260 to a cascaded pair of i8259's for all
Ethernet and serial interrupts.  It is mapped to IRQ
15 using INT E which is initialized by my ppcboot
bootloader using the pciWriteConfigRegByte function.
Also, I receive interrupts fine for the keyboard and
mouse, so I feel all is OK with the i8259 driver
etc... I do not have a 64260 dev manual so I am
unclear if there is any special software
initialization needed for my configuration that must
take place in gt64260_eth.c or ev64260_setup.c or if I
am simply overlook something .   A few areas of
interest were:

In gt64260_eth.c

/*
 * enable relevant interrupts on GT
*/
gt_write(GT64260_ENET_E0IMR + gap, 0xb0ff010d);

In ev64260_setup.c.

/* Set MPSC Multiplex RMII */
/* NOTE: ethernet driver modifies bit 0 and 1 */
gt_write(GT64260_MPP_SERIAL_PORTS_MULTIPLEX,
0x00001102);

Any insight is always appreciated.

Thanks,
Michael Morales


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

  reply	other threads:[~2004-07-29  3:19 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-20 20:27 GT64260_eth (Ethernet) Driver Dieu Morales
2004-06-23 22:39 ` Mark A. Greer
2004-06-24  8:37   ` David Woodhouse
2004-06-24 11:23     ` Brian Waite
2004-06-24 18:46     ` Mark A. Greer
2004-06-24 19:02       ` Mark A. Greer
2004-06-25  7:10       ` David Woodhouse
2004-06-25 22:05         ` Mark A. Greer
2004-06-25 23:43           ` David Woodhouse
2004-06-26  0:07             ` Mark A. Greer
2004-06-26  0:41               ` Paul Mackerras
2004-06-26  1:47                 ` Mark A. Greer
2004-07-29  3:19                   ` Dieu Morales [this message]
2004-07-29 17:28                     ` Mark A. Greer
2004-06-29 14:08               ` David Woodhouse
2004-06-29 15:23                 ` BAT mapping Linh Dang
2004-06-29 17:59                   ` Linh Dang
  -- strict thread matches above, loose matches on Subject: below --
2005-09-19 18:53 GT64260_eth (Ethernet) Driver Earl Olsen
2005-09-20 16:02 Earl Olsen
2005-09-20 17:13 ` Brian Waite
2005-09-20 18:32   ` Mark A. Greer

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=20040729031902.69389.qmail@web60408.mail.yahoo.com \
    --to=dieumorales@yahoo.com \
    --cc=dwmw2@infradead.org \
    --cc=linuxppc-embedded@lists.linuxppc.org \
    --cc=mgreer@mvista.com \
    --cc=michael.morales@lmco.com \
    --cc=paulus@samba.org \
    --cc=waite@skycomputers.com \
    /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.