From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28960 invoked by alias); 14 Jan 2004 15:38:10 -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 28948 invoked by uid 371); 14 Jan 2004 15:38:10 -0000 Date: Wed, 14 Jan 2004 15:38:00 -0000 Message-ID: <20040114153810.28946.qmail@sources.redhat.com> From: nickg@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos/packages/hal/mips/malta/current ChangeLog ... X-SW-Source: 2004/txt/msg00013.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: nickg@sourceware.org 2004-01-14 15:38:10 Modified files: packages/hal/mips/malta/current: ChangeLog packages/hal/mips/malta/current/include: plf_intr.h plf_io.h packages/hal/mips/malta/current/src: plf_misc.c Log message: * src/plf_misc.c (hal_platform_init): Changed capitalization of "eCos" displayed on ASCII display. (cyg_hal_plf_pci_init): Added call to cyg_pci_init() before call to cyg_pci_configure_bus(). * include/plf_io.h (HAL_PCI_TRANSLATE_INTERRUPT): Added special case for on-board Ethernet device. It doesn't seem it obey the rules. * include/plf_intr.h (HAL_INTERRUPT_ACKNOWLEDGE): Added acknowledgement for interrupts in interrupt controller.