comparison packages/devs/eth/cl/cs8900a/current/ChangeLog @ 2660:b3f68c7d3671

* 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.
author asl
date Sun, 23 Nov 2008 12:36:23 +0000
parents c4195ff791d2
children 74dbf4c3f2e1
comparison
equal deleted inserted replaced
2659:a8a5496dc26a 2660:b3f68c7d3671
1 2008-11-07 Sergei Gavrikov <sergei.gavrikov@gmail.com>
2
3 * cdl/cl_cs8900a_eth_drivers.cdl: Added
4 CYGIMP_DEVS_ETH_CL_CS8900A_DATABUS_8BIT option to manage chip in 8-bit
5 mode.
6 * include/cs8900.h
7 * src/if_cs8900a.c: Added a support for the 8-bit access for CS8900A.
8 All access to CS8900A registers wrapped via CS_IN, CS_OUT macros (the
9 macros were defined in past, but, still not used). In common way the
10 macros use the eCos macros: HAL_READ_UINT16, HAL_WRITE_UINT16 , but,
11 in other (rare) conditions they can use 8-bit access too.
12
1 2007-09-04 Stephen Finney <shf@pfinc.com> 13 2007-09-04 Stephen Finney <shf@pfinc.com>
2 14
3 * add timeout to potential infinite loop in cs8900a_send per 15 * add timeout to potential infinite loop in cs8900a_send per
4 bugzilla report 1000281 16 bugzilla report 1000281
5 17