When using multiple PLX 9050 cards I occassionaly encounter this error when running my WinDriver application: Do_card_lock failed: item already in use.
pci_dump indicates a memory resource overlap in BAR0 when the problem occurs.
I can sometimes overcome the problem by moving cards to other PCI slots.
The change in the BARs is due to the PLX 9050 BIT 7 errata. The PLX9050 chip has a problem of accessing the card address spaces if the BAR0 register was given the value 1 in its BIT 7 (by the BIOS). Our attempted fix (in WinDriver\plx\9050\lib\p9050_lib.c) is to zero this bit and then continue to work with the card. In your particular case, this caused a resource overlap. To resolve the overlap, you can do one of the following:
|
Technical Documents
(WinDriver related)
WinDriver: Support Center
WinDriver: Product Page
Can't find what you need?
(WinDriver related)
Documents Navigator:
WinDriver: Support Center
WinDriver: Product Page
Can't find what you need?