Hi, Ok, the issue I have is the following: I have connected a SATA Port Multiplier to AD-483000. And I have two sata drives connected to the Sata port multiplier (one at port 0 and second at port 1) My Linux Kernel is 2.6.24.3. I am using the drivers in the kernel.. aic94xx and libsas The drive at port 0 of the sata port multiplier is detected nicely. The problem is that the second drive on the port multiplier is not detected. After investigations.. I figured out that no one is trying to do sata port multiplier initialisation and detection. After reading the sata spec etc., I tried to modify libsas so that before detecting any sata device, it would send out FIS (soft reset ) to sata port 15 with SRST bit set to 1 followed by another FIS to sata port 15 with SRST bit set to 0. The first FIS goes out. I can see it on a SATA analyzer. The second FIS never goes out... Adaptec's driver.. is giving errors for the first FIS. " Apr 2 12:32:48 linux-storage kernel: sas: task aborted, flags:0x15 Apr 2 12:32:48 linux-storage kernel: aic94xx: tmf tasklet complete Apr 2 12:32:48 linux-storage kernel: aic94xx: tmf came back Apr 2 12:32:48 linux-storage kernel: aic94xx: task 0xf5d83a80 aborted, res: 0x4 Apr 2 12:32:48 linux-storage kernel: sas: came back from abort task Apr 2 12:32:58 linux-storage kernel: sas: task aborted, flags:0x15 Apr 2 12:32:58 linux-storage kernel: aic94xx: task 0xf5d83a80 done with opcode 0x1e resp 0x0 stat 0x8d but aborted by upper layer! Apr 2 12:32:58 linux-storage kernel: aic94xx: tmf tasklet complete Apr 2 12:32:58 linux-storage kernel: aic94xx: tmf came back Apr 2 12:32:58 linux-storage kernel: aic94xx: asd_abort_task: task 0xf5d83a80 done Apr 2 12:32:58 linux-storage kernel: aic94xx: task 0xf5d83a80 aborted, res: 0x0 Apr 2 12:32:58 linux-storage kernel: sas: came back from abort task Apr 2 12:32:58 linux-storage kernel: sas: task finished with resp:0x0, stat:0x8d Apr 2 12:33:08 linux-storage kernel: sas: task aborted, flags:0x15 Apr 2 12:33:08 linux-storage kernel: aic94xx: task 0xf5d83a80 done with opcode 0x1e resp 0x0 stat 0x8d but aborted by upper layer! Apr 2 12:33:08 linux-storage kernel: aic94xx: tmf tasklet complete Apr 2 12:33:08 linux-storage kernel: aic94xx: tmf came back Apr 2 12:33:08 linux-storage kernel: aic94xx: asd_abort_task: task 0xf5d83a80 done Apr 2 12:33:08 linux-storage kernel: aic94xx: task 0xf5d83a80 aborted, res: 0x0 Apr 2 12:33:08 linux-storage kernel: sas: came back from abort task Apr 2 12:33:08 linux-storage kernel: sas: task finished with resp:0x0, stat:0x8d Apr 2 12:33:08 linux-storage kernel: sas: DONE DISCOVERY on port 0, pid:10707, result:-250" I will appreciate if anyone could help me in any way by giving some suggestion(s)/direction(s) Best Regards, Sanjay -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html