More info, as requested: There are 2 sas expander chips in the system (LSI SAS2X28 & SAS2X36), and there's a connection to each of them from the 71605H via a separate 0.8m Adaptec cable. (Adaptec 2280200-R). This is a Supermicro chassis. Firmware version: # cat /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/scsi_host/host0/fw_version 02.08.60.01 I don't have immediate physical access to the box, so I'm not able to do the hotplug logging test. However, I did "reset" the PCI device via /sys, as shown below, and captured the logs from that (attached, "dmesg.out.txt"). With the latest kernel, v3.17-rc3, I got a kernel "null pointer dereference" in the pm80xx module (dmesg output pasted in below). I will also try replacing the cables with 0.5m adaptec cables as suggested to see if that helps. --- Reset test: # find /sys -iname logging_level /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/scsi_host/host0/logging_level # echo 0xfff > /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/host0/scsi_host/host0/logging_level # echo 1 > /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/rescan # echo 1 > /sys/devices/pci0000:00/0000:00:01.1/0000:02:00.0/reset # sync (at which point the process hung; in the dmesg you can see a "sync blocked for more than 120 seconds") The disk/expander layout looks like: [0:0:0:0] disk ATA WDC WD60EFRX-68M 82.0 /dev/sdb /dev/sg1 [0:0:1:0] disk ATA WDC WD60EFRX-68M 82.0 /dev/sdc /dev/sg2 [0:0:2:0] disk ATA WDC WD60EFRX-68M 82.0 /dev/sdd /dev/sg3 [0:0:3:0] disk ATA WDC WD60EFRX-68M 82.0 /dev/sde /dev/sg4 [0:0:4:0] disk ATA WDC WD60EFRX-68M 82.0 /dev/sdf /dev/sg5 [0:0:5:0] disk ATA WDC WD60EFRX-68M 82.0 /dev/sdg /dev/sg6 [0:0:6:0] enclosu LSI SAS2X36 0e12 - /dev/sg7 [0:0:7:0] disk ATA WDC WD60EFRX-68M 82.0 /dev/sdh /dev/sg8 [0:0:8:0] disk ATA WDC WD60EFRX-68M 82.0 /dev/sdi /dev/sg9 [0:0:9:0] disk ATA WDC WD60EFRX-68M 82.0 /dev/sdj /dev/sg10 [0:0:10:0] disk ATA WDC WD60EFRX-68M 82.0 /dev/sdk /dev/sg11 [0:0:11:0] disk ATA WDC WD60EFRX-68M 82.0 /dev/sdl /dev/sg12 [0:0:12:0] enclosu LSI SAS2X28 0e12 - /dev/sg13 dmesg from latest kernel v3.17-rc3 showing (what appears to possibly be) a kernel bug: This happened right after I ran "lsscsi" (though can't say if it was actually caused by that). [ 309.327805] BUG: unable to handle kernel NULL pointer dereference at 0000000000000290 [ 309.335829] IP: [<ffffffffc0080d4f>] pm8001_dev_gone_notify+0x2f/0x220 [pm80xx] [ 309.343258] PGD 0 [ 309.345381] Oops: 0000 [#1] SMP [ 309.348797] Modules linked in: ipmi_devintf autofs4 arc4 nfsd auth_rpcgss intel_rapl nfs_acl x86_pkg_temp_thermal nfs intel_powerclamp coretemp lockd kvm_intel sunrpc kvm fscache crct10dif_pclmul ttm crc32_pclmul drm_kms_helper rt2800usb ghash_clmulni_intel rt2x00usb rt2800lib rt2x00lib mac80211 aesni_intel drm aes_x86_64 lrw gf128mul glue_helper ablk_helper cfg80211 cryptd crc_ccitt syscopyarea joydev sysfillrect sysimgblt shpchp lpc_ich ipmi_si ipmi_msghandler mac_hid video ie31200_edac edac_core lp parport ses enclosure hid_generic usbhid hid raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor igb raid6_pq i2c_algo_bit raid1 e1000e pm80xx dca raid0 libsas ahci ptp multipath scsi_transport_sas libahci pps_core linear [ 309.420132] CPU: 5 PID: 1998 Comm: kworker/5:2 Not tainted 3.17.0-031700rc3-generic #201409031132 [ 309.429051] Hardware name: Supermicro X10SLL-F/X10SLL-F, BIOS 2.0 04/24/2014 [ 309.436148] Workqueue: pm80xx pm8001_work_fn [pm80xx] [ 309.441317] task: ffff880403690000 ti: ffff880404fa4000 task.ti: ffff880404fa4000 [ 309.448867] RIP: 0010:[<ffffffffc0080d4f>] [<ffffffffc0080d4f>] pm8001_dev_gone_notify+0x2f/0x220 [pm80xx] [ 309.458765] RSP: 0018:ffff880404fa7cd8 EFLAGS: 00010286 [ 309.464145] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000006e02 [ 309.471342] RDX: 0000000000000000 RSI: 0000000000000286 RDI: ffff880403e98000 [ 309.478546] RBP: ffff880404fa7d18 R08: ffff880404fa4000 R09: 0000000000000000 [ 309.485749] R10: 0000000000000000 R11: 0000000000000000 R12: ffff8804022b8000 [ 309.492954] R13: ffff880403e98000 R14: ffff880401b80180 R15: 0000000000000000 [ 309.500163] FS: 0000000000000000(0000) GS:ffff88041fd40000(0000) knlGS:0000000000000000 [ 309.508337] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 309.514147] CR2: 0000000000000290 CR3: 0000000001c16000 CR4: 00000000001407e0 [ 309.521348] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 309.528551] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 309.535752] Stack: [ 309.537837] ffff8804022b8000 ffff880401bbe000 ffff880401b80180 ffff880403e98000 [ 309.545599] ffff8804022b8000 ffff880401bbe000 ffff880401b80180 0000000000000000 [ 309.553349] ffff880404fa7d78 ffffffffc00826e8 ffff880404fa7d78 ffffffff810ababc [ 309.561091] Call Trace: [ 309.563611] [<ffffffffc00826e8>] pm8001_I_T_nexus_event_handler+0xb8/0x1f0 [pm80xx] [ 309.571449] [<ffffffff810ababc>] ? put_prev_entity+0x3c/0x320 [ 309.577355] [<ffffffffc0084559>] pm8001_work_fn+0x299/0x480 [pm80xx] [ 309.583869] [<ffffffff8108ce6f>] process_one_work+0x17f/0x490 [ 309.589773] [<ffffffff8108d7eb>] worker_thread+0x11b/0x3f0 [ 309.595413] [<ffffffff8108d6d0>] ? create_worker+0x1e0/0x1e0 [ 309.601225] [<ffffffff81093349>] kthread+0xc9/0xe0 [ 309.606176] [<ffffffff81093280>] ? flush_kthread_worker+0x90/0x90 [ 309.612421] [<ffffffff817a3f3c>] ret_from_fork+0x7c/0xb0 [ 309.617890] [<ffffffff81093280>] ? flush_kthread_worker+0x90/0x90 [ 309.624135] Code: 00 55 48 89 e5 48 83 ec 40 4c 89 6d e8 4c 89 75 f0 49 89 fd 4c 89 7d f8 48 89 5d d8 4c 89 65 e0 48 8b 47 30 48 8b 9f 78 01 00 00 <48> 8b 80 90 02 00 00 4c 8b a0 90 01 00 00 4d 8d 74 24 38 4c 89 [ 309.647551] RIP [<ffffffffc0080d4f>] pm8001_dev_gone_notify+0x2f/0x220 [pm80xx] [ 309.655100] RSP <ffff880404fa7cd8> [ 309.658657] CR2: 0000000000000290 [ 309.662045] ---[ end trace 084eaa8941942e9a ]--- [ 309.770413] BUG: unable to handle kernel paging request at ffffffffffffffd8 [ 309.777578] IP: [<ffffffff810936e0>] kthread_data+0x10/0x20 [ 309.783287] PGD 1c19067 PUD 1c1b067 PMD 0 [ 309.787652] Oops: 0000 [#2] SMP [ 309.791080] Modules linked in: ipmi_devintf autofs4 arc4 nfsd auth_rpcgss intel_rapl nfs_acl x86_pkg_temp_thermal nfs intel_powerclamp coretemp lockd kvm_intel sunrpc kvm fscache crct10dif_pclmul ttm crc32_pclmul drm_kms_helper rt2800usb ghash_clmulni_intel rt2x00usb rt2800lib rt2x00lib mac80211 aesni_intel drm aes_x86_64 lrw gf128mul glue_helper ablk_helper cfg80211 cryptd crc_ccitt syscopyarea joydev sysfillrect sysimgblt shpchp lpc_ich ipmi_si ipmi_msghandler mac_hid video ie31200_edac edac_core lp parport ses enclosure hid_generic usbhid hid raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor igb raid6_pq i2c_algo_bit raid1 e1000e pm80xx dca raid0 libsas ahci ptp multipath scsi_transport_sas libahci pps_core linear [ 309.862627] CPU: 5 PID: 1998 Comm: kworker/5:2 Tainted: G D 3.17.0-031700rc3-generic #201409031132 [ 309.872709] Hardware name: Supermicro X10SLL-F/X10SLL-F, BIOS 2.0 04/24/2014 [ 309.879834] task: ffff880403690000 ti: ffff880404fa4000 task.ti: ffff880404fa4000 [ 309.887407] RIP: 0010:[<ffffffff810936e0>] [<ffffffff810936e0>] kthread_data+0x10/0x20 [ 309.895562] RSP: 0018:ffff880404fa78e8 EFLAGS: 00010092 [ 309.900939] RAX: 0000000000000000 RBX: 0000000000000005 RCX: ffffffff81ec2e80 [ 309.908139] RDX: 0000000000000000 RSI: 0000000000000005 RDI: ffff880403690000 [ 309.915343] RBP: ffff880404fa78e8 R08: 0000000000000000 R09: 0000000000000246 [ 309.922549] R10: 000000000000001a R11: 0000000000000013 R12: 0000000000000005 [ 309.929749] R13: ffff880403690538 R14: 0000000000000001 R15: 0000000000000046 [ 309.936953] FS: 0000000000000000(0000) GS:ffff88041fd40000(0000) knlGS:0000000000000000 [ 309.945130] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 309.950942] CR2: 0000000000000028 CR3: 0000000001c16000 CR4: 00000000001407e0 [ 309.958140] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 309.965345] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 309.972548] Stack: [ 309.974632] ffff880404fa7908 ffffffff8108e725 ffff880404fa7908 ffff88041fd545c0 [ 309.982368] ffff880404fa7988 ffffffff8179f8b3 ffff880404fa7948 ffff880403690000 [ 309.990110] ffff880404fa7fd8 00000000000145c0 ffff880404fa7948 00000000000145c0 [ 309.997858] Call Trace: [ 310.000377] [<ffffffff8108e725>] wq_worker_sleeping+0x15/0xb0 [ 310.006281] [<ffffffff8179f8b3>] __schedule+0x5e3/0x770 [ 310.011666] [<ffffffff8179fb19>] schedule+0x29/0x70 [ 310.016704] [<ffffffff81077795>] do_exit+0x2a5/0x470 [ 310.021830] [<ffffffff810c9fbc>] ? kmsg_dump+0x9c/0xc0 [ 310.027128] [<ffffffff81018d08>] oops_end+0xb8/0x160 [ 310.032253] [<ffffffff81788489>] no_context+0x1be/0x1cd [ 310.037631] [<ffffffff8178866b>] __bad_area_nosemaphore+0x1d3/0x1f2 [ 310.044059] [<ffffffff810ababc>] ? put_prev_entity+0x3c/0x320 [ 310.049962] [<ffffffff8178869d>] bad_area_nosemaphore+0x13/0x15 [ 310.056043] [<ffffffff81062312>] __do_page_fault+0x3b2/0x550 [ 310.061856] [<ffffffff810ae3aa>] ? idle_balance+0x7a/0x2c0 [ 310.067493] [<ffffffff810ababc>] ? put_prev_entity+0x3c/0x320 [ 310.073399] [<ffffffff810135c6>] ? __switch_to+0xf6/0x5b0 [ 310.078960] [<ffffffff8106263e>] do_page_fault+0x3e/0x80 [ 310.084431] [<ffffffff817a6088>] page_fault+0x28/0x30 [ 310.089643] [<ffffffffc0080d4f>] ? pm8001_dev_gone_notify+0x2f/0x220 [pm80xx] [ 310.096957] [<ffffffffc00826e8>] pm8001_I_T_nexus_event_handler+0xb8/0x1f0 [pm80xx] [ 310.104791] [<ffffffff810ababc>] ? put_prev_entity+0x3c/0x320 [ 310.110691] [<ffffffffc0084559>] pm8001_work_fn+0x299/0x480 [pm80xx] [ 310.117205] [<ffffffff8108ce6f>] process_one_work+0x17f/0x490 [ 310.123106] [<ffffffff8108d7eb>] worker_thread+0x11b/0x3f0 [ 310.128752] [<ffffffff8108d6d0>] ? create_worker+0x1e0/0x1e0 [ 310.134572] [<ffffffff81093349>] kthread+0xc9/0xe0 [ 310.139519] [<ffffffff81093280>] ? flush_kthread_worker+0x90/0x90 [ 310.145763] [<ffffffff817a3f3c>] ret_from_fork+0x7c/0xb0 [ 310.151227] [<ffffffff81093280>] ? flush_kthread_worker+0x90/0x90 [ 310.157473] Code: 00 48 89 e5 5d 48 8b 40 c8 48 c1 e8 02 83 e0 01 c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 48 8b 87 c8 04 00 00 55 48 89 e5 <48> 8b 40 d8 5d c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 [ 310.180886] RIP [<ffffffff810936e0>] kthread_data+0x10/0x20 [ 310.186679] RSP <ffff880404fa78e8> [ 310.190239] CR2: ffffffffffffffd8 [ 310.193623] ---[ end trace 084eaa8941942e9b ]--- [ 310.306147] Fixing recursive fault but reboot is needed! On Wed, Sep 3, 2014 at 12:06 AM, Emmanuel Florac <eflorac@xxxxxxxxxxxxxx> wrote: > Le Mon, 1 Sep 2014 09:06:46 -0700 > Andrew Robertson <andyrobertson101@xxxxxxxxx> écrivait: > >> I'm happy to test patches/etc on this system if necessary -- and/or if >> someone can help point me in the right direction, I'd appreciate it. > > In my experience the 7xxx5 are very sensitive to cable length and > backplane type: basically work fine with 50 cm cables, and fails with 80 > cm cables with some backplanes (works with Supermicro, not with AIC, > etc). > > So what is the backplane and cables you're using? > > -- > ------------------------------------------------------------------------ > Emmanuel Florac | Direction technique > | Intellique > | <eflorac@xxxxxxxxxxxxxx> > | +33 1 78 94 84 02 > ------------------------------------------------------------------------
[ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 3.13.0-35-generic (buildd@panlong) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #62-Ubuntu SMP Fri Aug 15 01:58:42 UTC 2014 (Ubuntu 3.13.0-35.62-generic 3.13.11.6) [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic root=UUID=2ce6dd7a-f48d-4e04-86ce-1defa10caef2 ro console=tty1 console=ttyS1,115200n8 nomodeset text nomdmonddf nomdmonisw [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000008fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cd820fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000cd821000-0x00000000cd827fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000cd828000-0x00000000dd818fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000dd819000-0x00000000dd8fcfff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000dd8fd000-0x00000000dd945fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000dd946000-0x00000000dda7afff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000dda7b000-0x00000000df7fefff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000df7ff000-0x00000000df7fffff] usable [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.7 present. [ 0.000000] DMI: Supermicro X10SLL-F/X10SLL-F, BIOS 2.0 04/24/2014 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x420000 max_arch_pfn = 0x400000000 [ 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-CBFFF write-protect [ 0.000000] CC000-E7FFF uncachable [ 0.000000] E8000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0000000000 mask 7C00000000 write-back [ 0.000000] 1 base 0400000000 mask 7FE0000000 write-back [ 0.000000] 2 base 00E0000000 mask 7FE0000000 uncachable [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] 8 disabled [ 0.000000] 9 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] original variable MTRRs [ 0.000000] reg 0, base: 0GB, range: 16GB, type WB [ 0.000000] reg 1, base: 16GB, range: 512MB, type WB [ 0.000000] reg 2, base: 3584MB, range: 512MB, type UC [ 0.000000] total RAM covered: 16384M [ 0.000000] Found optimal setting for mtrr clean up [ 0.000000] gran_size: 64K chunk_size: 64K num_reg: 6 lose cover RAM: 0G [ 0.000000] New variable MTRRs [ 0.000000] reg 0, base: 0GB, range: 2GB, type WB [ 0.000000] reg 1, base: 2GB, range: 1GB, type WB [ 0.000000] reg 2, base: 3GB, range: 512MB, type WB [ 0.000000] reg 3, base: 4GB, range: 4GB, type WB [ 0.000000] reg 4, base: 8GB, range: 8GB, type WB [ 0.000000] reg 5, base: 16GB, range: 512MB, type WB [ 0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved [ 0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000fd720-0x000fd72f] mapped at [ffff8800000fd720] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Base memory trampoline at [ffff880000089000] 89000 size 24576 [ 0.000000] Using GB pages for direct mapping [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] [mem 0x00000000-0x000fffff] page 4k [ 0.000000] BRK [0x01fdf000, 0x01fdffff] PGTABLE [ 0.000000] BRK [0x01fe0000, 0x01fe0fff] PGTABLE [ 0.000000] BRK [0x01fe1000, 0x01fe1fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x41fe00000-0x41fffffff] [ 0.000000] [mem 0x41fe00000-0x41fffffff] page 2M [ 0.000000] BRK [0x01fe2000, 0x01fe2fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x41c000000-0x41fdfffff] [ 0.000000] [mem 0x41c000000-0x41fdfffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x400000000-0x41bffffff] [ 0.000000] [mem 0x400000000-0x41bffffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x00100000-0xcd820fff] [ 0.000000] [mem 0x00100000-0x001fffff] page 4k [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M [ 0.000000] [mem 0x40000000-0xbfffffff] page 1G [ 0.000000] [mem 0xc0000000-0xcd7fffff] page 2M [ 0.000000] [mem 0xcd800000-0xcd820fff] page 4k [ 0.000000] init_memory_mapping: [mem 0xcd828000-0xdd818fff] [ 0.000000] [mem 0xcd828000-0xcd9fffff] page 4k [ 0.000000] [mem 0xcda00000-0xdd7fffff] page 2M [ 0.000000] [mem 0xdd800000-0xdd818fff] page 4k [ 0.000000] BRK [0x01fe3000, 0x01fe3fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0xdd8fd000-0xdd945fff] [ 0.000000] [mem 0xdd8fd000-0xdd945fff] page 4k [ 0.000000] init_memory_mapping: [mem 0xdf7ff000-0xdf7fffff] [ 0.000000] [mem 0xdf7ff000-0xdf7fffff] page 4k [ 0.000000] BRK [0x01fe4000, 0x01fe4fff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff] [ 0.000000] [mem 0x100000000-0x3ffffffff] page 1G [ 0.000000] RAMDISK: [mem 0x358de000-0x36c66fff] [ 0.000000] ACPI: RSDP 00000000000f0490 000024 (v02 SUPERM) [ 0.000000] ACPI: XSDT 00000000dda4e098 0000B4 (v01 SUPERM SMCI--MB 01072009 AMI 00010013) [ 0.000000] ACPI: FACP 00000000dda5b5c8 00010C (v05 SUPERM SMCI--MB 01072009 AMI 00010013) [ 0.000000] ACPI: DSDT 00000000dda4e1e8 00D3DB (v02 SUPERM SMCI--MB 00000000 INTL 20120711) [ 0.000000] ACPI: FACS 00000000dda7af80 000040 [ 0.000000] ACPI: APIC 00000000dda5b6d8 000092 (v03 SUPERM SMCI--MB 01072009 AMI 00010013) [ 0.000000] ACPI: FPDT 00000000dda5b770 000044 (v01 SUPERM SMCI--MB 01072009 AMI 00010013) [ 0.000000] ACPI: SSDT 00000000dda5b7b8 000BEE (v01 Ther_R Ther_Rvp 00001000 INTL 20120711) [ 0.000000] ACPI: SSDT 00000000dda5c3a8 000540 (v01 PmRef Cpu0Ist 00003000 INTL 20051117) [ 0.000000] ACPI: SSDT 00000000dda5c8e8 000B74 (v01 CpuRef CpuSsdt 00003000 INTL 20051117) [ 0.000000] ACPI: SSDT 00000000dda5d460 0002F2 (v01 PmRef Cpu0Tst 00003000 INTL 20051117) [ 0.000000] ACPI: SSDT 00000000dda5d758 000348 (v01 PmRef ApTst 00003000 INTL 20051117) [ 0.000000] ACPI: MCFG 00000000dda5daa0 00003C (v01 SUPERM SMCI--MB 01072009 MSFT 00000097) [ 0.000000] ACPI: HPET 00000000dda5dae0 000038 (v01 SUPERM SMCI--MB 01072009 AMI. 00000005) [ 0.000000] ACPI: SSDT 00000000dda5db18 000397 (v01 SataRe SataTabl 00001000 INTL 20120711) [ 0.000000] ACPI: SSDT 00000000dda5deb0 005B5E (v01 SaSsdt SaSsdt 00003000 INTL 20120711) [ 0.000000] ACPI: SPMI 00000000dda63a10 000040 (v05 A M I OEMSPMI 00000000 AMI. 00000000) [ 0.000000] ACPI: DMAR 00000000dda63a50 000080 (v01 INTEL BDW 00000001 INTL 00000001) [ 0.000000] ACPI: EINJ 00000000dda63ad0 000130 (v01 AMI AMI EINJ 00000000 00000000) [ 0.000000] ACPI: ERST 00000000dda63c00 000230 (v01 AMIER AMI ERST 00000000 00000000) [ 0.000000] ACPI: HEST 00000000dda63e30 0000A8 (v01 AMI AMI HEST 00000000 00000000) [ 0.000000] ACPI: BERT 00000000dda63ed8 000030 (v01 AMI AMI BERT 00000000 00000000) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000041fffffff] [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x41fffffff] [ 0.000000] NODE_DATA [mem 0x41fff9000-0x41fffdfff] [ 0.000000] [ffffea0000000000-ffffea00107fffff] PMD -> [ffff88040f600000-ffff88041f5fffff] on node 0 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x41fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0008efff] [ 0.000000] node 0: [mem 0x00100000-0xcd820fff] [ 0.000000] node 0: [mem 0xcd828000-0xdd818fff] [ 0.000000] node 0: [mem 0xdd8fd000-0xdd945fff] [ 0.000000] node 0: [mem 0xdf7ff000-0xdf7fffff] [ 0.000000] node 0: [mem 0x100000000-0x41fffffff] [ 0.000000] On node 0 totalpages: 4184042 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 21 pages reserved [ 0.000000] DMA zone: 3982 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 14114 pages used for memmap [ 0.000000] DMA32 zone: 903260 pages, LIFO batch:31 [ 0.000000] Normal zone: 51200 pages used for memmap [ 0.000000] Normal zone: 3276800 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x1808 [ 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[0x02] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 8, 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] ACPI: HPET id: 0x8086a701 base: 0xfed00000 [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 40 [ 0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x00090000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xcd821000-0xcd827fff] [ 0.000000] PM: Registered nosave memory: [mem 0xdd819000-0xdd8fcfff] [ 0.000000] PM: Registered nosave memory: [mem 0xdd946000-0xdda7afff] [ 0.000000] PM: Registered nosave memory: [mem 0xdda7b000-0xdf7fefff] [ 0.000000] PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] [ 0.000000] e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88041fc00000 s86336 r8192 d24256 u262144 [ 0.000000] pcpu-alloc: s86336 r8192 d24256 u262144 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4118643 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-35-generic root=UUID=2ce6dd7a-f48d-4e04-86ce-1defa10caef2 ro console=tty1 console=ttyS1,115200n8 nomodeset text nomdmonddf nomdmonisw [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! [ 0.000000] Memory: 16370396K/16736168K available (7372K kernel code, 1144K rwdata, 3404K rodata, 1336K init, 1440K bss, 365772K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8. [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0-7. [ 0.000000] NR_IRQS:16640 nr_irqs:744 16 [ 0.000000] spurious 8259A interrupt: IRQ7. [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS1] enabled [ 0.000000] allocated 67108864 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.004000] tsc: Detected 3300.108 MHz processor [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 6600.21 BogoMIPS (lpj=13200432) [ 0.010880] pid_max: default: 32768 minimum: 301 [ 0.015588] Security Framework initialized [ 0.019783] AppArmor: AppArmor initialized [ 0.023964] Yama: becoming mindful. [ 0.028240] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes) [ 0.037881] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes) [ 0.046124] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.053101] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.060676] Initializing cgroup subsys memory [ 0.065121] Initializing cgroup subsys devices [ 0.069645] Initializing cgroup subsys freezer [ 0.074166] Initializing cgroup subsys blkio [ 0.078519] Initializing cgroup subsys perf_event [ 0.083303] Initializing cgroup subsys hugetlb [ 0.087839] CPU: Physical Processor ID: 0 [ 0.091930] CPU: Processor Core ID: 0 [ 0.096939] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.096939] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.110814] mce: CPU supports 9 MCE banks [ 0.114921] CPU0: Thermal monitoring enabled (TM1) [ 0.119803] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.119803] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0 [ 0.119803] tlb_flushall_shift: 6 [ 0.133988] Freeing SMP alternatives memory: 32K (ffffffff81e6d000 - ffffffff81e75000) [ 0.142703] ACPI: Core revision 20131115 [ 0.154168] ACPI: All ACPI Tables successfully acquired [ 0.160013] ftrace: allocating 28537 entries in 112 pages [ 0.174141] dmar: Host address width 39 [ 0.178066] dmar: DRHD base: 0x000000fed90000 flags: 0x1 [ 0.183466] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap d2008c20660462 ecap f010da [ 0.191658] dmar: RMRR base: 0x000000df697000 end: 0x000000df6a5fff [ 0.198065] IOAPIC id 8 under DRHD base 0xfed90000 IOMMU 0 [ 0.203700] HPET id 0 under DRHD base 0xfed90000 [ 0.208381] Your BIOS is broken and requested that x2apic be disabled. [ 0.208381] This will slightly decrease performance. [ 0.208381] Use 'intremap=no_x2apic_optout' to override BIOS request. [ 0.226432] Enabled IRQ remapping in xapic mode [ 0.231033] x2apic not enabled, IRQ remapping is in xapic mode [ 0.237352] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.283069] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1230 v3 @ 3.30GHz (fam: 06, model: 3c, stepping: 03) [ 0.292741] TSC deadline timer enabled [ 0.292747] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver. [ 0.303253] ... version: 3 [ 0.307330] ... bit width: 48 [ 0.311492] ... generic registers: 4 [ 0.315569] ... value mask: 0000ffffffffffff [ 0.320949] ... max period: 0000ffffffffffff [ 0.326326] ... fixed-purpose events: 3 [ 0.330401] ... event mask: 000000070000000f [ 0.336820] x86: Booting SMP configuration: [ 0.358879] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.341077] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 [ 0.452691] x86: Booted up 1 node, 8 CPUs [ 0.457032] smpboot: Total of 8 processors activated (52801.72 BogoMIPS) [ 0.470759] devtmpfs: initialized [ 0.475927] EVM: security.selinux [ 0.479315] EVM: security.SMACK64 [ 0.482701] EVM: security.ima [ 0.485739] EVM: security.capability [ 0.489415] PM: Registering ACPI NVS region [mem 0xcd821000-0xcd827fff] (28672 bytes) [ 0.497337] PM: Registering ACPI NVS region [mem 0xdd946000-0xdda7afff] (1265664 bytes) [ 0.505910] pinctrl core: initialized pinctrl subsystem [ 0.511245] regulator-dummy: no parameters [ 0.515447] RTC time: 21:48:22, date: 09/05/14 [ 0.519979] NET: Registered protocol family 16 [ 0.524565] cpuidle: using governor ladder [ 0.528733] cpuidle: using governor menu [ 0.532751] ACPI: bus type PCI registered [ 0.536837] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.543383] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) [ 0.552778] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 [ 0.563569] PCI: Using configuration type 1 for base access [ 0.569841] bio: create slab <bio-0> at 0 [ 0.574025] ACPI: Added _OSI(Module Device) [ 0.578283] ACPI: Added _OSI(Processor Device) [ 0.582793] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.587560] ACPI: Added _OSI(Processor Aggregator Device) [ 0.595776] ACPI: Executed 5 blocks of module-level executable AML code [ 0.664542] ACPI: SSDT 00000000dd8abc18 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117) [ 0.673427] ACPI: Dynamic OEM Table Load: [ 0.677636] ACPI: SSDT (null) 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117) [ 0.688604] ACPI: SSDT 00000000dd8ab618 0005AA (v01 PmRef ApIst 00003000 INTL 20051117) [ 0.697545] ACPI: Dynamic OEM Table Load: [ 0.701755] ACPI: SSDT (null) 0005AA (v01 PmRef ApIst 00003000 INTL 20051117) [ 0.712496] ACPI: SSDT 00000000dd8aad98 000119 (v01 PmRef ApCst 00003000 INTL 20051117) [ 0.721386] ACPI: Dynamic OEM Table Load: [ 0.725594] ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20051117) [ 0.737208] ACPI: Interpreter enabled [ 0.740951] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.750397] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.759828] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.769260] ACPI: (supports S0 S4 S5) [ 0.773000] ACPI: Using IOAPIC for interrupt routing [ 0.778060] HEST: Table parsing has been initialized. [ 0.783184] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.792507] ACPI: No dock devices found. [ 0.796753] ACPI: Power Resource [PG00] (on) [ 0.808572] ACPI: Power Resource [PG01] (on) [ 0.820556] ACPI: Power Resource [PG02] (on) [ 0.832901] ACPI: Power Resource [FN00] (off) [ 0.837371] ACPI: Power Resource [FN01] (off) [ 0.841842] ACPI: Power Resource [FN02] (off) [ 0.846316] ACPI: Power Resource [FN03] (off) [ 0.850779] ACPI: Power Resource [FN04] (off) [ 0.855740] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) [ 0.862000] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.870568] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability] [ 0.879157] PCI host bridge to bus 0000:00 [ 0.883324] pci_bus 0000:00: root bus resource [bus 00-3e] [ 0.888879] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.895130] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.901373] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.908317] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff] [ 0.915258] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff] [ 0.922194] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff] [ 0.929129] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff] [ 0.936068] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff] [ 1.128897] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff] [ 1.135838] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff] [ 1.142775] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff] [ 1.149714] pci 0000:00:00.0: [8086:0c08] type 00 class 0x060000 [ 1.149774] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400 [ 1.149797] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold [ 1.149831] pci 0000:00:01.0: System wakeup disabled by ACPI [ 1.155576] pci 0000:00:01.1: [8086:0c05] type 01 class 0x060400 [ 1.155599] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold [ 1.155629] pci 0000:00:01.1: System wakeup disabled by ACPI [ 1.161403] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330 [ 1.161420] pci 0000:00:14.0: reg 0x10: [mem 0xf7420000-0xf742ffff 64bit] [ 1.161471] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 1.161509] pci 0000:00:14.0: System wakeup disabled by ACPI [ 1.167264] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000 [ 1.167279] pci 0000:00:19.0: reg 0x10: [mem 0xf7400000-0xf741ffff] [ 1.167286] pci 0000:00:19.0: reg 0x14: [mem 0xf7435000-0xf7435fff] [ 1.167293] pci 0000:00:19.0: reg 0x18: [io 0xf020-0xf03f] [ 1.167343] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold [ 1.167381] pci 0000:00:19.0: System wakeup disabled by ACPI [ 1.173131] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320 [ 1.173149] pci 0000:00:1a.0: reg 0x10: [mem 0xf7434000-0xf74343ff] [ 1.173225] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold [ 1.173266] pci 0000:00:1a.0: System wakeup disabled by ACPI [ 1.179013] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400 [ 1.179067] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 1.179096] pci 0000:00:1c.0: System wakeup disabled by ACPI [ 1.184838] pci 0000:00:1c.1: [8086:8c12] type 01 class 0x060400 [ 1.184891] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold [ 1.184920] pci 0000:00:1c.1: System wakeup disabled by ACPI [ 1.190686] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320 [ 1.190703] pci 0000:00:1d.0: reg 0x10: [mem 0xf7433000-0xf74333ff] [ 1.190780] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 1.190821] pci 0000:00:1d.0: System wakeup disabled by ACPI [ 1.196570] pci 0000:00:1f.0: [8086:8c52] type 00 class 0x060100 [ 1.196705] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601 [ 1.196717] pci 0000:00:1f.2: reg 0x10: [io 0xf070-0xf077] [ 1.196724] pci 0000:00:1f.2: reg 0x14: [io 0xf060-0xf063] [ 1.196730] pci 0000:00:1f.2: reg 0x18: [io 0xf050-0xf057] [ 1.196737] pci 0000:00:1f.2: reg 0x1c: [io 0xf040-0xf043] [ 1.196743] pci 0000:00:1f.2: reg 0x20: [io 0xf000-0xf01f] [ 1.196749] pci 0000:00:1f.2: reg 0x24: [mem 0xf7432000-0xf74327ff] [ 1.196780] pci 0000:00:1f.2: PME# supported from D3hot [ 1.196827] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500 [ 1.196839] pci 0000:00:1f.3: reg 0x10: [mem 0xf7431000-0xf74310ff 64bit] [ 1.196856] pci 0000:00:1f.3: reg 0x20: [io 0x0580-0x059f] [ 1.196915] pci 0000:00:1f.6: [8086:8c24] type 00 class 0x118000 [ 1.196931] pci 0000:00:1f.6: reg 0x10: [mem 0xf7430000-0xf7430fff 64bit] [ 1.197045] pci 0000:00:01.0: PCI bridge to [bus 01] [ 1.202111] pci 0000:02:00.0: [9005:8088] type 00 class 0x010700 [ 1.202120] pci 0000:02:00.0: reg 0x10: [mem 0xf7250000-0xf725ffff 64bit] [ 1.202126] pci 0000:02:00.0: reg 0x18: [mem 0xf7240000-0xf724ffff 64bit] [ 1.202134] pci 0000:02:00.0: reg 0x24: [mem 0xf7200000-0xf723ffff] [ 1.202139] pci 0000:02:00.0: reg 0x30: [mem 0xf7100000-0xf71fffff pref] [ 1.202163] pci 0000:02:00.0: supports D1 [ 1.202164] pci 0000:02:00.0: PME# supported from D0 D1 D3hot [ 1.202176] pci 0000:02:00.0: System wakeup disabled by ACPI [ 1.215930] pci 0000:00:01.1: PCI bridge to [bus 02] [ 1.220967] pci 0000:00:01.1: bridge window [mem 0xf7100000-0xf72fffff] [ 1.221049] pci 0000:03:00.0: [1a03:1150] type 01 class 0x060400 [ 1.221155] pci 0000:03:00.0: supports D1 D2 [ 1.221156] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.221180] pci 0000:03:00.0: System wakeup disabled by ACPI [ 1.226923] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 1.237012] pci 0000:00:1c.0: PCI bridge to [bus 03-04] [ 1.242300] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff] [ 1.242303] pci 0000:00:1c.0: bridge window [mem 0xf6000000-0xf70fffff] [ 1.242385] pci 0000:04:00.0: [1a03:2000] type 00 class 0x030000 [ 1.242411] pci 0000:04:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff] [ 1.242424] pci 0000:04:00.0: reg 0x14: [mem 0xf7000000-0xf701ffff] [ 1.242437] pci 0000:04:00.0: reg 0x18: [io 0xe000-0xe07f] [ 1.242534] pci 0000:04:00.0: supports D1 D2 [ 1.242535] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.242618] pci 0000:03:00.0: PCI bridge to [bus 04] [ 1.247658] pci 0000:03:00.0: bridge window [io 0xe000-0xefff] [ 1.247663] pci 0000:03:00.0: bridge window [mem 0xf6000000-0xf70fffff] [ 1.247768] pci 0000:05:00.0: [8086:1533] type 00 class 0x020000 [ 1.247790] pci 0000:05:00.0: reg 0x10: [mem 0xf7300000-0xf737ffff] [ 1.247822] pci 0000:05:00.0: reg 0x18: [io 0xd000-0xd01f] [ 1.247838] pci 0000:05:00.0: reg 0x1c: [mem 0xf7380000-0xf7383fff] [ 1.247975] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold [ 1.248015] pci 0000:05:00.0: System wakeup disabled by ACPI [ 1.261787] pci 0000:00:1c.1: PCI bridge to [bus 05] [ 1.266823] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff] [ 1.266826] pci 0000:00:1c.1: bridge window [mem 0xf7300000-0xf73fffff] [ 1.267409] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 10 *11 12 14 15) [ 1.274884] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 *10 11 12 14 15) [ 1.282361] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 10 *11 12 14 15) [ 1.289824] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 10 *11 12 14 15) [ 1.297278] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 *10 11 12 14 15) [ 1.304728] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 10 11 12 14 15) *0, disabled. [ 1.313488] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 6 10 11 12 14 15) *0, disabled. [ 1.322232] ACPI: PCI Interrupt Link [LNKH] (IRQs *5) [ 1.327813] ACPI: Enabled 7 GPEs in block 00 to 3F [ 1.332799] ACPI: \_SB_.PCI0: notify handler is installed [ 1.332839] Found 1 acpi root devices [ 1.332903] vgaarb: device added: PCI:0000:04:00.0,decodes=io+mem,owns=io+mem,locks=none [ 1.341072] vgaarb: loaded [ 1.343846] vgaarb: bridge control possible 0000:04:00.0 [ 1.349309] SCSI subsystem initialized [ 1.353147] libata version 3.00 loaded. [ 1.353158] ACPI: bus type USB registered [ 1.357243] usbcore: registered new interface driver usbfs [ 1.362803] usbcore: registered new interface driver hub [ 1.368204] usbcore: registered new device driver usb [ 1.373389] PCI: Using ACPI for IRQ routing [ 1.378786] PCI: pci_cache_line_size set to 64 bytes [ 1.378847] e820: reserve RAM buffer [mem 0x0008fc00-0x0008ffff] [ 1.378848] e820: reserve RAM buffer [mem 0xcd821000-0xcfffffff] [ 1.378849] e820: reserve RAM buffer [mem 0xdd819000-0xdfffffff] [ 1.378850] e820: reserve RAM buffer [mem 0xdd946000-0xdfffffff] [ 1.378851] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff] [ 1.378896] NetLabel: Initializing [ 1.382368] NetLabel: domain hash size = 128 [ 1.386788] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.391827] NetLabel: unlabeled traffic allowed by default [ 1.397515] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 1.404355] hpet0: 8 comparators, 64-bit 14.318180 MHz counter [ 1.412277] Switched to clocksource hpet [ 1.418973] AppArmor: AppArmor Filesystem Enabled [ 1.423764] pnp: PnP ACPI init [ 1.426898] ACPI: bus type PNP registered [ 1.431039] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved [ 1.437723] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) [ 1.437729] pnp 00:01: [dma 4] [ 1.437737] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active) [ 1.437747] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active) [ 1.437830] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active) [ 1.437856] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active) [ 1.437882] system 00:05: [io 0x0800-0x087f] has been reserved [ 1.443878] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) [ 1.443900] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active) [ 1.443919] system 00:07: [io 0x1854-0x1857] has been reserved [ 1.449914] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [ 1.449959] system 00:08: [io 0x0a00-0x0a1f] has been reserved [ 1.455948] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) [ 1.456090] pnp 00:09: [dma 0 disabled] [ 1.456116] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active) [ 1.456255] pnp 00:0a: [dma 0 disabled] [ 1.456280] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active) [ 1.456309] system 00:0b: [io 0x04d0-0x04d1] has been reserved [ 1.462303] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active) [ 1.462360] pnp 00:0c: Plug and Play ACPI device, IDs IPI0001 (active) [ 1.462575] system 00:0d: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 1.469260] system 00:0d: [mem 0xfed10000-0xfed17fff] has been reserved [ 1.475942] system 00:0d: [mem 0xfed18000-0xfed18fff] has been reserved [ 1.491617] system 00:0d: [mem 0xfed19000-0xfed19fff] has been reserved [ 1.498296] system 00:0d: [mem 0xf8000000-0xfbffffff] has been reserved [ 1.504980] system 00:0d: [mem 0xfed20000-0xfed3ffff] has been reserved [ 1.511666] system 00:0d: [mem 0xfed90000-0xfed93fff] could not be reserved [ 1.518697] system 00:0d: [mem 0xfed45000-0xfed8ffff] has been reserved [ 1.525381] system 00:0d: [mem 0xff000000-0xffffffff] has been reserved [ 1.532064] system 00:0d: [mem 0xfee00000-0xfeefffff] could not be reserved [ 1.539099] system 00:0d: [mem 0xf7fe0000-0xf7feffff] has been reserved [ 1.545779] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active) [ 1.545914] pnp: PnP ACPI: found 14 devices [ 1.550176] ACPI: bus type PNP unregistered [ 1.560342] pci 0000:00:01.0: PCI bridge to [bus 01] [ 1.565381] pci 0000:00:01.1: PCI bridge to [bus 02] [ 1.570416] pci 0000:00:01.1: bridge window [mem 0xf7100000-0xf72fffff] [ 1.577274] pci 0000:03:00.0: PCI bridge to [bus 04] [ 1.582309] pci 0000:03:00.0: bridge window [io 0xe000-0xefff] [ 1.588476] pci 0000:03:00.0: bridge window [mem 0xf6000000-0xf70fffff] [ 1.595340] pci 0000:00:1c.0: PCI bridge to [bus 03-04] [ 1.600634] pci 0000:00:1c.0: bridge window [io 0xe000-0xefff] [ 1.606800] pci 0000:00:1c.0: bridge window [mem 0xf6000000-0xf70fffff] [ 1.613655] pci 0000:00:1c.1: PCI bridge to [bus 05] [ 1.618685] pci 0000:00:1c.1: bridge window [io 0xd000-0xdfff] [ 1.624851] pci 0000:00:1c.1: bridge window [mem 0xf7300000-0xf73fffff] [ 1.631711] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 1.631713] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 1.631714] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 1.631714] pci_bus 0000:00: resource 7 [mem 0x000cc000-0x000cffff] [ 1.631715] pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000d3fff] [ 1.631716] pci_bus 0000:00: resource 9 [mem 0x000d4000-0x000d7fff] [ 1.631717] pci_bus 0000:00: resource 10 [mem 0x000d8000-0x000dbfff] [ 1.631718] pci_bus 0000:00: resource 11 [mem 0x000dc000-0x000dffff] [ 1.631719] pci_bus 0000:00: resource 12 [mem 0x000e0000-0x000e3fff] [ 1.631720] pci_bus 0000:00: resource 13 [mem 0x000e4000-0x000e7fff] [ 1.631721] pci_bus 0000:00: resource 14 [mem 0xe0000000-0xfeafffff] [ 1.631722] pci_bus 0000:02: resource 1 [mem 0xf7100000-0xf72fffff] [ 1.631723] pci_bus 0000:03: resource 0 [io 0xe000-0xefff] [ 1.631724] pci_bus 0000:03: resource 1 [mem 0xf6000000-0xf70fffff] [ 1.631725] pci_bus 0000:04: resource 0 [io 0xe000-0xefff] [ 1.631726] pci_bus 0000:04: resource 1 [mem 0xf6000000-0xf70fffff] [ 1.631727] pci_bus 0000:05: resource 0 [io 0xd000-0xdfff] [ 1.631728] pci_bus 0000:05: resource 1 [mem 0xf7300000-0xf73fffff] [ 1.631744] NET: Registered protocol family 2 [ 1.636290] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 1.643918] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 1.650788] TCP: Hash tables configured (established 131072 bind 65536) [ 1.657494] TCP: reno registered [ 1.660818] UDP hash table entries: 8192 (order: 6, 262144 bytes) [ 1.667019] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes) [ 1.673686] NET: Registered protocol family 1 [ 1.716072] pci 0000:04:00.0: Boot video device [ 1.716087] PCI: CLS 64 bytes, default 64 [ 1.716123] Trying to unpack rootfs image as initramfs... [ 1.935470] Freeing initrd memory: 20004K (ffff8800358de000 - ffff880036c67000) [ 1.942901] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.949418] software IO TLB [mem 0xd9819000-0xdd819000] (64MB) mapped at [ffff8800d9819000-ffff8800dd818fff] [ 1.959545] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x17 [ 1.965456] microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x17 [ 1.971361] microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x17 [ 1.977285] microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x17 [ 1.983185] microcode: CPU4 sig=0x306c3, pf=0x2, revision=0x17 [ 1.989086] microcode: CPU5 sig=0x306c3, pf=0x2, revision=0x17 [ 1.994988] microcode: CPU6 sig=0x306c3, pf=0x2, revision=0x17 [ 2.000898] microcode: CPU7 sig=0x306c3, pf=0x2, revision=0x17 [ 2.006839] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba [ 2.015720] Scanning for low memory corruption every 60 seconds [ 2.021895] Initialise system trusted keyring [ 2.026357] audit: initializing netlink socket (disabled) [ 2.031837] type=2000 audit(1409953701.656:1): initialized [ 2.055046] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 2.062246] zbud: loaded [ 2.064947] VFS: Disk quotas dquot_6.5.2 [ 2.068965] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 2.075728] fuse init (API version 7.22) [ 2.079770] msgmni has been set to 32012 [ 2.083800] Key type big_key registered [ 2.088025] Key type asymmetric registered [ 2.092193] Asymmetric key parser 'x509' registered [ 2.097158] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 2.104678] io scheduler noop registered [ 2.108669] io scheduler deadline registered (default) [ 2.113886] io scheduler cfq registered [ 2.117916] pcieport 0000:00:01.0: irq 41 for MSI/MSI-X [ 2.117998] pcieport 0000:00:01.1: irq 42 for MSI/MSI-X [ 2.118086] pcieport 0000:00:1c.0: irq 43 for MSI/MSI-X [ 2.118183] pcieport 0000:00:1c.1: irq 44 for MSI/MSI-X [ 2.118239] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt [ 2.125278] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded [ 2.125285] pcieport 0000:00:01.1: Signaling PME through PCIe PME interrupt [ 2.132322] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt [ 2.138915] pcie_pme 0000:00:01.1:pcie01: service driver pcie_pme loaded [ 2.138924] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt [ 2.145956] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt [ 2.152556] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt [ 2.159151] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded [ 2.159160] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt [ 2.166184] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt [ 2.172782] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded [ 2.172790] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 2.178439] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 2.185150] intel_idle: MWAIT substates: 0x42120 [ 2.185150] intel_idle: v0.4 model 0x3C [ 2.185151] intel_idle: lapic_timer_reliable_states 0xffffffff [ 2.185264] ipmi message handler version 39.2 [ 2.189743] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input0 [ 2.198019] ACPI: Sleep Button [SLPB] [ 2.201768] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1 [ 2.210035] ACPI: Power Button [PWRB] [ 2.213776] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 [ 2.221265] ACPI: Power Button [PWRF] [ 2.225023] ACPI: Fan [FAN0] (off) [ 2.228513] ACPI: Fan [FAN1] (off) [ 2.232000] ACPI: Fan [FAN2] (off) [ 2.235489] ACPI: Fan [FAN3] (off) [ 2.238971] ACPI: Fan [FAN4] (off) [ 2.244043] thermal LNXTHERM:00: registered as thermal_zone0 [ 2.249781] ACPI: Thermal Zone [TZ00] (28 C) [ 2.254242] thermal LNXTHERM:01: registered as thermal_zone1 [ 2.259978] ACPI: Thermal Zone [TZ01] (30 C) [ 2.264357] ERST: Error Record Serialization Table (ERST) support is initialized. [ 2.271934] pstore: Registered erst as persistent store backend [ 2.277996] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC. [ 2.285541] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 2.312561] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.340552] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A [ 2.348919] Linux agpgart interface v0.103 [ 2.353889] brd: module loaded [ 2.357417] loop: module loaded [ 2.360824] libphy: Fixed MDIO Bus: probed [ 2.365038] tun: Universal TUN/TAP device driver, 1.6 [ 2.370166] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx> [ 2.376453] PPP generic driver version 2.4.2 [ 2.380840] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.387443] ehci-pci: EHCI PCI platform driver [ 2.392032] ehci-pci 0000:00:1a.0: EHCI Host Controller [ 2.397328] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 [ 2.404821] ehci-pci 0000:00:1a.0: debug port 2 [ 2.413319] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported [ 2.413328] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7434000 [ 2.427299] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 [ 2.433134] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.439997] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.447306] usb usb1: Product: EHCI Host Controller [ 2.452252] usb usb1: Manufacturer: Linux 3.13.0-35-generic ehci_hcd [ 2.458669] usb usb1: SerialNumber: 0000:00:1a.0 [ 2.463427] hub 1-0:1.0: USB hub found [ 2.467260] hub 1-0:1.0: 2 ports detected [ 2.471473] ehci-pci 0000:00:1d.0: EHCI Host Controller [ 2.476768] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 2.484259] ehci-pci 0000:00:1d.0: debug port 2 [ 2.492739] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported [ 2.492748] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7433000 [ 2.507220] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 2.513054] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.519914] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.527223] usb usb2: Product: EHCI Host Controller [ 2.532167] usb usb2: Manufacturer: Linux 3.13.0-35-generic ehci_hcd [ 2.538588] usb usb2: SerialNumber: 0000:00:1d.0 [ 2.543345] hub 2-0:1.0: USB hub found [ 2.547176] hub 2-0:1.0: 2 ports detected [ 2.551325] ehci-platform: EHCI generic platform driver [ 2.556629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.562883] ohci-pci: OHCI PCI platform driver [ 2.567404] ohci-platform: OHCI generic platform driver [ 2.572716] uhci_hcd: USB Universal Host Controller Interface driver [ 2.579220] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 2.584523] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 [ 2.592086] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 2.592109] xhci_hcd 0000:00:14.0: irq 45 for MSI/MSI-X [ 2.592153] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 2.599014] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.606325] usb usb3: Product: xHCI Host Controller [ 2.611270] usb usb3: Manufacturer: Linux 3.13.0-35-generic xhci_hcd [ 2.617687] usb usb3: SerialNumber: 0000:00:14.0 [ 2.622448] hub 3-0:1.0: USB hub found [ 2.626283] hub 3-0:1.0: 10 ports detected [ 2.631726] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 2.637020] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 [ 2.644521] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 [ 2.651384] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 2.658687] usb usb4: Product: xHCI Host Controller [ 2.663637] usb usb4: Manufacturer: Linux 3.13.0-35-generic xhci_hcd [ 2.670055] usb usb4: SerialNumber: 0000:00:14.0 [ 2.674828] hub 4-0:1.0: USB hub found [ 2.678664] hub 4-0:1.0: 2 ports detected [ 2.687187] i8042: PNP: No PS/2 controller found. Probing ports directly. [ 2.782993] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 2.954809] tsc: Refined TSC clocksource calibration: 3299.995 MHz [ 3.202835] usb 1-1: New USB device found, idVendor=8087, idProduct=8008 [ 3.209605] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 3.216960] hub 1-1:1.0: USB hub found [ 3.220938] hub 1-1:1.0: 4 ports detected [ 3.334413] usb 2-1: new high-speed USB device number 2 using ehci-pci [ 3.470695] usb 2-1: New USB device found, idVendor=8087, idProduct=8000 [ 3.477462] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 3.484825] hub 2-1:1.0: USB hub found [ 3.488681] hub 2-1:1.0: 6 ports detected [ 3.614142] usb 3-1: new high-speed USB device number 2 using xhci_hcd [ 3.652158] usb 3-1: New USB device found, idVendor=148f, idProduct=5370 [ 3.658922] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.666123] usb 3-1: Product: 802.11 n WLAN [ 3.670372] usb 3-1: Manufacturer: Ralink [ 3.674450] usb 3-1: SerialNumber: 1.0 [ 3.765581] i8042: No controller found [ 3.769467] mousedev: PS/2 mouse device common for all mice [ 3.775420] rtc_cmos 00:06: RTC can wake from S4 [ 3.780245] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0 [ 3.786435] rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 3.794223] device-mapper: uevent: version 1.0.3 [ 3.798971] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@xxxxxxxxxx [ 3.807505] ledtrig-cpu: registered to indicate activity on CPUs [ 3.813647] TCP: cubic registered [ 3.817082] NET: Registered protocol family 10 [ 3.821700] NET: Registered protocol family 17 [ 3.826228] Key type dns_resolver registered [ 3.830792] Loading compiled-in X.509 certificates [ 3.836176] Loaded X.509 cert 'Magrathea: Glacier signing key: b1414ae96c1b0ebb7c141fa405c1f6c98e8a66f0' [ 3.845750] registered taskstats version 1 [ 3.849954] usb 3-3: new high-speed USB device number 3 using xhci_hcd [ 3.851345] Key type trusted registered [ 3.852445] Key type encrypted registered [ 3.853476] AppArmor: AppArmor sha1 policy hashing enabled [ 3.853477] IMA: No TPM chip found, activating TPM-bypass! [ 3.853849] regulator-dummy: disabling [ 3.853930] Magic number: 14:409:853 [ 3.883261] rtc_cmos 00:06: setting system clock to 2014-09-05 21:48:25 UTC (1409953705) [ 3.892394] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 3.898152] usb 3-3: New USB device found, idVendor=0000, idProduct=0001 [ 3.898153] usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 3.898458] hub 3-3:1.0: USB hub found [ 3.898539] hub 3-3:1.0: 4 ports detected [ 3.920334] EDD information not available. [ 3.924522] PM: Hibernation image not present or could not be loaded. [ 3.925126] Freeing unused kernel memory: 1336K (ffffffff81d1f000 - ffffffff81e6d000) [ 3.933039] Write protecting the kernel read-only data: 12288k [ 3.940236] Freeing unused kernel memory: 808K (ffff880001736000 - ffff880001800000) [ 3.949047] Freeing unused kernel memory: 692K (ffff880001b53000 - ffff880001c00000) [ 3.956888] Switched to clocksource tsc [ 3.966177] systemd-udevd[148]: starting version 204 [ 3.974548] md: linear personality registered for level -1 [ 3.981092] pps_core: LinuxPPS API ver. 1 registered [ 3.986425] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx> [ 3.995702] md: multipath personality registered for level -4 [ 4.001632] PTP clock support registered [ 4.005665] md: raid0 personality registered for level 0 [ 4.005681] ahci 0000:00:1f.2: version 3.0 [ 4.005799] ahci 0000:00:1f.2: irq 46 for MSI/MSI-X [ 4.005873] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode [ 4.005874] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst [ 4.027002] dca service started, version 1.12.1 [ 4.027020] pm80xx 0000:02:00.0: pm80xx: driver version 0.1.37 [ 4.037529] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k [ 4.043438] e1000e: Copyright(c) 1999 - 2013 Intel Corporation. [ 4.046008] scsi1 : ahci [ 4.046053] scsi2 : ahci [ 4.046084] scsi3 : ahci [ 4.046114] scsi4 : ahci [ 4.046145] scsi5 : ahci [ 4.046174] scsi6 : ahci [ 4.046193] ata1: SATA max UDMA/133 abar m2048@0xf7432000 port 0xf7432100 irq 46 [ 4.046196] ata2: SATA max UDMA/133 abar m2048@0xf7432000 port 0xf7432180 irq 46 [ 4.046197] ata3: SATA max UDMA/133 abar m2048@0xf7432000 port 0xf7432200 irq 46 [ 4.046200] ata4: SATA max UDMA/133 abar m2048@0xf7432000 port 0xf7432280 irq 46 [ 4.046201] ata5: SATA max UDMA/133 abar m2048@0xf7432000 port 0xf7432300 irq 46 [ 4.046204] ata6: SATA max UDMA/133 abar m2048@0xf7432000 port 0xf7432380 irq 46 [ 4.069697] usb 3-5: new full-speed USB device number 4 using xhci_hcd [ 4.086848] usb 3-5: New USB device found, idVendor=051d, idProduct=0003 [ 4.086849] usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 4.086850] usb 3-5: Product: Smart-UPS C 1500 FW:UPS 09.6 / ID=1005 [ 4.086851] usb 3-5: Manufacturer: American Power Conversion [ 4.086851] usb 3-5: SerialNumber: 3S1424X00597 [ 4.086946] usb 3-5: ep 0x81 - rounding interval to 128 microframes, ep desc says 160 microframes [ 4.086948] usb 3-5: ep 0x1 - rounding interval to 64 microframes, ep desc says 80 microframes [ 4.165151] md: raid1 personality registered for level 1 [ 4.165309] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 4.165334] e1000e 0000:00:19.0: irq 47 for MSI/MSI-X [ 4.179985] hidraw: raw HID events driver (C) Jiri Kosina [ 4.185503] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k [ 4.192536] igb: Copyright (c) 2007-2013 Intel Corporation. [ 4.193596] usb 3-3.1: new low-speed USB device number 5 using xhci_hcd [ 4.205493] igb 0000:05:00.0: irq 48 for MSI/MSI-X [ 4.205498] igb 0000:05:00.0: irq 49 for MSI/MSI-X [ 4.205501] igb 0000:05:00.0: irq 50 for MSI/MSI-X [ 4.205505] igb 0000:05:00.0: irq 51 for MSI/MSI-X [ 4.205509] igb 0000:05:00.0: irq 52 for MSI/MSI-X [ 4.206178] usbcore: registered new interface driver usbhid [ 4.211840] usbhid: USB HID core driver [ 4.217599] usb 3-3.1: New USB device found, idVendor=0557, idProduct=2419 [ 4.220161] hid-generic 0003:051D:0003.0001: hiddev0,hidraw0: USB HID v1.00 Device [American Power Conversion Smart-UPS C 1500 FW:UPS 09.6 / ID=1005] on usb-0000:00:14.0-5/input0 [ 4.240667] usb 3-3.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 4.248106] usb 3-3.1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes [ 4.249504] raid6: sse2x1 7925 MB/s [ 4.250039] igb 0000:05:00.0: added PHC on eth0 [ 4.250040] igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection [ 4.250041] igb 0000:05:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 00:25:90:44:09:82 [ 4.250143] igb 0000:05:00.0: eth0: PBA No: 011000-000 [ 4.250144] igb 0000:05:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s) [ 4.292463] usb 3-3.1: ep 0x82 - rounding interval to 32 microframes, ep desc says 40 microframes [ 4.302451] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.1/3-3.1:1.0/input/input3 [ 4.312314] hid-generic 0003:0557:2419.0002: input,hidraw1: USB HID v1.00 Keyboard [HID 0557:2419] on usb-0000:00:14.0-3.1/input0 [ 4.317450] raid6: sse2x2 10040 MB/s [ 4.328629] input: HID 0557:2419 as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3.1/3-3.1:1.1/input/input4 [ 4.338676] hid-generic 0003:0557:2419.0003: input,hidraw2: USB HID v1.00 Mouse [HID 0557:2419] on usb-0000:00:14.0-3.1/input1 [ 4.369419] ata6: SATA link down (SStatus 0 SControl 300) [ 4.374918] ata2: SATA link down (SStatus 0 SControl 300) [ 4.380396] ata4: SATA link down (SStatus 0 SControl 300) [ 4.385385] raid6: sse2x4 10930 MB/s [ 4.401388] ata5: SATA link down (SStatus 0 SControl 300) [ 4.406863] ata1: SATA link down (SStatus 0 SControl 300) [ 4.412346] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 4.419423] ata3.00: failed to get NCQ Send/Recv Log Emask 0x1 [ 4.419424] ata3.00: ATA-9: Samsung SSD 840 PRO Series, DXM06B0Q, max UDMA/133 [ 4.426732] ata3.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 4.434242] ata3.00: failed to get NCQ Send/Recv Log Emask 0x1 [ 4.434245] ata3.00: configured for UDMA/133 [ 4.445462] scsi 3:0:0:0: Direct-Access ATA Samsung SSD 840 DXM0 PQ: 0 ANSI: 5 [ 4.453315] raid6: avx2x1 15947 MB/s [ 4.457562] sd 3:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB) [ 4.465176] sd 3:0:0:0: [sda] Write Protect is off [ 4.465312] sd 3:0:0:0: Attached scsi generic sg0 type 0 [ 4.475434] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 4.475443] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 4.485059] sda: sda1 sda2 < sda5 > [ 4.489056] sd 3:0:0:0: [sda] Attached SCSI disk [ 4.521248] raid6: avx2x2 19644 MB/s [ 4.589181] raid6: avx2x4 23898 MB/s [ 4.593006] raid6: using algorithm avx2x4 (23898 MB/s) [ 4.598219] raid6: using avx2x2 recovery algorithm [ 4.603938] xor: automatically using best checksumming function: [ 4.649127] avx : 28712.000 MB/sec [ 4.654167] async_tx: api initialized (async) [ 4.663402] md: raid6 personality registered for level 6 [ 4.668802] md: raid5 personality registered for level 5 [ 4.674188] md: raid4 personality registered for level 4 [ 4.682317] md: raid10 personality registered for level 10 [ 4.697492] EXT4-fs (sda1): INFO: recovery required on readonly filesystem [ 4.705313] EXT4-fs (sda1): write access will be enabled during recovery [ 4.723814] EXT4-fs (sda1): recovery complete [ 4.729544] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 4.910633] scsi0 : pm80xx [ 4.913684] pm80xx 0000:02:00.0: irq 53 for MSI/MSI-X [ 4.913698] pm80xx 0000:02:00.0: irq 54 for MSI/MSI-X [ 4.913702] pm80xx 0000:02:00.0: irq 55 for MSI/MSI-X [ 4.913706] pm80xx 0000:02:00.0: irq 56 for MSI/MSI-X [ 4.913710] pm80xx 0000:02:00.0: irq 57 for MSI/MSI-X [ 4.913714] pm80xx 0000:02:00.0: irq 58 for MSI/MSI-X [ 4.913718] pm80xx 0000:02:00.0: irq 59 for MSI/MSI-X [ 4.913722] pm80xx 0000:02:00.0: irq 60 for MSI/MSI-X [ 4.913725] pm80xx 0000:02:00.0: irq 61 for MSI/MSI-X [ 4.913729] pm80xx 0000:02:00.0: irq 62 for MSI/MSI-X [ 4.913733] pm80xx 0000:02:00.0: irq 63 for MSI/MSI-X [ 4.913737] pm80xx 0000:02:00.0: irq 64 for MSI/MSI-X [ 4.913740] pm80xx 0000:02:00.0: irq 65 for MSI/MSI-X [ 4.913744] pm80xx 0000:02:00.0: irq 66 for MSI/MSI-X [ 4.913748] pm80xx 0000:02:00.0: irq 67 for MSI/MSI-X [ 4.913751] pm80xx 0000:02:00.0: irq 68 for MSI/MSI-X [ 4.913755] pm80xx 0000:02:00.0: irq 69 for MSI/MSI-X [ 4.913759] pm80xx 0000:02:00.0: irq 70 for MSI/MSI-X [ 4.913762] pm80xx 0000:02:00.0: irq 71 for MSI/MSI-X [ 4.913766] pm80xx 0000:02:00.0: irq 72 for MSI/MSI-X [ 4.913769] pm80xx 0000:02:00.0: irq 73 for MSI/MSI-X [ 4.913773] pm80xx 0000:02:00.0: irq 74 for MSI/MSI-X [ 4.913777] pm80xx 0000:02:00.0: irq 75 for MSI/MSI-X [ 4.913780] pm80xx 0000:02:00.0: irq 76 for MSI/MSI-X [ 4.913784] pm80xx 0000:02:00.0: irq 77 for MSI/MSI-X [ 4.913787] pm80xx 0000:02:00.0: irq 78 for MSI/MSI-X [ 4.913791] pm80xx 0000:02:00.0: irq 79 for MSI/MSI-X [ 4.913795] pm80xx 0000:02:00.0: irq 80 for MSI/MSI-X [ 4.913799] pm80xx 0000:02:00.0: irq 81 for MSI/MSI-X [ 4.913802] pm80xx 0000:02:00.0: irq 82 for MSI/MSI-X [ 4.913806] pm80xx 0000:02:00.0: irq 83 for MSI/MSI-X [ 4.913810] pm80xx 0000:02:00.0: irq 84 for MSI/MSI-X [ 4.913813] pm80xx 0000:02:00.0: irq 85 for MSI/MSI-X [ 4.913817] pm80xx 0000:02:00.0: irq 86 for MSI/MSI-X [ 4.913820] pm80xx 0000:02:00.0: irq 87 for MSI/MSI-X [ 4.913824] pm80xx 0000:02:00.0: irq 88 for MSI/MSI-X [ 4.913827] pm80xx 0000:02:00.0: irq 89 for MSI/MSI-X [ 4.913831] pm80xx 0000:02:00.0: irq 90 for MSI/MSI-X [ 4.913835] pm80xx 0000:02:00.0: irq 91 for MSI/MSI-X [ 4.913838] pm80xx 0000:02:00.0: irq 92 for MSI/MSI-X [ 4.913842] pm80xx 0000:02:00.0: irq 93 for MSI/MSI-X [ 4.913845] pm80xx 0000:02:00.0: irq 94 for MSI/MSI-X [ 4.913849] pm80xx 0000:02:00.0: irq 95 for MSI/MSI-X [ 4.913853] pm80xx 0000:02:00.0: irq 96 for MSI/MSI-X [ 4.913856] pm80xx 0000:02:00.0: irq 97 for MSI/MSI-X [ 4.913860] pm80xx 0000:02:00.0: irq 98 for MSI/MSI-X [ 4.913864] pm80xx 0000:02:00.0: irq 99 for MSI/MSI-X [ 4.913867] pm80xx 0000:02:00.0: irq 100 for MSI/MSI-X [ 4.913871] pm80xx 0000:02:00.0: irq 101 for MSI/MSI-X [ 4.913874] pm80xx 0000:02:00.0: irq 102 for MSI/MSI-X [ 4.913878] pm80xx 0000:02:00.0: irq 103 for MSI/MSI-X [ 4.913882] pm80xx 0000:02:00.0: irq 104 for MSI/MSI-X [ 4.913885] pm80xx 0000:02:00.0: irq 105 for MSI/MSI-X [ 4.913889] pm80xx 0000:02:00.0: irq 106 for MSI/MSI-X [ 4.913893] pm80xx 0000:02:00.0: irq 107 for MSI/MSI-X [ 4.913896] pm80xx 0000:02:00.0: irq 108 for MSI/MSI-X [ 4.913900] pm80xx 0000:02:00.0: irq 109 for MSI/MSI-X [ 4.913903] pm80xx 0000:02:00.0: irq 110 for MSI/MSI-X [ 4.913907] pm80xx 0000:02:00.0: irq 111 for MSI/MSI-X [ 4.913911] pm80xx 0000:02:00.0: irq 112 for MSI/MSI-X [ 4.913914] pm80xx 0000:02:00.0: irq 113 for MSI/MSI-X [ 4.913918] pm80xx 0000:02:00.0: irq 114 for MSI/MSI-X [ 4.913922] pm80xx 0000:02:00.0: irq 115 for MSI/MSI-X [ 4.913925] pm80xx 0000:02:00.0: irq 116 for MSI/MSI-X [ 4.928948] systemd-udevd[153]: renamed network interface eth0 to em1 [ 4.929069] e1000e 0000:00:19.0 eth0: registered PHC clock [ 4.929070] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:25:90:44:09:83 [ 4.929071] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection [ 4.929105] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: 0100FF-0FF [ 4.977001] systemd-udevd[150]: renamed network interface eth0 to em2 [ 5.414147] sas: phy-0:0 added to port-0:0, phy_mask:0x1 (5003048001108c3f) [ 5.414152] sas: phy1 matched wide port0 [ 5.414155] sas: phy-0:1 added to port-0:0, phy_mask:0x3 (5003048001108c3f) [ 5.414160] sas: DOING DISCOVERY on port 0, pid:196 [ 5.414575] sas: ex 5003048001108c3f phy00:S:A attached: 50000d1106da2000 (host) [ 5.414756] sas: ex 5003048001108c3f phy01:S:A attached: 50000d1106da2000 (host) [ 5.414935] sas: ex 5003048001108c3f phy02:S:A attached: 50000d1106da2000 (host) [ 5.415117] sas: ex 5003048001108c3f phy03:S:A attached: 50000d1106da2000 (host) [ 5.415364] sas: ex 5003048001108c3f phy04:U:0 attached: 0000000000000000 (no device) [ 5.415666] sas: ex 5003048001108c3f phy05:U:0 attached: 0000000000000000 (no device) [ 5.415903] sas: ex 5003048001108c3f phy06:U:0 attached: 0000000000000000 (no device) [ 5.416207] sas: ex 5003048001108c3f phy07:U:0 attached: 0000000000000000 (no device) [ 5.416445] sas: ex 5003048001108c3f phy08:U:0 attached: 0000000000000000 (no device) [ 5.416691] sas: ex 5003048001108c3f phy09:U:0 attached: 0000000000000000 (no device) [ 5.416927] sas: ex 5003048001108c3f phy10:U:0 attached: 0000000000000000 (no device) [ 5.417159] sas: ex 5003048001108c3f phy11:U:0 attached: 0000000000000000 (no device) [ 5.417392] sas: ex 5003048001108c3f phy12:U:A attached: 5003048001108c0c (stp) [ 5.417621] sas: ex 5003048001108c3f phy13:U:A attached: 5003048001108c0d (stp) [ 5.417853] sas: ex 5003048001108c3f phy14:U:A attached: 5003048001108c0e (stp) [ 5.418081] sas: ex 5003048001108c3f phy15:U:A attached: 5003048001108c0f (stp) [ 5.418312] sas: ex 5003048001108c3f phy16:U:A attached: 5003048001108c10 (stp) [ 5.418544] sas: ex 5003048001108c3f phy17:U:A attached: 5003048001108c11 (stp) [ 5.418772] sas: ex 5003048001108c3f phy18:U:0 attached: 0000000000000000 (no device) [ 5.419001] sas: ex 5003048001108c3f phy19:U:0 attached: 0000000000000000 (no device) [ 5.419231] sas: ex 5003048001108c3f phy20:U:0 attached: 0000000000000000 (no device) [ 5.419459] sas: ex 5003048001108c3f phy21:U:0 attached: 0000000000000000 (no device) [ 5.419688] sas: ex 5003048001108c3f phy22:U:0 attached: 0000000000000000 (no device) [ 5.419917] sas: ex 5003048001108c3f phy23:U:0 attached: 0000000000000000 (no device) [ 5.420147] sas: ex 5003048001108c3f phy24:U:0 attached: 0000000000000000 (no device) [ 5.420385] sas: ex 5003048001108c3f phy25:U:0 attached: 0000000000000000 (no device) [ 5.420599] sas: ex 5003048001108c3f phy26:U:0 attached: 0000000000000000 (no device) [ 5.420813] sas: ex 5003048001108c3f phy27:U:0 attached: 0000000000000000 (no device) [ 5.421043] sas: ex 5003048001108c3f phy28:U:0 attached: 0000000000000000 (no device) [ 5.421277] sas: ex 5003048001108c3f phy29:U:0 attached: 0000000000000000 (no device) [ 5.421511] sas: ex 5003048001108c3f phy30:U:0 attached: 0000000000000000 (no device) [ 5.421742] sas: ex 5003048001108c3f phy31:U:0 attached: 0000000000000000 (no device) [ 5.421971] sas: ex 5003048001108c3f phy32:U:0 attached: 0000000000000000 (no device) [ 5.422200] sas: ex 5003048001108c3f phy33:U:0 attached: 0000000000000000 (no device) [ 5.422430] sas: ex 5003048001108c3f phy34:U:0 attached: 0000000000000000 (no device) [ 5.422657] sas: ex 5003048001108c3f phy35:U:0 attached: 0000000000000000 (no device) [ 5.422883] sas: ex 5003048001108c3f phy36:D:A attached: 5003048001108c3d (host+target) [ 5.423108] sas: ex 5003048001108c3f phy37:D:0 attached: 0000000000000000 (no device) [ 5.480386] sas: DONE DISCOVERY on port 0, pid:196, result:0 [ 5.480390] sas: phy2 matched wide port0 [ 5.480395] sas: phy-0:2 added to port-0:0, phy_mask:0x7 (5003048001108c3f) [ 5.480439] sas: phy-0:4 added to port-0:1, phy_mask:0x10 (50030480010f713f) [ 5.480441] sas: phy3 matched wide port0 [ 5.480442] sas: phy-0:3 added to port-0:0, phy_mask:0xf (5003048001108c3f) [ 5.480443] sas: phy5 matched wide port1 [ 5.480445] sas: phy-0:5 added to port-0:1, phy_mask:0x30 (50030480010f713f) [ 5.480446] sas: phy7 matched wide port1 [ 5.480448] sas: phy-0:7 added to port-0:1, phy_mask:0xb0 (50030480010f713f) [ 5.480449] sas: phy6 matched wide port1 [ 5.480451] sas: phy-0:6 added to port-0:1, phy_mask:0xf0 (50030480010f713f) [ 5.480461] sas: Enter sas_scsi_recover_host busy: 0 failed: 0 [ 5.480475] sas: ata7: end_device-0:0:12: dev error handler [ 5.480492] sas: ata8: end_device-0:0:13: dev error handler [ 5.480493] sas: ata9: end_device-0:0:14: dev error handler [ 5.480498] sas: ata10: end_device-0:0:15: dev error handler [ 5.480502] sas: ata11: end_device-0:0:16: dev error handler [ 5.480632] sas: ata12: end_device-0:0:17: dev error handler [ 7.639340] ata7.00: ATA-9: WDC WD60EFRX-68MYMN0, 82.00A82, max UDMA/133 [ 7.639437] ata8.00: ATA-9: WDC WD60EFRX-68MYMN0, 82.00A82, max UDMA/133 [ 7.639438] ata8.00: 11721045168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 7.639548] ata9.00: ATA-9: WDC WD60EFRX-68MYMN0, 82.00A82, max UDMA/133 [ 7.639549] ata9.00: 11721045168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 7.639820] ata10.00: ATA-9: WDC WD60EFRX-68MYMN0, 82.00A82, max UDMA/133 [ 7.639820] ata10.00: 11721045168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 7.639963] ata8.00: configured for UDMA/133 [ 7.640069] ata9.00: configured for UDMA/133 [ 7.640350] ata10.00: configured for UDMA/133 [ 7.709554] ata7.00: 11721045168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 7.717075] ata7.00: configured for UDMA/133 [ 27.514797] pm80xx pm8001_exec_internal_task_abort 834:TMF task timeout. [ 27.514824] pm80xx pm8001_exec_internal_task_abort 834:TMF task timeout. [ 27.671580] ata11.00: ATA-9: WDC WD60EFRX-68MYMN0, 82.00A82, max UDMA/133 [ 27.678454] ata11.00: 11721045168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 27.683249] ata12.00: ATA-9: WDC WD60EFRX-68MYMN0, 82.00A82, max UDMA/133 [ 27.683250] ata12.00: 11721045168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 27.683769] ata12.00: configured for UDMA/133 [ 27.704530] ata11.00: configured for UDMA/133 [ 27.708992] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1 [ 27.722811] scsi 0:0:0:0: Direct-Access ATA WDC WD60EFRX-68M 82.0 PQ: 0 ANSI: 5 [ 27.731153] scsi 0:0:1:0: Direct-Access ATA WDC WD60EFRX-68M 82.0 PQ: 0 ANSI: 5 [ 27.739484] scsi 0:0:2:0: Direct-Access ATA WDC WD60EFRX-68M 82.0 PQ: 0 ANSI: 5 [ 27.747812] scsi 0:0:3:0: Direct-Access ATA WDC WD60EFRX-68M 82.0 PQ: 0 ANSI: 5 [ 27.756143] scsi 0:0:4:0: Direct-Access ATA WDC WD60EFRX-68M 82.0 PQ: 0 ANSI: 5 [ 27.764476] scsi 0:0:5:0: Direct-Access ATA WDC WD60EFRX-68M 82.0 PQ: 0 ANSI: 5 [ 27.773048] scsi 0:0:6:0: Enclosure LSI SAS2X36 0e12 PQ: 0 ANSI: 5 [ 27.782523] sas: DOING DISCOVERY on port 1, pid:196 [ 27.783139] sas: ex 50030480010f713f phy00:S:A attached: 50000d1106da2000 (host) [ 27.783386] sas: ex 50030480010f713f phy01:S:A attached: 50000d1106da2000 (host) [ 27.783702] sas: ex 50030480010f713f phy02:S:A attached: 50000d1106da2000 (host) [ 27.783957] sas: ex 50030480010f713f phy03:S:A attached: 50000d1106da2000 (host) [ 27.784270] sas: ex 50030480010f713f phy04:U:0 attached: 0000000000000000 (no device) [ 27.784522] sas: ex 50030480010f713f phy05:U:0 attached: 0000000000000000 (no device) [ 27.784836] sas: ex 50030480010f713f phy06:U:0 attached: 0000000000000000 (no device) [ 27.785096] sas: ex 50030480010f713f phy07:U:0 attached: 0000000000000000 (no device) [ 27.785382] sas: ex 50030480010f713f phy08:D:1 attached: 0000000000000000 (no device) [ 27.785630] sas: ex 50030480010f713f phy09:D:1 attached: 0000000000000000 (no device) [ 27.785870] sas: ex 50030480010f713f phy10:D:1 attached: 0000000000000000 (no device) [ 27.786107] sas: ex 50030480010f713f phy11:D:1 attached: 0000000000000000 (no device) [ 27.786345] sas: ex 50030480010f713f phy12:U:A attached: 50030480010f712c (stp) [ 27.786588] sas: ex 50030480010f713f phy13:U:A attached: 50030480010f712d (stp) [ 27.786826] sas: ex 50030480010f713f phy14:U:A attached: 50030480010f712e (stp) [ 27.787064] sas: ex 50030480010f713f phy15:U:A attached: 50030480010f712f (stp) [ 27.787305] sas: ex 50030480010f713f phy16:U:A attached: 50030480010f7130 (stp) [ 27.787544] sas: ex 50030480010f713f phy17:U:0 attached: 0000000000000000 (no device) [ 27.787781] sas: ex 50030480010f713f phy18:U:0 attached: 0000000000000000 (no device) [ 27.788018] sas: ex 50030480010f713f phy19:U:0 attached: 0000000000000000 (no device) [ 27.788254] sas: ex 50030480010f713f phy20:U:0 attached: 0000000000000000 (no device) [ 27.788492] sas: ex 50030480010f713f phy21:U:0 attached: 0000000000000000 (no device) [ 27.788731] sas: ex 50030480010f713f phy22:U:0 attached: 0000000000000000 (no device) [ 27.788970] sas: ex 50030480010f713f phy23:U:0 attached: 0000000000000000 (no device) [ 27.789206] sas: ex 50030480010f713f phy24:D:1 attached: 0000000000000000 (no device) [ 27.789444] sas: ex 50030480010f713f phy25:D:1 attached: 0000000000000000 (no device) [ 27.789682] sas: ex 50030480010f713f phy26:D:1 attached: 0000000000000000 (no device) [ 27.789920] sas: ex 50030480010f713f phy27:D:1 attached: 0000000000000000 (no device) [ 27.790155] sas: ex 50030480010f713f phy28:D:A attached: 50030480010f713d (host+target) [ 27.790391] sas: ex 50030480010f713f phy29:D:0 attached: 0000000000000000 (no device) [ 27.846476] sas: DONE DISCOVERY on port 1, pid:196, result:0 [ 27.846480] sas: broadcast received: 9 [ 27.846483] sas: broadcast received: 9 [ 27.846484] sas: broadcast received: 9 [ 27.846484] sas: broadcast received: 9 [ 27.846508] sas: Enter sas_scsi_recover_host busy: 0 failed: 0 [ 27.846551] sas: ata7: end_device-0:0:12: dev error handler [ 27.846575] sas: ata8: end_device-0:0:13: dev error handler [ 27.846581] sas: ata9: end_device-0:0:14: dev error handler [ 27.846582] sas: ata10: end_device-0:0:15: dev error handler [ 27.846588] sas: ata11: end_device-0:0:16: dev error handler [ 27.846589] sas: ata12: end_device-0:0:17: dev error handler [ 27.846595] sas: ata14: end_device-0:1:13: dev error handler [ 27.846596] sas: ata13: end_device-0:1:12: dev error handler [ 27.846597] sas: ata15: end_device-0:1:14: dev error handler [ 27.846613] sas: ata16: end_device-0:1:15: dev error handler [ 27.846615] sas: ata17: end_device-0:1:16: dev error handler [ 30.005465] ata14.00: ATA-9: WDC WD60EFRX-68MYMN0, 82.00A82, max UDMA/133 [ 30.005664] ata15.00: ATA-9: WDC WD60EFRX-68MYMN0, 82.00A82, max UDMA/133 [ 30.005666] ata15.00: 11721045168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 30.005754] ata13.00: ATA-9: WDC WD60EFRX-68MYMN0, 82.00A82, max UDMA/133 [ 30.005755] ata13.00: 11721045168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 30.005940] ata17.00: ATA-9: WDC WD60EFRX-68MYMN0, 82.00A82, max UDMA/133 [ 30.005941] ata17.00: 11721045168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 30.006136] ata16.00: ATA-9: WDC WD60EFRX-68MYMN0, 82.00A82, max UDMA/133 [ 30.006136] ata16.00: 11721045168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 30.006190] ata15.00: configured for UDMA/133 [ 30.006467] ata13.00: configured for UDMA/133 [ 30.006488] ata17.00: configured for UDMA/133 [ 30.006852] ata16.00: configured for UDMA/133 [ 30.085554] ata14.00: 11721045168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 30.093334] ata14.00: configured for UDMA/133 [ 30.097796] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1 [ 30.100444] scsi 0:0:7:0: Direct-Access ATA WDC WD60EFRX-68M 82.0 PQ: 0 ANSI: 5 [ 30.108801] scsi 0:0:8:0: Direct-Access ATA WDC WD60EFRX-68M 82.0 PQ: 0 ANSI: 5 [ 30.117153] scsi 0:0:9:0: Direct-Access ATA WDC WD60EFRX-68M 82.0 PQ: 0 ANSI: 5 [ 30.125503] scsi 0:0:10:0: Direct-Access ATA WDC WD60EFRX-68M 82.0 PQ: 0 ANSI: 5 [ 30.133936] scsi 0:0:11:0: Direct-Access ATA WDC WD60EFRX-68M 82.0 PQ: 0 ANSI: 5 [ 30.142691] scsi 0:0:12:0: Enclosure LSI SAS2X28 0e12 PQ: 0 ANSI: 5 [ 30.152243] sas: REVALIDATING DOMAIN on port 0, pid:196 [ 30.155348] sas: Expander phy change count has changed [ 30.158072] sas: ex 5003048001108c3f phy12 originated BROADCAST(CHANGE) [ 30.158498] sas: ex 5003048001108c3f phy 0xc broadcast flutter [ 30.158717] sas: ex 5003048001108c3f phy13 originated BROADCAST(CHANGE) [ 30.159142] sas: ex 5003048001108c3f phy 0xd broadcast flutter [ 30.159362] sas: ex 5003048001108c3f phy14 originated BROADCAST(CHANGE) [ 30.159787] sas: ex 5003048001108c3f phy 0xe broadcast flutter [ 30.159999] sas: ex 5003048001108c3f phy15 originated BROADCAST(CHANGE) [ 30.160393] sas: ex 5003048001108c3f phy 0xf broadcast flutter [ 30.160606] sas: ex 5003048001108c3f phy16 originated BROADCAST(CHANGE) [ 30.161031] sas: ex 5003048001108c3f phy 0x10 broadcast flutter [ 30.161243] sas: ex 5003048001108c3f phy17 originated BROADCAST(CHANGE) [ 30.161667] sas: ex 5003048001108c3f phy 0x11 broadcast flutter [ 30.165656] sas: done REVALIDATING DOMAIN on port 0, pid:196, res 0x0 [ 30.165677] sas: REVALIDATING DOMAIN on port 0, pid:196 [ 30.165721] sas: done REVALIDATING DOMAIN on port 0, pid:196, res 0x0 [ 30.165723] sas: broadcast received: 9 [ 30.165725] sas: broadcast received: 9 [ 30.165726] sas: broadcast received: 9 [ 30.165727] sas: broadcast received: 9 [ 30.165728] sas: REVALIDATING DOMAIN on port 1, pid:196 [ 30.165788] sd 0:0:0:0: [sdb] 11721045168 512-byte logical blocks: (6.00 TB/5.45 TiB) [ 30.165792] sd 0:0:0:0: Attached scsi generic sg1 type 0 [ 30.165876] sd 0:0:1:0: Attached scsi generic sg2 type 0 [ 30.165890] sd 0:0:1:0: [sdc] 11721045168 512-byte logical blocks: (6.00 TB/5.45 TiB) [ 30.165891] sd 0:0:1:0: [sdc] 4096-byte physical blocks [ 30.165942] sd 0:0:1:0: [sdc] Write Protect is off [ 30.165943] sd 0:0:1:0: [sdc] Mode Sense: 00 3a 00 00 [ 30.165958] sd 0:0:2:0: [sdd] 11721045168 512-byte logical blocks: (6.00 TB/5.45 TiB) [ 30.165960] sd 0:0:2:0: [sdd] 4096-byte physical blocks [ 30.165961] sd 0:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 30.165965] sd 0:0:2:0: Attached scsi generic sg3 type 0 [ 30.165992] sd 0:0:2:0: [sdd] Write Protect is off [ 30.165994] sd 0:0:2:0: [sdd] Mode Sense: 00 3a 00 00 [ 30.166013] sd 0:0:2:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 30.166052] sd 0:0:3:0: [sde] 11721045168 512-byte logical blocks: (6.00 TB/5.45 TiB) [ 30.166053] sd 0:0:3:0: [sde] 4096-byte physical blocks [ 30.166067] sd 0:0:3:0: Attached scsi generic sg4 type 0 [ 30.166093] sd 0:0:3:0: [sde] Write Protect is off [ 30.166094] sd 0:0:3:0: [sde] Mode Sense: 00 3a 00 00 [ 30.166109] sd 0:0:3:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 30.166147] sd 0:0:4:0: [sdf] 11721045168 512-byte logical blocks: (6.00 TB/5.45 TiB) [ 30.166148] sd 0:0:4:0: [sdf] 4096-byte physical blocks [ 30.166165] sd 0:0:4:0: Attached scsi generic sg5 type 0 [ 30.166169] sd 0:0:4:0: [sdf] Write Protect is off [ 30.166170] sd 0:0:4:0: [sdf] Mode Sense: 00 3a 00 00 [ 30.166180] sd 0:0:4:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 30.166309] sd 0:0:5:0: Attached scsi generic sg6 type 0 [ 30.166319] sd 0:0:5:0: [sdg] 11721045168 512-byte logical blocks: (6.00 TB/5.45 TiB) [ 30.166320] sd 0:0:5:0: [sdg] 4096-byte physical blocks [ 30.166334] sd 0:0:5:0: [sdg] Write Protect is off [ 30.166334] sd 0:0:5:0: [sdg] Mode Sense: 00 3a 00 00 [ 30.166340] sd 0:0:5:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 30.166415] scsi 0:0:6:0: Attached scsi generic sg7 type 13 [ 30.166520] sd 0:0:7:0: Attached scsi generic sg8 type 0 [ 30.166527] sd 0:0:7:0: [sdh] 11721045168 512-byte logical blocks: (6.00 TB/5.45 TiB) [ 30.166528] sd 0:0:7:0: [sdh] 4096-byte physical blocks [ 30.166556] sd 0:0:7:0: [sdh] Write Protect is off [ 30.166557] sd 0:0:7:0: [sdh] Mode Sense: 00 3a 00 00 [ 30.166567] sd 0:0:7:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 30.166597] sd 0:0:8:0: [sdi] 11721045168 512-byte logical blocks: (6.00 TB/5.45 TiB) [ 30.166598] sd 0:0:8:0: [sdi] 4096-byte physical blocks [ 30.166612] sd 0:0:8:0: [sdi] Write Protect is off [ 30.166613] sd 0:0:8:0: [sdi] Mode Sense: 00 3a 00 00 [ 30.166618] sd 0:0:8:0: [sdi] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 30.166625] sd 0:0:8:0: Attached scsi generic sg9 type 0 [ 30.166720] sd 0:0:9:0: [sdj] 11721045168 512-byte logical blocks: (6.00 TB/5.45 TiB) [ 30.166721] sd 0:0:9:0: [sdj] 4096-byte physical blocks [ 30.166734] sd 0:0:9:0: [sdj] Write Protect is off [ 30.166734] sd 0:0:9:0: [sdj] Mode Sense: 00 3a 00 00 [ 30.166740] sd 0:0:9:0: [sdj] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 30.166746] sd 0:0:9:0: Attached scsi generic sg10 type 0 [ 30.166840] sd 0:0:10:0: [sdk] 11721045168 512-byte logical blocks: (6.00 TB/5.45 TiB) [ 30.166841] sd 0:0:10:0: [sdk] 4096-byte physical blocks [ 30.166854] sd 0:0:10:0: [sdk] Write Protect is off [ 30.166855] sd 0:0:10:0: [sdk] Mode Sense: 00 3a 00 00 [ 30.166859] sd 0:0:10:0: Attached scsi generic sg11 type 0 [ 30.166860] sd 0:0:10:0: [sdk] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 30.166953] sd 0:0:11:0: [sdl] 11721045168 512-byte logical blocks: (6.00 TB/5.45 TiB) [ 30.166954] sd 0:0:11:0: [sdl] 4096-byte physical blocks [ 30.166971] sd 0:0:11:0: Attached scsi generic sg12 type 0 [ 30.166975] sd 0:0:11:0: [sdl] Write Protect is off [ 30.166977] sd 0:0:11:0: [sdl] Mode Sense: 00 3a 00 00 [ 30.166985] sd 0:0:11:0: [sdl] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 30.167085] scsi 0:0:12:0: Attached scsi generic sg13 type 13 [ 30.168007] sas: Expander phy change count has changed [ 30.170193] sas: ex 50030480010f713f phy12 originated BROADCAST(CHANGE) [ 30.170535] sas: ex 50030480010f713f phy 0xc broadcast flutter [ 30.170704] sas: ex 50030480010f713f phy13 originated BROADCAST(CHANGE) [ 30.171043] sas: ex 50030480010f713f phy 0xd broadcast flutter [ 30.171211] sas: ex 50030480010f713f phy14 originated BROADCAST(CHANGE) [ 30.171549] sas: ex 50030480010f713f phy 0xe broadcast flutter [ 30.171717] sas: ex 50030480010f713f phy15 originated BROADCAST(CHANGE) [ 30.172055] sas: ex 50030480010f713f phy 0xf broadcast flutter [ 30.172224] sas: ex 50030480010f713f phy16 originated BROADCAST(CHANGE) [ 30.172562] sas: ex 50030480010f713f phy 0x10 broadcast flutter [ 30.174785] sas: done REVALIDATING DOMAIN on port 1, pid:196, res 0x0 [ 30.517279] sd 0:0:0:0: [sdb] 4096-byte physical blocks [ 30.522591] sd 0:0:0:0: [sdb] Write Protect is off [ 30.527452] sd 0:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 30.527458] sd 0:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 30.899582] random: nonblocking pool is initialized [ 30.932613] sdj: sdj1 [ 30.935171] sd 0:0:9:0: [sdj] Attached SCSI disk [ 30.938259] sdd: sdd1 [ 30.938606] sd 0:0:2:0: [sdd] Attached SCSI disk [ 30.944896] sdh: sdh1 [ 30.945162] sd 0:0:7:0: [sdh] Attached SCSI disk [ 30.960954] sdf: sdf1 [ 30.961969] sdc: sdc1 [ 30.962317] sd 0:0:1:0: [sdc] Attached SCSI disk [ 30.966518] sdk: sdk1 [ 30.966573] sde: sde1 [ 30.966739] sd 0:0:10:0: [sdk] Attached SCSI disk [ 30.966767] sd 0:0:3:0: [sde] Attached SCSI disk [ 30.969636] sdg: sdg1 [ 30.969813] sd 0:0:5:0: [sdg] Attached SCSI disk [ 30.975786] sdi: sdi1 [ 30.975897] sd 0:0:8:0: [sdi] Attached SCSI disk [ 30.987891] sdl: sdl1 [ 30.988178] sd 0:0:11:0: [sdl] Attached SCSI disk [ 31.006364] sd 0:0:4:0: [sdf] Attached SCSI disk [ 31.333034] sdb: sdb1 [ 31.335677] sd 0:0:0:0: [sdb] Attached SCSI disk [ 31.403662] ses 0:0:6:0: Attached Enclosure device [ 31.408541] ses 0:0:12:0: Attached Enclosure device [ 31.436012] md: bind<sdg1> [ 31.439935] md: bind<sdd1> [ 31.443739] md: bind<sdi1> [ 31.447863] md: bind<sdh1> [ 31.452255] md: bind<sdc1> [ 31.456800] md: bind<sde1> [ 31.461230] md: bind<sdf1> [ 31.466009] md: bind<sdb1> [ 31.470873] md: bind<sdk1> [ 31.475718] md: bind<sdl1> [ 31.480867] md: bind<sdj1> [ 31.486034] md/raid:md127: device sdj1 operational as raid disk 8 [ 31.492205] md/raid:md127: device sdk1 operational as raid disk 9 [ 31.498365] md/raid:md127: device sdb1 operational as raid disk 0 [ 31.504520] md/raid:md127: device sdf1 operational as raid disk 4 [ 31.510676] md/raid:md127: device sde1 operational as raid disk 3 [ 31.516834] md/raid:md127: device sdc1 operational as raid disk 1 [ 31.522991] md/raid:md127: device sdh1 operational as raid disk 6 [ 31.529151] md/raid:md127: device sdi1 operational as raid disk 7 [ 31.535310] md/raid:md127: device sdd1 operational as raid disk 2 [ 31.541465] md/raid:md127: device sdg1 operational as raid disk 5 [ 31.547990] md/raid:md127: allocated 0kB [ 31.552036] md/raid:md127: raid level 6 active with 10 out of 10 devices, algorithm 2 [ 31.568972] RAID conf printout: [ 31.568973] --- level:6 rd:10 wd:10 [ 31.568974] disk 0, o:1, dev:sdb1 [ 31.568975] disk 1, o:1, dev:sdc1 [ 31.568975] disk 2, o:1, dev:sdd1 [ 31.568976] disk 3, o:1, dev:sde1 [ 31.568976] disk 4, o:1, dev:sdf1 [ 31.568977] disk 5, o:1, dev:sdg1 [ 31.568977] disk 6, o:1, dev:sdh1 [ 31.568978] disk 7, o:1, dev:sdi1 [ 31.568978] disk 8, o:1, dev:sdj1 [ 31.568979] disk 9, o:1, dev:sdk1 [ 31.568991] md127: detected capacity change from 0 to 47998917148672 [ 31.605268] md127: unknown partition table [ 31.783548] bio: create slab <bio-1> at 1 [ 32.154351] init: plymouth-upstart-bridge main process (298) terminated with status 1 [ 32.162329] init: plymouth-upstart-bridge main process ended, respawning [ 32.172180] init: plymouth-upstart-bridge main process (308) terminated with status 1 [ 32.180113] init: plymouth-upstart-bridge main process ended, respawning [ 32.189575] init: plymouth-upstart-bridge main process (316) terminated with status 1 [ 32.197517] init: plymouth-upstart-bridge main process ended, respawning [ 32.205839] init: plymouth-upstart-bridge main process (321) terminated with status 1 [ 32.213809] init: plymouth-upstart-bridge main process ended, respawning [ 32.304552] Adding 16733180k swap on /dev/sda5. Priority:-1 extents:1 across:16733180k SSFS [ 32.321301] IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready [ 32.321305] IPv6: ADDRCONF(NETDEV_UP): em2: link is not ready [ 32.338681] systemd-udevd[428]: starting version 204 [ 32.357558] lp: driver loaded but no devices found [ 32.368153] IPMI System Interface driver. [ 32.368171] ipmi_si: probing via ACPI [ 32.368186] ipmi_si 00:0c: [io 0x0ca2] regsize 1 spacing 1 irq 0 [ 32.368187] ipmi_si: Adding ACPI-specified kcs state machine [ 32.368195] ipmi_si: probing via SMBIOS [ 32.368196] ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0 [ 32.368196] ipmi_si: Adding SMBIOS-specified kcs state machine duplicate interface [ 32.368197] ipmi_si: probing via SPMI [ 32.368198] ipmi_si: SPMI: io 0xca2 regsize 1 spacing 1 irq 0 [ 32.368199] ipmi_si: Adding SPMI-specified kcs state machine duplicate interface [ 32.368200] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0 [ 32.415453] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 32.418138] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251) [ 32.418142] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 32.418145] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPRL 1 (20131115/utaddress-251) [ 32.418147] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPR_ 2 (20131115/utaddress-251) [ 32.418149] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 32.418150] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPRL 1 (20131115/utaddress-251) [ 32.418151] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPR_ 2 (20131115/utaddress-251) [ 32.418153] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 32.418154] lpc_ich: Resource conflict(s) found affecting gpio_ich [ 32.420762] cfg80211: Calling CRDA to update world regulatory domain [ 32.478236] ipmi_si 00:0c: Found new BMC (man_id: 0x002a7c, prod_id: 0x0801, dev_id: 0x20) [ 32.478239] ipmi_si 00:0c: IPMI kcs interface initialized [ 32.597956] usb 3-1: reset high-speed USB device number 2 using xhci_hcd [ 32.624825] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff880408f7f840 [ 32.624827] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff880408f7f800 [ 32.624828] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff880408f7f880 [ 32.624829] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff880408f7f8c0 [ 32.624830] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff880408f7f900 [ 32.624831] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff880408f7f940 [ 32.624832] xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called with disabled ep ffff880408f7f980 [ 32.625132] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected [ 32.634683] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5370 detected [ 32.643264] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht' [ 32.643458] usbcore: registered new interface driver rt2800usb [ 32.884598] sd 0:0:5:0: [sdg] command ffff880404ebd700 timed out [ 32.884681] sas: Enter sas_scsi_recover_host busy: 1 failed: 1 [ 32.884684] sas: ata12: end_device-0:0:17: cmd error handler [ 32.884695] sas: ata7: end_device-0:0:12: dev error handler [ 32.884704] sas: ata8: end_device-0:0:13: dev error handler [ 32.884708] sas: ata9: end_device-0:0:14: dev error handler [ 32.884712] sas: ata10: end_device-0:0:15: dev error handler [ 32.884717] sas: ata11: end_device-0:0:16: dev error handler [ 32.884720] sas: ata12: end_device-0:0:17: dev error handler [ 32.884728] sas: ata13: end_device-0:1:12: dev error handler [ 32.884731] sas: ata14: end_device-0:1:13: dev error handler [ 32.884735] sas: ata15: end_device-0:1:14: dev error handler [ 32.884738] sas: ata16: end_device-0:1:15: dev error handler [ 32.884741] sas: ata17: end_device-0:1:16: dev error handler [ 32.884747] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1 [ 32.884896] sd 0:0:11:0: [sdl] command ffff8800d954ec00 timed out [ 32.885205] sas: Enter sas_scsi_recover_host busy: 1 failed: 1 [ 32.885207] sas: ata17: end_device-0:1:16: cmd error handler [ 32.885215] sas: ata7: end_device-0:0:12: dev error handler [ 32.885221] sas: ata8: end_device-0:0:13: dev error handler [ 32.885225] sas: ata9: end_device-0:0:14: dev error handler [ 32.885228] sas: ata10: end_device-0:0:15: dev error handler [ 32.885231] sas: ata11: end_device-0:0:16: dev error handler [ 32.885234] sas: ata12: end_device-0:0:17: dev error handler [ 32.885238] sas: ata13: end_device-0:1:12: dev error handler [ 32.885241] sas: ata14: end_device-0:1:13: dev error handler [ 32.885244] sas: ata15: end_device-0:1:14: dev error handler [ 32.885247] sas: ata16: end_device-0:1:15: dev error handler [ 32.885250] sas: ata17: end_device-0:1:16: dev error handler [ 32.885259] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1 [ 32.885515] sd 0:0:7:0: [sdh] command ffff8800d954eb00 timed out [ 32.885742] sas: Enter sas_scsi_recover_host busy: 1 failed: 1 [ 32.885744] sas: ata13: end_device-0:1:12: cmd error handler [ 32.885751] sas: ata7: end_device-0:0:12: dev error handler [ 32.885756] sas: ata8: end_device-0:0:13: dev error handler [ 32.885759] sas: ata9: end_device-0:0:14: dev error handler [ 32.885761] sas: ata10: end_device-0:0:15: dev error handler [ 32.885764] sas: ata11: end_device-0:0:16: dev error handler [ 32.885767] sas: ata12: end_device-0:0:17: dev error handler [ 32.885769] sas: ata13: end_device-0:1:12: dev error handler [ 32.885775] sas: ata14: end_device-0:1:13: dev error handler [ 32.885778] sas: ata15: end_device-0:1:14: dev error handler [ 32.885780] sas: ata16: end_device-0:1:15: dev error handler [ 32.885783] sas: ata17: end_device-0:1:16: dev error handler [ 32.885787] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1 [ 32.885946] sd 0:0:1:0: [sdc] command ffff880404e68f00 timed out [ 32.885984] sas: Enter sas_scsi_recover_host busy: 1 failed: 1 [ 32.885986] sas: ata8: end_device-0:0:13: cmd error handler [ 32.885993] sas: ata7: end_device-0:0:12: dev error handler [ 32.885998] sas: ata8: end_device-0:0:13: dev error handler [ 32.886005] sas: ata9: end_device-0:0:14: dev error handler [ 32.886007] sas: ata10: end_device-0:0:15: dev error handler [ 32.886009] sas: ata11: end_device-0:0:16: dev error handler [ 32.886010] sas: ata12: end_device-0:0:17: dev error handler [ 32.886012] sas: ata13: end_device-0:1:12: dev error handler [ 32.886013] sas: ata14: end_device-0:1:13: dev error handler [ 32.886014] sas: ata15: end_device-0:1:14: dev error handler [ 32.886017] sas: ata16: end_device-0:1:15: dev error handler [ 32.886019] sas: ata17: end_device-0:1:16: dev error handler [ 32.886023] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1 [ 32.886335] sd 0:0:2:0: [sdd] command ffff8804068d0600 timed out [ 32.886485] sas: Enter sas_scsi_recover_host busy: 1 failed: 1 [ 32.886487] sas: ata9: end_device-0:0:14: cmd error handler [ 32.886495] sas: ata7: end_device-0:0:12: dev error handler [ 32.886498] sas: ata8: end_device-0:0:13: dev error handler [ 32.886501] sas: ata9: end_device-0:0:14: dev error handler [ 32.886502] sas: ata10: end_device-0:0:15: dev error handler [ 32.886505] sas: ata11: end_device-0:0:16: dev error handler [ 32.886508] sas: ata12: end_device-0:0:17: dev error handler [ 32.886509] sas: ata13: end_device-0:1:12: dev error handler [ 32.886512] sas: ata14: end_device-0:1:13: dev error handler [ 32.886512] sas: ata15: end_device-0:1:14: dev error handler [ 32.886515] sas: ata16: end_device-0:1:15: dev error handler [ 32.886516] sas: ata17: end_device-0:1:16: dev error handler [ 32.886520] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1 [ 32.886883] sd 0:0:3:0: [sde] command ffff880404107500 timed out [ 32.887002] sas: Enter sas_scsi_recover_host busy: 1 failed: 1 [ 32.887004] sas: ata10: end_device-0:0:15: cmd error handler [ 32.887012] sas: ata7: end_device-0:0:12: dev error handler [ 32.887019] sas: ata8: end_device-0:0:13: dev error handler [ 32.887023] sas: ata9: end_device-0:0:14: dev error handler [ 32.887026] sas: ata10: end_device-0:0:15: dev error handler [ 32.887032] sas: ata11: end_device-0:0:16: dev error handler [ 32.887035] sas: ata12: end_device-0:0:17: dev error handler [ 32.887038] sas: ata13: end_device-0:1:12: dev error handler [ 32.887040] sas: ata14: end_device-0:1:13: dev error handler [ 32.887043] sas: ata15: end_device-0:1:14: dev error handler [ 32.887045] sas: ata16: end_device-0:1:15: dev error handler [ 32.887047] sas: ata17: end_device-0:1:16: dev error handler [ 32.887072] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1 [ 32.888071] type=1400 audit(1409953734.556:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=630 comm="apparmor_parser" [ 32.888076] type=1400 audit(1409953734.556:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=630 comm="apparmor_parser" [ 32.888079] type=1400 audit(1409953734.556:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=630 comm="apparmor_parser" [ 32.888201] type=1400 audit(1409953734.556:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=632 comm="apparmor_parser" [ 32.888207] type=1400 audit(1409953734.556:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=632 comm="apparmor_parser" [ 32.888211] type=1400 audit(1409953734.556:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=632 comm="apparmor_parser" [ 32.888423] type=1400 audit(1409953734.556:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=630 comm="apparmor_parser" [ 32.888428] type=1400 audit(1409953734.556:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=630 comm="apparmor_parser" [ 32.888565] type=1400 audit(1409953734.556:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=632 comm="apparmor_parser" [ 32.888570] type=1400 audit(1409953734.556:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=632 comm="apparmor_parser" [ 32.890963] cfg80211: World regulatory domain updated: [ 32.890965] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 32.890967] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 32.890968] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 32.890969] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 32.890970] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 32.890971] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 32.893664] [drm] Initialized drm 1.1.0 20060810 [ 32.894582] sd 0:0:0:0: [sdb] command ffff880409385200 timed out [ 32.894591] sas: Enter sas_scsi_recover_host busy: 1 failed: 1 [ 32.894594] sas: ata7: end_device-0:0:12: cmd error handler [ 32.894600] sas: ata7: end_device-0:0:12: dev error handler [ 32.894612] sas: ata8: end_device-0:0:13: dev error handler [ 32.894616] sas: ata9: end_device-0:0:14: dev error handler [ 32.894620] sas: ata10: end_device-0:0:15: dev error handler [ 32.894624] sas: ata11: end_device-0:0:16: dev error handler [ 32.894627] sas: ata12: end_device-0:0:17: dev error handler [ 32.894631] sas: ata13: end_device-0:1:12: dev error handler [ 32.894635] sas: ata14: end_device-0:1:13: dev error handler [ 32.894638] sas: ata15: end_device-0:1:14: dev error handler [ 32.894642] sas: ata16: end_device-0:1:15: dev error handler [ 32.894645] sas: ata17: end_device-0:1:16: dev error handler [ 32.894651] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1 [ 32.900183] sd 0:0:9:0: [sdj] command ffff8804078c8400 timed out [ 32.900192] sas: Enter sas_scsi_recover_host busy: 1 failed: 1 [ 32.900194] sas: ata15: end_device-0:1:14: cmd error handler [ 32.900372] sas: ata7: end_device-0:0:12: dev error handler [ 32.900375] sas: ata8: end_device-0:0:13: dev error handler [ 32.900380] sas: ata9: end_device-0:0:14: dev error handler [ 32.900381] sas: ata10: end_device-0:0:15: dev error handler [ 32.900383] sas: ata11: end_device-0:0:16: dev error handler [ 32.900384] sas: ata12: end_device-0:0:17: dev error handler [ 32.900386] sas: ata13: end_device-0:1:12: dev error handler [ 32.900388] sas: ata14: end_device-0:1:13: dev error handler [ 32.900389] sas: ata15: end_device-0:1:14: dev error handler [ 32.900392] sas: ata16: end_device-0:1:15: dev error handler [ 32.900395] sas: ata17: end_device-0:1:16: dev error handler [ 32.900400] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1 [ 32.900577] sd 0:0:8:0: [sdi] command ffff8800d9547000 timed out [ 32.900706] sd 0:0:4:0: [sdf] command ffff8800364d6b00 timed out [ 32.900869] sas: Enter sas_scsi_recover_host busy: 2 failed: 2 [ 32.900871] sas: ata14: end_device-0:1:13: cmd error handler [ 32.900872] sas: ata11: end_device-0:0:16: cmd error handler [ 32.900879] sas: ata7: end_device-0:0:12: dev error handler [ 32.900884] sas: ata8: end_device-0:0:13: dev error handler [ 32.900887] sas: ata9: end_device-0:0:14: dev error handler [ 32.900890] sas: ata10: end_device-0:0:15: dev error handler [ 32.900895] sas: ata11: end_device-0:0:16: dev error handler [ 32.900898] sas: ata12: end_device-0:0:17: dev error handler [ 32.900903] sas: ata13: end_device-0:1:12: dev error handler [ 32.900904] sas: ata14: end_device-0:1:13: dev error handler [ 32.900905] sas: ata15: end_device-0:1:14: dev error handler [ 32.900908] sas: ata16: end_device-0:1:15: dev error handler [ 32.900909] sas: ata17: end_device-0:1:16: dev error handler [ 32.900915] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1 [ 32.901207] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro [ 32.903842] sd 0:0:10:0: [sdk] command ffff880404efc500 timed out [ 32.903850] sas: Enter sas_scsi_recover_host busy: 1 failed: 1 [ 32.903852] sas: ata16: end_device-0:1:15: cmd error handler [ 32.903861] sas: ata7: end_device-0:0:12: dev error handler [ 32.903870] sas: ata8: end_device-0:0:13: dev error handler [ 32.903874] sas: ata9: end_device-0:0:14: dev error handler [ 32.903878] sas: ata10: end_device-0:0:15: dev error handler [ 32.903881] sas: ata11: end_device-0:0:16: dev error handler [ 32.903885] sas: ata12: end_device-0:0:17: dev error handler [ 32.903889] sas: ata13: end_device-0:1:12: dev error handler [ 32.903892] sas: ata14: end_device-0:1:13: dev error handler [ 32.903895] sas: ata15: end_device-0:1:14: dev error handler [ 32.903899] sas: ata16: end_device-0:1:15: dev error handler [ 32.903906] sas: ata17: end_device-0:1:16: dev error handler [ 32.903912] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1 [ 32.936768] init: udev-fallback-graphics main process (742) terminated with status 1 [ 33.014661] e1000e 0000:00:19.0: irq 47 for MSI/MSI-X [ 33.117298] e1000e 0000:00:19.0: irq 47 for MSI/MSI-X [ 33.117409] IPv6: ADDRCONF(NETDEV_UP): em2: link is not ready [ 33.134955] init: Failed to obtain startpar-bridge instance: Unknown parameter: INSTANCE [ 33.590145] RAID conf printout: [ 33.590149] --- level:6 rd:10 wd:10 [ 33.590151] disk 0, o:1, dev:sdb1 [ 33.590152] disk 1, o:1, dev:sdc1 [ 33.590152] disk 2, o:1, dev:sdd1 [ 33.590153] disk 3, o:1, dev:sde1 [ 33.590154] disk 4, o:1, dev:sdf1 [ 33.590155] disk 5, o:1, dev:sdg1 [ 33.590155] disk 6, o:1, dev:sdh1 [ 33.590156] disk 7, o:1, dev:sdi1 [ 33.590157] disk 8, o:1, dev:sdj1 [ 33.590158] disk 9, o:1, dev:sdk1 [ 33.725096] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: errors=continue [ 33.740684] FS-Cache: Loaded [ 33.744773] RPC: Registered named UNIX socket transport module. [ 33.744775] RPC: Registered udp transport module. [ 33.744775] RPC: Registered tcp transport module. [ 33.744776] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 33.751333] FS-Cache: Netfs 'nfs' registered for caching [ 33.757318] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx). [ 33.768107] init: failsafe main process (1041) killed by TERM signal [ 34.050996] ipmi device interface [ 34.186362] init: plymouth-upstart-bridge main process ended, respawning [ 36.783537] e1000e: em2 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx [ 36.783567] IPv6: ADDRCONF(NETDEV_CHANGE): em2: link becomes ready [ 130.814661] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 130.814661] [ 130.814664] pm80xx pm80xx_chip_sata_req 4112:PIO [ 130.814666] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 130.814667] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=303 CI=302 [ 130.815159] pm80xx pm8001_mpi_msg_consume 1450:: CI=318 PI=319 msgHeader=8100200d [ 130.815161] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 130.815162] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 130.815164] pm80xx pm8001_mpi_msg_free_set 1407: CI=319 PI=319 [ 130.815178] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 130.815178] [ 130.815179] pm80xx pm80xx_chip_sata_req 4105:no data [ 130.815180] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xe5 inb 0 [ 130.815181] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=304 CI=303 [ 130.815273] pm80xx pm8001_mpi_msg_consume 1450:: CI=319 PI=320 msgHeader=8100200d [ 130.815274] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 130.815275] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 130.815276] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 130.815287] pm80xx mpi_sata_completion 2090:other len = 20 [ 130.815288] pm80xx pm8001_mpi_msg_free_set 1407: CI=320 PI=320 [ 130.815298] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 130.815298] [ 130.815298] pm80xx pm80xx_chip_sata_req 4112:PIO [ 130.815299] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 130.815300] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=305 CI=304 [ 130.815741] pm80xx pm8001_mpi_msg_consume 1450:: CI=320 PI=321 msgHeader=8100200d [ 130.815742] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 130.815743] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 130.815755] pm80xx pm8001_mpi_msg_free_set 1407: CI=321 PI=321 [ 130.820126] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 130.820126] [ 130.820127] pm80xx pm80xx_chip_sata_req 4112:PIO [ 130.820128] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 130.820129] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=306 CI=305 [ 130.823365] pm80xx pm8001_mpi_msg_consume 1450:: CI=321 PI=322 msgHeader=8100200d [ 130.823369] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 130.823371] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 130.823381] pm80xx pm8001_mpi_msg_free_set 1407: CI=322 PI=322 [ 130.823442] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 130.823442] [ 130.823445] pm80xx pm80xx_chip_sata_req 4112:PIO [ 130.823447] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 130.823449] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=307 CI=306 [ 130.826791] pm80xx pm8001_mpi_msg_consume 1450:: CI=322 PI=323 msgHeader=8100200d [ 130.826794] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 130.826795] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 130.826799] pm80xx pm8001_mpi_msg_free_set 1407: CI=323 PI=323 [ 130.826830] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 130.826830] [ 130.826831] pm80xx pm80xx_chip_sata_req 4105:no data [ 130.826832] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 130.826833] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=308 CI=307 [ 130.869586] pm80xx pm8001_mpi_msg_consume 1450:: CI=323 PI=324 msgHeader=8100200d [ 130.869588] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 130.869589] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 130.869590] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 130.869591] pm80xx mpi_sata_completion 2090:other len = 20 [ 130.869595] pm80xx pm8001_mpi_msg_free_set 1407: CI=324 PI=324 [ 130.869712] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 130.869712] [ 130.869713] pm80xx pm80xx_chip_sata_req 4112:PIO [ 130.869714] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 130.869715] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=309 CI=308 [ 130.869936] pm80xx pm8001_mpi_msg_consume 1450:: CI=324 PI=325 msgHeader=8100200d [ 130.869938] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 130.869939] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 130.869943] pm80xx pm8001_mpi_msg_free_set 1407: CI=325 PI=325 [ 130.869972] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 130.869972] [ 130.869974] pm80xx pm80xx_chip_sata_req 4112:PIO [ 130.869975] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 130.869977] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=310 CI=309 [ 130.870276] pm80xx pm8001_mpi_msg_consume 1450:: CI=325 PI=326 msgHeader=8100200d [ 130.870278] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 130.870279] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 130.870283] pm80xx pm8001_mpi_msg_free_set 1407: CI=326 PI=326 [ 130.870316] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 130.870316] [ 130.870317] pm80xx pm80xx_chip_sata_req 4112:PIO [ 130.870318] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 130.870320] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=311 CI=310 [ 130.870623] pm80xx pm8001_mpi_msg_consume 1450:: CI=326 PI=327 msgHeader=8100200d [ 130.870625] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 130.870626] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 130.870630] pm80xx pm8001_mpi_msg_free_set 1407: CI=327 PI=327 [ 130.870656] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 130.870656] [ 130.870657] pm80xx pm80xx_chip_sata_req 4112:PIO [ 130.870658] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 130.870659] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=312 CI=311 [ 130.870923] pm80xx pm8001_mpi_msg_consume 1450:: CI=327 PI=328 msgHeader=8100200d [ 130.870925] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 130.870926] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 130.870930] pm80xx pm8001_mpi_msg_free_set 1407: CI=328 PI=328 [ 132.070555] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.070555] [ 132.070558] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.070559] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.070561] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=313 CI=312 [ 132.071042] pm80xx pm8001_mpi_msg_consume 1450:: CI=328 PI=329 msgHeader=8100200d [ 132.071045] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.071046] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.071051] pm80xx pm8001_mpi_msg_free_set 1407: CI=329 PI=329 [ 132.071091] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.071091] [ 132.071093] pm80xx pm80xx_chip_sata_req 4105:no data [ 132.071094] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xe5 inb 0 [ 132.071095] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=314 CI=313 [ 132.071162] pm80xx pm8001_mpi_msg_consume 1450:: CI=329 PI=330 msgHeader=8100200d [ 132.071164] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.071165] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.071166] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 132.071167] pm80xx mpi_sata_completion 2090:other len = 20 [ 132.071170] pm80xx pm8001_mpi_msg_free_set 1407: CI=330 PI=330 [ 132.071182] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.071182] [ 132.071183] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.071184] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.071185] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=315 CI=314 [ 132.071639] pm80xx pm8001_mpi_msg_consume 1450:: CI=330 PI=331 msgHeader=8100200d [ 132.071641] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.071642] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.071646] pm80xx pm8001_mpi_msg_free_set 1407: CI=331 PI=331 [ 132.075952] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.075952] [ 132.075954] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.075955] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.075956] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=316 CI=315 [ 132.079180] pm80xx pm8001_mpi_msg_consume 1450:: CI=331 PI=332 msgHeader=8100200d [ 132.079182] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.079183] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.079187] pm80xx pm8001_mpi_msg_free_set 1407: CI=332 PI=332 [ 132.079215] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.079215] [ 132.079217] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.079218] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.079220] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=317 CI=316 [ 132.082638] pm80xx pm8001_mpi_msg_consume 1450:: CI=332 PI=333 msgHeader=8100200d [ 132.082640] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.082641] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.082645] pm80xx pm8001_mpi_msg_free_set 1407: CI=333 PI=333 [ 132.089977] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.089977] [ 132.089979] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.089980] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.089981] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=318 CI=317 [ 132.090467] pm80xx pm8001_mpi_msg_consume 1450:: CI=333 PI=334 msgHeader=8100200d [ 132.090469] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.090470] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.090473] pm80xx pm8001_mpi_msg_free_set 1407: CI=334 PI=334 [ 132.090499] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.090499] [ 132.090501] pm80xx pm80xx_chip_sata_req 4105:no data [ 132.090502] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xe5 inb 0 [ 132.090504] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=319 CI=318 [ 132.090570] pm80xx pm8001_mpi_msg_consume 1450:: CI=334 PI=335 msgHeader=8100200d [ 132.090572] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.090573] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.090574] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 132.090574] pm80xx mpi_sata_completion 2090:other len = 20 [ 132.090578] pm80xx pm8001_mpi_msg_free_set 1407: CI=335 PI=335 [ 132.090589] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.090589] [ 132.090589] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.090590] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.090591] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=320 CI=319 [ 132.091037] pm80xx pm8001_mpi_msg_consume 1450:: CI=335 PI=336 msgHeader=8100200d [ 132.091039] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.091040] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.091044] pm80xx pm8001_mpi_msg_free_set 1407: CI=336 PI=336 [ 132.095302] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.095302] [ 132.095303] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.095304] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.095306] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=321 CI=320 [ 132.098440] pm80xx pm8001_mpi_msg_consume 1450:: CI=336 PI=337 msgHeader=8100200d [ 132.098443] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.098444] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.098449] pm80xx pm8001_mpi_msg_free_set 1407: CI=337 PI=337 [ 132.098478] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.098478] [ 132.098480] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.098482] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.098484] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=322 CI=321 [ 132.101844] pm80xx pm8001_mpi_msg_consume 1450:: CI=337 PI=338 msgHeader=8100200d [ 132.101846] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.101847] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.101850] pm80xx pm8001_mpi_msg_free_set 1407: CI=338 PI=338 [ 132.109109] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.109109] [ 132.109111] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.109112] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.109113] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=323 CI=322 [ 132.109593] pm80xx pm8001_mpi_msg_consume 1450:: CI=338 PI=339 msgHeader=8100200d [ 132.109595] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.109596] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.109599] pm80xx pm8001_mpi_msg_free_set 1407: CI=339 PI=339 [ 132.109611] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.109611] [ 132.109611] pm80xx pm80xx_chip_sata_req 4105:no data [ 132.109612] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xe5 inb 0 [ 132.109613] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=324 CI=323 [ 132.109684] pm80xx pm8001_mpi_msg_consume 1450:: CI=339 PI=340 msgHeader=8100200d [ 132.109686] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.109687] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.109687] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 132.109688] pm80xx mpi_sata_completion 2090:other len = 20 [ 132.109692] pm80xx pm8001_mpi_msg_free_set 1407: CI=340 PI=340 [ 132.109710] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.109710] [ 132.109711] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.109711] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.109712] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=325 CI=324 [ 132.110143] pm80xx pm8001_mpi_msg_consume 1450:: CI=340 PI=341 msgHeader=8100200d [ 132.110145] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.110146] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.110159] pm80xx pm8001_mpi_msg_free_set 1407: CI=341 PI=341 [ 132.114461] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.114461] [ 132.114462] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.114463] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.114464] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=326 CI=325 [ 132.117636] pm80xx pm8001_mpi_msg_consume 1450:: CI=341 PI=342 msgHeader=8100200d [ 132.117638] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.117639] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.117644] pm80xx pm8001_mpi_msg_free_set 1407: CI=342 PI=342 [ 132.117657] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.117657] [ 132.117658] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.117659] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.117660] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=327 CI=326 [ 132.121034] pm80xx pm8001_mpi_msg_consume 1450:: CI=342 PI=343 msgHeader=8100200d [ 132.121036] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.121037] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.121041] pm80xx pm8001_mpi_msg_free_set 1407: CI=343 PI=343 [ 132.128346] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.128346] [ 132.128348] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.128349] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.128350] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=328 CI=327 [ 132.128822] pm80xx pm8001_mpi_msg_consume 1450:: CI=343 PI=344 msgHeader=8100200d [ 132.128824] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.128825] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.128828] pm80xx pm8001_mpi_msg_free_set 1407: CI=344 PI=344 [ 132.128860] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.128860] [ 132.128861] pm80xx pm80xx_chip_sata_req 4105:no data [ 132.128862] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xe5 inb 0 [ 132.128863] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=329 CI=328 [ 132.128946] pm80xx pm8001_mpi_msg_consume 1450:: CI=344 PI=345 msgHeader=8100200d [ 132.128947] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.128948] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.128949] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 132.128950] pm80xx mpi_sata_completion 2090:other len = 20 [ 132.128953] pm80xx pm8001_mpi_msg_free_set 1407: CI=345 PI=345 [ 132.128974] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.128974] [ 132.128985] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.128986] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.128987] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=330 CI=329 [ 132.129469] pm80xx pm8001_mpi_msg_consume 1450:: CI=345 PI=346 msgHeader=8100200d [ 132.129471] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.129472] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.129476] pm80xx pm8001_mpi_msg_free_set 1407: CI=346 PI=346 [ 132.133809] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.133809] [ 132.133810] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.133811] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.133812] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=331 CI=330 [ 132.136997] pm80xx pm8001_mpi_msg_consume 1450:: CI=346 PI=347 msgHeader=8100200d [ 132.136999] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.137000] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.137004] pm80xx pm8001_mpi_msg_free_set 1407: CI=347 PI=347 [ 132.137029] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.137029] [ 132.137030] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.137031] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.137032] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=332 CI=331 [ 132.140465] pm80xx pm8001_mpi_msg_consume 1450:: CI=347 PI=348 msgHeader=8100200d [ 132.140468] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.140470] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.140480] pm80xx pm8001_mpi_msg_free_set 1407: CI=348 PI=348 [ 132.148403] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.148403] [ 132.148405] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.148406] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.148408] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=333 CI=332 [ 132.148892] pm80xx pm8001_mpi_msg_consume 1450:: CI=348 PI=349 msgHeader=8100200d [ 132.148903] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.148904] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.148906] pm80xx pm8001_mpi_msg_free_set 1407: CI=349 PI=349 [ 132.148916] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.148916] [ 132.148916] pm80xx pm80xx_chip_sata_req 4105:no data [ 132.148917] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xe5 inb 0 [ 132.148918] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=334 CI=333 [ 132.149014] pm80xx pm8001_mpi_msg_consume 1450:: CI=349 PI=350 msgHeader=8100200d [ 132.149015] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.149016] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.149017] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 132.149028] pm80xx mpi_sata_completion 2090:other len = 20 [ 132.149029] pm80xx pm8001_mpi_msg_free_set 1407: CI=350 PI=350 [ 132.149038] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.149038] [ 132.149038] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.149039] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.149040] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=335 CI=334 [ 132.149483] pm80xx pm8001_mpi_msg_consume 1450:: CI=350 PI=351 msgHeader=8100200d [ 132.149484] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.149485] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.149487] pm80xx pm8001_mpi_msg_free_set 1407: CI=351 PI=351 [ 132.153805] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.153805] [ 132.153806] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.153808] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.153809] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=336 CI=335 [ 132.157043] pm80xx pm8001_mpi_msg_consume 1450:: CI=351 PI=352 msgHeader=8100200d [ 132.157047] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.157048] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.157053] pm80xx pm8001_mpi_msg_free_set 1407: CI=352 PI=352 [ 132.157092] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.157092] [ 132.157094] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.157096] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.157097] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=337 CI=336 [ 132.160472] pm80xx pm8001_mpi_msg_consume 1450:: CI=352 PI=353 msgHeader=8100200d [ 132.160476] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.160477] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.160482] pm80xx pm8001_mpi_msg_free_set 1407: CI=353 PI=353 [ 132.168287] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.168287] [ 132.168290] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.168291] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.168293] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=338 CI=337 [ 132.168758] pm80xx pm8001_mpi_msg_consume 1450:: CI=353 PI=354 msgHeader=8100200d [ 132.168760] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.168761] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.168765] pm80xx pm8001_mpi_msg_free_set 1407: CI=354 PI=354 [ 132.168794] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.168794] [ 132.168795] pm80xx pm80xx_chip_sata_req 4105:no data [ 132.168796] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xe5 inb 0 [ 132.168797] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=339 CI=338 [ 132.168869] pm80xx pm8001_mpi_msg_consume 1450:: CI=354 PI=355 msgHeader=8100200d [ 132.168871] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.168872] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.168883] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 132.168884] pm80xx mpi_sata_completion 2090:other len = 20 [ 132.168885] pm80xx pm8001_mpi_msg_free_set 1407: CI=355 PI=355 [ 132.168896] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.168896] [ 132.168896] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.168897] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.168898] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=340 CI=339 [ 132.169335] pm80xx pm8001_mpi_msg_consume 1450:: CI=355 PI=356 msgHeader=8100200d [ 132.169336] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.169337] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.169349] pm80xx pm8001_mpi_msg_free_set 1407: CI=356 PI=356 [ 132.173663] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.173663] [ 132.173664] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.173665] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.173666] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=341 CI=340 [ 132.176832] pm80xx pm8001_mpi_msg_consume 1450:: CI=356 PI=357 msgHeader=8100200d [ 132.176834] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.176835] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.176837] pm80xx pm8001_mpi_msg_free_set 1407: CI=357 PI=357 [ 132.176851] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.176851] [ 132.176852] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.176853] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.176855] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=342 CI=341 [ 132.180212] pm80xx pm8001_mpi_msg_consume 1450:: CI=357 PI=358 msgHeader=8100200d [ 132.180214] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.180215] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.180217] pm80xx pm8001_mpi_msg_free_set 1407: CI=358 PI=358 [ 132.187528] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.187528] [ 132.187530] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.187531] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.187533] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=343 CI=342 [ 132.188016] pm80xx pm8001_mpi_msg_consume 1450:: CI=358 PI=359 msgHeader=8100200d [ 132.188018] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.188019] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.188020] pm80xx pm8001_mpi_msg_free_set 1407: CI=359 PI=359 [ 132.188036] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.188036] [ 132.188037] pm80xx pm80xx_chip_sata_req 4105:no data [ 132.188038] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xe5 inb 0 [ 132.188040] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=344 CI=343 [ 132.188122] pm80xx pm8001_mpi_msg_consume 1450:: CI=359 PI=360 msgHeader=8100200d [ 132.188123] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.188124] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.188125] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 132.188136] pm80xx mpi_sata_completion 2090:other len = 20 [ 132.188137] pm80xx pm8001_mpi_msg_free_set 1407: CI=360 PI=360 [ 132.188147] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.188147] [ 132.188148] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.188149] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.188150] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=345 CI=344 [ 132.188583] pm80xx pm8001_mpi_msg_consume 1450:: CI=360 PI=361 msgHeader=8100200d [ 132.188584] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.188585] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.188597] pm80xx pm8001_mpi_msg_free_set 1407: CI=361 PI=361 [ 132.192934] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.192934] [ 132.192935] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.192936] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.192937] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=346 CI=345 [ 132.196116] pm80xx pm8001_mpi_msg_consume 1450:: CI=361 PI=362 msgHeader=8100200d [ 132.196118] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.196120] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.196125] pm80xx pm8001_mpi_msg_free_set 1407: CI=362 PI=362 [ 132.196170] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.196170] [ 132.196173] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.196174] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.196176] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=347 CI=346 [ 132.199506] pm80xx pm8001_mpi_msg_consume 1450:: CI=362 PI=363 msgHeader=8100200d [ 132.199508] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.199509] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.199514] pm80xx pm8001_mpi_msg_free_set 1407: CI=363 PI=363 [ 132.207274] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.207274] [ 132.207276] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.207277] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.207278] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=348 CI=347 [ 132.207743] pm80xx pm8001_mpi_msg_consume 1450:: CI=363 PI=364 msgHeader=8100200d [ 132.207744] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.207744] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.207746] pm80xx pm8001_mpi_msg_free_set 1407: CI=364 PI=364 [ 132.207755] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.207755] [ 132.207756] pm80xx pm80xx_chip_sata_req 4105:no data [ 132.207757] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xe5 inb 0 [ 132.207758] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=349 CI=348 [ 132.207814] pm80xx pm8001_mpi_msg_consume 1450:: CI=364 PI=365 msgHeader=8100200d [ 132.207818] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.207821] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.207825] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 132.207828] pm80xx mpi_sata_completion 2090:other len = 20 [ 132.207830] pm80xx pm8001_mpi_msg_free_set 1407: CI=365 PI=365 [ 132.207846] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.207846] [ 132.207847] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.207849] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.207850] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=350 CI=349 [ 132.208342] pm80xx pm8001_mpi_msg_consume 1450:: CI=365 PI=366 msgHeader=8100200d [ 132.208343] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.208344] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.208355] pm80xx pm8001_mpi_msg_free_set 1407: CI=366 PI=366 [ 132.212801] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.212801] [ 132.212802] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.212803] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.212804] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=351 CI=350 [ 132.215950] pm80xx pm8001_mpi_msg_consume 1450:: CI=366 PI=367 msgHeader=8100200d [ 132.215952] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.215963] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.215965] pm80xx pm8001_mpi_msg_free_set 1407: CI=367 PI=367 [ 132.215996] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.215996] [ 132.215997] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.215999] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.216000] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=352 CI=351 [ 132.219333] pm80xx pm8001_mpi_msg_consume 1450:: CI=367 PI=368 msgHeader=8100200d [ 132.219334] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.219336] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.219348] pm80xx pm8001_mpi_msg_free_set 1407: CI=368 PI=368 [ 132.226844] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.226844] [ 132.226845] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.226847] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.226848] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=353 CI=352 [ 132.227328] pm80xx pm8001_mpi_msg_consume 1450:: CI=368 PI=369 msgHeader=8100200d [ 132.227329] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.227340] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.227342] pm80xx pm8001_mpi_msg_free_set 1407: CI=369 PI=369 [ 132.227354] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.227354] [ 132.227355] pm80xx pm80xx_chip_sata_req 4105:no data [ 132.227355] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xe5 inb 0 [ 132.227356] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=354 CI=353 [ 132.227410] pm80xx pm8001_mpi_msg_consume 1450:: CI=369 PI=370 msgHeader=8100200d [ 132.227411] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.227412] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.227412] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 132.227413] pm80xx mpi_sata_completion 2090:other len = 20 [ 132.227414] pm80xx pm8001_mpi_msg_free_set 1407: CI=370 PI=370 [ 132.227421] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.227421] [ 132.227422] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.227422] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.227423] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=355 CI=354 [ 132.227858] pm80xx pm8001_mpi_msg_consume 1450:: CI=370 PI=371 msgHeader=8100200d [ 132.227859] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.227860] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.227864] pm80xx pm8001_mpi_msg_free_set 1407: CI=371 PI=371 [ 132.232209] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.232209] [ 132.232210] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.232211] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.232212] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=356 CI=355 [ 132.235376] pm80xx pm8001_mpi_msg_consume 1450:: CI=371 PI=372 msgHeader=8100200d [ 132.235377] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.235388] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.235390] pm80xx pm8001_mpi_msg_free_set 1407: CI=372 PI=372 [ 132.235400] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.235400] [ 132.235401] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.235402] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.235403] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=357 CI=356 [ 132.238731] pm80xx pm8001_mpi_msg_consume 1450:: CI=372 PI=373 msgHeader=8100200d [ 132.238733] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.238734] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.238736] pm80xx pm8001_mpi_msg_free_set 1407: CI=373 PI=373 [ 132.246365] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.246365] [ 132.246366] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.246367] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.246369] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=358 CI=357 [ 132.246833] pm80xx pm8001_mpi_msg_consume 1450:: CI=373 PI=374 msgHeader=8100200d [ 132.246834] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.246835] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.246836] pm80xx pm8001_mpi_msg_free_set 1407: CI=374 PI=374 [ 132.246845] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.246845] [ 132.246846] pm80xx pm80xx_chip_sata_req 4105:no data [ 132.246846] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xe5 inb 0 [ 132.246847] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=359 CI=358 [ 132.246938] pm80xx pm8001_mpi_msg_consume 1450:: CI=374 PI=375 msgHeader=8100200d [ 132.246939] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.246940] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.246941] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 132.246951] pm80xx mpi_sata_completion 2090:other len = 20 [ 132.246953] pm80xx pm8001_mpi_msg_free_set 1407: CI=375 PI=375 [ 132.246960] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.246960] [ 132.246961] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.246962] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.246963] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=360 CI=359 [ 132.247392] pm80xx pm8001_mpi_msg_consume 1450:: CI=375 PI=376 msgHeader=8100200d [ 132.247392] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.247393] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.247394] pm80xx pm8001_mpi_msg_free_set 1407: CI=376 PI=376 [ 132.251673] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.251673] [ 132.251674] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.251675] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.251676] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=361 CI=360 [ 132.254843] pm80xx pm8001_mpi_msg_consume 1450:: CI=376 PI=377 msgHeader=8100200d [ 132.254845] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.254846] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.254847] pm80xx pm8001_mpi_msg_free_set 1407: CI=377 PI=377 [ 132.254862] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.254862] [ 132.254863] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.254864] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.254865] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=362 CI=361 [ 132.258254] pm80xx pm8001_mpi_msg_consume 1450:: CI=377 PI=378 msgHeader=8100200d [ 132.258258] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.258260] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.258270] pm80xx pm8001_mpi_msg_free_set 1407: CI=378 PI=378 [ 132.266366] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.266366] [ 132.266368] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.266370] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.266372] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=363 CI=362 [ 132.266857] pm80xx pm8001_mpi_msg_consume 1450:: CI=378 PI=379 msgHeader=8100200d [ 132.266860] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.266861] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.266865] pm80xx pm8001_mpi_msg_free_set 1407: CI=379 PI=379 [ 132.266892] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.266892] [ 132.266893] pm80xx pm80xx_chip_sata_req 4105:no data [ 132.266894] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xe5 inb 0 [ 132.266895] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=364 CI=363 [ 132.266963] pm80xx pm8001_mpi_msg_consume 1450:: CI=379 PI=380 msgHeader=8100200d [ 132.266965] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.266966] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.266967] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 132.266968] pm80xx mpi_sata_completion 2090:other len = 20 [ 132.266972] pm80xx pm8001_mpi_msg_free_set 1407: CI=380 PI=380 [ 132.266982] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.266982] [ 132.266984] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.266987] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.266988] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=365 CI=364 [ 132.267438] pm80xx pm8001_mpi_msg_consume 1450:: CI=380 PI=381 msgHeader=8100200d [ 132.267440] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.267440] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.267444] pm80xx pm8001_mpi_msg_free_set 1407: CI=381 PI=381 [ 132.271755] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.271755] [ 132.271756] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.271757] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.271758] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=366 CI=365 [ 132.274567] pm80xx pm8001_mpi_msg_consume 1450:: CI=381 PI=382 msgHeader=8100200d [ 132.274569] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.274570] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.274574] pm80xx pm8001_mpi_msg_free_set 1407: CI=382 PI=382 [ 132.274597] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.274597] [ 132.274598] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.274599] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.274600] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=367 CI=366 [ 132.277588] pm80xx pm8001_mpi_msg_consume 1450:: CI=382 PI=383 msgHeader=8100200d [ 132.277592] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.277593] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.277603] pm80xx pm8001_mpi_msg_free_set 1407: CI=383 PI=383 [ 132.923990] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.923990] [ 132.923993] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.923994] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.923996] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=368 CI=367 [ 132.924492] pm80xx pm8001_mpi_msg_consume 1450:: CI=383 PI=384 msgHeader=8100200d [ 132.924493] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.924494] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.924496] pm80xx pm8001_mpi_msg_free_set 1407: CI=384 PI=384 [ 132.924508] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.924508] [ 132.924509] pm80xx pm80xx_chip_sata_req 4105:no data [ 132.924510] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xe5 inb 0 [ 132.924511] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=369 CI=368 [ 132.924607] pm80xx pm8001_mpi_msg_consume 1450:: CI=384 PI=385 msgHeader=8100200d [ 132.924608] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.924609] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.924610] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 132.924621] pm80xx mpi_sata_completion 2090:other len = 20 [ 132.924622] pm80xx pm8001_mpi_msg_free_set 1407: CI=385 PI=385 [ 132.924640] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.924640] [ 132.924640] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.924641] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 132.924642] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=370 CI=369 [ 132.925089] pm80xx pm8001_mpi_msg_consume 1450:: CI=385 PI=386 msgHeader=8100200d [ 132.925090] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.925091] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.925103] pm80xx pm8001_mpi_msg_free_set 1407: CI=386 PI=386 [ 132.929540] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.929540] [ 132.929541] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.929543] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.929544] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=371 CI=370 [ 132.932357] pm80xx pm8001_mpi_msg_consume 1450:: CI=386 PI=387 msgHeader=8100200d [ 132.932361] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.932363] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.932372] pm80xx pm8001_mpi_msg_free_set 1407: CI=387 PI=387 [ 132.932433] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.932433] [ 132.932435] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.932437] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.932439] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=372 CI=371 [ 132.935459] pm80xx pm8001_mpi_msg_consume 1450:: CI=387 PI=388 msgHeader=8100200d [ 132.935463] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.935464] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.935475] pm80xx pm8001_mpi_msg_free_set 1407: CI=388 PI=388 [ 132.935534] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.935534] [ 132.935536] pm80xx pm80xx_chip_sata_req 4105:no data [ 132.935538] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.935540] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=373 CI=372 [ 132.973020] pm80xx pm8001_mpi_msg_consume 1450:: CI=388 PI=389 msgHeader=8100200d [ 132.973024] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.973026] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.973027] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 132.973028] pm80xx mpi_sata_completion 2090:other len = 20 [ 132.973038] pm80xx pm8001_mpi_msg_free_set 1407: CI=389 PI=389 [ 132.973198] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.973198] [ 132.973200] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.973202] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.973205] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=374 CI=373 [ 132.973437] pm80xx pm8001_mpi_msg_consume 1450:: CI=389 PI=390 msgHeader=8100200d [ 132.973440] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.973441] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.973445] pm80xx pm8001_mpi_msg_free_set 1407: CI=390 PI=390 [ 132.973468] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.973468] [ 132.973469] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.973470] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.973471] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=375 CI=374 [ 132.973777] pm80xx pm8001_mpi_msg_consume 1450:: CI=390 PI=391 msgHeader=8100200d [ 132.973779] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.973780] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.973784] pm80xx pm8001_mpi_msg_free_set 1407: CI=391 PI=391 [ 132.973808] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.973808] [ 132.973809] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.973810] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.973811] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=376 CI=375 [ 132.974122] pm80xx pm8001_mpi_msg_consume 1450:: CI=391 PI=392 msgHeader=8100200d [ 132.974124] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.974125] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.974129] pm80xx pm8001_mpi_msg_free_set 1407: CI=392 PI=392 [ 132.974154] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 132.974154] [ 132.974155] pm80xx pm80xx_chip_sata_req 4112:PIO [ 132.974155] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 132.974157] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=377 CI=376 [ 132.974424] pm80xx pm8001_mpi_msg_consume 1450:: CI=392 PI=393 msgHeader=8100200d [ 132.974426] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 132.974427] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 132.974431] pm80xx pm8001_mpi_msg_free_set 1407: CI=393 PI=393 [ 160.998098] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 160.998098] [ 160.998101] pm80xx pm80xx_chip_sata_req 4112:PIO [ 160.998103] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 160.998105] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=378 CI=377 [ 160.998602] pm80xx pm8001_mpi_msg_consume 1450:: CI=393 PI=394 msgHeader=8100200d [ 160.998604] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 160.998606] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 160.998608] pm80xx pm8001_mpi_msg_free_set 1407: CI=394 PI=394 [ 160.998629] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 160.998629] [ 160.998630] pm80xx pm80xx_chip_sata_req 4112:PIO [ 160.998631] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 160.998632] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=379 CI=378 [ 160.999079] pm80xx pm8001_mpi_msg_consume 1450:: CI=394 PI=395 msgHeader=8100200d [ 160.999081] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 160.999082] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 160.999093] pm80xx pm8001_mpi_msg_free_set 1407: CI=395 PI=395 [ 161.004667] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.004667] [ 161.004669] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.004670] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.004672] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=380 CI=379 [ 161.007874] pm80xx pm8001_mpi_msg_consume 1450:: CI=395 PI=396 msgHeader=8100200d [ 161.007876] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.007877] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.007881] pm80xx pm8001_mpi_msg_free_set 1407: CI=396 PI=396 [ 161.007913] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.007913] [ 161.007915] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.007917] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.007918] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=381 CI=380 [ 161.011308] pm80xx pm8001_mpi_msg_consume 1450:: CI=396 PI=397 msgHeader=8100200d [ 161.011312] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.011314] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.011324] pm80xx pm8001_mpi_msg_free_set 1407: CI=397 PI=397 [ 161.011388] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.011388] [ 161.011391] pm80xx pm80xx_chip_sata_req 4105:no data [ 161.011393] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.011396] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=382 CI=381 [ 161.044962] pm80xx pm8001_mpi_msg_consume 1450:: CI=397 PI=398 msgHeader=8100200d [ 161.044966] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.044968] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.044969] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 161.044969] pm80xx mpi_sata_completion 2090:other len = 20 [ 161.044979] pm80xx pm8001_mpi_msg_free_set 1407: CI=398 PI=398 [ 161.045174] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.045174] [ 161.045176] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.045178] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.045180] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=383 CI=382 [ 161.045407] pm80xx pm8001_mpi_msg_consume 1450:: CI=398 PI=399 msgHeader=8100200d [ 161.045409] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.045410] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.045415] pm80xx pm8001_mpi_msg_free_set 1407: CI=399 PI=399 [ 161.045427] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.045427] [ 161.045428] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.045429] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.045430] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=384 CI=383 [ 161.045727] pm80xx pm8001_mpi_msg_consume 1450:: CI=399 PI=400 msgHeader=8100200d [ 161.045729] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.045730] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.045734] pm80xx pm8001_mpi_msg_free_set 1407: CI=400 PI=400 [ 161.045751] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.045751] [ 161.045752] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.045752] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.045753] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=385 CI=384 [ 161.046057] pm80xx pm8001_mpi_msg_consume 1450:: CI=400 PI=401 msgHeader=8100200d [ 161.046059] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.046060] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.046064] pm80xx pm8001_mpi_msg_free_set 1407: CI=401 PI=401 [ 161.046080] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.046080] [ 161.046081] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.046082] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.046083] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=386 CI=385 [ 161.046354] pm80xx pm8001_mpi_msg_consume 1450:: CI=401 PI=402 msgHeader=8100200d [ 161.046356] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.046357] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.046361] pm80xx pm8001_mpi_msg_free_set 1407: CI=402 PI=402 [ 161.057209] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.057209] [ 161.057210] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.057212] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.057213] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=387 CI=386 [ 161.057689] pm80xx pm8001_mpi_msg_consume 1450:: CI=402 PI=403 msgHeader=8100200d [ 161.057691] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.057692] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.057696] pm80xx pm8001_mpi_msg_free_set 1407: CI=403 PI=403 [ 161.057734] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.057734] [ 161.057736] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.057737] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.057739] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=388 CI=387 [ 161.058223] pm80xx pm8001_mpi_msg_consume 1450:: CI=403 PI=404 msgHeader=8100200d [ 161.058225] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.058226] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.058229] pm80xx pm8001_mpi_msg_free_set 1407: CI=404 PI=404 [ 161.062696] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.062696] [ 161.062697] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.062698] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.062700] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=389 CI=388 [ 161.065954] pm80xx pm8001_mpi_msg_consume 1450:: CI=404 PI=405 msgHeader=8100200d [ 161.065958] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.065960] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.065970] pm80xx pm8001_mpi_msg_free_set 1407: CI=405 PI=405 [ 161.066029] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.066029] [ 161.066031] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.066033] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.066035] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=390 CI=389 [ 161.069478] pm80xx pm8001_mpi_msg_consume 1450:: CI=405 PI=406 msgHeader=8100200d [ 161.069480] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.069481] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.069486] pm80xx pm8001_mpi_msg_free_set 1407: CI=406 PI=406 [ 161.069514] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.069514] [ 161.069516] pm80xx pm80xx_chip_sata_req 4105:no data [ 161.069517] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.069518] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=391 CI=390 [ 161.103042] pm80xx pm8001_mpi_msg_consume 1450:: CI=406 PI=407 msgHeader=8100200d [ 161.103045] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.103047] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.103048] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 161.103049] pm80xx mpi_sata_completion 2090:other len = 20 [ 161.103058] pm80xx pm8001_mpi_msg_free_set 1407: CI=407 PI=407 [ 161.103218] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.103218] [ 161.103221] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.103223] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.103225] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=392 CI=391 [ 161.103484] pm80xx pm8001_mpi_msg_consume 1450:: CI=407 PI=408 msgHeader=8100200d [ 161.103486] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.103487] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.103492] pm80xx pm8001_mpi_msg_free_set 1407: CI=408 PI=408 [ 161.103515] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.103515] [ 161.103516] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.103517] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.103518] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=393 CI=392 [ 161.103847] pm80xx pm8001_mpi_msg_consume 1450:: CI=408 PI=409 msgHeader=8100200d [ 161.103849] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.103850] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.103854] pm80xx pm8001_mpi_msg_free_set 1407: CI=409 PI=409 [ 161.103878] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.103878] [ 161.103879] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.103880] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.103881] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=394 CI=393 [ 161.104220] pm80xx pm8001_mpi_msg_consume 1450:: CI=409 PI=410 msgHeader=8100200d [ 161.104222] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.104223] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.104227] pm80xx pm8001_mpi_msg_free_set 1407: CI=410 PI=410 [ 161.104252] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.104252] [ 161.104253] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.104254] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.104255] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=395 CI=394 [ 161.104522] pm80xx pm8001_mpi_msg_consume 1450:: CI=410 PI=411 msgHeader=8100200d [ 161.104524] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.104525] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.104528] pm80xx pm8001_mpi_msg_free_set 1407: CI=411 PI=411 [ 161.115566] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.115566] [ 161.115568] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.115569] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.115570] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=396 CI=395 [ 161.116052] pm80xx pm8001_mpi_msg_consume 1450:: CI=411 PI=412 msgHeader=8100200d [ 161.116054] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.116055] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.116059] pm80xx pm8001_mpi_msg_free_set 1407: CI=412 PI=412 [ 161.116085] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.116085] [ 161.116086] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.116087] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.116088] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=397 CI=396 [ 161.116527] pm80xx pm8001_mpi_msg_consume 1450:: CI=412 PI=413 msgHeader=8100200d [ 161.116529] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.116530] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.116534] pm80xx pm8001_mpi_msg_free_set 1407: CI=413 PI=413 [ 161.120927] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.120927] [ 161.120928] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.120930] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.120931] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=398 CI=397 [ 161.124188] pm80xx pm8001_mpi_msg_consume 1450:: CI=413 PI=414 msgHeader=8100200d [ 161.124192] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.124194] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.124204] pm80xx pm8001_mpi_msg_free_set 1407: CI=414 PI=414 [ 161.124264] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.124264] [ 161.124266] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.124268] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.124270] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=399 CI=398 [ 161.127739] pm80xx pm8001_mpi_msg_consume 1450:: CI=414 PI=415 msgHeader=8100200d [ 161.127743] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.127745] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.127755] pm80xx pm8001_mpi_msg_free_set 1407: CI=415 PI=415 [ 161.127813] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.127813] [ 161.127815] pm80xx pm80xx_chip_sata_req 4105:no data [ 161.127817] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.127819] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=400 CI=399 [ 161.159683] pm80xx pm8001_mpi_msg_consume 1450:: CI=415 PI=416 msgHeader=8100200d [ 161.159687] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.159688] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.159689] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 161.159690] pm80xx mpi_sata_completion 2090:other len = 20 [ 161.159700] pm80xx pm8001_mpi_msg_free_set 1407: CI=416 PI=416 [ 161.159853] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.159853] [ 161.159855] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.159857] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.159859] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=401 CI=400 [ 161.160110] pm80xx pm8001_mpi_msg_consume 1450:: CI=416 PI=417 msgHeader=8100200d [ 161.160112] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.160113] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.160118] pm80xx pm8001_mpi_msg_free_set 1407: CI=417 PI=417 [ 161.160141] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.160141] [ 161.160142] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.160143] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.160144] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=402 CI=401 [ 161.160469] pm80xx pm8001_mpi_msg_consume 1450:: CI=417 PI=418 msgHeader=8100200d [ 161.160471] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.160472] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.160476] pm80xx pm8001_mpi_msg_free_set 1407: CI=418 PI=418 [ 161.160500] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.160500] [ 161.160501] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.160502] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.160503] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=403 CI=402 [ 161.160826] pm80xx pm8001_mpi_msg_consume 1450:: CI=418 PI=419 msgHeader=8100200d [ 161.160828] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.160829] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.160833] pm80xx pm8001_mpi_msg_free_set 1407: CI=419 PI=419 [ 161.160858] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.160858] [ 161.160859] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.160859] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.160861] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=404 CI=403 [ 161.161126] pm80xx pm8001_mpi_msg_consume 1450:: CI=419 PI=420 msgHeader=8100200d [ 161.161128] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.161129] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.161133] pm80xx pm8001_mpi_msg_free_set 1407: CI=420 PI=420 [ 161.172177] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.172177] [ 161.172179] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.172180] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.172181] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=405 CI=404 [ 161.172669] pm80xx pm8001_mpi_msg_consume 1450:: CI=420 PI=421 msgHeader=8100200d [ 161.172672] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.172673] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.172676] pm80xx pm8001_mpi_msg_free_set 1407: CI=421 PI=421 [ 161.172702] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.172702] [ 161.172703] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.172704] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.172705] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=406 CI=405 [ 161.173195] pm80xx pm8001_mpi_msg_consume 1450:: CI=421 PI=422 msgHeader=8100200d [ 161.173197] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.173198] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.173202] pm80xx pm8001_mpi_msg_free_set 1407: CI=422 PI=422 [ 161.177673] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.177673] [ 161.177675] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.177676] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.177677] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=407 CI=406 [ 161.180516] pm80xx pm8001_mpi_msg_consume 1450:: CI=422 PI=423 msgHeader=8100200d [ 161.180518] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.180519] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.180523] pm80xx pm8001_mpi_msg_free_set 1407: CI=423 PI=423 [ 161.180547] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.180547] [ 161.180548] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.180548] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.180550] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=408 CI=407 [ 161.183595] pm80xx pm8001_mpi_msg_consume 1450:: CI=423 PI=424 msgHeader=8100200d [ 161.183599] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.183601] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.183610] pm80xx pm8001_mpi_msg_free_set 1407: CI=424 PI=424 [ 161.183668] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.183668] [ 161.183670] pm80xx pm80xx_chip_sata_req 4105:no data [ 161.183672] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.183674] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=409 CI=408 [ 161.216565] pm80xx pm8001_mpi_msg_consume 1450:: CI=424 PI=425 msgHeader=8100200d [ 161.216569] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.216570] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.216571] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 161.216572] pm80xx mpi_sata_completion 2090:other len = 20 [ 161.216581] pm80xx pm8001_mpi_msg_free_set 1407: CI=425 PI=425 [ 161.216740] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.216740] [ 161.216742] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.216744] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.216746] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=410 CI=409 [ 161.216979] pm80xx pm8001_mpi_msg_consume 1450:: CI=425 PI=426 msgHeader=8100200d [ 161.216981] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.216981] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.216984] pm80xx pm8001_mpi_msg_free_set 1407: CI=426 PI=426 [ 161.216998] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.216998] [ 161.216999] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.217000] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.217002] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=411 CI=410 [ 161.217298] pm80xx pm8001_mpi_msg_consume 1450:: CI=426 PI=427 msgHeader=8100200d [ 161.217299] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.217300] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.217303] pm80xx pm8001_mpi_msg_free_set 1407: CI=427 PI=427 [ 161.217323] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.217323] [ 161.217324] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.217327] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.217329] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=412 CI=411 [ 161.217627] pm80xx pm8001_mpi_msg_consume 1450:: CI=427 PI=428 msgHeader=8100200d [ 161.217628] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.217629] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.217632] pm80xx pm8001_mpi_msg_free_set 1407: CI=428 PI=428 [ 161.217656] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.217656] [ 161.217657] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.217659] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.217660] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=413 CI=412 [ 161.217925] pm80xx pm8001_mpi_msg_consume 1450:: CI=428 PI=429 msgHeader=8100200d [ 161.217927] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.217928] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.217932] pm80xx pm8001_mpi_msg_free_set 1407: CI=429 PI=429 [ 161.239414] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.239414] [ 161.239416] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.239418] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.239420] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=414 CI=413 [ 161.239912] pm80xx pm8001_mpi_msg_consume 1450:: CI=429 PI=430 msgHeader=8100200d [ 161.239914] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.239915] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.239920] pm80xx pm8001_mpi_msg_free_set 1407: CI=430 PI=430 [ 161.239949] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.239949] [ 161.239950] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.239951] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.239952] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=415 CI=414 [ 161.240408] pm80xx pm8001_mpi_msg_consume 1450:: CI=430 PI=431 msgHeader=8100200d [ 161.240410] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.240411] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.240416] pm80xx pm8001_mpi_msg_free_set 1407: CI=431 PI=431 [ 161.245903] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.245903] [ 161.245904] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.245906] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.245907] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=416 CI=415 [ 161.249113] pm80xx pm8001_mpi_msg_consume 1450:: CI=431 PI=432 msgHeader=8100200d [ 161.249115] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.249116] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.249119] pm80xx pm8001_mpi_msg_free_set 1407: CI=432 PI=432 [ 161.249150] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.249150] [ 161.249152] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.249153] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.249155] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=417 CI=416 [ 161.252549] pm80xx pm8001_mpi_msg_consume 1450:: CI=432 PI=433 msgHeader=8100200d [ 161.252553] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.252555] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.252565] pm80xx pm8001_mpi_msg_free_set 1407: CI=433 PI=433 [ 161.252623] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.252623] [ 161.252625] pm80xx pm80xx_chip_sata_req 4105:no data [ 161.252627] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.252629] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=418 CI=417 [ 161.298074] pm80xx pm8001_mpi_msg_consume 1450:: CI=433 PI=434 msgHeader=8100200d [ 161.298078] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.298080] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.298081] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 161.298082] pm80xx mpi_sata_completion 2090:other len = 20 [ 161.298092] pm80xx pm8001_mpi_msg_free_set 1407: CI=434 PI=434 [ 161.298241] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.298241] [ 161.298243] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.298245] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.298247] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=419 CI=418 [ 161.298472] pm80xx pm8001_mpi_msg_consume 1450:: CI=434 PI=435 msgHeader=8100200d [ 161.298474] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.298476] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.298481] pm80xx pm8001_mpi_msg_free_set 1407: CI=435 PI=435 [ 161.298511] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.298511] [ 161.298513] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.298514] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.298515] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=420 CI=419 [ 161.298812] pm80xx pm8001_mpi_msg_consume 1450:: CI=435 PI=436 msgHeader=8100200d [ 161.298814] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.298815] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.298819] pm80xx pm8001_mpi_msg_free_set 1407: CI=436 PI=436 [ 161.298852] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.298852] [ 161.298854] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.298855] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.298856] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=421 CI=420 [ 161.299161] pm80xx pm8001_mpi_msg_consume 1450:: CI=436 PI=437 msgHeader=8100200d [ 161.299163] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.299164] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.299167] pm80xx pm8001_mpi_msg_free_set 1407: CI=437 PI=437 [ 161.299193] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.299193] [ 161.299194] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.299195] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.299196] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=422 CI=421 [ 161.299468] pm80xx pm8001_mpi_msg_consume 1450:: CI=437 PI=438 msgHeader=8100200d [ 161.299470] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.299471] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.299475] pm80xx pm8001_mpi_msg_free_set 1407: CI=438 PI=438 [ 161.317775] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.317775] [ 161.317777] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.317779] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.317780] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=423 CI=422 [ 161.318274] pm80xx pm8001_mpi_msg_consume 1450:: CI=438 PI=439 msgHeader=8100200d [ 161.318276] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.318277] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.318281] pm80xx pm8001_mpi_msg_free_set 1407: CI=439 PI=439 [ 161.318306] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.318306] [ 161.318307] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.318308] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.318309] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=424 CI=423 [ 161.318768] pm80xx pm8001_mpi_msg_consume 1450:: CI=439 PI=440 msgHeader=8100200d [ 161.318770] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.318771] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.318775] pm80xx pm8001_mpi_msg_free_set 1407: CI=440 PI=440 [ 161.323143] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.323143] [ 161.323144] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.323146] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.323147] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=425 CI=424 [ 161.326343] pm80xx pm8001_mpi_msg_consume 1450:: CI=440 PI=441 msgHeader=8100200d [ 161.326345] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.326346] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.326350] pm80xx pm8001_mpi_msg_free_set 1407: CI=441 PI=441 [ 161.326380] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.326380] [ 161.326382] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.326383] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.326384] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=426 CI=425 [ 161.329752] pm80xx pm8001_mpi_msg_consume 1450:: CI=441 PI=442 msgHeader=8100200d [ 161.329755] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.329757] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.329768] pm80xx pm8001_mpi_msg_free_set 1407: CI=442 PI=442 [ 161.329825] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.329825] [ 161.329828] pm80xx pm80xx_chip_sata_req 4105:no data [ 161.329830] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.329831] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=427 CI=426 [ 161.369174] pm80xx pm8001_mpi_msg_consume 1450:: CI=442 PI=443 msgHeader=8100200d [ 161.369177] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.369179] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.369180] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 161.369181] pm80xx mpi_sata_completion 2090:other len = 20 [ 161.369191] pm80xx pm8001_mpi_msg_free_set 1407: CI=443 PI=443 [ 161.369345] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.369345] [ 161.369347] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.369349] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.369351] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=428 CI=427 [ 161.369576] pm80xx pm8001_mpi_msg_consume 1450:: CI=443 PI=444 msgHeader=8100200d [ 161.369578] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.369579] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.369584] pm80xx pm8001_mpi_msg_free_set 1407: CI=444 PI=444 [ 161.369614] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.369614] [ 161.369616] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.369617] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.369618] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=429 CI=428 [ 161.369916] pm80xx pm8001_mpi_msg_consume 1450:: CI=444 PI=445 msgHeader=8100200d [ 161.369918] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.369919] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.369922] pm80xx pm8001_mpi_msg_free_set 1407: CI=445 PI=445 [ 161.369955] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.369955] [ 161.369957] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.369958] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.369959] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=430 CI=429 [ 161.370262] pm80xx pm8001_mpi_msg_consume 1450:: CI=445 PI=446 msgHeader=8100200d [ 161.370264] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.370265] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.370268] pm80xx pm8001_mpi_msg_free_set 1407: CI=446 PI=446 [ 161.370295] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.370295] [ 161.370296] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.370297] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.370298] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=431 CI=430 [ 161.370567] pm80xx pm8001_mpi_msg_consume 1450:: CI=446 PI=447 msgHeader=8100200d [ 161.370569] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.370570] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.370574] pm80xx pm8001_mpi_msg_free_set 1407: CI=447 PI=447 [ 161.384493] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.384493] [ 161.384495] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.384497] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.384500] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=432 CI=431 [ 161.400157] pm80xx pm8001_mpi_msg_consume 1450:: CI=447 PI=448 msgHeader=8100200d [ 161.400160] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.400162] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.400172] pm80xx pm8001_mpi_msg_free_set 1407: CI=448 PI=448 [ 161.400236] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.400236] [ 161.400239] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.400241] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.400243] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=433 CI=432 [ 161.400704] pm80xx pm8001_mpi_msg_consume 1450:: CI=448 PI=449 msgHeader=8100200d [ 161.400706] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.400707] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.400712] pm80xx pm8001_mpi_msg_free_set 1407: CI=449 PI=449 [ 161.405212] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.405212] [ 161.405213] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.405214] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.405225] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=434 CI=433 [ 161.408458] pm80xx pm8001_mpi_msg_consume 1450:: CI=449 PI=450 msgHeader=8100200d [ 161.408462] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.408464] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.408473] pm80xx pm8001_mpi_msg_free_set 1407: CI=450 PI=450 [ 161.408532] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.408532] [ 161.408535] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.408537] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.408539] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=435 CI=434 [ 161.411968] pm80xx pm8001_mpi_msg_consume 1450:: CI=450 PI=451 msgHeader=8100200d [ 161.411972] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.411974] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.411984] pm80xx pm8001_mpi_msg_free_set 1407: CI=451 PI=451 [ 161.412041] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.412041] [ 161.412044] pm80xx pm80xx_chip_sata_req 4105:no data [ 161.412045] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.412047] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=436 CI=435 [ 161.438088] pm80xx pm8001_mpi_msg_consume 1450:: CI=451 PI=452 msgHeader=8100200d [ 161.438091] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.438093] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.438094] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 161.438095] pm80xx mpi_sata_completion 2090:other len = 20 [ 161.438104] pm80xx pm8001_mpi_msg_free_set 1407: CI=452 PI=452 [ 161.438257] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.438257] [ 161.438259] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.438261] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.438263] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=437 CI=436 [ 161.438479] pm80xx pm8001_mpi_msg_consume 1450:: CI=452 PI=453 msgHeader=8100200d [ 161.438481] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.438482] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.438487] pm80xx pm8001_mpi_msg_free_set 1407: CI=453 PI=453 [ 161.438517] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.438517] [ 161.438519] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.438520] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.438521] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=438 CI=437 [ 161.438811] pm80xx pm8001_mpi_msg_consume 1450:: CI=453 PI=454 msgHeader=8100200d [ 161.438813] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.438814] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.438817] pm80xx pm8001_mpi_msg_free_set 1407: CI=454 PI=454 [ 161.438844] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.438844] [ 161.438845] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.438845] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.438847] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=439 CI=438 [ 161.439146] pm80xx pm8001_mpi_msg_consume 1450:: CI=454 PI=455 msgHeader=8100200d [ 161.439148] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.439149] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.439153] pm80xx pm8001_mpi_msg_free_set 1407: CI=455 PI=455 [ 161.439178] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.439178] [ 161.439179] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.439180] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.439181] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=440 CI=439 [ 161.439446] pm80xx pm8001_mpi_msg_consume 1450:: CI=455 PI=456 msgHeader=8100200d [ 161.439448] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.439449] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.439453] pm80xx pm8001_mpi_msg_free_set 1407: CI=456 PI=456 [ 161.451185] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.451185] [ 161.451187] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.451189] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.451191] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=441 CI=440 [ 161.451678] pm80xx pm8001_mpi_msg_consume 1450:: CI=456 PI=457 msgHeader=8100200d [ 161.451681] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.451682] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.451687] pm80xx pm8001_mpi_msg_free_set 1407: CI=457 PI=457 [ 161.451719] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.451719] [ 161.451721] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.451722] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.451724] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=442 CI=441 [ 161.452171] pm80xx pm8001_mpi_msg_consume 1450:: CI=457 PI=458 msgHeader=8100200d [ 161.452174] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.452175] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.452180] pm80xx pm8001_mpi_msg_free_set 1407: CI=458 PI=458 [ 161.458700] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.458700] [ 161.458702] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.458704] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.458706] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=443 CI=442 [ 161.461943] pm80xx pm8001_mpi_msg_consume 1450:: CI=458 PI=459 msgHeader=8100200d [ 161.461947] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.461949] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.461959] pm80xx pm8001_mpi_msg_free_set 1407: CI=459 PI=459 [ 161.462018] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.462018] [ 161.462020] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.462022] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.462025] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=444 CI=443 [ 161.465452] pm80xx pm8001_mpi_msg_consume 1450:: CI=459 PI=460 msgHeader=8100200d [ 161.465455] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.465457] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.465467] pm80xx pm8001_mpi_msg_free_set 1407: CI=460 PI=460 [ 161.465525] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.465525] [ 161.465528] pm80xx pm80xx_chip_sata_req 4105:no data [ 161.465530] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.465532] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=445 CI=444 [ 161.492697] pm80xx pm8001_mpi_msg_consume 1450:: CI=460 PI=461 msgHeader=8100200d [ 161.492700] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.492702] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.492703] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 161.492704] pm80xx mpi_sata_completion 2090:other len = 20 [ 161.492713] pm80xx pm8001_mpi_msg_free_set 1407: CI=461 PI=461 [ 161.492877] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.492877] [ 161.492879] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.492881] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.492883] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=446 CI=445 [ 161.493105] pm80xx pm8001_mpi_msg_consume 1450:: CI=461 PI=462 msgHeader=8100200d [ 161.493107] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.493108] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.493113] pm80xx pm8001_mpi_msg_free_set 1407: CI=462 PI=462 [ 161.493143] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.493143] [ 161.493145] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.493147] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.493148] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=447 CI=446 [ 161.493442] pm80xx pm8001_mpi_msg_consume 1450:: CI=462 PI=463 msgHeader=8100200d [ 161.493444] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.493445] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.493449] pm80xx pm8001_mpi_msg_free_set 1407: CI=463 PI=463 [ 161.493482] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.493482] [ 161.493483] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.493485] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.493486] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=448 CI=447 [ 161.493786] pm80xx pm8001_mpi_msg_consume 1450:: CI=463 PI=464 msgHeader=8100200d [ 161.493788] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.493789] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.493793] pm80xx pm8001_mpi_msg_free_set 1407: CI=464 PI=464 [ 161.493828] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.493828] [ 161.493829] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.493831] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.493832] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=449 CI=448 [ 161.494095] pm80xx pm8001_mpi_msg_consume 1450:: CI=464 PI=465 msgHeader=8100200d [ 161.494097] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.494098] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.494102] pm80xx pm8001_mpi_msg_free_set 1407: CI=465 PI=465 [ 161.512006] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.512006] [ 161.512008] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.512010] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.512012] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=450 CI=449 [ 161.512498] pm80xx pm8001_mpi_msg_consume 1450:: CI=465 PI=466 msgHeader=8100200d [ 161.512501] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.512502] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.512507] pm80xx pm8001_mpi_msg_free_set 1407: CI=466 PI=466 [ 161.512536] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.512536] [ 161.512537] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.512538] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.512539] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=451 CI=450 [ 161.512985] pm80xx pm8001_mpi_msg_consume 1450:: CI=466 PI=467 msgHeader=8100200d [ 161.512988] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.512989] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.512993] pm80xx pm8001_mpi_msg_free_set 1407: CI=467 PI=467 [ 161.518572] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.518572] [ 161.518574] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.518576] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.518577] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=452 CI=451 [ 161.521838] pm80xx pm8001_mpi_msg_consume 1450:: CI=467 PI=468 msgHeader=8100200d [ 161.521839] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.521840] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.521844] pm80xx pm8001_mpi_msg_free_set 1407: CI=468 PI=468 [ 161.521875] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.521875] [ 161.521876] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.521878] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.521879] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=453 CI=452 [ 161.525293] pm80xx pm8001_mpi_msg_consume 1450:: CI=468 PI=469 msgHeader=8100200d [ 161.525295] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.525296] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.525300] pm80xx pm8001_mpi_msg_free_set 1407: CI=469 PI=469 [ 161.525330] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.525330] [ 161.525332] pm80xx pm80xx_chip_sata_req 4105:no data [ 161.525333] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.525334] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=454 CI=453 [ 161.558095] pm80xx pm8001_mpi_msg_consume 1450:: CI=469 PI=470 msgHeader=8100200d [ 161.558099] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.558101] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.558101] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 161.558102] pm80xx mpi_sata_completion 2090:other len = 20 [ 161.558112] pm80xx pm8001_mpi_msg_free_set 1407: CI=470 PI=470 [ 161.558265] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.558265] [ 161.558268] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.558270] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.558272] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=455 CI=454 [ 161.558493] pm80xx pm8001_mpi_msg_consume 1450:: CI=470 PI=471 msgHeader=8100200d [ 161.558495] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.558496] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.558501] pm80xx pm8001_mpi_msg_free_set 1407: CI=471 PI=471 [ 161.558524] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.558524] [ 161.558525] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.558526] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.558527] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=456 CI=455 [ 161.558824] pm80xx pm8001_mpi_msg_consume 1450:: CI=471 PI=472 msgHeader=8100200d [ 161.558826] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.558827] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.558831] pm80xx pm8001_mpi_msg_free_set 1407: CI=472 PI=472 [ 161.558855] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.558855] [ 161.558856] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.558857] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.558858] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=457 CI=456 [ 161.559158] pm80xx pm8001_mpi_msg_consume 1450:: CI=472 PI=473 msgHeader=8100200d [ 161.559160] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.559161] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.559165] pm80xx pm8001_mpi_msg_free_set 1407: CI=473 PI=473 [ 161.559190] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.559190] [ 161.559191] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.559192] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.559193] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=458 CI=457 [ 161.559455] pm80xx pm8001_mpi_msg_consume 1450:: CI=473 PI=474 msgHeader=8100200d [ 161.559457] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.559458] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.559462] pm80xx pm8001_mpi_msg_free_set 1407: CI=474 PI=474 [ 161.571447] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.571447] [ 161.571450] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.571452] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.571454] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=459 CI=458 [ 161.571928] pm80xx pm8001_mpi_msg_consume 1450:: CI=474 PI=475 msgHeader=8100200d [ 161.571931] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.571933] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.571938] pm80xx pm8001_mpi_msg_free_set 1407: CI=475 PI=475 [ 161.571968] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.571968] [ 161.571970] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.571971] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.571972] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=460 CI=459 [ 161.572426] pm80xx pm8001_mpi_msg_consume 1450:: CI=475 PI=476 msgHeader=8100200d [ 161.572428] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.572430] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.572435] pm80xx pm8001_mpi_msg_free_set 1407: CI=476 PI=476 [ 161.578928] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.578928] [ 161.578930] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.578932] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.578934] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=461 CI=460 [ 161.582154] pm80xx pm8001_mpi_msg_consume 1450:: CI=476 PI=477 msgHeader=8100200d [ 161.582156] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.582157] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.582161] pm80xx pm8001_mpi_msg_free_set 1407: CI=477 PI=477 [ 161.582192] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.582192] [ 161.582193] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.582195] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.582196] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=462 CI=461 [ 161.585553] pm80xx pm8001_mpi_msg_consume 1450:: CI=477 PI=478 msgHeader=8100200d [ 161.585557] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.585559] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.585569] pm80xx pm8001_mpi_msg_free_set 1407: CI=478 PI=478 [ 161.585627] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.585627] [ 161.585630] pm80xx pm80xx_chip_sata_req 4105:no data [ 161.585632] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.585634] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=463 CI=462 [ 161.614523] pm80xx pm8001_mpi_msg_consume 1450:: CI=478 PI=479 msgHeader=8100200d [ 161.614526] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.614528] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.614529] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 161.614530] pm80xx mpi_sata_completion 2090:other len = 20 [ 161.614539] pm80xx pm8001_mpi_msg_free_set 1407: CI=479 PI=479 [ 161.614688] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.614688] [ 161.614690] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.614692] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.614694] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=464 CI=463 [ 161.614910] pm80xx pm8001_mpi_msg_consume 1450:: CI=479 PI=480 msgHeader=8100200d [ 161.614913] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.614914] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.614919] pm80xx pm8001_mpi_msg_free_set 1407: CI=480 PI=480 [ 161.614942] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.614942] [ 161.614943] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.614943] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.614945] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=465 CI=464 [ 161.615234] pm80xx pm8001_mpi_msg_consume 1450:: CI=480 PI=481 msgHeader=8100200d [ 161.615236] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.615237] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.615241] pm80xx pm8001_mpi_msg_free_set 1407: CI=481 PI=481 [ 161.615265] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.615265] [ 161.615265] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.615266] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.615267] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=466 CI=465 [ 161.615565] pm80xx pm8001_mpi_msg_consume 1450:: CI=481 PI=482 msgHeader=8100200d [ 161.615567] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.615568] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.615572] pm80xx pm8001_mpi_msg_free_set 1407: CI=482 PI=482 [ 161.615597] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.615597] [ 161.615598] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.615599] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.615600] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=467 CI=466 [ 161.615862] pm80xx pm8001_mpi_msg_consume 1450:: CI=482 PI=483 msgHeader=8100200d [ 161.615864] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.615865] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.615869] pm80xx pm8001_mpi_msg_free_set 1407: CI=483 PI=483 [ 161.626929] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.626929] [ 161.626930] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.626932] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.626933] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=468 CI=467 [ 161.627419] pm80xx pm8001_mpi_msg_consume 1450:: CI=483 PI=484 msgHeader=8100200d [ 161.627420] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.627421] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.627425] pm80xx pm8001_mpi_msg_free_set 1407: CI=484 PI=484 [ 161.627459] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.627459] [ 161.627460] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.627460] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xec inb 0 [ 161.627462] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=469 CI=468 [ 161.627902] pm80xx pm8001_mpi_msg_consume 1450:: CI=484 PI=485 msgHeader=8100200d [ 161.627904] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.627905] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.627908] pm80xx pm8001_mpi_msg_free_set 1407: CI=485 PI=485 [ 161.633926] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.633926] [ 161.633928] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.633930] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.633932] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=470 CI=469 [ 161.637110] pm80xx pm8001_mpi_msg_consume 1450:: CI=485 PI=486 msgHeader=8100200d [ 161.637113] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.637114] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.637119] pm80xx pm8001_mpi_msg_free_set 1407: CI=486 PI=486 [ 161.637155] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.637155] [ 161.637157] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.637159] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.637161] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=471 CI=470 [ 161.640511] pm80xx pm8001_mpi_msg_consume 1450:: CI=486 PI=487 msgHeader=8100200d [ 161.640514] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.640515] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.640520] pm80xx pm8001_mpi_msg_free_set 1407: CI=487 PI=487 [ 161.640548] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.640548] [ 161.640550] pm80xx pm80xx_chip_sata_req 4105:no data [ 161.640551] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.640552] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=472 CI=471 [ 161.687008] pm80xx pm8001_mpi_msg_consume 1450:: CI=487 PI=488 msgHeader=8100200d [ 161.687011] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.687013] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.687014] pm80xx mpi_sata_completion 2075:SAS_PROTO_RESPONSE len = 20 [ 161.687015] pm80xx mpi_sata_completion 2090:other len = 20 [ 161.687024] pm80xx pm8001_mpi_msg_free_set 1407: CI=488 PI=488 [ 161.687179] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.687179] [ 161.687182] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.687184] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.687186] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=473 CI=472 [ 161.687408] pm80xx pm8001_mpi_msg_consume 1450:: CI=488 PI=489 msgHeader=8100200d [ 161.687411] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.687412] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.687416] pm80xx pm8001_mpi_msg_free_set 1407: CI=489 PI=489 [ 161.687440] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.687440] [ 161.687441] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.687442] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.687445] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=474 CI=473 [ 161.687741] pm80xx pm8001_mpi_msg_consume 1450:: CI=489 PI=490 msgHeader=8100200d [ 161.687743] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.687744] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.687748] pm80xx pm8001_mpi_msg_free_set 1407: CI=490 PI=490 [ 161.687772] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.687772] [ 161.687773] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.687774] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.687775] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=475 CI=474 [ 161.688078] pm80xx pm8001_mpi_msg_consume 1450:: CI=490 PI=491 msgHeader=8100200d [ 161.688080] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.688081] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.688085] pm80xx pm8001_mpi_msg_free_set 1407: CI=491 PI=491 [ 161.688110] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 161.688110] [ 161.688111] pm80xx pm80xx_chip_sata_req 4112:PIO [ 161.688112] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xb0 inb 0 [ 161.688113] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=476 CI=475 [ 161.688378] pm80xx pm8001_mpi_msg_consume 1450:: CI=491 PI=492 msgHeader=8100200d [ 161.688380] pm80xx process_one_iomb 3541:OPC_OUB_SATA_COMP [ 161.688380] pm80xx mpi_sata_completion 2051:IO_SUCCESS [ 161.688384] pm80xx pm8001_mpi_msg_free_set 1407: CI=492 PI=492 [ 190.814105] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 190.814105] [ 190.814113] pm80xx pm80xx_chip_sata_req 4105:no data [ 190.814119] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xea inb 0 [ 190.814125] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=477 CI=476 [ 190.814137] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 190.814137] [ 190.814140] pm80xx pm80xx_chip_sata_req 4105:no data [ 190.814143] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xea inb 0 [ 190.814147] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=478 CI=476 [ 190.814158] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 190.814158] [ 190.814160] pm80xx pm80xx_chip_sata_req 4105:no data [ 190.814164] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xea inb 0 [ 190.814167] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=479 CI=476 [ 190.814177] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 190.814177] [ 190.814180] pm80xx pm80xx_chip_sata_req 4105:no data [ 190.814183] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xea inb 0 [ 190.814186] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=480 CI=476 [ 190.814196] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 190.814196] [ 190.814198] pm80xx pm80xx_chip_sata_req 4105:no data [ 190.814201] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xea inb 0 [ 190.814205] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=481 CI=476 [ 190.814214] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 190.814214] [ 190.814216] pm80xx pm80xx_chip_sata_req 4105:no data [ 190.814219] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xea inb 0 [ 190.814223] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=482 CI=476 [ 190.814232] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 190.814232] [ 190.814235] pm80xx pm80xx_chip_sata_req 4105:no data [ 190.814238] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xea inb 0 [ 190.814241] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=483 CI=476 [ 190.814251] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 190.814251] [ 190.814253] pm80xx pm80xx_chip_sata_req 4105:no data [ 190.814256] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xea inb 0 [ 190.814260] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=484 CI=476 [ 190.814270] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 190.814270] [ 190.814273] pm80xx pm80xx_chip_sata_req 4105:no data [ 190.814276] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xea inb 0 [ 190.814279] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=485 CI=476 [ 190.814289] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 190.814289] [ 190.814292] pm80xx pm80xx_chip_sata_req 4105:no data [ 190.814295] pm80xx pm80xx_chip_sata_req 4207:Sending Normal SATA command 0xea inb 0 [ 190.814298] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:17 , UPDATED PI=486 CI=476 [ 220.969757] sd 0:0:9:0: [sdj] command ffff880407bf5c00 timed out [ 220.969777] sd 0:0:10:0: [sdk] command ffff880407bf4d00 timed out [ 220.969784] sd 0:0:0:0: [sdb] command ffff880407bf5d00 timed out [ 220.969788] sd 0:0:4:0: [sdf] command ffff880407bf4100 timed out [ 220.969793] sd 0:0:3:0: [sde] command ffff880407bf4400 timed out [ 220.969798] sd 0:0:1:0: [sdc] command ffff880407bf5700 timed out [ 220.969803] sd 0:0:7:0: [sdh] command ffff880407bf5200 timed out [ 220.969808] sd 0:0:8:0: [sdi] command ffff880407bf5e00 timed out [ 220.969812] sd 0:0:2:0: [sdd] command ffff880407bf4f00 timed out [ 220.969829] sd 0:0:5:0: [sdg] command ffff880407bf4c00 timed out [ 220.969867] sas: Enter sas_scsi_recover_host busy: 10 failed: 10 [ 220.969882] sas: trying to find task 0xffff880035cdd680 [ 220.969888] sas: sas_scsi_find_task: aborting task 0xffff880035cdd680 [ 220.969900] pm80xx pm8001_chip_abort_task 4718:cmd_tag = e, abort task tag = 0x3 [ 220.969913] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:18 , UPDATED PI=487 CI=476 [ 240.972521] pm80xx pm8001_exec_internal_task_abort 834:TMF task timeout. [ 240.972532] pm80xx pm8001_abort_task 1245:rc= 5 [ 240.972538] sas: sas_scsi_find_task: querying task 0xffff880035cdd680 [ 240.972541] pm80xx pm8001_query_task 1168::rc= 5 [ 240.972544] sas: sas_scsi_find_task: task 0xffff880035cdd680 failed to abort [ 240.972547] sas: task 0xffff880035cdd680 is not at LU: I_T recover [ 240.972551] sas: I_T nexus reset for dev 50030480010f712e [ 240.972566] pm80xx pm8001_task_exec 383:pm8001_task_exec device [ 240.972566] [ 240.972573] pm80xx pm80xx_chip_smp_req 3806:SMP Frame Length 44 [ 240.972576] pm80xx pm80xx_chip_smp_req 3819:SMP REQUEST INDIRECT MODE [ 240.972581] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:12 , UPDATED PI=488 CI=476 [ 250.977650] sas: smp task timed out or aborted [ 250.977669] pm80xx pm8001_chip_abort_task 4718:cmd_tag = 10, abort task tag = 0xf [ 250.977676] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:14 , UPDATED PI=489 CI=476 [ 271.022264] pm80xx pm8001_exec_internal_task_abort 834:TMF task timeout. [ 271.022270] pm80xx pm8001_abort_task 1245:rc= 5 [ 271.022272] sas: SMP task aborted and not done [ 273.024354] pm80xx pm8001_chip_abort_task 4718:cmd_tag = 11, abort task tag = 0x0 [ 273.024363] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:18 , UPDATED PI=490 CI=476 [ 293.080977] pm80xx pm8001_exec_internal_task_abort 834:TMF task timeout. [ 293.080992] pm80xx pm8001_mpi_build_cmd 1368:INB Q 0 OPCODE:2a , UPDATED PI=491 CI=476 [ 361.606803] INFO: task sync:2812 blocked for more than 120 seconds. [ 361.613171] Not tainted 3.13.0-35-generic #62-Ubuntu [ 361.618727] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. [ 361.626628] sync D ffff88041fcd4440 0 2812 2328 0x00000000 [ 361.626637] ffff880403fd7d50 0000000000000086 ffff880408601800 ffff880403fd7fd8 [ 361.626645] 0000000000014440 0000000000014440 ffff880408601800 ffff880403fd7e78 [ 361.626651] ffff880403fd7e80 7fffffffffffffff ffff880408601800 ffffffff811ecf30 [ 361.626658] Call Trace: [ 361.626688] [<ffffffff811ecf30>] ? do_fsync+0x80/0x80 [ 361.626702] [<ffffffff81722749>] schedule+0x29/0x70 [ 361.626709] [<ffffffff81721999>] schedule_timeout+0x239/0x2d0 [ 361.626715] [<ffffffff811ecf30>] ? do_fsync+0x80/0x80 [ 361.626725] [<ffffffff815a4bc5>] ? md_make_request+0xd5/0x220 [ 361.626739] [<ffffffff811ecf30>] ? do_fsync+0x80/0x80 [ 361.626748] [<ffffffff815b9837>] ? dm_request+0x107/0x1a0 [ 361.626759] [<ffffffff811ecf30>] ? do_fsync+0x80/0x80 [ 361.626766] [<ffffffff81723266>] wait_for_completion+0xa6/0x160 [ 361.626777] [<ffffffff8109a8d0>] ? wake_up_state+0x20/0x20 [ 361.626783] [<ffffffff811f356e>] submit_bio_wait+0x5e/0x70 [ 361.626791] [<ffffffff8133bb7a>] blkdev_issue_flush+0x5a/0x90 [ 361.626812] [<ffffffff81255da9>] ext4_sync_fs+0xd9/0x130 [ 361.626821] [<ffffffff811ecf50>] sync_fs_one_sb+0x20/0x30 [ 361.626831] [<ffffffff811c0a62>] iterate_supers+0xb2/0x110 [ 361.626842] [<ffffffff811ed055>] sys_sync+0x55/0x90 [ 361.626849] [<ffffffff8172ed6d>] system_call_fastpath+0x1a/0x1f