This is the mail archive of the ecos-discuss@sourceware.org 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]

regarding pci in ixp425


Hi all,

         I am porting ecos to Ixp425 eval board , i am struck up at this
location cyg_hal_plf_pci_init() routine in the hal_hardware_init(). i am
exactly strucking up at

HAL_PCI_CFG_WRITE_UINT32(0, 0, CYG_PCI_CFG_BAR_1, 0x01000000);
when i encouter this routine 
so i have made the if condition to 0 so that the control does not enter this 
and go to else condition is that ok , or i am missing any thing important
actually he is giving values to BAR_0, BAR_1,.....BAR_5 which will be
present on the pci device(correct ?), which can not be configured with out
the device.

please help inthis context, does that code should be included or does not
effect if it is also not there

Regards,
Sumanth. 

--
View this message in context: http://www.nabble.com/regarding-pci-in-ixp425-t1245702.html#a3298405
Sent from the Sourceware - ecos-discuss forum at Nabble.com.


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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