From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6119 invoked by alias); 4 Nov 2003 19:37:14 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 6105 invoked by uid 9341); 4 Nov 2003 19:37:14 -0000 Date: Tue, 04 Nov 2003 19:37:00 -0000 Message-ID: <20031104193714.6103.qmail@sources.redhat.com> From: asl@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos/packages/devs/eth/arm/ks32c5000/current C ... X-SW-Source: 2003/txt/msg01451.txt.bz2 List-Id: 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.