This is what shows up in dmesg for the SATA controller
$this->bbcode_second_pass_code('', '
Integrated Sata device found
IRQ 21/mvSata: IRQF_DISABLED is not guaranteed on shared IRQs
scsi0 : Marvell SCSI to SATA adapter
scsi1 : Marvell SCSI to SATA adapter
')
And under /proc/scsi is a mvSata
$this->bbcode_second_pass_code('', '
# cat /proc/scsi/mvSata/0
Version_1_1
TimeStamp :
85163   100
Number of interrupts generated by the adapter is :
182
Integrated Sata adapterId 0,  channel 0
Adapter Channel Id      LUN     TO      TS      Vendor          Mode    LBA48
--------------------------------------------------------------------------------
0       0       0       0       172     1620    WD              NCQ     1
TO           - Total Outstanding commands accumulated
TSA          - Total number of IOs accumulated
TS           - Total number of sectors transferred (both read/write)
Mode         - EDMA mode (TCQ|NCQ|Normal)
LBA48        - Large Block Address 48 feature set enabled
')
So if the mvSata driver is part of the kernel, then something with the configs that I need to keep digging into
			
		
