This is the mail archive of the ecos-cvs@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]

ecos/packages/devs/eth/arm/ks32c5000/current C ...


CVSROOT:	/cvs/ecos
Module name:	ecos
Changes by:	jlarmour at sourceware dot org	2003-03-27 17:26:38

Modified files:
	packages/devs/eth/arm/ks32c5000/current: ChangeLog 
	packages/devs/eth/arm/ks32c5000/current/cdl: ks32c5000_eth.cdl 
	packages/devs/eth/arm/ks32c5000/current/src: ics1890.c 
	                                             ks5000_ether.c 
	                                             lxt970.c lxt972.c 

Log message:
	* src/ics1890.c: Added configurable PHY MII address.
	* src/lxt970.c: Added configurable PHY MII address.
	* src/lxt972.c: Added configurable PHY MII address.
	* cdl/ks32c5000_eth.cdl: CDL to allow configuration of the PHY
	MII address.  Documented support for ICS1893AF PHY.
	* src/ks5000_ether.c: Added configurable PHY MII address.
	Fixed local definition of eth_drv_init() macro (produces no code
	change).  Fixed strncpy()s for the ETH_DRV_GET_IF_STATS IOCTL to
	leave room for the NUL termination character and use parenthesis
	with the 'sizeof' operator.  Added ETH_DRV_SET_MAC_ADDRESS IOCTL
	support to allow setting the MAC (ESA) address from the application.
	Fixed to only attach the CYGNUM_HAL_INTERRUPT_EXT0 if the
	HavePHYinterrupt conditional is defined.  This prevents unhandled
	interrupts from getting through when HavePHYinterrupt is not defined.


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