diff mbox

libata-pmp patch for 3.2.x and later for eSATA Port Multiplier Sil3726

Message ID 4F5F7C4C.7080800@teksavvy.com
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

Mark Lord March 13, 2012, 4:56 p.m. UTC
Sounds like a regression from 3.1 to 3.2.
Copying linux-ide & Jeff.

-------- Original Message --------
Subject: libata-pmp patch for 3.2.x and later for eSATA Port Multiplier Sil3726
Date: Tue, 13 Mar 2012 13:28:54 +0900
From: ANEZAKI, Akira <fireblade1230@yahoo.co.jp>
To: linux-kernel@vger.kernel.org

Hi!

I'm in trouble on a PC that has 6 eSATA port multiplier.

>From kernel 3.2.x, kernel fails to boot when many HDDs are connected to
many eSATA port multiplier with Sil3726.

Kernel is repeating eSATA bus reset while booting and spend long time,
and result into fail to boot with timeout. It causes that some HDDs
cannot be seen from kernel on a PC that has 6 Sil3726 port multiplier.
dmesg contains many reset messages while booting like this:
   :
> [   48.060454] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   48.061150] ata6.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [   48.063158] ata6.00: hard resetting link
> [   48.401020] ata6.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   48.401080] ata6.01: hard resetting link
> [   48.825741] ata6.01: softreset failed (SRST command error)
> [   48.935499] ata6.01: failed to read SCR 0 (Emask=0x1)
> [   48.935505] ata6.01: reset failed (errno=-85), retrying in 10 secs
   :
> [  294.950152] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  294.950453] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  294.953382] ata9.00: hard resetting link
> [  304.937981] ata9.00: softreset failed (timeout)
> [  307.931302] ata9.15: qc timeout (cmd 0xe4)
> [  307.931318] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  307.931322] ata9.00: reset failed, giving up
> [  307.931327] ata9.15: hard resetting link
> [  310.058635] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  310.059016] ata9.00: hard resetting link
> [  320.044490] ata9.00: softreset failed (timeout)
> [  323.037851] ata9.15: qc timeout (cmd 0xe4)
> [  323.037868] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  323.037872] ata9.00: reset failed, giving up
   :
> [  556.513676] systemd[1]: Job dev-disk-by\x2dlabel-WORK.device/start timed out.
> [  556.513693] systemd[1]: Job fedora-autorelabel-mark.service/start failed with result 'dependency'.
> [  556.513816] systemd[1]: Job fedora-autorelabel.service/start failed with result 'dependency'.
> [  556.513833] systemd[1]: Job local-fs.target/start failed with result 'dependency'.
> [  556.513846] systemd[1]: Triggering OnFailure= dependencies of local-fs.target.
> [  556.515352] systemd[1]: Job mnt-work.mount/start failed with result 'dependency'.
> [  556.515368] systemd[1]: Job dev-disk-by\x2dlabel-WORK.device/start failed with result 'timeout'.
> [  556.851000] systemd[1]: Startup finished in 2s 212ms 906us (kernel) + 7min 44s 688ms 483us (initrd) + 1min 30s 977ms 147us (userspace) = 9min 17s 878ms 536us.

When only one sentence in drivers/ata/libata-pmp.c only for Sil3726 back
to that in kernel 3.1.x, this problem is not seen. I attached the patch
file.

This patch solves the problem on my PC but I can't understand ata
subsystem. So I'm afraid of side effect.

Can you consider this patch?

Best Regards,
ANEZAKI, Akira

-------- Original Message --------
Subject: [Bug 787468] boot fails by timeout while activating RAIDs with
many HDDs
Date: Mon, 12 Mar 2012 16:30:45 -0400
From: bugzilla@redhat.com
To: fireblade1230@yahoo.co.jp

Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=787468

--- Comment #20 from Dave Jones <davej@redhat.com> 2012-03-12 16:30:43
EDT ---
can you post this patch upstream to linux-kernel@vger.kernel.org ?
if it is acceptable there, we will add it to the Fedora kernel.

Comments

ANEZAKI, Akira March 18, 2012, 6:35 p.m. UTC | #1
You may see these messages more easier when cold boot even if there are
a few Sil3726 port multiplier:
  :
> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
  :
> [    3.764070] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    3.764394] ata5.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    3.767216] ata5.00: hard resetting link
> [    4.105264] ata5.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [    4.105300] ata5.01: hard resetting link
> [    4.421064] ata5.01: softreset failed (SRST command error)
> [    4.421078] ata5.01: failed to read SCR 0 (Emask=0x40)
> [    4.421085] ata5.01: reset failed (errno=-85), retrying in 10 secs
> [   14.105089] ata5.01: reset failed, giving up
> [   14.105100] ata5.15: hard resetting link
> [   16.226094] ata5.15: softreset failed (SRST command error)
> [   16.226102] ata5.15: reset failed (errno=-5), retrying in 8 secs
> [   24.105243] ata5.15: hard resetting link
> [   26.226231] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   26.226242] ata5.15: PMP revalidation failed (errno=-19)
> [   31.226079] ata5.15: hard resetting link
> [   33.358086] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   33.358388] ata5.00: hard resetting link
> [   33.696256] ata5.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   33.696291] ata5.01: hard resetting link
> [   34.034255] ata5.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   34.034292] ata5.02: hard resetting link
> [   34.460042] ata5.02: softreset failed (SRST command error)
> [   34.460064] ata5.02: failed to read SCR 0 (Emask=0x40)
> [   34.460070] ata5.02: reset failed (errno=-85), retrying in 10 secs
> [   44.034216] ata5.02: reset failed, giving up
> [   44.034225] ata5.15: hard resetting link
> [   44.034230] ata5: controller in dubious state, performing PORT_RST
> [   46.188102] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   46.188403] ata5.00: hard resetting link
> [   46.526267] ata5.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   46.526301] ata5.01: hard resetting link
> [   46.864262] ata5.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   46.864297] ata5.02: hard resetting link
> [   47.202253] ata5.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   47.202288] ata5.03: hard resetting link
> [   47.628038] ata5.03: softreset failed (SRST command error)
> [   47.628052] ata5.03: failed to read SCR 0 (Emask=0x40)
> [   47.628058] ata5.03: reset failed (errno=-85), retrying in 10 secs
> [   57.202189] ata5.03: reset failed, giving up
> [   57.202197] ata5.15: hard resetting link
> [   57.202202] ata5: controller in dubious state, performing PORT_RST
> [   59.356051] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   59.356397] ata5.00: hard resetting link
> [   59.694252] ata5.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   59.694287] ata5.01: hard resetting link
> [   60.032253] ata5.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   60.032290] ata5.02: hard resetting link
> [   60.370261] ata5.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   60.370296] ata5.03: hard resetting link
> [   60.708269] ata5.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   60.708304] ata5.04: hard resetting link
> [   61.013360] ata5.04: SATA link down (SStatus 0 SControl 320)
> [   61.013422] ata5.05: hard resetting link
  :
> [   63.850067] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   63.850427] ata6.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [   63.853419] ata6.00: hard resetting link
> [   64.180241] ata6.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   64.180280] ata6.01: hard resetting link
> [   64.606036] ata6.01: softreset failed (SRST command error)
> [   64.606054] ata6.01: failed to read SCR 0 (Emask=0x40)
> [   64.606061] ata6.01: reset failed (errno=-85), retrying in 10 secs
> [   74.180035] ata6.01: reset failed, giving up
> [   74.180046] ata6.15: hard resetting link
> [   74.180052] ata6: controller in dubious state, performing PORT_RST
> [   76.334081] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   76.334404] ata6.00: hard resetting link
> [   76.661266] ata6.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   76.661305] ata6.01: hard resetting link
> [   76.988320] ata6.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   76.988357] ata6.02: hard resetting link
> [   77.414044] ata6.02: softreset failed (SRST command error)
> [   77.414057] ata6.02: failed to read SCR 0 (Emask=0x40)
> [   77.414065] ata6.02: reset failed (errno=-85), retrying in 10 secs
> [   86.988104] ata6.02: reset failed, giving up
> [   86.988114] ata6.15: hard resetting link
> [   86.988120] ata6: controller in dubious state, performing PORT_RST
> [   89.142149] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   89.142465] ata6.00: hard resetting link
> [   89.469329] ata6.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   89.469367] ata6.01: hard resetting link
> [   89.796252] ata6.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   89.796289] ata6.02: hard resetting link
> [   90.123242] ata6.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   90.123277] ata6.03: hard resetting link
> [   90.549042] ata6.03: softreset failed (SRST command error)
> [   90.549058] ata6.03: failed to read SCR 0 (Emask=0x40)
> [   90.549065] ata6.03: reset failed (errno=-85), retrying in 10 secs
> [  100.123063] ata6.03: reset failed, giving up
> [  100.123072] ata6.15: hard resetting link
> [  100.123078] ata6: controller in dubious state, performing PORT_RST
> [  102.277076] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  102.277392] ata6.00: hard resetting link
> [  102.604240] ata6.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [  102.604278] ata6.01: hard resetting link
> [  102.931241] ata6.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  102.931279] ata6.02: hard resetting link
> [  103.258256] ata6.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  103.258292] ata6.03: hard resetting link
> [  103.585257] ata6.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  103.585294] ata6.04: hard resetting link
> [  103.890368] ata6.04: SATA link down (SStatus 0 SControl 320)
> [  103.890433] ata6.05: hard resetting link
> [  104.195336] ata6.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
  :


(2012/03/14 01:56), Mark Lord wrote:
> Sounds like a regression from 3.1 to 3.2.
> Copying linux-ide & Jeff.
> 
> -------- Original Message --------
> Subject: libata-pmp patch for 3.2.x and later for eSATA Port Multiplier Sil3726
> Date: Tue, 13 Mar 2012 13:28:54 +0900
> From: ANEZAKI, Akira <fireblade1230@yahoo.co.jp>
> To: linux-kernel@vger.kernel.org
> 
> Hi!
> 
> I'm in trouble on a PC that has 6 eSATA port multiplier.
> 
>>From kernel 3.2.x, kernel fails to boot when many HDDs are connected to
> many eSATA port multiplier with Sil3726.
> 
> Kernel is repeating eSATA bus reset while booting and spend long time,
> and result into fail to boot with timeout. It causes that some HDDs
> cannot be seen from kernel on a PC that has 6 Sil3726 port multiplier.
> dmesg contains many reset messages while booting like this:
>    :
>> [   48.060454] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   48.061150] ata6.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [   48.063158] ata6.00: hard resetting link
>> [   48.401020] ata6.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   48.401080] ata6.01: hard resetting link
>> [   48.825741] ata6.01: softreset failed (SRST command error)
>> [   48.935499] ata6.01: failed to read SCR 0 (Emask=0x1)
>> [   48.935505] ata6.01: reset failed (errno=-85), retrying in 10 secs
>    :
>> [  294.950152] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  294.950453] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [  294.953382] ata9.00: hard resetting link
>> [  304.937981] ata9.00: softreset failed (timeout)
>> [  307.931302] ata9.15: qc timeout (cmd 0xe4)
>> [  307.931318] ata9.00: failed to read SCR 0 (Emask=0x5)
>> [  307.931322] ata9.00: reset failed, giving up
>> [  307.931327] ata9.15: hard resetting link
>> [  310.058635] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  310.059016] ata9.00: hard resetting link
>> [  320.044490] ata9.00: softreset failed (timeout)
>> [  323.037851] ata9.15: qc timeout (cmd 0xe4)
>> [  323.037868] ata9.00: failed to read SCR 0 (Emask=0x5)
>> [  323.037872] ata9.00: reset failed, giving up
>    :
>> [  556.513676] systemd[1]: Job dev-disk-by\x2dlabel-WORK.device/start timed out.
>> [  556.513693] systemd[1]: Job fedora-autorelabel-mark.service/start failed with result 'dependency'.
>> [  556.513816] systemd[1]: Job fedora-autorelabel.service/start failed with result 'dependency'.
>> [  556.513833] systemd[1]: Job local-fs.target/start failed with result 'dependency'.
>> [  556.513846] systemd[1]: Triggering OnFailure= dependencies of local-fs.target.
>> [  556.515352] systemd[1]: Job mnt-work.mount/start failed with result 'dependency'.
>> [  556.515368] systemd[1]: Job dev-disk-by\x2dlabel-WORK.device/start failed with result 'timeout'.
>> [  556.851000] systemd[1]: Startup finished in 2s 212ms 906us (kernel) + 7min 44s 688ms 483us (initrd) + 1min 30s 977ms 147us (userspace) = 9min 17s 878ms 536us.
> 
> When only one sentence in drivers/ata/libata-pmp.c only for Sil3726 back
> to that in kernel 3.1.x, this problem is not seen. I attached the patch
> file.
> 
> This patch solves the problem on my PC but I can't understand ata
> subsystem. So I'm afraid of side effect.
> 
> Can you consider this patch?
> 
> Best Regards,
> ANEZAKI, Akira
> 
> -------- Original Message --------
> Subject: [Bug 787468] boot fails by timeout while activating RAIDs with
> many HDDs
> Date: Mon, 12 Mar 2012 16:30:45 -0400
> From: bugzilla@redhat.com
> To: fireblade1230@yahoo.co.jp
> 
> Please do not reply directly to this email. All additional
> comments should be made in the comments box of this bug.
> 
> 
> https://bugzilla.redhat.com/show_bug.cgi?id=787468
> 
> --- Comment #20 from Dave Jones <davej@redhat.com> 2012-03-12 16:30:43
> EDT ---
> can you post this patch upstream to linux-kernel@vger.kernel.org ?
> if it is acceptable there, we will add it to the Fedora kernel.
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Gwendal Grignou March 21, 2012, 9:09 a.m. UTC | #2
Akira,

- When you do the test between 3.1 and 3.2, do you cold boot the
machine every time?
- does the problem with 3.2 happens when you just reboot the machine
instead of cold booting?
Looking at your log, it seems you are using old drives that take a
long time to spinup.

We can see there are progress between 3.2.3 and 3.2.9:
In 3.2.3, we fail with qc_timeout and some drives are disabled.
In 3.2.9, we take time to spinup the drives, but finally all are found.

The patch you proposed seems to only have been tested with warm
reboot, not power cycle.
Please see http://www.spinics.net/lists/linux-ide/msg41699.html and
http://www.spinics.net/lists/linux-ide/msg41700.html for an
explanation why this patch is need.

Gwendal.

On Mon, Mar 19, 2012 at 2:35 AM, ANEZAKI, Akira
<fireblade1230@yahoo.co.jp> wrote:
> You may see these messages more easier when cold boot even if there are
> a few Sil3726 port multiplier:
>  :
>> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
>  :
>> [    3.764070] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [    3.764394] ata5.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [    3.767216] ata5.00: hard resetting link
>> [    4.105264] ata5.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [    4.105300] ata5.01: hard resetting link
>> [    4.421064] ata5.01: softreset failed (SRST command error)
>> [    4.421078] ata5.01: failed to read SCR 0 (Emask=0x40)
>> [    4.421085] ata5.01: reset failed (errno=-85), retrying in 10 secs
>> [   14.105089] ata5.01: reset failed, giving up
>> [   14.105100] ata5.15: hard resetting link
>> [   16.226094] ata5.15: softreset failed (SRST command error)
>> [   16.226102] ata5.15: reset failed (errno=-5), retrying in 8 secs
>> [   24.105243] ata5.15: hard resetting link
>> [   26.226231] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   26.226242] ata5.15: PMP revalidation failed (errno=-19)
>> [   31.226079] ata5.15: hard resetting link
>> [   33.358086] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   33.358388] ata5.00: hard resetting link
>> [   33.696256] ata5.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   33.696291] ata5.01: hard resetting link
>> [   34.034255] ata5.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   34.034292] ata5.02: hard resetting link
>> [   34.460042] ata5.02: softreset failed (SRST command error)
>> [   34.460064] ata5.02: failed to read SCR 0 (Emask=0x40)
>> [   34.460070] ata5.02: reset failed (errno=-85), retrying in 10 secs
>> [   44.034216] ata5.02: reset failed, giving up
>> [   44.034225] ata5.15: hard resetting link
>> [   44.034230] ata5: controller in dubious state, performing PORT_RST
>> [   46.188102] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   46.188403] ata5.00: hard resetting link
>> [   46.526267] ata5.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   46.526301] ata5.01: hard resetting link
>> [   46.864262] ata5.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   46.864297] ata5.02: hard resetting link
>> [   47.202253] ata5.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   47.202288] ata5.03: hard resetting link
>> [   47.628038] ata5.03: softreset failed (SRST command error)
>> [   47.628052] ata5.03: failed to read SCR 0 (Emask=0x40)
>> [   47.628058] ata5.03: reset failed (errno=-85), retrying in 10 secs
>> [   57.202189] ata5.03: reset failed, giving up
>> [   57.202197] ata5.15: hard resetting link
>> [   57.202202] ata5: controller in dubious state, performing PORT_RST
>> [   59.356051] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   59.356397] ata5.00: hard resetting link
>> [   59.694252] ata5.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   59.694287] ata5.01: hard resetting link
>> [   60.032253] ata5.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   60.032290] ata5.02: hard resetting link
>> [   60.370261] ata5.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   60.370296] ata5.03: hard resetting link
>> [   60.708269] ata5.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   60.708304] ata5.04: hard resetting link
>> [   61.013360] ata5.04: SATA link down (SStatus 0 SControl 320)
>> [   61.013422] ata5.05: hard resetting link
>  :
>> [   63.850067] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   63.850427] ata6.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [   63.853419] ata6.00: hard resetting link
>> [   64.180241] ata6.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   64.180280] ata6.01: hard resetting link
>> [   64.606036] ata6.01: softreset failed (SRST command error)
>> [   64.606054] ata6.01: failed to read SCR 0 (Emask=0x40)
>> [   64.606061] ata6.01: reset failed (errno=-85), retrying in 10 secs
>> [   74.180035] ata6.01: reset failed, giving up
>> [   74.180046] ata6.15: hard resetting link
>> [   74.180052] ata6: controller in dubious state, performing PORT_RST
>> [   76.334081] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   76.334404] ata6.00: hard resetting link
>> [   76.661266] ata6.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   76.661305] ata6.01: hard resetting link
>> [   76.988320] ata6.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   76.988357] ata6.02: hard resetting link
>> [   77.414044] ata6.02: softreset failed (SRST command error)
>> [   77.414057] ata6.02: failed to read SCR 0 (Emask=0x40)
>> [   77.414065] ata6.02: reset failed (errno=-85), retrying in 10 secs
>> [   86.988104] ata6.02: reset failed, giving up
>> [   86.988114] ata6.15: hard resetting link
>> [   86.988120] ata6: controller in dubious state, performing PORT_RST
>> [   89.142149] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   89.142465] ata6.00: hard resetting link
>> [   89.469329] ata6.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   89.469367] ata6.01: hard resetting link
>> [   89.796252] ata6.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   89.796289] ata6.02: hard resetting link
>> [   90.123242] ata6.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   90.123277] ata6.03: hard resetting link
>> [   90.549042] ata6.03: softreset failed (SRST command error)
>> [   90.549058] ata6.03: failed to read SCR 0 (Emask=0x40)
>> [   90.549065] ata6.03: reset failed (errno=-85), retrying in 10 secs
>> [  100.123063] ata6.03: reset failed, giving up
>> [  100.123072] ata6.15: hard resetting link
>> [  100.123078] ata6: controller in dubious state, performing PORT_RST
>> [  102.277076] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  102.277392] ata6.00: hard resetting link
>> [  102.604240] ata6.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [  102.604278] ata6.01: hard resetting link
>> [  102.931241] ata6.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [  102.931279] ata6.02: hard resetting link
>> [  103.258256] ata6.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [  103.258292] ata6.03: hard resetting link
>> [  103.585257] ata6.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [  103.585294] ata6.04: hard resetting link
>> [  103.890368] ata6.04: SATA link down (SStatus 0 SControl 320)
>> [  103.890433] ata6.05: hard resetting link
>> [  104.195336] ata6.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>  :
>
>
> (2012/03/14 01:56), Mark Lord wrote:
>> Sounds like a regression from 3.1 to 3.2.
>> Copying linux-ide & Jeff.
>>
>> -------- Original Message --------
>> Subject: libata-pmp patch for 3.2.x and later for eSATA Port Multiplier Sil3726
>> Date: Tue, 13 Mar 2012 13:28:54 +0900
>> From: ANEZAKI, Akira <fireblade1230@yahoo.co.jp>
>> To: linux-kernel@vger.kernel.org
>>
>> Hi!
>>
>> I'm in trouble on a PC that has 6 eSATA port multiplier.
>>
>>>From kernel 3.2.x, kernel fails to boot when many HDDs are connected to
>> many eSATA port multiplier with Sil3726.
>>
>> Kernel is repeating eSATA bus reset while booting and spend long time,
>> and result into fail to boot with timeout. It causes that some HDDs
>> cannot be seen from kernel on a PC that has 6 Sil3726 port multiplier.
>> dmesg contains many reset messages while booting like this:
>>    :
>>> [   48.060454] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>>> [   48.061150] ata6.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>>> [   48.063158] ata6.00: hard resetting link
>>> [   48.401020] ata6.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>>> [   48.401080] ata6.01: hard resetting link
>>> [   48.825741] ata6.01: softreset failed (SRST command error)
>>> [   48.935499] ata6.01: failed to read SCR 0 (Emask=0x1)
>>> [   48.935505] ata6.01: reset failed (errno=-85), retrying in 10 secs
>>    :
>>> [  294.950152] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>>> [  294.950453] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>>> [  294.953382] ata9.00: hard resetting link
>>> [  304.937981] ata9.00: softreset failed (timeout)
>>> [  307.931302] ata9.15: qc timeout (cmd 0xe4)
>>> [  307.931318] ata9.00: failed to read SCR 0 (Emask=0x5)
>>> [  307.931322] ata9.00: reset failed, giving up
>>> [  307.931327] ata9.15: hard resetting link
>>> [  310.058635] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>>> [  310.059016] ata9.00: hard resetting link
>>> [  320.044490] ata9.00: softreset failed (timeout)
>>> [  323.037851] ata9.15: qc timeout (cmd 0xe4)
>>> [  323.037868] ata9.00: failed to read SCR 0 (Emask=0x5)
>>> [  323.037872] ata9.00: reset failed, giving up
>>    :
>>> [  556.513676] systemd[1]: Job dev-disk-by\x2dlabel-WORK.device/start timed out.
>>> [  556.513693] systemd[1]: Job fedora-autorelabel-mark.service/start failed with result 'dependency'.
>>> [  556.513816] systemd[1]: Job fedora-autorelabel.service/start failed with result 'dependency'.
>>> [  556.513833] systemd[1]: Job local-fs.target/start failed with result 'dependency'.
>>> [  556.513846] systemd[1]: Triggering OnFailure= dependencies of local-fs.target.
>>> [  556.515352] systemd[1]: Job mnt-work.mount/start failed with result 'dependency'.
>>> [  556.515368] systemd[1]: Job dev-disk-by\x2dlabel-WORK.device/start failed with result 'timeout'.
>>> [  556.851000] systemd[1]: Startup finished in 2s 212ms 906us (kernel) + 7min 44s 688ms 483us (initrd) + 1min 30s 977ms 147us (userspace) = 9min 17s 878ms 536us.
>>
>> When only one sentence in drivers/ata/libata-pmp.c only for Sil3726 back
>> to that in kernel 3.1.x, this problem is not seen. I attached the patch
>> file.
>>
>> This patch solves the problem on my PC but I can't understand ata
>> subsystem. So I'm afraid of side effect.
>>
>> Can you consider this patch?
>>
>> Best Regards,
>> ANEZAKI, Akira
>>
>> -------- Original Message --------
>> Subject: [Bug 787468] boot fails by timeout while activating RAIDs with
>> many HDDs
>> Date: Mon, 12 Mar 2012 16:30:45 -0400
>> From: bugzilla@redhat.com
>> To: fireblade1230@yahoo.co.jp
>>
>> Please do not reply directly to this email. All additional
>> comments should be made in the comments box of this bug.
>>
>>
>> https://bugzilla.redhat.com/show_bug.cgi?id=787468
>>
>> --- Comment #20 from Dave Jones <davej@redhat.com> 2012-03-12 16:30:43
>> EDT ---
>> can you post this patch upstream to linux-kernel@vger.kernel.org ?
>> if it is acceptable there, we will add it to the Fedora kernel.
>>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-ide" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 22, 2012, 4:36 a.m. UTC | #3
Hello Gwendal,

(2012/03/21 18:09), Gwendal Grignou wrote:

> - When you do the test between 3.1 and 3.2, do you cold boot the
> machine every time?

Yes, I did. I switched off main switch ( AC power line side. PC,
display, all HDD boxes, etc. ) and wait more than 10 sec.

On the PC that has 6 PMPs with 38 HDDs ( and 2 non PMP HDDs ) :
3.1 -- I can boot every time both of warm reboot and cold boot.
3.2 -- I can't boot at all.
3.2 with my patch -- I can boot every time both of warm reboot and cold
boot.

On the PC that has 2 PMPs with 8 HDDs ( and 2 non PMP HDDs ) :
3.1 -- I can boot smoothly both of warm reboot and cold boot.
3.2 -- I can boot but slowly at the cold boot. Sometimes I cannot boot
at the power cycle but I can't get log until now. And when boot for
power cycle is succeeded, sometimes metadatas for RAIDs are broken.
3.2 with my patch -- I can boot smoothly both of warm reboot and power
cycle.

> - does the problem with 3.2 happens when you just reboot the machine
> instead of cold booting?
About the PC with 6 PMPs, I can't boot at all. But about the PC with 2
PMPs, usually it looks no problems.

> Looking at your log, it seems you are using old drives that take a
> long time to spinup.

Both logs are results of unpatched driver. Pathced or 3.1.x driver boots
smoothly.
The log I sent first is on the PC that has 6 PMPs with 38 HDDs. It can't
boot.
The log I sent second is on the PC that has 2 PMPs with 8 HDDs. Usually
it can boot but takes longer time. 3.1.x or patched driver can boot
smoothly.

> We can see there are progress between 3.2.3 and 3.2.9:
> In 3.2.3, we fail with qc_timeout and some drives are disabled.
> In 3.2.9, we take time to spinup the drives, but finally all are found.

The log I sent first is from 3.2.9 kernel with 6 PMPs and 38 HDDs.
The log I sent second is from 3.2.10 kernel with 2 PMPs and 8 HDDs.
I thought that it may be a sample for usual case so I sent it. I'm sorry
because it made you confused.

> The patch you proposed seems to only have been tested with warm
> reboot, not power cycle.

I test power cycle first. I sent original kernel logs only to explain
the problem. Logs of patched kernel are attached below.
3.2.x kernel sometimes breaks metadata and I have to fix them. I feel it
strange and cannot understand that the kernel sometimes breaks
metadatas/superblocks of RAIDs/file systems those don't include any HDDs
those don't connected to any PMP.
On PC that has 6 PMPs with 38 HDDs, the original 3.2.x kernel usually
breaks metadata and I have to fix the problems before next test. So each
test takes very long time ( a few days ).

> Please see http://www.spinics.net/lists/linux-ide/msg41699.html and
> http://www.spinics.net/lists/linux-ide/msg41700.html for an
> explanation why this patch is need.

Because:
1. kernel 3.1.x and before, the driver works fine.
2. From 3.2.x, booting becomes slow in power cycle.
3. From 3.2.x, the driver sometimes fails to boot. and the driver makes
impossible to boot for some PCs.

The logs below are from a PC that has 2 PMPs with 8 HDDs.

--- 3.2.10 power cycle log ( not patched ) ---
   :
> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
   :
> [    2.055030] ata9: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9f8000 irq 18
   :
> [    4.187038] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.187382] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.189167] ata9.00: hard resetting link
> [    4.527250] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [    4.527288] ata9.01: hard resetting link
> [    4.953017] ata9.01: softreset failed (SRST command error)
> [    5.063019] ata9.01: failed to read SCR 0 (Emask=0x1)
> [    5.063024] ata9.01: reset failed (errno=-85), retrying in 10 secs
> [   14.527034] ata9.01: reset failed, giving up
> [   14.527039] ata9.15: hard resetting link
> [   14.527042] ata9: controller in dubious state, performing PORT_RST
> [   16.681042] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   16.681425] ata9.00: hard resetting link
> [   17.019250] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   17.019288] ata9.01: hard resetting link
> [   17.357250] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   17.357288] ata9.02: hard resetting link
> [   17.783013] ata9.02: softreset failed (SRST command error)
> [   17.783032] ata9.02: failed to read SCR 0 (Emask=0x40)
> [   17.783035] ata9.02: reset failed (errno=-85), retrying in 10 secs
> [   27.357085] ata9.02: reset failed, giving up
> [   27.357089] ata9.15: hard resetting link
> [   27.357092] ata9: controller in dubious state, performing PORT_RST
> [   29.511060] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   29.511428] ata9.00: hard resetting link
> [   29.849253] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   29.849289] ata9.01: hard resetting link
> [   30.187252] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   30.187287] ata9.02: hard resetting link
> [   30.525253] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   30.525288] ata9.03: hard resetting link
> [   30.951013] ata9.03: softreset failed (SRST command error)
> [   31.061019] ata9.03: failed to read SCR 0 (Emask=0x1)
> [   31.061023] ata9.03: reset failed (errno=-85), retrying in 10 secs
> [   40.525046] ata9.03: reset failed, giving up
> [   40.525050] ata9.15: hard resetting link
> [   40.525053] ata9: controller in dubious state, performing PORT_RST
> [   42.679035] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   42.679419] ata9.00: hard resetting link
> [   43.017251] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   43.017289] ata9.01: hard resetting link
> [   43.355251] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   43.355288] ata9.02: hard resetting link
> [   43.693249] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   43.693286] ata9.03: hard resetting link
> [   44.031249] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   44.031286] ata9.04: hard resetting link
> [   44.336389] ata9.04: SATA link down (SStatus 0 SControl 320)
> [   44.336456] ata9.05: hard resetting link
> [   44.641358] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   44.670114] ata9.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   44.670119] ata9.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32)
> [   44.712074] ata9.00: configured for UDMA/100
> [   44.740733] ata9.01: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   44.740737] ata9.01: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   44.782660] ata9.01: configured for UDMA/100
> [   44.811357] ata9.02: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   44.811361] ata9.02: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   44.853315] ata9.02: configured for UDMA/100
> [   44.882014] ata9.03: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   44.882019] ata9.03: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   44.923982] ata9.03: configured for UDMA/100
> [   44.924061] ata9: EH complete
   :
> [  109.607470] fedora-storage-init[1315]: [  OK  ]
> [  109.781735] lvm[1322]: No volume groups found
   :
> [  124.179756] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
> [  124.268048] NFSD: starting 90-second grace period
   :

--- 3.2.10 warm reset log ( not patched ) ---
   :
> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
   :
> [    2.048967] ata9: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9f8000 irq 18
   :
> [    4.181039] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.181374] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.184153] ata9.00: hard resetting link
> [    4.522255] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [    4.522292] ata9.01: hard resetting link
> [    4.860255] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    4.860290] ata9.02: hard resetting link
> [    5.198254] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    5.198290] ata9.03: hard resetting link
> [    5.536254] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    5.536289] ata9.04: hard resetting link
> [    5.841392] ata9.04: SATA link down (SStatus 0 SControl 320)
> [    5.841459] ata9.05: hard resetting link
> [    6.146363] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [    6.175178] ata9.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [    6.175183] ata9.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32)
> [    6.217150] ata9.00: configured for UDMA/100
> [    6.245808] ata9.01: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [    6.245813] ata9.01: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [    6.287734] ata9.01: configured for UDMA/100
> [    6.316420] ata9.02: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [    6.316424] ata9.02: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [    6.358401] ata9.02: configured for UDMA/100
> [    6.387135] ata9.03: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [    6.387140] ata9.03: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [    6.429104] ata9.03: configured for UDMA/100
> [    6.429184] ata9: EH complete
   :
> [   18.318618] fedora-storage-init[1080]: [  OK  ]
> [   18.509550] lvm[1087]: No volume groups found
   :
> [   27.093615] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
> [   27.327036] NFSD: starting 90-second grace period
   :
--------

---- 3.2.10 power cycle log ( patched ) ----
   :
> [    0.000000] Linux version 3.2.10-3.aa.fc16.i686.PAE (anezaki@server4) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 22 08:14:54 JST 2012
   :
> [    2.064607] ata9: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9f8000 irq 18
   :
> [    4.196041] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.196368] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.198669] ata9.00: hard resetting link
> [    4.504366] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [    4.504402] ata9.01: hard resetting link
> [    4.809359] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    4.809398] ata9.02: hard resetting link
> [    5.114363] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    5.114399] ata9.03: hard resetting link
> [    5.419359] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    5.419397] ata9.04: hard resetting link
> [    5.724362] ata9.04: SATA link down (SStatus 0 SControl 320)
> [    5.724429] ata9.05: hard resetting link
> [    6.029365] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [    6.059901] ata9.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [    6.059906] ata9.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32)
> [    6.101867] ata9.00: configured for UDMA/100
> [    6.211019] ata9.01: failed to IDENTIFY (I/O error, err_mask=0x11)
> [    6.211024] ata9.15: hard resetting link
> [    6.211027] ata9: controller in dubious state, performing PORT_RST
> [    8.365040] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    8.365383] ata9.00: hard resetting link
> [    8.670359] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [    9.809089] ata9.01: hard resetting link
> [   10.114362] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   10.114400] ata9.02: hard resetting link
> [   10.419408] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   10.419453] ata9.03: hard resetting link
> [   10.724360] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   11.029024] ata9.05: hard resetting link
> [   11.334363] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   11.405154] ata9.00: configured for UDMA/100
> [   11.515017] ata9.01: failed to IDENTIFY (I/O error, err_mask=0x11)
> [   11.515022] ata9.15: hard resetting link
> [   11.515025] ata9: controller in dubious state, performing PORT_RST
> [   13.669034] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   13.669416] ata9.00: hard resetting link
> [   13.974361] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   15.114068] ata9.01: hard resetting link
> [   15.419359] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   15.419397] ata9.02: hard resetting link
> [   15.724362] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   15.724397] ata9.03: hard resetting link
> [   16.029360] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   16.029398] ata9.04: hard resetting link
> [   16.334360] ata9.04: SATA link down (SStatus 0 SControl 320)
> [   16.334427] ata9.05: hard resetting link
> [   16.639364] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   16.710155] ata9.00: configured for UDMA/100
> [   16.738845] ata9.01: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   16.738850] ata9.01: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   16.780714] ata9.01: configured for UDMA/100
> [   16.809457] ata9.02: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   16.809462] ata9.02: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   16.851386] ata9.02: configured for UDMA/100
> [   16.880135] ata9.03: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   16.880139] ata9.03: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   16.922064] ata9.03: configured for UDMA/100
> [   16.922144] ata9: EH complete
   :
> [   38.783294] fedora-storage-init[1085]: [  OK  ]
> [   38.924664] lvm[1092]: No volume groups found
   :
> [   47.241280] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
> [   47.331673] NFSD: starting 90-second grace period
   :

--- 3.2.10 warm reboot log ( patched ) ---
   :
> [    0.000000] Linux version 3.2.10-3.aa.fc16.i686.PAE (anezaki@server4) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 22 08:14:54 JST 2012
   :
> [    2.053718] ata9: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9f8000 irq 18
   :
> [    4.185038] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.185391] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.188529] ata9.00: hard resetting link
> [    4.493361] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [    4.493400] ata9.01: hard resetting link
> [    4.798359] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    4.798395] ata9.02: hard resetting link
> [    5.103358] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    5.103396] ata9.03: hard resetting link
> [    5.408359] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    5.408395] ata9.04: hard resetting link
> [    5.713358] ata9.04: SATA link down (SStatus 0 SControl 320)
> [    5.713425] ata9.05: hard resetting link
> [    6.018361] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [    6.048989] ata9.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [    6.048994] ata9.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32)
> [    6.091016] ata9.00: configured for UDMA/100
> [    6.119634] ata9.01: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [    6.119638] ata9.01: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [    6.161506] ata9.01: configured for UDMA/100
> [    6.190229] ata9.02: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [    6.190233] ata9.02: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [    6.232186] ata9.02: configured for UDMA/100
> [    6.260887] ata9.03: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [    6.260892] ata9.03: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [    6.302885] ata9.03: configured for UDMA/100
> [    6.302963] ata9: EH complete
   :
> [   17.439980] fedora-storage-init[1099]: [  OK  ]
> [   17.615373] lvm[1106]: No volume groups found
   :
> [   25.864708] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
> [   26.006311] NFSD: starting 90-second grace period
   :

---------

On the PC that has 6 PMPs and 38HDDs, the situation is terrible. But I
have been fixing the broken RAID metadata and it will take long time.
I'll send it later.

Regards,
Akira
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
black@fire.name March 22, 2012, 8:14 a.m. UTC | #4
Sorry for my poor English.

(2012/03/22 13:36), ANEZAKI, Akira wrote:
> 3.2.x kernel sometimes breaks metadata and I have to fix them. I feel it
> strange and cannot understand that the kernel sometimes breaks
> metadatas/superblocks of RAIDs/file systems those don't include any HDDs
> those don't connected to any PMP.
... the kernel sometimes breaks metadata/superblock of RAID/file system.
The kernel may break them even if those don't include a HDD that is
connected to a PMP.

is correct.

Akira
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 22, 2012, 8:16 a.m. UTC | #5
Sorry for my poor English.
And I used wrong mail address.

(2012/03/22 13:36), ANEZAKI, Akira wrote:
> 3.2.x kernel sometimes breaks metadata and I have to fix them. I feel it
> strange and cannot understand that the kernel sometimes breaks
> metadatas/superblocks of RAIDs/file systems those don't include any HDDs
> those don't connected to any PMP.
... the kernel sometimes breaks metadata/superblock of RAID/file system.
The kernel may break them even if those don't include a HDD that is
connected to a PMP.

is correct.

Akira
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Gwendal Grignou March 22, 2012, 12:51 p.m. UTC | #6
On Wed, Mar 21, 2012 at 9:36 PM, ANEZAKI, Akira
<fireblade1230@yahoo.co.jp> wrote:
> Hello Gwendal,
>
> (2012/03/21 18:09), Gwendal Grignou wrote:
>
>> - When you do the test between 3.1 and 3.2, do you cold boot the
>> machine every time?
>
> Yes, I did. I switched off main switch ( AC power line side. PC,
> display, all HDD boxes, etc. ) and wait more than 10 sec.
>
> On the PC that has 6 PMPs with 38 HDDs ( and 2 non PMP HDDs ) :
> 3.1 -- I can boot every time both of warm reboot and cold boot.
> 3.2 -- I can't boot at all.
> 3.2 with my patch -- I can boot every time both of warm reboot and cold
> boot.
>
> On the PC that has 2 PMPs with 8 HDDs ( and 2 non PMP HDDs ) :
> 3.1 -- I can boot smoothly both of warm reboot and cold boot.
> 3.2 -- I can boot but slowly at the cold boot. Sometimes I cannot boot
> at the power cycle but I can't get log until now. And when boot for
> power cycle is succeeded, sometimes metadatas for RAIDs are broken.
> 3.2 with my patch -- I can boot smoothly both of warm reboot and power
> cycle.
>
>> - does the problem with 3.2 happens when you just reboot the machine
>> instead of cold booting?
> About the PC with 6 PMPs, I can't boot at all. But about the PC with 2
> PMPs, usually it looks no problems.
>
>> Looking at your log, it seems you are using old drives that take a
>> long time to spinup.
>
> Both logs are results of unpatched driver. Pathced or 3.1.x driver boots
> smoothly.
> The log I sent first is on the PC that has 6 PMPs with 38 HDDs. It can't
> boot.
> The log I sent second is on the PC that has 2 PMPs with 8 HDDs. Usually
> it can boot but takes longer time. 3.1.x or patched driver can boot
> smoothly.
>
>> We can see there are progress between 3.2.3 and 3.2.9:
>> In 3.2.3, we fail with qc_timeout and some drives are disabled.
>> In 3.2.9, we take time to spinup the drives, but finally all are found.
>
> The log I sent first is from 3.2.9 kernel with 6 PMPs and 38 HDDs.
> The log I sent second is from 3.2.10 kernel with 2 PMPs and 8 HDDs.
> I thought that it may be a sample for usual case so I sent it. I'm sorry
> because it made you confused.
>
>> The patch you proposed seems to only have been tested with warm
>> reboot, not power cycle.
>
> I test power cycle first. I sent original kernel logs only to explain
> the problem. Logs of patched kernel are attached below.
> 3.2.x kernel sometimes breaks metadata and I have to fix them. I feel it
> strange and cannot understand that the kernel sometimes breaks
> metadatas/superblocks of RAIDs/file systems those don't include any HDDs
> those don't connected to any PMP.
> On PC that has 6 PMPs with 38 HDDs, the original 3.2.x kernel usually
> breaks metadata and I have to fix the problems before next test. So each
> test takes very long time ( a few days ).
>
>> Please see http://www.spinics.net/lists/linux-ide/msg41699.html and
>> http://www.spinics.net/lists/linux-ide/msg41700.html for an
>> explanation why this patch is need.
>
> Because:
> 1. kernel 3.1.x and before, the driver works fine.
> 2. From 3.2.x, booting becomes slow in power cycle.
> 3. From 3.2.x, the driver sometimes fails to boot. and the driver makes
> impossible to boot for some PCs.
>
> The logs below are from a PC that has 2 PMPs with 8 HDDs.
>
> --- 3.2.10 power cycle log ( not patched ) ---
>   :
>> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
>   :
>> [    2.055030] ata9: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9f8000 irq 18
>   :
>> [    4.187038] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [    4.187382] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [    4.189167] ata9.00: hard resetting link
>> [    4.527250] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [    4.527288] ata9.01: hard resetting link
>> [    4.953017] ata9.01: softreset failed (SRST command error)
>> [    5.063019] ata9.01: failed to read SCR 0 (Emask=0x1)
>> [    5.063024] ata9.01: reset failed (errno=-85), retrying in 10 secs
>> [   14.527034] ata9.01: reset failed, giving up
>> [   14.527039] ata9.15: hard resetting link
>> [   14.527042] ata9: controller in dubious state, performing PORT_RST
>> [   16.681042] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   16.681425] ata9.00: hard resetting link
>> [   17.019250] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   17.019288] ata9.01: hard resetting link
>> [   17.357250] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   17.357288] ata9.02: hard resetting link
>> [   17.783013] ata9.02: softreset failed (SRST command error)
>> [   17.783032] ata9.02: failed to read SCR 0 (Emask=0x40)
>> [   17.783035] ata9.02: reset failed (errno=-85), retrying in 10 secs
>> [   27.357085] ata9.02: reset failed, giving up
>> [   27.357089] ata9.15: hard resetting link
>> [   27.357092] ata9: controller in dubious state, performing PORT_RST
>> [   29.511060] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   29.511428] ata9.00: hard resetting link
>> [   29.849253] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   29.849289] ata9.01: hard resetting link
>> [   30.187252] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   30.187287] ata9.02: hard resetting link
>> [   30.525253] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   30.525288] ata9.03: hard resetting link
>> [   30.951013] ata9.03: softreset failed (SRST command error)
>> [   31.061019] ata9.03: failed to read SCR 0 (Emask=0x1)
>> [   31.061023] ata9.03: reset failed (errno=-85), retrying in 10 secs
>> [   40.525046] ata9.03: reset failed, giving up
>> [   40.525050] ata9.15: hard resetting link
>> [   40.525053] ata9: controller in dubious state, performing PORT_RST
>> [   42.679035] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   42.679419] ata9.00: hard resetting link
>> [   43.017251] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   43.017289] ata9.01: hard resetting link
>> [   43.355251] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   43.355288] ata9.02: hard resetting link
>> [   43.693249] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   43.693286] ata9.03: hard resetting link
>> [   44.031249] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   44.031286] ata9.04: hard resetting link
>> [   44.336389] ata9.04: SATA link down (SStatus 0 SControl 320)
>> [   44.336456] ata9.05: hard resetting link
>> [   44.641358] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   44.670114] ata9.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   44.670119] ata9.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32)
>> [   44.712074] ata9.00: configured for UDMA/100
>> [   44.740733] ata9.01: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   44.740737] ata9.01: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   44.782660] ata9.01: configured for UDMA/100
>> [   44.811357] ata9.02: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   44.811361] ata9.02: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   44.853315] ata9.02: configured for UDMA/100
>> [   44.882014] ata9.03: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   44.882019] ata9.03: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   44.923982] ata9.03: configured for UDMA/100
>> [   44.924061] ata9: EH complete
>   :
>> [  109.607470] fedora-storage-init[1315]: [  OK  ]
>> [  109.781735] lvm[1322]: No volume groups found
>   :
>> [  124.179756] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
>> [  124.268048] NFSD: starting 90-second grace period
>   :
This is the expected behavior. For instance, At 5.063024, because the
drive at ata9.01 has not fully spun up yet, SRST fails and we wait 10s
to try again, while still in the initialization part of libata.
Also you notice that disks are spining up one after the other.
>
> --- 3.2.10 warm reset log ( not patched ) ---
>   :
>> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
>   :
>> [    2.048967] ata9: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9f8000 irq 18
>   :
>> [    4.181039] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [    4.181374] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [    4.184153] ata9.00: hard resetting link
>> [    4.522255] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [    4.522292] ata9.01: hard resetting link
>> [    4.860255] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [    4.860290] ata9.02: hard resetting link
>> [    5.198254] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [    5.198290] ata9.03: hard resetting link
>> [    5.536254] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [    5.536289] ata9.04: hard resetting link
>> [    5.841392] ata9.04: SATA link down (SStatus 0 SControl 320)
>> [    5.841459] ata9.05: hard resetting link
>> [    6.146363] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [    6.175178] ata9.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [    6.175183] ata9.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32)
>> [    6.217150] ata9.00: configured for UDMA/100
>> [    6.245808] ata9.01: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [    6.245813] ata9.01: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [    6.287734] ata9.01: configured for UDMA/100
>> [    6.316420] ata9.02: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [    6.316424] ata9.02: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [    6.358401] ata9.02: configured for UDMA/100
>> [    6.387135] ata9.03: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [    6.387140] ata9.03: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [    6.429104] ata9.03: configured for UDMA/100
>> [    6.429184] ata9: EH complete
This is also a good behavior. All disks are already spinning, so the
system initializes the disks fast.
>   :
>> [   18.318618] fedora-storage-init[1080]: [  OK  ]
>> [   18.509550] lvm[1087]: No volume groups found
>   :
>> [   27.093615] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
>> [   27.327036] NFSD: starting 90-second grace period
>   :
> --------
>
> ---- 3.2.10 power cycle log ( patched ) ----
>   :
>> [    0.000000] Linux version 3.2.10-3.aa.fc16.i686.PAE (anezaki@server4) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 22 08:14:54 JST 2012
>   :
>> [    2.064607] ata9: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9f8000 irq 18
>   :
>> [    4.196041] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [    4.196368] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [    4.198669] ata9.00: hard resetting link
>> [    4.504366] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [    4.504402] ata9.01: hard resetting link
>> [    4.809359] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [    4.809398] ata9.02: hard resetting link
>> [    5.114363] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [    5.114399] ata9.03: hard resetting link
>> [    5.419359] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [    5.419397] ata9.04: hard resetting link
>> [    5.724362] ata9.04: SATA link down (SStatus 0 SControl 320)
>> [    5.724429] ata9.05: hard resetting link
>> [    6.029365] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [    6.059901] ata9.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [    6.059906] ata9.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32)
>> [    6.101867] ata9.00: configured for UDMA/100
>> [    6.211019] ata9.01: failed to IDENTIFY (I/O error, err_mask=0x11)
1st problem: because the drive did not spin up yet, we can not send
command to it. The time we wait for the drives to spin up is not
deterministic, it depends on how long it takes to reset the port
multiplier and send hard reset to the ports.
>> [    6.211024] ata9.15: hard resetting link
>> [    6.211027] ata9: controller in dubious state, performing PORT_RST
>> [    8.365040] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [    8.365383] ata9.00: hard resetting link
>> [    8.670359] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [    9.809089] ata9.01: hard resetting link
>> [   10.114362] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   10.114400] ata9.02: hard resetting link
>> [   10.419408] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   10.419453] ata9.03: hard resetting link
>> [   10.724360] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   11.029024] ata9.05: hard resetting link
>> [   11.334363] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   11.405154] ata9.00: configured for UDMA/100
>> [   11.515017] ata9.01: failed to IDENTIFY (I/O error, err_mask=0x11)
We fail again, we have waited only ~5s.
You are lucky that the disk spin up in less than 10s, otherwise, the
third attempt would have failed and the drive would have been ignored.
>> [   11.515022] ata9.15: hard resetting link
>> [   11.515025] ata9: controller in dubious state, performing PORT_RST
>> [   13.669034] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   13.669416] ata9.00: hard resetting link
>> [   13.974361] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   15.114068] ata9.01: hard resetting link
>> [   15.419359] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   15.419397] ata9.02: hard resetting link
>> [   15.724362] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   15.724397] ata9.03: hard resetting link
>> [   16.029360] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   16.029398] ata9.04: hard resetting link
>> [   16.334360] ata9.04: SATA link down (SStatus 0 SControl 320)
>> [   16.334427] ata9.05: hard resetting link
>> [   16.639364] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   16.710155] ata9.00: configured for UDMA/100
>> [   16.738845] ata9.01: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   16.738850] ata9.01: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   16.780714] ata9.01: configured for UDMA/100
>> [   16.809457] ata9.02: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   16.809462] ata9.02: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   16.851386] ata9.02: configured for UDMA/100
>> [   16.880135] ata9.03: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   16.880139] ata9.03: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   16.922064] ata9.03: configured for UDMA/100
>> [   16.922144] ata9: EH complete
2nd problem: you may not see it, but without SRST, all the disks spun
up in parallel. This can be a problem with enclosure with small power
supply: the load on the 12V rail is mostly for the disk motors which
need a lot of energy at spin-up. With SRST, disks spin up one at a
time [staggered spin-up].
- problem with overloaded power supply are difficult to reproduce and debug.
- we can save by using smaller power supply with staggered disk spin-up.
>   :
>> [   38.783294] fedora-storage-init[1085]: [  OK  ]
>> [   38.924664] lvm[1092]: No volume groups found
>   :
>> [   47.241280] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
>> [   47.331673] NFSD: starting 90-second grace period
>   :
>
> --- 3.2.10 warm reboot log ( patched ) ---
>   :
>> [    0.000000] Linux version 3.2.10-3.aa.fc16.i686.PAE (anezaki@server4) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 22 08:14:54 JST 2012
>   :
>> [    2.053718] ata9: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9f8000 irq 18
>   :
>> [    4.185038] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [    4.185391] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [    4.188529] ata9.00: hard resetting link
>> [    4.493361] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [    4.493400] ata9.01: hard resetting link
>> [    4.798359] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [    4.798395] ata9.02: hard resetting link
>> [    5.103358] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [    5.103396] ata9.03: hard resetting link
>> [    5.408359] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [    5.408395] ata9.04: hard resetting link
>> [    5.713358] ata9.04: SATA link down (SStatus 0 SControl 320)
>> [    5.713425] ata9.05: hard resetting link
>> [    6.018361] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [    6.048989] ata9.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [    6.048994] ata9.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32)
>> [    6.091016] ata9.00: configured for UDMA/100
>> [    6.119634] ata9.01: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [    6.119638] ata9.01: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [    6.161506] ata9.01: configured for UDMA/100
>> [    6.190229] ata9.02: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [    6.190233] ata9.02: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [    6.232186] ata9.02: configured for UDMA/100
>> [    6.260887] ata9.03: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [    6.260892] ata9.03: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [    6.302885] ata9.03: configured for UDMA/100
>> [    6.302963] ata9: EH complete
Same as unpatched.
>   :
>> [   17.439980] fedora-storage-init[1099]: [  OK  ]
>> [   17.615373] lvm[1106]: No volume groups found
>   :
>> [   25.864708] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
>> [   26.006311] NFSD: starting 90-second grace period
>   :
>
> ---------
>
> On the PC that has 6 PMPs and 38HDDs, the situation is terrible. But I
> have been fixing the broken RAID metadata and it will take long time.
> I'll send it later.
I still think unpatched 3.2.10 behaves as it should.
I hope you can deal with long cold boot init time.

Gwendal.
>
> Regards,
> Akira
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 22, 2012, 2:02 p.m. UTC | #7
Hello Gwendal,

I attached the dmesg logs of the PC that has 6 PMPs and 38 HDDs.
ata5 and ata6 are SiI3124. 4 HDDs are connected to each port via PMP.
These 8 HDDs require spin up.
From ata7 to ata10 are SiI3132. 5 HDDs are connected to each port via
PMP. And these 20 HDDs are always spin up while power is on. All HDDs
connected to ata5 and ata6 are identified but slow with original 3.2.x
driver. Some of HDDs connected to ata7,..., ata10 are not identified.
So, I deleted ata5/6 messages from logs because logs become very long.

--- 3.2.10 power cycle log ( not patched ) ---
   :
> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
   :
> [    2.728377] ata7: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff0000 irq 17
> [    2.728381] ata8: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff2000 irq 17
> [    2.728385] ata9: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff4000 irq 17
> [    2.728388] ata10: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff6000 irq 17
   :
> [    4.856020] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.856382] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.858742] ata7.00: hard resetting link
> [   14.843039] ata7.00: softreset failed (timeout)
> [   17.836402] ata7.15: qc timeout (cmd 0xe4)
> [   17.836418] ata7.00: failed to read SCR 0 (Emask=0x5)
> [   17.836422] ata7.00: reset failed, giving up
> [   17.836427] ata7.15: hard resetting link
> [   19.963714] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   19.964339] ata7.00: hard resetting link
> [   29.949543] ata7.00: softreset failed (timeout)
> [   32.942886] ata7.15: qc timeout (cmd 0xe4)
> [   32.942902] ata7.00: failed to read SCR 0 (Emask=0x5)
> [   32.942906] ata7.00: reset failed, giving up
> [   32.942911] ata7.15: hard resetting link
> [   35.070205] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   35.070883] ata7.00: hard resetting link
> [   45.055960] ata7.00: softreset failed (timeout)
> [   48.049443] ata7.15: qc timeout (cmd 0xe4)
> [   48.049460] ata7.00: failed to read SCR 0 (Emask=0x5)
> [   48.049464] ata7.00: reset failed, giving up
> [   48.049467] ata7.00: failed to recover link after 3 tries, disabling
> [   48.049472] ata7.15: hard resetting link
> [   50.176735] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   50.481193] ata7.01: hard resetting link
> [   50.884173] ata7.01: link resume succeeded after 1 retries
> [   50.996894] ata7.01: softreset failed (SRST command error)
> [   50.996972] ata7.01: failed to read SCR 0 (Emask=0x1)
> [   50.996978] ata7.01: reset failed (errno=-85), retrying in 10 secs
> [   60.459007] ata7.01: reset failed, giving up
> [   60.459013] ata7.15: hard resetting link
> [   62.575241] ata7.15: softreset failed (SRST command error)
> [   62.575247] ata7.15: reset failed (errno=-5), retrying in 8 secs
> [   70.436781] ata7.15: hard resetting link
> [   72.553168] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   72.553176] ata7.15: PMP revalidation failed (errno=-19)
> [   77.542029] ata7.15: hard resetting link
> [   79.669334] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   79.973812] ata7.01: hard resetting link
> [   80.376789] ata7.01: link resume succeeded after 1 retries
> [   80.489507] ata7.01: softreset failed (SRST command error)
> [   80.489553] ata7.01: failed to read SCR 0 (Emask=0x1)
> [   80.489559] ata7.01: reset failed (errno=-85), retrying in 10 secs
> [   89.951587] ata7.01: reset failed, giving up
> [   89.951594] ata7.15: hard resetting link
> [   92.067853] ata7.15: softreset failed (SRST command error)
> [   92.067859] ata7.15: reset failed (errno=-5), retrying in 8 secs
> [   99.929408] ata7.15: hard resetting link
> [  102.045764] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  102.045772] ata7.15: PMP revalidation failed (errno=-19)
> [  107.034803] ata7.15: hard resetting link
> [  109.161947] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  109.466423] ata7.01: hard resetting link
> [  109.869323] ata7.01: link resume succeeded after 1 retries
> [  110.091871] ata7.01: softreset failed (SRST command error)
> [  110.091987] ata7.01: failed to read SCR 0 (Emask=0x1)
> [  110.091993] ata7.01: reset failed (errno=-85), retrying in 10 secs
> [  119.444232] ata7.01: reset failed, giving up
> [  119.444238] ata7.01: failed to recover link after 3 tries, disabling
> [  119.444243] ata7.15: hard resetting link
> [  119.444247] ata7: controller in dubious state, performing PORT_RST
> [  121.593366] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  122.300882] ata7.01: link resume succeeded after 1 retries
> [  122.402786] ata7.02: hard resetting link
> [  122.805748] ata7.02: link resume succeeded after 1 retries
> [  123.028249] ata7.02: softreset failed (SRST command error)
> [  123.127975] ata7.02: failed to read SCR 0 (Emask=0x1)
> [  123.127981] ata7.02: reset failed (errno=-85), retrying in 10 secs
> [  132.380480] ata7.02: reset failed, giving up
> [  132.380487] ata7.15: hard resetting link
> [  132.380492] ata7: controller in dubious state, performing PORT_RST
> [  134.529730] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  135.237187] ata7.01: link resume succeeded after 1 retries
> [  135.339040] ata7.02: hard resetting link
> [  135.742069] ata7.02: link resume succeeded after 1 retries
> [  135.854773] ata7.02: softreset failed (SRST command error)
> [  135.964517] ata7.02: failed to read SCR 0 (Emask=0x1)
> [  135.964523] ata7.02: reset failed (errno=-85), retrying in 10 secs
> [  145.316864] ata7.02: reset failed, giving up
> [  145.316870] ata7.15: hard resetting link
> [  145.316874] ata7: controller in dubious state, performing PORT_RST
> [  147.466039] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  148.173548] ata7.01: link resume succeeded after 1 retries
> [  148.275398] ata7.02: hard resetting link
> [  148.678350] ata7.02: link resume succeeded after 1 retries
> [  148.791012] ata7.02: softreset failed (SRST command error)
> [  148.791027] ata7.02: failed to read SCR 0 (Emask=0x40)
> [  148.791031] ata7.02: reset failed (errno=-85), retrying in 10 secs
> [  158.253189] ata7.02: reset failed, giving up
> [  158.253194] ata7.02: failed to recover link after 3 tries, disabling
> [  158.253200] ata7.15: hard resetting link
> [  160.369472] ata7.15: softreset failed (SRST command error)
> [  160.369479] ata7.15: reset failed (errno=-5), retrying in 8 secs
> [  168.230986] ata7.15: hard resetting link
> [  170.347310] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  170.347320] ata7.15: PMP revalidation failed (errno=-19)
> [  175.336294] ata7.15: hard resetting link
> [  177.463536] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  178.171042] ata7.01: link resume succeeded after 1 retries
> [  178.675862] ata7.02: link resume succeeded after 1 retries
> [  178.777741] ata7.03: hard resetting link
> [  179.180751] ata7.03: link resume succeeded after 1 retries
> [  179.326643] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  179.326676] ata7.04: hard resetting link
> [  179.729532] ata7.04: link resume succeeded after 1 retries
> [  179.842249] ata7.04: softreset failed (SRST command error)
> [  179.842266] ata7.04: failed to read SCR 0 (Emask=0x40)
> [  179.842271] ata7.04: reset failed (errno=-85), retrying in 10 secs
> [  189.304267] ata7.04: reset failed, giving up
> [  189.304274] ata7.15: hard resetting link
> [  191.420632] ata7.15: softreset failed (SRST command error)
> [  191.420638] ata7.15: reset failed (errno=-5), retrying in 8 secs
> [  199.282157] ata7.15: hard resetting link
> [  201.398523] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  201.398530] ata7.15: PMP revalidation failed (errno=-19)
> [  206.387708] ata7.15: hard resetting link
> [  208.514709] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  209.222203] ata7.01: link resume succeeded after 1 retries
> [  209.727084] ata7.02: link resume succeeded after 1 retries
> [  209.828920] ata7.03: hard resetting link
> [  210.231971] ata7.03: link resume succeeded after 1 retries
> [  210.366787] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  210.366845] ata7.04: hard resetting link
> [  210.769750] ata7.04: link resume succeeded after 1 retries
> [  210.882448] ata7.04: softreset failed (SRST command error)
> [  210.992171] ata7.04: failed to read SCR 0 (Emask=0x1)
> [  210.992178] ata7.04: reset failed (errno=-85), retrying in 10 secs
> [  220.344472] ata7.04: reset failed, giving up
> [  220.344480] ata7.15: hard resetting link
> [  220.344485] ata7: controller in dubious state, performing PORT_RST
> [  222.493730] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  223.201162] ata7.01: link resume succeeded after 1 retries
> [  223.706048] ata7.02: link resume succeeded after 1 retries
> [  223.807935] ata7.03: hard resetting link
> [  224.210944] ata7.03: link resume succeeded after 1 retries
> [  224.357054] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  224.357092] ata7.04: hard resetting link
> [  224.759727] ata7.04: link resume succeeded after 1 retries
> [  224.872381] ata7.04: softreset failed (SRST command error)
> [  224.982171] ata7.04: failed to read SCR 0 (Emask=0x1)
> [  224.982177] ata7.04: reset failed (errno=-85), retrying in 10 secs
> [  234.334455] ata7.04: reset failed, giving up
> [  234.334460] ata7.04: failed to recover link after 3 tries, disabling
> [  234.334466] ata7.15: hard resetting link
> [  234.334470] ata7: controller in dubious state, performing PORT_RST
> [  236.483626] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  237.191170] ata7.01: link resume succeeded after 1 retries
> [  237.696026] ata7.02: link resume succeeded after 1 retries
> [  238.200931] ata7.04: link resume succeeded after 1 retries
> [  238.302815] ata7.03: hard resetting link
> [  238.705815] ata7.03: link resume succeeded after 1 retries
> [  238.851663] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  238.851697] ata7.05: hard resetting link
> [  239.156074] ata7.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  239.171748] ata7.03: ATA-7: WDC WD2500BB-22RDA0, 20.00K20, max UDMA/100
> [  239.171755] ata7.03: 488397168 sectors, multi 0: LBA48 
> [  239.172994] ata7.03: configured for UDMA/100
> [  239.173063] ata7: EH complete
> [  241.301015] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  241.301401] ata8.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  241.304393] ata8.00: hard resetting link
> [  251.288864] ata8.00: softreset failed (timeout)
> [  254.282482] ata8.15: qc timeout (cmd 0xe4)
> [  254.282498] ata8.00: failed to read SCR 0 (Emask=0x5)
> [  254.282502] ata8.00: reset failed, giving up
> [  254.282507] ata8.15: hard resetting link
> [  256.308766] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  256.309087] ata8.00: hard resetting link
> [  266.294599] ata8.00: softreset failed (timeout)
> [  269.287996] ata8.15: qc timeout (cmd 0xe4)
> [  269.288012] ata8.00: failed to read SCR 0 (Emask=0x5)
> [  269.288016] ata8.00: reset failed, giving up
> [  269.288021] ata8.15: hard resetting link
> [  271.415256] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  271.415676] ata8.00: hard resetting link
> [  281.400112] ata8.00: softreset failed (timeout)
> [  284.393557] ata8.15: qc timeout (cmd 0xe4)
> [  284.393574] ata8.00: failed to read SCR 0 (Emask=0x5)
> [  284.393578] ata8.00: reset failed, giving up
> [  284.393581] ata8.00: failed to recover link after 3 tries, disabling
> [  284.393586] ata8.15: hard resetting link
> [  286.520673] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  286.825285] ata8.01: hard resetting link
> [  287.228273] ata8.01: link resume succeeded after 1 retries
> [  287.340950] ata8.01: softreset failed (SRST command error)
> [  287.341009] ata8.01: failed to read SCR 0 (Emask=0x1)
> [  287.341014] ata8.01: reset failed (errno=-85), retrying in 10 secs
> [  296.802999] ata8.01: reset failed, giving up
> [  296.803006] ata8.15: hard resetting link
> [  298.919298] ata8.15: softreset failed (SRST command error)
> [  298.919304] ata8.15: reset failed (errno=-5), retrying in 8 secs
> [  306.780857] ata8.15: hard resetting link
> [  308.897206] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  308.897213] ata8.15: PMP revalidation failed (errno=-19)
> [  313.886328] ata8.15: hard resetting link
> [  316.013386] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  316.317852] ata8.01: hard resetting link
> [  316.720861] ata8.01: link resume succeeded after 1 retries
> [  316.833555] ata8.01: softreset failed (SRST command error)
> [  316.943305] ata8.01: failed to read SCR 0 (Emask=0x1)
> [  316.943310] ata8.01: reset failed (errno=-85), retrying in 10 secs
> [  326.295601] ata8.01: reset failed, giving up
> [  326.295609] ata8.15: hard resetting link
> [  326.295614] ata8: controller in dubious state, performing PORT_RST
> [  328.444830] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  328.749267] ata8.01: hard resetting link
> [  329.152302] ata8.01: link resume succeeded after 1 retries
> [  329.264987] ata8.01: softreset failed (SRST command error)
> [  329.374746] ata8.01: failed to read SCR 0 (Emask=0x1)
> [  329.374751] ata8.01: reset failed (errno=-85), retrying in 10 secs
> [  338.727034] ata8.01: reset failed, giving up
> [  338.727039] ata8.01: failed to recover link after 3 tries, disabling
> [  338.727045] ata8.15: hard resetting link
> [  338.727048] ata8: controller in dubious state, performing PORT_RST
> [  340.876275] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  341.583749] ata8.01: link resume succeeded after 1 retries
> [  341.685751] ata8.02: hard resetting link
> [  342.088629] ata8.02: link resume succeeded after 1 retries
> [  342.223408] ata8.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  342.223441] ata8.03: hard resetting link
> [  342.626462] ata8.03: link resume succeeded after 1 retries
> [  342.761370] ata8.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  342.761404] ata8.04: hard resetting link
> [  343.076391] ata8.04: softreset failed (SRST command error)
> [  343.076449] ata8.04: failed to read SCR 0 (Emask=0x1)
> [  343.076455] ata8.04: reset failed (errno=-85), retrying in 10 secs
> [  352.738995] ata8.04: reset failed, giving up
> [  352.739001] ata8.15: hard resetting link
> [  354.855321] ata8.15: softreset failed (SRST command error)
> [  354.855327] ata8.15: reset failed (errno=-5), retrying in 8 secs
> [  362.716861] ata8.15: hard resetting link
> [  364.834209] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  364.834217] ata8.15: PMP revalidation failed (errno=-19)
> [  369.823118] ata8.15: hard resetting link
> [  371.950402] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  372.657852] ata8.01: link resume succeeded after 1 retries
> [  372.759682] ata8.02: hard resetting link
> [  373.162733] ata8.02: link resume succeeded after 1 retries
> [  373.297762] ata8.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  373.297795] ata8.03: hard resetting link
> [  373.700539] ata8.03: link resume succeeded after 1 retries
> [  373.835515] ata8.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  373.835549] ata8.04: hard resetting link
> [  374.150481] ata8.04: softreset failed (SRST command error)
> [  374.150528] ata8.04: failed to read SCR 0 (Emask=0x1)
> [  374.150533] ata8.04: reset failed (errno=-85), retrying in 10 secs
> [  383.813191] ata8.04: reset failed, giving up
> [  383.813198] ata8.15: hard resetting link
> [  385.929331] ata8.15: softreset failed (SRST command error)
> [  385.929337] ata8.15: reset failed (errno=-5), retrying in 8 secs
> [  393.790968] ata8.15: hard resetting link
> [  395.907164] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  395.907172] ata8.15: PMP revalidation failed (errno=-19)
> [  400.896325] ata8.15: hard resetting link
> [  403.023517] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  403.731005] ata8.01: link resume succeeded after 1 retries
> [  403.832842] ata8.02: hard resetting link
> [  404.235865] ata8.02: link resume succeeded after 1 retries
> [  404.370794] ata8.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  404.370849] ata8.03: hard resetting link
> [  404.773633] ata8.03: link resume succeeded after 1 retries
> [  404.908669] ata8.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  404.908703] ata8.04: hard resetting link
> [  405.223579] ata8.04: softreset failed (SRST command error)
> [  405.333350] ata8.04: failed to read SCR 0 (Emask=0x1)
> [  405.333356] ata8.04: reset failed (errno=-85), retrying in 10 secs
> [  414.886197] ata8.04: reset failed, giving up
> [  414.886202] ata8.04: failed to recover link after 3 tries, disabling
> [  414.886208] ata8.15: hard resetting link
> [  414.886211] ata8: controller in dubious state, performing PORT_RST
> [  417.035450] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  417.742943] ata8.01: link resume succeeded after 1 retries
> [  418.247823] ata8.04: link resume succeeded after 1 retries
> [  418.349670] ata8.02: hard resetting link
> [  418.752703] ata8.02: link resume succeeded after 1 retries
> [  418.887633] ata8.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  418.887669] ata8.03: hard resetting link
> [  419.290512] ata8.03: link resume succeeded after 1 retries
> [  419.425418] ata8.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  419.425451] ata8.05: hard resetting link
> [  419.729769] ata8.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  419.774605] ata8.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  419.774611] ata8.02: 625142448 sectors, multi 0: LBA48 
> [  419.774617] ata8.02: applying bridge limits
> [  419.832687] ata8.02: configured for UDMA/100
> [  419.873220] ata8.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  419.873226] ata8.03: 625142448 sectors, multi 0: LBA48 
> [  419.931259] ata8.03: configured for UDMA/100
> [  419.931327] ata8: EH complete
> [  422.060283] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  422.060785] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  422.064165] ata9.00: hard resetting link
> [  432.051137] ata9.00: softreset failed (timeout)
> [  435.044561] ata9.15: qc timeout (cmd 0xe4)
> [  435.044578] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  435.044582] ata9.00: reset failed, giving up
> [  435.044587] ata9.15: hard resetting link
> [  437.171811] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  437.172249] ata9.00: hard resetting link
> [  447.156648] ata9.00: softreset failed (timeout)
> [  450.149961] ata9.15: qc timeout (cmd 0xe4)
> [  450.149979] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  450.149985] ata9.00: reset failed, giving up
> [  450.149992] ata9.15: hard resetting link
> [  452.277364] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  452.277711] ata9.00: hard resetting link
> [  462.262159] ata9.00: softreset failed (timeout)
> [  465.255619] ata9.15: qc timeout (cmd 0xe4)
> [  465.255635] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  465.255639] ata9.00: reset failed, giving up
> [  465.255643] ata9.00: failed to recover link after 3 tries, disabling
> [  465.255648] ata9.15: hard resetting link
> [  467.382834] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  467.688287] ata9.01: hard resetting link
> [  468.091305] ata9.01: link resume succeeded after 1 retries
> [  468.226246] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  468.226301] ata9.02: hard resetting link
> [  468.629118] ata9.02: link resume succeeded after 1 retries
> [  468.764014] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  468.764047] ata9.03: hard resetting link
> [  469.166941] ata9.03: link resume succeeded after 1 retries
> [  469.301843] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  469.301877] ata9.04: hard resetting link
> [  469.704728] ata9.04: link resume succeeded after 1 retries
> [  469.927155] ata9.04: softreset failed (SRST command error)
> [  469.927269] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  469.927275] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  479.279534] ata9.04: reset failed, giving up
> [  479.279540] ata9.15: hard resetting link
> [  479.279544] ata9: controller in dubious state, performing PORT_RST
> [  481.428685] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  481.733166] ata9.01: hard resetting link
> [  482.136168] ata9.01: link resume succeeded after 1 retries
> [  482.271032] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  482.271066] ata9.02: hard resetting link
> [  482.673977] ata9.02: link resume succeeded after 1 retries
> [  482.808905] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  482.808938] ata9.03: hard resetting link
> [  483.211797] ata9.03: link resume succeeded after 1 retries
> [  483.346679] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  483.346735] ata9.04: hard resetting link
> [  483.749592] ata9.04: link resume succeeded after 1 retries
> [  483.862225] ata9.04: softreset failed (SRST command error)
> [  483.862301] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  483.862306] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  493.324567] ata9.04: reset failed, giving up
> [  493.324574] ata9.15: hard resetting link
> [  495.440632] ata9.15: softreset failed (SRST command error)
> [  495.440638] ata9.15: reset failed (errno=-5), retrying in 8 secs
> [  503.302208] ata9.15: hard resetting link
> [  505.418541] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  505.418549] ata9.15: PMP revalidation failed (errno=-19)
> [  510.407473] ata9.15: hard resetting link
> [  512.534721] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  512.839192] ata9.01: hard resetting link
> [  513.242191] ata9.01: link resume succeeded after 1 retries
> [  513.377113] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  513.377168] ata9.02: hard resetting link
> [  513.779948] ata9.02: link resume succeeded after 1 retries
> [  513.914918] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  513.914951] ata9.03: hard resetting link
> [  514.317810] ata9.03: link resume succeeded after 1 retries
> [  514.452725] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  514.452759] ata9.04: hard resetting link
> [  514.855616] ata9.04: link resume succeeded after 1 retries
> [  514.968324] ata9.04: softreset failed (SRST command error)
> [  515.078062] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  515.078068] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  524.430341] ata9.04: reset failed, giving up
> [  524.430346] ata9.04: failed to recover link after 3 tries, disabling
> [  524.430352] ata9.15: hard resetting link
> [  524.430355] ata9: controller in dubious state, performing PORT_RST
> [  526.579506] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  527.287026] ata9.04: link resume succeeded after 1 retries
> [  527.388982] ata9.01: hard resetting link
> [  527.791958] ata9.01: link resume succeeded after 1 retries
> [  527.926873] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  527.926906] ata9.02: hard resetting link
> [  528.329747] ata9.02: link resume succeeded after 1 retries
> [  528.464667] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  528.464723] ata9.03: hard resetting link
> [  528.867555] ata9.03: link resume succeeded after 1 retries
> [  529.002500] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  529.002537] ata9.05: hard resetting link
> [  529.306850] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  529.349846] ata9.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  529.349852] ata9.01: 625142448 sectors, multi 0: LBA48 
> [  529.349858] ata9.01: applying bridge limits
> [  529.407928] ata9.01: configured for UDMA/100
> [  529.454790] ata9.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  529.454796] ata9.02: 625142448 sectors, multi 0: LBA48 
> [  529.454802] ata9.02: applying bridge limits
> [  529.512845] ata9.02: configured for UDMA/100
> [  529.557037] ata9.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  529.557043] ata9.03: 625142448 sectors, multi 0: LBA48 
> [  529.557049] ata9.03: applying bridge limits
> [  529.615208] ata9.03: configured for UDMA/100
> [  529.615276] ata9: EH complete
> [  531.745132] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  531.745518] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  531.748378] ata10.00: hard resetting link
> [  541.732981] ata10.00: softreset failed (timeout)
> [  544.726484] ata10.15: qc timeout (cmd 0xe4)
> [  544.726500] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  544.726504] ata10.00: reset failed, giving up
> [  544.726509] ata10.15: hard resetting link
> [  546.853639] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  546.854296] ata10.00: hard resetting link
> [  556.839495] ata10.00: softreset failed (timeout)
> [  559.832859] ata10.15: qc timeout (cmd 0xe4)
> [  559.832875] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  559.832879] ata10.00: reset failed, giving up
> [  559.832884] ata10.15: hard resetting link
> [  561.960149] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  561.960603] ata10.00: hard resetting link
> [  571.944967] ata10.00: softreset failed (timeout)
> [  574.938480] ata10.15: qc timeout (cmd 0xe4)
> [  574.938496] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  574.938500] ata10.00: reset failed, giving up
> [  574.938504] ata10.00: failed to recover link after 3 tries, disabling
> [  574.938509] ata10.15: hard resetting link
> [  577.065685] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  577.370126] ata10.01: hard resetting link
> [  577.773138] ata10.01: link resume succeeded after 1 retries
> [  577.908044] ata10.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  577.908100] ata10.02: hard resetting link
> [  578.310944] ata10.02: link resume succeeded after 1 retries
> [  578.445975] ata10.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  578.446011] ata10.03: hard resetting link
> [  578.848752] ata10.03: link resume succeeded after 1 retries
> [  578.983663] ata10.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  578.983696] ata10.04: hard resetting link
> [  579.386604] ata10.04: link resume succeeded after 1 retries
> [  579.521504] ata10.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  579.521537] ata10.05: hard resetting link
> [  579.825806] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  579.867413] ata10.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  579.867419] ata10.01: 625142448 sectors, multi 0: LBA48 
> [  579.925564] ata10.01: configured for UDMA/100
> [  579.976084] ata10.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  579.976093] ata10.02: 625142448 sectors, multi 0: LBA48 
> [  580.034256] ata10.02: configured for UDMA/100
> [  580.079872] ata10.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  580.079880] ata10.03: 625142448 sectors, multi 0: LBA48 
> [  580.138089] ata10.03: configured for UDMA/100
> [  580.181012] ata10.04: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  580.181018] ata10.04: 625142448 sectors, multi 0: LBA48 
> [  580.238994] ata10.04: configured for UDMA/100
> [  580.239060] ata10: EH complete
   :
> [  673.269722] systemd[1]: Startup finished in 2s 215ms 631us (kernel) + 9min 41s 253ms 808us (initrd) + 1min 31s 95ms 965us (userspace) = 11min 14s 565ms 404us.
--------

--- 3.2.10 warm reset log ( not patched ) ---
   :
> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
   :
> [    2.728305] ata7: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff0000 irq 17
> [    2.728309] ata8: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff2000 irq 17
> [    2.728313] ata9: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff4000 irq 17
> [    2.728317] ata10: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff6000 irq 17
   :
> [    4.857114] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.857429] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.860366] ata7.00: hard resetting link
> [   14.847053] ata7.00: softreset failed (timeout)
> [   17.840588] ata7.15: qc timeout (cmd 0xe4)
> [   17.840605] ata7.00: failed to read SCR 0 (Emask=0x5)
> [   17.840609] ata7.00: reset failed, giving up
> [   17.840614] ata7.15: hard resetting link
> [   19.967586] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   19.967961] ata7.00: hard resetting link
> [   29.952563] ata7.00: softreset failed (timeout)
> [   32.946005] ata7.15: qc timeout (cmd 0xe4)
> [   32.946021] ata7.00: failed to read SCR 0 (Emask=0x5)
> [   32.946025] ata7.00: reset failed, giving up
> [   32.946030] ata7.15: hard resetting link
> [   35.073261] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   35.073643] ata7.00: hard resetting link
> [   45.058071] ata7.00: softreset failed (timeout)
> [   48.051483] ata7.15: qc timeout (cmd 0xe4)
> [   48.051499] ata7.00: failed to read SCR 0 (Emask=0x5)
> [   48.051503] ata7.00: reset failed, giving up
> [   48.051507] ata7.00: failed to recover link after 3 tries, disabling
> [   48.051512] ata7.15: hard resetting link
> [   50.178736] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   50.483203] ata7.01: hard resetting link
> [   50.886209] ata7.01: link resume succeeded after 1 retries
> [   51.108651] ata7.01: softreset failed (SRST command error)
> [   51.108762] ata7.01: failed to read SCR 0 (Emask=0x1)
> [   51.108768] ata7.01: reset failed (errno=-85), retrying in 10 secs
> [   60.460919] ata7.01: reset failed, giving up
> [   60.460925] ata7.15: hard resetting link
> [   60.460929] ata7: controller in dubious state, performing PORT_RST
> [   62.610196] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   62.914676] ata7.01: hard resetting link
> [   63.317656] ata7.01: link resume succeeded after 1 retries
> [   63.540078] ata7.01: softreset failed (SRST command error)
> [   63.540189] ata7.01: failed to read SCR 0 (Emask=0x1)
> [   63.540195] ata7.01: reset failed (errno=-85), retrying in 10 secs
> [   72.892375] ata7.01: reset failed, giving up
> [   72.892381] ata7.15: hard resetting link
> [   72.892385] ata7: controller in dubious state, performing PORT_RST
> [   75.041637] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   75.346105] ata7.01: hard resetting link
> [   75.749094] ata7.01: link resume succeeded after 1 retries
> [   75.861794] ata7.01: softreset failed (SRST command error)
> [   75.971535] ata7.01: failed to read SCR 0 (Emask=0x1)
> [   75.971541] ata7.01: reset failed (errno=-85), retrying in 10 secs
> [   85.323801] ata7.01: reset failed, giving up
> [   85.323806] ata7.01: failed to recover link after 3 tries, disabling
> [   85.323812] ata7.15: hard resetting link
> [   85.323815] ata7: controller in dubious state, performing PORT_RST
> [   87.473057] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   88.180573] ata7.01: link resume succeeded after 1 retries
> [   88.282411] ata7.02: hard resetting link
> [   88.685408] ata7.02: link resume succeeded after 1 retries
> [   88.907856] ata7.02: softreset failed (SRST command error)
> [   89.017611] ata7.02: failed to read SCR 0 (Emask=0x1)
> [   89.017617] ata7.02: reset failed (errno=-85), retrying in 10 secs
> [   98.260156] ata7.02: reset failed, giving up
> [   98.260162] ata7.15: hard resetting link
> [   98.260166] ata7: controller in dubious state, performing PORT_RST
> [  100.409394] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  101.116820] ata7.01: link resume succeeded after 1 retries
> [  101.218781] ata7.02: hard resetting link
> [  101.621721] ata7.02: link resume succeeded after 1 retries
> [  101.734438] ata7.02: softreset failed (SRST command error)
> [  101.734497] ata7.02: failed to read SCR 0 (Emask=0x1)
> [  101.734503] ata7.02: reset failed (errno=-85), retrying in 10 secs
> [  111.196658] ata7.02: reset failed, giving up
> [  111.196665] ata7.15: hard resetting link
> [  113.312791] ata7.15: softreset failed (SRST command error)
> [  113.312796] ata7.15: reset failed (errno=-5), retrying in 8 secs
> [  121.174424] ata7.15: hard resetting link
> [  123.290728] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  123.290735] ata7.15: PMP revalidation failed (errno=-19)
> [  128.279611] ata7.15: hard resetting link
> [  130.406891] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  131.114346] ata7.01: link resume succeeded after 1 retries
> [  131.216223] ata7.02: hard resetting link
> [  131.619242] ata7.02: link resume succeeded after 1 retries
> [  131.841674] ata7.02: softreset failed (SRST command error)
> [  131.841789] ata7.02: failed to read SCR 0 (Emask=0x1)
> [  131.841795] ata7.02: reset failed (errno=-85), retrying in 10 secs
> [  141.194111] ata7.02: reset failed, giving up
> [  141.194116] ata7.02: failed to recover link after 3 tries, disabling
> [  141.194122] ata7.15: hard resetting link
> [  141.194126] ata7: controller in dubious state, performing PORT_RST
> [  143.343218] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  144.050671] ata7.01: link resume succeeded after 1 retries
> [  144.555590] ata7.02: link resume succeeded after 1 retries
> [  144.657379] ata7.03: hard resetting link
> [  145.060433] ata7.03: link resume succeeded after 1 retries
> [  145.206413] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  145.206446] ata7.04: hard resetting link
> [  145.609232] ata7.04: link resume succeeded after 1 retries
> [  145.721921] ata7.04: softreset failed (SRST command error)
> [  145.721997] ata7.04: failed to read SCR 0 (Emask=0x1)
> [  145.722003] ata7.04: reset failed (errno=-85), retrying in 10 secs
> [  155.184070] ata7.04: reset failed, giving up
> [  155.184076] ata7.15: hard resetting link
> [  157.300201] ata7.15: softreset failed (SRST command error)
> [  157.300206] ata7.15: reset failed (errno=-5), retrying in 8 secs
> [  165.161929] ata7.15: hard resetting link
> [  167.278086] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  167.278094] ata7.15: PMP revalidation failed (errno=-19)
> [  172.267085] ata7.15: hard resetting link
> [  174.394357] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  175.101835] ata7.01: link resume succeeded after 1 retries
> [  175.606735] ata7.02: link resume succeeded after 1 retries
> [  175.708593] ata7.03: hard resetting link
> [  176.111610] ata7.03: link resume succeeded after 1 retries
> [  176.257481] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  176.257514] ata7.04: hard resetting link
> [  176.660366] ata7.04: link resume succeeded after 1 retries
> [  176.882825] ata7.04: softreset failed (SRST command error)
> [  176.882943] ata7.04: failed to read SCR 0 (Emask=0x1)
> [  176.882948] ata7.04: reset failed (errno=-85), retrying in 10 secs
> [  186.235215] ata7.04: reset failed, giving up
> [  186.235221] ata7.15: hard resetting link
> [  186.235225] ata7: controller in dubious state, performing PORT_RST
> [  188.384387] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  189.091824] ata7.01: link resume succeeded after 1 retries
> [  189.596721] ata7.02: link resume succeeded after 1 retries
> [  189.698575] ata7.03: hard resetting link
> [  190.101579] ata7.03: link resume succeeded after 1 retries
> [  190.236540] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  190.236573] ata7.04: hard resetting link
> [  190.639411] ata7.04: link resume succeeded after 1 retries
> [  190.861835] ata7.04: softreset failed (SRST command error)
> [  190.861952] ata7.04: failed to read SCR 0 (Emask=0x1)
> [  190.861958] ata7.04: reset failed (errno=-85), retrying in 10 secs
> [  200.214230] ata7.04: reset failed, giving up
> [  200.214235] ata7.04: failed to recover link after 3 tries, disabling
> [  200.214241] ata7.15: hard resetting link
> [  200.214245] ata7: controller in dubious state, performing PORT_RST
> [  202.363386] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  203.070830] ata7.01: link resume succeeded after 1 retries
> [  203.575726] ata7.02: link resume succeeded after 1 retries
> [  204.080613] ata7.04: link resume succeeded after 1 retries
> [  204.182486] ata7.03: hard resetting link
> [  204.585489] ata7.03: link resume succeeded after 1 retries
> [  204.731415] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  204.731470] ata7.05: hard resetting link
> [  205.035777] ata7.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  205.048761] ata7.03: ATA-7: WDC WD2500BB-22RDA0, 20.00K20, max UDMA/100
> [  205.048767] ata7.03: 488397168 sectors, multi 0: LBA48 
> [  205.050024] ata7.03: configured for UDMA/100
> [  205.050091] ata7: EH complete
> [  207.178745] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  207.179371] ata8.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  207.182429] ata8.00: hard resetting link
> [  217.168525] ata8.00: softreset failed (timeout)
> [  220.161929] ata8.15: qc timeout (cmd 0xe4)
> [  220.161945] ata8.00: failed to read SCR 0 (Emask=0x5)
> [  220.161949] ata8.00: reset failed, giving up
> [  220.161954] ata8.15: hard resetting link
> [  222.289193] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  222.289669] ata8.00: hard resetting link
> [  232.274042] ata8.00: softreset failed (timeout)
> [  235.267413] ata8.15: qc timeout (cmd 0xe4)
> [  235.267430] ata8.00: failed to read SCR 0 (Emask=0x5)
> [  235.267434] ata8.00: reset failed, giving up
> [  235.267439] ata8.15: hard resetting link
> [  237.394721] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  237.395117] ata8.00: hard resetting link
> [  247.381547] ata8.00: softreset failed (timeout)
> [  250.375186] ata8.15: qc timeout (cmd 0xe4)
> [  250.375202] ata8.00: failed to read SCR 0 (Emask=0x5)
> [  250.375206] ata8.00: reset failed, giving up
> [  250.375210] ata8.00: failed to recover link after 3 tries, disabling
> [  250.375215] ata8.15: hard resetting link
> [  252.502205] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  252.806698] ata8.01: hard resetting link
> [  253.209687] ata8.01: link resume succeeded after 1 retries
> [  253.322366] ata8.01: softreset failed (SRST command error)
> [  253.432126] ata8.01: failed to read SCR 0 (Emask=0x1)
> [  253.432132] ata8.01: reset failed (errno=-85), retrying in 10 secs
> [  262.784386] ata8.01: reset failed, giving up
> [  262.784393] ata8.15: hard resetting link
> [  262.784396] ata8: controller in dubious state, performing PORT_RST
> [  264.933544] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  265.238130] ata8.01: hard resetting link
> [  265.641134] ata8.01: link resume succeeded after 1 retries
> [  265.863530] ata8.01: softreset failed (SRST command error)
> [  265.863649] ata8.01: failed to read SCR 0 (Emask=0x1)
> [  265.863656] ata8.01: reset failed (errno=-85), retrying in 10 secs
> [  275.215940] ata8.01: reset failed, giving up
> [  275.215947] ata8.15: hard resetting link
> [  275.215950] ata8: controller in dubious state, performing PORT_RST
> [  277.365109] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  277.669544] ata8.01: hard resetting link
> [  278.072561] ata8.01: link resume succeeded after 1 retries
> [  278.185268] ata8.01: softreset failed (SRST command error)
> [  278.185345] ata8.01: failed to read SCR 0 (Emask=0x1)
> [  278.185350] ata8.01: reset failed (errno=-85), retrying in 10 secs
> [  287.647375] ata8.01: reset failed, giving up
> [  287.647380] ata8.01: failed to recover link after 3 tries, disabling
> [  287.647386] ata8.15: hard resetting link
> [  289.763635] ata8.15: softreset failed (SRST command error)
> [  289.763641] ata8.15: reset failed (errno=-5), retrying in 8 secs
> [  297.625370] ata8.15: hard resetting link
> [  299.741510] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  299.741517] ata8.15: PMP revalidation failed (errno=-19)
> [  304.730436] ata8.15: hard resetting link
> [  306.857730] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  307.565198] ata8.01: link resume succeeded after 1 retries
> [  307.667104] ata8.02: hard resetting link
> [  308.070064] ata8.02: link resume succeeded after 1 retries
> [  308.204919] ata8.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  308.204959] ata8.03: hard resetting link
> [  308.607881] ata8.03: link resume succeeded after 1 retries
> [  308.742869] ata8.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  308.742925] ata8.04: hard resetting link
> [  309.167567] ata8.04: softreset failed (SRST command error)
> [  309.167683] ata8.04: failed to read SCR 0 (Emask=0x1)
> [  309.167689] ata8.04: reset failed (errno=-85), retrying in 10 secs
> [  318.720492] ata8.04: reset failed, giving up
> [  318.720498] ata8.15: hard resetting link
> [  318.720502] ata8: controller in dubious state, performing PORT_RST
> [  320.869657] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  321.577152] ata8.01: link resume succeeded after 1 retries
> [  321.679005] ata8.02: hard resetting link
> [  322.081996] ata8.02: link resume succeeded after 1 retries
> [  322.216966] ata8.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  322.216999] ata8.03: hard resetting link
> [  322.619825] ata8.03: link resume succeeded after 1 retries
> [  322.754896] ata8.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  322.754930] ata8.04: hard resetting link
> [  323.157612] ata8.04: link resume succeeded after 1 retries
> [  323.292583] ata8.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  323.292616] ata8.05: hard resetting link
> [  323.596925] ata8.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  323.640767] ata8.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  323.640773] ata8.02: 625142448 sectors, multi 0: LBA48 
> [  323.640779] ata8.02: applying bridge limits
> [  323.698858] ata8.02: configured for UDMA/100
> [  323.745674] ata8.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  323.745680] ata8.03: 625142448 sectors, multi 0: LBA48 
> [  323.803639] ata8.03: configured for UDMA/100
> [  323.842716] ata8.04: ATA-7: ST3320620A, 3.AAC, max UDMA/100
> [  323.842722] ata8.04: 625142448 sectors, multi 0: LBA48 
> [  323.900831] ata8.04: configured for UDMA/100
> [  323.900899] ata8: EH complete
> [  326.030208] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  326.030699] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  326.033845] ata9.00: hard resetting link
> [  336.019051] ata9.00: softreset failed (timeout)
> [  339.012488] ata9.15: qc timeout (cmd 0xe4)
> [  339.012504] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  339.012508] ata9.00: reset failed, giving up
> [  339.012513] ata9.15: hard resetting link
> [  341.139699] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  341.140064] ata9.00: hard resetting link
> [  351.124563] ata9.00: softreset failed (timeout)
> [  354.117970] ata9.15: qc timeout (cmd 0xe4)
> [  354.117986] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  354.117991] ata9.00: reset failed, giving up
> [  354.117995] ata9.15: hard resetting link
> [  356.245238] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  356.245646] ata9.00: hard resetting link
> [  366.232072] ata9.00: softreset failed (timeout)
> [  369.225622] ata9.15: qc timeout (cmd 0xe4)
> [  369.225639] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  369.225643] ata9.00: reset failed, giving up
> [  369.225646] ata9.00: failed to recover link after 3 tries, disabling
> [  369.225651] ata9.15: hard resetting link
> [  371.352723] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  371.658238] ata9.01: hard resetting link
> [  372.061197] ata9.01: link resume succeeded after 1 retries
> [  372.196197] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  372.196231] ata9.02: hard resetting link
> [  372.599024] ata9.02: link resume succeeded after 1 retries
> [  372.734004] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  372.734059] ata9.03: hard resetting link
> [  373.136813] ata9.03: link resume succeeded after 1 retries
> [  373.271772] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  373.271991] ata9.04: hard resetting link
> [  373.674613] ata9.04: link resume succeeded after 1 retries
> [  373.897067] ata9.04: softreset failed (SRST command error)
> [  373.897181] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  373.897186] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  383.249478] ata9.04: reset failed, giving up
> [  383.249485] ata9.15: hard resetting link
> [  383.249488] ata9: controller in dubious state, performing PORT_RST
> [  385.398590] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  385.703106] ata9.01: hard resetting link
> [  386.106062] ata9.01: link resume succeeded after 1 retries
> [  386.241016] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  386.241049] ata9.02: hard resetting link
> [  386.643858] ata9.02: link resume succeeded after 1 retries
> [  386.778833] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  386.778867] ata9.03: hard resetting link
> [  387.181678] ata9.03: link resume succeeded after 1 retries
> [  387.316679] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  387.316712] ata9.04: hard resetting link
> [  387.719469] ata9.04: link resume succeeded after 1 retries
> [  387.941933] ata9.04: softreset failed (SRST command error)
> [  388.051691] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  388.051697] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  397.294204] ata9.04: reset failed, giving up
> [  397.294211] ata9.15: hard resetting link
> [  397.294215] ata9: controller in dubious state, performing PORT_RST
> [  399.443466] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  399.748924] ata9.01: hard resetting link
> [  400.151923] ata9.01: link resume succeeded after 1 retries
> [  400.286954] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  400.287009] ata9.02: hard resetting link
> [  400.602829] ata9.02: softreset failed (SRST command error)
> [  400.602873] ata9.02: failed to read SCR 0 (Emask=0x1)
> [  400.602878] ata9.02: reset failed (errno=-85), retrying in 10 secs
> [  410.264596] ata9.02: reset failed, giving up
> [  410.264602] ata9.15: hard resetting link
> [  412.380787] ata9.15: softreset failed (SRST command error)
> [  412.380793] ata9.15: reset failed (errno=-5), retrying in 8 secs
> [  420.242419] ata9.15: hard resetting link
> [  422.358667] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  422.358674] ata9.15: PMP revalidation failed (errno=-19)
> [  427.347591] ata9.15: hard resetting link
> [  429.474906] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  429.779395] ata9.01: hard resetting link
> [  430.182351] ata9.01: link resume succeeded after 1 retries
> [  430.317296] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  430.317351] ata9.02: hard resetting link
> [  430.720197] ata9.02: link resume succeeded after 1 retries
> [  430.855159] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  430.855193] ata9.03: hard resetting link
> [  431.257981] ata9.03: link resume succeeded after 1 retries
> [  431.392905] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  431.392939] ata9.04: hard resetting link
> [  431.795778] ata9.04: link resume succeeded after 1 retries
> [  432.018221] ata9.04: softreset failed (SRST command error)
> [  432.127979] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  432.127985] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  441.370492] ata9.04: reset failed, giving up
> [  441.370497] ata9.04: failed to recover link after 3 tries, disabling
> [  441.370503] ata9.15: hard resetting link
> [  441.370506] ata9: controller in dubious state, performing PORT_RST
> [  443.519744] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  444.228219] ata9.04: link resume succeeded after 1 retries
> [  444.330047] ata9.01: hard resetting link
> [  444.733074] ata9.01: link resume succeeded after 1 retries
> [  444.868066] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  444.868100] ata9.02: hard resetting link
> [  445.270895] ata9.02: link resume succeeded after 1 retries
> [  445.405825] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  445.405858] ata9.03: hard resetting link
> [  445.808708] ata9.03: link resume succeeded after 1 retries
> [  445.943636] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  445.943670] ata9.05: hard resetting link
> [  446.247941] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  446.296913] ata9.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  446.296919] ata9.01: 625142448 sectors, multi 0: LBA48 
> [  446.296925] ata9.01: applying bridge limits
> [  446.355077] ata9.01: configured for UDMA/100
> [  446.395040] ata9.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  446.395046] ata9.02: 625142448 sectors, multi 0: LBA48 
> [  446.395052] ata9.02: applying bridge limits
> [  446.452939] ata9.02: configured for UDMA/100
> [  446.495345] ata9.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  446.495351] ata9.03: 625142448 sectors, multi 0: LBA48 
> [  446.495357] ata9.03: applying bridge limits
> [  446.553517] ata9.03: configured for UDMA/100
> [  446.553584] ata9: EH complete
> [  448.683166] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  448.683486] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  448.687214] ata10.00: hard resetting link
> [  458.672134] ata10.00: softreset failed (timeout)
> [  461.665544] ata10.15: qc timeout (cmd 0xe4)
> [  461.665560] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  461.665564] ata10.00: reset failed, giving up
> [  461.665569] ata10.15: hard resetting link
> [  463.792817] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  463.793226] ata10.00: hard resetting link
> [  473.777653] ata10.00: softreset failed (timeout)
> [  476.771082] ata10.15: qc timeout (cmd 0xe4)
> [  476.771098] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  476.771103] ata10.00: reset failed, giving up
> [  476.771107] ata10.15: hard resetting link
> [  478.899314] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  478.899908] ata10.00: hard resetting link
> [  488.887138] ata10.00: softreset failed (timeout)
> [  491.880576] ata10.15: qc timeout (cmd 0xe4)
> [  491.880592] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  491.880596] ata10.00: reset failed, giving up
> [  491.880600] ata10.00: failed to recover link after 3 tries, disabling
> [  491.880605] ata10.15: hard resetting link
> [  494.007817] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  494.312333] ata10.01: hard resetting link
> [  494.715272] ata10.01: link resume succeeded after 1 retries
> [  494.850280] ata10.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  494.850313] ata10.02: hard resetting link
> [  495.253111] ata10.02: link resume succeeded after 1 retries
> [  495.388016] ata10.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  495.388049] ata10.03: hard resetting link
> [  495.790830] ata10.03: link resume succeeded after 1 retries
> [  495.925873] ata10.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  495.925907] ata10.04: hard resetting link
> [  496.328734] ata10.04: link resume succeeded after 1 retries
> [  496.463716] ata10.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  496.463771] ata10.05: hard resetting link
> [  496.768009] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  496.807384] ata10.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  496.807390] ata10.01: 625142448 sectors, multi 0: LBA48 
> [  496.865535] ata10.01: configured for UDMA/100
> [  496.906478] ata10.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  496.906484] ata10.02: 625142448 sectors, multi 0: LBA48 
> [  496.964626] ata10.02: configured for UDMA/100
> [  497.006300] ata10.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  497.006306] ata10.03: 625142448 sectors, multi 0: LBA48 
> [  497.072809] ata10.03: configured for UDMA/100
> [  497.114788] ata10.04: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  497.114794] ata10.04: 625142448 sectors, multi 0: LBA48 
> [  497.181051] ata10.04: configured for UDMA/100
> [  497.181118] ata10: EH complete
   :
> [  590.217860] systemd[1]: Startup finished in 2s 202ms 781us (kernel) + 8min 18s 52ms 150us (initrd) + 1min 31s 63ms 470us (userspace) = 9min 51s 318ms 401us.
--------

--- 3.2.10 power cycle log ( patch is applied ) ---
   :
> [    0.000000] Linux version 3.2.10-3.aa.fc16.i686.PAE (anezaki@server4) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 22 08:14:54 JST 2012
   :
> [    2.729562] ata7: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff0000 irq 17
> [    2.729566] ata8: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff2000 irq 17
> [    2.729570] ata9: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff4000 irq 17
> [    2.729573] ata10: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff6000 irq 17
   :
> [    4.856167] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.856555] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.860371] ata7.00: hard resetting link
> [    5.164779] ata7.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [    5.164812] ata7.01: hard resetting link
> [    5.567672] ata7.01: link resume succeeded after 1 retries
> [    5.669657] ata7.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    5.669687] ata7.02: hard resetting link
> [    6.072522] ata7.02: link resume succeeded after 1 retries
> [    6.174570] ata7.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    6.174601] ata7.03: hard resetting link
> [    6.577435] ata7.03: link resume succeeded after 1 retries
> [    6.679594] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    6.679625] ata7.04: hard resetting link
> [    7.082306] ata7.04: link resume succeeded after 1 retries
> [    7.184388] ata7.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    7.184419] ata7.05: hard resetting link
> [    7.488718] ata7.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [    7.534065] ata7.00: ATA-7: ST3320620A, 3.AAC, max UDMA/100
> [    7.534071] ata7.00: 625142448 sectors, multi 0: LBA48 
> [    7.534090] ata7.00: applying bridge limits
> [    7.592213] ata7.00: configured for UDMA/100
> [    7.596737] ata7.01: ATA-6: WDC WD2500BB-55GUC0, 08.02D08, max UDMA/100
> [    7.596743] ata7.01: 488397168 sectors, multi 0: LBA48 
> [    7.602618] ata7.01: configured for UDMA/100
> [    7.606381] ata7.02: ATA-7: Maxtor 7L250R0, BAJ41G20, max UDMA/133
> [    7.606387] ata7.02: 490234752 sectors, multi 0: LBA48 
> [    7.606393] ata7.02: applying bridge limits
> [    7.611626] ata7.02: configured for UDMA/100
> [    7.623764] ata7.03: ATA-7: WDC WD2500BB-22RDA0, 20.00K20, max UDMA/100
> [    7.623770] ata7.03: 488397168 sectors, multi 0: LBA48 
> [    7.624811] ata7.03: configured for UDMA/100
> [    7.629200] ata7.04: ATA-6: WDC WD1600BB-55GUA0, 08.02D08, max UDMA/100
> [    7.629205] ata7.04: 312581808 sectors, multi 0: LBA48 
> [    7.634917] ata7.04: configured for UDMA/100
> [    7.635002] ata7: EH complete
> [   34.285986] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   34.286427] ata8.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [   34.288785] ata8.00: hard resetting link
> [   34.593587] ata8.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   34.593617] ata8.01: hard resetting link
> [   34.996435] ata8.01: link resume succeeded after 1 retries
> [   35.098512] ata8.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   35.098543] ata8.02: hard resetting link
> [   35.501314] ata8.02: link resume succeeded after 1 retries
> [   35.603259] ata8.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   35.603290] ata8.03: hard resetting link
> [   36.006195] ata8.03: link resume succeeded after 1 retries
> [   36.108256] ata8.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   36.108287] ata8.04: hard resetting link
> [   36.412602] ata8.04: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   36.412632] ata8.05: hard resetting link
> [   36.717004] ata8.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   36.762712] ata8.00: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   36.762719] ata8.00: 625142448 sectors, multi 0: LBA48 
> [   36.845768] ata8.00: configured for UDMA/100
> [   36.849244] ata8.01: ATA-5: WDC WD1200AB-22CBA1, 04.07B04, max UDMA/100
> [   36.849250] ata8.01: 234441648 sectors, multi 0: LBA 
> [   36.849256] ata8.01: applying bridge limits
> [   36.853680] ata8.01: configured for UDMA/100
> [   36.891680] ata8.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   36.891686] ata8.02: 625142448 sectors, multi 0: LBA48 
> [   36.891692] ata8.02: applying bridge limits
> [   36.949795] ata8.02: configured for UDMA/100
> [   36.987189] ata8.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   36.987195] ata8.03: 625142448 sectors, multi 0: LBA48 
> [   37.045271] ata8.03: configured for UDMA/100
> [   37.085915] ata8.04: ATA-7: ST3320620A, 3.AAC, max UDMA/100
> [   37.085921] ata8.04: 625142448 sectors, multi 0: LBA48 
> [   37.144042] ata8.04: configured for UDMA/100
> [   37.144107] ata8: EH complete
> [   39.274927] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   39.275464] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [   39.278021] ata9.00: hard resetting link
> [   39.582515] ata9.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   39.582546] ata9.01: hard resetting link
> [   39.985368] ata9.01: link resume succeeded after 1 retries
> [   40.087368] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   40.087403] ata9.02: hard resetting link
> [   40.490243] ata9.02: link resume succeeded after 1 retries
> [   40.592245] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   40.592276] ata9.03: hard resetting link
> [   40.995137] ata9.03: link resume succeeded after 1 retries
> [   41.097150] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   41.097180] ata9.04: hard resetting link
> [   41.500012] ata9.04: link resume succeeded after 1 retries
> [   41.602003] ata9.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   41.602034] ata9.05: hard resetting link
> [   41.906397] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   42.014200] ata9.00: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   42.014206] ata9.00: 625142448 sectors, multi 0: LBA48 
> [   42.072324] ata9.00: configured for UDMA/100
> [   42.111485] ata9.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   42.111491] ata9.01: 625142448 sectors, multi 0: LBA48 
> [   42.111497] ata9.01: applying bridge limits
> [   42.169647] ata9.01: configured for UDMA/100
> [   42.218013] ata9.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   42.218019] ata9.02: 625142448 sectors, multi 0: LBA48 
> [   42.218025] ata9.02: applying bridge limits
> [   42.276087] ata9.02: configured for UDMA/100
> [   42.320248] ata9.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   42.320254] ata9.03: 625142448 sectors, multi 0: LBA48 
> [   42.320260] ata9.03: applying bridge limits
> [   42.378414] ata9.03: configured for UDMA/100
> [   42.379847] ata9.04: ATA-6: Maxtor 96147H6, ZAH814Y0, max UDMA/100
> [   42.379853] ata9.04: 120064896 sectors, multi 0: LBA 
> [   42.379858] ata9.04: applying bridge limits
> [   42.381615] ata9.04: configured for UDMA/100
> [   42.381680] ata9: EH complete
> [   44.512318] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   44.512925] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [   44.515715] ata10.00: hard resetting link
> [   44.819948] ata10.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   44.819979] ata10.01: hard resetting link
> [   45.222761] ata10.01: link resume succeeded after 1 retries
> [   45.324781] ata10.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   45.324812] ata10.02: hard resetting link
> [   45.727639] ata10.02: link resume succeeded after 1 retries
> [   45.829636] ata10.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   45.829666] ata10.03: hard resetting link
> [   46.232522] ata10.03: link resume succeeded after 1 retries
> [   46.334558] ata10.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   46.334589] ata10.04: hard resetting link
> [   46.737368] ata10.04: link resume succeeded after 1 retries
> [   46.839471] ata10.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   46.839501] ata10.05: hard resetting link
> [   47.143791] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   47.248372] ata10.00: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   47.248378] ata10.00: 625142448 sectors, multi 0: LBA48 
> [   47.306392] ata10.00: configured for UDMA/100
> [   47.353307] ata10.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   47.353313] ata10.01: 625142448 sectors, multi 0: LBA48 
> [   47.411454] ata10.01: configured for UDMA/100
> [   47.456257] ata10.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   47.456263] ata10.02: 625142448 sectors, multi 0: LBA48 
> [   47.514395] ata10.02: configured for UDMA/100
> [   47.553006] ata10.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   47.553012] ata10.03: 625142448 sectors, multi 0: LBA48 
> [   47.611199] ata10.03: configured for UDMA/100
> [   47.652126] ata10.04: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   47.652132] ata10.04: 625142448 sectors, multi 0: LBA48 
> [   47.710076] ata10.04: configured for UDMA/100
> [   47.710143] ata10: EH complete
   :
> [   68.114484] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
> [   68.129524] NFSD: starting 90-second grace period
   :
--------

--- 3.2.10 warm reboot log ( patch is applied ) ---
   :
> [    0.000000] Linux version 3.2.10-3.aa.fc16.i686.PAE (anezaki@server4) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 22 08:14:54 JST 2012
   :
> [    2.699127] ata7: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff0000 irq 17
> [    2.699131] ata8: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff2000 irq 17
> [    2.699135] ata9: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff4000 irq 17
> [    2.699139] ata10: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff6000 irq 17
   :
> [    4.826250] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.826612] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.830596] ata7.00: hard resetting link
> [    5.134832] ata7.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [    5.134863] ata7.01: hard resetting link
> [    5.537729] ata7.01: link resume succeeded after 1 retries
> [    5.639812] ata7.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    5.639843] ata7.02: hard resetting link
> [    6.042561] ata7.02: link resume succeeded after 1 retries
> [    6.144687] ata7.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    6.144717] ata7.03: hard resetting link
> [    6.547490] ata7.03: link resume succeeded after 1 retries
> [    6.649674] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    6.649705] ata7.04: hard resetting link
> [    7.052371] ata7.04: link resume succeeded after 1 retries
> [    7.154419] ata7.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    7.154449] ata7.05: hard resetting link
> [    7.458756] ata7.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [    7.503939] ata7.00: ATA-7: ST3320620A, 3.AAC, max UDMA/100
> [    7.503945] ata7.00: 625142448 sectors, multi 0: LBA48 
> [    7.503951] ata7.00: applying bridge limits
> [    7.562109] ata7.00: configured for UDMA/100
> [    7.783927] ata7.01: ATA-6: WDC WD2500BB-55GUC0, 08.02D08, max UDMA/100
> [    7.783934] ata7.01: 488397168 sectors, multi 0: LBA48 
> [    7.789650] ata7.01: configured for UDMA/100
> [    7.793380] ata7.02: ATA-7: Maxtor 7L250R0, BAJ41G20, max UDMA/133
> [    7.793386] ata7.02: 490234752 sectors, multi 0: LBA48 
> [    7.793392] ata7.02: applying bridge limits
> [    7.798892] ata7.02: configured for UDMA/100
> [    7.811970] ata7.03: ATA-7: WDC WD2500BB-22RDA0, 20.00K20, max UDMA/100
> [    7.811976] ata7.03: 488397168 sectors, multi 0: LBA48 
> [    7.813162] ata7.03: configured for UDMA/100
> [    7.817674] ata7.04: ATA-6: WDC WD1600BB-55GUA0, 08.02D08, max UDMA/100
> [    7.817680] ata7.04: 312581808 sectors, multi 0: LBA48 
> [    7.823575] ata7.04: configured for UDMA/100
> [    7.823643] ata7: EH complete
> [   13.041087] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   13.041499] ata8.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [   13.044606] ata8.00: hard resetting link
> [   13.348670] ata8.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   13.348701] ata8.01: hard resetting link
> [   13.751514] ata8.01: link resume succeeded after 1 retries
> [   13.853570] ata8.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   13.853602] ata8.02: hard resetting link
> [   14.256455] ata8.02: link resume succeeded after 1 retries
> [   14.358436] ata8.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   14.358467] ata8.03: hard resetting link
> [   14.761281] ata8.03: link resume succeeded after 1 retries
> [   14.863336] ata8.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   14.863367] ata8.04: hard resetting link
> [   15.167619] ata8.04: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   15.167650] ata8.05: hard resetting link
> [   15.471979] ata8.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   15.516626] ata8.00: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   15.516632] ata8.00: 625142448 sectors, multi 0: LBA48 
> [   15.574797] ata8.00: configured for UDMA/100
> [   15.578265] ata8.01: ATA-5: WDC WD1200AB-22CBA1, 04.07B04, max UDMA/100
> [   15.578271] ata8.01: 234441648 sectors, multi 0: LBA 
> [   15.578277] ata8.01: applying bridge limits
> [   15.582726] ata8.01: configured for UDMA/100
> [   15.628882] ata8.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   15.628888] ata8.02: 625142448 sectors, multi 0: LBA48 
> [   15.628894] ata8.02: applying bridge limits
> [   15.686967] ata8.02: configured for UDMA/100
> [   15.730640] ata8.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   15.730646] ata8.03: 625142448 sectors, multi 0: LBA48 
> [   15.788720] ata8.03: configured for UDMA/100
> [   15.835469] ata8.04: ATA-7: ST3320620A, 3.AAC, max UDMA/100
> [   15.835475] ata8.04: 625142448 sectors, multi 0: LBA48 
> [   15.893578] ata8.04: configured for UDMA/100
> [   15.893644] ata8: EH complete
> [   18.024017] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   18.024436] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [   18.026843] ata9.00: hard resetting link
> [   18.331659] ata9.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   18.331690] ata9.01: hard resetting link
> [   18.734523] ata9.01: link resume succeeded after 1 retries
> [   18.836552] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   18.836583] ata9.02: hard resetting link
> [   19.239387] ata9.02: link resume succeeded after 1 retries
> [   19.341569] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   19.341600] ata9.03: hard resetting link
> [   19.744289] ata9.03: link resume succeeded after 1 retries
> [   19.846327] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   19.846359] ata9.04: hard resetting link
> [   20.249125] ata9.04: link resume succeeded after 1 retries
> [   20.351165] ata9.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   20.351196] ata9.05: hard resetting link
> [   20.655534] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   20.697625] ata9.00: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   20.697631] ata9.00: 625142448 sectors, multi 0: LBA48 
> [   20.755791] ata9.00: configured for UDMA/100
> [   20.803812] ata9.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   20.803820] ata9.01: 625142448 sectors, multi 0: LBA48 
> [   20.803828] ata9.01: applying bridge limits
> [   20.861999] ata9.01: configured for UDMA/100
> [   20.907473] ata9.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   20.907481] ata9.02: 625142448 sectors, multi 0: LBA48 
> [   20.907489] ata9.02: applying bridge limits
> [   20.965567] ata9.02: configured for UDMA/100
> [   21.009201] ata9.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   21.009208] ata9.03: 625142448 sectors, multi 0: LBA48 
> [   21.009235] ata9.03: applying bridge limits
> [   21.067373] ata9.03: configured for UDMA/100
> [   21.068864] ata9.04: ATA-6: Maxtor 96147H6, ZAH814Y0, max UDMA/100
> [   21.068870] ata9.04: 120064896 sectors, multi 0: LBA 
> [   21.068875] ata9.04: applying bridge limits
> [   21.070684] ata9.04: configured for UDMA/100
> [   21.070764] ata9: EH complete
> [   23.200571] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   23.200949] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [   23.203737] ata10.00: hard resetting link
> [   23.508163] ata10.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   23.508194] ata10.01: hard resetting link
> [   23.911059] ata10.01: link resume succeeded after 1 retries
> [   24.013053] ata10.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   24.013084] ata10.02: hard resetting link
> [   24.415910] ata10.02: link resume succeeded after 1 retries
> [   24.517980] ata10.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   24.518012] ata10.03: hard resetting link
> [   24.920928] ata10.03: link resume succeeded after 1 retries
> [   25.022770] ata10.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   25.022801] ata10.04: hard resetting link
> [   25.425701] ata10.04: link resume succeeded after 1 retries
> [   25.527681] ata10.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   25.527712] ata10.05: hard resetting link
> [   25.832000] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   25.879126] ata10.00: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   25.879132] ata10.00: 625142448 sectors, multi 0: LBA48 
> [   25.937192] ata10.00: configured for UDMA/100
> [   25.978792] ata10.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   25.978798] ata10.01: 625142448 sectors, multi 0: LBA48 
> [   26.036936] ata10.01: configured for UDMA/100
> [   26.077728] ata10.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   26.077734] ata10.02: 625142448 sectors, multi 0: LBA48 
> [   26.136026] ata10.02: configured for UDMA/100
> [   26.183072] ata10.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   26.183078] ata10.03: 625142448 sectors, multi 0: LBA48 
> [   26.241261] ata10.03: configured for UDMA/100
> [   26.279920] ata10.04: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [   26.279926] ata10.04: 625142448 sectors, multi 0: LBA48 
> [   26.337727] ata10.04: configured for UDMA/100
> [   26.337793] ata10: EH complete
   :
> [   50.854018] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
> [   50.910997] NFSD: starting 90-second grace period
   :
--------

Best Regards,
Akira
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Gwendal Grignou March 22, 2012, 4:16 p.m. UTC | #8
Akira,

Now I see your problem. Indeed on ata7, ata10, we have a problem.
I notice however some messages I did not see before:
>> [    4.856382] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [    4.858742] ata7.00: hard resetting link
>> [   14.843039] ata7.00: softreset failed (timeout)
>> [   17.836402] ata7.15: qc timeout (cmd 0xe4)
The later indicates that the PMP is stuck and the host can not read
its internal register.
Is it possible that the PMP in these 4 enclosures you are using have a
different firmware than the other ones?
Firmware 1.0114 is available at:
http://www.siliconimage.com/support/searchresults.aspx?pid=26&cat=23

From the release notes:
"""- Fix SRST and initial two RegFIS Problem."""

Gwendal.

On Thu, Mar 22, 2012 at 7:02 AM, ANEZAKI, Akira
<fireblade1230@yahoo.co.jp> wrote:
> Hello Gwendal,
>
> I attached the dmesg logs of the PC that has 6 PMPs and 38 HDDs.
> ata5 and ata6 are SiI3124. 4 HDDs are connected to each port via PMP.
> These 8 HDDs require spin up.
> From ata7 to ata10 are SiI3132. 5 HDDs are connected to each port via
> PMP. And these 20 HDDs are always spin up while power is on. All HDDs
> connected to ata5 and ata6 are identified but slow with original 3.2.x
> driver. Some of HDDs connected to ata7,..., ata10 are not identified.
> So, I deleted ata5/6 messages from logs because logs become very long.
>
> --- 3.2.10 power cycle log ( not patched ) ---
>   :
>> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
>   :
>> [    2.728377] ata7: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff0000 irq 17
>> [    2.728381] ata8: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff2000 irq 17
>> [    2.728385] ata9: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff4000 irq 17
>> [    2.728388] ata10: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff6000 irq 17
>   :
>> [    4.856020] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [    4.856382] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [    4.858742] ata7.00: hard resetting link
>> [   14.843039] ata7.00: softreset failed (timeout)
>> [   17.836402] ata7.15: qc timeout (cmd 0xe4)
>> [   17.836418] ata7.00: failed to read SCR 0 (Emask=0x5)
>> [   17.836422] ata7.00: reset failed, giving up
>> [   17.836427] ata7.15: hard resetting link
>> [   19.963714] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   19.964339] ata7.00: hard resetting link
>> [   29.949543] ata7.00: softreset failed (timeout)
>> [   32.942886] ata7.15: qc timeout (cmd 0xe4)
>> [   32.942902] ata7.00: failed to read SCR 0 (Emask=0x5)
>> [   32.942906] ata7.00: reset failed, giving up
>> [   32.942911] ata7.15: hard resetting link
>> [   35.070205] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   35.070883] ata7.00: hard resetting link
>> [   45.055960] ata7.00: softreset failed (timeout)
>> [   48.049443] ata7.15: qc timeout (cmd 0xe4)
>> [   48.049460] ata7.00: failed to read SCR 0 (Emask=0x5)
>> [   48.049464] ata7.00: reset failed, giving up
>> [   48.049467] ata7.00: failed to recover link after 3 tries, disabling
>> [   48.049472] ata7.15: hard resetting link
>> [   50.176735] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   50.481193] ata7.01: hard resetting link
>> [   50.884173] ata7.01: link resume succeeded after 1 retries
>> [   50.996894] ata7.01: softreset failed (SRST command error)
>> [   50.996972] ata7.01: failed to read SCR 0 (Emask=0x1)
>> [   50.996978] ata7.01: reset failed (errno=-85), retrying in 10 secs
>> [   60.459007] ata7.01: reset failed, giving up
>> [   60.459013] ata7.15: hard resetting link
>> [   62.575241] ata7.15: softreset failed (SRST command error)
>> [   62.575247] ata7.15: reset failed (errno=-5), retrying in 8 secs
>> [   70.436781] ata7.15: hard resetting link
>> [   72.553168] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   72.553176] ata7.15: PMP revalidation failed (errno=-19)
>> [   77.542029] ata7.15: hard resetting link
>> [   79.669334] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   79.973812] ata7.01: hard resetting link
>> [   80.376789] ata7.01: link resume succeeded after 1 retries
>> [   80.489507] ata7.01: softreset failed (SRST command error)
>> [   80.489553] ata7.01: failed to read SCR 0 (Emask=0x1)
>> [   80.489559] ata7.01: reset failed (errno=-85), retrying in 10 secs
>> [   89.951587] ata7.01: reset failed, giving up
>> [   89.951594] ata7.15: hard resetting link
>> [   92.067853] ata7.15: softreset failed (SRST command error)
>> [   92.067859] ata7.15: reset failed (errno=-5), retrying in 8 secs
>> [   99.929408] ata7.15: hard resetting link
>> [  102.045764] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  102.045772] ata7.15: PMP revalidation failed (errno=-19)
>> [  107.034803] ata7.15: hard resetting link
>> [  109.161947] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  109.466423] ata7.01: hard resetting link
>> [  109.869323] ata7.01: link resume succeeded after 1 retries
>> [  110.091871] ata7.01: softreset failed (SRST command error)
>> [  110.091987] ata7.01: failed to read SCR 0 (Emask=0x1)
>> [  110.091993] ata7.01: reset failed (errno=-85), retrying in 10 secs
>> [  119.444232] ata7.01: reset failed, giving up
>> [  119.444238] ata7.01: failed to recover link after 3 tries, disabling
>> [  119.444243] ata7.15: hard resetting link
>> [  119.444247] ata7: controller in dubious state, performing PORT_RST
>> [  121.593366] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  122.300882] ata7.01: link resume succeeded after 1 retries
>> [  122.402786] ata7.02: hard resetting link
>> [  122.805748] ata7.02: link resume succeeded after 1 retries
>> [  123.028249] ata7.02: softreset failed (SRST command error)
>> [  123.127975] ata7.02: failed to read SCR 0 (Emask=0x1)
>> [  123.127981] ata7.02: reset failed (errno=-85), retrying in 10 secs
>> [  132.380480] ata7.02: reset failed, giving up
>> [  132.380487] ata7.15: hard resetting link
>> [  132.380492] ata7: controller in dubious state, performing PORT_RST
>> [  134.529730] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  135.237187] ata7.01: link resume succeeded after 1 retries
>> [  135.339040] ata7.02: hard resetting link
>> [  135.742069] ata7.02: link resume succeeded after 1 retries
>> [  135.854773] ata7.02: softreset failed (SRST command error)
>> [  135.964517] ata7.02: failed to read SCR 0 (Emask=0x1)
>> [  135.964523] ata7.02: reset failed (errno=-85), retrying in 10 secs
>> [  145.316864] ata7.02: reset failed, giving up
>> [  145.316870] ata7.15: hard resetting link
>> [  145.316874] ata7: controller in dubious state, performing PORT_RST
>> [  147.466039] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  148.173548] ata7.01: link resume succeeded after 1 retries
>> [  148.275398] ata7.02: hard resetting link
>> [  148.678350] ata7.02: link resume succeeded after 1 retries
>> [  148.791012] ata7.02: softreset failed (SRST command error)
>> [  148.791027] ata7.02: failed to read SCR 0 (Emask=0x40)
>> [  148.791031] ata7.02: reset failed (errno=-85), retrying in 10 secs
>> [  158.253189] ata7.02: reset failed, giving up
>> [  158.253194] ata7.02: failed to recover link after 3 tries, disabling
>> [  158.253200] ata7.15: hard resetting link
>> [  160.369472] ata7.15: softreset failed (SRST command error)
>> [  160.369479] ata7.15: reset failed (errno=-5), retrying in 8 secs
>> [  168.230986] ata7.15: hard resetting link
>> [  170.347310] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  170.347320] ata7.15: PMP revalidation failed (errno=-19)
>> [  175.336294] ata7.15: hard resetting link
>> [  177.463536] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  178.171042] ata7.01: link resume succeeded after 1 retries
>> [  178.675862] ata7.02: link resume succeeded after 1 retries
>> [  178.777741] ata7.03: hard resetting link
>> [  179.180751] ata7.03: link resume succeeded after 1 retries
>> [  179.326643] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  179.326676] ata7.04: hard resetting link
>> [  179.729532] ata7.04: link resume succeeded after 1 retries
>> [  179.842249] ata7.04: softreset failed (SRST command error)
>> [  179.842266] ata7.04: failed to read SCR 0 (Emask=0x40)
>> [  179.842271] ata7.04: reset failed (errno=-85), retrying in 10 secs
>> [  189.304267] ata7.04: reset failed, giving up
>> [  189.304274] ata7.15: hard resetting link
>> [  191.420632] ata7.15: softreset failed (SRST command error)
>> [  191.420638] ata7.15: reset failed (errno=-5), retrying in 8 secs
>> [  199.282157] ata7.15: hard resetting link
>> [  201.398523] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  201.398530] ata7.15: PMP revalidation failed (errno=-19)
>> [  206.387708] ata7.15: hard resetting link
>> [  208.514709] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  209.222203] ata7.01: link resume succeeded after 1 retries
>> [  209.727084] ata7.02: link resume succeeded after 1 retries
>> [  209.828920] ata7.03: hard resetting link
>> [  210.231971] ata7.03: link resume succeeded after 1 retries
>> [  210.366787] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  210.366845] ata7.04: hard resetting link
>> [  210.769750] ata7.04: link resume succeeded after 1 retries
>> [  210.882448] ata7.04: softreset failed (SRST command error)
>> [  210.992171] ata7.04: failed to read SCR 0 (Emask=0x1)
>> [  210.992178] ata7.04: reset failed (errno=-85), retrying in 10 secs
>> [  220.344472] ata7.04: reset failed, giving up
>> [  220.344480] ata7.15: hard resetting link
>> [  220.344485] ata7: controller in dubious state, performing PORT_RST
>> [  222.493730] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  223.201162] ata7.01: link resume succeeded after 1 retries
>> [  223.706048] ata7.02: link resume succeeded after 1 retries
>> [  223.807935] ata7.03: hard resetting link
>> [  224.210944] ata7.03: link resume succeeded after 1 retries
>> [  224.357054] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  224.357092] ata7.04: hard resetting link
>> [  224.759727] ata7.04: link resume succeeded after 1 retries
>> [  224.872381] ata7.04: softreset failed (SRST command error)
>> [  224.982171] ata7.04: failed to read SCR 0 (Emask=0x1)
>> [  224.982177] ata7.04: reset failed (errno=-85), retrying in 10 secs
>> [  234.334455] ata7.04: reset failed, giving up
>> [  234.334460] ata7.04: failed to recover link after 3 tries, disabling
>> [  234.334466] ata7.15: hard resetting link
>> [  234.334470] ata7: controller in dubious state, performing PORT_RST
>> [  236.483626] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  237.191170] ata7.01: link resume succeeded after 1 retries
>> [  237.696026] ata7.02: link resume succeeded after 1 retries
>> [  238.200931] ata7.04: link resume succeeded after 1 retries
>> [  238.302815] ata7.03: hard resetting link
>> [  238.705815] ata7.03: link resume succeeded after 1 retries
>> [  238.851663] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  238.851697] ata7.05: hard resetting link
>> [  239.156074] ata7.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [  239.171748] ata7.03: ATA-7: WDC WD2500BB-22RDA0, 20.00K20, max UDMA/100
>> [  239.171755] ata7.03: 488397168 sectors, multi 0: LBA48
>> [  239.172994] ata7.03: configured for UDMA/100
>> [  239.173063] ata7: EH complete
>> [  241.301015] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  241.301401] ata8.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [  241.304393] ata8.00: hard resetting link
>> [  251.288864] ata8.00: softreset failed (timeout)
>> [  254.282482] ata8.15: qc timeout (cmd 0xe4)
>> [  254.282498] ata8.00: failed to read SCR 0 (Emask=0x5)
>> [  254.282502] ata8.00: reset failed, giving up
>> [  254.282507] ata8.15: hard resetting link
>> [  256.308766] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  256.309087] ata8.00: hard resetting link
>> [  266.294599] ata8.00: softreset failed (timeout)
>> [  269.287996] ata8.15: qc timeout (cmd 0xe4)
>> [  269.288012] ata8.00: failed to read SCR 0 (Emask=0x5)
>> [  269.288016] ata8.00: reset failed, giving up
>> [  269.288021] ata8.15: hard resetting link
>> [  271.415256] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  271.415676] ata8.00: hard resetting link
>> [  281.400112] ata8.00: softreset failed (timeout)
>> [  284.393557] ata8.15: qc timeout (cmd 0xe4)
>> [  284.393574] ata8.00: failed to read SCR 0 (Emask=0x5)
>> [  284.393578] ata8.00: reset failed, giving up
>> [  284.393581] ata8.00: failed to recover link after 3 tries, disabling
>> [  284.393586] ata8.15: hard resetting link
>> [  286.520673] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  286.825285] ata8.01: hard resetting link
>> [  287.228273] ata8.01: link resume succeeded after 1 retries
>> [  287.340950] ata8.01: softreset failed (SRST command error)
>> [  287.341009] ata8.01: failed to read SCR 0 (Emask=0x1)
>> [  287.341014] ata8.01: reset failed (errno=-85), retrying in 10 secs
>> [  296.802999] ata8.01: reset failed, giving up
>> [  296.803006] ata8.15: hard resetting link
>> [  298.919298] ata8.15: softreset failed (SRST command error)
>> [  298.919304] ata8.15: reset failed (errno=-5), retrying in 8 secs
>> [  306.780857] ata8.15: hard resetting link
>> [  308.897206] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  308.897213] ata8.15: PMP revalidation failed (errno=-19)
>> [  313.886328] ata8.15: hard resetting link
>> [  316.013386] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  316.317852] ata8.01: hard resetting link
>> [  316.720861] ata8.01: link resume succeeded after 1 retries
>> [  316.833555] ata8.01: softreset failed (SRST command error)
>> [  316.943305] ata8.01: failed to read SCR 0 (Emask=0x1)
>> [  316.943310] ata8.01: reset failed (errno=-85), retrying in 10 secs
>> [  326.295601] ata8.01: reset failed, giving up
>> [  326.295609] ata8.15: hard resetting link
>> [  326.295614] ata8: controller in dubious state, performing PORT_RST
>> [  328.444830] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  328.749267] ata8.01: hard resetting link
>> [  329.152302] ata8.01: link resume succeeded after 1 retries
>> [  329.264987] ata8.01: softreset failed (SRST command error)
>> [  329.374746] ata8.01: failed to read SCR 0 (Emask=0x1)
>> [  329.374751] ata8.01: reset failed (errno=-85), retrying in 10 secs
>> [  338.727034] ata8.01: reset failed, giving up
>> [  338.727039] ata8.01: failed to recover link after 3 tries, disabling
>> [  338.727045] ata8.15: hard resetting link
>> [  338.727048] ata8: controller in dubious state, performing PORT_RST
>> [  340.876275] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  341.583749] ata8.01: link resume succeeded after 1 retries
>> [  341.685751] ata8.02: hard resetting link
>> [  342.088629] ata8.02: link resume succeeded after 1 retries
>> [  342.223408] ata8.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  342.223441] ata8.03: hard resetting link
>> [  342.626462] ata8.03: link resume succeeded after 1 retries
>> [  342.761370] ata8.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  342.761404] ata8.04: hard resetting link
>> [  343.076391] ata8.04: softreset failed (SRST command error)
>> [  343.076449] ata8.04: failed to read SCR 0 (Emask=0x1)
>> [  343.076455] ata8.04: reset failed (errno=-85), retrying in 10 secs
>> [  352.738995] ata8.04: reset failed, giving up
>> [  352.739001] ata8.15: hard resetting link
>> [  354.855321] ata8.15: softreset failed (SRST command error)
>> [  354.855327] ata8.15: reset failed (errno=-5), retrying in 8 secs
>> [  362.716861] ata8.15: hard resetting link
>> [  364.834209] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  364.834217] ata8.15: PMP revalidation failed (errno=-19)
>> [  369.823118] ata8.15: hard resetting link
>> [  371.950402] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  372.657852] ata8.01: link resume succeeded after 1 retries
>> [  372.759682] ata8.02: hard resetting link
>> [  373.162733] ata8.02: link resume succeeded after 1 retries
>> [  373.297762] ata8.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  373.297795] ata8.03: hard resetting link
>> [  373.700539] ata8.03: link resume succeeded after 1 retries
>> [  373.835515] ata8.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  373.835549] ata8.04: hard resetting link
>> [  374.150481] ata8.04: softreset failed (SRST command error)
>> [  374.150528] ata8.04: failed to read SCR 0 (Emask=0x1)
>> [  374.150533] ata8.04: reset failed (errno=-85), retrying in 10 secs
>> [  383.813191] ata8.04: reset failed, giving up
>> [  383.813198] ata8.15: hard resetting link
>> [  385.929331] ata8.15: softreset failed (SRST command error)
>> [  385.929337] ata8.15: reset failed (errno=-5), retrying in 8 secs
>> [  393.790968] ata8.15: hard resetting link
>> [  395.907164] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  395.907172] ata8.15: PMP revalidation failed (errno=-19)
>> [  400.896325] ata8.15: hard resetting link
>> [  403.023517] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  403.731005] ata8.01: link resume succeeded after 1 retries
>> [  403.832842] ata8.02: hard resetting link
>> [  404.235865] ata8.02: link resume succeeded after 1 retries
>> [  404.370794] ata8.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  404.370849] ata8.03: hard resetting link
>> [  404.773633] ata8.03: link resume succeeded after 1 retries
>> [  404.908669] ata8.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  404.908703] ata8.04: hard resetting link
>> [  405.223579] ata8.04: softreset failed (SRST command error)
>> [  405.333350] ata8.04: failed to read SCR 0 (Emask=0x1)
>> [  405.333356] ata8.04: reset failed (errno=-85), retrying in 10 secs
>> [  414.886197] ata8.04: reset failed, giving up
>> [  414.886202] ata8.04: failed to recover link after 3 tries, disabling
>> [  414.886208] ata8.15: hard resetting link
>> [  414.886211] ata8: controller in dubious state, performing PORT_RST
>> [  417.035450] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  417.742943] ata8.01: link resume succeeded after 1 retries
>> [  418.247823] ata8.04: link resume succeeded after 1 retries
>> [  418.349670] ata8.02: hard resetting link
>> [  418.752703] ata8.02: link resume succeeded after 1 retries
>> [  418.887633] ata8.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  418.887669] ata8.03: hard resetting link
>> [  419.290512] ata8.03: link resume succeeded after 1 retries
>> [  419.425418] ata8.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  419.425451] ata8.05: hard resetting link
>> [  419.729769] ata8.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [  419.774605] ata8.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  419.774611] ata8.02: 625142448 sectors, multi 0: LBA48
>> [  419.774617] ata8.02: applying bridge limits
>> [  419.832687] ata8.02: configured for UDMA/100
>> [  419.873220] ata8.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  419.873226] ata8.03: 625142448 sectors, multi 0: LBA48
>> [  419.931259] ata8.03: configured for UDMA/100
>> [  419.931327] ata8: EH complete
>> [  422.060283] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  422.060785] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [  422.064165] ata9.00: hard resetting link
>> [  432.051137] ata9.00: softreset failed (timeout)
>> [  435.044561] ata9.15: qc timeout (cmd 0xe4)
>> [  435.044578] ata9.00: failed to read SCR 0 (Emask=0x5)
>> [  435.044582] ata9.00: reset failed, giving up
>> [  435.044587] ata9.15: hard resetting link
>> [  437.171811] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  437.172249] ata9.00: hard resetting link
>> [  447.156648] ata9.00: softreset failed (timeout)
>> [  450.149961] ata9.15: qc timeout (cmd 0xe4)
>> [  450.149979] ata9.00: failed to read SCR 0 (Emask=0x5)
>> [  450.149985] ata9.00: reset failed, giving up
>> [  450.149992] ata9.15: hard resetting link
>> [  452.277364] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  452.277711] ata9.00: hard resetting link
>> [  462.262159] ata9.00: softreset failed (timeout)
>> [  465.255619] ata9.15: qc timeout (cmd 0xe4)
>> [  465.255635] ata9.00: failed to read SCR 0 (Emask=0x5)
>> [  465.255639] ata9.00: reset failed, giving up
>> [  465.255643] ata9.00: failed to recover link after 3 tries, disabling
>> [  465.255648] ata9.15: hard resetting link
>> [  467.382834] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  467.688287] ata9.01: hard resetting link
>> [  468.091305] ata9.01: link resume succeeded after 1 retries
>> [  468.226246] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  468.226301] ata9.02: hard resetting link
>> [  468.629118] ata9.02: link resume succeeded after 1 retries
>> [  468.764014] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  468.764047] ata9.03: hard resetting link
>> [  469.166941] ata9.03: link resume succeeded after 1 retries
>> [  469.301843] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  469.301877] ata9.04: hard resetting link
>> [  469.704728] ata9.04: link resume succeeded after 1 retries
>> [  469.927155] ata9.04: softreset failed (SRST command error)
>> [  469.927269] ata9.04: failed to read SCR 0 (Emask=0x1)
>> [  469.927275] ata9.04: reset failed (errno=-85), retrying in 10 secs
>> [  479.279534] ata9.04: reset failed, giving up
>> [  479.279540] ata9.15: hard resetting link
>> [  479.279544] ata9: controller in dubious state, performing PORT_RST
>> [  481.428685] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  481.733166] ata9.01: hard resetting link
>> [  482.136168] ata9.01: link resume succeeded after 1 retries
>> [  482.271032] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  482.271066] ata9.02: hard resetting link
>> [  482.673977] ata9.02: link resume succeeded after 1 retries
>> [  482.808905] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  482.808938] ata9.03: hard resetting link
>> [  483.211797] ata9.03: link resume succeeded after 1 retries
>> [  483.346679] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  483.346735] ata9.04: hard resetting link
>> [  483.749592] ata9.04: link resume succeeded after 1 retries
>> [  483.862225] ata9.04: softreset failed (SRST command error)
>> [  483.862301] ata9.04: failed to read SCR 0 (Emask=0x1)
>> [  483.862306] ata9.04: reset failed (errno=-85), retrying in 10 secs
>> [  493.324567] ata9.04: reset failed, giving up
>> [  493.324574] ata9.15: hard resetting link
>> [  495.440632] ata9.15: softreset failed (SRST command error)
>> [  495.440638] ata9.15: reset failed (errno=-5), retrying in 8 secs
>> [  503.302208] ata9.15: hard resetting link
>> [  505.418541] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  505.418549] ata9.15: PMP revalidation failed (errno=-19)
>> [  510.407473] ata9.15: hard resetting link
>> [  512.534721] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  512.839192] ata9.01: hard resetting link
>> [  513.242191] ata9.01: link resume succeeded after 1 retries
>> [  513.377113] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  513.377168] ata9.02: hard resetting link
>> [  513.779948] ata9.02: link resume succeeded after 1 retries
>> [  513.914918] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  513.914951] ata9.03: hard resetting link
>> [  514.317810] ata9.03: link resume succeeded after 1 retries
>> [  514.452725] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  514.452759] ata9.04: hard resetting link
>> [  514.855616] ata9.04: link resume succeeded after 1 retries
>> [  514.968324] ata9.04: softreset failed (SRST command error)
>> [  515.078062] ata9.04: failed to read SCR 0 (Emask=0x1)
>> [  515.078068] ata9.04: reset failed (errno=-85), retrying in 10 secs
>> [  524.430341] ata9.04: reset failed, giving up
>> [  524.430346] ata9.04: failed to recover link after 3 tries, disabling
>> [  524.430352] ata9.15: hard resetting link
>> [  524.430355] ata9: controller in dubious state, performing PORT_RST
>> [  526.579506] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  527.287026] ata9.04: link resume succeeded after 1 retries
>> [  527.388982] ata9.01: hard resetting link
>> [  527.791958] ata9.01: link resume succeeded after 1 retries
>> [  527.926873] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  527.926906] ata9.02: hard resetting link
>> [  528.329747] ata9.02: link resume succeeded after 1 retries
>> [  528.464667] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  528.464723] ata9.03: hard resetting link
>> [  528.867555] ata9.03: link resume succeeded after 1 retries
>> [  529.002500] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  529.002537] ata9.05: hard resetting link
>> [  529.306850] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [  529.349846] ata9.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  529.349852] ata9.01: 625142448 sectors, multi 0: LBA48
>> [  529.349858] ata9.01: applying bridge limits
>> [  529.407928] ata9.01: configured for UDMA/100
>> [  529.454790] ata9.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  529.454796] ata9.02: 625142448 sectors, multi 0: LBA48
>> [  529.454802] ata9.02: applying bridge limits
>> [  529.512845] ata9.02: configured for UDMA/100
>> [  529.557037] ata9.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  529.557043] ata9.03: 625142448 sectors, multi 0: LBA48
>> [  529.557049] ata9.03: applying bridge limits
>> [  529.615208] ata9.03: configured for UDMA/100
>> [  529.615276] ata9: EH complete
>> [  531.745132] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  531.745518] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [  531.748378] ata10.00: hard resetting link
>> [  541.732981] ata10.00: softreset failed (timeout)
>> [  544.726484] ata10.15: qc timeout (cmd 0xe4)
>> [  544.726500] ata10.00: failed to read SCR 0 (Emask=0x5)
>> [  544.726504] ata10.00: reset failed, giving up
>> [  544.726509] ata10.15: hard resetting link
>> [  546.853639] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  546.854296] ata10.00: hard resetting link
>> [  556.839495] ata10.00: softreset failed (timeout)
>> [  559.832859] ata10.15: qc timeout (cmd 0xe4)
>> [  559.832875] ata10.00: failed to read SCR 0 (Emask=0x5)
>> [  559.832879] ata10.00: reset failed, giving up
>> [  559.832884] ata10.15: hard resetting link
>> [  561.960149] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  561.960603] ata10.00: hard resetting link
>> [  571.944967] ata10.00: softreset failed (timeout)
>> [  574.938480] ata10.15: qc timeout (cmd 0xe4)
>> [  574.938496] ata10.00: failed to read SCR 0 (Emask=0x5)
>> [  574.938500] ata10.00: reset failed, giving up
>> [  574.938504] ata10.00: failed to recover link after 3 tries, disabling
>> [  574.938509] ata10.15: hard resetting link
>> [  577.065685] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  577.370126] ata10.01: hard resetting link
>> [  577.773138] ata10.01: link resume succeeded after 1 retries
>> [  577.908044] ata10.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  577.908100] ata10.02: hard resetting link
>> [  578.310944] ata10.02: link resume succeeded after 1 retries
>> [  578.445975] ata10.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  578.446011] ata10.03: hard resetting link
>> [  578.848752] ata10.03: link resume succeeded after 1 retries
>> [  578.983663] ata10.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  578.983696] ata10.04: hard resetting link
>> [  579.386604] ata10.04: link resume succeeded after 1 retries
>> [  579.521504] ata10.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  579.521537] ata10.05: hard resetting link
>> [  579.825806] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [  579.867413] ata10.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  579.867419] ata10.01: 625142448 sectors, multi 0: LBA48
>> [  579.925564] ata10.01: configured for UDMA/100
>> [  579.976084] ata10.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  579.976093] ata10.02: 625142448 sectors, multi 0: LBA48
>> [  580.034256] ata10.02: configured for UDMA/100
>> [  580.079872] ata10.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  580.079880] ata10.03: 625142448 sectors, multi 0: LBA48
>> [  580.138089] ata10.03: configured for UDMA/100
>> [  580.181012] ata10.04: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  580.181018] ata10.04: 625142448 sectors, multi 0: LBA48
>> [  580.238994] ata10.04: configured for UDMA/100
>> [  580.239060] ata10: EH complete
>   :
>> [  673.269722] systemd[1]: Startup finished in 2s 215ms 631us (kernel) + 9min 41s 253ms 808us (initrd) + 1min 31s 95ms 965us (userspace) = 11min 14s 565ms 404us.
> --------
>
> --- 3.2.10 warm reset log ( not patched ) ---
>   :
>> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
>   :
>> [    2.728305] ata7: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff0000 irq 17
>> [    2.728309] ata8: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff2000 irq 17
>> [    2.728313] ata9: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff4000 irq 17
>> [    2.728317] ata10: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff6000 irq 17
>   :
>> [    4.857114] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [    4.857429] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [    4.860366] ata7.00: hard resetting link
>> [   14.847053] ata7.00: softreset failed (timeout)
>> [   17.840588] ata7.15: qc timeout (cmd 0xe4)
>> [   17.840605] ata7.00: failed to read SCR 0 (Emask=0x5)
>> [   17.840609] ata7.00: reset failed, giving up
>> [   17.840614] ata7.15: hard resetting link
>> [   19.967586] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   19.967961] ata7.00: hard resetting link
>> [   29.952563] ata7.00: softreset failed (timeout)
>> [   32.946005] ata7.15: qc timeout (cmd 0xe4)
>> [   32.946021] ata7.00: failed to read SCR 0 (Emask=0x5)
>> [   32.946025] ata7.00: reset failed, giving up
>> [   32.946030] ata7.15: hard resetting link
>> [   35.073261] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   35.073643] ata7.00: hard resetting link
>> [   45.058071] ata7.00: softreset failed (timeout)
>> [   48.051483] ata7.15: qc timeout (cmd 0xe4)
>> [   48.051499] ata7.00: failed to read SCR 0 (Emask=0x5)
>> [   48.051503] ata7.00: reset failed, giving up
>> [   48.051507] ata7.00: failed to recover link after 3 tries, disabling
>> [   48.051512] ata7.15: hard resetting link
>> [   50.178736] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   50.483203] ata7.01: hard resetting link
>> [   50.886209] ata7.01: link resume succeeded after 1 retries
>> [   51.108651] ata7.01: softreset failed (SRST command error)
>> [   51.108762] ata7.01: failed to read SCR 0 (Emask=0x1)
>> [   51.108768] ata7.01: reset failed (errno=-85), retrying in 10 secs
>> [   60.460919] ata7.01: reset failed, giving up
>> [   60.460925] ata7.15: hard resetting link
>> [   60.460929] ata7: controller in dubious state, performing PORT_RST
>> [   62.610196] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   62.914676] ata7.01: hard resetting link
>> [   63.317656] ata7.01: link resume succeeded after 1 retries
>> [   63.540078] ata7.01: softreset failed (SRST command error)
>> [   63.540189] ata7.01: failed to read SCR 0 (Emask=0x1)
>> [   63.540195] ata7.01: reset failed (errno=-85), retrying in 10 secs
>> [   72.892375] ata7.01: reset failed, giving up
>> [   72.892381] ata7.15: hard resetting link
>> [   72.892385] ata7: controller in dubious state, performing PORT_RST
>> [   75.041637] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   75.346105] ata7.01: hard resetting link
>> [   75.749094] ata7.01: link resume succeeded after 1 retries
>> [   75.861794] ata7.01: softreset failed (SRST command error)
>> [   75.971535] ata7.01: failed to read SCR 0 (Emask=0x1)
>> [   75.971541] ata7.01: reset failed (errno=-85), retrying in 10 secs
>> [   85.323801] ata7.01: reset failed, giving up
>> [   85.323806] ata7.01: failed to recover link after 3 tries, disabling
>> [   85.323812] ata7.15: hard resetting link
>> [   85.323815] ata7: controller in dubious state, performing PORT_RST
>> [   87.473057] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   88.180573] ata7.01: link resume succeeded after 1 retries
>> [   88.282411] ata7.02: hard resetting link
>> [   88.685408] ata7.02: link resume succeeded after 1 retries
>> [   88.907856] ata7.02: softreset failed (SRST command error)
>> [   89.017611] ata7.02: failed to read SCR 0 (Emask=0x1)
>> [   89.017617] ata7.02: reset failed (errno=-85), retrying in 10 secs
>> [   98.260156] ata7.02: reset failed, giving up
>> [   98.260162] ata7.15: hard resetting link
>> [   98.260166] ata7: controller in dubious state, performing PORT_RST
>> [  100.409394] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  101.116820] ata7.01: link resume succeeded after 1 retries
>> [  101.218781] ata7.02: hard resetting link
>> [  101.621721] ata7.02: link resume succeeded after 1 retries
>> [  101.734438] ata7.02: softreset failed (SRST command error)
>> [  101.734497] ata7.02: failed to read SCR 0 (Emask=0x1)
>> [  101.734503] ata7.02: reset failed (errno=-85), retrying in 10 secs
>> [  111.196658] ata7.02: reset failed, giving up
>> [  111.196665] ata7.15: hard resetting link
>> [  113.312791] ata7.15: softreset failed (SRST command error)
>> [  113.312796] ata7.15: reset failed (errno=-5), retrying in 8 secs
>> [  121.174424] ata7.15: hard resetting link
>> [  123.290728] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  123.290735] ata7.15: PMP revalidation failed (errno=-19)
>> [  128.279611] ata7.15: hard resetting link
>> [  130.406891] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  131.114346] ata7.01: link resume succeeded after 1 retries
>> [  131.216223] ata7.02: hard resetting link
>> [  131.619242] ata7.02: link resume succeeded after 1 retries
>> [  131.841674] ata7.02: softreset failed (SRST command error)
>> [  131.841789] ata7.02: failed to read SCR 0 (Emask=0x1)
>> [  131.841795] ata7.02: reset failed (errno=-85), retrying in 10 secs
>> [  141.194111] ata7.02: reset failed, giving up
>> [  141.194116] ata7.02: failed to recover link after 3 tries, disabling
>> [  141.194122] ata7.15: hard resetting link
>> [  141.194126] ata7: controller in dubious state, performing PORT_RST
>> [  143.343218] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  144.050671] ata7.01: link resume succeeded after 1 retries
>> [  144.555590] ata7.02: link resume succeeded after 1 retries
>> [  144.657379] ata7.03: hard resetting link
>> [  145.060433] ata7.03: link resume succeeded after 1 retries
>> [  145.206413] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  145.206446] ata7.04: hard resetting link
>> [  145.609232] ata7.04: link resume succeeded after 1 retries
>> [  145.721921] ata7.04: softreset failed (SRST command error)
>> [  145.721997] ata7.04: failed to read SCR 0 (Emask=0x1)
>> [  145.722003] ata7.04: reset failed (errno=-85), retrying in 10 secs
>> [  155.184070] ata7.04: reset failed, giving up
>> [  155.184076] ata7.15: hard resetting link
>> [  157.300201] ata7.15: softreset failed (SRST command error)
>> [  157.300206] ata7.15: reset failed (errno=-5), retrying in 8 secs
>> [  165.161929] ata7.15: hard resetting link
>> [  167.278086] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  167.278094] ata7.15: PMP revalidation failed (errno=-19)
>> [  172.267085] ata7.15: hard resetting link
>> [  174.394357] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  175.101835] ata7.01: link resume succeeded after 1 retries
>> [  175.606735] ata7.02: link resume succeeded after 1 retries
>> [  175.708593] ata7.03: hard resetting link
>> [  176.111610] ata7.03: link resume succeeded after 1 retries
>> [  176.257481] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  176.257514] ata7.04: hard resetting link
>> [  176.660366] ata7.04: link resume succeeded after 1 retries
>> [  176.882825] ata7.04: softreset failed (SRST command error)
>> [  176.882943] ata7.04: failed to read SCR 0 (Emask=0x1)
>> [  176.882948] ata7.04: reset failed (errno=-85), retrying in 10 secs
>> [  186.235215] ata7.04: reset failed, giving up
>> [  186.235221] ata7.15: hard resetting link
>> [  186.235225] ata7: controller in dubious state, performing PORT_RST
>> [  188.384387] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  189.091824] ata7.01: link resume succeeded after 1 retries
>> [  189.596721] ata7.02: link resume succeeded after 1 retries
>> [  189.698575] ata7.03: hard resetting link
>> [  190.101579] ata7.03: link resume succeeded after 1 retries
>> [  190.236540] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  190.236573] ata7.04: hard resetting link
>> [  190.639411] ata7.04: link resume succeeded after 1 retries
>> [  190.861835] ata7.04: softreset failed (SRST command error)
>> [  190.861952] ata7.04: failed to read SCR 0 (Emask=0x1)
>> [  190.861958] ata7.04: reset failed (errno=-85), retrying in 10 secs
>> [  200.214230] ata7.04: reset failed, giving up
>> [  200.214235] ata7.04: failed to recover link after 3 tries, disabling
>> [  200.214241] ata7.15: hard resetting link
>> [  200.214245] ata7: controller in dubious state, performing PORT_RST
>> [  202.363386] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  203.070830] ata7.01: link resume succeeded after 1 retries
>> [  203.575726] ata7.02: link resume succeeded after 1 retries
>> [  204.080613] ata7.04: link resume succeeded after 1 retries
>> [  204.182486] ata7.03: hard resetting link
>> [  204.585489] ata7.03: link resume succeeded after 1 retries
>> [  204.731415] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  204.731470] ata7.05: hard resetting link
>> [  205.035777] ata7.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [  205.048761] ata7.03: ATA-7: WDC WD2500BB-22RDA0, 20.00K20, max UDMA/100
>> [  205.048767] ata7.03: 488397168 sectors, multi 0: LBA48
>> [  205.050024] ata7.03: configured for UDMA/100
>> [  205.050091] ata7: EH complete
>> [  207.178745] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  207.179371] ata8.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [  207.182429] ata8.00: hard resetting link
>> [  217.168525] ata8.00: softreset failed (timeout)
>> [  220.161929] ata8.15: qc timeout (cmd 0xe4)
>> [  220.161945] ata8.00: failed to read SCR 0 (Emask=0x5)
>> [  220.161949] ata8.00: reset failed, giving up
>> [  220.161954] ata8.15: hard resetting link
>> [  222.289193] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  222.289669] ata8.00: hard resetting link
>> [  232.274042] ata8.00: softreset failed (timeout)
>> [  235.267413] ata8.15: qc timeout (cmd 0xe4)
>> [  235.267430] ata8.00: failed to read SCR 0 (Emask=0x5)
>> [  235.267434] ata8.00: reset failed, giving up
>> [  235.267439] ata8.15: hard resetting link
>> [  237.394721] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  237.395117] ata8.00: hard resetting link
>> [  247.381547] ata8.00: softreset failed (timeout)
>> [  250.375186] ata8.15: qc timeout (cmd 0xe4)
>> [  250.375202] ata8.00: failed to read SCR 0 (Emask=0x5)
>> [  250.375206] ata8.00: reset failed, giving up
>> [  250.375210] ata8.00: failed to recover link after 3 tries, disabling
>> [  250.375215] ata8.15: hard resetting link
>> [  252.502205] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  252.806698] ata8.01: hard resetting link
>> [  253.209687] ata8.01: link resume succeeded after 1 retries
>> [  253.322366] ata8.01: softreset failed (SRST command error)
>> [  253.432126] ata8.01: failed to read SCR 0 (Emask=0x1)
>> [  253.432132] ata8.01: reset failed (errno=-85), retrying in 10 secs
>> [  262.784386] ata8.01: reset failed, giving up
>> [  262.784393] ata8.15: hard resetting link
>> [  262.784396] ata8: controller in dubious state, performing PORT_RST
>> [  264.933544] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  265.238130] ata8.01: hard resetting link
>> [  265.641134] ata8.01: link resume succeeded after 1 retries
>> [  265.863530] ata8.01: softreset failed (SRST command error)
>> [  265.863649] ata8.01: failed to read SCR 0 (Emask=0x1)
>> [  265.863656] ata8.01: reset failed (errno=-85), retrying in 10 secs
>> [  275.215940] ata8.01: reset failed, giving up
>> [  275.215947] ata8.15: hard resetting link
>> [  275.215950] ata8: controller in dubious state, performing PORT_RST
>> [  277.365109] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  277.669544] ata8.01: hard resetting link
>> [  278.072561] ata8.01: link resume succeeded after 1 retries
>> [  278.185268] ata8.01: softreset failed (SRST command error)
>> [  278.185345] ata8.01: failed to read SCR 0 (Emask=0x1)
>> [  278.185350] ata8.01: reset failed (errno=-85), retrying in 10 secs
>> [  287.647375] ata8.01: reset failed, giving up
>> [  287.647380] ata8.01: failed to recover link after 3 tries, disabling
>> [  287.647386] ata8.15: hard resetting link
>> [  289.763635] ata8.15: softreset failed (SRST command error)
>> [  289.763641] ata8.15: reset failed (errno=-5), retrying in 8 secs
>> [  297.625370] ata8.15: hard resetting link
>> [  299.741510] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  299.741517] ata8.15: PMP revalidation failed (errno=-19)
>> [  304.730436] ata8.15: hard resetting link
>> [  306.857730] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  307.565198] ata8.01: link resume succeeded after 1 retries
>> [  307.667104] ata8.02: hard resetting link
>> [  308.070064] ata8.02: link resume succeeded after 1 retries
>> [  308.204919] ata8.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  308.204959] ata8.03: hard resetting link
>> [  308.607881] ata8.03: link resume succeeded after 1 retries
>> [  308.742869] ata8.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  308.742925] ata8.04: hard resetting link
>> [  309.167567] ata8.04: softreset failed (SRST command error)
>> [  309.167683] ata8.04: failed to read SCR 0 (Emask=0x1)
>> [  309.167689] ata8.04: reset failed (errno=-85), retrying in 10 secs
>> [  318.720492] ata8.04: reset failed, giving up
>> [  318.720498] ata8.15: hard resetting link
>> [  318.720502] ata8: controller in dubious state, performing PORT_RST
>> [  320.869657] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  321.577152] ata8.01: link resume succeeded after 1 retries
>> [  321.679005] ata8.02: hard resetting link
>> [  322.081996] ata8.02: link resume succeeded after 1 retries
>> [  322.216966] ata8.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  322.216999] ata8.03: hard resetting link
>> [  322.619825] ata8.03: link resume succeeded after 1 retries
>> [  322.754896] ata8.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  322.754930] ata8.04: hard resetting link
>> [  323.157612] ata8.04: link resume succeeded after 1 retries
>> [  323.292583] ata8.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  323.292616] ata8.05: hard resetting link
>> [  323.596925] ata8.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [  323.640767] ata8.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  323.640773] ata8.02: 625142448 sectors, multi 0: LBA48
>> [  323.640779] ata8.02: applying bridge limits
>> [  323.698858] ata8.02: configured for UDMA/100
>> [  323.745674] ata8.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  323.745680] ata8.03: 625142448 sectors, multi 0: LBA48
>> [  323.803639] ata8.03: configured for UDMA/100
>> [  323.842716] ata8.04: ATA-7: ST3320620A, 3.AAC, max UDMA/100
>> [  323.842722] ata8.04: 625142448 sectors, multi 0: LBA48
>> [  323.900831] ata8.04: configured for UDMA/100
>> [  323.900899] ata8: EH complete
>> [  326.030208] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  326.030699] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [  326.033845] ata9.00: hard resetting link
>> [  336.019051] ata9.00: softreset failed (timeout)
>> [  339.012488] ata9.15: qc timeout (cmd 0xe4)
>> [  339.012504] ata9.00: failed to read SCR 0 (Emask=0x5)
>> [  339.012508] ata9.00: reset failed, giving up
>> [  339.012513] ata9.15: hard resetting link
>> [  341.139699] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  341.140064] ata9.00: hard resetting link
>> [  351.124563] ata9.00: softreset failed (timeout)
>> [  354.117970] ata9.15: qc timeout (cmd 0xe4)
>> [  354.117986] ata9.00: failed to read SCR 0 (Emask=0x5)
>> [  354.117991] ata9.00: reset failed, giving up
>> [  354.117995] ata9.15: hard resetting link
>> [  356.245238] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  356.245646] ata9.00: hard resetting link
>> [  366.232072] ata9.00: softreset failed (timeout)
>> [  369.225622] ata9.15: qc timeout (cmd 0xe4)
>> [  369.225639] ata9.00: failed to read SCR 0 (Emask=0x5)
>> [  369.225643] ata9.00: reset failed, giving up
>> [  369.225646] ata9.00: failed to recover link after 3 tries, disabling
>> [  369.225651] ata9.15: hard resetting link
>> [  371.352723] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  371.658238] ata9.01: hard resetting link
>> [  372.061197] ata9.01: link resume succeeded after 1 retries
>> [  372.196197] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  372.196231] ata9.02: hard resetting link
>> [  372.599024] ata9.02: link resume succeeded after 1 retries
>> [  372.734004] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  372.734059] ata9.03: hard resetting link
>> [  373.136813] ata9.03: link resume succeeded after 1 retries
>> [  373.271772] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  373.271991] ata9.04: hard resetting link
>> [  373.674613] ata9.04: link resume succeeded after 1 retries
>> [  373.897067] ata9.04: softreset failed (SRST command error)
>> [  373.897181] ata9.04: failed to read SCR 0 (Emask=0x1)
>> [  373.897186] ata9.04: reset failed (errno=-85), retrying in 10 secs
>> [  383.249478] ata9.04: reset failed, giving up
>> [  383.249485] ata9.15: hard resetting link
>> [  383.249488] ata9: controller in dubious state, performing PORT_RST
>> [  385.398590] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  385.703106] ata9.01: hard resetting link
>> [  386.106062] ata9.01: link resume succeeded after 1 retries
>> [  386.241016] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  386.241049] ata9.02: hard resetting link
>> [  386.643858] ata9.02: link resume succeeded after 1 retries
>> [  386.778833] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  386.778867] ata9.03: hard resetting link
>> [  387.181678] ata9.03: link resume succeeded after 1 retries
>> [  387.316679] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  387.316712] ata9.04: hard resetting link
>> [  387.719469] ata9.04: link resume succeeded after 1 retries
>> [  387.941933] ata9.04: softreset failed (SRST command error)
>> [  388.051691] ata9.04: failed to read SCR 0 (Emask=0x1)
>> [  388.051697] ata9.04: reset failed (errno=-85), retrying in 10 secs
>> [  397.294204] ata9.04: reset failed, giving up
>> [  397.294211] ata9.15: hard resetting link
>> [  397.294215] ata9: controller in dubious state, performing PORT_RST
>> [  399.443466] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  399.748924] ata9.01: hard resetting link
>> [  400.151923] ata9.01: link resume succeeded after 1 retries
>> [  400.286954] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  400.287009] ata9.02: hard resetting link
>> [  400.602829] ata9.02: softreset failed (SRST command error)
>> [  400.602873] ata9.02: failed to read SCR 0 (Emask=0x1)
>> [  400.602878] ata9.02: reset failed (errno=-85), retrying in 10 secs
>> [  410.264596] ata9.02: reset failed, giving up
>> [  410.264602] ata9.15: hard resetting link
>> [  412.380787] ata9.15: softreset failed (SRST command error)
>> [  412.380793] ata9.15: reset failed (errno=-5), retrying in 8 secs
>> [  420.242419] ata9.15: hard resetting link
>> [  422.358667] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  422.358674] ata9.15: PMP revalidation failed (errno=-19)
>> [  427.347591] ata9.15: hard resetting link
>> [  429.474906] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  429.779395] ata9.01: hard resetting link
>> [  430.182351] ata9.01: link resume succeeded after 1 retries
>> [  430.317296] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  430.317351] ata9.02: hard resetting link
>> [  430.720197] ata9.02: link resume succeeded after 1 retries
>> [  430.855159] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  430.855193] ata9.03: hard resetting link
>> [  431.257981] ata9.03: link resume succeeded after 1 retries
>> [  431.392905] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  431.392939] ata9.04: hard resetting link
>> [  431.795778] ata9.04: link resume succeeded after 1 retries
>> [  432.018221] ata9.04: softreset failed (SRST command error)
>> [  432.127979] ata9.04: failed to read SCR 0 (Emask=0x1)
>> [  432.127985] ata9.04: reset failed (errno=-85), retrying in 10 secs
>> [  441.370492] ata9.04: reset failed, giving up
>> [  441.370497] ata9.04: failed to recover link after 3 tries, disabling
>> [  441.370503] ata9.15: hard resetting link
>> [  441.370506] ata9: controller in dubious state, performing PORT_RST
>> [  443.519744] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  444.228219] ata9.04: link resume succeeded after 1 retries
>> [  444.330047] ata9.01: hard resetting link
>> [  444.733074] ata9.01: link resume succeeded after 1 retries
>> [  444.868066] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  444.868100] ata9.02: hard resetting link
>> [  445.270895] ata9.02: link resume succeeded after 1 retries
>> [  445.405825] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  445.405858] ata9.03: hard resetting link
>> [  445.808708] ata9.03: link resume succeeded after 1 retries
>> [  445.943636] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  445.943670] ata9.05: hard resetting link
>> [  446.247941] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [  446.296913] ata9.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  446.296919] ata9.01: 625142448 sectors, multi 0: LBA48
>> [  446.296925] ata9.01: applying bridge limits
>> [  446.355077] ata9.01: configured for UDMA/100
>> [  446.395040] ata9.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  446.395046] ata9.02: 625142448 sectors, multi 0: LBA48
>> [  446.395052] ata9.02: applying bridge limits
>> [  446.452939] ata9.02: configured for UDMA/100
>> [  446.495345] ata9.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  446.495351] ata9.03: 625142448 sectors, multi 0: LBA48
>> [  446.495357] ata9.03: applying bridge limits
>> [  446.553517] ata9.03: configured for UDMA/100
>> [  446.553584] ata9: EH complete
>> [  448.683166] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  448.683486] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [  448.687214] ata10.00: hard resetting link
>> [  458.672134] ata10.00: softreset failed (timeout)
>> [  461.665544] ata10.15: qc timeout (cmd 0xe4)
>> [  461.665560] ata10.00: failed to read SCR 0 (Emask=0x5)
>> [  461.665564] ata10.00: reset failed, giving up
>> [  461.665569] ata10.15: hard resetting link
>> [  463.792817] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  463.793226] ata10.00: hard resetting link
>> [  473.777653] ata10.00: softreset failed (timeout)
>> [  476.771082] ata10.15: qc timeout (cmd 0xe4)
>> [  476.771098] ata10.00: failed to read SCR 0 (Emask=0x5)
>> [  476.771103] ata10.00: reset failed, giving up
>> [  476.771107] ata10.15: hard resetting link
>> [  478.899314] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  478.899908] ata10.00: hard resetting link
>> [  488.887138] ata10.00: softreset failed (timeout)
>> [  491.880576] ata10.15: qc timeout (cmd 0xe4)
>> [  491.880592] ata10.00: failed to read SCR 0 (Emask=0x5)
>> [  491.880596] ata10.00: reset failed, giving up
>> [  491.880600] ata10.00: failed to recover link after 3 tries, disabling
>> [  491.880605] ata10.15: hard resetting link
>> [  494.007817] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  494.312333] ata10.01: hard resetting link
>> [  494.715272] ata10.01: link resume succeeded after 1 retries
>> [  494.850280] ata10.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  494.850313] ata10.02: hard resetting link
>> [  495.253111] ata10.02: link resume succeeded after 1 retries
>> [  495.388016] ata10.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  495.388049] ata10.03: hard resetting link
>> [  495.790830] ata10.03: link resume succeeded after 1 retries
>> [  495.925873] ata10.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  495.925907] ata10.04: hard resetting link
>> [  496.328734] ata10.04: link resume succeeded after 1 retries
>> [  496.463716] ata10.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [  496.463771] ata10.05: hard resetting link
>> [  496.768009] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [  496.807384] ata10.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  496.807390] ata10.01: 625142448 sectors, multi 0: LBA48
>> [  496.865535] ata10.01: configured for UDMA/100
>> [  496.906478] ata10.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  496.906484] ata10.02: 625142448 sectors, multi 0: LBA48
>> [  496.964626] ata10.02: configured for UDMA/100
>> [  497.006300] ata10.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  497.006306] ata10.03: 625142448 sectors, multi 0: LBA48
>> [  497.072809] ata10.03: configured for UDMA/100
>> [  497.114788] ata10.04: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [  497.114794] ata10.04: 625142448 sectors, multi 0: LBA48
>> [  497.181051] ata10.04: configured for UDMA/100
>> [  497.181118] ata10: EH complete
>   :
>> [  590.217860] systemd[1]: Startup finished in 2s 202ms 781us (kernel) + 8min 18s 52ms 150us (initrd) + 1min 31s 63ms 470us (userspace) = 9min 51s 318ms 401us.
> --------
>
> --- 3.2.10 power cycle log ( patch is applied ) ---
>   :
>> [    0.000000] Linux version 3.2.10-3.aa.fc16.i686.PAE (anezaki@server4) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 22 08:14:54 JST 2012
>   :
>> [    2.729562] ata7: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff0000 irq 17
>> [    2.729566] ata8: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff2000 irq 17
>> [    2.729570] ata9: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff4000 irq 17
>> [    2.729573] ata10: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff6000 irq 17
>   :
>> [    4.856167] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [    4.856555] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [    4.860371] ata7.00: hard resetting link
>> [    5.164779] ata7.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [    5.164812] ata7.01: hard resetting link
>> [    5.567672] ata7.01: link resume succeeded after 1 retries
>> [    5.669657] ata7.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [    5.669687] ata7.02: hard resetting link
>> [    6.072522] ata7.02: link resume succeeded after 1 retries
>> [    6.174570] ata7.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [    6.174601] ata7.03: hard resetting link
>> [    6.577435] ata7.03: link resume succeeded after 1 retries
>> [    6.679594] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [    6.679625] ata7.04: hard resetting link
>> [    7.082306] ata7.04: link resume succeeded after 1 retries
>> [    7.184388] ata7.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [    7.184419] ata7.05: hard resetting link
>> [    7.488718] ata7.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [    7.534065] ata7.00: ATA-7: ST3320620A, 3.AAC, max UDMA/100
>> [    7.534071] ata7.00: 625142448 sectors, multi 0: LBA48
>> [    7.534090] ata7.00: applying bridge limits
>> [    7.592213] ata7.00: configured for UDMA/100
>> [    7.596737] ata7.01: ATA-6: WDC WD2500BB-55GUC0, 08.02D08, max UDMA/100
>> [    7.596743] ata7.01: 488397168 sectors, multi 0: LBA48
>> [    7.602618] ata7.01: configured for UDMA/100
>> [    7.606381] ata7.02: ATA-7: Maxtor 7L250R0, BAJ41G20, max UDMA/133
>> [    7.606387] ata7.02: 490234752 sectors, multi 0: LBA48
>> [    7.606393] ata7.02: applying bridge limits
>> [    7.611626] ata7.02: configured for UDMA/100
>> [    7.623764] ata7.03: ATA-7: WDC WD2500BB-22RDA0, 20.00K20, max UDMA/100
>> [    7.623770] ata7.03: 488397168 sectors, multi 0: LBA48
>> [    7.624811] ata7.03: configured for UDMA/100
>> [    7.629200] ata7.04: ATA-6: WDC WD1600BB-55GUA0, 08.02D08, max UDMA/100
>> [    7.629205] ata7.04: 312581808 sectors, multi 0: LBA48
>> [    7.634917] ata7.04: configured for UDMA/100
>> [    7.635002] ata7: EH complete
>> [   34.285986] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   34.286427] ata8.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [   34.288785] ata8.00: hard resetting link
>> [   34.593587] ata8.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   34.593617] ata8.01: hard resetting link
>> [   34.996435] ata8.01: link resume succeeded after 1 retries
>> [   35.098512] ata8.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   35.098543] ata8.02: hard resetting link
>> [   35.501314] ata8.02: link resume succeeded after 1 retries
>> [   35.603259] ata8.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   35.603290] ata8.03: hard resetting link
>> [   36.006195] ata8.03: link resume succeeded after 1 retries
>> [   36.108256] ata8.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   36.108287] ata8.04: hard resetting link
>> [   36.412602] ata8.04: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   36.412632] ata8.05: hard resetting link
>> [   36.717004] ata8.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   36.762712] ata8.00: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   36.762719] ata8.00: 625142448 sectors, multi 0: LBA48
>> [   36.845768] ata8.00: configured for UDMA/100
>> [   36.849244] ata8.01: ATA-5: WDC WD1200AB-22CBA1, 04.07B04, max UDMA/100
>> [   36.849250] ata8.01: 234441648 sectors, multi 0: LBA
>> [   36.849256] ata8.01: applying bridge limits
>> [   36.853680] ata8.01: configured for UDMA/100
>> [   36.891680] ata8.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   36.891686] ata8.02: 625142448 sectors, multi 0: LBA48
>> [   36.891692] ata8.02: applying bridge limits
>> [   36.949795] ata8.02: configured for UDMA/100
>> [   36.987189] ata8.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   36.987195] ata8.03: 625142448 sectors, multi 0: LBA48
>> [   37.045271] ata8.03: configured for UDMA/100
>> [   37.085915] ata8.04: ATA-7: ST3320620A, 3.AAC, max UDMA/100
>> [   37.085921] ata8.04: 625142448 sectors, multi 0: LBA48
>> [   37.144042] ata8.04: configured for UDMA/100
>> [   37.144107] ata8: EH complete
>> [   39.274927] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   39.275464] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [   39.278021] ata9.00: hard resetting link
>> [   39.582515] ata9.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   39.582546] ata9.01: hard resetting link
>> [   39.985368] ata9.01: link resume succeeded after 1 retries
>> [   40.087368] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   40.087403] ata9.02: hard resetting link
>> [   40.490243] ata9.02: link resume succeeded after 1 retries
>> [   40.592245] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   40.592276] ata9.03: hard resetting link
>> [   40.995137] ata9.03: link resume succeeded after 1 retries
>> [   41.097150] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   41.097180] ata9.04: hard resetting link
>> [   41.500012] ata9.04: link resume succeeded after 1 retries
>> [   41.602003] ata9.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   41.602034] ata9.05: hard resetting link
>> [   41.906397] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   42.014200] ata9.00: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   42.014206] ata9.00: 625142448 sectors, multi 0: LBA48
>> [   42.072324] ata9.00: configured for UDMA/100
>> [   42.111485] ata9.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   42.111491] ata9.01: 625142448 sectors, multi 0: LBA48
>> [   42.111497] ata9.01: applying bridge limits
>> [   42.169647] ata9.01: configured for UDMA/100
>> [   42.218013] ata9.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   42.218019] ata9.02: 625142448 sectors, multi 0: LBA48
>> [   42.218025] ata9.02: applying bridge limits
>> [   42.276087] ata9.02: configured for UDMA/100
>> [   42.320248] ata9.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   42.320254] ata9.03: 625142448 sectors, multi 0: LBA48
>> [   42.320260] ata9.03: applying bridge limits
>> [   42.378414] ata9.03: configured for UDMA/100
>> [   42.379847] ata9.04: ATA-6: Maxtor 96147H6, ZAH814Y0, max UDMA/100
>> [   42.379853] ata9.04: 120064896 sectors, multi 0: LBA
>> [   42.379858] ata9.04: applying bridge limits
>> [   42.381615] ata9.04: configured for UDMA/100
>> [   42.381680] ata9: EH complete
>> [   44.512318] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   44.512925] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [   44.515715] ata10.00: hard resetting link
>> [   44.819948] ata10.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   44.819979] ata10.01: hard resetting link
>> [   45.222761] ata10.01: link resume succeeded after 1 retries
>> [   45.324781] ata10.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   45.324812] ata10.02: hard resetting link
>> [   45.727639] ata10.02: link resume succeeded after 1 retries
>> [   45.829636] ata10.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   45.829666] ata10.03: hard resetting link
>> [   46.232522] ata10.03: link resume succeeded after 1 retries
>> [   46.334558] ata10.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   46.334589] ata10.04: hard resetting link
>> [   46.737368] ata10.04: link resume succeeded after 1 retries
>> [   46.839471] ata10.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   46.839501] ata10.05: hard resetting link
>> [   47.143791] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   47.248372] ata10.00: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   47.248378] ata10.00: 625142448 sectors, multi 0: LBA48
>> [   47.306392] ata10.00: configured for UDMA/100
>> [   47.353307] ata10.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   47.353313] ata10.01: 625142448 sectors, multi 0: LBA48
>> [   47.411454] ata10.01: configured for UDMA/100
>> [   47.456257] ata10.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   47.456263] ata10.02: 625142448 sectors, multi 0: LBA48
>> [   47.514395] ata10.02: configured for UDMA/100
>> [   47.553006] ata10.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   47.553012] ata10.03: 625142448 sectors, multi 0: LBA48
>> [   47.611199] ata10.03: configured for UDMA/100
>> [   47.652126] ata10.04: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   47.652132] ata10.04: 625142448 sectors, multi 0: LBA48
>> [   47.710076] ata10.04: configured for UDMA/100
>> [   47.710143] ata10: EH complete
>   :
>> [   68.114484] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
>> [   68.129524] NFSD: starting 90-second grace period
>   :
> --------
>
> --- 3.2.10 warm reboot log ( patch is applied ) ---
>   :
>> [    0.000000] Linux version 3.2.10-3.aa.fc16.i686.PAE (anezaki@server4) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 22 08:14:54 JST 2012
>   :
>> [    2.699127] ata7: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff0000 irq 17
>> [    2.699131] ata8: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff2000 irq 17
>> [    2.699135] ata9: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff4000 irq 17
>> [    2.699139] ata10: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff6000 irq 17
>   :
>> [    4.826250] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [    4.826612] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [    4.830596] ata7.00: hard resetting link
>> [    5.134832] ata7.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [    5.134863] ata7.01: hard resetting link
>> [    5.537729] ata7.01: link resume succeeded after 1 retries
>> [    5.639812] ata7.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [    5.639843] ata7.02: hard resetting link
>> [    6.042561] ata7.02: link resume succeeded after 1 retries
>> [    6.144687] ata7.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [    6.144717] ata7.03: hard resetting link
>> [    6.547490] ata7.03: link resume succeeded after 1 retries
>> [    6.649674] ata7.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [    6.649705] ata7.04: hard resetting link
>> [    7.052371] ata7.04: link resume succeeded after 1 retries
>> [    7.154419] ata7.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [    7.154449] ata7.05: hard resetting link
>> [    7.458756] ata7.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [    7.503939] ata7.00: ATA-7: ST3320620A, 3.AAC, max UDMA/100
>> [    7.503945] ata7.00: 625142448 sectors, multi 0: LBA48
>> [    7.503951] ata7.00: applying bridge limits
>> [    7.562109] ata7.00: configured for UDMA/100
>> [    7.783927] ata7.01: ATA-6: WDC WD2500BB-55GUC0, 08.02D08, max UDMA/100
>> [    7.783934] ata7.01: 488397168 sectors, multi 0: LBA48
>> [    7.789650] ata7.01: configured for UDMA/100
>> [    7.793380] ata7.02: ATA-7: Maxtor 7L250R0, BAJ41G20, max UDMA/133
>> [    7.793386] ata7.02: 490234752 sectors, multi 0: LBA48
>> [    7.793392] ata7.02: applying bridge limits
>> [    7.798892] ata7.02: configured for UDMA/100
>> [    7.811970] ata7.03: ATA-7: WDC WD2500BB-22RDA0, 20.00K20, max UDMA/100
>> [    7.811976] ata7.03: 488397168 sectors, multi 0: LBA48
>> [    7.813162] ata7.03: configured for UDMA/100
>> [    7.817674] ata7.04: ATA-6: WDC WD1600BB-55GUA0, 08.02D08, max UDMA/100
>> [    7.817680] ata7.04: 312581808 sectors, multi 0: LBA48
>> [    7.823575] ata7.04: configured for UDMA/100
>> [    7.823643] ata7: EH complete
>> [   13.041087] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   13.041499] ata8.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [   13.044606] ata8.00: hard resetting link
>> [   13.348670] ata8.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   13.348701] ata8.01: hard resetting link
>> [   13.751514] ata8.01: link resume succeeded after 1 retries
>> [   13.853570] ata8.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   13.853602] ata8.02: hard resetting link
>> [   14.256455] ata8.02: link resume succeeded after 1 retries
>> [   14.358436] ata8.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   14.358467] ata8.03: hard resetting link
>> [   14.761281] ata8.03: link resume succeeded after 1 retries
>> [   14.863336] ata8.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   14.863367] ata8.04: hard resetting link
>> [   15.167619] ata8.04: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   15.167650] ata8.05: hard resetting link
>> [   15.471979] ata8.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   15.516626] ata8.00: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   15.516632] ata8.00: 625142448 sectors, multi 0: LBA48
>> [   15.574797] ata8.00: configured for UDMA/100
>> [   15.578265] ata8.01: ATA-5: WDC WD1200AB-22CBA1, 04.07B04, max UDMA/100
>> [   15.578271] ata8.01: 234441648 sectors, multi 0: LBA
>> [   15.578277] ata8.01: applying bridge limits
>> [   15.582726] ata8.01: configured for UDMA/100
>> [   15.628882] ata8.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   15.628888] ata8.02: 625142448 sectors, multi 0: LBA48
>> [   15.628894] ata8.02: applying bridge limits
>> [   15.686967] ata8.02: configured for UDMA/100
>> [   15.730640] ata8.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   15.730646] ata8.03: 625142448 sectors, multi 0: LBA48
>> [   15.788720] ata8.03: configured for UDMA/100
>> [   15.835469] ata8.04: ATA-7: ST3320620A, 3.AAC, max UDMA/100
>> [   15.835475] ata8.04: 625142448 sectors, multi 0: LBA48
>> [   15.893578] ata8.04: configured for UDMA/100
>> [   15.893644] ata8: EH complete
>> [   18.024017] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   18.024436] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [   18.026843] ata9.00: hard resetting link
>> [   18.331659] ata9.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   18.331690] ata9.01: hard resetting link
>> [   18.734523] ata9.01: link resume succeeded after 1 retries
>> [   18.836552] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   18.836583] ata9.02: hard resetting link
>> [   19.239387] ata9.02: link resume succeeded after 1 retries
>> [   19.341569] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   19.341600] ata9.03: hard resetting link
>> [   19.744289] ata9.03: link resume succeeded after 1 retries
>> [   19.846327] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   19.846359] ata9.04: hard resetting link
>> [   20.249125] ata9.04: link resume succeeded after 1 retries
>> [   20.351165] ata9.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   20.351196] ata9.05: hard resetting link
>> [   20.655534] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   20.697625] ata9.00: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   20.697631] ata9.00: 625142448 sectors, multi 0: LBA48
>> [   20.755791] ata9.00: configured for UDMA/100
>> [   20.803812] ata9.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   20.803820] ata9.01: 625142448 sectors, multi 0: LBA48
>> [   20.803828] ata9.01: applying bridge limits
>> [   20.861999] ata9.01: configured for UDMA/100
>> [   20.907473] ata9.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   20.907481] ata9.02: 625142448 sectors, multi 0: LBA48
>> [   20.907489] ata9.02: applying bridge limits
>> [   20.965567] ata9.02: configured for UDMA/100
>> [   21.009201] ata9.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   21.009208] ata9.03: 625142448 sectors, multi 0: LBA48
>> [   21.009235] ata9.03: applying bridge limits
>> [   21.067373] ata9.03: configured for UDMA/100
>> [   21.068864] ata9.04: ATA-6: Maxtor 96147H6, ZAH814Y0, max UDMA/100
>> [   21.068870] ata9.04: 120064896 sectors, multi 0: LBA
>> [   21.068875] ata9.04: applying bridge limits
>> [   21.070684] ata9.04: configured for UDMA/100
>> [   21.070764] ata9: EH complete
>> [   23.200571] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   23.200949] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [   23.203737] ata10.00: hard resetting link
>> [   23.508163] ata10.00: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   23.508194] ata10.01: hard resetting link
>> [   23.911059] ata10.01: link resume succeeded after 1 retries
>> [   24.013053] ata10.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   24.013084] ata10.02: hard resetting link
>> [   24.415910] ata10.02: link resume succeeded after 1 retries
>> [   24.517980] ata10.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   24.518012] ata10.03: hard resetting link
>> [   24.920928] ata10.03: link resume succeeded after 1 retries
>> [   25.022770] ata10.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   25.022801] ata10.04: hard resetting link
>> [   25.425701] ata10.04: link resume succeeded after 1 retries
>> [   25.527681] ata10.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [   25.527712] ata10.05: hard resetting link
>> [   25.832000] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   25.879126] ata10.00: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   25.879132] ata10.00: 625142448 sectors, multi 0: LBA48
>> [   25.937192] ata10.00: configured for UDMA/100
>> [   25.978792] ata10.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   25.978798] ata10.01: 625142448 sectors, multi 0: LBA48
>> [   26.036936] ata10.01: configured for UDMA/100
>> [   26.077728] ata10.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   26.077734] ata10.02: 625142448 sectors, multi 0: LBA48
>> [   26.136026] ata10.02: configured for UDMA/100
>> [   26.183072] ata10.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   26.183078] ata10.03: 625142448 sectors, multi 0: LBA48
>> [   26.241261] ata10.03: configured for UDMA/100
>> [   26.279920] ata10.04: ATA-7: ST3320620A, 3.AAD, max UDMA/100
>> [   26.279926] ata10.04: 625142448 sectors, multi 0: LBA48
>> [   26.337727] ata10.04: configured for UDMA/100
>> [   26.337793] ata10: EH complete
>   :
>> [   50.854018] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
>> [   50.910997] NFSD: starting 90-second grace period
>   :
> --------
>
> Best Regards,
> Akira
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 22, 2012, 5:55 p.m. UTC | #9
Hello Gwendal,

Thank you for your information.
I think ata8 might different from other 3 PMPs. I'll try to update all
firmware but it is running resync on broken RAID now. So I can't do it soon.
By the way, both of ata8 and ata9 loses some HDDs also. Are those
affected by PMPs on ata7 and ata10? Why 3.1.x driver can work?

Best Regards,
Akira

> Now I see your problem. Indeed on ata7, ata10, we have a problem.
> I notice however some messages I did not see before:
>>> [    4.856382] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>>> [    4.858742] ata7.00: hard resetting link
>>> [   14.843039] ata7.00: softreset failed (timeout)
>>> [   17.836402] ata7.15: qc timeout (cmd 0xe4)
> The later indicates that the PMP is stuck and the host can not read
> its internal register.
> Is it possible that the PMP in these 4 enclosures you are using have a
> different firmware than the other ones?
> Firmware 1.0114 is available at:
> http://www.siliconimage.com/support/searchresults.aspx?pid=26&cat=23
> 
> From the release notes:
> """- Fix SRST and initial two RegFIS Problem."""
> 
> Gwendal.

--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Gwendal Grignou March 23, 2012, 5:14 a.m. UTC | #10
On Fri, Mar 23, 2012 at 1:55 AM, ANEZAKI, Akira
<fireblade1230@yahoo.co.jp> wrote:
> Hello Gwendal,
>
> Thank you for your information.
> I think ata8 might different from other 3 PMPs. I'll try to update all
> firmware but it is running resync on broken RAID now. So I can't do it soon.
> By the way, both of ata8 and ata9 loses some HDDs also. Are those
> affected by PMPs on ata7 and ata10? Why 3.1.x driver can work?
>
> Best Regards,
> Akira
>
>> Now I see your problem. Indeed on ata7, ata10, we have a problem.
I should have said ata7-ata10. The PMP on these 4 enclosures do not
like SRST at all.
It works with 3.1.x because it does not send SRST with this PMP; but
as I said before, that is not a good behavior [no staggered spin-up,
problem with drives slow to spin-up]

Gwendal.
>> I notice however some messages I did not see before:
>>>> [    4.856382] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>>>> [    4.858742] ata7.00: hard resetting link
>>>> [   14.843039] ata7.00: softreset failed (timeout)
>>>> [   17.836402] ata7.15: qc timeout (cmd 0xe4)
>> The later indicates that the PMP is stuck and the host can not read
>> its internal register.
>> Is it possible that the PMP in these 4 enclosures you are using have a
>> different firmware than the other ones?
>> Firmware 1.0114 is available at:
>> http://www.siliconimage.com/support/searchresults.aspx?pid=26&cat=23
>>
>> From the release notes:
>> """- Fix SRST and initial two RegFIS Problem."""
>>
>> Gwendal.
>
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 23, 2012, 6:40 a.m. UTC | #11
Hello Gwendal,

(2012/03/23 14:14), Gwendal Grignou wrote:
> On Fri, Mar 23, 2012 at 1:55 AM, ANEZAKI, Akira
> <fireblade1230@yahoo.co.jp> wrote:
>> Hello Gwendal,
>>
>> Thank you for your information.
>> I think ata8 might different from other 3 PMPs. I'll try to update all
>> firmware but it is running resync on broken RAID now. So I can't do it soon.
>> By the way, both of ata8 and ata9 loses some HDDs also. Are those
>> affected by PMPs on ata7 and ata10? Why 3.1.x driver can work?
>>
>> Best Regards,
>> Akira
>>
>>> Now I see your problem. Indeed on ata7, ata10, we have a problem.
> I should have said ata7-ata10. The PMP on these 4 enclosures do not
> like SRST at all.
> It works with 3.1.x because it does not send SRST with this PMP; but
> as I said before, that is not a good behavior [no staggered spin-up,
> problem with drives slow to spin-up]

You pointd out about power consumption, but I think most of SiI3726 are
used in HDD boxes. If no staggered sign-up causes some voltage drop, it
will affect only in HDD box, perhaps it is 12V power line drop. SiI3726
will use 5V power line with regulator (IO = 3.3V, core=1.8V) so
influence will be small.
Whether send SRST or not, no HDDs are linked up at that time and it must
wait for a while with repeating hard reset. Current behavior is "try 3
times and ignore". If the behavior is changed to "try 4 times and
ignore", the behavior of most HDD box wont be changed because all HDDs
are linked up before 4th try. For users who has slow spin-up HDDs, they
get more some seconds. I think it is convenient for most users and
easier than trace/fix my problem. Of course the solution that solves my
problem with SRST is best!

> Gwendal.
>>> I notice however some messages I did not see before:
>>>>> [    4.856382] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>>>>> [    4.858742] ata7.00: hard resetting link
>>>>> [   14.843039] ata7.00: softreset failed (timeout)
>>>>> [   17.836402] ata7.15: qc timeout (cmd 0xe4)
>>> The later indicates that the PMP is stuck and the host can not read
>>> its internal register.
>>> Is it possible that the PMP in these 4 enclosures you are using have a
>>> different firmware than the other ones?
>>> Firmware 1.0114 is available at:
>>> http://www.siliconimage.com/support/searchresults.aspx?pid=26&cat=23
>>>
>>> From the release notes:
>>> """- Fix SRST and initial two RegFIS Problem."""

I'm still fixing broken RAID. Sorry for my slow response.

Best Regards,
Akira
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Gwendal Grignou March 23, 2012, 8:31 a.m. UTC | #12
On Fri, Mar 23, 2012 at 2:40 PM, ANEZAKI, Akira
<fireblade1230@yahoo.co.jp> wrote:
> Hello Gwendal,
>
> (2012/03/23 14:14), Gwendal Grignou wrote:
>> On Fri, Mar 23, 2012 at 1:55 AM, ANEZAKI, Akira
>> <fireblade1230@yahoo.co.jp> wrote:
>>> Hello Gwendal,
>>>
>>> Thank you for your information.
>>> I think ata8 might different from other 3 PMPs. I'll try to update all
>>> firmware but it is running resync on broken RAID now. So I can't do it soon.
>>> By the way, both of ata8 and ata9 loses some HDDs also. Are those
>>> affected by PMPs on ata7 and ata10? Why 3.1.x driver can work?
>>>
>>> Best Regards,
>>> Akira
>>>
>>>> Now I see your problem. Indeed on ata7, ata10, we have a problem.
>> I should have said ata7-ata10. The PMP on these 4 enclosures do not
>> like SRST at all.
>> It works with 3.1.x because it does not send SRST with this PMP; but
>> as I said before, that is not a good behavior [no staggered spin-up,
>> problem with drives slow to spin-up]
>
> You pointd out about power consumption, but I think most of SiI3726 are
> used in HDD boxes. If no staggered sign-up causes some voltage drop, it
> will affect only in HDD box, perhaps it is 12V power line drop. SiI3726
> will use 5V power line with regulator (IO = 3.3V, core=1.8V) so
> influence will be small.
I think my explanations were not clear enough. Here is another one
from a Fujistu white paper:
http://www.fujitsu.com/downloads/COMP/fcpa/hdd/mobile-sata-single_wp.pdf
"""Staggered spin-up is a simple mechanism by which the storage
subsystem controller
can sequence hard disk drive initialization and spin-up. Having this
feature not only
provides greater reliability, but it allows the system to avoid power
surges if all of the
HDDs spin up simultaneously during system power up (in a multi-drive
environment).
Another benefit to having staggered spin-up is the use of more
cost-effective power
supplies, which prevents power supply damage and system brownouts."""

> Whether send SRST or not, no HDDs are linked up at that time and it must
> wait for a while with repeating hard reset. Current behavior is "try 3
> times and ignore". If the behavior is changed to "try 4 times and
> ignore", the behavior of most HDD box wont be changed because all HDDs
> are linked up before 4th try. For users who has slow spin-up HDDs, they
> get more some seconds. I think it is convenient for most users and
> easier than trace/fix my problem. Of course the solution that solves my
> problem with SRST is best!
Once again, using SRST and fixed delays improves consistency. Without
it, the time between retries will depend of the controller you use and
the number of disks behind the PMP.
>
>> Gwendal.
>>>> I notice however some messages I did not see before:
>>>>>> [    4.856382] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>>>>>> [    4.858742] ata7.00: hard resetting link
>>>>>> [   14.843039] ata7.00: softreset failed (timeout)
>>>>>> [   17.836402] ata7.15: qc timeout (cmd 0xe4)
>>>> The later indicates that the PMP is stuck and the host can not read
>>>> its internal register.
>>>> Is it possible that the PMP in these 4 enclosures you are using have a
>>>> different firmware than the other ones?
>>>> Firmware 1.0114 is available at:
>>>> http://www.siliconimage.com/support/searchresults.aspx?pid=26&cat=23
>>>>
>>>> From the release notes:
>>>> """- Fix SRST and initial two RegFIS Problem."""
>
> I'm still fixing broken RAID. Sorry for my slow response.
>
> Best Regards,
> Akira
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 23, 2012, 9:59 a.m. UTC | #13
Hello Gwendal,

(2012/03/23 17:31), Gwendal Grignou wrote:
>>>>> I notice however some messages I did not see before:
>>>>>>> [    4.856382] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>>>>>>> [    4.858742] ata7.00: hard resetting link
>>>>>>> [   14.843039] ata7.00: softreset failed (timeout)
>>>>>>> [   17.836402] ata7.15: qc timeout (cmd 0xe4)
>>>>> The later indicates that the PMP is stuck and the host can not read
>>>>> its internal register.
>>>>> Is it possible that the PMP in these 4 enclosures you are using have a
>>>>> different firmware than the other ones?
>>>>> Firmware 1.0114 is available at:
>>>>> http://www.siliconimage.com/support/searchresults.aspx?pid=26&cat=23
>>>>>
>>>>> From the release notes:
>>>>> """- Fix SRST and initial two RegFIS Problem."""
>>
>> I'm still fixing broken RAID. Sorry for my slow response.

I checked those firmware version. All of them use version 1.0114.

Best Regards,
Akira
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 25, 2012, 1:19 a.m. UTC | #14
Hello Gwendal,

I want to confirm one thing.
The kernel 3.1.x driver still works?

It seems to take long time to solve the problem. Of course I understand
staggered spin-up is better solution. But I can't wait it so long. And
it affects only SiI3726 only.

Best Regards,
Akira

(2012/03/23 18:59), ANEZAKI, Akira wrote:
> Hello Gwendal,
> 
> (2012/03/23 17:31), Gwendal Grignou wrote:
>>>>>> I notice however some messages I did not see before:
>>>>>>>> [    4.856382] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>>>>>>>> [    4.858742] ata7.00: hard resetting link
>>>>>>>> [   14.843039] ata7.00: softreset failed (timeout)
>>>>>>>> [   17.836402] ata7.15: qc timeout (cmd 0xe4)
>>>>>> The later indicates that the PMP is stuck and the host can not read
>>>>>> its internal register.
>>>>>> Is it possible that the PMP in these 4 enclosures you are using have a
>>>>>> different firmware than the other ones?
>>>>>> Firmware 1.0114 is available at:
>>>>>> http://www.siliconimage.com/support/searchresults.aspx?pid=26&cat=23
>>>>>>
>>>>>> From the release notes:
>>>>>> """- Fix SRST and initial two RegFIS Problem."""
>>>
>>> I'm still fixing broken RAID. Sorry for my slow response.
> 
> I checked those firmware version. All of them use version 1.0114.
> 
> Best Regards,
> Akira

--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Gwendal Grignou March 25, 2012, 3:28 p.m. UTC | #15
I reread your logs.

Assuming you don't mind long boot from cold power, the remaining
problem is with the 4 disk enclosures [ata7-ata10] on the second
machines where the first disk is not found and boot from warm reboot
is very long.
I try to understand why it works with the other 4 enclosures
[ata5-ata6] on the first and second machines.

Also, just to be sure I understand you configuration correctly, your
second machine has 30 disks total, not 40:
2 direct on ata1.00  and ata1.01
8 on 2 enclosures [ 2 * 4] on ata5 and ata6
20 on 4 enclosures [ 4 * 5] on ata7 - ata10

Also, from the log, ata5 and ata6 is behind a Sil3132 based
controller, while ata7-ata10 behind a single Sil3124, not the opposite
as you said in a precedent mail.

If possible, could you switch 2 of the 4 enclosures [with their disks]
that fails to the port controlled by the Sil3132 controller, reboot
the machine with all its 30 drives and see if the failures follow the
controller or the enclosure.
If you based your raid configuration on signature that should be fine,
but if it based on kernel device name [sdX] that will confuse md and
will mess with your data.

I am sorry I don't have any other suggestion right now,

Regards,
Gwendal.

On Sat, Mar 24, 2012 at 6:19 PM, ANEZAKI, Akira
<fireblade1230@yahoo.co.jp> wrote:
> Hello Gwendal,
>
> I want to confirm one thing.
> The kernel 3.1.x driver still works?
>
> It seems to take long time to solve the problem. Of course I understand
> staggered spin-up is better solution. But I can't wait it so long. And
> it affects only SiI3726 only.
>
> Best Regards,
> Akira
>
> (2012/03/23 18:59), ANEZAKI, Akira wrote:
>> Hello Gwendal,
>>
>> (2012/03/23 17:31), Gwendal Grignou wrote:
>>>>>>> I notice however some messages I did not see before:
>>>>>>>>> [    4.856382] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>>>>>>>>> [    4.858742] ata7.00: hard resetting link
>>>>>>>>> [   14.843039] ata7.00: softreset failed (timeout)
>>>>>>>>> [   17.836402] ata7.15: qc timeout (cmd 0xe4)
>>>>>>> The later indicates that the PMP is stuck and the host can not read
>>>>>>> its internal register.
>>>>>>> Is it possible that the PMP in these 4 enclosures you are using have a
>>>>>>> different firmware than the other ones?
>>>>>>> Firmware 1.0114 is available at:
>>>>>>> http://www.siliconimage.com/support/searchresults.aspx?pid=26&cat=23
>>>>>>>
>>>>>>> From the release notes:
>>>>>>> """- Fix SRST and initial two RegFIS Problem."""
>>>>
>>>> I'm still fixing broken RAID. Sorry for my slow response.
>>
>> I checked those firmware version. All of them use version 1.0114.
>>
>> Best Regards,
>> Akira
>
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 26, 2012, 12:41 a.m. UTC | #16
Hello Gwendal,

Thank you for your kindness response.

(2012/03/26 00:28), Gwendal Grignou wrote:
> I reread your logs.
> 
> Assuming you don't mind long boot from cold power, the remaining
> problem is with the 4 disk enclosures [ata7-ata10] on the second
> machines where the first disk is not found and boot from warm reboot
> is very long.

Not only first disk. 2 or more HDDs are missed for every PMP.

> I try to understand why it works with the other 4 enclosures
> [ata5-ata6] on the first and second machines.
> 
> Also, just to be sure I understand you configuration correctly, your
> second machine has 30 disks total, not 40:
> 2 direct on ata1.00  and ata1.01
> 8 on 2 enclosures [ 2 * 4] on ata5 and ata6
> 20 on 4 enclosures [ 4 * 5] on ata7 - ata10

Oops! You are right. I'm very sorry!

> Also, from the log, ata5 and ata6 is behind a Sil3132 based
> controller, while ata7-ata10 behind a single Sil3124, not the opposite
> as you said in a precedent mail.
> 
> If possible, could you switch 2 of the 4 enclosures [with their disks]
> that fails to the port controlled by the Sil3132 controller, reboot
> the machine with all its 30 drives and see if the failures follow the
> controller or the enclosure.

Yes, I will do it as soon as possible. (Sorry, resyncing is runnning now.)

> If you based your raid configuration on signature that should be fine,
> but if it based on kernel device name [sdX] that will confuse md and
> will mess with your data.

The problem is that some HDDs on every PMP from ata7 - ata10 are missed.
The RAID problem seems to be caused by it. mdadm.conf uses uuid. So I
think that kernel uses uuids of RAIDs.

Best Regards,
Akira

> I am sorry I don't have any other suggestion right now,

The HDDs connected to ata7 -- ata10 are very old and support only Serial
ATA 1.0a. I checked data sheet and chip(JM20330) supports SRST command.
While booting, indicator LED brinks repeatedly. And more than half of
HDDs are identified. So, I have thought that the HDD side is not a
problem. How is your opinion about it?

> Regards,
> Gwendal.
> 
> On Sat, Mar 24, 2012 at 6:19 PM, ANEZAKI, Akira
> <fireblade1230@yahoo.co.jp> wrote:
>> Hello Gwendal,
>>
>> I want to confirm one thing.
>> The kernel 3.1.x driver still works?
>>
>> It seems to take long time to solve the problem. Of course I understand
>> staggered spin-up is better solution. But I can't wait it so long. And
>> it affects only SiI3726 only.
>>
>> Best Regards,
>> Akira
>>
>> (2012/03/23 18:59), ANEZAKI, Akira wrote:
>>> Hello Gwendal,
>>>
>>> (2012/03/23 17:31), Gwendal Grignou wrote:
>>>>>>>> I notice however some messages I did not see before:
>>>>>>>>>> [    4.856382] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>>>>>>>>>> [    4.858742] ata7.00: hard resetting link
>>>>>>>>>> [   14.843039] ata7.00: softreset failed (timeout)
>>>>>>>>>> [   17.836402] ata7.15: qc timeout (cmd 0xe4)
>>>>>>>> The later indicates that the PMP is stuck and the host can not read
>>>>>>>> its internal register.
>>>>>>>> Is it possible that the PMP in these 4 enclosures you are using have a
>>>>>>>> different firmware than the other ones?
>>>>>>>> Firmware 1.0114 is available at:
>>>>>>>> http://www.siliconimage.com/support/searchresults.aspx?pid=26&cat=23
>>>>>>>>
>>>>>>>> From the release notes:
>>>>>>>> """- Fix SRST and initial two RegFIS Problem."""
>>>>>
>>>>> I'm still fixing broken RAID. Sorry for my slow response.
>>>
>>> I checked those firmware version. All of them use version 1.0114.
>>>
>>> Best Regards,
>>> Akira
>>

--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
black@fire.name March 26, 2012, 1:42 a.m. UTC | #17
Hello Gwendal,

(2012/03/26 09:41), ANEZAKI, Akira wrote:
>> If possible, could you switch 2 of the 4 enclosures [with their disks]
>> that fails to the port controlled by the Sil3132 controller, reboot
>> the machine with all its 30 drives and see if the failures follow the
>> controller or the enclosure.
> 
> Yes, I will do it as soon as possible. (Sorry, resyncing is runnning now.)

I'm trying it but it isn't stable. Boot fails frequently in warm reboot.
When boot fails, I can only see a swap partition. So, I can get no logs.
I'll try little more.

I have attached the log of power cycle. Boot was successful. This log
contains all ata1 -- ata10 information.

I think that I have switched like this:
ata5 <--> ata7
ata6 <--> ata8

ata7,ata8 : 4+4=8 HDDs.
ata5,ata6,ata9,ata10 : 5+5+5+5=20 HDDs.

But from log,
ata5: 2 HDDs -- lost 3 HDDs.
ata6: 3 HDDs -- lost 2 HDDs.
ata7: 4 HDDs -- OK.
ata8: 4 HDDs -- OK.
ata9: 3 HDDs -- lost 2 HDDs.
ata10: 4 HDDs -- lost 1 HDD.

Thank you for your help.

Best Regards,
Akira

--- 3.2.10 power cycle log ( unpatched ) ---
   :
> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
   :
> [    1.587669] ata1: SATA max UDMA/133 cmd 0xac00 ctl 0xa880 bmdma 0xa400 irq 19
> [    1.587674] ata2: SATA max UDMA/133 cmd 0xa800 ctl 0xa480 bmdma 0xa408 irq 19
> [    1.588676] ata3: SATA max UDMA/133 cmd 0x9c00 ctl 0x9880 bmdma 0x9400 irq 19
> [    1.588679] ata4: SATA max UDMA/133 cmd 0x9800 ctl 0x9480 bmdma 0x9408 irq 19
> [    1.905936] ata4: SATA link down (SStatus 0 SControl 300)
> [    2.056494] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    2.075617] ata3.00: ATAPI: HL-DT-ST DVDRAM GH22NS40, NL02, max UDMA/100
> [    2.097614] ata3.00: configured for UDMA/100
> [    2.210257] ata2.00: SATA link down (SStatus 0 SControl 300)
> [    2.210274] ata2.01: SATA link down (SStatus 0 SControl 300)
> [    2.349849] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    2.349866] ata1.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    2.356076] ata1.00: ATA-8: WDC WD10EADS-00M2B0, 01.00A01, max UDMA/133
> [    2.356083] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    2.356364] ata1.01: ATA-8: Hitachi HDS721010CLA332, JP4OA39C, max UDMA/133
> [    2.356370] ata1.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    2.360095] ata1.00: configured for UDMA/133
> [    2.366164] ata1.01: configured for UDMA/133
> [    2.704858] ata5: SATA max UDMA/100 host m128@0xfbeffc00 port 0xfbef8000 irq 18
> [    2.704863] ata6: SATA max UDMA/100 host m128@0xfbeffc00 port 0xfbefa000 irq 18
> [    2.707166] ata7: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff0000 irq 17
> [    2.707169] ata8: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff2000 irq 17
> [    2.707172] ata9: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff4000 irq 17
> [    2.707175] ata10: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff6000 irq 17
> [    4.832327] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.832797] ata5.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.834150] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.834575] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.835395] ata5.00: hard resetting link
> [    4.837802] ata7.00: hard resetting link
> [    5.152555] ata7.00: softreset failed (SRST command error)
> [    5.262339] ata7.00: failed to read SCR 0 (Emask=0x1)
> [    5.262344] ata7.00: reset failed (errno=-85), retrying in 10 secs
> [   14.815165] ata7.00: reset failed, giving up
> [   14.815171] ata7.15: hard resetting link
> [   14.815175] ata7: controller in dubious state, performing PORT_RST
> [   14.820175] ata5.00: softreset failed (timeout)
> [   16.964600] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   16.965001] ata7.00: hard resetting link
> [   17.367759] ata7.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   17.367814] ata7.01: hard resetting link
> [   17.682822] ata7.01: softreset failed (SRST command error)
> [   17.792567] ata7.01: failed to read SCR 0 (Emask=0x1)
> [   17.792573] ata7.01: reset failed (errno=-85), retrying in 10 secs
> [   17.813530] ata5.15: qc timeout (cmd 0xe4)
> [   17.813559] ata5.00: failed to read SCR 0 (Emask=0x5)
> [   17.813563] ata5.00: reset failed, giving up
> [   17.813568] ata5.15: hard resetting link
> [   19.940831] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   19.941484] ata5.00: hard resetting link
> [   27.345384] ata7.01: reset failed, giving up
> [   27.345390] ata7.15: hard resetting link
> [   27.345394] ata7: controller in dubious state, performing PORT_RST
> [   29.494623] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   29.495062] ata7.00: hard resetting link
> [   29.897955] ata7.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   29.897988] ata7.01: hard resetting link
> [   29.926685] ata5.00: softreset failed (timeout)
> [   30.301043] ata7.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   30.301100] ata7.02: hard resetting link
> [   30.616151] ata7.02: softreset failed (SRST command error)
> [   30.616227] ata7.02: failed to read SCR 0 (Emask=0x1)
> [   30.616233] ata7.02: reset failed (errno=-85), retrying in 10 secs
> [   32.920112] ata5.15: qc timeout (cmd 0xe4)
> [   32.920141] ata5.00: failed to read SCR 0 (Emask=0x5)
> [   32.920145] ata5.00: reset failed, giving up
> [   32.920150] ata5.15: hard resetting link
> [   35.047384] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   35.047933] ata5.00: hard resetting link
> [   40.278817] ata7.02: reset failed, giving up
> [   40.278823] ata7.15: hard resetting link
> [   42.395047] ata7.15: softreset failed (SRST command error)
> [   42.395052] ata7.15: reset failed (errno=-5), retrying in 8 secs
> [   45.033200] ata5.00: softreset failed (timeout)
> [   48.026551] ata5.15: qc timeout (cmd 0xe4)
> [   48.026580] ata5.00: failed to read SCR 0 (Emask=0x5)
> [   48.026584] ata5.00: reset failed, giving up
> [   48.026588] ata5.00: failed to recover link after 3 tries, disabling
> [   48.026593] ata5.15: hard resetting link
> [   50.153760] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   50.256590] ata7.15: hard resetting link
> [   50.458340] ata5.01: hard resetting link
> [   50.861391] ata5.01: link resume succeeded after 1 retries
> [   50.974034] ata5.01: softreset failed (SRST command error)
> [   50.974148] ata5.01: failed to read SCR 0 (Emask=0x1)
> [   50.974154] ata5.01: reset failed (errno=-85), retrying in 10 secs
> [   52.372952] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   52.372960] ata7.15: PMP revalidation failed (errno=-19)
> [   57.361873] ata7.15: hard resetting link
> [   59.489164] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   59.489750] ata7.00: hard resetting link
> [   59.892441] ata7.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   59.892475] ata7.01: hard resetting link
> [   60.295568] ata7.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   60.295601] ata7.02: hard resetting link
> [   60.436071] ata5.01: reset failed, giving up
> [   60.436077] ata5.15: hard resetting link
> [   60.698722] ata7.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   60.698778] ata7.03: hard resetting link
> [   61.123499] ata7.03: softreset failed (SRST command error)
> [   61.233263] ata7.03: failed to read SCR 0 (Emask=0x1)
> [   61.233269] ata7.03: reset failed (errno=-85), retrying in 10 secs
> [   62.552395] ata5.15: softreset failed (SRST command error)
> [   62.552400] ata5.15: reset failed (errno=-5), retrying in 8 secs
> [   70.414115] ata5.15: hard resetting link
> [   70.676320] ata7.03: reset failed, giving up
> [   70.676326] ata7.15: hard resetting link
> [   70.676330] ata7: controller in dubious state, performing PORT_RST
> [   72.530270] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   72.530278] ata5.15: PMP revalidation failed (errno=-19)
> [   72.825581] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   72.825989] ata7.00: hard resetting link
> [   73.228918] ata7.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   73.228973] ata7.01: hard resetting link
> [   73.632025] ata7.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   73.632059] ata7.02: hard resetting link
> [   74.035109] ata7.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   74.035164] ata7.03: hard resetting link
> [   74.438209] ata7.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   74.438265] ata7.04: hard resetting link
> [   74.742670] ata7.04: SATA link down (SStatus 0 SControl 320)
> [   74.742724] ata7.05: hard resetting link
> [   75.046967] ata7.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   75.072685] ata7.00: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [   75.072692] ata7.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   75.073746] ata7.00: configured for UDMA/100
> [   75.092679] ata7.01: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [   75.092686] ata7.01: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   75.093818] ata7.01: configured for UDMA/100
> [   75.110657] ata7.02: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [   75.110663] ata7.02: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   75.111760] ata7.02: configured for UDMA/100
> [   75.121174] ata7.03: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [   75.121180] ata7.03: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   75.122307] ata7.03: configured for UDMA/100
> [   75.122376] ata7: EH complete
> [   77.519188] ata5.15: hard resetting link
> [   79.646506] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   79.951897] ata5.01: hard resetting link
> [   80.354972] ata5.01: link resume succeeded after 1 retries
> [   80.577379] ata5.01: softreset failed (SRST command error)
> [   80.577503] ata5.01: failed to read SCR 0 (Emask=0x1)
> [   80.577509] ata5.01: reset failed (errno=-85), retrying in 10 secs
> [   89.929712] ata5.01: reset failed, giving up
> [   89.929720] ata5.15: hard resetting link
> [   89.929723] ata5: controller in dubious state, performing PORT_RST
> [   92.078919] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   92.384345] ata5.01: hard resetting link
> [   92.787407] ata5.01: link resume succeeded after 1 retries
> [   93.009813] ata5.01: softreset failed (SRST command error)
> [   93.009946] ata5.01: failed to read SCR 0 (Emask=0x1)
> [   93.009951] ata5.01: reset failed (errno=-85), retrying in 10 secs
> [  102.362090] ata5.01: reset failed, giving up
> [  102.362095] ata5.01: failed to recover link after 3 tries, disabling
> [  102.362101] ata5.15: hard resetting link
> [  102.362105] ata5: controller in dubious state, performing PORT_RST
> [  104.511301] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  105.218826] ata5.01: link resume succeeded after 1 retries
> [  105.320733] ata5.02: hard resetting link
> [  105.723707] ata5.02: link resume succeeded after 1 retries
> [  105.858731] ata5.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  105.858773] ata5.03: hard resetting link
> [  106.261505] ata5.03: link resume succeeded after 1 retries
> [  106.396525] ata5.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  106.396584] ata5.04: hard resetting link
> [  106.799348] ata5.04: link resume succeeded after 1 retries
> [  106.934211] ata5.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  106.934270] ata5.05: hard resetting link
> [  107.238655] ata5.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  107.279217] ata5.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  107.279223] ata5.02: 625142448 sectors, multi 0: LBA48 
> [  107.279229] ata5.02: applying bridge limits
> [  107.337301] ata5.02: configured for UDMA/100
> [  107.374742] ata5.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  107.374748] ata5.03: 625142448 sectors, multi 0: LBA48 
> [  107.432823] ata5.03: configured for UDMA/100
> [  107.472369] ata5.04: ATA-7: ST3320620A, 3.AAC, max UDMA/100
> [  107.472375] ata5.04: 625142448 sectors, multi 0: LBA48 
> [  107.530476] ata5.04: configured for UDMA/100
> [  107.530550] ata5: EH complete
> [  109.659967] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  109.660428] ata6.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  109.662404] ata6.00: hard resetting link
> [  119.646792] ata6.00: softreset failed (timeout)
> [  122.640137] ata6.15: qc timeout (cmd 0xe4)
> [  122.640166] ata6.00: failed to read SCR 0 (Emask=0x5)
> [  122.640170] ata6.00: reset failed, giving up
> [  122.640175] ata6.15: hard resetting link
> [  124.767465] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  124.767953] ata6.00: hard resetting link
> [  134.753239] ata6.00: softreset failed (timeout)
> [  137.746585] ata6.15: qc timeout (cmd 0xe4)
> [  137.746614] ata6.00: failed to read SCR 0 (Emask=0x5)
> [  137.746618] ata6.00: reset failed, giving up
> [  137.746623] ata6.15: hard resetting link
> [  139.873980] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  139.874664] ata6.00: hard resetting link
> [  149.859880] ata6.00: softreset failed (timeout)
> [  152.853256] ata6.15: qc timeout (cmd 0xe4)
> [  152.853285] ata6.00: failed to read SCR 0 (Emask=0x5)
> [  152.853289] ata6.00: reset failed, giving up
> [  152.853293] ata6.00: failed to recover link after 3 tries, disabling
> [  152.853298] ata6.15: hard resetting link
> [  154.980470] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  155.284894] ata6.01: hard resetting link
> [  155.687942] ata6.01: link resume succeeded after 1 retries
> [  155.822938] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  155.822997] ata6.02: hard resetting link
> [  156.225772] ata6.02: link resume succeeded after 1 retries
> [  156.448182] ata6.02: softreset failed (SRST command error)
> [  156.557938] ata6.02: failed to read SCR 0 (Emask=0x1)
> [  156.557944] ata6.02: reset failed (errno=-85), retrying in 10 secs
> [  165.800793] ata6.02: reset failed, giving up
> [  165.800800] ata6.15: hard resetting link
> [  165.800803] ata6: controller in dubious state, performing PORT_RST
> [  167.949758] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  168.255149] ata6.01: hard resetting link
> [  168.658188] ata6.01: link resume succeeded after 1 retries
> [  168.793185] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  168.793244] ata6.02: hard resetting link
> [  169.196018] ata6.02: link resume succeeded after 1 retries
> [  169.418428] ata6.02: softreset failed (SRST command error)
> [  169.528182] ata6.02: failed to read SCR 0 (Emask=0x1)
> [  169.528188] ata6.02: reset failed (errno=-85), retrying in 10 secs
> [  178.770689] ata6.02: reset failed, giving up
> [  178.770696] ata6.15: hard resetting link
> [  178.770699] ata6: controller in dubious state, performing PORT_RST
> [  180.919978] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  181.224464] ata6.01: hard resetting link
> [  181.627416] ata6.01: link resume succeeded after 1 retries
> [  181.762409] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  181.762468] ata6.02: hard resetting link
> [  182.165272] ata6.02: link resume succeeded after 1 retries
> [  182.387677] ata6.02: softreset failed (SRST command error)
> [  182.497428] ata6.02: failed to read SCR 0 (Emask=0x1)
> [  182.497434] ata6.02: reset failed (errno=-85), retrying in 10 secs
> [  191.739821] ata6.02: reset failed, giving up
> [  191.739826] ata6.02: failed to recover link after 3 tries, disabling
> [  191.739832] ata6.15: hard resetting link
> [  191.739836] ata6: controller in dubious state, performing PORT_RST
> [  193.889226] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  194.596707] ata6.02: link resume succeeded after 1 retries
> [  194.698516] ata6.01: hard resetting link
> [  195.101567] ata6.01: link resume succeeded after 1 retries
> [  195.236530] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  195.236590] ata6.03: hard resetting link
> [  195.639396] ata6.03: link resume succeeded after 1 retries
> [  195.818236] ata6.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  195.818295] ata6.04: hard resetting link
> [  196.221084] ata6.04: link resume succeeded after 1 retries
> [  196.356102] ata6.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  196.356161] ata6.05: hard resetting link
> [  196.660379] ata6.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  196.696157] ata6.01: ATA-7: ST3320620A, 3.AAC, max UDMA/100
> [  196.696163] ata6.01: 625142448 sectors, multi 0: LBA48 
> [  196.754273] ata6.01: configured for UDMA/100
> [  196.795365] ata6.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  196.795371] ata6.03: 625142448 sectors, multi 0: LBA48 
> [  196.853523] ata6.03: configured for UDMA/100
> [  196.899696] ata6.04: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  196.899703] ata6.04: 625142448 sectors, multi 0: LBA48 
> [  196.957871] ata6.04: configured for UDMA/100
> [  196.957946] ata6: EH complete
> [  199.090700] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  199.091128] ata8.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  199.093812] ata8.00: hard resetting link
> [  199.431193] ata8.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [  199.431226] ata8.01: hard resetting link
> [  199.855996] ata8.01: softreset failed (SRST command error)
> [  199.856109] ata8.01: failed to read SCR 0 (Emask=0x1)
> [  199.856115] ata8.01: reset failed (errno=-85), retrying in 10 secs
> [  209.408935] ata8.01: reset failed, giving up
> [  209.408941] ata8.15: hard resetting link
> [  209.408945] ata8: controller in dubious state, performing PORT_RST
> [  211.558047] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  211.558450] ata8.00: hard resetting link
> [  211.895535] ata8.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [  211.895590] ata8.01: hard resetting link
> [  212.232771] ata8.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  212.232805] ata8.02: hard resetting link
> [  212.547832] ata8.02: softreset failed (SRST command error)
> [  212.547909] ata8.02: failed to read SCR 0 (Emask=0x1)
> [  212.547915] ata8.02: reset failed (errno=-85), retrying in 10 secs
> [  222.210538] ata8.02: reset failed, giving up
> [  222.210544] ata8.15: hard resetting link
> [  224.326768] ata8.15: softreset failed (SRST command error)
> [  224.326774] ata8.15: reset failed (errno=-5), retrying in 8 secs
> [  232.188262] ata8.15: hard resetting link
> [  234.304631] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  234.304639] ata8.15: PMP revalidation failed (errno=-19)
> [  239.293528] ata8.15: hard resetting link
> [  241.420828] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  241.421222] ata8.00: hard resetting link
> [  241.758372] ata8.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [  241.758428] ata8.01: hard resetting link
> [  242.095611] ata8.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  242.095666] ata8.02: hard resetting link
> [  242.432765] ata8.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  242.432799] ata8.03: hard resetting link
> [  242.747884] ata8.03: softreset failed (SRST command error)
> [  242.747943] ata8.03: failed to read SCR 0 (Emask=0x1)
> [  242.747948] ata8.03: reset failed (errno=-85), retrying in 10 secs
> [  252.410561] ata8.03: reset failed, giving up
> [  252.410567] ata8.15: hard resetting link
> [  254.526811] ata8.15: softreset failed (SRST command error)
> [  254.526817] ata8.15: reset failed (errno=-5), retrying in 8 secs
> [  262.388616] ata8.15: hard resetting link
> [  264.504672] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  264.504680] ata8.15: PMP revalidation failed (errno=-19)
> [  269.493568] ata8.15: hard resetting link
> [  271.620869] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  271.621541] ata8.00: hard resetting link
> [  271.959402] ata8.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [  271.959435] ata8.01: hard resetting link
> [  272.296658] ata8.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  272.296691] ata8.02: hard resetting link
> [  272.633838] ata8.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  272.633893] ata8.03: hard resetting link
> [  272.971197] ata8.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  272.971230] ata8.04: hard resetting link
> [  273.275495] ata8.04: SATA link down (SStatus 0 SControl 320)
> [  273.275549] ata8.05: hard resetting link
> [  273.579798] ata8.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  273.608607] ata8.00: ATA-8: ST31000333AS, SD15, max UDMA/133
> [  273.608613] ata8.00: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
> [  273.608619] ata8.00: WARNING: device requires firmware update to be fully functional
> [  273.608623] ata8.00:          contact the vendor or visit http://ata.wiki.kernel.org
> [  273.650662] ata8.00: configured for UDMA/100
> [  273.679546] ata8.01: ATA-8: ST31000333AS, SD15, max UDMA/133
> [  273.679552] ata8.01: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
> [  273.679559] ata8.01: WARNING: device requires firmware update to be fully functional
> [  273.679563] ata8.01:          contact the vendor or visit http://ata.wiki.kernel.org
> [  273.721651] ata8.01: configured for UDMA/100
> [  273.750504] ata8.02: ATA-8: ST31000333AS, SD15, max UDMA/133
> [  273.750510] ata8.02: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
> [  273.750516] ata8.02: WARNING: device requires firmware update to be fully functional
> [  273.750520] ata8.02:          contact the vendor or visit http://ata.wiki.kernel.org
> [  273.792594] ata8.02: configured for UDMA/100
> [  273.821356] ata8.03: ATA-8: ST31000333AS, SD15, max UDMA/133
> [  273.821362] ata8.03: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
> [  273.821368] ata8.03: WARNING: device requires firmware update to be fully functional
> [  273.821372] ata8.03:          contact the vendor or visit http://ata.wiki.kernel.org
> [  273.863400] ata8.03: configured for UDMA/100
> [  273.863467] ata8: EH complete
> [  275.994193] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  275.994784] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  275.997485] ata9.00: hard resetting link
> [  285.984026] ata9.00: softreset failed (timeout)
> [  288.977472] ata9.15: qc timeout (cmd 0xe4)
> [  288.977488] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  288.977492] ata9.00: reset failed, giving up
> [  288.977497] ata9.15: hard resetting link
> [  291.104604] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  291.105202] ata9.00: hard resetting link
> [  301.089450] ata9.00: softreset failed (timeout)
> [  304.082908] ata9.15: qc timeout (cmd 0xe4)
> [  304.082925] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  304.082932] ata9.00: reset failed, giving up
> [  304.082938] ata9.15: hard resetting link
> [  306.210218] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  306.210717] ata9.00: hard resetting link
> [  316.194987] ata9.00: softreset failed (timeout)
> [  319.188348] ata9.15: qc timeout (cmd 0xe4)
> [  319.188365] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  319.188369] ata9.00: reset failed, giving up
> [  319.188372] ata9.00: failed to recover link after 3 tries, disabling
> [  319.188378] ata9.15: hard resetting link
> [  321.315756] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  321.620191] ata9.01: hard resetting link
> [  322.023178] ata9.01: link resume succeeded after 1 retries
> [  322.158126] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  322.158160] ata9.02: hard resetting link
> [  322.560976] ata9.02: link resume succeeded after 1 retries
> [  322.695900] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  322.695934] ata9.03: hard resetting link
> [  323.098788] ata9.03: link resume succeeded after 1 retries
> [  323.233757] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  323.233790] ata9.04: hard resetting link
> [  323.636557] ata9.04: link resume succeeded after 1 retries
> [  323.749309] ata9.04: softreset failed (SRST command error)
> [  323.859049] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  323.859055] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  333.211390] ata9.04: reset failed, giving up
> [  333.211397] ata9.15: hard resetting link
> [  333.211400] ata9: controller in dubious state, performing PORT_RST
> [  335.360620] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  335.666238] ata9.01: hard resetting link
> [  336.069058] ata9.01: link resume succeeded after 1 retries
> [  336.204019] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  336.204053] ata9.02: hard resetting link
> [  336.606854] ata9.02: link resume succeeded after 1 retries
> [  336.741795] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  336.741850] ata9.03: hard resetting link
> [  337.144658] ata9.03: link resume succeeded after 1 retries
> [  337.279528] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  337.279562] ata9.04: hard resetting link
> [  337.682467] ata9.04: link resume succeeded after 1 retries
> [  337.904854] ata9.04: softreset failed (SRST command error)
> [  337.904966] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  337.904971] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  347.257313] ata9.04: reset failed, giving up
> [  347.257320] ata9.15: hard resetting link
> [  347.257323] ata9: controller in dubious state, performing PORT_RST
> [  349.406456] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  349.710905] ata9.01: hard resetting link
> [  350.113925] ata9.01: link resume succeeded after 1 retries
> [  350.248876] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  350.248909] ata9.02: hard resetting link
> [  350.651713] ata9.02: link resume succeeded after 1 retries
> [  350.786654] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  350.786709] ata9.03: hard resetting link
> [  351.189524] ata9.03: link resume succeeded after 1 retries
> [  351.324514] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  351.324547] ata9.04: hard resetting link
> [  351.727346] ata9.04: link resume succeeded after 1 retries
> [  351.840017] ata9.04: softreset failed (SRST command error)
> [  351.949778] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  351.949784] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  361.302128] ata9.04: reset failed, giving up
> [  361.302133] ata9.04: failed to recover link after 3 tries, disabling
> [  361.302139] ata9.15: hard resetting link
> [  361.302142] ata9: controller in dubious state, performing PORT_RST
> [  363.451296] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  364.159770] ata9.04: link resume succeeded after 1 retries
> [  364.261578] ata9.01: hard resetting link
> [  364.664650] ata9.01: link resume succeeded after 1 retries
> [  364.799521] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  364.799576] ata9.02: hard resetting link
> [  365.202441] ata9.02: link resume succeeded after 1 retries
> [  365.337463] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  365.337497] ata9.03: hard resetting link
> [  365.740246] ata9.03: link resume succeeded after 1 retries
> [  365.875039] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  365.875072] ata9.05: hard resetting link
> [  366.179543] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  366.230992] ata9.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  366.230998] ata9.01: 625142448 sectors, multi 0: LBA48 
> [  366.231004] ata9.01: applying bridge limits
> [  366.289145] ata9.01: configured for UDMA/100
> [  366.330307] ata9.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  366.330313] ata9.02: 625142448 sectors, multi 0: LBA48 
> [  366.330319] ata9.02: applying bridge limits
> [  366.388360] ata9.02: configured for UDMA/100
> [  366.432420] ata9.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  366.432426] ata9.03: 625142448 sectors, multi 0: LBA48 
> [  366.432432] ata9.03: applying bridge limits
> [  366.490740] ata9.03: configured for UDMA/100
> [  366.490803] ata9: EH complete
> [  368.619861] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  368.620301] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  368.624045] ata10.00: hard resetting link
> [  378.608665] ata10.00: softreset failed (timeout)
> [  381.602109] ata10.15: qc timeout (cmd 0xe4)
> [  381.602125] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  381.602130] ata10.00: reset failed, giving up
> [  381.602135] ata10.15: hard resetting link
> [  383.729362] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  383.730054] ata10.00: hard resetting link
> [  393.715134] ata10.00: softreset failed (timeout)
> [  396.708497] ata10.15: qc timeout (cmd 0xe4)
> [  396.708513] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  396.708517] ata10.00: reset failed, giving up
> [  396.708522] ata10.15: hard resetting link
> [  398.835857] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  398.836649] ata10.00: hard resetting link
> [  408.821709] ata10.00: softreset failed (timeout)
> [  411.815072] ata10.15: qc timeout (cmd 0xe4)
> [  411.815088] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  411.815093] ata10.00: reset failed, giving up
> [  411.815096] ata10.00: failed to recover link after 3 tries, disabling
> [  411.815101] ata10.15: hard resetting link
> [  413.942387] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  414.246825] ata10.01: hard resetting link
> [  414.649800] ata10.01: link resume succeeded after 1 retries
> [  414.784764] ata10.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  414.784797] ata10.02: hard resetting link
> [  415.187643] ata10.02: link resume succeeded after 1 retries
> [  415.322566] ata10.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  415.322621] ata10.03: hard resetting link
> [  415.725449] ata10.03: link resume succeeded after 1 retries
> [  415.860370] ata10.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  415.860403] ata10.04: hard resetting link
> [  416.263259] ata10.04: link resume succeeded after 1 retries
> [  416.398200] ata10.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  416.398258] ata10.05: hard resetting link
> [  416.702573] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  416.748206] ata10.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  416.748212] ata10.01: 625142448 sectors, multi 0: LBA48 
> [  416.806352] ata10.01: configured for UDMA/100
> [  416.845697] ata10.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  416.845703] ata10.02: 625142448 sectors, multi 0: LBA48 
> [  416.903833] ata10.02: configured for UDMA/100
> [  416.949334] ata10.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  416.949340] ata10.03: 625142448 sectors, multi 0: LBA48 
> [  417.007519] ata10.03: configured for UDMA/100
> [  417.058495] ata10.04: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  417.058503] ata10.04: 625142448 sectors, multi 0: LBA48 
> [  417.116501] ata10.04: configured for UDMA/100
> [  417.116568] ata10: EH complete
   :
> [  509.264886] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
> [  509.322433] NFSD: starting 90-second grace period
   :
-------
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 26, 2012, 1:46 a.m. UTC | #18
Hello Gwendal,

I'm sorry for using the wrong e-mail address.

(2012/03/26 09:41), ANEZAKI, Akira wrote:
>> If possible, could you switch 2 of the 4 enclosures [with their disks]
>> that fails to the port controlled by the Sil3132 controller, reboot
>> the machine with all its 30 drives and see if the failures follow the
>> controller or the enclosure.
> 
> Yes, I will do it as soon as possible. (Sorry, resyncing is runnning now.)

I'm trying it but it isn't stable. Boot fails frequently in warm reboot.
When boot fails, I can only see a swap partition. So, I can get no logs.
I'll try little more.

I have attached the log of power cycle. Boot was successful. This log
contains all ata1 -- ata10 information.

I think that I have switched like this:
ata5 <--> ata7
ata6 <--> ata8

ata7,ata8 : 4+4=8 HDDs.
ata5,ata6,ata9,ata10 : 5+5+5+5=20 HDDs.

But from log,
ata5: 2 HDDs -- lost 3 HDDs.
ata6: 3 HDDs -- lost 2 HDDs.
ata7: 4 HDDs -- OK.
ata8: 4 HDDs -- OK.
ata9: 3 HDDs -- lost 2 HDDs.
ata10: 4 HDDs -- lost 1 HDD.

Thank you for your help.

Best Regards,
Akira

--- 3.2.10 power cycle log ( unpatched ) ---
   :
> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
   :
> [    1.587669] ata1: SATA max UDMA/133 cmd 0xac00 ctl 0xa880 bmdma 0xa400 irq 19
> [    1.587674] ata2: SATA max UDMA/133 cmd 0xa800 ctl 0xa480 bmdma 0xa408 irq 19
> [    1.588676] ata3: SATA max UDMA/133 cmd 0x9c00 ctl 0x9880 bmdma 0x9400 irq 19
> [    1.588679] ata4: SATA max UDMA/133 cmd 0x9800 ctl 0x9480 bmdma 0x9408 irq 19
> [    1.905936] ata4: SATA link down (SStatus 0 SControl 300)
> [    2.056494] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    2.075617] ata3.00: ATAPI: HL-DT-ST DVDRAM GH22NS40, NL02, max UDMA/100
> [    2.097614] ata3.00: configured for UDMA/100
> [    2.210257] ata2.00: SATA link down (SStatus 0 SControl 300)
> [    2.210274] ata2.01: SATA link down (SStatus 0 SControl 300)
> [    2.349849] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    2.349866] ata1.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    2.356076] ata1.00: ATA-8: WDC WD10EADS-00M2B0, 01.00A01, max UDMA/133
> [    2.356083] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    2.356364] ata1.01: ATA-8: Hitachi HDS721010CLA332, JP4OA39C, max UDMA/133
> [    2.356370] ata1.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    2.360095] ata1.00: configured for UDMA/133
> [    2.366164] ata1.01: configured for UDMA/133
> [    2.704858] ata5: SATA max UDMA/100 host m128@0xfbeffc00 port 0xfbef8000 irq 18
> [    2.704863] ata6: SATA max UDMA/100 host m128@0xfbeffc00 port 0xfbefa000 irq 18
> [    2.707166] ata7: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff0000 irq 17
> [    2.707169] ata8: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff2000 irq 17
> [    2.707172] ata9: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff4000 irq 17
> [    2.707175] ata10: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff6000 irq 17
> [    4.832327] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.832797] ata5.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.834150] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.834575] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.835395] ata5.00: hard resetting link
> [    4.837802] ata7.00: hard resetting link
> [    5.152555] ata7.00: softreset failed (SRST command error)
> [    5.262339] ata7.00: failed to read SCR 0 (Emask=0x1)
> [    5.262344] ata7.00: reset failed (errno=-85), retrying in 10 secs
> [   14.815165] ata7.00: reset failed, giving up
> [   14.815171] ata7.15: hard resetting link
> [   14.815175] ata7: controller in dubious state, performing PORT_RST
> [   14.820175] ata5.00: softreset failed (timeout)
> [   16.964600] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   16.965001] ata7.00: hard resetting link
> [   17.367759] ata7.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   17.367814] ata7.01: hard resetting link
> [   17.682822] ata7.01: softreset failed (SRST command error)
> [   17.792567] ata7.01: failed to read SCR 0 (Emask=0x1)
> [   17.792573] ata7.01: reset failed (errno=-85), retrying in 10 secs
> [   17.813530] ata5.15: qc timeout (cmd 0xe4)
> [   17.813559] ata5.00: failed to read SCR 0 (Emask=0x5)
> [   17.813563] ata5.00: reset failed, giving up
> [   17.813568] ata5.15: hard resetting link
> [   19.940831] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   19.941484] ata5.00: hard resetting link
> [   27.345384] ata7.01: reset failed, giving up
> [   27.345390] ata7.15: hard resetting link
> [   27.345394] ata7: controller in dubious state, performing PORT_RST
> [   29.494623] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   29.495062] ata7.00: hard resetting link
> [   29.897955] ata7.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   29.897988] ata7.01: hard resetting link
> [   29.926685] ata5.00: softreset failed (timeout)
> [   30.301043] ata7.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   30.301100] ata7.02: hard resetting link
> [   30.616151] ata7.02: softreset failed (SRST command error)
> [   30.616227] ata7.02: failed to read SCR 0 (Emask=0x1)
> [   30.616233] ata7.02: reset failed (errno=-85), retrying in 10 secs
> [   32.920112] ata5.15: qc timeout (cmd 0xe4)
> [   32.920141] ata5.00: failed to read SCR 0 (Emask=0x5)
> [   32.920145] ata5.00: reset failed, giving up
> [   32.920150] ata5.15: hard resetting link
> [   35.047384] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   35.047933] ata5.00: hard resetting link
> [   40.278817] ata7.02: reset failed, giving up
> [   40.278823] ata7.15: hard resetting link
> [   42.395047] ata7.15: softreset failed (SRST command error)
> [   42.395052] ata7.15: reset failed (errno=-5), retrying in 8 secs
> [   45.033200] ata5.00: softreset failed (timeout)
> [   48.026551] ata5.15: qc timeout (cmd 0xe4)
> [   48.026580] ata5.00: failed to read SCR 0 (Emask=0x5)
> [   48.026584] ata5.00: reset failed, giving up
> [   48.026588] ata5.00: failed to recover link after 3 tries, disabling
> [   48.026593] ata5.15: hard resetting link
> [   50.153760] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   50.256590] ata7.15: hard resetting link
> [   50.458340] ata5.01: hard resetting link
> [   50.861391] ata5.01: link resume succeeded after 1 retries
> [   50.974034] ata5.01: softreset failed (SRST command error)
> [   50.974148] ata5.01: failed to read SCR 0 (Emask=0x1)
> [   50.974154] ata5.01: reset failed (errno=-85), retrying in 10 secs
> [   52.372952] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   52.372960] ata7.15: PMP revalidation failed (errno=-19)
> [   57.361873] ata7.15: hard resetting link
> [   59.489164] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   59.489750] ata7.00: hard resetting link
> [   59.892441] ata7.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   59.892475] ata7.01: hard resetting link
> [   60.295568] ata7.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   60.295601] ata7.02: hard resetting link
> [   60.436071] ata5.01: reset failed, giving up
> [   60.436077] ata5.15: hard resetting link
> [   60.698722] ata7.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   60.698778] ata7.03: hard resetting link
> [   61.123499] ata7.03: softreset failed (SRST command error)
> [   61.233263] ata7.03: failed to read SCR 0 (Emask=0x1)
> [   61.233269] ata7.03: reset failed (errno=-85), retrying in 10 secs
> [   62.552395] ata5.15: softreset failed (SRST command error)
> [   62.552400] ata5.15: reset failed (errno=-5), retrying in 8 secs
> [   70.414115] ata5.15: hard resetting link
> [   70.676320] ata7.03: reset failed, giving up
> [   70.676326] ata7.15: hard resetting link
> [   70.676330] ata7: controller in dubious state, performing PORT_RST
> [   72.530270] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   72.530278] ata5.15: PMP revalidation failed (errno=-19)
> [   72.825581] ata7.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   72.825989] ata7.00: hard resetting link
> [   73.228918] ata7.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   73.228973] ata7.01: hard resetting link
> [   73.632025] ata7.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   73.632059] ata7.02: hard resetting link
> [   74.035109] ata7.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   74.035164] ata7.03: hard resetting link
> [   74.438209] ata7.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   74.438265] ata7.04: hard resetting link
> [   74.742670] ata7.04: SATA link down (SStatus 0 SControl 320)
> [   74.742724] ata7.05: hard resetting link
> [   75.046967] ata7.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   75.072685] ata7.00: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [   75.072692] ata7.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   75.073746] ata7.00: configured for UDMA/100
> [   75.092679] ata7.01: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [   75.092686] ata7.01: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   75.093818] ata7.01: configured for UDMA/100
> [   75.110657] ata7.02: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [   75.110663] ata7.02: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   75.111760] ata7.02: configured for UDMA/100
> [   75.121174] ata7.03: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [   75.121180] ata7.03: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   75.122307] ata7.03: configured for UDMA/100
> [   75.122376] ata7: EH complete
> [   77.519188] ata5.15: hard resetting link
> [   79.646506] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   79.951897] ata5.01: hard resetting link
> [   80.354972] ata5.01: link resume succeeded after 1 retries
> [   80.577379] ata5.01: softreset failed (SRST command error)
> [   80.577503] ata5.01: failed to read SCR 0 (Emask=0x1)
> [   80.577509] ata5.01: reset failed (errno=-85), retrying in 10 secs
> [   89.929712] ata5.01: reset failed, giving up
> [   89.929720] ata5.15: hard resetting link
> [   89.929723] ata5: controller in dubious state, performing PORT_RST
> [   92.078919] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   92.384345] ata5.01: hard resetting link
> [   92.787407] ata5.01: link resume succeeded after 1 retries
> [   93.009813] ata5.01: softreset failed (SRST command error)
> [   93.009946] ata5.01: failed to read SCR 0 (Emask=0x1)
> [   93.009951] ata5.01: reset failed (errno=-85), retrying in 10 secs
> [  102.362090] ata5.01: reset failed, giving up
> [  102.362095] ata5.01: failed to recover link after 3 tries, disabling
> [  102.362101] ata5.15: hard resetting link
> [  102.362105] ata5: controller in dubious state, performing PORT_RST
> [  104.511301] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  105.218826] ata5.01: link resume succeeded after 1 retries
> [  105.320733] ata5.02: hard resetting link
> [  105.723707] ata5.02: link resume succeeded after 1 retries
> [  105.858731] ata5.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  105.858773] ata5.03: hard resetting link
> [  106.261505] ata5.03: link resume succeeded after 1 retries
> [  106.396525] ata5.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  106.396584] ata5.04: hard resetting link
> [  106.799348] ata5.04: link resume succeeded after 1 retries
> [  106.934211] ata5.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  106.934270] ata5.05: hard resetting link
> [  107.238655] ata5.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  107.279217] ata5.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  107.279223] ata5.02: 625142448 sectors, multi 0: LBA48 
> [  107.279229] ata5.02: applying bridge limits
> [  107.337301] ata5.02: configured for UDMA/100
> [  107.374742] ata5.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  107.374748] ata5.03: 625142448 sectors, multi 0: LBA48 
> [  107.432823] ata5.03: configured for UDMA/100
> [  107.472369] ata5.04: ATA-7: ST3320620A, 3.AAC, max UDMA/100
> [  107.472375] ata5.04: 625142448 sectors, multi 0: LBA48 
> [  107.530476] ata5.04: configured for UDMA/100
> [  107.530550] ata5: EH complete
> [  109.659967] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  109.660428] ata6.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  109.662404] ata6.00: hard resetting link
> [  119.646792] ata6.00: softreset failed (timeout)
> [  122.640137] ata6.15: qc timeout (cmd 0xe4)
> [  122.640166] ata6.00: failed to read SCR 0 (Emask=0x5)
> [  122.640170] ata6.00: reset failed, giving up
> [  122.640175] ata6.15: hard resetting link
> [  124.767465] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  124.767953] ata6.00: hard resetting link
> [  134.753239] ata6.00: softreset failed (timeout)
> [  137.746585] ata6.15: qc timeout (cmd 0xe4)
> [  137.746614] ata6.00: failed to read SCR 0 (Emask=0x5)
> [  137.746618] ata6.00: reset failed, giving up
> [  137.746623] ata6.15: hard resetting link
> [  139.873980] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  139.874664] ata6.00: hard resetting link
> [  149.859880] ata6.00: softreset failed (timeout)
> [  152.853256] ata6.15: qc timeout (cmd 0xe4)
> [  152.853285] ata6.00: failed to read SCR 0 (Emask=0x5)
> [  152.853289] ata6.00: reset failed, giving up
> [  152.853293] ata6.00: failed to recover link after 3 tries, disabling
> [  152.853298] ata6.15: hard resetting link
> [  154.980470] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  155.284894] ata6.01: hard resetting link
> [  155.687942] ata6.01: link resume succeeded after 1 retries
> [  155.822938] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  155.822997] ata6.02: hard resetting link
> [  156.225772] ata6.02: link resume succeeded after 1 retries
> [  156.448182] ata6.02: softreset failed (SRST command error)
> [  156.557938] ata6.02: failed to read SCR 0 (Emask=0x1)
> [  156.557944] ata6.02: reset failed (errno=-85), retrying in 10 secs
> [  165.800793] ata6.02: reset failed, giving up
> [  165.800800] ata6.15: hard resetting link
> [  165.800803] ata6: controller in dubious state, performing PORT_RST
> [  167.949758] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  168.255149] ata6.01: hard resetting link
> [  168.658188] ata6.01: link resume succeeded after 1 retries
> [  168.793185] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  168.793244] ata6.02: hard resetting link
> [  169.196018] ata6.02: link resume succeeded after 1 retries
> [  169.418428] ata6.02: softreset failed (SRST command error)
> [  169.528182] ata6.02: failed to read SCR 0 (Emask=0x1)
> [  169.528188] ata6.02: reset failed (errno=-85), retrying in 10 secs
> [  178.770689] ata6.02: reset failed, giving up
> [  178.770696] ata6.15: hard resetting link
> [  178.770699] ata6: controller in dubious state, performing PORT_RST
> [  180.919978] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  181.224464] ata6.01: hard resetting link
> [  181.627416] ata6.01: link resume succeeded after 1 retries
> [  181.762409] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  181.762468] ata6.02: hard resetting link
> [  182.165272] ata6.02: link resume succeeded after 1 retries
> [  182.387677] ata6.02: softreset failed (SRST command error)
> [  182.497428] ata6.02: failed to read SCR 0 (Emask=0x1)
> [  182.497434] ata6.02: reset failed (errno=-85), retrying in 10 secs
> [  191.739821] ata6.02: reset failed, giving up
> [  191.739826] ata6.02: failed to recover link after 3 tries, disabling
> [  191.739832] ata6.15: hard resetting link
> [  191.739836] ata6: controller in dubious state, performing PORT_RST
> [  193.889226] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  194.596707] ata6.02: link resume succeeded after 1 retries
> [  194.698516] ata6.01: hard resetting link
> [  195.101567] ata6.01: link resume succeeded after 1 retries
> [  195.236530] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  195.236590] ata6.03: hard resetting link
> [  195.639396] ata6.03: link resume succeeded after 1 retries
> [  195.818236] ata6.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  195.818295] ata6.04: hard resetting link
> [  196.221084] ata6.04: link resume succeeded after 1 retries
> [  196.356102] ata6.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  196.356161] ata6.05: hard resetting link
> [  196.660379] ata6.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  196.696157] ata6.01: ATA-7: ST3320620A, 3.AAC, max UDMA/100
> [  196.696163] ata6.01: 625142448 sectors, multi 0: LBA48 
> [  196.754273] ata6.01: configured for UDMA/100
> [  196.795365] ata6.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  196.795371] ata6.03: 625142448 sectors, multi 0: LBA48 
> [  196.853523] ata6.03: configured for UDMA/100
> [  196.899696] ata6.04: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  196.899703] ata6.04: 625142448 sectors, multi 0: LBA48 
> [  196.957871] ata6.04: configured for UDMA/100
> [  196.957946] ata6: EH complete
> [  199.090700] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  199.091128] ata8.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  199.093812] ata8.00: hard resetting link
> [  199.431193] ata8.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [  199.431226] ata8.01: hard resetting link
> [  199.855996] ata8.01: softreset failed (SRST command error)
> [  199.856109] ata8.01: failed to read SCR 0 (Emask=0x1)
> [  199.856115] ata8.01: reset failed (errno=-85), retrying in 10 secs
> [  209.408935] ata8.01: reset failed, giving up
> [  209.408941] ata8.15: hard resetting link
> [  209.408945] ata8: controller in dubious state, performing PORT_RST
> [  211.558047] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  211.558450] ata8.00: hard resetting link
> [  211.895535] ata8.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [  211.895590] ata8.01: hard resetting link
> [  212.232771] ata8.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  212.232805] ata8.02: hard resetting link
> [  212.547832] ata8.02: softreset failed (SRST command error)
> [  212.547909] ata8.02: failed to read SCR 0 (Emask=0x1)
> [  212.547915] ata8.02: reset failed (errno=-85), retrying in 10 secs
> [  222.210538] ata8.02: reset failed, giving up
> [  222.210544] ata8.15: hard resetting link
> [  224.326768] ata8.15: softreset failed (SRST command error)
> [  224.326774] ata8.15: reset failed (errno=-5), retrying in 8 secs
> [  232.188262] ata8.15: hard resetting link
> [  234.304631] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  234.304639] ata8.15: PMP revalidation failed (errno=-19)
> [  239.293528] ata8.15: hard resetting link
> [  241.420828] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  241.421222] ata8.00: hard resetting link
> [  241.758372] ata8.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [  241.758428] ata8.01: hard resetting link
> [  242.095611] ata8.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  242.095666] ata8.02: hard resetting link
> [  242.432765] ata8.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  242.432799] ata8.03: hard resetting link
> [  242.747884] ata8.03: softreset failed (SRST command error)
> [  242.747943] ata8.03: failed to read SCR 0 (Emask=0x1)
> [  242.747948] ata8.03: reset failed (errno=-85), retrying in 10 secs
> [  252.410561] ata8.03: reset failed, giving up
> [  252.410567] ata8.15: hard resetting link
> [  254.526811] ata8.15: softreset failed (SRST command error)
> [  254.526817] ata8.15: reset failed (errno=-5), retrying in 8 secs
> [  262.388616] ata8.15: hard resetting link
> [  264.504672] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  264.504680] ata8.15: PMP revalidation failed (errno=-19)
> [  269.493568] ata8.15: hard resetting link
> [  271.620869] ata8.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  271.621541] ata8.00: hard resetting link
> [  271.959402] ata8.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [  271.959435] ata8.01: hard resetting link
> [  272.296658] ata8.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  272.296691] ata8.02: hard resetting link
> [  272.633838] ata8.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  272.633893] ata8.03: hard resetting link
> [  272.971197] ata8.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  272.971230] ata8.04: hard resetting link
> [  273.275495] ata8.04: SATA link down (SStatus 0 SControl 320)
> [  273.275549] ata8.05: hard resetting link
> [  273.579798] ata8.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  273.608607] ata8.00: ATA-8: ST31000333AS, SD15, max UDMA/133
> [  273.608613] ata8.00: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
> [  273.608619] ata8.00: WARNING: device requires firmware update to be fully functional
> [  273.608623] ata8.00:          contact the vendor or visit http://ata.wiki.kernel.org
> [  273.650662] ata8.00: configured for UDMA/100
> [  273.679546] ata8.01: ATA-8: ST31000333AS, SD15, max UDMA/133
> [  273.679552] ata8.01: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
> [  273.679559] ata8.01: WARNING: device requires firmware update to be fully functional
> [  273.679563] ata8.01:          contact the vendor or visit http://ata.wiki.kernel.org
> [  273.721651] ata8.01: configured for UDMA/100
> [  273.750504] ata8.02: ATA-8: ST31000333AS, SD15, max UDMA/133
> [  273.750510] ata8.02: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
> [  273.750516] ata8.02: WARNING: device requires firmware update to be fully functional
> [  273.750520] ata8.02:          contact the vendor or visit http://ata.wiki.kernel.org
> [  273.792594] ata8.02: configured for UDMA/100
> [  273.821356] ata8.03: ATA-8: ST31000333AS, SD15, max UDMA/133
> [  273.821362] ata8.03: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
> [  273.821368] ata8.03: WARNING: device requires firmware update to be fully functional
> [  273.821372] ata8.03:          contact the vendor or visit http://ata.wiki.kernel.org
> [  273.863400] ata8.03: configured for UDMA/100
> [  273.863467] ata8: EH complete
> [  275.994193] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  275.994784] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  275.997485] ata9.00: hard resetting link
> [  285.984026] ata9.00: softreset failed (timeout)
> [  288.977472] ata9.15: qc timeout (cmd 0xe4)
> [  288.977488] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  288.977492] ata9.00: reset failed, giving up
> [  288.977497] ata9.15: hard resetting link
> [  291.104604] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  291.105202] ata9.00: hard resetting link
> [  301.089450] ata9.00: softreset failed (timeout)
> [  304.082908] ata9.15: qc timeout (cmd 0xe4)
> [  304.082925] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  304.082932] ata9.00: reset failed, giving up
> [  304.082938] ata9.15: hard resetting link
> [  306.210218] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  306.210717] ata9.00: hard resetting link
> [  316.194987] ata9.00: softreset failed (timeout)
> [  319.188348] ata9.15: qc timeout (cmd 0xe4)
> [  319.188365] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  319.188369] ata9.00: reset failed, giving up
> [  319.188372] ata9.00: failed to recover link after 3 tries, disabling
> [  319.188378] ata9.15: hard resetting link
> [  321.315756] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  321.620191] ata9.01: hard resetting link
> [  322.023178] ata9.01: link resume succeeded after 1 retries
> [  322.158126] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  322.158160] ata9.02: hard resetting link
> [  322.560976] ata9.02: link resume succeeded after 1 retries
> [  322.695900] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  322.695934] ata9.03: hard resetting link
> [  323.098788] ata9.03: link resume succeeded after 1 retries
> [  323.233757] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  323.233790] ata9.04: hard resetting link
> [  323.636557] ata9.04: link resume succeeded after 1 retries
> [  323.749309] ata9.04: softreset failed (SRST command error)
> [  323.859049] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  323.859055] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  333.211390] ata9.04: reset failed, giving up
> [  333.211397] ata9.15: hard resetting link
> [  333.211400] ata9: controller in dubious state, performing PORT_RST
> [  335.360620] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  335.666238] ata9.01: hard resetting link
> [  336.069058] ata9.01: link resume succeeded after 1 retries
> [  336.204019] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  336.204053] ata9.02: hard resetting link
> [  336.606854] ata9.02: link resume succeeded after 1 retries
> [  336.741795] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  336.741850] ata9.03: hard resetting link
> [  337.144658] ata9.03: link resume succeeded after 1 retries
> [  337.279528] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  337.279562] ata9.04: hard resetting link
> [  337.682467] ata9.04: link resume succeeded after 1 retries
> [  337.904854] ata9.04: softreset failed (SRST command error)
> [  337.904966] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  337.904971] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  347.257313] ata9.04: reset failed, giving up
> [  347.257320] ata9.15: hard resetting link
> [  347.257323] ata9: controller in dubious state, performing PORT_RST
> [  349.406456] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  349.710905] ata9.01: hard resetting link
> [  350.113925] ata9.01: link resume succeeded after 1 retries
> [  350.248876] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  350.248909] ata9.02: hard resetting link
> [  350.651713] ata9.02: link resume succeeded after 1 retries
> [  350.786654] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  350.786709] ata9.03: hard resetting link
> [  351.189524] ata9.03: link resume succeeded after 1 retries
> [  351.324514] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  351.324547] ata9.04: hard resetting link
> [  351.727346] ata9.04: link resume succeeded after 1 retries
> [  351.840017] ata9.04: softreset failed (SRST command error)
> [  351.949778] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  351.949784] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  361.302128] ata9.04: reset failed, giving up
> [  361.302133] ata9.04: failed to recover link after 3 tries, disabling
> [  361.302139] ata9.15: hard resetting link
> [  361.302142] ata9: controller in dubious state, performing PORT_RST
> [  363.451296] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  364.159770] ata9.04: link resume succeeded after 1 retries
> [  364.261578] ata9.01: hard resetting link
> [  364.664650] ata9.01: link resume succeeded after 1 retries
> [  364.799521] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  364.799576] ata9.02: hard resetting link
> [  365.202441] ata9.02: link resume succeeded after 1 retries
> [  365.337463] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  365.337497] ata9.03: hard resetting link
> [  365.740246] ata9.03: link resume succeeded after 1 retries
> [  365.875039] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  365.875072] ata9.05: hard resetting link
> [  366.179543] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  366.230992] ata9.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  366.230998] ata9.01: 625142448 sectors, multi 0: LBA48 
> [  366.231004] ata9.01: applying bridge limits
> [  366.289145] ata9.01: configured for UDMA/100
> [  366.330307] ata9.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  366.330313] ata9.02: 625142448 sectors, multi 0: LBA48 
> [  366.330319] ata9.02: applying bridge limits
> [  366.388360] ata9.02: configured for UDMA/100
> [  366.432420] ata9.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  366.432426] ata9.03: 625142448 sectors, multi 0: LBA48 
> [  366.432432] ata9.03: applying bridge limits
> [  366.490740] ata9.03: configured for UDMA/100
> [  366.490803] ata9: EH complete
> [  368.619861] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  368.620301] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  368.624045] ata10.00: hard resetting link
> [  378.608665] ata10.00: softreset failed (timeout)
> [  381.602109] ata10.15: qc timeout (cmd 0xe4)
> [  381.602125] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  381.602130] ata10.00: reset failed, giving up
> [  381.602135] ata10.15: hard resetting link
> [  383.729362] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  383.730054] ata10.00: hard resetting link
> [  393.715134] ata10.00: softreset failed (timeout)
> [  396.708497] ata10.15: qc timeout (cmd 0xe4)
> [  396.708513] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  396.708517] ata10.00: reset failed, giving up
> [  396.708522] ata10.15: hard resetting link
> [  398.835857] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  398.836649] ata10.00: hard resetting link
> [  408.821709] ata10.00: softreset failed (timeout)
> [  411.815072] ata10.15: qc timeout (cmd 0xe4)
> [  411.815088] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  411.815093] ata10.00: reset failed, giving up
> [  411.815096] ata10.00: failed to recover link after 3 tries, disabling
> [  411.815101] ata10.15: hard resetting link
> [  413.942387] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  414.246825] ata10.01: hard resetting link
> [  414.649800] ata10.01: link resume succeeded after 1 retries
> [  414.784764] ata10.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  414.784797] ata10.02: hard resetting link
> [  415.187643] ata10.02: link resume succeeded after 1 retries
> [  415.322566] ata10.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  415.322621] ata10.03: hard resetting link
> [  415.725449] ata10.03: link resume succeeded after 1 retries
> [  415.860370] ata10.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  415.860403] ata10.04: hard resetting link
> [  416.263259] ata10.04: link resume succeeded after 1 retries
> [  416.398200] ata10.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  416.398258] ata10.05: hard resetting link
> [  416.702573] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  416.748206] ata10.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  416.748212] ata10.01: 625142448 sectors, multi 0: LBA48 
> [  416.806352] ata10.01: configured for UDMA/100
> [  416.845697] ata10.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  416.845703] ata10.02: 625142448 sectors, multi 0: LBA48 
> [  416.903833] ata10.02: configured for UDMA/100
> [  416.949334] ata10.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  416.949340] ata10.03: 625142448 sectors, multi 0: LBA48 
> [  417.007519] ata10.03: configured for UDMA/100
> [  417.058495] ata10.04: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  417.058503] ata10.04: 625142448 sectors, multi 0: LBA48 
> [  417.116501] ata10.04: configured for UDMA/100
> [  417.116568] ata10: EH complete
   :
> [  509.264886] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
> [  509.322433] NFSD: starting 90-second grace period
   :
-------
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 26, 2012, 2:30 a.m. UTC | #19
Hello Gwendal,

(2012/03/26 09:41), ANEZAKI, Akira wrote:

>> If possible, could you switch 2 of the 4 enclosures [with their disks]
>> that fails to the port controlled by the Sil3132 controller, reboot
>> the machine with all its 30 drives and see if the failures follow the
>> controller or the enclosure.
> 
> Yes, I will do it as soon as possible. (Sorry, resyncing is runnning now.)

This is a log when warm reboot is successful. I will try warm reboot
more but I'm fixing RAIDs again.

ata7,ata8 : 4+4=8 HDDs.
ata5,ata6,ata9,ata10 : 5+5+5+5=20 HDDs.

But from log,
ata5: 2 HDDs -- lost 3 HDDs.
ata6: 3 HDDs -- lost 2 HDDs.
ata7: 4 HDDs -- OK.
ata8: 4 HDDs -- OK.
ata9: 3 HDDs -- lost 2 HDDs.
ata10: 4 HDDs -- lost 1 HDD.

Thank you for your help.

Best Regards,
Akira

--- 3.2.10 warm reboot log ( unpatched ) ---
   :
> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
   :
> [    1.589480] ata1: SATA max UDMA/133 cmd 0xac00 ctl 0xa880 bmdma 0xa400 irq 19
> [    1.589484] ata2: SATA max UDMA/133 cmd 0xa800 ctl 0xa480 bmdma 0xa408 irq 19
> [    1.590487] ata3: SATA max UDMA/133 cmd 0x9c00 ctl 0x9880 bmdma 0x9400 irq 19
> [    1.590491] ata4: SATA max UDMA/133 cmd 0x9800 ctl 0x9480 bmdma 0x9408 irq 19
> [    1.907600] ata4: SATA link down (SStatus 0 SControl 300)
> [    2.058210] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    2.077498] ata3.00: ATAPI: HL-DT-ST DVDRAM GH22NS40, NL02, max UDMA/100
> [    2.099331] ata3.00: configured for UDMA/100
> [    2.211895] ata2.00: SATA link down (SStatus 0 SControl 300)
> [    2.211912] ata2.01: SATA link down (SStatus 0 SControl 300)
> [    2.362481] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    2.362499] ata1.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    2.368859] ata1.00: ATA-8: WDC WD10EADS-00M2B0, 01.00A01, max UDMA/133
> [    2.368866] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    2.369140] ata1.01: ATA-8: Hitachi HDS721010CLA332, JP4OA39C, max UDMA/133
> [    2.369147] ata1.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    2.374886] ata1.00: configured for UDMA/133
> [    2.380989] ata1.01: configured for UDMA/133
> [    2.729560] ata5: SATA max UDMA/100 host m128@0xfbeffc00 port 0xfbef8000 irq 18
> [    2.729564] ata6: SATA max UDMA/100 host m128@0xfbeffc00 port 0xfbefa000 irq 18
> [    2.732356] ata7: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff0000 irq 17
> [    2.732360] ata8: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff2000 irq 17
> [    2.732364] ata9: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff4000 irq 17
> [    2.732367] ata10: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff6000 irq 17
> [    4.857966] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.858355] ata5.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.859795] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.860189] ata5.00: hard resetting link
> [    4.860287] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.862439] ata7.00: hard resetting link
> [    5.265296] ata7.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [    5.265352] ata7.01: hard resetting link
> [    5.668362] ata7.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    5.668417] ata7.02: hard resetting link
> [    6.071495] ata7.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    6.071529] ata7.03: hard resetting link
> [    6.474581] ata7.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    6.474613] ata7.04: hard resetting link
> [    6.779060] ata7.04: SATA link down (SStatus 0 SControl 320)
> [    6.779114] ata7.05: hard resetting link
> [    7.083360] ata7.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [    7.084277] ata7.00: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [    7.084286] ata7.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
> [    7.085547] ata7.00: configured for UDMA/100
> [    7.086553] ata7.01: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [    7.086559] ata7.01: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [    7.087660] ata7.01: configured for UDMA/100
> [    7.088553] ata7.02: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [    7.088558] ata7.02: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [    7.089654] ata7.02: configured for UDMA/100
> [    7.090546] ata7.03: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [    7.090551] ata7.03: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [    7.091650] ata7.03: configured for UDMA/100
> [    7.091733] ata7: EH complete
> [   14.844826] ata5.00: softreset failed (timeout)
> [   17.838181] ata5.15: qc timeout (cmd 0xe4)
> [   17.838210] ata5.00: failed to read SCR 0 (Emask=0x4)
> [   17.838214] ata5.00: reset failed, giving up
> [   17.838219] ata5.15: hard resetting link
> [   19.965502] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   19.966145] ata5.00: hard resetting link
> [   29.951336] ata5.00: softreset failed (timeout)
> [   32.944766] ata5.15: qc timeout (cmd 0xe4)
> [   32.944795] ata5.00: failed to read SCR 0 (Emask=0x4)
> [   32.944799] ata5.00: reset failed, giving up
> [   32.944804] ata5.15: hard resetting link
> [   35.072012] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   35.072530] ata5.00: hard resetting link
> [   45.056855] ata5.00: softreset failed (timeout)
> [   48.050254] ata5.15: qc timeout (cmd 0xe4)
> [   48.050283] ata5.00: failed to read SCR 0 (Emask=0x4)
> [   48.050287] ata5.00: reset failed, giving up
> [   48.050290] ata5.00: failed to recover link after 3 tries, disabling
> [   48.050295] ata5.15: hard resetting link
> [   50.177517] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   50.482010] ata5.01: hard resetting link
> [   50.884985] ata5.01: link resume succeeded after 1 retries
> [   51.107352] ata5.01: softreset failed (SRST command error)
> [   51.107487] ata5.01: failed to read SCR 0 (Emask=0x1)
> [   51.107492] ata5.01: reset failed (errno=-85), retrying in 10 secs
> [   60.459742] ata5.01: reset failed, giving up
> [   60.459749] ata5.15: hard resetting link
> [   60.459752] ata5: controller in dubious state, performing PORT_RST
> [   62.608949] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   62.914448] ata5.01: hard resetting link
> [   63.317427] ata5.01: link resume succeeded after 1 retries
> [   63.539790] ata5.01: softreset failed (SRST command error)
> [   63.539919] ata5.01: failed to read SCR 0 (Emask=0x1)
> [   63.539925] ata5.01: reset failed (errno=-85), retrying in 10 secs
> [   72.892173] ata5.01: reset failed, giving up
> [   72.892180] ata5.15: hard resetting link
> [   72.892184] ata5: controller in dubious state, performing PORT_RST
> [   75.041389] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   75.345889] ata5.01: hard resetting link
> [   75.748866] ata5.01: link resume succeeded after 1 retries
> [   75.971297] ata5.01: softreset failed (SRST command error)
> [   75.971431] ata5.01: failed to read SCR 0 (Emask=0x1)
> [   75.971437] ata5.01: reset failed (errno=-85), retrying in 10 secs
> [   85.323630] ata5.01: reset failed, giving up
> [   85.323637] ata5.01: failed to recover link after 3 tries, disabling
> [   85.323645] ata5.15: hard resetting link
> [   85.323650] ata5: controller in dubious state, performing PORT_RST
> [   87.472842] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   88.181286] ata5.01: link resume succeeded after 1 retries
> [   88.283133] ata5.02: hard resetting link
> [   88.686176] ata5.02: link resume succeeded after 1 retries
> [   88.821104] ata5.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   88.821164] ata5.03: hard resetting link
> [   89.223975] ata5.03: link resume succeeded after 1 retries
> [   89.358829] ata5.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   89.358888] ata5.04: hard resetting link
> [   89.783557] ata5.04: softreset failed (SRST command error)
> [   89.893432] ata5.04: failed to read SCR 0 (Emask=0x1)
> [   89.893438] ata5.04: reset failed (errno=-85), retrying in 10 secs
> [   99.336365] ata5.04: reset failed, giving up
> [   99.336372] ata5.15: hard resetting link
> [   99.336376] ata5: controller in dubious state, performing PORT_RST
> [  101.485757] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  102.193240] ata5.01: link resume succeeded after 1 retries
> [  102.295073] ata5.02: hard resetting link
> [  102.698122] ata5.02: link resume succeeded after 1 retries
> [  102.833073] ata5.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  102.833133] ata5.03: hard resetting link
> [  103.235928] ata5.03: link resume succeeded after 1 retries
> [  103.370761] ata5.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  103.370820] ata5.04: hard resetting link
> [  103.795611] ata5.04: softreset failed (SRST command error)
> [  103.905366] ata5.04: failed to read SCR 0 (Emask=0x1)
> [  103.905371] ata5.04: reset failed (errno=-85), retrying in 10 secs
> [  113.348314] ata5.04: reset failed, giving up
> [  113.348320] ata5.15: hard resetting link
> [  113.348324] ata5: controller in dubious state, performing PORT_RST
> [  115.497700] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  116.205181] ata5.01: link resume succeeded after 1 retries
> [  116.307080] ata5.02: hard resetting link
> [  116.710044] ata5.02: link resume succeeded after 1 retries
> [  116.845018] ata5.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  116.845077] ata5.03: hard resetting link
> [  117.247869] ata5.03: link resume succeeded after 1 retries
> [  117.382765] ata5.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  117.382824] ata5.04: hard resetting link
> [  117.807545] ata5.04: softreset failed (SRST command error)
> [  117.917306] ata5.04: failed to read SCR 0 (Emask=0x1)
> [  117.917312] ata5.04: reset failed (errno=-85), retrying in 10 secs
> [  127.360526] ata5.04: reset failed, giving up
> [  127.360531] ata5.04: failed to recover link after 3 tries, disabling
> [  127.360537] ata5.15: hard resetting link
> [  127.360540] ata5: controller in dubious state, performing PORT_RST
> [  129.509655] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  130.217118] ata5.01: link resume succeeded after 1 retries
> [  130.722001] ata5.04: link resume succeeded after 1 retries
> [  130.823901] ata5.02: hard resetting link
> [  131.226876] ata5.02: link resume succeeded after 1 retries
> [  131.361766] ata5.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  131.361825] ata5.03: hard resetting link
> [  131.764660] ata5.03: link resume succeeded after 1 retries
> [  131.899662] ata5.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  131.899721] ata5.05: hard resetting link
> [  132.205038] ata5.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  132.244958] ata5.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  132.244964] ata5.02: 625142448 sectors, multi 0: LBA48 
> [  132.244970] ata5.02: applying bridge limits
> [  132.303046] ata5.02: configured for UDMA/100
> [  132.342980] ata5.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  132.342986] ata5.03: 625142448 sectors, multi 0: LBA48 
> [  132.401061] ata5.03: configured for UDMA/100
> [  132.401136] ata5: EH complete
> [  134.530494] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  134.531008] ata6.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  134.532983] ata6.00: hard resetting link
> [  144.517362] ata6.00: softreset failed (timeout)
> [  147.510713] ata6.15: qc timeout (cmd 0xe4)
> [  147.510742] ata6.00: failed to read SCR 0 (Emask=0x5)
> [  147.510746] ata6.00: reset failed, giving up
> [  147.510751] ata6.15: hard resetting link
> [  149.638015] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  149.638490] ata6.00: hard resetting link
> [  159.623868] ata6.00: softreset failed (timeout)
> [  162.617261] ata6.15: qc timeout (cmd 0xe4)
> [  162.617290] ata6.00: failed to read SCR 0 (Emask=0x5)
> [  162.617294] ata6.00: reset failed, giving up
> [  162.617298] ata6.15: hard resetting link
> [  164.744527] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  164.745175] ata6.00: hard resetting link
> [  174.730383] ata6.00: softreset failed (timeout)
> [  177.723774] ata6.15: qc timeout (cmd 0xe4)
> [  177.723803] ata6.00: failed to read SCR 0 (Emask=0x5)
> [  177.723807] ata6.00: reset failed, giving up
> [  177.723811] ata6.00: failed to recover link after 3 tries, disabling
> [  177.723816] ata6.15: hard resetting link
> [  179.851035] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  180.156552] ata6.01: hard resetting link
> [  180.559477] ata6.01: link resume succeeded after 1 retries
> [  180.694563] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  180.694606] ata6.02: hard resetting link
> [  181.097289] ata6.02: link resume succeeded after 1 retries
> [  181.319751] ata6.02: softreset failed (SRST command error)
> [  181.429509] ata6.02: failed to read SCR 0 (Emask=0x1)
> [  181.429515] ata6.02: reset failed (errno=-85), retrying in 10 secs
> [  190.672324] ata6.02: reset failed, giving up
> [  190.672330] ata6.15: hard resetting link
> [  190.672334] ata6: controller in dubious state, performing PORT_RST
> [  192.821300] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  193.125786] ata6.01: hard resetting link
> [  193.528727] ata6.01: link resume succeeded after 1 retries
> [  193.663686] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  193.663812] ata6.02: hard resetting link
> [  194.066567] ata6.02: link resume succeeded after 1 retries
> [  194.288962] ata6.02: softreset failed (SRST command error)
> [  194.398756] ata6.02: failed to read SCR 0 (Emask=0x1)
> [  194.398762] ata6.02: reset failed (errno=-85), retrying in 10 secs
> [  203.641295] ata6.02: reset failed, giving up
> [  203.641303] ata6.15: hard resetting link
> [  203.641309] ata6: controller in dubious state, performing PORT_RST
> [  205.790546] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  206.094966] ata6.01: hard resetting link
> [  206.498015] ata6.01: link resume succeeded after 1 retries
> [  206.633061] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  206.633120] ata6.02: hard resetting link
> [  207.035819] ata6.02: link resume succeeded after 1 retries
> [  207.258245] ata6.02: softreset failed (SRST command error)
> [  207.368006] ata6.02: failed to read SCR 0 (Emask=0x1)
> [  207.368012] ata6.02: reset failed (errno=-85), retrying in 10 secs
> [  216.610620] ata6.02: reset failed, giving up
> [  216.610626] ata6.02: failed to recover link after 3 tries, disabling
> [  216.610632] ata6.15: hard resetting link
> [  216.610635] ata6: controller in dubious state, performing PORT_RST
> [  218.759779] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  219.467254] ata6.02: link resume succeeded after 1 retries
> [  219.569163] ata6.01: hard resetting link
> [  219.972113] ata6.01: link resume succeeded after 1 retries
> [  220.107129] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  220.107188] ata6.03: hard resetting link
> [  220.509917] ata6.03: link resume succeeded after 1 retries
> [  220.644966] ata6.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  220.645026] ata6.04: hard resetting link
> [  221.047757] ata6.04: link resume succeeded after 1 retries
> [  221.182778] ata6.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  221.182837] ata6.05: hard resetting link
> [  221.487112] ata6.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  221.526612] ata6.01: ATA-7: ST3320620A, 3.AAC, max UDMA/100
> [  221.526618] ata6.01: 625142448 sectors, multi 0: LBA48 
> [  221.584762] ata6.01: configured for UDMA/100
> [  221.631071] ata6.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  221.631077] ata6.03: 625142448 sectors, multi 0: LBA48 
> [  221.689230] ata6.03: configured for UDMA/100
> [  221.727356] ata6.04: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  221.727362] ata6.04: 625142448 sectors, multi 0: LBA48 
> [  221.785541] ata6.04: configured for UDMA/100
> [  221.785615] ata6: EH complete
> [  223.918343] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  223.918775] ata8.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  223.921937] ata8.00: hard resetting link
> [  224.259862] ata8.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [  224.259917] ata8.01: hard resetting link
> [  224.597085] ata8.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  224.597141] ata8.02: hard resetting link
> [  224.934516] ata8.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  224.934572] ata8.03: hard resetting link
> [  225.271591] ata8.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  225.271624] ata8.04: hard resetting link
> [  225.575989] ata8.04: SATA link down (SStatus 0 SControl 320)
> [  225.576042] ata8.05: hard resetting link
> [  225.880279] ata8.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  225.909034] ata8.00: ATA-8: ST31000333AS, SD15, max UDMA/133
> [  225.909041] ata8.00: 1953525168 sectors, multi 16: LBA48 NCQ (not used)
> [  225.909047] ata8.00: WARNING: device requires firmware update to be fully functional
> [  225.909051] ata8.00:          contact the vendor or visit http://ata.wiki.kernel.org
> [  225.950939] ata8.00: configured for UDMA/100
> [  225.979588] ata8.01: ATA-8: ST31000333AS, SD15, max UDMA/133
> [  225.979594] ata8.01: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
> [  225.979600] ata8.01: WARNING: device requires firmware update to be fully functional
> [  225.979604] ata8.01:          contact the vendor or visit http://ata.wiki.kernel.org
> [  226.021473] ata8.01: configured for UDMA/100
> [  226.050141] ata8.02: ATA-8: ST31000333AS, SD15, max UDMA/133
> [  226.050147] ata8.02: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
> [  226.050154] ata8.02: WARNING: device requires firmware update to be fully functional
> [  226.050158] ata8.02:          contact the vendor or visit http://ata.wiki.kernel.org
> [  226.091995] ata8.02: configured for UDMA/100
> [  226.120548] ata8.03: ATA-8: ST31000333AS, SD15, max UDMA/133
> [  226.120554] ata8.03: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
> [  226.120561] ata8.03: WARNING: device requires firmware update to be fully functional
> [  226.120565] ata8.03:          contact the vendor or visit http://ata.wiki.kernel.org
> [  226.162385] ata8.03: configured for UDMA/100
> [  226.162453] ata8: EH complete
> [  228.292632] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  228.293002] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  228.296050] ata9.00: hard resetting link
> [  238.280486] ata9.00: softreset failed (timeout)
> [  241.274023] ata9.15: qc timeout (cmd 0xe4)
> [  241.274040] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  241.274044] ata9.00: reset failed, giving up
> [  241.274049] ata9.15: hard resetting link
> [  243.401137] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  243.401599] ata9.00: hard resetting link
> [  253.387991] ata9.00: softreset failed (timeout)
> [  256.381414] ata9.15: qc timeout (cmd 0xe4)
> [  256.381430] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  256.381434] ata9.00: reset failed, giving up
> [  256.381439] ata9.15: hard resetting link
> [  258.508673] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  258.509048] ata9.00: hard resetting link
> [  268.494505] ata9.00: softreset failed (timeout)
> [  271.487878] ata9.15: qc timeout (cmd 0xe4)
> [  271.487895] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  271.487899] ata9.00: reset failed, giving up
> [  271.487903] ata9.00: failed to recover link after 3 tries, disabling
> [  271.487908] ata9.15: hard resetting link
> [  273.615201] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  273.919608] ata9.01: hard resetting link
> [  274.322603] ata9.01: link resume succeeded after 1 retries
> [  274.457553] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  274.457586] ata9.02: hard resetting link
> [  274.860444] ata9.02: link resume succeeded after 1 retries
> [  274.995367] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  274.995400] ata9.03: hard resetting link
> [  275.398299] ata9.03: link resume succeeded after 1 retries
> [  275.533164] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  275.533197] ata9.04: hard resetting link
> [  275.936074] ata9.04: link resume succeeded after 1 retries
> [  276.158501] ata9.04: softreset failed (SRST command error)
> [  276.268262] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  276.268268] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  285.510770] ata9.04: reset failed, giving up
> [  285.510776] ata9.15: hard resetting link
> [  285.510780] ata9: controller in dubious state, performing PORT_RST
> [  287.660034] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  287.964508] ata9.01: hard resetting link
> [  288.367491] ata9.01: link resume succeeded after 1 retries
> [  288.502430] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  288.502463] ata9.02: hard resetting link
> [  288.905305] ata9.02: link resume succeeded after 1 retries
> [  289.040255] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  289.040288] ata9.03: hard resetting link
> [  289.443108] ata9.03: link resume succeeded after 1 retries
> [  289.578057] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  289.578090] ata9.04: hard resetting link
> [  289.980918] ata9.04: link resume succeeded after 1 retries
> [  290.203369] ata9.04: softreset failed (SRST command error)
> [  290.203485] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  290.203491] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  299.555660] ata9.04: reset failed, giving up
> [  299.555666] ata9.15: hard resetting link
> [  299.555670] ata9: controller in dubious state, performing PORT_RST
> [  301.704918] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  302.009409] ata9.01: hard resetting link
> [  302.412365] ata9.01: link resume succeeded after 1 retries
> [  302.547281] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  302.547314] ata9.02: hard resetting link
> [  302.950171] ata9.02: link resume succeeded after 1 retries
> [  303.085117] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  303.085150] ata9.03: hard resetting link
> [  303.487982] ata9.03: link resume succeeded after 1 retries
> [  303.622902] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  303.622958] ata9.04: hard resetting link
> [  304.025789] ata9.04: link resume succeeded after 1 retries
> [  304.138473] ata9.04: softreset failed (SRST command error)
> [  304.248235] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  304.248241] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  313.600501] ata9.04: reset failed, giving up
> [  313.600507] ata9.04: failed to recover link after 3 tries, disabling
> [  313.600513] ata9.15: hard resetting link
> [  313.600516] ata9: controller in dubious state, performing PORT_RST
> [  315.749752] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  316.457271] ata9.04: link resume succeeded after 1 retries
> [  316.559076] ata9.01: hard resetting link
> [  316.962068] ata9.01: link resume succeeded after 1 retries
> [  317.097054] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  317.097088] ata9.02: hard resetting link
> [  317.499918] ata9.02: link resume succeeded after 1 retries
> [  317.634858] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  317.634914] ata9.03: hard resetting link
> [  318.037724] ata9.03: link resume succeeded after 1 retries
> [  318.172660] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  318.172693] ata9.05: hard resetting link
> [  318.477013] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  318.516456] ata9.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  318.516462] ata9.01: 625142448 sectors, multi 0: LBA48 
> [  318.516468] ata9.01: applying bridge limits
> [  318.574613] ata9.01: configured for UDMA/100
> [  318.619314] ata9.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  318.619320] ata9.02: 625142448 sectors, multi 0: LBA48 
> [  318.619326] ata9.02: applying bridge limits
> [  318.677370] ata9.02: configured for UDMA/100
> [  318.722829] ata9.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  318.722835] ata9.03: 625142448 sectors, multi 0: LBA48 
> [  318.722841] ata9.03: applying bridge limits
> [  318.780997] ata9.03: configured for UDMA/100
> [  318.781065] ata9: EH complete
> [  320.910331] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  320.910716] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  320.914444] ata10.00: hard resetting link
> [  330.899026] ata10.00: softreset failed (timeout)
> [  333.892559] ata10.15: qc timeout (cmd 0xe4)
> [  333.892575] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  333.892579] ata10.00: reset failed, giving up
> [  333.892584] ata10.15: hard resetting link
> [  336.019804] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  336.020217] ata10.00: hard resetting link
> [  346.005672] ata10.00: softreset failed (timeout)
> [  348.999080] ata10.15: qc timeout (cmd 0xe4)
> [  348.999097] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  348.999101] ata10.00: reset failed, giving up
> [  348.999106] ata10.15: hard resetting link
> [  351.126351] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  351.126798] ata10.00: hard resetting link
> [  361.111185] ata10.00: softreset failed (timeout)
> [  364.104592] ata10.15: qc timeout (cmd 0xe4)
> [  364.104608] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  364.104613] ata10.00: reset failed, giving up
> [  364.104616] ata10.00: failed to recover link after 3 tries, disabling
> [  364.104621] ata10.15: hard resetting link
> [  366.231861] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  366.536337] ata10.01: hard resetting link
> [  366.939336] ata10.01: link resume succeeded after 1 retries
> [  367.074226] ata10.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  367.074260] ata10.02: hard resetting link
> [  367.477128] ata10.02: link resume succeeded after 1 retries
> [  367.612045] ata10.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  367.612079] ata10.03: hard resetting link
> [  368.014946] ata10.03: link resume succeeded after 1 retries
> [  368.149882] ata10.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  368.149916] ata10.04: hard resetting link
> [  368.552715] ata10.04: link resume succeeded after 1 retries
> [  368.687685] ata10.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  368.687740] ata10.05: hard resetting link
> [  368.992079] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  369.039408] ata10.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  369.039414] ata10.01: 625142448 sectors, multi 0: LBA48 
> [  369.097549] ata10.01: configured for UDMA/100
> [  369.134364] ata10.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  369.134370] ata10.02: 625142448 sectors, multi 0: LBA48 
> [  369.192501] ata10.02: configured for UDMA/100
> [  369.231060] ata10.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  369.231066] ata10.03: 625142448 sectors, multi 0: LBA48 
> [  369.289253] ata10.03: configured for UDMA/100
> [  369.328511] ata10.04: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  369.328517] ata10.04: 625142448 sectors, multi 0: LBA48 
> [  369.386487] ata10.04: configured for UDMA/100
> [  369.386557] ata10: EH complete
   :
> [  394.946096] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
> [  395.043631] NFSD: starting 90-second grace period
   :
------
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 26, 2012, 9:50 a.m. UTC | #20
Hello Gwendal,

(2012/03/26 11:30), ANEZAKI, Akira wrote:
> Hello Gwendal,
> 
> (2012/03/26 09:41), ANEZAKI, Akira wrote:
> 
>>> If possible, could you switch 2 of the 4 enclosures [with their disks]
>>> that fails to the port controlled by the Sil3132 controller, reboot
>>> the machine with all its 30 drives and see if the failures follow the
>>> controller or the enclosure.
>>
>> Yes, I will do it as soon as possible. (Sorry, resyncing is runnning now.)

I got the log of the first warm reboot. I have attached the log. I had
operated to build some RAIDs for getting log.

ata7,ata8 : 4+4=8 HDDs.
ata5,ata6,ata9,ata10 : 5+5+5+5=20 HDDs.

But from log,
ata5: 2 HDDs -- lost 3 HDDs.
ata6: 3 HDDs -- lost 2 HDDs.
ata7: 4 HDDs -- OK.
ata8: 4 HDDs -- OK.
ata9: 3 HDDs -- lost 2 HDDs.
ata10: 4 HDDs -- lost 1 HDD.

Boot failed because root RAID didn't be built. But, I was able to build
root RAID by tools and mdadm.conf in dracut disk. The root RAID, etc.
were built in 2nd warm reboot and boot was successful. It is strange.

Thank you for your help.

Best Regards,
Akira

--- 3.2.10 first warm reboot log ( unpatched ) ---
   :
> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
   :
> [    1.586715] ata1: SATA max UDMA/133 cmd 0xac00 ctl 0xa880 bmdma 0xa400 irq 19
> [    1.586719] ata2: SATA max UDMA/133 cmd 0xa800 ctl 0xa480 bmdma 0xa408 irq 19
> [    1.587721] ata3: SATA max UDMA/133 cmd 0x9c00 ctl 0x9880 bmdma 0x9400 irq 19
> [    1.587724] ata4: SATA max UDMA/133 cmd 0x9800 ctl 0x9480 bmdma 0x9408 irq 19
> [    1.904866] ata4: SATA link down (SStatus 0 SControl 300)
> [    2.055449] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    2.074587] ata3.00: ATAPI: HL-DT-ST DVDRAM GH22NS40, NL02, max UDMA/100
> [    2.080518] ata3.00: configured for UDMA/100
> [    2.209188] ata2.00: SATA link down (SStatus 0 SControl 300)
> [    2.209206] ata2.01: SATA link down (SStatus 0 SControl 300)
> [    2.348745] ata1.00: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    2.348762] ata1.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    2.355703] ata1.00: ATA-8: WDC WD10EADS-00M2B0, 01.00A01, max UDMA/133
> [    2.355709] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    2.355987] ata1.01: ATA-8: Hitachi HDS721010CLA332, JP4OA39C, max UDMA/133
> [    2.355994] ata1.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    2.359078] ata1.00: configured for UDMA/133
> [    2.365107] ata1.01: configured for UDMA/133
> [    2.691194] ata5: SATA max UDMA/100 host m128@0xfbeffc00 port 0xfbef8000 irq 18
> [    2.691198] ata6: SATA max UDMA/100 host m128@0xfbeffc00 port 0xfbefa000 irq 18
> [    2.692067] ata7: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff0000 irq 17
> [    2.692070] ata8: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff2000 irq 17
> [    2.692073] ata9: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff4000 irq 17
> [    2.692075] ata10: SATA max UDMA/100 host m128@0xfbfff400 port 0xfbff6000 irq 17
> [    4.818290] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.818754] ata5.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.820179] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.820600] ata7.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.820628] ata5.00: hard resetting link
> [    4.823254] ata7.00: hard resetting link
> [    5.226588] ata7.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [    5.226627] ata7.01: hard resetting link
> [    5.629728] ata7.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    5.629784] ata7.02: hard resetting link
> [    6.032779] ata7.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    6.032818] ata7.03: hard resetting link
> [    6.435908] ata7.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    6.435963] ata7.04: hard resetting link
> [    6.740328] ata7.04: SATA link down (SStatus 0 SControl 320)
> [    6.740385] ata7.05: hard resetting link
> [    7.044672] ata7.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [    7.045760] ata7.00: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [    7.045766] ata7.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [    7.047019] ata7.00: configured for UDMA/100
> [    7.048008] ata7.01: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [    7.048014] ata7.01: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [    7.049138] ata7.01: configured for UDMA/100
> [    7.050041] ata7.02: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [    7.050046] ata7.02: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [    7.051051] ata7.02: configured for UDMA/100
> [    7.051877] ata7.03: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [    7.051882] ata7.03: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [    7.052881] ata7.03: configured for UDMA/100
> [    7.052936] ata7: EH complete
> [   14.805149] ata5.00: softreset failed (timeout)
> [   17.798535] ata5.15: qc timeout (cmd 0xe4)
> [   17.798719] ata5.00: failed to read SCR 0 (Emask=0x4)
> [   17.798725] ata5.00: reset failed, giving up
> [   17.798730] ata5.15: hard resetting link
> [   19.925820] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   19.926277] ata5.00: hard resetting link
> [   29.910836] ata5.00: softreset failed (timeout)
> [   32.904094] ata5.15: qc timeout (cmd 0xe4)
> [   32.904123] ata5.00: failed to read SCR 0 (Emask=0x4)
> [   32.904127] ata5.00: reset failed, giving up
> [   32.904132] ata5.15: hard resetting link
> [   35.031348] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   35.031803] ata5.00: hard resetting link
> [   45.017041] ata5.00: softreset failed (timeout)
> [   48.010568] ata5.15: qc timeout (cmd 0xe4)
> [   48.010754] ata5.00: failed to read SCR 0 (Emask=0x4)
> [   48.010759] ata5.00: reset failed, giving up
> [   48.010763] ata5.00: failed to recover link after 3 tries, disabling
> [   48.010768] ata5.15: hard resetting link
> [   50.137826] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   50.442334] ata5.01: hard resetting link
> [   50.845326] ata5.01: link resume succeeded after 1 retries
> [   50.957956] ata5.01: softreset failed (SRST command error)
> [   51.067736] ata5.01: failed to read SCR 0 (Emask=0x1)
> [   51.067742] ata5.01: reset failed (errno=-85), retrying in 10 secs
> [   60.420020] ata5.01: reset failed, giving up
> [   60.420027] ata5.15: hard resetting link
> [   60.420030] ata5: controller in dubious state, performing PORT_RST
> [   62.569262] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   62.873773] ata5.01: hard resetting link
> [   63.276789] ata5.01: link resume succeeded after 1 retries
> [   63.499176] ata5.01: softreset failed (SRST command error)
> [   63.499306] ata5.01: failed to read SCR 0 (Emask=0x1)
> [   63.499312] ata5.01: reset failed (errno=-85), retrying in 10 secs
> [   72.851517] ata5.01: reset failed, giving up
> [   72.851523] ata5.15: hard resetting link
> [   72.851527] ata5: controller in dubious state, performing PORT_RST
> [   75.000728] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   75.305210] ata5.01: hard resetting link
> [   75.708226] ata5.01: link resume succeeded after 1 retries
> [   75.930774] ata5.01: softreset failed (SRST command error)
> [   75.930850] ata5.01: failed to read SCR 0 (Emask=0x1)
> [   75.930856] ata5.01: reset failed (errno=-85), retrying in 10 secs
> [   85.282977] ata5.01: reset failed, giving up
> [   85.282982] ata5.01: failed to recover link after 3 tries, disabling
> [   85.282988] ata5.15: hard resetting link
> [   85.282991] ata5: controller in dubious state, performing PORT_RST
> [   87.432170] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   88.139621] ata5.01: link resume succeeded after 1 retries
> [   88.241458] ata5.02: hard resetting link
> [   88.644547] ata5.02: link resume succeeded after 1 retries
> [   88.779488] ata5.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   88.779548] ata5.03: hard resetting link
> [   89.182363] ata5.03: link resume succeeded after 1 retries
> [   89.317344] ata5.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [   89.317404] ata5.04: hard resetting link
> [   89.742002] ata5.04: softreset failed (SRST command error)
> [   89.742021] ata5.04: failed to read SCR 0 (Emask=0x40)
> [   89.742027] ata5.04: reset failed (errno=-85), retrying in 10 secs
> [   99.294931] ata5.04: reset failed, giving up
> [   99.294937] ata5.15: hard resetting link
> [   99.294941] ata5: controller in dubious state, performing PORT_RST
> [  101.444108] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  102.151608] ata5.01: link resume succeeded after 1 retries
> [  102.253397] ata5.02: hard resetting link
> [  102.656488] ata5.02: link resume succeeded after 1 retries
> [  102.791359] ata5.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  102.791403] ata5.03: hard resetting link
> [  103.194279] ata5.03: link resume succeeded after 1 retries
> [  103.329256] ata5.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  103.329315] ata5.04: hard resetting link
> [  103.753939] ata5.04: softreset failed (SRST command error)
> [  103.863697] ata5.04: failed to read SCR 0 (Emask=0x1)
> [  103.863703] ata5.04: reset failed (errno=-85), retrying in 10 secs
> [  113.306870] ata5.04: reset failed, giving up
> [  113.306876] ata5.15: hard resetting link
> [  113.306880] ata5: controller in dubious state, performing PORT_RST
> [  115.456026] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  116.164541] ata5.01: link resume succeeded after 1 retries
> [  116.266267] ata5.02: hard resetting link
> [  116.669582] ata5.02: link resume succeeded after 1 retries
> [  116.804348] ata5.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  116.804407] ata5.03: hard resetting link
> [  117.207171] ata5.03: link resume succeeded after 1 retries
> [  117.342204] ata5.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  117.342263] ata5.04: hard resetting link
> [  117.766874] ata5.04: softreset failed (SRST command error)
> [  117.876578] ata5.04: failed to read SCR 0 (Emask=0x1)
> [  117.876585] ata5.04: reset failed (errno=-85), retrying in 10 secs
> [  127.319750] ata5.04: reset failed, giving up
> [  127.319755] ata5.04: failed to recover link after 3 tries, disabling
> [  127.319761] ata5.15: hard resetting link
> [  127.319764] ata5: controller in dubious state, performing PORT_RST
> [  129.468974] ata5.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  130.177439] ata5.01: link resume succeeded after 1 retries
> [  130.682317] ata5.04: link resume succeeded after 1 retries
> [  130.784221] ata5.02: hard resetting link
> [  131.187201] ata5.02: link resume succeeded after 1 retries
> [  131.322210] ata5.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  131.322269] ata5.03: hard resetting link
> [  131.724976] ata5.03: link resume succeeded after 1 retries
> [  131.859973] ata5.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  131.860032] ata5.05: hard resetting link
> [  132.164262] ata5.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  132.198572] ata5.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  132.198580] ata5.02: 625142448 sectors, multi 0: LBA48 
> [  132.198588] ata5.02: applying bridge limits
> [  132.256546] ata5.02: configured for UDMA/100
> [  132.302071] ata5.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  132.302078] ata5.03: 625142448 sectors, multi 0: LBA48 
> [  132.360106] ata5.03: configured for UDMA/100
> [  132.360180] ata5: EH complete
> [  134.488849] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  134.489351] ata6.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  134.492028] ata6.00: hard resetting link
> [  144.476685] ata6.00: softreset failed (timeout)
> [  147.470049] ata6.15: qc timeout (cmd 0xe4)
> [  147.470078] ata6.00: failed to read SCR 0 (Emask=0x5)
> [  147.470082] ata6.00: reset failed, giving up
> [  147.470087] ata6.15: hard resetting link
> [  149.597329] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  149.597797] ata6.00: hard resetting link
> [  159.584193] ata6.00: softreset failed (timeout)
> [  162.577508] ata6.15: qc timeout (cmd 0xe4)
> [  162.577538] ata6.00: failed to read SCR 0 (Emask=0x5)
> [  162.577544] ata6.00: reset failed, giving up
> [  162.577551] ata6.15: hard resetting link
> [  164.704864] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  164.705334] ata6.00: hard resetting link
> [  174.689708] ata6.00: softreset failed (timeout)
> [  177.683110] ata6.15: qc timeout (cmd 0xe4)
> [  177.683139] ata6.00: failed to read SCR 0 (Emask=0x5)
> [  177.683143] ata6.00: reset failed, giving up
> [  177.683147] ata6.00: failed to recover link after 3 tries, disabling
> [  177.683152] ata6.15: hard resetting link
> [  179.810368] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  180.115863] ata6.01: hard resetting link
> [  180.518860] ata6.01: link resume succeeded after 1 retries
> [  180.653808] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  180.653845] ata6.02: hard resetting link
> [  181.056646] ata6.02: link resume succeeded after 1 retries
> [  181.279078] ata6.02: softreset failed (SRST command error)
> [  181.388836] ata6.02: failed to read SCR 0 (Emask=0x1)
> [  181.388841] ata6.02: reset failed (errno=-85), retrying in 10 secs
> [  190.631407] ata6.02: reset failed, giving up
> [  190.631413] ata6.15: hard resetting link
> [  190.631417] ata6: controller in dubious state, performing PORT_RST
> [  192.780624] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  193.085045] ata6.01: hard resetting link
> [  193.488086] ata6.01: link resume succeeded after 1 retries
> [  193.623076] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  193.623117] ata6.02: hard resetting link
> [  194.025894] ata6.02: link resume succeeded after 1 retries
> [  194.138511] ata6.02: softreset failed (SRST command error)
> [  194.248321] ata6.02: failed to read SCR 0 (Emask=0x1)
> [  194.248327] ata6.02: reset failed (errno=-85), retrying in 10 secs
> [  203.600600] ata6.02: reset failed, giving up
> [  203.600607] ata6.15: hard resetting link
> [  203.600611] ata6: controller in dubious state, performing PORT_RST
> [  205.749784] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  206.054356] ata6.01: hard resetting link
> [  206.457332] ata6.01: link resume succeeded after 1 retries
> [  206.592298] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  206.592357] ata6.02: hard resetting link
> [  206.995144] ata6.02: link resume succeeded after 1 retries
> [  207.217570] ata6.02: softreset failed (SRST command error)
> [  207.327330] ata6.02: failed to read SCR 0 (Emask=0x1)
> [  207.327335] ata6.02: reset failed (errno=-85), retrying in 10 secs
> [  216.569868] ata6.02: reset failed, giving up
> [  216.569874] ata6.02: failed to recover link after 3 tries, disabling
> [  216.569880] ata6.15: hard resetting link
> [  216.569883] ata6: controller in dubious state, performing PORT_RST
> [  218.719096] ata6.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  219.426552] ata6.02: link resume succeeded after 1 retries
> [  219.528485] ata6.01: hard resetting link
> [  219.931419] ata6.01: link resume succeeded after 1 retries
> [  220.066440] ata6.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  220.066499] ata6.03: hard resetting link
> [  220.469296] ata6.03: link resume succeeded after 1 retries
> [  220.604198] ata6.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  220.604256] ata6.04: hard resetting link
> [  221.007077] ata6.04: link resume succeeded after 1 retries
> [  221.142088] ata6.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  221.142147] ata6.05: hard resetting link
> [  221.446360] ata6.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  221.493629] ata6.01: ATA-7: ST3320620A, 3.AAC, max UDMA/100
> [  221.493635] ata6.01: 625142448 sectors, multi 0: LBA48 
> [  221.551703] ata6.01: configured for UDMA/100
> [  221.594630] ata6.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  221.594637] ata6.03: 625142448 sectors, multi 0: LBA48 
> [  221.652792] ata6.03: configured for UDMA/100
> [  221.688149] ata6.04: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  221.688155] ata6.04: 625142448 sectors, multi 0: LBA48 
> [  221.746331] ata6.04: configured for UDMA/100
> [  221.746405] ata6: EH complete
> [  223.878659] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  223.878948] ata8.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  223.881975] ata8.00: hard resetting link
> [  224.219209] ata8.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [  224.219246] ata8.01: hard resetting link
> [  224.556424] ata8.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  224.556480] ata8.02: hard resetting link
> [  224.893723] ata8.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  224.893760] ata8.03: hard resetting link
> [  225.230955] ata8.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  225.230989] ata8.04: hard resetting link
> [  225.535344] ata8.04: SATA link down (SStatus 0 SControl 320)
> [  225.535398] ata8.05: hard resetting link
> [  225.839577] ata8.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  225.868512] ata8.00: ATA-8: ST31000333AS, SD15, max UDMA/133
> [  225.868518] ata8.00: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
> [  225.868525] ata8.00: WARNING: device requires firmware update to be fully functional
> [  225.868528] ata8.00:          contact the vendor or visit http://ata.wiki.kernel.org
> [  225.910566] ata8.00: configured for UDMA/100
> [  225.939471] ata8.01: ATA-8: ST31000333AS, SD15, max UDMA/133
> [  225.939477] ata8.01: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
> [  225.939483] ata8.01: WARNING: device requires firmware update to be fully functional
> [  225.939487] ata8.01:          contact the vendor or visit http://ata.wiki.kernel.org
> [  225.981687] ata8.01: configured for UDMA/100
> [  226.010538] ata8.02: ATA-8: ST31000333AS, SD15, max UDMA/133
> [  226.010544] ata8.02: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
> [  226.010550] ata8.02: WARNING: device requires firmware update to be fully functional
> [  226.010554] ata8.02:          contact the vendor or visit http://ata.wiki.kernel.org
> [  226.052546] ata8.02: configured for UDMA/100
> [  226.081303] ata8.03: ATA-8: ST31000333AS, SD15, max UDMA/133
> [  226.081309] ata8.03: 1953525168 sectors, multi 0: LBA48 NCQ (not used)
> [  226.081316] ata8.03: WARNING: device requires firmware update to be fully functional
> [  226.081320] ata8.03:          contact the vendor or visit http://ata.wiki.kernel.org
> [  226.123296] ata8.03: configured for UDMA/100
> [  226.123363] ata8: EH complete
> [  228.252977] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  228.253388] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  228.255999] ata9.00: hard resetting link
> [  238.240809] ata9.00: softreset failed (timeout)
> [  241.234285] ata9.15: qc timeout (cmd 0xe4)
> [  241.234301] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  241.234306] ata9.00: reset failed, giving up
> [  241.234311] ata9.15: hard resetting link
> [  243.361529] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  243.361905] ata9.00: hard resetting link
> [  253.346319] ata9.00: softreset failed (timeout)
> [  256.339710] ata9.15: qc timeout (cmd 0xe4)
> [  256.339727] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  256.339731] ata9.00: reset failed, giving up
> [  256.339736] ata9.15: hard resetting link
> [  258.466978] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  258.467292] ata9.00: hard resetting link
> [  268.452831] ata9.00: softreset failed (timeout)
> [  271.446301] ata9.15: qc timeout (cmd 0xe4)
> [  271.446317] ata9.00: failed to read SCR 0 (Emask=0x5)
> [  271.446321] ata9.00: reset failed, giving up
> [  271.446325] ata9.00: failed to recover link after 3 tries, disabling
> [  271.446330] ata9.15: hard resetting link
> [  273.573498] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  273.877944] ata9.01: hard resetting link
> [  274.280962] ata9.01: link resume succeeded after 1 retries
> [  274.415952] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  274.415985] ata9.02: hard resetting link
> [  274.818728] ata9.02: link resume succeeded after 1 retries
> [  274.953721] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  274.953755] ata9.03: hard resetting link
> [  275.356608] ata9.03: link resume succeeded after 1 retries
> [  275.491493] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  275.491526] ata9.04: hard resetting link
> [  275.894322] ata9.04: link resume succeeded after 1 retries
> [  276.007093] ata9.04: softreset failed (SRST command error)
> [  276.007152] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  276.007158] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  285.469105] ata9.04: reset failed, giving up
> [  285.469112] ata9.15: hard resetting link
> [  287.585436] ata9.15: softreset failed (SRST command error)
> [  287.585442] ata9.15: reset failed (errno=-5), retrying in 8 secs
> [  295.446922] ata9.15: hard resetting link
> [  297.563327] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  297.563335] ata9.15: PMP revalidation failed (errno=-19)
> [  302.552242] ata9.15: hard resetting link
> [  304.679550] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  304.984013] ata9.01: hard resetting link
> [  305.386991] ata9.01: link resume succeeded after 1 retries
> [  305.521916] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  305.521949] ata9.02: hard resetting link
> [  305.924851] ata9.02: link resume succeeded after 1 retries
> [  306.059728] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  306.059761] ata9.03: hard resetting link
> [  306.462619] ata9.03: link resume succeeded after 1 retries
> [  306.597566] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  306.597604] ata9.04: hard resetting link
> [  307.000395] ata9.04: link resume succeeded after 1 retries
> [  307.113131] ata9.04: softreset failed (SRST command error)
> [  307.113205] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  307.113211] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  316.575159] ata9.04: reset failed, giving up
> [  316.575166] ata9.15: hard resetting link
> [  318.693499] ata9.15: softreset failed (SRST command error)
> [  318.693505] ata9.15: reset failed (errno=-5), retrying in 8 secs
> [  326.553031] ata9.15: hard resetting link
> [  328.669394] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  328.669402] ata9.15: PMP revalidation failed (errno=-19)
> [  333.658344] ata9.15: hard resetting link
> [  335.785578] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  336.090035] ata9.01: hard resetting link
> [  336.493042] ata9.01: link resume succeeded after 1 retries
> [  336.628080] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  336.628135] ata9.02: hard resetting link
> [  337.030857] ata9.02: link resume succeeded after 1 retries
> [  337.165822] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  337.165855] ata9.03: hard resetting link
> [  337.568668] ata9.03: link resume succeeded after 1 retries
> [  337.703606] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  337.703639] ata9.04: hard resetting link
> [  338.106494] ata9.04: link resume succeeded after 1 retries
> [  338.219163] ata9.04: softreset failed (SRST command error)
> [  338.219210] ata9.04: failed to read SCR 0 (Emask=0x1)
> [  338.219216] ata9.04: reset failed (errno=-85), retrying in 10 secs
> [  347.681185] ata9.04: reset failed, giving up
> [  347.681190] ata9.04: failed to recover link after 3 tries, disabling
> [  347.681196] ata9.15: hard resetting link
> [  349.797550] ata9.15: softreset failed (SRST command error)
> [  349.797556] ata9.15: reset failed (errno=-5), retrying in 8 secs
> [  357.659140] ata9.15: hard resetting link
> [  359.775419] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  359.775426] ata9.15: PMP revalidation failed (errno=-19)
> [  364.764347] ata9.15: hard resetting link
> [  366.891612] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  367.599084] ata9.04: link resume succeeded after 1 retries
> [  367.700964] ata9.01: hard resetting link
> [  368.104127] ata9.01: link resume succeeded after 1 retries
> [  368.238972] ata9.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  368.239006] ata9.02: hard resetting link
> [  368.641778] ata9.02: link resume succeeded after 1 retries
> [  368.776746] ata9.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  368.776802] ata9.03: hard resetting link
> [  369.179660] ata9.03: link resume succeeded after 1 retries
> [  369.314547] ata9.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  369.314581] ata9.05: hard resetting link
> [  369.619666] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  369.661879] ata9.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  369.661885] ata9.01: 625142448 sectors, multi 0: LBA48 
> [  369.661891] ata9.01: applying bridge limits
> [  369.720041] ata9.01: configured for UDMA/100
> [  369.756546] ata9.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  369.756552] ata9.02: 625142448 sectors, multi 0: LBA48 
> [  369.756558] ata9.02: applying bridge limits
> [  369.814602] ata9.02: configured for UDMA/100
> [  369.864633] ata9.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  369.864639] ata9.03: 625142448 sectors, multi 0: LBA48 
> [  369.864645] ata9.03: applying bridge limits
> [  369.922803] ata9.03: configured for UDMA/100
> [  369.922871] ata9: EH complete
> [  372.052190] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  372.052599] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [  372.055259] ata10.00: hard resetting link
> [  382.040022] ata10.00: softreset failed (timeout)
> [  385.033553] ata10.15: qc timeout (cmd 0xe4)
> [  385.033570] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  385.033574] ata10.00: reset failed, giving up
> [  385.033578] ata10.15: hard resetting link
> [  387.160756] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  387.161158] ata10.00: hard resetting link
> [  397.145523] ata10.00: softreset failed (timeout)
> [  400.138997] ata10.15: qc timeout (cmd 0xe4)
> [  400.139013] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  400.139017] ata10.00: reset failed, giving up
> [  400.139022] ata10.15: hard resetting link
> [  402.266213] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  402.266619] ata10.00: hard resetting link
> [  412.251044] ata10.00: softreset failed (timeout)
> [  415.244411] ata10.15: qc timeout (cmd 0xe4)
> [  415.244427] ata10.00: failed to read SCR 0 (Emask=0x5)
> [  415.244431] ata10.00: reset failed, giving up
> [  415.244435] ata10.00: failed to recover link after 3 tries, disabling
> [  415.244440] ata10.15: hard resetting link
> [  417.371707] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  417.676219] ata10.01: hard resetting link
> [  418.079140] ata10.01: link resume succeeded after 1 retries
> [  418.214139] ata10.01: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  418.214172] ata10.02: hard resetting link
> [  418.617016] ata10.02: link resume succeeded after 1 retries
> [  418.751952] ata10.02: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  418.751986] ata10.03: hard resetting link
> [  419.154794] ata10.03: link resume succeeded after 1 retries
> [  419.289803] ata10.03: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  419.289841] ata10.04: hard resetting link
> [  419.692661] ata10.04: link resume succeeded after 1 retries
> [  419.827582] ata10.04: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  419.827616] ata10.05: hard resetting link
> [  420.131840] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  420.173936] ata10.01: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  420.173942] ata10.01: 625142448 sectors, multi 0: LBA48 
> [  420.232080] ata10.01: configured for UDMA/100
> [  420.278236] ata10.02: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  420.278243] ata10.02: 625142448 sectors, multi 0: LBA48 
> [  420.336354] ata10.02: configured for UDMA/100
> [  420.374703] ata10.03: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  420.374709] ata10.03: 625142448 sectors, multi 0: LBA48 
> [  420.432897] ata10.03: configured for UDMA/100
> [  420.471911] ata10.04: ATA-7: ST3320620A, 3.AAD, max UDMA/100
> [  420.471917] ata10.04: 625142448 sectors, multi 0: LBA48 
> [  420.529892] ata10.04: configured for UDMA/100
> [  420.529958] ata10: EH complete
   :
> [  453.357292] dracut Warning: No root device "block:/dev/disk/by-uuid/e9b72b01-749e-4d82-9b9e-4a48afc7b202" found
------

--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 26, 2012, 11:26 a.m. UTC | #21
Hello Gwendal,

I got a log that failed to power cycle boot on the PC with 2PMPs. All
HDDs weren't use JM20330.

All HDDs were detected and attached. But root RAID is not built. So, the
boot failed. Next rebooting was successful.

The next power cycle had problem. Root RAID, etc. were built only one
partition.

These RAIDs are composed only with PC internal. PMPs don't matter.
I think it very strange. Maybe there is a bug, SRST might trigger the
problem. Of course, 3.1.x driver works fine.

Best Regards,
Akira

(2012/03/26 18:50), ANEZAKI, Akira wrote:
> Hello Gwendal,
> 
> (2012/03/26 11:30), ANEZAKI, Akira wrote:
>> Hello Gwendal,
>>
>> (2012/03/26 09:41), ANEZAKI, Akira wrote:
>>
>>>> If possible, could you switch 2 of the 4 enclosures [with their disks]
>>>> that fails to the port controlled by the Sil3132 controller, reboot
>>>> the machine with all its 30 drives and see if the failures follow the
>>>> controller or the enclosure.
>>>
>>> Yes, I will do it as soon as possible. (Sorry, resyncing is runnning now.)

--- 3.2.10 power cycle log ( unpatched ) ---
   :
> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
   :
> [    1.109107] ata1: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 19
> [    1.109111] ata2: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 19
> [    1.110534] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 19
> [    1.110538] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 19
> [    1.425771] ata3: SATA link down (SStatus 0 SControl 300)
> [    1.565064] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    1.565168] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    1.576064] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    1.580317] ata4.00: ATA-7: Maxtor 7V250F0, VA111630, max UDMA/133
> [    1.580321] ata4.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    1.587163] ata4.00: configured for UDMA/133
> [    1.608220] ata2.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
> [    1.608223] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    1.616082] ata1.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
> [    1.616086] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    1.683190] ata2.00: configured for UDMA/133
> [    1.691047] ata1.00: configured for UDMA/133
> [    2.062830] ata5: SATA max UDMA/100 host m128@0xfe8ffc00 port 0xfe8f8000 irq 17
> [    2.062835] ata6: SATA max UDMA/100 host m128@0xfe8ffc00 port 0xfe8fa000 irq 17
> [    2.062948] ata7: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 16
> [    2.062952] ata8: PATA max UDMA/133 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 16
> [    2.065259] ata9: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9f8000 irq 18
> [    2.065263] ata10: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9fa000 irq 18
> [    2.217434] ata7.00: ATAPI: HL-DT-STDVD-RAM GSA-H58N, 1.03, max UDMA/66
> [    2.223422] ata7.00: configured for UDMA/66
> [    4.082034] ata5: SATA link down (SStatus 0 SControl 0)
> [    4.197035] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.197372] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.199141] ata9.00: hard resetting link
> [    4.537254] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [    4.537290] ata9.01: hard resetting link
> [    4.963015] ata9.01: softreset failed (SRST command error)
> [    5.073014] ata9.01: failed to read SCR 0 (Emask=0x1)
> [    5.073019] ata9.01: reset failed (errno=-85), retrying in 10 secs
> [    6.102041] ata6: SATA link down (SStatus 0 SControl 0)
> [   14.537112] ata9.01: reset failed, giving up
> [   14.537117] ata9.15: hard resetting link
> [   14.537120] ata9: controller in dubious state, performing PORT_RST
> [   16.691040] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   16.691389] ata9.00: hard resetting link
> [   17.029255] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   17.029290] ata9.01: hard resetting link
> [   17.367252] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   17.367287] ata9.02: hard resetting link
> [   17.683040] ata9.02: softreset failed (SRST command error)
> [   17.683099] ata9.02: failed to read SCR 0 (Emask=0x1)
> [   17.683103] ata9.02: reset failed (errno=-85), retrying in 10 secs
> [   27.367023] ata9.02: reset failed, giving up
> [   27.367028] ata9.15: hard resetting link
> [   29.488078] ata9.15: softreset failed (SRST command error)
> [   29.488082] ata9.15: reset failed (errno=-5), retrying in 8 secs
> [   37.367018] ata9.15: hard resetting link
> [   39.488071] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   39.488077] ata9.15: PMP revalidation failed (errno=-19)
> [   44.488012] ata9.15: hard resetting link
> [   46.620040] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   46.620470] ata9.00: hard resetting link
> [   46.958247] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   46.958285] ata9.01: hard resetting link
> [   47.296247] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   47.296284] ata9.02: hard resetting link
> [   47.634249] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   47.634286] ata9.03: hard resetting link
> [   48.060017] ata9.03: softreset failed (SRST command error)
> [   48.060035] ata9.03: failed to read SCR 0 (Emask=0x40)
> [   48.060038] ata9.03: reset failed (errno=-85), retrying in 10 secs
> [   57.634037] ata9.03: reset failed, giving up
> [   57.634041] ata9.15: hard resetting link
> [   57.634043] ata9: controller in dubious state, performing PORT_RST
> [   59.788039] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   59.788377] ata9.00: hard resetting link
> [   60.126253] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   60.126289] ata9.01: hard resetting link
> [   60.464250] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   60.464285] ata9.02: hard resetting link
> [   60.802251] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   60.802286] ata9.03: hard resetting link
> [   61.140252] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   61.140287] ata9.04: hard resetting link
> [   61.445390] ata9.04: SATA link down (SStatus 0 SControl 320)
> [   61.445457] ata9.05: hard resetting link
> [   61.750359] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   61.779136] ata9.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   61.779141] ata9.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32)
> [   61.821129] ata9.00: configured for UDMA/100
> [   61.849775] ata9.01: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   61.849779] ata9.01: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   61.891640] ata9.01: configured for UDMA/100
> [   61.920328] ata9.02: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   61.920333] ata9.02: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   61.962282] ata9.02: configured for UDMA/100
> [   61.990999] ata9.03: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   61.991009] ata9.03: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   62.032997] ata9.03: configured for UDMA/100
> [   62.033088] ata9: EH complete
> [   64.167041] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   64.167363] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [   64.169254] ata10.00: hard resetting link
> [   64.573260] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   64.573299] ata10.01: hard resetting link
> [   64.999017] ata10.01: softreset failed (SRST command error)
> [   64.999034] ata10.01: failed to read SCR 0 (Emask=0x40)
> [   64.999038] ata10.01: reset failed (errno=-85), retrying in 10 secs
> [   74.573049] ata10.01: reset failed, giving up
> [   74.573058] ata10.15: hard resetting link
> [   74.573061] ata10: controller in dubious state, performing PORT_RST
> [   76.727039] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   76.727371] ata10.00: hard resetting link
> [   77.131252] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   77.131287] ata10.01: hard resetting link
> [   77.535261] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   77.535297] ata10.02: hard resetting link
> [   77.851041] ata10.02: softreset failed (SRST command error)
> [   77.961014] ata10.02: failed to read SCR 0 (Emask=0x1)
> [   77.961018] ata10.02: reset failed (errno=-85), retrying in 10 secs
> [   87.535028] ata10.02: reset failed, giving up
> [   87.535033] ata10.15: hard resetting link
> [   87.535035] ata10: controller in dubious state, performing PORT_RST
> [   89.689041] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   89.689414] ata10.00: hard resetting link
> [   90.093265] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   90.093303] ata10.01: hard resetting link
> [   90.497259] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   90.497296] ata10.02: hard resetting link
> [   90.901259] ata10.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   90.901296] ata10.03: hard resetting link
> [   91.327009] ata10.03: softreset failed (SRST command error)
> [   91.327024] ata10.03: failed to read SCR 0 (Emask=0x40)
> [   91.327026] ata10.03: reset failed (errno=-85), retrying in 10 secs
> [  100.901043] ata10.03: reset failed, giving up
> [  100.901048] ata10.15: hard resetting link
> [  100.901051] ata10: controller in dubious state, performing PORT_RST
> [  103.055046] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  103.055433] ata10.00: hard resetting link
> [  103.459260] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [  103.459296] ata10.01: hard resetting link
> [  103.863260] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  103.863296] ata10.02: hard resetting link
> [  104.267287] ata10.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  104.267332] ata10.03: hard resetting link
> [  104.671261] ata10.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  104.671297] ata10.04: hard resetting link
> [  104.976391] ata10.04: SATA link down (SStatus 0 SControl 320)
> [  104.976458] ata10.05: hard resetting link
> [  105.281363] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  105.282235] ata10.00: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [  105.282240] ata10.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
> [  105.283269] ata10.00: configured for UDMA/100
> [  105.303836] ata10.01: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [  105.303840] ata10.01: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [  105.304715] ata10.01: configured for UDMA/100
> [  105.319063] ata10.02: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [  105.319067] ata10.02: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [  105.319948] ata10.02: configured for UDMA/100
> [  105.333306] ata10.03: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [  105.333310] ata10.03: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [  105.334189] ata10.03: configured for UDMA/100
> [  105.334259] ata10: EH complete
   :
> [  105.366782] md/raid1:md0: active with 2 out of 2 mirrors
> [  105.366819] md0: detected capacity change from 0 to 314507264
> [  105.385841]  md0:
   :
> [  140.072536] dracut Warning: No root device "block:/dev/disk/by-uuid/773cb4b3-4bb0-4705-b494-08cb9c2b5d73" found
------

All HDDs are detected and attached. But root RAID was not built. And
boot failed.

--- 3.2.10 power cycle with RAID error ( unpatched ) ---
   :
> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
   :
> [    1.110108] ata1: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 19
> [    1.110112] ata2: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 19
> [    1.111539] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 19
> [    1.111543] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 19
> [    1.426760] ata3: SATA link down (SStatus 0 SControl 300)
> [    1.566064] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    1.566167] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    1.577063] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    1.581172] ata4.00: ATA-7: Maxtor 7V250F0, VA111630, max UDMA/133
> [    1.581175] ata4.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    1.588394] ata4.00: configured for UDMA/133
> [    1.609231] ata1.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
> [    1.609235] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    1.614032] ata2.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
> [    1.614037] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    1.684197] ata1.00: configured for UDMA/133
> [    1.688994] ata2.00: configured for UDMA/133
> [    2.064237] ata5: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 16
> [    2.064240] ata6: PATA max UDMA/133 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 16
> [    2.065434] ata7: SATA max UDMA/100 host m128@0xfe8ffc00 port 0xfe8f8000 irq 17
> [    2.065438] ata8: SATA max UDMA/100 host m128@0xfe8ffc00 port 0xfe8fa000 irq 17
> [    2.069205] ata9: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9f8000 irq 18
> [    2.069210] ata10: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9fa000 irq 18
> [    2.218490] ata5.00: ATAPI: HL-DT-STDVD-RAM GSA-H58N, 1.03, max UDMA/66
> [    2.224448] ata5.00: configured for UDMA/66
> [    4.085035] ata7: SATA link down (SStatus 0 SControl 0)
> [    4.201038] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.201371] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.204304] ata9.00: hard resetting link
> [    4.542250] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [    4.542289] ata9.01: hard resetting link
> [    4.968018] ata9.01: softreset failed (SRST command error)
> [    4.968036] ata9.01: failed to read SCR 0 (Emask=0x40)
> [    4.968039] ata9.01: reset failed (errno=-85), retrying in 10 secs
> [    6.105031] ata8: SATA link down (SStatus 0 SControl 0)
> [   14.542045] ata9.01: reset failed, giving up
> [   14.542050] ata9.15: hard resetting link
> [   14.542053] ata9: controller in dubious state, performing PORT_RST
> [   16.696039] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   16.696373] ata9.00: hard resetting link
> [   17.034255] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   17.034291] ata9.01: hard resetting link
> [   17.372252] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   17.372288] ata9.02: hard resetting link
> [   17.798016] ata9.02: softreset failed (SRST command error)
> [   17.908018] ata9.02: failed to read SCR 0 (Emask=0x1)
> [   17.908022] ata9.02: reset failed (errno=-85), retrying in 10 secs
> [   27.372093] ata9.02: reset failed, giving up
> [   27.372097] ata9.15: hard resetting link
> [   27.372100] ata9: controller in dubious state, performing PORT_RST
> [   29.526040] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   29.526371] ata9.00: hard resetting link
> [   29.864252] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   29.864289] ata9.01: hard resetting link
> [   30.202250] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   30.202287] ata9.02: hard resetting link
> [   30.540251] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   30.540289] ata9.03: hard resetting link
> [   30.966013] ata9.03: softreset failed (SRST command error)
> [   31.076018] ata9.03: failed to read SCR 0 (Emask=0x1)
> [   31.076022] ata9.03: reset failed (errno=-85), retrying in 10 secs
> [   40.540022] ata9.03: reset failed, giving up
> [   40.540027] ata9.15: hard resetting link
> [   40.540029] ata9: controller in dubious state, performing PORT_RST
> [   42.694040] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   42.694389] ata9.00: hard resetting link
> [   43.032252] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   43.032287] ata9.01: hard resetting link
> [   43.370251] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   43.370286] ata9.02: hard resetting link
> [   43.708250] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   43.708286] ata9.03: hard resetting link
> [   44.046253] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   44.046289] ata9.04: hard resetting link
> [   44.351390] ata9.04: SATA link down (SStatus 0 SControl 320)
> [   44.351457] ata9.05: hard resetting link
> [   44.656361] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   44.685158] ata9.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   44.685163] ata9.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32)
> [   44.727185] ata9.00: configured for UDMA/100
> [   44.755818] ata9.01: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   44.755822] ata9.01: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   44.797689] ata9.01: configured for UDMA/100
> [   44.826404] ata9.02: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   44.826409] ata9.02: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   44.868366] ata9.02: configured for UDMA/100
> [   44.897084] ata9.03: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   44.897089] ata9.03: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   44.939073] ata9.03: configured for UDMA/100
> [   44.939152] ata9: EH complete
> [   47.072046] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   47.072428] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [   47.075710] ata10.00: hard resetting link
> [   47.479256] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   47.479296] ata10.01: hard resetting link
> [   47.905017] ata10.01: softreset failed (SRST command error)
> [   47.905035] ata10.01: failed to read SCR 0 (Emask=0x40)
> [   47.905039] ata10.01: reset failed (errno=-85), retrying in 10 secs
> [   57.479018] ata10.01: reset failed, giving up
> [   57.479023] ata10.15: hard resetting link
> [   57.479026] ata10: controller in dubious state, performing PORT_RST
> [   59.633039] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   59.633480] ata10.00: hard resetting link
> [   60.037260] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   60.037296] ata10.01: hard resetting link
> [   60.441258] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   60.441293] ata10.02: hard resetting link
> [   60.867016] ata10.02: softreset failed (SRST command error)
> [   60.977018] ata10.02: failed to read SCR 0 (Emask=0x1)
> [   60.977022] ata10.02: reset failed (errno=-85), retrying in 10 secs
> [   70.441017] ata10.02: reset failed, giving up
> [   70.441023] ata10.15: hard resetting link
> [   70.441026] ata10: controller in dubious state, performing PORT_RST
> [   72.595047] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   72.595436] ata10.00: hard resetting link
> [   72.999257] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   72.999295] ata10.01: hard resetting link
> [   73.403258] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   73.403296] ata10.02: hard resetting link
> [   73.807256] ata10.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   73.807293] ata10.03: hard resetting link
> [   74.233017] ata10.03: softreset failed (SRST command error)
> [   74.343014] ata10.03: failed to read SCR 0 (Emask=0x1)
> [   74.343018] ata10.03: reset failed (errno=-85), retrying in 10 secs
> [   83.807022] ata10.03: reset failed, giving up
> [   83.807027] ata10.15: hard resetting link
> [   83.807030] ata10: controller in dubious state, performing PORT_RST
> [   85.961042] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   85.961498] ata10.00: hard resetting link
> [   86.365267] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   86.365303] ata10.01: hard resetting link
> [   86.769251] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   86.769288] ata10.02: hard resetting link
> [   87.173252] ata10.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   87.173287] ata10.03: hard resetting link
> [   87.577251] ata10.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   87.577286] ata10.04: hard resetting link
> [   87.882390] ata10.04: SATA link down (SStatus 0 SControl 320)
> [   87.882457] ata10.05: hard resetting link
> [   88.187364] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   88.188237] ata10.00: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [   88.188241] ata10.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
> [   88.189269] ata10.00: configured for UDMA/100
> [   88.210802] ata10.01: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [   88.210807] ata10.01: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   88.211684] ata10.01: configured for UDMA/100
> [   88.231774] ata10.02: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [   88.231779] ata10.02: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   88.232656] ata10.02: configured for UDMA/100
> [   88.242663] ata10.03: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [   88.242668] ata10.03: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   88.243540] ata10.03: configured for UDMA/100
> [   88.243611] ata10: EH complete
   :
> [   88.279749] md/raid1:md0: active with 2 out of 2 mirrors
> [   88.279779] md0: detected capacity change from 0 to 314507264
> [   88.298379]  md0:
   :
> [  100.905944] md/raid1:md1: active with 1 out of 2 mirrors
> [  100.905973] md1: detected capacity change from 0 to 311163576320
> [  100.908115] dracut: mdadm: started /dev/md1
   :
> [  100.922165] md/raid1:md2: active with 1 out of 2 mirrors
> [  100.922198] md2: detected capacity change from 0 to 8589869056
> [  100.924335] dracut: mdadm: started /dev/md2
   :
> [  123.802802] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
> [  123.821298] NFSD: starting 90-second grace period
   :
------

All HDDs were detected and attached. But md1 and md2 were build with
single partition.
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Gwendal Grignou March 27, 2012, 11:17 a.m. UTC | #22
Regarding the machine with 30 disks: It seems the errors follow the
disk enclosures.

Can you send me the output of:

for i in /sys/class/ata_device/*/gscr ; do echo $i ; cat $i ; done >
/tmp/gscr.dump

Regarding the machine with 10 disks, I see that all the drives have
been found; I don't see any other error from the /var/log/messages
snippet that could explain md not finding the volumes.

Gwendal.

On Mon, Mar 26, 2012 at 4:26 AM, ANEZAKI, Akira
<blackfire@world.odn.ne.jp> wrote:
> Hello Gwendal,
>
> I got a log that failed to power cycle boot on the PC with 2PMPs. All
> HDDs weren't use JM20330.
>
> All HDDs were detected and attached. But root RAID is not built. So, the
> boot failed. Next rebooting was successful.
>
> The next power cycle had problem. Root RAID, etc. were built only one
> partition.
>
> These RAIDs are composed only with PC internal. PMPs don't matter.
> I think it very strange. Maybe there is a bug, SRST might trigger the
> problem. Of course, 3.1.x driver works fine.
>
> Best Regards,
> Akira
>
> (2012/03/26 18:50), ANEZAKI, Akira wrote:
>> Hello Gwendal,
>>
>> (2012/03/26 11:30), ANEZAKI, Akira wrote:
>>> Hello Gwendal,
>>>
>>> (2012/03/26 09:41), ANEZAKI, Akira wrote:
>>>
>>>>> If possible, could you switch 2 of the 4 enclosures [with their disks]
>>>>> that fails to the port controlled by the Sil3132 controller, reboot
>>>>> the machine with all its 30 drives and see if the failures follow the
>>>>> controller or the enclosure.
>>>>
>>>> Yes, I will do it as soon as possible. (Sorry, resyncing is runnning now.)
>
> --- 3.2.10 power cycle log ( unpatched ) ---
>   :
>> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
>   :
>> [    1.109107] ata1: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 19
>> [    1.109111] ata2: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 19
>> [    1.110534] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 19
>> [    1.110538] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 19
>> [    1.425771] ata3: SATA link down (SStatus 0 SControl 300)
>> [    1.565064] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [    1.565168] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [    1.576064] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [    1.580317] ata4.00: ATA-7: Maxtor 7V250F0, VA111630, max UDMA/133
>> [    1.580321] ata4.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 0/32)
>> [    1.587163] ata4.00: configured for UDMA/133
>> [    1.608220] ata2.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
>> [    1.608223] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
>> [    1.616082] ata1.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
>> [    1.616086] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
>> [    1.683190] ata2.00: configured for UDMA/133
>> [    1.691047] ata1.00: configured for UDMA/133
>> [    2.062830] ata5: SATA max UDMA/100 host m128@0xfe8ffc00 port 0xfe8f8000 irq 17
>> [    2.062835] ata6: SATA max UDMA/100 host m128@0xfe8ffc00 port 0xfe8fa000 irq 17
>> [    2.062948] ata7: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 16
>> [    2.062952] ata8: PATA max UDMA/133 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 16
>> [    2.065259] ata9: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9f8000 irq 18
>> [    2.065263] ata10: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9fa000 irq 18
>> [    2.217434] ata7.00: ATAPI: HL-DT-STDVD-RAM GSA-H58N, 1.03, max UDMA/66
>> [    2.223422] ata7.00: configured for UDMA/66
>> [    4.082034] ata5: SATA link down (SStatus 0 SControl 0)
>> [    4.197035] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [    4.197372] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [    4.199141] ata9.00: hard resetting link
>> [    4.537254] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [    4.537290] ata9.01: hard resetting link
>> [    4.963015] ata9.01: softreset failed (SRST command error)
>> [    5.073014] ata9.01: failed to read SCR 0 (Emask=0x1)
>> [    5.073019] ata9.01: reset failed (errno=-85), retrying in 10 secs
>> [    6.102041] ata6: SATA link down (SStatus 0 SControl 0)
>> [   14.537112] ata9.01: reset failed, giving up
>> [   14.537117] ata9.15: hard resetting link
>> [   14.537120] ata9: controller in dubious state, performing PORT_RST
>> [   16.691040] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   16.691389] ata9.00: hard resetting link
>> [   17.029255] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   17.029290] ata9.01: hard resetting link
>> [   17.367252] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   17.367287] ata9.02: hard resetting link
>> [   17.683040] ata9.02: softreset failed (SRST command error)
>> [   17.683099] ata9.02: failed to read SCR 0 (Emask=0x1)
>> [   17.683103] ata9.02: reset failed (errno=-85), retrying in 10 secs
>> [   27.367023] ata9.02: reset failed, giving up
>> [   27.367028] ata9.15: hard resetting link
>> [   29.488078] ata9.15: softreset failed (SRST command error)
>> [   29.488082] ata9.15: reset failed (errno=-5), retrying in 8 secs
>> [   37.367018] ata9.15: hard resetting link
>> [   39.488071] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   39.488077] ata9.15: PMP revalidation failed (errno=-19)
>> [   44.488012] ata9.15: hard resetting link
>> [   46.620040] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   46.620470] ata9.00: hard resetting link
>> [   46.958247] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   46.958285] ata9.01: hard resetting link
>> [   47.296247] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   47.296284] ata9.02: hard resetting link
>> [   47.634249] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   47.634286] ata9.03: hard resetting link
>> [   48.060017] ata9.03: softreset failed (SRST command error)
>> [   48.060035] ata9.03: failed to read SCR 0 (Emask=0x40)
>> [   48.060038] ata9.03: reset failed (errno=-85), retrying in 10 secs
>> [   57.634037] ata9.03: reset failed, giving up
>> [   57.634041] ata9.15: hard resetting link
>> [   57.634043] ata9: controller in dubious state, performing PORT_RST
>> [   59.788039] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   59.788377] ata9.00: hard resetting link
>> [   60.126253] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   60.126289] ata9.01: hard resetting link
>> [   60.464250] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   60.464285] ata9.02: hard resetting link
>> [   60.802251] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   60.802286] ata9.03: hard resetting link
>> [   61.140252] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   61.140287] ata9.04: hard resetting link
>> [   61.445390] ata9.04: SATA link down (SStatus 0 SControl 320)
>> [   61.445457] ata9.05: hard resetting link
>> [   61.750359] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   61.779136] ata9.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   61.779141] ata9.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32)
>> [   61.821129] ata9.00: configured for UDMA/100
>> [   61.849775] ata9.01: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   61.849779] ata9.01: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   61.891640] ata9.01: configured for UDMA/100
>> [   61.920328] ata9.02: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   61.920333] ata9.02: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   61.962282] ata9.02: configured for UDMA/100
>> [   61.990999] ata9.03: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   61.991009] ata9.03: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   62.032997] ata9.03: configured for UDMA/100
>> [   62.033088] ata9: EH complete
>> [   64.167041] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   64.167363] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [   64.169254] ata10.00: hard resetting link
>> [   64.573260] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   64.573299] ata10.01: hard resetting link
>> [   64.999017] ata10.01: softreset failed (SRST command error)
>> [   64.999034] ata10.01: failed to read SCR 0 (Emask=0x40)
>> [   64.999038] ata10.01: reset failed (errno=-85), retrying in 10 secs
>> [   74.573049] ata10.01: reset failed, giving up
>> [   74.573058] ata10.15: hard resetting link
>> [   74.573061] ata10: controller in dubious state, performing PORT_RST
>> [   76.727039] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   76.727371] ata10.00: hard resetting link
>> [   77.131252] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   77.131287] ata10.01: hard resetting link
>> [   77.535261] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   77.535297] ata10.02: hard resetting link
>> [   77.851041] ata10.02: softreset failed (SRST command error)
>> [   77.961014] ata10.02: failed to read SCR 0 (Emask=0x1)
>> [   77.961018] ata10.02: reset failed (errno=-85), retrying in 10 secs
>> [   87.535028] ata10.02: reset failed, giving up
>> [   87.535033] ata10.15: hard resetting link
>> [   87.535035] ata10: controller in dubious state, performing PORT_RST
>> [   89.689041] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   89.689414] ata10.00: hard resetting link
>> [   90.093265] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   90.093303] ata10.01: hard resetting link
>> [   90.497259] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   90.497296] ata10.02: hard resetting link
>> [   90.901259] ata10.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   90.901296] ata10.03: hard resetting link
>> [   91.327009] ata10.03: softreset failed (SRST command error)
>> [   91.327024] ata10.03: failed to read SCR 0 (Emask=0x40)
>> [   91.327026] ata10.03: reset failed (errno=-85), retrying in 10 secs
>> [  100.901043] ata10.03: reset failed, giving up
>> [  100.901048] ata10.15: hard resetting link
>> [  100.901051] ata10: controller in dubious state, performing PORT_RST
>> [  103.055046] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  103.055433] ata10.00: hard resetting link
>> [  103.459260] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [  103.459296] ata10.01: hard resetting link
>> [  103.863260] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [  103.863296] ata10.02: hard resetting link
>> [  104.267287] ata10.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [  104.267332] ata10.03: hard resetting link
>> [  104.671261] ata10.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [  104.671297] ata10.04: hard resetting link
>> [  104.976391] ata10.04: SATA link down (SStatus 0 SControl 320)
>> [  104.976458] ata10.05: hard resetting link
>> [  105.281363] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [  105.282235] ata10.00: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
>> [  105.282240] ata10.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
>> [  105.283269] ata10.00: configured for UDMA/100
>> [  105.303836] ata10.01: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
>> [  105.303840] ata10.01: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [  105.304715] ata10.01: configured for UDMA/100
>> [  105.319063] ata10.02: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
>> [  105.319067] ata10.02: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [  105.319948] ata10.02: configured for UDMA/100
>> [  105.333306] ata10.03: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
>> [  105.333310] ata10.03: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [  105.334189] ata10.03: configured for UDMA/100
>> [  105.334259] ata10: EH complete
>   :
>> [  105.366782] md/raid1:md0: active with 2 out of 2 mirrors
>> [  105.366819] md0: detected capacity change from 0 to 314507264
>> [  105.385841]  md0:
>   :
>> [  140.072536] dracut Warning: No root device "block:/dev/disk/by-uuid/773cb4b3-4bb0-4705-b494-08cb9c2b5d73" found
> ------
>
> All HDDs are detected and attached. But root RAID was not built. And
> boot failed.
>
> --- 3.2.10 power cycle with RAID error ( unpatched ) ---
>   :
>> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
>   :
>> [    1.110108] ata1: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 19
>> [    1.110112] ata2: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 19
>> [    1.111539] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 19
>> [    1.111543] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 19
>> [    1.426760] ata3: SATA link down (SStatus 0 SControl 300)
>> [    1.566064] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [    1.566167] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [    1.577063] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [    1.581172] ata4.00: ATA-7: Maxtor 7V250F0, VA111630, max UDMA/133
>> [    1.581175] ata4.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 0/32)
>> [    1.588394] ata4.00: configured for UDMA/133
>> [    1.609231] ata1.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
>> [    1.609235] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
>> [    1.614032] ata2.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
>> [    1.614037] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
>> [    1.684197] ata1.00: configured for UDMA/133
>> [    1.688994] ata2.00: configured for UDMA/133
>> [    2.064237] ata5: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 16
>> [    2.064240] ata6: PATA max UDMA/133 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 16
>> [    2.065434] ata7: SATA max UDMA/100 host m128@0xfe8ffc00 port 0xfe8f8000 irq 17
>> [    2.065438] ata8: SATA max UDMA/100 host m128@0xfe8ffc00 port 0xfe8fa000 irq 17
>> [    2.069205] ata9: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9f8000 irq 18
>> [    2.069210] ata10: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9fa000 irq 18
>> [    2.218490] ata5.00: ATAPI: HL-DT-STDVD-RAM GSA-H58N, 1.03, max UDMA/66
>> [    2.224448] ata5.00: configured for UDMA/66
>> [    4.085035] ata7: SATA link down (SStatus 0 SControl 0)
>> [    4.201038] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [    4.201371] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [    4.204304] ata9.00: hard resetting link
>> [    4.542250] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [    4.542289] ata9.01: hard resetting link
>> [    4.968018] ata9.01: softreset failed (SRST command error)
>> [    4.968036] ata9.01: failed to read SCR 0 (Emask=0x40)
>> [    4.968039] ata9.01: reset failed (errno=-85), retrying in 10 secs
>> [    6.105031] ata8: SATA link down (SStatus 0 SControl 0)
>> [   14.542045] ata9.01: reset failed, giving up
>> [   14.542050] ata9.15: hard resetting link
>> [   14.542053] ata9: controller in dubious state, performing PORT_RST
>> [   16.696039] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   16.696373] ata9.00: hard resetting link
>> [   17.034255] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   17.034291] ata9.01: hard resetting link
>> [   17.372252] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   17.372288] ata9.02: hard resetting link
>> [   17.798016] ata9.02: softreset failed (SRST command error)
>> [   17.908018] ata9.02: failed to read SCR 0 (Emask=0x1)
>> [   17.908022] ata9.02: reset failed (errno=-85), retrying in 10 secs
>> [   27.372093] ata9.02: reset failed, giving up
>> [   27.372097] ata9.15: hard resetting link
>> [   27.372100] ata9: controller in dubious state, performing PORT_RST
>> [   29.526040] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   29.526371] ata9.00: hard resetting link
>> [   29.864252] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   29.864289] ata9.01: hard resetting link
>> [   30.202250] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   30.202287] ata9.02: hard resetting link
>> [   30.540251] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   30.540289] ata9.03: hard resetting link
>> [   30.966013] ata9.03: softreset failed (SRST command error)
>> [   31.076018] ata9.03: failed to read SCR 0 (Emask=0x1)
>> [   31.076022] ata9.03: reset failed (errno=-85), retrying in 10 secs
>> [   40.540022] ata9.03: reset failed, giving up
>> [   40.540027] ata9.15: hard resetting link
>> [   40.540029] ata9: controller in dubious state, performing PORT_RST
>> [   42.694040] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   42.694389] ata9.00: hard resetting link
>> [   43.032252] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   43.032287] ata9.01: hard resetting link
>> [   43.370251] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   43.370286] ata9.02: hard resetting link
>> [   43.708250] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   43.708286] ata9.03: hard resetting link
>> [   44.046253] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   44.046289] ata9.04: hard resetting link
>> [   44.351390] ata9.04: SATA link down (SStatus 0 SControl 320)
>> [   44.351457] ata9.05: hard resetting link
>> [   44.656361] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   44.685158] ata9.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   44.685163] ata9.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32)
>> [   44.727185] ata9.00: configured for UDMA/100
>> [   44.755818] ata9.01: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   44.755822] ata9.01: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   44.797689] ata9.01: configured for UDMA/100
>> [   44.826404] ata9.02: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   44.826409] ata9.02: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   44.868366] ata9.02: configured for UDMA/100
>> [   44.897084] ata9.03: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   44.897089] ata9.03: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   44.939073] ata9.03: configured for UDMA/100
>> [   44.939152] ata9: EH complete
>> [   47.072046] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   47.072428] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [   47.075710] ata10.00: hard resetting link
>> [   47.479256] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   47.479296] ata10.01: hard resetting link
>> [   47.905017] ata10.01: softreset failed (SRST command error)
>> [   47.905035] ata10.01: failed to read SCR 0 (Emask=0x40)
>> [   47.905039] ata10.01: reset failed (errno=-85), retrying in 10 secs
>> [   57.479018] ata10.01: reset failed, giving up
>> [   57.479023] ata10.15: hard resetting link
>> [   57.479026] ata10: controller in dubious state, performing PORT_RST
>> [   59.633039] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   59.633480] ata10.00: hard resetting link
>> [   60.037260] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   60.037296] ata10.01: hard resetting link
>> [   60.441258] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   60.441293] ata10.02: hard resetting link
>> [   60.867016] ata10.02: softreset failed (SRST command error)
>> [   60.977018] ata10.02: failed to read SCR 0 (Emask=0x1)
>> [   60.977022] ata10.02: reset failed (errno=-85), retrying in 10 secs
>> [   70.441017] ata10.02: reset failed, giving up
>> [   70.441023] ata10.15: hard resetting link
>> [   70.441026] ata10: controller in dubious state, performing PORT_RST
>> [   72.595047] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   72.595436] ata10.00: hard resetting link
>> [   72.999257] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   72.999295] ata10.01: hard resetting link
>> [   73.403258] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   73.403296] ata10.02: hard resetting link
>> [   73.807256] ata10.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   73.807293] ata10.03: hard resetting link
>> [   74.233017] ata10.03: softreset failed (SRST command error)
>> [   74.343014] ata10.03: failed to read SCR 0 (Emask=0x1)
>> [   74.343018] ata10.03: reset failed (errno=-85), retrying in 10 secs
>> [   83.807022] ata10.03: reset failed, giving up
>> [   83.807027] ata10.15: hard resetting link
>> [   83.807030] ata10: controller in dubious state, performing PORT_RST
>> [   85.961042] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   85.961498] ata10.00: hard resetting link
>> [   86.365267] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   86.365303] ata10.01: hard resetting link
>> [   86.769251] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   86.769288] ata10.02: hard resetting link
>> [   87.173252] ata10.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   87.173287] ata10.03: hard resetting link
>> [   87.577251] ata10.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   87.577286] ata10.04: hard resetting link
>> [   87.882390] ata10.04: SATA link down (SStatus 0 SControl 320)
>> [   87.882457] ata10.05: hard resetting link
>> [   88.187364] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   88.188237] ata10.00: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
>> [   88.188241] ata10.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
>> [   88.189269] ata10.00: configured for UDMA/100
>> [   88.210802] ata10.01: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
>> [   88.210807] ata10.01: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   88.211684] ata10.01: configured for UDMA/100
>> [   88.231774] ata10.02: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
>> [   88.231779] ata10.02: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   88.232656] ata10.02: configured for UDMA/100
>> [   88.242663] ata10.03: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
>> [   88.242668] ata10.03: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   88.243540] ata10.03: configured for UDMA/100
>> [   88.243611] ata10: EH complete
>   :
>> [   88.279749] md/raid1:md0: active with 2 out of 2 mirrors
>> [   88.279779] md0: detected capacity change from 0 to 314507264
>> [   88.298379]  md0:
>   :
>> [  100.905944] md/raid1:md1: active with 1 out of 2 mirrors
>> [  100.905973] md1: detected capacity change from 0 to 311163576320
>> [  100.908115] dracut: mdadm: started /dev/md1
>   :
>> [  100.922165] md/raid1:md2: active with 1 out of 2 mirrors
>> [  100.922198] md2: detected capacity change from 0 to 8589869056
>> [  100.924335] dracut: mdadm: started /dev/md2
>   :
>> [  123.802802] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
>> [  123.821298] NFSD: starting 90-second grace period
>   :
> ------
>
> All HDDs were detected and attached. But md1 and md2 were build with
> single partition.
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 27, 2012, 12:26 p.m. UTC | #23
Hello Gwendal,

Thank you for your kindness help.

(2012/03/27 20:17), Gwendal Grignou wrote:
> Regarding the machine with 30 disks: It seems the errors follow the
> disk enclosures.
> 
> Can you send me the output of:
> 
> for i in /sys/class/ata_device/*/gscr ; do echo $i ; cat $i ; done >
> /tmp/gscr.dump

I have attached later the output.

> Regarding the machine with 10 disks, I see that all the drives have
> been found; I don't see any other error from the /var/log/messages
> snippet that could explain md not finding the volumes.

Oops! I'm sorry. It has another 1 HDD to be used for dump. So, the
machine has 11 disks. I think you have already noticed from that RAID5
disk starts from /dev/sdd.

I'll send them later. But the log is more than 1000 lines. It is almost
maximum limitation of this mailing list.

Do you need after these lines? These are about 600 lines.
> [    1.425771] ata3: SATA link down (SStatus 0 SControl 300)
> [    1.512378] input: PS2++ Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input3
> [    1.565064] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    1.565168] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    1.576064] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    1.580317] ata4.00: ATA-7: Maxtor 7V250F0, VA111630, max UDMA/133
> [    1.580321] ata4.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    1.581021] usb 4-1: new low-speed USB device number 2 using uhci_hcd
> [    1.587163] ata4.00: configured for UDMA/133
> [    1.608220] ata2.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
> [    1.608223] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    1.616082] ata1.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
> [    1.616086] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    1.662033] Refined TSC clocksource calibration: 2402.378 MHz.
> [    1.662038] Switching to clocksource tsc
> [    1.683190] ata2.00: configured for UDMA/133
> [    1.691047] ata1.00: configured for UDMA/133
> [    1.691200] scsi 0:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
> [    1.691402] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
> [    1.691414] sd 0:0:0:0: Attached scsi generic sg0 type 0
> [    1.691473] sd 0:0:0:0: [sda] Write Protect is off
> [    1.691477] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> [    1.691511] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    1.691657] scsi 1:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
> [    1.691878] sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
> [    1.691889] sd 1:0:0:0: Attached scsi generic sg1 type 0
> [    1.691988] sd 1:0:0:0: [sdb] Write Protect is off
> [    1.691992] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
> [    1.692032] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    1.692091] scsi 3:0:0:0: Direct-Access     ATA      Maxtor 7V250F0   VA11 PQ: 0 ANSI: 5
> [    1.692268] sd 3:0:0:0: [sdc] 490234752 512-byte logical blocks: (251 GB/233 GiB)
> [    1.692310] sd 3:0:0:0: Attached scsi generic sg2 type 0
> [    1.692360] sd 3:0:0:0: [sdc] Write Protect is off
> [    1.692364] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
> [    1.692393] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    1.715627]  sdc: sdc1
> [    1.715885] sd 3:0:0:0: [sdc] Attached SCSI disk
> [    1.722872]  sdb: sdb1 sdb2 sdb3
> [    1.723190] sd 1:0:0:0: [sdb] Attached SCSI disk
> [    1.730721]  sda: sda1 sda2 sda3
> [    1.730990] sd 0:0:0:0: [sda] Attached SCSI disk
> [    1.731061] Freeing unused kernel memory: 644k freed
   :

Best Regards,
Akira

--- gscr.dump ---
/sys/class/ata_device/dev1.0/gscr
/sys/class/ata_device/dev1.1/gscr
/sys/class/ata_device/dev10.0.0/gscr
/sys/class/ata_device/dev10.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev10.1.0/gscr
/sys/class/ata_device/dev10.10.0/gscr
/sys/class/ata_device/dev10.11.0/gscr
/sys/class/ata_device/dev10.12.0/gscr
/sys/class/ata_device/dev10.13.0/gscr
/sys/class/ata_device/dev10.14.0/gscr
/sys/class/ata_device/dev10.2.0/gscr
/sys/class/ata_device/dev10.3.0/gscr
/sys/class/ata_device/dev10.4.0/gscr
/sys/class/ata_device/dev10.5.0/gscr
/sys/class/ata_device/dev10.6.0/gscr
/sys/class/ata_device/dev10.7.0/gscr
/sys/class/ata_device/dev10.8.0/gscr
/sys/class/ata_device/dev10.9.0/gscr
/sys/class/ata_device/dev2.0/gscr
/sys/class/ata_device/dev2.1/gscr
/sys/class/ata_device/dev3.0/gscr
/sys/class/ata_device/dev4.0/gscr
/sys/class/ata_device/dev5.0.0/gscr
/sys/class/ata_device/dev5.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev5.1.0/gscr
/sys/class/ata_device/dev5.10.0/gscr
/sys/class/ata_device/dev5.11.0/gscr
/sys/class/ata_device/dev5.12.0/gscr
/sys/class/ata_device/dev5.13.0/gscr
/sys/class/ata_device/dev5.14.0/gscr
/sys/class/ata_device/dev5.2.0/gscr
/sys/class/ata_device/dev5.3.0/gscr
/sys/class/ata_device/dev5.4.0/gscr
/sys/class/ata_device/dev5.5.0/gscr
/sys/class/ata_device/dev5.6.0/gscr
/sys/class/ata_device/dev5.7.0/gscr
/sys/class/ata_device/dev5.8.0/gscr
/sys/class/ata_device/dev5.9.0/gscr
/sys/class/ata_device/dev6.0.0/gscr
/sys/class/ata_device/dev6.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev6.1.0/gscr
/sys/class/ata_device/dev6.10.0/gscr
/sys/class/ata_device/dev6.11.0/gscr
/sys/class/ata_device/dev6.12.0/gscr
/sys/class/ata_device/dev6.13.0/gscr
/sys/class/ata_device/dev6.14.0/gscr
/sys/class/ata_device/dev6.2.0/gscr
/sys/class/ata_device/dev6.3.0/gscr
/sys/class/ata_device/dev6.4.0/gscr
/sys/class/ata_device/dev6.5.0/gscr
/sys/class/ata_device/dev6.6.0/gscr
/sys/class/ata_device/dev6.7.0/gscr
/sys/class/ata_device/dev6.8.0/gscr
/sys/class/ata_device/dev6.9.0/gscr
/sys/class/ata_device/dev7.0.0/gscr
/sys/class/ata_device/dev7.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev7.1.0/gscr
/sys/class/ata_device/dev7.10.0/gscr
/sys/class/ata_device/dev7.11.0/gscr
/sys/class/ata_device/dev7.12.0/gscr
/sys/class/ata_device/dev7.13.0/gscr
/sys/class/ata_device/dev7.14.0/gscr
/sys/class/ata_device/dev7.2.0/gscr
/sys/class/ata_device/dev7.3.0/gscr
/sys/class/ata_device/dev7.4.0/gscr
/sys/class/ata_device/dev7.5.0/gscr
/sys/class/ata_device/dev7.6.0/gscr
/sys/class/ata_device/dev7.7.0/gscr
/sys/class/ata_device/dev7.8.0/gscr
/sys/class/ata_device/dev7.9.0/gscr
/sys/class/ata_device/dev8.0.0/gscr
/sys/class/ata_device/dev8.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev8.1.0/gscr
/sys/class/ata_device/dev8.10.0/gscr
/sys/class/ata_device/dev8.11.0/gscr
/sys/class/ata_device/dev8.12.0/gscr
/sys/class/ata_device/dev8.13.0/gscr
/sys/class/ata_device/dev8.14.0/gscr
/sys/class/ata_device/dev8.2.0/gscr
/sys/class/ata_device/dev8.3.0/gscr
/sys/class/ata_device/dev8.4.0/gscr
/sys/class/ata_device/dev8.5.0/gscr
/sys/class/ata_device/dev8.6.0/gscr
/sys/class/ata_device/dev8.7.0/gscr
/sys/class/ata_device/dev8.8.0/gscr
/sys/class/ata_device/dev8.9.0/gscr
/sys/class/ata_device/dev9.0.0/gscr
/sys/class/ata_device/dev9.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev9.1.0/gscr
/sys/class/ata_device/dev9.10.0/gscr
/sys/class/ata_device/dev9.11.0/gscr
/sys/class/ata_device/dev9.12.0/gscr
/sys/class/ata_device/dev9.13.0/gscr
/sys/class/ata_device/dev9.14.0/gscr
/sys/class/ata_device/dev9.2.0/gscr
/sys/class/ata_device/dev9.3.0/gscr
/sys/class/ata_device/dev9.4.0/gscr
/sys/class/ata_device/dev9.5.0/gscr
/sys/class/ata_device/dev9.6.0/gscr
/sys/class/ata_device/dev9.7.0/gscr
/sys/class/ata_device/dev9.8.0/gscr
/sys/class/ata_device/dev9.9.0/gscr
------
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 27, 2012, 1:18 p.m. UTC | #24
Oops! I have sent the result of pathced driver.

The result of 3.2.x driver is this:
--- gscr.dump ---
/sys/class/ata_device/dev1.0/gscr
/sys/class/ata_device/dev1.1/gscr
/sys/class/ata_device/dev10.0.0/gscr
/sys/class/ata_device/dev10.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev10.1.0/gscr
/sys/class/ata_device/dev10.10.0/gscr
/sys/class/ata_device/dev10.11.0/gscr
/sys/class/ata_device/dev10.12.0/gscr
/sys/class/ata_device/dev10.13.0/gscr
/sys/class/ata_device/dev10.14.0/gscr
/sys/class/ata_device/dev10.2.0/gscr
/sys/class/ata_device/dev10.3.0/gscr
/sys/class/ata_device/dev10.4.0/gscr
/sys/class/ata_device/dev10.5.0/gscr
/sys/class/ata_device/dev10.6.0/gscr
/sys/class/ata_device/dev10.7.0/gscr
/sys/class/ata_device/dev10.8.0/gscr
/sys/class/ata_device/dev10.9.0/gscr
/sys/class/ata_device/dev2.0/gscr
/sys/class/ata_device/dev2.1/gscr
/sys/class/ata_device/dev3.0/gscr
/sys/class/ata_device/dev4.0/gscr
/sys/class/ata_device/dev5.0.0/gscr
/sys/class/ata_device/dev5.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev5.1.0/gscr
/sys/class/ata_device/dev5.10.0/gscr
/sys/class/ata_device/dev5.11.0/gscr
/sys/class/ata_device/dev5.12.0/gscr
/sys/class/ata_device/dev5.13.0/gscr
/sys/class/ata_device/dev5.14.0/gscr
/sys/class/ata_device/dev5.2.0/gscr
/sys/class/ata_device/dev5.3.0/gscr
/sys/class/ata_device/dev5.4.0/gscr
/sys/class/ata_device/dev5.5.0/gscr
/sys/class/ata_device/dev5.6.0/gscr
/sys/class/ata_device/dev5.7.0/gscr
/sys/class/ata_device/dev5.8.0/gscr
/sys/class/ata_device/dev5.9.0/gscr
/sys/class/ata_device/dev6.0.0/gscr
/sys/class/ata_device/dev6.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev6.1.0/gscr
/sys/class/ata_device/dev6.10.0/gscr
/sys/class/ata_device/dev6.11.0/gscr
/sys/class/ata_device/dev6.12.0/gscr
/sys/class/ata_device/dev6.13.0/gscr
/sys/class/ata_device/dev6.14.0/gscr
/sys/class/ata_device/dev6.2.0/gscr
/sys/class/ata_device/dev6.3.0/gscr
/sys/class/ata_device/dev6.4.0/gscr
/sys/class/ata_device/dev6.5.0/gscr
/sys/class/ata_device/dev6.6.0/gscr
/sys/class/ata_device/dev6.7.0/gscr
/sys/class/ata_device/dev6.8.0/gscr
/sys/class/ata_device/dev6.9.0/gscr
/sys/class/ata_device/dev7.0.0/gscr
/sys/class/ata_device/dev7.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev7.1.0/gscr
/sys/class/ata_device/dev7.10.0/gscr
/sys/class/ata_device/dev7.11.0/gscr
/sys/class/ata_device/dev7.12.0/gscr
/sys/class/ata_device/dev7.13.0/gscr
/sys/class/ata_device/dev7.14.0/gscr
/sys/class/ata_device/dev7.2.0/gscr
/sys/class/ata_device/dev7.3.0/gscr
/sys/class/ata_device/dev7.4.0/gscr
/sys/class/ata_device/dev7.5.0/gscr
/sys/class/ata_device/dev7.6.0/gscr
/sys/class/ata_device/dev7.7.0/gscr
/sys/class/ata_device/dev7.8.0/gscr
/sys/class/ata_device/dev7.9.0/gscr
/sys/class/ata_device/dev8.0.0/gscr
/sys/class/ata_device/dev8.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev8.1.0/gscr
/sys/class/ata_device/dev8.10.0/gscr
/sys/class/ata_device/dev8.11.0/gscr
/sys/class/ata_device/dev8.12.0/gscr
/sys/class/ata_device/dev8.13.0/gscr
/sys/class/ata_device/dev8.14.0/gscr
/sys/class/ata_device/dev8.2.0/gscr
/sys/class/ata_device/dev8.3.0/gscr
/sys/class/ata_device/dev8.4.0/gscr
/sys/class/ata_device/dev8.5.0/gscr
/sys/class/ata_device/dev8.6.0/gscr
/sys/class/ata_device/dev8.7.0/gscr
/sys/class/ata_device/dev8.8.0/gscr
/sys/class/ata_device/dev8.9.0/gscr
/sys/class/ata_device/dev9.0.0/gscr
/sys/class/ata_device/dev9.0/gscr
37261095 00001706 00000006 0000003f
00000000 20202020 20202020 20202020
46393951 3557364c 80000000 332e0004
44204141 53542020 32303333 30413632
20202020 20202020 20202020 20202020
20202020 20202020 20202020 80102020
2f000000 02004000 00070200 00103fff
fc10003f 001000fb 0fffffff 00070000
00000001 0400ffff 00000078 00000000
00000000 00000000 00000000 00000000
000000fe 7d01346b 34694023 40233c01
0000203f fefe0000 604bfffe 0000d000
00000000 00000000 2542eab0 00000000
00000000 00004000 00000000 00000000
00000000 00000000 01000000 00060000
00000004 00000000 00000000 00000000
00000009 eab02542 20202542 02b60002
008a0000 3c0a3c06 07c60000 08000100
30000f14 00800002 00000000 020200a0
04040000 00000000 00000000 000b1200
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 46a50000
/sys/class/ata_device/dev9.1.0/gscr
/sys/class/ata_device/dev9.10.0/gscr
/sys/class/ata_device/dev9.11.0/gscr
/sys/class/ata_device/dev9.12.0/gscr
/sys/class/ata_device/dev9.13.0/gscr
/sys/class/ata_device/dev9.14.0/gscr
/sys/class/ata_device/dev9.2.0/gscr
/sys/class/ata_device/dev9.3.0/gscr
/sys/class/ata_device/dev9.4.0/gscr
/sys/class/ata_device/dev9.5.0/gscr
/sys/class/ata_device/dev9.6.0/gscr
/sys/class/ata_device/dev9.7.0/gscr
/sys/class/ata_device/dev9.8.0/gscr
/sys/class/ata_device/dev9.9.0/gscr
------

(2012/03/27 21:26), ANEZAKI, Akira wrote:
> Hello Gwendal,
> 
> Thank you for your kindness help.
> 
> (2012/03/27 20:17), Gwendal Grignou wrote:
>> Regarding the machine with 30 disks: It seems the errors follow the
>> disk enclosures.
>>
>> Can you send me the output of:
>>
>> for i in /sys/class/ata_device/*/gscr ; do echo $i ; cat $i ; done >
>> /tmp/gscr.dump
> 
> I have attached later the output.
> 
>> Regarding the machine with 10 disks, I see that all the drives have
>> been found; I don't see any other error from the /var/log/messages
>> snippet that could explain md not finding the volumes.
> 
> Oops! I'm sorry. It has another 1 HDD to be used for dump. So, the
> machine has 11 disks. I think you have already noticed from that RAID5
> disk starts from /dev/sdd.
> 
> I'll send them later. But the log is more than 1000 lines. It is almost
> maximum limitation of this mailing list.
> 
> Do you need after these lines? These are about 600 lines.
>> [    1.425771] ata3: SATA link down (SStatus 0 SControl 300)
>> [    1.512378] input: PS2++ Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input3
>> [    1.565064] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [    1.565168] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [    1.576064] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [    1.580317] ata4.00: ATA-7: Maxtor 7V250F0, VA111630, max UDMA/133
>> [    1.580321] ata4.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 0/32)
>> [    1.581021] usb 4-1: new low-speed USB device number 2 using uhci_hcd
>> [    1.587163] ata4.00: configured for UDMA/133
>> [    1.608220] ata2.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
>> [    1.608223] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
>> [    1.616082] ata1.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
>> [    1.616086] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
>> [    1.662033] Refined TSC clocksource calibration: 2402.378 MHz.
>> [    1.662038] Switching to clocksource tsc
>> [    1.683190] ata2.00: configured for UDMA/133
>> [    1.691047] ata1.00: configured for UDMA/133
>> [    1.691200] scsi 0:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
>> [    1.691402] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
>> [    1.691414] sd 0:0:0:0: Attached scsi generic sg0 type 0
>> [    1.691473] sd 0:0:0:0: [sda] Write Protect is off
>> [    1.691477] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>> [    1.691511] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>> [    1.691657] scsi 1:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
>> [    1.691878] sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
>> [    1.691889] sd 1:0:0:0: Attached scsi generic sg1 type 0
>> [    1.691988] sd 1:0:0:0: [sdb] Write Protect is off
>> [    1.691992] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
>> [    1.692032] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>> [    1.692091] scsi 3:0:0:0: Direct-Access     ATA      Maxtor 7V250F0   VA11 PQ: 0 ANSI: 5
>> [    1.692268] sd 3:0:0:0: [sdc] 490234752 512-byte logical blocks: (251 GB/233 GiB)
>> [    1.692310] sd 3:0:0:0: Attached scsi generic sg2 type 0
>> [    1.692360] sd 3:0:0:0: [sdc] Write Protect is off
>> [    1.692364] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
>> [    1.692393] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>> [    1.715627]  sdc: sdc1
>> [    1.715885] sd 3:0:0:0: [sdc] Attached SCSI disk
>> [    1.722872]  sdb: sdb1 sdb2 sdb3
>> [    1.723190] sd 1:0:0:0: [sdb] Attached SCSI disk
>> [    1.730721]  sda: sda1 sda2 sda3
>> [    1.730990] sd 0:0:0:0: [sda] Attached SCSI disk
>> [    1.731061] Freeing unused kernel memory: 644k freed
>    :
> 
> Best Regards,
> Akira
> 
> --- gscr.dump ---
> /sys/class/ata_device/dev1.0/gscr
> /sys/class/ata_device/dev1.1/gscr
> /sys/class/ata_device/dev10.0.0/gscr
> /sys/class/ata_device/dev10.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev10.1.0/gscr
> /sys/class/ata_device/dev10.10.0/gscr
> /sys/class/ata_device/dev10.11.0/gscr
> /sys/class/ata_device/dev10.12.0/gscr
> /sys/class/ata_device/dev10.13.0/gscr
> /sys/class/ata_device/dev10.14.0/gscr
> /sys/class/ata_device/dev10.2.0/gscr
> /sys/class/ata_device/dev10.3.0/gscr
> /sys/class/ata_device/dev10.4.0/gscr
> /sys/class/ata_device/dev10.5.0/gscr
> /sys/class/ata_device/dev10.6.0/gscr
> /sys/class/ata_device/dev10.7.0/gscr
> /sys/class/ata_device/dev10.8.0/gscr
> /sys/class/ata_device/dev10.9.0/gscr
> /sys/class/ata_device/dev2.0/gscr
> /sys/class/ata_device/dev2.1/gscr
> /sys/class/ata_device/dev3.0/gscr
> /sys/class/ata_device/dev4.0/gscr
> /sys/class/ata_device/dev5.0.0/gscr
> /sys/class/ata_device/dev5.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev5.1.0/gscr
> /sys/class/ata_device/dev5.10.0/gscr
> /sys/class/ata_device/dev5.11.0/gscr
> /sys/class/ata_device/dev5.12.0/gscr
> /sys/class/ata_device/dev5.13.0/gscr
> /sys/class/ata_device/dev5.14.0/gscr
> /sys/class/ata_device/dev5.2.0/gscr
> /sys/class/ata_device/dev5.3.0/gscr
> /sys/class/ata_device/dev5.4.0/gscr
> /sys/class/ata_device/dev5.5.0/gscr
> /sys/class/ata_device/dev5.6.0/gscr
> /sys/class/ata_device/dev5.7.0/gscr
> /sys/class/ata_device/dev5.8.0/gscr
> /sys/class/ata_device/dev5.9.0/gscr
> /sys/class/ata_device/dev6.0.0/gscr
> /sys/class/ata_device/dev6.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev6.1.0/gscr
> /sys/class/ata_device/dev6.10.0/gscr
> /sys/class/ata_device/dev6.11.0/gscr
> /sys/class/ata_device/dev6.12.0/gscr
> /sys/class/ata_device/dev6.13.0/gscr
> /sys/class/ata_device/dev6.14.0/gscr
> /sys/class/ata_device/dev6.2.0/gscr
> /sys/class/ata_device/dev6.3.0/gscr
> /sys/class/ata_device/dev6.4.0/gscr
> /sys/class/ata_device/dev6.5.0/gscr
> /sys/class/ata_device/dev6.6.0/gscr
> /sys/class/ata_device/dev6.7.0/gscr
> /sys/class/ata_device/dev6.8.0/gscr
> /sys/class/ata_device/dev6.9.0/gscr
> /sys/class/ata_device/dev7.0.0/gscr
> /sys/class/ata_device/dev7.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev7.1.0/gscr
> /sys/class/ata_device/dev7.10.0/gscr
> /sys/class/ata_device/dev7.11.0/gscr
> /sys/class/ata_device/dev7.12.0/gscr
> /sys/class/ata_device/dev7.13.0/gscr
> /sys/class/ata_device/dev7.14.0/gscr
> /sys/class/ata_device/dev7.2.0/gscr
> /sys/class/ata_device/dev7.3.0/gscr
> /sys/class/ata_device/dev7.4.0/gscr
> /sys/class/ata_device/dev7.5.0/gscr
> /sys/class/ata_device/dev7.6.0/gscr
> /sys/class/ata_device/dev7.7.0/gscr
> /sys/class/ata_device/dev7.8.0/gscr
> /sys/class/ata_device/dev7.9.0/gscr
> /sys/class/ata_device/dev8.0.0/gscr
> /sys/class/ata_device/dev8.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev8.1.0/gscr
> /sys/class/ata_device/dev8.10.0/gscr
> /sys/class/ata_device/dev8.11.0/gscr
> /sys/class/ata_device/dev8.12.0/gscr
> /sys/class/ata_device/dev8.13.0/gscr
> /sys/class/ata_device/dev8.14.0/gscr
> /sys/class/ata_device/dev8.2.0/gscr
> /sys/class/ata_device/dev8.3.0/gscr
> /sys/class/ata_device/dev8.4.0/gscr
> /sys/class/ata_device/dev8.5.0/gscr
> /sys/class/ata_device/dev8.6.0/gscr
> /sys/class/ata_device/dev8.7.0/gscr
> /sys/class/ata_device/dev8.8.0/gscr
> /sys/class/ata_device/dev8.9.0/gscr
> /sys/class/ata_device/dev9.0.0/gscr
> /sys/class/ata_device/dev9.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev9.1.0/gscr
> /sys/class/ata_device/dev9.10.0/gscr
> /sys/class/ata_device/dev9.11.0/gscr
> /sys/class/ata_device/dev9.12.0/gscr
> /sys/class/ata_device/dev9.13.0/gscr
> /sys/class/ata_device/dev9.14.0/gscr
> /sys/class/ata_device/dev9.2.0/gscr
> /sys/class/ata_device/dev9.3.0/gscr
> /sys/class/ata_device/dev9.4.0/gscr
> /sys/class/ata_device/dev9.5.0/gscr
> /sys/class/ata_device/dev9.6.0/gscr
> /sys/class/ata_device/dev9.7.0/gscr
> /sys/class/ata_device/dev9.8.0/gscr
> /sys/class/ata_device/dev9.9.0/gscr
> ------

--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
black@fire.name March 27, 2012, 1:46 p.m. UTC | #25
Then, I switched ata9 <--> ata10 and get this:
--- gscr.dump ----
/sys/class/ata_device/dev1.0/gscr
/sys/class/ata_device/dev1.1/gscr
/sys/class/ata_device/dev10.0.0/gscr
/sys/class/ata_device/dev10.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev10.1.0/gscr
/sys/class/ata_device/dev10.10.0/gscr
/sys/class/ata_device/dev10.11.0/gscr
/sys/class/ata_device/dev10.12.0/gscr
/sys/class/ata_device/dev10.13.0/gscr
/sys/class/ata_device/dev10.14.0/gscr
/sys/class/ata_device/dev10.2.0/gscr
/sys/class/ata_device/dev10.3.0/gscr
/sys/class/ata_device/dev10.4.0/gscr
/sys/class/ata_device/dev10.5.0/gscr
/sys/class/ata_device/dev10.6.0/gscr
/sys/class/ata_device/dev10.7.0/gscr
/sys/class/ata_device/dev10.8.0/gscr
/sys/class/ata_device/dev10.9.0/gscr
/sys/class/ata_device/dev2.0/gscr
/sys/class/ata_device/dev2.1/gscr
/sys/class/ata_device/dev3.0/gscr
/sys/class/ata_device/dev4.0/gscr
/sys/class/ata_device/dev5.0.0/gscr
/sys/class/ata_device/dev5.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev5.1.0/gscr
/sys/class/ata_device/dev5.10.0/gscr
/sys/class/ata_device/dev5.11.0/gscr
/sys/class/ata_device/dev5.12.0/gscr
/sys/class/ata_device/dev5.13.0/gscr
/sys/class/ata_device/dev5.14.0/gscr
/sys/class/ata_device/dev5.2.0/gscr
/sys/class/ata_device/dev5.3.0/gscr
/sys/class/ata_device/dev5.4.0/gscr
/sys/class/ata_device/dev5.5.0/gscr
/sys/class/ata_device/dev5.6.0/gscr
/sys/class/ata_device/dev5.7.0/gscr
/sys/class/ata_device/dev5.8.0/gscr
/sys/class/ata_device/dev5.9.0/gscr
/sys/class/ata_device/dev6.0.0/gscr
/sys/class/ata_device/dev6.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev6.1.0/gscr
/sys/class/ata_device/dev6.10.0/gscr
/sys/class/ata_device/dev6.11.0/gscr
/sys/class/ata_device/dev6.12.0/gscr
/sys/class/ata_device/dev6.13.0/gscr
/sys/class/ata_device/dev6.14.0/gscr
/sys/class/ata_device/dev6.2.0/gscr
/sys/class/ata_device/dev6.3.0/gscr
/sys/class/ata_device/dev6.4.0/gscr
/sys/class/ata_device/dev6.5.0/gscr
/sys/class/ata_device/dev6.6.0/gscr
/sys/class/ata_device/dev6.7.0/gscr
/sys/class/ata_device/dev6.8.0/gscr
/sys/class/ata_device/dev6.9.0/gscr
/sys/class/ata_device/dev7.0.0/gscr
/sys/class/ata_device/dev7.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev7.1.0/gscr
/sys/class/ata_device/dev7.10.0/gscr
/sys/class/ata_device/dev7.11.0/gscr
/sys/class/ata_device/dev7.12.0/gscr
/sys/class/ata_device/dev7.13.0/gscr
/sys/class/ata_device/dev7.14.0/gscr
/sys/class/ata_device/dev7.2.0/gscr
/sys/class/ata_device/dev7.3.0/gscr
/sys/class/ata_device/dev7.4.0/gscr
/sys/class/ata_device/dev7.5.0/gscr
/sys/class/ata_device/dev7.6.0/gscr
/sys/class/ata_device/dev7.7.0/gscr
/sys/class/ata_device/dev7.8.0/gscr
/sys/class/ata_device/dev7.9.0/gscr
/sys/class/ata_device/dev8.0.0/gscr
/sys/class/ata_device/dev8.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev8.1.0/gscr
/sys/class/ata_device/dev8.10.0/gscr
/sys/class/ata_device/dev8.11.0/gscr
/sys/class/ata_device/dev8.12.0/gscr
/sys/class/ata_device/dev8.13.0/gscr
/sys/class/ata_device/dev8.14.0/gscr
/sys/class/ata_device/dev8.2.0/gscr
/sys/class/ata_device/dev8.3.0/gscr
/sys/class/ata_device/dev8.4.0/gscr
/sys/class/ata_device/dev8.5.0/gscr
/sys/class/ata_device/dev8.6.0/gscr
/sys/class/ata_device/dev8.7.0/gscr
/sys/class/ata_device/dev8.8.0/gscr
/sys/class/ata_device/dev8.9.0/gscr
/sys/class/ata_device/dev9.0.0/gscr
/sys/class/ata_device/dev9.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev9.1.0/gscr
/sys/class/ata_device/dev9.10.0/gscr
/sys/class/ata_device/dev9.11.0/gscr
/sys/class/ata_device/dev9.12.0/gscr
/sys/class/ata_device/dev9.13.0/gscr
/sys/class/ata_device/dev9.14.0/gscr
/sys/class/ata_device/dev9.2.0/gscr
/sys/class/ata_device/dev9.3.0/gscr
/sys/class/ata_device/dev9.4.0/gscr
/sys/class/ata_device/dev9.5.0/gscr
/sys/class/ata_device/dev9.6.0/gscr
/sys/class/ata_device/dev9.7.0/gscr
/sys/class/ata_device/dev9.8.0/gscr
/sys/class/ata_device/dev9.9.0/gscr
-------
This is same with patched driver. But still many HDDs were missed.

Best Regards,
Akira

(2012/03/27 22:18), ANEZAKI, Akira wrote:
> Oops! I have sent the result of pathced driver.
> 
> The result of 3.2.x driver is this:
> --- gscr.dump ---
> /sys/class/ata_device/dev1.0/gscr
> /sys/class/ata_device/dev1.1/gscr
> /sys/class/ata_device/dev10.0.0/gscr
> /sys/class/ata_device/dev10.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev10.1.0/gscr
> /sys/class/ata_device/dev10.10.0/gscr
> /sys/class/ata_device/dev10.11.0/gscr
> /sys/class/ata_device/dev10.12.0/gscr
> /sys/class/ata_device/dev10.13.0/gscr
> /sys/class/ata_device/dev10.14.0/gscr
> /sys/class/ata_device/dev10.2.0/gscr
> /sys/class/ata_device/dev10.3.0/gscr
> /sys/class/ata_device/dev10.4.0/gscr
> /sys/class/ata_device/dev10.5.0/gscr
> /sys/class/ata_device/dev10.6.0/gscr
> /sys/class/ata_device/dev10.7.0/gscr
> /sys/class/ata_device/dev10.8.0/gscr
> /sys/class/ata_device/dev10.9.0/gscr
> /sys/class/ata_device/dev2.0/gscr
> /sys/class/ata_device/dev2.1/gscr
> /sys/class/ata_device/dev3.0/gscr
> /sys/class/ata_device/dev4.0/gscr
> /sys/class/ata_device/dev5.0.0/gscr
> /sys/class/ata_device/dev5.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev5.1.0/gscr
> /sys/class/ata_device/dev5.10.0/gscr
> /sys/class/ata_device/dev5.11.0/gscr
> /sys/class/ata_device/dev5.12.0/gscr
> /sys/class/ata_device/dev5.13.0/gscr
> /sys/class/ata_device/dev5.14.0/gscr
> /sys/class/ata_device/dev5.2.0/gscr
> /sys/class/ata_device/dev5.3.0/gscr
> /sys/class/ata_device/dev5.4.0/gscr
> /sys/class/ata_device/dev5.5.0/gscr
> /sys/class/ata_device/dev5.6.0/gscr
> /sys/class/ata_device/dev5.7.0/gscr
> /sys/class/ata_device/dev5.8.0/gscr
> /sys/class/ata_device/dev5.9.0/gscr
> /sys/class/ata_device/dev6.0.0/gscr
> /sys/class/ata_device/dev6.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev6.1.0/gscr
> /sys/class/ata_device/dev6.10.0/gscr
> /sys/class/ata_device/dev6.11.0/gscr
> /sys/class/ata_device/dev6.12.0/gscr
> /sys/class/ata_device/dev6.13.0/gscr
> /sys/class/ata_device/dev6.14.0/gscr
> /sys/class/ata_device/dev6.2.0/gscr
> /sys/class/ata_device/dev6.3.0/gscr
> /sys/class/ata_device/dev6.4.0/gscr
> /sys/class/ata_device/dev6.5.0/gscr
> /sys/class/ata_device/dev6.6.0/gscr
> /sys/class/ata_device/dev6.7.0/gscr
> /sys/class/ata_device/dev6.8.0/gscr
> /sys/class/ata_device/dev6.9.0/gscr
> /sys/class/ata_device/dev7.0.0/gscr
> /sys/class/ata_device/dev7.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev7.1.0/gscr
> /sys/class/ata_device/dev7.10.0/gscr
> /sys/class/ata_device/dev7.11.0/gscr
> /sys/class/ata_device/dev7.12.0/gscr
> /sys/class/ata_device/dev7.13.0/gscr
> /sys/class/ata_device/dev7.14.0/gscr
> /sys/class/ata_device/dev7.2.0/gscr
> /sys/class/ata_device/dev7.3.0/gscr
> /sys/class/ata_device/dev7.4.0/gscr
> /sys/class/ata_device/dev7.5.0/gscr
> /sys/class/ata_device/dev7.6.0/gscr
> /sys/class/ata_device/dev7.7.0/gscr
> /sys/class/ata_device/dev7.8.0/gscr
> /sys/class/ata_device/dev7.9.0/gscr
> /sys/class/ata_device/dev8.0.0/gscr
> /sys/class/ata_device/dev8.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev8.1.0/gscr
> /sys/class/ata_device/dev8.10.0/gscr
> /sys/class/ata_device/dev8.11.0/gscr
> /sys/class/ata_device/dev8.12.0/gscr
> /sys/class/ata_device/dev8.13.0/gscr
> /sys/class/ata_device/dev8.14.0/gscr
> /sys/class/ata_device/dev8.2.0/gscr
> /sys/class/ata_device/dev8.3.0/gscr
> /sys/class/ata_device/dev8.4.0/gscr
> /sys/class/ata_device/dev8.5.0/gscr
> /sys/class/ata_device/dev8.6.0/gscr
> /sys/class/ata_device/dev8.7.0/gscr
> /sys/class/ata_device/dev8.8.0/gscr
> /sys/class/ata_device/dev8.9.0/gscr
> /sys/class/ata_device/dev9.0.0/gscr
> /sys/class/ata_device/dev9.0/gscr
> 37261095 00001706 00000006 0000003f
> 00000000 20202020 20202020 20202020
> 46393951 3557364c 80000000 332e0004
> 44204141 53542020 32303333 30413632
> 20202020 20202020 20202020 20202020
> 20202020 20202020 20202020 80102020
> 2f000000 02004000 00070200 00103fff
> fc10003f 001000fb 0fffffff 00070000
> 00000001 0400ffff 00000078 00000000
> 00000000 00000000 00000000 00000000
> 000000fe 7d01346b 34694023 40233c01
> 0000203f fefe0000 604bfffe 0000d000
> 00000000 00000000 2542eab0 00000000
> 00000000 00004000 00000000 00000000
> 00000000 00000000 01000000 00060000
> 00000004 00000000 00000000 00000000
> 00000009 eab02542 20202542 02b60002
> 008a0000 3c0a3c06 07c60000 08000100
> 30000f14 00800002 00000000 020200a0
> 04040000 00000000 00000000 000b1200
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 46a50000
> /sys/class/ata_device/dev9.1.0/gscr
> /sys/class/ata_device/dev9.10.0/gscr
> /sys/class/ata_device/dev9.11.0/gscr
> /sys/class/ata_device/dev9.12.0/gscr
> /sys/class/ata_device/dev9.13.0/gscr
> /sys/class/ata_device/dev9.14.0/gscr
> /sys/class/ata_device/dev9.2.0/gscr
> /sys/class/ata_device/dev9.3.0/gscr
> /sys/class/ata_device/dev9.4.0/gscr
> /sys/class/ata_device/dev9.5.0/gscr
> /sys/class/ata_device/dev9.6.0/gscr
> /sys/class/ata_device/dev9.7.0/gscr
> /sys/class/ata_device/dev9.8.0/gscr
> /sys/class/ata_device/dev9.9.0/gscr
> ------
> 
> (2012/03/27 21:26), ANEZAKI, Akira wrote:
>> Hello Gwendal,
>>
>> Thank you for your kindness help.
>>
>> (2012/03/27 20:17), Gwendal Grignou wrote:
>>> Regarding the machine with 30 disks: It seems the errors follow the
>>> disk enclosures.
>>>
>>> Can you send me the output of:
>>>
>>> for i in /sys/class/ata_device/*/gscr ; do echo $i ; cat $i ; done >
>>> /tmp/gscr.dump
>>
>> I have attached later the output.
>>
>>> Regarding the machine with 10 disks, I see that all the drives have
>>> been found; I don't see any other error from the /var/log/messages
>>> snippet that could explain md not finding the volumes.
>>
>> Oops! I'm sorry. It has another 1 HDD to be used for dump. So, the
>> machine has 11 disks. I think you have already noticed from that RAID5
>> disk starts from /dev/sdd.
>>
>> I'll send them later. But the log is more than 1000 lines. It is almost
>> maximum limitation of this mailing list.
>>
>> Do you need after these lines? These are about 600 lines.
>>> [    1.425771] ata3: SATA link down (SStatus 0 SControl 300)
>>> [    1.512378] input: PS2++ Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input3
>>> [    1.565064] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>>> [    1.565168] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>>> [    1.576064] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>>> [    1.580317] ata4.00: ATA-7: Maxtor 7V250F0, VA111630, max UDMA/133
>>> [    1.580321] ata4.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 0/32)
>>> [    1.581021] usb 4-1: new low-speed USB device number 2 using uhci_hcd
>>> [    1.587163] ata4.00: configured for UDMA/133
>>> [    1.608220] ata2.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
>>> [    1.608223] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
>>> [    1.616082] ata1.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
>>> [    1.616086] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
>>> [    1.662033] Refined TSC clocksource calibration: 2402.378 MHz.
>>> [    1.662038] Switching to clocksource tsc
>>> [    1.683190] ata2.00: configured for UDMA/133
>>> [    1.691047] ata1.00: configured for UDMA/133
>>> [    1.691200] scsi 0:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
>>> [    1.691402] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
>>> [    1.691414] sd 0:0:0:0: Attached scsi generic sg0 type 0
>>> [    1.691473] sd 0:0:0:0: [sda] Write Protect is off
>>> [    1.691477] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>>> [    1.691511] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>>> [    1.691657] scsi 1:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
>>> [    1.691878] sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
>>> [    1.691889] sd 1:0:0:0: Attached scsi generic sg1 type 0
>>> [    1.691988] sd 1:0:0:0: [sdb] Write Protect is off
>>> [    1.691992] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
>>> [    1.692032] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>>> [    1.692091] scsi 3:0:0:0: Direct-Access     ATA      Maxtor 7V250F0   VA11 PQ: 0 ANSI: 5
>>> [    1.692268] sd 3:0:0:0: [sdc] 490234752 512-byte logical blocks: (251 GB/233 GiB)
>>> [    1.692310] sd 3:0:0:0: Attached scsi generic sg2 type 0
>>> [    1.692360] sd 3:0:0:0: [sdc] Write Protect is off
>>> [    1.692364] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
>>> [    1.692393] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>>> [    1.715627]  sdc: sdc1
>>> [    1.715885] sd 3:0:0:0: [sdc] Attached SCSI disk
>>> [    1.722872]  sdb: sdb1 sdb2 sdb3
>>> [    1.723190] sd 1:0:0:0: [sdb] Attached SCSI disk
>>> [    1.730721]  sda: sda1 sda2 sda3
>>> [    1.730990] sd 0:0:0:0: [sda] Attached SCSI disk
>>> [    1.731061] Freeing unused kernel memory: 644k freed
>>    :
>>
>> Best Regards,
>> Akira
>>
>> --- gscr.dump ---
>> /sys/class/ata_device/dev1.0/gscr
>> /sys/class/ata_device/dev1.1/gscr
>> /sys/class/ata_device/dev10.0.0/gscr
>> /sys/class/ata_device/dev10.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev10.1.0/gscr
>> /sys/class/ata_device/dev10.10.0/gscr
>> /sys/class/ata_device/dev10.11.0/gscr
>> /sys/class/ata_device/dev10.12.0/gscr
>> /sys/class/ata_device/dev10.13.0/gscr
>> /sys/class/ata_device/dev10.14.0/gscr
>> /sys/class/ata_device/dev10.2.0/gscr
>> /sys/class/ata_device/dev10.3.0/gscr
>> /sys/class/ata_device/dev10.4.0/gscr
>> /sys/class/ata_device/dev10.5.0/gscr
>> /sys/class/ata_device/dev10.6.0/gscr
>> /sys/class/ata_device/dev10.7.0/gscr
>> /sys/class/ata_device/dev10.8.0/gscr
>> /sys/class/ata_device/dev10.9.0/gscr
>> /sys/class/ata_device/dev2.0/gscr
>> /sys/class/ata_device/dev2.1/gscr
>> /sys/class/ata_device/dev3.0/gscr
>> /sys/class/ata_device/dev4.0/gscr
>> /sys/class/ata_device/dev5.0.0/gscr
>> /sys/class/ata_device/dev5.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev5.1.0/gscr
>> /sys/class/ata_device/dev5.10.0/gscr
>> /sys/class/ata_device/dev5.11.0/gscr
>> /sys/class/ata_device/dev5.12.0/gscr
>> /sys/class/ata_device/dev5.13.0/gscr
>> /sys/class/ata_device/dev5.14.0/gscr
>> /sys/class/ata_device/dev5.2.0/gscr
>> /sys/class/ata_device/dev5.3.0/gscr
>> /sys/class/ata_device/dev5.4.0/gscr
>> /sys/class/ata_device/dev5.5.0/gscr
>> /sys/class/ata_device/dev5.6.0/gscr
>> /sys/class/ata_device/dev5.7.0/gscr
>> /sys/class/ata_device/dev5.8.0/gscr
>> /sys/class/ata_device/dev5.9.0/gscr
>> /sys/class/ata_device/dev6.0.0/gscr
>> /sys/class/ata_device/dev6.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev6.1.0/gscr
>> /sys/class/ata_device/dev6.10.0/gscr
>> /sys/class/ata_device/dev6.11.0/gscr
>> /sys/class/ata_device/dev6.12.0/gscr
>> /sys/class/ata_device/dev6.13.0/gscr
>> /sys/class/ata_device/dev6.14.0/gscr
>> /sys/class/ata_device/dev6.2.0/gscr
>> /sys/class/ata_device/dev6.3.0/gscr
>> /sys/class/ata_device/dev6.4.0/gscr
>> /sys/class/ata_device/dev6.5.0/gscr
>> /sys/class/ata_device/dev6.6.0/gscr
>> /sys/class/ata_device/dev6.7.0/gscr
>> /sys/class/ata_device/dev6.8.0/gscr
>> /sys/class/ata_device/dev6.9.0/gscr
>> /sys/class/ata_device/dev7.0.0/gscr
>> /sys/class/ata_device/dev7.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev7.1.0/gscr
>> /sys/class/ata_device/dev7.10.0/gscr
>> /sys/class/ata_device/dev7.11.0/gscr
>> /sys/class/ata_device/dev7.12.0/gscr
>> /sys/class/ata_device/dev7.13.0/gscr
>> /sys/class/ata_device/dev7.14.0/gscr
>> /sys/class/ata_device/dev7.2.0/gscr
>> /sys/class/ata_device/dev7.3.0/gscr
>> /sys/class/ata_device/dev7.4.0/gscr
>> /sys/class/ata_device/dev7.5.0/gscr
>> /sys/class/ata_device/dev7.6.0/gscr
>> /sys/class/ata_device/dev7.7.0/gscr
>> /sys/class/ata_device/dev7.8.0/gscr
>> /sys/class/ata_device/dev7.9.0/gscr
>> /sys/class/ata_device/dev8.0.0/gscr
>> /sys/class/ata_device/dev8.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev8.1.0/gscr
>> /sys/class/ata_device/dev8.10.0/gscr
>> /sys/class/ata_device/dev8.11.0/gscr
>> /sys/class/ata_device/dev8.12.0/gscr
>> /sys/class/ata_device/dev8.13.0/gscr
>> /sys/class/ata_device/dev8.14.0/gscr
>> /sys/class/ata_device/dev8.2.0/gscr
>> /sys/class/ata_device/dev8.3.0/gscr
>> /sys/class/ata_device/dev8.4.0/gscr
>> /sys/class/ata_device/dev8.5.0/gscr
>> /sys/class/ata_device/dev8.6.0/gscr
>> /sys/class/ata_device/dev8.7.0/gscr
>> /sys/class/ata_device/dev8.8.0/gscr
>> /sys/class/ata_device/dev8.9.0/gscr
>> /sys/class/ata_device/dev9.0.0/gscr
>> /sys/class/ata_device/dev9.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev9.1.0/gscr
>> /sys/class/ata_device/dev9.10.0/gscr
>> /sys/class/ata_device/dev9.11.0/gscr
>> /sys/class/ata_device/dev9.12.0/gscr
>> /sys/class/ata_device/dev9.13.0/gscr
>> /sys/class/ata_device/dev9.14.0/gscr
>> /sys/class/ata_device/dev9.2.0/gscr
>> /sys/class/ata_device/dev9.3.0/gscr
>> /sys/class/ata_device/dev9.4.0/gscr
>> /sys/class/ata_device/dev9.5.0/gscr
>> /sys/class/ata_device/dev9.6.0/gscr
>> /sys/class/ata_device/dev9.7.0/gscr
>> /sys/class/ata_device/dev9.8.0/gscr
>> /sys/class/ata_device/dev9.9.0/gscr
>> ------
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 27, 2012, 2:10 p.m. UTC | #26
And switched back ata9 <--> ata10 and get this:
--- gscr.dump ---
/sys/class/ata_device/dev1.0/gscr
/sys/class/ata_device/dev1.1/gscr
/sys/class/ata_device/dev10.0.0/gscr
/sys/class/ata_device/dev10.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev10.1.0/gscr
/sys/class/ata_device/dev10.10.0/gscr
/sys/class/ata_device/dev10.11.0/gscr
/sys/class/ata_device/dev10.12.0/gscr
/sys/class/ata_device/dev10.13.0/gscr
/sys/class/ata_device/dev10.14.0/gscr
/sys/class/ata_device/dev10.2.0/gscr
/sys/class/ata_device/dev10.3.0/gscr
/sys/class/ata_device/dev10.4.0/gscr
/sys/class/ata_device/dev10.5.0/gscr
/sys/class/ata_device/dev10.6.0/gscr
/sys/class/ata_device/dev10.7.0/gscr
/sys/class/ata_device/dev10.8.0/gscr
/sys/class/ata_device/dev10.9.0/gscr
/sys/class/ata_device/dev2.0/gscr
/sys/class/ata_device/dev2.1/gscr
/sys/class/ata_device/dev3.0/gscr
/sys/class/ata_device/dev4.0/gscr
/sys/class/ata_device/dev5.0.0/gscr
/sys/class/ata_device/dev5.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev5.1.0/gscr
/sys/class/ata_device/dev5.10.0/gscr
/sys/class/ata_device/dev5.11.0/gscr
/sys/class/ata_device/dev5.12.0/gscr
/sys/class/ata_device/dev5.13.0/gscr
/sys/class/ata_device/dev5.14.0/gscr
/sys/class/ata_device/dev5.2.0/gscr
/sys/class/ata_device/dev5.3.0/gscr
/sys/class/ata_device/dev5.4.0/gscr
/sys/class/ata_device/dev5.5.0/gscr
/sys/class/ata_device/dev5.6.0/gscr
/sys/class/ata_device/dev5.7.0/gscr
/sys/class/ata_device/dev5.8.0/gscr
/sys/class/ata_device/dev5.9.0/gscr
/sys/class/ata_device/dev6.0.0/gscr
/sys/class/ata_device/dev6.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev6.1.0/gscr
/sys/class/ata_device/dev6.10.0/gscr
/sys/class/ata_device/dev6.11.0/gscr
/sys/class/ata_device/dev6.12.0/gscr
/sys/class/ata_device/dev6.13.0/gscr
/sys/class/ata_device/dev6.14.0/gscr
/sys/class/ata_device/dev6.2.0/gscr
/sys/class/ata_device/dev6.3.0/gscr
/sys/class/ata_device/dev6.4.0/gscr
/sys/class/ata_device/dev6.5.0/gscr
/sys/class/ata_device/dev6.6.0/gscr
/sys/class/ata_device/dev6.7.0/gscr
/sys/class/ata_device/dev6.8.0/gscr
/sys/class/ata_device/dev6.9.0/gscr
/sys/class/ata_device/dev7.0.0/gscr
/sys/class/ata_device/dev7.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev7.1.0/gscr
/sys/class/ata_device/dev7.10.0/gscr
/sys/class/ata_device/dev7.11.0/gscr
/sys/class/ata_device/dev7.12.0/gscr
/sys/class/ata_device/dev7.13.0/gscr
/sys/class/ata_device/dev7.14.0/gscr
/sys/class/ata_device/dev7.2.0/gscr
/sys/class/ata_device/dev7.3.0/gscr
/sys/class/ata_device/dev7.4.0/gscr
/sys/class/ata_device/dev7.5.0/gscr
/sys/class/ata_device/dev7.6.0/gscr
/sys/class/ata_device/dev7.7.0/gscr
/sys/class/ata_device/dev7.8.0/gscr
/sys/class/ata_device/dev7.9.0/gscr
/sys/class/ata_device/dev8.0.0/gscr
/sys/class/ata_device/dev8.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev8.1.0/gscr
/sys/class/ata_device/dev8.10.0/gscr
/sys/class/ata_device/dev8.11.0/gscr
/sys/class/ata_device/dev8.12.0/gscr
/sys/class/ata_device/dev8.13.0/gscr
/sys/class/ata_device/dev8.14.0/gscr
/sys/class/ata_device/dev8.2.0/gscr
/sys/class/ata_device/dev8.3.0/gscr
/sys/class/ata_device/dev8.4.0/gscr
/sys/class/ata_device/dev8.5.0/gscr
/sys/class/ata_device/dev8.6.0/gscr
/sys/class/ata_device/dev8.7.0/gscr
/sys/class/ata_device/dev8.8.0/gscr
/sys/class/ata_device/dev8.9.0/gscr
/sys/class/ata_device/dev9.0.0/gscr
/sys/class/ata_device/dev9.0/gscr
37261095 00001706 00000006 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000001 0400ffff 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000009 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
/sys/class/ata_device/dev9.1.0/gscr
/sys/class/ata_device/dev9.10.0/gscr
/sys/class/ata_device/dev9.11.0/gscr
/sys/class/ata_device/dev9.12.0/gscr
/sys/class/ata_device/dev9.13.0/gscr
/sys/class/ata_device/dev9.14.0/gscr
/sys/class/ata_device/dev9.2.0/gscr
/sys/class/ata_device/dev9.3.0/gscr
/sys/class/ata_device/dev9.4.0/gscr
/sys/class/ata_device/dev9.5.0/gscr
/sys/class/ata_device/dev9.6.0/gscr
/sys/class/ata_device/dev9.7.0/gscr
/sys/class/ata_device/dev9.8.0/gscr
/sys/class/ata_device/dev9.9.0/gscr
------

This is same result except 2nd result. When I got the 2nd result, a
RAID1 was broken. That RAID was composed only of internal HDD partition.

Best Regards,
Akira

(2012/03/27 22:46), black@fire.name wrote:
> Then, I switched ata9 <--> ata10 and get this:
> --- gscr.dump ----
> /sys/class/ata_device/dev1.0/gscr
> /sys/class/ata_device/dev1.1/gscr
> /sys/class/ata_device/dev10.0.0/gscr
> /sys/class/ata_device/dev10.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev10.1.0/gscr
> /sys/class/ata_device/dev10.10.0/gscr
> /sys/class/ata_device/dev10.11.0/gscr
> /sys/class/ata_device/dev10.12.0/gscr
> /sys/class/ata_device/dev10.13.0/gscr
> /sys/class/ata_device/dev10.14.0/gscr
> /sys/class/ata_device/dev10.2.0/gscr
> /sys/class/ata_device/dev10.3.0/gscr
> /sys/class/ata_device/dev10.4.0/gscr
> /sys/class/ata_device/dev10.5.0/gscr
> /sys/class/ata_device/dev10.6.0/gscr
> /sys/class/ata_device/dev10.7.0/gscr
> /sys/class/ata_device/dev10.8.0/gscr
> /sys/class/ata_device/dev10.9.0/gscr
> /sys/class/ata_device/dev2.0/gscr
> /sys/class/ata_device/dev2.1/gscr
> /sys/class/ata_device/dev3.0/gscr
> /sys/class/ata_device/dev4.0/gscr
> /sys/class/ata_device/dev5.0.0/gscr
> /sys/class/ata_device/dev5.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev5.1.0/gscr
> /sys/class/ata_device/dev5.10.0/gscr
> /sys/class/ata_device/dev5.11.0/gscr
> /sys/class/ata_device/dev5.12.0/gscr
> /sys/class/ata_device/dev5.13.0/gscr
> /sys/class/ata_device/dev5.14.0/gscr
> /sys/class/ata_device/dev5.2.0/gscr
> /sys/class/ata_device/dev5.3.0/gscr
> /sys/class/ata_device/dev5.4.0/gscr
> /sys/class/ata_device/dev5.5.0/gscr
> /sys/class/ata_device/dev5.6.0/gscr
> /sys/class/ata_device/dev5.7.0/gscr
> /sys/class/ata_device/dev5.8.0/gscr
> /sys/class/ata_device/dev5.9.0/gscr
> /sys/class/ata_device/dev6.0.0/gscr
> /sys/class/ata_device/dev6.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev6.1.0/gscr
> /sys/class/ata_device/dev6.10.0/gscr
> /sys/class/ata_device/dev6.11.0/gscr
> /sys/class/ata_device/dev6.12.0/gscr
> /sys/class/ata_device/dev6.13.0/gscr
> /sys/class/ata_device/dev6.14.0/gscr
> /sys/class/ata_device/dev6.2.0/gscr
> /sys/class/ata_device/dev6.3.0/gscr
> /sys/class/ata_device/dev6.4.0/gscr
> /sys/class/ata_device/dev6.5.0/gscr
> /sys/class/ata_device/dev6.6.0/gscr
> /sys/class/ata_device/dev6.7.0/gscr
> /sys/class/ata_device/dev6.8.0/gscr
> /sys/class/ata_device/dev6.9.0/gscr
> /sys/class/ata_device/dev7.0.0/gscr
> /sys/class/ata_device/dev7.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev7.1.0/gscr
> /sys/class/ata_device/dev7.10.0/gscr
> /sys/class/ata_device/dev7.11.0/gscr
> /sys/class/ata_device/dev7.12.0/gscr
> /sys/class/ata_device/dev7.13.0/gscr
> /sys/class/ata_device/dev7.14.0/gscr
> /sys/class/ata_device/dev7.2.0/gscr
> /sys/class/ata_device/dev7.3.0/gscr
> /sys/class/ata_device/dev7.4.0/gscr
> /sys/class/ata_device/dev7.5.0/gscr
> /sys/class/ata_device/dev7.6.0/gscr
> /sys/class/ata_device/dev7.7.0/gscr
> /sys/class/ata_device/dev7.8.0/gscr
> /sys/class/ata_device/dev7.9.0/gscr
> /sys/class/ata_device/dev8.0.0/gscr
> /sys/class/ata_device/dev8.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev8.1.0/gscr
> /sys/class/ata_device/dev8.10.0/gscr
> /sys/class/ata_device/dev8.11.0/gscr
> /sys/class/ata_device/dev8.12.0/gscr
> /sys/class/ata_device/dev8.13.0/gscr
> /sys/class/ata_device/dev8.14.0/gscr
> /sys/class/ata_device/dev8.2.0/gscr
> /sys/class/ata_device/dev8.3.0/gscr
> /sys/class/ata_device/dev8.4.0/gscr
> /sys/class/ata_device/dev8.5.0/gscr
> /sys/class/ata_device/dev8.6.0/gscr
> /sys/class/ata_device/dev8.7.0/gscr
> /sys/class/ata_device/dev8.8.0/gscr
> /sys/class/ata_device/dev8.9.0/gscr
> /sys/class/ata_device/dev9.0.0/gscr
> /sys/class/ata_device/dev9.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev9.1.0/gscr
> /sys/class/ata_device/dev9.10.0/gscr
> /sys/class/ata_device/dev9.11.0/gscr
> /sys/class/ata_device/dev9.12.0/gscr
> /sys/class/ata_device/dev9.13.0/gscr
> /sys/class/ata_device/dev9.14.0/gscr
> /sys/class/ata_device/dev9.2.0/gscr
> /sys/class/ata_device/dev9.3.0/gscr
> /sys/class/ata_device/dev9.4.0/gscr
> /sys/class/ata_device/dev9.5.0/gscr
> /sys/class/ata_device/dev9.6.0/gscr
> /sys/class/ata_device/dev9.7.0/gscr
> /sys/class/ata_device/dev9.8.0/gscr
> /sys/class/ata_device/dev9.9.0/gscr
> -------
> This is same with patched driver. But still many HDDs were missed.
> 
> Best Regards,
> Akira
> 
> (2012/03/27 22:18), ANEZAKI, Akira wrote:
>> Oops! I have sent the result of pathced driver.
>>
>> The result of 3.2.x driver is this:
>> --- gscr.dump ---
>> /sys/class/ata_device/dev1.0/gscr
>> /sys/class/ata_device/dev1.1/gscr
>> /sys/class/ata_device/dev10.0.0/gscr
>> /sys/class/ata_device/dev10.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev10.1.0/gscr
>> /sys/class/ata_device/dev10.10.0/gscr
>> /sys/class/ata_device/dev10.11.0/gscr
>> /sys/class/ata_device/dev10.12.0/gscr
>> /sys/class/ata_device/dev10.13.0/gscr
>> /sys/class/ata_device/dev10.14.0/gscr
>> /sys/class/ata_device/dev10.2.0/gscr
>> /sys/class/ata_device/dev10.3.0/gscr
>> /sys/class/ata_device/dev10.4.0/gscr
>> /sys/class/ata_device/dev10.5.0/gscr
>> /sys/class/ata_device/dev10.6.0/gscr
>> /sys/class/ata_device/dev10.7.0/gscr
>> /sys/class/ata_device/dev10.8.0/gscr
>> /sys/class/ata_device/dev10.9.0/gscr
>> /sys/class/ata_device/dev2.0/gscr
>> /sys/class/ata_device/dev2.1/gscr
>> /sys/class/ata_device/dev3.0/gscr
>> /sys/class/ata_device/dev4.0/gscr
>> /sys/class/ata_device/dev5.0.0/gscr
>> /sys/class/ata_device/dev5.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev5.1.0/gscr
>> /sys/class/ata_device/dev5.10.0/gscr
>> /sys/class/ata_device/dev5.11.0/gscr
>> /sys/class/ata_device/dev5.12.0/gscr
>> /sys/class/ata_device/dev5.13.0/gscr
>> /sys/class/ata_device/dev5.14.0/gscr
>> /sys/class/ata_device/dev5.2.0/gscr
>> /sys/class/ata_device/dev5.3.0/gscr
>> /sys/class/ata_device/dev5.4.0/gscr
>> /sys/class/ata_device/dev5.5.0/gscr
>> /sys/class/ata_device/dev5.6.0/gscr
>> /sys/class/ata_device/dev5.7.0/gscr
>> /sys/class/ata_device/dev5.8.0/gscr
>> /sys/class/ata_device/dev5.9.0/gscr
>> /sys/class/ata_device/dev6.0.0/gscr
>> /sys/class/ata_device/dev6.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev6.1.0/gscr
>> /sys/class/ata_device/dev6.10.0/gscr
>> /sys/class/ata_device/dev6.11.0/gscr
>> /sys/class/ata_device/dev6.12.0/gscr
>> /sys/class/ata_device/dev6.13.0/gscr
>> /sys/class/ata_device/dev6.14.0/gscr
>> /sys/class/ata_device/dev6.2.0/gscr
>> /sys/class/ata_device/dev6.3.0/gscr
>> /sys/class/ata_device/dev6.4.0/gscr
>> /sys/class/ata_device/dev6.5.0/gscr
>> /sys/class/ata_device/dev6.6.0/gscr
>> /sys/class/ata_device/dev6.7.0/gscr
>> /sys/class/ata_device/dev6.8.0/gscr
>> /sys/class/ata_device/dev6.9.0/gscr
>> /sys/class/ata_device/dev7.0.0/gscr
>> /sys/class/ata_device/dev7.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev7.1.0/gscr
>> /sys/class/ata_device/dev7.10.0/gscr
>> /sys/class/ata_device/dev7.11.0/gscr
>> /sys/class/ata_device/dev7.12.0/gscr
>> /sys/class/ata_device/dev7.13.0/gscr
>> /sys/class/ata_device/dev7.14.0/gscr
>> /sys/class/ata_device/dev7.2.0/gscr
>> /sys/class/ata_device/dev7.3.0/gscr
>> /sys/class/ata_device/dev7.4.0/gscr
>> /sys/class/ata_device/dev7.5.0/gscr
>> /sys/class/ata_device/dev7.6.0/gscr
>> /sys/class/ata_device/dev7.7.0/gscr
>> /sys/class/ata_device/dev7.8.0/gscr
>> /sys/class/ata_device/dev7.9.0/gscr
>> /sys/class/ata_device/dev8.0.0/gscr
>> /sys/class/ata_device/dev8.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev8.1.0/gscr
>> /sys/class/ata_device/dev8.10.0/gscr
>> /sys/class/ata_device/dev8.11.0/gscr
>> /sys/class/ata_device/dev8.12.0/gscr
>> /sys/class/ata_device/dev8.13.0/gscr
>> /sys/class/ata_device/dev8.14.0/gscr
>> /sys/class/ata_device/dev8.2.0/gscr
>> /sys/class/ata_device/dev8.3.0/gscr
>> /sys/class/ata_device/dev8.4.0/gscr
>> /sys/class/ata_device/dev8.5.0/gscr
>> /sys/class/ata_device/dev8.6.0/gscr
>> /sys/class/ata_device/dev8.7.0/gscr
>> /sys/class/ata_device/dev8.8.0/gscr
>> /sys/class/ata_device/dev8.9.0/gscr
>> /sys/class/ata_device/dev9.0.0/gscr
>> /sys/class/ata_device/dev9.0/gscr
>> 37261095 00001706 00000006 0000003f
>> 00000000 20202020 20202020 20202020
>> 46393951 3557364c 80000000 332e0004
>> 44204141 53542020 32303333 30413632
>> 20202020 20202020 20202020 20202020
>> 20202020 20202020 20202020 80102020
>> 2f000000 02004000 00070200 00103fff
>> fc10003f 001000fb 0fffffff 00070000
>> 00000001 0400ffff 00000078 00000000
>> 00000000 00000000 00000000 00000000
>> 000000fe 7d01346b 34694023 40233c01
>> 0000203f fefe0000 604bfffe 0000d000
>> 00000000 00000000 2542eab0 00000000
>> 00000000 00004000 00000000 00000000
>> 00000000 00000000 01000000 00060000
>> 00000004 00000000 00000000 00000000
>> 00000009 eab02542 20202542 02b60002
>> 008a0000 3c0a3c06 07c60000 08000100
>> 30000f14 00800002 00000000 020200a0
>> 04040000 00000000 00000000 000b1200
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 46a50000
>> /sys/class/ata_device/dev9.1.0/gscr
>> /sys/class/ata_device/dev9.10.0/gscr
>> /sys/class/ata_device/dev9.11.0/gscr
>> /sys/class/ata_device/dev9.12.0/gscr
>> /sys/class/ata_device/dev9.13.0/gscr
>> /sys/class/ata_device/dev9.14.0/gscr
>> /sys/class/ata_device/dev9.2.0/gscr
>> /sys/class/ata_device/dev9.3.0/gscr
>> /sys/class/ata_device/dev9.4.0/gscr
>> /sys/class/ata_device/dev9.5.0/gscr
>> /sys/class/ata_device/dev9.6.0/gscr
>> /sys/class/ata_device/dev9.7.0/gscr
>> /sys/class/ata_device/dev9.8.0/gscr
>> /sys/class/ata_device/dev9.9.0/gscr
>> ------
>>
>> (2012/03/27 21:26), ANEZAKI, Akira wrote:
>>> Hello Gwendal,
>>>
>>> Thank you for your kindness help.
>>>
>>> (2012/03/27 20:17), Gwendal Grignou wrote:
>>>> Regarding the machine with 30 disks: It seems the errors follow the
>>>> disk enclosures.
>>>>
>>>> Can you send me the output of:
>>>>
>>>> for i in /sys/class/ata_device/*/gscr ; do echo $i ; cat $i ; done >
>>>> /tmp/gscr.dump
>>>
>>> I have attached later the output.
>>>
>>>> Regarding the machine with 10 disks, I see that all the drives have
>>>> been found; I don't see any other error from the /var/log/messages
>>>> snippet that could explain md not finding the volumes.
>>>
>>> Oops! I'm sorry. It has another 1 HDD to be used for dump. So, the
>>> machine has 11 disks. I think you have already noticed from that RAID5
>>> disk starts from /dev/sdd.
>>>
>>> I'll send them later. But the log is more than 1000 lines. It is almost
>>> maximum limitation of this mailing list.
>>>
>>> Do you need after these lines? These are about 600 lines.
>>>> [    1.425771] ata3: SATA link down (SStatus 0 SControl 300)
>>>> [    1.512378] input: PS2++ Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input3
>>>> [    1.565064] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>>>> [    1.565168] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>>>> [    1.576064] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>>>> [    1.580317] ata4.00: ATA-7: Maxtor 7V250F0, VA111630, max UDMA/133
>>>> [    1.580321] ata4.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 0/32)
>>>> [    1.581021] usb 4-1: new low-speed USB device number 2 using uhci_hcd
>>>> [    1.587163] ata4.00: configured for UDMA/133
>>>> [    1.608220] ata2.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
>>>> [    1.608223] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
>>>> [    1.616082] ata1.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
>>>> [    1.616086] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
>>>> [    1.662033] Refined TSC clocksource calibration: 2402.378 MHz.
>>>> [    1.662038] Switching to clocksource tsc
>>>> [    1.683190] ata2.00: configured for UDMA/133
>>>> [    1.691047] ata1.00: configured for UDMA/133
>>>> [    1.691200] scsi 0:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
>>>> [    1.691402] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
>>>> [    1.691414] sd 0:0:0:0: Attached scsi generic sg0 type 0
>>>> [    1.691473] sd 0:0:0:0: [sda] Write Protect is off
>>>> [    1.691477] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>>>> [    1.691511] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>>>> [    1.691657] scsi 1:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
>>>> [    1.691878] sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
>>>> [    1.691889] sd 1:0:0:0: Attached scsi generic sg1 type 0
>>>> [    1.691988] sd 1:0:0:0: [sdb] Write Protect is off
>>>> [    1.691992] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
>>>> [    1.692032] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>>>> [    1.692091] scsi 3:0:0:0: Direct-Access     ATA      Maxtor 7V250F0   VA11 PQ: 0 ANSI: 5
>>>> [    1.692268] sd 3:0:0:0: [sdc] 490234752 512-byte logical blocks: (251 GB/233 GiB)
>>>> [    1.692310] sd 3:0:0:0: Attached scsi generic sg2 type 0
>>>> [    1.692360] sd 3:0:0:0: [sdc] Write Protect is off
>>>> [    1.692364] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
>>>> [    1.692393] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>>>> [    1.715627]  sdc: sdc1
>>>> [    1.715885] sd 3:0:0:0: [sdc] Attached SCSI disk
>>>> [    1.722872]  sdb: sdb1 sdb2 sdb3
>>>> [    1.723190] sd 1:0:0:0: [sdb] Attached SCSI disk
>>>> [    1.730721]  sda: sda1 sda2 sda3
>>>> [    1.730990] sd 0:0:0:0: [sda] Attached SCSI disk
>>>> [    1.731061] Freeing unused kernel memory: 644k freed
>>>    :
>>>
>>> Best Regards,
>>> Akira
>>>
>>> --- gscr.dump ---
>>> /sys/class/ata_device/dev1.0/gscr
>>> /sys/class/ata_device/dev1.1/gscr
>>> /sys/class/ata_device/dev10.0.0/gscr
>>> /sys/class/ata_device/dev10.0/gscr
>>> 37261095 00001706 00000006 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000001 0400ffff 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> /sys/class/ata_device/dev10.1.0/gscr
>>> /sys/class/ata_device/dev10.10.0/gscr
>>> /sys/class/ata_device/dev10.11.0/gscr
>>> /sys/class/ata_device/dev10.12.0/gscr
>>> /sys/class/ata_device/dev10.13.0/gscr
>>> /sys/class/ata_device/dev10.14.0/gscr
>>> /sys/class/ata_device/dev10.2.0/gscr
>>> /sys/class/ata_device/dev10.3.0/gscr
>>> /sys/class/ata_device/dev10.4.0/gscr
>>> /sys/class/ata_device/dev10.5.0/gscr
>>> /sys/class/ata_device/dev10.6.0/gscr
>>> /sys/class/ata_device/dev10.7.0/gscr
>>> /sys/class/ata_device/dev10.8.0/gscr
>>> /sys/class/ata_device/dev10.9.0/gscr
>>> /sys/class/ata_device/dev2.0/gscr
>>> /sys/class/ata_device/dev2.1/gscr
>>> /sys/class/ata_device/dev3.0/gscr
>>> /sys/class/ata_device/dev4.0/gscr
>>> /sys/class/ata_device/dev5.0.0/gscr
>>> /sys/class/ata_device/dev5.0/gscr
>>> 37261095 00001706 00000006 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000001 0400ffff 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> /sys/class/ata_device/dev5.1.0/gscr
>>> /sys/class/ata_device/dev5.10.0/gscr
>>> /sys/class/ata_device/dev5.11.0/gscr
>>> /sys/class/ata_device/dev5.12.0/gscr
>>> /sys/class/ata_device/dev5.13.0/gscr
>>> /sys/class/ata_device/dev5.14.0/gscr
>>> /sys/class/ata_device/dev5.2.0/gscr
>>> /sys/class/ata_device/dev5.3.0/gscr
>>> /sys/class/ata_device/dev5.4.0/gscr
>>> /sys/class/ata_device/dev5.5.0/gscr
>>> /sys/class/ata_device/dev5.6.0/gscr
>>> /sys/class/ata_device/dev5.7.0/gscr
>>> /sys/class/ata_device/dev5.8.0/gscr
>>> /sys/class/ata_device/dev5.9.0/gscr
>>> /sys/class/ata_device/dev6.0.0/gscr
>>> /sys/class/ata_device/dev6.0/gscr
>>> 37261095 00001706 00000006 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000001 0400ffff 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> /sys/class/ata_device/dev6.1.0/gscr
>>> /sys/class/ata_device/dev6.10.0/gscr
>>> /sys/class/ata_device/dev6.11.0/gscr
>>> /sys/class/ata_device/dev6.12.0/gscr
>>> /sys/class/ata_device/dev6.13.0/gscr
>>> /sys/class/ata_device/dev6.14.0/gscr
>>> /sys/class/ata_device/dev6.2.0/gscr
>>> /sys/class/ata_device/dev6.3.0/gscr
>>> /sys/class/ata_device/dev6.4.0/gscr
>>> /sys/class/ata_device/dev6.5.0/gscr
>>> /sys/class/ata_device/dev6.6.0/gscr
>>> /sys/class/ata_device/dev6.7.0/gscr
>>> /sys/class/ata_device/dev6.8.0/gscr
>>> /sys/class/ata_device/dev6.9.0/gscr
>>> /sys/class/ata_device/dev7.0.0/gscr
>>> /sys/class/ata_device/dev7.0/gscr
>>> 37261095 00001706 00000006 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000001 0400ffff 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> /sys/class/ata_device/dev7.1.0/gscr
>>> /sys/class/ata_device/dev7.10.0/gscr
>>> /sys/class/ata_device/dev7.11.0/gscr
>>> /sys/class/ata_device/dev7.12.0/gscr
>>> /sys/class/ata_device/dev7.13.0/gscr
>>> /sys/class/ata_device/dev7.14.0/gscr
>>> /sys/class/ata_device/dev7.2.0/gscr
>>> /sys/class/ata_device/dev7.3.0/gscr
>>> /sys/class/ata_device/dev7.4.0/gscr
>>> /sys/class/ata_device/dev7.5.0/gscr
>>> /sys/class/ata_device/dev7.6.0/gscr
>>> /sys/class/ata_device/dev7.7.0/gscr
>>> /sys/class/ata_device/dev7.8.0/gscr
>>> /sys/class/ata_device/dev7.9.0/gscr
>>> /sys/class/ata_device/dev8.0.0/gscr
>>> /sys/class/ata_device/dev8.0/gscr
>>> 37261095 00001706 00000006 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000001 0400ffff 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> /sys/class/ata_device/dev8.1.0/gscr
>>> /sys/class/ata_device/dev8.10.0/gscr
>>> /sys/class/ata_device/dev8.11.0/gscr
>>> /sys/class/ata_device/dev8.12.0/gscr
>>> /sys/class/ata_device/dev8.13.0/gscr
>>> /sys/class/ata_device/dev8.14.0/gscr
>>> /sys/class/ata_device/dev8.2.0/gscr
>>> /sys/class/ata_device/dev8.3.0/gscr
>>> /sys/class/ata_device/dev8.4.0/gscr
>>> /sys/class/ata_device/dev8.5.0/gscr
>>> /sys/class/ata_device/dev8.6.0/gscr
>>> /sys/class/ata_device/dev8.7.0/gscr
>>> /sys/class/ata_device/dev8.8.0/gscr
>>> /sys/class/ata_device/dev8.9.0/gscr
>>> /sys/class/ata_device/dev9.0.0/gscr
>>> /sys/class/ata_device/dev9.0/gscr
>>> 37261095 00001706 00000006 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000001 0400ffff 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> /sys/class/ata_device/dev9.1.0/gscr
>>> /sys/class/ata_device/dev9.10.0/gscr
>>> /sys/class/ata_device/dev9.11.0/gscr
>>> /sys/class/ata_device/dev9.12.0/gscr
>>> /sys/class/ata_device/dev9.13.0/gscr
>>> /sys/class/ata_device/dev9.14.0/gscr
>>> /sys/class/ata_device/dev9.2.0/gscr
>>> /sys/class/ata_device/dev9.3.0/gscr
>>> /sys/class/ata_device/dev9.4.0/gscr
>>> /sys/class/ata_device/dev9.5.0/gscr
>>> /sys/class/ata_device/dev9.6.0/gscr
>>> /sys/class/ata_device/dev9.7.0/gscr
>>> /sys/class/ata_device/dev9.8.0/gscr
>>> /sys/class/ata_device/dev9.9.0/gscr
>>> ------
>>
> 

--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 28, 2012, 5:22 a.m. UTC | #27
Hello Gwendal,

(2012/03/27 20:17), Gwendal Grignou wrote:
> Regarding the machine with 10 disks, I see that all the drives have
> been found; I don't see any other error from the /var/log/messages
> snippet that could explain md not finding the volumes.

I have attached 11 disks log. (I'm sorry for my mistake!) RAID1 is
assembled only with 1  partition. The RAID1s are md1 and md2.

Best Regards,
Akira

--- 3.2.10 2pmp power cycle error on raid ---
> [    0.000000] Initializing cgroup subsys cpuset
> [    0.000000] Initializing cgroup subsys cpu
> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
> [    0.000000] BIOS-provided physical RAM map:
> [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009b800 (usable)
> [    0.000000]  BIOS-e820: 000000000009b800 - 00000000000a0000 (reserved)
> [    0.000000]  BIOS-e820: 00000000000e3000 - 0000000000100000 (reserved)
> [    0.000000]  BIOS-e820: 0000000000100000 - 00000000bffb0000 (usable)
> [    0.000000]  BIOS-e820: 00000000bffb0000 - 00000000bffbe000 (ACPI data)
> [    0.000000]  BIOS-e820: 00000000bffbe000 - 00000000bfff0000 (ACPI NVS)
> [    0.000000]  BIOS-e820: 00000000bfff0000 - 00000000c0000000 (reserved)
> [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
> [    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
> [    0.000000] NX (Execute Disable) protection: active
> [    0.000000] DMI present.
> [    0.000000] DMI: MICRO-STAR INTERNATIONAL CO.,LTD MS-7360/MS-7360, BIOS V1.AB2 05/28/2007
> [    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
> [    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
> [    0.000000] last_pfn = 0xbffb0 max_arch_pfn = 0x1000000
> [    0.000000] MTRR default type: uncachable
> [    0.000000] MTRR fixed ranges enabled:
> [    0.000000]   00000-9FFFF write-back
> [    0.000000]   A0000-BFFFF uncachable
> [    0.000000]   C0000-CFFFF write-protect
> [    0.000000]   D0000-DFFFF uncachable
> [    0.000000]   E0000-EFFFF write-through
> [    0.000000]   F0000-FFFFF write-protect
> [    0.000000] MTRR variable ranges enabled:
> [    0.000000]   0 base 000000000 mask F80000000 write-back
> [    0.000000]   1 base 080000000 mask FC0000000 write-back
> [    0.000000]   2 disabled
> [    0.000000]   3 disabled
> [    0.000000]   4 disabled
> [    0.000000]   5 disabled
> [    0.000000]   6 disabled
> [    0.000000]   7 disabled
> [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
> [    0.000000] found SMP MP-table at [c00ff780] ff780
> [    0.000000] initial memory mapped : 0 - 01200000
> [    0.000000] Base memory trampoline at [c0097000] 97000 size 16384
> [    0.000000] init_memory_mapping: 0000000000000000-00000000375fe000
> [    0.000000]  0000000000 - 0000200000 page 4k
> [    0.000000]  0000200000 - 0037400000 page 2M
> [    0.000000]  0037400000 - 00375fe000 page 4k
> [    0.000000] kernel direct mapping tables up to 375fe000 @ 11f8000-1200000
> [    0.000000] RAMDISK: 37081000 - 37ff0000
> [    0.000000] Allocated new RAMDISK: 36112000 - 37080e5b
> [    0.000000] Move RAMDISK from 0000000037081000 - 0000000037fefe5a to 36112000 - 37080e5a
> [    0.000000] ACPI: RSDP 000f95c0 00014 (v00 ACPIAM)
> [    0.000000] ACPI: RSDT bffb0000 00044 (v01 Mouse  Computer 20070528 MSFT 00000097)
> [    0.000000] ACPI: FACP bffb0200 00084 (v01 052807 FACP1414 20070528 MSFT 00000097)
> [    0.000000] ACPI: DSDT bffb05c0 05564 (v01  0AAAA 0AAAA000 00000000 INTL 20051117)
> [    0.000000] ACPI: FACS bffbe000 00040
> [    0.000000] ACPI: APIC bffb0390 0006C (v01 052807 APIC1414 20070528 MSFT 00000097)
> [    0.000000] ACPI: MCFG bffb0400 0003C (v01 052807 OEMMCFG  20070528 MSFT 00000097)
> [    0.000000] ACPI: SLIC bffb0440 00176 (v01 Mouse  Computer 20070528 MSFT 00000097)
> [    0.000000] ACPI: SLIC bffb0440 00176 (v01 Mouse  Computer 20070528 MSFT 00000097)
> [    0.000000] ACPI: OEMB bffbe040 00071 (v01 052807 OEMB1414 20070528 MSFT 00000097)
> [    0.000000] ACPI: GSCI bffbe0c0 02024 (v01 052807 GMCHSCI  20070528 MSFT 00000097)
> [    0.000000] ACPI: SSDT bffc1330 0082F (v01 DpgPmm    CpuPm 00000012 INTL 20051117)
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] 2185MB HIGHMEM available.
> [    0.000000] 885MB LOWMEM available.
> [    0.000000]   mapped low ram: 0 - 375fe000
> [    0.000000]   low ram: 0 - 375fe000
> [    0.000000] Zone PFN ranges:
> [    0.000000]   DMA      0x00000010 -> 0x00001000
> [    0.000000]   Normal   0x00001000 -> 0x000375fe
> [    0.000000]   HighMem  0x000375fe -> 0x000bffb0
> [    0.000000] Movable zone start PFN for each node
> [    0.000000] early_node_map[2] active PFN ranges
> [    0.000000]     0: 0x00000010 -> 0x0000009b
> [    0.000000]     0: 0x00000100 -> 0x000bffb0
> [    0.000000] On node 0 totalpages: 786235
> [    0.000000] free_area_init_node: node 0, pgdat c0bb3bc0, node_mem_map f4912200
> [    0.000000]   DMA zone: 32 pages used for memmap
> [    0.000000]   DMA zone: 0 pages reserved
> [    0.000000]   DMA zone: 3947 pages, LIFO batch:0
> [    0.000000]   Normal zone: 1740 pages used for memmap
> [    0.000000]   Normal zone: 220978 pages, LIFO batch:31
> [    0.000000]   HighMem zone: 4372 pages used for memmap
> [    0.000000]   HighMem zone: 555166 pages, LIFO batch:31
> [    0.000000] Using APIC driver default
> [    0.000000] ACPI: PM-Timer IO Port: 0x808
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
> [    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
> [    0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
> [    0.000000] ACPI: IRQ0 used by override.
> [    0.000000] ACPI: IRQ2 used by override.
> [    0.000000] ACPI: IRQ9 used by override.
> [    0.000000] Using ACPI (MADT) for SMP configuration information
> [    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
> [    0.000000] nr_irqs_gsi: 40
> [    0.000000] PM: Registered nosave memory: 000000000009b000 - 000000000009c000
> [    0.000000] PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
> [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e3000
> [    0.000000] PM: Registered nosave memory: 00000000000e3000 - 0000000000100000
> [    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3ee00000)
> [    0.000000] Booting paravirtualized kernel on bare hardware
> [    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
> [    0.000000] PERCPU: Embedded 14 pages/cpu @f7200000 s34240 r0 d23104 u524288
> [    0.000000] pcpu-alloc: s34240 r0 d23104 u524288 alloc=1*2097152
> [    0.000000] pcpu-alloc: [0] 0 1 2 3 
> [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 780091
> [    0.000000] Kernel command line: ro root=UUID=773cb4b3-4bb0-4705-b494-08cb9c2b5d73 LANG=ja_JP.UTF-8 KEYBOARDTYPE=pc KEYTABLE=jp106 rhgb quiet nomodeset
> [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
> [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
> [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
> [    0.000000] Initializing CPU#0
> [    0.000000] allocated 12581376 bytes of page_cgroup
> [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
> [    0.000000] Initializing HighMem for node 0 (000375fe:000bffb0)
> [    0.000000] Memory: 3081612k/3145408k available (5404k kernel code, 63328k reserved, 2569k data, 644k init, 2238152k highmem)
> [    0.000000] virtual kernel memory layout:
> [    0.000000]     fixmap  : 0xffa95000 - 0xfffff000   (5544 kB)
> [    0.000000]     pkmap   : 0xff600000 - 0xff800000   (2048 kB)
> [    0.000000]     vmalloc : 0xf7dfe000 - 0xff5fe000   ( 120 MB)
> [    0.000000]     lowmem  : 0xc0000000 - 0xf75fe000   ( 885 MB)
> [    0.000000]       .init : 0xc0bca000 - 0xc0c6b000   ( 644 kB)
> [    0.000000]       .data : 0xc094723f - 0xc0bc9980   (2569 kB)
> [    0.000000]       .text : 0xc0400000 - 0xc094723f   (5404 kB)
> [    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
> [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
> [    0.000000] Hierarchical RCU implementation.
> [    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
> [    0.000000] NR_IRQS:2304 nr_irqs:712 16
> [    0.000000] CPU 0 irqstacks, hard=f380a000 soft=f380c000
> [    0.000000] Console: colour VGA+ 80x25
> [    0.000000] console [tty0] enabled
> [    0.000000] Fast TSC calibration using PIT
> [    0.000000] Detected 2402.216 MHz processor.
> [    0.001001] Calibrating delay loop (skipped), value calculated using timer frequency.. 4804.43 BogoMIPS (lpj=2402216)
> [    0.001005] pid_max: default: 32768 minimum: 301
> [    0.001024] Security Framework initialized
> [    0.001032] SELinux:  Initializing.
> [    0.001039] SELinux:  Starting in permissive mode
> [    0.001086] Mount-cache hash table entries: 512
> [    0.002117] Initializing cgroup subsys cpuacct
> [    0.002122] Initializing cgroup subsys memory
> [    0.002129] Initializing cgroup subsys devices
> [    0.002131] Initializing cgroup subsys freezer
> [    0.002133] Initializing cgroup subsys net_cls
> [    0.002135] Initializing cgroup subsys blkio
> [    0.002139] Initializing cgroup subsys perf_event
> [    0.002162] CPU: Physical Processor ID: 0
> [    0.002163] CPU: Processor Core ID: 0
> [    0.002166] mce: CPU supports 6 MCE banks
> [    0.002173] CPU0: Thermal monitoring enabled (TM2)
> [    0.002175] using mwait in idle threads.
> [    0.003140] ACPI: Core revision 20110623
> [    0.006009] ftrace: allocating 22484 entries in 45 pages
> [    0.007043] Enabling APIC mode:  Flat.  Using 1 I/O APICs
> [    0.007393] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> [    0.018127] CPU0: Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz stepping 0b
> [    0.018998] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
> [    0.018998] PEBS disabled due to CPU errata.
> [    0.018998] ... version:                2
> [    0.018998] ... bit width:              40
> [    0.018998] ... generic registers:      2
> [    0.018998] ... value mask:             000000ffffffffff
> [    0.018998] ... max period:             000000007fffffff
> [    0.018998] ... fixed-purpose events:   3
> [    0.018998] ... event mask:             0000000700000003
> [    0.018998] NMI watchdog enabled, takes one hw-pmu counter.
> [    0.018998] CPU 1 irqstacks, hard=f3902000 soft=f3904000
> [    0.018998] Booting Node   0, Processors  #1
> [    0.018998] smpboot cpu 1: start_ip = 97000
> [    0.001999] Initializing CPU#1
> [    0.090019] NMI watchdog enabled, takes one hw-pmu counter.
> [    0.090116] CPU 2 irqstacks, hard=f3930000 soft=f3932000
> [    0.090118]  #2
> [    0.090119] smpboot cpu 2: start_ip = 97000
> [    0.001999] Initializing CPU#2
> [    0.162002] NMI watchdog enabled, takes one hw-pmu counter.
> [    0.162084] CPU 3 irqstacks, hard=f393e000 soft=f3948000
> [    0.162086]  #3 Ok.
> [    0.162088] smpboot cpu 3: start_ip = 97000
> [    0.001999] Initializing CPU#3
> [    0.233992] NMI watchdog enabled, takes one hw-pmu counter.
> [    0.234017] Brought up 4 CPUs
> [    0.234020] Total of 4 processors activated (19216.12 BogoMIPS).
> [    0.235093] devtmpfs: initialized
> [    0.235212] PM: Registering ACPI NVS region at bffbe000 (204800 bytes)
> [    0.236839] atomic64 test passed for i586+ platform with CX8 and with SSE
> [    0.236864] RTC time: 19:04:40, date: 03/26/12
> [    0.236897] NET: Registered protocol family 16
> [    0.237074] ACPI: bus type pci registered
> [    0.237134] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
> [    0.237137] PCI: not using MMCONFIG
> [    0.237236] PCI : PCI BIOS aera is rw and x. Use pci=nobios if you want it NX.
> [    0.237293] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=7
> [    0.237295] PCI: Using configuration type 1 for base access
> [    0.238395] bio: create slab <bio-0> at 0
> [    0.238395] ACPI: Added _OSI(Module Device)
> [    0.238395] ACPI: Added _OSI(Processor Device)
> [    0.238395] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    0.238395] ACPI: Added _OSI(Processor Aggregator Device)
> [    0.239495] ACPI: EC: Detected MSI hardware, enabling workarounds.
> [    0.239500] ACPI: EC: Look up EC in DSDT
> [    0.240590] ACPI: Executed 1 blocks of module-level executable AML code
> [    0.243103] ACPI: SSDT bffc00f0 00277 (v01 DpgPmm  P001Ist 00000011 INTL 20051117)
> [    0.243325] ACPI: Dynamic OEM Table Load:
> [    0.243328] ACPI: SSDT   (null) 00277 (v01 DpgPmm  P001Ist 00000011 INTL 20051117)
> [    0.243565] ACPI: SSDT bffc0580 00277 (v01 DpgPmm  P002Ist 00000012 INTL 20051117)
> [    0.243786] ACPI: Dynamic OEM Table Load:
> [    0.243789] ACPI: SSDT   (null) 00277 (v01 DpgPmm  P002Ist 00000012 INTL 20051117)
> [    0.244029] ACPI: SSDT bffc0a10 00277 (v01 DpgPmm  P003Ist 00000012 INTL 20051117)
> [    0.244253] ACPI: Dynamic OEM Table Load:
> [    0.244255] ACPI: SSDT   (null) 00277 (v01 DpgPmm  P003Ist 00000012 INTL 20051117)
> [    0.244489] ACPI: SSDT bffc0ea0 00277 (v01 DpgPmm  P004Ist 00000012 INTL 20051117)
> [    0.244715] ACPI: Dynamic OEM Table Load:
> [    0.244718] ACPI: SSDT   (null) 00277 (v01 DpgPmm  P004Ist 00000012 INTL 20051117)
> [    0.244937] ACPI: Interpreter enabled
> [    0.244956] ACPI: (supports S0 S3 S4 S5)
> [    0.244978] ACPI: Using IOAPIC for interrupt routing
> [    0.244997] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
> [    0.246009] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
> [    0.246011] PCI: Using MMCONFIG for extended config space
> [    0.251297] ACPI: No dock devices found.
> [    0.251299] HEST: Table not found.
> [    0.251304] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
> [    0.251465] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
> [    0.251630] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7] (ignored)
> [    0.251633] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff] (ignored)
> [    0.251635] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
> [    0.251638] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
> [    0.251640] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff] (ignored)
> [    0.251642] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xffffffff] (ignored)
> [    0.251652] pci 0000:00:00.0: [8086:29c0] type 0 class 0x000600
> [    0.251693] pci 0000:00:01.0: [8086:29c1] type 1 class 0x000604
> [    0.251732] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
> [    0.251735] pci 0000:00:01.0: PME# disabled
> [    0.251770] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
> [    0.251810] pci 0000:00:1a.0: reg 20: [io  0x9c00-0x9c1f]
> [    0.251857] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
> [    0.251897] pci 0000:00:1a.1: reg 20: [io  0x9880-0x989f]
> [    0.251953] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
> [    0.251977] pci 0000:00:1a.7: reg 10: [mem 0xf9fffc00-0xf9ffffff]
> [    0.252061] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
> [    0.252066] pci 0000:00:1a.7: PME# disabled
> [    0.252088] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
> [    0.252102] pci 0000:00:1b.0: reg 10: [mem 0xf9ff8000-0xf9ffbfff 64bit]
> [    0.252164] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
> [    0.252168] pci 0000:00:1b.0: PME# disabled
> [    0.252186] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
> [    0.252250] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
> [    0.252254] pci 0000:00:1c.0: PME# disabled
> [    0.252273] pci 0000:00:1c.1: [8086:2942] type 1 class 0x000604
> [    0.252337] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
> [    0.252341] pci 0000:00:1c.1: PME# disabled
> [    0.252360] pci 0000:00:1c.2: [8086:2944] type 1 class 0x000604
> [    0.252424] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
> [    0.252428] pci 0000:00:1c.2: PME# disabled
> [    0.252448] pci 0000:00:1c.4: [8086:2948] type 1 class 0x000604
> [    0.252512] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
> [    0.252515] pci 0000:00:1c.4: PME# disabled
> [    0.252535] pci 0000:00:1c.5: [8086:294a] type 1 class 0x000604
> [    0.252599] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
> [    0.252602] pci 0000:00:1c.5: PME# disabled
> [    0.252623] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
> [    0.252663] pci 0000:00:1d.0: reg 20: [io  0x9800-0x981f]
> [    0.252710] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
> [    0.252750] pci 0000:00:1d.1: reg 20: [io  0x9480-0x949f]
> [    0.252798] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
> [    0.252838] pci 0000:00:1d.2: reg 20: [io  0x9400-0x941f]
> [    0.252885] pci 0000:00:1d.3: [8086:2939] type 0 class 0x000c03
> [    0.252924] pci 0000:00:1d.3: reg 20: [io  0x9080-0x909f]
> [    0.252983] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
> [    0.253003] pci 0000:00:1d.7: reg 10: [mem 0xf9fff800-0xf9fffbff]
> [    0.253087] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
> [    0.253091] pci 0000:00:1d.7: PME# disabled
> [    0.253109] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
> [    0.253166] pci 0000:00:1f.0: [8086:2918] type 0 class 0x000601
> [    0.253242] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0a00 (mask 00ff)
> [    0.253287] pci 0000:00:1f.2: [8086:2921] type 0 class 0x000101
> [    0.253301] pci 0000:00:1f.2: reg 10: [io  0x9000-0x9007]
> [    0.253309] pci 0000:00:1f.2: reg 14: [io  0x8c00-0x8c03]
> [    0.253316] pci 0000:00:1f.2: reg 18: [io  0x8880-0x8887]
> [    0.253323] pci 0000:00:1f.2: reg 1c: [io  0x8800-0x8803]
> [    0.253331] pci 0000:00:1f.2: reg 20: [io  0x8480-0x848f]
> [    0.253338] pci 0000:00:1f.2: reg 24: [io  0x8400-0x840f]
> [    0.253381] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
> [    0.253395] pci 0000:00:1f.3: reg 10: [mem 0xf9fff400-0xf9fff4ff 64bit]
> [    0.253414] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
> [    0.253445] pci 0000:00:1f.5: [8086:2926] type 0 class 0x000101
> [    0.253459] pci 0000:00:1f.5: reg 10: [io  0x8000-0x8007]
> [    0.253466] pci 0000:00:1f.5: reg 14: [io  0x7c00-0x7c03]
> [    0.253474] pci 0000:00:1f.5: reg 18: [io  0x7880-0x7887]
> [    0.253481] pci 0000:00:1f.5: reg 1c: [io  0x7800-0x7803]
> [    0.253489] pci 0000:00:1f.5: reg 20: [io  0x7480-0x748f]
> [    0.253496] pci 0000:00:1f.5: reg 24: [io  0x7400-0x740f]
> [    0.253568] pci 0000:01:00.0: [10de:0615] type 0 class 0x000300
> [    0.253578] pci 0000:01:00.0: reg 10: [mem 0xfd000000-0xfdffffff]
> [    0.253589] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
> [    0.253599] pci 0000:01:00.0: reg 1c: [mem 0xfa000000-0xfbffffff 64bit]
> [    0.253606] pci 0000:01:00.0: reg 24: [io  0xac00-0xac7f]
> [    0.253614] pci 0000:01:00.0: reg 30: [mem 0xfe7e0000-0xfe7fffff pref]
> [    0.253665] pci 0000:00:01.0: PCI bridge to [bus 01-01]
> [    0.253668] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
> [    0.253671] pci 0000:00:01.0:   bridge window [mem 0xfa000000-0xfe7fffff]
> [    0.253675] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
> [    0.253711] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
> [    0.253774] pci 0000:03:00.0: [1095:3132] type 0 class 0x000180
> [    0.253800] pci 0000:03:00.0: reg 10: [mem 0xfe8ffc00-0xfe8ffc7f 64bit]
> [    0.253820] pci 0000:03:00.0: reg 18: [mem 0xfe8f8000-0xfe8fbfff 64bit]
> [    0.253834] pci 0000:03:00.0: reg 20: [io  0xbc00-0xbc7f]
> [    0.253859] pci 0000:03:00.0: reg 30: [mem 0xfe800000-0xfe87ffff pref]
> [    0.253923] pci 0000:03:00.0: supports D1 D2
> [    0.253944] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
> [    0.253949] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
> [    0.253952] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
> [    0.253956] pci 0000:00:1c.1:   bridge window [mem 0xfe800000-0xfe8fffff]
> [    0.254021] pci 0000:04:00.0: [1095:3132] type 0 class 0x000180
> [    0.254047] pci 0000:04:00.0: reg 10: [mem 0xfe9ffc00-0xfe9ffc7f 64bit]
> [    0.254067] pci 0000:04:00.0: reg 18: [mem 0xfe9f8000-0xfe9fbfff 64bit]
> [    0.254081] pci 0000:04:00.0: reg 20: [io  0xcc00-0xcc7f]
> [    0.254106] pci 0000:04:00.0: reg 30: [mem 0xfe900000-0xfe97ffff pref]
> [    0.254170] pci 0000:04:00.0: supports D1 D2
> [    0.254190] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
> [    0.254195] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
> [    0.254198] pci 0000:00:1c.2:   bridge window [io  0xc000-0xcfff]
> [    0.254202] pci 0000:00:1c.2:   bridge window [mem 0xfe900000-0xfe9fffff]
> [    0.254258] pci 0000:05:00.0: [11ab:6121] type 0 class 0x000101
> [    0.254274] pci 0000:05:00.0: reg 10: [io  0xdc00-0xdc07]
> [    0.254285] pci 0000:05:00.0: reg 14: [io  0xd880-0xd883]
> [    0.254296] pci 0000:05:00.0: reg 18: [io  0xd800-0xd807]
> [    0.254308] pci 0000:05:00.0: reg 1c: [io  0xd480-0xd483]
> [    0.254319] pci 0000:05:00.0: reg 20: [io  0xd400-0xd40f]
> [    0.254330] pci 0000:05:00.0: reg 24: [mem 0xfeaffc00-0xfeafffff]
> [    0.254392] pci 0000:05:00.0: supports D1
> [    0.254394] pci 0000:05:00.0: PME# supported from D0 D1 D3hot
> [    0.254398] pci 0000:05:00.0: PME# disabled
> [    0.254414] pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
> [    0.254418] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
> [    0.254422] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
> [    0.254426] pci 0000:00:1c.4:   bridge window [mem 0xfea00000-0xfeafffff]
> [    0.254487] pci 0000:06:00.0: [10ec:8168] type 0 class 0x000200
> [    0.254505] pci 0000:06:00.0: reg 10: [io  0xe800-0xe8ff]
> [    0.254535] pci 0000:06:00.0: reg 18: [mem 0xfebff000-0xfebfffff 64bit]
> [    0.254570] pci 0000:06:00.0: reg 30: [mem 0xfebc0000-0xfebdffff pref]
> [    0.254647] pci 0000:06:00.0: supports D1 D2
> [    0.254649] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
> [    0.254654] pci 0000:06:00.0: PME# disabled
> [    0.254676] pci 0000:06:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
> [    0.254680] pci 0000:00:1c.5: PCI bridge to [bus 06-06]
> [    0.254684] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
> [    0.254688] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
> [    0.254747] pci 0000:00:1e.0: PCI bridge to [bus 07-07] (subtractive decode)
> [    0.254756] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
> [    0.254759] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
> [    0.254784] pci_bus 0000:00: on NUMA node 0
> [    0.254787] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
> [    0.254932] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
> [    0.255040] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
> [    0.255081] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
> [    0.255122] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
> [    0.255165] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
> [    0.255205] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
> [    0.255334]  pci0000:00: Requesting ACPI _OSC control (0x1d)
> [    0.255490]  pci0000:00: ACPI _OSC control (0x1d) granted
> [    0.264136] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
> [    0.264180] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
> [    0.264220] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
> [    0.264262] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 14 *15)
> [    0.264304] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
> [    0.264349] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12 *14 15)
> [    0.264391] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 6 7 10 11 12 14 15)
> [    0.264433] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 7 *10 11 12 14 15)
> [    0.264512] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
> [    0.264512] vgaarb: loaded
> [    0.264512] vgaarb: bridge control possible 0000:01:00.0
> [    0.264512] SCSI subsystem initialized
> [    0.264530] libata version 3.00 loaded.
> [    0.264530] usbcore: registered new interface driver usbfs
> [    0.264530] usbcore: registered new interface driver hub
> [    0.264530] usbcore: registered new device driver usb
> [    0.264530] PCI: Using ACPI for IRQ routing
> [    0.264530] PCI: pci_cache_line_size set to 64 bytes
> [    0.264530] reserve RAM buffer: 000000000009b800 - 000000000009ffff 
> [    0.264530] reserve RAM buffer: 00000000bffb0000 - 00000000bfffffff 
> [    0.265003] NetLabel: Initializing
> [    0.265005] NetLabel:  domain hash size = 128
> [    0.265006] NetLabel:  protocols = UNLABELED CIPSOv4
> [    0.265016] NetLabel:  unlabeled traffic allowed by default
> [    0.272845] pnp: PnP ACPI init
> [    0.272860] ACPI: bus type pnp registered
> [    0.272959] pnp 00:00: [bus 00-ff]
> [    0.272961] pnp 00:00: [io  0x0cf8-0x0cff]
> [    0.272964] pnp 00:00: [io  0x0000-0x0cf7 window]
> [    0.272971] pnp 00:00: [io  0x0d00-0xffff window]
> [    0.272973] pnp 00:00: [mem 0x000a0000-0x000bffff window]
> [    0.272975] pnp 00:00: [mem 0x000d0000-0x000dffff window]
> [    0.272980] pnp 00:00: [mem 0xc0000000-0xdfffffff window]
> [    0.272982] pnp 00:00: [mem 0xf0000000-0xffffffff window]
> [    0.273030] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
> [    0.273039] pnp 00:01: [mem 0xfed14000-0xfed19fff]
> [    0.273093] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
> [    0.273096] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
> [    0.273126] pnp 00:02: [dma 4]
> [    0.273128] pnp 00:02: [io  0x0000-0x000f]
> [    0.273130] pnp 00:02: [io  0x0081-0x0083]
> [    0.273131] pnp 00:02: [io  0x0087]
> [    0.273133] pnp 00:02: [io  0x0089-0x008b]
> [    0.273135] pnp 00:02: [io  0x008f]
> [    0.273136] pnp 00:02: [io  0x00c0-0x00df]
> [    0.273161] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
> [    0.273171] pnp 00:03: [io  0x0070-0x0071]
> [    0.273181] pnp 00:03: [irq 8]
> [    0.273207] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
> [    0.273215] pnp 00:04: [io  0x0061]
> [    0.273240] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
> [    0.273248] pnp 00:05: [io  0x00f0-0x00ff]
> [    0.273252] pnp 00:05: [irq 13]
> [    0.273277] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
> [    0.273510] pnp 00:06: [io  0x03f8-0x03ff]
> [    0.273515] pnp 00:06: [irq 4]
> [    0.273517] pnp 00:06: [dma 0 disabled]
> [    0.273582] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
> [    0.273983] pnp 00:07: [io  0x0378-0x037f]
> [    0.273988] pnp 00:07: [irq 7]
> [    0.273991] pnp 00:07: [dma 0 disabled]
> [    0.274116] pnp 00:07: Plug and Play ACPI device, IDs PNP0400 (active)
> [    0.274142] pnp 00:08: [io  0x0060]
> [    0.274144] pnp 00:08: [io  0x0064]
> [    0.274149] pnp 00:08: [irq 1]
> [    0.274184] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
> [    0.274225] pnp 00:09: [irq 12]
> [    0.274258] pnp 00:09: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
> [    0.274337] pnp 00:0a: [io  0x0000-0xffffffffffffffff disabled]
> [    0.274339] pnp 00:0a: [io  0x0a00-0x0adf]
> [    0.274341] pnp 00:0a: [io  0x0ae0-0x0aef]
> [    0.274392] system 00:0a: [io  0x0a00-0x0adf] has been reserved
> [    0.274395] system 00:0a: [io  0x0ae0-0x0aef] has been reserved
> [    0.274398] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.274466] pnp 00:0b: [io  0x0010-0x001f]
> [    0.274469] pnp 00:0b: [io  0x0022-0x003f]
> [    0.274470] pnp 00:0b: [io  0x0044-0x005f]
> [    0.274472] pnp 00:0b: [io  0x0062-0x0063]
> [    0.274474] pnp 00:0b: [io  0x0065-0x006f]
> [    0.274476] pnp 00:0b: [io  0x0072-0x007f]
> [    0.274477] pnp 00:0b: [io  0x0080]
> [    0.274479] pnp 00:0b: [io  0x0084-0x0086]
> [    0.274481] pnp 00:0b: [io  0x0088]
> [    0.274485] pnp 00:0b: [io  0x008c-0x008e]
> [    0.274486] pnp 00:0b: [io  0x0090-0x009f]
> [    0.274488] pnp 00:0b: [io  0x00a2-0x00bf]
> [    0.274490] pnp 00:0b: [io  0x00e0-0x00ef]
> [    0.274492] pnp 00:0b: [io  0x04d0-0x04d1]
> [    0.274494] pnp 00:0b: [io  0x0800-0x087f]
> [    0.274496] pnp 00:0b: [io  0x0000-0xffffffffffffffff disabled]
> [    0.274498] pnp 00:0b: [io  0x0480-0x04bf]
> [    0.274500] pnp 00:0b: [mem 0xfed1c000-0xfed1ffff]
> [    0.274502] pnp 00:0b: [mem 0xfed20000-0xfed8ffff]
> [    0.274571] system 00:0b: [io  0x04d0-0x04d1] has been reserved
> [    0.274573] system 00:0b: [io  0x0800-0x087f] has been reserved
> [    0.274576] system 00:0b: [io  0x0480-0x04bf] has been reserved
> [    0.274578] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
> [    0.274581] system 00:0b: [mem 0xfed20000-0xfed8ffff] has been reserved
> [    0.274584] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.274654] pnp 00:0c: [mem 0xffb00000-0xffbfffff]
> [    0.274657] pnp 00:0c: [mem 0xfff00000-0xffffffff]
> [    0.274685] pnp 00:0c: Plug and Play ACPI device, IDs INT0800 (active)
> [    0.274724] pnp 00:0d: [mem 0xffc00000-0xffefffff]
> [    0.274774] system 00:0d: [mem 0xffc00000-0xffefffff] has been reserved
> [    0.274777] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.274850] pnp 00:0e: [mem 0xfec00000-0xfec00fff]
> [    0.274852] pnp 00:0e: [mem 0xfee00000-0xfee00fff]
> [    0.274900] system 00:0e: [mem 0xfec00000-0xfec00fff] could not be reserved
> [    0.274903] system 00:0e: [mem 0xfee00000-0xfee00fff] has been reserved
> [    0.274906] system 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.274936] pnp 00:0f: [mem 0xe0000000-0xefffffff]
> [    0.274991] system 00:0f: [mem 0xe0000000-0xefffffff] has been reserved
> [    0.274994] system 00:0f: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.275143] pnp 00:10: [mem 0x00000000-0x0009ffff]
> [    0.275145] pnp 00:10: [mem 0x000c0000-0x000cffff]
> [    0.275147] pnp 00:10: [mem 0x000e0000-0x000fffff]
> [    0.275149] pnp 00:10: [mem 0x00100000-0xbfffffff]
> [    0.275151] pnp 00:10: [mem 0x00000000-0xffffffffffffffff disabled]
> [    0.275210] system 00:10: [mem 0x00000000-0x0009ffff] could not be reserved
> [    0.275212] system 00:10: [mem 0x000c0000-0x000cffff] could not be reserved
> [    0.275215] system 00:10: [mem 0x000e0000-0x000fffff] could not be reserved
> [    0.275218] system 00:10: [mem 0x00100000-0xbfffffff] could not be reserved
> [    0.275221] system 00:10: Plug and Play ACPI device, IDs PNP0c01 (active)
> [    0.275337] pnp: PnP ACPI: found 17 devices
> [    0.275339] ACPI: ACPI bus type pnp unregistered
> [    0.312130] Switching to clocksource acpi_pm
> [    0.312164] PCI: max bus depth: 1 pci_try_num: 2
> [    0.312210] pci 0000:00:1c.5: BAR 15: assigned [mem 0xc0000000-0xc01fffff 64bit pref]
> [    0.312213] pci 0000:00:1c.4: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
> [    0.312216] pci 0000:00:1c.2: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
> [    0.312220] pci 0000:00:1c.1: BAR 15: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
> [    0.312223] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0800000-0xc09fffff]
> [    0.312226] pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0a00000-0xc0bfffff 64bit pref]
> [    0.312229] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
> [    0.312232] pci 0000:00:01.0: PCI bridge to [bus 01-01]
> [    0.312234] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
> [    0.312238] pci 0000:00:01.0:   bridge window [mem 0xfa000000-0xfe7fffff]
> [    0.312241] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
> [    0.312245] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
> [    0.312248] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
> [    0.312253] pci 0000:00:1c.0:   bridge window [mem 0xc0800000-0xc09fffff]
> [    0.312256] pci 0000:00:1c.0:   bridge window [mem 0xc0a00000-0xc0bfffff 64bit pref]
> [    0.312262] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
> [    0.312264] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
> [    0.312269] pci 0000:00:1c.1:   bridge window [mem 0xfe800000-0xfe8fffff]
> [    0.312273] pci 0000:00:1c.1:   bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
> [    0.312278] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
> [    0.312281] pci 0000:00:1c.2:   bridge window [io  0xc000-0xcfff]
> [    0.312285] pci 0000:00:1c.2:   bridge window [mem 0xfe900000-0xfe9fffff]
> [    0.312289] pci 0000:00:1c.2:   bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
> [    0.312294] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
> [    0.312297] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
> [    0.312301] pci 0000:00:1c.4:   bridge window [mem 0xfea00000-0xfeafffff]
> [    0.312305] pci 0000:00:1c.4:   bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
> [    0.312311] pci 0000:00:1c.5: PCI bridge to [bus 06-06]
> [    0.312313] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
> [    0.312318] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
> [    0.312321] pci 0000:00:1c.5:   bridge window [mem 0xc0000000-0xc01fffff 64bit pref]
> [    0.312327] pci 0000:00:1e.0: PCI bridge to [bus 07-07]
> [    0.312346] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    0.312349] pci 0000:00:01.0: setting latency timer to 64
> [    0.312354] pci 0000:00:1c.0: enabling device (0104 -> 0107)
> [    0.312361] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> [    0.312365] pci 0000:00:1c.0: setting latency timer to 64
> [    0.312370] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
> [    0.312374] pci 0000:00:1c.1: setting latency timer to 64
> [    0.312382] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> [    0.312385] pci 0000:00:1c.2: setting latency timer to 64
> [    0.312390] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> [    0.312394] pci 0000:00:1c.4: setting latency timer to 64
> [    0.312399] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
> [    0.312403] pci 0000:00:1c.5: setting latency timer to 64
> [    0.312408] pci 0000:00:1e.0: setting latency timer to 64
> [    0.312411] pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
> [    0.312414] pci_bus 0000:00: resource 1 [mem 0x00000000-0xfffffffff]
> [    0.312416] pci_bus 0000:01: resource 0 [io  0xa000-0xafff]
> [    0.312418] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfe7fffff]
> [    0.312420] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
> [    0.312423] pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
> [    0.312425] pci_bus 0000:02: resource 1 [mem 0xc0800000-0xc09fffff]
> [    0.312427] pci_bus 0000:02: resource 2 [mem 0xc0a00000-0xc0bfffff 64bit pref]
> [    0.312429] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
> [    0.312431] pci_bus 0000:03: resource 1 [mem 0xfe800000-0xfe8fffff]
> [    0.312433] pci_bus 0000:03: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
> [    0.312435] pci_bus 0000:04: resource 0 [io  0xc000-0xcfff]
> [    0.312437] pci_bus 0000:04: resource 1 [mem 0xfe900000-0xfe9fffff]
> [    0.312440] pci_bus 0000:04: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
> [    0.312442] pci_bus 0000:05: resource 0 [io  0xd000-0xdfff]
> [    0.312444] pci_bus 0000:05: resource 1 [mem 0xfea00000-0xfeafffff]
> [    0.312446] pci_bus 0000:05: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
> [    0.312448] pci_bus 0000:06: resource 0 [io  0xe000-0xefff]
> [    0.312450] pci_bus 0000:06: resource 1 [mem 0xfeb00000-0xfebfffff]
> [    0.312452] pci_bus 0000:06: resource 2 [mem 0xc0000000-0xc01fffff 64bit pref]
> [    0.312455] pci_bus 0000:07: resource 4 [io  0x0000-0xffff]
> [    0.312457] pci_bus 0000:07: resource 5 [mem 0x00000000-0xfffffffff]
> [    0.312481] NET: Registered protocol family 2
> [    0.312518] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
> [    0.312616] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
> [    0.312960] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
> [    0.313071] TCP: Hash tables configured (established 131072 bind 65536)
> [    0.313073] TCP reno registered
> [    0.313076] UDP hash table entries: 512 (order: 2, 16384 bytes)
> [    0.313084] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
> [    0.313141] NET: Registered protocol family 1
> [    0.313158] pci 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    0.313174] pci 0000:00:1a.0: PCI INT A disabled
> [    0.313186] pci 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
> [    0.313201] pci 0000:00:1a.1: PCI INT B disabled
> [    0.313208] pci 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> [    0.313229] pci 0000:00:1a.7: PCI INT C disabled
> [    0.313248] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
> [    0.313263] pci 0000:00:1d.0: PCI INT A disabled
> [    0.313272] pci 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> [    0.313286] pci 0000:00:1d.1: PCI INT B disabled
> [    0.313292] pci 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> [    0.313307] pci 0000:00:1d.2: PCI INT C disabled
> [    0.313313] pci 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
> [    0.313327] pci 0000:00:1d.3: PCI INT D disabled
> [    0.313335] pci 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
> [    0.313347] pci 0000:00:1d.7: PCI INT A disabled
> [    0.313369] pci 0000:01:00.0: Boot video device
> [    0.313382] PCI: CLS 32 bytes, default 64
> [    0.313436] Unpacking initramfs...
> [    0.654154] Freeing initrd memory: 15804k freed
> [    0.661058] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
> [    0.661061] apm: disabled - APM is not SMP safe.
> [    0.661195] Intel AES-NI instructions are not detected.
> [    0.661331] audit: initializing netlink socket (disabled)
> [    0.661346] type=2000 audit(1332788680.661:1): initialized
> [    0.684746] highmem bounce pool size: 64 pages
> [    0.684750] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> [    0.696126] VFS: Disk quotas dquot_6.5.2
> [    0.696180] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
> [    0.696691] msgmni has been set to 1678
> [    0.696750] SELinux:  Registering netfilter hooks
> [    0.697186] alg: No test for stdrng (krng)
> [    0.697200] NET: Registered protocol family 38
> [    0.697242] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
> [    0.697279] io scheduler noop registered
> [    0.697281] io scheduler deadline registered
> [    0.697287] io scheduler cfq registered (default)
> [    0.697505] pcieport 0000:00:01.0: setting latency timer to 64
> [    0.697535] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
> [    0.697599] pcieport 0000:00:1c.0: setting latency timer to 64
> [    0.697633] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
> [    0.697721] pcieport 0000:00:1c.1: setting latency timer to 64
> [    0.697755] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
> [    0.697842] pcieport 0000:00:1c.2: setting latency timer to 64
> [    0.697875] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
> [    0.697964] pcieport 0000:00:1c.4: setting latency timer to 64
> [    0.697996] pcieport 0000:00:1c.4: irq 44 for MSI/MSI-X
> [    0.698103] pcieport 0000:00:1c.5: setting latency timer to 64
> [    0.698136] pcieport 0000:00:1c.5: irq 45 for MSI/MSI-X
> [    0.698254] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
> [    0.698257] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
> [    0.698260] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
> [    0.698276] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
> [    0.698280] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
> [    0.698296] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
> [    0.698298] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
> [    0.698301] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
> [    0.698317] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
> [    0.698319] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
> [    0.698323] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
> [    0.698338] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
> [    0.698340] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
> [    0.698344] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
> [    0.698360] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
> [    0.698362] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
> [    0.698366] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
> [    0.698385] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> [    0.698435] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 2940 ss_vid 1462 ss_did 7360
> [    0.698453] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
> [    0.698462] pciehp 0000:00:1c.1:pcie04: HPC vendor_id 8086 device_id 2942 ss_vid 1462 ss_did 7360
> [    0.698479] pciehp 0000:00:1c.1:pcie04: service driver pciehp loaded
> [    0.698488] pciehp 0000:00:1c.2:pcie04: HPC vendor_id 8086 device_id 2944 ss_vid 1462 ss_did 7360
> [    0.698505] pciehp 0000:00:1c.2:pcie04: service driver pciehp loaded
> [    0.698514] pciehp 0000:00:1c.4:pcie04: HPC vendor_id 8086 device_id 2948 ss_vid 1462 ss_did 7360
> [    0.698531] pciehp 0000:00:1c.4:pcie04: service driver pciehp loaded
> [    0.698541] pciehp 0000:00:1c.5:pcie04: HPC vendor_id 8086 device_id 294a ss_vid 1462 ss_did 7360
> [    0.698557] pciehp 0000:00:1c.5:pcie04: service driver pciehp loaded
> [    0.698566] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
> [    0.698568] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
> [    0.698871] intel_idle: MWAIT substates: 0x20
> [    0.698873] intel_idle: does not run on family 6 model 15
> [    0.698943] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
> [    0.698947] ACPI: Power Button [PWRB]
> [    0.698992] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
> [    0.698995] ACPI: Power Button [PWRF]
> [    0.700685] ERST: Table is not found!
> [    0.700687] GHES: HEST is not enabled!
> [    0.700700] isapnp: Scanning for PnP cards...
> [    1.056514] isapnp: No Plug & Play device found
> [    1.056602] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> [    1.077088] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [    1.098724] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [    1.107360] Non-volatile memory driver v1.3
> [    1.107362] Linux agpgart interface v0.103
> [    1.108483] loop: module loaded
> [    1.108543] ahci 0000:05:00.0: version 3.0
> [    1.108566] ata_piix 0000:00:1f.2: version 2.13
> [    1.108578] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> [    1.108582] ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
> [    1.108614] ata_piix 0000:00:1f.2: setting latency timer to 64
> [    1.108848] scsi0 : ata_piix
> [    1.108930] scsi1 : ata_piix
> [    1.110108] ata1: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 19
> [    1.110112] ata2: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 19
> [    1.110129] ata_piix 0000:00:1f.5: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> [    1.110136] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
> [    1.110179] ata_piix 0000:00:1f.5: setting latency timer to 64
> [    1.110404] scsi2 : ata_piix
> [    1.110484] scsi3 : ata_piix
> [    1.111539] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 19
> [    1.111543] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 19
> [    1.111601] Fixed MDIO Bus: probed
> [    1.111668] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    1.111682] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> [    1.111697] ehci_hcd 0000:00:1a.7: setting latency timer to 64
> [    1.111700] ehci_hcd 0000:00:1a.7: EHCI Host Controller
> [    1.111771] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
> [    1.111792] ehci_hcd 0000:00:1a.7: debug port 1
> [    1.115672] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
> [    1.115686] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf9fffc00
> [    1.125019] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
> [    1.125038] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
> [    1.125040] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.125043] usb usb1: Product: EHCI Host Controller
> [    1.125044] usb usb1: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE ehci_hcd
> [    1.125046] usb usb1: SerialNumber: 0000:00:1a.7
> [    1.125163] hub 1-0:1.0: USB hub found
> [    1.125167] hub 1-0:1.0: 4 ports detected
> [    1.125238] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
> [    1.125248] ehci_hcd 0000:00:1d.7: setting latency timer to 64
> [    1.125250] ehci_hcd 0000:00:1d.7: EHCI Host Controller
> [    1.125303] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
> [    1.125323] ehci_hcd 0000:00:1d.7: debug port 1
> [    1.129222] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
> [    1.129235] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fff800
> [    1.139019] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
> [    1.139032] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
> [    1.139034] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.139036] usb usb2: Product: EHCI Host Controller
> [    1.139038] usb usb2: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE ehci_hcd
> [    1.139040] usb usb2: SerialNumber: 0000:00:1d.7
> [    1.139148] hub 2-0:1.0: USB hub found
> [    1.139151] hub 2-0:1.0: 8 ports detected
> [    1.139230] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [    1.139243] uhci_hcd: USB Universal Host Controller Interface driver
> [    1.139258] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    1.139265] uhci_hcd 0000:00:1a.0: setting latency timer to 64
> [    1.139267] uhci_hcd 0000:00:1a.0: UHCI Host Controller
> [    1.139321] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
> [    1.139350] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009c00
> [    1.139376] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
> [    1.139378] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.139380] usb usb3: Product: UHCI Host Controller
> [    1.139382] usb usb3: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
> [    1.139384] usb usb3: SerialNumber: 0000:00:1a.0
> [    1.139491] hub 3-0:1.0: USB hub found
> [    1.139494] hub 3-0:1.0: 2 ports detected
> [    1.139560] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
> [    1.139566] uhci_hcd 0000:00:1a.1: setting latency timer to 64
> [    1.139569] uhci_hcd 0000:00:1a.1: UHCI Host Controller
> [    1.139622] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
> [    1.139650] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880
> [    1.139675] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
> [    1.139678] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.139680] usb usb4: Product: UHCI Host Controller
> [    1.139682] usb usb4: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
> [    1.139684] usb usb4: SerialNumber: 0000:00:1a.1
> [    1.139788] hub 4-0:1.0: USB hub found
> [    1.139792] hub 4-0:1.0: 2 ports detected
> [    1.139858] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
> [    1.139864] uhci_hcd 0000:00:1d.0: setting latency timer to 64
> [    1.139867] uhci_hcd 0000:00:1d.0: UHCI Host Controller
> [    1.139918] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
> [    1.139938] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009800
> [    1.139963] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
> [    1.139966] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.139968] usb usb5: Product: UHCI Host Controller
> [    1.139970] usb usb5: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
> [    1.139972] usb usb5: SerialNumber: 0000:00:1d.0
> [    1.140081] hub 5-0:1.0: USB hub found
> [    1.140085] hub 5-0:1.0: 2 ports detected
> [    1.140154] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> [    1.140160] uhci_hcd 0000:00:1d.1: setting latency timer to 64
> [    1.140163] uhci_hcd 0000:00:1d.1: UHCI Host Controller
> [    1.140224] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
> [    1.140246] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009480
> [    1.140271] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
> [    1.140273] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.140275] usb usb6: Product: UHCI Host Controller
> [    1.140277] usb usb6: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
> [    1.140279] usb usb6: SerialNumber: 0000:00:1d.1
> [    1.140380] hub 6-0:1.0: USB hub found
> [    1.140384] hub 6-0:1.0: 2 ports detected
> [    1.140447] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> [    1.140453] uhci_hcd 0000:00:1d.2: setting latency timer to 64
> [    1.140456] uhci_hcd 0000:00:1d.2: UHCI Host Controller
> [    1.140509] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
> [    1.140529] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009400
> [    1.140554] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
> [    1.140556] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.140558] usb usb7: Product: UHCI Host Controller
> [    1.140560] usb usb7: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
> [    1.140562] usb usb7: SerialNumber: 0000:00:1d.2
> [    1.140661] hub 7-0:1.0: USB hub found
> [    1.140664] hub 7-0:1.0: 2 ports detected
> [    1.140728] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
> [    1.140734] uhci_hcd 0000:00:1d.3: setting latency timer to 64
> [    1.140737] uhci_hcd 0000:00:1d.3: UHCI Host Controller
> [    1.140788] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8
> [    1.140808] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00009080
> [    1.140833] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
> [    1.140835] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.140837] usb usb8: Product: UHCI Host Controller
> [    1.140839] usb usb8: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
> [    1.140841] usb usb8: SerialNumber: 0000:00:1d.3
> [    1.140940] hub 8-0:1.0: USB hub found
> [    1.140943] hub 8-0:1.0: 2 ports detected
> [    1.141062] usbcore: registered new interface driver usbserial
> [    1.141070] USB Serial support registered for generic
> [    1.141083] usbcore: registered new interface driver usbserial_generic
> [    1.141085] usbserial: USB Serial Driver core
> [    1.141144] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
> [    1.143637] serio: i8042 KBD port at 0x60,0x64 irq 1
> [    1.143645] serio: i8042 AUX port at 0x60,0x64 irq 12
> [    1.143751] mousedev: PS/2 mouse device common for all mice
> [    1.143950] rtc_cmos 00:03: RTC can wake from S4
> [    1.144078] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
> [    1.144099] rtc0: alarms up to one month, y3k, 114 bytes nvram
> [    1.144161] device-mapper: uevent: version 1.0.3
> [    1.144236] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
> [    1.144281] cpuidle: using governor ladder
> [    1.144282] cpuidle: using governor menu
> [    1.144415] EFI Variables Facility v0.08 2004-May-17
> [    1.144571] usbcore: registered new interface driver usbhid
> [    1.144572] usbhid: USB HID core driver
> [    1.144620] ip_tables: (C) 2000-2006 Netfilter Core Team
> [    1.144632] TCP cubic registered
> [    1.144633] Initializing XFRM netlink socket
> [    1.144751] NET: Registered protocol family 10
> [    1.144865] Mobile IPv6
> [    1.144867] NET: Registered protocol family 17
> [    1.144881] Registering the dns_resolver key type
> [    1.144896] Using IPI No-Shortcut mode
> [    1.144998] PM: Hibernation image not present or could not be loaded.
> [    1.145019] registered taskstats version 1
> [    1.150403]   Magic number: 4:464:92
> [    1.150483] rtc_cmos 00:03: setting system clock to 2012-03-26 19:04:41 UTC (1332788681)
> [    1.151350] Initializing network drop monitor service
> [    1.162401] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
> [    1.426760] ata3: SATA link down (SStatus 0 SControl 300)
> [    1.516915] input: PS2++ Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input3
> [    1.566064] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    1.566167] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    1.577063] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    1.581172] ata4.00: ATA-7: Maxtor 7V250F0, VA111630, max UDMA/133
> [    1.581175] ata4.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    1.582025] usb 4-1: new low-speed USB device number 2 using uhci_hcd
> [    1.588394] ata4.00: configured for UDMA/133
> [    1.609231] ata1.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
> [    1.609235] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    1.614032] ata2.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
> [    1.614037] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    1.662025] Refined TSC clocksource calibration: 2402.378 MHz.
> [    1.662030] Switching to clocksource tsc
> [    1.684197] ata1.00: configured for UDMA/133
> [    1.684353] scsi 0:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
> [    1.684564] sd 0:0:0:0: Attached scsi generic sg0 type 0
> [    1.684646] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
> [    1.684744] sd 0:0:0:0: [sda] Write Protect is off
> [    1.684748] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> [    1.684786] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    1.688994] ata2.00: configured for UDMA/133
> [    1.700155] scsi 1:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
> [    1.700331] sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
> [    1.700361] sd 1:0:0:0: Attached scsi generic sg1 type 0
> [    1.700425] sd 1:0:0:0: [sdb] Write Protect is off
> [    1.700430] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
> [    1.700466] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    1.700545] scsi 3:0:0:0: Direct-Access     ATA      Maxtor 7V250F0   VA11 PQ: 0 ANSI: 5
> [    1.700723] sd 3:0:0:0: [sdc] 490234752 512-byte logical blocks: (251 GB/233 GiB)
> [    1.700788] sd 3:0:0:0: Attached scsi generic sg2 type 0
> [    1.700821] sd 3:0:0:0: [sdc] Write Protect is off
> [    1.700825] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
> [    1.700857] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    1.723901]  sda: sda1 sda2 sda3
> [    1.724349] sd 0:0:0:0: [sda] Attached SCSI disk
> [    1.727281]  sdc: sdc1
> [    1.727584] sd 3:0:0:0: [sdc] Attached SCSI disk
> [    1.728689]  sdb: sdb1 sdb2 sdb3
> [    1.729140] sd 1:0:0:0: [sdb] Attached SCSI disk
> [    1.729227] Freeing unused kernel memory: 644k freed
> [    1.729453] Write protecting the kernel text: 5408k
> [    1.729508] Write protecting the kernel read-only data: 2096k
> [    1.729512] NX-protecting the kernel data: 4832k
> [    1.769680] usb 4-1: New USB device found, idVendor=051d, idProduct=0002
> [    1.769685] usb 4-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
> [    1.769688] usb 4-1: Product: APC ES 725 FW:821.y2 .A USB FW:y2 
> [    1.769691] usb 4-1: Manufacturer: APC
> [    1.769694] usb 4-1: SerialNumber: 3B0628X18842  
> [    1.866691] dracut: dracut-013-20.fc16
> [    1.891672] udevd[123]: starting version 173
> [    1.969644] dracut: Starting plymouth daemon
> [    2.062877] sata_sil24 0000:03:00.0: version 1.1
> [    2.062903] sata_sil24 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> [    2.062960] sata_sil24 0000:03:00.0: setting latency timer to 64
> [    2.063039] pata_marvell 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    2.063072] pata_marvell 0000:05:00.0: setting latency timer to 64
> [    2.064056] scsi5 : pata_marvell
> [    2.064097] scsi4 : sata_sil24
> [    2.064155] scsi6 : pata_marvell
> [    2.064237] ata5: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 16
> [    2.064240] ata6: PATA max UDMA/133 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 16
> [    2.065350] scsi7 : sata_sil24
> [    2.065434] ata7: SATA max UDMA/100 host m128@0xfe8ffc00 port 0xfe8f8000 irq 17
> [    2.065438] ata8: SATA max UDMA/100 host m128@0xfe8ffc00 port 0xfe8fa000 irq 17
> [    2.065482] sata_sil24 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
> [    2.065537] sata_sil24 0000:04:00.0: setting latency timer to 64
> [    2.066342] scsi8 : sata_sil24
> [    2.069138] scsi9 : sata_sil24
> [    2.069205] ata9: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9f8000 irq 18
> [    2.069210] ata10: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9fa000 irq 18
> [    2.218490] ata5.00: ATAPI: HL-DT-STDVD-RAM GSA-H58N, 1.03, max UDMA/66
> [    2.224448] ata5.00: configured for UDMA/66
> [    2.227062] scsi 5:0:0:0: CD-ROM            HL-DT-ST DVD-RAM GSA-H58N 1.03 PQ: 0 ANSI: 5
> [    2.229737] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
> [    2.229740] cdrom: Uniform CD-ROM driver Revision: 3.20
> [    2.229887] sr 5:0:0:0: Attached scsi CD-ROM sr0
> [    2.230037] sr 5:0:0:0: Attached scsi generic sg3 type 5
> [    2.240105] mdadm: sending ioctl 800c0910 to a partition!
> [    2.240109] mdadm: sending ioctl 800c0910 to a partition!
> [    2.240196] mdadm: sending ioctl 1261 to a partition!
> [    2.240198] mdadm: sending ioctl 1261 to a partition!
> [    2.243796] generic-usb 0003:051D:0002.0001: hiddev0,hidraw0: USB HID v1.10 Device [APC APC ES 725 FW:821.y2 .A USB FW:y2 ] on usb-0000:00:1a.1-1/input0
> [    2.260889] mdadm: sending ioctl 800c0910 to a partition!
> [    2.260892] mdadm: sending ioctl 800c0910 to a partition!
> [    2.260976] mdadm: sending ioctl 1261 to a partition!
> [    2.260978] mdadm: sending ioctl 1261 to a partition!
> [    2.269999] mdadm: sending ioctl 800c0910 to a partition!
> [    2.270020] mdadm: sending ioctl 800c0910 to a partition!
> [    2.294168] md: bind<sdb1>
> [    2.309289] md: bind<sdb2>
> [    2.311936] md: bind<sdb3>
> [    2.333658] md: bind<sda1>
> [    2.335596] md: raid1 personality registered for level 1
> [    4.085035] ata7: SATA link down (SStatus 0 SControl 0)
> [    4.201038] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.201371] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.204304] ata9.00: hard resetting link
> [    4.542250] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [    4.542289] ata9.01: hard resetting link
> [    4.968018] ata9.01: softreset failed (SRST command error)
> [    4.968036] ata9.01: failed to read SCR 0 (Emask=0x40)
> [    4.968039] ata9.01: reset failed (errno=-85), retrying in 10 secs
> [    6.105031] ata8: SATA link down (SStatus 0 SControl 0)
> [   14.542045] ata9.01: reset failed, giving up
> [   14.542050] ata9.15: hard resetting link
> [   14.542053] ata9: controller in dubious state, performing PORT_RST
> [   16.696039] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   16.696373] ata9.00: hard resetting link
> [   17.034255] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   17.034291] ata9.01: hard resetting link
> [   17.372252] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   17.372288] ata9.02: hard resetting link
> [   17.798016] ata9.02: softreset failed (SRST command error)
> [   17.908018] ata9.02: failed to read SCR 0 (Emask=0x1)
> [   17.908022] ata9.02: reset failed (errno=-85), retrying in 10 secs
> [   27.372093] ata9.02: reset failed, giving up
> [   27.372097] ata9.15: hard resetting link
> [   27.372100] ata9: controller in dubious state, performing PORT_RST
> [   29.526040] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   29.526371] ata9.00: hard resetting link
> [   29.864252] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   29.864289] ata9.01: hard resetting link
> [   30.202250] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   30.202287] ata9.02: hard resetting link
> [   30.540251] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   30.540289] ata9.03: hard resetting link
> [   30.966013] ata9.03: softreset failed (SRST command error)
> [   31.076018] ata9.03: failed to read SCR 0 (Emask=0x1)
> [   31.076022] ata9.03: reset failed (errno=-85), retrying in 10 secs
> [   40.540022] ata9.03: reset failed, giving up
> [   40.540027] ata9.15: hard resetting link
> [   40.540029] ata9: controller in dubious state, performing PORT_RST
> [   42.694040] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   42.694389] ata9.00: hard resetting link
> [   43.032252] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   43.032287] ata9.01: hard resetting link
> [   43.370251] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   43.370286] ata9.02: hard resetting link
> [   43.708250] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   43.708286] ata9.03: hard resetting link
> [   44.046253] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   44.046289] ata9.04: hard resetting link
> [   44.351390] ata9.04: SATA link down (SStatus 0 SControl 320)
> [   44.351457] ata9.05: hard resetting link
> [   44.656361] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   44.685158] ata9.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   44.685163] ata9.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32)
> [   44.727185] ata9.00: configured for UDMA/100
> [   44.755818] ata9.01: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   44.755822] ata9.01: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   44.797689] ata9.01: configured for UDMA/100
> [   44.826404] ata9.02: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   44.826409] ata9.02: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   44.868366] ata9.02: configured for UDMA/100
> [   44.897084] ata9.03: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   44.897089] ata9.03: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   44.939073] ata9.03: configured for UDMA/100
> [   44.939152] ata9: EH complete
> [   44.939284] scsi 8:0:0:0: Direct-Access     ATA      ST31500341AS     CC1H PQ: 0 ANSI: 5
> [   44.939460] sd 8:0:0:0: [sdd] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
> [   44.939520] sd 8:0:0:0: Attached scsi generic sg4 type 0
> [   44.939531] sd 8:0:0:0: [sdd] Write Protect is off
> [   44.939535] sd 8:0:0:0: [sdd] Mode Sense: 00 3a 00 00
> [   44.939566] sd 8:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [   44.939691] scsi 8:1:0:0: Direct-Access     ATA      ST31500341AS     CC1H PQ: 0 ANSI: 5
> [   44.939917] sd 8:1:0:0: [sde] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
> [   44.939957] sd 8:1:0:0: Attached scsi generic sg5 type 0
> [   44.939993] sd 8:1:0:0: [sde] Write Protect is off
> [   44.939997] sd 8:1:0:0: [sde] Mode Sense: 00 3a 00 00
> [   44.940049] sd 8:1:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [   44.940143] scsi 8:2:0:0: Direct-Access     ATA      ST31500341AS     CC1H PQ: 0 ANSI: 5
> [   44.940342] sd 8:2:0:0: [sdf] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
> [   44.940426] sd 8:2:0:0: Attached scsi generic sg6 type 0
> [   44.940432] sd 8:2:0:0: [sdf] Write Protect is off
> [   44.940436] sd 8:2:0:0: [sdf] Mode Sense: 00 3a 00 00
> [   44.940479] sd 8:2:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [   44.940601] scsi 8:3:0:0: Direct-Access     ATA      ST31500341AS     CC1H PQ: 0 ANSI: 5
> [   44.940788] sd 8:3:0:0: [sdg] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
> [   44.940843] sd 8:3:0:0: Attached scsi generic sg7 type 0
> [   44.940865] sd 8:3:0:0: [sdg] Write Protect is off
> [   44.940869] sd 8:3:0:0: [sdg] Mode Sense: 00 3a 00 00
> [   44.940899] sd 8:3:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [   44.948903]  sdd: unknown partition table
> [   44.949128] sd 8:0:0:0: [sdd] Attached SCSI disk
> [   44.971385]  sdg: unknown partition table
> [   44.971540] sd 8:3:0:0: [sdg] Attached SCSI disk
> [   44.971596]  sde: unknown partition table
> [   44.971630]  sdf: unknown partition table
> [   44.971840] sd 8:2:0:0: [sdf] Attached SCSI disk
> [   44.971894] sd 8:1:0:0: [sde] Attached SCSI disk
> [   47.072046] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   47.072428] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [   47.075710] ata10.00: hard resetting link
> [   47.479256] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   47.479296] ata10.01: hard resetting link
> [   47.905017] ata10.01: softreset failed (SRST command error)
> [   47.905035] ata10.01: failed to read SCR 0 (Emask=0x40)
> [   47.905039] ata10.01: reset failed (errno=-85), retrying in 10 secs
> [   57.479018] ata10.01: reset failed, giving up
> [   57.479023] ata10.15: hard resetting link
> [   57.479026] ata10: controller in dubious state, performing PORT_RST
> [   59.633039] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   59.633480] ata10.00: hard resetting link
> [   60.037260] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   60.037296] ata10.01: hard resetting link
> [   60.441258] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   60.441293] ata10.02: hard resetting link
> [   60.867016] ata10.02: softreset failed (SRST command error)
> [   60.977018] ata10.02: failed to read SCR 0 (Emask=0x1)
> [   60.977022] ata10.02: reset failed (errno=-85), retrying in 10 secs
> [   70.441017] ata10.02: reset failed, giving up
> [   70.441023] ata10.15: hard resetting link
> [   70.441026] ata10: controller in dubious state, performing PORT_RST
> [   72.595047] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   72.595436] ata10.00: hard resetting link
> [   72.999257] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   72.999295] ata10.01: hard resetting link
> [   73.403258] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   73.403296] ata10.02: hard resetting link
> [   73.807256] ata10.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   73.807293] ata10.03: hard resetting link
> [   74.233017] ata10.03: softreset failed (SRST command error)
> [   74.343014] ata10.03: failed to read SCR 0 (Emask=0x1)
> [   74.343018] ata10.03: reset failed (errno=-85), retrying in 10 secs
> [   83.807022] ata10.03: reset failed, giving up
> [   83.807027] ata10.15: hard resetting link
> [   83.807030] ata10: controller in dubious state, performing PORT_RST
> [   85.961042] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   85.961498] ata10.00: hard resetting link
> [   86.365267] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   86.365303] ata10.01: hard resetting link
> [   86.769251] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   86.769288] ata10.02: hard resetting link
> [   87.173252] ata10.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   87.173287] ata10.03: hard resetting link
> [   87.577251] ata10.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   87.577286] ata10.04: hard resetting link
> [   87.882390] ata10.04: SATA link down (SStatus 0 SControl 320)
> [   87.882457] ata10.05: hard resetting link
> [   88.187364] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   88.188237] ata10.00: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [   88.188241] ata10.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
> [   88.189269] ata10.00: configured for UDMA/100
> [   88.210802] ata10.01: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [   88.210807] ata10.01: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   88.211684] ata10.01: configured for UDMA/100
> [   88.231774] ata10.02: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [   88.231779] ata10.02: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   88.232656] ata10.02: configured for UDMA/100
> [   88.242663] ata10.03: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [   88.242668] ata10.03: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   88.243540] ata10.03: configured for UDMA/100
> [   88.243611] ata10: EH complete
> [   88.243743] scsi 9:0:0:0: Direct-Access     ATA      Hitachi HDP72505 GM4O PQ: 0 ANSI: 5
> [   88.243940] sd 9:0:0:0: [sdh] 976773168 512-byte logical blocks: (500 GB/465 GiB)
> [   88.243985] sd 9:0:0:0: Attached scsi generic sg8 type 0
> [   88.244033] sd 9:0:0:0: [sdh] Write Protect is off
> [   88.244037] sd 9:0:0:0: [sdh] Mode Sense: 00 3a 00 00
> [   88.244071] sd 9:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [   88.244166] scsi 9:1:0:0: Direct-Access     ATA      Hitachi HDP72505 GM4O PQ: 0 ANSI: 5
> [   88.244348] sd 9:1:0:0: [sdi] 976773168 512-byte logical blocks: (500 GB/465 GiB)
> [   88.244429] sd 9:1:0:0: Attached scsi generic sg9 type 0
> [   88.244435] sd 9:1:0:0: [sdi] Write Protect is off
> [   88.244440] sd 9:1:0:0: [sdi] Mode Sense: 00 3a 00 00
> [   88.244471] sd 9:1:0:0: [sdi] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [   88.244619] scsi 9:2:0:0: Direct-Access     ATA      Hitachi HDP72505 GM4O PQ: 0 ANSI: 5
> [   88.244876] sd 9:2:0:0: [sdj] 976773168 512-byte logical blocks: (500 GB/465 GiB)
> [   88.244926] sd 9:2:0:0: Attached scsi generic sg10 type 0
> [   88.244942] sd 9:2:0:0: [sdj] Write Protect is off
> [   88.244946] sd 9:2:0:0: [sdj] Mode Sense: 00 3a 00 00
> [   88.244976] sd 9:2:0:0: [sdj] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [   88.245109] scsi 9:3:0:0: Direct-Access     ATA      Hitachi HDP72505 GM4O PQ: 0 ANSI: 5
> [   88.245299] sd 9:3:0:0: [sdk] 976773168 512-byte logical blocks: (500 GB/465 GiB)
> [   88.245347] sd 9:3:0:0: Attached scsi generic sg11 type 0
> [   88.245388] sd 9:3:0:0: [sdk] Write Protect is off
> [   88.245392] sd 9:3:0:0: [sdk] Mode Sense: 00 3a 00 00
> [   88.245422] sd 9:3:0:0: [sdk] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [   88.253550]  sdh: unknown partition table
> [   88.253774] sd 9:0:0:0: [sdh] Attached SCSI disk
> [   88.278785]  sdi: unknown partition table
> [   88.278793]  sdj: unknown partition table
> [   88.278994] sd 9:1:0:0: [sdi] Attached SCSI disk
> [   88.279011] sd 9:2:0:0: [sdj] Attached SCSI disk
> [   88.279047]  sdk: unknown partition table
> [   88.279188] sd 9:3:0:0: [sdk] Attached SCSI disk
> [   88.279481] bio: create slab <bio-1> at 1
> [   88.279749] md/raid1:md0: active with 2 out of 2 mirrors
> [   88.279779] md0: detected capacity change from 0 to 314507264
> [   88.298379]  md0:
> [   88.299814] scsi_verify_blk_ioctl: 126 callbacks suppressed
> [   88.299816] mdadm: sending ioctl 1261 to a partition!
> [   88.299818] mdadm: sending ioctl 1261 to a partition!
> [   88.314219] md: bind<sdd>
> [   88.358298] mdadm: sending ioctl 1261 to a partition!
> [   88.358302] mdadm: sending ioctl 1261 to a partition!
> [   88.364485] md: bind<sdg>
> [   88.368526] md: bind<sde>
> [   88.372132] md: bind<sdf>
> [   88.375045] async_tx: api initialized (async)
> [   88.375392] xor: automatically using best checksumming function: pIII_sse
> [   88.380003]    pIII_sse  :  8512.000 MB/sec
> [   88.380006] xor: using function: pIII_sse (8512.000 MB/sec)
> [   88.385342] mdadm: sending ioctl 1261 to a partition!
> [   88.385345] mdadm: sending ioctl 1261 to a partition!
> [   88.397062] raid6: int32x1    902 MB/s
> [   88.414047] raid6: int32x2    714 MB/s
> [   88.431056] raid6: int32x4    628 MB/s
> [   88.448080] raid6: int32x8    710 MB/s
> [   88.465008] raid6: mmxx1     2808 MB/s
> [   88.482020] raid6: mmxx2     3097 MB/s
> [   88.499006] raid6: sse1x1    1847 MB/s
> [   88.516015] raid6: sse1x2    2453 MB/s
> [   88.533010] raid6: sse2x1    3453 MB/s
> [   88.550004] raid6: sse2x2    4429 MB/s
> [   88.550006] raid6: using algorithm sse2x2 (4429 MB/s)
> [   88.550830] md: raid6 personality registered for level 6
> [   88.550832] md: raid5 personality registered for level 5
> [   88.550834] md: raid4 personality registered for level 4
> [   88.550967] md/raid:md6: device sdf operational as raid disk 2
> [   88.550969] md/raid:md6: device sde operational as raid disk 1
> [   88.550971] md/raid:md6: device sdg operational as raid disk 3
> [   88.550972] md/raid:md6: device sdd operational as raid disk 0
> [   88.551326] md/raid:md6: allocated 4216kB
> [   88.551359] md/raid:md6: raid level 5 active with 4 out of 4 devices, algorithm 2
> [   88.551360] RAID conf printout:
> [   88.551362]  --- level:5 rd:4 wd:4
> [   88.551363]  disk 0, o:1, dev:sdd
> [   88.551365]  disk 1, o:1, dev:sde
> [   88.551366]  disk 2, o:1, dev:sdf
> [   88.551368]  disk 3, o:1, dev:sdg
> [   88.551395] md6: detected capacity change from 0 to 4500897595392
> [   88.553042]  md6: unknown partition table
> [   88.553991] md: bind<sdi>
> [   88.557237] md: bind<sdh>
> [   88.560872] md: bind<sdk>
> [   88.564958] md: bind<sdj>
> [   88.567708] md/raid:md7: device sdj operational as raid disk 2
> [   88.567712] md/raid:md7: device sdk operational as raid disk 3
> [   88.567715] md/raid:md7: device sdh operational as raid disk 1
> [   88.567718] md/raid:md7: device sdi operational as raid disk 0
> [   88.568182] md/raid:md7: allocated 4216kB
> [   88.568216] md/raid:md7: raid level 5 active with 4 out of 4 devices, algorithm 2
> [   88.568218] RAID conf printout:
> [   88.568221]  --- level:5 rd:4 wd:4
> [   88.568223]  disk 0, o:1, dev:sdi
> [   88.568226]  disk 1, o:1, dev:sdh
> [   88.568228]  disk 2, o:1, dev:sdj
> [   88.568230]  disk 3, o:1, dev:sdk
> [   88.568263] md7: detected capacity change from 0 to 1500315451392
> [   88.569634]  md7: unknown partition table
> [   88.593009] mdadm: sending ioctl 1261 to a partition!
> [   88.593012] mdadm: sending ioctl 1261 to a partition!
> [  100.905944] md/raid1:md1: active with 1 out of 2 mirrors
> [  100.905973] md1: detected capacity change from 0 to 311163576320
> [  100.908115] dracut: mdadm: started /dev/md1
> [  100.912649]  md1: unknown partition table
> [  100.915000] mdadm: sending ioctl 1261 to a partition!
> [  100.915014] mdadm: sending ioctl 1261 to a partition!
> [  100.922165] md/raid1:md2: active with 1 out of 2 mirrors
> [  100.922198] md2: detected capacity change from 0 to 8589869056
> [  100.924335] dracut: mdadm: started /dev/md2
> [  100.945689]  md2: unknown partition table
> [  100.947251] mdadm: sending ioctl 1261 to a partition!
> [  100.947254] mdadm: sending ioctl 1261 to a partition!
> [  101.059473] mdadm: sending ioctl 1261 to a partition!
> [  101.059476] mdadm: sending ioctl 1261 to a partition!
> [  101.116097] mdadm: sending ioctl 1261 to a partition!
> [  101.116101] mdadm: sending ioctl 1261 to a partition!
> [  101.295531] EXT4-fs (md1): mounted filesystem with ordered data mode. Opts: (null)
> [  101.409863] dracut: Checking ext4: /dev/disk/by-uuid/773cb4b3-4bb0-4705-b494-08cb9c2b5d73
> [  101.409938] dracut: issuing e2fsck -a   /dev/disk/by-uuid/773cb4b3-4bb0-4705-b494-08cb9c2b5d73
> [  101.513095] dracut: /dev/disk/by-uuid/773cb4b3-4bb0-4705-b494-08cb9c2b5d73: clean, 325251/18997248 files, 4803664/75967670 blocks
> [  101.513374] dracut: Remounting /dev/disk/by-uuid/773cb4b3-4bb0-4705-b494-08cb9c2b5d73 with -o ro
> [  101.515482] mdadm: sending ioctl 1261 to a partition!
> [  101.515485] mdadm: sending ioctl 1261 to a partition!
> [  101.628453] EXT4-fs (md1): mounted filesystem with ordered data mode. Opts: (null)
> [  101.648720] dracut: Mounted root filesystem /dev/md1
> [  101.898107] dracut: Switching root
> [  102.366666] SELinux:  Disabled at runtime.
> [  102.366691] SELinux:  Unregistering netfilter hooks
> [  102.369100] type=1404 audit(1332788782.717:2): selinux=0 auid=4294967295 ses=4294967295
> [  102.427531] systemd[1]: RTC configured in localtime, applying delta of 540 minutes to system time.
> [  102.496195] systemd[1]: systemd 37 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +SYSVINIT +LIBCRYPTSETUP; fedora)
> [  102.520096] systemd[1]: Set hostname to <server3>.
> [  104.012246] EXT4-fs (md1): re-mounted. Opts: (null)
> [  104.582180] RPC: Registered named UNIX socket transport module.
> [  104.582182] RPC: Registered udp transport module.
> [  104.582184] RPC: Registered tcp transport module.
> [  104.582185] RPC: Registered tcp NFSv4.1 backchannel transport module.
> [  104.720818] udevd[797]: starting version 173
> [  104.841392] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
> [  105.677974] iTCO_vendor_support: vendor-support=0
> [  105.878333] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
> [  105.878413] iTCO_wdt: Found a ICH9 TCO device (Version=2, TCOBASE=0x0860)
> [  105.878477] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
> [  105.896657] microcode: CPU0 sig=0x6fb, pf=0x10, revision=0x0
> [  105.987632] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
> [  105.987656] r8169 0000:06:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> [  105.987682] r8169 0000:06:00.0: setting latency timer to 64
> [  105.987750] r8169 0000:06:00.0: irq 46 for MSI/MSI-X
> [  105.987895] r8169 0000:06:00.0: eth0: RTL8168b/8111b at 0xf7e3c000, 00:1d:92:70:a3:96, XID 18000000 IRQ 46
> [  105.987898] r8169 0000:06:00.0: eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
> [  106.102002] microcode: CPU0 updated to revision 0xba, date = 2010-10-03
> [  106.107091] microcode: CPU1 sig=0x6fb, pf=0x10, revision=0x0
> [  106.109515] microcode: CPU1 updated to revision 0xba, date = 2010-10-03
> [  106.114164] microcode: CPU2 sig=0x6fb, pf=0x10, revision=0x0
> [  106.116003] microcode: CPU2 updated to revision 0xba, date = 2010-10-03
> [  106.121407] microcode: CPU3 sig=0x6fb, pf=0x10, revision=0x0
> [  106.123880] microcode: CPU3 updated to revision 0xba, date = 2010-10-03
> [  106.128492] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
> [  106.136321] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> [  106.377968] parport_pc 00:07: reported by Plug and Play ACPI
> [  106.378026] parport0: PC-style at 0x378, irq 7 [PCSPP]
> [  106.413605] mtp-probe[971]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-1"
> [  106.529978] ppdev: user-space parallel port driver
> [  106.535851] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
> [  106.535895] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
> [  106.535921] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
> [  106.593022] hda_codec: ALC888: BIOS auto-probing.
> [  106.593027] ALSA sound/pci/hda/patch_realtek.c:1275 SKU: Nid=0x1d sku_cfg=0x4007f603
> [  106.593029] ALSA sound/pci/hda/patch_realtek.c:1277 SKU: port_connectivity=0x1
> [  106.593031] ALSA sound/pci/hda/patch_realtek.c:1278 SKU: enable_pcbeep=0x0
> [  106.593034] ALSA sound/pci/hda/patch_realtek.c:1279 SKU: check_sum=0x00000007
> [  106.593036] ALSA sound/pci/hda/patch_realtek.c:1280 SKU: customization=0x000000f6
> [  106.593038] ALSA sound/pci/hda/patch_realtek.c:1281 SKU: external_amp=0x0
> [  106.593040] ALSA sound/pci/hda/patch_realtek.c:1282 SKU: platform_type=0x0
> [  106.593042] ALSA sound/pci/hda/patch_realtek.c:1283 SKU: swap=0x1
> [  106.593043] ALSA sound/pci/hda/patch_realtek.c:1284 SKU: override=0x1
> [  106.593049] ALSA sound/pci/hda/hda_codec.c:4955 autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
> [  106.593051] ALSA sound/pci/hda/hda_codec.c:4959    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
> [  106.593054] ALSA sound/pci/hda/hda_codec.c:4963    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
> [  106.593056] ALSA sound/pci/hda/hda_codec.c:4964    mono: mono_out=0x0
> [  106.593058] ALSA sound/pci/hda/hda_codec.c:4967    dig-out=0x1e/0x0
> [  106.593060] ALSA sound/pci/hda/hda_codec.c:4968    inputs:
> [  106.593062] ALSA sound/pci/hda/hda_codec.c:4972  Rear Mic=0x18
> [  106.593065] ALSA sound/pci/hda/hda_codec.c:4972  Front Mic=0x19
> [  106.593067] ALSA sound/pci/hda/hda_codec.c:4972  Line=0x1a
> [  106.593069] ALSA sound/pci/hda/hda_codec.c:4974 
> [  106.595394] ALSA sound/pci/hda/patch_realtek.c:1338 realtek: No valid SSID, checking pincfg 0x4007f603 for NID 0x1d
> [  106.595397] ALSA sound/pci/hda/patch_realtek.c:1354 realtek: Enabling init ASM_ID=0xf603 CODEC_ID=10ec0888
> [  106.606845] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input4
> [  106.635154] mtp-probe[971]: bus: 4, device: 2 was not an MTP device
> [  106.903881] scsi_verify_blk_ioctl: 2 callbacks suppressed
> [  106.903884] mdadm: sending ioctl 1261 to a partition!
> [  106.903886] mdadm: sending ioctl 1261 to a partition!
> [  106.904814] mdadm: sending ioctl 1261 to a partition!
> [  106.904816] mdadm: sending ioctl 1261 to a partition!
> [  106.905233] mdadm: sending ioctl 1261 to a partition!
> [  106.905236] mdadm: sending ioctl 1261 to a partition!
> [  107.192862] mdadm: sending ioctl 800c0910 to a partition!
> [  107.192865] mdadm: sending ioctl 800c0910 to a partition!
> [  107.192871] mdadm: sending ioctl 1261 to a partition!
> [  107.192873] mdadm: sending ioctl 1261 to a partition!
> [  107.575565] nvidia: module license 'NVIDIA' taints kernel.
> [  107.575568] Disabling lock debugging due to kernel taint
> [  107.878753] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [  107.878765] nvidia 0000:01:00.0: setting latency timer to 64
> [  107.878770] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
> [  107.878950] NVRM: loading NVIDIA UNIX x86 Kernel Module  290.10  Wed Nov 16 19:27:25 PST 2011
> [  107.981636] Adding 8388540k swap on /dev/md2.  Priority:0 extents:1 across:8388540k 
> [  108.641751] systemd-fsck[1208]: /dev/md0: clean, 263/76304 files, 154648/307136 blocks
> [  108.683700] systemd-fsck[1158]: RAID5_0: clean, 1971/274718720 files, 825477773/1098851952 blocks
> [  108.850706] systemd-fsck[1191]: /dev/sdc1: clean, 103/15327232 files, 25440488/61277926 blocks (check in 3 mounts)
> [  108.868638] EXT4-fs (md0): mounting ext3 file system using the ext4 subsystem
> [  108.878625] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null)
> [  108.949111] systemd-fsck[1162]: EXCHANGE: clean, 151350/183156736 files, 228850362/366287952 blocks
> [  108.982476] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
> [  109.157712] EXT4-fs (md7): mounted filesystem with ordered data mode. Opts: (null)
> [  109.278467] EXT4-fs (md6): mounted filesystem with ordered data mode. Opts: (null)
> [  109.826668] fedora-storage-init[1224]: \xffffffe8\xffffffab\xffffff96\xffffffab\xffffff96\xffffffe7\xffffff90\xffffff86\xffffff90\xffffff86\xffffffe3\xffffff83\xffffff9c\xffffff83\xffffff9c\xffffffe3\xffffff83\xffffffaa\xffffff83\xffffffaa\xffffffe3\xffffff83\xffffffa5\xffffff83\xffffffa5\xffffffe3\xffffff83\xffffffbc\xffffff83\xffffffbc\xffffffe3\xffffff83\xffffffa0\xffffff83\xffffffa0\xffffffe7\xffffffae\xffffffa1\xffffffae\xffffffa1\xffffffe7\xffffff90\xffffff86\xffffff90\xffffff86\xffffffe3\xffffff82\xffffff92\xffffff82\xffffff92\xffffffe8\xffffffa8\xffffffad\xffffffa8\xffffffad\xffffffe5\xffffffae\xffffff9a\xffffffae\xffffff9a\xffffffe4\xffffffb8\xffffffad\xffffffb8\xffffffad:   No volume groups found
> [  109.827119] fedora-storage-init[1224]: [  OK  ]
> [  110.047199] fedora-storage-init[1267]: \xffffffe8\xffffffab\xffffff96\xffffffab\xffffff96\xffffffe7\xffffff90\xffffff86\xffffff90\xffffff86\xffffffe3\xffffff83\xffffff9c\xffffff83\xffffff9c\xffffffe3\xffffff83\xffffffaa\xffffff83\xffffffaa\xffffffe3\xffffff83\xffffffa5\xffffff83\xffffffa5\xffffffe3\xffffff83\xffffffbc\xffffff83\xffffffbc\xffffffe3\xffffff83\xffffffa0\xffffff83\xffffffa0\xffffffe7\xffffffae\xffffffa1\xffffffae\xffffffa1\xffffffe7\xffffff90\xffffff86\xffffff90\xffffff86\xffffffe3\xffffff82\xffffff92\xffffff82\xffffff92\xffffffe8\xffffffa8\xffffffad\xffffffa8\xffffffad\xffffffe5\xffffffae\xffffff9a\xffffffae\xffffff9a\xffffffe4\xffffffb8\xffffffad\xffffffb8\xffffffad:   No volume groups found
> [  110.047820] fedora-storage-init[1267]: [  OK  ]
> [  110.246400] lvm[1274]: No volume groups found
> [  112.320113] ntpd[1320]: ntpd 4.2.6p4@1.2324-o Thu Oct  6 15:37:56 UTC 2011 (1)
> [  112.344874] ntpd[1320]: proto: precision = 0.393 usec
> [  112.344880] ntpd[1320]: 0.0.0.0 c01d 0d kern kernel time sync enabled
> [  113.173142] systemd[1]: nscd.service: Supervising process 1378 which is not our child. We'll most likely not notice when it exits.
> [  117.556889] r8169 0000:06:00.0: eth0: link down
> [  117.556895] r8169 0000:06:00.0: eth0: link down
> [  117.557053] ADDRCONF(NETDEV_UP): eth0: link is not ready
> [  119.924279] r8169 0000:06:00.0: eth0: link up
> [  119.924424] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
> [  123.802802] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
> [  123.821298] NFSD: starting 90-second grace period
> [  147.021977] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
> [  162.662480] fuse init (API version 7.17)
> [  164.794923] Bluetooth: Core ver 2.16
> [  164.794947] NET: Registered protocol family 31
> [  164.794949] Bluetooth: HCI device and connection manager initialized
> [  164.794951] Bluetooth: HCI socket layer initialized
> [  164.794953] Bluetooth: L2CAP socket layer initialized
> [  164.794957] Bluetooth: SCO socket layer initialized
> [  164.834501] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
> [  164.834504] Bluetooth: BNEP filters: protocol multicast
> [  169.671853] FS-Cache: Loaded
> [  169.696998] FS-Cache: Netfs 'nfs' registered for caching
------
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 28, 2012, 5:29 a.m. UTC | #28
Hello Gwendal,

(2012/03/27 20:17), Gwendal Grignou wrote:
> Regarding the machine with 10 disks, I see that all the drives have
> been found; I don't see any other error from the /var/log/messages
> snippet that could explain md not finding the volumes.

I have attached 11 disks log. RAID1 is not assembled. Both of md1 and
md2 were not assembled. md1 is root partition.

Best Regards,
Akira

--- 3.2.10 2pmp power cycle error on root ---
> [    0.000000] Initializing cgroup subsys cpuset
> [    0.000000] Initializing cgroup subsys cpu
> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
> [    0.000000] BIOS-provided physical RAM map:
> [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009b800 (usable)
> [    0.000000]  BIOS-e820: 000000000009b800 - 00000000000a0000 (reserved)
> [    0.000000]  BIOS-e820: 00000000000e3000 - 0000000000100000 (reserved)
> [    0.000000]  BIOS-e820: 0000000000100000 - 00000000bffb0000 (usable)
> [    0.000000]  BIOS-e820: 00000000bffb0000 - 00000000bffbe000 (ACPI data)
> [    0.000000]  BIOS-e820: 00000000bffbe000 - 00000000bfff0000 (ACPI NVS)
> [    0.000000]  BIOS-e820: 00000000bfff0000 - 00000000c0000000 (reserved)
> [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
> [    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
> [    0.000000] NX (Execute Disable) protection: active
> [    0.000000] DMI present.
> [    0.000000] DMI: MICRO-STAR INTERNATIONAL CO.,LTD MS-7360/MS-7360, BIOS V1.AB2 05/28/2007
> [    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
> [    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
> [    0.000000] last_pfn = 0xbffb0 max_arch_pfn = 0x1000000
> [    0.000000] MTRR default type: uncachable
> [    0.000000] MTRR fixed ranges enabled:
> [    0.000000]   00000-9FFFF write-back
> [    0.000000]   A0000-BFFFF uncachable
> [    0.000000]   C0000-CFFFF write-protect
> [    0.000000]   D0000-DFFFF uncachable
> [    0.000000]   E0000-EFFFF write-through
> [    0.000000]   F0000-FFFFF write-protect
> [    0.000000] MTRR variable ranges enabled:
> [    0.000000]   0 base 000000000 mask F80000000 write-back
> [    0.000000]   1 base 080000000 mask FC0000000 write-back
> [    0.000000]   2 disabled
> [    0.000000]   3 disabled
> [    0.000000]   4 disabled
> [    0.000000]   5 disabled
> [    0.000000]   6 disabled
> [    0.000000]   7 disabled
> [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
> [    0.000000] found SMP MP-table at [c00ff780] ff780
> [    0.000000] initial memory mapped : 0 - 01200000
> [    0.000000] Base memory trampoline at [c0097000] 97000 size 16384
> [    0.000000] init_memory_mapping: 0000000000000000-00000000375fe000
> [    0.000000]  0000000000 - 0000200000 page 4k
> [    0.000000]  0000200000 - 0037400000 page 2M
> [    0.000000]  0037400000 - 00375fe000 page 4k
> [    0.000000] kernel direct mapping tables up to 375fe000 @ 11f8000-1200000
> [    0.000000] RAMDISK: 37081000 - 37ff0000
> [    0.000000] Allocated new RAMDISK: 36112000 - 37080e5b
> [    0.000000] Move RAMDISK from 0000000037081000 - 0000000037fefe5a to 36112000 - 37080e5a
> [    0.000000] ACPI: RSDP 000f95c0 00014 (v00 ACPIAM)
> [    0.000000] ACPI: RSDT bffb0000 00044 (v01 Mouse  Computer 20070528 MSFT 00000097)
> [    0.000000] ACPI: FACP bffb0200 00084 (v01 052807 FACP1414 20070528 MSFT 00000097)
> [    0.000000] ACPI: DSDT bffb05c0 05564 (v01  0AAAA 0AAAA000 00000000 INTL 20051117)
> [    0.000000] ACPI: FACS bffbe000 00040
> [    0.000000] ACPI: APIC bffb0390 0006C (v01 052807 APIC1414 20070528 MSFT 00000097)
> [    0.000000] ACPI: MCFG bffb0400 0003C (v01 052807 OEMMCFG  20070528 MSFT 00000097)
> [    0.000000] ACPI: SLIC bffb0440 00176 (v01 Mouse  Computer 20070528 MSFT 00000097)
> [    0.000000] ACPI: SLIC bffb0440 00176 (v01 Mouse  Computer 20070528 MSFT 00000097)
> [    0.000000] ACPI: OEMB bffbe040 00071 (v01 052807 OEMB1414 20070528 MSFT 00000097)
> [    0.000000] ACPI: GSCI bffbe0c0 02024 (v01 052807 GMCHSCI  20070528 MSFT 00000097)
> [    0.000000] ACPI: SSDT bffc1330 0082F (v01 DpgPmm    CpuPm 00000012 INTL 20051117)
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] 2185MB HIGHMEM available.
> [    0.000000] 885MB LOWMEM available.
> [    0.000000]   mapped low ram: 0 - 375fe000
> [    0.000000]   low ram: 0 - 375fe000
> [    0.000000] Zone PFN ranges:
> [    0.000000]   DMA      0x00000010 -> 0x00001000
> [    0.000000]   Normal   0x00001000 -> 0x000375fe
> [    0.000000]   HighMem  0x000375fe -> 0x000bffb0
> [    0.000000] Movable zone start PFN for each node
> [    0.000000] early_node_map[2] active PFN ranges
> [    0.000000]     0: 0x00000010 -> 0x0000009b
> [    0.000000]     0: 0x00000100 -> 0x000bffb0
> [    0.000000] On node 0 totalpages: 786235
> [    0.000000] free_area_init_node: node 0, pgdat c0bb3bc0, node_mem_map f4912200
> [    0.000000]   DMA zone: 32 pages used for memmap
> [    0.000000]   DMA zone: 0 pages reserved
> [    0.000000]   DMA zone: 3947 pages, LIFO batch:0
> [    0.000000]   Normal zone: 1740 pages used for memmap
> [    0.000000]   Normal zone: 220978 pages, LIFO batch:31
> [    0.000000]   HighMem zone: 4372 pages used for memmap
> [    0.000000]   HighMem zone: 555166 pages, LIFO batch:31
> [    0.000000] Using APIC driver default
> [    0.000000] ACPI: PM-Timer IO Port: 0x808
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
> [    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
> [    0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
> [    0.000000] ACPI: IRQ0 used by override.
> [    0.000000] ACPI: IRQ2 used by override.
> [    0.000000] ACPI: IRQ9 used by override.
> [    0.000000] Using ACPI (MADT) for SMP configuration information
> [    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
> [    0.000000] nr_irqs_gsi: 40
> [    0.000000] PM: Registered nosave memory: 000000000009b000 - 000000000009c000
> [    0.000000] PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
> [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e3000
> [    0.000000] PM: Registered nosave memory: 00000000000e3000 - 0000000000100000
> [    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3ee00000)
> [    0.000000] Booting paravirtualized kernel on bare hardware
> [    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
> [    0.000000] PERCPU: Embedded 14 pages/cpu @f7200000 s34240 r0 d23104 u524288
> [    0.000000] pcpu-alloc: s34240 r0 d23104 u524288 alloc=1*2097152
> [    0.000000] pcpu-alloc: [0] 0 1 2 3 
> [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 780091
> [    0.000000] Kernel command line: ro root=UUID=773cb4b3-4bb0-4705-b494-08cb9c2b5d73 LANG=ja_JP.UTF-8 KEYBOARDTYPE=pc KEYTABLE=jp106 rhgb quiet nomodeset
> [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
> [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
> [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
> [    0.000000] Initializing CPU#0
> [    0.000000] allocated 12581376 bytes of page_cgroup
> [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
> [    0.000000] Initializing HighMem for node 0 (000375fe:000bffb0)
> [    0.000000] Memory: 3081612k/3145408k available (5404k kernel code, 63328k reserved, 2569k data, 644k init, 2238152k highmem)
> [    0.000000] virtual kernel memory layout:
> [    0.000000]     fixmap  : 0xffa95000 - 0xfffff000   (5544 kB)
> [    0.000000]     pkmap   : 0xff600000 - 0xff800000   (2048 kB)
> [    0.000000]     vmalloc : 0xf7dfe000 - 0xff5fe000   ( 120 MB)
> [    0.000000]     lowmem  : 0xc0000000 - 0xf75fe000   ( 885 MB)
> [    0.000000]       .init : 0xc0bca000 - 0xc0c6b000   ( 644 kB)
> [    0.000000]       .data : 0xc094723f - 0xc0bc9980   (2569 kB)
> [    0.000000]       .text : 0xc0400000 - 0xc094723f   (5404 kB)
> [    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
> [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
> [    0.000000] Hierarchical RCU implementation.
> [    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
> [    0.000000] NR_IRQS:2304 nr_irqs:712 16
> [    0.000000] CPU 0 irqstacks, hard=f380a000 soft=f380c000
> [    0.000000] Console: colour VGA+ 80x25
> [    0.000000] console [tty0] enabled
> [    0.000000] Fast TSC calibration failed
> [    0.000000] TSC: PIT calibration matches PMTIMER. 1 loops
> [    0.000000] Detected 2402.370 MHz processor.
> [    0.002001] Calibrating delay loop (skipped), value calculated using timer frequency.. 4804.74 BogoMIPS (lpj=2402370)
> [    0.002005] pid_max: default: 32768 minimum: 301
> [    0.002025] Security Framework initialized
> [    0.002032] SELinux:  Initializing.
> [    0.002040] SELinux:  Starting in permissive mode
> [    0.002087] Mount-cache hash table entries: 512
> [    0.002210] Initializing cgroup subsys cpuacct
> [    0.002215] Initializing cgroup subsys memory
> [    0.002222] Initializing cgroup subsys devices
> [    0.002224] Initializing cgroup subsys freezer
> [    0.002226] Initializing cgroup subsys net_cls
> [    0.002228] Initializing cgroup subsys blkio
> [    0.002233] Initializing cgroup subsys perf_event
> [    0.002255] CPU: Physical Processor ID: 0
> [    0.002256] CPU: Processor Core ID: 0
> [    0.002259] mce: CPU supports 6 MCE banks
> [    0.002266] CPU0: Thermal monitoring enabled (TM2)
> [    0.002268] using mwait in idle threads.
> [    0.003853] ACPI: Core revision 20110623
> [    0.007009] ftrace: allocating 22484 entries in 45 pages
> [    0.008042] Enabling APIC mode:  Flat.  Using 1 I/O APICs
> [    0.008385] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> [    0.018812] CPU0: Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz stepping 0b
> [    0.018998] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
> [    0.018998] PEBS disabled due to CPU errata.
> [    0.018998] ... version:                2
> [    0.018998] ... bit width:              40
> [    0.018998] ... generic registers:      2
> [    0.018998] ... value mask:             000000ffffffffff
> [    0.018998] ... max period:             000000007fffffff
> [    0.018998] ... fixed-purpose events:   3
> [    0.018998] ... event mask:             0000000700000003
> [    0.018998] NMI watchdog enabled, takes one hw-pmu counter.
> [    0.018998] CPU 1 irqstacks, hard=f3902000 soft=f3904000
> [    0.018998] Booting Node   0, Processors  #1
> [    0.018998] smpboot cpu 1: start_ip = 97000
> [    0.002999] Initializing CPU#1
> [    0.090020] NMI watchdog enabled, takes one hw-pmu counter.
> [    0.090116] CPU 2 irqstacks, hard=f3930000 soft=f3932000
> [    0.090118]  #2
> [    0.090119] smpboot cpu 2: start_ip = 97000
> [    0.002999] Initializing CPU#2
> [    0.162002] NMI watchdog enabled, takes one hw-pmu counter.
> [    0.162084] CPU 3 irqstacks, hard=f393e000 soft=f3948000
> [    0.162086]  #3 Ok.
> [    0.162087] smpboot cpu 3: start_ip = 97000
> [    0.002999] Initializing CPU#3
> [    0.233992] NMI watchdog enabled, takes one hw-pmu counter.
> [    0.234016] Brought up 4 CPUs
> [    0.234019] Total of 4 processors activated (19216.44 BogoMIPS).
> [    0.235092] devtmpfs: initialized
> [    0.235211] PM: Registering ACPI NVS region at bffbe000 (204800 bytes)
> [    0.236847] atomic64 test passed for i586+ platform with CX8 and with SSE
> [    0.236872] RTC time: 18:51:35, date: 03/26/12
> [    0.236905] NET: Registered protocol family 16
> [    0.237081] ACPI: bus type pci registered
> [    0.237141] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
> [    0.237144] PCI: not using MMCONFIG
> [    0.237231] PCI : PCI BIOS aera is rw and x. Use pci=nobios if you want it NX.
> [    0.237289] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=7
> [    0.237290] PCI: Using configuration type 1 for base access
> [    0.238391] bio: create slab <bio-0> at 0
> [    0.238391] ACPI: Added _OSI(Module Device)
> [    0.238391] ACPI: Added _OSI(Processor Device)
> [    0.238391] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    0.238391] ACPI: Added _OSI(Processor Aggregator Device)
> [    0.239491] ACPI: EC: Detected MSI hardware, enabling workarounds.
> [    0.239497] ACPI: EC: Look up EC in DSDT
> [    0.240586] ACPI: Executed 1 blocks of module-level executable AML code
> [    0.243093] ACPI: SSDT bffc00f0 00277 (v01 DpgPmm  P001Ist 00000011 INTL 20051117)
> [    0.243315] ACPI: Dynamic OEM Table Load:
> [    0.243318] ACPI: SSDT   (null) 00277 (v01 DpgPmm  P001Ist 00000011 INTL 20051117)
> [    0.243555] ACPI: SSDT bffc0580 00277 (v01 DpgPmm  P002Ist 00000012 INTL 20051117)
> [    0.243776] ACPI: Dynamic OEM Table Load:
> [    0.243779] ACPI: SSDT   (null) 00277 (v01 DpgPmm  P002Ist 00000012 INTL 20051117)
> [    0.244019] ACPI: SSDT bffc0a10 00277 (v01 DpgPmm  P003Ist 00000012 INTL 20051117)
> [    0.244242] ACPI: Dynamic OEM Table Load:
> [    0.244245] ACPI: SSDT   (null) 00277 (v01 DpgPmm  P003Ist 00000012 INTL 20051117)
> [    0.244478] ACPI: SSDT bffc0ea0 00277 (v01 DpgPmm  P004Ist 00000012 INTL 20051117)
> [    0.244704] ACPI: Dynamic OEM Table Load:
> [    0.244707] ACPI: SSDT   (null) 00277 (v01 DpgPmm  P004Ist 00000012 INTL 20051117)
> [    0.244925] ACPI: Interpreter enabled
> [    0.244945] ACPI: (supports S0 S3 S4 S5)
> [    0.244962] ACPI: Using IOAPIC for interrupt routing
> [    0.244986] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
> [    0.245998] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
> [    0.246000] PCI: Using MMCONFIG for extended config space
> [    0.251283] ACPI: No dock devices found.
> [    0.251285] HEST: Table not found.
> [    0.251290] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
> [    0.251452] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
> [    0.251617] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7] (ignored)
> [    0.251620] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff] (ignored)
> [    0.251623] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
> [    0.251625] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
> [    0.251627] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff] (ignored)
> [    0.251629] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xffffffff] (ignored)
> [    0.251639] pci 0000:00:00.0: [8086:29c0] type 0 class 0x000600
> [    0.251680] pci 0000:00:01.0: [8086:29c1] type 1 class 0x000604
> [    0.251719] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
> [    0.251722] pci 0000:00:01.0: PME# disabled
> [    0.251757] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
> [    0.251797] pci 0000:00:1a.0: reg 20: [io  0x9c00-0x9c1f]
> [    0.251844] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
> [    0.251884] pci 0000:00:1a.1: reg 20: [io  0x9880-0x989f]
> [    0.251940] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
> [    0.251960] pci 0000:00:1a.7: reg 10: [mem 0xf9fffc00-0xf9ffffff]
> [    0.252049] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
> [    0.252054] pci 0000:00:1a.7: PME# disabled
> [    0.252076] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
> [    0.252090] pci 0000:00:1b.0: reg 10: [mem 0xf9ff8000-0xf9ffbfff 64bit]
> [    0.252152] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
> [    0.252156] pci 0000:00:1b.0: PME# disabled
> [    0.252174] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
> [    0.252238] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
> [    0.252241] pci 0000:00:1c.0: PME# disabled
> [    0.252261] pci 0000:00:1c.1: [8086:2942] type 1 class 0x000604
> [    0.252325] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
> [    0.252328] pci 0000:00:1c.1: PME# disabled
> [    0.252348] pci 0000:00:1c.2: [8086:2944] type 1 class 0x000604
> [    0.252412] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
> [    0.252416] pci 0000:00:1c.2: PME# disabled
> [    0.252436] pci 0000:00:1c.4: [8086:2948] type 1 class 0x000604
> [    0.252500] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
> [    0.252503] pci 0000:00:1c.4: PME# disabled
> [    0.252523] pci 0000:00:1c.5: [8086:294a] type 1 class 0x000604
> [    0.252587] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
> [    0.252590] pci 0000:00:1c.5: PME# disabled
> [    0.252611] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
> [    0.252651] pci 0000:00:1d.0: reg 20: [io  0x9800-0x981f]
> [    0.252698] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
> [    0.252737] pci 0000:00:1d.1: reg 20: [io  0x9480-0x949f]
> [    0.252786] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
> [    0.252826] pci 0000:00:1d.2: reg 20: [io  0x9400-0x941f]
> [    0.252873] pci 0000:00:1d.3: [8086:2939] type 0 class 0x000c03
> [    0.252912] pci 0000:00:1d.3: reg 20: [io  0x9080-0x909f]
> [    0.252967] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
> [    0.252991] pci 0000:00:1d.7: reg 10: [mem 0xf9fff800-0xf9fffbff]
> [    0.253075] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
> [    0.253079] pci 0000:00:1d.7: PME# disabled
> [    0.253096] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
> [    0.253154] pci 0000:00:1f.0: [8086:2918] type 0 class 0x000601
> [    0.253230] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0a00 (mask 00ff)
> [    0.253275] pci 0000:00:1f.2: [8086:2921] type 0 class 0x000101
> [    0.253289] pci 0000:00:1f.2: reg 10: [io  0x9000-0x9007]
> [    0.253296] pci 0000:00:1f.2: reg 14: [io  0x8c00-0x8c03]
> [    0.253304] pci 0000:00:1f.2: reg 18: [io  0x8880-0x8887]
> [    0.253311] pci 0000:00:1f.2: reg 1c: [io  0x8800-0x8803]
> [    0.253318] pci 0000:00:1f.2: reg 20: [io  0x8480-0x848f]
> [    0.253325] pci 0000:00:1f.2: reg 24: [io  0x8400-0x840f]
> [    0.253368] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
> [    0.253382] pci 0000:00:1f.3: reg 10: [mem 0xf9fff400-0xf9fff4ff 64bit]
> [    0.253402] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
> [    0.253432] pci 0000:00:1f.5: [8086:2926] type 0 class 0x000101
> [    0.253446] pci 0000:00:1f.5: reg 10: [io  0x8000-0x8007]
> [    0.253454] pci 0000:00:1f.5: reg 14: [io  0x7c00-0x7c03]
> [    0.253461] pci 0000:00:1f.5: reg 18: [io  0x7880-0x7887]
> [    0.253469] pci 0000:00:1f.5: reg 1c: [io  0x7800-0x7803]
> [    0.253476] pci 0000:00:1f.5: reg 20: [io  0x7480-0x748f]
> [    0.253483] pci 0000:00:1f.5: reg 24: [io  0x7400-0x740f]
> [    0.253556] pci 0000:01:00.0: [10de:0615] type 0 class 0x000300
> [    0.253566] pci 0000:01:00.0: reg 10: [mem 0xfd000000-0xfdffffff]
> [    0.253576] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
> [    0.253587] pci 0000:01:00.0: reg 1c: [mem 0xfa000000-0xfbffffff 64bit]
> [    0.253594] pci 0000:01:00.0: reg 24: [io  0xac00-0xac7f]
> [    0.253601] pci 0000:01:00.0: reg 30: [mem 0xfe7e0000-0xfe7fffff pref]
> [    0.253652] pci 0000:00:01.0: PCI bridge to [bus 01-01]
> [    0.253655] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
> [    0.253658] pci 0000:00:01.0:   bridge window [mem 0xfa000000-0xfe7fffff]
> [    0.253662] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
> [    0.253698] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
> [    0.253762] pci 0000:03:00.0: [1095:3132] type 0 class 0x000180
> [    0.253787] pci 0000:03:00.0: reg 10: [mem 0xfe8ffc00-0xfe8ffc7f 64bit]
> [    0.253807] pci 0000:03:00.0: reg 18: [mem 0xfe8f8000-0xfe8fbfff 64bit]
> [    0.253821] pci 0000:03:00.0: reg 20: [io  0xbc00-0xbc7f]
> [    0.253846] pci 0000:03:00.0: reg 30: [mem 0xfe800000-0xfe87ffff pref]
> [    0.253910] pci 0000:03:00.0: supports D1 D2
> [    0.253931] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
> [    0.253935] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
> [    0.253939] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
> [    0.253942] pci 0000:00:1c.1:   bridge window [mem 0xfe800000-0xfe8fffff]
> [    0.254007] pci 0000:04:00.0: [1095:3132] type 0 class 0x000180
> [    0.254033] pci 0000:04:00.0: reg 10: [mem 0xfe9ffc00-0xfe9ffc7f 64bit]
> [    0.254054] pci 0000:04:00.0: reg 18: [mem 0xfe9f8000-0xfe9fbfff 64bit]
> [    0.254067] pci 0000:04:00.0: reg 20: [io  0xcc00-0xcc7f]
> [    0.254093] pci 0000:04:00.0: reg 30: [mem 0xfe900000-0xfe97ffff pref]
> [    0.254157] pci 0000:04:00.0: supports D1 D2
> [    0.254177] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
> [    0.254182] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
> [    0.254185] pci 0000:00:1c.2:   bridge window [io  0xc000-0xcfff]
> [    0.254189] pci 0000:00:1c.2:   bridge window [mem 0xfe900000-0xfe9fffff]
> [    0.254245] pci 0000:05:00.0: [11ab:6121] type 0 class 0x000101
> [    0.254260] pci 0000:05:00.0: reg 10: [io  0xdc00-0xdc07]
> [    0.254272] pci 0000:05:00.0: reg 14: [io  0xd880-0xd883]
> [    0.254283] pci 0000:05:00.0: reg 18: [io  0xd800-0xd807]
> [    0.254295] pci 0000:05:00.0: reg 1c: [io  0xd480-0xd483]
> [    0.254306] pci 0000:05:00.0: reg 20: [io  0xd400-0xd40f]
> [    0.254317] pci 0000:05:00.0: reg 24: [mem 0xfeaffc00-0xfeafffff]
> [    0.254379] pci 0000:05:00.0: supports D1
> [    0.254381] pci 0000:05:00.0: PME# supported from D0 D1 D3hot
> [    0.254386] pci 0000:05:00.0: PME# disabled
> [    0.254402] pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
> [    0.254406] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
> [    0.254410] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
> [    0.254414] pci 0000:00:1c.4:   bridge window [mem 0xfea00000-0xfeafffff]
> [    0.254475] pci 0000:06:00.0: [10ec:8168] type 0 class 0x000200
> [    0.254493] pci 0000:06:00.0: reg 10: [io  0xe800-0xe8ff]
> [    0.254523] pci 0000:06:00.0: reg 18: [mem 0xfebff000-0xfebfffff 64bit]
> [    0.254558] pci 0000:06:00.0: reg 30: [mem 0xfebc0000-0xfebdffff pref]
> [    0.254635] pci 0000:06:00.0: supports D1 D2
> [    0.254637] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
> [    0.254642] pci 0000:06:00.0: PME# disabled
> [    0.254664] pci 0000:06:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
> [    0.254668] pci 0000:00:1c.5: PCI bridge to [bus 06-06]
> [    0.254672] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
> [    0.254676] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
> [    0.254735] pci 0000:00:1e.0: PCI bridge to [bus 07-07] (subtractive decode)
> [    0.254744] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
> [    0.254747] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
> [    0.254772] pci_bus 0000:00: on NUMA node 0
> [    0.254775] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
> [    0.254920] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
> [    0.255028] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
> [    0.255069] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
> [    0.255110] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
> [    0.255153] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
> [    0.255193] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
> [    0.255323]  pci0000:00: Requesting ACPI _OSC control (0x1d)
> [    0.255478]  pci0000:00: ACPI _OSC control (0x1d) granted
> [    0.264124] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
> [    0.264168] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
> [    0.264208] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
> [    0.264250] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 14 *15)
> [    0.264292] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
> [    0.264337] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12 *14 15)
> [    0.264379] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 6 7 10 11 12 14 15)
> [    0.264421] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 7 *10 11 12 14 15)
> [    0.264500] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
> [    0.264500] vgaarb: loaded
> [    0.264500] vgaarb: bridge control possible 0000:01:00.0
> [    0.264500] SCSI subsystem initialized
> [    0.264517] libata version 3.00 loaded.
> [    0.264517] usbcore: registered new interface driver usbfs
> [    0.264517] usbcore: registered new interface driver hub
> [    0.264517] usbcore: registered new device driver usb
> [    0.264517] PCI: Using ACPI for IRQ routing
> [    0.264517] PCI: pci_cache_line_size set to 64 bytes
> [    0.264517] reserve RAM buffer: 000000000009b800 - 000000000009ffff 
> [    0.264517] reserve RAM buffer: 00000000bffb0000 - 00000000bfffffff 
> [    0.264991] NetLabel: Initializing
> [    0.264992] NetLabel:  domain hash size = 128
> [    0.264994] NetLabel:  protocols = UNLABELED CIPSOv4
> [    0.265003] NetLabel:  unlabeled traffic allowed by default
> [    0.272818] pnp: PnP ACPI init
> [    0.272833] ACPI: bus type pnp registered
> [    0.272930] pnp 00:00: [bus 00-ff]
> [    0.272933] pnp 00:00: [io  0x0cf8-0x0cff]
> [    0.272935] pnp 00:00: [io  0x0000-0x0cf7 window]
> [    0.272938] pnp 00:00: [io  0x0d00-0xffff window]
> [    0.272940] pnp 00:00: [mem 0x000a0000-0x000bffff window]
> [    0.272942] pnp 00:00: [mem 0x000d0000-0x000dffff window]
> [    0.272946] pnp 00:00: [mem 0xc0000000-0xdfffffff window]
> [    0.272948] pnp 00:00: [mem 0xf0000000-0xffffffff window]
> [    0.273001] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
> [    0.273011] pnp 00:01: [mem 0xfed14000-0xfed19fff]
> [    0.273064] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
> [    0.273067] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
> [    0.273096] pnp 00:02: [dma 4]
> [    0.273098] pnp 00:02: [io  0x0000-0x000f]
> [    0.273100] pnp 00:02: [io  0x0081-0x0083]
> [    0.273102] pnp 00:02: [io  0x0087]
> [    0.273104] pnp 00:02: [io  0x0089-0x008b]
> [    0.273105] pnp 00:02: [io  0x008f]
> [    0.273107] pnp 00:02: [io  0x00c0-0x00df]
> [    0.273132] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
> [    0.273142] pnp 00:03: [io  0x0070-0x0071]
> [    0.273151] pnp 00:03: [irq 8]
> [    0.273178] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
> [    0.273186] pnp 00:04: [io  0x0061]
> [    0.273210] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
> [    0.273218] pnp 00:05: [io  0x00f0-0x00ff]
> [    0.273223] pnp 00:05: [irq 13]
> [    0.273248] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
> [    0.273481] pnp 00:06: [io  0x03f8-0x03ff]
> [    0.273486] pnp 00:06: [irq 4]
> [    0.273488] pnp 00:06: [dma 0 disabled]
> [    0.273553] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
> [    0.273948] pnp 00:07: [io  0x0378-0x037f]
> [    0.273953] pnp 00:07: [irq 7]
> [    0.273955] pnp 00:07: [dma 0 disabled]
> [    0.274087] pnp 00:07: Plug and Play ACPI device, IDs PNP0400 (active)
> [    0.274113] pnp 00:08: [io  0x0060]
> [    0.274115] pnp 00:08: [io  0x0064]
> [    0.274119] pnp 00:08: [irq 1]
> [    0.274155] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
> [    0.274196] pnp 00:09: [irq 12]
> [    0.274229] pnp 00:09: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
> [    0.274307] pnp 00:0a: [io  0x0000-0xffffffffffffffff disabled]
> [    0.274310] pnp 00:0a: [io  0x0a00-0x0adf]
> [    0.274312] pnp 00:0a: [io  0x0ae0-0x0aef]
> [    0.274363] system 00:0a: [io  0x0a00-0x0adf] has been reserved
> [    0.274366] system 00:0a: [io  0x0ae0-0x0aef] has been reserved
> [    0.274369] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.274437] pnp 00:0b: [io  0x0010-0x001f]
> [    0.274440] pnp 00:0b: [io  0x0022-0x003f]
> [    0.274441] pnp 00:0b: [io  0x0044-0x005f]
> [    0.274443] pnp 00:0b: [io  0x0062-0x0063]
> [    0.274445] pnp 00:0b: [io  0x0065-0x006f]
> [    0.274447] pnp 00:0b: [io  0x0072-0x007f]
> [    0.274448] pnp 00:0b: [io  0x0080]
> [    0.274450] pnp 00:0b: [io  0x0084-0x0086]
> [    0.274452] pnp 00:0b: [io  0x0088]
> [    0.274455] pnp 00:0b: [io  0x008c-0x008e]
> [    0.274457] pnp 00:0b: [io  0x0090-0x009f]
> [    0.274459] pnp 00:0b: [io  0x00a2-0x00bf]
> [    0.274461] pnp 00:0b: [io  0x00e0-0x00ef]
> [    0.274463] pnp 00:0b: [io  0x04d0-0x04d1]
> [    0.274464] pnp 00:0b: [io  0x0800-0x087f]
> [    0.274466] pnp 00:0b: [io  0x0000-0xffffffffffffffff disabled]
> [    0.274468] pnp 00:0b: [io  0x0480-0x04bf]
> [    0.274470] pnp 00:0b: [mem 0xfed1c000-0xfed1ffff]
> [    0.274472] pnp 00:0b: [mem 0xfed20000-0xfed8ffff]
> [    0.274541] system 00:0b: [io  0x04d0-0x04d1] has been reserved
> [    0.274544] system 00:0b: [io  0x0800-0x087f] has been reserved
> [    0.274546] system 00:0b: [io  0x0480-0x04bf] has been reserved
> [    0.274549] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
> [    0.274551] system 00:0b: [mem 0xfed20000-0xfed8ffff] has been reserved
> [    0.274554] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.274625] pnp 00:0c: [mem 0xffb00000-0xffbfffff]
> [    0.274627] pnp 00:0c: [mem 0xfff00000-0xffffffff]
> [    0.274655] pnp 00:0c: Plug and Play ACPI device, IDs INT0800 (active)
> [    0.274694] pnp 00:0d: [mem 0xffc00000-0xffefffff]
> [    0.274744] system 00:0d: [mem 0xffc00000-0xffefffff] has been reserved
> [    0.274747] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.274820] pnp 00:0e: [mem 0xfec00000-0xfec00fff]
> [    0.274822] pnp 00:0e: [mem 0xfee00000-0xfee00fff]
> [    0.274870] system 00:0e: [mem 0xfec00000-0xfec00fff] could not be reserved
> [    0.274873] system 00:0e: [mem 0xfee00000-0xfee00fff] has been reserved
> [    0.274876] system 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.274906] pnp 00:0f: [mem 0xe0000000-0xefffffff]
> [    0.274956] system 00:0f: [mem 0xe0000000-0xefffffff] has been reserved
> [    0.274959] system 00:0f: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.275113] pnp 00:10: [mem 0x00000000-0x0009ffff]
> [    0.275115] pnp 00:10: [mem 0x000c0000-0x000cffff]
> [    0.275117] pnp 00:10: [mem 0x000e0000-0x000fffff]
> [    0.275119] pnp 00:10: [mem 0x00100000-0xbfffffff]
> [    0.275121] pnp 00:10: [mem 0x00000000-0xffffffffffffffff disabled]
> [    0.275180] system 00:10: [mem 0x00000000-0x0009ffff] could not be reserved
> [    0.275183] system 00:10: [mem 0x000c0000-0x000cffff] could not be reserved
> [    0.275186] system 00:10: [mem 0x000e0000-0x000fffff] could not be reserved
> [    0.275188] system 00:10: [mem 0x00100000-0xbfffffff] could not be reserved
> [    0.275191] system 00:10: Plug and Play ACPI device, IDs PNP0c01 (active)
> [    0.275308] pnp: PnP ACPI: found 17 devices
> [    0.275309] ACPI: ACPI bus type pnp unregistered
> [    0.312103] Switching to clocksource acpi_pm
> [    0.312137] PCI: max bus depth: 1 pci_try_num: 2
> [    0.312182] pci 0000:00:1c.5: BAR 15: assigned [mem 0xc0000000-0xc01fffff 64bit pref]
> [    0.312186] pci 0000:00:1c.4: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
> [    0.312189] pci 0000:00:1c.2: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
> [    0.312192] pci 0000:00:1c.1: BAR 15: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
> [    0.312195] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0800000-0xc09fffff]
> [    0.312198] pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0a00000-0xc0bfffff 64bit pref]
> [    0.312201] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
> [    0.312204] pci 0000:00:01.0: PCI bridge to [bus 01-01]
> [    0.312207] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
> [    0.312210] pci 0000:00:01.0:   bridge window [mem 0xfa000000-0xfe7fffff]
> [    0.312214] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
> [    0.312218] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
> [    0.312221] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
> [    0.312225] pci 0000:00:1c.0:   bridge window [mem 0xc0800000-0xc09fffff]
> [    0.312229] pci 0000:00:1c.0:   bridge window [mem 0xc0a00000-0xc0bfffff 64bit pref]
> [    0.312234] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
> [    0.312237] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
> [    0.312241] pci 0000:00:1c.1:   bridge window [mem 0xfe800000-0xfe8fffff]
> [    0.312245] pci 0000:00:1c.1:   bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
> [    0.312250] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
> [    0.312253] pci 0000:00:1c.2:   bridge window [io  0xc000-0xcfff]
> [    0.312257] pci 0000:00:1c.2:   bridge window [mem 0xfe900000-0xfe9fffff]
> [    0.312261] pci 0000:00:1c.2:   bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
> [    0.312267] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
> [    0.312269] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
> [    0.312274] pci 0000:00:1c.4:   bridge window [mem 0xfea00000-0xfeafffff]
> [    0.312277] pci 0000:00:1c.4:   bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
> [    0.312283] pci 0000:00:1c.5: PCI bridge to [bus 06-06]
> [    0.312285] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
> [    0.312290] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
> [    0.312293] pci 0000:00:1c.5:   bridge window [mem 0xc0000000-0xc01fffff 64bit pref]
> [    0.312299] pci 0000:00:1e.0: PCI bridge to [bus 07-07]
> [    0.312318] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    0.312321] pci 0000:00:01.0: setting latency timer to 64
> [    0.312326] pci 0000:00:1c.0: enabling device (0104 -> 0107)
> [    0.312333] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> [    0.312337] pci 0000:00:1c.0: setting latency timer to 64
> [    0.312342] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
> [    0.312346] pci 0000:00:1c.1: setting latency timer to 64
> [    0.312354] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> [    0.312357] pci 0000:00:1c.2: setting latency timer to 64
> [    0.312363] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> [    0.312366] pci 0000:00:1c.4: setting latency timer to 64
> [    0.312371] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
> [    0.312375] pci 0000:00:1c.5: setting latency timer to 64
> [    0.312380] pci 0000:00:1e.0: setting latency timer to 64
> [    0.312384] pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
> [    0.312386] pci_bus 0000:00: resource 1 [mem 0x00000000-0xfffffffff]
> [    0.312388] pci_bus 0000:01: resource 0 [io  0xa000-0xafff]
> [    0.312390] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfe7fffff]
> [    0.312393] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
> [    0.312395] pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
> [    0.312397] pci_bus 0000:02: resource 1 [mem 0xc0800000-0xc09fffff]
> [    0.312399] pci_bus 0000:02: resource 2 [mem 0xc0a00000-0xc0bfffff 64bit pref]
> [    0.312401] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
> [    0.312403] pci_bus 0000:03: resource 1 [mem 0xfe800000-0xfe8fffff]
> [    0.312405] pci_bus 0000:03: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
> [    0.312408] pci_bus 0000:04: resource 0 [io  0xc000-0xcfff]
> [    0.312409] pci_bus 0000:04: resource 1 [mem 0xfe900000-0xfe9fffff]
> [    0.312412] pci_bus 0000:04: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
> [    0.312414] pci_bus 0000:05: resource 0 [io  0xd000-0xdfff]
> [    0.312416] pci_bus 0000:05: resource 1 [mem 0xfea00000-0xfeafffff]
> [    0.312418] pci_bus 0000:05: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
> [    0.312420] pci_bus 0000:06: resource 0 [io  0xe000-0xefff]
> [    0.312422] pci_bus 0000:06: resource 1 [mem 0xfeb00000-0xfebfffff]
> [    0.312425] pci_bus 0000:06: resource 2 [mem 0xc0000000-0xc01fffff 64bit pref]
> [    0.312427] pci_bus 0000:07: resource 4 [io  0x0000-0xffff]
> [    0.312429] pci_bus 0000:07: resource 5 [mem 0x00000000-0xfffffffff]
> [    0.312453] NET: Registered protocol family 2
> [    0.312491] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
> [    0.312587] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
> [    0.312959] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
> [    0.313062] TCP: Hash tables configured (established 131072 bind 65536)
> [    0.313064] TCP reno registered
> [    0.313066] UDP hash table entries: 512 (order: 2, 16384 bytes)
> [    0.313075] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
> [    0.313132] NET: Registered protocol family 1
> [    0.313150] pci 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    0.313165] pci 0000:00:1a.0: PCI INT A disabled
> [    0.313177] pci 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
> [    0.313191] pci 0000:00:1a.1: PCI INT B disabled
> [    0.313199] pci 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> [    0.313219] pci 0000:00:1a.7: PCI INT C disabled
> [    0.313239] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
> [    0.313254] pci 0000:00:1d.0: PCI INT A disabled
> [    0.313263] pci 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> [    0.313277] pci 0000:00:1d.1: PCI INT B disabled
> [    0.313284] pci 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> [    0.313298] pci 0000:00:1d.2: PCI INT C disabled
> [    0.313304] pci 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
> [    0.313319] pci 0000:00:1d.3: PCI INT D disabled
> [    0.313326] pci 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
> [    0.313339] pci 0000:00:1d.7: PCI INT A disabled
> [    0.313360] pci 0000:01:00.0: Boot video device
> [    0.313373] PCI: CLS 32 bytes, default 64
> [    0.313428] Unpacking initramfs...
> [    0.653964] Freeing initrd memory: 15804k freed
> [    0.660788] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
> [    0.660791] apm: disabled - APM is not SMP safe.
> [    0.660926] Intel AES-NI instructions are not detected.
> [    0.661079] audit: initializing netlink socket (disabled)
> [    0.661095] type=2000 audit(1332787894.661:1): initialized
> [    0.684390] highmem bounce pool size: 64 pages
> [    0.684395] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> [    0.695503] VFS: Disk quotas dquot_6.5.2
> [    0.695557] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
> [    0.696083] msgmni has been set to 1678
> [    0.696142] SELinux:  Registering netfilter hooks
> [    0.696558] alg: No test for stdrng (krng)
> [    0.696571] NET: Registered protocol family 38
> [    0.696613] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
> [    0.696650] io scheduler noop registered
> [    0.696652] io scheduler deadline registered
> [    0.696658] io scheduler cfq registered (default)
> [    0.696876] pcieport 0000:00:01.0: setting latency timer to 64
> [    0.696905] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
> [    0.696970] pcieport 0000:00:1c.0: setting latency timer to 64
> [    0.697023] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
> [    0.697112] pcieport 0000:00:1c.1: setting latency timer to 64
> [    0.697146] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
> [    0.697234] pcieport 0000:00:1c.2: setting latency timer to 64
> [    0.697267] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
> [    0.697355] pcieport 0000:00:1c.4: setting latency timer to 64
> [    0.697388] pcieport 0000:00:1c.4: irq 44 for MSI/MSI-X
> [    0.697476] pcieport 0000:00:1c.5: setting latency timer to 64
> [    0.697509] pcieport 0000:00:1c.5: irq 45 for MSI/MSI-X
> [    0.697627] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
> [    0.697629] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
> [    0.697632] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
> [    0.697648] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
> [    0.697652] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
> [    0.697668] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
> [    0.697670] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
> [    0.697674] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
> [    0.697689] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
> [    0.697691] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
> [    0.697695] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
> [    0.697710] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
> [    0.697712] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
> [    0.697716] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
> [    0.697732] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
> [    0.697734] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
> [    0.697738] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
> [    0.697757] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> [    0.697807] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 2940 ss_vid 1462 ss_did 7360
> [    0.697825] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
> [    0.697834] pciehp 0000:00:1c.1:pcie04: HPC vendor_id 8086 device_id 2942 ss_vid 1462 ss_did 7360
> [    0.697850] pciehp 0000:00:1c.1:pcie04: service driver pciehp loaded
> [    0.697860] pciehp 0000:00:1c.2:pcie04: HPC vendor_id 8086 device_id 2944 ss_vid 1462 ss_did 7360
> [    0.697876] pciehp 0000:00:1c.2:pcie04: service driver pciehp loaded
> [    0.697886] pciehp 0000:00:1c.4:pcie04: HPC vendor_id 8086 device_id 2948 ss_vid 1462 ss_did 7360
> [    0.697902] pciehp 0000:00:1c.4:pcie04: service driver pciehp loaded
> [    0.697912] pciehp 0000:00:1c.5:pcie04: HPC vendor_id 8086 device_id 294a ss_vid 1462 ss_did 7360
> [    0.697929] pciehp 0000:00:1c.5:pcie04: service driver pciehp loaded
> [    0.697937] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
> [    0.697939] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
> [    0.698253] intel_idle: MWAIT substates: 0x20
> [    0.698255] intel_idle: does not run on family 6 model 15
> [    0.698326] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
> [    0.698330] ACPI: Power Button [PWRB]
> [    0.698375] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
> [    0.698378] ACPI: Power Button [PWRF]
> [    0.700070] ERST: Table is not found!
> [    0.700072] GHES: HEST is not enabled!
> [    0.700085] isapnp: Scanning for PnP cards...
> [    1.055917] isapnp: No Plug & Play device found
> [    1.056011] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> [    1.076497] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [    1.097724] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [    1.106358] Non-volatile memory driver v1.3
> [    1.106360] Linux agpgart interface v0.103
> [    1.107481] loop: module loaded
> [    1.107541] ahci 0000:05:00.0: version 3.0
> [    1.107565] ata_piix 0000:00:1f.2: version 2.13
> [    1.107577] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> [    1.107581] ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
> [    1.107613] ata_piix 0000:00:1f.2: setting latency timer to 64
> [    1.107848] scsi0 : ata_piix
> [    1.107929] scsi1 : ata_piix
> [    1.109107] ata1: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 19
> [    1.109111] ata2: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 19
> [    1.109128] ata_piix 0000:00:1f.5: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> [    1.109134] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
> [    1.109177] ata_piix 0000:00:1f.5: setting latency timer to 64
> [    1.109401] scsi2 : ata_piix
> [    1.109481] scsi3 : ata_piix
> [    1.110534] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 19
> [    1.110538] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 19
> [    1.110597] Fixed MDIO Bus: probed
> [    1.110664] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    1.110677] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> [    1.110692] ehci_hcd 0000:00:1a.7: setting latency timer to 64
> [    1.110695] ehci_hcd 0000:00:1a.7: EHCI Host Controller
> [    1.110765] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
> [    1.110787] ehci_hcd 0000:00:1a.7: debug port 1
> [    1.114672] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
> [    1.114686] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf9fffc00
> [    1.124019] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
> [    1.124038] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
> [    1.124041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.124043] usb usb1: Product: EHCI Host Controller
> [    1.124045] usb usb1: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE ehci_hcd
> [    1.124047] usb usb1: SerialNumber: 0000:00:1a.7
> [    1.124164] hub 1-0:1.0: USB hub found
> [    1.124168] hub 1-0:1.0: 4 ports detected
> [    1.124239] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
> [    1.124249] ehci_hcd 0000:00:1d.7: setting latency timer to 64
> [    1.124252] ehci_hcd 0000:00:1d.7: EHCI Host Controller
> [    1.124305] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
> [    1.124325] ehci_hcd 0000:00:1d.7: debug port 1
> [    1.128222] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
> [    1.128235] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fff800
> [    1.138019] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
> [    1.138032] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
> [    1.138034] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.138036] usb usb2: Product: EHCI Host Controller
> [    1.138038] usb usb2: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE ehci_hcd
> [    1.138040] usb usb2: SerialNumber: 0000:00:1d.7
> [    1.138147] hub 2-0:1.0: USB hub found
> [    1.138151] hub 2-0:1.0: 8 ports detected
> [    1.138230] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [    1.138243] uhci_hcd: USB Universal Host Controller Interface driver
> [    1.138258] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    1.138265] uhci_hcd 0000:00:1a.0: setting latency timer to 64
> [    1.138268] uhci_hcd 0000:00:1a.0: UHCI Host Controller
> [    1.138322] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
> [    1.138350] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009c00
> [    1.138376] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
> [    1.138378] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.138380] usb usb3: Product: UHCI Host Controller
> [    1.138382] usb usb3: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
> [    1.138384] usb usb3: SerialNumber: 0000:00:1a.0
> [    1.138490] hub 3-0:1.0: USB hub found
> [    1.138493] hub 3-0:1.0: 2 ports detected
> [    1.138559] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
> [    1.138565] uhci_hcd 0000:00:1a.1: setting latency timer to 64
> [    1.138568] uhci_hcd 0000:00:1a.1: UHCI Host Controller
> [    1.138621] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
> [    1.138649] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880
> [    1.138674] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
> [    1.138676] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.138679] usb usb4: Product: UHCI Host Controller
> [    1.138680] usb usb4: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
> [    1.138682] usb usb4: SerialNumber: 0000:00:1a.1
> [    1.138787] hub 4-0:1.0: USB hub found
> [    1.138791] hub 4-0:1.0: 2 ports detected
> [    1.138857] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
> [    1.138864] uhci_hcd 0000:00:1d.0: setting latency timer to 64
> [    1.138866] uhci_hcd 0000:00:1d.0: UHCI Host Controller
> [    1.138918] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
> [    1.138938] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009800
> [    1.138963] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
> [    1.138965] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.138968] usb usb5: Product: UHCI Host Controller
> [    1.138969] usb usb5: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
> [    1.138971] usb usb5: SerialNumber: 0000:00:1d.0
> [    1.139081] hub 5-0:1.0: USB hub found
> [    1.139085] hub 5-0:1.0: 2 ports detected
> [    1.139154] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> [    1.139160] uhci_hcd 0000:00:1d.1: setting latency timer to 64
> [    1.139163] uhci_hcd 0000:00:1d.1: UHCI Host Controller
> [    1.139223] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
> [    1.139245] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009480
> [    1.139270] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
> [    1.139272] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.139274] usb usb6: Product: UHCI Host Controller
> [    1.139276] usb usb6: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
> [    1.139278] usb usb6: SerialNumber: 0000:00:1d.1
> [    1.139379] hub 6-0:1.0: USB hub found
> [    1.139383] hub 6-0:1.0: 2 ports detected
> [    1.139446] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
> [    1.139453] uhci_hcd 0000:00:1d.2: setting latency timer to 64
> [    1.139456] uhci_hcd 0000:00:1d.2: UHCI Host Controller
> [    1.139508] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
> [    1.139529] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009400
> [    1.139553] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
> [    1.139556] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.139558] usb usb7: Product: UHCI Host Controller
> [    1.139559] usb usb7: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
> [    1.139561] usb usb7: SerialNumber: 0000:00:1d.2
> [    1.139660] hub 7-0:1.0: USB hub found
> [    1.139663] hub 7-0:1.0: 2 ports detected
> [    1.139727] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
> [    1.139733] uhci_hcd 0000:00:1d.3: setting latency timer to 64
> [    1.139736] uhci_hcd 0000:00:1d.3: UHCI Host Controller
> [    1.139787] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8
> [    1.139808] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00009080
> [    1.139832] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
> [    1.139835] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    1.139837] usb usb8: Product: UHCI Host Controller
> [    1.139839] usb usb8: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
> [    1.139841] usb usb8: SerialNumber: 0000:00:1d.3
> [    1.139939] hub 8-0:1.0: USB hub found
> [    1.139943] hub 8-0:1.0: 2 ports detected
> [    1.140061] usbcore: registered new interface driver usbserial
> [    1.140070] USB Serial support registered for generic
> [    1.140083] usbcore: registered new interface driver usbserial_generic
> [    1.140085] usbserial: USB Serial Driver core
> [    1.140144] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
> [    1.142542] serio: i8042 KBD port at 0x60,0x64 irq 1
> [    1.142548] serio: i8042 AUX port at 0x60,0x64 irq 12
> [    1.142650] mousedev: PS/2 mouse device common for all mice
> [    1.142850] rtc_cmos 00:03: RTC can wake from S4
> [    1.142965] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
> [    1.142985] rtc0: alarms up to one month, y3k, 114 bytes nvram
> [    1.143049] device-mapper: uevent: version 1.0.3
> [    1.143129] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
> [    1.143173] cpuidle: using governor ladder
> [    1.143175] cpuidle: using governor menu
> [    1.143310] EFI Variables Facility v0.08 2004-May-17
> [    1.143451] usbcore: registered new interface driver usbhid
> [    1.143453] usbhid: USB HID core driver
> [    1.143499] ip_tables: (C) 2000-2006 Netfilter Core Team
> [    1.143510] TCP cubic registered
> [    1.143512] Initializing XFRM netlink socket
> [    1.143626] NET: Registered protocol family 10
> [    1.143745] Mobile IPv6
> [    1.143748] NET: Registered protocol family 17
> [    1.143759] Registering the dns_resolver key type
> [    1.143773] Using IPI No-Shortcut mode
> [    1.143895] PM: Hibernation image not present or could not be loaded.
> [    1.143909] registered taskstats version 1
> [    1.149523]   Magic number: 4:185:899
> [    1.149603] rtc_cmos 00:03: setting system clock to 2012-03-26 18:51:35 UTC (1332787895)
> [    1.150476] Initializing network drop monitor service
> [    1.161406] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
> [    1.425771] ata3: SATA link down (SStatus 0 SControl 300)
> [    1.512378] input: PS2++ Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input3
> [    1.565064] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    1.565168] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    1.576064] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    1.580317] ata4.00: ATA-7: Maxtor 7V250F0, VA111630, max UDMA/133
> [    1.580321] ata4.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    1.581021] usb 4-1: new low-speed USB device number 2 using uhci_hcd
> [    1.587163] ata4.00: configured for UDMA/133
> [    1.608220] ata2.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
> [    1.608223] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    1.616082] ata1.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
> [    1.616086] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
> [    1.662033] Refined TSC clocksource calibration: 2402.378 MHz.
> [    1.662038] Switching to clocksource tsc
> [    1.683190] ata2.00: configured for UDMA/133
> [    1.691047] ata1.00: configured for UDMA/133
> [    1.691200] scsi 0:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
> [    1.691402] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
> [    1.691414] sd 0:0:0:0: Attached scsi generic sg0 type 0
> [    1.691473] sd 0:0:0:0: [sda] Write Protect is off
> [    1.691477] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> [    1.691511] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    1.691657] scsi 1:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
> [    1.691878] sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
> [    1.691889] sd 1:0:0:0: Attached scsi generic sg1 type 0
> [    1.691988] sd 1:0:0:0: [sdb] Write Protect is off
> [    1.691992] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
> [    1.692032] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    1.692091] scsi 3:0:0:0: Direct-Access     ATA      Maxtor 7V250F0   VA11 PQ: 0 ANSI: 5
> [    1.692268] sd 3:0:0:0: [sdc] 490234752 512-byte logical blocks: (251 GB/233 GiB)
> [    1.692310] sd 3:0:0:0: Attached scsi generic sg2 type 0
> [    1.692360] sd 3:0:0:0: [sdc] Write Protect is off
> [    1.692364] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
> [    1.692393] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    1.715627]  sdc: sdc1
> [    1.715885] sd 3:0:0:0: [sdc] Attached SCSI disk
> [    1.722872]  sdb: sdb1 sdb2 sdb3
> [    1.723190] sd 1:0:0:0: [sdb] Attached SCSI disk
> [    1.730721]  sda: sda1 sda2 sda3
> [    1.730990] sd 0:0:0:0: [sda] Attached SCSI disk
> [    1.731061] Freeing unused kernel memory: 644k freed
> [    1.731261] Write protecting the kernel text: 5408k
> [    1.731315] Write protecting the kernel read-only data: 2096k
> [    1.731319] NX-protecting the kernel data: 4832k
> [    1.768691] usb 4-1: New USB device found, idVendor=051d, idProduct=0002
> [    1.768696] usb 4-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
> [    1.768700] usb 4-1: Product: APC ES 725 FW:821.y2 .A USB FW:y2 
> [    1.768703] usb 4-1: Manufacturer: APC
> [    1.768706] usb 4-1: SerialNumber: 3B0628X18842  
> [    1.867527] dracut: dracut-013-20.fc16
> [    1.892049] udevd[122]: starting version 173
> [    1.960670] dracut: Starting plymouth daemon
> [    2.056749] sata_sil24 0000:03:00.0: version 1.1
> [    2.056771] sata_sil24 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> [    2.056826] sata_sil24 0000:03:00.0: setting latency timer to 64
> [    2.059272] pata_marvell 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    2.059303] pata_marvell 0000:05:00.0: setting latency timer to 64
> [    2.061729] scsi5 : pata_marvell
> [    2.062173] scsi4 : sata_sil24
> [    2.062765] scsi7 : sata_sil24
> [    2.062830] ata5: SATA max UDMA/100 host m128@0xfe8ffc00 port 0xfe8f8000 irq 17
> [    2.062835] ata6: SATA max UDMA/100 host m128@0xfe8ffc00 port 0xfe8fa000 irq 17
> [    2.062874] sata_sil24 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
> [    2.062881] scsi6 : pata_marvell
> [    2.062942] sata_sil24 0000:04:00.0: setting latency timer to 64
> [    2.062948] ata7: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 16
> [    2.062952] ata8: PATA max UDMA/133 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 16
> [    2.065053] scsi8 : sata_sil24
> [    2.065207] scsi9 : sata_sil24
> [    2.065259] ata9: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9f8000 irq 18
> [    2.065263] ata10: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9fa000 irq 18
> [    2.217434] ata7.00: ATAPI: HL-DT-STDVD-RAM GSA-H58N, 1.03, max UDMA/66
> [    2.221802] mdadm: sending ioctl 800c0910 to a partition!
> [    2.221806] mdadm: sending ioctl 800c0910 to a partition!
> [    2.221889] mdadm: sending ioctl 1261 to a partition!
> [    2.221891] mdadm: sending ioctl 1261 to a partition!
> [    2.223422] ata7.00: configured for UDMA/66
> [    2.235804] generic-usb 0003:051D:0002.0001: hiddev0,hidraw0: USB HID v1.10 Device [APC APC ES 725 FW:821.y2 .A USB FW:y2 ] on usb-0000:00:1a.1-1/input0
> [    2.243045] mdadm: sending ioctl 800c0910 to a partition!
> [    2.243048] mdadm: sending ioctl 800c0910 to a partition!
> [    2.243137] mdadm: sending ioctl 1261 to a partition!
> [    2.243139] mdadm: sending ioctl 1261 to a partition!
> [    2.255680] mdadm: sending ioctl 800c0910 to a partition!
> [    2.255684] mdadm: sending ioctl 800c0910 to a partition!
> [    2.278604] md: bind<sdb1>
> [    2.280946] md: bind<sda1>
> [    2.283163] md: raid1 personality registered for level 1
> [    4.082034] ata5: SATA link down (SStatus 0 SControl 0)
> [    4.197035] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [    4.197372] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [    4.199141] ata9.00: hard resetting link
> [    4.537254] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [    4.537290] ata9.01: hard resetting link
> [    4.963015] ata9.01: softreset failed (SRST command error)
> [    5.073014] ata9.01: failed to read SCR 0 (Emask=0x1)
> [    5.073019] ata9.01: reset failed (errno=-85), retrying in 10 secs
> [    6.102041] ata6: SATA link down (SStatus 0 SControl 0)
> [    6.103522] scsi 5:0:0:0: CD-ROM            HL-DT-ST DVD-RAM GSA-H58N 1.03 PQ: 0 ANSI: 5
> [    6.106341] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
> [    6.106345] cdrom: Uniform CD-ROM driver Revision: 3.20
> [    6.106541] sr 5:0:0:0: Attached scsi CD-ROM sr0
> [    6.106728] sr 5:0:0:0: Attached scsi generic sg3 type 5
> [   14.537112] ata9.01: reset failed, giving up
> [   14.537117] ata9.15: hard resetting link
> [   14.537120] ata9: controller in dubious state, performing PORT_RST
> [   16.691040] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   16.691389] ata9.00: hard resetting link
> [   17.029255] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   17.029290] ata9.01: hard resetting link
> [   17.367252] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   17.367287] ata9.02: hard resetting link
> [   17.683040] ata9.02: softreset failed (SRST command error)
> [   17.683099] ata9.02: failed to read SCR 0 (Emask=0x1)
> [   17.683103] ata9.02: reset failed (errno=-85), retrying in 10 secs
> [   27.367023] ata9.02: reset failed, giving up
> [   27.367028] ata9.15: hard resetting link
> [   29.488078] ata9.15: softreset failed (SRST command error)
> [   29.488082] ata9.15: reset failed (errno=-5), retrying in 8 secs
> [   37.367018] ata9.15: hard resetting link
> [   39.488071] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   39.488077] ata9.15: PMP revalidation failed (errno=-19)
> [   44.488012] ata9.15: hard resetting link
> [   46.620040] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   46.620470] ata9.00: hard resetting link
> [   46.958247] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   46.958285] ata9.01: hard resetting link
> [   47.296247] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   47.296284] ata9.02: hard resetting link
> [   47.634249] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   47.634286] ata9.03: hard resetting link
> [   48.060017] ata9.03: softreset failed (SRST command error)
> [   48.060035] ata9.03: failed to read SCR 0 (Emask=0x40)
> [   48.060038] ata9.03: reset failed (errno=-85), retrying in 10 secs
> [   57.634037] ata9.03: reset failed, giving up
> [   57.634041] ata9.15: hard resetting link
> [   57.634043] ata9: controller in dubious state, performing PORT_RST
> [   59.788039] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   59.788377] ata9.00: hard resetting link
> [   60.126253] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   60.126289] ata9.01: hard resetting link
> [   60.464250] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   60.464285] ata9.02: hard resetting link
> [   60.802251] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   60.802286] ata9.03: hard resetting link
> [   61.140252] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   61.140287] ata9.04: hard resetting link
> [   61.445390] ata9.04: SATA link down (SStatus 0 SControl 320)
> [   61.445457] ata9.05: hard resetting link
> [   61.750359] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [   61.779136] ata9.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   61.779141] ata9.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32)
> [   61.821129] ata9.00: configured for UDMA/100
> [   61.849775] ata9.01: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   61.849779] ata9.01: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   61.891640] ata9.01: configured for UDMA/100
> [   61.920328] ata9.02: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   61.920333] ata9.02: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   61.962282] ata9.02: configured for UDMA/100
> [   61.990999] ata9.03: ATA-8: ST31500341AS, CC1H, max UDMA/133
> [   61.991009] ata9.03: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [   62.032997] ata9.03: configured for UDMA/100
> [   62.033088] ata9: EH complete
> [   62.033219] scsi 8:0:0:0: Direct-Access     ATA      ST31500341AS     CC1H PQ: 0 ANSI: 5
> [   62.033413] sd 8:0:0:0: [sdd] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
> [   62.033453] sd 8:0:0:0: Attached scsi generic sg4 type 0
> [   62.033511] sd 8:0:0:0: [sdd] Write Protect is off
> [   62.033516] sd 8:0:0:0: [sdd] Mode Sense: 00 3a 00 00
> [   62.033557] sd 8:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [   62.033638] scsi 8:1:0:0: Direct-Access     ATA      ST31500341AS     CC1H PQ: 0 ANSI: 5
> [   62.033810] sd 8:1:0:0: [sde] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
> [   62.033898] sd 8:1:0:0: [sde] Write Protect is off
> [   62.033902] sd 8:1:0:0: [sde] Mode Sense: 00 3a 00 00
> [   62.033939] sd 8:1:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [   62.033977] sd 8:1:0:0: Attached scsi generic sg5 type 0
> [   62.034257] scsi 8:2:0:0: Direct-Access     ATA      ST31500341AS     CC1H PQ: 0 ANSI: 5
> [   62.034426] sd 8:2:0:0: [sdf] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
> [   62.034514] sd 8:2:0:0: [sdf] Write Protect is off
> [   62.034518] sd 8:2:0:0: [sdf] Mode Sense: 00 3a 00 00
> [   62.034554] sd 8:2:0:0: Attached scsi generic sg6 type 0
> [   62.034563] sd 8:2:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [   62.034743] scsi 8:3:0:0: Direct-Access     ATA      ST31500341AS     CC1H PQ: 0 ANSI: 5
> [   62.034910] sd 8:3:0:0: [sdg] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
> [   62.034954] sd 8:3:0:0: Attached scsi generic sg7 type 0
> [   62.035000] sd 8:3:0:0: [sdg] Write Protect is off
> [   62.035011] sd 8:3:0:0: [sdg] Mode Sense: 00 3a 00 00
> [   62.035063] sd 8:3:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [   62.041037]  sdd: unknown partition table
> [   62.041278] sd 8:0:0:0: [sdd] Attached SCSI disk
> [   62.055364]  sde: unknown partition table
> [   62.055517] sd 8:1:0:0: [sde] Attached SCSI disk
> [   62.059238]  sdf: unknown partition table
> [   62.059395] sd 8:2:0:0: [sdf] Attached SCSI disk
> [   62.060249]  sdg: unknown partition table
> [   62.060399] sd 8:3:0:0: [sdg] Attached SCSI disk
> [   64.167041] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   64.167363] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
> [   64.169254] ata10.00: hard resetting link
> [   64.573260] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   64.573299] ata10.01: hard resetting link
> [   64.999017] ata10.01: softreset failed (SRST command error)
> [   64.999034] ata10.01: failed to read SCR 0 (Emask=0x40)
> [   64.999038] ata10.01: reset failed (errno=-85), retrying in 10 secs
> [   74.573049] ata10.01: reset failed, giving up
> [   74.573058] ata10.15: hard resetting link
> [   74.573061] ata10: controller in dubious state, performing PORT_RST
> [   76.727039] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   76.727371] ata10.00: hard resetting link
> [   77.131252] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   77.131287] ata10.01: hard resetting link
> [   77.535261] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   77.535297] ata10.02: hard resetting link
> [   77.851041] ata10.02: softreset failed (SRST command error)
> [   77.961014] ata10.02: failed to read SCR 0 (Emask=0x1)
> [   77.961018] ata10.02: reset failed (errno=-85), retrying in 10 secs
> [   87.535028] ata10.02: reset failed, giving up
> [   87.535033] ata10.15: hard resetting link
> [   87.535035] ata10: controller in dubious state, performing PORT_RST
> [   89.689041] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [   89.689414] ata10.00: hard resetting link
> [   90.093265] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [   90.093303] ata10.01: hard resetting link
> [   90.497259] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   90.497296] ata10.02: hard resetting link
> [   90.901259] ata10.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [   90.901296] ata10.03: hard resetting link
> [   91.327009] ata10.03: softreset failed (SRST command error)
> [   91.327024] ata10.03: failed to read SCR 0 (Emask=0x40)
> [   91.327026] ata10.03: reset failed (errno=-85), retrying in 10 secs
> [  100.901043] ata10.03: reset failed, giving up
> [  100.901048] ata10.15: hard resetting link
> [  100.901051] ata10: controller in dubious state, performing PORT_RST
> [  103.055046] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
> [  103.055433] ata10.00: hard resetting link
> [  103.459260] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
> [  103.459296] ata10.01: hard resetting link
> [  103.863260] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  103.863296] ata10.02: hard resetting link
> [  104.267287] ata10.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  104.267332] ata10.03: hard resetting link
> [  104.671261] ata10.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  104.671297] ata10.04: hard resetting link
> [  104.976391] ata10.04: SATA link down (SStatus 0 SControl 320)
> [  104.976458] ata10.05: hard resetting link
> [  105.281363] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
> [  105.282235] ata10.00: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [  105.282240] ata10.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
> [  105.283269] ata10.00: configured for UDMA/100
> [  105.303836] ata10.01: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [  105.303840] ata10.01: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [  105.304715] ata10.01: configured for UDMA/100
> [  105.319063] ata10.02: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [  105.319067] ata10.02: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [  105.319948] ata10.02: configured for UDMA/100
> [  105.333306] ata10.03: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
> [  105.333310] ata10.03: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
> [  105.334189] ata10.03: configured for UDMA/100
> [  105.334259] ata10: EH complete
> [  105.334390] scsi 9:0:0:0: Direct-Access     ATA      Hitachi HDP72505 GM4O PQ: 0 ANSI: 5
> [  105.334575] sd 9:0:0:0: [sdh] 976773168 512-byte logical blocks: (500 GB/465 GiB)
> [  105.334617] sd 9:0:0:0: Attached scsi generic sg8 type 0
> [  105.334672] sd 9:0:0:0: [sdh] Write Protect is off
> [  105.334676] sd 9:0:0:0: [sdh] Mode Sense: 00 3a 00 00
> [  105.334717] sd 9:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [  105.334785] scsi 9:1:0:0: Direct-Access     ATA      Hitachi HDP72505 GM4O PQ: 0 ANSI: 5
> [  105.334954] sd 9:1:0:0: [sdi] 976773168 512-byte logical blocks: (500 GB/465 GiB)
> [  105.335040] sd 9:1:0:0: [sdi] Write Protect is off
> [  105.335044] sd 9:1:0:0: [sdi] Mode Sense: 00 3a 00 00
> [  105.335076] sd 9:1:0:0: [sdi] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [  105.335274] sd 9:1:0:0: Attached scsi generic sg9 type 0
> [  105.335459] scsi 9:2:0:0: Direct-Access     ATA      Hitachi HDP72505 GM4O PQ: 0 ANSI: 5
> [  105.335626] sd 9:2:0:0: [sdj] 976773168 512-byte logical blocks: (500 GB/465 GiB)
> [  105.335714] sd 9:2:0:0: [sdj] Write Protect is off
> [  105.335718] sd 9:2:0:0: [sdj] Mode Sense: 00 3a 00 00
> [  105.335757] sd 9:2:0:0: [sdj] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [  105.335766] sd 9:2:0:0: Attached scsi generic sg10 type 0
> [  105.335938] scsi 9:3:0:0: Direct-Access     ATA      Hitachi HDP72505 GM4O PQ: 0 ANSI: 5
> [  105.336111] sd 9:3:0:0: [sdk] 976773168 512-byte logical blocks: (500 GB/465 GiB)
> [  105.336161] sd 9:3:0:0: Attached scsi generic sg11 type 0
> [  105.336202] sd 9:3:0:0: [sdk] Write Protect is off
> [  105.336206] sd 9:3:0:0: [sdk] Mode Sense: 00 3a 00 00
> [  105.336260] sd 9:3:0:0: [sdk] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [  105.346322]  sdh: unknown partition table
> [  105.346554] sd 9:0:0:0: [sdh] Attached SCSI disk
> [  105.360434]  sdj: unknown partition table
> [  105.360598] sd 9:2:0:0: [sdj] Attached SCSI disk
> [  105.361877]  sdi: unknown partition table
> [  105.362042] sd 9:1:0:0: [sdi] Attached SCSI disk
> [  105.366343]  sdk: unknown partition table
> [  105.366502] sd 9:3:0:0: [sdk] Attached SCSI disk
> [  105.366688] bio: create slab <bio-1> at 1
> [  105.366782] md/raid1:md0: active with 2 out of 2 mirrors
> [  105.366819] md0: detected capacity change from 0 to 314507264
> [  105.385841]  md0:
> [  105.387349] scsi_verify_blk_ioctl: 122 callbacks suppressed
> [  105.387352] mdadm: sending ioctl 1261 to a partition!
> [  105.387355] mdadm: sending ioctl 1261 to a partition!
> [  105.445648] mdadm: sending ioctl 1261 to a partition!
> [  105.445651] mdadm: sending ioctl 1261 to a partition!
> [  105.475825] mdadm: sending ioctl 1261 to a partition!
> [  105.475828] mdadm: sending ioctl 1261 to a partition!
> [  105.482162] md: bind<sdg>
> [  105.485146] md: bind<sdf>
> [  105.488262] md: bind<sde>
> [  105.491687] md: bind<sdd>
> [  105.494574] async_tx: api initialized (async)
> [  105.494927] xor: automatically using best checksumming function: pIII_sse
> [  105.499004]    pIII_sse  :  8432.000 MB/sec
> [  105.499006] xor: using function: pIII_sse (8432.000 MB/sec)
> [  105.508257] mdadm: sending ioctl 1261 to a partition!
> [  105.508260] mdadm: sending ioctl 1261 to a partition!
> [  105.516064] raid6: int32x1    902 MB/s
> [  105.533042] raid6: int32x2    773 MB/s
> [  105.550091] raid6: int32x4    714 MB/s
> [  105.567020] raid6: int32x8    796 MB/s
> [  105.584015] raid6: mmxx1     3160 MB/s
> [  105.601018] raid6: mmxx2     3523 MB/s
> [  105.618010] raid6: sse1x1    2062 MB/s
> [  105.635022] raid6: sse1x2    2734 MB/s
> [  105.652017] raid6: sse2x1    3707 MB/s
> [  105.669017] raid6: sse2x2    4906 MB/s
> [  105.669018] raid6: using algorithm sse2x2 (4906 MB/s)
> [  105.669800] md: raid6 personality registered for level 6
> [  105.669802] md: raid5 personality registered for level 5
> [  105.669804] md: raid4 personality registered for level 4
> [  105.669950] md/raid:md6: device sdd operational as raid disk 0
> [  105.669952] md/raid:md6: device sde operational as raid disk 1
> [  105.669954] md/raid:md6: device sdf operational as raid disk 2
> [  105.669956] md/raid:md6: device sdg operational as raid disk 3
> [  105.670311] md/raid:md6: allocated 4216kB
> [  105.670342] md/raid:md6: raid level 5 active with 4 out of 4 devices, algorithm 2
> [  105.670344] RAID conf printout:
> [  105.670345]  --- level:5 rd:4 wd:4
> [  105.670347]  disk 0, o:1, dev:sdd
> [  105.670349]  disk 1, o:1, dev:sde
> [  105.670350]  disk 2, o:1, dev:sdf
> [  105.670352]  disk 3, o:1, dev:sdg
> [  105.670377] md6: detected capacity change from 0 to 4500897595392
> [  105.672274] md: bind<sdk>
> [  105.673419]  md6: unknown partition table
> [  105.675966] md: bind<sdj>
> [  105.679622] md: bind<sdi>
> [  105.683718] md: bind<sdh>
> [  105.687032] md/raid:md7: device sdh operational as raid disk 1
> [  105.687035] md/raid:md7: device sdi operational as raid disk 0
> [  105.687037] md/raid:md7: device sdj operational as raid disk 2
> [  105.687038] md/raid:md7: device sdk operational as raid disk 3
> [  105.687363] md/raid:md7: allocated 4216kB
> [  105.687395] md/raid:md7: raid level 5 active with 4 out of 4 devices, algorithm 2
> [  105.687397] RAID conf printout:
> [  105.687398]  --- level:5 rd:4 wd:4
> [  105.687400]  disk 0, o:1, dev:sdi
> [  105.687401]  disk 1, o:1, dev:sdh
> [  105.687403]  disk 2, o:1, dev:sdj
> [  105.687404]  disk 3, o:1, dev:sdk
> [  105.687428] md7: detected capacity change from 0 to 1500315451392
> [  105.689250]  md7: unknown partition table
> [  140.072536] dracut Warning: No root device "block:/dev/disk/by-uuid/773cb4b3-4bb0-4705-b494-08cb9c2b5d73" found
------
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Gwendal Grignou March 29, 2012, 6:08 a.m. UTC | #29
On Wed, Mar 28, 2012 at 1:29 PM, ANEZAKI, Akira
<fireblade1230@yahoo.co.jp> wrote:
> Hello Gwendal,
>
> (2012/03/27 20:17), Gwendal Grignou wrote:
>> Regarding the machine with 10 disks, I see that all the drives have
>> been found; I don't see any other error from the /var/log/messages
>> snippet that could explain md not finding the volumes.
>
> I have attached 11 disks log. RAID1 is not assembled. Both of md1 and
> md2 were not assembled. md1 is root partition.
From your original post md1 is composed of sda2 and sdb2. Both disks
are not behind a PMP, so it is different problem.

Gwendal.
>
> Best Regards,
> Akira
>
> --- 3.2.10 2pmp power cycle error on root ---
>> [    0.000000] Initializing cgroup subsys cpuset
>> [    0.000000] Initializing cgroup subsys cpu
>> [    0.000000] Linux version 3.2.10-3.fc16.i686.PAE (mockbuild@x86-02.phx2.fedoraproject.org) (gcc version 4.6.2 20111027 (Red Hat 4.6.2-1) (GCC) ) #1 SMP Thu Mar 15 20:37:01 UTC 2012
>> [    0.000000] BIOS-provided physical RAM map:
>> [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009b800 (usable)
>> [    0.000000]  BIOS-e820: 000000000009b800 - 00000000000a0000 (reserved)
>> [    0.000000]  BIOS-e820: 00000000000e3000 - 0000000000100000 (reserved)
>> [    0.000000]  BIOS-e820: 0000000000100000 - 00000000bffb0000 (usable)
>> [    0.000000]  BIOS-e820: 00000000bffb0000 - 00000000bffbe000 (ACPI data)
>> [    0.000000]  BIOS-e820: 00000000bffbe000 - 00000000bfff0000 (ACPI NVS)
>> [    0.000000]  BIOS-e820: 00000000bfff0000 - 00000000c0000000 (reserved)
>> [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
>> [    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
>> [    0.000000] NX (Execute Disable) protection: active
>> [    0.000000] DMI present.
>> [    0.000000] DMI: MICRO-STAR INTERNATIONAL CO.,LTD MS-7360/MS-7360, BIOS V1.AB2 05/28/2007
>> [    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
>> [    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
>> [    0.000000] last_pfn = 0xbffb0 max_arch_pfn = 0x1000000
>> [    0.000000] MTRR default type: uncachable
>> [    0.000000] MTRR fixed ranges enabled:
>> [    0.000000]   00000-9FFFF write-back
>> [    0.000000]   A0000-BFFFF uncachable
>> [    0.000000]   C0000-CFFFF write-protect
>> [    0.000000]   D0000-DFFFF uncachable
>> [    0.000000]   E0000-EFFFF write-through
>> [    0.000000]   F0000-FFFFF write-protect
>> [    0.000000] MTRR variable ranges enabled:
>> [    0.000000]   0 base 000000000 mask F80000000 write-back
>> [    0.000000]   1 base 080000000 mask FC0000000 write-back
>> [    0.000000]   2 disabled
>> [    0.000000]   3 disabled
>> [    0.000000]   4 disabled
>> [    0.000000]   5 disabled
>> [    0.000000]   6 disabled
>> [    0.000000]   7 disabled
>> [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
>> [    0.000000] found SMP MP-table at [c00ff780] ff780
>> [    0.000000] initial memory mapped : 0 - 01200000
>> [    0.000000] Base memory trampoline at [c0097000] 97000 size 16384
>> [    0.000000] init_memory_mapping: 0000000000000000-00000000375fe000
>> [    0.000000]  0000000000 - 0000200000 page 4k
>> [    0.000000]  0000200000 - 0037400000 page 2M
>> [    0.000000]  0037400000 - 00375fe000 page 4k
>> [    0.000000] kernel direct mapping tables up to 375fe000 @ 11f8000-1200000
>> [    0.000000] RAMDISK: 37081000 - 37ff0000
>> [    0.000000] Allocated new RAMDISK: 36112000 - 37080e5b
>> [    0.000000] Move RAMDISK from 0000000037081000 - 0000000037fefe5a to 36112000 - 37080e5a
>> [    0.000000] ACPI: RSDP 000f95c0 00014 (v00 ACPIAM)
>> [    0.000000] ACPI: RSDT bffb0000 00044 (v01 Mouse  Computer 20070528 MSFT 00000097)
>> [    0.000000] ACPI: FACP bffb0200 00084 (v01 052807 FACP1414 20070528 MSFT 00000097)
>> [    0.000000] ACPI: DSDT bffb05c0 05564 (v01  0AAAA 0AAAA000 00000000 INTL 20051117)
>> [    0.000000] ACPI: FACS bffbe000 00040
>> [    0.000000] ACPI: APIC bffb0390 0006C (v01 052807 APIC1414 20070528 MSFT 00000097)
>> [    0.000000] ACPI: MCFG bffb0400 0003C (v01 052807 OEMMCFG  20070528 MSFT 00000097)
>> [    0.000000] ACPI: SLIC bffb0440 00176 (v01 Mouse  Computer 20070528 MSFT 00000097)
>> [    0.000000] ACPI: SLIC bffb0440 00176 (v01 Mouse  Computer 20070528 MSFT 00000097)
>> [    0.000000] ACPI: OEMB bffbe040 00071 (v01 052807 OEMB1414 20070528 MSFT 00000097)
>> [    0.000000] ACPI: GSCI bffbe0c0 02024 (v01 052807 GMCHSCI  20070528 MSFT 00000097)
>> [    0.000000] ACPI: SSDT bffc1330 0082F (v01 DpgPmm    CpuPm 00000012 INTL 20051117)
>> [    0.000000] ACPI: Local APIC address 0xfee00000
>> [    0.000000] 2185MB HIGHMEM available.
>> [    0.000000] 885MB LOWMEM available.
>> [    0.000000]   mapped low ram: 0 - 375fe000
>> [    0.000000]   low ram: 0 - 375fe000
>> [    0.000000] Zone PFN ranges:
>> [    0.000000]   DMA      0x00000010 -> 0x00001000
>> [    0.000000]   Normal   0x00001000 -> 0x000375fe
>> [    0.000000]   HighMem  0x000375fe -> 0x000bffb0
>> [    0.000000] Movable zone start PFN for each node
>> [    0.000000] early_node_map[2] active PFN ranges
>> [    0.000000]     0: 0x00000010 -> 0x0000009b
>> [    0.000000]     0: 0x00000100 -> 0x000bffb0
>> [    0.000000] On node 0 totalpages: 786235
>> [    0.000000] free_area_init_node: node 0, pgdat c0bb3bc0, node_mem_map f4912200
>> [    0.000000]   DMA zone: 32 pages used for memmap
>> [    0.000000]   DMA zone: 0 pages reserved
>> [    0.000000]   DMA zone: 3947 pages, LIFO batch:0
>> [    0.000000]   Normal zone: 1740 pages used for memmap
>> [    0.000000]   Normal zone: 220978 pages, LIFO batch:31
>> [    0.000000]   HighMem zone: 4372 pages used for memmap
>> [    0.000000]   HighMem zone: 555166 pages, LIFO batch:31
>> [    0.000000] Using APIC driver default
>> [    0.000000] ACPI: PM-Timer IO Port: 0x808
>> [    0.000000] ACPI: Local APIC address 0xfee00000
>> [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
>> [    0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
>> [    0.000000] IOAPIC[0]: apic_id 4, version 32, address 0xfec00000, GSI 0-23
>> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
>> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
>> [    0.000000] ACPI: IRQ0 used by override.
>> [    0.000000] ACPI: IRQ2 used by override.
>> [    0.000000] ACPI: IRQ9 used by override.
>> [    0.000000] Using ACPI (MADT) for SMP configuration information
>> [    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
>> [    0.000000] nr_irqs_gsi: 40
>> [    0.000000] PM: Registered nosave memory: 000000000009b000 - 000000000009c000
>> [    0.000000] PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
>> [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e3000
>> [    0.000000] PM: Registered nosave memory: 00000000000e3000 - 0000000000100000
>> [    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:3ee00000)
>> [    0.000000] Booting paravirtualized kernel on bare hardware
>> [    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
>> [    0.000000] PERCPU: Embedded 14 pages/cpu @f7200000 s34240 r0 d23104 u524288
>> [    0.000000] pcpu-alloc: s34240 r0 d23104 u524288 alloc=1*2097152
>> [    0.000000] pcpu-alloc: [0] 0 1 2 3
>> [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 780091
>> [    0.000000] Kernel command line: ro root=UUID=773cb4b3-4bb0-4705-b494-08cb9c2b5d73 LANG=ja_JP.UTF-8 KEYBOARDTYPE=pc KEYTABLE=jp106 rhgb quiet nomodeset
>> [    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
>> [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
>> [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
>> [    0.000000] Initializing CPU#0
>> [    0.000000] allocated 12581376 bytes of page_cgroup
>> [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
>> [    0.000000] Initializing HighMem for node 0 (000375fe:000bffb0)
>> [    0.000000] Memory: 3081612k/3145408k available (5404k kernel code, 63328k reserved, 2569k data, 644k init, 2238152k highmem)
>> [    0.000000] virtual kernel memory layout:
>> [    0.000000]     fixmap  : 0xffa95000 - 0xfffff000   (5544 kB)
>> [    0.000000]     pkmap   : 0xff600000 - 0xff800000   (2048 kB)
>> [    0.000000]     vmalloc : 0xf7dfe000 - 0xff5fe000   ( 120 MB)
>> [    0.000000]     lowmem  : 0xc0000000 - 0xf75fe000   ( 885 MB)
>> [    0.000000]       .init : 0xc0bca000 - 0xc0c6b000   ( 644 kB)
>> [    0.000000]       .data : 0xc094723f - 0xc0bc9980   (2569 kB)
>> [    0.000000]       .text : 0xc0400000 - 0xc094723f   (5404 kB)
>> [    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
>> [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
>> [    0.000000] Hierarchical RCU implementation.
>> [    0.000000]        RCU dyntick-idle grace-period acceleration is enabled.
>> [    0.000000] NR_IRQS:2304 nr_irqs:712 16
>> [    0.000000] CPU 0 irqstacks, hard=f380a000 soft=f380c000
>> [    0.000000] Console: colour VGA+ 80x25
>> [    0.000000] console [tty0] enabled
>> [    0.000000] Fast TSC calibration failed
>> [    0.000000] TSC: PIT calibration matches PMTIMER. 1 loops
>> [    0.000000] Detected 2402.370 MHz processor.
>> [    0.002001] Calibrating delay loop (skipped), value calculated using timer frequency.. 4804.74 BogoMIPS (lpj=2402370)
>> [    0.002005] pid_max: default: 32768 minimum: 301
>> [    0.002025] Security Framework initialized
>> [    0.002032] SELinux:  Initializing.
>> [    0.002040] SELinux:  Starting in permissive mode
>> [    0.002087] Mount-cache hash table entries: 512
>> [    0.002210] Initializing cgroup subsys cpuacct
>> [    0.002215] Initializing cgroup subsys memory
>> [    0.002222] Initializing cgroup subsys devices
>> [    0.002224] Initializing cgroup subsys freezer
>> [    0.002226] Initializing cgroup subsys net_cls
>> [    0.002228] Initializing cgroup subsys blkio
>> [    0.002233] Initializing cgroup subsys perf_event
>> [    0.002255] CPU: Physical Processor ID: 0
>> [    0.002256] CPU: Processor Core ID: 0
>> [    0.002259] mce: CPU supports 6 MCE banks
>> [    0.002266] CPU0: Thermal monitoring enabled (TM2)
>> [    0.002268] using mwait in idle threads.
>> [    0.003853] ACPI: Core revision 20110623
>> [    0.007009] ftrace: allocating 22484 entries in 45 pages
>> [    0.008042] Enabling APIC mode:  Flat.  Using 1 I/O APICs
>> [    0.008385] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
>> [    0.018812] CPU0: Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz stepping 0b
>> [    0.018998] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
>> [    0.018998] PEBS disabled due to CPU errata.
>> [    0.018998] ... version:                2
>> [    0.018998] ... bit width:              40
>> [    0.018998] ... generic registers:      2
>> [    0.018998] ... value mask:             000000ffffffffff
>> [    0.018998] ... max period:             000000007fffffff
>> [    0.018998] ... fixed-purpose events:   3
>> [    0.018998] ... event mask:             0000000700000003
>> [    0.018998] NMI watchdog enabled, takes one hw-pmu counter.
>> [    0.018998] CPU 1 irqstacks, hard=f3902000 soft=f3904000
>> [    0.018998] Booting Node   0, Processors  #1
>> [    0.018998] smpboot cpu 1: start_ip = 97000
>> [    0.002999] Initializing CPU#1
>> [    0.090020] NMI watchdog enabled, takes one hw-pmu counter.
>> [    0.090116] CPU 2 irqstacks, hard=f3930000 soft=f3932000
>> [    0.090118]  #2
>> [    0.090119] smpboot cpu 2: start_ip = 97000
>> [    0.002999] Initializing CPU#2
>> [    0.162002] NMI watchdog enabled, takes one hw-pmu counter.
>> [    0.162084] CPU 3 irqstacks, hard=f393e000 soft=f3948000
>> [    0.162086]  #3 Ok.
>> [    0.162087] smpboot cpu 3: start_ip = 97000
>> [    0.002999] Initializing CPU#3
>> [    0.233992] NMI watchdog enabled, takes one hw-pmu counter.
>> [    0.234016] Brought up 4 CPUs
>> [    0.234019] Total of 4 processors activated (19216.44 BogoMIPS).
>> [    0.235092] devtmpfs: initialized
>> [    0.235211] PM: Registering ACPI NVS region at bffbe000 (204800 bytes)
>> [    0.236847] atomic64 test passed for i586+ platform with CX8 and with SSE
>> [    0.236872] RTC time: 18:51:35, date: 03/26/12
>> [    0.236905] NET: Registered protocol family 16
>> [    0.237081] ACPI: bus type pci registered
>> [    0.237141] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
>> [    0.237144] PCI: not using MMCONFIG
>> [    0.237231] PCI : PCI BIOS aera is rw and x. Use pci=nobios if you want it NX.
>> [    0.237289] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=7
>> [    0.237290] PCI: Using configuration type 1 for base access
>> [    0.238391] bio: create slab <bio-0> at 0
>> [    0.238391] ACPI: Added _OSI(Module Device)
>> [    0.238391] ACPI: Added _OSI(Processor Device)
>> [    0.238391] ACPI: Added _OSI(3.0 _SCP Extensions)
>> [    0.238391] ACPI: Added _OSI(Processor Aggregator Device)
>> [    0.239491] ACPI: EC: Detected MSI hardware, enabling workarounds.
>> [    0.239497] ACPI: EC: Look up EC in DSDT
>> [    0.240586] ACPI: Executed 1 blocks of module-level executable AML code
>> [    0.243093] ACPI: SSDT bffc00f0 00277 (v01 DpgPmm  P001Ist 00000011 INTL 20051117)
>> [    0.243315] ACPI: Dynamic OEM Table Load:
>> [    0.243318] ACPI: SSDT   (null) 00277 (v01 DpgPmm  P001Ist 00000011 INTL 20051117)
>> [    0.243555] ACPI: SSDT bffc0580 00277 (v01 DpgPmm  P002Ist 00000012 INTL 20051117)
>> [    0.243776] ACPI: Dynamic OEM Table Load:
>> [    0.243779] ACPI: SSDT   (null) 00277 (v01 DpgPmm  P002Ist 00000012 INTL 20051117)
>> [    0.244019] ACPI: SSDT bffc0a10 00277 (v01 DpgPmm  P003Ist 00000012 INTL 20051117)
>> [    0.244242] ACPI: Dynamic OEM Table Load:
>> [    0.244245] ACPI: SSDT   (null) 00277 (v01 DpgPmm  P003Ist 00000012 INTL 20051117)
>> [    0.244478] ACPI: SSDT bffc0ea0 00277 (v01 DpgPmm  P004Ist 00000012 INTL 20051117)
>> [    0.244704] ACPI: Dynamic OEM Table Load:
>> [    0.244707] ACPI: SSDT   (null) 00277 (v01 DpgPmm  P004Ist 00000012 INTL 20051117)
>> [    0.244925] ACPI: Interpreter enabled
>> [    0.244945] ACPI: (supports S0 S3 S4 S5)
>> [    0.244962] ACPI: Using IOAPIC for interrupt routing
>> [    0.244986] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
>> [    0.245998] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
>> [    0.246000] PCI: Using MMCONFIG for extended config space
>> [    0.251283] ACPI: No dock devices found.
>> [    0.251285] HEST: Table not found.
>> [    0.251290] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
>> [    0.251452] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
>> [    0.251617] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7] (ignored)
>> [    0.251620] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff] (ignored)
>> [    0.251623] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
>> [    0.251625] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
>> [    0.251627] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff] (ignored)
>> [    0.251629] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xffffffff] (ignored)
>> [    0.251639] pci 0000:00:00.0: [8086:29c0] type 0 class 0x000600
>> [    0.251680] pci 0000:00:01.0: [8086:29c1] type 1 class 0x000604
>> [    0.251719] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
>> [    0.251722] pci 0000:00:01.0: PME# disabled
>> [    0.251757] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
>> [    0.251797] pci 0000:00:1a.0: reg 20: [io  0x9c00-0x9c1f]
>> [    0.251844] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
>> [    0.251884] pci 0000:00:1a.1: reg 20: [io  0x9880-0x989f]
>> [    0.251940] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
>> [    0.251960] pci 0000:00:1a.7: reg 10: [mem 0xf9fffc00-0xf9ffffff]
>> [    0.252049] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
>> [    0.252054] pci 0000:00:1a.7: PME# disabled
>> [    0.252076] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
>> [    0.252090] pci 0000:00:1b.0: reg 10: [mem 0xf9ff8000-0xf9ffbfff 64bit]
>> [    0.252152] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
>> [    0.252156] pci 0000:00:1b.0: PME# disabled
>> [    0.252174] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
>> [    0.252238] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
>> [    0.252241] pci 0000:00:1c.0: PME# disabled
>> [    0.252261] pci 0000:00:1c.1: [8086:2942] type 1 class 0x000604
>> [    0.252325] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
>> [    0.252328] pci 0000:00:1c.1: PME# disabled
>> [    0.252348] pci 0000:00:1c.2: [8086:2944] type 1 class 0x000604
>> [    0.252412] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
>> [    0.252416] pci 0000:00:1c.2: PME# disabled
>> [    0.252436] pci 0000:00:1c.4: [8086:2948] type 1 class 0x000604
>> [    0.252500] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
>> [    0.252503] pci 0000:00:1c.4: PME# disabled
>> [    0.252523] pci 0000:00:1c.5: [8086:294a] type 1 class 0x000604
>> [    0.252587] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
>> [    0.252590] pci 0000:00:1c.5: PME# disabled
>> [    0.252611] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
>> [    0.252651] pci 0000:00:1d.0: reg 20: [io  0x9800-0x981f]
>> [    0.252698] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
>> [    0.252737] pci 0000:00:1d.1: reg 20: [io  0x9480-0x949f]
>> [    0.252786] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
>> [    0.252826] pci 0000:00:1d.2: reg 20: [io  0x9400-0x941f]
>> [    0.252873] pci 0000:00:1d.3: [8086:2939] type 0 class 0x000c03
>> [    0.252912] pci 0000:00:1d.3: reg 20: [io  0x9080-0x909f]
>> [    0.252967] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
>> [    0.252991] pci 0000:00:1d.7: reg 10: [mem 0xf9fff800-0xf9fffbff]
>> [    0.253075] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
>> [    0.253079] pci 0000:00:1d.7: PME# disabled
>> [    0.253096] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
>> [    0.253154] pci 0000:00:1f.0: [8086:2918] type 0 class 0x000601
>> [    0.253230] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0a00 (mask 00ff)
>> [    0.253275] pci 0000:00:1f.2: [8086:2921] type 0 class 0x000101
>> [    0.253289] pci 0000:00:1f.2: reg 10: [io  0x9000-0x9007]
>> [    0.253296] pci 0000:00:1f.2: reg 14: [io  0x8c00-0x8c03]
>> [    0.253304] pci 0000:00:1f.2: reg 18: [io  0x8880-0x8887]
>> [    0.253311] pci 0000:00:1f.2: reg 1c: [io  0x8800-0x8803]
>> [    0.253318] pci 0000:00:1f.2: reg 20: [io  0x8480-0x848f]
>> [    0.253325] pci 0000:00:1f.2: reg 24: [io  0x8400-0x840f]
>> [    0.253368] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
>> [    0.253382] pci 0000:00:1f.3: reg 10: [mem 0xf9fff400-0xf9fff4ff 64bit]
>> [    0.253402] pci 0000:00:1f.3: reg 20: [io  0x0400-0x041f]
>> [    0.253432] pci 0000:00:1f.5: [8086:2926] type 0 class 0x000101
>> [    0.253446] pci 0000:00:1f.5: reg 10: [io  0x8000-0x8007]
>> [    0.253454] pci 0000:00:1f.5: reg 14: [io  0x7c00-0x7c03]
>> [    0.253461] pci 0000:00:1f.5: reg 18: [io  0x7880-0x7887]
>> [    0.253469] pci 0000:00:1f.5: reg 1c: [io  0x7800-0x7803]
>> [    0.253476] pci 0000:00:1f.5: reg 20: [io  0x7480-0x748f]
>> [    0.253483] pci 0000:00:1f.5: reg 24: [io  0x7400-0x740f]
>> [    0.253556] pci 0000:01:00.0: [10de:0615] type 0 class 0x000300
>> [    0.253566] pci 0000:01:00.0: reg 10: [mem 0xfd000000-0xfdffffff]
>> [    0.253576] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
>> [    0.253587] pci 0000:01:00.0: reg 1c: [mem 0xfa000000-0xfbffffff 64bit]
>> [    0.253594] pci 0000:01:00.0: reg 24: [io  0xac00-0xac7f]
>> [    0.253601] pci 0000:01:00.0: reg 30: [mem 0xfe7e0000-0xfe7fffff pref]
>> [    0.253652] pci 0000:00:01.0: PCI bridge to [bus 01-01]
>> [    0.253655] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
>> [    0.253658] pci 0000:00:01.0:   bridge window [mem 0xfa000000-0xfe7fffff]
>> [    0.253662] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
>> [    0.253698] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
>> [    0.253762] pci 0000:03:00.0: [1095:3132] type 0 class 0x000180
>> [    0.253787] pci 0000:03:00.0: reg 10: [mem 0xfe8ffc00-0xfe8ffc7f 64bit]
>> [    0.253807] pci 0000:03:00.0: reg 18: [mem 0xfe8f8000-0xfe8fbfff 64bit]
>> [    0.253821] pci 0000:03:00.0: reg 20: [io  0xbc00-0xbc7f]
>> [    0.253846] pci 0000:03:00.0: reg 30: [mem 0xfe800000-0xfe87ffff pref]
>> [    0.253910] pci 0000:03:00.0: supports D1 D2
>> [    0.253931] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
>> [    0.253935] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
>> [    0.253939] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
>> [    0.253942] pci 0000:00:1c.1:   bridge window [mem 0xfe800000-0xfe8fffff]
>> [    0.254007] pci 0000:04:00.0: [1095:3132] type 0 class 0x000180
>> [    0.254033] pci 0000:04:00.0: reg 10: [mem 0xfe9ffc00-0xfe9ffc7f 64bit]
>> [    0.254054] pci 0000:04:00.0: reg 18: [mem 0xfe9f8000-0xfe9fbfff 64bit]
>> [    0.254067] pci 0000:04:00.0: reg 20: [io  0xcc00-0xcc7f]
>> [    0.254093] pci 0000:04:00.0: reg 30: [mem 0xfe900000-0xfe97ffff pref]
>> [    0.254157] pci 0000:04:00.0: supports D1 D2
>> [    0.254177] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
>> [    0.254182] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
>> [    0.254185] pci 0000:00:1c.2:   bridge window [io  0xc000-0xcfff]
>> [    0.254189] pci 0000:00:1c.2:   bridge window [mem 0xfe900000-0xfe9fffff]
>> [    0.254245] pci 0000:05:00.0: [11ab:6121] type 0 class 0x000101
>> [    0.254260] pci 0000:05:00.0: reg 10: [io  0xdc00-0xdc07]
>> [    0.254272] pci 0000:05:00.0: reg 14: [io  0xd880-0xd883]
>> [    0.254283] pci 0000:05:00.0: reg 18: [io  0xd800-0xd807]
>> [    0.254295] pci 0000:05:00.0: reg 1c: [io  0xd480-0xd483]
>> [    0.254306] pci 0000:05:00.0: reg 20: [io  0xd400-0xd40f]
>> [    0.254317] pci 0000:05:00.0: reg 24: [mem 0xfeaffc00-0xfeafffff]
>> [    0.254379] pci 0000:05:00.0: supports D1
>> [    0.254381] pci 0000:05:00.0: PME# supported from D0 D1 D3hot
>> [    0.254386] pci 0000:05:00.0: PME# disabled
>> [    0.254402] pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
>> [    0.254406] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
>> [    0.254410] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
>> [    0.254414] pci 0000:00:1c.4:   bridge window [mem 0xfea00000-0xfeafffff]
>> [    0.254475] pci 0000:06:00.0: [10ec:8168] type 0 class 0x000200
>> [    0.254493] pci 0000:06:00.0: reg 10: [io  0xe800-0xe8ff]
>> [    0.254523] pci 0000:06:00.0: reg 18: [mem 0xfebff000-0xfebfffff 64bit]
>> [    0.254558] pci 0000:06:00.0: reg 30: [mem 0xfebc0000-0xfebdffff pref]
>> [    0.254635] pci 0000:06:00.0: supports D1 D2
>> [    0.254637] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
>> [    0.254642] pci 0000:06:00.0: PME# disabled
>> [    0.254664] pci 0000:06:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
>> [    0.254668] pci 0000:00:1c.5: PCI bridge to [bus 06-06]
>> [    0.254672] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
>> [    0.254676] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
>> [    0.254735] pci 0000:00:1e.0: PCI bridge to [bus 07-07] (subtractive decode)
>> [    0.254744] pci 0000:00:1e.0:   bridge window [io  0x0000-0xffff] (subtractive decode)
>> [    0.254747] pci 0000:00:1e.0:   bridge window [mem 0x00000000-0xfffffffff] (subtractive decode)
>> [    0.254772] pci_bus 0000:00: on NUMA node 0
>> [    0.254775] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
>> [    0.254920] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
>> [    0.255028] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
>> [    0.255069] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
>> [    0.255110] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P6._PRT]
>> [    0.255153] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
>> [    0.255193] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
>> [    0.255323]  pci0000:00: Requesting ACPI _OSC control (0x1d)
>> [    0.255478]  pci0000:00: ACPI _OSC control (0x1d) granted
>> [    0.264124] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
>> [    0.264168] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
>> [    0.264208] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 *11 12 14 15)
>> [    0.264250] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12 14 *15)
>> [    0.264292] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
>> [    0.264337] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12 *14 15)
>> [    0.264379] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 6 7 10 11 12 14 15)
>> [    0.264421] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 7 *10 11 12 14 15)
>> [    0.264500] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
>> [    0.264500] vgaarb: loaded
>> [    0.264500] vgaarb: bridge control possible 0000:01:00.0
>> [    0.264500] SCSI subsystem initialized
>> [    0.264517] libata version 3.00 loaded.
>> [    0.264517] usbcore: registered new interface driver usbfs
>> [    0.264517] usbcore: registered new interface driver hub
>> [    0.264517] usbcore: registered new device driver usb
>> [    0.264517] PCI: Using ACPI for IRQ routing
>> [    0.264517] PCI: pci_cache_line_size set to 64 bytes
>> [    0.264517] reserve RAM buffer: 000000000009b800 - 000000000009ffff
>> [    0.264517] reserve RAM buffer: 00000000bffb0000 - 00000000bfffffff
>> [    0.264991] NetLabel: Initializing
>> [    0.264992] NetLabel:  domain hash size = 128
>> [    0.264994] NetLabel:  protocols = UNLABELED CIPSOv4
>> [    0.265003] NetLabel:  unlabeled traffic allowed by default
>> [    0.272818] pnp: PnP ACPI init
>> [    0.272833] ACPI: bus type pnp registered
>> [    0.272930] pnp 00:00: [bus 00-ff]
>> [    0.272933] pnp 00:00: [io  0x0cf8-0x0cff]
>> [    0.272935] pnp 00:00: [io  0x0000-0x0cf7 window]
>> [    0.272938] pnp 00:00: [io  0x0d00-0xffff window]
>> [    0.272940] pnp 00:00: [mem 0x000a0000-0x000bffff window]
>> [    0.272942] pnp 00:00: [mem 0x000d0000-0x000dffff window]
>> [    0.272946] pnp 00:00: [mem 0xc0000000-0xdfffffff window]
>> [    0.272948] pnp 00:00: [mem 0xf0000000-0xffffffff window]
>> [    0.273001] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
>> [    0.273011] pnp 00:01: [mem 0xfed14000-0xfed19fff]
>> [    0.273064] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
>> [    0.273067] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
>> [    0.273096] pnp 00:02: [dma 4]
>> [    0.273098] pnp 00:02: [io  0x0000-0x000f]
>> [    0.273100] pnp 00:02: [io  0x0081-0x0083]
>> [    0.273102] pnp 00:02: [io  0x0087]
>> [    0.273104] pnp 00:02: [io  0x0089-0x008b]
>> [    0.273105] pnp 00:02: [io  0x008f]
>> [    0.273107] pnp 00:02: [io  0x00c0-0x00df]
>> [    0.273132] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
>> [    0.273142] pnp 00:03: [io  0x0070-0x0071]
>> [    0.273151] pnp 00:03: [irq 8]
>> [    0.273178] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
>> [    0.273186] pnp 00:04: [io  0x0061]
>> [    0.273210] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
>> [    0.273218] pnp 00:05: [io  0x00f0-0x00ff]
>> [    0.273223] pnp 00:05: [irq 13]
>> [    0.273248] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
>> [    0.273481] pnp 00:06: [io  0x03f8-0x03ff]
>> [    0.273486] pnp 00:06: [irq 4]
>> [    0.273488] pnp 00:06: [dma 0 disabled]
>> [    0.273553] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
>> [    0.273948] pnp 00:07: [io  0x0378-0x037f]
>> [    0.273953] pnp 00:07: [irq 7]
>> [    0.273955] pnp 00:07: [dma 0 disabled]
>> [    0.274087] pnp 00:07: Plug and Play ACPI device, IDs PNP0400 (active)
>> [    0.274113] pnp 00:08: [io  0x0060]
>> [    0.274115] pnp 00:08: [io  0x0064]
>> [    0.274119] pnp 00:08: [irq 1]
>> [    0.274155] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
>> [    0.274196] pnp 00:09: [irq 12]
>> [    0.274229] pnp 00:09: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
>> [    0.274307] pnp 00:0a: [io  0x0000-0xffffffffffffffff disabled]
>> [    0.274310] pnp 00:0a: [io  0x0a00-0x0adf]
>> [    0.274312] pnp 00:0a: [io  0x0ae0-0x0aef]
>> [    0.274363] system 00:0a: [io  0x0a00-0x0adf] has been reserved
>> [    0.274366] system 00:0a: [io  0x0ae0-0x0aef] has been reserved
>> [    0.274369] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
>> [    0.274437] pnp 00:0b: [io  0x0010-0x001f]
>> [    0.274440] pnp 00:0b: [io  0x0022-0x003f]
>> [    0.274441] pnp 00:0b: [io  0x0044-0x005f]
>> [    0.274443] pnp 00:0b: [io  0x0062-0x0063]
>> [    0.274445] pnp 00:0b: [io  0x0065-0x006f]
>> [    0.274447] pnp 00:0b: [io  0x0072-0x007f]
>> [    0.274448] pnp 00:0b: [io  0x0080]
>> [    0.274450] pnp 00:0b: [io  0x0084-0x0086]
>> [    0.274452] pnp 00:0b: [io  0x0088]
>> [    0.274455] pnp 00:0b: [io  0x008c-0x008e]
>> [    0.274457] pnp 00:0b: [io  0x0090-0x009f]
>> [    0.274459] pnp 00:0b: [io  0x00a2-0x00bf]
>> [    0.274461] pnp 00:0b: [io  0x00e0-0x00ef]
>> [    0.274463] pnp 00:0b: [io  0x04d0-0x04d1]
>> [    0.274464] pnp 00:0b: [io  0x0800-0x087f]
>> [    0.274466] pnp 00:0b: [io  0x0000-0xffffffffffffffff disabled]
>> [    0.274468] pnp 00:0b: [io  0x0480-0x04bf]
>> [    0.274470] pnp 00:0b: [mem 0xfed1c000-0xfed1ffff]
>> [    0.274472] pnp 00:0b: [mem 0xfed20000-0xfed8ffff]
>> [    0.274541] system 00:0b: [io  0x04d0-0x04d1] has been reserved
>> [    0.274544] system 00:0b: [io  0x0800-0x087f] has been reserved
>> [    0.274546] system 00:0b: [io  0x0480-0x04bf] has been reserved
>> [    0.274549] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
>> [    0.274551] system 00:0b: [mem 0xfed20000-0xfed8ffff] has been reserved
>> [    0.274554] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
>> [    0.274625] pnp 00:0c: [mem 0xffb00000-0xffbfffff]
>> [    0.274627] pnp 00:0c: [mem 0xfff00000-0xffffffff]
>> [    0.274655] pnp 00:0c: Plug and Play ACPI device, IDs INT0800 (active)
>> [    0.274694] pnp 00:0d: [mem 0xffc00000-0xffefffff]
>> [    0.274744] system 00:0d: [mem 0xffc00000-0xffefffff] has been reserved
>> [    0.274747] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
>> [    0.274820] pnp 00:0e: [mem 0xfec00000-0xfec00fff]
>> [    0.274822] pnp 00:0e: [mem 0xfee00000-0xfee00fff]
>> [    0.274870] system 00:0e: [mem 0xfec00000-0xfec00fff] could not be reserved
>> [    0.274873] system 00:0e: [mem 0xfee00000-0xfee00fff] has been reserved
>> [    0.274876] system 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
>> [    0.274906] pnp 00:0f: [mem 0xe0000000-0xefffffff]
>> [    0.274956] system 00:0f: [mem 0xe0000000-0xefffffff] has been reserved
>> [    0.274959] system 00:0f: Plug and Play ACPI device, IDs PNP0c02 (active)
>> [    0.275113] pnp 00:10: [mem 0x00000000-0x0009ffff]
>> [    0.275115] pnp 00:10: [mem 0x000c0000-0x000cffff]
>> [    0.275117] pnp 00:10: [mem 0x000e0000-0x000fffff]
>> [    0.275119] pnp 00:10: [mem 0x00100000-0xbfffffff]
>> [    0.275121] pnp 00:10: [mem 0x00000000-0xffffffffffffffff disabled]
>> [    0.275180] system 00:10: [mem 0x00000000-0x0009ffff] could not be reserved
>> [    0.275183] system 00:10: [mem 0x000c0000-0x000cffff] could not be reserved
>> [    0.275186] system 00:10: [mem 0x000e0000-0x000fffff] could not be reserved
>> [    0.275188] system 00:10: [mem 0x00100000-0xbfffffff] could not be reserved
>> [    0.275191] system 00:10: Plug and Play ACPI device, IDs PNP0c01 (active)
>> [    0.275308] pnp: PnP ACPI: found 17 devices
>> [    0.275309] ACPI: ACPI bus type pnp unregistered
>> [    0.312103] Switching to clocksource acpi_pm
>> [    0.312137] PCI: max bus depth: 1 pci_try_num: 2
>> [    0.312182] pci 0000:00:1c.5: BAR 15: assigned [mem 0xc0000000-0xc01fffff 64bit pref]
>> [    0.312186] pci 0000:00:1c.4: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
>> [    0.312189] pci 0000:00:1c.2: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
>> [    0.312192] pci 0000:00:1c.1: BAR 15: assigned [mem 0xc0600000-0xc07fffff 64bit pref]
>> [    0.312195] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0800000-0xc09fffff]
>> [    0.312198] pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0a00000-0xc0bfffff 64bit pref]
>> [    0.312201] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
>> [    0.312204] pci 0000:00:01.0: PCI bridge to [bus 01-01]
>> [    0.312207] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
>> [    0.312210] pci 0000:00:01.0:   bridge window [mem 0xfa000000-0xfe7fffff]
>> [    0.312214] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
>> [    0.312218] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
>> [    0.312221] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
>> [    0.312225] pci 0000:00:1c.0:   bridge window [mem 0xc0800000-0xc09fffff]
>> [    0.312229] pci 0000:00:1c.0:   bridge window [mem 0xc0a00000-0xc0bfffff 64bit pref]
>> [    0.312234] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
>> [    0.312237] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
>> [    0.312241] pci 0000:00:1c.1:   bridge window [mem 0xfe800000-0xfe8fffff]
>> [    0.312245] pci 0000:00:1c.1:   bridge window [mem 0xc0600000-0xc07fffff 64bit pref]
>> [    0.312250] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
>> [    0.312253] pci 0000:00:1c.2:   bridge window [io  0xc000-0xcfff]
>> [    0.312257] pci 0000:00:1c.2:   bridge window [mem 0xfe900000-0xfe9fffff]
>> [    0.312261] pci 0000:00:1c.2:   bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
>> [    0.312267] pci 0000:00:1c.4: PCI bridge to [bus 05-05]
>> [    0.312269] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
>> [    0.312274] pci 0000:00:1c.4:   bridge window [mem 0xfea00000-0xfeafffff]
>> [    0.312277] pci 0000:00:1c.4:   bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
>> [    0.312283] pci 0000:00:1c.5: PCI bridge to [bus 06-06]
>> [    0.312285] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
>> [    0.312290] pci 0000:00:1c.5:   bridge window [mem 0xfeb00000-0xfebfffff]
>> [    0.312293] pci 0000:00:1c.5:   bridge window [mem 0xc0000000-0xc01fffff 64bit pref]
>> [    0.312299] pci 0000:00:1e.0: PCI bridge to [bus 07-07]
>> [    0.312318] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>> [    0.312321] pci 0000:00:01.0: setting latency timer to 64
>> [    0.312326] pci 0000:00:1c.0: enabling device (0104 -> 0107)
>> [    0.312333] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>> [    0.312337] pci 0000:00:1c.0: setting latency timer to 64
>> [    0.312342] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
>> [    0.312346] pci 0000:00:1c.1: setting latency timer to 64
>> [    0.312354] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>> [    0.312357] pci 0000:00:1c.2: setting latency timer to 64
>> [    0.312363] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>> [    0.312366] pci 0000:00:1c.4: setting latency timer to 64
>> [    0.312371] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
>> [    0.312375] pci 0000:00:1c.5: setting latency timer to 64
>> [    0.312380] pci 0000:00:1e.0: setting latency timer to 64
>> [    0.312384] pci_bus 0000:00: resource 0 [io  0x0000-0xffff]
>> [    0.312386] pci_bus 0000:00: resource 1 [mem 0x00000000-0xfffffffff]
>> [    0.312388] pci_bus 0000:01: resource 0 [io  0xa000-0xafff]
>> [    0.312390] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfe7fffff]
>> [    0.312393] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
>> [    0.312395] pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
>> [    0.312397] pci_bus 0000:02: resource 1 [mem 0xc0800000-0xc09fffff]
>> [    0.312399] pci_bus 0000:02: resource 2 [mem 0xc0a00000-0xc0bfffff 64bit pref]
>> [    0.312401] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
>> [    0.312403] pci_bus 0000:03: resource 1 [mem 0xfe800000-0xfe8fffff]
>> [    0.312405] pci_bus 0000:03: resource 2 [mem 0xc0600000-0xc07fffff 64bit pref]
>> [    0.312408] pci_bus 0000:04: resource 0 [io  0xc000-0xcfff]
>> [    0.312409] pci_bus 0000:04: resource 1 [mem 0xfe900000-0xfe9fffff]
>> [    0.312412] pci_bus 0000:04: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
>> [    0.312414] pci_bus 0000:05: resource 0 [io  0xd000-0xdfff]
>> [    0.312416] pci_bus 0000:05: resource 1 [mem 0xfea00000-0xfeafffff]
>> [    0.312418] pci_bus 0000:05: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
>> [    0.312420] pci_bus 0000:06: resource 0 [io  0xe000-0xefff]
>> [    0.312422] pci_bus 0000:06: resource 1 [mem 0xfeb00000-0xfebfffff]
>> [    0.312425] pci_bus 0000:06: resource 2 [mem 0xc0000000-0xc01fffff 64bit pref]
>> [    0.312427] pci_bus 0000:07: resource 4 [io  0x0000-0xffff]
>> [    0.312429] pci_bus 0000:07: resource 5 [mem 0x00000000-0xfffffffff]
>> [    0.312453] NET: Registered protocol family 2
>> [    0.312491] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
>> [    0.312587] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
>> [    0.312959] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
>> [    0.313062] TCP: Hash tables configured (established 131072 bind 65536)
>> [    0.313064] TCP reno registered
>> [    0.313066] UDP hash table entries: 512 (order: 2, 16384 bytes)
>> [    0.313075] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
>> [    0.313132] NET: Registered protocol family 1
>> [    0.313150] pci 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>> [    0.313165] pci 0000:00:1a.0: PCI INT A disabled
>> [    0.313177] pci 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
>> [    0.313191] pci 0000:00:1a.1: PCI INT B disabled
>> [    0.313199] pci 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>> [    0.313219] pci 0000:00:1a.7: PCI INT C disabled
>> [    0.313239] pci 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
>> [    0.313254] pci 0000:00:1d.0: PCI INT A disabled
>> [    0.313263] pci 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>> [    0.313277] pci 0000:00:1d.1: PCI INT B disabled
>> [    0.313284] pci 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>> [    0.313298] pci 0000:00:1d.2: PCI INT C disabled
>> [    0.313304] pci 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
>> [    0.313319] pci 0000:00:1d.3: PCI INT D disabled
>> [    0.313326] pci 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
>> [    0.313339] pci 0000:00:1d.7: PCI INT A disabled
>> [    0.313360] pci 0000:01:00.0: Boot video device
>> [    0.313373] PCI: CLS 32 bytes, default 64
>> [    0.313428] Unpacking initramfs...
>> [    0.653964] Freeing initrd memory: 15804k freed
>> [    0.660788] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
>> [    0.660791] apm: disabled - APM is not SMP safe.
>> [    0.660926] Intel AES-NI instructions are not detected.
>> [    0.661079] audit: initializing netlink socket (disabled)
>> [    0.661095] type=2000 audit(1332787894.661:1): initialized
>> [    0.684390] highmem bounce pool size: 64 pages
>> [    0.684395] HugeTLB registered 2 MB page size, pre-allocated 0 pages
>> [    0.695503] VFS: Disk quotas dquot_6.5.2
>> [    0.695557] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
>> [    0.696083] msgmni has been set to 1678
>> [    0.696142] SELinux:  Registering netfilter hooks
>> [    0.696558] alg: No test for stdrng (krng)
>> [    0.696571] NET: Registered protocol family 38
>> [    0.696613] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
>> [    0.696650] io scheduler noop registered
>> [    0.696652] io scheduler deadline registered
>> [    0.696658] io scheduler cfq registered (default)
>> [    0.696876] pcieport 0000:00:01.0: setting latency timer to 64
>> [    0.696905] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
>> [    0.696970] pcieport 0000:00:1c.0: setting latency timer to 64
>> [    0.697023] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
>> [    0.697112] pcieport 0000:00:1c.1: setting latency timer to 64
>> [    0.697146] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
>> [    0.697234] pcieport 0000:00:1c.2: setting latency timer to 64
>> [    0.697267] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
>> [    0.697355] pcieport 0000:00:1c.4: setting latency timer to 64
>> [    0.697388] pcieport 0000:00:1c.4: irq 44 for MSI/MSI-X
>> [    0.697476] pcieport 0000:00:1c.5: setting latency timer to 64
>> [    0.697509] pcieport 0000:00:1c.5: irq 45 for MSI/MSI-X
>> [    0.697627] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
>> [    0.697629] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
>> [    0.697632] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
>> [    0.697648] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
>> [    0.697652] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
>> [    0.697668] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
>> [    0.697670] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
>> [    0.697674] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
>> [    0.697689] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
>> [    0.697691] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
>> [    0.697695] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
>> [    0.697710] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
>> [    0.697712] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
>> [    0.697716] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
>> [    0.697732] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
>> [    0.697734] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
>> [    0.697738] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
>> [    0.697757] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
>> [    0.697807] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 2940 ss_vid 1462 ss_did 7360
>> [    0.697825] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
>> [    0.697834] pciehp 0000:00:1c.1:pcie04: HPC vendor_id 8086 device_id 2942 ss_vid 1462 ss_did 7360
>> [    0.697850] pciehp 0000:00:1c.1:pcie04: service driver pciehp loaded
>> [    0.697860] pciehp 0000:00:1c.2:pcie04: HPC vendor_id 8086 device_id 2944 ss_vid 1462 ss_did 7360
>> [    0.697876] pciehp 0000:00:1c.2:pcie04: service driver pciehp loaded
>> [    0.697886] pciehp 0000:00:1c.4:pcie04: HPC vendor_id 8086 device_id 2948 ss_vid 1462 ss_did 7360
>> [    0.697902] pciehp 0000:00:1c.4:pcie04: service driver pciehp loaded
>> [    0.697912] pciehp 0000:00:1c.5:pcie04: HPC vendor_id 8086 device_id 294a ss_vid 1462 ss_did 7360
>> [    0.697929] pciehp 0000:00:1c.5:pcie04: service driver pciehp loaded
>> [    0.697937] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
>> [    0.697939] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
>> [    0.698253] intel_idle: MWAIT substates: 0x20
>> [    0.698255] intel_idle: does not run on family 6 model 15
>> [    0.698326] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
>> [    0.698330] ACPI: Power Button [PWRB]
>> [    0.698375] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
>> [    0.698378] ACPI: Power Button [PWRF]
>> [    0.700070] ERST: Table is not found!
>> [    0.700072] GHES: HEST is not enabled!
>> [    0.700085] isapnp: Scanning for PnP cards...
>> [    1.055917] isapnp: No Plug & Play device found
>> [    1.056011] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
>> [    1.076497] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
>> [    1.097724] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
>> [    1.106358] Non-volatile memory driver v1.3
>> [    1.106360] Linux agpgart interface v0.103
>> [    1.107481] loop: module loaded
>> [    1.107541] ahci 0000:05:00.0: version 3.0
>> [    1.107565] ata_piix 0000:00:1f.2: version 2.13
>> [    1.107577] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>> [    1.107581] ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
>> [    1.107613] ata_piix 0000:00:1f.2: setting latency timer to 64
>> [    1.107848] scsi0 : ata_piix
>> [    1.107929] scsi1 : ata_piix
>> [    1.109107] ata1: SATA max UDMA/133 cmd 0x9000 ctl 0x8c00 bmdma 0x8480 irq 19
>> [    1.109111] ata2: SATA max UDMA/133 cmd 0x8880 ctl 0x8800 bmdma 0x8488 irq 19
>> [    1.109128] ata_piix 0000:00:1f.5: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>> [    1.109134] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
>> [    1.109177] ata_piix 0000:00:1f.5: setting latency timer to 64
>> [    1.109401] scsi2 : ata_piix
>> [    1.109481] scsi3 : ata_piix
>> [    1.110534] ata3: SATA max UDMA/133 cmd 0x8000 ctl 0x7c00 bmdma 0x7480 irq 19
>> [    1.110538] ata4: SATA max UDMA/133 cmd 0x7880 ctl 0x7800 bmdma 0x7488 irq 19
>> [    1.110597] Fixed MDIO Bus: probed
>> [    1.110664] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>> [    1.110677] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>> [    1.110692] ehci_hcd 0000:00:1a.7: setting latency timer to 64
>> [    1.110695] ehci_hcd 0000:00:1a.7: EHCI Host Controller
>> [    1.110765] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
>> [    1.110787] ehci_hcd 0000:00:1a.7: debug port 1
>> [    1.114672] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
>> [    1.114686] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf9fffc00
>> [    1.124019] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
>> [    1.124038] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
>> [    1.124041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> [    1.124043] usb usb1: Product: EHCI Host Controller
>> [    1.124045] usb usb1: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE ehci_hcd
>> [    1.124047] usb usb1: SerialNumber: 0000:00:1a.7
>> [    1.124164] hub 1-0:1.0: USB hub found
>> [    1.124168] hub 1-0:1.0: 4 ports detected
>> [    1.124239] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
>> [    1.124249] ehci_hcd 0000:00:1d.7: setting latency timer to 64
>> [    1.124252] ehci_hcd 0000:00:1d.7: EHCI Host Controller
>> [    1.124305] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
>> [    1.124325] ehci_hcd 0000:00:1d.7: debug port 1
>> [    1.128222] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
>> [    1.128235] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fff800
>> [    1.138019] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
>> [    1.138032] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
>> [    1.138034] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> [    1.138036] usb usb2: Product: EHCI Host Controller
>> [    1.138038] usb usb2: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE ehci_hcd
>> [    1.138040] usb usb2: SerialNumber: 0000:00:1d.7
>> [    1.138147] hub 2-0:1.0: USB hub found
>> [    1.138151] hub 2-0:1.0: 8 ports detected
>> [    1.138230] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>> [    1.138243] uhci_hcd: USB Universal Host Controller Interface driver
>> [    1.138258] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>> [    1.138265] uhci_hcd 0000:00:1a.0: setting latency timer to 64
>> [    1.138268] uhci_hcd 0000:00:1a.0: UHCI Host Controller
>> [    1.138322] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
>> [    1.138350] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00009c00
>> [    1.138376] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
>> [    1.138378] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> [    1.138380] usb usb3: Product: UHCI Host Controller
>> [    1.138382] usb usb3: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
>> [    1.138384] usb usb3: SerialNumber: 0000:00:1a.0
>> [    1.138490] hub 3-0:1.0: USB hub found
>> [    1.138493] hub 3-0:1.0: 2 ports detected
>> [    1.138559] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
>> [    1.138565] uhci_hcd 0000:00:1a.1: setting latency timer to 64
>> [    1.138568] uhci_hcd 0000:00:1a.1: UHCI Host Controller
>> [    1.138621] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
>> [    1.138649] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00009880
>> [    1.138674] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
>> [    1.138676] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> [    1.138679] usb usb4: Product: UHCI Host Controller
>> [    1.138680] usb usb4: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
>> [    1.138682] usb usb4: SerialNumber: 0000:00:1a.1
>> [    1.138787] hub 4-0:1.0: USB hub found
>> [    1.138791] hub 4-0:1.0: 2 ports detected
>> [    1.138857] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
>> [    1.138864] uhci_hcd 0000:00:1d.0: setting latency timer to 64
>> [    1.138866] uhci_hcd 0000:00:1d.0: UHCI Host Controller
>> [    1.138918] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
>> [    1.138938] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00009800
>> [    1.138963] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
>> [    1.138965] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> [    1.138968] usb usb5: Product: UHCI Host Controller
>> [    1.138969] usb usb5: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
>> [    1.138971] usb usb5: SerialNumber: 0000:00:1d.0
>> [    1.139081] hub 5-0:1.0: USB hub found
>> [    1.139085] hub 5-0:1.0: 2 ports detected
>> [    1.139154] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>> [    1.139160] uhci_hcd 0000:00:1d.1: setting latency timer to 64
>> [    1.139163] uhci_hcd 0000:00:1d.1: UHCI Host Controller
>> [    1.139223] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
>> [    1.139245] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00009480
>> [    1.139270] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
>> [    1.139272] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> [    1.139274] usb usb6: Product: UHCI Host Controller
>> [    1.139276] usb usb6: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
>> [    1.139278] usb usb6: SerialNumber: 0000:00:1d.1
>> [    1.139379] hub 6-0:1.0: USB hub found
>> [    1.139383] hub 6-0:1.0: 2 ports detected
>> [    1.139446] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
>> [    1.139453] uhci_hcd 0000:00:1d.2: setting latency timer to 64
>> [    1.139456] uhci_hcd 0000:00:1d.2: UHCI Host Controller
>> [    1.139508] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
>> [    1.139529] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00009400
>> [    1.139553] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
>> [    1.139556] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> [    1.139558] usb usb7: Product: UHCI Host Controller
>> [    1.139559] usb usb7: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
>> [    1.139561] usb usb7: SerialNumber: 0000:00:1d.2
>> [    1.139660] hub 7-0:1.0: USB hub found
>> [    1.139663] hub 7-0:1.0: 2 ports detected
>> [    1.139727] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
>> [    1.139733] uhci_hcd 0000:00:1d.3: setting latency timer to 64
>> [    1.139736] uhci_hcd 0000:00:1d.3: UHCI Host Controller
>> [    1.139787] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8
>> [    1.139808] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00009080
>> [    1.139832] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
>> [    1.139835] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> [    1.139837] usb usb8: Product: UHCI Host Controller
>> [    1.139839] usb usb8: Manufacturer: Linux 3.2.10-3.fc16.i686.PAE uhci_hcd
>> [    1.139841] usb usb8: SerialNumber: 0000:00:1d.3
>> [    1.139939] hub 8-0:1.0: USB hub found
>> [    1.139943] hub 8-0:1.0: 2 ports detected
>> [    1.140061] usbcore: registered new interface driver usbserial
>> [    1.140070] USB Serial support registered for generic
>> [    1.140083] usbcore: registered new interface driver usbserial_generic
>> [    1.140085] usbserial: USB Serial Driver core
>> [    1.140144] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
>> [    1.142542] serio: i8042 KBD port at 0x60,0x64 irq 1
>> [    1.142548] serio: i8042 AUX port at 0x60,0x64 irq 12
>> [    1.142650] mousedev: PS/2 mouse device common for all mice
>> [    1.142850] rtc_cmos 00:03: RTC can wake from S4
>> [    1.142965] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
>> [    1.142985] rtc0: alarms up to one month, y3k, 114 bytes nvram
>> [    1.143049] device-mapper: uevent: version 1.0.3
>> [    1.143129] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
>> [    1.143173] cpuidle: using governor ladder
>> [    1.143175] cpuidle: using governor menu
>> [    1.143310] EFI Variables Facility v0.08 2004-May-17
>> [    1.143451] usbcore: registered new interface driver usbhid
>> [    1.143453] usbhid: USB HID core driver
>> [    1.143499] ip_tables: (C) 2000-2006 Netfilter Core Team
>> [    1.143510] TCP cubic registered
>> [    1.143512] Initializing XFRM netlink socket
>> [    1.143626] NET: Registered protocol family 10
>> [    1.143745] Mobile IPv6
>> [    1.143748] NET: Registered protocol family 17
>> [    1.143759] Registering the dns_resolver key type
>> [    1.143773] Using IPI No-Shortcut mode
>> [    1.143895] PM: Hibernation image not present or could not be loaded.
>> [    1.143909] registered taskstats version 1
>> [    1.149523]   Magic number: 4:185:899
>> [    1.149603] rtc_cmos 00:03: setting system clock to 2012-03-26 18:51:35 UTC (1332787895)
>> [    1.150476] Initializing network drop monitor service
>> [    1.161406] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
>> [    1.425771] ata3: SATA link down (SStatus 0 SControl 300)
>> [    1.512378] input: PS2++ Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input3
>> [    1.565064] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [    1.565168] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>> [    1.576064] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [    1.580317] ata4.00: ATA-7: Maxtor 7V250F0, VA111630, max UDMA/133
>> [    1.580321] ata4.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 0/32)
>> [    1.581021] usb 4-1: new low-speed USB device number 2 using uhci_hcd
>> [    1.587163] ata4.00: configured for UDMA/133
>> [    1.608220] ata2.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
>> [    1.608223] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
>> [    1.616082] ata1.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
>> [    1.616086] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
>> [    1.662033] Refined TSC clocksource calibration: 2402.378 MHz.
>> [    1.662038] Switching to clocksource tsc
>> [    1.683190] ata2.00: configured for UDMA/133
>> [    1.691047] ata1.00: configured for UDMA/133
>> [    1.691200] scsi 0:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
>> [    1.691402] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
>> [    1.691414] sd 0:0:0:0: Attached scsi generic sg0 type 0
>> [    1.691473] sd 0:0:0:0: [sda] Write Protect is off
>> [    1.691477] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>> [    1.691511] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>> [    1.691657] scsi 1:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
>> [    1.691878] sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
>> [    1.691889] sd 1:0:0:0: Attached scsi generic sg1 type 0
>> [    1.691988] sd 1:0:0:0: [sdb] Write Protect is off
>> [    1.691992] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
>> [    1.692032] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>> [    1.692091] scsi 3:0:0:0: Direct-Access     ATA      Maxtor 7V250F0   VA11 PQ: 0 ANSI: 5
>> [    1.692268] sd 3:0:0:0: [sdc] 490234752 512-byte logical blocks: (251 GB/233 GiB)
>> [    1.692310] sd 3:0:0:0: Attached scsi generic sg2 type 0
>> [    1.692360] sd 3:0:0:0: [sdc] Write Protect is off
>> [    1.692364] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
>> [    1.692393] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>> [    1.715627]  sdc: sdc1
>> [    1.715885] sd 3:0:0:0: [sdc] Attached SCSI disk
>> [    1.722872]  sdb: sdb1 sdb2 sdb3
>> [    1.723190] sd 1:0:0:0: [sdb] Attached SCSI disk
>> [    1.730721]  sda: sda1 sda2 sda3
>> [    1.730990] sd 0:0:0:0: [sda] Attached SCSI disk
>> [    1.731061] Freeing unused kernel memory: 644k freed
>> [    1.731261] Write protecting the kernel text: 5408k
>> [    1.731315] Write protecting the kernel read-only data: 2096k
>> [    1.731319] NX-protecting the kernel data: 4832k
>> [    1.768691] usb 4-1: New USB device found, idVendor=051d, idProduct=0002
>> [    1.768696] usb 4-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
>> [    1.768700] usb 4-1: Product: APC ES 725 FW:821.y2 .A USB FW:y2
>> [    1.768703] usb 4-1: Manufacturer: APC
>> [    1.768706] usb 4-1: SerialNumber: 3B0628X18842
>> [    1.867527] dracut: dracut-013-20.fc16
>> [    1.892049] udevd[122]: starting version 173
>> [    1.960670] dracut: Starting plymouth daemon
>> [    2.056749] sata_sil24 0000:03:00.0: version 1.1
>> [    2.056771] sata_sil24 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
>> [    2.056826] sata_sil24 0000:03:00.0: setting latency timer to 64
>> [    2.059272] pata_marvell 0000:05:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>> [    2.059303] pata_marvell 0000:05:00.0: setting latency timer to 64
>> [    2.061729] scsi5 : pata_marvell
>> [    2.062173] scsi4 : sata_sil24
>> [    2.062765] scsi7 : sata_sil24
>> [    2.062830] ata5: SATA max UDMA/100 host m128@0xfe8ffc00 port 0xfe8f8000 irq 17
>> [    2.062835] ata6: SATA max UDMA/100 host m128@0xfe8ffc00 port 0xfe8fa000 irq 17
>> [    2.062874] sata_sil24 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
>> [    2.062881] scsi6 : pata_marvell
>> [    2.062942] sata_sil24 0000:04:00.0: setting latency timer to 64
>> [    2.062948] ata7: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 16
>> [    2.062952] ata8: PATA max UDMA/133 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 16
>> [    2.065053] scsi8 : sata_sil24
>> [    2.065207] scsi9 : sata_sil24
>> [    2.065259] ata9: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9f8000 irq 18
>> [    2.065263] ata10: SATA max UDMA/100 host m128@0xfe9ffc00 port 0xfe9fa000 irq 18
>> [    2.217434] ata7.00: ATAPI: HL-DT-STDVD-RAM GSA-H58N, 1.03, max UDMA/66
>> [    2.221802] mdadm: sending ioctl 800c0910 to a partition!
>> [    2.221806] mdadm: sending ioctl 800c0910 to a partition!
>> [    2.221889] mdadm: sending ioctl 1261 to a partition!
>> [    2.221891] mdadm: sending ioctl 1261 to a partition!
>> [    2.223422] ata7.00: configured for UDMA/66
>> [    2.235804] generic-usb 0003:051D:0002.0001: hiddev0,hidraw0: USB HID v1.10 Device [APC APC ES 725 FW:821.y2 .A USB FW:y2 ] on usb-0000:00:1a.1-1/input0
>> [    2.243045] mdadm: sending ioctl 800c0910 to a partition!
>> [    2.243048] mdadm: sending ioctl 800c0910 to a partition!
>> [    2.243137] mdadm: sending ioctl 1261 to a partition!
>> [    2.243139] mdadm: sending ioctl 1261 to a partition!
>> [    2.255680] mdadm: sending ioctl 800c0910 to a partition!
>> [    2.255684] mdadm: sending ioctl 800c0910 to a partition!
>> [    2.278604] md: bind<sdb1>
>> [    2.280946] md: bind<sda1>
>> [    2.283163] md: raid1 personality registered for level 1
>> [    4.082034] ata5: SATA link down (SStatus 0 SControl 0)
>> [    4.197035] ata9: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [    4.197372] ata9.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [    4.199141] ata9.00: hard resetting link
>> [    4.537254] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [    4.537290] ata9.01: hard resetting link
>> [    4.963015] ata9.01: softreset failed (SRST command error)
>> [    5.073014] ata9.01: failed to read SCR 0 (Emask=0x1)
>> [    5.073019] ata9.01: reset failed (errno=-85), retrying in 10 secs
>> [    6.102041] ata6: SATA link down (SStatus 0 SControl 0)
>> [    6.103522] scsi 5:0:0:0: CD-ROM            HL-DT-ST DVD-RAM GSA-H58N 1.03 PQ: 0 ANSI: 5
>> [    6.106341] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
>> [    6.106345] cdrom: Uniform CD-ROM driver Revision: 3.20
>> [    6.106541] sr 5:0:0:0: Attached scsi CD-ROM sr0
>> [    6.106728] sr 5:0:0:0: Attached scsi generic sg3 type 5
>> [   14.537112] ata9.01: reset failed, giving up
>> [   14.537117] ata9.15: hard resetting link
>> [   14.537120] ata9: controller in dubious state, performing PORT_RST
>> [   16.691040] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   16.691389] ata9.00: hard resetting link
>> [   17.029255] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   17.029290] ata9.01: hard resetting link
>> [   17.367252] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   17.367287] ata9.02: hard resetting link
>> [   17.683040] ata9.02: softreset failed (SRST command error)
>> [   17.683099] ata9.02: failed to read SCR 0 (Emask=0x1)
>> [   17.683103] ata9.02: reset failed (errno=-85), retrying in 10 secs
>> [   27.367023] ata9.02: reset failed, giving up
>> [   27.367028] ata9.15: hard resetting link
>> [   29.488078] ata9.15: softreset failed (SRST command error)
>> [   29.488082] ata9.15: reset failed (errno=-5), retrying in 8 secs
>> [   37.367018] ata9.15: hard resetting link
>> [   39.488071] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   39.488077] ata9.15: PMP revalidation failed (errno=-19)
>> [   44.488012] ata9.15: hard resetting link
>> [   46.620040] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   46.620470] ata9.00: hard resetting link
>> [   46.958247] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   46.958285] ata9.01: hard resetting link
>> [   47.296247] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   47.296284] ata9.02: hard resetting link
>> [   47.634249] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   47.634286] ata9.03: hard resetting link
>> [   48.060017] ata9.03: softreset failed (SRST command error)
>> [   48.060035] ata9.03: failed to read SCR 0 (Emask=0x40)
>> [   48.060038] ata9.03: reset failed (errno=-85), retrying in 10 secs
>> [   57.634037] ata9.03: reset failed, giving up
>> [   57.634041] ata9.15: hard resetting link
>> [   57.634043] ata9: controller in dubious state, performing PORT_RST
>> [   59.788039] ata9.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   59.788377] ata9.00: hard resetting link
>> [   60.126253] ata9.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   60.126289] ata9.01: hard resetting link
>> [   60.464250] ata9.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   60.464285] ata9.02: hard resetting link
>> [   60.802251] ata9.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   60.802286] ata9.03: hard resetting link
>> [   61.140252] ata9.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   61.140287] ata9.04: hard resetting link
>> [   61.445390] ata9.04: SATA link down (SStatus 0 SControl 320)
>> [   61.445457] ata9.05: hard resetting link
>> [   61.750359] ata9.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [   61.779136] ata9.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   61.779141] ata9.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32)
>> [   61.821129] ata9.00: configured for UDMA/100
>> [   61.849775] ata9.01: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   61.849779] ata9.01: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   61.891640] ata9.01: configured for UDMA/100
>> [   61.920328] ata9.02: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   61.920333] ata9.02: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   61.962282] ata9.02: configured for UDMA/100
>> [   61.990999] ata9.03: ATA-8: ST31500341AS, CC1H, max UDMA/133
>> [   61.991009] ata9.03: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [   62.032997] ata9.03: configured for UDMA/100
>> [   62.033088] ata9: EH complete
>> [   62.033219] scsi 8:0:0:0: Direct-Access     ATA      ST31500341AS     CC1H PQ: 0 ANSI: 5
>> [   62.033413] sd 8:0:0:0: [sdd] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
>> [   62.033453] sd 8:0:0:0: Attached scsi generic sg4 type 0
>> [   62.033511] sd 8:0:0:0: [sdd] Write Protect is off
>> [   62.033516] sd 8:0:0:0: [sdd] Mode Sense: 00 3a 00 00
>> [   62.033557] sd 8:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>> [   62.033638] scsi 8:1:0:0: Direct-Access     ATA      ST31500341AS     CC1H PQ: 0 ANSI: 5
>> [   62.033810] sd 8:1:0:0: [sde] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
>> [   62.033898] sd 8:1:0:0: [sde] Write Protect is off
>> [   62.033902] sd 8:1:0:0: [sde] Mode Sense: 00 3a 00 00
>> [   62.033939] sd 8:1:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>> [   62.033977] sd 8:1:0:0: Attached scsi generic sg5 type 0
>> [   62.034257] scsi 8:2:0:0: Direct-Access     ATA      ST31500341AS     CC1H PQ: 0 ANSI: 5
>> [   62.034426] sd 8:2:0:0: [sdf] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
>> [   62.034514] sd 8:2:0:0: [sdf] Write Protect is off
>> [   62.034518] sd 8:2:0:0: [sdf] Mode Sense: 00 3a 00 00
>> [   62.034554] sd 8:2:0:0: Attached scsi generic sg6 type 0
>> [   62.034563] sd 8:2:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>> [   62.034743] scsi 8:3:0:0: Direct-Access     ATA      ST31500341AS     CC1H PQ: 0 ANSI: 5
>> [   62.034910] sd 8:3:0:0: [sdg] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
>> [   62.034954] sd 8:3:0:0: Attached scsi generic sg7 type 0
>> [   62.035000] sd 8:3:0:0: [sdg] Write Protect is off
>> [   62.035011] sd 8:3:0:0: [sdg] Mode Sense: 00 3a 00 00
>> [   62.035063] sd 8:3:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>> [   62.041037]  sdd: unknown partition table
>> [   62.041278] sd 8:0:0:0: [sdd] Attached SCSI disk
>> [   62.055364]  sde: unknown partition table
>> [   62.055517] sd 8:1:0:0: [sde] Attached SCSI disk
>> [   62.059238]  sdf: unknown partition table
>> [   62.059395] sd 8:2:0:0: [sdf] Attached SCSI disk
>> [   62.060249]  sdg: unknown partition table
>> [   62.060399] sd 8:3:0:0: [sdg] Attached SCSI disk
>> [   64.167041] ata10: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   64.167363] ata10.15: Port Multiplier 1.1, 0x1095:0x3726 r23, 6 ports, feat 0x1/0x9
>> [   64.169254] ata10.00: hard resetting link
>> [   64.573260] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   64.573299] ata10.01: hard resetting link
>> [   64.999017] ata10.01: softreset failed (SRST command error)
>> [   64.999034] ata10.01: failed to read SCR 0 (Emask=0x40)
>> [   64.999038] ata10.01: reset failed (errno=-85), retrying in 10 secs
>> [   74.573049] ata10.01: reset failed, giving up
>> [   74.573058] ata10.15: hard resetting link
>> [   74.573061] ata10: controller in dubious state, performing PORT_RST
>> [   76.727039] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   76.727371] ata10.00: hard resetting link
>> [   77.131252] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   77.131287] ata10.01: hard resetting link
>> [   77.535261] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   77.535297] ata10.02: hard resetting link
>> [   77.851041] ata10.02: softreset failed (SRST command error)
>> [   77.961014] ata10.02: failed to read SCR 0 (Emask=0x1)
>> [   77.961018] ata10.02: reset failed (errno=-85), retrying in 10 secs
>> [   87.535028] ata10.02: reset failed, giving up
>> [   87.535033] ata10.15: hard resetting link
>> [   87.535035] ata10: controller in dubious state, performing PORT_RST
>> [   89.689041] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [   89.689414] ata10.00: hard resetting link
>> [   90.093265] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [   90.093303] ata10.01: hard resetting link
>> [   90.497259] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   90.497296] ata10.02: hard resetting link
>> [   90.901259] ata10.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [   90.901296] ata10.03: hard resetting link
>> [   91.327009] ata10.03: softreset failed (SRST command error)
>> [   91.327024] ata10.03: failed to read SCR 0 (Emask=0x40)
>> [   91.327026] ata10.03: reset failed (errno=-85), retrying in 10 secs
>> [  100.901043] ata10.03: reset failed, giving up
>> [  100.901048] ata10.15: hard resetting link
>> [  100.901051] ata10: controller in dubious state, performing PORT_RST
>> [  103.055046] ata10.15: SATA link up 3.0 Gbps (SStatus 123 SControl 0)
>> [  103.055433] ata10.00: hard resetting link
>> [  103.459260] ata10.00: SATA link up 3.0 Gbps (SStatus 123 SControl 320)
>> [  103.459296] ata10.01: hard resetting link
>> [  103.863260] ata10.01: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [  103.863296] ata10.02: hard resetting link
>> [  104.267287] ata10.02: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [  104.267332] ata10.03: hard resetting link
>> [  104.671261] ata10.03: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>> [  104.671297] ata10.04: hard resetting link
>> [  104.976391] ata10.04: SATA link down (SStatus 0 SControl 320)
>> [  104.976458] ata10.05: hard resetting link
>> [  105.281363] ata10.05: SATA link up 1.5 Gbps (SStatus 113 SControl 320)
>> [  105.282235] ata10.00: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
>> [  105.282240] ata10.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
>> [  105.283269] ata10.00: configured for UDMA/100
>> [  105.303836] ata10.01: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
>> [  105.303840] ata10.01: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [  105.304715] ata10.01: configured for UDMA/100
>> [  105.319063] ata10.02: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
>> [  105.319067] ata10.02: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [  105.319948] ata10.02: configured for UDMA/100
>> [  105.333306] ata10.03: ATA-8: Hitachi HDP725050GLA360, GM4OA50E, max UDMA/133
>> [  105.333310] ata10.03: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
>> [  105.334189] ata10.03: configured for UDMA/100
>> [  105.334259] ata10: EH complete
>> [  105.334390] scsi 9:0:0:0: Direct-Access     ATA      Hitachi HDP72505 GM4O PQ: 0 ANSI: 5
>> [  105.334575] sd 9:0:0:0: [sdh] 976773168 512-byte logical blocks: (500 GB/465 GiB)
>> [  105.334617] sd 9:0:0:0: Attached scsi generic sg8 type 0
>> [  105.334672] sd 9:0:0:0: [sdh] Write Protect is off
>> [  105.334676] sd 9:0:0:0: [sdh] Mode Sense: 00 3a 00 00
>> [  105.334717] sd 9:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>> [  105.334785] scsi 9:1:0:0: Direct-Access     ATA      Hitachi HDP72505 GM4O PQ: 0 ANSI: 5
>> [  105.334954] sd 9:1:0:0: [sdi] 976773168 512-byte logical blocks: (500 GB/465 GiB)
>> [  105.335040] sd 9:1:0:0: [sdi] Write Protect is off
>> [  105.335044] sd 9:1:0:0: [sdi] Mode Sense: 00 3a 00 00
>> [  105.335076] sd 9:1:0:0: [sdi] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>> [  105.335274] sd 9:1:0:0: Attached scsi generic sg9 type 0
>> [  105.335459] scsi 9:2:0:0: Direct-Access     ATA      Hitachi HDP72505 GM4O PQ: 0 ANSI: 5
>> [  105.335626] sd 9:2:0:0: [sdj] 976773168 512-byte logical blocks: (500 GB/465 GiB)
>> [  105.335714] sd 9:2:0:0: [sdj] Write Protect is off
>> [  105.335718] sd 9:2:0:0: [sdj] Mode Sense: 00 3a 00 00
>> [  105.335757] sd 9:2:0:0: [sdj] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>> [  105.335766] sd 9:2:0:0: Attached scsi generic sg10 type 0
>> [  105.335938] scsi 9:3:0:0: Direct-Access     ATA      Hitachi HDP72505 GM4O PQ: 0 ANSI: 5
>> [  105.336111] sd 9:3:0:0: [sdk] 976773168 512-byte logical blocks: (500 GB/465 GiB)
>> [  105.336161] sd 9:3:0:0: Attached scsi generic sg11 type 0
>> [  105.336202] sd 9:3:0:0: [sdk] Write Protect is off
>> [  105.336206] sd 9:3:0:0: [sdk] Mode Sense: 00 3a 00 00
>> [  105.336260] sd 9:3:0:0: [sdk] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>> [  105.346322]  sdh: unknown partition table
>> [  105.346554] sd 9:0:0:0: [sdh] Attached SCSI disk
>> [  105.360434]  sdj: unknown partition table
>> [  105.360598] sd 9:2:0:0: [sdj] Attached SCSI disk
>> [  105.361877]  sdi: unknown partition table
>> [  105.362042] sd 9:1:0:0: [sdi] Attached SCSI disk
>> [  105.366343]  sdk: unknown partition table
>> [  105.366502] sd 9:3:0:0: [sdk] Attached SCSI disk
>> [  105.366688] bio: create slab <bio-1> at 1
>> [  105.366782] md/raid1:md0: active with 2 out of 2 mirrors
>> [  105.366819] md0: detected capacity change from 0 to 314507264
>> [  105.385841]  md0:
>> [  105.387349] scsi_verify_blk_ioctl: 122 callbacks suppressed
>> [  105.387352] mdadm: sending ioctl 1261 to a partition!
>> [  105.387355] mdadm: sending ioctl 1261 to a partition!
>> [  105.445648] mdadm: sending ioctl 1261 to a partition!
>> [  105.445651] mdadm: sending ioctl 1261 to a partition!
>> [  105.475825] mdadm: sending ioctl 1261 to a partition!
>> [  105.475828] mdadm: sending ioctl 1261 to a partition!
>> [  105.482162] md: bind<sdg>
>> [  105.485146] md: bind<sdf>
>> [  105.488262] md: bind<sde>
>> [  105.491687] md: bind<sdd>
>> [  105.494574] async_tx: api initialized (async)
>> [  105.494927] xor: automatically using best checksumming function: pIII_sse
>> [  105.499004]    pIII_sse  :  8432.000 MB/sec
>> [  105.499006] xor: using function: pIII_sse (8432.000 MB/sec)
>> [  105.508257] mdadm: sending ioctl 1261 to a partition!
>> [  105.508260] mdadm: sending ioctl 1261 to a partition!
>> [  105.516064] raid6: int32x1    902 MB/s
>> [  105.533042] raid6: int32x2    773 MB/s
>> [  105.550091] raid6: int32x4    714 MB/s
>> [  105.567020] raid6: int32x8    796 MB/s
>> [  105.584015] raid6: mmxx1     3160 MB/s
>> [  105.601018] raid6: mmxx2     3523 MB/s
>> [  105.618010] raid6: sse1x1    2062 MB/s
>> [  105.635022] raid6: sse1x2    2734 MB/s
>> [  105.652017] raid6: sse2x1    3707 MB/s
>> [  105.669017] raid6: sse2x2    4906 MB/s
>> [  105.669018] raid6: using algorithm sse2x2 (4906 MB/s)
>> [  105.669800] md: raid6 personality registered for level 6
>> [  105.669802] md: raid5 personality registered for level 5
>> [  105.669804] md: raid4 personality registered for level 4
>> [  105.669950] md/raid:md6: device sdd operational as raid disk 0
>> [  105.669952] md/raid:md6: device sde operational as raid disk 1
>> [  105.669954] md/raid:md6: device sdf operational as raid disk 2
>> [  105.669956] md/raid:md6: device sdg operational as raid disk 3
>> [  105.670311] md/raid:md6: allocated 4216kB
>> [  105.670342] md/raid:md6: raid level 5 active with 4 out of 4 devices, algorithm 2
>> [  105.670344] RAID conf printout:
>> [  105.670345]  --- level:5 rd:4 wd:4
>> [  105.670347]  disk 0, o:1, dev:sdd
>> [  105.670349]  disk 1, o:1, dev:sde
>> [  105.670350]  disk 2, o:1, dev:sdf
>> [  105.670352]  disk 3, o:1, dev:sdg
>> [  105.670377] md6: detected capacity change from 0 to 4500897595392
>> [  105.672274] md: bind<sdk>
>> [  105.673419]  md6: unknown partition table
>> [  105.675966] md: bind<sdj>
>> [  105.679622] md: bind<sdi>
>> [  105.683718] md: bind<sdh>
>> [  105.687032] md/raid:md7: device sdh operational as raid disk 1
>> [  105.687035] md/raid:md7: device sdi operational as raid disk 0
>> [  105.687037] md/raid:md7: device sdj operational as raid disk 2
>> [  105.687038] md/raid:md7: device sdk operational as raid disk 3
>> [  105.687363] md/raid:md7: allocated 4216kB
>> [  105.687395] md/raid:md7: raid level 5 active with 4 out of 4 devices, algorithm 2
>> [  105.687397] RAID conf printout:
>> [  105.687398]  --- level:5 rd:4 wd:4
>> [  105.687400]  disk 0, o:1, dev:sdi
>> [  105.687401]  disk 1, o:1, dev:sdh
>> [  105.687403]  disk 2, o:1, dev:sdj
>> [  105.687404]  disk 3, o:1, dev:sdk
>> [  105.687428] md7: detected capacity change from 0 to 1500315451392
>> [  105.689250]  md7: unknown partition table
>> [  140.072536] dracut Warning: No root device "block:/dev/disk/by-uuid/773cb4b3-4bb0-4705-b494-08cb9c2b5d73" found
> ------
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 29, 2012, 6:27 a.m. UTC | #30
Hello Gwendal,

Thank you for your great help. I'll ask to Fedora Project about this.

Best Regrads,
Akira

(2012/03/29 15:08), Gwendal Grignou wrote:
> On Wed, Mar 28, 2012 at 1:29 PM, ANEZAKI, Akira
> <fireblade1230@yahoo.co.jp> wrote:
>> Hello Gwendal,
>>
>> (2012/03/27 20:17), Gwendal Grignou wrote:
>>> Regarding the machine with 10 disks, I see that all the drives have
>>> been found; I don't see any other error from the /var/log/messages
>>> snippet that could explain md not finding the volumes.
>>
>> I have attached 11 disks log. RAID1 is not assembled. Both of md1 and
>> md2 were not assembled. md1 is root partition.
> From your original post md1 is composed of sda2 and sdb2. Both disks
> are not behind a PMP, so it is different problem.
> 
> Gwendal.
>>
>> Best Regards,
>> Akira
>>
  :

--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Gwendal Grignou March 29, 2012, 6:32 a.m. UTC | #31
On Tue, Mar 27, 2012 at 9:18 PM, ANEZAKI, Akira
<fireblade1230@yahoo.co.jp> wrote:
> Oops! I have sent the result of pathced driver.
>
> The result of 3.2.x driver is this:
> --- gscr.dump ---
> /sys/class/ata_device/dev1.0/gscr
> /sys/class/ata_device/dev1.1/gscr
> /sys/class/ata_device/dev10.0.0/gscr
> /sys/class/ata_device/dev10.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev10.1.0/gscr
> /sys/class/ata_device/dev10.10.0/gscr
> /sys/class/ata_device/dev10.11.0/gscr
> /sys/class/ata_device/dev10.12.0/gscr
> /sys/class/ata_device/dev10.13.0/gscr
> /sys/class/ata_device/dev10.14.0/gscr
> /sys/class/ata_device/dev10.2.0/gscr
> /sys/class/ata_device/dev10.3.0/gscr
> /sys/class/ata_device/dev10.4.0/gscr
> /sys/class/ata_device/dev10.5.0/gscr
> /sys/class/ata_device/dev10.6.0/gscr
> /sys/class/ata_device/dev10.7.0/gscr
> /sys/class/ata_device/dev10.8.0/gscr
> /sys/class/ata_device/dev10.9.0/gscr
> /sys/class/ata_device/dev2.0/gscr
> /sys/class/ata_device/dev2.1/gscr
> /sys/class/ata_device/dev3.0/gscr
> /sys/class/ata_device/dev4.0/gscr
> /sys/class/ata_device/dev5.0.0/gscr
> /sys/class/ata_device/dev5.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev5.1.0/gscr
> /sys/class/ata_device/dev5.10.0/gscr
> /sys/class/ata_device/dev5.11.0/gscr
> /sys/class/ata_device/dev5.12.0/gscr
> /sys/class/ata_device/dev5.13.0/gscr
> /sys/class/ata_device/dev5.14.0/gscr
> /sys/class/ata_device/dev5.2.0/gscr
> /sys/class/ata_device/dev5.3.0/gscr
> /sys/class/ata_device/dev5.4.0/gscr
> /sys/class/ata_device/dev5.5.0/gscr
> /sys/class/ata_device/dev5.6.0/gscr
> /sys/class/ata_device/dev5.7.0/gscr
> /sys/class/ata_device/dev5.8.0/gscr
> /sys/class/ata_device/dev5.9.0/gscr
> /sys/class/ata_device/dev6.0.0/gscr
> /sys/class/ata_device/dev6.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev6.1.0/gscr
> /sys/class/ata_device/dev6.10.0/gscr
> /sys/class/ata_device/dev6.11.0/gscr
> /sys/class/ata_device/dev6.12.0/gscr
> /sys/class/ata_device/dev6.13.0/gscr
> /sys/class/ata_device/dev6.14.0/gscr
> /sys/class/ata_device/dev6.2.0/gscr
> /sys/class/ata_device/dev6.3.0/gscr
> /sys/class/ata_device/dev6.4.0/gscr
> /sys/class/ata_device/dev6.5.0/gscr
> /sys/class/ata_device/dev6.6.0/gscr
> /sys/class/ata_device/dev6.7.0/gscr
> /sys/class/ata_device/dev6.8.0/gscr
> /sys/class/ata_device/dev6.9.0/gscr
> /sys/class/ata_device/dev7.0.0/gscr
> /sys/class/ata_device/dev7.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev7.1.0/gscr
> /sys/class/ata_device/dev7.10.0/gscr
> /sys/class/ata_device/dev7.11.0/gscr
> /sys/class/ata_device/dev7.12.0/gscr
> /sys/class/ata_device/dev7.13.0/gscr
> /sys/class/ata_device/dev7.14.0/gscr
> /sys/class/ata_device/dev7.2.0/gscr
> /sys/class/ata_device/dev7.3.0/gscr
> /sys/class/ata_device/dev7.4.0/gscr
> /sys/class/ata_device/dev7.5.0/gscr
> /sys/class/ata_device/dev7.6.0/gscr
> /sys/class/ata_device/dev7.7.0/gscr
> /sys/class/ata_device/dev7.8.0/gscr
> /sys/class/ata_device/dev7.9.0/gscr
> /sys/class/ata_device/dev8.0.0/gscr
> /sys/class/ata_device/dev8.0/gscr
> 37261095 00001706 00000006 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000001 0400ffff 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> /sys/class/ata_device/dev8.1.0/gscr
> /sys/class/ata_device/dev8.10.0/gscr
> /sys/class/ata_device/dev8.11.0/gscr
> /sys/class/ata_device/dev8.12.0/gscr
> /sys/class/ata_device/dev8.13.0/gscr
> /sys/class/ata_device/dev8.14.0/gscr
> /sys/class/ata_device/dev8.2.0/gscr
> /sys/class/ata_device/dev8.3.0/gscr
> /sys/class/ata_device/dev8.4.0/gscr
> /sys/class/ata_device/dev8.5.0/gscr
> /sys/class/ata_device/dev8.6.0/gscr
> /sys/class/ata_device/dev8.7.0/gscr
> /sys/class/ata_device/dev8.8.0/gscr
> /sys/class/ata_device/dev8.9.0/gscr
> /sys/class/ata_device/dev9.0.0/gscr
> /sys/class/ata_device/dev9.0/gscr
> 37261095 00001706 00000006 0000003f
> 00000000 20202020 20202020 20202020
> 46393951 3557364c 80000000 332e0004
> 44204141 53542020 32303333 30413632
This is the identification of a Seagate drive that should be behind.
[ST332062...]. It appears as if the PMP has been hotplug: the
controller assumed there was no PMP and see the disk SN# 9QF96L5W as
directly connected to the controller and then found the PMP.

I have no idea why these 4 port multipliers are misbehaving.

It looked like these PMP are not handling SRST properly, but that
should have been fixed with the latest PMP firmware...

Gwendal.

> 20202020 20202020 20202020 20202020
> 20202020 20202020 20202020 80102020
> 2f000000 02004000 00070200 00103fff
> fc10003f 001000fb 0fffffff 00070000
> 00000001 0400ffff 00000078 00000000
> 00000000 00000000 00000000 00000000
> 000000fe 7d01346b 34694023 40233c01
> 0000203f fefe0000 604bfffe 0000d000
> 00000000 00000000 2542eab0 00000000
> 00000000 00004000 00000000 00000000
> 00000000 00000000 01000000 00060000
> 00000004 00000000 00000000 00000000
> 00000009 eab02542 20202542 02b60002
> 008a0000 3c0a3c06 07c60000 08000100
> 30000f14 00800002 00000000 020200a0
> 04040000 00000000 00000000 000b1200
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000009 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 00000000
> 00000000 00000000 00000000 46a50000
> /sys/class/ata_device/dev9.1.0/gscr
> /sys/class/ata_device/dev9.10.0/gscr
> /sys/class/ata_device/dev9.11.0/gscr
> /sys/class/ata_device/dev9.12.0/gscr
> /sys/class/ata_device/dev9.13.0/gscr
> /sys/class/ata_device/dev9.14.0/gscr
> /sys/class/ata_device/dev9.2.0/gscr
> /sys/class/ata_device/dev9.3.0/gscr
> /sys/class/ata_device/dev9.4.0/gscr
> /sys/class/ata_device/dev9.5.0/gscr
> /sys/class/ata_device/dev9.6.0/gscr
> /sys/class/ata_device/dev9.7.0/gscr
> /sys/class/ata_device/dev9.8.0/gscr
> /sys/class/ata_device/dev9.9.0/gscr
> ------
>
> (2012/03/27 21:26), ANEZAKI, Akira wrote:
>> Hello Gwendal,
>>
>> Thank you for your kindness help.
>>
>> (2012/03/27 20:17), Gwendal Grignou wrote:
>>> Regarding the machine with 30 disks: It seems the errors follow the
>>> disk enclosures.
>>>
>>> Can you send me the output of:
>>>
>>> for i in /sys/class/ata_device/*/gscr ; do echo $i ; cat $i ; done >
>>> /tmp/gscr.dump
>>
>> I have attached later the output.
>>
>>> Regarding the machine with 10 disks, I see that all the drives have
>>> been found; I don't see any other error from the /var/log/messages
>>> snippet that could explain md not finding the volumes.
>>
>> Oops! I'm sorry. It has another 1 HDD to be used for dump. So, the
>> machine has 11 disks. I think you have already noticed from that RAID5
>> disk starts from /dev/sdd.
>>
>> I'll send them later. But the log is more than 1000 lines. It is almost
>> maximum limitation of this mailing list.
>>
>> Do you need after these lines? These are about 600 lines.
>>> [    1.425771] ata3: SATA link down (SStatus 0 SControl 300)
>>> [    1.512378] input: PS2++ Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input3
>>> [    1.565064] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>>> [    1.565168] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>>> [    1.576064] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>>> [    1.580317] ata4.00: ATA-7: Maxtor 7V250F0, VA111630, max UDMA/133
>>> [    1.580321] ata4.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 0/32)
>>> [    1.581021] usb 4-1: new low-speed USB device number 2 using uhci_hcd
>>> [    1.587163] ata4.00: configured for UDMA/133
>>> [    1.608220] ata2.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
>>> [    1.608223] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
>>> [    1.616082] ata1.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
>>> [    1.616086] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
>>> [    1.662033] Refined TSC clocksource calibration: 2402.378 MHz.
>>> [    1.662038] Switching to clocksource tsc
>>> [    1.683190] ata2.00: configured for UDMA/133
>>> [    1.691047] ata1.00: configured for UDMA/133
>>> [    1.691200] scsi 0:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
>>> [    1.691402] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
>>> [    1.691414] sd 0:0:0:0: Attached scsi generic sg0 type 0
>>> [    1.691473] sd 0:0:0:0: [sda] Write Protect is off
>>> [    1.691477] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>>> [    1.691511] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>>> [    1.691657] scsi 1:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
>>> [    1.691878] sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
>>> [    1.691889] sd 1:0:0:0: Attached scsi generic sg1 type 0
>>> [    1.691988] sd 1:0:0:0: [sdb] Write Protect is off
>>> [    1.691992] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
>>> [    1.692032] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>>> [    1.692091] scsi 3:0:0:0: Direct-Access     ATA      Maxtor 7V250F0   VA11 PQ: 0 ANSI: 5
>>> [    1.692268] sd 3:0:0:0: [sdc] 490234752 512-byte logical blocks: (251 GB/233 GiB)
>>> [    1.692310] sd 3:0:0:0: Attached scsi generic sg2 type 0
>>> [    1.692360] sd 3:0:0:0: [sdc] Write Protect is off
>>> [    1.692364] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
>>> [    1.692393] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>>> [    1.715627]  sdc: sdc1
>>> [    1.715885] sd 3:0:0:0: [sdc] Attached SCSI disk
>>> [    1.722872]  sdb: sdb1 sdb2 sdb3
>>> [    1.723190] sd 1:0:0:0: [sdb] Attached SCSI disk
>>> [    1.730721]  sda: sda1 sda2 sda3
>>> [    1.730990] sd 0:0:0:0: [sda] Attached SCSI disk
>>> [    1.731061] Freeing unused kernel memory: 644k freed
>>    :
>>
>> Best Regards,
>> Akira
>>
>> --- gscr.dump ---
>> /sys/class/ata_device/dev1.0/gscr
>> /sys/class/ata_device/dev1.1/gscr
>> /sys/class/ata_device/dev10.0.0/gscr
>> /sys/class/ata_device/dev10.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev10.1.0/gscr
>> /sys/class/ata_device/dev10.10.0/gscr
>> /sys/class/ata_device/dev10.11.0/gscr
>> /sys/class/ata_device/dev10.12.0/gscr
>> /sys/class/ata_device/dev10.13.0/gscr
>> /sys/class/ata_device/dev10.14.0/gscr
>> /sys/class/ata_device/dev10.2.0/gscr
>> /sys/class/ata_device/dev10.3.0/gscr
>> /sys/class/ata_device/dev10.4.0/gscr
>> /sys/class/ata_device/dev10.5.0/gscr
>> /sys/class/ata_device/dev10.6.0/gscr
>> /sys/class/ata_device/dev10.7.0/gscr
>> /sys/class/ata_device/dev10.8.0/gscr
>> /sys/class/ata_device/dev10.9.0/gscr
>> /sys/class/ata_device/dev2.0/gscr
>> /sys/class/ata_device/dev2.1/gscr
>> /sys/class/ata_device/dev3.0/gscr
>> /sys/class/ata_device/dev4.0/gscr
>> /sys/class/ata_device/dev5.0.0/gscr
>> /sys/class/ata_device/dev5.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev5.1.0/gscr
>> /sys/class/ata_device/dev5.10.0/gscr
>> /sys/class/ata_device/dev5.11.0/gscr
>> /sys/class/ata_device/dev5.12.0/gscr
>> /sys/class/ata_device/dev5.13.0/gscr
>> /sys/class/ata_device/dev5.14.0/gscr
>> /sys/class/ata_device/dev5.2.0/gscr
>> /sys/class/ata_device/dev5.3.0/gscr
>> /sys/class/ata_device/dev5.4.0/gscr
>> /sys/class/ata_device/dev5.5.0/gscr
>> /sys/class/ata_device/dev5.6.0/gscr
>> /sys/class/ata_device/dev5.7.0/gscr
>> /sys/class/ata_device/dev5.8.0/gscr
>> /sys/class/ata_device/dev5.9.0/gscr
>> /sys/class/ata_device/dev6.0.0/gscr
>> /sys/class/ata_device/dev6.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev6.1.0/gscr
>> /sys/class/ata_device/dev6.10.0/gscr
>> /sys/class/ata_device/dev6.11.0/gscr
>> /sys/class/ata_device/dev6.12.0/gscr
>> /sys/class/ata_device/dev6.13.0/gscr
>> /sys/class/ata_device/dev6.14.0/gscr
>> /sys/class/ata_device/dev6.2.0/gscr
>> /sys/class/ata_device/dev6.3.0/gscr
>> /sys/class/ata_device/dev6.4.0/gscr
>> /sys/class/ata_device/dev6.5.0/gscr
>> /sys/class/ata_device/dev6.6.0/gscr
>> /sys/class/ata_device/dev6.7.0/gscr
>> /sys/class/ata_device/dev6.8.0/gscr
>> /sys/class/ata_device/dev6.9.0/gscr
>> /sys/class/ata_device/dev7.0.0/gscr
>> /sys/class/ata_device/dev7.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev7.1.0/gscr
>> /sys/class/ata_device/dev7.10.0/gscr
>> /sys/class/ata_device/dev7.11.0/gscr
>> /sys/class/ata_device/dev7.12.0/gscr
>> /sys/class/ata_device/dev7.13.0/gscr
>> /sys/class/ata_device/dev7.14.0/gscr
>> /sys/class/ata_device/dev7.2.0/gscr
>> /sys/class/ata_device/dev7.3.0/gscr
>> /sys/class/ata_device/dev7.4.0/gscr
>> /sys/class/ata_device/dev7.5.0/gscr
>> /sys/class/ata_device/dev7.6.0/gscr
>> /sys/class/ata_device/dev7.7.0/gscr
>> /sys/class/ata_device/dev7.8.0/gscr
>> /sys/class/ata_device/dev7.9.0/gscr
>> /sys/class/ata_device/dev8.0.0/gscr
>> /sys/class/ata_device/dev8.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev8.1.0/gscr
>> /sys/class/ata_device/dev8.10.0/gscr
>> /sys/class/ata_device/dev8.11.0/gscr
>> /sys/class/ata_device/dev8.12.0/gscr
>> /sys/class/ata_device/dev8.13.0/gscr
>> /sys/class/ata_device/dev8.14.0/gscr
>> /sys/class/ata_device/dev8.2.0/gscr
>> /sys/class/ata_device/dev8.3.0/gscr
>> /sys/class/ata_device/dev8.4.0/gscr
>> /sys/class/ata_device/dev8.5.0/gscr
>> /sys/class/ata_device/dev8.6.0/gscr
>> /sys/class/ata_device/dev8.7.0/gscr
>> /sys/class/ata_device/dev8.8.0/gscr
>> /sys/class/ata_device/dev8.9.0/gscr
>> /sys/class/ata_device/dev9.0.0/gscr
>> /sys/class/ata_device/dev9.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev9.1.0/gscr
>> /sys/class/ata_device/dev9.10.0/gscr
>> /sys/class/ata_device/dev9.11.0/gscr
>> /sys/class/ata_device/dev9.12.0/gscr
>> /sys/class/ata_device/dev9.13.0/gscr
>> /sys/class/ata_device/dev9.14.0/gscr
>> /sys/class/ata_device/dev9.2.0/gscr
>> /sys/class/ata_device/dev9.3.0/gscr
>> /sys/class/ata_device/dev9.4.0/gscr
>> /sys/class/ata_device/dev9.5.0/gscr
>> /sys/class/ata_device/dev9.6.0/gscr
>> /sys/class/ata_device/dev9.7.0/gscr
>> /sys/class/ata_device/dev9.8.0/gscr
>> /sys/class/ata_device/dev9.9.0/gscr
>> ------
>
--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
ANEZAKI, Akira March 29, 2012, 7:19 a.m. UTC | #32
Hello Gwendal,

Thank you for your great help.

The conclusion is that we have to wait the firmware bug is fixed.

The driver enhancement for staggered spin-up by SRST will probably be
the trigger of this firmware bug. So, I must replace these HDD boxes.
Or, I must continue to use kernel 3.1.x driver because it doesn't send
SRST. Without being sent SRST, the current firmware will work properly.

Best Regards,
Akira

(2012/03/29 15:32), Gwendal Grignou wrote:
> On Tue, Mar 27, 2012 at 9:18 PM, ANEZAKI, Akira
> <fireblade1230@yahoo.co.jp> wrote:
>> Oops! I have sent the result of pathced driver.
>>
>> The result of 3.2.x driver is this:
>> --- gscr.dump ---
>> /sys/class/ata_device/dev1.0/gscr
>> /sys/class/ata_device/dev1.1/gscr
>> /sys/class/ata_device/dev10.0.0/gscr
>> /sys/class/ata_device/dev10.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev10.1.0/gscr
>> /sys/class/ata_device/dev10.10.0/gscr
>> /sys/class/ata_device/dev10.11.0/gscr
>> /sys/class/ata_device/dev10.12.0/gscr
>> /sys/class/ata_device/dev10.13.0/gscr
>> /sys/class/ata_device/dev10.14.0/gscr
>> /sys/class/ata_device/dev10.2.0/gscr
>> /sys/class/ata_device/dev10.3.0/gscr
>> /sys/class/ata_device/dev10.4.0/gscr
>> /sys/class/ata_device/dev10.5.0/gscr
>> /sys/class/ata_device/dev10.6.0/gscr
>> /sys/class/ata_device/dev10.7.0/gscr
>> /sys/class/ata_device/dev10.8.0/gscr
>> /sys/class/ata_device/dev10.9.0/gscr
>> /sys/class/ata_device/dev2.0/gscr
>> /sys/class/ata_device/dev2.1/gscr
>> /sys/class/ata_device/dev3.0/gscr
>> /sys/class/ata_device/dev4.0/gscr
>> /sys/class/ata_device/dev5.0.0/gscr
>> /sys/class/ata_device/dev5.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev5.1.0/gscr
>> /sys/class/ata_device/dev5.10.0/gscr
>> /sys/class/ata_device/dev5.11.0/gscr
>> /sys/class/ata_device/dev5.12.0/gscr
>> /sys/class/ata_device/dev5.13.0/gscr
>> /sys/class/ata_device/dev5.14.0/gscr
>> /sys/class/ata_device/dev5.2.0/gscr
>> /sys/class/ata_device/dev5.3.0/gscr
>> /sys/class/ata_device/dev5.4.0/gscr
>> /sys/class/ata_device/dev5.5.0/gscr
>> /sys/class/ata_device/dev5.6.0/gscr
>> /sys/class/ata_device/dev5.7.0/gscr
>> /sys/class/ata_device/dev5.8.0/gscr
>> /sys/class/ata_device/dev5.9.0/gscr
>> /sys/class/ata_device/dev6.0.0/gscr
>> /sys/class/ata_device/dev6.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev6.1.0/gscr
>> /sys/class/ata_device/dev6.10.0/gscr
>> /sys/class/ata_device/dev6.11.0/gscr
>> /sys/class/ata_device/dev6.12.0/gscr
>> /sys/class/ata_device/dev6.13.0/gscr
>> /sys/class/ata_device/dev6.14.0/gscr
>> /sys/class/ata_device/dev6.2.0/gscr
>> /sys/class/ata_device/dev6.3.0/gscr
>> /sys/class/ata_device/dev6.4.0/gscr
>> /sys/class/ata_device/dev6.5.0/gscr
>> /sys/class/ata_device/dev6.6.0/gscr
>> /sys/class/ata_device/dev6.7.0/gscr
>> /sys/class/ata_device/dev6.8.0/gscr
>> /sys/class/ata_device/dev6.9.0/gscr
>> /sys/class/ata_device/dev7.0.0/gscr
>> /sys/class/ata_device/dev7.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev7.1.0/gscr
>> /sys/class/ata_device/dev7.10.0/gscr
>> /sys/class/ata_device/dev7.11.0/gscr
>> /sys/class/ata_device/dev7.12.0/gscr
>> /sys/class/ata_device/dev7.13.0/gscr
>> /sys/class/ata_device/dev7.14.0/gscr
>> /sys/class/ata_device/dev7.2.0/gscr
>> /sys/class/ata_device/dev7.3.0/gscr
>> /sys/class/ata_device/dev7.4.0/gscr
>> /sys/class/ata_device/dev7.5.0/gscr
>> /sys/class/ata_device/dev7.6.0/gscr
>> /sys/class/ata_device/dev7.7.0/gscr
>> /sys/class/ata_device/dev7.8.0/gscr
>> /sys/class/ata_device/dev7.9.0/gscr
>> /sys/class/ata_device/dev8.0.0/gscr
>> /sys/class/ata_device/dev8.0/gscr
>> 37261095 00001706 00000006 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000001 0400ffff 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> /sys/class/ata_device/dev8.1.0/gscr
>> /sys/class/ata_device/dev8.10.0/gscr
>> /sys/class/ata_device/dev8.11.0/gscr
>> /sys/class/ata_device/dev8.12.0/gscr
>> /sys/class/ata_device/dev8.13.0/gscr
>> /sys/class/ata_device/dev8.14.0/gscr
>> /sys/class/ata_device/dev8.2.0/gscr
>> /sys/class/ata_device/dev8.3.0/gscr
>> /sys/class/ata_device/dev8.4.0/gscr
>> /sys/class/ata_device/dev8.5.0/gscr
>> /sys/class/ata_device/dev8.6.0/gscr
>> /sys/class/ata_device/dev8.7.0/gscr
>> /sys/class/ata_device/dev8.8.0/gscr
>> /sys/class/ata_device/dev8.9.0/gscr
>> /sys/class/ata_device/dev9.0.0/gscr
>> /sys/class/ata_device/dev9.0/gscr
>> 37261095 00001706 00000006 0000003f
>> 00000000 20202020 20202020 20202020
>> 46393951 3557364c 80000000 332e0004
>> 44204141 53542020 32303333 30413632
> This is the identification of a Seagate drive that should be behind.
> [ST332062...]. It appears as if the PMP has been hotplug: the
> controller assumed there was no PMP and see the disk SN# 9QF96L5W as
> directly connected to the controller and then found the PMP.
> 
> I have no idea why these 4 port multipliers are misbehaving.
> 
> It looked like these PMP are not handling SRST properly, but that
> should have been fixed with the latest PMP firmware...
> 
> Gwendal.
> 
>> 20202020 20202020 20202020 20202020
>> 20202020 20202020 20202020 80102020
>> 2f000000 02004000 00070200 00103fff
>> fc10003f 001000fb 0fffffff 00070000
>> 00000001 0400ffff 00000078 00000000
>> 00000000 00000000 00000000 00000000
>> 000000fe 7d01346b 34694023 40233c01
>> 0000203f fefe0000 604bfffe 0000d000
>> 00000000 00000000 2542eab0 00000000
>> 00000000 00004000 00000000 00000000
>> 00000000 00000000 01000000 00060000
>> 00000004 00000000 00000000 00000000
>> 00000009 eab02542 20202542 02b60002
>> 008a0000 3c0a3c06 07c60000 08000100
>> 30000f14 00800002 00000000 020200a0
>> 04040000 00000000 00000000 000b1200
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000009 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 00000000
>> 00000000 00000000 00000000 46a50000
>> /sys/class/ata_device/dev9.1.0/gscr
>> /sys/class/ata_device/dev9.10.0/gscr
>> /sys/class/ata_device/dev9.11.0/gscr
>> /sys/class/ata_device/dev9.12.0/gscr
>> /sys/class/ata_device/dev9.13.0/gscr
>> /sys/class/ata_device/dev9.14.0/gscr
>> /sys/class/ata_device/dev9.2.0/gscr
>> /sys/class/ata_device/dev9.3.0/gscr
>> /sys/class/ata_device/dev9.4.0/gscr
>> /sys/class/ata_device/dev9.5.0/gscr
>> /sys/class/ata_device/dev9.6.0/gscr
>> /sys/class/ata_device/dev9.7.0/gscr
>> /sys/class/ata_device/dev9.8.0/gscr
>> /sys/class/ata_device/dev9.9.0/gscr
>> ------
>>
>> (2012/03/27 21:26), ANEZAKI, Akira wrote:
>>> Hello Gwendal,
>>>
>>> Thank you for your kindness help.
>>>
>>> (2012/03/27 20:17), Gwendal Grignou wrote:
>>>> Regarding the machine with 30 disks: It seems the errors follow the
>>>> disk enclosures.
>>>>
>>>> Can you send me the output of:
>>>>
>>>> for i in /sys/class/ata_device/*/gscr ; do echo $i ; cat $i ; done >
>>>> /tmp/gscr.dump
>>>
>>> I have attached later the output.
>>>
>>>> Regarding the machine with 10 disks, I see that all the drives have
>>>> been found; I don't see any other error from the /var/log/messages
>>>> snippet that could explain md not finding the volumes.
>>>
>>> Oops! I'm sorry. It has another 1 HDD to be used for dump. So, the
>>> machine has 11 disks. I think you have already noticed from that RAID5
>>> disk starts from /dev/sdd.
>>>
>>> I'll send them later. But the log is more than 1000 lines. It is almost
>>> maximum limitation of this mailing list.
>>>
>>> Do you need after these lines? These are about 600 lines.
>>>> [    1.425771] ata3: SATA link down (SStatus 0 SControl 300)
>>>> [    1.512378] input: PS2++ Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input3
>>>> [    1.565064] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>>>> [    1.565168] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>>>> [    1.576064] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
>>>> [    1.580317] ata4.00: ATA-7: Maxtor 7V250F0, VA111630, max UDMA/133
>>>> [    1.580321] ata4.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 0/32)
>>>> [    1.581021] usb 4-1: new low-speed USB device number 2 using uhci_hcd
>>>> [    1.587163] ata4.00: configured for UDMA/133
>>>> [    1.608220] ata2.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
>>>> [    1.608223] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
>>>> [    1.616082] ata1.00: ATA-7: ST3320620AS, 3.AAJ, max UDMA/133
>>>> [    1.616086] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 0/32)
>>>> [    1.662033] Refined TSC clocksource calibration: 2402.378 MHz.
>>>> [    1.662038] Switching to clocksource tsc
>>>> [    1.683190] ata2.00: configured for UDMA/133
>>>> [    1.691047] ata1.00: configured for UDMA/133
>>>> [    1.691200] scsi 0:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
>>>> [    1.691402] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
>>>> [    1.691414] sd 0:0:0:0: Attached scsi generic sg0 type 0
>>>> [    1.691473] sd 0:0:0:0: [sda] Write Protect is off
>>>> [    1.691477] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>>>> [    1.691511] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>>>> [    1.691657] scsi 1:0:0:0: Direct-Access     ATA      ST3320620AS      3.AA PQ: 0 ANSI: 5
>>>> [    1.691878] sd 1:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
>>>> [    1.691889] sd 1:0:0:0: Attached scsi generic sg1 type 0
>>>> [    1.691988] sd 1:0:0:0: [sdb] Write Protect is off
>>>> [    1.691992] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
>>>> [    1.692032] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>>>> [    1.692091] scsi 3:0:0:0: Direct-Access     ATA      Maxtor 7V250F0   VA11 PQ: 0 ANSI: 5
>>>> [    1.692268] sd 3:0:0:0: [sdc] 490234752 512-byte logical blocks: (251 GB/233 GiB)
>>>> [    1.692310] sd 3:0:0:0: Attached scsi generic sg2 type 0
>>>> [    1.692360] sd 3:0:0:0: [sdc] Write Protect is off
>>>> [    1.692364] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
>>>> [    1.692393] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
>>>> [    1.715627]  sdc: sdc1
>>>> [    1.715885] sd 3:0:0:0: [sdc] Attached SCSI disk
>>>> [    1.722872]  sdb: sdb1 sdb2 sdb3
>>>> [    1.723190] sd 1:0:0:0: [sdb] Attached SCSI disk
>>>> [    1.730721]  sda: sda1 sda2 sda3
>>>> [    1.730990] sd 0:0:0:0: [sda] Attached SCSI disk
>>>> [    1.731061] Freeing unused kernel memory: 644k freed
>>>    :
>>>
>>> Best Regards,
>>> Akira
>>>
>>> --- gscr.dump ---
>>> /sys/class/ata_device/dev1.0/gscr
>>> /sys/class/ata_device/dev1.1/gscr
>>> /sys/class/ata_device/dev10.0.0/gscr
>>> /sys/class/ata_device/dev10.0/gscr
>>> 37261095 00001706 00000006 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000001 0400ffff 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> /sys/class/ata_device/dev10.1.0/gscr
>>> /sys/class/ata_device/dev10.10.0/gscr
>>> /sys/class/ata_device/dev10.11.0/gscr
>>> /sys/class/ata_device/dev10.12.0/gscr
>>> /sys/class/ata_device/dev10.13.0/gscr
>>> /sys/class/ata_device/dev10.14.0/gscr
>>> /sys/class/ata_device/dev10.2.0/gscr
>>> /sys/class/ata_device/dev10.3.0/gscr
>>> /sys/class/ata_device/dev10.4.0/gscr
>>> /sys/class/ata_device/dev10.5.0/gscr
>>> /sys/class/ata_device/dev10.6.0/gscr
>>> /sys/class/ata_device/dev10.7.0/gscr
>>> /sys/class/ata_device/dev10.8.0/gscr
>>> /sys/class/ata_device/dev10.9.0/gscr
>>> /sys/class/ata_device/dev2.0/gscr
>>> /sys/class/ata_device/dev2.1/gscr
>>> /sys/class/ata_device/dev3.0/gscr
>>> /sys/class/ata_device/dev4.0/gscr
>>> /sys/class/ata_device/dev5.0.0/gscr
>>> /sys/class/ata_device/dev5.0/gscr
>>> 37261095 00001706 00000006 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000001 0400ffff 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> /sys/class/ata_device/dev5.1.0/gscr
>>> /sys/class/ata_device/dev5.10.0/gscr
>>> /sys/class/ata_device/dev5.11.0/gscr
>>> /sys/class/ata_device/dev5.12.0/gscr
>>> /sys/class/ata_device/dev5.13.0/gscr
>>> /sys/class/ata_device/dev5.14.0/gscr
>>> /sys/class/ata_device/dev5.2.0/gscr
>>> /sys/class/ata_device/dev5.3.0/gscr
>>> /sys/class/ata_device/dev5.4.0/gscr
>>> /sys/class/ata_device/dev5.5.0/gscr
>>> /sys/class/ata_device/dev5.6.0/gscr
>>> /sys/class/ata_device/dev5.7.0/gscr
>>> /sys/class/ata_device/dev5.8.0/gscr
>>> /sys/class/ata_device/dev5.9.0/gscr
>>> /sys/class/ata_device/dev6.0.0/gscr
>>> /sys/class/ata_device/dev6.0/gscr
>>> 37261095 00001706 00000006 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000001 0400ffff 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> /sys/class/ata_device/dev6.1.0/gscr
>>> /sys/class/ata_device/dev6.10.0/gscr
>>> /sys/class/ata_device/dev6.11.0/gscr
>>> /sys/class/ata_device/dev6.12.0/gscr
>>> /sys/class/ata_device/dev6.13.0/gscr
>>> /sys/class/ata_device/dev6.14.0/gscr
>>> /sys/class/ata_device/dev6.2.0/gscr
>>> /sys/class/ata_device/dev6.3.0/gscr
>>> /sys/class/ata_device/dev6.4.0/gscr
>>> /sys/class/ata_device/dev6.5.0/gscr
>>> /sys/class/ata_device/dev6.6.0/gscr
>>> /sys/class/ata_device/dev6.7.0/gscr
>>> /sys/class/ata_device/dev6.8.0/gscr
>>> /sys/class/ata_device/dev6.9.0/gscr
>>> /sys/class/ata_device/dev7.0.0/gscr
>>> /sys/class/ata_device/dev7.0/gscr
>>> 37261095 00001706 00000006 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000001 0400ffff 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> /sys/class/ata_device/dev7.1.0/gscr
>>> /sys/class/ata_device/dev7.10.0/gscr
>>> /sys/class/ata_device/dev7.11.0/gscr
>>> /sys/class/ata_device/dev7.12.0/gscr
>>> /sys/class/ata_device/dev7.13.0/gscr
>>> /sys/class/ata_device/dev7.14.0/gscr
>>> /sys/class/ata_device/dev7.2.0/gscr
>>> /sys/class/ata_device/dev7.3.0/gscr
>>> /sys/class/ata_device/dev7.4.0/gscr
>>> /sys/class/ata_device/dev7.5.0/gscr
>>> /sys/class/ata_device/dev7.6.0/gscr
>>> /sys/class/ata_device/dev7.7.0/gscr
>>> /sys/class/ata_device/dev7.8.0/gscr
>>> /sys/class/ata_device/dev7.9.0/gscr
>>> /sys/class/ata_device/dev8.0.0/gscr
>>> /sys/class/ata_device/dev8.0/gscr
>>> 37261095 00001706 00000006 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000001 0400ffff 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> /sys/class/ata_device/dev8.1.0/gscr
>>> /sys/class/ata_device/dev8.10.0/gscr
>>> /sys/class/ata_device/dev8.11.0/gscr
>>> /sys/class/ata_device/dev8.12.0/gscr
>>> /sys/class/ata_device/dev8.13.0/gscr
>>> /sys/class/ata_device/dev8.14.0/gscr
>>> /sys/class/ata_device/dev8.2.0/gscr
>>> /sys/class/ata_device/dev8.3.0/gscr
>>> /sys/class/ata_device/dev8.4.0/gscr
>>> /sys/class/ata_device/dev8.5.0/gscr
>>> /sys/class/ata_device/dev8.6.0/gscr
>>> /sys/class/ata_device/dev8.7.0/gscr
>>> /sys/class/ata_device/dev8.8.0/gscr
>>> /sys/class/ata_device/dev8.9.0/gscr
>>> /sys/class/ata_device/dev9.0.0/gscr
>>> /sys/class/ata_device/dev9.0/gscr
>>> 37261095 00001706 00000006 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000001 0400ffff 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000009 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> 00000000 00000000 00000000 00000000
>>> /sys/class/ata_device/dev9.1.0/gscr
>>> /sys/class/ata_device/dev9.10.0/gscr
>>> /sys/class/ata_device/dev9.11.0/gscr
>>> /sys/class/ata_device/dev9.12.0/gscr
>>> /sys/class/ata_device/dev9.13.0/gscr
>>> /sys/class/ata_device/dev9.14.0/gscr
>>> /sys/class/ata_device/dev9.2.0/gscr
>>> /sys/class/ata_device/dev9.3.0/gscr
>>> /sys/class/ata_device/dev9.4.0/gscr
>>> /sys/class/ata_device/dev9.5.0/gscr
>>> /sys/class/ata_device/dev9.6.0/gscr
>>> /sys/class/ata_device/dev9.7.0/gscr
>>> /sys/class/ata_device/dev9.8.0/gscr
>>> /sys/class/ata_device/dev9.9.0/gscr
>>> ------
>>

--
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- a/drivers/ata/libata-pmp.c	2012-03-12 20:43:00.625871123 +0900
+++ b/drivers/ata/libata-pmp.c	2012-03-12 20:43:19.845080223 +0900
@@ -391,7 +391,8 @@  static void sata_pmp_quirks(struct ata_p
 
 			/* Class code report is unreliable. */
 			if (link->pmp < 5)
-				link->flags |= ATA_LFLAG_ASSUME_ATA;
+				link->flags |= ATA_LFLAG_NO_SRST |
+					       ATA_LFLAG_ASSUME_ATA;
 
 			/* port 5 is for SEMB device and it doesn't like SRST */
 			if (link->pmp == 5)