From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1001 invoked by alias); 19 Dec 2006 03:11:42 -0000 Received: (qmail 852 invoked by uid 453); 19 Dec 2006 03:11:41 -0000 Date: Tue, 19 Dec 2006 03:11:00 -0000 Message-ID: <20061219031141.839.qmail@sourceware.org> From: jlarmour@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages/redboot/current ChangeLog cdl/re ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2006/txt/msg00354.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos Changes by: jlarmour@sourceware.org 2006-12-19 03:11:41 Modified files: packages/redboot/current: ChangeLog packages/redboot/current/cdl: redboot.cdl packages/redboot/current/src/net: net_io.c Log message: * cdl/redboot.cdl: Modified to change the option CYGDAT_REDBOOT_DEFAULT_NETWORK_DEVICE to make it independent of CYGSEM_REDBOOT_FLASH_CONFIG, changes in net_io.c will allow to specify a default interface in terms of the name and its position in the table of interfaces for the driver. * src/net/net_io.c: Modified to allow CYGDAT_REDBOOT_DEFAULT_NETWORK_DEVICE to be used even with no flash available. Bug regarding CYGSEM_REDBOOT_NETWORK_INIT_ONE_DEVICE fixed, so that when working with several network interfaces, and the default one fails to initialize, only the first successfully initialized one is used.