public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] SNDS Ethernet
@ 2002-06-26  9:21 Simon Sudler
  2002-06-26 10:34 ` Gary Thomas
  0 siblings, 1 reply; 3+ messages in thread
From: Simon Sudler @ 2002-06-26  9:21 UTC (permalink / raw)
  To: eCos Discuss

Hi,

I am using the snds template with the ks32ac5000 ethernet package.

In the ethernet driver arm some mistakes:

CYGNUM_HAL_INTERRUPT_EtherBDMATx
--->  CYGNUM_HAL_INTERRUPT_ETH_BDMA_TX

CYGNUM_HAL_INTERRUPT_EtherBDMARx
---> CYGNUM_HAL_INTERRUPT_ETH_BDMA_RX

CYGNUM_HAL_INTERRUPT_EtherMacTx
---> CYGNUM_HAL_INTERRUPT_ETH_MAC_TX

CYGNUM_HAL_INTERRUPT_EtherMacRx
---> CYGNUM_HAL_INTERRUPT_ETH_MAC_RX

pleas correct this in the next cvs update.

Cheers
Simon

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS] SNDS Ethernet
  2002-06-26  9:21 [ECOS] SNDS Ethernet Simon Sudler
@ 2002-06-26 10:34 ` Gary Thomas
       [not found]   ` <3D22C9C9.4E3D097@iis.fhg.de>
  0 siblings, 1 reply; 3+ messages in thread
From: Gary Thomas @ 2002-06-26 10:34 UTC (permalink / raw)
  To: Simon Sudler; +Cc: eCos Discuss

On Wed, 2002-06-26 at 10:09, Simon Sudler wrote:
> Hi,
> 
> I am using the snds template with the ks32ac5000 ethernet package.
> 
> In the ethernet driver arm some mistakes:
> 
> CYGNUM_HAL_INTERRUPT_EtherBDMATx
> --->  CYGNUM_HAL_INTERRUPT_ETH_BDMA_TX
> 
> CYGNUM_HAL_INTERRUPT_EtherBDMARx
> ---> CYGNUM_HAL_INTERRUPT_ETH_BDMA_RX
> 
> CYGNUM_HAL_INTERRUPT_EtherMacTx
> ---> CYGNUM_HAL_INTERRUPT_ETH_MAC_TX
> 
> CYGNUM_HAL_INTERRUPT_EtherMacRx
> ---> CYGNUM_HAL_INTERRUPT_ETH_MAC_RX
> 
> pleas correct this in the next cvs update.


Can you send a proper patch, along with a ChangeLog entry?
Just use: cvs diff -u5 -p -N <file_you_changed>

That way we get the changes, without any chance of mistakes here.


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS] SNDS Ethernet
       [not found]   ` <3D22C9C9.4E3D097@iis.fhg.de>
@ 2002-07-03  6:20     ` Gary Thomas
  0 siblings, 0 replies; 3+ messages in thread
From: Gary Thomas @ 2002-07-03  6:20 UTC (permalink / raw)
  To: Simon Sudler; +Cc: eCos Discussion

On Wed, 2002-07-03 at 03:54, Simon Sudler wrote:
> 
> 
> Gary Thomas schrieb:
> > 
> > On Wed, 2002-06-26 at 10:09, Simon Sudler wrote:
> > > Hi,
> > >
> > > I am using the snds template with the ks32ac5000 ethernet package.
> > >
> > > In the ethernet driver arm some mistakes:
> > >
> > > CYGNUM_HAL_INTERRUPT_EtherBDMATx
> > > --->  CYGNUM_HAL_INTERRUPT_ETH_BDMA_TX
> > >
> > > CYGNUM_HAL_INTERRUPT_EtherBDMARx
> > > ---> CYGNUM_HAL_INTERRUPT_ETH_BDMA_RX
> > >
> > > CYGNUM_HAL_INTERRUPT_EtherMacTx
> > > ---> CYGNUM_HAL_INTERRUPT_ETH_MAC_TX
> > >
> > > CYGNUM_HAL_INTERRUPT_EtherMacRx
> > > ---> CYGNUM_HAL_INTERRUPT_ETH_MAC_RX
> > >
> > > pleas correct this in the next cvs update.
> > 
> > Can you send a proper patch, along with a ChangeLog entry?
> > Just use: cvs diff -u5 -p -N <file_you_changed>
> > 
> > That way we get the changes, without any chance of mistakes here.
> 
> I tryed, but...
> 
> [cvs@ep172 src]$ cvs diff -u5 -p -N ks5000_ether.c 
> Fatal error, aborting.
> anoncvs:anoncvs: no such user
> cvs diff: authorization failed: server sources.redhat.com rejected
> access to /cvs/ecos for user anoncvs:anoncvs
> cvs diff: used empty password; try "cvs login" with a real password
> [cvs@ep172 src]$ 

Did you get your repository from a snapshot?

In any case, what you need to do is establish your credentials with
the CVS server before running 'diff'.  Do this using this command:
  cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/ecos login 
just type 'anoncvs' for the password.  Then you should be able to
run the 'cvs diff' command without error.

note: Please send your queries to the eCos discussion list (copied).
That way, everyone can benefit and the questions/answers are archived.




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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-07-03 13:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-26  9:21 [ECOS] SNDS Ethernet Simon Sudler
2002-06-26 10:34 ` Gary Thomas
     [not found]   ` <3D22C9C9.4E3D097@iis.fhg.de>
2002-07-03  6:20     ` Gary Thomas

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).