Bug 59311

Summary: [BISECTED]14e4:16bc SD card slot not working on Acer Aspire One 756
Product: Drivers Reporter: Yijing Wang (wangyijing)
Component: MMC/SDAssignee: drivers_mmc-sd
Status: NEW ---    
Severity: normal CC: alan, bjorn, leonfauster, mendres.nbg, stefan, xguimax
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 3.10-rc3 Subsystem:
Regression: Yes Bisected commit-id:
Attachments: lspci -vv
lspci -s 00:1c.2 -xxx
acpidump (text format)
acpidump -b (binary format)
dmesg | grep ACPI
dmesg | grep ASPM
lspci -tv
full dmesg log from boot
v3.13-rc5 dmesg log (StefanF)
v3.13-rc5 lspci -vv (StefanF)
v3.13-rc5 acpidump (StefanF)

Description Yijing Wang 2013-06-05 08:49:39 UTC
Stefan found his sd card cannot work on Acer Aspire One 756, and found the regression commit is 3c076351c4027a56d5005a39a0b518a4ba393ce2.

Link to the Ubuntu Bug report: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178131

Problem dmesg:
[  254.810549] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00000040
[  255.007691] mmc0: mmc_rescan_try_freq: trying to init card at 400000 Hz
[  255.007703] mmc0: clock 0Hz busmode 2 powermode 1 cs 0 Vdd 21 width 0 timing 0
[  255.027621] mmc0: clock 400000Hz busmode 2 powermode 2 cs 0 Vdd 21 width 0 timing 0
[  255.043658] mmc0: starting CMD52 arg 00000c00 flags 00000195
[  255.044115] sdhci [sdhci_irq()]: *** mmc0 got interrupt: 0x00018000
[  255.046192] mmc0: req done (CMD52): -110: 00000000 00000000 00000000 00000000
[  255.046215] mmc0: starting CMD52 arg 80000c08 flags 00000195
[  265.073164] mmc0: Timeout waiting for hardware interrupt.
[  265.073179] sdhci: =========== REGISTER DUMP (mmc0)===========
[  265.073218] sdhci: Sys addr: 0x00000000 | Version:  0x00001502
[  265.073226] sdhci: Blk size: 0x00000000 | Blk cnt:  0x00000000
[  265.073234] sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
[  265.073242] sdhci: Present:  0x1eff0001 | Host ctl: 0x00000001
[  265.073249] sdhci: Power:    0x0000000f | Blk gap:  0x00000000
[  265.073257] sdhci: Wake-up:  0x00000000 | Clock:    0x0000fa07
[  265.073264] sdhci: Timeout:  0x00000000 | Int stat: 0x00000000
[  265.073273] sdhci: Int enab: 0x00ff0083 | Sig enab: 0x00ff0083
[  265.073280] sdhci: AC12 err: 0x00000000 | Slot int: 0x00000000
[  265.073288] sdhci: Caps:     0x176ec8b0 | Caps_1:   0x03002177
[  265.073296] sdhci: Cmd:      0x0000341a | Max curr: 0x00000000
[  265.073301] sdhci: Host ctl2: 0x00000000
[  265.073309] sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x00000000
[  265.073312] sdhci: ===========================================
[  265.075415] mmc0: req done (CMD52): -110: 00000000 00000000 00000000 00000000
[  265.075486] mmc0: clock 400000Hz busmode 2 powermode 2 cs 1 Vdd 21 width 0 timing 0
[  265.077570] mmc0: starting CMD0 arg 00000000 flags 000000c0 

If we disable ASPM L1 state, the sd card can work normally.

In Stefan's Acer Aspire machine, OS try to get _OSC control from BIOS, but fail.
Additionally, BIOS FADT dictates NO ASPM should support.
So Linux leave BIOS default ASPM setting for this device.

[    0.167743] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.367864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.368005] \_SB_.PCI0:_OSC invalid UUID
[    0.368007] _OSC request data:1 8 0 
[    0.369072] PCI host bridge to bus 0000:00
[    0.369078] pci_bus 0000:00: root bus resource [bus 00-fe]
......[snip........]
[    0.391408] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.391438] pci 0000:00:1c.2:   bridge window [mem 0xc0400000-0xc04fffff 64bit pref]
[    0.391470] pci_bus 0000:00: on NUMA node 0
[    0.391584] \_SB_.PCI0:_OSC invalid UUID
[    0.391586] _OSC request data:1 1f 0 
[    0.391593] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.391597] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)

But strangely, this card can work ok in windows with ASPM L1 state enbled.
I compare the device config space between Linux and Windows, and on difference found, the config space attached.

Anyone can give some idea about this problem?



Oops, I can not upload files in corporation,so I try to paste it here, sorry.

