Hey guys. I have a PCI adapter that has 4 sata connectors on it, and I would like to write a C++ program that can communicate with drives hooked up to my computer via these devices. Anyone have any wise words of advise? :)
From where I stand now I would need to use the pci.h include file + library to communicate with the device using some protocol specific to the card? That right or am I shooting in the wrong direction?