George,
I found some information in a
Knowledge Base article on how to use configure 2 GPIB boards in the DDK. Here is an except from the KB:
To change the address of the board from, for example, gpib0 to gpib1,
you will need to modify the source code in ib.c. In the ib.c file, you
will need to make sure you have certain parameters correct for the
board(s) you are using.
1) You will need to change the
TOTAL_PCI or TOTAL_AT constant. It's okay to have more listed than what
is in your system, but if you have 2 PCI family boards, you need to
make sure TOTAL_PCI is 2 or greater.
2) In the Default Board
Configurations section, the confData table should change from HW_ATGPIB
to HW_PCIGPIB for the interfaces that are PCI, not AT.
3)
Under Hardware Installation Settings, the ibinfo table should have the
correct PCI or AT settings. The default has gpib0 with AT settings, and
gpib1, gpib2, and gpib3 with PCI settings to show both types.
4) Try the ibfind utility.
This should get you going, tell me if you still are having trouble with your new cards.
Cheers,
-Marshall R