Dmesg:
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.0-rc3+ (stefan@stefanspc) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #1 SMP Tue May 28 20:37:26 CEST 2013
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000a6abefff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a6abf000-0x00000000a6ebefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a6ebf000-0x00000000a6fbefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000a6fbf000-0x00000000a6ffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000a6fff000-0x00000000a6ffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a7000000-0x00000000af9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffc80000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000014f5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Acer AO756/Mimic             , BIOS V1.09 10/30/2012
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x14f600 max_arch_pfn = 0x1000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-E7FFF write-protect
[    0.000000]   E8000-EFFFF write-combining
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 080000000 mask FC0000000 write-back
[    0.000000]   2 base 0A7000000 mask FFF000000 uncachable
[    0.000000]   3 base 0A8000000 mask FF8000000 uncachable
[    0.000000]   4 base 0B0000000 mask FF0000000 uncachable
[    0.000000]   5 base 0FFC00000 mask FFFC00000 write-protect
[    0.000000]   6 base 100000000 mask FC0000000 write-back
[    0.000000]   7 base 140000000 mask FF0000000 write-back
[    0.000000]   8 base 14F600000 mask FFFE00000 uncachable
[    0.000000]   9 base 14F800000 mask FFF800000 uncachable
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [c00fe1b0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x01ffffff]
[    0.000000] Base memory trampoline at [c0099000] 99000 size 16384
[    0.000000] reserving inaccessible SNB gfx pages
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x37800000-0x379fffff]
[    0.000000]  [mem 0x37800000-0x379fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x34000000-0x377fffff]
[    0.000000]  [mem 0x34000000-0x377fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x20200000-0x33ffffff]
[    0.000000]  [mem 0x20200000-0x33ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x37a00000-0x37bfdfff]
[    0.000000]  [mem 0x37a00000-0x37bfdfff] page 4k
[    0.000000] BRK [0x01a0a000, 0x01a0afff] PGTABLE
[    0.000000] RAMDISK: [mem 0x36536000-0x37292fff]
[    0.000000] ACPI: RSDP 000fe020 00024 (v02 ACRSYS)
[    0.000000] ACPI: XSDT a6ffe210 0008C (v01 ACRSYS ACRPRDCT 00000001      01000013)
[    0.000000] ACPI: FACP a6ffb000 000F4 (v04 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: DSDT a6fec000 0B903 (v01 ACRSYS ACRPRDCT 00000000 1025 00040000)
[    0.000000] ACPI: FACS a6fbb000 00040
[    0.000000] ACPI: UEFI a6ffd000 00236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: ASF! a6ffc000 000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: HPET a6ffa000 00038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: APIC a6ff9000 0008C (v02 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: MCFG a6ff8000 0003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: SLIC a6feb000 00176 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: SSDT a6fea000 006FE (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
[    0.000000] ACPI: BOOT a6fe8000 00028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: ASPT a6fe3000 00034 (v07 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: FPDT a6fe1000 00044 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
[    0.000000] ACPI: SSDT a6fe0000 00716 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.000000] ACPI: SSDT a6fdf000 00A92 (v01 ACRSYS ACRPRDCT 00003000 1025 00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 4474MB HIGHMEM available.
[    0.000000] 891MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 37bfe000
[    0.000000]   low ram: 0 - 37bfe000
[    0.000000] BRK [0x01a0b000, 0x01a0bfff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x37bfdfff]
[    0.000000]   HighMem  [mem 0x37bfe000-0x4f5fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009cfff]
[    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
[    0.000000]   node   0: [mem 0x20200000-0x3fffffff]
[    0.000000]   node   0: [mem 0x40200000-0xa6abefff]
[    0.000000]   node   0: [mem 0xa6fff000-0xa6ffffff]
[    0.000000]   node   0: [mem 0x00000000-0x4f5fffff]
[    0.000000] On node 0 totalpages: 1006684
[    0.000000] free_area_init_node: node 0, pgdat c184d9c0, node_mem_map f3b46020
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   Normal zone: 1752 pages used for memmap
[    0.000000]   Normal zone: 223742 pages, LIFO batch:31
[    0.000000]   HighMem zone: 8949 pages used for memmap
[    0.000000]   HighMem zone: 778946 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    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[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, 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: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[    0.000000] e820: [mem 0xafa00000-0xdfffffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @f7b7b000 s32832 r0 d24512 u57344
[    0.000000] pcpu-alloc: s32832 r0 d24512 u57344 alloc=14*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1004900
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-rc3+ root=UUID=e1e0405e-1b4d-4f0d-89f8-9324d70236c9 ro quiet splash acpi_backlight=vendor vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240
[    0.000000] Initializing HighMem for node 0 (00037bfe:0014f600)
[    0.000000] Memory: 3957880k/5494784k available (5759k kernel code, 68856k reserved, 2804k data, 744k init, 3115784k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff16000 - 0xfffff000   ( 932 kB)
[    0.000000]     pkmap   : 0xffc00000 - 0xffe00000   (2048 kB)
[    0.000000]     vmalloc : 0xf83fe000 - 0xffbfe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf7bfe000   ( 891 MB)
[    0.000000]       .init : 0xc185d000 - 0xc1917000   ( 744 kB)
[    0.000000]       .data : 0xc159fedf - 0xc185d000   (2804 kB)
[    0.000000]       .text : 0xc1000000 - 0xc159fedf   (5759 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    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] NR_IRQS:2304 nr_irqs:744 16
[    0.000000] CPU 0 irqstacks, hard=f740a000 soft=f740c000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.004000] tsc: Detected 1296.976 MHz processor
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 2593.95 BogoMIPS (lpj=5187904)
[    0.000007] pid_max: default: 32768 minimum: 301
[    0.000049] Security Framework initialized
[    0.000061] AppArmor: AppArmor initialized
[    0.000123] Mount-cache hash table entries: 512
[    0.000437] Initializing cgroup subsys devices
[    0.000440] Initializing cgroup subsys freezer
[    0.000443] Initializing cgroup subsys blkio
[    0.000445] Initializing cgroup subsys perf_event
[    0.000486] CPU: Physical Processor ID: 0
[    0.000488] CPU: Processor Core ID: 0
[    0.000494] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.000494] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.000499] mce: CPU supports 7 MCE banks
[    0.000516] CPU0: Thermal monitoring enabled (TM1)
[    0.000532] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
[    0.000532] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
[    0.000532] tlb_flushall_shift: 5
[    0.001047] Freeing SMP alternatives: 36k freed
[    0.001059] ACPI: Core revision 20130328
[    0.012185] ACPI: All ACPI Tables successfully acquired
[    0.030477] ftrace: allocating 24417 entries in 48 pages
[    0.051802] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.052250] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.091961] smpboot: CPU0: Intel(R) Pentium(R) CPU 967 @ 1.30GHz (fam: 06, model: 2a, stepping: 07)
[    0.091973] TSC deadline timer enabled
[    0.091993] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
[    0.092005] ... version:                3
[    0.092007] ... bit width:              48
[    0.092009] ... generic registers:      8
[    0.092011] ... value mask:             0000ffffffffffff
[    0.092013] ... max period:             000000007fffffff
[    0.092015] ... fixed-purpose events:   3
[    0.092017] ... event mask:             00000007000000ff
[    0.093753] CPU 1 irqstacks, hard=f74fa000 soft=f74fc000
[    0.104072] Initializing CPU#1
[    0.093756] smpboot: Booting Node   0, Processors  #1
[    0.106944] Brought up 2 CPUs
[    0.106949] smpboot: Total of 2 processors activated (5187.90 BogoMIPS)
[    0.107099] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.112851] devtmpfs: initialized
[    0.113184] EVM: security.selinux
[    0.113186] EVM: security.SMACK64
[    0.113188] EVM: security.capability
[    0.113360] PM: Registering ACPI NVS region [mem 0xa6ebf000-0xa6fbefff] (1048576 bytes)
[    0.114905] regulator-dummy: no parameters
[    0.114955] RTC time: 20:49:40, date: 05/28/13
[    0.115030] NET: Registered protocol family 16
[    0.115271] EISA bus registered
[    0.115396] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.115399] ACPI: bus type PCI registered
[    0.115472] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.115477] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.115479] PCI: Using MMCONFIG for extended config space
[    0.115481] PCI: Using configuration type 1 for base access
[    0.117089] bio: create slab <bio-0> at 0
[    0.117270] ACPI: Added _OSI(Module Device)
[    0.117273] ACPI: Added _OSI(Processor Device)
[    0.117276] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.117279] ACPI: Added _OSI(Processor Aggregator Device)
[    0.120253] ACPI: EC: Look up EC in DSDT
[    0.123273] ACPI: Executed 1 blocks of module-level executable AML code
[    0.136962] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.137663] ACPI: SSDT a6e28018 0083B (v01  PmRef  Cpu0Cst 00003001 INTL 20100121)
[    0.138460] ACPI: Dynamic OEM Table Load:
[    0.138465] ACPI: SSDT   (null) 0083B (v01  PmRef  Cpu0Cst 00003001 INTL 20100121)
[    0.147448] ACPI: SSDT a6e29a98 00303 (v01  PmRef    ApIst 00003000 INTL 20100121)
[    0.148309] ACPI: Dynamic OEM Table Load:
[    0.148312] ACPI: SSDT   (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20100121)
[    0.156963] ACPI: SSDT a6e27d98 00119 (v01  PmRef    ApCst 00003000 INTL 20100121)
[    0.157745] ACPI: Dynamic OEM Table Load:
[    0.157748] ACPI: SSDT   (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20100121)
[    0.167649] ACPI: Interpreter enabled
[    0.167663] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130328/hwxface-568)
[    0.167671] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
[    0.167696] ACPI: (supports S0 S3 S4 S5)
[    0.167699] ACPI: Using IOAPIC for interrupt routing
[    0.167743] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.367864] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.368005] \_SB_.PCI0:_OSC invalid UUID
[    0.368007] _OSC request data:1 8 0 
[    0.369072] PCI host bridge to bus 0000:00
[    0.369078] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.369081] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.369085] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.369088] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.369092] pci_bus 0000:00: root bus resource [mem 0xafa00000-0xfeafffff]
[    0.369106] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[    0.369274] pci 0000:00:02.0: [8086:0106] type 00 class 0x030000
[    0.369294] pci 0000:00:02.0: reg 10: [mem 0xc0000000-0xc03fffff 64bit]
[    0.369305] pci 0000:00:02.0: reg 18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.369313] pci 0000:00:02.0: reg 20: [io  0x2000-0x203f]
[    0.369518] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.369560] pci 0000:00:16.0: reg 10: [mem 0xc0604000-0xc060400f 64bit]
[    0.369697] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.369865] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.370186] pci 0000:00:1a.0: reg 10: [mem 0xc0609000-0xc06093ff]
[    0.371931] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.372002] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.372074] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.372106] pci 0000:00:1b.0: reg 10: [mem 0xc0600000-0xc0603fff 64bit]
[    0.372252] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.372308] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.372368] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.372523] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.372583] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.372644] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
[    0.372797] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.372859] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.372923] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400
[    0.373079] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.373144] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    0.373216] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.373520] pci 0000:00:1d.0: reg 10: [mem 0xc0608000-0xc06083ff]
[    0.375275] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.375343] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.375404] pci 0000:00:1f.0: [8086:1e5e] type 00 class 0x060100
[    0.375654] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[    0.375694] pci 0000:00:1f.2: reg 10: [io  0x2088-0x208f]
[    0.375710] pci 0000:00:1f.2: reg 14: [io  0x2094-0x2097]
[    0.375727] pci 0000:00:1f.2: reg 18: [io  0x2080-0x2087]
[    0.375742] pci 0000:00:1f.2: reg 1c: [io  0x2090-0x2093]
[    0.375759] pci 0000:00:1f.2: reg 20: [io  0x2060-0x207f]
[    0.375776] pci 0000:00:1f.2: reg 24: [mem 0xc0607000-0xc06077ff]
[    0.375881] pci 0000:00:1f.2: PME# supported from D3hot
[    0.375998] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.376030] pci 0000:00:1f.3: reg 10: [mem 0xc0605000-0xc06050ff 64bit]
[    0.376075] pci 0000:00:1f.3: reg 20: [io  0x2040-0x205f]
[    0.376316] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.376492] pci 0000:03:00.0: [168c:0032] type 00 class 0x028000
[    0.376557] pci 0000:03:00.0: reg 10: [mem 0xc0500000-0xc057ffff 64bit]
[    0.376710] pci 0000:03:00.0: reg 30: [mem 0xffff0000-0xffffffff pref]
[    0.376870] pci 0000:03:00.0: supports D1 D2
[    0.376873] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.376944] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.383359] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.383375] pci 0000:00:1c.1:   bridge window [mem 0xc0500000-0xc05fffff]
[    0.383579] pci 0000:04:00.0: [14e4:16b5] type 00 class 0x020000
[    0.383622] pci 0000:04:00.0: reg 10: [mem 0xc0410000-0xc041ffff 64bit pref]
[    0.383656] pci 0000:04:00.0: reg 18: [mem 0xc0420000-0xc042ffff 64bit pref]
[    0.383717] pci 0000:04:00.0: reg 30: [mem 0xfffff800-0xffffffff pref]
[    0.383836] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.383897] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.384012] pci 0000:04:00.1: [14e4:16bc] type 00 class 0x080501
[    0.384054] pci 0000:04:00.1: reg 10: [mem 0xc0400000-0xc040ffff 64bit pref]
[    0.384254] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
[    0.391408] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.391438] pci 0000:00:1c.2:   bridge window [mem 0xc0400000-0xc04fffff 64bit pref]
[    0.391470] pci_bus 0000:00: on NUMA node 0
[    0.391584] \_SB_.PCI0:_OSC invalid UUID
[    0.391586] _OSC request data:1 1f 0 
[    0.391593] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.391597] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.452072] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[    0.452174] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[    0.452271] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[    0.452368] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[    0.452464] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.452562] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[    0.452658] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[    0.452755] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[    0.453205] ACPI: Enabled 6 GPEs in block 00 to 3F
[    0.453216] acpi root: \_SB_.PCI0 notify handler is installed
[    0.453314] Found 1 acpi root devices
[    0.453369] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.453601] ACPI: No dock devices found.
[    0.453688] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.453694] vgaarb: loaded
[    0.453696] vgaarb: bridge control possible 0000:00:02.0
[    0.453907] SCSI subsystem initialized
[    0.453910] ACPI: bus type ATA registered
[    0.453981] libata version 3.00 loaded.
[    0.454011] ACPI: bus type USB registered
[    0.454040] usbcore: registered new interface driver usbfs
[    0.454053] usbcore: registered new interface driver hub
[    0.454092] usbcore: registered new device driver usb
[    0.454269] PCI: Using ACPI for IRQ routing
[    0.469389] PCI: pci_cache_line_size set to 64 bytes
[    0.469551] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.469555] e820: reserve RAM buffer [mem 0xa6abf000-0xa7ffffff]
[    0.469558] e820: reserve RAM buffer [mem 0xa7000000-0xa7ffffff]
[    0.469561] e820: reserve RAM buffer [mem 0x14f600000-0x14fffffff]
[    0.469707] NetLabel: Initializing
[    0.469710] NetLabel:  domain hash size = 128
[    0.469711] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.469727] NetLabel:  unlabeled traffic allowed by default
[    0.469914] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.469925] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.471940] Switching to clocksource hpet
[    0.481167] AppArmor: AppArmor Filesystem Enabled
[    0.481198] pnp: PnP ACPI init
[    0.481220] ACPI: bus type PNP registered
[    0.481327] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.481459] pnp 00:01: Plug and Play ACPI device, IDs ETD0502 PNP0f13 (active)
[    0.481549] pnp 00:02: [dma 4]
[    0.481580] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.481617] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
[    0.481750] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.481798] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.481871] system 00:06: [io  0x0680-0x069f] has been reserved
[    0.481875] system 00:06: [io  0xfd60-0xfd63] has been reserved
[    0.481879] system 00:06: [io  0x1000-0x100f] has been reserved
[    0.481883] system 00:06: [io  0xffff] has been reserved
[    0.481886] system 00:06: [io  0xffff] has been reserved
[    0.481890] system 00:06: [io  0x0400-0x0453] has been reserved
[    0.481894] system 00:06: [io  0x0458-0x047f] has been reserved
[    0.481897] system 00:06: [io  0x0500-0x057f] has been reserved
[    0.481901] system 00:06: [io  0x164e-0x164f] has been reserved
[    0.481906] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.481951] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.482030] system 00:08: [io  0x0454-0x0457] has been reserved
[    0.482035] system 00:08: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.540302] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.540306] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.540310] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.540314] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.540318] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
[    0.540321] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.540325] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.540329] system 00:09: [mem 0xff000000-0xff000fff] has been reserved
[    0.540333] system 00:09: [mem 0xff010000-0xffffffff] could not be reserved
[    0.540337] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.540341] system 00:09: [mem 0xafa00000-0xafa00fff] has been reserved
[    0.540345] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.540803] system 00:0a: [mem 0x20000000-0x201fffff] has been reserved
[    0.540807] system 00:0a: [mem 0x40000000-0x401fffff] has been reserved
[    0.540811] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.540836] pnp: PnP ACPI: found 11 devices
[    0.540839] ACPI: bus type PNP unregistered
[    0.540842] PnPBIOS: Disabled by ACPI PNP
[    0.578237] pci 0000:03:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref]
[    0.578241] pci 0000:04:00.0: no compatible bridge window for [mem 0xfffff800-0xffffffff pref]
[    0.578261] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.578267] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
[    0.578271] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
[    0.578309] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.578313] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.578317] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.578324] pci 0000:00:1c.0: BAR 14: assigned [mem 0xafb00000-0xafcfffff]
[    0.578330] pci 0000:00:1c.0: BAR 15: assigned [mem 0xafd00000-0xafefffff 64bit pref]
[    0.578335] pci 0000:00:1c.1: BAR 15: assigned [mem 0xaff00000-0xafffffff pref]
[    0.578340] pci 0000:00:1c.2: BAR 14: assigned [mem 0xc0700000-0xc07fffff]
[    0.578346] pci 0000:00:1c.0: BAR 13: assigned [io  0x3000-0x3fff]
[    0.578350] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.578357] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.578366] pci 0000:00:1c.0:   bridge window [mem 0xafb00000-0xafcfffff]
[    0.578374] pci 0000:00:1c.0:   bridge window [mem 0xafd00000-0xafefffff 64bit pref]
[    0.578387] pci 0000:03:00.0: BAR 6: assigned [mem 0xaff00000-0xaff0ffff pref]
[    0.578390] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.578400] pci 0000:00:1c.1:   bridge window [mem 0xc0500000-0xc05fffff]
[    0.578407] pci 0000:00:1c.1:   bridge window [mem 0xaff00000-0xafffffff pref]
[    0.578420] pci 0000:04:00.0: BAR 6: assigned [mem 0xc0430000-0xc04307ff pref]
[    0.578423] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.578432] pci 0000:00:1c.2:   bridge window [mem 0xc0700000-0xc07fffff]
[    0.578439] pci 0000:00:1c.2:   bridge window [mem 0xc0400000-0xc04fffff 64bit pref]
[    0.578895] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.578898] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.578902] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.578905] pci_bus 0000:00: resource 7 [mem 0xafa00000-0xfeafffff]
[    0.578909] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    0.578912] pci_bus 0000:02: resource 1 [mem 0xafb00000-0xafcfffff]
[    0.578915] pci_bus 0000:02: resource 2 [mem 0xafd00000-0xafefffff 64bit pref]
[    0.578919] pci_bus 0000:03: resource 1 [mem 0xc0500000-0xc05fffff]
[    0.578922] pci_bus 0000:03: resource 2 [mem 0xaff00000-0xafffffff pref]
[    0.578925] pci_bus 0000:04: resource 1 [mem 0xc0700000-0xc07fffff]
[    0.578929] pci_bus 0000:04: resource 2 [mem 0xc0400000-0xc04fffff 64bit pref]
[    0.578974] NET: Registered protocol family 2
[    0.579181] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.579210] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.579233] TCP: Hash tables configured (established 8192 bind 8192)
[    0.579252] TCP: reno registered
[    0.579256] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.579264] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.579346] NET: Registered protocol family 1
[    0.579364] pci 0000:00:02.0: Boot video device
[    0.608304] PCI: CLS 64 bytes, default 64
[    0.608364] Trying to unpack rootfs image as initramfs...
[    1.095276] Freeing initrd memory: 13684k freed
[    1.098326] Simple Boot Flag at 0x44 set to 0x1
[    1.098536] Scanning for low memory corruption every 60 seconds
[    1.098862] audit: initializing netlink socket (disabled)
[    1.098880] type=2000 audit(1369774181.076:1): initialized
[    1.142153] bounce pool size: 64 pages
[    1.142160] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.144537] VFS: Disk quotas dquot_6.5.2
[    1.144613] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.145257] fuse init (API version 7.22)
[    1.145397] msgmni has been set to 1671
[    1.145967] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.146015] io scheduler noop registered
[    1.146018] io scheduler deadline registered
[    1.146056] io scheduler cfq registered (default)
[    1.146405] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.146428] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.146502] intel_idle: MWAIT substates: 0x21120
[    1.146504] intel_idle: v0.4 model 0x2A
[    1.146506] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.146610] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    1.146688] ACPI: AC Adapter [ACAD] (on-line)
[    1.146864] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input0
[    1.146871] ACPI: Power Button [PWRB]
[    1.146930] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input1
[    1.146961] ACPI: Lid Switch [LID0]
[    1.147016] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0E:00/input/input2
[    1.147021] ACPI: Sleep Button [SLPB]
[    1.147086] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.147090] ACPI: Power Button [PWRF]
[    1.147202] ACPI: Requesting acpi_cpufreq
[    1.211082] GHES: HEST is not enabled!
[    1.211103] isapnp: Scanning for PnP cards...
[    1.512679] [Firmware Bug]: battery: (dis)charge rate invalid.
[    1.512712] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    1.512720] ACPI: Battery Slot [BAT1] (battery present)
[    1.565391] isapnp: No Plug & Play device found
[    1.565480] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.567811] Linux agpgart interface v0.103
[    1.569942] brd: module loaded
[    1.571025] loop: module loaded
[    1.571182] ahci 0000:00:1f.2: version 3.0
[    1.571405] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
[    1.571445] ahci: SSS flag set, parallel bus scan disabled
[    1.571473] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x1 impl SATA mode
[    1.571479] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems apst 
[    1.571486] ahci 0000:00:1f.2: setting latency timer to 64
[    1.571993] scsi0 : ahci
[    1.572112] scsi1 : ahci
[    1.572213] scsi2 : ahci
[    1.572308] scsi3 : ahci
[    1.572370] ata1: SATA max UDMA/133 abar m2048@0xc0607000 port 0xc0607100 irq 40
[    1.572372] ata2: DUMMY
[    1.572374] ata3: DUMMY
[    1.572376] ata4: DUMMY
[    1.572877] libphy: Fixed MDIO Bus: probed
[    1.572902] tun: Universal TUN/TAP device driver, 1.6
[    1.572904] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.572966] PPP generic driver version 2.4.2
[    1.573074] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.573077] ehci-pci: EHCI PCI platform driver
[    1.573251] ehci-pci 0000:00:1a.0: setting latency timer to 64
[    1.573262] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.573316] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.573337] ehci-pci 0000:00:1a.0: debug port 2
[    1.577256] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.577279] ehci-pci 0000:00:1a.0: irq 16, io mem 0xc0609000
[    1.588706] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.588880] hub 1-0:1.0: USB hub found
[    1.588886] hub 1-0:1.0: 2 ports detected
[    1.589171] ehci-pci 0000:00:1d.0: setting latency timer to 64
[    1.589181] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.589240] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.589260] ehci-pci 0000:00:1d.0: debug port 2
[    1.593164] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.593185] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc0608000
[    1.604717] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.604870] hub 2-0:1.0: USB hub found
[    1.604875] hub 2-0:1.0: 2 ports detected
[    1.605003] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.605017] uhci_hcd: USB Universal Host Controller Interface driver
[    1.605111] i8042: PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[    1.624262] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.624270] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.624436] mousedev: PS/2 mouse device common for all mice
[    1.626005] rtc_cmos 00:07: RTC can wake from S4
[    1.626168] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    1.626203] rtc_cmos 00:07: alarms up to one month, 242 bytes nvram, hpet irqs
[    1.626301] device-mapper: uevent: version 1.0.3
[    1.626399] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[    1.626425] platform eisa.0: Probing EISA bus 0
[    1.626449] platform eisa.0: EISA: Detected 0 cards
[    1.626463] cpufreq-nforce2: No nForce2 chipset.
[    1.626546] cpuidle: using governor ladder
[    1.626654] cpuidle: using governor menu
[    1.626783] TCP: cubic registered
[    1.626934] NET: Registered protocol family 10
[    1.627216] NET: Registered protocol family 17
[    1.627229] Key type dns_resolver registered
[    1.627496] Using IPI No-Shortcut mode
[    1.627652] PM: Hibernation image not present or could not be loaded.
[    1.627666] registered taskstats version 1
[    1.631159] Key type trusted registered
[    1.633983] Key type encrypted registered
[    1.637375]   Magic number: 13:9:853
[    1.637486] rtc_cmos 00:07: setting system clock to 2013-05-28 20:49:41 UTC (1369774181)
[    1.637992] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.637995] EDD information not available.
[    1.644361] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.889017] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.891398] ata1.00: ATA-8: ST320LT020-9YG142, 0010SDM1, max UDMA/133
[    1.891410] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.894117] ata1.00: configured for UDMA/133
[    1.894481] scsi 0:0:0:0: Direct-Access     ATA      ST320LT020-9YG14 0010 PQ: 0 ANSI: 5
[    1.894728] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.894736] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    1.894740] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.894819] sd 0:0:0:0: [sda] Write Protect is off
[    1.894824] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.894889] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.901036] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.922115]  sda: sda1 sda2 sda3 sda4
[    1.923315] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.923422] Freeing unused kernel memory: 744k freed
[    1.923665] Write protecting the kernel text: 5760k
[    1.923758] Write protecting the kernel read-only data: 2280k
[    1.923760] NX-protecting the kernel data: 4480k
[    1.950400] udevd[100]: starting version 175
[    2.019289] sdhci: Secure Digital Host Controller Interface driver
[    2.019295] sdhci: Copyright(c) Pierre Ossman
[    2.019946] sdhci-pci 0000:04:00.1: SDHCI controller found [14e4:16bc] (rev 10)
[    2.019997] sdhci-pci 0000:04:00.1: found 1 slot(s)
[    2.020077] pps_core: LinuxPPS API ver. 1 registered
[    2.020081] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    2.020208] sdhci [sdhci_add_host()]: mmc0: Auto-CMD23 available
[    2.020212] mmc0: no vqmmc regulator found
[    2.020215] mmc0: no vmmc regulator found
[    2.020329] sdhci: =========== REGISTER DUMP (mmc0)===========
[    2.020335] sdhci: Sys addr: 0x00000000 | Version:  0x00001502
[    2.020342] sdhci: Blk size: 0x00000000 | Blk cnt:  0x00000000
[    2.020349] sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
[    2.020355] sdhci: Present:  0x1ff80000 | Host ctl: 0x00000000
[    2.020362] sdhci: Power:    0x00000000 | Blk gap:  0x00000000
[    2.020368] sdhci: Wake-up:  0x00000000 | Clock:    0x00000000
[    2.020375] sdhci: Timeout:  0x00000000 | Int stat: 0x00000000
[    2.020382] sdhci: Int enab: 0x00ff0003 | Sig enab: 0x00ff0003
[    2.020388] sdhci: AC12 err: 0x00000000 | Slot int: 0x00000000
[    2.020395] sdhci: Caps:     0x176ec8b0 | Caps_1:   0x03002177
[    2.020402] sdhci: Cmd:      0x00000000 | Max curr: 0x00000000
[    2.020406] sdhci: Host ctl2: 0x00000000
[    2.020412] sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x00000000
[    2.020414] sdhci: ===========================================
[    2.026830] [drm] Initialized drm 1.1.0 20060810
[    2.030409] mmc0: SDHCI controller on PCI [0000:04:00.1] using ADMA
[    2.032361] PTP clock support registered
[    2.033665] hub 1-1:1.0: USB hub found
[    2.033743] hub 1-1:1.0: 4 ports detected
[    2.037346] tg3.c:v3.132 (May 21, 2013)
[    2.074869] [drm] Memory usable by graphics device = 2048M
[    2.074881] i915 0000:00:02.0: setting latency timer to 64
[    2.075137] i915 0000:00:02.0: irq 41 for MSI/MSI-X
[    2.075151] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    2.075153] [drm] Driver supports precise vblank timestamp query.
[    2.075222] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.081604] tg3 0000:04:00.0 eth0: Tigon3 [partno(BCM57785) rev 57785100] (PCI Express) MAC address b8:88:e3:42:5d:df
[    2.081611] tg3 0000:04:00.0 eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[    2.081615] tg3 0000:04:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    2.081619] tg3 0000:04:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[    2.097043] tsc: Refined TSC clocksource calibration: 1297.053 MHz
[    2.097051] Switching to clocksource tsc
[    2.101893] [drm] Wrong MCH_SSKPD value: 0x16040307
[    2.101899] [drm] This can cause pipe underruns and display issues.
[    2.101901] [drm] Please upgrade your BIOS to fix this.
[    2.119184] fbcon: inteldrmfb (fb0) is primary device
[    2.145119] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    2.277852] hub 2-1:1.0: USB hub found
[    2.277903] hub 2-1:1.0: 4 ports detected
[    2.349389] usb 1-1.3: new high-speed USB device number 3 using ehci-pci
[    2.819681] Console: switching to colour frame buffer device 170x48
[    2.825697] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    2.825700] i915 0000:00:02.0: registered panic notifier
[    2.827363] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.827450] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5
[    2.827564] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    3.094310] kjournald starting.  Commit interval 5 seconds
[    3.094604] EXT3-fs (sda4): mounted filesystem with ordered data mode
[    3.830442] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[   22.490668] EXT3-fs (sda4): using internal journal
[   22.796908] udevd[489]: starting version 175
[   23.674480] wmi: Mapper loaded
[   23.849884] type=1400 audit(1369767003.692:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=609 comm="apparmor_parser"
[   23.849971] type=1400 audit(1369767003.692:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=609 comm="apparmor_parser"
[   23.850041] type=1400 audit(1369767003.692:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=609 comm="apparmor_parser"
[   24.146299] type=1400 audit(1369767003.988:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=706 comm="apparmor_parser"
[   24.146387] type=1400 audit(1369767003.988:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=706 comm="apparmor_parser"
[   24.146459] type=1400 audit(1369767003.988:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=706 comm="apparmor_parser"
[   24.171884] lp: driver loaded but no devices found
[   24.413827] psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
[   24.440364] acer_wmi: Acer Laptop ACPI-WMI Extras
[   24.440389] acer_wmi: Function bitmap for Communication Button: 0x1
[   24.440397] acer_wmi: Disabling ACPI video driver
[   24.549663] input: Acer WMI hotkeys as /devices/virtual/input/input6
[   24.550839] input: Acer BMA150 accelerometer as /devices/virtual/input/input7
[   24.698266] psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x461f01)
[   24.721859] psmouse serio1: elantech: Synaptics capabilities query result 0x01, 0x16, 0x0c.
[   24.856959] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input8
[   24.919609] cfg80211: Calling CRDA to update world regulatory domain
[   24.927359] cfg80211: World regulatory domain updated:
[   24.927365] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   24.927369] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   24.927372] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   24.927374] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   24.927377] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   24.927379] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   25.105991] Adding 102396k swap on /swapfile.  Priority:-1 extents:44 across:17730088k 
[   25.391309] init: failsafe main process (845) killed by TERM signal
[   25.883019] Bluetooth: Core ver 2.16
[   25.883053] NET: Registered protocol family 31
[   25.883055] Bluetooth: HCI device and connection manager initialized
[   25.883065] Bluetooth: HCI socket layer initialized
[   25.883068] Bluetooth: L2CAP socket layer initialized
[   25.883076] Bluetooth: SCO socket layer initialized
[   25.914149] ppdev: user-space parallel port driver
[   25.952741] Bluetooth: RFCOMM TTY layer initialized
[   25.952758] Bluetooth: RFCOMM socket layer initialized
[   25.952760] Bluetooth: RFCOMM ver 1.11
[   26.047115] type=1400 audit(1369767005.888:8): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm/lightdm-guest-session-wrapper" pid=924 comm="apparmor_parser"
[   26.070669] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   26.070675] Bluetooth: BNEP filters: protocol multicast
[   26.070686] Bluetooth: BNEP socket layer initialized
[   26.345140] tg3 0000:04:00.0: irq 42 for MSI/MSI-X
[   26.345156] tg3 0000:04:00.0: irq 43 for MSI/MSI-X
[   26.345168] tg3 0000:04:00.0: irq 44 for MSI/MSI-X
[   26.621482] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[   26.912713] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   26.974180] type=1400 audit(1369767006.816:9): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=925 comm="apparmor_parser"
[   26.974366] type=1400 audit(1369767006.816:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=925 comm="apparmor_parser"
[   26.974488] type=1400 audit(1369767006.816:11): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=925 comm="apparmor_parser"
[   27.100608] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   27.105633] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   27.109670] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   27.510925] ath: phy0: ASPM enabled: 0x43
[   27.510932] ath: EEPROM regdomain: 0x65
[   27.510935] ath: EEPROM indicates we should expect a direct regpair map
[   27.510938] ath: Country alpha2 being used: 00
[   27.510940] ath: Regpair used: 0x65
[   27.510944] cfg80211: Updating information on frequency 2412 MHz with regulatory rule:
[   27.510947] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   27.510949] cfg80211: Updating information on frequency 2417 MHz with regulatory rule:
[   27.510952] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   27.510954] cfg80211: Updating information on frequency 2422 MHz with regulatory rule:
[   27.510957] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   27.510959] cfg80211: Updating information on frequency 2427 MHz with regulatory rule:
[   27.510961] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   27.510963] cfg80211: Updating information on frequency 2432 MHz with regulatory rule:
[   27.510966] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   27.510968] cfg80211: Updating information on frequency 2437 MHz with regulatory rule:
[   27.510970] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   27.510972] cfg80211: Updating information on frequency 2442 MHz with regulatory rule:
[   27.510975] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   27.510977] cfg80211: Updating information on frequency 2447 MHz with regulatory rule:
[   27.510979] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   27.510981] cfg80211: Updating information on frequency 2452 MHz with regulatory rule:
[   27.510984] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   27.510986] cfg80211: Updating information on frequency 2457 MHz with regulatory rule:
[   27.510988] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   27.510990] cfg80211: Updating information on frequency 2462 MHz with regulatory rule:
[   27.510993] cfg80211: 2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   27.510995] cfg80211: Updating information on frequency 2467 MHz with regulatory rule:
[   27.510997] cfg80211: 2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   27.510999] cfg80211: Updating information on frequency 2472 MHz with regulatory rule:
[   27.511002] cfg80211: 2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A mBi, 2000 mBm)
[   27.511004] cfg80211: Disabling freq 2484 MHz as custom regd has no rule that fits it
[   27.511748] cfg80211: Ignoring regulatory request Set by core since the driver uses its own custom regulatory domain
[   27.599288] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[   27.599979] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0xf9100000, irq=17
[   27.650502] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   29.105328] audit_printk_skb: 9 callbacks suppressed
[   29.105334] type=1400 audit(1369767008.944:15): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=972 comm="apparmor_parser"
[   29.105626] type=1400 audit(1369767008.944:16): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/telepathy-*" pid=972 comm="apparmor_parser"
[   29.110420] type=1400 audit(1369767008.948:17): apparmor="STATUS" operation="profile_replace" name="/usr/lib/cups/backend/cups-pdf" pid=998 comm="apparmor_parser"
[   29.111269] type=1400 audit(1369767008.952:18): apparmor="STATUS" operation="profile_replace" name="/usr/sbin/cupsd" pid=998 comm="apparmor_parser"
[   29.520625] type=1400 audit(1369767009.360:19): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=1000 comm="apparmor_parser"
[   30.101893] wlan0: authenticate with 00:c0:02:fe:6d:9e
[   30.117700] wlan0: send auth to 00:c0:02:fe:6d:9e (try 1/3)
[   30.120352] wlan0: authenticated
[   30.121343] ath9k 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[   30.121350] ath9k 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[   30.123419] wlan0: associate with 00:c0:02:fe:6d:9e (try 1/3)
[   30.126027] wlan0: RX AssocResp from 00:c0:02:fe:6d:9e (capab=0x431 status=0 aid=3)
[   30.126089] wlan0: associated
[   30.126117] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   38.240448] type=1400 audit(1369767018.072:20): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=943 comm="apparmor_parser"
[   38.241630] type=1400 audit(1369767018.076:21): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince//launchpad_integration" pid=943 comm="apparmor_parser"
[   38.241919] type=1400 audit(1369767018.076:22): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince//sanitized_helper" pid=943 comm="apparmor_parser"
[   38.242740] type=1400 audit(1369767018.076:23): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=943 comm="apparmor_parser"
[   38.243533] type=1400 audit(1369767018.076:24): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer//launchpad_integration" pid=943 comm="apparmor_parser"
[   38.243812] type=1400 audit(1369767018.076:25): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer//sanitized_helper" pid=943 comm="apparmor_parser"
[   38.244353] type=1400 audit(1369767018.076:26): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=943 comm="apparmor_parser"
[   38.244863] type=1400 audit(1369767018.080:27): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer//sanitized_helper" pid=943 comm="apparmor_parser"
[   38.397754] init: alsa-restore main process (1119) terminated with status 99
[   38.464909] init: lightdm main process (1188) killed by TERM signal



