This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SNDS Ethernet


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]