On Sun, Sep 2, 2012 at 3:24 AM, Borislav Petkov <bp@xxxxxxxxx> wrote: > On Sat, Sep 01, 2012 at 08:45:56AM -0400, Dan Merillat wrote: >> I haven't been in my BIOS in years, but powernow-k8 quit working >> sometime after 3.2 when the ACPI bits were reworked. So whatever >> broke it, it's 100% software. Not something I use a lot so I haven't >> done an exact regression on it, but: >> Feb 19 18:23:32 fileserver kernel: [ 0.000000] Linux version 3.2.0 >> (harik@fileserver) (gcc version 4.5.3 (Debian 4.5.3-3) ) #1 SMP Mon >> Jan 23 21:57:27 EST 2012 >> Feb 19 18:23:32 fileserver kernel: [ 1.268123] powernow-k8: Found 1 >> AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ (2 cpu cores) (version >> 2.20.00) > > Which one is yours: > > http://products.amd.com/en-us/QuickSearch.aspx?q=4600+ This one: ADO4600CUBOX http://products.amd.com/pages/DesktopCPUDetail.aspx?id=51 > Also, can you send /proc/cpuinfo pls. (I blame gmail in advance for mangling formatting) processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 75 model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ stepping : 2 microcode : 0x62 cpu MHz : 2104.433 cache size : 512 KB physical id : 0 siblings : 2 core id : 0 cpu cores : 2 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good nopl extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy bogomips : 4208.86 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: ts fid vid ttp tm stc processor : 1 vendor_id : AuthenticAMD cpu family : 15 model : 75 model name : AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ stepping : 2 microcode : 0x62 cpu MHz : 2104.433 cache size : 512 KB physical id : 0 siblings : 2 core id : 1 cpu cores : 2 apicid : 1 initial apicid : 1 fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 3dnowext 3dnow rep_good nopl extd_apicid pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy bogomips : 4208.84 TLB size : 1024 4K pages clflush size : 64 cache_alignment : 64 address sizes : 40 bits physical, 48 bits virtual power management: ts fid vid ttp tm stc > Hmm, can you enable all the debug statements in the driver? > > Simply edit drivers/cpufreq/powernow-k8.c by adding > > #define DEBUG It didn't add anything new, got: [ 44.491795] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ (2 cpu cores) (version 2.20.00) [ 44.491852] trying to register driver powernow-k8 [ 44.491893] adding CPU 0 [ 44.491955] processor_perflib-0423 [4294967293] processor_get_performa: ACPI -based processor performance control unavailable [ 44.492103] register performance failed: bad ACPI data: -5 (I added the return value to the debug) So I enabled ACPI debugging and booted with log_buf_len=20m ignore_loglevel acpi.debug_layer=0x22800101 acpi.debug_level=0x64000885 turning on the complete debug mask didn't boot due to log-spam, if you want anything else traced let me know. full dmesg attached, interesting bits: [ 0.771389] processor_driver-0274 [4294967293] processor_get_info : Bus mastering arbitration control present [ 0.771520] processor_driver-0341 [4294967293] processor_get_info : Processor [0:0] [ 0.771631] processor_throttling-1196 [4294967293] processor_get_throttli: pblk_address[0x00004010] duty_offset[1] duty_width[0] [ 0.771743] processor_throttling-0935 [4294967293] processor_get_fadt_inf: No throttling states [ 0.771852] processor_idle-0371 [4294967293] processor_get_power_in: No _CST, giving up [ 0.771958] processor_idle-0316 [4294967293] processor_get_power_in: C2 latency too large [101] [ 0.772079] processor_idle-0327 [4294967293] processor_get_power_in: C3 latency too large [1001] [ 0.772184] processor_idle-0335 [4294967293] processor_get_power_in: lvl2[0x00000000] lvl3[0x00000000]
[ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 3.4.0-dan-00002-ga84219d-dirty (harik@fileserver) (gcc version 4.7.1 (Debian 4.7.1-2) ) #6 SMP PREEMPT Sun Sep 2 19:24:06 EDT 2012 [ 0.000000] Command line: root=/dev/mapper/vg1-root ro log_buf_len=20m rootdelay=15 ignore_loglevel acpi.debug_layer=0x22800101 acpi.debug_level=0x64000885 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000100 - 000000000009f800 (usable) [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 00000000c7de0000 (usable) [ 0.000000] BIOS-e820: 00000000c7de0000 - 00000000c7de3000 (ACPI NVS) [ 0.000000] BIOS-e820: 00000000c7de3000 - 00000000c7df0000 (ACPI data) [ 0.000000] BIOS-e820: 00000000c7df0000 - 00000000c7e00000 (reserved) [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved) [ 0.000000] BIOS-e820: 0000000100000000 - 0000000130000000 (usable) [ 0.000000] debug: ignoring loglevel setting. [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] DMI 2.4 present. [ 0.000000] DMI: Gigabyte Technology Co., Ltd. GA-MA78GPM-DS2H/GA-MA78GPM-DS2H, BIOS F1 06/03/2008 [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) [ 0.000000] No AGP bridge found [ 0.000000] last_pfn = 0x130000 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-C7FFF write-protect [ 0.000000] C8000-FFFFF uncachable [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0000000000 mask FF80000000 write-back [ 0.000000] 1 base 0080000000 mask FFC0000000 write-back [ 0.000000] 2 base 00C0000000 mask FFF8000000 write-back [ 0.000000] 3 base 00C7E00000 mask FFFFE00000 uncachable [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] TOM2: 0000000130000000 aka 4864M [ 0.000000] x86 PAT enabled: cpu 0, old 0x7010600070106, new 0x7010600070106 [ 0.000000] original 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: 128MB, type WB [ 0.000000] reg 3, base: 3198MB, range: 2MB, type UC [ 0.000000] total RAM covered: 3198M [ 0.000000] Found optimal setting for mtrr clean up [ 0.000000] gran_size: 64K chunk_size: 4M num_reg: 4 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: 128MB, type WB [ 0.000000] reg 3, base: 3198MB, range: 2MB, type UC [ 0.000000] e820 update range: 00000000c7e00000 - 0000000100000000 (usable) ==> (reserved) [ 0.000000] last_pfn = 0xc7de0 max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [ffff8800000f57f0] f57f0 [ 0.000000] initial memory mapped : 0 - 20000000 [ 0.000000] Base memory trampoline at [ffff88000009d000] 9d000 size 8192 [ 0.000000] init_memory_mapping: 0000000000000000-00000000c7de0000 [ 0.000000] 0000000000 - 00c7c00000 page 2M [ 0.000000] 00c7c00000 - 00c7de0000 page 4k [ 0.000000] kernel direct mapping tables up to c7de0000 @ 1fffa000-20000000 [ 0.000000] init_memory_mapping: 0000000100000000-0000000130000000 [ 0.000000] 0100000000 - 0130000000 page 2M [ 0.000000] kernel direct mapping tables up to 130000000 @ c7dda000-c7de0000 [ 0.000000] log_buf_len: 33554432 [ 0.000000] early log buf free: 257927(98%) [ 0.000000] RAMDISK: 7fc8b000 - 7fff4000 [ 0.000000] ACPI: RSDP 00000000000f7170 00014 (v00 GBT ) [ 0.000000] ACPI: RSDT 00000000c7de3000 00034 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) [ 0.000000] ACPI: FACP 00000000c7de3040 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) [ 0.000000] ACPI: DSDT 00000000c7de30c0 064A2 (v01 GBT GBTUACPI 00001000 MSFT 03000000) [ 0.000000] ACPI: FACS 00000000c7de0000 00040 [ 0.000000] ACPI: HPET 00000000c7de9640 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098) [ 0.000000] ACPI: MCFG 00000000c7de9680 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101) [ 0.000000] ACPI: APIC 00000000c7de9580 00084 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at 0000000000000000-0000000130000000 [ 0.000000] Initmem setup node 0 0000000000000000-0000000130000000 [ 0.000000] NODE_DATA [000000012dffe000 - 000000012dffffff] [ 0.000000] [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff880129800000-ffff88012d5fffff] on node 0 [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] DMA32 0x00001000 -> 0x00100000 [ 0.000000] Normal 0x00100000 -> 0x00130000 [ 0.000000] Movable zone start PFN for each node [ 0.000000] Early memory PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x000c7de0 [ 0.000000] 0: 0x00100000 -> 0x00130000 [ 0.000000] On node 0 totalpages: 1015151 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 2 pages reserved [ 0.000000] DMA zone: 3917 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 16320 pages used for memmap [ 0.000000] DMA32 zone: 798240 pages, LIFO batch:31 [ 0.000000] Normal zone: 3072 pages used for memmap [ 0.000000] Normal zone: 193536 pages, LIFO batch:31 [ 0.000000] Detected use of extended apic ids on hypertransport bus [ 0.000000] ACPI: PM-Timer IO Port: 0x4008 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, version 33, 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 low 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: 0x10b9a201 base: 0xfed00000 [ 0.000000] 4 Processors exceeds NR_CPUS limit of 2 [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 40 [ 0.000000] Allocating PCI resources starting at c7e00000 (gap: c7e00000:18200000) [ 0.000000] setup_percpu: NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88012dc00000 s77888 r8192 d24512 u1048576 [ 0.000000] pcpu-alloc: s77888 r8192 d24512 u1048576 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 995693 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: root=/dev/mapper/vg1-root ro log_buf_len=20m rootdelay=15 ignore_loglevel acpi.debug_layer=0x22800101 acpi.debug_level=0x64000885 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Node 0: aperture @ bc000000 size 64 MB [ 0.000000] Aperture pointing to e820 RAM. Ignoring. [ 0.000000] Your BIOS doesn't leave a aperture memory hole [ 0.000000] Please enable the IOMMU option in the BIOS setup [ 0.000000] This costs you 64 MB of RAM [ 0.000000] Mapping aperture over 65536 KB of RAM @ bc000000 [ 0.000000] Memory: 3818120k/4980736k available (5870k kernel code, 920132k absent, 242484k reserved, 3370k data, 536k init) [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP. [ 0.000000] NR_IRQS:4352 nr_irqs:512 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] hpet clockevent registered [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 2104.522 MHz processor. [ 0.000000] Marking TSC unstable due to TSCs unsynchronized [ 0.001044] Calibrating delay loop (skipped), value calculated using timer frequency.. 4209.04 BogoMIPS (lpj=2104522) [ 0.002003] pid_max: default: 32768 minimum: 301 [ 0.002074] Security Framework initialized [ 0.002126] SELinux: Initializing. [ 0.002174] SELinux: Starting in permissive mode [ 0.002549] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.006017] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.007642] Mount-cache hash table entries: 256 [ 0.008095] tseg: 00c7e00000 [ 0.008134] CPU: Physical Processor ID: 0 [ 0.008171] CPU: Processor Core ID: 0 [ 0.008208] mce: CPU supports 5 MCE banks [ 0.008252] LVT offset 0 assigned for vector 0xf9 [ 0.008297] using AMD E400 aware idle routine [ 0.008383] ACPI: Core revision 20120320 [ 0.015883] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.025930] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ stepping 02 [ 0.026998] Performance Events: AMD PMU driver. [ 0.026998] ... version: 0 [ 0.026998] ... bit width: 48 [ 0.026998] ... generic registers: 4 [ 0.026998] ... value mask: 0000ffffffffffff [ 0.026998] ... max period: 00007fffffffffff [ 0.026998] ... fixed-purpose events: 0 [ 0.026998] ... event mask: 000000000000000f [ 0.032133] NMI watchdog: enabled, takes one hw-pmu counter. [ 0.038025] Booting Node 0, Processors #1 Ok. [ 0.110122] NMI watchdog: enabled, takes one hw-pmu counter. [ 0.110201] Brought up 2 CPUs [ 0.110238] Total of 2 processors activated (8417.88 BogoMIPS). [ 0.111456] NET: Registered protocol family 16 [ 0.112226] node 0 link 0: io port [b000, ffff] [ 0.112258] TOM: 00000000d0000000 aka 3328M [ 0.112297] node 0 link 0: mmio [a0000, bffff] [ 0.112366] node 0 link 0: mmio [d0000000, fe02ffff] [ 0.112435] node 0 link 0: mmio [e0000000, efffffff] [ 0.112503] TOM2: 0000000130000000 aka 4864M [ 0.112541] bus: [00, 04] on node 0 link 0 [ 0.112580] bus: 00 index 0 [io 0x0000-0xffff] [ 0.112618] bus: 00 index 1 [mem 0x000a0000-0x000bffff] [ 0.112656] bus: 00 index 2 [mem 0xd0000000-0xffffffff] [ 0.112694] bus: 00 index 3 [mem 0x130000000-0xfcffffffff] [ 0.112844] ACPI: bus type pci registered [ 0.113048] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.113089] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820 [ 0.149618] PCI: Using configuration type 1 for base access [ 0.160666] bio: create slab <bio-0> at 0 [ 0.160967] ACPI: Added _OSI(Module Device) [ 0.160988] ACPI: Added _OSI(Processor Device) [ 0.161027] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.161066] ACPI: Added _OSI(Processor Aggregator Device) [ 0.162818] ACPI: EC: Look up EC in DSDT [ 0.173533] ACPI: BIOS _OSI("Windows 2001") is supported [ 0.174481] ACPI: Interpreter enabled [ 0.174519] ACPI: (supports S0 S5) [ 0.174634] ACPI: Using IOAPIC for interrupt routing [ 0.214748] ACPI: No dock devices found. [ 0.214800] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.215039] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff880128826678 [ 0.215149] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=128 [ 0.215265] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff880128823600 Length 128 [ 0.215378] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.215579] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff8801288265a0 [ 0.215685] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=128 [ 0.215795] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff880128823600 Length 128 [ 0.216107] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff880128826630 [ 0.216214] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=128 [ 0.216324] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff880128823800 Length 128 [ 0.216433] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] [ 0.216472] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] [ 0.216512] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] [ 0.216554] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff] [ 0.216597] pci_root PNP0A03:00: host bridge window [mem 0xcff00000-0xfebfffff] [ 0.216751] PCI host bridge to bus 0000:00 [ 0.216770] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216808] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.216848] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.216887] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff] [ 0.216927] pci_bus 0000:00: root bus resource [mem 0xcff00000-0xfebfffff] [ 0.217004] pci 0000:00:00.0: [1022:9600] type 00 class 0x060000 [ 0.217059] pci 0000:00:00.0: reg 1c: [mem 0xe0000000-0xffffffff 64bit] [ 0.217155] pci 0000:00:01.0: [1022:9602] type 01 class 0x060400 [ 0.217241] pci 0000:00:04.0: [1022:9604] type 01 class 0x060400 [ 0.217324] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold [ 0.217389] pci 0000:00:0a.0: [1022:9609] type 01 class 0x060400 [ 0.217470] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold [ 0.217543] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601 [ 0.217604] pci 0000:00:11.0: reg 10: [io 0xff00-0xff07] [ 0.217651] pci 0000:00:11.0: reg 14: [io 0xfe00-0xfe03] [ 0.217699] pci 0000:00:11.0: reg 18: [io 0xfd00-0xfd07] [ 0.217746] pci 0000:00:11.0: reg 1c: [io 0xfc00-0xfc03] [ 0.217793] pci 0000:00:11.0: reg 20: [io 0xfb00-0xfb0f] [ 0.217841] pci 0000:00:11.0: reg 24: [mem 0xfe02f000-0xfe02f3ff] [ 0.217956] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310 [ 0.217992] pci 0000:00:12.0: reg 10: [mem 0xfe02e000-0xfe02efff] [ 0.218106] pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310 [ 0.218158] pci 0000:00:12.1: reg 10: [mem 0xfe02d000-0xfe02dfff] [ 0.218278] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320 [ 0.218336] pci 0000:00:12.2: reg 10: [mem 0xfe02c000-0xfe02c0ff] [ 0.218468] pci 0000:00:12.2: supports D1 D2 [ 0.218506] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot [ 0.218570] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310 [ 0.218623] pci 0000:00:13.0: reg 10: [mem 0xfe02b000-0xfe02bfff] [ 0.218736] pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310 [ 0.218789] pci 0000:00:13.1: reg 10: [mem 0xfe02a000-0xfe02afff] [ 0.218913] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320 [ 0.219012] pci 0000:00:13.2: reg 10: [mem 0xfe029000-0xfe0290ff] [ 0.219144] pci 0000:00:13.2: supports D1 D2 [ 0.219182] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot [ 0.219251] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500 [ 0.219404] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a [ 0.219460] pci 0000:00:14.1: reg 10: [io 0x0000-0x0007] [ 0.219507] pci 0000:00:14.1: reg 14: [io 0x0000-0x0003] [ 0.219555] pci 0000:00:14.1: reg 18: [io 0x0000-0x0007] [ 0.219602] pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003] [ 0.219650] pci 0000:00:14.1: reg 20: [io 0xfa00-0xfa0f] [ 0.219755] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300 [ 0.219816] pci 0000:00:14.2: reg 10: [mem 0xfe024000-0xfe027fff 64bit] [ 0.219930] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold [ 0.219992] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100 [ 0.220118] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401 [ 0.220205] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310 [ 0.220257] pci 0000:00:14.5: reg 10: [mem 0xfe028000-0xfe028fff] [ 0.220372] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000 [ 0.220432] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000 [ 0.220488] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000 [ 0.220544] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000 [ 0.220642] pci 0000:01:05.0: [1002:9610] type 00 class 0x030000 [ 0.220689] pci 0000:01:05.0: reg 10: [mem 0xd0000000-0xdfffffff pref] [ 0.220732] pci 0000:01:05.0: reg 14: [io 0xee00-0xeeff] [ 0.220774] pci 0000:01:05.0: reg 18: [mem 0xfdee0000-0xfdeeffff] [ 0.220823] pci 0000:01:05.0: reg 24: [mem 0xfdd00000-0xfddfffff] [ 0.220883] pci 0000:01:05.0: supports D1 D2 [ 0.220932] pci 0000:01:05.1: [1002:960f] type 00 class 0x040300 [ 0.220984] pci 0000:01:05.1: reg 10: [mem 0xfdefc000-0xfdefffff] [ 0.221061] pci 0000:01:05.1: supports D1 D2 [ 0.221140] pci 0000:00:01.0: PCI bridge to [bus 01-01] [ 0.221182] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] [ 0.221222] pci 0000:00:01.0: bridge window [mem 0xfdd00000-0xfdefffff] [ 0.221264] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] [ 0.221353] pci 0000:02:00.0: [197b:2363] type 00 class 0x010601 [ 0.221465] pci 0000:02:00.0: reg 24: [mem 0xfdcfe000-0xfdcfffff] [ 0.221514] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0000ffff pref] [ 0.221596] pci 0000:02:00.0: PME# supported from D3hot [ 0.221662] pci 0000:02:00.1: [197b:2363] type 00 class 0x010185 [ 0.221720] pci 0000:02:00.1: reg 10: [io 0xdf00-0xdf07] [ 0.221768] pci 0000:02:00.1: reg 14: [io 0xde00-0xde03] [ 0.221817] pci 0000:02:00.1: reg 18: [io 0xdd00-0xdd07] [ 0.221866] pci 0000:02:00.1: reg 1c: [io 0xdc00-0xdc03] [ 0.221915] pci 0000:02:00.1: reg 20: [io 0xdb00-0xdb0f] [ 0.222030] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 0.222085] pci 0000:00:04.0: PCI bridge to [bus 02-02] [ 0.222125] pci 0000:00:04.0: bridge window [io 0xd000-0xdfff] [ 0.222166] pci 0000:00:04.0: bridge window [mem 0xfdc00000-0xfdcfffff] [ 0.222208] pci 0000:00:04.0: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref] [ 0.222295] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000 [ 0.222346] pci 0000:03:00.0: reg 10: [io 0xce00-0xceff] [ 0.222406] pci 0000:03:00.0: reg 18: [mem 0xfdfff000-0xfdffffff 64bit pref] [ 0.222459] pci 0000:03:00.0: reg 20: [mem 0xfdfe0000-0xfdfeffff 64bit pref] [ 0.222507] pci 0000:03:00.0: reg 30: [mem 0x00000000-0x0000ffff pref] [ 0.222598] pci 0000:03:00.0: supports D1 D2 [ 0.222635] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.223991] pci 0000:00:0a.0: PCI bridge to [bus 03-03] [ 0.224032] pci 0000:00:0a.0: bridge window [io 0xc000-0xcfff] [ 0.224072] pci 0000:00:0a.0: bridge window [mem 0xfd800000-0xfd8fffff] [ 0.224113] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref] [ 0.224210] pci 0000:04:0e.0: [104c:8024] type 00 class 0x0c0010 [ 0.224272] pci 0000:04:0e.0: reg 10: [mem 0xfdaff000-0xfdaff7ff] [ 0.224324] pci 0000:04:0e.0: reg 14: [mem 0xfdaf8000-0xfdafbfff] [ 0.224462] pci 0000:04:0e.0: supports D1 D2 [ 0.224499] pci 0000:04:0e.0: PME# supported from D0 D1 D2 D3hot [ 0.224578] pci 0000:00:14.4: PCI bridge to [bus 04-04] (subtractive decode) [ 0.224620] pci 0000:00:14.4: bridge window [io 0xb000-0xbfff] [ 0.224662] pci 0000:00:14.4: bridge window [mem 0xfda00000-0xfdafffff] [ 0.224704] pci 0000:00:14.4: bridge window [mem 0xfd900000-0xfd9fffff pref] [ 0.224747] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode) [ 0.224790] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode) [ 0.224833] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) [ 0.224876] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode) [ 0.224919] pci 0000:00:14.4: bridge window [mem 0xcff00000-0xfebfffff] (subtractive decode) [ 0.224985] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] [ 0.225336] rscreate-0239 [01] rs_create_pci_routing_: BufferSizeNeeded = 510 [ 0.225443] rscreate-0440 [01] rs_create_pci_routing_: OutputBuffer ffff880128878800 Length 510 [ 0.227195] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT] [ 0.227324] rscreate-0239 [01] rs_create_pci_routing_: BufferSizeNeeded = 138 [ 0.227427] rscreate-0440 [01] rs_create_pci_routing_: OutputBuffer ffff880128823a00 Length 138 [ 0.227587] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE4._PRT] [ 0.227678] rscreate-0239 [01] rs_create_pci_routing_: BufferSizeNeeded = 78 [ 0.227780] rscreate-0440 [01] rs_create_pci_routing_: OutputBuffer ffff880128807880 Length 78 [ 0.228014] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCEA._PRT] [ 0.228105] rscreate-0239 [01] rs_create_pci_routing_: BufferSizeNeeded = 78 [ 0.228207] rscreate-0440 [01] rs_create_pci_routing_: OutputBuffer ffff880128807880 Length 78 [ 0.228342] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT] [ 0.228442] rscreate-0239 [01] rs_create_pci_routing_: BufferSizeNeeded = A8 [ 0.228545] rscreate-0440 [01] rs_create_pci_routing_: OutputBuffer ffff880128e99000 Length A8 [ 0.228668] pci0000:00: Requesting ACPI _OSC control (0x1d) [ 0.228708] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d [ 0.228751] ACPI _OSC control for PCIe not granted, disabling ASPM [ 0.261771] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff880128e3e240 [ 0.261886] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=28 [ 0.261978] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff880128fba8c0 Length 28 [ 0.262153] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff880128926480 [ 0.262259] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=20 [ 0.262365] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff88012884b100 Length 20 [ 0.262472] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 0.262898] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff880128e3e240 [ 0.263021] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=28 [ 0.263126] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff880128fba1c0 Length 28 [ 0.263289] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff880128926438 [ 0.263395] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=20 [ 0.263501] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff88012884b2a0 Length 20 [ 0.263608] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 0.264049] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff880128e3e240 [ 0.264154] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=28 [ 0.264260] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff880128fba380 Length 28 [ 0.264420] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff8801289264c8 [ 0.264525] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=20 [ 0.264630] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff88012884b2a0 Length 20 [ 0.264736] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 0.265211] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff880128e3e240 [ 0.265316] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=28 [ 0.265422] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff880128fba2c0 Length 28 [ 0.265582] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff880128926558 [ 0.265687] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=20 [ 0.265792] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff88012884b6c0 Length 20 [ 0.265898] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 0.266297] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff880128e3e240 [ 0.266402] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=28 [ 0.266508] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff880128fba040 Length 28 [ 0.266668] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff8801289265e8 [ 0.266773] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=20 [ 0.266878] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff88012884b6c0 Length 20 [ 0.267013] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 0.267435] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff880128e3e240 [ 0.267540] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=28 [ 0.267646] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff880128fba300 Length 28 [ 0.267805] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff8801289265a0 [ 0.267910] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=20 [ 0.268016] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff88012884b6c0 Length 20 [ 0.268122] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 0.268545] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff880128e3e240 [ 0.268650] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=28 [ 0.268755] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff880128fba100 Length 28 [ 0.268916] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff880128926510 [ 0.269049] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=20 [ 0.269154] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff88012884b180 Length 20 [ 0.269260] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 0.269684] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff880128e3e240 [ 0.269789] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=28 [ 0.269894] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff880128fba800 Length 28 [ 0.270027] rscreate-0147 [01] rs_create_resource_lis: AmlBuffer = ffff880128926480 [ 0.270132] rscreate-0162 [01] rs_create_resource_lis: Status=0 ListSizeNeeded=20 [ 0.270238] rscreate-0185 [01] rs_create_resource_lis: OutputBuffer ffff88012884b180 Length 20 [ 0.270344] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0, disabled. [ 0.271094] vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none [ 0.271141] vgaarb: loaded [ 0.271177] vgaarb: bridge control possible 0000:01:05.0 [ 0.271493] SCSI subsystem initialized [ 0.271822] libata version 3.00 loaded. [ 0.272050] usbcore: registered new interface driver usbfs [ 0.272166] usbcore: registered new interface driver hub [ 0.272308] usbcore: registered new device driver usb [ 0.272798] PCI: Using ACPI for IRQ routing [ 0.282612] PCI: pci_cache_line_size set to 64 bytes [ 0.282668] pci 0000:00:00.0: no compatible bridge window for [mem 0xe0000000-0xffffffff 64bit] [ 0.282839] reserve RAM buffer: 000000000009f800 - 000000000009ffff [ 0.282877] reserve RAM buffer: 00000000c7de0000 - 00000000c7ffffff [ 0.283403] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 [ 0.283630] hpet0: 4 comparators, 32-bit 14.318180 MHz counter [ 0.285019] Switching to clocksource hpet [ 0.294233] pnp: PnP ACPI init [ 0.294292] ACPI: bus type pnp registered [ 0.294647] rscreate-0147 [03] rs_create_resource_lis: AmlBuffer = ffff8801288d3360 [ 0.294757] rscreate-0162 [03] rs_create_resource_lis: Status=0 ListSizeNeeded=128 [ 0.294872] rscreate-0185 [03] rs_create_resource_lis: OutputBuffer ffff880128921200 Length 128 [ 0.294983] pnp 00:00: [bus 00-ff] [ 0.295041] pnp 00:00: [io 0x0cf8-0x0cff] [ 0.295080] pnp 00:00: [io 0x0000-0x0cf7 window] [ 0.295118] pnp 00:00: [io 0x0d00-0xffff window] [ 0.295156] pnp 00:00: [mem 0x000a0000-0x000bffff window] [ 0.295195] pnp 00:00: [mem 0x000c0000-0x000dffff window] [ 0.295234] pnp 00:00: [mem 0xcff00000-0xfebfffff window] [ 0.295434] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active) [ 0.295488] rscreate-0147 [03] rs_create_resource_lis: AmlBuffer = ffff880128e3d828 [ 0.295595] rscreate-0162 [03] rs_create_resource_lis: Status=0 ListSizeNeeded=D0 [ 0.295705] rscreate-0185 [03] rs_create_resource_lis: OutputBuffer ffff8801288ae300 Length D0 [ 0.295811] pnp 00:01: [io 0x0010-0x001f] [ 0.295849] pnp 00:01: [io 0x0022-0x003f] [ 0.295886] pnp 00:01: [io 0x0044-0x005f] [ 0.295924] pnp 00:01: [io 0x0062-0x0063] [ 0.295961] pnp 00:01: [io 0x0065-0x006f] [ 0.295998] pnp 00:01: [io 0x0074-0x007f] [ 0.296053] pnp 00:01: [io 0x0091-0x0093] [ 0.297642] pnp 00:01: [io 0x00a2-0x00bf] [ 0.297679] pnp 00:01: [io 0x00e0-0x00ef] [ 0.297717] pnp 00:01: [io 0x04d0-0x04d1] [ 0.297755] pnp 00:01: [io 0x0220-0x0225] [ 0.297792] pnp 00:01: [io 0x0290-0x0294] [ 0.298030] system 00:01: [io 0x04d0-0x04d1] has been reserved [ 0.298070] system 00:01: [io 0x0220-0x0225] has been reserved [ 0.298110] system 00:01: [io 0x0290-0x0294] has been reserved [ 0.298151] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.316218] rscreate-0147 [02] rs_create_resource_lis: AmlBuffer = ffff8801288d32d0 [ 0.316328] rscreate-0162 [02] rs_create_resource_lis: Status=0 ListSizeNeeded=190 [ 0.316442] rscreate-0185 [02] rs_create_resource_lis: OutputBuffer ffff880128921200 Length 190 [ 0.316548] pnp 00:02: [io 0x4100-0x411f] [ 0.316586] pnp 00:02: [io 0x0228-0x022f] [ 0.316624] pnp 00:02: [io 0x0238-0x023f] [ 0.316661] pnp 00:02: [io 0x040b] [ 0.316699] pnp 00:02: [io 0x04d6] [ 0.316740] pnp 00:02: [io 0x0c00-0x0c01] [ 0.316777] pnp 00:02: [io 0x0c14] [ 0.316814] pnp 00:02: [io 0x0c50-0x0c52] [ 0.316852] pnp 00:02: [io 0x0c6c-0x0c6d] [ 0.316889] pnp 00:02: [io 0x0c6f] [ 0.316926] pnp 00:02: [io 0x0cd0-0x0cd1] [ 0.316963] pnp 00:02: [io 0x0cd2-0x0cd3] [ 0.317001] pnp 00:02: [io 0x0cd4-0x0cdf] [ 0.317052] pnp 00:02: [io 0x4000-0x40fe] [ 0.317090] pnp 00:02: [io 0x4210-0x4217] [ 0.317128] pnp 00:02: [io 0x0b00-0x0b0f] [ 0.317165] pnp 00:02: [io 0x0b10-0x0b1f] [ 0.317203] pnp 00:02: [io 0x0b20-0x0b3f] [ 0.317241] pnp 00:02: [mem 0x00000000-0x00000fff window] [ 0.317280] pnp 00:02: [mem 0xfee00400-0xfee00fff window] [ 0.317323] pnp 00:02: disabling [mem 0x00000000-0x00000fff window] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] [ 0.317410] pnp 00:02: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:02:00.0 BAR 6 [mem 0x00000000-0x0000ffff pref] [ 0.317466] pnp 00:02: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:03:00.0 BAR 6 [mem 0x00000000-0x0000ffff pref] [ 0.317623] system 00:02: [io 0x4100-0x411f] has been reserved [ 0.317666] system 00:02: [io 0x0228-0x022f] has been reserved [ 0.317707] system 00:02: [io 0x0238-0x023f] has been reserved [ 0.317748] system 00:02: [io 0x040b] has been reserved [ 0.317789] system 00:02: [io 0x04d6] has been reserved [ 0.317830] system 00:02: [io 0x0c00-0x0c01] has been reserved [ 0.317872] system 00:02: [io 0x0c14] has been reserved [ 0.317913] system 00:02: [io 0x0c50-0x0c52] has been reserved [ 0.317954] system 00:02: [io 0x0c6c-0x0c6d] has been reserved [ 0.317996] system 00:02: [io 0x0c6f] has been reserved [ 0.318053] system 00:02: [io 0x0cd0-0x0cd1] has been reserved [ 0.318094] system 00:02: [io 0x0cd2-0x0cd3] has been reserved [ 0.318134] system 00:02: [io 0x0cd4-0x0cdf] has been reserved [ 0.318173] system 00:02: [io 0x4000-0x40fe] has been reserved [ 0.318212] system 00:02: [io 0x4210-0x4217] has been reserved [ 0.318252] system 00:02: [io 0x0b00-0x0b0f] has been reserved [ 0.318291] system 00:02: [io 0x0b10-0x0b1f] has been reserved [ 0.318330] system 00:02: [io 0x0b20-0x0b3f] has been reserved [ 0.318372] system 00:02: [mem 0xfee00400-0xfee00fff window] has been reserved [ 0.318416] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.318709] rscreate-0147 [02] rs_create_resource_lis: AmlBuffer = ffff880128e3eca8 [ 0.318815] rscreate-0162 [02] rs_create_resource_lis: Status=0 ListSizeNeeded=60 [ 0.318924] rscreate-0185 [02] rs_create_resource_lis: OutputBuffer ffff8801288d75a0 Length 60 [ 0.319049] pnp 00:03: [dma 4] [ 0.319085] pnp 00:03: [io 0x0000-0x000f] [ 0.319123] pnp 00:03: [io 0x0080-0x0090] [ 0.319161] pnp 00:03: [io 0x0094-0x009f] [ 0.319198] pnp 00:03: [io 0x00c0-0x00df] [ 0.319331] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.319486] rscreate-0147 [02] rs_create_resource_lis: AmlBuffer = ffff880128e3edc8 [ 0.319593] rscreate-0162 [02] rs_create_resource_lis: Status=0 ListSizeNeeded=48 [ 0.319699] rscreate-0185 [02] rs_create_resource_lis: OutputBuffer ffff8801288d75a0 Length 48 [ 0.319807] pnp 00:04: [irq 0 disabled] [ 0.319862] pnp 00:04: [irq 8] [ 0.319899] pnp 00:04: [mem 0xfed00000-0xfed003ff] [ 0.320043] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active) [ 0.320146] rscreate-0147 [02] rs_create_resource_lis: AmlBuffer = ffff880128e3ef30 [ 0.320251] rscreate-0162 [02] rs_create_resource_lis: Status=0 ListSizeNeeded=20 [ 0.320357] rscreate-0185 [02] rs_create_resource_lis: OutputBuffer ffff880128e9fe00 Length 20 [ 0.320463] pnp 00:05: [io 0x0070-0x0073] [ 0.320594] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.320648] rscreate-0147 [02] rs_create_resource_lis: AmlBuffer = ffff880128e3abd0 [ 0.320753] rscreate-0162 [02] rs_create_resource_lis: Status=0 ListSizeNeeded=20 [ 0.320859] rscreate-0185 [02] rs_create_resource_lis: OutputBuffer ffff880128e9fe00 Length 20 [ 0.320966] pnp 00:06: [io 0x0061] [ 0.321115] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active) [ 0.321169] rscreate-0147 [02] rs_create_resource_lis: AmlBuffer = ffff880128e3f048 [ 0.321274] rscreate-0162 [02] rs_create_resource_lis: Status=0 ListSizeNeeded=30 [ 0.321380] rscreate-0185 [02] rs_create_resource_lis: OutputBuffer ffff8801288d6740 Length 30 [ 0.321487] pnp 00:07: [io 0x00f0-0x00ff] [ 0.321534] pnp 00:07: [irq 13] [ 0.321661] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active) [ 0.322436] rscreate-0147 [02] rs_create_resource_lis: AmlBuffer = ffff8801288d3558 [ 0.322542] rscreate-0162 [02] rs_create_resource_lis: Status=0 ListSizeNeeded=30 [ 0.322648] rscreate-0185 [02] rs_create_resource_lis: OutputBuffer ffff8801288d67c0 Length 30 [ 0.322755] pnp 00:08: [io 0x03f8-0x03ff] [ 0.322801] pnp 00:08: [irq 4] [ 0.322842] rscreate-0147 [02] rs_create_resource_lis: AmlBuffer = ffff880128e405e8 [ 0.322949] rscreate-0162 [02] rs_create_resource_lis: Status=0 ListSizeNeeded=100 [ 0.323075] rscreate-0185 [02] rs_create_resource_lis: OutputBuffer ffff8801288ae200 Length 100 [ 0.323310] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active) [ 0.323752] rscreate-0147 [02] rs_create_resource_lis: AmlBuffer = ffff880128e40000 [ 0.323858] rscreate-0162 [02] rs_create_resource_lis: Status=0 ListSizeNeeded=40 [ 0.323965] rscreate-0185 [02] rs_create_resource_lis: OutputBuffer ffff8801288d6840 Length 40 [ 0.324102] pnp 00:09: [io 0x0060] [ 0.324140] pnp 00:09: [io 0x0064] [ 0.324185] pnp 00:09: [irq 1] [ 0.324326] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.324445] rscreate-0147 [02] rs_create_resource_lis: AmlBuffer = ffff8801288d3630 [ 0.324550] rscreate-0162 [02] rs_create_resource_lis: Status=0 ListSizeNeeded=28 [ 0.324656] rscreate-0185 [02] rs_create_resource_lis: OutputBuffer ffff8801288d68c0 Length 28 [ 0.324763] pnp 00:0a: [mem 0xe0000000-0xefffffff] [ 0.324956] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved [ 0.325023] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.325667] rscreate-0147 [02] rs_create_resource_lis: AmlBuffer = ffff8801289265a0 [ 0.325777] rscreate-0162 [02] rs_create_resource_lis: Status=0 ListSizeNeeded=130 [ 0.325889] rscreate-0185 [02] rs_create_resource_lis: OutputBuffer ffff880128887200 Length 130 [ 0.325998] pnp 00:0b: [mem 0x000d4a00-0x000d7fff] [ 0.326052] pnp 00:0b: [mem 0x000f0000-0x000f7fff] [ 0.326090] pnp 00:0b: [mem 0x000f8000-0x000fbfff] [ 0.326128] pnp 00:0b: [mem 0x000fc000-0x000fffff] [ 0.326166] pnp 00:0b: [mem 0xc7de0000-0xc7dfffff] [ 0.326204] pnp 00:0b: [mem 0xffff0000-0xffffffff] [ 0.326242] pnp 00:0b: [mem 0x00000000-0x0009ffff] [ 0.326280] pnp 00:0b: [mem 0x00100000-0xc7ddffff] [ 0.326318] pnp 00:0b: [mem 0xc7ef0000-0xcfeeffff] [ 0.326357] pnp 00:0b: [mem 0xfec00000-0xfec00fff] [ 0.326394] pnp 00:0b: [mem 0xfee00000-0xfee00fff] [ 0.326433] pnp 00:0b: [mem 0xfff80000-0xfffeffff] [ 0.326477] pnp 00:0b: disabling [mem 0x000d4a00-0x000d7fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] [ 0.326524] pnp 00:0b: disabling [mem 0x000f0000-0x000f7fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] [ 0.326570] pnp 00:0b: disabling [mem 0x000f8000-0x000fbfff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] [ 0.326617] pnp 00:0b: disabling [mem 0x000fc000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] [ 0.326663] pnp 00:0b: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] [ 0.326710] pnp 00:0b: disabling [mem 0x00100000-0xc7ddffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit] [ 0.326987] system 00:0b: [mem 0xc7de0000-0xc7dfffff] could not be reserved [ 0.327045] system 00:0b: [mem 0xffff0000-0xffffffff] has been reserved [ 0.327088] system 00:0b: [mem 0xc7ef0000-0xcfeeffff] could not be reserved [ 0.327131] system 00:0b: [mem 0xfec00000-0xfec00fff] could not be reserved [ 0.327174] system 00:0b: [mem 0xfee00000-0xfee00fff] could not be reserved [ 0.327216] system 00:0b: [mem 0xfff80000-0xfffeffff] has been reserved [ 0.327260] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.328895] pnp: PnP ACPI: found 12 devices [ 0.328933] ACPI: ACPI bus type pnp unregistered [ 0.339675] pci 0000:00:01.0: PCI bridge to [bus 01-01] [ 0.339723] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] [ 0.339765] pci 0000:00:01.0: bridge window [mem 0xfdd00000-0xfdefffff] [ 0.339806] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref] [ 0.339858] pci 0000:02:00.0: BAR 6: assigned [mem 0xfdb00000-0xfdb0ffff pref] [ 0.339901] pci 0000:00:04.0: PCI bridge to [bus 02-02] [ 0.339940] pci 0000:00:04.0: bridge window [io 0xd000-0xdfff] [ 0.339981] pci 0000:00:04.0: bridge window [mem 0xfdc00000-0xfdcfffff] [ 0.340099] pci 0000:00:04.0: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref] [ 0.340147] pci 0000:03:00.0: BAR 6: assigned [mem 0xfdf00000-0xfdf0ffff pref] [ 0.340190] pci 0000:00:0a.0: PCI bridge to [bus 03-03] [ 0.340229] pci 0000:00:0a.0: bridge window [io 0xc000-0xcfff] [ 0.340269] pci 0000:00:0a.0: bridge window [mem 0xfd800000-0xfd8fffff] [ 0.340310] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref] [ 0.340356] pci 0000:00:14.4: PCI bridge to [bus 04-04] [ 0.340396] pci 0000:00:14.4: bridge window [io 0xb000-0xbfff] [ 0.340438] pci 0000:00:14.4: bridge window [mem 0xfda00000-0xfdafffff] [ 0.340480] pci 0000:00:14.4: bridge window [mem 0xfd900000-0xfd9fffff pref] [ 0.340593] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 0.340632] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 0.340671] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 0.340710] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff] [ 0.340750] pci_bus 0000:00: resource 8 [mem 0xcff00000-0xfebfffff] [ 0.340790] pci_bus 0000:01: resource 0 [io 0xe000-0xefff] [ 0.340828] pci_bus 0000:01: resource 1 [mem 0xfdd00000-0xfdefffff] [ 0.340868] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref] [ 0.340910] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff] [ 0.340949] pci_bus 0000:02: resource 1 [mem 0xfdc00000-0xfdcfffff] [ 0.340988] pci_bus 0000:02: resource 2 [mem 0xfdb00000-0xfdbfffff 64bit pref] [ 0.341045] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff] [ 0.341084] pci_bus 0000:03: resource 1 [mem 0xfd800000-0xfd8fffff] [ 0.341124] pci_bus 0000:03: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref] [ 0.341166] pci_bus 0000:04: resource 0 [io 0xb000-0xbfff] [ 0.341205] pci_bus 0000:04: resource 1 [mem 0xfda00000-0xfdafffff] [ 0.341244] pci_bus 0000:04: resource 2 [mem 0xfd900000-0xfd9fffff pref] [ 0.341284] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7] [ 0.341323] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff] [ 0.341361] pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff] [ 0.341401] pci_bus 0000:04: resource 7 [mem 0x000c0000-0x000dffff] [ 0.341440] pci_bus 0000:04: resource 8 [mem 0xcff00000-0xfebfffff] [ 0.341549] NET: Registered protocol family 2 [ 0.341760] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.343794] TCP established hash table entries: 524288 (order: 11, 8388608 bytes) [ 0.350056] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 0.350893] TCP: Hash tables configured (established 524288 bind 65536) [ 0.350936] TCP: reno registered [ 0.350992] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.351137] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.351368] NET: Registered protocol family 1 [ 0.351581] RPC: Registered named UNIX socket transport module. [ 0.351629] RPC: Registered udp transport module. [ 0.351668] RPC: Registered tcp transport module. [ 0.351707] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.351758] pci 0000:00:01.0: MSI quirk detected; subordinate MSI disabled [ 0.606040] pci 0000:01:05.0: Boot video device [ 0.606099] PCI: CLS 4 bytes, default 64 [ 0.606224] Unpacking initramfs... [ 0.699124] Freeing initrd memory: 3492k freed [ 0.704125] PCI-DMA: Disabling AGP. [ 0.704295] PCI-DMA: aperture base @ bc000000 size 65536 KB [ 0.704336] PCI-DMA: using GART IOMMU. [ 0.704377] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture [ 0.710627] audit: initializing netlink socket (disabled) [ 0.710698] type=2000 audit(1346631622.709:1): initialized [ 0.750806] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.757748] VFS: Disk quotas dquot_6.5.2 [ 0.757928] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.759531] NFS: Registering the id_resolver key type [ 0.759919] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx). [ 0.760734] JFS: nTxBlock = 8192, nTxLock = 65536 [ 0.765325] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled [ 0.767609] Btrfs loaded [ 0.767661] msgmni has been set to 7592 [ 0.767867] SELinux: Registering netfilter hooks [ 0.768742] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) [ 0.768791] io scheduler noop registered [ 0.768828] io scheduler deadline registered [ 0.769127] io scheduler cfq registered (default) [ 0.769540] pcieport 0000:00:04.0: irq 40 for MSI/MSI-X [ 0.769775] pcieport 0000:00:0a.0: irq 41 for MSI/MSI-X [ 0.770858] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0 [ 0.770913] ACPI: Power Button [PWRB] [ 0.771127] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 0.771174] ACPI: Power Button [PWRF] [ 0.771389] processor_driver-0274 [4294967293] processor_get_info : Bus mastering arbitration control present [ 0.771520] processor_driver-0341 [4294967293] processor_get_info : Processor [0:0] [ 0.771631] processor_throttling-1196 [4294967293] processor_get_throttli: pblk_address[0x00004010] duty_offset[1] duty_width[0] [ 0.771743] processor_throttling-0935 [4294967293] processor_get_fadt_inf: No throttling states [ 0.771852] processor_idle-0371 [4294967293] processor_get_power_in: No _CST, giving up [ 0.771958] processor_idle-0316 [4294967293] processor_get_power_in: C2 latency too large [101] [ 0.772079] processor_idle-0327 [4294967293] processor_get_power_in: C3 latency too large [1001] [ 0.772184] processor_idle-0335 [4294967293] processor_get_power_in: lvl2[0x00000000] lvl3[0x00000000] [ 0.772398] processor_driver-0274 [4294967293] processor_get_info : Bus mastering arbitration control present [ 0.772514] processor_driver-0341 [4294967293] processor_get_info : Processor [1:1] [ 0.772623] processor_throttling-1196 [4294967293] processor_get_throttli: pblk_address[0x00004010] duty_offset[1] duty_width[0] [ 0.772733] processor_throttling-0935 [4294967293] processor_get_fadt_inf: No throttling states [ 0.772840] processor_idle-0371 [4294967293] processor_get_power_in: No _CST, giving up [ 0.772945] processor_idle-0316 [4294967293] processor_get_power_in: C2 latency too large [101] [ 0.773120] processor_idle-0327 [4294967293] processor_get_power_in: C3 latency too large [1001] [ 0.773225] processor_idle-0335 [4294967293] processor_get_power_in: lvl2[0x00000000] lvl3[0x00000000] [ 0.773423] processor_driver-0274 [4294967293] processor_get_info : Bus mastering arbitration control present [ 0.773542] processor_driver-0670 [4294967293] is_processor_present : Processor does not support hot plug [ 0.773661] processor_driver-0274 [4294967293] processor_get_info : Bus mastering arbitration control present [ 0.773775] processor_driver-0670 [4294967293] is_processor_present : Processor does not support hot plug [ 0.796312] processor_throttling-0216 [4294967293] processor_throttling_i: Assume no T-state coordination [ 0.821754] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.842523] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 0.863772] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 0.864322] rscreate-0147 [00] rs_create_resource_lis: AmlBuffer = ffff880128e3edc8 [ 0.864432] rscreate-0162 [00] rs_create_resource_lis: Status=0 ListSizeNeeded=48 [ 0.864542] rscreate-0185 [00] rs_create_resource_lis: OutputBuffer ffff880127496a80 Length 48 [ 0.864839] Linux agpgart interface v0.103 [ 0.864898] Loading iSCSI transport class v2.0-870. [ 0.865489] iscsi: registered transport (tcp) [ 0.865819] ahci 0000:00:11.0: version 3.0 [ 0.865991] ahci 0000:00:11.0: irq 42 for MSI/MSI-X [ 0.866218] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 6 ports 3 Gbps 0x3f impl SATA mode [ 0.866266] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc [ 0.868825] scsi0 : ahci [ 0.869104] scsi1 : ahci [ 0.869332] scsi2 : ahci [ 0.869555] scsi3 : ahci [ 0.869776] scsi4 : ahci [ 0.869997] scsi5 : ahci [ 0.870545] ata1: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f100 irq 42 [ 0.870593] ata2: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f180 irq 42 [ 0.870638] ata3: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f200 irq 42 [ 0.870682] ata4: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f280 irq 42 [ 0.870725] ata5: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f300 irq 42 [ 0.870770] ata6: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f380 irq 42 [ 0.883045] ahci 0000:02:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode [ 0.884635] ahci 0000:02:00.0: flags: 64bit ncq pm led clo pmp pio slum part [ 0.885651] scsi6 : ahci [ 0.885889] scsi7 : ahci [ 0.886108] ata7: SATA max UDMA/133 abar m8192@0xfdcfe000 port 0xfdcfe100 irq 16 [ 0.886153] ata8: SATA max UDMA/133 abar m8192@0xfdcfe000 port 0xfdcfe180 irq 16 [ 0.886481] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 0.886656] r8169 0000:03:00.0: irq 43 for MSI/MSI-X [ 0.887058] r8169 0000:03:00.0: eth0: RTL8168c/8111c at 0xffffc9000064a000, 00:1f:d0:84:3e:2f, XID 1c4000c0 IRQ 43 [ 0.887104] r8169 0000:03:00.0: eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko] [ 0.887540] usbcore: registered new interface driver libusual [ 0.887753] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 [ 0.887793] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp [ 0.888080] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.888389] mousedev: PS/2 mouse device common for all mice [ 0.888802] md: raid1 personality registered for level 1 [ 0.888994] device-mapper: uevent: version 1.0.3 [ 0.889239] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@xxxxxxxxxx [ 0.889294] cpuidle: using governor ladder [ 0.891474] usbcore: registered new interface driver usbhid [ 0.891515] usbhid: USB HID core driver [ 0.891556] oprofile: using NMI interrupt. [ 0.891667] Netfilter messages via NETLINK v0.30. [ 0.891711] nfnl_acct: registering with nfnetlink. [ 0.891817] IPv4 over IPv4 tunneling driver [ 0.892226] gre: GRE over IPv4 demultiplexor driver [ 0.892266] ip_gre: GRE over IPv4 tunneling driver [ 0.892611] TCP: cubic registered [ 0.893118] NET: Registered protocol family 10 [ 0.893567] NET: Registered protocol family 17 [ 0.893632] 8021q: 802.1Q VLAN Support v1.8 [ 0.893681] Registering the dns_resolver key type [ 0.894213] registered taskstats version 1 [ 0.895210] drivers/rtc/hctosys.c: unable to open rtc device (rtc0) [ 0.909022] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2 [ 1.176063] ata5: SATA link down (SStatus 0 SControl 300) [ 1.176159] ata6: SATA link down (SStatus 0 SControl 300) [ 1.330020] ata2: softreset failed (device not ready) [ 1.330060] ata2: applying PMP SRST workaround and retrying [ 1.330116] ata1: softreset failed (device not ready) [ 1.330159] ata1: applying PMP SRST workaround and retrying [ 1.331019] ata3: softreset failed (device not ready) [ 1.331060] ata3: applying PMP SRST workaround and retrying [ 1.331113] ata4: softreset failed (device not ready) [ 1.331154] ata4: applying PMP SRST workaround and retrying [ 1.346030] ata8: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.346097] ata7: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.347308] ata7.00: ATA-8: ST32000542AS, CC34, max UDMA/133 [ 1.347348] ata7.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32) [ 1.347747] ata8.00: ATA-8: Hitachi HDS722020ALA330, JKAOA3EA, max UDMA/133 [ 1.347787] ata8.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA [ 1.348726] ata7.00: configured for UDMA/133 [ 1.349618] ata8.00: configured for UDMA/133 [ 1.485030] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.485090] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 1.486031] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 1.486091] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 1.486741] ata2.00: ATA-8: Hitachi HDS722020ALA330, JKAOA3EA, max UDMA/133 [ 1.486781] ata2.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA [ 1.487794] ata4.00: ATA-8: Hitachi HDS722020ALA330, JKAOA3EA, max UDMA/133 [ 1.487834] ata4.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA [ 1.488122] ata1.00: ATA-6: HDS722525VLSA80, V36OA6MA, max UDMA/100 [ 1.488162] ata1.00: 488397168 sectors, multi 0: LBA48 [ 1.488616] ata2.00: configured for UDMA/133 [ 1.488894] scsi 1:0:0:0: Direct-Access ATA Hitachi HDS72202 JKAO PQ: 0 ANSI: 5 [ 1.489042] ata3.00: ATA-6: HDS722525VLSA80, V36OA6MA, max UDMA/100 [ 1.489083] ata3.00: 488397168 sectors, multi 0: LBA48 [ 1.489402] sd 1:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) [ 1.489522] sd 1:0:0:0: [sda] Write Protect is off [ 1.489562] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.489665] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.489885] ata4.00: configured for UDMA/133 [ 1.491479] ata1.00: configured for UDMA/100 [ 1.491634] scsi 0:0:0:0: Direct-Access ATA HDS722525VLSA80 V36O PQ: 0 ANSI: 5 [ 1.492033] sd 0:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/232 GiB) [ 1.492184] sd 0:0:0:0: [sdb] Write Protect is off [ 1.492224] sd 0:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 1.492310] sd 0:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.492602] ata3.00: configured for UDMA/100 [ 1.492737] scsi 2:0:0:0: Direct-Access ATA HDS722525VLSA80 V36O PQ: 0 ANSI: 5 [ 1.493163] sd 2:0:0:0: [sdc] 488397168 512-byte logical blocks: (250 GB/232 GiB) [ 1.493364] sd 2:0:0:0: [sdc] Write Protect is off [ 1.493391] scsi 3:0:0:0: Direct-Access ATA Hitachi HDS72202 JKAO PQ: 0 ANSI: 5 [ 1.493447] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00 [ 1.493529] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.493873] sd 3:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) [ 1.493980] sd 3:0:0:0: [sdd] Write Protect is off [ 1.494039] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00 [ 1.494125] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.494245] scsi 6:0:0:0: Direct-Access ATA ST32000542AS CC34 PQ: 0 ANSI: 5 [ 1.494688] sd 6:0:0:0: [sde] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) [ 1.494742] sda: sda1 [ 1.494793] sd 6:0:0:0: [sde] Write Protect is off [ 1.494833] sd 6:0:0:0: [sde] Mode Sense: 00 3a 00 00 [ 1.494927] sd 6:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.495341] scsi 7:0:0:0: Direct-Access ATA Hitachi HDS72202 JKAO PQ: 0 ANSI: 5 [ 1.495491] sd 1:0:0:0: [sda] Attached SCSI disk [ 1.495876] sd 7:0:0:0: [sdf] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) [ 1.496061] sd 7:0:0:0: [sdf] Write Protect is off [ 1.496103] sd 7:0:0:0: [sdf] Mode Sense: 00 3a 00 00 [ 1.496189] sd 7:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.498514] sdd: sdd1 [ 1.499064] sd 3:0:0:0: [sdd] Attached SCSI disk [ 1.502522] sdf: sdf1 [ 1.502986] sd 7:0:0:0: [sdf] Attached SCSI disk [ 1.507927] sdc: sdc1 [ 1.508430] sd 2:0:0:0: [sdc] Attached SCSI disk [ 1.510594] sdb: sdb1 [ 1.511062] sd 0:0:0:0: [sdb] Attached SCSI disk [ 1.517216] sde: sde1 [ 1.517693] sd 6:0:0:0: [sde] Attached SCSI disk [ 1.517816] Freeing unused kernel memory: 536k freed [ 16.893669] mdadm: sending ioctl 800c0910 to a partition! [ 16.893720] mdadm: sending ioctl 800c0910 to a partition! [ 16.893766] mdadm: sending ioctl 1261 to a partition! [ 16.893804] mdadm: sending ioctl 1261 to a partition! [ 16.894156] mdadm: sending ioctl 1261 to a partition! [ 16.894196] mdadm: sending ioctl 1261 to a partition! [ 16.894386] mdadm: sending ioctl 1261 to a partition! [ 16.894427] mdadm: sending ioctl 1261 to a partition! [ 16.894613] mdadm: sending ioctl 1261 to a partition! [ 16.894651] mdadm: sending ioctl 1261 to a partition! [ 16.907232] md: md1 stopped. [ 16.909270] md: bind<sdb1> [ 16.909620] md: bind<sdc1> [ 16.912400] bio: create slab <bio-1> at 1 [ 16.914251] md/raid1:md1: active with 2 out of 2 mirrors [ 16.914415] created bitmap (2 pages) for device md1 [ 16.914725] md1: bitmap initialized from disk: read 1/1 pages, set 0 of 3727 bits [ 16.929228] md1: detected capacity change from 0 to 250056605696 [ 16.929818] md1: unknown partition table [ 16.932392] md: md2 stopped. [ 16.933861] md: bind<sdd1> [ 16.934135] md: bind<sde1> [ 16.934403] md: bind<sdf1> [ 16.934677] md: bind<sda1> [ 16.940623] md: personality for level 5 is not loaded! [ 17.167374] REISERFS (device dm-0): found reiserfs format "3.6" with standard journal [ 17.167443] REISERFS (device dm-0): using ordered data mode [ 17.167483] reiserfs: using flush barriers [ 17.186474] REISERFS (device dm-0): journal params: device dm-0, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 [ 17.188219] REISERFS (device dm-0): checking transaction log (dm-0) [ 17.282951] REISERFS (device dm-0): Using r5 hash to sort names [ 19.274728] udevd[1136]: starting version 175 [ 20.458798] wmi: Mapper loaded [ 20.459354] rtc_cmos 00:05: RTC can wake from S4 [ 20.459560] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0 [ 20.459648] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs [ 20.478304] input: PC Speaker as /devices/platform/pcspkr/input/input3 [ 20.493607] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 20.493658] ehci_hcd: block sizes: qh 112 qtd 96 itd 192 sitd 96 [ 20.497125] ehci_hcd 0000:00:12.2: EHCI Host Controller [ 20.497221] drivers/usb/core/inode.c: creating file 'devices' [ 20.497266] drivers/usb/core/inode.c: creating file '001' [ 20.497397] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1 [ 20.497452] ehci_hcd 0000:00:12.2: reset hcs_params 0x102306 dbg=1 cc=2 pcc=3 ordered !ppc ports=6 [ 20.497499] ehci_hcd 0000:00:12.2: reset hcc_params a076 thresh 7 uframes 256/512/1024 park [ 20.497545] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 20.497609] ehci_hcd 0000:00:12.2: park 0 [ 20.497668] QUIRK: Enable AMD PLL fix [ 20.497707] ehci_hcd 0000:00:12.2: applying AMD SB600/SB700 USB freeze workaround [ 20.497763] ehci_hcd 0000:00:12.2: debug port 1 [ 20.497805] ehci_hcd 0000:00:12.2: reset command 0080b02 park=3 ithresh=8 period=1024 Reset HALT [ 20.497860] ehci_hcd 0000:00:12.2: MWI active [ 20.497900] ehci_hcd 0000:00:12.2: supports USB remote wakeup [ 20.497972] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfe02c000 [ 20.498052] ehci_hcd 0000:00:12.2: init command 0010005 (park)=0 ithresh=1 period=512 RUN [ 20.504029] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00 [ 20.504131] usb usb1: default language 0x0409 [ 20.504178] usb usb1: udev 1, busnum 1, minor = 0 [ 20.504221] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 20.504263] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 20.504307] usb usb1: Product: EHCI Host Controller [ 20.504346] usb usb1: Manufacturer: Linux 3.4.0-dan-00002-ga84219d-dirty ehci_hcd [ 20.504388] usb usb1: SerialNumber: 0000:00:12.2 [ 20.504510] usb usb1: usb_probe_device [ 20.504550] usb usb1: configuration #1 chosen from 1 choice [ 20.504599] usb usb1: adding 1-0:1.0 (config #1, interface 0) [ 20.504676] hub 1-0:1.0: usb_probe_interface [ 20.504716] hub 1-0:1.0: usb_probe_interface - got id [ 20.504755] hub 1-0:1.0: USB hub found [ 20.504798] hub 1-0:1.0: 6 ports detected [ 20.504835] hub 1-0:1.0: standalone hub [ 20.504873] hub 1-0:1.0: no power switching (usb 1.0) [ 20.504912] hub 1-0:1.0: individual port over-current protection [ 20.504952] hub 1-0:1.0: power on to power good time: 20ms [ 20.504994] hub 1-0:1.0: local power source is good [ 20.505064] hub 1-0:1.0: trying to enable port power on non-switchable hub [ 20.505165] drivers/usb/core/inode.c: creating file '001' [ 20.505448] ehci_hcd 0000:00:13.2: EHCI Host Controller [ 20.505495] drivers/usb/core/inode.c: creating file '002' [ 20.505598] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2 [ 20.505647] ehci_hcd 0000:00:13.2: reset hcs_params 0x102306 dbg=1 cc=2 pcc=3 ordered !ppc ports=6 [ 20.505697] ehci_hcd 0000:00:13.2: reset hcc_params a076 thresh 7 uframes 256/512/1024 park [ 20.505744] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround [ 20.505810] ehci_hcd 0000:00:13.2: park 0 [ 20.505856] ehci_hcd 0000:00:13.2: applying AMD SB600/SB700 USB freeze workaround [ 20.505911] ehci_hcd 0000:00:13.2: debug port 1 [ 20.505954] ehci_hcd 0000:00:13.2: reset command 0080b02 park=3 ithresh=8 period=1024 Reset HALT [ 20.506027] ehci_hcd 0000:00:13.2: MWI active [ 20.506066] ehci_hcd 0000:00:13.2: supports USB remote wakeup [ 20.506142] ehci_hcd 0000:00:13.2: irq 19, io mem 0xfe029000 [ 20.506186] ehci_hcd 0000:00:13.2: init command 0010005 (park)=0 ithresh=1 period=512 RUN [ 20.512035] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00 [ 20.512148] usb usb2: default language 0x0409 [ 20.512196] usb usb2: udev 1, busnum 2, minor = 128 [ 20.512234] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 20.512274] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 20.512317] usb usb2: Product: EHCI Host Controller [ 20.512355] usb usb2: Manufacturer: Linux 3.4.0-dan-00002-ga84219d-dirty ehci_hcd [ 20.512397] usb usb2: SerialNumber: 0000:00:13.2 [ 20.512524] usb usb2: usb_probe_device [ 20.512563] usb usb2: configuration #1 chosen from 1 choice [ 20.512613] usb usb2: adding 2-0:1.0 (config #1, interface 0) [ 20.512688] hub 2-0:1.0: usb_probe_interface [ 20.512728] hub 2-0:1.0: usb_probe_interface - got id [ 20.512767] hub 2-0:1.0: USB hub found [ 20.512809] hub 2-0:1.0: 6 ports detected [ 20.512847] hub 2-0:1.0: standalone hub [ 20.512884] hub 2-0:1.0: no power switching (usb 1.0) [ 20.512922] hub 2-0:1.0: individual port over-current protection [ 20.512962] hub 2-0:1.0: power on to power good time: 20ms [ 20.513024] hub 2-0:1.0: local power source is good [ 20.513065] hub 2-0:1.0: trying to enable port power on non-switchable hub [ 20.513166] drivers/usb/core/inode.c: creating file '001' [ 20.534123] firewire_ohci 0000:04:0e.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2 [ 20.573687] microcode: AMD CPU family 0xf not supported [ 20.592209] pata_acpi 0000:02:00.1: enabling device (0000 -> 0001) [ 20.592287] pata_acpi 0000:02:00.1: setting latency timer to 64 [ 20.598850] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141 [ 20.605056] ehci_hcd 0000:00:12.2: GetStatus port:2 status 001403 0 ACK POWER sig=k CSC CONNECT [ 20.605114] hub 1-0:1.0: port 2: status 0501 change 0001 [ 20.613071] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0000 [ 20.636312] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ (2 cpu cores) (version 2.20.00) [ 20.636366] trying to register driver powernow-k8 [ 20.636407] adding CPU 0 [ 20.636467] processor_perflib-0423 [4294967293] processor_get_performa: ACPI-based processor performance control unavailable [ 20.636577] register performance failed: bad ACPI data: -5 [ 20.636616] [Firmware Bug]: powernow-k8: No compatible ACPI _PSS objects found. [ 20.636618] [Firmware Bug]: powernow-k8: Try again with latest BIOS. [ 20.636696] initialization failed [ 20.638284] adding CPU 1 [ 20.638324] processor_perflib-0423 [4294967293] processor_get_performa: ACPI-based processor performance control unavailable [ 20.638431] register performance failed: bad ACPI data: -5 [ 20.638469] initialization failed [ 20.638505] no CPU initialized for driver powernow-k8 [ 20.638544] unregistering CPU 0 [ 20.638580] unregistering CPU 1 [ 20.681981] Uniform Multi-Platform E-IDE driver [ 20.699681] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 20.699731] ohci_hcd: block sizes: ed 80 td 96 [ 20.700671] atiixp 0000:00:14.1: IDE controller (0x1002:0x439c rev 0x00) [ 20.700758] atiixp 0000:00:14.1: not 100% native mode: will probe irqs later [ 20.700804] ide0: BM-DMA at 0xfa00-0xfa07 [ 20.700853] atiixp 0000:00:14.1: simplex device: DMA disabled [ 20.700891] ide1: DMA disabled [ 20.700930] Probing IDE interface ide0... [ 20.705051] hub 1-0:1.0: state 7 ports 6 chg 0004 evt 0000 [ 20.705115] hub 1-0:1.0: port 2, status 0501, change 0000, 480 Mb/s [ 20.705165] ehci_hcd 0000:00:12.2: port 2 low speed --> companion [ 20.756080] ehci_hcd 0000:00:12.2: GetStatus port:2 status 003002 0 ACK POWER OWNER sig=se0 CSC [ 20.756170] hub 1-0:1.0: state 7 ports 6 chg 0000 evt 0004 [ 20.903966] pata_jmicron 0000:02:00.1: setting latency timer to 64 [ 20.907106] scsi8 : pata_jmicron [ 20.909903] scsi9 : pata_jmicron [ 20.910043] ata9: PATA max UDMA/100 cmd 0xdf00 ctl 0xde00 bmdma 0xdb00 irq 17 [ 20.910086] ata10: PATA max UDMA/100 cmd 0xdd00 ctl 0xdc00 bmdma 0xdb08 irq 17 [ 20.964384] hda: WDC WD400AB-00BVA0, ATA DISK drive [ 21.035139] firewire_core 0000:04:0e.0: created device fw0: GUID 0074d4e100001fd0, S400 [ 21.580099] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4 [ 21.581179] hda: UDMA/100 mode selected [ 21.582238] Probing IDE interface ide1... [ 22.095136] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 [ 22.121134] ide1 at 0x170-0x177,0x376 on irq 15 [ 22.121636] ohci_hcd 0000:00:12.0: OHCI Host Controller [ 22.121687] drivers/usb/core/inode.c: creating file '003' [ 22.121801] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3 [ 22.121886] ohci_hcd 0000:00:12.0: created debug files [ 22.121926] ohci_hcd 0000:00:12.0: supports USB remote wakeup [ 22.121974] ohci_hcd 0000:00:12.0: irq 16, io mem 0xfe02e000 [ 22.122101] hub 1-0:1.0: state 7 ports 6 chg 0000 evt 0004 [ 22.122161] ehci_hcd 0000:00:12.2: GetStatus port:2 status 001403 0 ACK POWER sig=k CSC CONNECT [ 22.122214] hub 1-0:1.0: port 2, status 0501, change 0001, 480 Mb/s [ 22.177040] ohci_hcd 0000:00:12.0: OHCI controller state [ 22.177087] ohci_hcd 0000:00:12.0: OHCI 1.0, NO legacy support registers, rh state running [ 22.177136] ohci_hcd 0000:00:12.0: control 0x083 HCFS=operational CBSR=3 [ 22.177180] ohci_hcd 0000:00:12.0: cmdstatus 0x00000 SOC=0 [ 22.177223] ohci_hcd 0000:00:12.0: intrstatus 0x00000004 SF [ 22.177265] ohci_hcd 0000:00:12.0: intrenable 0x8000005a MIE RHSC UE RD WDH [ 22.177315] ohci_hcd 0000:00:12.0: hcca frame #0005 [ 22.177358] ohci_hcd 0000:00:12.0: roothub.a 02000203 POTPGT=2 NPS NDP=3(3) [ 22.177401] ohci_hcd 0000:00:12.0: roothub.b 00000000 PPCM=0000 DR=0000 [ 22.177445] ohci_hcd 0000:00:12.0: roothub.status 00008000 DRWE [ 22.177488] ohci_hcd 0000:00:12.0: roothub.portstatus [0] 0x00000100 PPS [ 22.177531] ohci_hcd 0000:00:12.0: roothub.portstatus [1] 0x00000100 PPS [ 22.177574] ohci_hcd 0000:00:12.0: roothub.portstatus [2] 0x00000100 PPS [ 22.177639] usb usb3: default language 0x0409 [ 22.177686] usb usb3: udev 1, busnum 3, minor = 256 [ 22.177726] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 22.177768] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 22.177814] usb usb3: Product: OHCI Host Controller [ 22.177853] usb usb3: Manufacturer: Linux 3.4.0-dan-00002-ga84219d-dirty ohci_hcd [ 22.177898] usb usb3: SerialNumber: 0000:00:12.0 [ 22.178024] usb usb3: usb_probe_device [ 22.178065] usb usb3: configuration #1 chosen from 1 choice [ 22.178115] usb usb3: adding 3-0:1.0 (config #1, interface 0) [ 22.178190] hub 3-0:1.0: usb_probe_interface [ 22.178229] hub 3-0:1.0: usb_probe_interface - got id [ 22.178269] hub 3-0:1.0: USB hub found [ 22.178314] hub 3-0:1.0: 3 ports detected [ 22.178353] hub 3-0:1.0: standalone hub [ 22.178392] hub 3-0:1.0: no power switching (usb 1.0) [ 22.178431] hub 3-0:1.0: global over-current protection [ 22.178472] hub 3-0:1.0: power on to power good time: 4ms [ 22.178517] hub 3-0:1.0: local power source is good [ 22.178558] hub 3-0:1.0: no over-current condition exists [ 22.178602] hub 3-0:1.0: trying to enable port power on non-switchable hub [ 22.178675] drivers/usb/core/inode.c: creating file '001' [ 22.179954] ohci_hcd 0000:00:12.1: OHCI Host Controller [ 22.179999] drivers/usb/core/inode.c: creating file '004' [ 22.180111] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4 [ 22.180190] ohci_hcd 0000:00:12.1: created debug files [ 22.180229] ohci_hcd 0000:00:12.1: supports USB remote wakeup [ 22.180282] ohci_hcd 0000:00:12.1: irq 16, io mem 0xfe02d000 [ 22.226023] hub 1-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x501 [ 22.226084] ehci_hcd 0000:00:12.2: port 2 low speed --> companion [ 22.235046] ohci_hcd 0000:00:12.1: OHCI controller state [ 22.235097] ohci_hcd 0000:00:12.1: OHCI 1.0, NO legacy support registers, rh state running [ 22.235143] ohci_hcd 0000:00:12.1: control 0x083 HCFS=operational CBSR=3 [ 22.235184] ohci_hcd 0000:00:12.1: cmdstatus 0x00000 SOC=0 [ 22.235225] ohci_hcd 0000:00:12.1: intrstatus 0x00000004 SF [ 22.235266] ohci_hcd 0000:00:12.1: intrenable 0x8000005a MIE RHSC UE RD WDH [ 22.235314] ohci_hcd 0000:00:12.1: hcca frame #0005 [ 22.235355] ohci_hcd 0000:00:12.1: roothub.a 02000203 POTPGT=2 NPS NDP=3(3) [ 22.235396] ohci_hcd 0000:00:12.1: roothub.b 00000000 PPCM=0000 DR=0000 [ 22.235438] ohci_hcd 0000:00:12.1: roothub.status 00008000 DRWE [ 22.235480] ohci_hcd 0000:00:12.1: roothub.portstatus [0] 0x00000100 PPS [ 22.235522] ohci_hcd 0000:00:12.1: roothub.portstatus [1] 0x00000100 PPS [ 22.235563] ohci_hcd 0000:00:12.1: roothub.portstatus [2] 0x00000100 PPS [ 22.235626] usb usb4: default language 0x0409 [ 22.235671] usb usb4: udev 1, busnum 4, minor = 384 [ 22.235710] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 22.235749] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 22.235792] usb usb4: Product: OHCI Host Controller [ 22.235830] usb usb4: Manufacturer: Linux 3.4.0-dan-00002-ga84219d-dirty ohci_hcd [ 22.235872] usb usb4: SerialNumber: 0000:00:12.1 [ 22.236018] usb usb4: usb_probe_device [ 22.236059] usb usb4: configuration #1 chosen from 1 choice [ 22.236105] usb usb4: adding 4-0:1.0 (config #1, interface 0) [ 22.236178] hub 4-0:1.0: usb_probe_interface [ 22.236217] hub 4-0:1.0: usb_probe_interface - got id [ 22.236256] hub 4-0:1.0: USB hub found [ 22.236300] hub 4-0:1.0: 3 ports detected [ 22.236338] hub 4-0:1.0: standalone hub [ 22.236375] hub 4-0:1.0: no power switching (usb 1.0) [ 22.236413] hub 4-0:1.0: global over-current protection [ 22.236452] hub 4-0:1.0: power on to power good time: 4ms [ 22.236495] hub 4-0:1.0: local power source is good [ 22.236534] hub 4-0:1.0: no over-current condition exists [ 22.236575] hub 4-0:1.0: trying to enable port power on non-switchable hub [ 22.236648] drivers/usb/core/inode.c: creating file '001' [ 22.236914] ohci_hcd 0000:00:13.0: OHCI Host Controller [ 22.236963] drivers/usb/core/inode.c: creating file '005' [ 22.237072] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5 [ 22.237164] ohci_hcd 0000:00:13.0: created debug files [ 22.237204] ohci_hcd 0000:00:13.0: supports USB remote wakeup [ 22.237282] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe02b000 [ 22.277030] ehci_hcd 0000:00:12.2: GetStatus port:2 status 003002 0 ACK POWER OWNER sig=se0 CSC [ 22.277108] hub 1-0:1.0: state 7 ports 6 chg 0000 evt 0004 [ 22.278032] ohci_hcd 0000:00:12.0: GetStatus roothub.portstatus [1] = 0x00010301 CSC LSDA PPS CCS [ 22.278085] hub 3-0:1.0: port 2: status 0301 change 0001 [ 22.292035] ohci_hcd 0000:00:13.0: OHCI controller state [ 22.292078] ohci_hcd 0000:00:13.0: OHCI 1.0, NO legacy support registers, rh state running [ 22.292126] ohci_hcd 0000:00:13.0: control 0x083 HCFS=operational CBSR=3 [ 22.292169] ohci_hcd 0000:00:13.0: cmdstatus 0x00000 SOC=0 [ 22.292211] ohci_hcd 0000:00:13.0: intrstatus 0x00000004 SF [ 22.292254] ohci_hcd 0000:00:13.0: intrenable 0x8000005a MIE RHSC UE RD WDH [ 22.292304] ohci_hcd 0000:00:13.0: hcca frame #0005 [ 22.292346] ohci_hcd 0000:00:13.0: roothub.a 02000203 POTPGT=2 NPS NDP=3(3) [ 22.292389] ohci_hcd 0000:00:13.0: roothub.b 00000000 PPCM=0000 DR=0000 [ 22.292433] ohci_hcd 0000:00:13.0: roothub.status 00008000 DRWE [ 22.292476] ohci_hcd 0000:00:13.0: roothub.portstatus [0] 0x00000100 PPS [ 22.292520] ohci_hcd 0000:00:13.0: roothub.portstatus [1] 0x00000100 PPS [ 22.292564] ohci_hcd 0000:00:13.0: roothub.portstatus [2] 0x00000100 PPS [ 22.292616] usb usb5: default language 0x0409 [ 22.292662] usb usb5: udev 1, busnum 5, minor = 512 [ 22.292702] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 22.292743] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 22.292787] usb usb5: Product: OHCI Host Controller [ 22.292826] usb usb5: Manufacturer: Linux 3.4.0-dan-00002-ga84219d-dirty ohci_hcd [ 22.292870] usb usb5: SerialNumber: 0000:00:13.0 [ 22.292963] usb usb5: usb_probe_device [ 22.293015] usb usb5: configuration #1 chosen from 1 choice [ 22.293061] usb usb5: adding 5-0:1.0 (config #1, interface 0) [ 22.293142] hub 5-0:1.0: usb_probe_interface [ 22.293180] hub 5-0:1.0: usb_probe_interface - got id [ 22.293220] hub 5-0:1.0: USB hub found [ 22.293264] hub 5-0:1.0: 3 ports detected [ 22.293303] hub 5-0:1.0: standalone hub [ 22.294862] hub 5-0:1.0: no power switching (usb 1.0) [ 22.294902] hub 5-0:1.0: global over-current protection [ 22.294942] hub 5-0:1.0: power on to power good time: 4ms [ 22.294986] hub 5-0:1.0: local power source is good [ 22.295037] hub 5-0:1.0: no over-current condition exists [ 22.295080] hub 5-0:1.0: trying to enable port power on non-switchable hub [ 22.295145] drivers/usb/core/inode.c: creating file '001' [ 22.296334] ohci_hcd 0000:00:13.1: OHCI Host Controller [ 22.296378] drivers/usb/core/inode.c: creating file '006' [ 22.296476] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6 [ 22.296552] ohci_hcd 0000:00:13.1: created debug files [ 22.296590] ohci_hcd 0000:00:13.1: supports USB remote wakeup [ 22.296635] ohci_hcd 0000:00:13.1: irq 18, io mem 0xfe02a000 [ 22.336057] hub 4-0:1.0: state 7 ports 3 chg 0000 evt 0000 [ 22.351040] ohci_hcd 0000:00:13.1: OHCI controller state [ 22.351085] ohci_hcd 0000:00:13.1: OHCI 1.0, NO legacy support registers, rh state running [ 22.351131] ohci_hcd 0000:00:13.1: control 0x083 HCFS=operational CBSR=3 [ 22.351172] ohci_hcd 0000:00:13.1: cmdstatus 0x00000 SOC=0 [ 22.351213] ohci_hcd 0000:00:13.1: intrstatus 0x00000004 SF [ 22.351254] ohci_hcd 0000:00:13.1: intrenable 0x8000005a MIE RHSC UE RD WDH [ 22.351302] ohci_hcd 0000:00:13.1: hcca frame #0005 [ 22.351343] ohci_hcd 0000:00:13.1: roothub.a 02000203 POTPGT=2 NPS NDP=3(3) [ 22.351384] ohci_hcd 0000:00:13.1: roothub.b 00000000 PPCM=0000 DR=0000 [ 22.351425] ohci_hcd 0000:00:13.1: roothub.status 00008000 DRWE [ 22.351467] ohci_hcd 0000:00:13.1: roothub.portstatus [0] 0x00000100 PPS [ 22.351509] ohci_hcd 0000:00:13.1: roothub.portstatus [1] 0x00000100 PPS [ 22.351550] ohci_hcd 0000:00:13.1: roothub.portstatus [2] 0x00000100 PPS [ 22.351605] usb usb6: default language 0x0409 [ 22.351651] usb usb6: udev 1, busnum 6, minor = 640 [ 22.351689] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 [ 22.351729] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 22.351771] usb usb6: Product: OHCI Host Controller [ 22.351810] usb usb6: Manufacturer: Linux 3.4.0-dan-00002-ga84219d-dirty ohci_hcd [ 22.351852] usb usb6: SerialNumber: 0000:00:13.1 [ 22.351967] usb usb6: usb_probe_device [ 22.352020] usb usb6: configuration #1 chosen from 1 choice [ 22.352068] usb usb6: adding 6-0:1.0 (config #1, interface 0) [ 22.352144] hub 6-0:1.0: usb_probe_interface [ 22.352182] hub 6-0:1.0: usb_probe_interface - got id [ 22.352221] hub 6-0:1.0: USB hub found [ 22.352265] hub 6-0:1.0: 3 ports detected [ 22.352304] hub 6-0:1.0: standalone hub [ 22.352341] hub 6-0:1.0: no power switching (usb 1.0) [ 22.352379] hub 6-0:1.0: global over-current protection [ 22.352420] hub 6-0:1.0: power on to power good time: 4ms [ 22.352463] hub 6-0:1.0: local power source is good [ 22.352501] hub 6-0:1.0: no over-current condition exists [ 22.352540] hub 6-0:1.0: trying to enable port power on non-switchable hub [ 22.352609] drivers/usb/core/inode.c: creating file '001' [ 22.353880] ohci_hcd 0000:00:14.5: OHCI Host Controller [ 22.353927] drivers/usb/core/inode.c: creating file '007' [ 22.354035] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7 [ 22.354122] ohci_hcd 0000:00:14.5: created debug files [ 22.354161] ohci_hcd 0000:00:14.5: supports USB remote wakeup [ 22.354212] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe028000 [ 22.378048] hub 3-0:1.0: state 7 ports 3 chg 0004 evt 0000 [ 22.378112] hub 3-0:1.0: port 2, status 0301, change 0000, 1.5 Mb/s [ 22.409040] ohci_hcd 0000:00:14.5: OHCI controller state [ 22.409087] ohci_hcd 0000:00:14.5: OHCI 1.0, NO legacy support registers, rh state running [ 22.409133] ohci_hcd 0000:00:14.5: control 0x083 HCFS=operational CBSR=3 [ 22.409174] ohci_hcd 0000:00:14.5: cmdstatus 0x00000 SOC=0 [ 22.409215] ohci_hcd 0000:00:14.5: intrstatus 0x00000004 SF [ 22.409255] ohci_hcd 0000:00:14.5: intrenable 0x8000005a MIE RHSC UE RD WDH [ 22.409303] ohci_hcd 0000:00:14.5: hcca frame #0005 [ 22.409344] ohci_hcd 0000:00:14.5: roothub.a 02000202 POTPGT=2 NPS NDP=2(2) [ 22.409386] ohci_hcd 0000:00:14.5: roothub.b 00000000 PPCM=0000 DR=0000 [ 22.409427] ohci_hcd 0000:00:14.5: roothub.status 00008000 DRWE [ 22.409469] ohci_hcd 0000:00:14.5: roothub.portstatus [0] 0x00000100 PPS [ 22.409511] ohci_hcd 0000:00:14.5: roothub.portstatus [1] 0x00000100 PPS [ 22.409567] usb usb7: default language 0x0409 [ 22.409612] usb usb7: udev 1, busnum 7, minor = 768 [ 22.409651] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 [ 22.409691] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 22.409734] usb usb7: Product: OHCI Host Controller [ 22.409772] usb usb7: Manufacturer: Linux 3.4.0-dan-00002-ga84219d-dirty ohci_hcd [ 22.409815] usb usb7: SerialNumber: 0000:00:14.5 [ 22.409934] usb usb7: usb_probe_device [ 22.409974] usb usb7: configuration #1 chosen from 1 choice [ 22.410034] usb usb7: adding 7-0:1.0 (config #1, interface 0) [ 22.410107] hub 7-0:1.0: usb_probe_interface [ 22.410146] hub 7-0:1.0: usb_probe_interface - got id [ 22.410186] hub 7-0:1.0: USB hub found [ 22.410231] hub 7-0:1.0: 2 ports detected [ 22.410268] hub 7-0:1.0: standalone hub [ 22.410305] hub 7-0:1.0: no power switching (usb 1.0) [ 22.410344] hub 7-0:1.0: global over-current protection [ 22.410382] hub 7-0:1.0: power on to power good time: 4ms [ 22.410426] hub 7-0:1.0: local power source is good [ 22.410465] hub 7-0:1.0: no over-current condition exists [ 22.410506] hub 7-0:1.0: trying to enable port power on non-switchable hub [ 22.410576] drivers/usb/core/inode.c: creating file '001' [ 22.413778] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region \SOR1 1 (20120320/utaddress-251) [ 22.413902] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 22.440042] ohci_hcd 0000:00:12.0: GetStatus roothub.portstatus [1] = 0x00100303 PRSC LSDA PPS PES CCS [ 22.447040] ide-gd driver 1.18 [ 22.447144] hda: max request size: 128KiB [ 22.448474] hda: 78165360 sectors (40020 MB) w/2048KiB Cache, CHS=65535/16/63 [ 22.448590] hda: cache flushes not supported [ 22.451197] input: HDA ATI SB Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input4 [ 22.451355] input: HDA ATI SB Front Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input5 [ 22.451484] input: HDA ATI SB Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input6 [ 22.451615] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input7 [ 22.451744] input: HDA ATI SB Line Out Side as /devices/pci0000:00/0000:00:14.2/sound/card0/input8 [ 22.451874] input: HDA ATI SB Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input9 [ 22.452065] input: HDA ATI SB Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input10 [ 22.452197] input: HDA ATI SB Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input11 [ 22.453252] snd_hda_intel 0000:01:05.1: setting latency timer to 64 [ 22.491049] usb 3-2: new low-speed USB device number 2 using ohci_hcd [ 22.509876] hda: hda1 hda2 < hda5 hda6 hda7 > hda3 [ 22.554044] ohci_hcd 0000:00:12.0: GetStatus roothub.portstatus [1] = 0x00100303 PRSC LSDA PPS PES CCS [ 22.625078] usb 3-2: skipped 1 descriptor after interface [ 22.625126] usb 3-2: skipped 1 descriptor after interface [ 22.627084] usb 3-2: default language 0x0409 [ 22.632092] usb 3-2: udev 2, busnum 3, minor = 257 [ 22.632140] usb 3-2: New USB device found, idVendor=046d, idProduct=c521 [ 22.632181] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 22.632222] usb 3-2: Product: USB Receiver [ 22.632259] usb 3-2: Manufacturer: Logitech [ 22.632414] usb 3-2: usb_probe_device [ 22.632455] usb 3-2: configuration #1 chosen from 1 choice [ 22.637082] usb 3-2: adding 3-2:1.0 (config #1, interface 0) [ 22.637234] usbhid 3-2:1.0: usb_probe_interface [ 22.637275] usbhid 3-2:1.0: usb_probe_interface - got id [ 22.644446] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.0/input/input12 [ 22.644589] generic-usb 0003:046D:C521.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:12.0-2/input0 [ 22.644664] usb 3-2: adding 3-2:1.1 (config #1, interface 1) [ 22.644752] usbhid 3-2:1.1: usb_probe_interface [ 22.644792] usbhid 3-2:1.1: usb_probe_interface - got id [ 22.655228] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:12.0/usb3/3-2/3-2:1.1/input/input13 [ 22.655346] usbhid 3-2:1.1: looking for a minor, starting at 0 [ 22.655449] generic-usb 0003:046D:C521.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:12.0-2/input1 [ 22.655562] drivers/usb/core/inode.c: creating file '002' [ 22.655649] hub 5-0:1.0: state 7 ports 3 chg 0000 evt 0000 [ 22.655689] hub 3-0:1.0: state 7 ports 3 chg 0000 evt 0004 [ 22.655737] hub 6-0:1.0: state 7 ports 3 chg 0000 evt 0000 [ 22.655778] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000 [ 24.511091] reiserfs: enabling write barrier flush mode [ 24.702001] Initializing USB Mass Storage driver... [ 24.702154] usbcore: registered new interface driver usb-storage [ 24.702193] USB Mass Storage support registered. [ 24.811352] netpoll: netconsole: local port 6665 [ 24.812948] netpoll: netconsole: local IP 0.0.0.0 [ 24.812988] netpoll: netconsole: interface 'eth0' [ 24.813048] netpoll: netconsole: remote port 514 [ 24.813087] netpoll: netconsole: remote IP 192.168.0.1 [ 24.813127] netpoll: netconsole: remote ethernet address 00:08:c7:ea:44:ac [ 24.813170] netpoll: netconsole: device eth0 not up yet, forcing it [ 24.817456] r8169 0000:03:00.0: eth0: link down [ 24.818081] r8169 0000:03:00.0: eth0: link down [ 24.819180] ADDRCONF(NETDEV_UP): eth0: link is not ready [ 26.916184] r8169 0000:03:00.0: eth0: link up [ 26.917110] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 26.918025] netpoll: netconsole: no IP address for eth0, aborting [ 26.918069] netconsole: cleaning up [ 26.954122] it87: Found IT8718F chip at 0x228, revision 5 [ 26.954189] it87: Beeping is supported [ 27.723894] scsi_verify_blk_ioctl: 272 callbacks suppressed [ 27.723946] mdadm: sending ioctl 1261 to a partition! [ 27.723986] mdadm: sending ioctl 1261 to a partition! [ 29.573279] mdadm: sending ioctl 1261 to a partition! [ 29.573332] mdadm: sending ioctl 1261 to a partition! [ 29.729938] Adding 2097148k swap on /dev/mapper/vulpine2-swap. Priority:-1 extents:1 across:2097148k [ 31.242580] REISERFS (device hda5): found reiserfs format "3.6" with standard journal [ 31.242650] REISERFS (device hda5): using ordered data mode [ 31.242691] reiserfs: using flush barriers [ 31.255075] REISERFS (device hda5): journal params: device hda5, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 [ 31.256726] REISERFS (device hda5): checking transaction log (hda5) [ 31.276517] REISERFS (device hda5): Using r5 hash to sort names [ 34.374595] fuse init (API version 7.18) [ 44.491795] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ (2 cpu cores) (version 2.20.00) [ 44.491852] trying to register driver powernow-k8 [ 44.491893] adding CPU 0 [ 44.491955] processor_perflib-0423 [4294967293] processor_get_performa: ACPI-based processor performance control unavailable [ 44.492103] register performance failed: bad ACPI data: -5 [ 44.492143] [Firmware Bug]: powernow-k8: No compatible ACPI _PSS objects found. [ 44.492145] [Firmware Bug]: powernow-k8: Try again with latest BIOS. [ 44.492223] initialization failed [ 44.492260] adding CPU 1 [ 44.492300] processor_perflib-0423 [4294967293] processor_get_performa: ACPI-based processor performance control unavailable [ 44.492454] register performance failed: bad ACPI data: -5 [ 44.492506] initialization failed [ 44.492543] no CPU initialized for driver powernow-k8 [ 44.492583] unregistering CPU 0 [ 44.492622] unregistering CPU 1 [ 44.512031] trying to register driver acpi-cpufreq [ 44.512084] adding CPU 0 [ 44.512128] processor_perflib-0423 [4294967293] processor_get_performa: ACPI-based processor performance control unavailable [ 44.512237] initialization failed [ 44.512274] adding CPU 1 [ 44.512314] processor_perflib-0423 [4294967293] processor_get_performa: ACPI-based processor performance control unavailable [ 44.512420] initialization failed [ 44.512457] no CPU initialized for driver acpi-cpufreq [ 44.512495] unregistering CPU 0 [ 44.512532] unregistering CPU 1 [ 257.807058] raid6: int64x1 1875 MB/s [ 257.824020] raid6: int64x2 1640 MB/s [ 257.841073] raid6: int64x4 1433 MB/s [ 257.858056] raid6: int64x8 1367 MB/s [ 257.875057] raid6: sse2x1 2828 MB/s [ 257.892039] raid6: sse2x2 3011 MB/s [ 257.909020] raid6: sse2x4 3359 MB/s [ 257.909057] raid6: using algorithm sse2x4 (3359 MB/s) [ 257.915959] xor: automatically using best checksumming function: generic_sse [ 257.921016] generic_sse: 5932.000 MB/sec [ 257.921055] xor: using function: generic_sse (5932.000 MB/sec) [ 257.947398] md: raid6 personality registered for level 6 [ 257.947447] md: raid5 personality registered for level 5 [ 257.947485] md: raid4 personality registered for level 4 [ 308.542738] md/raid:md2: device sda1 operational as raid disk 0 [ 308.542787] md/raid:md2: device sdf1 operational as raid disk 3 [ 308.542827] md/raid:md2: device sde1 operational as raid disk 2 [ 308.542866] md/raid:md2: device sdd1 operational as raid disk 1 [ 308.543710] md/raid:md2: allocated 4300kB [ 308.543826] md/raid:md2: raid level 5 active with 4 out of 4 devices, algorithm 2 [ 308.543872] RAID conf printout: [ 308.543911] --- level:5 rd:4 wd:4 [ 308.543952] disk 0, o:1, dev:sda1 [ 308.543992] disk 1, o:1, dev:sdd1 [ 308.544066] disk 2, o:1, dev:sde1 [ 308.544107] disk 3, o:1, dev:sdf1 [ 308.544200] md2: detected capacity change from 0 to 6001188667392 [ 308.567254] md2: unknown partition table [ 308.571507] mdadm: sending ioctl 1261 to a partition! [ 308.571557] mdadm: sending ioctl 1261 to a partition! [ 314.816879] mdadm: sending ioctl 1261 to a partition! [ 314.816930] mdadm: sending ioctl 1261 to a partition! [ 323.718903] device fsid 9acbcd74-2699-4dcb-b2d7-7700b5793595 devid 1 transid 1190687 /dev/mapper/fileserver-media [ 323.720375] btrfs: disk space caching is enabled [ 371.524675] device fsid 9acbcd74-2699-4dcb-b2d7-7700b5793595 devid 1 transid 1190687 /dev/mapper/fileserver-media [ 431.757968] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@xxxxxxx> [ 431.758328] AMD IOMMUv2 functionality not available on this sytem [ 431.766842] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel. [ 431.766898] Disabling lock debugging due to kernel taint [ 431.784241] [fglrx] Maximum main memory to use for locked dma buffers: 3637 MBytes. [ 431.784436] [fglrx] vendor: 1002 device: 9610 count: 1 [ 431.785405] [fglrx] ioport: bar 1, base 0xee00, size: 0x100 [ 431.785472] pci 0000:01:05.0: setting latency timer to 64 [ 431.786325] [fglrx] Kernel PAT support is enabled [ 431.786398] [fglrx] module loaded - fglrx 8.96.4 [Apr 5 2012] with 1 minors [ 435.103957] [fglrx] GART Table is not in FRAME_BUFFER range [ 435.104620] [fglrx] Could not enable MSI; System prevented initialization [ 435.105656] [fglrx] Firegl kernel thread PID: 6004 [ 435.105856] [fglrx] Firegl kernel thread PID: 6005 [ 435.105971] [fglrx] Firegl kernel thread PID: 6006 [ 435.106198] [fglrx] IRQ 18 Enabled [ 435.745734] [fglrx] Gart USWC size:1188 M. [ 435.745743] [fglrx] Gart cacheable size:470 M. [ 435.745750] [fglrx] Reserved FB block: Shared offset:0, size:1000000 [ 435.745754] [fglrx] Reserved FB block: Unshared offset:fffc000, size:4000