lspci -tv:
-[0000:00]-+-00.0
           +-02.0
           +-16.0
           +-1a.0
           +-1b.0
           +-1c.0-[02]--
           +-1c.1-[03]----00.0
           +-1c.2-[04]--+-00.0
           |            \-00.1 (sd card controller)
           +-1d.0
           +-1f.0
           +-1f.2
           \-1f.3

lspci -vvv:
00:1c.2 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 3 (rev c4) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: afc00000-afcfffff
	Prefetchable memory behind bridge: 00000000c0400000-00000000c04fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #3, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot-
		LnkCtl:	ASPM L0s Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #2, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState+
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB
	Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
		Address: 00000000  Data: 0000
	Capabilities: [90] Subsystem: Acer Incorporated [ALI] Device 0742
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport
	Kernel modules: shpchp


04:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57785 Gigabit Ethernet PCIe (rev 10)
	Subsystem: Acer Incorporated [ALI] Device 0742
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at c0410000 (64-bit, prefetchable) [size=64K]
	Region 2: Memory at c0420000 (64-bit, prefetchable) [size=64K]
	Expansion ROM at c0430000 [disabled] [size=2K]
	Capabilities: [48] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [58] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [a0] MSI-X: Enable+ Count=5 Masked-
		Vector table: BAR=2 offset=00000000
		PBA: BAR=2 offset=00000120
	Capabilities: [ac] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr+ NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <2us, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [13c v1] Device Serial Number 00-00-b8-88-e3-42-5d-df
	Capabilities: [150 v1] Power Budgeting <?>
	Capabilities: [160 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: tg3
	Kernel modules: tg3

04:00.1 SD Host controller: Broadcom Corporation NetXtreme BCM57765 Memory Card Reader (rev 10) (prog-if 01)
	Subsystem: Acer Incorporated [ALI] Device 0742
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 19
	Region 0: Memory at c0400000 (64-bit, prefetchable) [size=64K]
	Capabilities: [48] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [58] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [ac] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr+ NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <2us
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Capabilities: [150 v1] Power Budgeting <?>
	Capabilities: [160 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Kernel driver in use: sdhci-pci
	Kernel modules: sdhci-pci
Comment 1 Yijing Wang 2013-06-05 08:52:54 UTC
This problem is still in mainline kernel 3.10-rcx.
Comment 2 Stefan Frings 2013-09-12 18:49:53 UTC
The problem is still in mainline kernel 3.11. I used the following packages from ubuntu:

linux-headers-3.11.0-031100_3.11.0-031100.201309021735_all.deb
linux-headers-3.11.0-031100-generic_3.11.0-031100.201309021735_i386.deb
linux-image-3.11.0-031100-generic_3.11.0-031100.201309021735_i386.deb

See also attached files.
Comment 3 Stefan Frings 2013-09-12 18:50:24 UTC
Created attachment 108221 [details]
lspci -vv
Comment 4 Stefan Frings 2013-09-12 18:51:59 UTC
Created attachment 108231 [details]
lspci -s 00:1c.2 -xxx
Comment 5 Stefan Frings 2013-09-12 18:52:34 UTC
Created attachment 108241 [details]
acpidump (text format)
Comment 6 Stefan Frings 2013-09-12 18:52:59 UTC
Created attachment 108251 [details]
acpidump -b (binary format)
Comment 7 Stefan Frings 2013-09-12 18:54:15 UTC
Created attachment 108261 [details]
dmesg | grep ACPI
Comment 8 Stefan Frings 2013-09-12 18:55:31 UTC
Created attachment 108271 [details]
dmesg | grep ASPM
Comment 9 Stefan Frings 2013-09-12 18:59:07 UTC
Created attachment 108281 [details]
lspci -tv
Comment 10 Stefan Frings 2013-09-12 19:03:19 UTC
The workaround still helps to get the cardreader working:
setpci -s 00:1c.2 0x50.B=0x41
Comment 11 Stefan Frings 2013-09-12 19:17:24 UTC
Created attachment 108301 [details]
full dmesg log from boot
Comment 12 Bjorn Helgaas 2013-12-24 16:51:57 UTC
Created attachment 119521 [details]
v3.13-rc5 dmesg log (StefanF)

v3.13-rc5 dmesg log collected by StefanF at https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178131/comments/68

Thanks very much!
Comment 13 Bjorn Helgaas 2013-12-24 16:54:08 UTC
Created attachment 119531 [details]
v3.13-rc5 lspci -vv (StefanF)

v3.13-rc5 lspci -vv output collected by StefanF at https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178131/comments/69
Comment 14 Bjorn Helgaas 2013-12-24 16:55:15 UTC
Created attachment 119541 [details]
v3.13-rc5 acpidump (StefanF)

v3.13-rc5 acpidump collected by StefanF at https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178131/comments/67
Comment 15 xguimax 2014-02-21 22:58:29 UTC
Same problem on Gateway NE56R09b using even the mainline kernel:

lspci output:
02:00.1 SD Host controller [0805]: Broadcom Corporation BCM57765/57785 SDXC/MMC Card Reader [14e4:16bc] (rev 10)
	Subsystem: Acer Incorporated [ALI] Device [1025:0647]
	Kernel driver in use: sdhci-pci
Comment 16 leonfauster 2014-04-11 15:04:01 UTC
Duplicate: https://bugzilla.kernel.org/show_bug.cgi?id=73241
Comment 17 Bjorn Helgaas 2014-06-03 22:44:42 UTC
Apparently the BIOS enabled ASPM L1 and told the OS that we're not allowed to touch ASPM configuration.  So we don't touch ASPM, and the Linux driver doesn't work.  Windows doesn't touch ASPM either, and the Windows driver works.  That suggests a defect in the Linux driver, so I'm going to reassign this to the MMC/SD driver.

Let me know if you think this is incorrect.  Bug #64541 was a similar case where the Windows driver worked with L1 enabled but the Linux driver did not.  Eventually this was fixed by a driver change:

    2d93aee152b1 iwlwifi: pcie: enable oscillator for L1 exit
Comment 18 Stefan Frings 2014-06-04 05:20:37 UTC
Yes, that matches my conclusion. If windows works with ASPM, then Linux should also.

Im the meantime some people (that own the same notebook or chipset) reported to me that they still get I/O errors with some few SD card types, so the workaround seems to work for most SD cards but not for all.

Maybe both issues caused by the same driver bug.