On Linux you can test like this:
Qt Code:
  1. lspci | grep SATA
  2. lspci | grep IDE
To copy to clipboard, switch view to plain text mode 
The second command will also show SATA-controllers shown by the first command, but it's easy to filter it out.
You have to be root for this to work.