public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: "ariga masahiro" <ariga@link-lab.co.jp>
To: <ecos-discuss@ecos.sourceware.org>
Subject: [ECOS] Where set SMSC-LAN91C111 registers for availing interrupt ?
Date: Wed, 29 Aug 2007 06:25:00 -0000	[thread overview]
Message-ID: <001b01c7ea05$68ebd310$1c0110ac@ariga> (raw)

Hi everyone,

Please help me next problem.

My target-board uses SMSC-LAN91C111 LAN chip.
I'm still struggling to connect(i.e.light LINK-LED) using net template.

Andrew wrote,
> The net template will use interrupt driven Ethernet drivers. Only the
> redboot template uses polled io. So you don't need to change anything
> like CYGPKG_IO_ETH_DRIVERS_STAND_ALONE.
Very Good.

> It is better to enable CYGPKG_NET_BUILD_HW_TESTS and then just do
I enabled CYGPKG_NET_BUILD_HW_TESTS.

According to SMSC's FAQ,in order to enable interrupt, PHY Register 19's MINT 
bit should be set to '0',
and MAC Bank 2 Offset D Interrupt Mask Register's  MDINT should be set to 
'1'.

I traced program but appeares to me,never set these register bits.
I list trace logs in both cases of RedBoot(StandAlone) and net 
template(interrupt).

In case of RedBoot,
\opt\ecos\ecos-2.0\packages\io\eth\v2_0\src\stand_alone\eth_drv.c
eth_drv_ini()
eth_drv_start()
lan91cxx_start(), and here do PHY initialization.

In case of net template,
\opt\ecos\ecos-2.0\packages\io\eth\v2_0\src\net\eth_drv.c
eth_drv_ini()
after that nowhere set PHY Register or Interrupt Mask Register.

I wonder I made mistakes in configuration,
or there really is not setting Registers code.

I also wonder if there is not PHY register or Interrupt Mask Register
setting code,is it possible to correctly run ethernet using interrupt ?
Is there any technical tricks to enable interrupt ?

Please enlighten me.

Also if there should be regisiter setting code,
do you think I should amend it ?

I mean,
Could you recommend where and how I should insert them ?

Masahiro Ariga


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

             reply	other threads:[~2007-08-29  6:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-29  6:25 ariga masahiro [this message]
2007-08-29  7:49 ` Andrew Lunn
2007-08-29  8:11 ` Andrew Lunn

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='001b01c7ea05$68ebd310$1c0110ac@ariga' \
    --to=ariga@link-lab.co.jp \
    --cc=ecos-discuss@ecos.sourceware.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 read-only IMAP folder(s) and NNTP newsgroup(s).