This is the mail archive of the ecos-bugs@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1000083] New: PCI: bug in cyg_pci_configure_device()


http://bugs.ecos.sourceware.org/show_bug.cgi?id=1000083

           Summary: PCI: bug in cyg_pci_configure_device()
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: normal
         Component: PCI
        AssignedTo: gary@mlbassoc.com
        ReportedBy: jeffrey.daly@intel.com
         QAContact: ecos-bugs@sources.redhat.com


cyg_pci_get_device_info() sets dev_info->base_address[ ] array to 0 then sets 
base_address[] from the current contents of the BARs, for disabled devices 
(i.e. after reset) the BARs are probed for sizes and the base_size[] array is 
updated.  base_address[] however is not.  for BARs that implement 32bit non-
prefetchable memory space, the reset value will be 0x0 and this makes 
cyg_pci_configure_device() think that these devices request no space.



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]