* pci_get_subsys: GFP_KERNEL allocation with IRQs disabled
@ 2012-07-28 12:29 Fengguang Wu
0 siblings, 0 replies; only message in thread
From: Fengguang Wu @ 2012-07-28 12:29 UTC (permalink / raw)
To: Kenji Kaneshige; +Cc: Greg Kroah-Hartman, Thomas Gleixner, Xiaotian Feng, LKML
[-- Attachment #1: Type: text/plain, Size: 2536 bytes --]
Hi all,
I got the below trace that's triggered by this WARN:
/*
* Oi! Can't be having __GFP_FS allocations with IRQs disabled.
*/
if (DEBUG_LOCKS_WARN_ON(irqs_disabled_flags(flags)))
[ 74.483773] machine restart
[ 74.486051] ------------[ cut here ]------------
[ 74.487204] WARNING: at /c/kernel-tests/src/linux/kernel/lockdep.c:2739 lockdep_trace_alloc+0xc3/0xd0()
[ 74.487760] Hardware name: Bochs
[ 74.487760] Pid: 371, comm: reboot Not tainted 3.5.0-rc3 #3751
[ 74.487760] Call Trace:
[ 74.487760] [<41056898>] warn_slowpath_common+0x68/0xa0
[ 74.487760] [<410a3d03>] ? lockdep_trace_alloc+0xc3/0xd0
[ 74.487760] [<410a3d03>] ? lockdep_trace_alloc+0xc3/0xd0
[ 74.487760] [<4105697d>] warn_slowpath_null+0x1d/0x20
[ 74.487760] [<410a3d03>] lockdep_trace_alloc+0xc3/0xd0
[ 74.487760] [<411015c9>] kmem_cache_alloc+0x29/0x120
[ 74.487760] [<4141442b>] ? bus_find_device+0x5b/0x70
[ 74.487760] [<413adfa1>] ? pci_get_subsys+0x31/0x80
[ 74.487760] [<413adfa1>] pci_get_subsys+0x31/0x80
[ 74.487760] [<413ae00b>] pci_get_device+0x1b/0x20
[ 74.487760] [<41043653>] mach_reboot_fixups+0x33/0x50
[ 74.487760] [<4103e108>] native_machine_emergency_restart+0x98/0x200
[ 74.487760] [<4103de08>] ? native_machine_shutdown+0x88/0x120
[ 74.487760] [<4103dd72>] native_machine_restart+0x32/0x40
[ 74.487760] [<4103dfc9>] machine_restart+0x9/0x10
[ 74.487760] [<4106b0c3>] kernel_restart+0x33/0x50
[ 74.487760] [<4106b309>] sys_reboot+0x149/0x1c0
[ 74.487760] [<410850f7>] ? sched_clock_cpu+0xe7/0x190
[ 74.487760] [<410eb503>] ? handle_pte_fault+0x73/0x740
[ 74.487760] [<410a397b>] ? trace_hardirqs_off+0xb/0x10
[ 74.487760] [<41085335>] ? local_clock+0x65/0x70
[ 74.487760] [<4109ff5a>] ? lock_release_holdtime.part.24+0x7a/0xe0
[ 74.487760] [<41046938>] ? do_page_fault+0x178/0x3e0
[ 74.487760] [<410467c0>] ? vmalloc_sync_all+0x120/0x120
[ 74.487760] [<41079716>] ? up_read+0x16/0x30
[ 74.487760] [<41046938>] ? do_page_fault+0x178/0x3e0
[ 74.487760] [<4110181a>] ? kmem_cache_free+0xda/0xe0
[ 74.487760] [<41105f00>] ? do_sys_open+0x150/0x1a0
[ 74.487760] [<41105f00>] ? do_sys_open+0x150/0x1a0
[ 74.487760] [<41b0933e>] ? restore_all+0xf/0xf
[ 74.487760] [<410467c0>] ? vmalloc_sync_all+0x120/0x120
[ 74.487760] [<410a3844>] ? trace_hardirqs_on_caller+0xf4/0x180
[ 74.487760] [<4137ecc0>] ? trace_hardirqs_on_thunk+0xc/0x10
[ 74.487760] [<41b09305>] syscall_call+0x7/0xb
Thanks,
Fengguang
[-- Attachment #2: dmesg-kvm-xbm-9262-2012-07-28-06-04-37 --]
[-- Type: application/octet-stream, Size: 169875 bytes --]
[ 0.000000] Linux version 3.5.0-rc3 (wfg@bee) (gcc version 4.7.1 (Debian 4.7.1-5) ) #3751 SMP PREEMPT Sat Jul 28 05:57:25 CST 2012
[ 0.000000] KERNEL supported cpus:
[ 0.000000] AMD AuthenticAMD
[ 0.000000] UMC UMC UMC UMC
[ 0.000000] CPU: vendor_id 'GenuineIntel' unknown, using generic init.
[ 0.000000] CPU: Your system may be unstable.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000fffcfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000fffd000-0x000000000fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffbc000-0x00000000ffffffff] reserved
[ 0.000000] debug: ignoring loglevel setting.
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[ 0.000000] DMI 2.4 present.
[ 0.000000] DMI: Bochs Bochs, BIOS Bochs 01/01/2007
[ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0xfffd max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 00E0000000 mask FFE0000000 uncachable
[ 0.000000] 1 disabled
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] Scan for SMP in [mem 0x00000000-0x000003ff]
[ 0.000000] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[ 0.000000] Scan for SMP in [mem 0x000f0000-0x000fffff]
[ 0.000000] found SMP MP-table at [mem 0x000f8880-0x000f888f] mapped at [400f8880]
[ 0.000000] mpc: f8890-f8984
[ 0.000000] initial memory mapped: [mem 0x00000000-0x02ffffff]
[ 0.000000] Base memory trampoline at [4009b000] 9b000 size 16384
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x0fffcfff]
[ 0.000000] [mem 0x00000000-0x003fffff] page 4k
[ 0.000000] [mem 0x00400000-0x0fbfffff] page 2M
[ 0.000000] [mem 0x0fc00000-0x0fffcfff] page 4k
[ 0.000000] kernel direct mapping tables up to 0xfffcfff @ [mem 0x02ffa000-0x02ffffff]
[ 0.000000] log_buf_len: 8388608
[ 0.000000] early log buf free: 128464(98%)
[ 0.000000] RAMDISK: [mem 0x0fce4000-0x0ffeffff]
[ 0.000000] 0MB HIGHMEM available.
[ 0.000000] 255MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 0fffd000
[ 0.000000] low ram: 0 - 0fffd000
[ 0.000000] kvm-clock: Using msrs 12 and 11
[ 0.000000] kvm-clock: cpu 0, msr 0:20d1d01, boot clock
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00010000-0x00ffffff]
[ 0.000000] Normal [mem 0x01000000-0x0fffcfff]
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00010000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0x0fffcfff]
[ 0.000000] On node 0 totalpages: 65420
[ 0.000000] free_area_init_node: node 0, pgdat 41f033c0, node_mem_map 4f2e4200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3951 pages, LIFO batch:0
[ 0.000000] Normal zone: 480 pages used for memmap
[ 0.000000] Normal zone: 60957 pages, LIFO batch:15
[ 0.000000] Using APIC driver default
[ 0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[ 0.000000] Intel MultiProcessor Specification v1.4
[ 0.000000] Virtual Wire compatibility mode.
[ 0.000000] mpc: f8890-f8984
[ 0.000000] MPTABLE: OEM ID: BOCHSCPU
[ 0.000000] MPTABLE: Product ID: 0.1
[ 0.000000] MPTABLE: APIC at: 0xFEE00000
[ 0.000000] mapped APIC to ffffa000 ( fee00000)
[ 0.000000] Processor #0 (Bootup-CPU)
[ 0.000000] Processor #1
[ 0.000000] Bus #0 is PCI
[ 0.000000] Bus #1 is ISA
[ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] Int: type 0, pol 1, trig 0, bus 00, IRQ 04, APIC ID 2, APIC INT 09
[ 0.000000] Int: type 0, pol 1, trig 0, bus 00, IRQ 0c, APIC ID 2, APIC INT 0b
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 00, APIC ID 2, APIC INT 02
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 01, APIC ID 2, APIC INT 01
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 03, APIC ID 2, APIC INT 03
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 04, APIC ID 2, APIC INT 04
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 05, APIC ID 2, APIC INT 05
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 06, APIC ID 2, APIC INT 06
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 07, APIC ID 2, APIC INT 07
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 08, APIC ID 2, APIC INT 08
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 0a, APIC ID 2, APIC INT 0a
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 0c, APIC ID 2, APIC INT 0c
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 0d, APIC ID 2, APIC INT 0d
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 0e, APIC ID 2, APIC INT 0e
[ 0.000000] Int: type 0, pol 0, trig 0, bus 01, IRQ 0f, APIC ID 2, APIC INT 0f
[ 0.000000] Lint: type 3, pol 0, trig 0, bus 01, IRQ 00, APIC ID 0, APIC LINT 00
[ 0.000000] Lint: type 1, pol 0, trig 0, bus 01, IRQ 00, APIC ID 0, APIC LINT 01
[ 0.000000] Processors: 2
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] mapped IOAPIC to ffff9000 (fec00000)
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] e820: [mem 0x10000000-0xfffbbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 330 pages/cpu @4f050000 s1336968 r0 d14712 u1351680
[ 0.000000] pcpu-alloc: s1336968 r0 d14712 u1351680 alloc=330*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] kvm-clock: cpu 0, msr 0:f195d01, primary cpu clock
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64908
[ 0.000000] Kernel command line: trinity=1m hung_task_panic=1 tree=konrad-mm:linux-next log_buf_len=8M ignore_loglevel debug sched_debug apic=debug dynamic_printk sysrq_always_enabled panic=10 softlockup_panic=1 unknown_nmi_panic=1 nmi_watchdog=panic,lapic prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=vmlinuz-2012-07-28-05-57-40-konrad-mm:linux-next:78821b2-485802a-i386-randconfig-b002-1-xbm BOOT_IMAGE=kernel-tests/kernels/i386-randconfig-b002/485802a/vmlinuz-3.5.0-rc3
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] __ex_table already sorted, skipping sort
[ 0.000000] Initializing CPU#0
[ 0.000000] Initializing HighMem for node 0 (00000000:00000000)
[ 0.000000] Memory: 222060k/262132k available (11306k kernel code, 39620k reserved, 4102k data, 1816k init, 0k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xffe6d000 - 0xfffff000 (1608 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0x507fd000 - 0xff7fe000 (2800 MB)
[ 0.000000] lowmem : 0x40000000 - 0x4fffd000 ( 255 MB)
[ 0.000000] .init : 0x41f0d000 - 0x420d3000 (1816 kB)
[ 0.000000] .data : 0x41b0a98d - 0x41f0c500 (4102 kB)
[ 0.000000] .text : 0x41000000 - 0x41b0a98d (11306 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU debugfs-based tracing is enabled.
[ 0.000000] Hierarchical RCU autobalancing is disabled.
[ 0.000000] RCU lockdep checking is enabled.
[ 0.000000] NR_IRQS:2304 nr_irqs:512 16
[ 0.000000] CPU 0 irqstacks, hard=4ec1a000 soft=4ec1c000
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.000000] ... CHAINHASH_SIZE: 16384
[ 0.000000] memory used by lock dependency info: 3823 kB
[ 0.000000] per task-struct memory footprint: 1920 bytes
[ 0.000000] ------------------------
[ 0.000000] | Locking API testsuite:
[ 0.000000] ----------------------------------------------------------------------------
[ 0.000000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] A-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] double unlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] initialize held: ok | ok | ok | ok | ok | ok |
[ 0.000000] bad unlock order: ok | ok | ok | ok | ok | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] recursive read-lock: | ok | | ok |
[ 0.000000] recursive read-lock #2: | ok | | ok |
[ 0.000000] mixed read-write-lock: | ok | | ok |
[ 0.000000] mixed write-read-lock: | ok | | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] hard-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.000000] hard-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/12: ok | ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/21: ok | ok | ok |
[ 0.000000] hard-safe-A + irqs-on/12: ok | ok | ok |
[ 0.000000] soft-safe-A + irqs-on/12: ok | ok | ok |
[ 0.000000] hard-safe-A + irqs-on/21: ok | ok | ok |
[ 0.000000] soft-safe-A + irqs-on/21: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/123: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/123: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/132: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/132: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/213: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/213: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/231: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/231: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/312: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/312: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/321: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/321: ok | ok | ok |
[ 0.000000] hard-irq read-recursion/123: ok |
[ 0.000000] soft-irq read-recursion/123: ok |
[ 0.000000] hard-irq read-recursion/132: ok |
[ 0.000000] soft-irq read-recursion/132: ok |
[ 0.000000] hard-irq read-recursion/213: ok |
[ 0.000000] soft-irq read-recursion/213: ok |
[ 0.000000] hard-irq read-recursion/231: ok |
[ 0.000000] soft-irq read-recursion/231: ok |
[ 0.000000] hard-irq read-recursion/312: ok |
[ 0.000000] soft-irq read-recursion/312: ok |
[ 0.000000] hard-irq read-recursion/321: ok |
[ 0.000000] soft-irq read-recursion/321: ok |
[ 0.000000] -------------------------------------------------------
[ 0.000000] Good, all 218 testcases passed! |
[ 0.000000] ---------------------------------
[ 0.000000] Detected 3093.196 MHz processor.
[ 0.000000] Marking TSC unstable due to TSCs unsynchronized
[ 0.004000] Calibrating delay loop (skipped) preset value.. 6186.39 BogoMIPS (lpj=12372784)
[ 0.004025] pid_max: default: 4096 minimum: 301
[ 0.005682] Mount-cache hash table entries: 512
[ 0.018875] Getting VERSION: 50014
[ 0.019732] Getting VERSION: 50014
[ 0.020021] Getting ID: 0
[ 0.020745] Getting ID: f000000
[ 0.021523] Getting LVT0: 8700
[ 0.022271] Getting LVT1: 8400
[ 0.023013] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.024114] enabled ExtINT on CPU#0
[ 0.026633] ENABLING IO-APIC IRQs
[ 0.028016] init IO_APIC IRQs
[ 0.028744] apic 2 pin 0 not connected
[ 0.029703] IOAPIC[0]: Set routing entry (2-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.032061] IOAPIC[0]: Set routing entry (2-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.034064] IOAPIC[0]: Set routing entry (2-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.036025] IOAPIC[0]: Set routing entry (2-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.037928] IOAPIC[0]: Set routing entry (2-5 -> 0x35 -> IRQ 5 Mode:0 Active:0 Dest:1)
[ 0.039833] IOAPIC[0]: Set routing entry (2-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.040052] IOAPIC[0]: Set routing entry (2-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.041958] IOAPIC[0]: Set routing entry (2-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.044104] IOAPIC[0]: Set routing entry (2-9 -> 0x29 -> IRQ 33 Mode:1 Active:0 Dest:1)
[ 0.046047] IOAPIC[0]: Set routing entry (2-10 -> 0x3a -> IRQ 10 Mode:0 Active:0 Dest:1)
[ 0.048151] IOAPIC[0]: Set routing entry (2-11 -> 0x41 -> IRQ 35 Mode:1 Active:0 Dest:1)
[ 0.050192] IOAPIC[0]: Set routing entry (2-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.052055] IOAPIC[0]: Set routing entry (2-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.054043] IOAPIC[0]: Set routing entry (2-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.056056] IOAPIC[0]: Set routing entry (2-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.058010] apic 2 pin 16 not connected
[ 0.060009] apic 2 pin 17 not connected
[ 0.060953] apic 2 pin 18 not connected
[ 0.061911] apic 2 pin 19 not connected
[ 0.062900] apic 2 pin 20 not connected
[ 0.064009] apic 2 pin 21 not connected
[ 0.064956] apic 2 pin 22 not connected
[ 0.065895] apic 2 pin 23 not connected
[ 0.067024] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.068014] CPU0: GenuineIntel Common KVM processor stepping 01
[ 0.069939] Using local APIC timer interrupts.
[ 0.069939] calibrating APIC timer ...
[ 0.076004] ... lapic delta = 6250351
[ 0.076004] ..... delta 6250351
[ 0.076004] ..... mult: 268433754
[ 0.076004] ..... calibration result: 4000224
[ 0.076004] ..... CPU clock speed is 3093.0597 MHz.
[ 0.076004] ..... host bus clock speed is 1000.0224 MHz.
[ 0.076004] ... verify APIC timer
[ 0.189367] ... jiffies delta = 25
[ 0.190506] ... jiffies result ok
[ 0.204326] Performance Events:
[ 0.204326] NMI watchdog: disabled (cpu0): hardware events not enabled
[ 0.212057] lockdep: fixing up alternatives.
[ 0.213533] CPU 1 irqstacks, hard=4ec98000 soft=4ec9a000
[ 0.215276] Booting Node 0, Processors #1 Ok.
[ 0.004000] Initializing CPU#1
[ 0.004000] kvm-clock: cpu 1, msr 0:f2dfd01, secondary cpu clock
[ 0.004000] masked ExtINT on CPU#1
[ 0.230490] Brought up 2 CPUs
[ 0.231220] Total of 2 processors activated (12372.78 BogoMIPS).
[ 0.233418] CPU0 attaching sched-domain:
[ 0.234369] domain 0: span 0-1 level CPU
[ 0.235329] groups: 0 (cpu_power = 1023) 1
[ 0.236049] CPU1 attaching sched-domain:
[ 0.236984] domain 0: span 0-1 level CPU
[ 0.237931] groups: 1 0 (cpu_power = 1023)
[ 0.240801] device: 'platform': device_add
[ 0.241972] PM: Adding info for No Bus:platform
[ 0.243226] bus: 'platform': registered
[ 0.244155] bus: 'cpu': registered
[ 0.244998] device: 'cpu': device_add
[ 0.246015] PM: Adding info for No Bus:cpu
[ 0.251003] atomic64 test passed for i586+ platform with CX8 and with SSE
[ 0.252177] bus: 'virtio': registered
[ 0.253139] device class 'regulator': registering
[ 0.254524] Registering platform device 'reg-dummy'. Parent at platform
[ 0.256027] device: 'reg-dummy': device_add
[ 0.257041] bus: 'platform': add device reg-dummy
[ 0.258289] PM: Adding info for platform:reg-dummy
[ 0.260083] bus: 'platform': add driver reg-dummy
[ 0.261228] bus: 'platform': driver_probe_device: matched device reg-dummy with driver reg-dummy
[ 0.263274] bus: 'platform': really_probe: probing driver reg-dummy with device reg-dummy
[ 0.264114] device: 'regulator.0': device_add
[ 0.265432] PM: Adding info for No Bus:regulator.0
[ 0.266690] dummy:
[ 0.268136] driver: 'reg-dummy': driver_bound: bound to device 'reg-dummy'
[ 0.269853] bus: 'platform': really_probe: bound device reg-dummy to driver reg-dummy
[ 0.272588] NET: Registered protocol family 16
[ 0.274632] device class 'bdi': registering
[ 0.275776] device class 'gpio': registering
[ 0.276091] device class 'pci_bus': registering
[ 0.277335] bus: 'pci': registered
[ 0.278170] device: 'rapidio': device_add
[ 0.280112] PM: Adding info for No Bus:rapidio
[ 0.281272] bus: 'rapidio': registered
[ 0.282201] device class 'lcd': registering
[ 0.283231] device class 'backlight': registering
[ 0.284070] device class 'video_output': registering
[ 0.285281] device class 'tty': registering
[ 0.286488] bus: 'spi': registered
[ 0.287291] device class 'spi_master': registering
[ 0.288163] bus: 'i2c': registered
[ 0.288975] bus: 'i2c': add driver dummy
[ 0.289985] i2c-core: driver [dummy] registered
[ 0.293159] device class 'dma': registering
[ 0.294235] device class 'dmi': registering
[ 0.295309] device: 'id': device_add
[ 0.296297] PM: Adding info for No Bus:id
[ 0.298154] PCI: PCI BIOS revision 2.10 entry at 0xffe77, last bus=0
[ 0.299639] PCI: Using configuration type 1 for base access
[ 0.300922] device: 'cpu0': device_add
[ 0.301841] bus: 'cpu': add device cpu0
[ 0.304054] PM: Adding info for cpu:cpu0
[ 0.305075] device: 'cpu1': device_add
[ 0.305992] bus: 'cpu': add device cpu1
[ 0.306982] PM: Adding info for cpu:cpu1
[ 0.308029] mtrr: your CPUs had inconsistent variable MTRR settings
[ 0.309493] mtrr: your CPUs had inconsistent MTRRdefType settings
[ 0.310911] mtrr: probably your BIOS does not setup all CPUs.
[ 0.312022] mtrr: corrected configuration.
[ 0.354749] device: 'default': device_add
[ 0.355893] PM: Adding info for No Bus:default
[ 0.356575] bio: create slab <bio-0> at 0
[ 0.357845] device class 'block': registering
[ 0.360313] bus: 'spi': add driver 74x164
[ 0.361350] bus: 'spi': add driver max7301
[ 0.362412] bus: 'spi': add driver mc33880
[ 0.363485] bus: 'spi': add driver mcp23s08
[ 0.364095] bus: 'i2c': add driver mcp230xx
[ 0.365181] i2c-core: driver [mcp230xx] registered
[ 0.366317] bus: 'i2c': add driver pcf857x
[ 0.367353] i2c-core: driver [pcf857x] registered
[ 0.368031] bus: 'platform': add driver tps65910-gpio
[ 0.369285] bus: 'platform': add driver tps65912-gpio
[ 0.370559] bus: 'platform': add driver aat2870-backlight
[ 0.372119] bus: 'platform': add driver da903x-regulator
[ 0.373453] bus: 'platform': add driver gpio-regulator
[ 0.374809] bus: 'i2c': add driver isl6271a
[ 0.376093] i2c-core: driver [isl6271a] registered
[ 0.377222] bus: 'i2c': add driver lp3972
[ 0.378266] i2c-core: driver [lp3972] registered
[ 0.379372] bus: 'i2c': add driver max8649
[ 0.380105] i2c-core: driver [max8649] registered
[ 0.381217] bus: 'i2c': add driver max8952
[ 0.382246] i2c-core: driver [max8952] registered
[ 0.384032] bus: 'platform': add driver max8997-pmic
[ 0.385282] bus: 'platform': add driver tps6507x-pmic
[ 0.386543] bus: 'platform': add driver tps65910-pmic
[ 0.388040] bus: 'platform': add driver wm8350-regulator
[ 0.389367] device class 'misc': registering
[ 0.390559] bus: 'i2c': add driver 88PM860x
[ 0.391670] i2c-core: driver [88PM860x] registered
[ 0.392033] bus: 'i2c': add driver wm831x
[ 0.393051] i2c-core: driver [wm831x] registered
[ 0.394164] bus: 'i2c': add driver wm8350
[ 0.395176] i2c-core: driver [wm8350] registered
[ 0.396031] tps65010: version 2 May 2005
[ 0.396959] bus: 'i2c': add driver tps65010
[ 0.398006] i2c-core: driver [tps65010] registered
[ 0.400106] bus: 'i2c': remove driver tps65010
[ 0.401197] driver: 'tps65010': driver_release
[ 0.402250] i2c-core: driver [tps65010] unregistered
[ 0.416068] bus: 'i2c': add driver tps65010
[ 0.417150] i2c-core: driver [tps65010] registered
[ 0.418331] bus: 'i2c': remove driver tps65010
[ 0.419425] driver: 'tps65010': driver_release
[ 0.420037] i2c-core: driver [tps65010] unregistered
[ 0.436046] bus: 'i2c': add driver tps65010
[ 0.437126] i2c-core: driver [tps65010] registered
[ 0.438306] bus: 'i2c': remove driver tps65010
[ 0.439376] driver: 'tps65010': driver_release
[ 0.440038] i2c-core: driver [tps65010] unregistered
[ 0.441210] tps65010: no chip?
[ 0.441945] bus: 'i2c': add driver tps65910
[ 0.443005] i2c-core: driver [tps65910] registered
[ 0.444036] bus: 'i2c': add driver tps65912
[ 0.445128] i2c-core: driver [tps65912] registered
[ 0.446273] bus: 'spi': add driver ezx-pcap
[ 0.447333] bus: 'i2c': add driver da903x
[ 0.448132] i2c-core: driver [da903x] registered
[ 0.449241] bus: 'i2c': add driver max8997
[ 0.450359] i2c-core: driver [max8997] registered
[ 0.452037] bus: 'i2c': add driver pcf50633
[ 0.453095] i2c-core: driver [pcf50633] registered
[ 0.454235] bus: 'i2c': add driver aat2870
[ 0.455298] i2c-core: driver [aat2870] registered
[ 0.456037] bus: 'i2c': add driver rc5t583
[ 0.457075] i2c-core: driver [rc5t583] registered
[ 0.460323] device class 'scsi_host': registering
[ 0.461667] bus: 'scsi': registered
[ 0.462510] device class 'scsi_device': registering
[ 0.463744] SCSI subsystem initialized
[ 0.464283] device class 'ata_link': registering
[ 0.465567] device class 'ata_port': registering
[ 0.466715] device class 'ata_device': registering
[ 0.468102] libata version 3.00 loaded.
[ 0.469030] bus: 'platform': add driver pxa2xx-spi
[ 0.470229] device class 'mdio_bus': registering
[ 0.471506] bus: 'mdio_bus': registered
[ 0.472036] bus: 'mdio_bus': add driver Generic PHY
[ 0.473262] device class 'pcmcia_socket': registering
[ 0.474645] bus: 'serio': registered
[ 0.476138] bus: 'gameport': registered
[ 0.477060] device class 'input': registering
[ 0.478208] bus: 'platform': add driver pxa2xx-i2c
[ 0.479414] device class 'pps': registering
[ 0.480101] pps_core: LinuxPPS API ver. 1 registered
[ 0.481276] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.484039] device class 'ptp': registering
[ 0.485101] PTP clock support registered
[ 0.486080] device class 'power_supply': registering
[ 0.487265] device class 'hwmon': registering
[ 0.488128] device class 'watchdog': registering
[ 0.489680] device class 'leds': registering
[ 0.490758] device class 'devfreq': registering
[ 0.492079] PCI: Probing PCI hardware
[ 0.492998] PCI: root bus 00: using default resources
[ 0.494206] PCI: Probing PCI hardware (bus 00)
[ 0.495335] device: 'pci0000:00': device_add
[ 0.496114] PM: Adding info for No Bus:pci0000:00
[ 0.497255] device: '0000:00': device_add
[ 0.498380] PM: Adding info for No Bus:0000:00
[ 0.500086] PCI host bridge to bus 0000:00
[ 0.501064] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.502505] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[ 0.504138] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 0.506153] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 0.508713] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 0.510654] pci 0000:00:01.1: reg 20: [io 0xc000-0xc00f]
[ 0.512414] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 0.514560] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 0.516056] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[ 0.518018] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
[ 0.524159] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf1ffffff pref]
[ 0.529735] pci 0000:00:02.0: reg 14: [mem 0xf2000000-0xf2000fff]
[ 0.549715] pci 0000:00:02.0: reg 30: [mem 0xf2010000-0xf201ffff pref]
[ 0.551801] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[ 0.553087] pci 0000:00:03.0: reg 10: [mem 0xf2020000-0xf203ffff]
[ 0.556066] pci 0000:00:03.0: reg 14: [io 0xc040-0xc07f]
[ 0.563072] pci 0000:00:03.0: reg 30: [mem 0xf2040000-0xf2047fff pref]
[ 0.564356] pci 0000:00:04.0: [8086:25ab] type 00 class 0x088000
[ 0.565924] pci 0000:00:04.0: reg 10: [mem 0xf2048000-0xf204800f]
[ 0.569392] device: '0000:00:00.0': device_add
[ 0.570579] bus: 'pci': add device 0000:00:00.0
[ 0.572284] PM: Adding info for pci:0000:00:00.0
[ 0.573645] device: '0000:00:01.0': device_add
[ 0.574729] bus: 'pci': add device 0000:00:01.0
[ 0.576081] PM: Adding info for pci:0000:00:01.0
[ 0.577219] device: '0000:00:01.1': device_add
[ 0.578297] bus: 'pci': add device 0000:00:01.1
[ 0.579600] PM: Adding info for pci:0000:00:01.1
[ 0.580080] device: '0000:00:01.3': device_add
[ 0.581155] bus: 'pci': add device 0000:00:01.3
[ 0.582439] PM: Adding info for pci:0000:00:01.3
[ 0.584080] device: '0000:00:02.0': device_add
[ 0.585178] bus: 'pci': add device 0000:00:02.0
[ 0.586464] PM: Adding info for pci:0000:00:02.0
[ 0.587616] device: '0000:00:03.0': device_add
[ 0.588076] bus: 'pci': add device 0000:00:03.0
[ 0.589378] PM: Adding info for pci:0000:00:03.0
[ 0.590515] device: '0000:00:04.0': device_add
[ 0.592064] bus: 'pci': add device 0000:00:04.0
[ 0.593366] PM: Adding info for pci:0000:00:04.0
[ 0.594610] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[ 0.596127] PCI: pci_cache_line_size set to 64 bytes
[ 0.597752] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
[ 0.599187] e820: reserve RAM buffer [mem 0x0fffd000-0x0fffffff]
[ 0.600245] device class 'net': registering
[ 0.601720] device: 'lo': device_add
[ 0.604181] PM: Adding info for No Bus:lo
[ 0.605853] Sangoma WANPIPE Router v1.1 (c) 1995-2000 Sangoma Technologies Inc.
[ 0.607645] Bluetooth: Core ver 2.16
[ 0.608160] device class 'bluetooth': registering
[ 0.609337] NET: Registered protocol family 31
[ 0.610388] Bluetooth: HCI device and connection manager initialized
[ 0.612064] Bluetooth: HCI socket layer initialized
[ 0.613215] Bluetooth: L2CAP socket layer initialized
[ 0.614473] Bluetooth: SCO socket layer initialized
[ 0.615651] device class 'rfkill': registering
[ 0.616191] device: 'rfkill': device_add
[ 0.617325] PM: Adding info for No Bus:rfkill
[ 0.618431] nfc: nfc_init: NFC Core ver 0.1
[ 0.620048] device class 'nfc': registering
[ 0.621199] NET: Registered protocol family 39
[ 0.623468] Switching to clocksource kvm-clock
[ 0.624658] bus: 'pci': add driver Intel MID DMA
[ 0.625997] device class 'mem': registering
[ 0.627094] device: 'mem': device_add
[ 0.628027] PM: Adding info for No Bus:mem
[ 0.629079] device: 'null': device_add
[ 0.630157] PM: Adding info for No Bus:null
[ 0.631316] device: 'port': device_add
[ 0.632333] PM: Adding info for No Bus:port
[ 0.633378] device: 'zero': device_add
[ 0.634432] PM: Adding info for No Bus:zero
[ 0.635506] device: 'full': device_add
[ 0.636539] PM: Adding info for No Bus:full
[ 0.637613] device: 'random': device_add
[ 0.638694] PM: Adding info for No Bus:random
[ 0.639869] device: 'urandom': device_add
[ 0.640968] PM: Adding info for No Bus:urandom
[ 0.642073] device: 'kmsg': device_add
[ 0.643099] PM: Adding info for No Bus:kmsg
[ 0.644154] device: 'tty': device_add
[ 0.645230] PM: Adding info for No Bus:tty
[ 0.646298] device: 'console': device_add
[ 0.647418] PM: Adding info for No Bus:console
[ 0.648528] device class 'firmware': registering
[ 0.649837] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
[ 0.651189] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[ 0.653039] NET: Registered protocol family 2
[ 0.654596] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.657268] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.659196] TCP bind hash table entries: 8192 (order: 6, 360448 bytes)
[ 0.662494] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.664030] TCP: reno registered
[ 0.664807] UDP hash table entries: 128 (order: 1, 12288 bytes)
[ 0.666260] UDP-Lite hash table entries: 128 (order: 1, 12288 bytes)
[ 0.668203] NET: Registered protocol family 1
[ 0.669318] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.670734] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.672178] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.673695] pci 0000:00:02.0: Boot video device
[ 0.674836] PCI: CLS 0 bytes, default 64
[ 0.676484] Trying to unpack rootfs image as initramfs...
[ 0.944120] Freeing initrd memory: 3120k freed
[ 0.947495] Registering platform device 'rtc_cmos'. Parent at platform
[ 0.949158] device: 'rtc_cmos': device_add
[ 0.950183] bus: 'platform': add device rtc_cmos
[ 0.951433] PM: Adding info for platform:rtc_cmos
[ 0.952636] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 0.954464] Registering platform device 'pcspkr'. Parent at platform
[ 0.955988] device: 'pcspkr': device_add
[ 0.956943] bus: 'platform': add device pcspkr
[ 0.958108] PM: Adding info for platform:pcspkr
[ 0.960095] cryptomgr_test (25) used greatest stack depth: 6924 bytes left
[ 0.964283] cryptomgr_test (32) used greatest stack depth: 6588 bytes left
[ 0.965265] device: 'snapshot': device_add
[ 0.965397] PM: Adding info for No Bus:snapshot
[ 0.965557] bus: 'clocksource': registered
[ 0.965575] device: 'clocksource': device_add
[ 0.965642] PM: Adding info for No Bus:clocksource
[ 0.965657] device: 'clocksource0': device_add
[ 0.965684] bus: 'clocksource': add device clocksource0
[ 0.965755] PM: Adding info for clocksource:clocksource0
[ 0.965842] bus: 'platform': add driver alarmtimer
[ 0.965944] Registering platform device 'alarmtimer'. Parent at platform
[ 0.965950] device: 'alarmtimer': device_add
[ 0.965973] bus: 'platform': add device alarmtimer
[ 0.966056] PM: Adding info for platform:alarmtimer
[ 0.966096] bus: 'platform': driver_probe_device: matched device alarmtimer with driver alarmtimer
[ 0.966099] bus: 'platform': really_probe: probing driver alarmtimer with device alarmtimer
[ 0.966134] driver: 'alarmtimer': driver_bound: bound to device 'alarmtimer'
[ 0.966138] bus: 'platform': really_probe: bound device alarmtimer to driver alarmtimer
[ 0.966259] audit: initializing netlink socket (disabled)
[ 0.966356] type=2000 audit(1343426601.960:1): initialized
[ 0.966993] bus: 'event_source': registered
[ 0.967026] device: 'breakpoint': device_add
[ 0.967049] bus: 'event_source': add device breakpoint
[ 0.967143] PM: Adding info for event_source:breakpoint
[ 0.967213] device: 'software': device_add
[ 0.967241] bus: 'event_source': add device software
[ 0.967322] PM: Adding info for event_source:software
[ 1.020065] VFS: Disk quotas dquot_6.5.2
[ 1.021687] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.025578] device: 'dlm-control': device_add
[ 1.026773] PM: Adding info for No Bus:dlm-control
[ 1.028024] device: 'dlm-monitor': device_add
[ 1.029210] PM: Adding info for No Bus:dlm-monitor
[ 1.030437] device: 'dlm_plock': device_add
[ 1.031634] PM: Adding info for No Bus:dlm_plock
[ 1.032764] DLM installed
[ 1.047957] device: 'ecryptfs': device_add
[ 1.049115] PM: Adding info for No Bus:ecryptfs
[ 1.052607] ROMFS MTD (C) 2007 Red Hat, Inc.
[ 1.054181] device: 'autofs': device_add
[ 1.055280] PM: Adding info for No Bus:autofs
[ 1.057568] JFS: nTxBlock = 1759, nTxLock = 14073
[ 1.064622] NILFS version 2 loaded
[ 1.065455] BeFS version: 0.9.3
[ 1.066720] OCFS2 1.5.0
[ 1.069782] ocfs2: Registered cluster interface o2cb
[ 1.071070] device: 'ocfs2_control': device_add
[ 1.072274] PM: Adding info for No Bus:ocfs2_control
[ 1.073477] ocfs2: Registered cluster interface user
[ 1.074669] OCFS2 DLMFS 1.5.0
[ 1.076208] OCFS2 User DLM kernel interface loaded
[ 1.077352] OCFS2 Node Manager 1.5.0
[ 1.079010] OCFS2 DLM 1.5.0
[ 1.084139] cryptomgr_test (55) used greatest stack depth: 6520 bytes left
[ 1.088365] alg: No test for fcrypt (fcrypt-generic)
[ 1.095339] alg: No test for stdrng (krng)
[ 1.110925] NET: Registered protocol family 38
[ 1.112571] device class 'bsg': registering
[ 1.113644] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 1.115436] io scheduler noop registered
[ 1.117273] io scheduler cfq registered (default)
[ 1.118399] list_sort_test: start testing list_sort()
[ 1.124630] xz_dec_test: module loaded
[ 1.125535] xz_dec_test: Create a device node with 'mknod xz_dec_test c 250 0' and write .xz files to it.
[ 1.127818] bus: 'platform': add driver basic-mmio-gpio
[ 1.129180] bus: 'i2c': add driver adp5588-gpio
[ 1.130360] i2c-core: driver [adp5588-gpio] registered
[ 1.131736] bus: 'pci': add driver langwell_gpio
[ 1.132945] bus: 'platform': add driver wp_gpio
[ 1.134092] bus: 'pci': add driver ml_ioh_gpio
[ 1.135291] bus: 'pci': add driver pch_gpio
[ 1.136387] bus: 'platform': add driver sch_gpio
[ 1.137566] bus: 'platform': add driver vx855_gpio
[ 1.139169] bus: 'pci_express': registered
[ 1.140153] bus: 'pci': add driver pcieport
[ 1.141429] bus: 'pci_express': add driver aer
[ 1.142573] device: 'aer_inject': device_add
[ 1.143771] PM: Adding info for No Bus:aer_inject
[ 1.144932] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.146263] bus: 'pci_express': add driver pciehp
[ 1.147501] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.149075] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
[ 1.150889] cpcihp_generic: not configured, disabling.
[ 1.152139] bus: 'spi': add driver ltv350qv
[ 1.153212] bus: 'spi': add driver ld9040
[ 1.154236] bus: 'spi': add driver ams369fg06
[ 1.155383] bus: 'platform': add driver progear-bl
[ 1.156609] Registering platform device 'progear-bl'. Parent at platform
[ 1.158195] device: 'progear-bl': device_add
[ 1.159250] bus: 'platform': add device progear-bl
[ 1.160490] PM: Adding info for platform:progear-bl
[ 1.161699] bus: 'platform': driver_probe_device: matched device progear-bl with driver progear-bl
[ 1.163818] bus: 'platform': really_probe: probing driver progear-bl with device progear-bl
[ 1.165831] progear_bl: ALI M7101 PMU not found.
[ 1.166994] progear-bl: probe of progear-bl rejects match -19
[ 1.168355] bus: 'platform': add driver wm831x-backlight
[ 1.169711] bus: 'platform': add driver timb-dma
[ 1.171048] bus: 'platform': add driver reg-virt-consumer
[ 1.172493] device: 'ptyp0': device_add
[ 1.173566] PM: Adding info for No Bus:ptyp0
[ 1.174632] device: 'ptyp1': device_add
[ 1.175714] PM: Adding info for No Bus:ptyp1
[ 1.176783] device: 'ptyp2': device_add
[ 1.177850] PM: Adding info for No Bus:ptyp2
[ 1.178918] device: 'ptyp3': device_add
[ 1.180018] PM: Adding info for No Bus:ptyp3
[ 1.181082] device: 'ptyp4': device_add
[ 1.182117] PM: Adding info for No Bus:ptyp4
[ 1.183196] device: 'ptyp5': device_add
[ 1.184257] PM: Adding info for No Bus:ptyp5
[ 1.185320] device: 'ptyp6': device_add
[ 1.186373] PM: Adding info for No Bus:ptyp6
[ 1.187456] device: 'ptyp7': device_add
[ 1.188510] PM: Adding info for No Bus:ptyp7
[ 1.189591] device: 'ptyp8': device_add
[ 1.190669] PM: Adding info for No Bus:ptyp8
[ 1.191814] device: 'ptyp9': device_add
[ 1.192859] PM: Adding info for No Bus:ptyp9
[ 1.193946] device: 'ptypa': device_add
[ 1.195024] PM: Adding info for No Bus:ptypa
[ 1.196083] device: 'ptypb': device_add
[ 1.197137] PM: Adding info for No Bus:ptypb
[ 1.198201] device: 'ptypc': device_add
[ 1.199302] PM: Adding info for No Bus:ptypc
[ 1.200527] device: 'ptypd': device_add
[ 1.201601] PM: Adding info for No Bus:ptypd
[ 1.202665] device: 'ptype': device_add
[ 1.203723] PM: Adding info for No Bus:ptype
[ 1.204781] device: 'ptypf': device_add
[ 1.205845] PM: Adding info for No Bus:ptypf
[ 1.206908] device: 'ptyq0': device_add
[ 1.208006] PM: Adding info for No Bus:ptyq0
[ 1.209071] device: 'ptyq1': device_add
[ 1.210132] PM: Adding info for No Bus:ptyq1
[ 1.211217] device: 'ptyq2': device_add
[ 1.212277] PM: Adding info for No Bus:ptyq2
[ 1.213341] device: 'ptyq3': device_add
[ 1.214371] PM: Adding info for No Bus:ptyq3
[ 1.215453] device: 'ptyq4': device_add
[ 1.216508] PM: Adding info for No Bus:ptyq4
[ 1.217580] device: 'ptyq5': device_add
[ 1.218660] PM: Adding info for No Bus:ptyq5
[ 1.219813] device: 'ptyq6': device_add
[ 1.220876] PM: Adding info for No Bus:ptyq6
[ 1.221963] device: 'ptyq7': device_add
[ 1.223042] PM: Adding info for No Bus:ptyq7
[ 1.224105] device: 'ptyq8': device_add
[ 1.225138] PM: Adding info for No Bus:ptyq8
[ 1.226191] device: 'ptyq9': device_add
[ 1.227287] PM: Adding info for No Bus:ptyq9
[ 1.228352] device: 'ptyqa': device_add
[ 1.229409] PM: Adding info for No Bus:ptyqa
[ 1.230557] device: 'ptyqb': device_add
[ 1.231717] PM: Adding info for No Bus:ptyqb
[ 1.232784] device: 'ptyqc': device_add
[ 1.233860] PM: Adding info for No Bus:ptyqc
[ 1.234933] device: 'ptyqd': device_add
[ 1.236015] PM: Adding info for No Bus:ptyqd
[ 1.237109] device: 'ptyqe': device_add
[ 1.238180] PM: Adding info for No Bus:ptyqe
[ 1.239275] device: 'ptyqf': device_add
[ 1.240340] PM: Adding info for No Bus:ptyqf
[ 1.241412] device: 'ptyr0': device_add
[ 1.242473] PM: Adding info for No Bus:ptyr0
[ 1.243565] device: 'ptyr1': device_add
[ 1.244625] PM: Adding info for No Bus:ptyr1
[ 1.245697] device: 'ptyr2': device_add
[ 1.246758] PM: Adding info for No Bus:ptyr2
[ 1.247910] device: 'ptyr3': device_add
[ 1.248975] PM: Adding info for No Bus:ptyr3
[ 1.250064] device: 'ptyr4': device_add
[ 1.251151] PM: Adding info for No Bus:ptyr4
[ 1.252223] device: 'ptyr5': device_add
[ 1.253281] PM: Adding info for No Bus:ptyr5
[ 1.254353] device: 'ptyr6': device_add
[ 1.255457] PM: Adding info for No Bus:ptyr6
[ 1.256529] device: 'ptyr7': device_add
[ 1.257570] PM: Adding info for No Bus:ptyr7
[ 1.258631] device: 'ptyr8': device_add
[ 1.259715] PM: Adding info for No Bus:ptyr8
[ 1.260883] device: 'ptyr9': device_add
[ 1.262027] PM: Adding info for No Bus:ptyr9
[ 1.263119] device: 'ptyra': device_add
[ 1.264179] PM: Adding info for No Bus:ptyra
[ 1.265248] device: 'ptyrb': device_add
[ 1.266329] PM: Adding info for No Bus:ptyrb
[ 1.267418] device: 'ptyrc': device_add
[ 1.268455] PM: Adding info for No Bus:ptyrc
[ 1.269518] device: 'ptyrd': device_add
[ 1.270575] PM: Adding info for No Bus:ptyrd
[ 1.271663] device: 'ptyre': device_add
[ 1.272720] PM: Adding info for No Bus:ptyre
[ 1.273781] device: 'ptyrf': device_add
[ 1.274862] PM: Adding info for No Bus:ptyrf
[ 1.276000] device: 'ptys0': device_add
[ 1.277065] PM: Adding info for No Bus:ptys0
[ 1.278147] device: 'ptys1': device_add
[ 1.279211] PM: Adding info for No Bus:ptys1
[ 1.280267] device: 'ptys2': device_add
[ 1.281454] PM: Adding info for No Bus:ptys2
[ 1.282519] device: 'ptys3': device_add
[ 1.283647] PM: Adding info for No Bus:ptys3
[ 1.284737] device: 'ptys4': device_add
[ 1.285813] PM: Adding info for No Bus:ptys4
[ 1.286877] device: 'ptys5': device_add
[ 1.287949] PM: Adding info for No Bus:ptys5
[ 1.289016] device: 'ptys6': device_add
[ 1.290096] PM: Adding info for No Bus:ptys6
[ 1.291282] device: 'ptys7': device_add
[ 1.292349] PM: Adding info for No Bus:ptys7
[ 1.293417] device: 'ptys8': device_add
[ 1.294498] PM: Adding info for No Bus:ptys8
[ 1.295587] device: 'ptys9': device_add
[ 1.296668] PM: Adding info for No Bus:ptys9
[ 1.297734] device: 'ptysa': device_add
[ 1.298787] PM: Adding info for No Bus:ptysa
[ 1.299883] device: 'ptysb': device_add
[ 1.300918] PM: Adding info for No Bus:ptysb
[ 1.301981] device: 'ptysc': device_add
[ 1.303084] PM: Adding info for No Bus:ptysc
[ 1.304224] device: 'ptysd': device_add
[ 1.305294] PM: Adding info for No Bus:ptysd
[ 1.306363] device: 'ptyse': device_add
[ 1.307450] PM: Adding info for No Bus:ptyse
[ 1.308518] device: 'ptysf': device_add
[ 1.309578] PM: Adding info for No Bus:ptysf
[ 1.310647] device: 'ptyt0': device_add
[ 1.311703] PM: Adding info for No Bus:ptyt0
[ 1.312762] device: 'ptyt1': device_add
[ 1.313850] PM: Adding info for No Bus:ptyt1
[ 1.314917] device: 'ptyt2': device_add
[ 1.315995] PM: Adding info for No Bus:ptyt2
[ 1.317060] device: 'ptyt3': device_add
[ 1.318116] PM: Adding info for No Bus:ptyt3
[ 1.319201] device: 'ptyt4': device_add
[ 1.320257] PM: Adding info for No Bus:ptyt4
[ 1.321489] device: 'ptyt5': device_add
[ 1.322546] PM: Adding info for No Bus:ptyt5
[ 1.323637] device: 'ptyt6': device_add
[ 1.324698] PM: Adding info for No Bus:ptyt6
[ 1.325761] device: 'ptyt7': device_add
[ 1.326844] PM: Adding info for No Bus:ptyt7
[ 1.327932] device: 'ptyt8': device_add
[ 1.328991] PM: Adding info for No Bus:ptyt8
[ 1.330052] device: 'ptyt9': device_add
[ 1.331124] PM: Adding info for No Bus:ptyt9
[ 1.332271] device: 'ptyta': device_add
[ 1.333311] PM: Adding info for No Bus:ptyta
[ 1.334370] device: 'ptytb': device_add
[ 1.335445] PM: Adding info for No Bus:ptytb
[ 1.336508] device: 'ptytc': device_add
[ 1.337563] PM: Adding info for No Bus:ptytc
[ 1.338624] device: 'ptytd': device_add
[ 1.339705] PM: Adding info for No Bus:ptytd
[ 1.340762] device: 'ptyte': device_add
[ 1.341847] PM: Adding info for No Bus:ptyte
[ 1.342913] device: 'ptytf': device_add
[ 1.343965] PM: Adding info for No Bus:ptytf
[ 1.345024] device: 'ptyu0': device_add
[ 1.346071] PM: Adding info for No Bus:ptyu0
[ 1.347156] device: 'ptyu1': device_add
[ 1.348209] PM: Adding info for No Bus:ptyu1
[ 1.349275] device: 'ptyu2': device_add
[ 1.350347] PM: Adding info for No Bus:ptyu2
[ 1.351613] device: 'ptyu3': device_add
[ 1.352680] PM: Adding info for No Bus:ptyu3
[ 1.353746] device: 'ptyu4': device_add
[ 1.354777] PM: Adding info for No Bus:ptyu4
[ 1.355864] device: 'ptyu5': device_add
[ 1.356920] PM: Adding info for No Bus:ptyu5
[ 1.357982] device: 'ptyu6': device_add
[ 1.359056] PM: Adding info for No Bus:ptyu6
[ 1.360189] device: 'ptyu7': device_add
[ 1.361274] PM: Adding info for No Bus:ptyu7
[ 1.362341] device: 'ptyu8': device_add
[ 1.363421] PM: Adding info for No Bus:ptyu8
[ 1.364484] device: 'ptyu9': device_add
[ 1.365528] PM: Adding info for No Bus:ptyu9
[ 1.366579] device: 'ptyua': device_add
[ 1.367659] PM: Adding info for No Bus:ptyua
[ 1.368725] device: 'ptyub': device_add
[ 1.369812] PM: Adding info for No Bus:ptyub
[ 1.370879] device: 'ptyuc': device_add
[ 1.371983] PM: Adding info for No Bus:ptyuc
[ 1.373050] device: 'ptyud': device_add
[ 1.374104] PM: Adding info for No Bus:ptyud
[ 1.375193] device: 'ptyue': device_add
[ 1.376228] PM: Adding info for No Bus:ptyue
[ 1.377283] device: 'ptyuf': device_add
[ 1.378337] PM: Adding info for No Bus:ptyuf
[ 1.379448] device: 'ptyv0': device_add
[ 1.380682] PM: Adding info for No Bus:ptyv0
[ 1.381752] device: 'ptyv1': device_add
[ 1.382823] PM: Adding info for No Bus:ptyv1
[ 1.383913] device: 'ptyv2': device_add
[ 1.384973] PM: Adding info for No Bus:ptyv2
[ 1.386040] device: 'ptyv3': device_add
[ 1.387102] PM: Adding info for No Bus:ptyv3
[ 1.388233] device: 'ptyv4': device_add
[ 1.389320] PM: Adding info for No Bus:ptyv4
[ 1.390391] device: 'ptyv5': device_add
[ 1.391492] PM: Adding info for No Bus:ptyv5
[ 1.392567] device: 'ptyv6': device_add
[ 1.393632] PM: Adding info for No Bus:ptyv6
[ 1.394702] device: 'ptyv7': device_add
[ 1.395801] PM: Adding info for No Bus:ptyv7
[ 1.396876] device: 'ptyv8': device_add
[ 1.397935] PM: Adding info for No Bus:ptyv8
[ 1.399030] device: 'ptyv9': device_add
[ 1.400092] PM: Adding info for No Bus:ptyv9
[ 1.401158] device: 'ptyva': device_add
[ 1.402221] PM: Adding info for No Bus:ptyva
[ 1.403315] device: 'ptyvb': device_add
[ 1.404377] PM: Adding info for No Bus:ptyvb
[ 1.405450] device: 'ptyvc': device_add
[ 1.406508] PM: Adding info for No Bus:ptyvc
[ 1.407599] device: 'ptyvd': device_add
[ 1.408670] PM: Adding info for No Bus:ptyvd
[ 1.409740] device: 'ptyve': device_add
[ 1.410989] PM: Adding info for No Bus:ptyve
[ 1.412054] device: 'ptyvf': device_add
[ 1.413112] PM: Adding info for No Bus:ptyvf
[ 1.414175] device: 'ptyw0': device_add
[ 1.415248] PM: Adding info for No Bus:ptyw0
[ 1.416375] device: 'ptyw1': device_add
[ 1.417470] PM: Adding info for No Bus:ptyw1
[ 1.418533] device: 'ptyw2': device_add
[ 1.419590] PM: Adding info for No Bus:ptyw2
[ 1.420649] device: 'ptyw3': device_add
[ 1.421703] PM: Adding info for No Bus:ptyw3
[ 1.422762] device: 'ptyw4': device_add
[ 1.423852] PM: Adding info for No Bus:ptyw4
[ 1.424918] device: 'ptyw5': device_add
[ 1.425967] PM: Adding info for No Bus:ptyw5
[ 1.427072] device: 'ptyw6': device_add
[ 1.428133] PM: Adding info for No Bus:ptyw6
[ 1.429195] device: 'ptyw7': device_add
[ 1.430227] PM: Adding info for No Bus:ptyw7
[ 1.431302] device: 'ptyw8': device_add
[ 1.432359] PM: Adding info for No Bus:ptyw8
[ 1.433423] device: 'ptyw9': device_add
[ 1.434481] PM: Adding info for No Bus:ptyw9
[ 1.435563] device: 'ptywa': device_add
[ 1.436642] PM: Adding info for No Bus:ptywa
[ 1.437705] device: 'ptywb': device_add
[ 1.438758] PM: Adding info for No Bus:ptywb
[ 1.439851] device: 'ptywc': device_add
[ 1.440932] PM: Adding info for No Bus:ptywc
[ 1.442056] device: 'ptywd': device_add
[ 1.443133] PM: Adding info for No Bus:ptywd
[ 1.444271] device: 'ptywe': device_add
[ 1.445354] PM: Adding info for No Bus:ptywe
[ 1.446423] device: 'ptywf': device_add
[ 1.447807] PM: Adding info for No Bus:ptywf
[ 1.448875] device: 'ptyx0': device_add
[ 1.449936] PM: Adding info for No Bus:ptyx0
[ 1.451031] device: 'ptyx1': device_add
[ 1.452075] PM: Adding info for No Bus:ptyx1
[ 1.453139] device: 'ptyx2': device_add
[ 1.454210] PM: Adding info for No Bus:ptyx2
[ 1.455313] device: 'ptyx3': device_add
[ 1.456397] PM: Adding info for No Bus:ptyx3
[ 1.457477] device: 'ptyx4': device_add
[ 1.458544] PM: Adding info for No Bus:ptyx4
[ 1.459641] device: 'ptyx5': device_add
[ 1.460841] PM: Adding info for No Bus:ptyx5
[ 1.461927] device: 'ptyx6': device_add
[ 1.463040] PM: Adding info for No Bus:ptyx6
[ 1.464113] device: 'ptyx7': device_add
[ 1.465184] PM: Adding info for No Bus:ptyx7
[ 1.466256] device: 'ptyx8': device_add
[ 1.467331] PM: Adding info for No Bus:ptyx8
[ 1.468400] device: 'ptyx9': device_add
[ 1.469463] PM: Adding info for No Bus:ptyx9
[ 1.470552] device: 'ptyxa': device_add
[ 1.471826] PM: Adding info for No Bus:ptyxa
[ 1.472947] device: 'ptyxb': device_add
[ 1.473986] PM: Adding info for No Bus:ptyxb
[ 1.475089] device: 'ptyxc': device_add
[ 1.476153] PM: Adding info for No Bus:ptyxc
[ 1.477212] device: 'ptyxd': device_add
[ 1.478275] PM: Adding info for No Bus:ptyxd
[ 1.479364] device: 'ptyxe': device_add
[ 1.480418] PM: Adding info for No Bus:ptyxe
[ 1.481481] device: 'ptyxf': device_add
[ 1.482533] PM: Adding info for No Bus:ptyxf
[ 1.483621] device: 'ptyy0': device_add
[ 1.484677] PM: Adding info for No Bus:ptyy0
[ 1.485742] device: 'ptyy1': device_add
[ 1.486831] PM: Adding info for No Bus:ptyy1
[ 1.487915] device: 'ptyy2': device_add
[ 1.488973] PM: Adding info for No Bus:ptyy2
[ 1.490037] device: 'ptyy3': device_add
[ 1.491117] PM: Adding info for No Bus:ptyy3
[ 1.492181] device: 'ptyy4': device_add
[ 1.493260] PM: Adding info for No Bus:ptyy4
[ 1.494328] device: 'ptyy5': device_add
[ 1.495386] PM: Adding info for No Bus:ptyy5
[ 1.496447] device: 'ptyy6': device_add
[ 1.497504] PM: Adding info for No Bus:ptyy6
[ 1.498592] device: 'ptyy7': device_add
[ 1.499678] PM: Adding info for No Bus:ptyy7
[ 1.500801] device: 'ptyy8': device_add
[ 1.501982] PM: Adding info for No Bus:ptyy8
[ 1.503078] device: 'ptyy9': device_add
[ 1.504163] PM: Adding info for No Bus:ptyy9
[ 1.505228] device: 'ptyya': device_add
[ 1.506264] PM: Adding info for No Bus:ptyya
[ 1.507350] device: 'ptyyb': device_add
[ 1.508429] PM: Adding info for No Bus:ptyyb
[ 1.509494] device: 'ptyyc': device_add
[ 1.510554] PM: Adding info for No Bus:ptyyc
[ 1.511639] device: 'ptyyd': device_add
[ 1.512721] PM: Adding info for No Bus:ptyyd
[ 1.513793] device: 'ptyye': device_add
[ 1.514853] PM: Adding info for No Bus:ptyye
[ 1.515938] device: 'ptyyf': device_add
[ 1.516973] PM: Adding info for No Bus:ptyyf
[ 1.518030] device: 'ptyz0': device_add
[ 1.519104] PM: Adding info for No Bus:ptyz0
[ 1.520167] device: 'ptyz1': device_add
[ 1.521225] PM: Adding info for No Bus:ptyz1
[ 1.522312] device: 'ptyz2': device_add
[ 1.523397] PM: Adding info for No Bus:ptyz2
[ 1.524460] device: 'ptyz3': device_add
[ 1.525516] PM: Adding info for No Bus:ptyz3
[ 1.526603] device: 'ptyz4': device_add
[ 1.527662] PM: Adding info for No Bus:ptyz4
[ 1.528771] device: 'ptyz5': device_add
[ 1.529848] PM: Adding info for No Bus:ptyz5
[ 1.530992] device: 'ptyz6': device_add
[ 1.532160] PM: Adding info for No Bus:ptyz6
[ 1.533227] device: 'ptyz7': device_add
[ 1.534288] PM: Adding info for No Bus:ptyz7
[ 1.535380] device: 'ptyz8': device_add
[ 1.536435] PM: Adding info for No Bus:ptyz8
[ 1.537496] device: 'ptyz9': device_add
[ 1.538525] PM: Adding info for No Bus:ptyz9
[ 1.539604] device: 'ptyza': device_add
[ 1.540677] PM: Adding info for No Bus:ptyza
[ 1.541737] device: 'ptyzb': device_add
[ 1.542807] PM: Adding info for No Bus:ptyzb
[ 1.543890] device: 'ptyzc': device_add
[ 1.544944] PM: Adding info for No Bus:ptyzc
[ 1.546005] device: 'ptyzd': device_add
[ 1.547077] PM: Adding info for No Bus:ptyzd
[ 1.548139] device: 'ptyze': device_add
[ 1.549167] PM: Adding info for No Bus:ptyze
[ 1.550220] device: 'ptyzf': device_add
[ 1.551319] PM: Adding info for No Bus:ptyzf
[ 1.552386] device: 'ptya0': device_add
[ 1.553461] PM: Adding info for No Bus:ptya0
[ 1.554553] device: 'ptya1': device_add
[ 1.555642] PM: Adding info for No Bus:ptya1
[ 1.556756] device: 'ptya2': device_add
[ 1.557825] PM: Adding info for No Bus:ptya2
[ 1.558897] device: 'ptya3': device_add
[ 1.559980] PM: Adding info for No Bus:ptya3
[ 1.561043] device: 'ptya4': device_add
[ 1.562261] PM: Adding info for No Bus:ptya4
[ 1.563350] device: 'ptya5': device_add
[ 1.564409] PM: Adding info for No Bus:ptya5
[ 1.565475] device: 'ptya6': device_add
[ 1.566531] PM: Adding info for No Bus:ptya6
[ 1.567617] device: 'ptya7': device_add
[ 1.568674] PM: Adding info for No Bus:ptya7
[ 1.569761] device: 'ptya8': device_add
[ 1.570812] PM: Adding info for No Bus:ptya8
[ 1.571894] device: 'ptya9': device_add
[ 1.572953] PM: Adding info for No Bus:ptya9
[ 1.574019] device: 'ptyaa': device_add
[ 1.575092] PM: Adding info for No Bus:ptyaa
[ 1.576157] device: 'ptyab': device_add
[ 1.577217] PM: Adding info for No Bus:ptyab
[ 1.578281] device: 'ptyac': device_add
[ 1.579382] PM: Adding info for No Bus:ptyac
[ 1.580452] device: 'ptyad': device_add
[ 1.581501] PM: Adding info for No Bus:ptyad
[ 1.582588] device: 'ptyae': device_add
[ 1.583674] PM: Adding info for No Bus:ptyae
[ 1.584806] device: 'ptyaf': device_add
[ 1.585871] PM: Adding info for No Bus:ptyaf
[ 1.586963] device: 'ptyb0': device_add
[ 1.588037] PM: Adding info for No Bus:ptyb0
[ 1.589095] device: 'ptyb1': device_add
[ 1.590154] PM: Adding info for No Bus:ptyb1
[ 1.591242] device: 'ptyb2': device_add
[ 1.592439] PM: Adding info for No Bus:ptyb2
[ 1.593500] device: 'ptyb3': device_add
[ 1.594553] PM: Adding info for No Bus:ptyb3
[ 1.595636] device: 'ptyb4': device_add
[ 1.596698] PM: Adding info for No Bus:ptyb4
[ 1.597753] device: 'ptyb5': device_add
[ 1.598852] PM: Adding info for No Bus:ptyb5
[ 1.599938] device: 'ptyb6': device_add
[ 1.600992] PM: Adding info for No Bus:ptyb6
[ 1.602054] device: 'ptyb7': device_add
[ 1.603106] PM: Adding info for No Bus:ptyb7
[ 1.604163] device: 'ptyb8': device_add
[ 1.605221] PM: Adding info for No Bus:ptyb8
[ 1.606281] device: 'ptyb9': device_add
[ 1.607376] PM: Adding info for No Bus:ptyb9
[ 1.608438] device: 'ptyba': device_add
[ 1.609494] PM: Adding info for No Bus:ptyba
[ 1.610575] device: 'ptybb': device_add
[ 1.611656] PM: Adding info for No Bus:ptybb
[ 1.612771] device: 'ptybc': device_add
[ 1.613816] PM: Adding info for No Bus:ptybc
[ 1.614871] device: 'ptybd': device_add
[ 1.615947] PM: Adding info for No Bus:ptybd
[ 1.617033] device: 'ptybe': device_add
[ 1.618096] PM: Adding info for No Bus:ptybe
[ 1.619178] device: 'ptybf': device_add
[ 1.620237] PM: Adding info for No Bus:ptybf
[ 1.621459] device: 'ptyc0': device_add
[ 1.622516] PM: Adding info for No Bus:ptyc0
[ 1.623603] device: 'ptyc1': device_add
[ 1.624636] PM: Adding info for No Bus:ptyc1
[ 1.625693] device: 'ptyc2': device_add
[ 1.626783] PM: Adding info for No Bus:ptyc2
[ 1.627865] device: 'ptyc3': device_add
[ 1.628916] PM: Adding info for No Bus:ptyc3
[ 1.629978] device: 'ptyc4': device_add
[ 1.631052] PM: Adding info for No Bus:ptyc4
[ 1.632115] device: 'ptyc5': device_add
[ 1.633172] PM: Adding info for No Bus:ptyc5
[ 1.634234] device: 'ptyc6': device_add
[ 1.635312] PM: Adding info for No Bus:ptyc6
[ 1.636379] device: 'ptyc7': device_add
[ 1.637544] PM: Adding info for No Bus:ptyc7
[ 1.638605] device: 'ptyc8': device_add
[ 1.639736] PM: Adding info for No Bus:ptyc8
[ 1.640859] device: 'ptyc9': device_add
[ 1.641929] PM: Adding info for No Bus:ptyc9
[ 1.643012] device: 'ptyca': device_add
[ 1.644087] PM: Adding info for No Bus:ptyca
[ 1.645154] device: 'ptycb': device_add
[ 1.646210] PM: Adding info for No Bus:ptycb
[ 1.647295] device: 'ptycc': device_add
[ 1.648352] PM: Adding info for No Bus:ptycc
[ 1.649414] device: 'ptycd': device_add
[ 1.650466] PM: Adding info for No Bus:ptycd
[ 1.651712] device: 'ptyce': device_add
[ 1.652787] PM: Adding info for No Bus:ptyce
[ 1.653859] device: 'ptycf': device_add
[ 1.654939] PM: Adding info for No Bus:ptycf
[ 1.656027] device: 'ptyd0': device_add
[ 1.657066] PM: Adding info for No Bus:ptyd0
[ 1.658123] device: 'ptyd1': device_add
[ 1.659205] PM: Adding info for No Bus:ptyd1
[ 1.660272] device: 'ptyd2': device_add
[ 1.661326] PM: Adding info for No Bus:ptyd2
[ 1.662391] device: 'ptyd3': device_add
[ 1.663466] PM: Adding info for No Bus:ptyd3
[ 1.664567] device: 'ptyd4': device_add
[ 1.665634] PM: Adding info for No Bus:ptyd4
[ 1.666698] device: 'ptyd5': device_add
[ 1.667755] PM: Adding info for No Bus:ptyd5
[ 1.668882] device: 'ptyd6': device_add
[ 1.669947] PM: Adding info for No Bus:ptyd6
[ 1.671034] device: 'ptyd7': device_add
[ 1.672094] PM: Adding info for No Bus:ptyd7
[ 1.673158] device: 'ptyd8': device_add
[ 1.674234] PM: Adding info for No Bus:ptyd8
[ 1.675321] device: 'ptyd9': device_add
[ 1.676397] PM: Adding info for No Bus:ptyd9
[ 1.677466] device: 'ptyda': device_add
[ 1.678499] PM: Adding info for No Bus:ptyda
[ 1.679576] device: 'ptydb': device_add
[ 1.680633] PM: Adding info for No Bus:ptydb
[ 1.681801] device: 'ptydc': device_add
[ 1.682981] PM: Adding info for No Bus:ptydc
[ 1.684046] device: 'ptydd': device_add
[ 1.685102] PM: Adding info for No Bus:ptydd
[ 1.686169] device: 'ptyde': device_add
[ 1.687249] PM: Adding info for No Bus:ptyde
[ 1.688311] device: 'ptydf': device_add
[ 1.689371] PM: Adding info for No Bus:ptydf
[ 1.690439] device: 'ptye0': device_add
[ 1.691522] PM: Adding info for No Bus:ptye0
[ 1.692611] device: 'ptye1': device_add
[ 1.693689] PM: Adding info for No Bus:ptye1
[ 1.694754] device: 'ptye2': device_add
[ 1.695998] PM: Adding info for No Bus:ptye2
[ 1.697119] device: 'ptye3': device_add
[ 1.698181] PM: Adding info for No Bus:ptye3
[ 1.699268] device: 'ptye4': device_add
[ 1.700304] PM: Adding info for No Bus:ptye4
[ 1.701360] device: 'ptye5': device_add
[ 1.702435] PM: Adding info for No Bus:ptye5
[ 1.703523] device: 'ptye6': device_add
[ 1.704589] PM: Adding info for No Bus:ptye6
[ 1.705828] device: 'ptye7': device_add
[ 1.706891] PM: Adding info for No Bus:ptye7
[ 1.707986] device: 'ptye8': device_add
[ 1.709052] PM: Adding info for No Bus:ptye8
[ 1.710223] device: 'ptye9': device_add
[ 1.711307] PM: Adding info for No Bus:ptye9
[ 1.712528] device: 'ptyea': device_add
[ 1.713600] PM: Adding info for No Bus:ptyea
[ 1.714658] device: 'ptyeb': device_add
[ 1.715746] PM: Adding info for No Bus:ptyeb
[ 1.716838] device: 'ptyec': device_add
[ 1.717917] PM: Adding info for No Bus:ptyec
[ 1.719008] device: 'ptyed': device_add
[ 1.720069] PM: Adding info for No Bus:ptyed
[ 1.721160] device: 'ptyee': device_add
[ 1.722227] PM: Adding info for No Bus:ptyee
[ 1.723310] device: 'ptyef': device_add
[ 1.724365] PM: Adding info for No Bus:ptyef
[ 1.725502] device: 'ttyp0': device_add
[ 1.726563] PM: Adding info for No Bus:ttyp0
[ 1.727650] device: 'ttyp1': device_add
[ 1.728718] PM: Adding info for No Bus:ttyp1
[ 1.729793] device: 'ttyp2': device_add
[ 1.730859] PM: Adding info for No Bus:ttyp2
[ 1.731955] device: 'ttyp3': device_add
[ 1.732987] PM: Adding info for No Bus:ttyp3
[ 1.734049] device: 'ttyp4': device_add
[ 1.735143] PM: Adding info for No Bus:ttyp4
[ 1.736219] device: 'ttyp5': device_add
[ 1.737274] PM: Adding info for No Bus:ttyp5
[ 1.738339] device: 'ttyp6': device_add
[ 1.739408] PM: Adding info for No Bus:ttyp6
[ 1.740470] device: 'ttyp7': device_add
[ 1.741550] PM: Adding info for No Bus:ttyp7
[ 1.742774] device: 'ttyp8': device_add
[ 1.743825] PM: Adding info for No Bus:ttyp8
[ 1.744878] device: 'ttyp9': device_add
[ 1.745930] PM: Adding info for No Bus:ttyp9
[ 1.747020] device: 'ttypa': device_add
[ 1.748079] PM: Adding info for No Bus:ttypa
[ 1.749162] device: 'ttypb': device_add
[ 1.750245] PM: Adding info for No Bus:ttypb
[ 1.751332] device: 'ttypc': device_add
[ 1.752391] PM: Adding info for No Bus:ttypc
[ 1.753508] device: 'ttypd': device_add
[ 1.754557] PM: Adding info for No Bus:ttypd
[ 1.755635] device: 'ttype': device_add
[ 1.756696] PM: Adding info for No Bus:ttype
[ 1.757757] device: 'ttypf': device_add
[ 1.758823] PM: Adding info for No Bus:ttypf
[ 1.759938] device: 'ttyq0': device_add
[ 1.761000] PM: Adding info for No Bus:ttyq0
[ 1.762063] device: 'ttyq1': device_add
[ 1.763141] PM: Adding info for No Bus:ttyq1
[ 1.764202] device: 'ttyq2': device_add
[ 1.765269] PM: Adding info for No Bus:ttyq2
[ 1.766296] device: 'ttyq3': device_add
[ 1.767369] PM: Adding info for No Bus:ttyq3
[ 1.768429] device: 'ttyq4': device_add
[ 1.769500] PM: Adding info for No Bus:ttyq4
[ 1.770568] device: 'ttyq5': device_add
[ 1.771835] PM: Adding info for No Bus:ttyq5
[ 1.772900] device: 'ttyq6': device_add
[ 1.773958] PM: Adding info for No Bus:ttyq6
[ 1.775046] device: 'ttyq7': device_add
[ 1.776080] PM: Adding info for No Bus:ttyq7
[ 1.777162] device: 'ttyq8': device_add
[ 1.778244] PM: Adding info for No Bus:ttyq8
[ 1.779327] device: 'ttyq9': device_add
[ 1.780409] PM: Adding info for No Bus:ttyq9
[ 1.781523] device: 'ttyqa': device_add
[ 1.782585] PM: Adding info for No Bus:ttyqa
[ 1.783673] device: 'ttyqb': device_add
[ 1.784732] PM: Adding info for No Bus:ttyqb
[ 1.785804] device: 'ttyqc': device_add
[ 1.786840] PM: Adding info for No Bus:ttyqc
[ 1.787919] device: 'ttyqd': device_add
[ 1.788993] PM: Adding info for No Bus:ttyqd
[ 1.790057] device: 'ttyqe': device_add
[ 1.791136] PM: Adding info for No Bus:ttyqe
[ 1.792202] device: 'ttyqf': device_add
[ 1.793268] PM: Adding info for No Bus:ttyqf
[ 1.794318] device: 'ttyr0': device_add
[ 1.795398] PM: Adding info for No Bus:ttyr0
[ 1.796465] device: 'ttyr1': device_add
[ 1.797525] PM: Adding info for No Bus:ttyr1
[ 1.798584] device: 'ttyr2': device_add
[ 1.799667] PM: Adding info for No Bus:ttyr2
[ 1.800735] device: 'ttyr3': device_add
[ 1.801968] PM: Adding info for No Bus:ttyr3
[ 1.803051] device: 'ttyr4': device_add
[ 1.804103] PM: Adding info for No Bus:ttyr4
[ 1.805265] device: 'ttyr5': device_add
[ 1.806390] PM: Adding info for No Bus:ttyr5
[ 1.807506] device: 'ttyr6': device_add
[ 1.808551] PM: Adding info for No Bus:ttyr6
[ 1.809658] device: 'ttyr7': device_add
[ 1.810721] PM: Adding info for No Bus:ttyr7
[ 1.811812] device: 'ttyr8': device_add
[ 1.812867] PM: Adding info for No Bus:ttyr8
[ 1.813929] device: 'ttyr9': device_add
[ 1.815036] PM: Adding info for No Bus:ttyr9
[ 1.816099] device: 'ttyra': device_add
[ 1.817301] PM: Adding info for No Bus:ttyra
[ 1.818353] device: 'ttyrb': device_add
[ 1.819450] PM: Adding info for No Bus:ttyrb
[ 1.820504] device: 'ttyrc': device_add
[ 1.821560] PM: Adding info for No Bus:ttyrc
[ 1.822627] device: 'ttyrd': device_add
[ 1.823703] PM: Adding info for No Bus:ttyrd
[ 1.824775] device: 'ttyre': device_add
[ 1.825867] PM: Adding info for No Bus:ttyre
[ 1.826937] device: 'ttyrf': device_add
[ 1.828016] PM: Adding info for No Bus:ttyrf
[ 1.829076] device: 'ttys0': device_add
[ 1.830108] PM: Adding info for No Bus:ttys0
[ 1.831205] device: 'ttys1': device_add
[ 1.832426] PM: Adding info for No Bus:ttys1
[ 1.833498] device: 'ttys2': device_add
[ 1.834554] PM: Adding info for No Bus:ttys2
[ 1.835649] device: 'ttys3': device_add
[ 1.836728] PM: Adding info for No Bus:ttys3
[ 1.837865] device: 'ttys4': device_add
[ 1.838959] PM: Adding info for No Bus:ttys4
[ 1.840027] device: 'ttys5': device_add
[ 1.841063] PM: Adding info for No Bus:ttys5
[ 1.842128] device: 'ttys6': device_add
[ 1.843205] PM: Adding info for No Bus:ttys6
[ 1.844272] device: 'ttys7': device_add
[ 1.845351] PM: Adding info for No Bus:ttys7
[ 1.846425] device: 'ttys8': device_add
[ 1.847510] PM: Adding info for No Bus:ttys8
[ 1.848581] device: 'ttys9': device_add
[ 1.849645] PM: Adding info for No Bus:ttys9
[ 1.850714] device: 'ttysa': device_add
[ 1.851784] PM: Adding info for No Bus:ttysa
[ 1.852845] device: 'ttysb': device_add
[ 1.853904] PM: Adding info for No Bus:ttysb
[ 1.855017] device: 'ttysc': device_add
[ 1.856084] PM: Adding info for No Bus:ttysc
[ 1.857151] device: 'ttysd': device_add
[ 1.858206] PM: Adding info for No Bus:ttysd
[ 1.859316] device: 'ttyse': device_add
[ 1.860374] PM: Adding info for No Bus:ttyse
[ 1.861593] device: 'ttysf': device_add
[ 1.862627] PM: Adding info for No Bus:ttysf
[ 1.863709] device: 'ttyt0': device_add
[ 1.864803] PM: Adding info for No Bus:ttyt0
[ 1.865920] device: 'ttyt1': device_add
[ 1.867026] PM: Adding info for No Bus:ttyt1
[ 1.868092] device: 'ttyt2': device_add
[ 1.869157] PM: Adding info for No Bus:ttyt2
[ 1.870225] device: 'ttyt3': device_add
[ 1.871328] PM: Adding info for No Bus:ttyt3
[ 1.872399] device: 'ttyt4': device_add
[ 1.873465] PM: Adding info for No Bus:ttyt4
[ 1.874533] device: 'ttyt5': device_add
[ 1.875620] PM: Adding info for No Bus:ttyt5
[ 1.876698] device: 'ttyt6': device_add
[ 1.877774] PM: Adding info for No Bus:ttyt6
[ 1.878838] device: 'ttyt7': device_add
[ 1.879922] PM: Adding info for No Bus:ttyt7
[ 1.880996] device: 'ttyt8': device_add
[ 1.882050] PM: Adding info for No Bus:ttyt8
[ 1.883136] device: 'ttyt9': device_add
[ 1.884201] PM: Adding info for No Bus:ttyt9
[ 1.885270] device: 'ttyta': device_add
[ 1.886337] PM: Adding info for No Bus:ttyta
[ 1.887451] device: 'ttytb': device_add
[ 1.888517] PM: Adding info for No Bus:ttytb
[ 1.889587] device: 'ttytc': device_add
[ 1.890643] PM: Adding info for No Bus:ttytc
[ 1.891890] device: 'ttytd': device_add
[ 1.892975] PM: Adding info for No Bus:ttytd
[ 1.894093] device: 'ttyte': device_add
[ 1.895157] PM: Adding info for No Bus:ttyte
[ 1.896220] device: 'ttytf': device_add
[ 1.897276] PM: Adding info for No Bus:ttytf
[ 1.898342] device: 'ttyu0': device_add
[ 1.899430] PM: Adding info for No Bus:ttyu0
[ 1.900490] device: 'ttyu1': device_add
[ 1.901545] PM: Adding info for No Bus:ttyu1
[ 1.902636] device: 'ttyu2': device_add
[ 1.903729] PM: Adding info for No Bus:ttyu2
[ 1.904810] device: 'ttyu3': device_add
[ 1.905849] PM: Adding info for No Bus:ttyu3
[ 1.906913] device: 'ttyu4': device_add
[ 1.907989] PM: Adding info for No Bus:ttyu4
[ 1.909058] device: 'ttyu5': device_add
[ 1.910113] PM: Adding info for No Bus:ttyu5
[ 1.911195] device: 'ttyu6': device_add
[ 1.912281] PM: Adding info for No Bus:ttyu6
[ 1.913346] device: 'ttyu7': device_add
[ 1.914401] PM: Adding info for No Bus:ttyu7
[ 1.915514] device: 'ttyu8': device_add
[ 1.916586] PM: Adding info for No Bus:ttyu8
[ 1.917663] device: 'ttyu9': device_add
[ 1.918721] PM: Adding info for No Bus:ttyu9
[ 1.919822] device: 'ttyua': device_add
[ 1.920909] PM: Adding info for No Bus:ttyua
[ 1.922159] device: 'ttyub': device_add
[ 1.923254] PM: Adding info for No Bus:ttyub
[ 1.924319] device: 'ttyuc': device_add
[ 1.925381] PM: Adding info for No Bus:ttyuc
[ 1.926459] device: 'ttyud': device_add
[ 1.927529] PM: Adding info for No Bus:ttyud
[ 1.928596] device: 'ttyue': device_add
[ 1.929663] PM: Adding info for No Bus:ttyue
[ 1.930738] device: 'ttyuf': device_add
[ 1.931851] PM: Adding info for No Bus:ttyuf
[ 1.932926] device: 'ttyv0': device_add
[ 1.933980] PM: Adding info for No Bus:ttyv0
[ 1.935067] device: 'ttyv1': device_add
[ 1.936133] PM: Adding info for No Bus:ttyv1
[ 1.937278] device: 'ttyv2': device_add
[ 1.938253] PM: Adding info for No Bus:ttyv2
[ 1.939344] device: 'ttyv3': device_add
[ 1.940433] PM: Adding info for No Bus:ttyv3
[ 1.941497] device: 'ttyv4': device_add
[ 1.942575] PM: Adding info for No Bus:ttyv4
[ 1.943685] device: 'ttyv5': device_add
[ 1.944763] PM: Adding info for No Bus:ttyv5
[ 1.945835] device: 'ttyv6': device_add
[ 1.946894] PM: Adding info for No Bus:ttyv6
[ 1.947993] device: 'ttyv7': device_add
[ 1.949022] PM: Adding info for No Bus:ttyv7
[ 1.950159] device: 'ttyv8': device_add
[ 1.951245] PM: Adding info for No Bus:ttyv8
[ 1.952415] device: 'ttyv9': device_add
[ 1.953503] PM: Adding info for No Bus:ttyv9
[ 1.954567] device: 'ttyva': device_add
[ 1.955649] PM: Adding info for No Bus:ttyva
[ 1.956708] device: 'ttyvb': device_add
[ 1.957785] PM: Adding info for No Bus:ttyvb
[ 1.958846] device: 'ttyvc': device_add
[ 1.959928] PM: Adding info for No Bus:ttyvc
[ 1.960989] device: 'ttyvd': device_add
[ 1.962076] PM: Adding info for No Bus:ttyvd
[ 1.963162] device: 'ttyve': device_add
[ 1.964223] PM: Adding info for No Bus:ttyve
[ 1.965286] device: 'ttyvf': device_add
[ 1.966349] PM: Adding info for No Bus:ttyvf
[ 1.967441] device: 'ttyw0': device_add
[ 1.968520] PM: Adding info for No Bus:ttyw0
[ 1.969585] device: 'ttyw1': device_add
[ 1.970620] PM: Adding info for No Bus:ttyw1
[ 1.971725] device: 'ttyw2': device_add
[ 1.972801] PM: Adding info for No Bus:ttyw2
[ 1.973872] device: 'ttyw3': device_add
[ 1.974928] PM: Adding info for No Bus:ttyw3
[ 1.976016] device: 'ttyw4': device_add
[ 1.977073] PM: Adding info for No Bus:ttyw4
[ 1.978201] device: 'ttyw5': device_add
[ 1.979307] PM: Adding info for No Bus:ttyw5
[ 1.980374] device: 'ttyw6': device_add
[ 1.981407] PM: Adding info for No Bus:ttyw6
[ 1.982501] device: 'ttyw7': device_add
[ 1.983655] PM: Adding info for No Bus:ttyw7
[ 1.984728] device: 'ttyw8': device_add
[ 1.985794] PM: Adding info for No Bus:ttyw8
[ 1.986859] device: 'ttyw9': device_add
[ 1.987964] PM: Adding info for No Bus:ttyw9
[ 1.989032] device: 'ttywa': device_add
[ 1.990091] PM: Adding info for No Bus:ttywa
[ 1.991181] device: 'ttywb': device_add
[ 1.992213] PM: Adding info for No Bus:ttywb
[ 1.993275] device: 'ttywc': device_add
[ 1.994324] PM: Adding info for No Bus:ttywc
[ 1.995409] device: 'ttywd': device_add
[ 1.996588] PM: Adding info for No Bus:ttywd
[ 1.997694] device: 'ttywe': device_add
[ 1.998793] PM: Adding info for No Bus:ttywe
[ 1.999882] device: 'ttywf': device_add
[ 2.000942] PM: Adding info for No Bus:ttywf
[ 2.002006] device: 'ttyx0': device_add
[ 2.003067] PM: Adding info for No Bus:ttyx0
[ 2.004126] device: 'ttyx1': device_add
[ 2.005275] PM: Adding info for No Bus:ttyx1
[ 2.006302] device: 'ttyx2': device_add
[ 2.007422] PM: Adding info for No Bus:ttyx2
[ 2.008485] device: 'ttyx3': device_add
[ 2.009538] PM: Adding info for No Bus:ttyx3
[ 2.010594] device: 'ttyx4': device_add
[ 2.011671] PM: Adding info for No Bus:ttyx4
[ 2.012899] device: 'ttyx5': device_add
[ 2.013934] PM: Adding info for No Bus:ttyx5
[ 2.015007] device: 'ttyx6': device_add
[ 2.016086] PM: Adding info for No Bus:ttyx6
[ 2.017147] device: 'ttyx7': device_add
[ 2.018205] PM: Adding info for No Bus:ttyx7
[ 2.019292] device: 'ttyx8': device_add
[ 2.020345] PM: Adding info for No Bus:ttyx8
[ 2.021401] device: 'ttyx9': device_add
[ 2.022455] PM: Adding info for No Bus:ttyx9
[ 2.023535] device: 'ttyxa': device_add
[ 2.024565] PM: Adding info for No Bus:ttyxa
[ 2.025636] device: 'ttyxb': device_add
[ 2.026719] PM: Adding info for No Bus:ttyxb
[ 2.027813] device: 'ttyxc': device_add
[ 2.028872] PM: Adding info for No Bus:ttyxc
[ 2.029934] device: 'ttyxd': device_add
[ 2.031007] PM: Adding info for No Bus:ttyxd
[ 2.032067] device: 'ttyxe': device_add
[ 2.033121] PM: Adding info for No Bus:ttyxe
[ 2.034235] device: 'ttyxf': device_add
[ 2.035320] PM: Adding info for No Bus:ttyxf
[ 2.036386] device: 'ttyy0': device_add
[ 2.037445] PM: Adding info for No Bus:ttyy0
[ 2.038513] device: 'ttyy1': device_add
[ 2.039593] PM: Adding info for No Bus:ttyy1
[ 2.040658] device: 'ttyy2': device_add
[ 2.041707] PM: Adding info for No Bus:ttyy2
[ 2.042961] device: 'ttyy3': device_add
[ 2.044020] PM: Adding info for No Bus:ttyy3
[ 2.045109] device: 'ttyy4': device_add
[ 2.046157] PM: Adding info for No Bus:ttyy4
[ 2.047233] device: 'ttyy5': device_add
[ 2.048295] PM: Adding info for No Bus:ttyy5
[ 2.049361] device: 'ttyy6': device_add
[ 2.050416] PM: Adding info for No Bus:ttyy6
[ 2.051497] device: 'ttyy7': device_add
[ 2.052572] PM: Adding info for No Bus:ttyy7
[ 2.053659] device: 'ttyy8': device_add
[ 2.054735] PM: Adding info for No Bus:ttyy8
[ 2.055826] device: 'ttyy9': device_add
[ 2.056872] PM: Adding info for No Bus:ttyy9
[ 2.057941] device: 'ttyya': device_add
[ 2.059016] PM: Adding info for No Bus:ttyya
[ 2.060074] device: 'ttyyb': device_add
[ 2.061129] PM: Adding info for No Bus:ttyyb
[ 2.062240] device: 'ttyyc': device_add
[ 2.063336] PM: Adding info for No Bus:ttyyc
[ 2.064399] device: 'ttyyd': device_add
[ 2.065454] PM: Adding info for No Bus:ttyyd
[ 2.066512] device: 'ttyye': device_add
[ 2.067565] PM: Adding info for No Bus:ttyye
[ 2.068619] device: 'ttyyf': device_add
[ 2.069673] PM: Adding info for No Bus:ttyyf
[ 2.070734] device: 'ttyz0': device_add
[ 2.071818] PM: Adding info for No Bus:ttyz0
[ 2.073049] device: 'ttyz1': device_add
[ 2.074130] PM: Adding info for No Bus:ttyz1
[ 2.075218] device: 'ttyz2': device_add
[ 2.076278] PM: Adding info for No Bus:ttyz2
[ 2.077344] device: 'ttyz3': device_add
[ 2.078379] PM: Adding info for No Bus:ttyz3
[ 2.079459] device: 'ttyz4': device_add
[ 2.080514] PM: Adding info for No Bus:ttyz4
[ 2.081602] device: 'ttyz5': device_add
[ 2.082690] PM: Adding info for No Bus:ttyz5
[ 2.083789] device: 'ttyz6': device_add
[ 2.084851] PM: Adding info for No Bus:ttyz6
[ 2.085914] device: 'ttyz7': device_add
[ 2.086983] PM: Adding info for No Bus:ttyz7
[ 2.088047] device: 'ttyz8': device_add
[ 2.089079] PM: Adding info for No Bus:ttyz8
[ 2.090194] device: 'ttyz9': device_add
[ 2.091283] PM: Adding info for No Bus:ttyz9
[ 2.092373] device: 'ttyza': device_add
[ 2.093434] PM: Adding info for No Bus:ttyza
[ 2.094502] device: 'ttyzb': device_add
[ 2.095606] PM: Adding info for No Bus:ttyzb
[ 2.096668] device: 'ttyzc': device_add
[ 2.097752] PM: Adding info for No Bus:ttyzc
[ 2.098813] device: 'ttyzd': device_add
[ 2.099863] PM: Adding info for No Bus:ttyzd
[ 2.100916] device: 'ttyze': device_add
[ 2.102034] PM: Adding info for No Bus:ttyze
[ 2.103200] device: 'ttyzf': device_add
[ 2.104268] PM: Adding info for No Bus:ttyzf
[ 2.105335] device: 'ttya0': device_add
[ 2.106393] PM: Adding info for No Bus:ttya0
[ 2.107477] device: 'ttya1': device_add
[ 2.108536] PM: Adding info for No Bus:ttya1
[ 2.109625] device: 'ttya2': device_add
[ 2.110690] PM: Adding info for No Bus:ttya2
[ 2.111793] device: 'ttya3': device_add
[ 2.112853] PM: Adding info for No Bus:ttya3
[ 2.113920] device: 'ttya4': device_add
[ 2.115004] PM: Adding info for No Bus:ttya4
[ 2.116072] device: 'ttya5': device_add
[ 2.117122] PM: Adding info for No Bus:ttya5
[ 2.118243] device: 'ttya6': device_add
[ 2.119326] PM: Adding info for No Bus:ttya6
[ 2.120388] device: 'ttya7': device_add
[ 2.121444] PM: Adding info for No Bus:ttya7
[ 2.122505] device: 'ttya8': device_add
[ 2.123580] PM: Adding info for No Bus:ttya8
[ 2.124643] device: 'ttya9': device_add
[ 2.125699] PM: Adding info for No Bus:ttya9
[ 2.126774] device: 'ttyaa': device_add
[ 2.127852] PM: Adding info for No Bus:ttyaa
[ 2.128923] device: 'ttyab': device_add
[ 2.130004] PM: Adding info for No Bus:ttyab
[ 2.131089] device: 'ttyac': device_add
[ 2.132121] PM: Adding info for No Bus:ttyac
[ 2.133356] device: 'ttyad': device_add
[ 2.134423] PM: Adding info for No Bus:ttyad
[ 2.135520] device: 'ttyae': device_add
[ 2.136578] PM: Adding info for No Bus:ttyae
[ 2.137665] device: 'ttyaf': device_add
[ 2.138728] PM: Adding info for No Bus:ttyaf
[ 2.139847] device: 'ttyb0': device_add
[ 2.140907] PM: Adding info for No Bus:ttyb0
[ 2.141971] device: 'ttyb1': device_add
[ 2.143052] PM: Adding info for No Bus:ttyb1
[ 2.144120] device: 'ttyb2': device_add
[ 2.145275] PM: Adding info for No Bus:ttyb2
[ 2.146298] device: 'ttyb3': device_add
[ 2.147384] PM: Adding info for No Bus:ttyb3
[ 2.148454] device: 'ttyb4': device_add
[ 2.149534] PM: Adding info for No Bus:ttyb4
[ 2.150596] device: 'ttyb5': device_add
[ 2.151689] PM: Adding info for No Bus:ttyb5
[ 2.152775] device: 'ttyb6': device_add
[ 2.153809] PM: Adding info for No Bus:ttyb6
[ 2.154869] device: 'ttyb7': device_add
[ 2.155952] PM: Adding info for No Bus:ttyb7
[ 2.157017] device: 'ttyb8': device_add
[ 2.158093] PM: Adding info for No Bus:ttyb8
[ 2.159183] device: 'ttyb9': device_add
[ 2.160248] PM: Adding info for No Bus:ttyb9
[ 2.161314] device: 'ttyba': device_add
[ 2.162373] PM: Adding info for No Bus:ttyba
[ 2.163618] device: 'ttybb': device_add
[ 2.164659] PM: Adding info for No Bus:ttybb
[ 2.165752] device: 'ttybc': device_add
[ 2.166813] PM: Adding info for No Bus:ttybc
[ 2.167899] device: 'ttybd': device_add
[ 2.168977] PM: Adding info for No Bus:ttybd
[ 2.170042] device: 'ttybe': device_add
[ 2.171121] PM: Adding info for No Bus:ttybe
[ 2.172188] device: 'ttybf': device_add
[ 2.173338] PM: Adding info for No Bus:ttybf
[ 2.174458] device: 'ttyc0': device_add
[ 2.175579] PM: Adding info for No Bus:ttyc0
[ 2.176641] device: 'ttyc1': device_add
[ 2.177721] PM: Adding info for No Bus:ttyc1
[ 2.178795] device: 'ttyc2': device_add
[ 2.179876] PM: Adding info for No Bus:ttyc2
[ 2.180945] device: 'ttyc3': device_add
[ 2.181998] PM: Adding info for No Bus:ttyc3
[ 2.183082] device: 'ttyc4': device_add
[ 2.184139] PM: Adding info for No Bus:ttyc4
[ 2.185275] device: 'ttyc5': device_add
[ 2.186238] PM: Adding info for No Bus:ttyc5
[ 2.187342] device: 'ttyc6': device_add
[ 2.188422] PM: Adding info for No Bus:ttyc6
[ 2.189487] device: 'ttyc7': device_add
[ 2.190540] PM: Adding info for No Bus:ttyc7
[ 2.191649] device: 'ttyc8': device_add
[ 2.192892] PM: Adding info for No Bus:ttyc8
[ 2.193959] device: 'ttyc9': device_add
[ 2.195046] PM: Adding info for No Bus:ttyc9
[ 2.196115] device: 'ttyca': device_add
[ 2.197273] PM: Adding info for No Bus:ttyca
[ 2.198237] device: 'ttycb': device_add
[ 2.199320] PM: Adding info for No Bus:ttycb
[ 2.200387] device: 'ttycc': device_add
[ 2.201443] PM: Adding info for No Bus:ttycc
[ 2.202560] device: 'ttycd': device_add
[ 2.203651] PM: Adding info for No Bus:ttycd
[ 2.204715] device: 'ttyce': device_add
[ 2.205800] PM: Adding info for No Bus:ttyce
[ 2.206869] device: 'ttycf': device_add
[ 2.207932] PM: Adding info for No Bus:ttycf
[ 2.208998] device: 'ttyd0': device_add
[ 2.210060] PM: Adding info for No Bus:ttyd0
[ 2.211149] device: 'ttyd1': device_add
[ 2.212209] PM: Adding info for No Bus:ttyd1
[ 2.213274] device: 'ttyd2': device_add
[ 2.214331] PM: Adding info for No Bus:ttyd2
[ 2.215421] device: 'ttyd3': device_add
[ 2.216502] PM: Adding info for No Bus:ttyd3
[ 2.217573] device: 'ttyd4': device_add
[ 2.218612] PM: Adding info for No Bus:ttyd4
[ 2.219718] device: 'ttyd5': device_add
[ 2.220793] PM: Adding info for No Bus:ttyd5
[ 2.221858] device: 'ttyd6': device_add
[ 2.223096] PM: Adding info for No Bus:ttyd6
[ 2.224163] device: 'ttyd7': device_add
[ 2.225274] PM: Adding info for No Bus:ttyd7
[ 2.226309] device: 'ttyd8': device_add
[ 2.227385] PM: Adding info for No Bus:ttyd8
[ 2.228452] device: 'ttyd9': device_add
[ 2.229482] PM: Adding info for No Bus:ttyd9
[ 2.230587] device: 'ttyda': device_add
[ 2.231680] PM: Adding info for No Bus:ttyda
[ 2.232757] device: 'ttydb': device_add
[ 2.233827] PM: Adding info for No Bus:ttydb
[ 2.234913] device: 'ttydc': device_add
[ 2.235993] PM: Adding info for No Bus:ttydc
[ 2.237057] device: 'ttydd': device_add
[ 2.238111] PM: Adding info for No Bus:ttydd
[ 2.239195] device: 'ttyde': device_add
[ 2.240228] PM: Adding info for No Bus:ttyde
[ 2.241285] device: 'ttydf': device_add
[ 2.242338] PM: Adding info for No Bus:ttydf
[ 2.243423] device: 'ttye0': device_add
[ 2.244501] PM: Adding info for No Bus:ttye0
[ 2.245564] device: 'ttye1': device_add
[ 2.246622] PM: Adding info for No Bus:ttye1
[ 2.247763] device: 'ttye2': device_add
[ 2.248820] PM: Adding info for No Bus:ttye2
[ 2.249877] device: 'ttye3': device_add
[ 2.250912] PM: Adding info for No Bus:ttye3
[ 2.251990] device: 'ttye4': device_add
[ 2.253274] PM: Adding info for No Bus:ttye4
[ 2.254311] device: 'ttye5': device_add
[ 2.255399] PM: Adding info for No Bus:ttye5
[ 2.256471] device: 'ttye6': device_add
[ 2.257534] PM: Adding info for No Bus:ttye6
[ 2.258653] device: 'ttye7': device_add
[ 2.259756] PM: Adding info for No Bus:ttye7
[ 2.260823] device: 'ttye8': device_add
[ 2.261856] PM: Adding info for No Bus:ttye8
[ 2.262918] device: 'ttye9': device_add
[ 2.264022] PM: Adding info for No Bus:ttye9
[ 2.265093] device: 'ttyea': device_add
[ 2.266157] PM: Adding info for No Bus:ttyea
[ 2.267247] device: 'ttyeb': device_add
[ 2.268309] PM: Adding info for No Bus:ttyeb
[ 2.269381] device: 'ttyec': device_add
[ 2.270442] PM: Adding info for No Bus:ttyec
[ 2.271530] device: 'ttyed': device_add
[ 2.272592] PM: Adding info for No Bus:ttyed
[ 2.273661] device: 'ttyee': device_add
[ 2.274723] PM: Adding info for No Bus:ttyee
[ 2.275848] device: 'ttyef': device_add
[ 2.276922] PM: Adding info for No Bus:ttyef
[ 2.278018] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.279647] Registering platform device 'serial8250'. Parent at platform
[ 2.281273] device: 'serial8250': device_add
[ 2.282436] bus: 'platform': add device serial8250
[ 2.283703] PM: Adding info for platform:serial8250
ÿ[ 2.563548] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 2.565016] device: 'ttyS0': device_add
[ 2.566165] PM: Adding info for No Bus:ttyS0
[ 2.567434] device: 'ttyS1': device_add
[ 2.568549] PM: Adding info for No Bus:ttyS1
[ 2.569802] device: 'ttyS2': device_add
[ 2.570884] PM: Adding info for No Bus:ttyS2
[ 2.572182] device: 'ttyS3': device_add
[ 2.573275] PM: Adding info for No Bus:ttyS3
[ 2.574424] bus: 'platform': add driver serial8250
[ 2.575625] bus: 'platform': driver_probe_device: matched device serial8250 with driver serial8250
[ 2.577724] bus: 'platform': really_probe: probing driver serial8250 with device serial8250
[ 2.579732] driver: 'serial8250': driver_bound: bound to device 'serial8250'
[ 2.581388] bus: 'platform': really_probe: bound device serial8250 to driver serial8250
[ 2.583507] bus: 'pci': add driver serial
[ 2.584603] bus: 'spi': add driver max3100
[ 2.585656] enter max3107 init
[ 2.586402] bus: 'spi': add driver max3107
[ 2.587544] bus: 'platform': add driver xuartps
[ 2.588727] Cyclades driver 2.6
[ 2.589515] bus: 'pci': add driver cyclades
[ 2.590740] bus: 'pci': add driver isicom
[ 2.591822] RocketPort device driver module, version 2.09, 12-June-2003
[ 2.593418] No rocketport ports found; unloading driver
[ 2.594682] SyncLink serial driver $Revision: 4.38 $
[ 2.595911] bus: 'pci': add driver synclink
[ 2.597082] device: 'ttySL0': device_add
[ 2.598144] PM: Adding info for No Bus:ttySL0
[ 2.599246] device: 'ttySL1': device_add
[ 2.600323] PM: Adding info for No Bus:ttySL1
[ 2.601407] device: 'ttySL2': device_add
[ 2.602480] PM: Adding info for No Bus:ttySL2
[ 2.603585] device: 'ttySL3': device_add
[ 2.604683] PM: Adding info for No Bus:ttySL3
[ 2.605774] device: 'ttySL4': device_add
[ 2.606845] PM: Adding info for No Bus:ttySL4
[ 2.607957] device: 'ttySL5': device_add
[ 2.609036] PM: Adding info for No Bus:ttySL5
[ 2.610121] device: 'ttySL6': device_add
[ 2.611219] PM: Adding info for No Bus:ttySL6
[ 2.612303] device: 'ttySL7': device_add
[ 2.613574] PM: Adding info for No Bus:ttySL7
[ 2.614664] device: 'ttySL8': device_add
[ 2.615783] PM: Adding info for No Bus:ttySL8
[ 2.616866] device: 'ttySL9': device_add
[ 2.617945] PM: Adding info for No Bus:ttySL9
[ 2.619108] device: 'ttySL10': device_add
[ 2.620206] PM: Adding info for No Bus:ttySL10
[ 2.621306] device: 'ttySL11': device_add
[ 2.622404] PM: Adding info for No Bus:ttySL11
[ 2.623572] device: 'ttySL12': device_add
[ 2.624678] PM: Adding info for No Bus:ttySL12
[ 2.625788] device: 'ttySL13': device_add
[ 2.626887] PM: Adding info for No Bus:ttySL13
[ 2.628020] device: 'ttySL14': device_add
[ 2.629125] PM: Adding info for No Bus:ttySL14
[ 2.630231] device: 'ttySL15': device_add
[ 2.631330] PM: Adding info for No Bus:ttySL15
[ 2.632439] device: 'ttySL16': device_add
[ 2.633560] PM: Adding info for No Bus:ttySL16
[ 2.634671] device: 'ttySL17': device_add
[ 2.635813] PM: Adding info for No Bus:ttySL17
[ 2.636922] device: 'ttySL18': device_add
[ 2.638021] PM: Adding info for No Bus:ttySL18
[ 2.639153] device: 'ttySL19': device_add
[ 2.640255] PM: Adding info for No Bus:ttySL19
[ 2.641360] device: 'ttySL20': device_add
[ 2.642632] PM: Adding info for No Bus:ttySL20
[ 2.643776] device: 'ttySL21': device_add
[ 2.644880] PM: Adding info for No Bus:ttySL21
[ 2.645995] device: 'ttySL22': device_add
[ 2.647226] PM: Adding info for No Bus:ttySL22
[ 2.648392] device: 'ttySL23': device_add
[ 2.649546] PM: Adding info for No Bus:ttySL23
[ 2.650674] device: 'ttySL24': device_add
[ 2.651809] PM: Adding info for No Bus:ttySL24
[ 2.652913] device: 'ttySL25': device_add
[ 2.654016] PM: Adding info for No Bus:ttySL25
[ 2.655147] device: 'ttySL26': device_add
[ 2.656267] PM: Adding info for No Bus:ttySL26
[ 2.657370] device: 'ttySL27': device_add
[ 2.658472] PM: Adding info for No Bus:ttySL27
[ 2.659600] device: 'ttySL28': device_add
[ 2.660712] PM: Adding info for No Bus:ttySL28
[ 2.661815] device: 'ttySL29': device_add
[ 2.662950] PM: Adding info for No Bus:ttySL29
[ 2.664060] device: 'ttySL30': device_add
[ 2.665134] PM: Adding info for No Bus:ttySL30
[ 2.666231] device: 'ttySL31': device_add
[ 2.667353] PM: Adding info for No Bus:ttySL31
[ 2.668456] device: 'ttySL32': device_add
[ 2.669550] PM: Adding info for No Bus:ttySL32
[ 2.670653] device: 'ttySL33': device_add
[ 2.671779] PM: Adding info for No Bus:ttySL33
[ 2.673070] device: 'ttySL34': device_add
[ 2.674178] PM: Adding info for No Bus:ttySL34
[ 2.675305] device: 'ttySL35': device_add
[ 2.676388] PM: Adding info for No Bus:ttySL35
[ 2.677543] device: 'ttySL36': device_add
[ 2.678646] PM: Adding info for No Bus:ttySL36
[ 2.679807] device: 'ttySL37': device_add
[ 2.680911] PM: Adding info for No Bus:ttySL37
[ 2.682010] device: 'ttySL38': device_add
[ 2.683147] PM: Adding info for No Bus:ttySL38
[ 2.684248] device: 'ttySL39': device_add
[ 2.685346] PM: Adding info for No Bus:ttySL39
[ 2.686446] device: 'ttySL40': device_add
[ 2.687542] PM: Adding info for No Bus:ttySL40
[ 2.688639] device: 'ttySL41': device_add
[ 2.689745] PM: Adding info for No Bus:ttySL41
[ 2.690844] device: 'ttySL42': device_add
[ 2.691983] PM: Adding info for No Bus:ttySL42
[ 2.693091] device: 'ttySL43': device_add
[ 2.694186] PM: Adding info for No Bus:ttySL43
[ 2.695455] device: 'ttySL44': device_add
[ 2.696560] PM: Adding info for No Bus:ttySL44
[ 2.697662] device: 'ttySL45': device_add
[ 2.698743] PM: Adding info for No Bus:ttySL45
[ 2.699861] device: 'ttySL46': device_add
[ 2.700952] PM: Adding info for No Bus:ttySL46
[ 2.702054] device: 'ttySL47': device_add
[ 2.703366] PM: Adding info for No Bus:ttySL47
[ 2.704475] device: 'ttySL48': device_add
[ 2.705748] PM: Adding info for No Bus:ttySL48
[ 2.706900] device: 'ttySL49': device_add
[ 2.708027] PM: Adding info for No Bus:ttySL49
[ 2.709157] device: 'ttySL50': device_add
[ 2.710238] PM: Adding info for No Bus:ttySL50
[ 2.711358] device: 'ttySL51': device_add
[ 2.712474] PM: Adding info for No Bus:ttySL51
[ 2.713577] device: 'ttySL52': device_add
[ 2.714682] PM: Adding info for No Bus:ttySL52
[ 2.715818] device: 'ttySL53': device_add
[ 2.716920] PM: Adding info for No Bus:ttySL53
[ 2.718025] device: 'ttySL54': device_add
[ 2.719140] PM: Adding info for No Bus:ttySL54
[ 2.720245] device: 'ttySL55': device_add
[ 2.721318] PM: Adding info for No Bus:ttySL55
[ 2.722436] device: 'ttySL56': device_add
[ 2.723560] PM: Adding info for No Bus:ttySL56
[ 2.724662] device: 'ttySL57': device_add
[ 2.725769] PM: Adding info for No Bus:ttySL57
[ 2.726873] device: 'ttySL58': device_add
[ 2.728004] PM: Adding info for No Bus:ttySL58
[ 2.729107] device: 'ttySL59': device_add
[ 2.730201] PM: Adding info for No Bus:ttySL59
[ 2.731324] device: 'ttySL60': device_add
[ 2.732526] PM: Adding info for No Bus:ttySL60
[ 2.733674] device: 'ttySL61': device_add
[ 2.734781] PM: Adding info for No Bus:ttySL61
[ 2.735958] device: 'ttySL62': device_add
[ 2.737060] PM: Adding info for No Bus:ttySL62
[ 2.738183] device: 'ttySL63': device_add
[ 2.739304] PM: Adding info for No Bus:ttySL63
[ 2.740406] device: 'ttySL64': device_add
[ 2.741516] PM: Adding info for No Bus:ttySL64
[ 2.742619] device: 'ttySL65': device_add
[ 2.743731] PM: Adding info for No Bus:ttySL65
[ 2.744831] device: 'ttySL66': device_add
[ 2.745928] PM: Adding info for No Bus:ttySL66
[ 2.747054] device: 'ttySL67': device_add
[ 2.748155] PM: Adding info for No Bus:ttySL67
[ 2.749266] device: 'ttySL68': device_add
[ 2.750376] PM: Adding info for No Bus:ttySL68
[ 2.751503] device: 'ttySL69': device_add
[ 2.752626] PM: Adding info for No Bus:ttySL69
[ 2.753739] device: 'ttySL70': device_add
[ 2.754819] PM: Adding info for No Bus:ttySL70
[ 2.755948] device: 'ttySL71': device_add
[ 2.757047] PM: Adding info for No Bus:ttySL71
[ 2.758154] device: 'ttySL72': device_add
[ 2.759271] PM: Adding info for No Bus:ttySL72
[ 2.760377] device: 'ttySL73': device_add
[ 2.761492] PM: Adding info for No Bus:ttySL73
[ 2.762643] device: 'ttySL74': device_add
[ 2.763868] PM: Adding info for No Bus:ttySL74
[ 2.765024] device: 'ttySL75': device_add
[ 2.766112] PM: Adding info for No Bus:ttySL75
[ 2.767258] device: 'ttySL76': device_add
[ 2.768366] PM: Adding info for No Bus:ttySL76
[ 2.769476] device: 'ttySL77': device_add
[ 2.770580] PM: Adding info for No Bus:ttySL77
[ 2.771747] device: 'ttySL78': device_add
[ 2.772860] PM: Adding info for No Bus:ttySL78
[ 2.773972] device: 'ttySL79': device_add
[ 2.775109] PM: Adding info for No Bus:ttySL79
[ 2.776220] device: 'ttySL80': device_add
[ 2.777301] PM: Adding info for No Bus:ttySL80
[ 2.778402] device: 'ttySL81': device_add
[ 2.779522] PM: Adding info for No Bus:ttySL81
[ 2.780627] device: 'ttySL82': device_add
[ 2.781760] PM: Adding info for No Bus:ttySL82
[ 2.782864] device: 'ttySL83': device_add
[ 2.783988] PM: Adding info for No Bus:ttySL83
[ 2.785097] device: 'ttySL84': device_add
[ 2.786197] PM: Adding info for No Bus:ttySL84
[ 2.787324] device: 'ttySL85': device_add
[ 2.788406] PM: Adding info for No Bus:ttySL85
[ 2.789504] device: 'ttySL86': device_add
[ 2.790618] PM: Adding info for No Bus:ttySL86
[ 2.791757] device: 'ttySL87': device_add
[ 2.793027] PM: Adding info for No Bus:ttySL87
[ 2.794180] device: 'ttySL88': device_add
[ 2.795308] PM: Adding info for No Bus:ttySL88
[ 2.796437] device: 'ttySL89': device_add
[ 2.797559] PM: Adding info for No Bus:ttySL89
[ 2.798668] device: 'ttySL90': device_add
[ 2.799784] PM: Adding info for No Bus:ttySL90
[ 2.800880] device: 'ttySL91': device_add
[ 2.801996] PM: Adding info for No Bus:ttySL91
[ 2.803126] device: 'ttySL92': device_add
[ 2.804232] PM: Adding info for No Bus:ttySL92
[ 2.805343] device: 'ttySL93': device_add
[ 2.806436] PM: Adding info for No Bus:ttySL93
[ 2.807559] device: 'ttySL94': device_add
[ 2.808651] PM: Adding info for No Bus:ttySL94
[ 2.809781] device: 'ttySL95': device_add
[ 2.810878] PM: Adding info for No Bus:ttySL95
[ 2.812008] device: 'ttySL96': device_add
[ 2.813109] PM: Adding info for No Bus:ttySL96
[ 2.814216] device: 'ttySL97': device_add
[ 2.815337] PM: Adding info for No Bus:ttySL97
[ 2.816443] device: 'ttySL98': device_add
[ 2.817540] PM: Adding info for No Bus:ttySL98
[ 2.818645] device: 'ttySL99': device_add
[ 2.819774] PM: Adding info for No Bus:ttySL99
[ 2.820879] device: 'ttySL100': device_add
[ 2.821993] PM: Adding info for No Bus:ttySL100
[ 2.823351] device: 'ttySL101': device_add
[ 2.824488] PM: Adding info for No Bus:ttySL101
[ 2.825641] device: 'ttySL102': device_add
[ 2.826794] PM: Adding info for No Bus:ttySL102
[ 2.827953] device: 'ttySL103': device_add
[ 2.829076] PM: Adding info for No Bus:ttySL103
[ 2.830204] device: 'ttySL104': device_add
[ 2.831369] PM: Adding info for No Bus:ttySL104
[ 2.832504] device: 'ttySL105': device_add
[ 2.833729] PM: Adding info for No Bus:ttySL105
[ 2.834851] device: 'ttySL106': device_add
[ 2.836037] PM: Adding info for No Bus:ttySL106
[ 2.837268] device: 'ttySL107': device_add
[ 2.838311] PM: Adding info for No Bus:ttySL107
[ 2.839465] device: 'ttySL108': device_add
[ 2.840584] PM: Adding info for No Bus:ttySL108
[ 2.841717] device: 'ttySL109': device_add
[ 2.842834] PM: Adding info for No Bus:ttySL109
[ 2.843987] device: 'ttySL110': device_add
[ 2.845090] PM: Adding info for No Bus:ttySL110
[ 2.846212] device: 'ttySL111': device_add
[ 2.847379] PM: Adding info for No Bus:ttySL111
[ 2.848512] device: 'ttySL112': device_add
[ 2.849636] PM: Adding info for No Bus:ttySL112
[ 2.850801] device: 'ttySL113': device_add
[ 2.851954] PM: Adding info for No Bus:ttySL113
[ 2.853308] device: 'ttySL114': device_add
[ 2.854436] PM: Adding info for No Bus:ttySL114
[ 2.855588] device: 'ttySL115': device_add
[ 2.856697] PM: Adding info for No Bus:ttySL115
[ 2.857813] device: 'ttySL116': device_add
[ 2.858953] PM: Adding info for No Bus:ttySL116
[ 2.860078] device: 'ttySL117': device_add
[ 2.861264] PM: Adding info for No Bus:ttySL117
[ 2.862313] device: 'ttySL118': device_add
[ 2.863471] PM: Adding info for No Bus:ttySL118
[ 2.864599] device: 'ttySL119': device_add
[ 2.865730] PM: Adding info for No Bus:ttySL119
[ 2.866851] device: 'ttySL120': device_add
[ 2.867965] PM: Adding info for No Bus:ttySL120
[ 2.869086] device: 'ttySL121': device_add
[ 2.870199] PM: Adding info for No Bus:ttySL121
[ 2.871345] device: 'ttySL122': device_add
[ 2.872491] PM: Adding info for No Bus:ttySL122
[ 2.873614] device: 'ttySL123': device_add
[ 2.874765] PM: Adding info for No Bus:ttySL123
[ 2.875922] device: 'ttySL124': device_add
[ 2.877041] PM: Adding info for No Bus:ttySL124
[ 2.878169] device: 'ttySL125': device_add
[ 2.879284] PM: Adding info for No Bus:ttySL125
[ 2.880402] device: 'ttySL126': device_add
[ 2.881518] PM: Adding info for No Bus:ttySL126
[ 2.882863] device: 'ttySL127': device_add
[ 2.884020] PM: Adding info for No Bus:ttySL127
[ 2.885258] SyncLink serial driver $Revision: 4.38 $, tty major#247
[ 2.886691] device class 'virtio-ports': registering
[ 2.887977] bus: 'virtio': add driver virtio_console
[ 2.889443] device: 'rtc': device_add
[ 2.890477] PM: Adding info for No Bus:rtc
[ 2.891608] Real Time Clock Driver v1.12b
[ 2.892588] device: 'nvram': device_add
[ 2.893648] PM: Adding info for No Bus:nvram
[ 2.894734] Non-volatile memory driver v1.3
[ 2.895818] device class 'ppdev': registering
[ 2.896929] ppdev: user-space parallel port driver
[ 2.898090] Registering platform device 'pc8736x_gpio.0'. Parent at platform
[ 2.899783] device: 'pc8736x_gpio.0': device_add
[ 2.900910] bus: 'platform': add device pc8736x_gpio.0
[ 2.902232] PM: Adding info for platform:pc8736x_gpio.0
[ 2.903571] platform pc8736x_gpio.0: NatSemi pc8736x GPIO Driver Initializing
[ 2.905280] platform pc8736x_gpio.0: no device found
[ 2.906447] PM: Removing info for platform:pc8736x_gpio.0
[ 2.907927] bus: 'platform': remove device pc8736x_gpio.0
[ 2.909263] nsc_gpio initializing
[ 2.910106] telclk_interrupt = 0xf non-mcpbl0010 hw.
[ 2.911357] smapi::smapi_init, ERROR invalid usSmapiID
[ 2.912761] mwave: tp3780i::tp3780I_InitializeBoardData: Error: SMAPI is not available on this machine
[ 2.914944] mwave: mwavedd::mwave_init: Error: Failed to initialize board data
[ 2.916627] mwave: mwavedd::mwave_init: Error: Failed to initialize
[ 2.918106] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[ 2.920217] Hangcheck: Using getrawmonotonic().
[ 2.921285] bus: 'pci': add driver poulsbo
[ 2.923945] bus: 'platform': add driver floppy
[ 2.939985] FDC 0 is a S82078B
[ 2.942302] device: '1:0': device_add
[ 2.943514] PM: Adding info for No Bus:1:0
[ 2.944666] device: 'ram0': device_add
[ 2.945842] PM: Adding info for No Bus:ram0
[ 2.947237] device: '1:1': device_add
[ 2.948268] PM: Adding info for No Bus:1:1
[ 2.949341] device: 'ram1': device_add
[ 2.950445] PM: Adding info for No Bus:ram1
[ 2.951792] device: '1:2': device_add
[ 2.952832] PM: Adding info for No Bus:1:2
[ 2.953907] device: 'ram2': device_add
[ 2.955037] PM: Adding info for No Bus:ram2
[ 2.956342] device: '1:3': device_add
[ 2.957361] PM: Adding info for No Bus:1:3
[ 2.958429] device: 'ram3': device_add
[ 2.959574] PM: Adding info for No Bus:ram3
[ 2.960933] device: '1:4': device_add
[ 2.961977] PM: Adding info for No Bus:1:4
[ 2.963070] device: 'ram4': device_add
[ 2.964177] PM: Adding info for No Bus:ram4
[ 2.965508] device: '1:5': device_add
[ 2.966545] PM: Adding info for No Bus:1:5
[ 2.967641] device: 'ram5': device_add
[ 2.968754] PM: Adding info for No Bus:ram5
[ 2.970076] device: '1:6': device_add
[ 2.971123] PM: Adding info for No Bus:1:6
[ 2.972194] device: 'ram6': device_add
[ 2.973428] PM: Adding info for No Bus:ram6
[ 2.974756] device: '1:7': device_add
[ 2.975807] PM: Adding info for No Bus:1:7
[ 2.976905] device: 'ram7': device_add
[ 2.978015] PM: Adding info for No Bus:ram7
[ 2.979352] device: '1:8': device_add
[ 2.980383] PM: Adding info for No Bus:1:8
[ 2.981455] device: 'ram8': device_add
[ 2.982552] PM: Adding info for No Bus:ram8
[ 2.983915] device: '1:9': device_add
[ 2.984937] PM: Adding info for No Bus:1:9
[ 2.986006] device: 'ram9': device_add
[ 2.987138] PM: Adding info for No Bus:ram9
[ 2.988455] device: '1:10': device_add
[ 2.989500] PM: Adding info for No Bus:1:10
[ 2.990616] device: 'ram10': device_add
[ 2.991798] PM: Adding info for No Bus:ram10
[ 2.993262] device: '1:11': device_add
[ 2.994340] PM: Adding info for No Bus:1:11
[ 2.995520] device: 'ram11': device_add
[ 2.996686] PM: Adding info for No Bus:ram11
[ 2.998045] device: '1:12': device_add
[ 2.999116] PM: Adding info for No Bus:1:12
[ 3.000207] device: 'ram12': device_add
[ 3.001367] PM: Adding info for No Bus:ram12
[ 3.002692] device: '1:13': device_add
[ 3.003889] PM: Adding info for No Bus:1:13
[ 3.005011] device: 'ram13': device_add
[ 3.006161] PM: Adding info for No Bus:ram13
[ 3.007534] device: '1:14': device_add
[ 3.008557] PM: Adding info for No Bus:1:14
[ 3.009642] device: 'ram14': device_add
[ 3.010811] PM: Adding info for No Bus:ram14
[ 3.012182] device: '1:15': device_add
[ 3.013262] PM: Adding info for No Bus:1:15
[ 3.014300] device: 'ram15': device_add
[ 3.015467] PM: Adding info for No Bus:ram15
[ 3.016793] brd: module loaded
[ 3.017527] Compaq SMART2 Driver (v 2.6.0)
[ 3.018502] bus: 'pci': add driver cpqarray
[ 3.019697] bus: 'pci': remove driver cpqarray
[ 3.020797] driver: 'cpqarray': driver_release
[ 3.022189] device class 'pktcdvd': registering
[ 3.023430] device: 'pktcdvd': device_add
[ 3.024543] PM: Adding info for No Bus:pktcdvd
[ 3.025991] bus: 'pci': add driver nvme
[ 3.029263] nbd: registered device at major 43
[ 3.030267] device: '43:0': device_add
[ 3.031335] PM: Adding info for No Bus:43:0
[ 3.032431] device: 'nbd0': device_add
[ 3.033744] PM: Adding info for No Bus:nbd0
[ 3.035216] device: '43:1': device_add
[ 3.036289] PM: Adding info for No Bus:43:1
[ 3.037381] device: 'nbd1': device_add
[ 3.038488] PM: Adding info for No Bus:nbd1
[ 3.039949] device: '43:2': device_add
[ 3.040993] PM: Adding info for No Bus:43:2
[ 3.042129] device: 'nbd2': device_add
[ 3.043264] PM: Adding info for No Bus:nbd2
[ 3.044700] device: '43:3': device_add
[ 3.045750] PM: Adding info for No Bus:43:3
[ 3.046842] device: 'nbd3': device_add
[ 3.047990] PM: Adding info for No Bus:nbd3
[ 3.049435] device: '43:4': device_add
[ 3.050486] PM: Adding info for No Bus:43:4
[ 3.051604] device: 'nbd4': device_add
[ 3.052717] PM: Adding info for No Bus:nbd4
[ 3.054165] device: '43:5': device_add
[ 3.055238] PM: Adding info for No Bus:43:5
[ 3.056400] device: 'nbd5': device_add
[ 3.057513] PM: Adding info for No Bus:nbd5
[ 3.059042] device: '43:6': device_add
[ 3.060093] PM: Adding info for No Bus:43:6
[ 3.061261] device: 'nbd6': device_add
[ 3.062299] PM: Adding info for No Bus:nbd6
[ 3.063916] device: '43:7': device_add
[ 3.064961] PM: Adding info for No Bus:43:7
[ 3.066049] device: 'nbd7': device_add
[ 3.067172] PM: Adding info for No Bus:nbd7
[ 3.068613] device: '43:8': device_add
[ 3.069637] PM: Adding info for No Bus:43:8
[ 3.070752] device: 'nbd8': device_add
[ 3.071898] PM: Adding info for No Bus:nbd8
[ 3.073466] device: '43:9': device_add
[ 3.074552] PM: Adding info for No Bus:43:9
[ 3.075690] device: 'nbd9': device_add
[ 3.076817] PM: Adding info for No Bus:nbd9
[ 3.078241] device: '43:10': device_add
[ 3.079334] PM: Adding info for No Bus:43:10
[ 3.080453] device: 'nbd10': device_add
[ 3.081611] PM: Adding info for No Bus:nbd10
[ 3.083070] device: '43:11': device_add
[ 3.084157] PM: Adding info for No Bus:43:11
[ 3.085272] device: 'nbd11': device_add
[ 3.086412] PM: Adding info for No Bus:nbd11
[ 3.087905] device: '43:12': device_add
[ 3.088977] PM: Adding info for No Bus:43:12
[ 3.090090] device: 'nbd12': device_add
[ 3.091251] PM: Adding info for No Bus:nbd12
[ 3.092709] device: '43:13': device_add
[ 3.093907] PM: Adding info for No Bus:43:13
[ 3.095065] device: 'nbd13': device_add
[ 3.096211] PM: Adding info for No Bus:nbd13
[ 3.097738] device: '43:14': device_add
[ 3.098801] PM: Adding info for No Bus:43:14
[ 3.099970] device: 'nbd14': device_add
[ 3.101127] PM: Adding info for No Bus:nbd14
[ 3.102569] device: '43:15': device_add
[ 3.103661] PM: Adding info for No Bus:43:15
[ 3.104785] device: 'nbd15': device_add
[ 3.105906] PM: Adding info for No Bus:nbd15
[ 3.107369] bus: 'virtio': add driver virtio_blk
[ 3.108550] bus: 'pci': add driver sx8
[ 3.121782] drbd: initialized. Version: 8.3.13 (api:88/proto:86-96)
[ 3.123432] drbd: built-in
[ 3.124094] drbd: registered as block device major 147
[ 3.125296] drbd: minor_table @ 0x4cf56e40
[ 3.126259] mtip32xx Version 1.2.6os3
[ 3.127151] bus: 'pci': add driver mtip32xx
[ 3.128244] bus: 'spi': add driver ad_dpot
[ 3.129315] device class 'phantom': registering
[ 3.130482] bus: 'pci': add driver phantom
[ 3.131589] Phantom Linux Driver, version n0.9.8, init OK
[ 3.132871] bus: 'i2c': add driver bh1780
[ 3.133883] i2c-core: driver [bh1780] registered
[ 3.134998] bus: 'i2c': add driver apds990x
[ 3.136097] i2c-core: driver [apds990x] registered
[ 3.137260] bus: 'pci': add driver IOC4
[ 3.138255] bus: 'platform': add driver cs5535-mfgpt
[ 3.139539] bus: 'i2c': add driver apds9802als
[ 3.140720] i2c-core: driver [apds9802als] using legacy suspend method
[ 3.142260] i2c-core: driver [apds9802als] using legacy resume method
[ 3.143798] i2c-core: driver [apds9802als] registered
[ 3.144990] bus: 'i2c': add driver isl29020
[ 3.146049] i2c-core: driver [isl29020] registered
[ 3.147215] bus: 'i2c': add driver ds1682
[ 3.148240] i2c-core: driver [ds1682] registered
[ 3.149345] bus: 'spi': add driver dac7512
[ 3.150413] Silicon Labs C2 port support v. 0.51.0 - (C) 2007 Rodolfo Giometti
[ 3.152143] device class 'c2port': registering
[ 3.153330] bus: 'i2c': add driver at24
[ 3.154420] i2c-core: driver [at24] registered
[ 3.155512] bus: 'spi': add driver at25
[ 3.156504] bus: 'i2c': add driver eeprom
[ 3.157531] i2c-core: driver [eeprom] registered
[ 3.158633] bus: 'i2c': add driver max6875
[ 3.159733] i2c-core: driver [max6875] registered
[ 3.160866] bus: 'pci': add driver cb710
[ 3.161890] bus: 'platform': add driver kim
[ 3.162992] bus: 'i2c': add driver lis3lv02d_i2c
[ 3.164176] i2c-core: driver [lis3lv02d_i2c] registered
[ 3.165416] bus: 'platform': add driver pasic3
[ 3.166558] bus: 'platform': remove driver pasic3
[ 3.167750] driver: 'pasic3': driver_release
[ 3.168786] bus: 'platform': add driver pcf50633-adc
[ 3.170062] bus: 'pci': add driver lpc_sch
[ 3.171169] bus: 'pci': add driver RDC321x Southbridge
[ 3.172501] bus: 'pci': add driver vx855
[ 3.173537] bus: 'pci': add driver cs5535-mfd
[ 3.174671] bus: 'i2c': add driver pn544
[ 3.175721] i2c-core: driver [pn544] registered
[ 3.176835] device class 'raid_devices': registering
[ 3.178079] device class 'spi_transport': registering
[ 3.179344] device class 'spi_host': registering
[ 3.180483] device class 'fc_host': registering
[ 3.181627] device class 'fc_vports': registering
[ 3.182805] device class 'fc_remote_ports': registering
[ 3.184281] device class 'fc_transport': registering
[ 3.185530] Loading iSCSI transport class v2.0-870.
[ 3.186695] device class 'iscsi_transport': registering
[ 3.187991] device class 'iscsi_endpoint': registering
[ 3.189259] device class 'iscsi_iface': registering
[ 3.190442] device class 'iscsi_host': registering
[ 3.191649] device class 'iscsi_connection': registering
[ 3.192953] device class 'iscsi_session': registering
[ 3.194603] device class 'sas_host': registering
[ 3.195719] device class 'sas_phy': registering
[ 3.196840] device class 'sas_port': registering
[ 3.197975] device class 'sas_device': registering
[ 3.199172] device class 'sas_end_device': registering
[ 3.200424] device class 'sas_expander': registering
[ 3.202182] device class 'srp_host': registering
[ 3.203346] device class 'srp_remote_ports': registering
[ 3.204680] emc: device handler registered
[ 3.217582] bus: 'fcoe': registered
[ 3.218480] fnic: Cisco FCoE HBA Driver, ver 1.5.0.2
[ 3.221228] bus: 'pci': add driver fnic
[ 3.222322] device: 'tcp': device_add
[ 3.223338] PM: Adding info for No Bus:tcp
[ 3.224383] iscsi: registered transport (tcp)
[ 3.225451] bus: 'pci': add driver advansys
[ 3.226562] bus: 'pci': add driver arcmsr
[ 3.227634] bus: 'pci': add driver aic7xxx
[ 3.230293] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded
[ 3.232824] bus: 'pci': add driver aic94xx
[ 3.234079] scsi: <fdomain> Detection failed (no card)
[ 3.235294] bus: 'pci': add driver qla1280
[ 3.236893] qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 8.04.00.03-k.
[ 3.238837] bus: 'pci': add driver qla2xxx
[ 3.239912] bus: 'pci': add driver hpsa
[ 3.240955] bus: 'pci': add driver megaraid_legacy
[ 3.242236] megasas: 00.00.06.15-rc1 Mon. Mar. 19 17:00:00 PDT 2012
[ 3.243825] bus: 'pci': add driver megaraid_sas
[ 3.245032] mpt2sas version 13.100.00.00 loaded
[ 3.246192] device: 'mpt2ctl': device_add
[ 3.247303] PM: Adding info for No Bus:mpt2ctl
[ 3.248401] bus: 'pci': add driver mpt2sas
[ 3.249488] bus: 'pci': add driver ufshcd
[ 3.250540] bus: 'pci': add driver atp870u
[ 3.251609] bus: 'pci': add driver initio
[ 3.252664] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014.
[ 3.254401] bus: 'pci': add driver 3w-9xxx
[ 3.255488] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000.
[ 3.257327] bus: 'pci': add driver 3w-sas
[ 3.258373] RocketRAID 3xxx/4xxx Controller driver v1.6 (090910)
[ 3.259801] bus: 'pci': add driver hptiop
[ 3.261333] bus: 'pci': add driver mvsas
[ 3.262389] bus: 'pci': add driver mvumi
[ 3.263424] libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits.
[ 3.265258] libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0.
[ 3.266891] Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010)
[ 3.268266] device: 'cxgb3i': device_add
[ 3.269332] PM: Adding info for No Bus:cxgb3i
[ 3.270421] iscsi: registered transport (cxgb3i)
[ 3.271546] Chelsio T4 iSCSI Driver cxgb4i v0.9.1 (Aug. 2010)
[ 3.272931] device: 'cxgb4i': device_add
[ 3.274054] PM: Adding info for No Bus:cxgb4i
[ 3.275145] iscsi: registered transport (cxgb4i)
[ 3.276288] device: 'be2iscsi': device_add
[ 3.277379] PM: Adding info for No Bus:be2iscsi
[ 3.278501] iscsi: registered transport (be2iscsi)
[ 3.279643] bus: 'pci': add driver be2iscsi
[ 3.281661] bus: 'virtio': add driver virtio_scsi
[ 3.282873] st: Version 20101219, fixed bufsize 32768, s/g segs 256
[ 3.284352] device class 'scsi_tape': registering
[ 3.285538] bus: 'scsi': add driver st
[ 3.286566] bus: 'scsi': add driver sr
[ 3.287563] SCSI Media Changer driver v0.25
[ 3.288587] device class 'scsi_changer': registering
[ 3.289854] bus: 'scsi': add driver ch
[ 3.290827] bus: 'pci': add driver sata_qstor
[ 3.291983] bus: 'pci': add driver ata_piix
[ 3.293025] bus: 'pci': driver_probe_device: matched device 0000:00:01.1 with driver ata_piix
[ 3.295038] bus: 'pci': really_probe: probing driver ata_piix with device 0000:00:01.1
[ 3.296990] ata_piix 0000:00:01.1: version 2.13
[ 3.298510] ata_piix 0000:00:01.1: setting latency timer to 64
[ 3.300480] device: 'ata1': device_add
[ 3.301494] PM: Adding info for No Bus:ata1
[ 3.302547] device: 'ata1': device_add
[ 3.303771] PM: Adding info for No Bus:ata1
[ 3.304975] device: 'link1': device_add
[ 3.306030] PM: Adding info for No Bus:link1
[ 3.307065] device: 'link1': device_add
[ 3.308171] PM: Adding info for No Bus:link1
[ 3.309343] device: 'dev1.0': device_add
[ 3.310369] PM: Adding info for No Bus:dev1.0
[ 3.311422] device: 'dev1.0': device_add
[ 3.312545] PM: Adding info for No Bus:dev1.0
[ 3.313786] device: 'dev1.1': device_add
[ 3.314814] PM: Adding info for No Bus:dev1.1
[ 3.315868] device: 'dev1.1': device_add
[ 3.316985] PM: Adding info for No Bus:dev1.1
[ 3.318189] device: 'ata2': device_add
[ 3.319194] PM: Adding info for No Bus:ata2
[ 3.320217] device: 'ata2': device_add
[ 3.321330] PM: Adding info for No Bus:ata2
[ 3.322432] device: 'link2': device_add
[ 3.323430] PM: Adding info for No Bus:link2
[ 3.324453] device: 'link2': device_add
[ 3.325576] PM: Adding info for No Bus:link2
[ 3.326707] device: 'dev2.0': device_add
[ 3.327763] PM: Adding info for No Bus:dev2.0
[ 3.328821] device: 'dev2.0': device_add
[ 3.329974] PM: Adding info for No Bus:dev2.0
[ 3.331185] device: 'dev2.1': device_add
[ 3.332229] PM: Adding info for No Bus:dev2.1
[ 3.333303] device: 'dev2.1': device_add
[ 3.334503] PM: Adding info for No Bus:dev2.1
[ 3.335990] scsi0 : ata_piix
[ 3.338310] device: 'host0': device_add
[ 3.339268] bus: 'scsi': add device host0
[ 3.340318] PM: Adding info for scsi:host0
[ 3.341430] device: 'host0': device_add
[ 3.342692] PM: Adding info for No Bus:host0
[ 3.344007] scsi1 : ata_piix
[ 3.344735] device: 'host1': device_add
[ 3.345704] bus: 'scsi': add device host1
[ 3.346791] PM: Adding info for scsi:host1
[ 3.347831] device: 'host1': device_add
[ 3.349069] PM: Adding info for No Bus:host1
[ 3.350175] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14
[ 3.351781] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15
[ 3.354071] driver: '0000:00:01.1': driver_bound: bound to device 'ata_piix'
[ 3.356154] bus: 'pci': really_probe: bound device 0000:00:01.1 to driver ata_piix
[ 3.358031] bus: 'pci': add driver sata_mv
[ 3.359135] bus: 'platform': add driver sata_mv
[ 3.360330] bus: 'pci': add driver sata_nv
[ 3.361433] bus: 'pci': add driver sata_sil
[ 3.362546] bus: 'pci': add driver sata_svw
[ 3.363665] bus: 'pci': add driver sata_via
[ 3.364838] bus: 'pci': add driver pata_ali
[ 3.366003] bus: 'pci': add driver pata_artop
[ 3.367142] bus: 'pci': add driver pata_atp867x
[ 3.368338] bus: 'pci': add driver pata_cmd64x
[ 3.369518] bus: 'pci': add driver pata_cs5530
[ 3.370668] bus: 'pci': add driver pata_cs5535
[ 3.371850] bus: 'pci': add driver pata_cypress
[ 3.373032] bus: 'pci': add driver pata_hpt37x
[ 3.374229] bus: 'pci': add driver pata_hpt3x2n
[ 3.375407] bus: 'pci': add driver pata_it8213
[ 3.376558] bus: 'pci': add driver pata_it821x
[ 3.377787] bus: 'pci': add driver pata_jmicron
[ 3.378982] bus: 'pci': add driver pata_marvell
[ 3.380185] bus: 'pci': add driver pata_ninja32
[ 3.381381] bus: 'pci': add driver pata_oldpiix
[ 3.382552] bus: 'pci': add driver pata_pdc2027x
[ 3.383772] bus: 'pci': add driver pata_pdc202xx_old
[ 3.385055] bus: 'pci': add driver pata_rdc
[ 3.386188] bus: 'pci': add driver pata_sc1200
[ 3.387348] bus: 'pci': add driver pata_serverworks
[ 3.388598] bus: 'pci': add driver pata_sil680
[ 3.389803] bus: 'pci': add driver pata_piccolo
[ 3.390987] bus: 'pci': add driver pata_cmd640
[ 3.392162] bus: 'pci': add driver pata_ns87410
[ 3.393456] bus: 'platform': add driver pata_platform
[ 3.394765] bus: 'pci': add driver pata_rz1000
[ 3.395937] bus: 'pci': add driver ata_generic
[ 3.401547] Rounding down aligned max_sectors from 4294967295 to 8388600
[ 3.410216] device class 'mtd': registering
[ 3.411329] device: 'mtd-unmap': device_add
[ 3.412472] PM: Adding info for No Bus:mtd-unmap
[ 3.413767] device: 'mtd-romap': device_add
[ 3.414899] PM: Adding info for No Bus:mtd-romap
[ 3.416126] device: 'mtd-rwmap': device_add
[ 3.417292] PM: Adding info for No Bus:mtd-rwmap
[ 3.418632] SSFDC read-only Flash Translation layer
[ 3.419821] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 3.421550] bus: 'platform': add driver of-flash
[ 3.422804] Could not find PAR responsible for SC520CDP Flash Bank #0
[ 3.424394] Trying default address 0x8400000
[ 3.425427] Could not find PAR responsible for SC520CDP Flash Bank #1
[ 3.426942] Trying default address 0x8c00000
[ 3.427963] SC520 CDP flash device: 0x800000 at 0x8400000
[ 3.429250] Failed to ioremap_nocache
[ 3.430125] NetSc520 flash device: 0x100000 at 0x200000
[ 3.431357] Failed to ioremap_nocache
[ 3.432233] Failed to ioremap_nocache
[ 3.433111] bus: 'pci': add driver MTD PCI
[ 3.434199] Generic platform RAM MTD, (c) 2004 Simtec Electronics
[ 3.435634] bus: 'platform': add driver mtd-ram
[ 3.436795] bus: 'platform': add driver docg3
[ 3.437929] bus: 'platform': remove driver docg3
[ 3.439071] driver: 'docg3': driver_release
[ 3.440086] Ramix PMC551 PCI Mezzanine Ram Driver. (C) 1999,2000 Nortel Networks.
[ 3.441878] pmc551: not detected
[ 3.442653] bus: 'spi': add driver sst25l
[ 3.443693] bus: 'pci': add driver denali-nand
[ 3.484623] No valid DiskOnChip devices found
[ 3.485713] bus: 'platform': add driver docg4
[ 3.486837] bus: 'platform': remove driver docg4
[ 3.487975] driver: 'docg4': driver_release
[ 3.489013] bus: 'platform': add driver gen_nand
[ 3.490206] bus: 'platform': add driver onenand-flash
[ 3.514004] ata2.01: NODEV after polling detection
[ 3.515623] ata2.00: ATAPI: QEMU DVD-ROM, 0.12.5, max UDMA/100
[ 3.517794] ata2.00: configured for MWDMA2
[ 3.538718] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 0.12 PQ: 0 ANSI: 5
[ 3.540663] device: 'target1:0:0': device_add
[ 3.541803] bus: 'scsi': add device target1:0:0
[ 3.542994] PM: Adding info for scsi:target1:0:0
[ 3.544310] device: '1:0:0:0': device_add
[ 3.545465] bus: 'scsi': add device 1:0:0:0
[ 3.546592] PM: Adding info for scsi:1:0:0:0
[ 3.547685] bus: 'scsi': driver_probe_device: matched device 1:0:0:0 with driver st
[ 3.549498] bus: 'scsi': really_probe: probing driver st with device 1:0:0:0
[ 3.550927] onenand_wait: timeout! ctrl=0x0000 intr=0x0000
[ 3.550929] OneNAND Manufacturer: Samsung (0xec)
[ 3.550931] OneNAND 16MB 1.8V 16-bit (0x04)
[ 3.550932] OneNAND version = 0x001e
[ 3.550933] Lock scheme is Continuous Lock
[ 3.550995] Scanning device for bad blocks
[ 3.552421] Creating 1 MTD partitions on "OneNAND simulator":
[ 3.552490] 0x000000000000-0x000001000000 : "OneNAND simulator partition"
[ 3.553213] device: 'mtd0': device_add
[ 3.553515] PM: Adding info for No Bus:mtd0
[ 3.553607] device: 'mtd0ro': device_add
[ 3.553765] PM: Adding info for No Bus:mtd0ro
[ 3.554214] device: '31:0': device_add
[ 3.554375] PM: Adding info for No Bus:31:0
[ 3.554509] device: 'mtdblock0': device_add
[ 3.554773] PM: Adding info for No Bus:mtdblock0
[ 3.555286] device class 'ubi': registering
[ 3.555364] device: 'ubi_ctrl': device_add
[ 3.555508] PM: Adding info for No Bus:ubi_ctrl
[ 3.556120] bus: 'platform': add driver spi_altera
[ 3.556206] bus: 'pci': add driver dw_spi_pci
[ 3.556325] bus: 'platform': add driver spi_oc_tiny
[ 3.556418] bus: 'pci': add driver ce4100_spi
[ 3.556529] bus: 'platform': add driver pch-spi
[ 3.556623] bus: 'pci': add driver pch_spi
[ 3.556730] bonding: Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[ 3.557439] device: 'bond0': device_add
[ 3.558164] PM: Adding info for No Bus:bond0
[ 3.561358] device: 'dummy0': device_add
[ 3.561831] PM: Adding info for No Bus:dummy0
[ 3.562196] eql: Equalizer2002: Simon Janes (simon@ncm.com) and David S. Miller (davem@redhat.com)
[ 3.562239] device: 'eql': device_add
[ 3.562705] PM: Adding info for No Bus:eql
[ 3.564095] bus: 'mdio_bus': add driver Davicom DM9161E
[ 3.564169] bus: 'mdio_bus': add driver Davicom DM9161A
[ 3.564267] bus: 'mdio_bus': add driver Davicom DM9131
[ 3.564333] bus: 'mdio_bus': add driver LXT970
[ 3.564396] bus: 'mdio_bus': add driver LXT971
[ 3.564477] bus: 'mdio_bus': add driver LXT973
[ 3.564565] bus: 'mdio_bus': add driver SMSC LAN83C185
[ 3.564630] bus: 'mdio_bus': add driver SMSC LAN8187
[ 3.564706] bus: 'mdio_bus': add driver SMSC LAN8700
[ 3.564790] bus: 'mdio_bus': add driver SMSC LAN911x Internal PHY
[ 3.564855] bus: 'mdio_bus': add driver SMSC LAN8710/LAN8720
[ 3.564918] bus: 'mdio_bus': add driver Vitesse VSC8244
[ 3.564980] bus: 'mdio_bus': add driver Vitesse VSC8221
[ 3.565084] bus: 'mdio_bus': add driver RTL821x Gigabit Ethernet
[ 3.565150] bus: 'mdio_bus': add driver ET1011C
[ 3.565247] Registering platform device 'Fixed MDIO bus.0'. Parent at platform
[ 3.565253] device: 'Fixed MDIO bus.0': device_add
[ 3.565276] bus: 'platform': add device Fixed MDIO bus.0
[ 3.565381] PM: Adding info for platform:Fixed MDIO bus.0
[ 3.565518] device: 'fixed-0': device_add
[ 3.565678] PM: Adding info for No Bus:fixed-0
[ 3.565846] Fixed MDIO Bus: probed
[ 3.565851] bus: 'platform': add driver mdio-ofgpio
[ 3.565929] bus: 'platform': add driver mdio-gpio
[ 3.566025] bus: 'mdio_bus': add driver NatSemi DP83865
[ 3.566111] bus: 'mdio_bus': add driver AM79C874
[ 3.566296] tun: Universal TUN/TAP device driver, 1.6
[ 3.566297] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 3.566320] device: 'tun': device_add
[ 3.566464] PM: Adding info for No Bus:tun
[ 3.566510] bus: 'virtio': add driver virtio_net
[ 3.566579] bus: 'platform': add driver cfspi_sspi
[ 3.566717] vcan: Virtual CAN interface driver
[ 3.566724] bus: 'pci': add driver ne2k-pci
[ 3.566859] bus: 'pci': add driver acenic
[ 3.566985] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
[ 3.566991] bus: 'pci': add driver pcnet32
[ 3.567102] bus: 'pci': add driver atl1
[ 3.567190] bus: 'pci': add driver ATL1E
[ 3.567276] bus: 'platform': add driver calxedaxgmac
[ 3.567373] bus: 'pci': add driver cxgb3
[ 3.567786] bus: 'pci': add driver cxgb4
[ 3.567923] bus: 'platform': add driver dnet
[ 3.567999] bus: 'pci': add driver hp100
[ 3.568085] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 3.568086] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 3.568090] bus: 'pci': add driver e1000
[ 3.568126] bus: 'pci': driver_probe_device: matched device 0000:00:03.0 with driver e1000
[ 3.568129] bus: 'pci': really_probe: probing driver e1000 with device 0000:00:03.0
[ 3.568284] querying PCI -> IRQ mapping bus:0, slot:3, pin:0.
[ 3.568323] IOAPIC[0]: Set routing entry (2-11 -> 0x41 -> IRQ 35 Mode:1 Active:0 Dest:3)
[ 3.568363] e1000 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 35
[ 3.568456] e1000 0000:00:03.0: setting latency timer to 64
[ 3.653917] st: probe of 1:0:0:0 rejects match -19
[ 3.655135] bus: 'scsi': driver_probe_device: matched device 1:0:0:0 with driver sr
[ 3.657023] bus: 'scsi': really_probe: probing driver sr with device 1:0:0:0
[ 3.660432] sr0: scsi3-mmc drive: 4x/4x xa/form2 tray
[ 3.661753] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.663222] device: '11:0': device_add
[ 3.664376] PM: Adding info for No Bus:11:0
[ 3.665614] device: 'sr0': device_add
[ 3.667095] PM: Adding info for No Bus:sr0
[ 3.669233] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 3.670407] driver: '1:0:0:0': driver_bound: bound to device 'sr'
[ 3.671901] bus: 'scsi': really_probe: bound device 1:0:0:0 to driver sr
[ 3.673584] device: '1:0:0:0': device_add
[ 3.674812] PM: Adding info for No Bus:1:0:0:0
[ 3.676173] device: '1:0:0:0': device_add
[ 3.677924] PM: Adding info for No Bus:1:0:0:0
[ 3.933417] device: 'eth0': device_add
[ 3.935075] PM: Adding info for No Bus:eth0
[ 3.936551] e1000 0000:00:03.0: eth0: (PCI:33MHz:32-bit) 52:54:00:12:34:56
[ 3.938176] e1000 0000:00:03.0: eth0: Intel(R) PRO/1000 Network Connection
[ 3.939816] driver: '0000:00:03.0': driver_bound: bound to device 'e1000'
[ 3.941402] bus: 'pci': really_probe: bound device 0000:00:03.0 to driver e1000
[ 3.943227] igb: Intel(R) Gigabit Ethernet Network Driver - version 3.4.7-k
[ 3.944865] igb: Copyright (c) 2007-2012 Intel Corporation.
[ 3.946162] bus: 'pci': add driver igb
[ 3.947167] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 3.9.15-k
[ 3.948977] ixgbe: Copyright (c) 1999-2012 Intel Corporation.
[ 3.950325] bus: 'pci': add driver ixgbe
[ 3.951370] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 2.6.0-k
[ 3.953529] ixgbevf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 3.954978] bus: 'pci': add driver ixgbevf
[ 3.956073] ixgb: Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI
[ 3.957748] ixgb: Copyright (c) 1999-2008 Intel Corporation.
[ 3.959100] bus: 'pci': add driver ixgb
[ 3.960588] bus: 'pci': add driver mlx4_core
[ 3.961670] bus: 'pci': add driver natsemi
[ 3.962755] bus: 'pci': add driver forcedeth
[ 3.964016] bus: 'pci': add driver qlge
[ 3.965049] bus: 'pci': add driver sis900
[ 3.966105] Solarflare NET driver v3.1
[ 3.967350] bus: 'pci': add driver sfc
[ 3.968312] airo(): Probing for PCI adapters
[ 3.969351] bus: 'pci': add driver airo
[ 3.970355] airo(): Finished probing for PCI adapters
[ 3.971595] bus: 'pci': add driver hostap_plx
[ 3.972738] VMware vmxnet3 virtual NIC driver - version 1.1.29.0-k-NAPI
[ 3.974292] bus: 'pci': add driver vmxnet3
[ 3.975396] I2O subsystem v1.325
[ 3.976177] i2o: max drivers = 8
[ 3.977079] bus: 'i2o': registered
[ 3.978280] bus: 'i2o': add driver exec-osm
[ 3.979306] bus: 'pci': add driver PCI_I2O
[ 3.980385] I2O SCSI Peripheral OSM v1.316
[ 3.981362] bus: 'i2o': add driver scsi-osm
[ 3.982440] I2O ProcFS OSM v1.316
[ 3.983267] bus: 'i2o': add driver proc-osm
[ 3.984371] Fusion MPT base driver 3.04.20
[ 3.985354] Copyright (c) 1999-2008 LSI Corporation
[ 3.986559] Fusion MPT SAS Host driver 3.04.20
[ 3.987666] bus: 'pci': add driver mptsas
[ 3.989247] bus: 'firewire': registered
[ 3.990174] bus: 'pci': add driver firewire_ohci
[ 3.991405] bus: 'firewire': add driver firewire_sbp2
[ 3.992679] bus: 'pci': add driver yenta_cardbus
[ 3.994057] device class 'aoe': registering
[ 3.995198] device: 'err': device_add
[ 3.996250] PM: Adding info for No Bus:err
[ 3.997310] device: 'discover': device_add
[ 3.998429] PM: Adding info for No Bus:discover
[ 3.999580] device: 'interfaces': device_add
[ 4.000763] PM: Adding info for No Bus:interfaces
[ 4.001958] device: 'revalidate': device_add
[ 4.003147] PM: Adding info for No Bus:revalidate
[ 4.004318] device: 'flush': device_add
[ 4.005341] PM: Adding info for No Bus:flush
[ 4.006944] aoe: AoE v47 initialised.
[ 4.008105] Registering platform device 'i8042'. Parent at platform
[ 4.009598] device: 'i8042': device_add
[ 4.010545] bus: 'platform': add device i8042
[ 4.011718] PM: Adding info for platform:i8042
[ 4.012849] bus: 'platform': add driver i8042
[ 4.013917] bus: 'platform': driver_probe_device: matched device i8042 with driver i8042
[ 4.015820] bus: 'platform': really_probe: probing driver i8042 with device i8042
[ 4.019121] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 4.020439] device: 'serio0': device_add
[ 4.021509] bus: 'serio': add device serio0
[ 4.022632] PM: Adding info for serio:serio0
[ 4.023803] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 4.025090] device: 'serio1': device_add
[ 4.026171] bus: 'serio': add device serio1
[ 4.027318] PM: Adding info for serio:serio1
[ 4.028390] driver: 'i8042': driver_bound: bound to device 'i8042'
[ 4.029871] bus: 'platform': really_probe: bound device i8042 to driver i8042
[ 4.031576] bus: 'pci': add driver pcips2
[ 4.032629] bus: 'serio': add driver ps2mult
[ 4.033841] bus: 'pci': add driver Emu10k1_gameport
[ 4.035216] bus: 'serio': add driver atkbd
[ 4.036299] bus: 'serio': driver_probe_device: matched device serio0 with driver atkbd
[ 4.038187] bus: 'serio': really_probe: probing driver atkbd with device serio0
[ 4.040666] device: 'input0': device_add
[ 4.042041] PM: Adding info for No Bus:input0
[ 4.043197] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 4.045255] bus: 'platform': add driver 88pm860x-onkey
[ 4.046571] apanel: Fujitsu BIOS signature 'FJKEYINF' not found...
[ 4.048040] bus: 'i2c': add driver bma150
[ 4.049108] i2c-core: driver [bma150] registered
[ 4.050230] bus: 'i2c': add driver gp2ap002a00f
[ 4.051371] i2c-core: driver [gp2ap002a00f] registered
[ 4.052591] bus: 'i2c': add driver pcf8574_keypad
[ 4.053884] device: 'event0': device_add
[ 4.055025] PM: Adding info for No Bus:event0
[ 4.056147] evbug: Connected device: input0 (AT Translated Set 2 keyboard at isa0060/serio0/input0)
[ 4.058277] driver: 'serio0': driver_bound: bound to device 'atkbd'
[ 4.059753] bus: 'serio': really_probe: bound device serio0 to driver atkbd
[ 4.061492] i2c-core: driver [pcf8574_keypad] registered
[ 4.062785] wistron_btns: System unknown
[ 4.063722] bus: 'i2c': add driver smbus_alert
[ 4.064882] i2c-core: driver [smbus_alert] registered
[ 4.066110] bus: 'pci': add driver ali1535_smbus
[ 4.067334] bus: 'pci': add driver ali1563_smbus
[ 4.068534] bus: 'pci': add driver ali15x3_smbus
[ 4.069658] bus: 'serio': driver_probe_device: matched device serio1 with driver atkbd
[ 4.071509] bus: 'serio': really_probe: probing driver atkbd with device serio1
[ 4.073571] atkbd: probe of serio1 rejects match -19
[ 4.074902] bus: 'pci': add driver amd756_smbus
[ 4.076084] bus: 'platform': add driver isch_smbus
[ 4.077343] bus: 'pci': add driver nForce2_smbus
[ 4.078570] bus: 'pci': add driver sis5595_smbus
[ 4.079784] bus: 'pci': add driver sis96x_smbus
[ 4.080953] bus: 'pci': add driver vt586b_smbus
[ 4.082172] bus: 'pci': add driver vt596_smbus
[ 4.083381] bus: 'pci': add driver i2c-designware-pci
[ 4.084751] bus: 'platform': add driver i2c-pca-platform
[ 4.086142] bus: 'pci': add driver ce4100_i2c
[ 4.087302] bus: 'platform': add driver simtec-i2c
[ 4.088546] i2c-parport-light: adapter type unspecified
[ 4.089816] bus: 'serio': add driver taos-evm
[ 4.090969] bus: 'platform': add driver i2c-mux-gpio
[ 4.092229] bus: 'i2c': add driver pca9541
[ 4.093308] i2c-core: driver [pca9541] registered
[ 4.094577] device class 'rc': registering
[ 4.095629] device class 'lirc': registering
[ 4.096715] lirc_dev: IR Remote Control driver registered, major 241
[ 4.098267] IR NEC protocol handler initialized
[ 4.099343] IR RC5(x) protocol handler initialized
[ 4.100469] IR RC6 protocol handler initialized
[ 4.101554] IR JVC protocol handler initialized
[ 4.102625] IR Sony protocol handler initialized
[ 4.103721] IR RC5 (streamzap) protocol handler initialized
[ 4.105025] IR SANYO protocol handler initialized
[ 4.106145] IR MCE Keyboard/mouse protocol handler initialized
[ 4.107510] IR LIRC bridge handler initialized
[ 4.108741] device: 'pps0': device_add
[ 4.109873] PM: Adding info for No Bus:pps0
[ 4.110943] pps_core: source ktimer got cdev (254:0)
[ 4.112125] pps pps0: new PPS source ktimer
[ 4.113115] pps pps0: ktimer PPS source registered
[ 4.114350] pps_ldisc: PPS line discipline registered
[ 4.115538] Driver for 1-wire Dallas network protocol.
[ 4.116902] bus: 'w1': registered
[ 4.117729] bus: 'w1': add driver w1_master_driver
[ 4.118953] bus: 'w1': add driver w1_slave_driver
[ 4.120151] bus: 'pci': add driver matrox_w1
[ 4.121285] bus: 'i2c': add driver ds2482
[ 4.122311] i2c-core: driver [ds2482] registered
[ 4.123450] bus: 'platform': add driver wm831x-backup
[ 4.124762] bus: 'platform': add driver wm8350-power
[ 4.126080] device: 'test_ac': device_add
[ 4.127204] PM: Adding info for No Bus:test_ac
[ 4.128289] power_supply test_ac: uevent
[ 4.129241] power_supply test_ac: POWER_SUPPLY_NAME=test_ac
[ 4.130576] power_supply test_ac: prop ONLINE=1
[ 4.131714] power_supply test_ac: power_supply_changed
[ 4.132961] power_supply test_ac: power_supply_changed_work
[ 4.134325] power_supply test_ac: uevent
[ 4.135264] power_supply test_ac: POWER_SUPPLY_NAME=test_ac
[ 4.136581] power_supply test_ac: prop ONLINE=1
[ 4.137724] device: 'test_battery': device_add
[ 4.139036] PM: Adding info for No Bus:test_battery
[ 4.140219] power_supply test_battery: uevent
[ 4.141270] power_supply test_battery: POWER_SUPPLY_NAME=test_battery
[ 4.142814] power_supply test_battery: prop STATUS=Discharging
[ 4.144263] power_supply test_battery: prop CHARGE_TYPE=Fast
[ 4.145622] power_supply test_battery: prop HEALTH=Good
[ 4.146879] power_supply test_battery: prop PRESENT=1
[ 4.148083] power_supply test_battery: prop TECHNOLOGY=Li-ion
[ 4.149457] power_supply test_battery: prop CHARGE_FULL_DESIGN=100
[ 4.150922] power_supply test_battery: prop CHARGE_FULL=100
[ 4.152241] power_supply test_battery: prop CHARGE_NOW=50
[ 4.153534] power_supply test_battery: prop CAPACITY=50
[ 4.154799] power_supply test_battery: prop CAPACITY_LEVEL=Normal
[ 4.156230] power_supply test_battery: prop TIME_TO_EMPTY_AVG=3600
[ 4.157709] power_supply test_battery: prop TIME_TO_FULL_NOW=3600
[ 4.159143] power_supply test_battery: prop MODEL_NAME=Test battery
[ 4.160620] power_supply test_battery: prop MANUFACTURER=Linux
[ 4.162022] power_supply test_battery: prop SERIAL_NUMBER=3.5.0-rc3
[ 4.163509] power_supply test_battery: power_supply_changed
[ 4.164838] power_supply test_battery: power_supply_changed_work
[ 4.166281] power_supply test_battery: uevent
[ 4.167315] power_supply test_battery: POWER_SUPPLY_NAME=test_battery
[ 4.168850] power_supply test_battery: prop STATUS=Discharging
[ 4.170259] power_supply test_battery: prop CHARGE_TYPE=Fast
[ 4.171600] power_supply test_battery: prop HEALTH=Good
[ 4.172849] power_supply test_battery: prop PRESENT=1
[ 4.174140] bus: 'platform': add driver ds2780-battery
[ 4.175442] bus: 'platform': add driver olpc-battery
[ 4.176705] bus: 'i2c': add driver sbs-battery
[ 4.177849] i2c-core: driver [sbs-battery] using legacy suspend method
[ 4.179382] i2c-core: driver [sbs-battery] registered
[ 4.180585] bus: 'platform': add driver da903x-battery
[ 4.181836] power_supply test_battery: prop TECHNOLOGY=Li-ion
[ 4.183197] power_supply test_battery: prop CHARGE_FULL_DESIGN=100
[ 4.184653] power_supply test_battery: prop CHARGE_FULL=100
[ 4.185999] power_supply test_battery: prop CHARGE_NOW=50
[ 4.187277] power_supply test_battery: prop CAPACITY=50
[ 4.188513] power_supply test_battery: prop CAPACITY_LEVEL=Normal
[ 4.190071] bus: 'i2c': add driver max17040
[ 4.191148] i2c-core: driver [max17040] using legacy suspend method
[ 4.192619] i2c-core: driver [max17040] using legacy resume method
[ 4.194090] i2c-core: driver [max17040] registered
[ 4.195234] bus: 'platform': add driver gpio-charger
[ 4.196482] bus: 'i2c': add driver smb347
[ 4.197473] power_supply test_battery: prop TIME_TO_EMPTY_AVG=3600
[ 4.198941] power_supply test_battery: prop TIME_TO_FULL_NOW=3600
[ 4.200382] power_supply test_battery: prop MODEL_NAME=Test battery
[ 4.201884] power_supply test_battery: prop MANUFACTURER=Linux
[ 4.203014] i2c-core: driver [smb347] registered
[ 4.203022] bus: 'i2c': add driver asb100
[ 4.203115] i2c-core: driver [asb100] registered
[ 4.203127] bus: 'i2c': add driver ad7418
[ 4.203191] i2c-core: driver [ad7418] registered
[ 4.203197] bus: 'spi': add driver adcxx
[ 4.203263] bus: 'i2c': add driver adm1025
[ 4.203345] i2c-core: driver [adm1025] registered
[ 4.203355] bus: 'i2c': add driver adm1026
[ 4.203506] i2c-core: driver [adm1026] registered
[ 4.203520] bus: 'i2c': add driver adm1029
[ 4.203623] i2c-core: driver [adm1029] registered
[ 4.203629] bus: 'i2c': add driver adm1031
[ 4.203693] i2c-core: driver [adm1031] registered
[ 4.203708] bus: 'i2c': add driver adm9240
[ 4.203840] i2c-core: driver [adm9240] registered
[ 4.203847] bus: 'i2c': add driver ads1015
[ 4.203911] i2c-core: driver [ads1015] registered
[ 4.203916] bus: 'spi': add driver ads7871
[ 4.203980] bus: 'i2c': add driver adt7462
[ 4.204042] i2c-core: driver [adt7462] registered
[ 4.204054] bus: 'i2c': add driver adt7470
[ 4.204137] i2c-core: driver [adt7470] registered
[ 4.204152] bus: 'i2c': add driver emc6w201
[ 4.204215] i2c-core: driver [emc6w201] registered
[ 4.204653] bus: 'i2c': add driver g760a
[ 4.204720] i2c-core: driver [g760a] registered
[ 4.204725] bus: 'i2c': add driver gl518sm
[ 4.204786] i2c-core: driver [gl518sm] registered
[ 4.204794] bus: 'platform': add driver gpio-fan
[ 4.205034] bus: 'pci': add driver k8temp
[ 4.205129] bus: 'i2c': add driver lm73
[ 4.205233] i2c-core: driver [lm73] registered
[ 4.205250] bus: 'i2c': add driver lm75
[ 4.205336] i2c-core: driver [lm75] registered
[ 4.205342] bus: 'i2c': add driver lm77
[ 4.205405] i2c-core: driver [lm77] registered
[ 4.205411] bus: 'i2c': add driver lm83
[ 4.205473] i2c-core: driver [lm83] registered
[ 4.205478] bus: 'i2c': add driver lm85
[ 4.205539] i2c-core: driver [lm85] registered
[ 4.205550] bus: 'i2c': add driver ltc4215
[ 4.205645] i2c-core: driver [ltc4215] registered
[ 4.205651] bus: 'i2c': add driver ltc4245
[ 4.205713] i2c-core: driver [ltc4245] registered
[ 4.205724] bus: 'i2c': add driver max1619
[ 4.205785] i2c-core: driver [max1619] registered
[ 4.205791] bus: 'i2c': add driver max6639
[ 4.205872] i2c-core: driver [max6639] registered
[ 4.205878] bus: 'i2c': add driver max6642
[ 4.205940] i2c-core: driver [max6642] registered
[ 4.205945] bus: 'i2c': add driver max6650
[ 4.206006] i2c-core: driver [max6650] registered
[ 4.206013] bus: 'platform': add driver ntc-thermistor
[ 4.206108] bus: 'i2c': add driver pcf8591
[ 4.206210] i2c-core: driver [pcf8591] registered
[ 4.206329] bus: 'platform': add driver sch5636
[ 4.206433] bus: 'i2c': add driver sht21
[ 4.206497] i2c-core: driver [sht21] registered
[ 4.206560] bus: 'i2c': add driver thmc50
[ 4.206639] i2c-core: driver [thmc50] registered
[ 4.206645] bus: 'i2c': add driver tmp421
[ 4.206731] i2c-core: driver [tmp421] registered
[ 4.207042] bus: 'i2c': add driver w83l785ts
[ 4.207114] i2c-core: driver [w83l785ts] registered
[ 4.207119] bus: 'i2c': add driver w83l786ng
[ 4.207181] i2c-core: driver [w83l786ng] registered
[ 4.207189] bus: 'platform': add driver wm831x-hwmon
[ 4.207262] bus: 'platform': add driver wm8350-hwmon
[ 4.207367] advantechwdt: WDT driver for Advantech single board computer initialising
[ 4.207372] bus: 'platform': add driver advantechwdt
[ 4.207458] Registering platform device 'advantechwdt'. Parent at platform
[ 4.207464] device: 'advantechwdt': device_add
[ 4.207486] bus: 'platform': add device advantechwdt
[ 4.207602] PM: Adding info for platform:advantechwdt
[ 4.207683] bus: 'platform': driver_probe_device: matched device advantechwdt with driver advantechwdt
[ 4.207686] bus: 'platform': really_probe: probing driver advantechwdt with device advantechwdt
[ 4.207761] device: 'watchdog': device_add
[ 4.207926] PM: Adding info for No Bus:watchdog
[ 4.207990] advantechwdt: initialized. timeout=60 sec (nowayout=1)
[ 4.207992] driver: 'advantechwdt': driver_bound: bound to device 'advantechwdt'
[ 4.207996] bus: 'platform': really_probe: bound device advantechwdt to driver advantechwdt
[ 4.208037] alim7101_wdt: Steve Hill <steve@navaho.co.uk>
[ 4.208052] alim7101_wdt: ALi M7101 PMU not present - WDT not set
[ 4.208053] ib700wdt: WDT driver for IB700 single board computer initialising
[ 4.208059] bus: 'platform': add driver ib700wdt
[ 4.208176] Registering platform device 'ib700wdt'. Parent at platform
[ 4.208181] device: 'ib700wdt': device_add
[ 4.208204] bus: 'platform': add device ib700wdt
[ 4.208305] PM: Adding info for platform:ib700wdt
[ 4.208385] bus: 'platform': driver_probe_device: matched device ib700wdt with driver ib700wdt
[ 4.208388] bus: 'platform': really_probe: probing driver ib700wdt with device ib700wdt
[ 4.208435] ib700wdt: START method I/O 443 is not available
[ 4.208462] ib700wdt: probe of ib700wdt failed with error -5
[ 4.208652] bus: 'pci': add driver hpwdt
[ 4.208775] pc87413_wdt: Version 1.1 at io 0x2E
[ 4.208785] pc87413_wdt: cannot register miscdev on minor=130 (err=-16)
[ 4.208801] sbc60xxwdt: I/O address 0x0443 already in use
[ 4.208806] smsc37b787_wdt: SMsC 37B787 watchdog component driver 1.1 initialising...
[ 4.210082] smsc37b787_wdt: Unable to register miscdev on minor 130
[ 4.210090] w83627hf_wdt: WDT driver for the Winbond(TM) W83627HF/THF/HG/DHG Super I/O chip initialising
[ 4.210232] w83627hf_wdt: Watchdog already running. Resetting timeout to 60 sec
[ 4.210347] w83627hf_wdt: cannot register miscdev on minor=130 (err=-16)
[ 4.210361] sbc_epx_c3: cannot register miscdev on minor=130 (err=-16)
[ 4.210372] bus: 'platform': add driver wm831x-watchdog
[ 4.210454] bus: 'platform': add driver wm8350-wdt
[ 4.210683] watchdog: Software Watchdog: cannot register miscdev on minor=130 (err=-16).
[ 4.210684] watchdog: Software Watchdog: a legacy watchdog module is probably present.
[ 4.210728] device: 'watchdog1': device_add
[ 4.210871] PM: Adding info for No Bus:watchdog1
[ 4.210954] softdog: Software Watchdog Timer: 0.08 initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=1)
[ 4.210981] md: raid0 personality registered for level 0
[ 4.210983] md: raid1 personality registered for level 1
[ 4.210985] md: faulty personality registered for level -5
[ 4.213705] device-mapper: uevent: version 1.0.3
[ 4.214811] device: 'device-mapper': device_add
[ 4.214983] PM: Adding info for No Bus:device-mapper
[ 4.215030] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@redhat.com
[ 4.215032] Bluetooth: Virtual HCI driver ver 1.3
[ 4.215052] device: 'vhci': device_add
[ 4.215189] PM: Adding info for No Bus:vhci
[ 4.216794] ISDN subsystem Rev: 1.1.2.3/1.1.2.2/none/none/1.1.2.2
[ 4.216825] Modular ISDN core version 1.1.29
[ 4.216837] device class 'mISDN': registering
[ 4.216915] device: 'mISDNtimer': device_add
[ 4.217056] PM: Adding info for No Bus:mISDNtimer
[ 4.217184] NET: Registered protocol family 34
[ 4.217185] mISDN: Layer-1-over-IP driver Rev. 2.00
[ 4.217720] 0 virtual devices registered
[ 4.217721] AVM Fritz PCI driver Rev. 2.3
[ 4.217729] bus: 'pci': add driver fcpci
[ 4.217827] Sedlbauer Speedfax+ Driver Rev. 2.0
[ 4.217832] bus: 'pci': add driver speedfax+ pci
[ 4.217919] Infineon ISDN Driver Rev. 1.0
[ 4.217924] bus: 'pci': add driver ISDN Infineon pci
[ 4.218033] mISDNipac module version 2.0
[ 4.218034] mISDN: ISAR driver Rev. 2.1
[ 4.218039] HiSax: Linux Driver for passive ISDN cards
[ 4.218040] HiSax: Version 3.5 (kernel)
[ 4.218046] HiSax: Layer1 Revision 2.46.2.5
[ 4.218047] HiSax: Layer2 Revision 2.30.2.4
[ 4.218048] HiSax: TeiMgr Revision 2.20.2.3
[ 4.218049] HiSax: Layer3 Revision 2.22.2.3
[ 4.218050] HiSax: LinkLayer Revision 2.59.2.4
[ 4.218093] HiSax: Total 1 card defined
[ 4.218180] HiSax: Card 1 Protocol EDSS1 Id=HiSax (0)
[ 4.218192] HiSax: W6692 driver Rev. 1.18.2.4
[ 4.218227] W6692: No PCI card found
[ 4.218289] HiSax: Card Winbond 6692 not installed !
[ 4.218290] gigaset: Driver for Gigaset 307x (debug build)
[ 4.218299] gigaset: ISDN4Linux interface
[ 4.218449] lguest: mapped switcher at ffc00000
[ 4.218503] device: 'lguest': device_add
[ 4.218655] PM: Adding info for No Bus:lguest
[ 4.383202] power_supply test_battery: prop SERIAL_NUMBER=3.5.0-rc3
[ 4.383337] bus: 'memstick': registered
[ 4.383338] device class 'memstick_host': registering
[ 4.383408] bus: 'pci': add driver r592
[ 4.383517] bus: 'i2c': add driver lm3530-led
[ 4.383651] i2c-core: driver [lm3530-led] registered
[ 4.383659] bus: 'i2c': add driver leds-pca953x
[ 4.383724] i2c-core: driver [leds-pca953x] registered
[ 4.383738] bus: 'platform': add driver leds-gpio
[ 4.383874] bus: 'i2c': add driver lp3944
[ 4.383953] i2c-core: driver [lp3944] registered
[ 4.383960] bus: 'platform': add driver leds-ot200
[ 4.384061] bus: 'i2c': add driver leds-pca9633
[ 4.384124] i2c-core: driver [leds-pca9633] registered
[ 4.384131] bus: 'platform': add driver da903x-led
[ 4.384204] bus: 'platform': add driver leds-regulator
[ 4.384299] leds_ss4200: no LED devices found
[ 4.385223] bus: 'platform': add driver dcdbas
[ 4.385322] Registering platform device 'dcdbas'. Parent at platform
[ 4.385331] device: 'dcdbas': device_add
[ 4.385353] bus: 'platform': add device dcdbas
[ 4.385453] PM: Adding info for platform:dcdbas
[ 4.385539] bus: 'platform': driver_probe_device: matched device dcdbas with driver dcdbas
[ 4.385542] bus: 'platform': really_probe: probing driver dcdbas with device dcdbas
[ 4.385638] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[ 4.385640] driver: 'dcdbas': driver_bound: bound to device 'dcdbas'
[ 4.385643] bus: 'platform': really_probe: bound device dcdbas to driver dcdbas
[ 4.385662] bus: 'pci': add driver Geode LX AES
[ 4.385780] cs5535-clockevt: Could not allocate MFPGT timer
[ 4.385908] bus: 'hid': registered
[ 4.385920] device class 'hidraw': registering
[ 4.386006] bus: 'hid': add driver hid-generic
[ 4.386101] bus: 'hid': add driver apple
[ 4.386171] bus: 'hid': add driver elecom
[ 4.386239] bus: 'hid': add driver magicmouse
[ 4.386347] bus: 'hid': add driver tivo_slide
[ 4.386446] bus: 'pci': add driver et131x
[ 4.386595] bus: 'pci': add driver slicoss
[ 4.386719] Panel driver version 0.9.5 not yet registered
[ 4.386720] Initializing Realtek PCIE storage driver...
[ 4.386726] bus: 'pci': add driver rts_pstor
[ 4.386824] zram: num_devices not specified. Using default: 1
[ 4.386826] zram: Creating 1 devices ...
[ 4.386957] device: '247:0': device_add
[ 4.387102] PM: Adding info for No Bus:247:0
[ 4.387255] device: 'zram0': device_add
[ 4.387477] PM: Adding info for No Bus:zram0
[ 4.388923] device: 'ashmem': device_add
[ 4.389045] PM: Adding info for No Bus:ashmem
[ 4.389077] ashmem: initialized
[ 4.389089] device class 'timed_output': registering
[ 4.389139] Linux telephony interface: v1.00
[ 4.389182] ixj driver initialized.
[ 4.389923] NET: Registered protocol family 26
[ 4.389964] u32 classifier
[ 4.389969] Performance counters on
[ 4.389970] input device check on
[ 4.390142] TCP: cubic registered
[ 4.390144] TCP: westwood registered
[ 4.390146] TCP: vegas registered
[ 4.390149] TCP: scalable registered
[ 4.390153] NET: Registered protocol family 17
[ 4.390225] NET: Registered protocol family 15
[ 4.390861] NET: Registered protocol family 4
[ 4.391087] NET: Registered protocol family 5
[ 4.391222] NET: Registered protocol family 9
[ 4.391233] X.25 for Linux Version 0.2
[ 4.391321] can: controller area network core (rev 20090105 abi 8)
[ 4.392126] NET: Registered protocol family 29
[ 4.392628] Bluetooth: RFCOMM TTY layer initialized
[ 4.392656] Bluetooth: RFCOMM socket layer initialized
[ 4.392657] Bluetooth: RFCOMM ver 1.11
[ 4.392658] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 4.393695] NET: Registered protocol family 33
[ 4.393716] Key type rxrpc registered
[ 4.393718] Key type rxrpc_s registered
[ 4.394212] RxRPC: Registered security type 2 'rxkad'
[ 4.394237] l2tp_core: L2TP core driver, V2.0
[ 4.394242] l2tp_netlink: L2TP netlink interface
[ 4.394313] l2tp_eth: L2TP ethernet pseudowire support (L2TPv3)
[ 4.394372] NET: Registered protocol family 35
[ 4.395510] 8021q: 802.1Q VLAN Support v1.8
[ 4.397341] sctp: Hash tables configured (established 1365 bind 1489)
[ 4.399371] NET: Registered protocol family 21
[ 4.399379] lib80211: common routines for IEEE802.11 drivers
[ 4.399401] lib80211_crypt: registered algorithm 'NULL'
[ 4.399407] lib80211_crypt: registered algorithm 'WEP'
[ 4.399413] lib80211_crypt: registered algorithm 'CCMP'
[ 4.399418] lib80211_crypt: registered algorithm 'TKIP'
[ 4.399442] 9pnet: Installing 9P2000 support
[ 4.399660] NET: Registered protocol family 37
[ 4.399904] Key type dns_resolver registered
[ 4.399943] Key type ceph registered
[ 4.399983] libceph: loaded (mon/osd proto 15/24, osdmap 5/6 5/6)
[ 4.399989] openvswitch: Open vSwitch switching datapath
[ 4.401722]
[ 4.401722] printing PIC contents
[ 4.401738] ... PIC IMR: fffb
[ 4.401747] ... PIC IRR: 9053
[ 4.401764] ... PIC ISR: 0000
[ 4.401773] ... PIC ELCR: 0c00
[ 4.401791] printing local APIC contents on CPU#0/0:
[ 4.401804] ... APIC ID: 00000000 (0)
[ 4.401809] ... APIC VERSION: 00050014
[ 4.401814] ... APIC TASKPRI: 00000000 (00)
[ 4.401819] ... APIC PROCPRI: 00000000
[ 4.401824] ... APIC LDR: 01000000
[ 4.401829] ... APIC DFR: ffffffff
[ 4.401833] ... APIC SPIV: 000001ff
[ 4.401834] ... APIC ISR field:
[ 4.401868] 0000000000000000000000000000000000000000000000000000000000000000
[ 4.401869] ... APIC TMR field:
[ 4.401902] 0000000000000000000000000000000000000000000000000000000000000000
[ 4.401903] ... APIC IRR field:
[ 4.401937] 0000000000000000000000000000000000000000000000000000000000000000
[ 4.401945] ... APIC ESR: 00000000
[ 4.401954] ... APIC ICR: 000008fd
[ 4.401955] ... APIC ICR2: 02000000
[ 4.401959] ... APIC LVTT: 000200ef
[ 4.401964] ... APIC LVTPC: 00010000
[ 4.401968] ... APIC LVT0: 00010700
[ 4.401973] ... APIC LVT1: 00000400
[ 4.401977] ... APIC LVTERR: 000000fe
[ 4.401982] ... APIC TMICT: 0003d09e
[ 4.401988] ... APIC TMCCT: 0000dcf1
[ 4.401992] ... APIC TDCR: 00000003
[ 4.401993]
[ 4.401995] number of MP IRQ sources: 15.
[ 4.401996] number of IO-APIC #2 registers: 24.
[ 4.401996] testing the IO APIC.......................
[ 4.402025]
[ 4.402026] IO APIC #2......
[ 4.402027] .... register #00: 00000000
[ 4.402028] ....... : physical APIC id: 00
[ 4.402029] ....... : Delivery Type: 0
[ 4.402030] ....... : LTS : 0
[ 4.402030] .... register #01: 00170011
[ 4.402031] ....... : max redirection entries: 17
[ 4.402032] ....... : PRQ implemented: 0
[ 4.402033] ....... : IO APIC version: 11
[ 4.402034] .... register #02: 00000000
[ 4.402035] ....... : arbitration: 00
[ 4.402036] .... IRQ redirection table:
[ 4.402036] NR Dst Mask Trig IRR Pol Stat Dmod Deli Vect:
[ 4.402057] 00 00 1 0 0 0 0 0 0 00
[ 4.402077] 01 03 0 0 0 0 0 1 1 31
[ 4.402097] 02 03 0 0 0 0 0 1 1 30
[ 4.402117] 03 03 1 0 0 0 0 1 1 33
[ 4.402137] 04 03 1 0 0 0 0 1 1 34
[ 4.402158] 05 03 1 0 0 0 0 1 1 35
[ 4.402178] 06 03 0 0 0 0 0 1 1 36
[ 4.402198] 07 03 1 0 0 0 0 1 1 37
[ 4.402219] 08 03 0 0 0 0 0 1 1 38
[ 4.402239] 09 03 1 1 0 0 0 1 1 29
[ 4.402259] 0a 03 1 0 0 0 0 1 1 3A
[ 4.402279] 0b 03 1 1 0 0 0 1 1 41
[ 4.402298] 0c 03 0 0 0 0 0 1 1 3C
[ 4.402318] 0d 03 1 0 0 0 0 1 1 3D
[ 4.402338] 0e 03 0 0 0 0 0 1 1 3E
[ 4.402358] 0f 03 0 0 0 0 0 1 1 3F
[ 4.402378] 10 00 1 0 0 0 0 0 0 00
[ 4.402398] 11 00 1 0 0 0 0 0 0 00
[ 4.402418] 12 00 1 0 0 0 0 0 0 00
[ 4.402437] 13 00 1 0 0 0 0 0 0 00
[ 4.402457] 14 00 1 0 0 0 0 0 0 00
[ 4.402477] 15 00 1 0 0 0 0 0 0 00
[ 4.402497] 16 00 1 0 0 0 0 0 0 00
[ 4.402517] 17 00 1 0 0 0 0 0 0 00
[ 4.402518] IRQ to pin mappings:
[ 4.402522] IRQ0 -> 0:2
[ 4.402524] IRQ1 -> 0:1
[ 4.402527] IRQ3 -> 0:3
[ 4.402529] IRQ4 -> 0:4
[ 4.402531] IRQ5 -> 0:5
[ 4.402534] IRQ6 -> 0:6
[ 4.402536] IRQ7 -> 0:7
[ 4.402538] IRQ8 -> 0:8
[ 4.402541] IRQ10 -> 0:10
[ 4.402543] IRQ12 -> 0:12
[ 4.402546] IRQ13 -> 0:13
[ 4.402548] IRQ14 -> 0:14
[ 4.402550] IRQ15 -> 0:15
[ 4.402565] IRQ33 -> 0:9
[ 4.402569] IRQ35 -> 0:11
[ 4.402569] .................................... done.
[ 4.402571] Using IPI No-Shortcut mode
[ 4.402693] device: 'cpu_dma_latency': device_add
[ 4.402836] PM: Adding info for No Bus:cpu_dma_latency
[ 4.402888] device: 'network_latency': device_add
[ 4.403057] PM: Adding info for No Bus:network_latency
[ 4.403106] device: 'network_throughput': device_add
[ 4.403243] PM: Adding info for No Bus:network_throughput
[ 4.403364] registered taskstats version 1
[ 4.405656] hd: no drives specified - use hd=cyl,head,sectors on kernel command line
[ 4.405886] bus: 'i2c': add driver wl1273-fm
[ 4.405983] i2c-core: driver [wl1273-fm] registered
[ 4.585719] console [netcon0] enabled
[ 4.586513] netconsole: network logging started
[ 4.587662] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 4.589077] EDD information not available.
[ 4.592341] Freeing unused kernel memory: 1816k freed
INIT: version 2.88 booting
/etc/rcS.d/S00fbsetup: line 3: /sbin/modprobe: No such file or directory
[ 4.635030] S00fbsetup (121) used greatest stack depth: 6412 bytes left
Please wait: booting...
Starting udev
error getting signalfd
error sending message: Connection refused
[ 4.898956] power_supply test_ac: uevent
[ 4.899928] power_supply test_ac: POWER_SUPPLY_NAME=test_ac
[ 4.901276] power_supply test_ac: prop ONLINE=1
[ 4.902480] power_supply test_battery: uevent
[ 4.903527] power_supply test_battery: POWER_SUPPLY_NAME=test_battery
[ 4.905054] power_supply test_battery: prop STATUS=Discharging
[ 4.906667] power_supply test_battery: prop CHARGE_TYPE=Fast
[ 4.908014] power_supply test_battery: prop HEALTH=Good
[ 4.909276] power_supply test_battery: prop PRESENT=1
[ 4.910481] power_supply test_battery: prop TECHNOLOGY=Li-ion
[ 4.911851] power_supply test_battery: prop CHARGE_FULL_DESIGN=100
[ 4.913373] power_supply test_battery: prop CHARGE_FULL=100
[ 4.914709] power_supply test_battery: prop CHARGE_NOW=50
[ 4.915990] power_supply test_battery: prop CAPACITY=50
[ 4.917248] power_supply test_battery: prop CAPACITY_LEVEL=Normal
[ 4.918696] power_supply test_battery: prop TIME_TO_EMPTY_AVG=3600
[ 4.920153] power_supply test_battery: prop TIME_TO_FULL_NOW=3600
[ 4.921603] power_supply test_battery: prop MODEL_NAME=Test battery
[ 4.923229] power_supply test_battery: prop MANUFACTURER=Linux
[ 4.924550] power_supply test_battery: prop SERIAL_NUMBER=3.5.0-rc3
error sending message: Connection refused
Starting Bootlog daemon: bootlogd: cannot find console device 4:64 under /dev
bootlogd.
[ 5.113470] pps pps0: PPS event at 1343426606.113470530
[ 5.114783] pps pps0: capture assert seq #1
Configuring network interfaces... done.
hwclock: can't open '/dev/misc/rtc': No such file or directory
Running postinst /etc/rpm-postinsts/100...
[ 5.490485] init (117) used greatest stack depth: 6356 bytes left
[ 6.117431] pps pps0: PPS event at 1343426607.117424467
[ 6.118696] pps pps0: capture assert seq #2
[ 7.121552] pps pps0: PPS event at 1343426608.121544763
[ 7.122818] pps pps0: capture assert seq #3
[ 8.125553] pps pps0: PPS event at 1343426609.125528391
[ 8.126816] pps pps0: capture assert seq #4
[ 9.129674] pps pps0: PPS event at 1343426610.129668139
[ 9.131078] pps pps0: capture assert seq #5
[ 10.133723] pps pps0: PPS event at 1343426611.133715222
[ 10.135051] pps pps0: capture assert seq #6
[ 11.137704] pps pps0: PPS event at 1343426612.137698664
[ 11.138990] pps pps0: capture assert seq #7
[ 12.141860] pps pps0: PPS event at 1343426613.141851722
[ 12.143136] pps pps0: capture assert seq #8
[ 13.145834] pps pps0: PPS event at 1343426614.145825570
[ 13.147111] pps pps0: capture assert seq #9
[ 14.149812] pps pps0: PPS event at 1343426615.149807831
[ 14.151108] pps pps0: capture assert seq #10
[ 15.154013] pps pps0: PPS event at 1343426616.154003970
[ 15.155281] pps pps0: capture assert seq #11
[ 16.157997] pps pps0: PPS event at 1343426617.157988409
[ 16.159254] pps pps0: capture assert seq #12
[ 17.162133] pps pps0: PPS event at 1343426618.162124844
[ 17.163429] pps pps0: capture assert seq #13
[ 18.166145] pps pps0: PPS event at 1343426619.166135553
[ 18.167581] pps pps0: capture assert seq #14
[ 19.170128] pps pps0: PPS event at 1343426620.170119619
[ 19.171470] pps pps0: capture assert seq #15
[ 20.174284] pps pps0: PPS event at 1343426621.174274922
[ 20.175583] pps pps0: capture assert seq #16
[ 21.178383] pps pps0: PPS event at 1343426622.178374247
[ 21.179649] pps pps0: capture assert seq #17
[ 22.182392] pps pps0: PPS event at 1343426623.182385164
[ 22.183663] pps pps0: capture assert seq #18
[ 23.186379] pps pps0: PPS event at 1343426624.186370266
[ 23.187721] pps pps0: capture assert seq #19
[ 24.190360] pps pps0: PPS event at 1343426625.190355890
[ 24.191634] pps pps0: capture assert seq #20
[ 25.194590] pps pps0: PPS event at 1343426626.194581102
[ 25.195901] pps pps0: capture assert seq #21
[ 26.198585] pps pps0: PPS event at 1343426627.198576325
[ 26.199861] pps pps0: capture assert seq #22
[ 27.202676] pps pps0: PPS event at 1343426628.202667476
[ 27.203988] pps pps0: capture assert seq #23
[ 28.206702] pps pps0: PPS event at 1343426629.206693654
[ 28.208000] pps pps0: capture assert seq #24
[ 29.210805] pps pps0: PPS event at 1343426630.210796440
[ 29.212099] pps pps0: capture assert seq #25
[ 30.214852] pps pps0: PPS event at 1343426631.214843549
[ 30.216108] pps pps0: capture assert seq #26
[ 30.978882] CPA self-test:
[ 30.979667] 4k 3069 large 61 gb 0 x 3130[40000000-4fffc000] miss 0
[ 31.012387] 4k 65533 large 0 gb 0 x 65533[40000000-4fffc000] miss 0
[ 31.041608] 4k 65533 large 0 gb 0 x 65533[40000000-4fffc000] miss 0
[ 31.043219] ok.
[ 31.218921] pps pps0: PPS event at 1343426632.218912282
[ 31.220228] pps pps0: capture assert seq #27
[ 32.222958] pps pps0: PPS event at 1343426633.222949860
[ 32.224272] pps pps0: capture assert seq #28
[ 33.226985] pps pps0: PPS event at 1343426634.226976862
[ 33.228335] pps pps0: capture assert seq #29
[ 34.230992] pps pps0: PPS event at 1343426635.230979934
[ 34.232905] pps pps0: capture assert seq #30
[ 35.234969] pps pps0: PPS event at 1343426636.234957621
[ 35.236902] pps pps0: capture assert seq #31
[ 36.239175] pps pps0: PPS event at 1343426637.239165099
[ 36.240444] pps pps0: capture assert seq #32
[ 37.243270] pps pps0: PPS event at 1343426638.243259299
[ 37.244593] pps pps0: capture assert seq #33
[ 38.247317] pps pps0: PPS event at 1343426639.247310677
[ 38.248586] pps pps0: capture assert seq #34
[ 39.251298] pps pps0: PPS event at 1343426640.251293459
[ 39.252544] pps pps0: capture assert seq #35
[ 40.255407] pps pps0: PPS event at 1343426641.255399148
[ 40.256685] pps pps0: capture assert seq #36
[ 41.259473] pps pps0: PPS event at 1343426642.259466593
[ 41.260779] pps pps0: capture assert seq #37
[ 42.263519] pps pps0: PPS event at 1343426643.263511688
[ 42.264815] pps pps0: capture assert seq #38
[ 43.267545] pps pps0: PPS event at 1343426644.267538802
[ 43.268828] pps pps0: capture assert seq #39
[ 44.271530] pps pps0: PPS event at 1343426645.271525831
[ 44.272797] pps pps0: capture assert seq #40
[ 45.275677] pps pps0: PPS event at 1343426646.275668500
[ 45.276968] pps pps0: capture assert seq #41
[ 46.279720] pps pps0: PPS event at 1343426647.279713424
[ 46.280993] pps pps0: capture assert seq #42
[ 47.283704] pps pps0: PPS event at 1343426648.283697577
[ 47.285004] pps pps0: capture assert seq #43
[ 48.287828] pps pps0: PPS event at 1343426649.287821808
[ 48.289098] pps pps0: capture assert seq #44
[ 49.291891] pps pps0: PPS event at 1343426650.291882590
[ 49.293159] pps pps0: capture assert seq #45
[ 50.295996] pps pps0: PPS event at 1343426651.295988514
[ 50.297272] pps pps0: capture assert seq #46
[ 51.299978] pps pps0: PPS event at 1343426652.299971191
[ 51.301328] pps pps0: capture assert seq #47
[ 52.304089] pps pps0: PPS event at 1343426653.304080679
[ 52.305367] pps pps0: capture assert seq #48
[ 53.308141] pps pps0: PPS event at 1343426654.308132056
[ 53.309429] pps pps0: capture assert seq #49
[ 54.312117] pps pps0: PPS event at 1343426655.312112646
[ 54.313385] pps pps0: capture assert seq #50
[ 55.316260] pps pps0: PPS event at 1343426656.316251307
[ 55.317526] pps pps0: capture assert seq #51
[ 56.320298] pps pps0: PPS event at 1343426657.320271179
[ 56.321553] pps pps0: capture assert seq #52
[ 57.324260] pps pps0: PPS event at 1343426658.324254398
[ 57.325514] pps pps0: capture assert seq #53
[ 58.328404] pps pps0: PPS event at 1343426659.328396145
[ 58.329679] pps pps0: capture assert seq #54
[ 59.332382] pps pps0: PPS event at 1343426660.332377545
[ 59.333676] pps pps0: capture assert seq #55
[ 60.336533] pps pps0: PPS event at 1343426661.336523696
[ 60.337795] pps pps0: capture assert seq #56
[ 61.340548] pps pps0: PPS event at 1343426662.340540402
[ 61.341812] pps pps0: capture assert seq #57
[ 62.344688] pps pps0: PPS event at 1343426663.344672679
[ 62.346006] pps pps0: capture assert seq #58
[ 63.348673] pps pps0: PPS event at 1343426664.348664399
[ 63.349990] pps pps0: capture assert seq #59
[ 64.352658] pps pps0: PPS event at 1343426665.352650206
[ 64.353931] pps pps0: capture assert seq #60
[ 65.356812] pps pps0: PPS event at 1343426666.356802828
[ 65.358198] pps pps0: capture assert seq #61
[ 66.360877] pps pps0: PPS event at 1343426667.360869358
[ 66.362141] pps pps0: capture assert seq #62
[ 67.364913] pps pps0: PPS event at 1343426668.364906845
[ 67.366164] pps pps0: capture assert seq #63
[ 68.369001] pps pps0: PPS event at 1343426669.368991163
[ 68.370311] pps pps0: capture assert seq #64
[ 69.373020] pps pps0: PPS event at 1343426670.373014516
[ 69.374334] pps pps0: capture assert seq #65
[ 70.377113] pps pps0: PPS event at 1343426671.377104358
[ 70.378380] pps pps0: capture assert seq #66
[ 71.381111] pps pps0: PPS event at 1343426672.381102460
[ 71.382390] pps pps0: capture assert seq #67
[ 72.385201] pps pps0: PPS event at 1343426673.385194390
[ 72.386471] pps pps0: capture assert seq #68
[ 73.389249] pps pps0: PPS event at 1343426674.389239991
[ 73.390514] pps pps0: capture assert seq #69
[ 74.393229] pps pps0: PPS event at 1343426675.393222723
[ 74.394511] pps pps0: capture assert seq #70
[ 74.469747] advantechwdt advantechwdt: shutdown
[ 74.470809] serio serio1: shutdown
[ 74.471625] atkbd serio0: shutdown
[ 74.472766] i8042 i8042: shutdown
[ 74.475183] pci 0000:00:04.0: shutdown
[ 74.476087] e1000 0000:00:03.0: shutdown
[ 74.478357] pci 0000:00:02.0: shutdown
[ 74.479283] pci 0000:00:01.3: shutdown
[ 74.480179] ata_piix 0000:00:01.1: shutdown
[ 74.481203] pci 0000:00:01.0: shutdown
[ 74.482095] pci 0000:00:00.0: shutdown
[ 74.483022] Restarting system.
[ 74.483773] machine restart
[ 74.486051] ------------[ cut here ]------------
[ 74.487204] WARNING: at /c/kernel-tests/src/linux/kernel/lockdep.c:2739 lockdep_trace_alloc+0xc3/0xd0()
[ 74.487760] Hardware name: Bochs
[ 74.487760] Pid: 371, comm: reboot Not tainted 3.5.0-rc3 #3751
[ 74.487760] Call Trace:
[ 74.487760] [<41056898>] warn_slowpath_common+0x68/0xa0
[ 74.487760] [<410a3d03>] ? lockdep_trace_alloc+0xc3/0xd0
[ 74.487760] [<410a3d03>] ? lockdep_trace_alloc+0xc3/0xd0
[ 74.487760] [<4105697d>] warn_slowpath_null+0x1d/0x20
[ 74.487760] [<410a3d03>] lockdep_trace_alloc+0xc3/0xd0
[ 74.487760] [<411015c9>] kmem_cache_alloc+0x29/0x120
[ 74.487760] [<4141442b>] ? bus_find_device+0x5b/0x70
[ 74.487760] [<413adfa1>] ? pci_get_subsys+0x31/0x80
[ 74.487760] [<413adfa1>] pci_get_subsys+0x31/0x80
[ 74.487760] [<413ae00b>] pci_get_device+0x1b/0x20
[ 74.487760] [<41043653>] mach_reboot_fixups+0x33/0x50
[ 74.487760] [<4103e108>] native_machine_emergency_restart+0x98/0x200
[ 74.487760] [<4103de08>] ? native_machine_shutdown+0x88/0x120
[ 74.487760] [<4103dd72>] native_machine_restart+0x32/0x40
[ 74.487760] [<4103dfc9>] machine_restart+0x9/0x10
[ 74.487760] [<4106b0c3>] kernel_restart+0x33/0x50
[ 74.487760] [<4106b309>] sys_reboot+0x149/0x1c0
[ 74.487760] [<410850f7>] ? sched_clock_cpu+0xe7/0x190
[ 74.487760] [<410eb503>] ? handle_pte_fault+0x73/0x740
[ 74.487760] [<410a397b>] ? trace_hardirqs_off+0xb/0x10
[ 74.487760] [<41085335>] ? local_clock+0x65/0x70
[ 74.487760] [<4109ff5a>] ? lock_release_holdtime.part.24+0x7a/0xe0
[ 74.487760] [<41046938>] ? do_page_fault+0x178/0x3e0
[ 74.487760] [<410467c0>] ? vmalloc_sync_all+0x120/0x120
[ 74.487760] [<41079716>] ? up_read+0x16/0x30
[ 74.487760] [<41046938>] ? do_page_fault+0x178/0x3e0
[ 74.487760] [<4110181a>] ? kmem_cache_free+0xda/0xe0
[ 74.487760] [<41105f00>] ? do_sys_open+0x150/0x1a0
[ 74.487760] [<41105f00>] ? do_sys_open+0x150/0x1a0
[ 74.487760] [<41b0933e>] ? restore_all+0xf/0xf
[ 74.487760] [<410467c0>] ? vmalloc_sync_all+0x120/0x120
[ 74.487760] [<410a3844>] ? trace_hardirqs_on_caller+0xf4/0x180
[ 74.487760] [<4137ecc0>] ? trace_hardirqs_on_thunk+0xc/0x10
[ 74.487760] [<41b09305>] syscall_call+0x7/0xb
[ 74.487760] ---[ end trace 9a869fb4d8059745 ]---
[-- Attachment #3: config-3.5.0-rc3 --]
[-- Type: text/plain, Size: 73721 bytes --]
#
# Automatically generated file; DO NOT EDIT.
# Linux/i386 3.5.0-rc3 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf32-i386"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_MMU=y
# CONFIG_NEED_DMA_MAP_STATE is not set
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_GPIO=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_DEFAULT_IDLE=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_ARCH_HAS_CPU_AUTOPROBE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
# CONFIG_ZONE_DMA32 is not set
# CONFIG_AUDIT_ARCH is not set
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_X86_32_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_32_LAZY_GS=y
CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx"
CONFIG_ARCH_CPU_PROBE_RELEASE=y
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_HAVE_IRQ_WORK=y
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
# CONFIG_KERNEL_GZIP is not set
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
CONFIG_KERNEL_LZO=y
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SWAP=y
# CONFIG_SYSVIPC is not set
# CONFIG_POSIX_MQUEUE is not set
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
CONFIG_FHANDLE=y
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_AUDIT=y
# CONFIG_AUDITSYSCALL is not set
CONFIG_AUDIT_LOGINUID_IMMUTABLE=y
CONFIG_HAVE_GENERIC_HARDIRQS=y
#
# IRQ subsystem
#
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_GENERIC_IRQ_CHIP=y
CONFIG_IRQ_DOMAIN=y
# CONFIG_IRQ_DOMAIN_DEBUG is not set
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_KTIME_SCALAR=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y
#
# Timers subsystem
#
# CONFIG_NO_HZ is not set
# CONFIG_HIGH_RES_TIMERS is not set
#
# RCU Subsystem
#
CONFIG_TREE_PREEMPT_RCU=y
CONFIG_PREEMPT_RCU=y
CONFIG_RCU_FANOUT=32
CONFIG_RCU_FANOUT_LEAF=16
CONFIG_RCU_FANOUT_EXACT=y
CONFIG_TREE_RCU_TRACE=y
CONFIG_RCU_BOOST=y
CONFIG_RCU_BOOST_PRIO=1
CONFIG_RCU_BOOST_DELAY=500
CONFIG_IKCONFIG=y
# CONFIG_IKCONFIG_PROC is not set
CONFIG_LOG_BUF_SHIFT=17
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
# CONFIG_CGROUPS is not set
CONFIG_CHECKPOINT_RESTORE=y
CONFIG_NAMESPACES=y
# CONFIG_UTS_NS is not set
# CONFIG_PID_NS is not set
# CONFIG_NET_NS is not set
# CONFIG_SCHED_AUTOGROUP is not set
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
# CONFIG_RD_BZIP2 is not set
# CONFIG_RD_LZMA is not set
# CONFIG_RD_XZ is not set
# CONFIG_RD_LZO is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_EXPERT=y
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
# CONFIG_ELF_CORE is not set
CONFIG_PCSPKR_PLATFORM=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
# CONFIG_BASE_FULL is not set
CONFIG_FUTEX=y
CONFIG_EPOLL=y
# CONFIG_SIGNALFD is not set
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
# CONFIG_AIO is not set
CONFIG_EMBEDDED=y
CONFIG_HAVE_PERF_EVENTS=y
#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_PCI_QUIRKS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLOB is not set
# CONFIG_PROFILING is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_OPROFILE_NMI_TIMER=y
# CONFIG_JUMP_LABEL is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_USE_GENERIC_SMP_HELPERS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
CONFIG_HAVE_CMPXCHG_LOCAL=y
CONFIG_HAVE_CMPXCHG_DOUBLE=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=1
# CONFIG_MODULES is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
# CONFIG_LBDAF is not set
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_BSGLIB=y
# CONFIG_BLK_DEV_INTEGRITY is not set
#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
# CONFIG_IOSCHED_DEADLINE is not set
CONFIG_IOSCHED_CFQ=y
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_PREEMPT_NOTIFIERS=y
# CONFIG_INLINE_SPIN_TRYLOCK is not set
# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
# CONFIG_INLINE_SPIN_LOCK is not set
# CONFIG_INLINE_SPIN_LOCK_BH is not set
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
CONFIG_UNINLINE_SPIN_UNLOCK=y
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
# CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
# CONFIG_INLINE_READ_TRYLOCK is not set
# CONFIG_INLINE_READ_LOCK is not set
# CONFIG_INLINE_READ_LOCK_BH is not set
# CONFIG_INLINE_READ_LOCK_IRQ is not set
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
# CONFIG_INLINE_READ_UNLOCK is not set
# CONFIG_INLINE_READ_UNLOCK_BH is not set
# CONFIG_INLINE_READ_UNLOCK_IRQ is not set
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
# CONFIG_INLINE_WRITE_TRYLOCK is not set
# CONFIG_INLINE_WRITE_LOCK is not set
# CONFIG_INLINE_WRITE_LOCK_BH is not set
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
# CONFIG_INLINE_WRITE_UNLOCK is not set
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
# CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
# CONFIG_MUTEX_SPIN_ON_OWNER is not set
CONFIG_FREEZER=y
#
# Processor type and features
#
CONFIG_ZONE_DMA=y
CONFIG_SMP=y
CONFIG_X86_MPPARSE=y
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_EXTENDED_PLATFORM is not set
# CONFIG_X86_32_IRIS is not set
# CONFIG_SCHED_OMIT_FRAME_POINTER is not set
CONFIG_PARAVIRT_GUEST=y
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
# CONFIG_XEN_PRIVILEGED_GUEST is not set
CONFIG_KVM_CLOCK=y
CONFIG_KVM_GUEST=y
CONFIG_LGUEST_GUEST=y
CONFIG_PARAVIRT=y
CONFIG_PARAVIRT_SPINLOCKS=y
CONFIG_PARAVIRT_CLOCK=y
# CONFIG_PARAVIRT_DEBUG is not set
CONFIG_NO_BOOTMEM=y
CONFIG_MEMTEST=y
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
CONFIG_M686=y
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MELAN is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
# CONFIG_MCORE2 is not set
# CONFIG_MATOM is not set
CONFIG_X86_GENERIC=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_XADD=y
CONFIG_X86_PPRO_FENCE=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=5
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_PROCESSOR_SELECT=y
# CONFIG_CPU_SUP_INTEL is not set
# CONFIG_CPU_SUP_CYRIX_32 is not set
CONFIG_CPU_SUP_AMD=y
# CONFIG_CPU_SUP_CENTAUR is not set
# CONFIG_CPU_SUP_TRANSMETA_32 is not set
CONFIG_CPU_SUP_UMC_32=y
# CONFIG_HPET_TIMER is not set
CONFIG_DMI=y
# CONFIG_IOMMU_HELPER is not set
CONFIG_NR_CPUS=8
# CONFIG_SCHED_SMT is not set
CONFIG_SCHED_MC=y
CONFIG_IRQ_TIME_ACCOUNTING=y
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_COUNT=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
# CONFIG_X86_MCE is not set
# CONFIG_VM86 is not set
# CONFIG_TOSHIBA is not set
CONFIG_I8K=y
CONFIG_X86_REBOOTFIXUPS=y
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
# CONFIG_VMSPLIT_3G is not set
# CONFIG_VMSPLIT_3G_OPT is not set
# CONFIG_VMSPLIT_2G is not set
# CONFIG_VMSPLIT_2G_OPT is not set
CONFIG_VMSPLIT_1G=y
CONFIG_PAGE_OFFSET=0x40000000
CONFIG_HIGHMEM=y
# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
# CONFIG_ARCH_DMA_ADDR_T_64BIT is not set
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ILLEGAL_POINTER_VALUE=0
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_SPARSEMEM_STATIC=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
CONFIG_ARCH_DISCARD_MEMBLOCK=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=999999
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
# CONFIG_PHYS_ADDR_T_64BIT is not set
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MMU_NOTIFIER=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
# CONFIG_TRANSPARENT_HUGEPAGE is not set
CONFIG_CROSS_MEMORY_ATTACH=y
# CONFIG_CLEANCACHE is not set
# CONFIG_FRONTSWAP is not set
# CONFIG_HIGHPTE is not set
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
CONFIG_X86_RESERVE_LOW=64
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_MTRR_SANITIZER is not set
# CONFIG_X86_PAT is not set
CONFIG_ARCH_RANDOM=y
CONFIG_SECCOMP=y
# CONFIG_CC_STACKPROTECTOR is not set
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
# CONFIG_SCHED_HRTICK is not set
# CONFIG_KEXEC is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x1000000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_HOTPLUG_CPU=y
# CONFIG_COMPAT_VDSO is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
#
# Power management and ACPI options
#
# CONFIG_SUSPEND is not set
CONFIG_HIBERNATE_CALLBACKS=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
# CONFIG_PM_AUTOSLEEP is not set
# CONFIG_PM_WAKELOCKS is not set
CONFIG_PM_RUNTIME=y
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
# CONFIG_ACPI is not set
CONFIG_SFI=y
# CONFIG_APM is not set
#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set
# CONFIG_CPU_IDLE is not set
#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
# CONFIG_PCI_GOOLPC is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_OLPC=y
CONFIG_PCI_DOMAINS=y
# CONFIG_PCI_CNB20LE_QUIRK is not set
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=y
CONFIG_PCIEAER=y
# CONFIG_PCIE_ECRC is not set
CONFIG_PCIEAER_INJECT=y
# CONFIG_PCIEASPM is not set
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
# CONFIG_PCI_DEBUG is not set
CONFIG_PCI_REALLOC_ENABLE_AUTO=y
# CONFIG_PCI_STUB is not set
CONFIG_HT_IRQ=y
CONFIG_PCI_ATS=y
CONFIG_PCI_IOV=y
CONFIG_PCI_PRI=y
CONFIG_PCI_PASID=y
CONFIG_PCI_LABEL=y
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_SCx200 is not set
CONFIG_OLPC=y
# CONFIG_OLPC_XO1_PM is not set
# CONFIG_ALIX is not set
CONFIG_NET5501=y
# CONFIG_GEOS is not set
CONFIG_AMD_NB=y
CONFIG_PCCARD=y
# CONFIG_PCMCIA is not set
# CONFIG_CARDBUS is not set
#
# PC-card bridges
#
CONFIG_YENTA=y
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
# CONFIG_YENTA_TOSHIBA is not set
CONFIG_HOTPLUG_PCI=y
# CONFIG_HOTPLUG_PCI_FAKE is not set
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
# CONFIG_HOTPLUG_PCI_IBM is not set
CONFIG_HOTPLUG_PCI_CPCI=y
# CONFIG_HOTPLUG_PCI_CPCI_ZT5550 is not set
CONFIG_HOTPLUG_PCI_CPCI_GENERIC=y
# CONFIG_HOTPLUG_PCI_SHPC is not set
CONFIG_RAPIDIO=y
# CONFIG_RAPIDIO_TSI721 is not set
CONFIG_RAPIDIO_DISC_TIMEOUT=30
# CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS is not set
# CONFIG_RAPIDIO_DMA_ENGINE is not set
# CONFIG_RAPIDIO_DEBUG is not set
CONFIG_RAPIDIO_TSI57X=y
# CONFIG_RAPIDIO_CPS_XX is not set
CONFIG_RAPIDIO_TSI568=y
# CONFIG_RAPIDIO_CPS_GEN2 is not set
# CONFIG_RAPIDIO_TSI500 is not set
#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
CONFIG_HAVE_AOUT=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_MISC=y
CONFIG_HAVE_ATOMIC_IOMAP=y
CONFIG_HAVE_TEXT_POKE_SMP=y
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_UNIX=y
# CONFIG_UNIX_DIAG is not set
CONFIG_XFRM=y
CONFIG_XFRM_ALGO=y
# CONFIG_XFRM_USER is not set
CONFIG_XFRM_SUB_POLICY=y
CONFIG_XFRM_MIGRATE=y
CONFIG_XFRM_STATISTICS=y
CONFIG_NET_KEY=y
CONFIG_NET_KEY_MIGRATE=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_IP_FIB_TRIE_STATS is not set
# CONFIG_IP_MULTIPLE_TABLES is not set
# CONFIG_IP_ROUTE_MULTIPATH is not set
# CONFIG_IP_ROUTE_VERBOSE is not set
CONFIG_IP_ROUTE_CLASSID=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
CONFIG_ARPD=y
CONFIG_SYN_COOKIES=y
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_LRO=y
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_TCP_CONG_WESTWOOD=y
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
CONFIG_TCP_CONG_VEGAS=y
CONFIG_TCP_CONG_SCALABLE=y
# CONFIG_TCP_CONG_LP is not set
# CONFIG_TCP_CONG_VENO is not set
# CONFIG_TCP_CONG_YEAH is not set
# CONFIG_TCP_CONG_ILLINOIS is not set
# CONFIG_DEFAULT_CUBIC is not set
# CONFIG_DEFAULT_VEGAS is not set
# CONFIG_DEFAULT_WESTWOOD is not set
CONFIG_DEFAULT_RENO=y
CONFIG_DEFAULT_TCP_CONG="reno"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IPV6 is not set
CONFIG_NETWORK_SECMARK=y
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
# CONFIG_NETFILTER is not set
# CONFIG_IP_DCCP is not set
CONFIG_IP_SCTP=y
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_HMAC_NONE is not set
# CONFIG_SCTP_HMAC_SHA1 is not set
CONFIG_SCTP_HMAC_MD5=y
CONFIG_RDS=y
# CONFIG_RDS_TCP is not set
CONFIG_RDS_DEBUG=y
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
CONFIG_L2TP=y
# CONFIG_L2TP_DEBUGFS is not set
CONFIG_L2TP_V3=y
# CONFIG_L2TP_IP is not set
CONFIG_L2TP_ETH=y
# CONFIG_BRIDGE is not set
# CONFIG_NET_DSA is not set
CONFIG_VLAN_8021Q=y
# CONFIG_VLAN_8021Q_GVRP is not set
# CONFIG_DECNET is not set
CONFIG_LLC=y
CONFIG_LLC2=y
CONFIG_IPX=y
CONFIG_IPX_INTERN=y
CONFIG_ATALK=y
CONFIG_DEV_APPLETALK=y
# CONFIG_IPDDP is not set
CONFIG_X25=y
# CONFIG_LAPB is not set
CONFIG_WAN_ROUTER=y
CONFIG_PHONET=y
# CONFIG_IEEE802154 is not set
CONFIG_NET_SCHED=y
#
# Queueing/Scheduling
#
# CONFIG_NET_SCH_CBQ is not set
CONFIG_NET_SCH_HTB=y
CONFIG_NET_SCH_HFSC=y
# CONFIG_NET_SCH_PRIO is not set
CONFIG_NET_SCH_MULTIQ=y
CONFIG_NET_SCH_RED=y
CONFIG_NET_SCH_SFB=y
# CONFIG_NET_SCH_SFQ is not set
# CONFIG_NET_SCH_TEQL is not set
CONFIG_NET_SCH_TBF=y
# CONFIG_NET_SCH_GRED is not set
CONFIG_NET_SCH_DSMARK=y
# CONFIG_NET_SCH_NETEM is not set
# CONFIG_NET_SCH_DRR is not set
# CONFIG_NET_SCH_MQPRIO is not set
CONFIG_NET_SCH_CHOKE=y
CONFIG_NET_SCH_QFQ=y
# CONFIG_NET_SCH_CODEL is not set
# CONFIG_NET_SCH_FQ_CODEL is not set
# CONFIG_NET_SCH_PLUG is not set
#
# Classification
#
CONFIG_NET_CLS=y
# CONFIG_NET_CLS_BASIC is not set
CONFIG_NET_CLS_TCINDEX=y
CONFIG_NET_CLS_ROUTE4=y
CONFIG_NET_CLS_FW=y
CONFIG_NET_CLS_U32=y
CONFIG_CLS_U32_PERF=y
# CONFIG_CLS_U32_MARK is not set
# CONFIG_NET_CLS_RSVP is not set
# CONFIG_NET_CLS_RSVP6 is not set
# CONFIG_NET_CLS_FLOW is not set
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
CONFIG_NET_EMATCH_CMP=y
# CONFIG_NET_EMATCH_NBYTE is not set
# CONFIG_NET_EMATCH_U32 is not set
# CONFIG_NET_EMATCH_META is not set
# CONFIG_NET_EMATCH_TEXT is not set
# CONFIG_NET_CLS_ACT is not set
CONFIG_NET_CLS_IND=y
CONFIG_NET_SCH_FIFO=y
CONFIG_DCB=y
CONFIG_DNS_RESOLVER=y
# CONFIG_BATMAN_ADV is not set
CONFIG_OPENVSWITCH=y
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
CONFIG_BQL=y
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
CONFIG_HAMRADIO=y
#
# Packet Radio protocols
#
# CONFIG_AX25 is not set
CONFIG_CAN=y
# CONFIG_CAN_RAW is not set
# CONFIG_CAN_BCM is not set
# CONFIG_CAN_GW is not set
#
# CAN Device Drivers
#
CONFIG_CAN_VCAN=y
# CONFIG_CAN_SLCAN is not set
# CONFIG_CAN_DEV is not set
# CONFIG_CAN_DEBUG_DEVICES is not set
# CONFIG_IRDA is not set
CONFIG_BT=y
CONFIG_BT_RFCOMM=y
CONFIG_BT_RFCOMM_TTY=y
# CONFIG_BT_BNEP is not set
CONFIG_BT_HIDP=y
#
# Bluetooth device drivers
#
# CONFIG_BT_HCIUART is not set
CONFIG_BT_HCIVHCI=y
# CONFIG_BT_MRVL is not set
# CONFIG_BT_WILINK is not set
CONFIG_AF_RXRPC=y
CONFIG_AF_RXRPC_DEBUG=y
CONFIG_RXKAD=y
CONFIG_WIRELESS=y
CONFIG_WIRELESS_EXT=y
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_WEXT_SPY=y
CONFIG_WEXT_PRIV=y
# CONFIG_CFG80211 is not set
# CONFIG_WIRELESS_EXT_SYSFS is not set
CONFIG_LIB80211=y
CONFIG_LIB80211_CRYPT_WEP=y
CONFIG_LIB80211_CRYPT_CCMP=y
CONFIG_LIB80211_CRYPT_TKIP=y
CONFIG_LIB80211_DEBUG=y
#
# CFG80211 needs to be enabled for MAC80211
#
CONFIG_WIMAX=y
CONFIG_WIMAX_DEBUG_LEVEL=8
CONFIG_RFKILL=y
# CONFIG_RFKILL_INPUT is not set
# CONFIG_RFKILL_REGULATOR is not set
CONFIG_NET_9P=y
# CONFIG_NET_9P_VIRTIO is not set
# CONFIG_NET_9P_DEBUG is not set
CONFIG_CAIF=y
CONFIG_CAIF_DEBUG=y
CONFIG_CAIF_NETDEV=y
# CONFIG_CAIF_USB is not set
CONFIG_CEPH_LIB=y
CONFIG_CEPH_LIB_PRETTYDEBUG=y
CONFIG_CEPH_LIB_USE_DNS_RESOLVER=y
CONFIG_NFC=y
CONFIG_NFC_NCI=y
# CONFIG_NFC_HCI is not set
# CONFIG_NFC_LLCP is not set
#
# Near Field Communication (NFC) devices
#
CONFIG_PN544_NFC=y
# CONFIG_NFC_WILINK is not set
#
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH=""
# CONFIG_DEVTMPFS is not set
# CONFIG_STANDALONE is not set
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
CONFIG_FW_LOADER=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
CONFIG_EXTRA_FIRMWARE=""
CONFIG_DEBUG_DRIVER=y
CONFIG_DEBUG_DEVRES=y
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_GENERIC_CPU_DEVICES is not set
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=y
# CONFIG_DMA_SHARED_BUFFER is not set
# CONFIG_CMA is not set
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
CONFIG_MTD=y
# CONFIG_MTD_REDBOOT_PARTS is not set
# CONFIG_MTD_CMDLINE_PARTS is not set
CONFIG_MTD_OF_PARTS=y
CONFIG_MTD_AR7_PARTS=y
#
# User Modules And Translation Layers
#
CONFIG_MTD_CHAR=y
CONFIG_HAVE_MTD_OTP=y
CONFIG_MTD_BLKDEVS=y
CONFIG_MTD_BLOCK=y
# CONFIG_FTL is not set
# CONFIG_NFTL is not set
CONFIG_INFTL=y
CONFIG_RFD_FTL=y
CONFIG_SSFDC=y
# CONFIG_SM_FTL is not set
CONFIG_MTD_OOPS=y
CONFIG_MTD_SWAP=y
#
# RAM/ROM/Flash chip drivers
#
CONFIG_MTD_CFI=y
CONFIG_MTD_JEDECPROBE=y
CONFIG_MTD_GEN_PROBE=y
CONFIG_MTD_CFI_ADV_OPTIONS=y
CONFIG_MTD_CFI_NOSWAP=y
# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set
# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set
CONFIG_MTD_CFI_GEOMETRY=y
CONFIG_MTD_MAP_BANK_WIDTH_1=y
# CONFIG_MTD_MAP_BANK_WIDTH_2 is not set
CONFIG_MTD_MAP_BANK_WIDTH_4=y
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
CONFIG_MTD_MAP_BANK_WIDTH_16=y
CONFIG_MTD_MAP_BANK_WIDTH_32=y
# CONFIG_MTD_CFI_I1 is not set
CONFIG_MTD_CFI_I2=y
CONFIG_MTD_CFI_I4=y
# CONFIG_MTD_CFI_I8 is not set
CONFIG_MTD_OTP=y
# CONFIG_MTD_CFI_INTELEXT is not set
CONFIG_MTD_CFI_AMDSTD=y
# CONFIG_MTD_CFI_STAA is not set
CONFIG_MTD_CFI_UTIL=y
CONFIG_MTD_RAM=y
# CONFIG_MTD_ROM is not set
# CONFIG_MTD_ABSENT is not set
#
# Mapping drivers for chip access
#
CONFIG_MTD_COMPLEX_MAPPINGS=y
# CONFIG_MTD_PHYSMAP is not set
CONFIG_MTD_PHYSMAP_OF=y
CONFIG_MTD_SC520CDP=y
CONFIG_MTD_NETSC520=y
CONFIG_MTD_TS5500=y
CONFIG_MTD_AMD76XROM=y
# CONFIG_MTD_ICHXROM is not set
# CONFIG_MTD_ESB2ROM is not set
CONFIG_MTD_CK804XROM=y
# CONFIG_MTD_SCB2_FLASH is not set
# CONFIG_MTD_NETtel is not set
# CONFIG_MTD_L440GX is not set
CONFIG_MTD_PCI=y
# CONFIG_MTD_GPIO_ADDR is not set
# CONFIG_MTD_INTEL_VR_NOR is not set
CONFIG_MTD_PLATRAM=y
# CONFIG_MTD_LATCH_ADDR is not set
#
# Self-contained MTD device drivers
#
CONFIG_MTD_PMC551=y
# CONFIG_MTD_PMC551_BUGFIX is not set
# CONFIG_MTD_PMC551_DEBUG is not set
# CONFIG_MTD_DATAFLASH is not set
# CONFIG_MTD_M25P80 is not set
CONFIG_MTD_SST25L=y
# CONFIG_MTD_SLRAM is not set
# CONFIG_MTD_PHRAM is not set
# CONFIG_MTD_MTDRAM is not set
# CONFIG_MTD_BLOCK2MTD is not set
#
# Disk-On-Chip Device Drivers
#
# CONFIG_MTD_DOC2000 is not set
# CONFIG_MTD_DOC2001 is not set
# CONFIG_MTD_DOC2001PLUS is not set
CONFIG_MTD_DOCG3=y
CONFIG_BCH_CONST_M=14
CONFIG_BCH_CONST_T=4
CONFIG_MTD_NAND_ECC=y
CONFIG_MTD_NAND_ECC_SMC=y
CONFIG_MTD_NAND=y
# CONFIG_MTD_NAND_VERIFY_WRITE is not set
CONFIG_MTD_NAND_BCH=y
CONFIG_MTD_NAND_ECC_BCH=y
# CONFIG_MTD_SM_COMMON is not set
CONFIG_MTD_NAND_MUSEUM_IDS=y
CONFIG_MTD_NAND_DENALI=y
CONFIG_MTD_NAND_DENALI_SCRATCH_REG_ADDR=0xFF108018
CONFIG_MTD_NAND_IDS=y
# CONFIG_MTD_NAND_RICOH is not set
CONFIG_MTD_NAND_DISKONCHIP=y
CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED=y
CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0
CONFIG_MTD_NAND_DISKONCHIP_PROBE_HIGH=y
# CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE is not set
CONFIG_MTD_NAND_DOCG4=y
# CONFIG_MTD_NAND_CAFE is not set
# CONFIG_MTD_NAND_CS553X is not set
# CONFIG_MTD_NAND_NANDSIM is not set
CONFIG_MTD_NAND_PLATFORM=y
CONFIG_MTD_ONENAND=y
CONFIG_MTD_ONENAND_VERIFY_WRITE=y
CONFIG_MTD_ONENAND_GENERIC=y
CONFIG_MTD_ONENAND_OTP=y
CONFIG_MTD_ONENAND_2X_PROGRAM=y
CONFIG_MTD_ONENAND_SIM=y
#
# LPDDR flash memory drivers
#
CONFIG_MTD_LPDDR=y
CONFIG_MTD_QINFO_PROBE=y
CONFIG_MTD_UBI=y
CONFIG_MTD_UBI_WL_THRESHOLD=4096
CONFIG_MTD_UBI_BEB_RESERVE=1
CONFIG_MTD_UBI_GLUEBI=y
CONFIG_OF=y
#
# Device Tree and Open Firmware support
#
CONFIG_PROC_DEVICETREE=y
# CONFIG_OF_SELFTEST is not set
CONFIG_OF_PROMTREE=y
CONFIG_OF_ADDRESS=y
CONFIG_OF_IRQ=y
CONFIG_OF_DEVICE=y
CONFIG_OF_I2C=y
CONFIG_OF_NET=y
CONFIG_OF_MDIO=y
CONFIG_OF_PCI=y
CONFIG_OF_PCI_IRQ=y
CONFIG_OF_MTD=y
CONFIG_PARPORT=y
# CONFIG_PARPORT_PC is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_AX88796 is not set
CONFIG_PARPORT_1284=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_PCIESSD_MTIP32XX=y
CONFIG_BLK_CPQ_DA=y
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
# CONFIG_BLK_DEV_LOOP is not set
CONFIG_BLK_DEV_DRBD=y
CONFIG_DRBD_FAULT_INJECTION=y
CONFIG_BLK_DEV_NBD=y
CONFIG_BLK_DEV_NVME=y
CONFIG_BLK_DEV_SX8=y
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_XIP=y
CONFIG_CDROM_PKTCDVD=y
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
CONFIG_ATA_OVER_ETH=y
CONFIG_VIRTIO_BLK=y
CONFIG_BLK_DEV_HD=y
# CONFIG_BLK_DEV_RBD is not set
#
# Misc devices
#
CONFIG_SENSORS_LIS3LV02D=y
CONFIG_AD525X_DPOT=y
# CONFIG_AD525X_DPOT_I2C is not set
CONFIG_AD525X_DPOT_SPI=y
# CONFIG_IBM_ASM is not set
CONFIG_PHANTOM=y
# CONFIG_INTEL_MID_PTI is not set
CONFIG_SGI_IOC4=y
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
CONFIG_CS5535_MFGPT=y
CONFIG_CS5535_MFGPT_DEFAULT_IRQ=7
CONFIG_CS5535_CLOCK_EVENT_SRC=y
# CONFIG_HP_ILO is not set
CONFIG_APDS9802ALS=y
# CONFIG_ISL29003 is not set
CONFIG_ISL29020=y
# CONFIG_SENSORS_TSL2550 is not set
CONFIG_SENSORS_BH1780=y
# CONFIG_SENSORS_BH1770 is not set
CONFIG_SENSORS_APDS990X=y
# CONFIG_HMC6352 is not set
CONFIG_DS1682=y
CONFIG_TI_DAC7512=y
# CONFIG_VMWARE_BALLOON is not set
# CONFIG_BMP085_I2C is not set
# CONFIG_BMP085_SPI is not set
# CONFIG_PCH_PHUB is not set
# CONFIG_USB_SWITCH_FSA9480 is not set
CONFIG_C2PORT=y
# CONFIG_C2PORT_DURAMAR_2150 is not set
#
# EEPROM support
#
CONFIG_EEPROM_AT24=y
CONFIG_EEPROM_AT25=y
CONFIG_EEPROM_LEGACY=y
CONFIG_EEPROM_MAX6875=y
CONFIG_EEPROM_93CX6=y
# CONFIG_EEPROM_93XX46 is not set
CONFIG_CB710_CORE=y
CONFIG_CB710_DEBUG=y
CONFIG_CB710_DEBUG_ASSUMPTIONS=y
#
# Texas Instruments shared transport line discipline
#
CONFIG_TI_ST=y
# CONFIG_SENSORS_LIS3_SPI is not set
CONFIG_SENSORS_LIS3_I2C=y
#
# Altera FPGA firmware download module
#
# CONFIG_ALTERA_STAPL is not set
# CONFIG_INTEL_MEI is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set
#
# SCSI device support
#
CONFIG_SCSI_MOD=y
CONFIG_RAID_ATTRS=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_TGT is not set
CONFIG_SCSI_NETLINK=y
# CONFIG_SCSI_PROC_FS is not set
#
# SCSI support type (disk, tape, CD-ROM)
#
# CONFIG_BLK_DEV_SD is not set
CONFIG_CHR_DEV_ST=y
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
# CONFIG_CHR_DEV_SG is not set
CONFIG_CHR_DEV_SCH=y
CONFIG_SCSI_MULTI_LUN=y
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
CONFIG_SCSI_SCAN_ASYNC=y
#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_ATTRS=y
CONFIG_SCSI_ISCSI_ATTRS=y
CONFIG_SCSI_SAS_ATTRS=y
CONFIG_SCSI_SAS_LIBSAS=y
CONFIG_SCSI_SAS_ATA=y
# CONFIG_SCSI_SAS_HOST_SMP is not set
CONFIG_SCSI_SRP_ATTRS=y
CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=y
CONFIG_ISCSI_BOOT_SYSFS=y
CONFIG_SCSI_CXGB3_ISCSI=y
CONFIG_SCSI_CXGB4_ISCSI=y
# CONFIG_SCSI_BNX2_ISCSI is not set
# CONFIG_SCSI_BNX2X_FCOE is not set
CONFIG_BE2ISCSI=y
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
CONFIG_SCSI_HPSA=y
CONFIG_SCSI_3W_9XXX=y
CONFIG_SCSI_3W_SAS=y
CONFIG_SCSI_ACARD=y
# CONFIG_SCSI_AACRAID is not set
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
CONFIG_AIC7XXX_RESET_DELAY_MS=5000
# CONFIG_AIC7XXX_BUILD_FIRMWARE is not set
CONFIG_AIC7XXX_DEBUG_ENABLE=y
CONFIG_AIC7XXX_DEBUG_MASK=0
CONFIG_AIC7XXX_REG_PRETTY_PRINT=y
CONFIG_SCSI_AIC7XXX_OLD=y
# CONFIG_SCSI_AIC79XX is not set
CONFIG_SCSI_AIC94XX=y
CONFIG_AIC94XX_DEBUG=y
CONFIG_SCSI_MVSAS=y
CONFIG_SCSI_MVSAS_DEBUG=y
CONFIG_SCSI_MVSAS_TASKLET=y
CONFIG_SCSI_MVUMI=y
# CONFIG_SCSI_DPT_I2O is not set
CONFIG_SCSI_ADVANSYS=y
CONFIG_SCSI_ARCMSR=y
# CONFIG_MEGARAID_NEWGEN is not set
CONFIG_MEGARAID_LEGACY=y
CONFIG_MEGARAID_SAS=y
CONFIG_SCSI_MPT2SAS=y
CONFIG_SCSI_MPT2SAS_MAX_SGE=128
CONFIG_SCSI_MPT2SAS_LOGGING=y
CONFIG_SCSI_UFSHCD=y
CONFIG_SCSI_HPTIOP=y
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_VMWARE_PVSCSI is not set
CONFIG_LIBFC=y
CONFIG_LIBFCOE=y
CONFIG_FCOE=y
CONFIG_FCOE_FNIC=y
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
CONFIG_SCSI_FUTURE_DOMAIN=y
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_ISCI is not set
# CONFIG_SCSI_IPS is not set
CONFIG_SCSI_INITIO=y
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
CONFIG_SCSI_QLOGIC_1280=y
CONFIG_SCSI_QLA_FC=y
# CONFIG_TCM_QLA2XXX is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_PMCRAID is not set
# CONFIG_SCSI_PM8001 is not set
# CONFIG_SCSI_SRP is not set
# CONFIG_SCSI_BFA_FC is not set
CONFIG_SCSI_VIRTIO=y
CONFIG_SCSI_DH=y
# CONFIG_SCSI_DH_RDAC is not set
# CONFIG_SCSI_DH_HP_SW is not set
CONFIG_SCSI_DH_EMC=y
# CONFIG_SCSI_DH_ALUA is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_VERBOSE_ERROR=y
# CONFIG_SATA_PMP is not set
#
# Controllers with non-SFF native interface
#
# CONFIG_SATA_AHCI is not set
# CONFIG_SATA_AHCI_PLATFORM is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_SATA_ACARD_AHCI is not set
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y
#
# SFF controllers with custom DMA interface
#
# CONFIG_PDC_ADMA is not set
CONFIG_SATA_QSTOR=y
# CONFIG_SATA_SX4 is not set
CONFIG_ATA_BMDMA=y
#
# SATA SFF controllers with BMDMA
#
CONFIG_ATA_PIIX=y
CONFIG_SATA_MV=y
CONFIG_SATA_NV=y
# CONFIG_SATA_PROMISE is not set
CONFIG_SATA_SIL=y
# CONFIG_SATA_SIS is not set
CONFIG_SATA_SVW=y
# CONFIG_SATA_ULI is not set
CONFIG_SATA_VIA=y
# CONFIG_SATA_VITESSE is not set
#
# PATA SFF controllers with BMDMA
#
CONFIG_PATA_ALI=y
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARASAN_CF is not set
CONFIG_PATA_ARTOP=y
# CONFIG_PATA_ATIIXP is not set
CONFIG_PATA_ATP867X=y
CONFIG_PATA_CMD64X=y
# CONFIG_PATA_CS5520 is not set
CONFIG_PATA_CS5530=y
CONFIG_PATA_CS5535=y
# CONFIG_PATA_CS5536 is not set
CONFIG_PATA_CYPRESS=y
# CONFIG_PATA_EFAR is not set
# CONFIG_PATA_HPT366 is not set
CONFIG_PATA_HPT37X=y
CONFIG_PATA_HPT3X2N=y
# CONFIG_PATA_HPT3X3 is not set
CONFIG_PATA_IT8213=y
CONFIG_PATA_IT821X=y
CONFIG_PATA_JMICRON=y
CONFIG_PATA_MARVELL=y
# CONFIG_PATA_NETCELL is not set
CONFIG_PATA_NINJA32=y
# CONFIG_PATA_NS87415 is not set
CONFIG_PATA_OLDPIIX=y
# CONFIG_PATA_OPTIDMA is not set
CONFIG_PATA_PDC2027X=y
CONFIG_PATA_PDC_OLD=y
# CONFIG_PATA_RADISYS is not set
CONFIG_PATA_RDC=y
CONFIG_PATA_SC1200=y
# CONFIG_PATA_SCH is not set
CONFIG_PATA_SERVERWORKS=y
CONFIG_PATA_SIL680=y
# CONFIG_PATA_SIS is not set
CONFIG_PATA_TOSHIBA=y
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
#
# PIO-only SFF controllers
#
CONFIG_PATA_CMD640_PCI=y
# CONFIG_PATA_MPIIX is not set
CONFIG_PATA_NS87410=y
# CONFIG_PATA_OPTI is not set
CONFIG_PATA_PLATFORM=y
# CONFIG_PATA_OF_PLATFORM is not set
CONFIG_PATA_RZ1000=y
#
# Generic fallback / legacy drivers
#
CONFIG_ATA_GENERIC=y
# CONFIG_PATA_LEGACY is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_AUTODETECT=y
# CONFIG_MD_LINEAR is not set
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=y
# CONFIG_MD_RAID10 is not set
# CONFIG_MD_RAID456 is not set
# CONFIG_MD_MULTIPATH is not set
CONFIG_MD_FAULTY=y
CONFIG_BLK_DEV_DM=y
# CONFIG_DM_DEBUG is not set
# CONFIG_DM_CRYPT is not set
# CONFIG_DM_SNAPSHOT is not set
# CONFIG_DM_THIN_PROVISIONING is not set
# CONFIG_DM_MIRROR is not set
# CONFIG_DM_RAID is not set
# CONFIG_DM_ZERO is not set
# CONFIG_DM_MULTIPATH is not set
# CONFIG_DM_DELAY is not set
CONFIG_DM_UEVENT=y
# CONFIG_DM_FLAKEY is not set
# CONFIG_DM_VERITY is not set
CONFIG_TARGET_CORE=y
# CONFIG_TCM_IBLOCK is not set
CONFIG_TCM_FILEIO=y
# CONFIG_TCM_PSCSI is not set
# CONFIG_LOOPBACK_TARGET is not set
CONFIG_TCM_FC=y
CONFIG_ISCSI_TARGET=y
# CONFIG_SBP_TARGET is not set
CONFIG_FUSION=y
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
CONFIG_FUSION_SAS=y
CONFIG_FUSION_MAX_SGE=128
# CONFIG_FUSION_CTL is not set
# CONFIG_FUSION_LOGGING is not set
#
# IEEE 1394 (FireWire) support
#
CONFIG_FIREWIRE=y
CONFIG_FIREWIRE_OHCI=y
CONFIG_FIREWIRE_SBP2=y
# CONFIG_FIREWIRE_NET is not set
# CONFIG_FIREWIRE_NOSY is not set
CONFIG_I2O=y
# CONFIG_I2O_LCT_NOTIFY_ON_CHANGES is not set
# CONFIG_I2O_EXT_ADAPTEC is not set
# CONFIG_I2O_CONFIG is not set
# CONFIG_I2O_BUS is not set
# CONFIG_I2O_BLOCK is not set
CONFIG_I2O_SCSI=y
CONFIG_I2O_PROC=y
CONFIG_MACINTOSH_DRIVERS=y
CONFIG_MAC_EMUMOUSEBTN=y
CONFIG_NETDEVICES=y
CONFIG_NET_CORE=y
CONFIG_BONDING=y
CONFIG_DUMMY=y
CONFIG_EQUALIZER=y
CONFIG_NET_FC=y
CONFIG_MII=y
CONFIG_NET_TEAM=y
# CONFIG_NET_TEAM_MODE_ROUNDROBIN is not set
CONFIG_NET_TEAM_MODE_ACTIVEBACKUP=y
# CONFIG_NET_TEAM_MODE_LOADBALANCE is not set
# CONFIG_MACVLAN is not set
CONFIG_NETCONSOLE=y
# CONFIG_NETCONSOLE_DYNAMIC is not set
CONFIG_NETPOLL=y
CONFIG_NETPOLL_TRAP=y
CONFIG_NET_POLL_CONTROLLER=y
# CONFIG_RIONET is not set
CONFIG_TUN=y
CONFIG_VETH=y
CONFIG_VIRTIO_NET=y
# CONFIG_ARCNET is not set
#
# CAIF transport drivers
#
# CONFIG_CAIF_TTY is not set
CONFIG_CAIF_SPI_SLAVE=y
CONFIG_CAIF_SPI_SYNC=y
# CONFIG_CAIF_HSI is not set
CONFIG_ETHERNET=y
CONFIG_MDIO=y
CONFIG_NET_VENDOR_3COM=y
# CONFIG_VORTEX is not set
# CONFIG_TYPHOON is not set
# CONFIG_NET_VENDOR_ADAPTEC is not set
CONFIG_NET_VENDOR_ALTEON=y
CONFIG_ACENIC=y
CONFIG_ACENIC_OMIT_TIGON_I=y
CONFIG_NET_VENDOR_AMD=y
# CONFIG_AMD8111_ETH is not set
CONFIG_PCNET32=y
CONFIG_NET_VENDOR_ATHEROS=y
# CONFIG_ATL2 is not set
CONFIG_ATL1=y
CONFIG_ATL1E=y
# CONFIG_ATL1C is not set
# CONFIG_NET_VENDOR_BROADCOM is not set
CONFIG_NET_VENDOR_BROCADE=y
# CONFIG_BNA is not set
CONFIG_NET_CALXEDA_XGMAC=y
CONFIG_NET_VENDOR_CHELSIO=y
# CONFIG_CHELSIO_T1 is not set
CONFIG_CHELSIO_T3=y
CONFIG_CHELSIO_T4=y
# CONFIG_CHELSIO_T4VF is not set
# CONFIG_NET_VENDOR_CISCO is not set
CONFIG_DNET=y
CONFIG_NET_VENDOR_DEC=y
# CONFIG_NET_TULIP is not set
# CONFIG_NET_VENDOR_DLINK is not set
# CONFIG_NET_VENDOR_EMULEX is not set
# CONFIG_NET_VENDOR_EXAR is not set
CONFIG_NET_VENDOR_HP=y
CONFIG_HP100=y
CONFIG_NET_VENDOR_INTEL=y
# CONFIG_E100 is not set
CONFIG_E1000=y
# CONFIG_E1000E is not set
CONFIG_IGB=y
# CONFIG_IGB_PTP is not set
# CONFIG_IGBVF is not set
CONFIG_IXGB=y
CONFIG_IXGBE=y
CONFIG_IXGBE_HWMON=y
# CONFIG_IXGBE_DCB is not set
# CONFIG_IXGBE_PTP is not set
CONFIG_IXGBEVF=y
CONFIG_NET_VENDOR_I825XX=y
CONFIG_ZNET=y
# CONFIG_IP1000 is not set
# CONFIG_JME is not set
CONFIG_NET_VENDOR_MARVELL=y
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
CONFIG_NET_VENDOR_MELLANOX=y
CONFIG_MLX4_EN=y
CONFIG_MLX4_EN_DCB=y
CONFIG_MLX4_CORE=y
CONFIG_MLX4_DEBUG=y
# CONFIG_NET_VENDOR_MICREL is not set
# CONFIG_NET_VENDOR_MICROCHIP is not set
# CONFIG_NET_VENDOR_MYRI is not set
# CONFIG_FEALNX is not set
CONFIG_NET_VENDOR_NATSEMI=y
CONFIG_NATSEMI=y
# CONFIG_NS83820 is not set
CONFIG_NET_VENDOR_8390=y
CONFIG_NE2K_PCI=y
CONFIG_NET_VENDOR_NVIDIA=y
CONFIG_FORCEDETH=y
# CONFIG_NET_VENDOR_OKI is not set
# CONFIG_ETHOC is not set
# CONFIG_NET_PACKET_ENGINE is not set
CONFIG_NET_VENDOR_QLOGIC=y
# CONFIG_QLA3XXX is not set
# CONFIG_QLCNIC is not set
CONFIG_QLGE=y
# CONFIG_NETXEN_NIC is not set
# CONFIG_NET_VENDOR_REALTEK is not set
CONFIG_NET_VENDOR_RDC=y
# CONFIG_R6040 is not set
# CONFIG_NET_VENDOR_SEEQ is not set
# CONFIG_NET_VENDOR_SILAN is not set
CONFIG_NET_VENDOR_SIS=y
CONFIG_SIS900=y
# CONFIG_SIS190 is not set
CONFIG_SFC=y
CONFIG_SFC_MTD=y
# CONFIG_SFC_MCDI_MON is not set
# CONFIG_SFC_SRIOV is not set
CONFIG_NET_VENDOR_SMSC=y
# CONFIG_EPIC100 is not set
# CONFIG_SMSC9420 is not set
# CONFIG_NET_VENDOR_STMICRO is not set
# CONFIG_NET_VENDOR_SUN is not set
CONFIG_NET_VENDOR_TEHUTI=y
# CONFIG_TEHUTI is not set
# CONFIG_NET_VENDOR_TI is not set
CONFIG_NET_VENDOR_VIA=y
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_NET_VENDOR_WIZNET=y
# CONFIG_WIZNET_W5100 is not set
# CONFIG_WIZNET_W5300 is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PHYLIB=y
#
# MII PHY device drivers
#
CONFIG_AMD_PHY=y
# CONFIG_MARVELL_PHY is not set
CONFIG_DAVICOM_PHY=y
# CONFIG_QSEMI_PHY is not set
CONFIG_LXT_PHY=y
# CONFIG_CICADA_PHY is not set
CONFIG_VITESSE_PHY=y
CONFIG_SMSC_PHY=y
# CONFIG_BROADCOM_PHY is not set
# CONFIG_ICPLUS_PHY is not set
CONFIG_REALTEK_PHY=y
CONFIG_NATIONAL_PHY=y
# CONFIG_STE10XP is not set
CONFIG_LSI_ET1011C_PHY=y
# CONFIG_MICREL_PHY is not set
CONFIG_FIXED_PHY=y
CONFIG_MDIO_BITBANG=y
CONFIG_MDIO_GPIO=y
# CONFIG_MDIO_BUS_MUX_GPIO is not set
# CONFIG_MICREL_KS8995MA is not set
CONFIG_PLIP=y
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
CONFIG_WLAN=y
CONFIG_AIRO=y
CONFIG_ATMEL=y
# CONFIG_PCI_ATMEL is not set
# CONFIG_PRISM54 is not set
CONFIG_HOSTAP=y
CONFIG_HOSTAP_FIRMWARE=y
CONFIG_HOSTAP_FIRMWARE_NVRAM=y
CONFIG_HOSTAP_PLX=y
# CONFIG_HOSTAP_PCI is not set
# CONFIG_WL_TI is not set
#
# WiMAX Wireless Broadband devices
#
#
# Enable USB support to see WiMAX USB drivers
#
#
# Enable MMC support to see WiMAX SDIO drivers
#
CONFIG_WAN=y
# CONFIG_HDLC is not set
# CONFIG_DLCI is not set
# CONFIG_WAN_ROUTER_DRIVERS is not set
CONFIG_SBNI=y
CONFIG_SBNI_MULTILINE=y
CONFIG_VMXNET3=y
CONFIG_ISDN=y
CONFIG_ISDN_I4L=y
# CONFIG_ISDN_PPP is not set
# CONFIG_ISDN_AUDIO is not set
CONFIG_ISDN_X25=y
#
# ISDN feature submodules
#
# CONFIG_ISDN_DIVERSION is not set
#
# ISDN4Linux hardware drivers
#
#
# Passive cards
#
CONFIG_ISDN_DRV_HISAX=y
#
# D-channel protocol features
#
CONFIG_HISAX_EURO=y
CONFIG_DE_AOC=y
# CONFIG_HISAX_NO_SENDCOMPLETE is not set
# CONFIG_HISAX_NO_LLC is not set
# CONFIG_HISAX_NO_KEYPAD is not set
CONFIG_HISAX_1TR6=y
# CONFIG_HISAX_NI1 is not set
CONFIG_HISAX_MAX_CARDS=8
#
# HiSax supported cards
#
CONFIG_HISAX_16_3=y
CONFIG_HISAX_TELESPCI=y
# CONFIG_HISAX_S0BOX is not set
# CONFIG_HISAX_FRITZPCI is not set
# CONFIG_HISAX_AVM_A1_PCMCIA is not set
CONFIG_HISAX_ELSA=y
CONFIG_HISAX_DIEHLDIVA=y
# CONFIG_HISAX_SEDLBAUER is not set
CONFIG_HISAX_NETJET=y
# CONFIG_HISAX_NETJET_U is not set
CONFIG_HISAX_NICCY=y
# CONFIG_HISAX_BKM_A4T is not set
# CONFIG_HISAX_SCT_QUADRO is not set
# CONFIG_HISAX_GAZEL is not set
# CONFIG_HISAX_HFC_PCI is not set
CONFIG_HISAX_W6692=y
CONFIG_HISAX_HFC_SX=y
# CONFIG_HISAX_ENTERNOW_PCI is not set
CONFIG_HISAX_DEBUG=y
#
# HiSax PCMCIA card service modules
#
#
# HiSax sub driver modules
#
# CONFIG_HISAX_HFC4S8S is not set
# CONFIG_HISAX_FRITZ_PCIPNP is not set
#
# Active cards
#
# CONFIG_ISDN_CAPI is not set
CONFIG_ISDN_DRV_GIGASET=y
CONFIG_GIGASET_I4L=y
# CONFIG_GIGASET_DUMMYLL is not set
# CONFIG_GIGASET_M101 is not set
CONFIG_GIGASET_DEBUG=y
CONFIG_MISDN=y
# CONFIG_MISDN_DSP is not set
CONFIG_MISDN_L1OIP=y
#
# mISDN hardware drivers
#
# CONFIG_MISDN_HFCPCI is not set
# CONFIG_MISDN_HFCMULTI is not set
CONFIG_MISDN_AVMFRITZ=y
CONFIG_MISDN_SPEEDFAX=y
CONFIG_MISDN_INFINEON=y
# CONFIG_MISDN_W6692 is not set
# CONFIG_MISDN_NETJET is not set
CONFIG_MISDN_IPAC=y
CONFIG_MISDN_ISAR=y
#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=y
CONFIG_INPUT_POLLDEV=y
CONFIG_INPUT_SPARSEKMAP=y
# CONFIG_INPUT_MATRIXKMAP is not set
#
# Userland interfaces
#
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=y
CONFIG_INPUT_EVBUG=y
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_GPIO is not set
# CONFIG_KEYBOARD_GPIO_POLLED is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_MATRIX is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_LM8333 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_OMAP4 is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_JOYSTICK is not set
CONFIG_INPUT_TABLET=y
# CONFIG_TABLET_USB_ACECAD is not set
# CONFIG_TABLET_USB_AIPTEK is not set
# CONFIG_TABLET_USB_HANWANG is not set
# CONFIG_TABLET_USB_KBTAB is not set
# CONFIG_TABLET_USB_WACOM is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_88PM860X_ONKEY=y
# CONFIG_INPUT_AD714X is not set
CONFIG_INPUT_BMA150=y
# CONFIG_INPUT_PCSPKR is not set
# CONFIG_INPUT_MMA8450 is not set
# CONFIG_INPUT_MPU3050 is not set
CONFIG_INPUT_APANEL=y
CONFIG_INPUT_GP2A=y
# CONFIG_INPUT_GPIO_TILT_POLLED is not set
CONFIG_INPUT_WISTRON_BTNS=y
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_KXTJ9 is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
# CONFIG_INPUT_UINPUT is not set
# CONFIG_INPUT_PCF50633_PMU is not set
CONFIG_INPUT_PCF8574=y
# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
# CONFIG_INPUT_WM831X_ON is not set
# CONFIG_INPUT_PCAP is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_CMA3000 is not set
#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
CONFIG_SERIO_PCIPS2=y
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_SERIO_ALTERA_PS2 is not set
CONFIG_SERIO_PS2MULT=y
CONFIG_GAMEPORT=y
# CONFIG_GAMEPORT_NS558 is not set
CONFIG_GAMEPORT_L4=y
CONFIG_GAMEPORT_EMU10K1=y
# CONFIG_GAMEPORT_FM801 is not set
#
# Character devices
#
# CONFIG_VT is not set
# CONFIG_UNIX98_PTYS is not set
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
CONFIG_SERIAL_NONSTANDARD=y
CONFIG_ROCKETPORT=y
CONFIG_CYCLADES=y
# CONFIG_CYZ_INTR is not set
# CONFIG_MOXA_INTELLIO is not set
# CONFIG_MOXA_SMARTIO is not set
CONFIG_SYNCLINK=y
# CONFIG_SYNCLINKMP is not set
# CONFIG_SYNCLINK_GT is not set
# CONFIG_NOZOMI is not set
CONFIG_ISI=y
# CONFIG_N_HDLC is not set
CONFIG_N_GSM=y
# CONFIG_TRACE_SINK is not set
# CONFIG_DEVKMEM is not set
CONFIG_STALDRV=y
#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
# CONFIG_SERIAL_8250_MANY_PORTS is not set
CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_8250_DETECT_IRQ=y
CONFIG_SERIAL_8250_RSA=y
# CONFIG_SERIAL_8250_DW is not set
#
# Non-8250 serial port support
#
CONFIG_SERIAL_MAX3100=y
CONFIG_SERIAL_MAX3107=y
# CONFIG_SERIAL_MRST_MAX3110 is not set
# CONFIG_SERIAL_MFD_HSU is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_OF_PLATFORM is not set
# CONFIG_SERIAL_TIMBERDALE is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_IFX6X60 is not set
# CONFIG_SERIAL_PCH_UART is not set
CONFIG_SERIAL_XILINX_PS_UART=y
# CONFIG_SERIAL_XILINX_PS_UART_CONSOLE is not set
# CONFIG_TTY_PRINTK is not set
# CONFIG_PRINTER is not set
CONFIG_PPDEV=y
CONFIG_HVC_DRIVER=y
CONFIG_VIRTIO_CONSOLE=y
# CONFIG_IPMI_HANDLER is not set
# CONFIG_HW_RANDOM is not set
CONFIG_NVRAM=y
CONFIG_RTC=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
CONFIG_MWAVE=y
CONFIG_PC8736x_GPIO=y
CONFIG_NSC_GPIO=y
# CONFIG_RAW_DRIVER is not set
CONFIG_HANGCHECK_TIMER=y
# CONFIG_TCG_TPM is not set
CONFIG_TELCLOCK=y
CONFIG_DEVPORT=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
# CONFIG_I2C_COMPAT is not set
# CONFIG_I2C_CHARDEV is not set
CONFIG_I2C_MUX=y
#
# Multiplexer I2C Chip support
#
CONFIG_I2C_MUX_GPIO=y
CONFIG_I2C_MUX_PCA9541=y
# CONFIG_I2C_MUX_PCA954x is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_SMBUS=y
CONFIG_I2C_ALGOBIT=y
CONFIG_I2C_ALGOPCA=y
#
# I2C Hardware Bus support
#
#
# PC SMBus host controller drivers
#
CONFIG_I2C_ALI1535=y
CONFIG_I2C_ALI1563=y
CONFIG_I2C_ALI15X3=y
CONFIG_I2C_AMD756=y
CONFIG_I2C_AMD756_S4882=y
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
CONFIG_I2C_ISCH=y
# CONFIG_I2C_PIIX4 is not set
CONFIG_I2C_NFORCE2=y
CONFIG_I2C_NFORCE2_S4985=y
CONFIG_I2C_SIS5595=y
# CONFIG_I2C_SIS630 is not set
CONFIG_I2C_SIS96X=y
CONFIG_I2C_VIA=y
CONFIG_I2C_VIAPRO=y
#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
CONFIG_I2C_DESIGNWARE_PCI=y
# CONFIG_I2C_EG20T is not set
# CONFIG_I2C_GPIO is not set
# CONFIG_I2C_INTEL_MID is not set
# CONFIG_I2C_OCORES is not set
CONFIG_I2C_PCA_PLATFORM=y
CONFIG_I2C_PXA=y
CONFIG_I2C_PXA_PCI=y
CONFIG_I2C_SIMTEC=y
# CONFIG_I2C_XILINX is not set
#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_PARPORT is not set
CONFIG_I2C_PARPORT_LIGHT=y
CONFIG_I2C_TAOS_EVM=y
#
# Other I2C/SMBus bus drivers
#
# CONFIG_SCx200_ACB is not set
CONFIG_I2C_DEBUG_CORE=y
# CONFIG_I2C_DEBUG_ALGO is not set
CONFIG_I2C_DEBUG_BUS=y
CONFIG_SPI=y
CONFIG_SPI_DEBUG=y
CONFIG_SPI_MASTER=y
#
# SPI Master Controller Drivers
#
CONFIG_SPI_ALTERA=y
CONFIG_SPI_BITBANG=y
# CONFIG_SPI_BUTTERFLY is not set
# CONFIG_SPI_GPIO is not set
# CONFIG_SPI_LM70_LLP is not set
CONFIG_SPI_OC_TINY=y
CONFIG_SPI_PXA2XX=y
CONFIG_SPI_PXA2XX_PCI=y
CONFIG_SPI_TOPCLIFF_PCH=y
# CONFIG_SPI_XILINX is not set
CONFIG_SPI_DESIGNWARE=y
CONFIG_SPI_DW_PCI=y
CONFIG_SPI_DW_MID_DMA=y
#
# SPI Protocol Masters
#
# CONFIG_SPI_SPIDEV is not set
# CONFIG_SPI_TLE62X0 is not set
# CONFIG_HSI is not set
#
# PPS support
#
CONFIG_PPS=y
CONFIG_PPS_DEBUG=y
# CONFIG_NTP_PPS is not set
#
# PPS clients support
#
CONFIG_PPS_CLIENT_KTIMER=y
CONFIG_PPS_CLIENT_LDISC=y
# CONFIG_PPS_CLIENT_PARPORT is not set
# CONFIG_PPS_CLIENT_GPIO is not set
#
# PPS generators support
#
#
# PTP clock support
#
CONFIG_PTP_1588_CLOCK=y
#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
CONFIG_GPIOLIB=y
CONFIG_OF_GPIO=y
CONFIG_DEBUG_GPIO=y
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_GENERIC=y
CONFIG_GPIO_MAX730X=y
#
# Memory mapped GPIO drivers:
#
CONFIG_GPIO_GENERIC_PLATFORM=y
CONFIG_GPIO_IT8761E=y
CONFIG_GPIO_SCH=y
# CONFIG_GPIO_ICH is not set
CONFIG_GPIO_VX855=y
#
# I2C GPIO expanders:
#
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_PCA953X is not set
CONFIG_GPIO_PCF857X=y
# CONFIG_GPIO_RC5T583 is not set
# CONFIG_GPIO_SX150X is not set
CONFIG_GPIO_TPS65912=y
# CONFIG_GPIO_WM831X is not set
# CONFIG_GPIO_WM8350 is not set
CONFIG_GPIO_ADP5588=y
CONFIG_GPIO_ADP5588_IRQ=y
#
# PCI GPIO expanders:
#
# CONFIG_GPIO_CS5535 is not set
# CONFIG_GPIO_BT8XX is not set
CONFIG_GPIO_LANGWELL=y
CONFIG_GPIO_PCH=y
CONFIG_GPIO_ML_IOH=y
# CONFIG_GPIO_SODAVILLE is not set
# CONFIG_GPIO_RDC321X is not set
#
# SPI GPIO expanders:
#
CONFIG_GPIO_MAX7301=y
CONFIG_GPIO_MCP23S08=y
CONFIG_GPIO_MC33880=y
CONFIG_GPIO_74X164=y
#
# AC97 GPIO expanders:
#
#
# MODULbus GPIO expanders:
#
CONFIG_GPIO_TPS65910=y
CONFIG_W1=y
# CONFIG_W1_CON is not set
#
# 1-wire Bus Masters
#
CONFIG_W1_MASTER_MATROX=y
CONFIG_W1_MASTER_DS2482=y
# CONFIG_W1_MASTER_DS1WM is not set
# CONFIG_W1_MASTER_GPIO is not set
#
# 1-wire Slaves
#
# CONFIG_W1_SLAVE_THERM is not set
# CONFIG_W1_SLAVE_SMEM is not set
# CONFIG_W1_SLAVE_DS2408 is not set
CONFIG_W1_SLAVE_DS2423=y
CONFIG_W1_SLAVE_DS2431=y
CONFIG_W1_SLAVE_DS2433=y
# CONFIG_W1_SLAVE_DS2433_CRC is not set
# CONFIG_W1_SLAVE_DS2760 is not set
CONFIG_W1_SLAVE_DS2780=y
# CONFIG_W1_SLAVE_DS2781 is not set
# CONFIG_W1_SLAVE_BQ27000 is not set
CONFIG_POWER_SUPPLY=y
CONFIG_POWER_SUPPLY_DEBUG=y
# CONFIG_PDA_POWER is not set
CONFIG_WM831X_BACKUP=y
# CONFIG_WM831X_POWER is not set
CONFIG_WM8350_POWER=y
CONFIG_TEST_POWER=y
CONFIG_BATTERY_DS2780=y
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
CONFIG_BATTERY_OLPC=y
CONFIG_BATTERY_SBS=y
# CONFIG_BATTERY_BQ27x00 is not set
CONFIG_BATTERY_DA9030=y
CONFIG_BATTERY_MAX17040=y
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_PCF50633 is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_LP8727 is not set
CONFIG_CHARGER_GPIO=y
# CONFIG_CHARGER_MAX8997 is not set
CONFIG_CHARGER_SMB347=y
CONFIG_HWMON=y
CONFIG_HWMON_VID=y
# CONFIG_HWMON_DEBUG_CHIP is not set
#
# Native drivers
#
# CONFIG_SENSORS_ABITUGURU is not set
CONFIG_SENSORS_ABITUGURU3=y
# CONFIG_SENSORS_AD7314 is not set
# CONFIG_SENSORS_AD7414 is not set
CONFIG_SENSORS_AD7418=y
CONFIG_SENSORS_ADCXX=y
# CONFIG_SENSORS_ADM1021 is not set
CONFIG_SENSORS_ADM1025=y
CONFIG_SENSORS_ADM1026=y
CONFIG_SENSORS_ADM1029=y
CONFIG_SENSORS_ADM1031=y
CONFIG_SENSORS_ADM9240=y
# CONFIG_SENSORS_ADT7411 is not set
CONFIG_SENSORS_ADT7462=y
CONFIG_SENSORS_ADT7470=y
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_ASC7621 is not set
CONFIG_SENSORS_K8TEMP=y
# CONFIG_SENSORS_K10TEMP is not set
# CONFIG_SENSORS_FAM15H_POWER is not set
CONFIG_SENSORS_ASB100=y
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS620 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_I5K_AMB is not set
CONFIG_SENSORS_F71805F=y
CONFIG_SENSORS_F71882FG=y
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_FSCHMD is not set
CONFIG_SENSORS_G760A=y
CONFIG_SENSORS_GL518SM=y
# CONFIG_SENSORS_GL520SM is not set
CONFIG_SENSORS_GPIO_FAN=y
CONFIG_SENSORS_CORETEMP=y
CONFIG_SENSORS_IT87=y
# CONFIG_SENSORS_JC42 is not set
# CONFIG_SENSORS_LINEAGE is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM70 is not set
CONFIG_SENSORS_LM73=y
CONFIG_SENSORS_LM75=y
CONFIG_SENSORS_LM77=y
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
CONFIG_SENSORS_LM83=y
CONFIG_SENSORS_LM85=y
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LTC4151 is not set
CONFIG_SENSORS_LTC4215=y
CONFIG_SENSORS_LTC4245=y
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_LM95245 is not set
# CONFIG_SENSORS_MAX1111 is not set
# CONFIG_SENSORS_MAX16065 is not set
CONFIG_SENSORS_MAX1619=y
# CONFIG_SENSORS_MAX1668 is not set
CONFIG_SENSORS_MAX6639=y
CONFIG_SENSORS_MAX6642=y
CONFIG_SENSORS_MAX6650=y
# CONFIG_SENSORS_MCP3021 is not set
CONFIG_SENSORS_NTC_THERMISTOR=y
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
CONFIG_SENSORS_PCF8591=y
# CONFIG_PMBUS is not set
# CONFIG_SENSORS_SHT15 is not set
CONFIG_SENSORS_SHT21=y
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_SMM665 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
CONFIG_SENSORS_EMC6W201=y
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
CONFIG_SENSORS_SMSC47B397=y
CONFIG_SENSORS_SCH56XX_COMMON=y
# CONFIG_SENSORS_SCH5627 is not set
CONFIG_SENSORS_SCH5636=y
CONFIG_SENSORS_ADS1015=y
# CONFIG_SENSORS_ADS7828 is not set
CONFIG_SENSORS_ADS7871=y
# CONFIG_SENSORS_AMC6821 is not set
# CONFIG_SENSORS_INA2XX is not set
CONFIG_SENSORS_THMC50=y
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP401 is not set
CONFIG_SENSORS_TMP421=y
# CONFIG_SENSORS_VIA_CPUTEMP is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83795 is not set
CONFIG_SENSORS_W83L785TS=y
CONFIG_SENSORS_W83L786NG=y
# CONFIG_SENSORS_W83627HF is not set
CONFIG_SENSORS_W83627EHF=y
CONFIG_SENSORS_WM831X=y
CONFIG_SENSORS_WM8350=y
# CONFIG_SENSORS_APPLESMC is not set
# CONFIG_THERMAL is not set
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
CONFIG_WATCHDOG_NOWAYOUT=y
#
# Watchdog Device Drivers
#
CONFIG_SOFT_WATCHDOG=y
CONFIG_WM831X_WATCHDOG=y
CONFIG_WM8350_WATCHDOG=y
# CONFIG_ACQUIRE_WDT is not set
CONFIG_ADVANTECH_WDT=y
CONFIG_ALIM1535_WDT=y
CONFIG_ALIM7101_WDT=y
# CONFIG_F71808E_WDT is not set
# CONFIG_SP5100_TCO is not set
# CONFIG_GEODE_WDT is not set
# CONFIG_SC520_WDT is not set
CONFIG_SBC_FITPC2_WATCHDOG=y
# CONFIG_EUROTECH_WDT is not set
CONFIG_IB700_WDT=y
# CONFIG_IBMASR is not set
# CONFIG_WAFER_WDT is not set
# CONFIG_I6300ESB_WDT is not set
# CONFIG_IE6XX_WDT is not set
# CONFIG_ITCO_WDT is not set
CONFIG_IT8712F_WDT=y
# CONFIG_IT87_WDT is not set
CONFIG_HP_WATCHDOG=y
# CONFIG_HPWDT_NMI_DECODING is not set
# CONFIG_SC1200_WDT is not set
CONFIG_PC87413_WDT=y
# CONFIG_NV_TCO is not set
CONFIG_60XX_WDT=y
# CONFIG_SBC8360_WDT is not set
# CONFIG_SBC7240_WDT is not set
# CONFIG_CPU5_WDT is not set
# CONFIG_SMSC_SCH311X_WDT is not set
CONFIG_SMSC37B787_WDT=y
# CONFIG_VIA_WDT is not set
CONFIG_W83627HF_WDT=y
# CONFIG_W83697HF_WDT is not set
# CONFIG_W83697UG_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
CONFIG_SBC_EPX_C3_WATCHDOG=y
#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set
CONFIG_SSB_POSSIBLE=y
#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set
CONFIG_BCMA_POSSIBLE=y
#
# Broadcom specific AMBA
#
# CONFIG_BCMA is not set
#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
CONFIG_MFD_88PM860X=y
# CONFIG_MFD_SM501 is not set
CONFIG_HTC_PASIC3=y
# CONFIG_HTC_I2CPLD is not set
# CONFIG_MFD_LM3533 is not set
# CONFIG_TPS6105X is not set
CONFIG_TPS65010=y
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65217 is not set
# CONFIG_MFD_TPS6586X is not set
CONFIG_MFD_TPS65910=y
CONFIG_MFD_TPS65912=y
CONFIG_MFD_TPS65912_I2C=y
# CONFIG_MFD_TPS65912_SPI is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_TWL6040_CORE is not set
# CONFIG_MFD_STMPE is not set
# CONFIG_MFD_TC3589X is not set
# CONFIG_MFD_TMIO is not set
CONFIG_PMIC_DA903X=y
# CONFIG_MFD_DA9052_SPI is not set
# CONFIG_MFD_DA9052_I2C is not set
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_MAX77693 is not set
# CONFIG_MFD_MAX8925 is not set
CONFIG_MFD_MAX8997=y
# CONFIG_MFD_MAX8998 is not set
# CONFIG_MFD_S5M_CORE is not set
# CONFIG_MFD_WM8400 is not set
CONFIG_MFD_WM831X=y
CONFIG_MFD_WM831X_I2C=y
# CONFIG_MFD_WM831X_SPI is not set
CONFIG_MFD_WM8350=y
CONFIG_MFD_WM8350_I2C=y
# CONFIG_MFD_WM8994 is not set
CONFIG_MFD_PCF50633=y
CONFIG_PCF50633_ADC=y
CONFIG_PCF50633_GPIO=y
# CONFIG_MFD_MC13XXX_SPI is not set
# CONFIG_MFD_MC13XXX_I2C is not set
# CONFIG_ABX500_CORE is not set
CONFIG_EZX_PCAP=y
CONFIG_MFD_CS5535=y
# CONFIG_MFD_TIMBERDALE is not set
CONFIG_LPC_SCH=y
# CONFIG_LPC_ICH is not set
CONFIG_MFD_RDC321X=y
# CONFIG_MFD_JANZ_CMODIO is not set
CONFIG_MFD_VX855=y
CONFIG_MFD_WL1273_CORE=y
# CONFIG_MFD_TPS65090 is not set
CONFIG_MFD_AAT2870_CORE=y
CONFIG_MFD_RC5T583=y
# CONFIG_MFD_PALMAS is not set
CONFIG_REGULATOR=y
CONFIG_REGULATOR_DEBUG=y
CONFIG_REGULATOR_DUMMY=y
# CONFIG_REGULATOR_FIXED_VOLTAGE is not set
CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
CONFIG_REGULATOR_GPIO=y
# CONFIG_REGULATOR_AD5398 is not set
# CONFIG_REGULATOR_AAT2870 is not set
CONFIG_REGULATOR_DA903X=y
CONFIG_REGULATOR_ISL6271A=y
# CONFIG_REGULATOR_88PM8607 is not set
# CONFIG_REGULATOR_MAX1586 is not set
CONFIG_REGULATOR_MAX8649=y
# CONFIG_REGULATOR_MAX8660 is not set
CONFIG_REGULATOR_MAX8952=y
CONFIG_REGULATOR_MAX8997=y
# CONFIG_REGULATOR_PCAP is not set
# CONFIG_REGULATOR_LP3971 is not set
CONFIG_REGULATOR_LP3972=y
# CONFIG_REGULATOR_PCF50633 is not set
# CONFIG_REGULATOR_RC5T583 is not set
# CONFIG_REGULATOR_TPS62360 is not set
# CONFIG_REGULATOR_TPS65023 is not set
CONFIG_REGULATOR_TPS6507X=y
# CONFIG_REGULATOR_TPS6524X is not set
CONFIG_REGULATOR_TPS65910=y
# CONFIG_REGULATOR_TPS65912 is not set
# CONFIG_REGULATOR_WM831X is not set
CONFIG_REGULATOR_WM8350=y
CONFIG_MEDIA_SUPPORT=y
#
# Multimedia core support
#
# CONFIG_MEDIA_CONTROLLER is not set
# CONFIG_VIDEO_DEV is not set
# CONFIG_DVB_CORE is not set
# CONFIG_VIDEO_MEDIA is not set
#
# Multimedia drivers
#
CONFIG_RC_CORE=y
CONFIG_LIRC=y
CONFIG_RC_MAP=y
CONFIG_IR_NEC_DECODER=y
CONFIG_IR_RC5_DECODER=y
CONFIG_IR_RC6_DECODER=y
CONFIG_IR_JVC_DECODER=y
CONFIG_IR_SONY_DECODER=y
CONFIG_IR_RC5_SZ_DECODER=y
CONFIG_IR_SANYO_DECODER=y
CONFIG_IR_MCE_KBD_DECODER=y
CONFIG_IR_LIRC_CODEC=y
# CONFIG_RC_ATI_REMOTE is not set
# CONFIG_IR_IMON is not set
# CONFIG_IR_MCEUSB is not set
# CONFIG_IR_REDRAT3 is not set
# CONFIG_IR_STREAMZAP is not set
# CONFIG_RC_LOOPBACK is not set
# CONFIG_IR_GPIO_CIR is not set
#
# Graphics support
#
# CONFIG_AGP is not set
# CONFIG_VGA_ARB is not set
# CONFIG_DRM is not set
CONFIG_STUB_POULSBO=y
# CONFIG_VGASTATE is not set
CONFIG_VIDEO_OUTPUT_CONTROL=y
# CONFIG_FB is not set
# CONFIG_EXYNOS_VIDEO is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=y
# CONFIG_LCD_L4F00242T03 is not set
# CONFIG_LCD_LMS283GF05 is not set
CONFIG_LCD_LTV350QV=y
# CONFIG_LCD_TDO24M is not set
# CONFIG_LCD_VGG2432A4 is not set
# CONFIG_LCD_PLATFORM is not set
# CONFIG_LCD_S6E63M0 is not set
CONFIG_LCD_LD9040=y
CONFIG_LCD_AMS369FG06=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_GENERIC is not set
CONFIG_BACKLIGHT_PROGEAR=y
# CONFIG_BACKLIGHT_DA903X is not set
# CONFIG_BACKLIGHT_SAHARA is not set
CONFIG_BACKLIGHT_WM831X=y
# CONFIG_BACKLIGHT_ADP8860 is not set
# CONFIG_BACKLIGHT_ADP8870 is not set
# CONFIG_BACKLIGHT_88PM860X is not set
# CONFIG_BACKLIGHT_PCF50633 is not set
CONFIG_BACKLIGHT_AAT2870=y
# CONFIG_BACKLIGHT_LP855X is not set
# CONFIG_SOUND is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
# CONFIG_HID_BATTERY_STRENGTH is not set
CONFIG_HIDRAW=y
# CONFIG_HID_PID is not set
#
# Special HID drivers
#
CONFIG_HID_GENERIC=y
CONFIG_HID_APPLE=y
CONFIG_HID_ELECOM=y
CONFIG_HID_MAGICMOUSE=y
CONFIG_HID_TIVO=y
# CONFIG_HID_WACOM is not set
# CONFIG_HID_WIIMOTE is not set
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB_ARCH_HAS_XHCI=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
# CONFIG_USB is not set
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_OTG_BLACKLIST_HUB is not set
#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#
# CONFIG_USB_GADGET is not set
#
# OTG and related infrastructure
#
# CONFIG_UWB is not set
# CONFIG_MMC is not set
CONFIG_MEMSTICK=y
# CONFIG_MEMSTICK_DEBUG is not set
#
# MemoryStick drivers
#
CONFIG_MEMSTICK_UNSAFE_RESUME=y
# CONFIG_MSPRO_BLOCK is not set
#
# MemoryStick Host Controller Drivers
#
# CONFIG_MEMSTICK_TIFM_MS is not set
# CONFIG_MEMSTICK_JMICRON_38X is not set
CONFIG_MEMSTICK_R592=y
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
#
# LED drivers
#
# CONFIG_LEDS_88PM860X is not set
CONFIG_LEDS_LM3530=y
CONFIG_LEDS_PCA9532=y
CONFIG_LEDS_PCA9532_GPIO=y
CONFIG_LEDS_GPIO=y
CONFIG_LEDS_LP3944=y
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 is not set
# CONFIG_LEDS_CLEVO_MAIL is not set
# CONFIG_LEDS_PCA955X is not set
CONFIG_LEDS_PCA9633=y
# CONFIG_LEDS_WM831X_STATUS is not set
# CONFIG_LEDS_WM8350 is not set
CONFIG_LEDS_DA903X=y
# CONFIG_LEDS_DAC124S085 is not set
CONFIG_LEDS_REGULATOR=y
# CONFIG_LEDS_BD2802 is not set
CONFIG_LEDS_INTEL_SS4200=y
# CONFIG_LEDS_LT3593 is not set
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_MAX8997 is not set
CONFIG_LEDS_OT200=y
# CONFIG_LEDS_TRIGGERS is not set
#
# LED Triggers
#
CONFIG_ACCESSIBILITY=y
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
# CONFIG_RTC_CLASS is not set
CONFIG_DMADEVICES=y
# CONFIG_DMADEVICES_DEBUG is not set
#
# DMA Devices
#
CONFIG_INTEL_MID_DMAC=y
# CONFIG_INTEL_IOATDMA is not set
CONFIG_TIMB_DMA=y
# CONFIG_PCH_DMA is not set
CONFIG_DMA_ENGINE=y
#
# DMA Clients
#
CONFIG_NET_DMA=y
CONFIG_ASYNC_TX_DMA=y
CONFIG_DMATEST=y
CONFIG_AUXDISPLAY=y
# CONFIG_UIO is not set
CONFIG_VIRTIO=y
CONFIG_VIRTIO_RING=y
#
# Virtio drivers
#
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_BALLOON is not set
# CONFIG_VIRTIO_MMIO is not set
#
# Microsoft Hyper-V guest support
#
CONFIG_STAGING=y
CONFIG_ET131X=y
CONFIG_SLICOSS=y
# CONFIG_ECHO is not set
CONFIG_PANEL=y
CONFIG_PANEL_PARPORT=0
CONFIG_PANEL_PROFILE=5
CONFIG_PANEL_CHANGE_MESSAGE=y
CONFIG_PANEL_BOOT_MESSAGE=""
CONFIG_RTS_PSTOR=y
CONFIG_RTS_PSTOR_DEBUG=y
# CONFIG_IDE_PHISON is not set
# CONFIG_DX_SEP is not set
CONFIG_ZRAM=y
CONFIG_ZRAM_DEBUG=y
CONFIG_ZSMALLOC=y
# CONFIG_CRYSTALHD is not set
CONFIG_FT1000=y
#
# Speakup console speech
#
# CONFIG_TOUCHSCREEN_CLEARPAD_TM1217 is not set
# CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4 is not set
# CONFIG_STAGING_MEDIA is not set
#
# Android
#
CONFIG_ANDROID=y
# CONFIG_ANDROID_BINDER_IPC is not set
CONFIG_ASHMEM=y
# CONFIG_ANDROID_LOGGER is not set
CONFIG_ANDROID_TIMED_OUTPUT=y
# CONFIG_ANDROID_TIMED_GPIO is not set
CONFIG_ANDROID_LOW_MEMORY_KILLER=y
CONFIG_PHONE=y
CONFIG_PHONE_IXJ=y
# CONFIG_IPACK_BUS is not set
# CONFIG_WIMAX_GDM72XX is not set
CONFIG_X86_PLATFORM_DEVICES=y
CONFIG_DELL_LAPTOP=y
CONFIG_AMILO_RFKILL=y
# CONFIG_SENSORS_HDAPS is not set
# CONFIG_IBM_RTL is not set
# CONFIG_XO1_RFKILL is not set
CONFIG_SAMSUNG_LAPTOP=y
CONFIG_SAMSUNG_Q10=y
#
# Hardware Spinlock drivers
#
CONFIG_CLKSRC_I8253=y
CONFIG_CLKEVT_I8253=y
CONFIG_I8253_LOCK=y
CONFIG_CLKBLD_I8253=y
CONFIG_IOMMU_SUPPORT=y
#
# Remoteproc drivers (EXPERIMENTAL)
#
#
# Rpmsg drivers (EXPERIMENTAL)
#
CONFIG_VIRT_DRIVERS=y
CONFIG_PM_DEVFREQ=y
#
# DEVFREQ Governors
#
# CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND is not set
CONFIG_DEVFREQ_GOV_PERFORMANCE=y
# CONFIG_DEVFREQ_GOV_POWERSAVE is not set
CONFIG_DEVFREQ_GOV_USERSPACE=y
#
# DEVFREQ Drivers
#
# CONFIG_EXTCON is not set
# CONFIG_MEMORY is not set
# CONFIG_IIO is not set
# CONFIG_VME_BUS is not set
#
# Firmware Drivers
#
CONFIG_EDD=y
CONFIG_EDD_OFF=y
# CONFIG_FIRMWARE_MEMMAP is not set
# CONFIG_DELL_RBU is not set
CONFIG_DCDBAS=y
CONFIG_DMIID=y
CONFIG_DMI_SYSFS=y
# CONFIG_ISCSI_IBFT_FIND is not set
CONFIG_GOOGLE_FIRMWARE=y
#
# Google Firmware Drivers
#
CONFIG_GOOGLE_MEMCONSOLE=y
#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
# CONFIG_EXT2_FS is not set
CONFIG_EXT3_FS=y
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
# CONFIG_EXT3_FS_XATTR is not set
# CONFIG_EXT4_FS is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
# CONFIG_REISERFS_FS is not set
CONFIG_JFS_FS=y
# CONFIG_JFS_POSIX_ACL is not set
CONFIG_JFS_SECURITY=y
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
# CONFIG_XFS_FS is not set
CONFIG_OCFS2_FS=y
CONFIG_OCFS2_FS_O2CB=y
CONFIG_OCFS2_FS_USERSPACE_CLUSTER=y
CONFIG_OCFS2_FS_STATS=y
CONFIG_OCFS2_DEBUG_MASKLOG=y
# CONFIG_OCFS2_DEBUG_FS is not set
# CONFIG_BTRFS_FS is not set
CONFIG_NILFS2_FS=y
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
# CONFIG_PRINT_QUOTA_WARNING is not set
CONFIG_QUOTA_DEBUG=y
CONFIG_QUOTA_TREE=y
# CONFIG_QFMT_V1 is not set
# CONFIG_QFMT_V2 is not set
CONFIG_QUOTACTL=y
CONFIG_AUTOFS4_FS=y
# CONFIG_FUSE_FS is not set
#
# Caches
#
# CONFIG_FSCACHE is not set
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
# CONFIG_UDF_FS is not set
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_NTFS_FS is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
# CONFIG_PROC_PAGE_MONITOR is not set
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
# CONFIG_TMPFS_XATTR is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_CONFIGFS_FS=y
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
CONFIG_ECRYPT_FS=y
CONFIG_HFS_FS=y
# CONFIG_HFSPLUS_FS is not set
CONFIG_BEFS_FS=y
CONFIG_BEFS_DEBUG=y
CONFIG_BFS_FS=y
# CONFIG_EFS_FS is not set
# CONFIG_JFFS2_FS is not set
CONFIG_UBIFS_FS=y
CONFIG_UBIFS_FS_ADVANCED_COMPR=y
# CONFIG_UBIFS_FS_LZO is not set
CONFIG_UBIFS_FS_ZLIB=y
CONFIG_LOGFS=y
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
CONFIG_HPFS_FS=y
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX6FS_FS is not set
CONFIG_ROMFS_FS=y
# CONFIG_ROMFS_BACKED_BY_BLOCK is not set
# CONFIG_ROMFS_BACKED_BY_MTD is not set
CONFIG_ROMFS_BACKED_BY_BOTH=y
CONFIG_ROMFS_ON_BLOCK=y
CONFIG_ROMFS_ON_MTD=y
# CONFIG_PSTORE is not set
CONFIG_SYSV_FS=y
CONFIG_UFS_FS=y
# CONFIG_UFS_FS_WRITE is not set
# CONFIG_UFS_DEBUG is not set
# CONFIG_NETWORK_FILESYSTEMS is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
CONFIG_NLS_CODEPAGE_775=y
# CONFIG_NLS_CODEPAGE_850 is not set
CONFIG_NLS_CODEPAGE_852=y
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
CONFIG_NLS_CODEPAGE_860=y
CONFIG_NLS_CODEPAGE_861=y
CONFIG_NLS_CODEPAGE_862=y
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
CONFIG_NLS_CODEPAGE_865=y
# CONFIG_NLS_CODEPAGE_866 is not set
CONFIG_NLS_CODEPAGE_869=y
CONFIG_NLS_CODEPAGE_936=y
CONFIG_NLS_CODEPAGE_950=y
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
CONFIG_NLS_CODEPAGE_1251=y
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
CONFIG_NLS_ISO8859_3=y
# CONFIG_NLS_ISO8859_4 is not set
CONFIG_NLS_ISO8859_5=y
CONFIG_NLS_ISO8859_6=y
CONFIG_NLS_ISO8859_7=y
# CONFIG_NLS_ISO8859_9 is not set
CONFIG_NLS_ISO8859_13=y
CONFIG_NLS_ISO8859_14=y
CONFIG_NLS_ISO8859_15=y
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_MAC_ROMAN is not set
# CONFIG_NLS_MAC_CELTIC is not set
# CONFIG_NLS_MAC_CENTEURO is not set
# CONFIG_NLS_MAC_CROATIAN is not set
# CONFIG_NLS_MAC_CYRILLIC is not set
# CONFIG_NLS_MAC_GAELIC is not set
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
CONFIG_NLS_UTF8=y
CONFIG_DLM=y
# CONFIG_DLM_DEBUG is not set
#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
# CONFIG_ENABLE_WARN_DEPRECATED is not set
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=1024
# CONFIG_MAGIC_SYSRQ is not set
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_READABLE_ASM is not set
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_DEBUG_FS=y
CONFIG_HEADERS_CHECK=y
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
CONFIG_LOCKUP_DETECTOR=y
CONFIG_HARDLOCKUP_DETECTOR=y
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=1
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y
# CONFIG_TIMER_STATS is not set
# CONFIG_DEBUG_OBJECTS is not set
CONFIG_SLUB_DEBUG_ON=y
CONFIG_SLUB_STATS=y
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_PREEMPT is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=y
CONFIG_PROVE_RCU=y
# CONFIG_PROVE_RCU_REPEATEDLY is not set
CONFIG_SPARSE_RCU_POINTER=y
CONFIG_LOCKDEP=y
CONFIG_LOCK_STAT=y
# CONFIG_DEBUG_LOCKDEP is not set
CONFIG_TRACE_IRQFLAGS=y
CONFIG_DEBUG_ATOMIC_SLEEP=y
CONFIG_DEBUG_LOCKING_API_SELFTESTS=y
CONFIG_STACKTRACE=y
CONFIG_DEBUG_STACK_USAGE=y
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_HIGHMEM=y
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_VM is not set
CONFIG_DEBUG_VIRTUAL=y
CONFIG_DEBUG_WRITECOUNT=y
# CONFIG_DEBUG_MEMORY_INIT is not set
CONFIG_DEBUG_LIST=y
CONFIG_TEST_LIST_SORT=y
CONFIG_DEBUG_SG=y
# CONFIG_DEBUG_NOTIFIERS is not set
CONFIG_DEBUG_CREDENTIALS=y
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=60
CONFIG_RCU_CPU_STALL_VERBOSE=y
# CONFIG_RCU_CPU_STALL_INFO is not set
CONFIG_RCU_TRACE=y
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
CONFIG_DEBUG_PER_CPU_MAPS=y
# CONFIG_LKDTM is not set
# CONFIG_CPU_NOTIFIER_ERROR_INJECT is not set
# CONFIG_FAULT_INJECTION is not set
CONFIG_LATENCYTOP=y
# CONFIG_DEBUG_PAGEALLOC is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set
CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
CONFIG_FIREWIRE_OHCI_REMOTE_DMA=y
CONFIG_BUILD_DOCSRC=y
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DMA_API_DEBUG is not set
CONFIG_ATOMIC64_SELFTEST=y
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
CONFIG_KGDB=y
# CONFIG_KGDB_SERIAL_CONSOLE is not set
# CONFIG_KGDB_TESTS is not set
CONFIG_KGDB_LOW_LEVEL_TRAP=y
# CONFIG_KGDB_KDB is not set
CONFIG_HAVE_ARCH_KMEMCHECK=y
# CONFIG_KMEMCHECK is not set
CONFIG_TEST_KSTRTOX=y
CONFIG_STRICT_DEVMEM=y
# CONFIG_X86_VERBOSE_BOOTUP is not set
CONFIG_EARLY_PRINTK=y
CONFIG_EARLY_PRINTK_DBGP=y
CONFIG_DEBUG_STACKOVERFLOW=y
# CONFIG_X86_PTDUMP is not set
# CONFIG_DEBUG_RODATA is not set
CONFIG_DOUBLEFAULT=y
# CONFIG_IOMMU_STRESS is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
# CONFIG_IO_DELAY_0X80 is not set
# CONFIG_IO_DELAY_0XED is not set
CONFIG_IO_DELAY_UDELAY=y
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=2
CONFIG_DEBUG_BOOT_PARAMS=y
CONFIG_CPA_DEBUG=y
# CONFIG_OPTIMIZE_INLINING is not set
# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set
# CONFIG_DEBUG_NMI_SELFTEST is not set
#
# Security options
#
CONFIG_KEYS=y
# CONFIG_ENCRYPTED_KEYS is not set
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
CONFIG_SECURITY_DMESG_RESTRICT=y
# CONFIG_SECURITY is not set
# CONFIG_SECURITYFS is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_CRYPTO=y
#
# Crypto core or helper
#
# CONFIG_CRYPTO_FIPS is not set
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_PCOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_USER is not set
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
CONFIG_CRYPTO_GF128MUL=y
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_PCRYPT is not set
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=y
CONFIG_CRYPTO_AUTHENC=y
#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=y
CONFIG_CRYPTO_GCM=y
CONFIG_CRYPTO_SEQIV=y
#
# Block modes
#
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_CTS=y
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_LRW=y
CONFIG_CRYPTO_PCBC=y
CONFIG_CRYPTO_XTS=y
#
# Hash modes
#
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_XCBC is not set
CONFIG_CRYPTO_VMAC=y
#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32C_INTEL=y
CONFIG_CRYPTO_GHASH=y
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_RMD128=y
# CONFIG_CRYPTO_RMD160 is not set
CONFIG_CRYPTO_RMD256=y
# CONFIG_CRYPTO_RMD320 is not set
CONFIG_CRYPTO_SHA1=y
# CONFIG_CRYPTO_SHA256 is not set
CONFIG_CRYPTO_SHA512=y
# CONFIG_CRYPTO_TGR192 is not set
CONFIG_CRYPTO_WP512=y
#
# Ciphers
#
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_586=y
CONFIG_CRYPTO_AES_NI_INTEL=y
CONFIG_CRYPTO_ANUBIS=y
CONFIG_CRYPTO_ARC4=y
# CONFIG_CRYPTO_BLOWFISH is not set
CONFIG_CRYPTO_CAMELLIA=y
CONFIG_CRYPTO_CAST5=y
# CONFIG_CRYPTO_CAST6 is not set
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_FCRYPT=y
CONFIG_CRYPTO_KHAZAD=y
# CONFIG_CRYPTO_SALSA20 is not set
CONFIG_CRYPTO_SALSA20_586=y
# CONFIG_CRYPTO_SEED is not set
CONFIG_CRYPTO_SERPENT=y
CONFIG_CRYPTO_SERPENT_SSE2_586=y
# CONFIG_CRYPTO_TEA is not set
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_TWOFISH_COMMON=y
# CONFIG_CRYPTO_TWOFISH_586 is not set
#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
# CONFIG_CRYPTO_ZLIB is not set
CONFIG_CRYPTO_LZO=y
#
# Random Number Generation
#
CONFIG_CRYPTO_ANSI_CPRNG=y
CONFIG_CRYPTO_USER_API=y
# CONFIG_CRYPTO_USER_API_HASH is not set
CONFIG_CRYPTO_USER_API_SKCIPHER=y
CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_PADLOCK is not set
CONFIG_CRYPTO_DEV_GEODE=y
# CONFIG_CRYPTO_DEV_HIFN_795X is not set
CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_HAVE_KVM_EVENTFD=y
CONFIG_KVM_APIC_ARCHITECTURE=y
CONFIG_KVM_MMIO=y
CONFIG_KVM_ASYNC_PF=y
CONFIG_HAVE_KVM_MSI=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=y
# CONFIG_KVM_AMD is not set
# CONFIG_VHOST_NET is not set
CONFIG_LGUEST=y
# CONFIG_BINARY_PRINTF is not set
#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_IO=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
CONFIG_AUDIT_GENERIC=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
# CONFIG_XZ_DEC_POWERPC is not set
CONFIG_XZ_DEC_IA64=y
CONFIG_XZ_DEC_ARM=y
# CONFIG_XZ_DEC_ARMTHUMB is not set
# CONFIG_XZ_DEC_SPARC is not set
CONFIG_XZ_DEC_BCJ=y
CONFIG_XZ_DEC_TEST=y
CONFIG_DECOMPRESS_GZIP=y
CONFIG_REED_SOLOMON=y
CONFIG_REED_SOLOMON_DEC16=y
CONFIG_BCH=y
CONFIG_BCH_CONST_PARAMS=y
CONFIG_BTREE=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_CPUMASK_OFFSTACK=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_NLATTR=y
CONFIG_LRU_CACHE=y
# CONFIG_AVERAGE is not set
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-28 12:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-28 12:29 pci_get_subsys: GFP_KERNEL allocation with IRQs disabled Fengguang Wu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).