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:	asl@sourceware.org	2003-11-04 19:37:14

Modified files:
	packages/devs/eth/arm/ks32c5000/current: ChangeLog 
	packages/devs/eth/arm/ks32c5000/current/src: ks5000_ether.c 

Log message:
	* src/ks5000_ether.c: Set ifStats.description only one time while
	initialization, it will never change.
	Set ifStats.supports_dot3 to 1, to support snmp mib dot3.
	Set ifStats.snmp_chipset to be interpreted as "nullobjid" in the
	snmp dot3 agent. It is not a string it is an oid as byte array.
	The link status of the phy are read while initializion and in the
	command ETH_DRV_GET_IF_STATS to be up to date without phy interrupt
	support.
	Change firstTime in installInterrupts() to be static to be sure
	interrupts will only one time be installed.


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