PCI to PCI bridges...

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Cemre

PCI to PCI bridges...

Post by Cemre »

i have a problem... my pci hardware is as follows...

there is a main "cpu to pci" bridge, and some cards on that bridge... and an additional "pci to pci" bridge and one network card on that ( second level ) bridge.

CPU
--CPU2PCI
----CARD1
----CARD2
----CPUTOPCI
------NETWORKCARD
----CARD3



question is: do i have to enable ( in some way ) this "pci to pci" bridge to use the network card? i CAN detect the nic using PCI configuration registers, but it doesn't seem to be triggering any interupt. ( i did everything to configure the card ).
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:PCI to PCI bridges...

Post by Pype.Clicker »

looking up for information ...
pericom.com/pdf/datasheets/PI7c8150.pdf might help (config registers in section 14)

i'd say that you should at least check the IO enable bit in the control register (maybe the BIOS enables it for you, maybe it doesn't)

oh, and just to make sure ... you of course enabled the IRQ line of the device on your PIC, didn't you ?
Post Reply