From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29854 invoked by alias); 14 Jan 2004 15:39:43 -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 29842 invoked by uid 371); 14 Jan 2004 15:39:43 -0000 Date: Wed, 14 Jan 2004 15:39:00 -0000 Message-ID: <20040114153943.29840.qmail@sources.redhat.com> From: nickg@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos/packages/io/pci/current ChangeLog src/pci.c X-SW-Source: 2004/txt/msg00014.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos Changes by: nickg@sourceware.org 2004-01-14 15:39:43 Modified files: packages/io/pci/current: ChangeLog packages/io/pci/current/src: pci.c Log message: * src/pci.c (cyg_pci_get_device_info): Added fix for devices that only implement the bottom 16 bits of an IO BAR. This is allowed by the standard but is very rare and mostly present in older devices only. Without this cyg_pci_allocate_io_priv() gets confused.