public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/devs/eth/cl/cs8900a/current Chan ...
@ 2004-05-27 6:48 jlarmour
0 siblings, 0 replies; 10+ messages in thread
From: jlarmour @ 2004-05-27 6:48 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2004-05-27 06:48:47
Modified files:
packages/devs/eth/cl/cs8900a/current: ChangeLog
packages/devs/eth/cl/cs8900a/current/src: if_cs8900a.c
Log message:
* src/if_cs8900a.c: Drop "ghost" frames with zero length
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/devs/eth/cl/cs8900a/current Chan ...
@ 2009-03-02 21:18 asl
0 siblings, 0 replies; 10+ messages in thread
From: asl @ 2009-03-02 21:18 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Branch: ecos-v3_0-branch
Changes by: asl@sourceware.org 2009-03-02 21:18:07
Modified files:
packages/devs/eth/cl/cs8900a/current: ChangeLog
packages/devs/eth/cl/cs8900a/current/src: if_cs8900a.c
Log message:
* src/if_cs8900a.c: Fixed interrupt hooking block in cs8900a_init() to
prevent assertion fail on cyg_interrupt_attach() when interrupt is not
used.
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/devs/eth/cl/cs8900a/current Chan ...
@ 2009-03-02 21:16 asl
0 siblings, 0 replies; 10+ messages in thread
From: asl @ 2009-03-02 21:16 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2009-03-02 21:16:52
Modified files:
packages/devs/eth/cl/cs8900a/current: ChangeLog
packages/devs/eth/cl/cs8900a/current/src: if_cs8900a.c
Log message:
* src/if_cs8900a.c: Fixed interrupt hooking block in cs8900a_init() to
prevent assertion fail on cyg_interrupt_attach() when interrupt is not
used.
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/devs/eth/cl/cs8900a/current Chan ...
@ 2008-11-23 12:36 asl
0 siblings, 0 replies; 10+ messages in thread
From: asl @ 2008-11-23 12:36 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2008-11-23 12:36:24
Modified files:
packages/devs/eth/cl/cs8900a/current: ChangeLog
packages/devs/eth/cl/cs8900a/current/cdl:
cl_cs8900a_eth_drivers.cdl
packages/devs/eth/cl/cs8900a/current/include: cs8900.h
packages/devs/eth/cl/cs8900a/current/src: if_cs8900a.c
Log message:
* cdl/cl_cs8900a_eth_drivers.cdl: Added
CYGIMP_DEVS_ETH_CL_CS8900A_DATABUS_8BIT option to manage chip in 8-bit
mode.
* include/cs8900.h
* src/if_cs8900a.c: Added a support for the 8-bit access for CS8900A.
All access to CS8900A registers wrapped via CS_IN, CS_OUT macros (the
macros were defined in past, but, still not used). In common way the
macros use the eCos macros: HAL_READ_UINT16, HAL_WRITE_UINT16 , but,
in other (rare) conditions they can use 8-bit access too.
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/devs/eth/cl/cs8900a/current Chan ...
@ 2007-09-11 17:37 asl
0 siblings, 0 replies; 10+ messages in thread
From: asl @ 2007-09-11 17:37 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2007-09-11 17:37:23
Modified files:
packages/devs/eth/cl/cs8900a/current: ChangeLog
packages/devs/eth/cl/cs8900a/current/src: if_cs8900a.c
Log message:
* add timeout to potential infinite loop in cs8900a_send per
bugzilla report 1000281
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/devs/eth/cl/cs8900a/current Chan ...
@ 2005-11-23 21:26 asl
0 siblings, 0 replies; 10+ messages in thread
From: asl @ 2005-11-23 21:26 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-11-23 21:26:50
Modified files:
packages/devs/eth/cl/cs8900a/current: ChangeLog
packages/devs/eth/cl/cs8900a/current/include: cs8900.h
packages/devs/eth/cl/cs8900a/current/src: if_cs8900a.c
Log message:
* include/cs8900a.h:
* src/if_cs8900a.c: Added a priority field in cpd
that makes interrupt priority configurable
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/devs/eth/cl/cs8900a/current Chan ...
@ 2005-05-08 9:29 asl
0 siblings, 0 replies; 10+ messages in thread
From: asl @ 2005-05-08 9:29 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2005-05-08 09:29:39
Modified files:
packages/devs/eth/cl/cs8900a/current: ChangeLog
packages/devs/eth/cl/cs8900a/current/cdl:
cl_cs8900a_eth_drivers.cdl
packages/devs/eth/cl/cs8900a/current/src: if_cs8900a.c
Log message:
* cdl/cl_cs8900a_eth_drivers.cdl: Added
CYGSEM_DEVS_ETH_CL_CS8900A_WRITE_EEPROM
* src/if_cs8900a.c: Added debug statements to print out where the
driver is obtaining its ESA from. Implement
ETH_DRV_SET_MAC_ADDRESS and ETH_DRV_GET_MAC_ADDRESS.
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/devs/eth/cl/cs8900a/current Chan ...
@ 2004-06-29 6:49 asl
0 siblings, 0 replies; 10+ messages in thread
From: asl @ 2004-06-29 6:49 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2004-06-29 06:49:31
Modified files:
packages/devs/eth/cl/cs8900a/current: ChangeLog
packages/devs/eth/cl/cs8900a/current/src: if_cs8900a.c
Log message:
* src/if_cs8900a.c: Added missing include of cyg_ass.h.
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/devs/eth/cl/cs8900a/current Chan ...
@ 2004-04-21 17:03 gthomas
0 siblings, 0 replies; 10+ messages in thread
From: gthomas @ 2004-04-21 17:03 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: gthomas@sourceware.org 2004-04-21 17:03:24
Modified files:
packages/devs/eth/cl/cs8900a/current: ChangeLog
packages/devs/eth/cl/cs8900a/current/cdl:
cl_cs8900a_eth_drivers.cdl
packages/devs/eth/cl/cs8900a/current/include: cs8900.h
packages/devs/eth/cl/cs8900a/current/src: if_cs8900a.c
Log message:
Big/Little endian changes from Bob Koninckx
^ permalink raw reply [flat|nested] 10+ messages in thread
* ecos/packages/devs/eth/cl/cs8900a/current Chan ...
@ 2003-04-12 3:50 jlarmour
0 siblings, 0 replies; 10+ messages in thread
From: jlarmour @ 2003-04-12 3:50 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-04-12 03:50:19
Modified files:
packages/devs/eth/cl/cs8900a/current: ChangeLog
packages/devs/eth/cl/cs8900a/current/include: cs8900.h
packages/devs/eth/cl/cs8900a/current/src: if_cs8900a.c
Log message:
* src/if_cs8900a.c (cs8900a_send): Allow for data not being 16-bit
aligned. Thanks to Laurent Gonzalez <laurent.gonzalez@ri.silicomp.fr>
for reporting this and his initial patch.
* src/if_cs8900a.c:
* include/cs8900a.h:
Changes to support both little and big endian targets
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2009-03-02 21:18 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-27 6:48 ecos/packages/devs/eth/cl/cs8900a/current Chan jlarmour
-- strict thread matches above, loose matches on Subject: below --
2009-03-02 21:18 asl
2009-03-02 21:16 asl
2008-11-23 12:36 asl
2007-09-11 17:37 asl
2005-11-23 21:26 asl
2005-05-08 9:29 asl
2004-06-29 6:49 asl
2004-04-21 17:03 gthomas
2003-04-12 3:50 jlarmour
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).