From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13222 invoked by alias); 27 Mar 2003 17:26:38 -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 13206 invoked by uid 453); 27 Mar 2003 17:26:38 -0000 Date: Thu, 27 Mar 2003 17:26:00 -0000 Message-ID: <20030327172638.13204.qmail@sources.redhat.com> From: jlarmour@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos/packages/devs/eth/arm/ks32c5000/current C ... X-SW-Source: 2003/txt/msg00645.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: jlarmour@sourceware.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.