04-18-2006 10:15 AM
04-19-2006
12:08 PM
- last edited on
04-09-2025
05:10 PM
by
Content Cleaner
04-19-2006 12:22 PM
Thanks Scott,
After a little more inspection of the DDK code I discovered that the TNT files are included by both the PCI and EISA so it's really just a choice between the PCI and EISA source. The code is not documented very well so it's difficult to determine what function a particular construct does and whether it's needed (perhaps it's obvious to someone who writes drivers more often than I do).
I think the DOS os layer is the right choice too, it's single user, multithreaded, but the gpib code all runs in the same thread. The others are unix based or vxworks. Although I am reviewing them to understand how they use the EISA device.
Appreciate the help
Todd