Hi Jeff, all, I'm having a data corruption issue while storing data to a specific type of Compact Flash card connected over AHCI. It seems that when two (or more) processes are writing to disk at the same time, and a sync() happens, every once in a while some data from one process's file writes will appear in place of data in the other file. Here are the specifics of my hardware: I'm using the built-in CF card slot on a Siemens 627C Industrial PC, which is connected to the motherboard via an AHCI chipset. The CF card is bootable. The BIOS is configured to use "RAID" mode ("Enhanced" or "AHCI" mode will not boot the CF card). AHCI chipset in use: 00:1f.2 0104: 8086:282a (rev 05) 00:1f.2 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 05) CF card with the problem: SanDisk Ultra 8GB (model SDCFH-008G) CF card that always works: SanDisk Extreme 8GB (model SDCFX-008G) Filesystem: ReiserFS Kernels tested to show symptoms: 3.0.14, 3.4.11, 3.7.1 I can get the problem to reproduce almost 50% of the time by having a program drop a 50MB core dump in the background (over and over again) to the disk, while in the meantime I rsync over a 190MB gzipped file over to the disk from a remote PC. After that, I "sync", and then I clear the kernel's clean cache using "echo 1 > /proc/sys/vm/drop_caches". 50% of the time, rereading the gzipped file will show one or more 4K chunks of data from the core dump (or other process writing to disk) come out in random locations in the file, compared to what the file showed before clearing the cache. In other words, after the write and sync is complete, the cached file in Linux memory shows correct, but the copy stored on disk is wrong. I've reproduced the problem on several 627C PCs and Ultra cards now. If I use the same Ultra card on any other type of PC (using ata_piix or pata_jmicron drivers, since the Siemens PC is the only system I have with an AHCI chipset), it works fine. If I use an Extreme card instead on the Siemens PC, it works fine (even after 1000 transfers). I tried mounting and recreating the ReiserFS using the "notail" option, still same problem. I tried limiting the disk to use UDMA/33 or PIO4 mode, still same problem. (The Ultra disk normally comes up as UDMA/66, and the Extreme disk normally comes up as UDMA/100). I verified NCQ is not being used. Assuming this is a problem in the AHCI driver for the moment, what other options can I tweak to try to narrow down the problem? Are there any relevant AHCI features I can turn on/off by changing the source? I've attached the dmesg & lspci of the Siemens PC. Thanks and best regards, -Byron
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02) 00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 02) 00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06) 00:19.0 Ethernet controller: Intel Corporation 82577LM Gigabit Network Connection (rev 05) 00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) 00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05) 00:1c.5 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 6 (rev 05) 00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5) 00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05) 00:1f.2 RAID bus controller: Intel Corporation 82801 Mobile SATA Controller [RAID mode] (rev 05) 00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05) 00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05) 06:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection 3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02) 3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02) 3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02) 3f:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02) 3f:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02) 3f:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
00:00.0 0600: 8086:0044 (rev 02) 00:02.0 0300: 8086:0046 (rev 02) 00:16.0 0780: 8086:3b64 (rev 06) 00:19.0 0200: 8086:10ea (rev 05) 00:1a.0 0c03: 8086:3b3c (rev 05) 00:1c.0 0604: 8086:3b42 (rev 05) 00:1c.5 0604: 8086:3b4c (rev 05) 00:1d.0 0c03: 8086:3b34 (rev 05) 00:1e.0 0604: 8086:2448 (rev a5) 00:1f.0 0601: 8086:3b07 (rev 05) 00:1f.2 0104: 8086:282a (rev 05) 00:1f.3 0c05: 8086:3b30 (rev 05) 00:1f.6 1180: 8086:3b32 (rev 05) 06:00.0 0200: 8086:10d3 3f:00.0 0600: 8086:2c62 (rev 02) 3f:00.1 0600: 8086:2d01 (rev 02) 3f:02.0 0600: 8086:2d10 (rev 02) 3f:02.1 0600: 8086:2d11 (rev 02) 3f:02.2 0600: 8086:2d12 (rev 02) 3f:02.3 0600: 8086:2d13 (rev 02)
Linux version 3.4.19 (root@xxxxxxxxxxxxxxxxxxx) (gcc version 4.5.4 (Gentoo 4.5.4 p1.0, pie-0.4.7) ) #4 SMP PREEMPT Wed Jan 2 15:40:19 EST 2013 Command line: rdinit=/sbin/init rdsize=640M video=1280x1024 KERNEL supported cpus: Intel GenuineIntel BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 0000000000095400 (usable) BIOS-e820: 0000000000095400 - 00000000000a0000 (reserved) BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 00000000bb63f000 (usable) BIOS-e820: 00000000bb63f000 - 00000000bb6bf000 (reserved) BIOS-e820: 00000000bb6bf000 - 00000000bb7bf000 (ACPI NVS) BIOS-e820: 00000000bb7bf000 - 00000000bb7ff000 (ACPI data) BIOS-e820: 00000000bb7ff000 - 00000000bb800000 (usable) BIOS-e820: 00000000bb800000 - 00000000c0000000 (reserved) BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved) BIOS-e820: 00000000feb00000 - 00000000feb04000 (reserved) BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved) BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved) BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved) BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved) BIOS-e820: 0000000100000000 - 0000000138000000 (usable) NX (Execute Disable) protection: active DMI 2.6 present. DMI: SIEMENS AG SIMATIC IPC627C/A5E03383664, BIOS V15.02.08 05/15/2012 e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) e820 remove range: 00000000000a0000 - 0000000000100000 (usable) last_pfn = 0x138000 max_arch_pfn = 0x400000000 MTRR default type: uncachable MTRR fixed ranges enabled: 00000-9FFFF write-back A0000-BFFFF uncachable C0000-EFFFF write-through F0000-FFFFF write-combining MTRR variable ranges enabled: 0 base 000000000 mask F80000000 write-back 1 base 0FFE00000 mask FFFE00000 write-protect 2 base 080000000 mask FC0000000 write-back 3 base 0BC000000 mask FFC000000 uncachable 4 base 0BB800000 mask FFF800000 uncachable 5 base 100000000 mask FC0000000 write-back 6 base 138000000 mask FF8000000 uncachable 7 disabled x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 last_pfn = 0xbb800 max_arch_pfn = 0x400000000 initial memory mapped : 0 - 20000000 Base memory trampoline at [ffff880000093000] 93000 size 8192 init_memory_mapping: 0000000000000000-00000000bb800000 0000000000 - 00bb800000 page 2M kernel direct mapping tables up to 0xbb7fffff @ [mem 0x1fffc000-0x1fffffff] init_memory_mapping: 0000000100000000-0000000138000000 0100000000 - 0138000000 page 2M kernel direct mapping tables up to 0x137ffffff @ [mem 0xbb63d000-0xbb63efff] RAMDISK: 02000000 - 0d91f000 ACPI: RSDP 00000000000fe020 00024 (v02 SIEMEN) ACPI: XSDT 00000000bb7fe120 00074 (v01 SIEMEN SIMATIC 00000001 01000013) ACPI: FACP 00000000bb7fc000 000F4 (v04 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: DSDT 00000000bb7f0000 08435 (v02 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: FACS 00000000bb76f000 00040 ACPI: HPET 00000000bb7fb000 00038 (v01 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: APIC 00000000bb7fa000 0008C (v02 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: MCFG 00000000bb7f9000 0003C (v01 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: BOOT 00000000bb7ec000 00028 (v01 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: ASPT 00000000bb7e9000 00034 (v04 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: WDAT 00000000bb7e8000 00224 (v01 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: SDES 00000000bb7e6000 015FC (v01 SIEMEN SIMATIC 00000001 @SEW 00000001) ACPI: ASF! 00000000bb7fd000 000A5 (v32 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: SSDT 00000000bb7e5000 009F1 (v01 PmRef CpuPm 00003000 INTL 20100121) ACPI: Local APIC address 0xfee00000 [ffffea0000000000-ffffea0004dfffff] PMD -> [ffff880133800000-ffff8801375fffff] on node 0 Zone PFN ranges: DMA 0x00000010 -> 0x00001000 DMA32 0x00001000 -> 0x00100000 Normal 0x00100000 -> 0x00138000 Movable zone start PFN for each node Early memory PFN ranges 0: 0x00000010 -> 0x00000095 0: 0x00000100 -> 0x000bb63f 0: 0x000bb7ff -> 0x000bb800 0: 0x00100000 -> 0x00138000 On node 0 totalpages: 996805 DMA zone: 64 pages used for memmap DMA zone: 2 pages reserved DMA zone: 3907 pages, LIFO batch:0 DMA32 zone: 16320 pages used for memmap DMA32 zone: 747136 pages, LIFO batch:31 Normal zone: 3584 pages used for memmap Normal zone: 225792 pages, LIFO batch:31 ACPI: PM-Timer IO Port: 0x408 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. Using ACPI (MADT) for SMP configuration information ACPI: HPET id: 0x8086a201 base: 0xfed00000 SMP: Allowing 2 CPUs, 0 hotplug CPUs nr_irqs_gsi: 40 Allocating PCI resources starting at c0000000 (gap: c0000000:30000000) setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:2 nr_node_ids:1 PERCPU: Embedded 24 pages/cpu @ffff880137c00000 s68608 r8192 d21504 u1048576 pcpu-alloc: s68608 r8192 d21504 u1048576 alloc=1*2097152 pcpu-alloc: [0] 0 1 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 976835 Kernel command line: rdinit=/sbin/init rdsize=640M video=1280x1024 PID hash table entries: 4096 (order: 3, 32768 bytes) Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) Memory: 3655060k/5111808k available (4421k kernel code, 1124588k absent, 332160k reserved, 1373k data, 416k init) SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 Preemptible hierarchical RCU implementation. NR_IRQS:4352 nr_irqs:72 16 Extended CMOS year: 2000 Console: colour dummy device 80x25 console [tty0] enabled hpet clockevent registered Fast TSC calibration using PIT Detected 2133.322 MHz processor. Calibrating delay loop (skipped), value calculated using timer frequency.. 4266.64 BogoMIPS (lpj=2133322) pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 256 CPU: Physical Processor ID: 0 CPU: Processor Core ID: 0 using mwait in idle threads. Freeing SMP alternatives: 16k freed ACPI: Core revision 20120320 ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 CPU0: Intel(R) Core(TM) i3 CPU E 330 @ 2.13GHz stepping 05 Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver. CPUID marked event: 'bus cycles' unavailable ... version: 3 ... bit width: 48 ... generic registers: 4 ... value mask: 0000ffffffffffff ... max period: 000000007fffffff ... fixed-purpose events: 3 ... event mask: 000000070000000f NMI watchdog: enabled, takes one hw-pmu counter. Booting Node 0, Processors #1 NMI watchdog: enabled, takes one hw-pmu counter. Brought up 2 CPUs Total of 2 processors activated (8533.28 BogoMIPS). NET: Registered protocol family 16 ACPI FADT declares the system doesn't support PCIe ASPM, so disable it ACPI: bus type pci registered PCI: Using configuration type 1 for base access bio: create slab <bio-0> at 0 ACPI: Added _OSI(Module Device) ACPI: Added _OSI(Processor Device) ACPI: Added _OSI(3.0 _SCP Extensions) ACPI: Added _OSI(Processor Aggregator Device) ACPI: EC: Look up EC in DSDT [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored ACPI: SSDT 00000000bb691c18 003AE (v01 PmRef Cpu0Ist 00003000 INTL 20100121) ACPI: Dynamic OEM Table Load: ACPI: SSDT (null) 003AE (v01 PmRef Cpu0Ist 00003000 INTL 20100121) ACPI: SSDT 00000000bb68f018 00891 (v01 PmRef Cpu0Cst 00003001 INTL 20100121) ACPI: Dynamic OEM Table Load: ACPI: SSDT (null) 00891 (v01 PmRef Cpu0Cst 00003001 INTL 20100121) ACPI: SSDT 00000000bb690a98 00303 (v01 PmRef ApIst 00003000 INTL 20100121) ACPI: Dynamic OEM Table Load: ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20100121) ACPI: SSDT 00000000bb68ed98 00119 (v01 PmRef ApCst 00003000 INTL 20100121) ACPI: Dynamic OEM Table Load: ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20100121) ACPI: Interpreter enabled ACPI: (supports S0 S5) ACPI: Using IOAPIC for interrupt routing PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug \_SB_.PCI0:_OSC invalid UUID _OSC request data:1 8 1f ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfeafffff] PCI host bridge to bus 0000:00 pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfeafffff] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000 pci 0000:00:02.0: [8086:0046] type 00 class 0x030000 pci 0000:00:02.0: reg 10: [mem 0xd0000000-0xd03fffff 64bit] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref] pci 0000:00:02.0: reg 20: [io 0x3078-0x307f] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000 pci 0000:00:16.0: reg 10: [mem 0xd4420000-0xd442000f 64bit] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold pci 0000:00:19.0: [8086:10ea] type 00 class 0x020000 pci 0000:00:19.0: reg 10: [mem 0xd4400000-0xd441ffff] pci 0000:00:19.0: reg 14: [mem 0xd4427000-0xd4427fff] pci 0000:00:19.0: reg 18: [io 0x3040-0x305f] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320 pci 0000:00:1a.0: reg 10: [mem 0xd4426000-0xd44263ff] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400 pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold pci 0000:00:1c.5: [8086:3b4c] type 01 class 0x060400 pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320 pci 0000:00:1d.0: reg 10: [mem 0xd4425000-0xd44253ff] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401 pci 0000:00:1f.0: [8086:3b07] type 00 class 0x060100 pci 0000:00:1f.2: [8086:282a] type 00 class 0x010400 pci 0000:00:1f.2: reg 10: [io 0x3068-0x306f] pci 0000:00:1f.2: reg 14: [io 0x3084-0x3087] pci 0000:00:1f.2: reg 18: [io 0x3060-0x3067] pci 0000:00:1f.2: reg 1c: [io 0x3080-0x3083] pci 0000:00:1f.2: reg 20: [io 0x3020-0x303f] pci 0000:00:1f.2: reg 24: [mem 0xd4424000-0xd44247ff] pci 0000:00:1f.2: PME# supported from D3hot pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500 pci 0000:00:1f.3: reg 10: [mem 0xd4422000-0xd44220ff 64bit] pci 0000:00:1f.3: reg 20: [io 0x3000-0x301f] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000 pci 0000:00:1f.6: reg 10: [mem 0xd4423000-0xd4423fff 64bit] pci 0000:00:1c.0: PCI bridge to [bus 05-05] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] pci 0000:00:1c.0: bridge window [mem 0xd3400000-0xd43fffff] pci 0000:00:1c.0: bridge window [mem 0xd0400000-0xd13fffff 64bit pref] pci 0000:06:00.0: [8086:10d3] type 00 class 0x020000 pci 0000:06:00.0: reg 10: [mem 0xd2400000-0xd241ffff] pci 0000:06:00.0: reg 18: [io 0x1000-0x101f] pci 0000:06:00.0: reg 1c: [mem 0xd2420000-0xd2423fff] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold pci 0000:00:1c.5: PCI bridge to [bus 06-06] pci 0000:00:1c.5: bridge window [io 0x1000-0x1fff] pci 0000:00:1c.5: bridge window [mem 0xd2400000-0xd33fffff] pci 0000:00:1c.5: bridge window [mem 0xd1400000-0xd23fffff 64bit pref] pci 0000:00:1e.0: PCI bridge to [bus 10-10] (subtractive decode) pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfeafffff] (subtractive decode) pci_bus 0000:00: on NUMA node 0 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08) ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus 3f]) PCI host bridge to bus 0000:3f pci 0000:3f:00.0: [8086:2c62] type 00 class 0x060000 pci 0000:3f:00.1: [8086:2d01] type 00 class 0x060000 pci 0000:3f:02.0: [8086:2d10] type 00 class 0x060000 pci 0000:3f:02.1: [8086:2d11] type 00 class 0x060000 pci 0000:3f:02.2: [8086:2d12] type 00 class 0x060000 pci 0000:3f:02.3: [8086:2d13] type 00 class 0x060000 pci_bus 0000:3f: on NUMA node 0 pci0000:3f: Unable to request _OSC control (_OSC support mask: 0x08) ACPI: PCI Interrupt Link [LNKA] (IRQs 1 *3 4 5 6 7 10 12 14 15) ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 *5 6 7 11 12 14 15) ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15) ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 *7 11 12 14 15) SCSI subsystem initialized libata version 3.00 loaded. usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb PCI: Using ACPI for IRQ routing PCI: pci_cache_line_size set to 64 bytes reserve RAM buffer: 0000000000095400 - 000000000009ffff reserve RAM buffer: 00000000bb63f000 - 00000000bbffffff reserve RAM buffer: 00000000bb800000 - 00000000bbffffff Switching to clocksource hpet pnp: PnP ACPI init ACPI: bus type pnp registered pnp 00:00: [bus 00-3e] pnp 00:00: [io 0x0000-0x0cf7 window] pnp 00:00: [io 0x0cf8-0x0cff] pnp 00:00: [io 0x0d00-0xffff window] pnp 00:00: [mem 0x000a0000-0x000bffff window] pnp 00:00: [mem 0x000c0000-0x000c3fff window] pnp 00:00: [mem 0x000c4000-0x000c7fff window] pnp 00:00: [mem 0x000c8000-0x000cbfff window] pnp 00:00: [mem 0x000cc000-0x000cffff window] pnp 00:00: [mem 0x000d0000-0x000d3fff window] pnp 00:00: [mem 0x000d4000-0x000d7fff window] pnp 00:00: [mem 0x000d8000-0x000dbfff window] pnp 00:00: [mem 0x000dc000-0x000dffff window] pnp 00:00: [mem 0x000e0000-0x000e3fff window] pnp 00:00: [mem 0x000e4000-0x000e7fff window] pnp 00:00: [mem 0x000e8000-0x000ebfff window] pnp 00:00: [mem 0x000ec000-0x000effff window] pnp 00:00: [mem 0x000f0000-0x000fffff window] pnp 00:00: [mem 0xc0000000-0xfeafffff window] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active) pnp 00:01: [io 0x03f8-0x03ff] pnp 00:01: [irq 4] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active) pnp 00:02: [io 0x0000-0x001f] pnp 00:02: [io 0x0081-0x0091] pnp 00:02: [io 0x0093-0x009f] pnp 00:02: [io 0x00c0-0x00df] pnp 00:02: [dma 4] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active) pnp 00:03: [mem 0xff000000-0xffffffff] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active) pnp 00:04: [mem 0xfed00000-0xfed003ff] pnp 00:04: [irq 0 disabled] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active) pnp 00:05: [io 0x00f0] pnp 00:05: [irq 13] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active) pnp 00:06: [io 0x002e-0x002f] pnp 00:06: [io 0x004e-0x004f] pnp 00:06: [io 0x0061] pnp 00:06: [io 0x0063] pnp 00:06: [io 0x0065] pnp 00:06: [io 0x0067] pnp 00:06: [io 0x0070] pnp 00:06: [io 0x0080] pnp 00:06: [io 0x0092] pnp 00:06: [io 0x00b2-0x00b3] pnp 00:06: [io 0x0600-0x067f] pnp 00:06: [io 0x0680-0x069f] pnp 00:06: [io 0x0800-0x080f] pnp 00:06: [io 0x0810-0x0813] pnp 00:06: [io 0xffff] pnp 00:06: [io 0x0400-0x047f] pnp 00:06: [io 0x0500-0x057f] system 00:06: [io 0x0600-0x067f] has been reserved system 00:06: [io 0x0680-0x069f] has been reserved system 00:06: [io 0x0800-0x080f] has been reserved system 00:06: [io 0x0810-0x0813] has been reserved system 00:06: [io 0xffff] has been reserved system 00:06: [io 0x0400-0x047f] has been reserved system 00:06: [io 0x0500-0x057f] has been reserved system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) pnp 00:07: [io 0x0070-0x0077] pnp 00:07: [irq 8] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active) pnp 00:08: [mem 0xfed1c000-0xfed1ffff] pnp 00:08: [mem 0xfed10000-0xfed13fff] pnp 00:08: [mem 0xfed18000-0xfed18fff] pnp 00:08: [mem 0xfed19000-0xfed19fff] pnp 00:08: [mem 0xf0000000-0xf3ffffff] pnp 00:08: [mem 0xfed20000-0xfed3ffff] pnp 00:08: [mem 0xfed90000-0xfed8ffff disabled] pnp 00:08: [mem 0xff000000-0xffffffff] pnp 00:08: [mem 0xfee00000-0xfeefffff] pnp 00:08: [mem 0xd4500000-0xd4500fff] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved system 00:08: [mem 0xf0000000-0xf3ffffff] has been reserved system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved system 00:08: [mem 0xff000000-0xffffffff] could not be reserved system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved system 00:08: [mem 0xd4500000-0xd4500fff] has been reserved system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) pnp 00:09: [bus 3f] pnp 00:09: Plug and Play ACPI device, IDs PNP0a03 (active) pnp: PnP ACPI: found 10 devices ACPI: ACPI bus type pnp unregistered pci 0000:00:1c.0: PCI bridge to [bus 05-05] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] pci 0000:00:1c.0: bridge window [mem 0xd3400000-0xd43fffff] pci 0000:00:1c.0: bridge window [mem 0xd0400000-0xd13fffff 64bit pref] pci 0000:00:1c.5: PCI bridge to [bus 06-06] pci 0000:00:1c.5: bridge window [io 0x1000-0x1fff] pci 0000:00:1c.5: bridge window [mem 0xd2400000-0xd33fffff] pci 0000:00:1c.5: bridge window [mem 0xd1400000-0xd23fffff 64bit pref] pci 0000:00:1e.0: PCI bridge to [bus 10-10] pci 0000:00:1e.0: setting latency timer to 64 pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfeafffff] pci_bus 0000:05: resource 0 [io 0x2000-0x2fff] pci_bus 0000:05: resource 1 [mem 0xd3400000-0xd43fffff] pci_bus 0000:05: resource 2 [mem 0xd0400000-0xd13fffff 64bit pref] pci_bus 0000:06: resource 0 [io 0x1000-0x1fff] pci_bus 0000:06: resource 1 [mem 0xd2400000-0xd33fffff] pci_bus 0000:06: resource 2 [mem 0xd1400000-0xd23fffff 64bit pref] pci_bus 0000:10: resource 4 [io 0x0000-0x0cf7] pci_bus 0000:10: resource 5 [io 0x0d00-0xffff] pci_bus 0000:10: resource 6 [mem 0x000a0000-0x000bffff] pci_bus 0000:10: resource 7 [mem 0xc0000000-0xfeafffff] NET: Registered protocol family 2 IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) TCP established hash table entries: 262144 (order: 10, 4194304 bytes) TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) TCP: Hash tables configured (established 262144 bind 65536) TCP: reno registered UDP hash table entries: 2048 (order: 4, 65536 bytes) UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) NET: Registered protocol family 1 RPC: Registered named UNIX socket transport module. RPC: Registered udp transport module. RPC: Registered tcp transport module. RPC: Registered tcp NFSv4.1 backchannel transport module. pci 0000:00:02.0: Boot video device PCI: CLS 64 bytes, default 64 Unpacking initramfs... Freeing initrd memory: 189564k freed PCI-DMA: Using software bounce buffering for IO (SWIOTLB) Placing 64MB software IO TLB between ffff8800b763d000 - ffff8800bb63d000 software IO TLB at phys 0xb763d000 - 0xbb63d000 kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround Simple Boot Flag at 0x44 set to 0x1 fuse init (API version 7.18) msgmni has been set to 7509 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254) io scheduler noop registered io scheduler cfq registered (default) intel_idle: MWAIT substates: 0x1120 intel_idle: v0.4 model 0x25 intel_idle: lapic_timer_reliable_states 0xffffffff input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0 ACPI: Power Button [PWRB] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 ACPI: Power Button [PWRF] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Real Time Clock Driver v1.12b Linux agpgart interface v0.103 agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable agpgart-intel 0000:00:00.0: detected 32768K stolen memory agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000 [drm] Initialized drm 1.1.0 20060810 i915 0000:00:02.0: setting latency timer to 64 [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [drm] Driver supports precise vblank timestamp query. fixme: max PWM is zero. fbcon: inteldrmfb (fb0) is primary device [drm] Changing LVDS panel from (+hsync, +vsync) to (-hsync, +vsync) Console: switching to colour frame buffer device 160x64 fb0: inteldrmfb frame buffer device drm: registered panic notifier acpi device:02: registered as cooling_device0 input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input2 ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 loop: module loaded nbd: registered device at major 43 ahci 0000:00:1f.2: version 3.0 ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x8 impl RAID mode ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pio ems apst ahci 0000:00:1f.2: setting latency timer to 64 scsi0 : ahci scsi1 : ahci scsi2 : ahci scsi3 : ahci scsi4 : ahci scsi5 : ahci ata1: DUMMY ata2: DUMMY ata3: DUMMY ata4: SATA max UDMA/133 abar m2048@0xd4424000 port 0xd4424280 irq 18 ata5: DUMMY ata6: DUMMY tun: Universal TUN/TAP device driver, 1.6 tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx> e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI e100: Copyright(c) 1999-2006 Intel Corporation e1000e: Intel(R) PRO/1000 Network Driver - 1.9.5-k e1000e: Copyright(c) 1999 - 2012 Intel Corporation. e1000e 0000:00:19.0: setting latency timer to 64 e1000e 0000:00:19.0: (unregistered net_device): Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:1b:1b:41:58:49 e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection e1000e 0000:00:19.0: eth0: MAC: 9, PHY: 10, PBA No: FFFFFF-0FF e1000e 0000:06:00.0: Disabling ASPM L0s L1 e1000e 0000:06:00.0: (unregistered net_device): Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300) ata4.00: CFA: SanDisk SDCFX-008G, HDX 6.02, max UDMA/100 ata4.00: 15625216 sectors, multi 0: LBA48 ata4.00: applying bridge limits ata4.00: configured for UDMA/100 scsi 3:0:0:0: Direct-Access ATA SanDisk SDCFX-00 HDX PQ: 0 ANSI: 5 sd 3:0:0:0: [sda] 15625216 512-byte logical blocks: (8.00 GB/7.45 GiB) sd 3:0:0:0: [sda] Write Protect is off sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00 sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA e1000e 0000:06:00.0: eth1: (PCI Express:2.5GT/s:Width x1) 00:1b:1b:41:a0:45 e1000e 0000:06:00.0: eth1: Intel(R) PRO/1000 Network Connection e1000e 0000:06:00.0: eth1: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF usbcore: registered new interface driver asix ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver ehci_hcd 0000:00:1a.0: setting latency timer to 64 ehci_hcd 0000:00:1a.0: EHCI Host Controller ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1 ehci_hcd 0000:00:1a.0: debug port 2 ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported ehci_hcd 0000:00:1a.0: irq 22, io mem 0xd4426000 sda: sda1 sd 3:0:0:0: [sda] Attached SCSI removable disk ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00 hub 1-0:1.0: USB hub found hub 1-0:1.0: 3 ports detected ehci_hcd 0000:00:1d.0: setting latency timer to 64 ehci_hcd 0000:00:1d.0: EHCI Host Controller ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 ehci_hcd 0000:00:1d.0: debug port 2 ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported ehci_hcd 0000:00:1d.0: irq 23, io mem 0xd4425000 ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00 hub 2-0:1.0: USB hub found hub 2-0:1.0: 3 ports detected uhci_hcd: USB Universal Host Controller Interface driver usbcore: registered new interface driver usblp Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. usbcore: registered new interface driver usbserial usbserial: USB Serial Driver core usbcore: registered new interface driver io_edgeport USB Serial support registered for Edgeport 2 port adapter USB Serial support registered for Edgeport 4 port adapter USB Serial support registered for Edgeport 8 port adapter USB Serial support registered for EPiC device usbcore: registered new interface driver ftdi_sio USB Serial support registered for FTDI USB Serial Device ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver Refined TSC clocksource calibration: 2133.408 MHz. i8042: PNP: No PS/2 controller found. Probing ports directly. Switching to clocksource tsc serio: i8042 KBD port at 0x60,0x64 irq 1 serio: i8042 AUX port at 0x60,0x64 irq 12 mousedev: PS/2 mouse device common for all mice md: raid1 personality registered for level 1 cpuidle: using governor ladder usbcore: registered new interface driver usbhid usbhid: USB HID core driver nf_conntrack version 0.5.0 (16384 buckets, 65536 max) ip_tables: (C) 2000-2006 Netfilter Core Team TCP: cubic registered NET: Registered protocol family 17 Bridge firewalling registered registered taskstats version 1 Freeing unused kernel memory: 416k freed BFS CPU scheduler v0.424 by Con Kolivas. usb 1-1: new high-speed USB device number 2 using ehci_hcd hub 1-1:1.0: USB hub found hub 1-1:1.0: 6 ports detected usb 2-1: new high-speed USB device number 2 using ehci_hcd hub 2-1:1.0: USB hub found hub 2-1:1.0: 8 ports detected usb 2-1.3: new low-speed USB device number 3 using ehci_hcd input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input3 generic-usb 0003:046D:C05A.0001: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.0-1.3/input0 usb 2-1.4: new low-speed USB device number 4 using ehci_hcd input: Key Tronic Keytronic USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input4 generic-usb 0003:03F9:0100.0002: input: USB HID v1.10 Keyboard [Key Tronic Keytronic USB Keyboard] on usb-0000:00:1d.0-1.4/input0 REISERFS (device sda1): found reiserfs format "3.6" with standard journal REISERFS (device sda1): using ordered data mode reiserfs: using flush barriers REISERFS (device sda1): journal params: device sda1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 REISERFS (device sda1): checking transaction log (sda1) REISERFS (device sda1): Using r5 hash to sort names device eth0 entered promiscuous mode device eth1 entered promiscuous mode e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None br0: port 1(eth0) entered forwarding state br0: port 1(eth0) entered forwarding state [drm] Changing LVDS panel from (-hsync, +vsync) to (+hsync, +vsync)
Linux version 3.4.19 (root@xxxxxxxxxxxxxxxxxxx) (gcc version 4.5.4 (Gentoo 4.5.4 p1.0, pie-0.4.7) ) #4 SMP PREEMPT Wed Jan 2 15:40:19 EST 2013 Command line: rdinit=/sbin/init rdsize=640M video=1280x1024 libata.force=4:pio4 KERNEL supported cpus: Intel GenuineIntel BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 0000000000095400 (usable) BIOS-e820: 0000000000095400 - 00000000000a0000 (reserved) BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 00000000bb63f000 (usable) BIOS-e820: 00000000bb63f000 - 00000000bb6bf000 (reserved) BIOS-e820: 00000000bb6bf000 - 00000000bb7bf000 (ACPI NVS) BIOS-e820: 00000000bb7bf000 - 00000000bb7ff000 (ACPI data) BIOS-e820: 00000000bb7ff000 - 00000000bb800000 (usable) BIOS-e820: 00000000bb800000 - 00000000c0000000 (reserved) BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved) BIOS-e820: 00000000feb00000 - 00000000feb04000 (reserved) BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved) BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved) BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved) BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved) BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved) BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved) BIOS-e820: 0000000100000000 - 0000000138000000 (usable) NX (Execute Disable) protection: active DMI 2.6 present. DMI: SIEMENS AG SIMATIC IPC627C/A5E03383664, BIOS V15.02.08 05/15/2012 e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) e820 remove range: 00000000000a0000 - 0000000000100000 (usable) last_pfn = 0x138000 max_arch_pfn = 0x400000000 MTRR default type: uncachable MTRR fixed ranges enabled: 00000-9FFFF write-back A0000-BFFFF uncachable C0000-EFFFF write-through F0000-FFFFF write-combining MTRR variable ranges enabled: 0 base 000000000 mask F80000000 write-back 1 base 0FFE00000 mask FFFE00000 write-protect 2 base 080000000 mask FC0000000 write-back 3 base 0BC000000 mask FFC000000 uncachable 4 base 0BB800000 mask FFF800000 uncachable 5 base 100000000 mask FC0000000 write-back 6 base 138000000 mask FF8000000 uncachable 7 disabled x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 last_pfn = 0xbb800 max_arch_pfn = 0x400000000 initial memory mapped : 0 - 20000000 Base memory trampoline at [ffff880000093000] 93000 size 8192 init_memory_mapping: 0000000000000000-00000000bb800000 0000000000 - 00bb800000 page 2M kernel direct mapping tables up to 0xbb7fffff @ [mem 0x1fffc000-0x1fffffff] init_memory_mapping: 0000000100000000-0000000138000000 0100000000 - 0138000000 page 2M kernel direct mapping tables up to 0x137ffffff @ [mem 0xbb63d000-0xbb63efff] RAMDISK: 02000000 - 0d91f000 ACPI: RSDP 00000000000fe020 00024 (v02 SIEMEN) ACPI: XSDT 00000000bb7fe120 00074 (v01 SIEMEN SIMATIC 00000001 01000013) ACPI: FACP 00000000bb7fc000 000F4 (v04 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: DSDT 00000000bb7f0000 08435 (v02 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: FACS 00000000bb76f000 00040 ACPI: HPET 00000000bb7fb000 00038 (v01 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: APIC 00000000bb7fa000 0008C (v02 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: MCFG 00000000bb7f9000 0003C (v01 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: BOOT 00000000bb7ec000 00028 (v01 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: ASPT 00000000bb7e9000 00034 (v04 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: WDAT 00000000bb7e8000 00224 (v01 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: SDES 00000000bb7e6000 015FC (v01 SIEMEN SIMATIC 00000001 @SEW 00000001) ACPI: ASF! 00000000bb7fd000 000A5 (v32 SIEMEN SIMATIC 00000001 WATZ 00000001) ACPI: SSDT 00000000bb7e5000 009F1 (v01 PmRef CpuPm 00003000 INTL 20100121) ACPI: Local APIC address 0xfee00000 [ffffea0000000000-ffffea0004dfffff] PMD -> [ffff880133800000-ffff8801375fffff] on node 0 Zone PFN ranges: DMA 0x00000010 -> 0x00001000 DMA32 0x00001000 -> 0x00100000 Normal 0x00100000 -> 0x00138000 Movable zone start PFN for each node Early memory PFN ranges 0: 0x00000010 -> 0x00000095 0: 0x00000100 -> 0x000bb63f 0: 0x000bb7ff -> 0x000bb800 0: 0x00100000 -> 0x00138000 On node 0 totalpages: 996805 DMA zone: 64 pages used for memmap DMA zone: 2 pages reserved DMA zone: 3907 pages, LIFO batch:0 DMA32 zone: 16320 pages used for memmap DMA32 zone: 747136 pages, LIFO batch:31 Normal zone: 3584 pages used for memmap Normal zone: 225792 pages, LIFO batch:31 ACPI: PM-Timer IO Port: 0x408 ACPI: Local APIC address 0xfee00000 ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled) ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. ACPI: IRQ9 used by override. Using ACPI (MADT) for SMP configuration information ACPI: HPET id: 0x8086a201 base: 0xfed00000 SMP: Allowing 2 CPUs, 0 hotplug CPUs nr_irqs_gsi: 40 Allocating PCI resources starting at c0000000 (gap: c0000000:30000000) setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:2 nr_node_ids:1 PERCPU: Embedded 24 pages/cpu @ffff880137c00000 s68608 r8192 d21504 u1048576 pcpu-alloc: s68608 r8192 d21504 u1048576 alloc=1*2097152 pcpu-alloc: [0] 0 1 Built 1 zonelists in Zone order, mobility grouping on. Total pages: 976835 Kernel command line: rdinit=/sbin/init rdsize=640M video=1280x1024 libata.force=4:pio4 PID hash table entries: 4096 (order: 3, 32768 bytes) Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) Memory: 3655060k/5111808k available (4421k kernel code, 1124588k absent, 332160k reserved, 1373k data, 416k init) SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 Preemptible hierarchical RCU implementation. NR_IRQS:4352 nr_irqs:72 16 Extended CMOS year: 2000 Console: colour dummy device 80x25 console [tty0] enabled hpet clockevent registered Fast TSC calibration using PIT Detected 2133.345 MHz processor. Calibrating delay loop (skipped), value calculated using timer frequency.. 4266.69 BogoMIPS (lpj=2133345) pid_max: default: 32768 minimum: 301 Mount-cache hash table entries: 256 CPU: Physical Processor ID: 0 CPU: Processor Core ID: 0 using mwait in idle threads. Freeing SMP alternatives: 16k freed ACPI: Core revision 20120320 ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 CPU0: Intel(R) Core(TM) i3 CPU E 330 @ 2.13GHz stepping 05 Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver. CPUID marked event: 'bus cycles' unavailable ... version: 3 ... bit width: 48 ... generic registers: 4 ... value mask: 0000ffffffffffff ... max period: 000000007fffffff ... fixed-purpose events: 3 ... event mask: 000000070000000f NMI watchdog: enabled, takes one hw-pmu counter. Booting Node 0, Processors #1 NMI watchdog: enabled, takes one hw-pmu counter. Brought up 2 CPUs Total of 2 processors activated (8533.38 BogoMIPS). NET: Registered protocol family 16 ACPI FADT declares the system doesn't support PCIe ASPM, so disable it ACPI: bus type pci registered PCI: Using configuration type 1 for base access bio: create slab <bio-0> at 0 ACPI: Added _OSI(Module Device) ACPI: Added _OSI(Processor Device) ACPI: Added _OSI(3.0 _SCP Extensions) ACPI: Added _OSI(Processor Aggregator Device) ACPI: EC: Look up EC in DSDT [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored ACPI: SSDT 00000000bb691c18 003AE (v01 PmRef Cpu0Ist 00003000 INTL 20100121) ACPI: Dynamic OEM Table Load: ACPI: SSDT (null) 003AE (v01 PmRef Cpu0Ist 00003000 INTL 20100121) ACPI: SSDT 00000000bb68f018 00891 (v01 PmRef Cpu0Cst 00003001 INTL 20100121) ACPI: Dynamic OEM Table Load: ACPI: SSDT (null) 00891 (v01 PmRef Cpu0Cst 00003001 INTL 20100121) ACPI: SSDT 00000000bb690a98 00303 (v01 PmRef ApIst 00003000 INTL 20100121) ACPI: Dynamic OEM Table Load: ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20100121) ACPI: SSDT 00000000bb68ed98 00119 (v01 PmRef ApCst 00003000 INTL 20100121) ACPI: Dynamic OEM Table Load: ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20100121) ACPI: Interpreter enabled ACPI: (supports S0 S5) ACPI: Using IOAPIC for interrupt routing PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug \_SB_.PCI0:_OSC invalid UUID _OSC request data:1 8 1f ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfeafffff] PCI host bridge to bus 0000:00 pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfeafffff] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000 pci 0000:00:02.0: [8086:0046] type 00 class 0x030000 pci 0000:00:02.0: reg 10: [mem 0xd0000000-0xd03fffff 64bit] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref] pci 0000:00:02.0: reg 20: [io 0x3078-0x307f] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000 pci 0000:00:16.0: reg 10: [mem 0xd4420000-0xd442000f 64bit] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold pci 0000:00:19.0: [8086:10ea] type 00 class 0x020000 pci 0000:00:19.0: reg 10: [mem 0xd4400000-0xd441ffff] pci 0000:00:19.0: reg 14: [mem 0xd4427000-0xd4427fff] pci 0000:00:19.0: reg 18: [io 0x3040-0x305f] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320 pci 0000:00:1a.0: reg 10: [mem 0xd4426000-0xd44263ff] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400 pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold pci 0000:00:1c.5: [8086:3b4c] type 01 class 0x060400 pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320 pci 0000:00:1d.0: reg 10: [mem 0xd4425000-0xd44253ff] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401 pci 0000:00:1f.0: [8086:3b07] type 00 class 0x060100 pci 0000:00:1f.2: [8086:282a] type 00 class 0x010400 pci 0000:00:1f.2: reg 10: [io 0x3068-0x306f] pci 0000:00:1f.2: reg 14: [io 0x3084-0x3087] pci 0000:00:1f.2: reg 18: [io 0x3060-0x3067] pci 0000:00:1f.2: reg 1c: [io 0x3080-0x3083] pci 0000:00:1f.2: reg 20: [io 0x3020-0x303f] pci 0000:00:1f.2: reg 24: [mem 0xd4424000-0xd44247ff] pci 0000:00:1f.2: PME# supported from D3hot pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500 pci 0000:00:1f.3: reg 10: [mem 0xd4422000-0xd44220ff 64bit] pci 0000:00:1f.3: reg 20: [io 0x3000-0x301f] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000 pci 0000:00:1f.6: reg 10: [mem 0xd4423000-0xd4423fff 64bit] pci 0000:00:1c.0: PCI bridge to [bus 05-05] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] pci 0000:00:1c.0: bridge window [mem 0xd3400000-0xd43fffff] pci 0000:00:1c.0: bridge window [mem 0xd0400000-0xd13fffff 64bit pref] pci 0000:06:00.0: [8086:10d3] type 00 class 0x020000 pci 0000:06:00.0: reg 10: [mem 0xd2400000-0xd241ffff] pci 0000:06:00.0: reg 18: [io 0x1000-0x101f] pci 0000:06:00.0: reg 1c: [mem 0xd2420000-0xd2423fff] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold pci 0000:00:1c.5: PCI bridge to [bus 06-06] pci 0000:00:1c.5: bridge window [io 0x1000-0x1fff] pci 0000:00:1c.5: bridge window [mem 0xd2400000-0xd33fffff] pci 0000:00:1c.5: bridge window [mem 0xd1400000-0xd23fffff 64bit pref] pci 0000:00:1e.0: PCI bridge to [bus 10-10] (subtractive decode) pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfeafffff] (subtractive decode) pci_bus 0000:00: on NUMA node 0 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08) ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus 3f]) PCI host bridge to bus 0000:3f pci 0000:3f:00.0: [8086:2c62] type 00 class 0x060000 pci 0000:3f:00.1: [8086:2d01] type 00 class 0x060000 pci 0000:3f:02.0: [8086:2d10] type 00 class 0x060000 pci 0000:3f:02.1: [8086:2d11] type 00 class 0x060000 pci 0000:3f:02.2: [8086:2d12] type 00 class 0x060000 pci 0000:3f:02.3: [8086:2d13] type 00 class 0x060000 pci_bus 0000:3f: on NUMA node 0 pci0000:3f: Unable to request _OSC control (_OSC support mask: 0x08) ACPI: PCI Interrupt Link [LNKA] (IRQs 1 *3 4 5 6 7 10 12 14 15) ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 *5 6 7 11 12 14 15) ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11 ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled. ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15) ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 *7 11 12 14 15) SCSI subsystem initialized libata version 3.00 loaded. usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb PCI: Using ACPI for IRQ routing PCI: pci_cache_line_size set to 64 bytes reserve RAM buffer: 0000000000095400 - 000000000009ffff reserve RAM buffer: 00000000bb63f000 - 00000000bbffffff reserve RAM buffer: 00000000bb800000 - 00000000bbffffff Switching to clocksource hpet pnp: PnP ACPI init ACPI: bus type pnp registered pnp 00:00: [bus 00-3e] pnp 00:00: [io 0x0000-0x0cf7 window] pnp 00:00: [io 0x0cf8-0x0cff] pnp 00:00: [io 0x0d00-0xffff window] pnp 00:00: [mem 0x000a0000-0x000bffff window] pnp 00:00: [mem 0x000c0000-0x000c3fff window] pnp 00:00: [mem 0x000c4000-0x000c7fff window] pnp 00:00: [mem 0x000c8000-0x000cbfff window] pnp 00:00: [mem 0x000cc000-0x000cffff window] pnp 00:00: [mem 0x000d0000-0x000d3fff window] pnp 00:00: [mem 0x000d4000-0x000d7fff window] pnp 00:00: [mem 0x000d8000-0x000dbfff window] pnp 00:00: [mem 0x000dc000-0x000dffff window] pnp 00:00: [mem 0x000e0000-0x000e3fff window] pnp 00:00: [mem 0x000e4000-0x000e7fff window] pnp 00:00: [mem 0x000e8000-0x000ebfff window] pnp 00:00: [mem 0x000ec000-0x000effff window] pnp 00:00: [mem 0x000f0000-0x000fffff window] pnp 00:00: [mem 0xc0000000-0xfeafffff window] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active) pnp 00:01: [io 0x03f8-0x03ff] pnp 00:01: [irq 4] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active) pnp 00:02: [io 0x0000-0x001f] pnp 00:02: [io 0x0081-0x0091] pnp 00:02: [io 0x0093-0x009f] pnp 00:02: [io 0x00c0-0x00df] pnp 00:02: [dma 4] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active) pnp 00:03: [mem 0xff000000-0xffffffff] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active) pnp 00:04: [mem 0xfed00000-0xfed003ff] pnp 00:04: [irq 0 disabled] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active) pnp 00:05: [io 0x00f0] pnp 00:05: [irq 13] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active) pnp 00:06: [io 0x002e-0x002f] pnp 00:06: [io 0x004e-0x004f] pnp 00:06: [io 0x0061] pnp 00:06: [io 0x0063] pnp 00:06: [io 0x0065] pnp 00:06: [io 0x0067] pnp 00:06: [io 0x0070] pnp 00:06: [io 0x0080] pnp 00:06: [io 0x0092] pnp 00:06: [io 0x00b2-0x00b3] pnp 00:06: [io 0x0600-0x067f] pnp 00:06: [io 0x0680-0x069f] pnp 00:06: [io 0x0800-0x080f] pnp 00:06: [io 0x0810-0x0813] pnp 00:06: [io 0xffff] pnp 00:06: [io 0x0400-0x047f] pnp 00:06: [io 0x0500-0x057f] system 00:06: [io 0x0600-0x067f] has been reserved system 00:06: [io 0x0680-0x069f] has been reserved system 00:06: [io 0x0800-0x080f] has been reserved system 00:06: [io 0x0810-0x0813] has been reserved system 00:06: [io 0xffff] has been reserved system 00:06: [io 0x0400-0x047f] has been reserved system 00:06: [io 0x0500-0x057f] has been reserved system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) pnp 00:07: [io 0x0070-0x0077] pnp 00:07: [irq 8] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active) pnp 00:08: [mem 0xfed1c000-0xfed1ffff] pnp 00:08: [mem 0xfed10000-0xfed13fff] pnp 00:08: [mem 0xfed18000-0xfed18fff] pnp 00:08: [mem 0xfed19000-0xfed19fff] pnp 00:08: [mem 0xf0000000-0xf3ffffff] pnp 00:08: [mem 0xfed20000-0xfed3ffff] pnp 00:08: [mem 0xfed90000-0xfed8ffff disabled] pnp 00:08: [mem 0xff000000-0xffffffff] pnp 00:08: [mem 0xfee00000-0xfeefffff] pnp 00:08: [mem 0xd4500000-0xd4500fff] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved system 00:08: [mem 0xf0000000-0xf3ffffff] has been reserved system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved system 00:08: [mem 0xff000000-0xffffffff] could not be reserved system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved system 00:08: [mem 0xd4500000-0xd4500fff] has been reserved system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) pnp 00:09: [bus 3f] pnp 00:09: Plug and Play ACPI device, IDs PNP0a03 (active) pnp: PnP ACPI: found 10 devices ACPI: ACPI bus type pnp unregistered pci 0000:00:1c.0: PCI bridge to [bus 05-05] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff] pci 0000:00:1c.0: bridge window [mem 0xd3400000-0xd43fffff] pci 0000:00:1c.0: bridge window [mem 0xd0400000-0xd13fffff 64bit pref] pci 0000:00:1c.5: PCI bridge to [bus 06-06] pci 0000:00:1c.5: bridge window [io 0x1000-0x1fff] pci 0000:00:1c.5: bridge window [mem 0xd2400000-0xd33fffff] pci 0000:00:1c.5: bridge window [mem 0xd1400000-0xd23fffff 64bit pref] pci 0000:00:1e.0: PCI bridge to [bus 10-10] pci 0000:00:1e.0: setting latency timer to 64 pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xfeafffff] pci_bus 0000:05: resource 0 [io 0x2000-0x2fff] pci_bus 0000:05: resource 1 [mem 0xd3400000-0xd43fffff] pci_bus 0000:05: resource 2 [mem 0xd0400000-0xd13fffff 64bit pref] pci_bus 0000:06: resource 0 [io 0x1000-0x1fff] pci_bus 0000:06: resource 1 [mem 0xd2400000-0xd33fffff] pci_bus 0000:06: resource 2 [mem 0xd1400000-0xd23fffff 64bit pref] pci_bus 0000:10: resource 4 [io 0x0000-0x0cf7] pci_bus 0000:10: resource 5 [io 0x0d00-0xffff] pci_bus 0000:10: resource 6 [mem 0x000a0000-0x000bffff] pci_bus 0000:10: resource 7 [mem 0xc0000000-0xfeafffff] NET: Registered protocol family 2 IP route cache hash table entries: 131072 (order: 8, 1048576 bytes) TCP established hash table entries: 262144 (order: 10, 4194304 bytes) TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) TCP: Hash tables configured (established 262144 bind 65536) TCP: reno registered UDP hash table entries: 2048 (order: 4, 65536 bytes) UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) NET: Registered protocol family 1 RPC: Registered named UNIX socket transport module. RPC: Registered udp transport module. RPC: Registered tcp transport module. RPC: Registered tcp NFSv4.1 backchannel transport module. pci 0000:00:02.0: Boot video device PCI: CLS 64 bytes, default 64 Unpacking initramfs... Freeing initrd memory: 189564k freed PCI-DMA: Using software bounce buffering for IO (SWIOTLB) Placing 64MB software IO TLB between ffff8800b763d000 - ffff8800bb63d000 software IO TLB at phys 0xb763d000 - 0xbb63d000 kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround Simple Boot Flag at 0x44 set to 0x1 fuse init (API version 7.18) msgmni has been set to 7509 Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254) io scheduler noop registered io scheduler cfq registered (default) intel_idle: MWAIT substates: 0x1120 intel_idle: v0.4 model 0x25 intel_idle: lapic_timer_reliable_states 0xffffffff input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0 ACPI: Power Button [PWRB] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 ACPI: Power Button [PWRF] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Real Time Clock Driver v1.12b Linux agpgart interface v0.103 agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable agpgart-intel 0000:00:00.0: detected 32768K stolen memory agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000 [drm] Initialized drm 1.1.0 20060810 i915 0000:00:02.0: setting latency timer to 64 [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [drm] Driver supports precise vblank timestamp query. fixme: max PWM is zero. fbcon: inteldrmfb (fb0) is primary device [drm] Changing LVDS panel from (+hsync, +vsync) to (-hsync, +vsync) Console: switching to colour frame buffer device 160x64 fb0: inteldrmfb frame buffer device drm: registered panic notifier acpi device:02: registered as cooling_device0 input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input2 ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 loop: module loaded nbd: registered device at major 43 ahci 0000:00:1f.2: version 3.0 ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x8 impl RAID mode ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pio ems apst ahci 0000:00:1f.2: setting latency timer to 64 scsi0 : ahci scsi1 : ahci scsi2 : ahci scsi3 : ahci scsi4 : ahci scsi5 : ahci ata1: DUMMY ata2: DUMMY ata3: DUMMY ata4: SATA max UDMA/133 abar m2048@0xd4424000 port 0xd4424280 irq 18 ata5: DUMMY ata6: DUMMY tun: Universal TUN/TAP device driver, 1.6 tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx> e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI e100: Copyright(c) 1999-2006 Intel Corporation e1000e: Intel(R) PRO/1000 Network Driver - 1.9.5-k e1000e: Copyright(c) 1999 - 2012 Intel Corporation. e1000e 0000:00:19.0: setting latency timer to 64 e1000e 0000:00:19.0: (unregistered net_device): Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 00:1b:1b:41:58:49 e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection e1000e 0000:00:19.0: eth0: MAC: 9, PHY: 10, PBA No: FFFFFF-0FF e1000e 0000:06:00.0: Disabling ASPM L0s L1 e1000e 0000:06:00.0: (unregistered net_device): Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300) ata4.00: CFA: SanDisk SDCFH-008G, HDX 6.03, max UDMA/66 ata4.00: 15625216 sectors, multi 0: LBA48 ata4.00: applying bridge limits ata4.00: FORCE: xfer_mask set to pio4 ata4.00: configured for PIO4 scsi 3:0:0:0: Direct-Access ATA SanDisk SDCFH-00 HDX PQ: 0 ANSI: 5 sd 3:0:0:0: [sda] 15625216 512-byte logical blocks: (8.00 GB/7.45 GiB) sd 3:0:0:0: [sda] Write Protect is off sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00 sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA e1000e 0000:06:00.0: eth1: (PCI Express:2.5GT/s:Width x1) 00:1b:1b:41:a0:45 e1000e 0000:06:00.0: eth1: Intel(R) PRO/1000 Network Connection e1000e 0000:06:00.0: eth1: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF usbcore: registered new interface driver asix ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver ehci_hcd 0000:00:1a.0: setting latency timer to 64 ehci_hcd 0000:00:1a.0: EHCI Host Controller ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1 ehci_hcd 0000:00:1a.0: debug port 2 ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported ehci_hcd 0000:00:1a.0: irq 22, io mem 0xd4426000 ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00 sda: sda1 hub 1-0:1.0: USB hub found hub 1-0:1.0: 3 ports detected ehci_hcd 0000:00:1d.0: setting latency timer to 64 ehci_hcd 0000:00:1d.0: EHCI Host Controller ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 ehci_hcd 0000:00:1d.0: debug port 2 ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported ehci_hcd 0000:00:1d.0: irq 23, io mem 0xd4425000 ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00 hub 2-0:1.0: USB hub found hub 2-0:1.0: 3 ports detected uhci_hcd: USB Universal Host Controller Interface driver usbcore: registered new interface driver usblp Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. usbcore: registered new interface driver usbserial usbserial: USB Serial Driver core usbcore: registered new interface driver io_edgeport USB Serial support registered for Edgeport 2 port adapter USB Serial support registered for Edgeport 4 port adapter USB Serial support registered for Edgeport 8 port adapter USB Serial support registered for EPiC device usbcore: registered new interface driver ftdi_sio USB Serial support registered for FTDI USB Serial Device ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver i8042: PNP: No PS/2 controller found. Probing ports directly. serio: i8042 KBD port at 0x60,0x64 irq 1 serio: i8042 AUX port at 0x60,0x64 irq 12 mousedev: PS/2 mouse device common for all mice md: raid1 personality registered for level 1 cpuidle: using governor ladder usbcore: registered new interface driver usbhid usbhid: USB HID core driver nf_conntrack version 0.5.0 (16384 buckets, 65536 max) Refined TSC clocksource calibration: 2133.408 MHz. sd 3:0:0:0: [sda] Attached SCSI removable disk Switching to clocksource tsc ip_tables: (C) 2000-2006 Netfilter Core Team TCP: cubic registered NET: Registered protocol family 17 Bridge firewalling registered registered taskstats version 1 Freeing unused kernel memory: 416k freed BFS CPU scheduler v0.424 by Con Kolivas. usb 1-1: new high-speed USB device number 2 using ehci_hcd hub 1-1:1.0: USB hub found hub 1-1:1.0: 6 ports detected usb 2-1: new high-speed USB device number 2 using ehci_hcd hub 2-1:1.0: USB hub found hub 2-1:1.0: 8 ports detected usb 2-1.3: new low-speed USB device number 3 using ehci_hcd input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input3 generic-usb 0003:046D:C05A.0001: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.0-1.3/input0 usb 2-1.4: new low-speed USB device number 4 using ehci_hcd input: Key Tronic Keytronic USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input4 generic-usb 0003:03F9:0100.0002: input: USB HID v1.10 Keyboard [Key Tronic Keytronic USB Keyboard] on usb-0000:00:1d.0-1.4/input0 REISERFS (device sda1): found reiserfs format "3.6" with standard journal REISERFS (device sda1): using ordered data mode reiserfs: using flush barriers REISERFS (device sda1): journal params: device sda1, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 REISERFS (device sda1): checking transaction log (sda1) REISERFS (device sda1): Using r5 hash to sort names device eth0 entered promiscuous mode device eth1 entered promiscuous mode e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None br0: port 1(eth0) entered forwarding state br0: port 1(eth0) entered forwarding state [drm] Changing LVDS panel from (-hsync, +vsync) to (+hsync, +vsync)