Return-path: Received: from mx3.mail.elte.hu ([157.181.1.138]:46908 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754563Ab0FKIe2 (ORCPT ); Fri, 11 Jun 2010 04:34:28 -0400 Date: Fri, 11 Jun 2010 10:32:50 +0200 From: Ingo Molnar To: Jens Axboe Cc: Linus Torvalds , "Rafael J. Wysocki" , Carl Worth , Eric Anholt , Venkatesh Pallipadi , Dave Airlie , Jesse Barnes , David H?rdeman , Mauro Carvalho Chehab , Eric Dumazet , Linux Kernel Mailing List , Maciej Rutecki , Andrew Morton , Kernel Testers List , Network Development , Linux ACPI , Linux PM List , Linux SCSI List , Linux Wireless List , DRI Subject: Re: 2.6.35-rc2-git2: Reported regressions from 2.6.34 Message-ID: <20100611083249.GA11143@elte.hu> References: <4C0F4872.7090909@fusionio.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="Dxnq1zWXvFF0Q93v" In-Reply-To: <4C0F4872.7090909@fusionio.com> Sender: linux-wireless-owner@vger.kernel.org List-ID: --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline * Jens Axboe wrote: > On 2010-06-09 03:53, Linus Torvalds wrote: > >> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=16129 > >> Subject : BUG: using smp_processor_id() in preemptible [00000000] code: jbd2/sda2 > >> Submitter : Jan Kreuzer > >> Date : 2010-06-05 06:15 (4 days old) > > > > This seems to have been introduced by > > > > commit 7cbaef9c83e58bbd4bdd534b09052b6c5ec457d5 > > Author: Ingo Molnar > > Date: Sat Nov 8 17:05:38 2008 +0100 > > > > sched: optimize sched_clock() a bit > > > > sched_clock() uses cycles_2_ns() needlessly - which is an irq-disabling > > variant of __cycles_2_ns(). > > > > Most of the time sched_clock() is called with irqs disabled already. > > The few places that call it with irqs enabled need to be updated. > > > > Signed-off-by: Ingo Molnar > > > > and this seems to be one of those calling cases that need to be updated. > > > > Ingo? The call trace is: > > > > BUG: using smp_processor_id() in preemptible [00000000] code: jbd2/sda2-8/337 > > caller is native_sched_clock+0x3c/0x68 > > Pid: 337, comm: jbd2/sda2-8 Not tainted 2.6.35-rc1jan+ #4 > > Call Trace: > > [] debug_smp_processor_id+0xc9/0xe4 > > [] native_sched_clock+0x3c/0x68 > > [] sched_clock+0x9/0xd > > [] blk_rq_init+0x97/0xa3 > > [] get_request+0x1c4/0x2d0 > > [] get_request_wait+0x29/0x1a6 > > [] __make_request+0x338/0x45b > > [] generic_make_request+0x2bb/0x330 > > [] submit_bio+0xd2/0xef > > [] submit_bh+0xf4/0x116 > > [] block_write_full_page_endio+0x89/0x96 > > [] block_write_full_page+0x15/0x17 > > [] ext4_writepage+0x356/0x36b > > [] __writepage+0x1a/0x39 > > [] write_cache_pages+0x20d/0x346 > > [] generic_writepages+0x27/0x29 > > [] journal_submit_data_buffers+0x110/0x17d > > [] jbd2_journal_commit_transaction+0x4cb/0x156d > > [] kjournald2+0x147/0x37a > > > > (from the bugzilla thing) > > This should be fixed by commit 28f4197e which was merged on friday. Hm, it's still not entirely fixed, as of 2.6.35-rc2-00131-g7908a9e. With some configs i get bad spinlock warnings during bootup: [ 28.968013] initcall net_olddevs_init+0x0/0x82 returned 0 after 93750 usecs [ 28.972003] calling b44_init+0x0/0x55 @ 1 [ 28.976009] bus: 'pci': add driver b44 [ 28.976374] sda: [ 28.978157] BUG: spinlock bad magic on CPU#1, async/0/117 [ 28.980000] lock: 7e1c5bbc, .magic: 00000000, .owner: /-1, .owner_cpu: 0 [ 28.980000] Pid: 117, comm: async/0 Not tainted 2.6.35-rc2-tip-01092-g010e7ef-dirty #8183 [ 28.980000] Call Trace: [ 28.980000] [<41ba6d55>] ? printk+0x20/0x24 [ 28.980000] [<4134b7b7>] spin_bug+0x7c/0x87 [ 28.980000] [<4134b853>] do_raw_spin_lock+0x1e/0x123 [ 28.980000] [<41ba92ca>] ? _raw_spin_lock_irqsave+0x12/0x20 [ 28.980000] [<41ba92d2>] _raw_spin_lock_irqsave+0x1a/0x20 [ 28.980000] [<4133476f>] blkiocg_update_io_add_stats+0x25/0xfb [ 28.980000] [<41335dae>] ? cfq_prio_tree_add+0xb1/0xc1 [ 28.980000] [<41337bc7>] cfq_insert_request+0x8c/0x425 [ 28.980000] [<41ba9271>] ? _raw_spin_unlock_irqrestore+0x17/0x23 [ 28.980000] [<41ba9271>] ? _raw_spin_unlock_irqrestore+0x17/0x23 [ 28.980000] [<41329225>] elv_insert+0x107/0x1a0 [ 28.980000] [<41329354>] __elv_add_request+0x96/0x9d [ 28.980000] [<4132bb8c>] ? drive_stat_acct+0x9d/0xc6 [ 28.980000] [<4132dd64>] __make_request+0x335/0x376 [ 28.980000] [<4132c726>] generic_make_request+0x336/0x39d [ 28.980000] [<410ad422>] ? kmem_cache_alloc+0xa1/0x105 [ 28.980000] [<41089285>] ? mempool_alloc_slab+0xe/0x10 [ 28.980000] [<41089285>] ? mempool_alloc_slab+0xe/0x10 [ 28.980000] [<41089285>] ? mempool_alloc_slab+0xe/0x10 [ 28.980000] [<41089347>] ? mempool_alloc+0x57/0xe2 [ 28.980000] [<4132c804>] submit_bio+0x77/0x8f [ 28.980000] [<410d2cbc>] ? bio_alloc_bioset+0x37/0x94 [ 28.980000] [<410ceb90>] submit_bh+0xc3/0xe2 [ 28.980000] [<410d1474>] block_read_full_page+0x249/0x259 [ 28.980000] [<410d31fb>] ? blkdev_get_block+0x0/0xc6 [ 28.980000] [<41087bfa>] ? add_to_page_cache_locked+0x94/0xb5 [ 28.980000] [<410d3d92>] blkdev_readpage+0xf/0x11 [ 28.980000] [<41088823>] do_read_cache_page+0x7d/0x11a [ 28.980000] [<410d3d83>] ? blkdev_readpage+0x0/0x11 [ 28.980000] [<410888f4>] read_cache_page_async+0x16/0x1b [ 28.980000] [<41088904>] read_cache_page+0xb/0x12 [ 28.980000] [<410e80e1>] read_dev_sector+0x2a/0x63 [ 28.980000] [<410e92e8>] adfspart_check_ICS+0x2e/0x166 [ 28.980000] [<41ba6d55>] ? printk+0x20/0x24 [ 28.980000] [<410e8d23>] rescan_partitions+0x196/0x3e4 [ 28.980000] [<41ba7dc7>] ? __mutex_unlock_slowpath+0x98/0x9f [ 28.980000] [<410e92ba>] ? adfspart_check_ICS+0x0/0x166 [ 28.980000] [<410d4277>] __blkdev_get+0x1e7/0x292 [ 28.980000] [<4133a201>] ? kobject_put+0x14/0x16 [ 28.980000] [<410d432c>] blkdev_get+0xa/0xc [ 28.980000] [<410e81fb>] register_disk+0x94/0xe5 [ 28.980000] [<413326c6>] ? blk_register_region+0x1b/0x20 [ 28.980000] [<41332815>] add_disk+0x57/0x95 [ 28.980000] [<41331fc6>] ? exact_match+0x0/0x8 [ 28.980000] [<4133233f>] ? exact_lock+0x0/0x11 [ 28.980000] [<41643848>] sd_probe_async+0x108/0x1be [ 28.980000] [<41048865>] async_thread+0xf5/0x1e6 [ 28.980000] [<4102cbcb>] ? default_wake_function+0x0/0xd [ 28.980000] [<41048770>] ? async_thread+0x0/0x1e6 [ 28.980000] [<410433df>] kthread+0x5f/0x64 [ 28.980000] [<41043380>] ? kthread+0x0/0x64 [ 28.980000] [<41002cc6>] kernel_thread_helper+0x6/0x10 [ 29.264071] async/1 used greatest stack depth: 2336 bytes left [ 29.267020] bus: 'ssb': add driver b44 [ 29.267072] initcall b44_init+0x0/0x55 returned 0 after 281250 usecs [ 29.267076] calling init_nic+0x0/0x16 @ 1 Caused by the same blkiocg_update_io_add_stats() function. Bootlog and config attached. Reproducible on that sha1 and with that config. Thanks, Ingo --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=config # # Automatically generated make config: don't edit # Linux kernel version: 2.6.35-rc2 # Fri Jun 11 12:25:08 2010 # # 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_GENERIC_TIME=y CONFIG_GENERIC_CMOS_UPDATE=y CONFIG_CLOCKSOURCE_WATCHDOG=y CONFIG_GENERIC_CLOCKEVENTS=y CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y CONFIG_LOCKDEP_SUPPORT=y CONFIG_STACKTRACE_SUPPORT=y CONFIG_HAVE_LATENCYTOP_SUPPORT=y CONFIG_MMU=y CONFIG_ZONE_DMA=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_SG_DMA_LENGTH=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=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_ARCH_HAS_CPU_IDLE_WAIT=y CONFIG_GENERIC_CALIBRATE_DELAY=y # CONFIG_GENERIC_TIME_VSYSCALL is not set CONFIG_ARCH_HAS_CPU_RELAX=y CONFIG_ARCH_HAS_DEFAULT_IDLE=y CONFIG_ARCH_HAS_CACHE_LINE_SIZE=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_HAVE_CPUMASK_OF_CPU_MAP is not set CONFIG_ARCH_HIBERNATION_POSSIBLE=y CONFIG_ARCH_SUSPEND_POSSIBLE=y # CONFIG_ZONE_DMA32 is not set CONFIG_ARCH_POPULATES_NODE_MAP=y # CONFIG_AUDIT_ARCH is not set CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y CONFIG_HAVE_EARLY_RES=y CONFIG_GENERIC_HARDIRQS=y CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_GENERIC_PENDING_IRQ=y CONFIG_USE_GENERIC_SMP_HELPERS=y CONFIG_X86_32_SMP=y CONFIG_X86_HT=y CONFIG_X86_TRAMPOLINE=y CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx" CONFIG_KTIME_SCALAR=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" CONFIG_CONSTRUCTORS=y # # General setup # CONFIG_EXPERIMENTAL=y CONFIG_LOCK_KERNEL=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_LZO=y # CONFIG_KERNEL_GZIP is not set # CONFIG_KERNEL_BZIP2 is not set CONFIG_KERNEL_LZMA=y # CONFIG_KERNEL_LZO is not set CONFIG_SWAP=y CONFIG_SYSVIPC=y # CONFIG_POSIX_MQUEUE is not set CONFIG_BSD_PROCESS_ACCT=y CONFIG_BSD_PROCESS_ACCT_V3=y CONFIG_TASKSTATS=y CONFIG_TASK_DELAY_ACCT=y # CONFIG_TASK_XACCT is not set # CONFIG_AUDIT is not set # # RCU Subsystem # CONFIG_TREE_RCU=y # CONFIG_TREE_PREEMPT_RCU is not set # CONFIG_TINY_RCU is not set CONFIG_RCU_TRACE=y CONFIG_RCU_FANOUT=32 CONFIG_RCU_FANOUT_EXACT=y CONFIG_RCU_FAST_NO_HZ=y CONFIG_TREE_RCU_TRACE=y CONFIG_IKCONFIG=y # CONFIG_IKCONFIG_PROC is not set CONFIG_LOG_BUF_SHIFT=20 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y CONFIG_CGROUPS=y CONFIG_CGROUP_DEBUG=y CONFIG_CGROUP_NS=y CONFIG_CGROUP_FREEZER=y # CONFIG_CGROUP_DEVICE is not set CONFIG_CPUSETS=y # CONFIG_PROC_PID_CPUSET is not set CONFIG_CGROUP_CPUACCT=y # CONFIG_RESOURCE_COUNTERS is not set CONFIG_CGROUP_SCHED=y # CONFIG_FAIR_GROUP_SCHED is not set # CONFIG_RT_GROUP_SCHED is not set CONFIG_BLK_CGROUP=y CONFIG_DEBUG_BLK_CGROUP=y CONFIG_SYSFS_DEPRECATED=y CONFIG_SYSFS_DEPRECATED_V2=y # CONFIG_RELAY is not set CONFIG_NAMESPACES=y CONFIG_UTS_NS=y CONFIG_IPC_NS=y CONFIG_USER_NS=y # CONFIG_PID_NS is not set # CONFIG_NET_NS is not set CONFIG_BLK_DEV_INITRD=y CONFIG_INITRAMFS_SOURCE="" # CONFIG_RD_GZIP is not set # CONFIG_RD_BZIP2 is not set CONFIG_RD_LZMA=y CONFIG_RD_LZO=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_ANON_INODES=y CONFIG_EMBEDDED=y CONFIG_UID16=y CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_HOTPLUG=y CONFIG_PRINTK=y # CONFIG_BUG is not set # CONFIG_ELF_CORE is not set CONFIG_PCSPKR_PLATFORM=y CONFIG_BASE_FULL=y CONFIG_FUTEX=y # CONFIG_EPOLL is not set CONFIG_SIGNALFD=y CONFIG_TIMERFD=y CONFIG_EVENTFD=y CONFIG_SHMEM=y # CONFIG_AIO is not set CONFIG_HAVE_PERF_EVENTS=y CONFIG_PERF_USE_VMALLOC=y # # Kernel Performance Events And Counters # CONFIG_PERF_EVENTS=y CONFIG_PERF_COUNTERS=y CONFIG_DEBUG_PERF_USE_VMALLOC=y # CONFIG_VM_EVENT_COUNTERS is not set # CONFIG_PCI_QUIRKS is not set CONFIG_SLUB_DEBUG=y CONFIG_COMPAT_BRK=y # CONFIG_SLAB is not set CONFIG_SLUB=y # CONFIG_SLOB is not set CONFIG_PROFILING=y CONFIG_TRACEPOINTS=y CONFIG_OPROFILE=y CONFIG_OPROFILE_EVENT_MULTIPLEX=y CONFIG_HAVE_OPROFILE=y CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=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_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 # # GCOV-based kernel profiling # # CONFIG_GCOV_KERNEL is not set CONFIG_SLOW_WORK=y CONFIG_SLOW_WORK_DEBUG=y CONFIG_HAVE_GENERIC_DMA_COHERENT=y CONFIG_SLABINFO=y CONFIG_RT_MUTEXES=y CONFIG_BASE_SMALL=0 # CONFIG_MODULES is not set CONFIG_STOP_MACHINE=y CONFIG_BLOCK=y CONFIG_LBDAF=y # CONFIG_BLK_DEV_BSG is not set CONFIG_BLK_DEV_INTEGRITY=y # # IO Schedulers # CONFIG_IOSCHED_NOOP=y # CONFIG_IOSCHED_DEADLINE is not set CONFIG_IOSCHED_CFQ=y # CONFIG_CFQ_GROUP_IOSCHED is not set # CONFIG_DEFAULT_DEADLINE is not set CONFIG_DEFAULT_CFQ=y # CONFIG_DEFAULT_NOOP is not set CONFIG_DEFAULT_IOSCHED="cfq" CONFIG_PADATA=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_INLINE_SPIN_UNLOCK is not set # 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_TICK_ONESHOT=y CONFIG_NO_HZ=y # CONFIG_HIGH_RES_TIMERS is not set CONFIG_GENERIC_CLOCKEVENTS_BUILD=y CONFIG_SMP=y # CONFIG_SPARSE_IRQ is not set CONFIG_X86_MPPARSE=y CONFIG_X86_BIGSMP=y # CONFIG_X86_EXTENDED_PLATFORM is not set CONFIG_SCHED_OMIT_FRAME_POINTER=y # CONFIG_PARAVIRT_GUEST is not set CONFIG_NO_BOOTMEM=y # CONFIG_MEMTEST is not set # 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 is not set # 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_MGEODEGX1 is not set # CONFIG_MGEODE_LX is not set # CONFIG_MCYRIXIII is not set CONFIG_MVIAC3_2=y # CONFIG_MVIAC7 is not set # CONFIG_MPSC is not set # CONFIG_MCORE2 is not set # CONFIG_MATOM is not set # CONFIG_GENERIC_CPU is not set # CONFIG_X86_GENERIC is not set CONFIG_X86_CPU=y CONFIG_X86_INTERNODE_CACHE_SHIFT=5 CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=5 CONFIG_X86_XADD=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INVLPG=y CONFIG_X86_BSWAP=y CONFIG_X86_POPAD_OK=y CONFIG_X86_ALIGNMENT_16=y CONFIG_X86_USE_PPRO_CHECKSUM=y CONFIG_X86_TSC=y CONFIG_X86_CMOV=y CONFIG_X86_MINIMUM_CPU_FAMILY=4 CONFIG_X86_DEBUGCTLMSR=y # CONFIG_PROCESSOR_SELECT is not set CONFIG_CPU_SUP_INTEL=y CONFIG_CPU_SUP_CYRIX_32=y CONFIG_CPU_SUP_AMD=y CONFIG_CPU_SUP_CENTAUR=y CONFIG_CPU_SUP_TRANSMETA_32=y CONFIG_CPU_SUP_UMC_32=y CONFIG_HPET_TIMER=y CONFIG_DMI=y # CONFIG_IOMMU_HELPER is not set # CONFIG_IOMMU_API is not set CONFIG_NR_CPUS=32 CONFIG_SCHED_SMT=y CONFIG_SCHED_MC=y # CONFIG_PREEMPT_NONE is not set CONFIG_PREEMPT_VOLUNTARY=y # CONFIG_PREEMPT is not set CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y # CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set CONFIG_X86_MCE=y # CONFIG_X86_MCE_INTEL is not set # CONFIG_X86_MCE_AMD is not set # CONFIG_X86_ANCIENT_MCE is not set CONFIG_X86_MCE_INJECT=y # CONFIG_VM86 is not set # CONFIG_TOSHIBA is not set # CONFIG_I8K is not set CONFIG_X86_REBOOTFIXUPS=y CONFIG_MICROCODE=y CONFIG_MICROCODE_INTEL=y CONFIG_MICROCODE_AMD=y CONFIG_MICROCODE_OLD_INTERFACE=y CONFIG_X86_MSR=y # 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_NEED_NODE_MEMMAP_SIZE=y CONFIG_ARCH_FLATMEM_ENABLE=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y # CONFIG_ARCH_MEMORY_PROBE is not set CONFIG_ILLEGAL_POINTER_VALUE=0 CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_FLATMEM_MANUAL is not set # CONFIG_DISCONTIGMEM_MANUAL is not set CONFIG_SPARSEMEM_MANUAL=y CONFIG_SPARSEMEM=y CONFIG_HAVE_MEMORY_PRESENT=y CONFIG_SPARSEMEM_STATIC=y CONFIG_MEMORY_HOTPLUG=y CONFIG_MEMORY_HOTPLUG_SPARSE=y CONFIG_MEMORY_HOTREMOVE=y CONFIG_SPLIT_PTLOCK_CPUS=999999 # CONFIG_COMPACTION is not set 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_KSM=y CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 CONFIG_HIGHPTE=y # CONFIG_X86_CHECK_BIOS_CORRUPTION is not set CONFIG_X86_RESERVE_LOW_64K=y # CONFIG_MATH_EMULATION is not set CONFIG_MTRR=y CONFIG_MTRR_SANITIZER=y CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0 CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1 CONFIG_X86_PAT=y CONFIG_ARCH_USES_PG_UNCACHED=y CONFIG_SECCOMP=y CONFIG_CC_STACKPROTECTOR=y # 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=y CONFIG_CRASH_DUMP=y CONFIG_KEXEC_JUMP=y 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=y CONFIG_CMDLINE="" # CONFIG_CMDLINE_OVERRIDE is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y # # Power management and ACPI options # CONFIG_PM=y CONFIG_PM_DEBUG=y # CONFIG_PM_ADVANCED_DEBUG is not set CONFIG_PM_VERBOSE=y CONFIG_CAN_PM_TRACE=y CONFIG_PM_TRACE=y CONFIG_PM_TRACE_RTC=y CONFIG_PM_SLEEP_SMP=y CONFIG_PM_SLEEP=y CONFIG_SUSPEND=y # CONFIG_PM_TEST_SUSPEND is not set CONFIG_SUSPEND_FREEZER=y CONFIG_HIBERNATION_NVS=y CONFIG_HIBERNATION=y CONFIG_PM_STD_PARTITION="" # CONFIG_PM_RUNTIME is not set CONFIG_PM_OPS=y # CONFIG_ACPI is not set CONFIG_SFI=y # CONFIG_APM is not set # # CPU Frequency scaling # CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=y CONFIG_CPU_FREQ_DEBUG=y CONFIG_CPU_FREQ_STAT=y CONFIG_CPU_FREQ_STAT_DETAILS=y # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=y CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_ONDEMAND=y # CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set # # CPUFreq processor drivers # CONFIG_X86_POWERNOW_K6=y CONFIG_X86_POWERNOW_K7=y CONFIG_X86_GX_SUSPMOD=y CONFIG_X86_SPEEDSTEP_CENTRINO=y CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y # CONFIG_X86_SPEEDSTEP_ICH is not set # CONFIG_X86_SPEEDSTEP_SMI is not set CONFIG_X86_P4_CLOCKMOD=y CONFIG_X86_CPUFREQ_NFORCE2=y CONFIG_X86_LONGRUN=y # CONFIG_X86_E_POWERSAVER is not set # # shared options # CONFIG_X86_SPEEDSTEP_LIB=y CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y CONFIG_CPU_IDLE_GOV_MENU=y CONFIG_INTEL_IDLE=y # # Bus options (PCI etc.) # CONFIG_PCI=y CONFIG_PCI_GOBIOS=y # CONFIG_PCI_GOMMCONFIG is not set # CONFIG_PCI_GODIRECT is not set # CONFIG_PCI_GOOLPC is not set # CONFIG_PCI_GOANY is not set CONFIG_PCI_BIOS=y CONFIG_PCI_DOMAINS=y CONFIG_PCI_CNB20LE_QUIRK=y CONFIG_PCIEPORTBUS=y CONFIG_HOTPLUG_PCI_PCIE=y # CONFIG_PCIEAER is not set # CONFIG_PCIEASPM is not set CONFIG_ARCH_SUPPORTS_MSI=y CONFIG_PCI_MSI=y CONFIG_PCI_DEBUG=y CONFIG_PCI_STUB=y CONFIG_HT_IRQ=y # CONFIG_PCI_IOV is not set CONFIG_ISA_DMA_API=y CONFIG_ISA=y # CONFIG_EISA is not set # CONFIG_MCA is not set CONFIG_SCx200=y CONFIG_SCx200HR_TIMER=y CONFIG_OLPC=y CONFIG_K8_NB=y CONFIG_PCCARD=y # CONFIG_PCMCIA is not set CONFIG_CARDBUS=y # # PC-card bridges # CONFIG_YENTA=y CONFIG_YENTA_O2=y CONFIG_YENTA_RICOH=y CONFIG_YENTA_TI=y CONFIG_YENTA_ENE_TUNE=y CONFIG_YENTA_TOSHIBA=y CONFIG_PCMCIA_PROBE=y CONFIG_HOTPLUG_PCI=y CONFIG_HOTPLUG_PCI_FAKE=y CONFIG_HOTPLUG_PCI_COMPAQ=y # CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set # CONFIG_HOTPLUG_PCI_IBM is not set CONFIG_HOTPLUG_PCI_CPCI=y CONFIG_HOTPLUG_PCI_CPCI_ZT5550=y CONFIG_HOTPLUG_PCI_CPCI_GENERIC=y CONFIG_HOTPLUG_PCI_SHPC=y # # Executable file formats / Emulations # CONFIG_BINFMT_ELF=y CONFIG_HAVE_AOUT=y # CONFIG_BINFMT_AOUT is not set # CONFIG_BINFMT_MISC is not set CONFIG_HAVE_ATOMIC_IOMAP=y CONFIG_NET=y # # Networking options # CONFIG_PACKET=y CONFIG_UNIX=y CONFIG_XFRM=y CONFIG_XFRM_USER=y CONFIG_XFRM_SUB_POLICY=y # CONFIG_XFRM_MIGRATE is not set CONFIG_XFRM_STATISTICS=y CONFIG_NET_KEY=y # CONFIG_NET_KEY_MIGRATE is not set CONFIG_INET=y # CONFIG_IP_MULTICAST is not set CONFIG_IP_ADVANCED_ROUTER=y CONFIG_ASK_IP_FIB_HASH=y # CONFIG_IP_FIB_TRIE is not set CONFIG_IP_FIB_HASH=y CONFIG_IP_MULTIPLE_TABLES=y # CONFIG_IP_ROUTE_MULTIPATH is not set CONFIG_IP_ROUTE_VERBOSE=y CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y CONFIG_IP_PNP_BOOTP=y CONFIG_IP_PNP_RARP=y CONFIG_NET_IPIP=y CONFIG_NET_IPGRE=y CONFIG_ARPD=y # CONFIG_SYN_COOKIES is not set CONFIG_INET_AH=y CONFIG_INET_ESP=y # CONFIG_INET_IPCOMP is not set # CONFIG_INET_XFRM_TUNNEL is not set CONFIG_INET_TUNNEL=y CONFIG_INET_XFRM_MODE_TRANSPORT=y CONFIG_INET_XFRM_MODE_TUNNEL=y # CONFIG_INET_XFRM_MODE_BEET is not set CONFIG_INET_LRO=y # CONFIG_INET_DIAG is not set CONFIG_TCP_CONG_ADVANCED=y CONFIG_TCP_CONG_BIC=y # CONFIG_TCP_CONG_CUBIC is not set CONFIG_TCP_CONG_WESTWOOD=y # CONFIG_TCP_CONG_HTCP is not set # CONFIG_TCP_CONG_HSTCP is not set CONFIG_TCP_CONG_HYBLA=y CONFIG_TCP_CONG_VEGAS=y # CONFIG_TCP_CONG_SCALABLE is not set CONFIG_TCP_CONG_LP=y # CONFIG_TCP_CONG_VENO is not set # CONFIG_TCP_CONG_YEAH is not set # CONFIG_TCP_CONG_ILLINOIS is not set CONFIG_DEFAULT_BIC=y # CONFIG_DEFAULT_CUBIC is not set # CONFIG_DEFAULT_HTCP is not set # CONFIG_DEFAULT_HYBLA is not set # CONFIG_DEFAULT_VEGAS is not set # CONFIG_DEFAULT_VENO is not set # CONFIG_DEFAULT_WESTWOOD is not set # CONFIG_DEFAULT_RENO is not set CONFIG_DEFAULT_TCP_CONG="bic" CONFIG_TCP_MD5SIG=y # CONFIG_IPV6 is not set CONFIG_NETLABEL=y CONFIG_NETWORK_SECMARK=y CONFIG_NETFILTER=y CONFIG_NETFILTER_DEBUG=y # CONFIG_NETFILTER_ADVANCED is not set # # Core Netfilter Configuration # CONFIG_NETFILTER_NETLINK=y CONFIG_NETFILTER_NETLINK_LOG=y CONFIG_NF_CONNTRACK=y CONFIG_NF_CONNTRACK_SECMARK=y CONFIG_NF_CONNTRACK_FTP=y CONFIG_NF_CONNTRACK_IRC=y # CONFIG_NF_CONNTRACK_SIP is not set # CONFIG_NF_CT_NETLINK is not set CONFIG_NETFILTER_XTABLES=y # # Xtables combined modules # # CONFIG_NETFILTER_XT_MARK is not set # # Xtables targets # CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y CONFIG_NETFILTER_XT_TARGET_NFLOG=y # CONFIG_NETFILTER_XT_TARGET_SECMARK is not set CONFIG_NETFILTER_XT_TARGET_TCPMSS=y # # Xtables matches # CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y CONFIG_NETFILTER_XT_MATCH_POLICY=y # CONFIG_NETFILTER_XT_MATCH_STATE is not set CONFIG_IP_VS=y # CONFIG_IP_VS_DEBUG is not set CONFIG_IP_VS_TAB_BITS=12 # # IPVS transport protocol load balancing support # CONFIG_IP_VS_PROTO_TCP=y CONFIG_IP_VS_PROTO_UDP=y CONFIG_IP_VS_PROTO_AH_ESP=y CONFIG_IP_VS_PROTO_ESP=y CONFIG_IP_VS_PROTO_AH=y CONFIG_IP_VS_PROTO_SCTP=y # # IPVS scheduler # CONFIG_IP_VS_RR=y CONFIG_IP_VS_WRR=y CONFIG_IP_VS_LC=y CONFIG_IP_VS_WLC=y # CONFIG_IP_VS_LBLC is not set CONFIG_IP_VS_LBLCR=y CONFIG_IP_VS_DH=y CONFIG_IP_VS_SH=y CONFIG_IP_VS_SED=y # CONFIG_IP_VS_NQ is not set # # IPVS application helper # # CONFIG_IP_VS_FTP is not set # # IP: Netfilter Configuration # CONFIG_NF_DEFRAG_IPV4=y CONFIG_NF_CONNTRACK_IPV4=y CONFIG_NF_CONNTRACK_PROC_COMPAT=y # CONFIG_IP_NF_IPTABLES is not set CONFIG_IP_DCCP=y # # DCCP CCIDs Configuration (EXPERIMENTAL) # CONFIG_IP_DCCP_CCID2_DEBUG=y CONFIG_IP_DCCP_CCID3=y CONFIG_IP_DCCP_CCID3_DEBUG=y CONFIG_IP_DCCP_CCID3_RTO=100 CONFIG_IP_DCCP_TFRC_LIB=y CONFIG_IP_DCCP_TFRC_DEBUG=y # # DCCP Kernel Hacking # CONFIG_IP_DCCP_DEBUG=y CONFIG_IP_SCTP=y # CONFIG_SCTP_DBG_MSG is not set CONFIG_SCTP_DBG_OBJCNT=y CONFIG_SCTP_HMAC_NONE=y # CONFIG_SCTP_HMAC_SHA1 is not set # CONFIG_SCTP_HMAC_MD5 is not set CONFIG_RDS=y CONFIG_RDS_RDMA=y # CONFIG_RDS_TCP is not set CONFIG_RDS_DEBUG=y # CONFIG_TIPC is not set CONFIG_ATM=y CONFIG_ATM_CLIP=y CONFIG_ATM_CLIP_NO_ICMP=y CONFIG_ATM_LANE=y CONFIG_ATM_MPOA=y # CONFIG_ATM_BR2684 is not set CONFIG_L2TP=y # CONFIG_L2TP_DEBUGFS is not set CONFIG_L2TP_V3=y CONFIG_L2TP_IP=y # CONFIG_L2TP_ETH is not set CONFIG_STP=y CONFIG_GARP=y CONFIG_BRIDGE=y CONFIG_BRIDGE_IGMP_SNOOPING=y CONFIG_NET_DSA=y CONFIG_NET_DSA_TAG_DSA=y CONFIG_NET_DSA_TAG_EDSA=y CONFIG_NET_DSA_TAG_TRAILER=y CONFIG_NET_DSA_MV88E6XXX=y CONFIG_NET_DSA_MV88E6060=y CONFIG_NET_DSA_MV88E6XXX_NEED_PPU=y CONFIG_NET_DSA_MV88E6131=y CONFIG_NET_DSA_MV88E6123_61_65=y CONFIG_VLAN_8021Q=y CONFIG_VLAN_8021Q_GVRP=y # CONFIG_DECNET is not set CONFIG_LLC=y # CONFIG_LLC2 is not set CONFIG_IPX=y CONFIG_IPX_INTERN=y # CONFIG_ATALK is not set CONFIG_X25=y CONFIG_LAPB=y CONFIG_ECONET=y CONFIG_ECONET_AUNUDP=y CONFIG_ECONET_NATIVE=y CONFIG_WAN_ROUTER=y CONFIG_PHONET=y CONFIG_IEEE802154=y # CONFIG_NET_SCHED is not set CONFIG_DCB=y CONFIG_RPS=y # # Network testing # CONFIG_NET_PKTGEN=y # CONFIG_NET_DROP_MONITOR is not set CONFIG_HAMRADIO=y # # Packet Radio protocols # # CONFIG_AX25 is not set # CONFIG_CAN is not set # CONFIG_IRDA is not set CONFIG_BT=y CONFIG_BT_L2CAP=y CONFIG_BT_L2CAP_EXT_FEATURES=y CONFIG_BT_SCO=y CONFIG_BT_RFCOMM=y CONFIG_BT_RFCOMM_TTY=y CONFIG_BT_BNEP=y CONFIG_BT_BNEP_MC_FILTER=y # CONFIG_BT_BNEP_PROTO_FILTER is not set # CONFIG_BT_CMTP is not set CONFIG_BT_HIDP=y # # Bluetooth device drivers # CONFIG_BT_HCIBTUSB=y # CONFIG_BT_HCIUART is not set CONFIG_BT_HCIBCM203X=y CONFIG_BT_HCIBPA10X=y CONFIG_BT_HCIBFUSB=y CONFIG_BT_HCIVHCI=y CONFIG_BT_MRVL=y # CONFIG_BT_ATH3K is not set CONFIG_AF_RXRPC=y CONFIG_AF_RXRPC_DEBUG=y # CONFIG_RXKAD is not set CONFIG_FIB_RULES=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_DEBUG is not set # # CFG80211 needs to be enabled for MAC80211 # # # Some wireless drivers require a rate control algorithm # CONFIG_WIMAX=y CONFIG_WIMAX_DEBUG_LEVEL=8 CONFIG_RFKILL=y CONFIG_RFKILL_LEDS=y CONFIG_RFKILL_INPUT=y # CONFIG_NET_9P is not set CONFIG_CAIF=y CONFIG_CAIF_DEBUG=y CONFIG_CAIF_NETDEV=y # # Device Drivers # # # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="" # CONFIG_DEVTMPFS is not set CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="" CONFIG_DEBUG_DRIVER=y CONFIG_DEBUG_DEVRES=y # CONFIG_SYS_HYPERVISOR is not set # CONFIG_CONNECTOR is not set # CONFIG_MTD is not set CONFIG_PARPORT=y # CONFIG_PARPORT_PC is not set # CONFIG_PARPORT_GSC is not set CONFIG_PARPORT_AX88796=y CONFIG_PARPORT_1284=y CONFIG_PARPORT_NOT_PC=y CONFIG_PNP=y # CONFIG_PNP_DEBUG_MESSAGES is not set # # Protocols # # CONFIG_ISAPNP is not set # CONFIG_PNPBIOS is not set # CONFIG_PNPACPI is not set CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_DEV_XD is not set CONFIG_BLK_CPQ_DA=y CONFIG_BLK_CPQ_CISS_DA=y # CONFIG_CISS_SCSI_TAPE 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=y CONFIG_BLK_DEV_CRYPTOLOOP=y # # DRBD disabled because PROC_FS, INET or CONNECTOR not selected # CONFIG_BLK_DEV_NBD=y # CONFIG_BLK_DEV_SX8 is not set # CONFIG_BLK_DEV_UB is not set CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=16 CONFIG_BLK_DEV_RAM_SIZE=4096 # CONFIG_BLK_DEV_XIP is not set CONFIG_CDROM_PKTCDVD=y CONFIG_CDROM_PKTCDVD_BUFFERS=8 CONFIG_CDROM_PKTCDVD_WCACHE=y CONFIG_ATA_OVER_ETH=y CONFIG_BLK_DEV_HD=y CONFIG_MISC_DEVICES=y CONFIG_AD525X_DPOT=y # CONFIG_AD525X_DPOT_I2C is not set # CONFIG_IBM_ASM is not set CONFIG_PHANTOM=y CONFIG_SGI_IOC4=y CONFIG_TIFM_CORE=y CONFIG_TIFM_7XX1=y # CONFIG_ICS932S401 is not set CONFIG_ENCLOSURE_SERVICES=y CONFIG_CS5535_MFGPT=y CONFIG_CS5535_MFGPT_DEFAULT_IRQ=7 CONFIG_CS5535_CLOCK_EVENT_SRC=y # CONFIG_HP_ILO is not set CONFIG_ISL29003=y # CONFIG_SENSORS_TSL2550 is not set # CONFIG_DS1682 is not set CONFIG_VMWARE_BALLOON=y CONFIG_C2PORT=y CONFIG_C2PORT_DURAMAR_2150=y # # EEPROM support # CONFIG_EEPROM_AT24=y # CONFIG_EEPROM_LEGACY is not set # CONFIG_EEPROM_MAX6875 is not set CONFIG_EEPROM_93CX6=y CONFIG_CB710_CORE=y # CONFIG_CB710_DEBUG is not set CONFIG_CB710_DEBUG_ASSUMPTIONS=y 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=y CONFIG_SCSI_NETLINK=y CONFIG_SCSI_PROC_FS=y # # SCSI support type (disk, tape, CD-ROM) # CONFIG_BLK_DEV_SD=y CONFIG_CHR_DEV_ST=y CONFIG_CHR_DEV_OSST=y 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_ENCLOSURE=y CONFIG_SCSI_MULTI_LUN=y # CONFIG_SCSI_CONSTANTS is not set CONFIG_SCSI_LOGGING=y CONFIG_SCSI_SCAN_ASYNC=y # # SCSI Transports # CONFIG_SCSI_SPI_ATTRS=y CONFIG_SCSI_FC_ATTRS=y CONFIG_SCSI_FC_TGT_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=y CONFIG_SCSI_SAS_LIBSAS_DEBUG=y # CONFIG_SCSI_SRP_ATTRS is not set CONFIG_SCSI_LOWLEVEL=y CONFIG_ISCSI_TCP=y CONFIG_SCSI_CXGB3_ISCSI=y CONFIG_SCSI_BNX2_ISCSI=y CONFIG_BE2ISCSI=y CONFIG_BLK_DEV_3W_XXXX_RAID=y CONFIG_SCSI_HPSA=y CONFIG_SCSI_3W_9XXX=y CONFIG_SCSI_3W_SAS=y # CONFIG_SCSI_7000FASST is not set # CONFIG_SCSI_ACARD is not set # CONFIG_SCSI_AHA152X is not set # CONFIG_SCSI_AHA1542 is not set CONFIG_SCSI_AACRAID=y CONFIG_SCSI_AIC7XXX=y CONFIG_AIC7XXX_CMDS_PER_DEVICE=32 CONFIG_AIC7XXX_RESET_DELAY_MS=5000 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 is not set CONFIG_SCSI_DPT_I2O=y CONFIG_SCSI_ADVANSYS=y # CONFIG_SCSI_IN2000 is not set CONFIG_SCSI_ARCMSR=y CONFIG_MEGARAID_NEWGEN=y # CONFIG_MEGARAID_MM is not set CONFIG_MEGARAID_LEGACY=y # CONFIG_MEGARAID_SAS is not set CONFIG_SCSI_MPT2SAS=y CONFIG_SCSI_MPT2SAS_MAX_SGE=128 CONFIG_SCSI_MPT2SAS_LOGGING=y CONFIG_SCSI_HPTIOP=y # CONFIG_SCSI_BUSLOGIC is not set CONFIG_VMWARE_PVSCSI=y CONFIG_LIBFC=y CONFIG_LIBFCOE=y CONFIG_FCOE=y CONFIG_FCOE_FNIC=y # CONFIG_SCSI_DMX3191D is not set CONFIG_SCSI_DTC3280=y # CONFIG_SCSI_EATA is not set # CONFIG_SCSI_FUTURE_DOMAIN is not set CONFIG_SCSI_GDTH=y CONFIG_SCSI_GENERIC_NCR5380=y CONFIG_SCSI_GENERIC_NCR5380_MMIO=y CONFIG_SCSI_GENERIC_NCR53C400=y CONFIG_SCSI_IPS=y CONFIG_SCSI_INITIO=y CONFIG_SCSI_INIA100=y CONFIG_SCSI_NCR53C406A=y # CONFIG_SCSI_STEX is not set # CONFIG_SCSI_SYM53C8XX_2 is not set CONFIG_SCSI_IPR=y # CONFIG_SCSI_IPR_TRACE is not set # CONFIG_SCSI_IPR_DUMP is not set CONFIG_SCSI_PAS16=y CONFIG_SCSI_QLOGIC_FAS=y CONFIG_SCSI_QLOGIC_1280=y CONFIG_SCSI_QLA_FC=y CONFIG_SCSI_QLA_ISCSI=y CONFIG_SCSI_LPFC=y # CONFIG_SCSI_LPFC_DEBUG_FS is not set # CONFIG_SCSI_SYM53C416 is not set CONFIG_SCSI_DC395x=y CONFIG_SCSI_DC390T=y # CONFIG_SCSI_T128 is not set CONFIG_SCSI_U14_34F=y # CONFIG_SCSI_U14_34F_TAGGED_QUEUE is not set CONFIG_SCSI_U14_34F_LINKED_COMMANDS=y CONFIG_SCSI_U14_34F_MAX_TAGS=8 # CONFIG_SCSI_ULTRASTOR is not set CONFIG_SCSI_NSP32=y # CONFIG_SCSI_DEBUG is not set CONFIG_SCSI_PMCRAID=y CONFIG_SCSI_PM8001=y CONFIG_SCSI_SRP=y # CONFIG_SCSI_BFA_FC is not set 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=y # CONFIG_SCSI_OSD_INITIATOR is not set CONFIG_ATA=y # CONFIG_ATA_NONSTANDARD is not set CONFIG_ATA_VERBOSE_ERROR=y CONFIG_SATA_PMP=y # # Controllers with non-SFF native interface # CONFIG_SATA_AHCI=y CONFIG_SATA_AHCI_PLATFORM=y CONFIG_SATA_INIC162X=y CONFIG_SATA_SIL24=y CONFIG_ATA_SFF=y # # SFF controllers with custom DMA interface # CONFIG_PDC_ADMA=y # CONFIG_SATA_QSTOR is not set CONFIG_SATA_SX4=y CONFIG_ATA_BMDMA=y # # SATA SFF controllers with BMDMA # CONFIG_ATA_PIIX=y # CONFIG_SATA_MV is not set CONFIG_SATA_NV=y CONFIG_SATA_PROMISE=y # CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set # CONFIG_SATA_SVW is not set CONFIG_SATA_ULI=y CONFIG_SATA_VIA=y # CONFIG_SATA_VITESSE is not set # # PATA SFF controllers with BMDMA # # CONFIG_PATA_ALI is not set CONFIG_PATA_AMD=y CONFIG_PATA_ARTOP=y CONFIG_PATA_ATIIXP=y CONFIG_PATA_ATP867X=y # CONFIG_PATA_CMD64X is not set CONFIG_PATA_CS5520=y # CONFIG_PATA_CS5530 is not set CONFIG_PATA_CS5535=y # CONFIG_PATA_CS5536 is not set CONFIG_PATA_CYPRESS=y CONFIG_PATA_EFAR=y # CONFIG_PATA_HPT366 is not set CONFIG_PATA_HPT37X=y CONFIG_PATA_HPT3X2N=y # CONFIG_PATA_HPT3X3 is not set # CONFIG_PATA_IT8213 is not set 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=y CONFIG_PATA_OLDPIIX=y CONFIG_PATA_OPTIDMA=y CONFIG_PATA_PDC2027X=y CONFIG_PATA_PDC_OLD=y CONFIG_PATA_RADISYS=y # CONFIG_PATA_RDC is not set CONFIG_PATA_SC1200=y CONFIG_PATA_SCH=y # CONFIG_PATA_SERVERWORKS is not set # CONFIG_PATA_SIL680 is not set CONFIG_PATA_SIS=y CONFIG_PATA_TOSHIBA=y # CONFIG_PATA_TRIFLEX is not set CONFIG_PATA_VIA=y CONFIG_PATA_WINBOND=y # # PIO-only SFF controllers # CONFIG_PATA_CMD640_PCI=y # CONFIG_PATA_MPIIX is not set # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_OPTI is not set CONFIG_PATA_PLATFORM=y CONFIG_PATA_QDI=y CONFIG_PATA_RZ1000=y CONFIG_PATA_WINBOND_VLB=y # # Generic fallback / legacy drivers # CONFIG_ATA_GENERIC=y CONFIG_PATA_LEGACY=y CONFIG_MD=y CONFIG_BLK_DEV_MD=y CONFIG_MD_AUTODETECT=y CONFIG_MD_LINEAR=y CONFIG_MD_RAID0=y CONFIG_MD_RAID1=y CONFIG_MD_RAID10=y CONFIG_MD_RAID456=y CONFIG_MULTICORE_RAID456=y CONFIG_MD_RAID6_PQ=y # CONFIG_ASYNC_RAID6_TEST is not set CONFIG_MD_MULTIPATH=y CONFIG_MD_FAULTY=y # CONFIG_BLK_DEV_DM is not set CONFIG_FUSION=y CONFIG_FUSION_SPI=y # CONFIG_FUSION_FC is not set CONFIG_FUSION_SAS=y CONFIG_FUSION_MAX_SGE=128 CONFIG_FUSION_CTL=y # CONFIG_FUSION_LOGGING is not set # # IEEE 1394 (FireWire) support # # # You can enable one or both FireWire driver stacks. # # # The newer stack is recommended. # CONFIG_FIREWIRE=y CONFIG_FIREWIRE_OHCI=y CONFIG_FIREWIRE_OHCI_DEBUG=y CONFIG_FIREWIRE_SBP2=y CONFIG_FIREWIRE_NET=y # CONFIG_IEEE1394 is not set CONFIG_I2O=y CONFIG_I2O_LCT_NOTIFY_ON_CHANGES=y # CONFIG_I2O_EXT_ADAPTEC is not set CONFIG_I2O_CONFIG=y CONFIG_I2O_CONFIG_OLD_IOCTL=y # 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_NETDEVICES=y CONFIG_DUMMY=y # CONFIG_BONDING is not set CONFIG_MACVLAN=y CONFIG_MACVTAP=y CONFIG_EQUALIZER=y CONFIG_TUN=y CONFIG_VETH=y # CONFIG_NET_SB1000 is not set # CONFIG_ARCNET is not set CONFIG_PHYLIB=y # # MII PHY device drivers # CONFIG_MARVELL_PHY=y # CONFIG_DAVICOM_PHY is not set CONFIG_QSEMI_PHY=y 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=y # CONFIG_REALTEK_PHY is not set # CONFIG_NATIONAL_PHY is not set # CONFIG_STE10XP is not set CONFIG_LSI_ET1011C_PHY=y CONFIG_MICREL_PHY=y CONFIG_FIXED_PHY=y # CONFIG_MDIO_BITBANG is not set CONFIG_NET_ETHERNET=y CONFIG_MII=y CONFIG_HAPPYMEAL=y CONFIG_SUNGEM=y CONFIG_CASSINI=y # CONFIG_NET_VENDOR_3COM is not set CONFIG_LANCE=y CONFIG_NET_VENDOR_SMC=y # CONFIG_WD80x3 is not set CONFIG_ULTRA=y # CONFIG_SMC9194 is not set CONFIG_ETHOC=y CONFIG_NET_VENDOR_RACAL=y CONFIG_NI52=y CONFIG_NI65=y CONFIG_DNET=y # CONFIG_NET_TULIP is not set CONFIG_AT1700=y # CONFIG_DEPCA is not set # CONFIG_HP100 is not set # CONFIG_NET_ISA is not set # CONFIG_IBM_NEW_EMAC_ZMII is not set # CONFIG_IBM_NEW_EMAC_RGMII is not set # CONFIG_IBM_NEW_EMAC_TAH is not set # CONFIG_IBM_NEW_EMAC_EMAC4 is not set # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set CONFIG_NET_PCI=y CONFIG_PCNET32=y CONFIG_AMD8111_ETH=y # CONFIG_ADAPTEC_STARFIRE is not set # CONFIG_AC3200 is not set # CONFIG_KSZ884X_PCI is not set CONFIG_APRICOT=y CONFIG_B44=y CONFIG_B44_PCI_AUTOSELECT=y CONFIG_B44_PCICORE_AUTOSELECT=y CONFIG_B44_PCI=y CONFIG_FORCEDETH=y CONFIG_CS89x0=y CONFIG_E100=y # CONFIG_FEALNX is not set CONFIG_NATSEMI=y CONFIG_NE2K_PCI=y # CONFIG_8139CP is not set CONFIG_8139TOO=y # CONFIG_8139TOO_PIO is not set CONFIG_8139TOO_TUNE_TWISTER=y CONFIG_8139TOO_8129=y CONFIG_8139_OLD_RX_RESET=y CONFIG_R6040=y CONFIG_SIS900=y CONFIG_EPIC100=y # CONFIG_SMSC9420 is not set CONFIG_SUNDANCE=y CONFIG_SUNDANCE_MMIO=y # CONFIG_TLAN is not set CONFIG_KS8842=y # CONFIG_KS8851_MLL is not set CONFIG_VIA_RHINE=y # CONFIG_VIA_RHINE_MMIO is not set CONFIG_SC92031=y CONFIG_NET_POCKET=y CONFIG_ATP=y # CONFIG_DE600 is not set CONFIG_DE620=y CONFIG_ATL2=y CONFIG_NETDEV_1000=y CONFIG_ACENIC=y # CONFIG_ACENIC_OMIT_TIGON_I is not set CONFIG_DL2K=y CONFIG_E1000=y CONFIG_E1000E=y CONFIG_IP1000=y # CONFIG_IGB is not set CONFIG_IGBVF=y CONFIG_NS83820=y CONFIG_HAMACHI=y CONFIG_YELLOWFIN=y CONFIG_R8169=y # CONFIG_R8169_VLAN is not set # CONFIG_SIS190 is not set CONFIG_SKGE=y CONFIG_SKGE_DEBUG=y CONFIG_SKY2=y # CONFIG_SKY2_DEBUG is not set CONFIG_VIA_VELOCITY=y CONFIG_TIGON3=y CONFIG_BNX2=y CONFIG_CNIC=y # CONFIG_QLA3XXX is not set CONFIG_ATL1=y CONFIG_ATL1E=y # CONFIG_ATL1C is not set # CONFIG_JME is not set CONFIG_NETDEV_10000=y CONFIG_MDIO=y CONFIG_CHELSIO_T1=y CONFIG_CHELSIO_T1_1G=y CONFIG_CHELSIO_T3_DEPENDS=y CONFIG_CHELSIO_T3=y CONFIG_CHELSIO_T4_DEPENDS=y CONFIG_CHELSIO_T4=y CONFIG_ENIC=y # CONFIG_IXGBE is not set CONFIG_IXGBEVF=y CONFIG_IXGB=y # CONFIG_S2IO is not set # CONFIG_VXGE is not set CONFIG_MYRI10GE=y # CONFIG_NETXEN_NIC is not set # CONFIG_NIU is not set CONFIG_MLX4_EN=y CONFIG_MLX4_CORE=y # CONFIG_MLX4_DEBUG is not set CONFIG_TEHUTI=y CONFIG_BNX2X=y CONFIG_QLCNIC=y CONFIG_QLGE=y CONFIG_SFC=y # CONFIG_BE2NET is not set CONFIG_TR=y # CONFIG_IBMTR is not set CONFIG_IBMOL=y CONFIG_IBMLS=y # CONFIG_3C359 is not set # CONFIG_TMS380TR is not set CONFIG_SMCTR=y CONFIG_WLAN=y CONFIG_AIRO=y # CONFIG_ATMEL is not set CONFIG_PRISM54=y # CONFIG_USB_ZD1201 is not set # CONFIG_HOSTAP is not set # # WiMAX Wireless Broadband devices # # # Enable MMC support to see WiMAX SDIO drivers # # CONFIG_WIMAX_I2400M_USB is not set # # USB Network Adapters # CONFIG_USB_CATC=y CONFIG_USB_KAWETH=y # CONFIG_USB_PEGASUS is not set CONFIG_USB_RTL8150=y CONFIG_USB_USBNET=y CONFIG_USB_NET_AX8817X=y CONFIG_USB_NET_CDCETHER=y # CONFIG_USB_NET_CDC_EEM is not set CONFIG_USB_NET_DM9601=y CONFIG_USB_NET_SMSC75XX=y CONFIG_USB_NET_SMSC95XX=y CONFIG_USB_NET_GL620A=y CONFIG_USB_NET_NET1080=y # CONFIG_USB_NET_PLUSB is not set CONFIG_USB_NET_MCS7830=y # CONFIG_USB_NET_RNDIS_HOST is not set CONFIG_USB_NET_CDC_SUBSET=y CONFIG_USB_ALI_M5632=y # CONFIG_USB_AN2720 is not set CONFIG_USB_BELKIN=y CONFIG_USB_ARMLINUX=y CONFIG_USB_EPSON2888=y CONFIG_USB_KC2190=y # CONFIG_USB_NET_ZAURUS is not set # CONFIG_USB_HSO is not set CONFIG_USB_NET_INT51X1=y CONFIG_USB_CDC_PHONET=y CONFIG_USB_IPHETH=y # CONFIG_USB_SIERRA_NET is not set # CONFIG_WAN is not set CONFIG_ATM_DRIVERS=y CONFIG_ATM_DUMMY=y CONFIG_ATM_TCP=y # CONFIG_ATM_LANAI is not set CONFIG_ATM_ENI=y CONFIG_ATM_ENI_DEBUG=y # CONFIG_ATM_ENI_TUNE_BURST is not set # CONFIG_ATM_FIRESTREAM is not set CONFIG_ATM_ZATM=y CONFIG_ATM_ZATM_DEBUG=y CONFIG_ATM_NICSTAR=y CONFIG_ATM_NICSTAR_USE_SUNI=y CONFIG_ATM_NICSTAR_USE_IDT77105=y CONFIG_ATM_IDT77252=y CONFIG_ATM_IDT77252_DEBUG=y CONFIG_ATM_IDT77252_RCV_ALL=y CONFIG_ATM_IDT77252_USE_SUNI=y # CONFIG_ATM_AMBASSADOR is not set CONFIG_ATM_HORIZON=y # CONFIG_ATM_HORIZON_DEBUG is not set # CONFIG_ATM_IA is not set CONFIG_ATM_FORE200E=y CONFIG_ATM_FORE200E_USE_TASKLET=y CONFIG_ATM_FORE200E_TX_RETRY=16 CONFIG_ATM_FORE200E_DEBUG=0 # CONFIG_ATM_HE is not set CONFIG_ATM_SOLOS=y CONFIG_IEEE802154_DRIVERS=y # CONFIG_IEEE802154_FAKEHARD is not set # # CAIF transport drivers # # CONFIG_CAIF_TTY is not set # CONFIG_FDDI is not set CONFIG_HIPPI=y CONFIG_ROADRUNNER=y CONFIG_ROADRUNNER_LARGE_RINGS=y CONFIG_PLIP=y CONFIG_PPP=y CONFIG_PPP_MULTILINK=y # CONFIG_PPP_FILTER is not set CONFIG_PPP_ASYNC=y # CONFIG_PPP_SYNC_TTY is not set CONFIG_PPP_DEFLATE=y CONFIG_PPP_BSDCOMP=y # CONFIG_PPP_MPPE is not set CONFIG_PPPOE=y # CONFIG_PPPOATM is not set # CONFIG_PPPOL2TP is not set CONFIG_SLIP=y CONFIG_SLIP_COMPRESSED=y CONFIG_SLHC=y # CONFIG_SLIP_SMART is not set CONFIG_SLIP_MODE_SLIP6=y # CONFIG_NET_FC 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_VMXNET3=y CONFIG_ISDN=y # CONFIG_ISDN_I4L is not set CONFIG_ISDN_CAPI=y # CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON is not set CONFIG_CAPI_TRACE=y CONFIG_ISDN_CAPI_MIDDLEWARE=y CONFIG_ISDN_CAPI_CAPI20=y CONFIG_ISDN_CAPI_CAPIFS_BOOL=y CONFIG_ISDN_CAPI_CAPIFS=y # # CAPI hardware drivers # # CONFIG_CAPI_AVM is not set CONFIG_CAPI_EICON=y # CONFIG_ISDN_DIVAS is not set CONFIG_ISDN_DRV_GIGASET=y CONFIG_GIGASET_CAPI=y # CONFIG_GIGASET_DUMMYLL is not set # CONFIG_GIGASET_BASE is not set CONFIG_GIGASET_M105=y # CONFIG_GIGASET_M101 is not set CONFIG_GIGASET_DEBUG=y # CONFIG_MISDN is not set # CONFIG_PHONE is not set # # Input device support # CONFIG_INPUT=y CONFIG_INPUT_FF_MEMLESS=y CONFIG_INPUT_POLLDEV=y CONFIG_INPUT_SPARSEKMAP=y # # Userland interfaces # CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_PSAUX=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 CONFIG_INPUT_JOYDEV=y CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_EVBUG is not set # # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y # CONFIG_KEYBOARD_ADP5588 is not set CONFIG_KEYBOARD_ATKBD=y # CONFIG_QT2160 is not set # CONFIG_KEYBOARD_LKKBD is not set CONFIG_KEYBOARD_GPIO=y CONFIG_KEYBOARD_TCA6416=y CONFIG_KEYBOARD_MATRIX=y CONFIG_KEYBOARD_LM8323=y CONFIG_KEYBOARD_MAX7359=y CONFIG_KEYBOARD_NEWTON=y CONFIG_KEYBOARD_OPENCORES=y CONFIG_KEYBOARD_STOWAWAY=y CONFIG_KEYBOARD_SUNKBD=y CONFIG_KEYBOARD_XTKBD=y # CONFIG_INPUT_MOUSE is not set CONFIG_INPUT_JOYSTICK=y CONFIG_JOYSTICK_ANALOG=y CONFIG_JOYSTICK_A3D=y CONFIG_JOYSTICK_ADI=y # CONFIG_JOYSTICK_COBRA is not set CONFIG_JOYSTICK_GF2K=y # CONFIG_JOYSTICK_GRIP is not set CONFIG_JOYSTICK_GRIP_MP=y CONFIG_JOYSTICK_GUILLEMOT=y CONFIG_JOYSTICK_INTERACT=y CONFIG_JOYSTICK_SIDEWINDER=y CONFIG_JOYSTICK_TMDC=y CONFIG_JOYSTICK_IFORCE=y CONFIG_JOYSTICK_IFORCE_USB=y CONFIG_JOYSTICK_IFORCE_232=y CONFIG_JOYSTICK_WARRIOR=y CONFIG_JOYSTICK_MAGELLAN=y CONFIG_JOYSTICK_SPACEORB=y CONFIG_JOYSTICK_SPACEBALL=y CONFIG_JOYSTICK_STINGER=y CONFIG_JOYSTICK_TWIDJOY=y CONFIG_JOYSTICK_ZHENHUA=y CONFIG_JOYSTICK_DB9=y CONFIG_JOYSTICK_GAMECON=y CONFIG_JOYSTICK_TURBOGRAFX=y # CONFIG_JOYSTICK_JOYDUMP is not set # CONFIG_JOYSTICK_XPAD is not set CONFIG_INPUT_TABLET=y CONFIG_TABLET_USB_ACECAD=y # CONFIG_TABLET_USB_AIPTEK is not set # CONFIG_TABLET_USB_GTCO is not set CONFIG_TABLET_USB_KBTAB=y # CONFIG_TABLET_USB_WACOM is not set CONFIG_INPUT_TOUCHSCREEN=y CONFIG_TOUCHSCREEN_88PM860X=y CONFIG_TOUCHSCREEN_AD7879_I2C=y CONFIG_TOUCHSCREEN_AD7879=y # CONFIG_TOUCHSCREEN_DA9034 is not set CONFIG_TOUCHSCREEN_DYNAPRO=y # CONFIG_TOUCHSCREEN_HAMPSHIRE is not set CONFIG_TOUCHSCREEN_EETI=y # CONFIG_TOUCHSCREEN_FUJITSU is not set CONFIG_TOUCHSCREEN_GUNZE=y # CONFIG_TOUCHSCREEN_ELO is not set # CONFIG_TOUCHSCREEN_WACOM_W8001 is not set CONFIG_TOUCHSCREEN_MCS5000=y # CONFIG_TOUCHSCREEN_MTOUCH is not set CONFIG_TOUCHSCREEN_INEXIO=y CONFIG_TOUCHSCREEN_MK712=y # CONFIG_TOUCHSCREEN_HTCPEN is not set CONFIG_TOUCHSCREEN_PENMOUNT=y CONFIG_TOUCHSCREEN_TOUCHRIGHT=y CONFIG_TOUCHSCREEN_TOUCHWIN=y CONFIG_TOUCHSCREEN_USB_COMPOSITE=y CONFIG_TOUCHSCREEN_USB_EGALAX=y # CONFIG_TOUCHSCREEN_USB_PANJIT is not set CONFIG_TOUCHSCREEN_USB_3M=y # CONFIG_TOUCHSCREEN_USB_ITM is not set CONFIG_TOUCHSCREEN_USB_ETURBO=y # CONFIG_TOUCHSCREEN_USB_GUNZE is not set CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y CONFIG_TOUCHSCREEN_USB_IRTOUCH=y # CONFIG_TOUCHSCREEN_USB_IDEALTEK is not set # CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH is not set CONFIG_TOUCHSCREEN_USB_GOTOP=y CONFIG_TOUCHSCREEN_USB_JASTEC=y CONFIG_TOUCHSCREEN_USB_E2I=y # CONFIG_TOUCHSCREEN_USB_ZYTRONIC is not set # CONFIG_TOUCHSCREEN_USB_ETT_TC5UH is not set CONFIG_TOUCHSCREEN_USB_NEXIO=y # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set CONFIG_TOUCHSCREEN_TSC2007=y # CONFIG_TOUCHSCREEN_TPS6507X is not set CONFIG_INPUT_MISC=y # CONFIG_INPUT_88PM860X_ONKEY is not set CONFIG_INPUT_AD714X=y CONFIG_INPUT_AD714X_I2C=y # CONFIG_INPUT_PCSPKR is not set CONFIG_INPUT_MAX8925_ONKEY=y CONFIG_INPUT_APANEL=y # CONFIG_INPUT_WISTRON_BTNS is not set CONFIG_INPUT_ATI_REMOTE=y CONFIG_INPUT_ATI_REMOTE2=y CONFIG_INPUT_KEYSPAN_REMOTE=y # CONFIG_INPUT_POWERMATE is not set CONFIG_INPUT_YEALINK=y CONFIG_INPUT_CM109=y # CONFIG_INPUT_UINPUT is not set CONFIG_INPUT_WINBOND_CIR=y # CONFIG_INPUT_PCF8574 is not set # CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set CONFIG_INPUT_WM831X_ON=y # # Hardware I/O ports # CONFIG_SERIO=y CONFIG_SERIO_I8042=y CONFIG_SERIO_SERPORT=y CONFIG_SERIO_CT82C710=y CONFIG_SERIO_PARKBD=y CONFIG_SERIO_PCIPS2=y CONFIG_SERIO_LIBPS2=y # CONFIG_SERIO_RAW is not set CONFIG_SERIO_ALTERA_PS2=y CONFIG_GAMEPORT=y # CONFIG_GAMEPORT_NS558 is not set CONFIG_GAMEPORT_L4=y CONFIG_GAMEPORT_EMU10K1=y CONFIG_GAMEPORT_FM801=y # # Character devices # CONFIG_VT=y # CONFIG_CONSOLE_TRANSLATIONS is not set CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y CONFIG_VT_HW_CONSOLE_BINDING=y CONFIG_DEVKMEM=y CONFIG_SERIAL_NONSTANDARD=y CONFIG_COMPUTONE=y CONFIG_ROCKETPORT=y CONFIG_CYCLADES=y CONFIG_CYZ_INTR=y CONFIG_DIGIEPCA=y # CONFIG_MOXA_INTELLIO is not set # CONFIG_MOXA_SMARTIO is not set CONFIG_ISI=y CONFIG_SYNCLINK=y CONFIG_SYNCLINKMP=y CONFIG_SYNCLINK_GT=y CONFIG_N_HDLC=y CONFIG_N_GSM=y CONFIG_RISCOM8=y CONFIG_SPECIALIX=y # CONFIG_STALDRV is not set # CONFIG_NOZOMI is not set # # Serial drivers # CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_FIX_EARLYCON_MEM=y # CONFIG_SERIAL_8250_PCI is not set CONFIG_SERIAL_8250_PNP=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 is not set CONFIG_SERIAL_8250_DETECT_IRQ=y # CONFIG_SERIAL_8250_RSA is not set # # Non-8250 serial port support # # CONFIG_SERIAL_UARTLITE is not set CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y CONFIG_SERIAL_JSM=y CONFIG_SERIAL_TIMBERDALE=y # CONFIG_SERIAL_ALTERA_JTAGUART is not set # CONFIG_SERIAL_ALTERA_UART is not set CONFIG_UNIX98_PTYS=y CONFIG_DEVPTS_MULTIPLE_INSTANCES=y CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 CONFIG_PRINTER=y CONFIG_LP_CONSOLE=y CONFIG_PPDEV=y # CONFIG_IPMI_HANDLER is not set # CONFIG_HW_RANDOM is not set CONFIG_NVRAM=y CONFIG_DTLK=y CONFIG_R3964=y CONFIG_APPLICOM=y CONFIG_SONYPI=y # CONFIG_MWAVE is not set CONFIG_SCx200_GPIO=y CONFIG_PC8736x_GPIO=y CONFIG_NSC_GPIO=y CONFIG_CS5535_GPIO=y CONFIG_RAW_DRIVER=y CONFIG_MAX_RAW_DEVS=256 CONFIG_HANGCHECK_TIMER=y CONFIG_TCG_TPM=y CONFIG_TCG_TIS=y CONFIG_TCG_NSC=y CONFIG_TCG_ATMEL=y CONFIG_TCG_INFINEON=y # CONFIG_TELCLOCK is not set CONFIG_DEVPORT=y CONFIG_RAMOOPS=y CONFIG_I2C=y CONFIG_I2C_BOARDINFO=y # CONFIG_I2C_COMPAT is not set # CONFIG_I2C_CHARDEV is not set # CONFIG_I2C_HELPER_AUTO is not set CONFIG_I2C_SMBUS=y # # I2C Algorithms # CONFIG_I2C_ALGOBIT=y CONFIG_I2C_ALGOPCF=y CONFIG_I2C_ALGOPCA=y # # I2C Hardware Bus support # # # PC SMBus host controller drivers # # CONFIG_I2C_ALI1535 is not set CONFIG_I2C_ALI1563=y CONFIG_I2C_ALI15X3=y CONFIG_I2C_AMD756=y # CONFIG_I2C_AMD756_S4882 is not set CONFIG_I2C_AMD8111=y CONFIG_I2C_I801=y CONFIG_I2C_ISCH=y # CONFIG_I2C_PIIX4 is not set CONFIG_I2C_NFORCE2=y # CONFIG_I2C_NFORCE2_S4985 is not set # CONFIG_I2C_SIS5595 is not set # CONFIG_I2C_SIS630 is not set # CONFIG_I2C_SIS96X is not set CONFIG_I2C_VIA=y CONFIG_I2C_VIAPRO=y # # I2C system bus drivers (mostly embedded / system-on-chip) # CONFIG_I2C_GPIO=y CONFIG_I2C_OCORES=y CONFIG_I2C_PCA_PLATFORM=y CONFIG_I2C_SIMTEC=y CONFIG_I2C_XILINX=y # # External I2C/SMBus adapter drivers # CONFIG_I2C_PARPORT=y # CONFIG_I2C_PARPORT_LIGHT is not set CONFIG_I2C_TAOS_EVM=y CONFIG_I2C_TINY_USB=y # # Other I2C/SMBus bus drivers # # CONFIG_I2C_PCA_ISA is not set CONFIG_SCx200_I2C=y CONFIG_SCx200_I2C_SCL=12 CONFIG_SCx200_I2C_SDA=13 CONFIG_SCx200_ACB=y CONFIG_I2C_DEBUG_CORE=y CONFIG_I2C_DEBUG_ALGO=y CONFIG_I2C_DEBUG_BUS=y # CONFIG_SPI is not set # # PPS support # CONFIG_PPS=y # CONFIG_PPS_DEBUG is not set # # PPS clients support # CONFIG_PPS_CLIENT_KTIMER=y # CONFIG_PPS_CLIENT_LDISC is not set CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_GPIOLIB=y CONFIG_DEBUG_GPIO=y CONFIG_GPIO_SYSFS=y CONFIG_GPIO_MAX730X=y # # Memory mapped GPIO expanders: # CONFIG_GPIO_IT8761E=y CONFIG_GPIO_SCH=y # # I2C GPIO expanders: # CONFIG_GPIO_MAX7300=y # CONFIG_GPIO_MAX732X is not set CONFIG_GPIO_PCA953X=y CONFIG_GPIO_PCA953X_IRQ=y # CONFIG_GPIO_PCF857X is not set CONFIG_GPIO_TC35892=y # CONFIG_GPIO_WM831X is not set CONFIG_GPIO_WM8994=y CONFIG_GPIO_ADP5588=y # # PCI GPIO expanders: # CONFIG_GPIO_BT8XX=y CONFIG_GPIO_LANGWELL=y # CONFIG_GPIO_TIMBERDALE is not set CONFIG_GPIO_RDC321X=y # # SPI GPIO expanders: # # # AC97 GPIO expanders: # # # MODULbus GPIO expanders: # # CONFIG_W1 is not set CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=y CONFIG_MAX8925_POWER=y CONFIG_WM831X_BACKUP=y # CONFIG_WM831X_POWER is not set CONFIG_TEST_POWER=y # CONFIG_BATTERY_DS2760 is not set CONFIG_BATTERY_DS2782=y # CONFIG_BATTERY_OLPC is not set # CONFIG_BATTERY_BQ27x00 is not set # CONFIG_BATTERY_DA9030 is not set CONFIG_BATTERY_MAX17040=y CONFIG_HWMON=y CONFIG_HWMON_VID=y CONFIG_HWMON_DEBUG_CHIP=y # # Native drivers # # CONFIG_SENSORS_ABITUGURU is not set CONFIG_SENSORS_ABITUGURU3=y CONFIG_SENSORS_AD7414=y # CONFIG_SENSORS_AD7418 is not set CONFIG_SENSORS_ADM1021=y CONFIG_SENSORS_ADM1025=y # CONFIG_SENSORS_ADM1026 is not set CONFIG_SENSORS_ADM1029=y # CONFIG_SENSORS_ADM1031 is not set CONFIG_SENSORS_ADM9240=y # CONFIG_SENSORS_ADT7411 is not set CONFIG_SENSORS_ADT7462=y CONFIG_SENSORS_ADT7470=y CONFIG_SENSORS_ADT7475=y # CONFIG_SENSORS_ASC7621 is not set CONFIG_SENSORS_K8TEMP=y CONFIG_SENSORS_K10TEMP=y # CONFIG_SENSORS_ASB100 is not set CONFIG_SENSORS_ATXP1=y # CONFIG_SENSORS_DS1621 is not set CONFIG_SENSORS_I5K_AMB=y CONFIG_SENSORS_F71805F=y CONFIG_SENSORS_F71882FG=y CONFIG_SENSORS_F75375S=y CONFIG_SENSORS_FSCHMD=y CONFIG_SENSORS_G760A=y CONFIG_SENSORS_GL518SM=y # CONFIG_SENSORS_GL520SM is not set # CONFIG_SENSORS_CORETEMP is not set CONFIG_SENSORS_IT87=y # CONFIG_SENSORS_LM63 is not set CONFIG_SENSORS_LM73=y CONFIG_SENSORS_LM75=y # CONFIG_SENSORS_LM77 is not set CONFIG_SENSORS_LM78=y # CONFIG_SENSORS_LM80 is not set CONFIG_SENSORS_LM83=y # CONFIG_SENSORS_LM85 is not set CONFIG_SENSORS_LM87=y # CONFIG_SENSORS_LM90 is not set # CONFIG_SENSORS_LM92 is not set # CONFIG_SENSORS_LM93 is not set CONFIG_SENSORS_LTC4215=y # CONFIG_SENSORS_LTC4245 is not set CONFIG_SENSORS_LM95241=y CONFIG_SENSORS_MAX1619=y CONFIG_SENSORS_MAX6650=y CONFIG_SENSORS_PC87360=y # CONFIG_SENSORS_PC87427 is not set CONFIG_SENSORS_PCF8591=y CONFIG_SENSORS_SHT15=y CONFIG_SENSORS_SIS5595=y CONFIG_SENSORS_DME1737=y CONFIG_SENSORS_EMC1403=y CONFIG_SENSORS_SMSC47M1=y CONFIG_SENSORS_SMSC47M192=y CONFIG_SENSORS_SMSC47B397=y CONFIG_SENSORS_ADS7828=y CONFIG_SENSORS_AMC6821=y # CONFIG_SENSORS_THMC50 is not set CONFIG_SENSORS_TMP102=y # CONFIG_SENSORS_TMP401 is not set # CONFIG_SENSORS_TMP421 is not set CONFIG_SENSORS_VIA_CPUTEMP=y # CONFIG_SENSORS_VIA686A is not set # CONFIG_SENSORS_VT1211 is not set CONFIG_SENSORS_VT8231=y CONFIG_SENSORS_W83781D=y CONFIG_SENSORS_W83791D=y CONFIG_SENSORS_W83792D=y # CONFIG_SENSORS_W83793 is not set CONFIG_SENSORS_W83L785TS=y CONFIG_SENSORS_W83L786NG=y # CONFIG_SENSORS_W83627HF is not set # CONFIG_SENSORS_W83627EHF is not set CONFIG_SENSORS_WM831X=y # CONFIG_SENSORS_HDAPS is not set CONFIG_SENSORS_LIS3_I2C=y CONFIG_SENSORS_APPLESMC=y CONFIG_THERMAL=y CONFIG_THERMAL_HWMON=y CONFIG_WATCHDOG=y CONFIG_WATCHDOG_NOWAYOUT=y # # Watchdog Device Drivers # CONFIG_SOFT_WATCHDOG=y CONFIG_WM831X_WATCHDOG=y CONFIG_ACQUIRE_WDT=y # CONFIG_ADVANTECH_WDT is not set CONFIG_ALIM1535_WDT=y # CONFIG_ALIM7101_WDT is not set CONFIG_GEODE_WDT=y CONFIG_SC520_WDT=y # CONFIG_SBC_FITPC2_WATCHDOG is not set # CONFIG_EUROTECH_WDT is not set # CONFIG_IB700_WDT is not set CONFIG_IBMASR=y CONFIG_WAFER_WDT=y CONFIG_I6300ESB_WDT=y CONFIG_ITCO_WDT=y CONFIG_ITCO_VENDOR_SUPPORT=y # CONFIG_IT8712F_WDT is not set CONFIG_IT87_WDT=y CONFIG_HP_WATCHDOG=y # CONFIG_SC1200_WDT is not set CONFIG_SCx200_WDT=y # CONFIG_PC87413_WDT is not set CONFIG_60XX_WDT=y # CONFIG_SBC8360_WDT is not set CONFIG_SBC7240_WDT=y # CONFIG_CPU5_WDT is not set CONFIG_SMSC_SCH311X_WDT=y CONFIG_SMSC37B787_WDT=y 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=y CONFIG_MACHZ_WDT=y CONFIG_SBC_EPX_C3_WATCHDOG=y # # ISA-based Watchdog Cards # CONFIG_PCWATCHDOG=y CONFIG_MIXCOMWD=y # CONFIG_WDT is not set # # PCI-based Watchdog Cards # # CONFIG_PCIPCWATCHDOG is not set CONFIG_WDTPCI=y # # USB-based Watchdog Cards # CONFIG_USBPCWATCHDOG=y CONFIG_SSB_POSSIBLE=y # # Sonics Silicon Backplane # CONFIG_SSB=y CONFIG_SSB_SPROM=y CONFIG_SSB_PCIHOST_POSSIBLE=y CONFIG_SSB_PCIHOST=y # CONFIG_SSB_B43_PCI_BRIDGE is not set CONFIG_SSB_SILENT=y CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y CONFIG_SSB_DRIVER_PCICORE=y CONFIG_MFD_SUPPORT=y CONFIG_MFD_CORE=y CONFIG_MFD_88PM860X=y CONFIG_MFD_SM501=y # CONFIG_MFD_SM501_GPIO is not set # CONFIG_HTC_PASIC3 is not set # CONFIG_HTC_I2CPLD is not set CONFIG_TPS65010=y CONFIG_TPS6507X=y # CONFIG_TWL4030_CORE is not set CONFIG_MFD_TC35892=y # CONFIG_MFD_TMIO is not set CONFIG_PMIC_DA903X=y # CONFIG_PMIC_ADP5520 is not set CONFIG_MFD_MAX8925=y # CONFIG_MFD_WM8400 is not set CONFIG_MFD_WM831X=y # CONFIG_MFD_WM8350_I2C is not set CONFIG_MFD_WM8994=y # CONFIG_MFD_PCF50633 is not set CONFIG_ABX500_CORE=y # CONFIG_AB3100_CORE is not set # CONFIG_AB3550_CORE is not set CONFIG_MFD_TIMBERDALE=y CONFIG_LPC_SCH=y CONFIG_MFD_RDC321X=y # CONFIG_MFD_JANZ_CMODIO is not set CONFIG_REGULATOR=y CONFIG_REGULATOR_DEBUG=y # CONFIG_REGULATOR_DUMMY is not set # CONFIG_REGULATOR_FIXED_VOLTAGE is not set # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set CONFIG_REGULATOR_USERSPACE_CONSUMER=y CONFIG_REGULATOR_BQ24022=y CONFIG_REGULATOR_MAX1586=y # CONFIG_REGULATOR_MAX8649 is not set CONFIG_REGULATOR_MAX8660=y CONFIG_REGULATOR_MAX8925=y CONFIG_REGULATOR_WM831X=y # CONFIG_REGULATOR_WM8994 is not set CONFIG_REGULATOR_DA903X=y CONFIG_REGULATOR_LP3971=y CONFIG_REGULATOR_TPS65023=y CONFIG_REGULATOR_TPS6507X=y # CONFIG_REGULATOR_88PM8607 is not set # CONFIG_MEDIA_SUPPORT is not set # # Graphics support # # CONFIG_AGP is not set # CONFIG_VGA_ARB is not set CONFIG_DRM=y CONFIG_DRM_KMS_HELPER=y CONFIG_DRM_TTM=y CONFIG_DRM_TDFX=y CONFIG_DRM_R128=y CONFIG_DRM_RADEON=y # CONFIG_DRM_RADEON_KMS is not set CONFIG_DRM_MGA=y CONFIG_DRM_VIA=y CONFIG_DRM_SAVAGE=y CONFIG_VGASTATE=y CONFIG_VIDEO_OUTPUT_CONTROL=y CONFIG_FB=y CONFIG_FIRMWARE_EDID=y CONFIG_FB_DDC=y CONFIG_FB_BOOT_VESA_SUPPORT=y CONFIG_FB_CFB_FILLRECT=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_IMAGEBLIT=y # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set CONFIG_FB_SYS_FILLRECT=y CONFIG_FB_SYS_COPYAREA=y CONFIG_FB_SYS_IMAGEBLIT=y CONFIG_FB_FOREIGN_ENDIAN=y CONFIG_FB_BOTH_ENDIAN=y # CONFIG_FB_BIG_ENDIAN is not set # CONFIG_FB_LITTLE_ENDIAN is not set CONFIG_FB_SYS_FOPS=y CONFIG_FB_DEFERRED_IO=y CONFIG_FB_HECUBA=y CONFIG_FB_SVGALIB=y # CONFIG_FB_MACMODES is not set CONFIG_FB_BACKLIGHT=y CONFIG_FB_MODE_HELPERS=y CONFIG_FB_TILEBLITTING=y # # Frame buffer hardware drivers # # CONFIG_FB_CIRRUS is not set # CONFIG_FB_PM2 is not set CONFIG_FB_CYBER2000=y CONFIG_FB_ARC=y # CONFIG_FB_ASILIANT is not set CONFIG_FB_IMSTT=y # CONFIG_FB_VGA16 is not set # CONFIG_FB_VESA is not set CONFIG_FB_N411=y CONFIG_FB_HGA=y CONFIG_FB_HGA_ACCEL=y # CONFIG_FB_S1D13XXX is not set CONFIG_FB_NVIDIA=y CONFIG_FB_NVIDIA_I2C=y # CONFIG_FB_NVIDIA_DEBUG is not set CONFIG_FB_NVIDIA_BACKLIGHT=y # CONFIG_FB_RIVA is not set CONFIG_FB_LE80578=y CONFIG_FB_CARILLO_RANCH=y # CONFIG_FB_MATROX is not set # CONFIG_FB_RADEON is not set CONFIG_FB_ATY128=y # CONFIG_FB_ATY128_BACKLIGHT is not set CONFIG_FB_ATY=y CONFIG_FB_ATY_CT=y CONFIG_FB_ATY_GENERIC_LCD=y CONFIG_FB_ATY_GX=y CONFIG_FB_ATY_BACKLIGHT=y # CONFIG_FB_S3 is not set CONFIG_FB_SAVAGE=y # CONFIG_FB_SAVAGE_I2C is not set # CONFIG_FB_SAVAGE_ACCEL is not set CONFIG_FB_SIS=y CONFIG_FB_SIS_300=y CONFIG_FB_SIS_315=y # CONFIG_FB_VIA is not set CONFIG_FB_NEOMAGIC=y CONFIG_FB_KYRO=y # CONFIG_FB_3DFX is not set CONFIG_FB_VOODOO1=y CONFIG_FB_VT8623=y CONFIG_FB_TRIDENT=y CONFIG_FB_ARK=y # CONFIG_FB_PM3 is not set # CONFIG_FB_CARMINE is not set CONFIG_FB_GEODE=y CONFIG_FB_GEODE_LX=y CONFIG_FB_GEODE_GX=y CONFIG_FB_GEODE_GX1=y # CONFIG_FB_TMIO is not set # CONFIG_FB_SM501 is not set # CONFIG_FB_VIRTUAL is not set # CONFIG_FB_METRONOME is not set # CONFIG_FB_MB862XX is not set # CONFIG_FB_BROADSHEET is not set CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=y # CONFIG_LCD_PLATFORM is not set CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_GENERIC=y CONFIG_BACKLIGHT_PROGEAR=y CONFIG_BACKLIGHT_CARILLO_RANCH=y CONFIG_BACKLIGHT_DA903X=y # CONFIG_BACKLIGHT_MAX8925 is not set # CONFIG_BACKLIGHT_MBP_NVIDIA is not set # CONFIG_BACKLIGHT_SAHARA is not set # CONFIG_BACKLIGHT_WM831X is not set CONFIG_BACKLIGHT_ADP8860=y CONFIG_BACKLIGHT_88PM860X=y # # Display device support # CONFIG_DISPLAY_SUPPORT=y # # Display hardware drivers # # # Console display driver support # CONFIG_VGA_CONSOLE=y CONFIG_VGACON_SOFT_SCROLLBACK=y CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64 # CONFIG_MDA_CONSOLE is not set CONFIG_DUMMY_CONSOLE=y # CONFIG_FRAMEBUFFER_CONSOLE is not set # CONFIG_LOGO is not set CONFIG_SOUND=y CONFIG_SOUND_OSS_CORE=y CONFIG_SOUND_OSS_CORE_PRECLAIM=y # CONFIG_SND is not set CONFIG_SOUND_PRIME=y CONFIG_SOUND_OSS=y # CONFIG_SOUND_TRACEINIT is not set # CONFIG_SOUND_DMAP is not set CONFIG_SOUND_VMIDI=y # CONFIG_SOUND_TRIX is not set CONFIG_SOUND_MSS=y # CONFIG_SOUND_MPU401 is not set CONFIG_SOUND_PAS=y CONFIG_PAS_JOYSTICK=y # CONFIG_SOUND_PSS is not set # CONFIG_SOUND_SB is not set CONFIG_SOUND_YM3812=y # CONFIG_SOUND_UART6850 is not set # CONFIG_SOUND_AEDSP16 is not set CONFIG_HID_SUPPORT=y CONFIG_HID=y CONFIG_HIDRAW=y # # USB Input Devices # CONFIG_USB_HID=y # CONFIG_HID_PID is not set # CONFIG_USB_HIDDEV is not set # # Special HID drivers # CONFIG_HID_3M_PCT=y CONFIG_HID_A4TECH=y CONFIG_HID_APPLE=y # CONFIG_HID_BELKIN is not set # CONFIG_HID_CANDO is not set # CONFIG_HID_CHERRY is not set CONFIG_HID_CHICONY=y CONFIG_HID_CYPRESS=y CONFIG_HID_DRAGONRISE=y CONFIG_DRAGONRISE_FF=y CONFIG_HID_EGALAX=y CONFIG_HID_EZKEY=y CONFIG_HID_KYE=y CONFIG_HID_GYRATION=y CONFIG_HID_TWINHAN=y # CONFIG_HID_KENSINGTON is not set CONFIG_HID_LOGITECH=y CONFIG_LOGITECH_FF=y CONFIG_LOGIRUMBLEPAD2_FF=y CONFIG_LOGIG940_FF=y CONFIG_HID_MAGICMOUSE=y # CONFIG_HID_MICROSOFT is not set CONFIG_HID_MOSART=y CONFIG_HID_MONTEREY=y CONFIG_HID_NTRIG=y CONFIG_HID_ORTEK=y CONFIG_HID_PANTHERLORD=y # CONFIG_PANTHERLORD_FF is not set CONFIG_HID_PETALYNX=y CONFIG_HID_PICOLCD=y # CONFIG_HID_PICOLCD_FB is not set CONFIG_HID_PICOLCD_BACKLIGHT=y # CONFIG_HID_PICOLCD_LCD is not set CONFIG_HID_PICOLCD_LEDS=y CONFIG_HID_QUANTA=y CONFIG_HID_ROCCAT=y CONFIG_HID_ROCCAT_KONE=y CONFIG_HID_SAMSUNG=y CONFIG_HID_SONY=y CONFIG_HID_STANTUM=y CONFIG_HID_SUNPLUS=y CONFIG_HID_GREENASIA=y CONFIG_GREENASIA_FF=y CONFIG_HID_SMARTJOYPLUS=y CONFIG_SMARTJOYPLUS_FF=y CONFIG_HID_TOPSEED=y # CONFIG_HID_THRUSTMASTER is not set CONFIG_HID_WACOM=y # CONFIG_HID_WACOM_POWER_SUPPLY is not set CONFIG_HID_ZEROPLUS=y CONFIG_ZEROPLUS_FF=y # CONFIG_HID_ZYDACRON is not set CONFIG_USB_SUPPORT=y CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB_ARCH_HAS_OHCI=y CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB=y # CONFIG_USB_DEBUG is not set # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set # # Miscellaneous USB options # # CONFIG_USB_DEVICEFS is not set CONFIG_USB_DEVICE_CLASS=y CONFIG_USB_DYNAMIC_MINORS=y CONFIG_USB_OTG_WHITELIST=y CONFIG_USB_OTG_BLACKLIST_HUB=y CONFIG_USB_MON=y CONFIG_USB_WUSB=y # CONFIG_USB_WUSB_CBAF is not set # # USB Host Controller Drivers # CONFIG_USB_C67X00_HCD=y CONFIG_USB_XHCI_HCD=y # CONFIG_USB_XHCI_HCD_DEBUGGING is not set CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_ROOT_HUB_TT=y # CONFIG_USB_EHCI_TT_NEWSCHED is not set CONFIG_USB_OXU210HP_HCD=y # CONFIG_USB_ISP116X_HCD is not set # CONFIG_USB_ISP1760_HCD is not set # CONFIG_USB_ISP1362_HCD is not set CONFIG_USB_OHCI_HCD=y # CONFIG_USB_OHCI_HCD_SSB is not set # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set CONFIG_USB_OHCI_LITTLE_ENDIAN=y CONFIG_USB_UHCI_HCD=y # CONFIG_USB_U132_HCD is not set CONFIG_USB_SL811_HCD=y # CONFIG_USB_R8A66597_HCD is not set # CONFIG_USB_WHCI_HCD is not set # CONFIG_USB_HWA_HCD is not set # # USB Device Class drivers # CONFIG_USB_ACM=y CONFIG_USB_PRINTER=y CONFIG_USB_WDM=y CONFIG_USB_TMC=y # # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may # # # also be needed; see USB_STORAGE Help for more info # CONFIG_USB_STORAGE=y CONFIG_USB_STORAGE_DEBUG=y CONFIG_USB_STORAGE_DATAFAB=y CONFIG_USB_STORAGE_FREECOM=y CONFIG_USB_STORAGE_ISD200=y CONFIG_USB_STORAGE_USBAT=y CONFIG_USB_STORAGE_SDDR09=y # CONFIG_USB_STORAGE_SDDR55 is not set # CONFIG_USB_STORAGE_JUMPSHOT is not set CONFIG_USB_STORAGE_ALAUDA=y CONFIG_USB_STORAGE_ONETOUCH=y # CONFIG_USB_STORAGE_KARMA is not set CONFIG_USB_STORAGE_CYPRESS_ATACB=y CONFIG_USB_LIBUSUAL=y # # USB Imaging devices # CONFIG_USB_MDC800=y CONFIG_USB_MICROTEK=y # # USB port drivers # CONFIG_USB_USS720=y CONFIG_USB_SERIAL=y CONFIG_USB_SERIAL_CONSOLE=y CONFIG_USB_EZUSB=y # CONFIG_USB_SERIAL_GENERIC is not set CONFIG_USB_SERIAL_AIRCABLE=y CONFIG_USB_SERIAL_ARK3116=y CONFIG_USB_SERIAL_BELKIN=y CONFIG_USB_SERIAL_CH341=y # CONFIG_USB_SERIAL_WHITEHEAT is not set # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set CONFIG_USB_SERIAL_CP210X=y CONFIG_USB_SERIAL_CYPRESS_M8=y CONFIG_USB_SERIAL_EMPEG=y # CONFIG_USB_SERIAL_FTDI_SIO is not set CONFIG_USB_SERIAL_FUNSOFT=y CONFIG_USB_SERIAL_VISOR=y # CONFIG_USB_SERIAL_IPAQ is not set # CONFIG_USB_SERIAL_IR is not set CONFIG_USB_SERIAL_EDGEPORT=y CONFIG_USB_SERIAL_EDGEPORT_TI=y CONFIG_USB_SERIAL_GARMIN=y # CONFIG_USB_SERIAL_IPW is not set CONFIG_USB_SERIAL_IUU=y CONFIG_USB_SERIAL_KEYSPAN_PDA=y # CONFIG_USB_SERIAL_KEYSPAN is not set CONFIG_USB_SERIAL_KLSI=y CONFIG_USB_SERIAL_KOBIL_SCT=y CONFIG_USB_SERIAL_MCT_U232=y CONFIG_USB_SERIAL_MOS7720=y # CONFIG_USB_SERIAL_MOS7715_PARPORT is not set # CONFIG_USB_SERIAL_MOS7840 is not set CONFIG_USB_SERIAL_MOTOROLA=y CONFIG_USB_SERIAL_NAVMAN=y # CONFIG_USB_SERIAL_PL2303 is not set CONFIG_USB_SERIAL_OTI6858=y CONFIG_USB_SERIAL_QCAUX=y # CONFIG_USB_SERIAL_QUALCOMM is not set # CONFIG_USB_SERIAL_SPCP8X5 is not set CONFIG_USB_SERIAL_HP4X=y # CONFIG_USB_SERIAL_SAFE is not set CONFIG_USB_SERIAL_SIEMENS_MPI=y CONFIG_USB_SERIAL_SIERRAWIRELESS=y CONFIG_USB_SERIAL_SYMBOL=y CONFIG_USB_SERIAL_TI=y CONFIG_USB_SERIAL_CYBERJACK=y CONFIG_USB_SERIAL_XIRCOM=y CONFIG_USB_SERIAL_WWAN=y CONFIG_USB_SERIAL_OPTION=y CONFIG_USB_SERIAL_OMNINET=y CONFIG_USB_SERIAL_OPTICON=y CONFIG_USB_SERIAL_VIVOPAY_SERIAL=y CONFIG_USB_SERIAL_ZIO=y CONFIG_USB_SERIAL_DEBUG=y # # USB Miscellaneous drivers # CONFIG_USB_EMI62=y CONFIG_USB_EMI26=y # CONFIG_USB_ADUTUX is not set CONFIG_USB_SEVSEG=y # CONFIG_USB_RIO500 is not set # CONFIG_USB_LEGOTOWER is not set # CONFIG_USB_LCD is not set # CONFIG_USB_LED is not set CONFIG_USB_CYPRESS_CY7C63=y # CONFIG_USB_CYTHERM is not set CONFIG_USB_IDMOUSE=y CONFIG_USB_FTDI_ELAN=y CONFIG_USB_APPLEDISPLAY=y CONFIG_USB_SISUSBVGA=y # CONFIG_USB_SISUSBVGA_CON is not set # CONFIG_USB_LD is not set CONFIG_USB_TRANCEVIBRATOR=y CONFIG_USB_IOWARRIOR=y # CONFIG_USB_TEST is not set CONFIG_USB_ISIGHTFW=y # CONFIG_USB_ATM is not set # CONFIG_USB_GADGET is not set # # OTG and related infrastructure # CONFIG_USB_OTG_UTILS=y CONFIG_USB_GPIO_VBUS=y CONFIG_NOP_USB_XCEIV=y CONFIG_UWB=y CONFIG_UWB_HWA=y CONFIG_UWB_WHCI=y CONFIG_UWB_WLP=y CONFIG_UWB_I1480U=y CONFIG_UWB_I1480U_WLP=y # CONFIG_MMC is not set CONFIG_MEMSTICK=y # CONFIG_MEMSTICK_DEBUG is not set # # MemoryStick drivers # CONFIG_MEMSTICK_UNSAFE_RESUME=y CONFIG_MSPRO_BLOCK=y # # MemoryStick Host Controller Drivers # CONFIG_MEMSTICK_TIFM_MS=y CONFIG_MEMSTICK_JMICRON_38X=y CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y # # LED drivers # # CONFIG_LEDS_88PM860X is not set # CONFIG_LEDS_NET48XX is not set # CONFIG_LEDS_WRAP is not set CONFIG_LEDS_PCA9532=y # CONFIG_LEDS_GPIO is not set CONFIG_LEDS_LP3944=y # CONFIG_LEDS_CLEVO_MAIL is not set # CONFIG_LEDS_PCA955X is not set # CONFIG_LEDS_WM831X_STATUS is not set # CONFIG_LEDS_DA903X is not set CONFIG_LEDS_REGULATOR=y CONFIG_LEDS_BD2802=y # CONFIG_LEDS_INTEL_SS4200 is not set # CONFIG_LEDS_LT3593 is not set CONFIG_LEDS_TRIGGERS=y # # LED Triggers # CONFIG_LEDS_TRIGGER_TIMER=y CONFIG_LEDS_TRIGGER_HEARTBEAT=y CONFIG_LEDS_TRIGGER_BACKLIGHT=y CONFIG_LEDS_TRIGGER_GPIO=y CONFIG_LEDS_TRIGGER_DEFAULT_ON=y # # iptables trigger is under Netfilter config (LED target) # # CONFIG_ACCESSIBILITY is not set CONFIG_INFINIBAND=y CONFIG_INFINIBAND_USER_MAD=y CONFIG_INFINIBAND_USER_ACCESS=y CONFIG_INFINIBAND_USER_MEM=y CONFIG_INFINIBAND_ADDR_TRANS=y # CONFIG_INFINIBAND_MTHCA is not set # CONFIG_INFINIBAND_AMSO1100 is not set CONFIG_INFINIBAND_CXGB3=y # CONFIG_INFINIBAND_CXGB3_DEBUG is not set CONFIG_INFINIBAND_CXGB4=y CONFIG_MLX4_INFINIBAND=y # CONFIG_INFINIBAND_NES is not set CONFIG_INFINIBAND_IPOIB=y CONFIG_INFINIBAND_IPOIB_CM=y CONFIG_INFINIBAND_IPOIB_DEBUG=y # CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set # CONFIG_INFINIBAND_SRP is not set # CONFIG_INFINIBAND_ISER is not set # CONFIG_EDAC is not set CONFIG_RTC_LIB=y CONFIG_RTC_CLASS=y CONFIG_RTC_HCTOSYS=y CONFIG_RTC_HCTOSYS_DEVICE="rtc0" # CONFIG_RTC_DEBUG is not set # # RTC interfaces # CONFIG_RTC_INTF_SYSFS=y # CONFIG_RTC_INTF_PROC is not set CONFIG_RTC_INTF_DEV=y # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set CONFIG_RTC_DRV_TEST=y # # I2C RTC drivers # CONFIG_RTC_DRV_DS1307=y # CONFIG_RTC_DRV_DS1374 is not set CONFIG_RTC_DRV_DS1672=y CONFIG_RTC_DRV_MAX6900=y # CONFIG_RTC_DRV_MAX8925 is not set CONFIG_RTC_DRV_RS5C372=y CONFIG_RTC_DRV_ISL1208=y CONFIG_RTC_DRV_X1205=y # CONFIG_RTC_DRV_PCF8563 is not set # CONFIG_RTC_DRV_PCF8583 is not set # CONFIG_RTC_DRV_M41T80 is not set # CONFIG_RTC_DRV_BQ32K is not set CONFIG_RTC_DRV_S35390A=y CONFIG_RTC_DRV_FM3130=y CONFIG_RTC_DRV_RX8581=y # CONFIG_RTC_DRV_RX8025 is not set # # SPI RTC drivers # # # Platform RTC drivers # # CONFIG_RTC_DRV_CMOS is not set CONFIG_RTC_DRV_DS1286=y CONFIG_RTC_DRV_DS1511=y CONFIG_RTC_DRV_DS1553=y # CONFIG_RTC_DRV_DS1742 is not set # CONFIG_RTC_DRV_STK17TA8 is not set CONFIG_RTC_DRV_M48T86=y CONFIG_RTC_DRV_M48T35=y CONFIG_RTC_DRV_M48T59=y CONFIG_RTC_DRV_MSM6242=y CONFIG_RTC_DRV_BQ4802=y CONFIG_RTC_DRV_RP5C01=y CONFIG_RTC_DRV_V3020=y CONFIG_RTC_DRV_WM831X=y # # on-CPU RTC drivers # # CONFIG_DMADEVICES is not set # CONFIG_AUXDISPLAY is not set CONFIG_UIO=y CONFIG_UIO_CIF=y CONFIG_UIO_PDRV=y CONFIG_UIO_PDRV_GENIRQ=y # CONFIG_UIO_AEC is not set CONFIG_UIO_SERCOS3=y CONFIG_UIO_PCI_GENERIC=y CONFIG_UIO_NETX=y # CONFIG_STAGING is not set CONFIG_X86_PLATFORM_DEVICES=y CONFIG_DELL_LAPTOP=y # # Firmware Drivers # CONFIG_EDD=y # CONFIG_EDD_OFF is not set # CONFIG_FIRMWARE_MEMMAP is not set # CONFIG_DELL_RBU is not set CONFIG_DCDBAS=y # CONFIG_DMIID is not set CONFIG_ISCSI_IBFT_FIND=y # CONFIG_ISCSI_IBFT is not set # # File systems # CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y # CONFIG_EXT2_FS_POSIX_ACL is not set CONFIG_EXT2_FS_SECURITY=y CONFIG_EXT2_FS_XIP=y CONFIG_EXT3_FS=y # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y CONFIG_EXT4_FS=y CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_POSIX_ACL=y # CONFIG_EXT4_FS_SECURITY is not set CONFIG_EXT4_DEBUG=y CONFIG_FS_XIP=y CONFIG_JBD=y CONFIG_JBD_DEBUG=y CONFIG_JBD2=y CONFIG_JBD2_DEBUG=y CONFIG_FS_MBCACHE=y # 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=y CONFIG_FS_POSIX_ACL=y CONFIG_XFS_FS=y CONFIG_XFS_QUOTA=y CONFIG_XFS_POSIX_ACL=y CONFIG_XFS_RT=y CONFIG_XFS_DEBUG=y CONFIG_GFS2_FS=y CONFIG_GFS2_FS_LOCKING_DLM=y # CONFIG_OCFS2_FS is not set CONFIG_BTRFS_FS=y CONFIG_BTRFS_FS_POSIX_ACL=y CONFIG_NILFS2_FS=y CONFIG_FILE_LOCKING=y CONFIG_FSNOTIFY=y # CONFIG_DNOTIFY is not set # CONFIG_INOTIFY is not set CONFIG_INOTIFY_USER=y # CONFIG_QUOTA is not set CONFIG_QUOTA_NETLINK_INTERFACE=y CONFIG_QUOTACTL=y # CONFIG_AUTOFS_FS is not set # CONFIG_AUTOFS4_FS is not set # CONFIG_FUSE_FS is not set # # Caches # CONFIG_FSCACHE=y CONFIG_FSCACHE_STATS=y # CONFIG_FSCACHE_HISTOGRAM is not set CONFIG_FSCACHE_DEBUG=y CONFIG_FSCACHE_OBJECT_LIST=y CONFIG_CACHEFILES=y # CONFIG_CACHEFILES_DEBUG is not set CONFIG_CACHEFILES_HISTOGRAM=y # # CD-ROM/DVD Filesystems # CONFIG_ISO9660_FS=y CONFIG_JOLIET=y CONFIG_ZISOFS=y CONFIG_UDF_FS=y CONFIG_UDF_NLS=y # # 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=y CONFIG_NTFS_DEBUG=y CONFIG_NTFS_RW=y # # Pseudo filesystems # CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_PROC_VMCORE=y # CONFIG_PROC_SYSCTL is not set CONFIG_PROC_PAGE_MONITOR=y CONFIG_SYSFS=y CONFIG_TMPFS=y # CONFIG_TMPFS_POSIX_ACL is not set CONFIG_HUGETLBFS=y CONFIG_HUGETLB_PAGE=y CONFIG_CONFIGFS_FS=y CONFIG_MISC_FILESYSTEMS=y CONFIG_ADFS_FS=y CONFIG_ADFS_FS_RW=y # 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 is not set CONFIG_BFS_FS=y # CONFIG_EFS_FS is not set CONFIG_LOGFS=y CONFIG_CRAMFS=y CONFIG_SQUASHFS=y # CONFIG_SQUASHFS_XATTRS is not set # CONFIG_SQUASHFS_EMBEDDED is not set CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3 CONFIG_VXFS_FS=y CONFIG_MINIX_FS=y # CONFIG_OMFS_FS is not set CONFIG_HPFS_FS=y # CONFIG_QNX4FS_FS is not set CONFIG_ROMFS_FS=y CONFIG_ROMFS_BACKED_BY_BLOCK=y # CONFIG_ROMFS_BACKED_BY_MTD is not set # CONFIG_ROMFS_BACKED_BY_BOTH is not set CONFIG_ROMFS_ON_BLOCK=y # CONFIG_SYSV_FS is not set CONFIG_UFS_FS=y CONFIG_UFS_FS_WRITE=y CONFIG_UFS_DEBUG=y # CONFIG_NETWORK_FILESYSTEMS is not set CONFIG_EXPORTFS=y # # Partition Types # CONFIG_PARTITION_ADVANCED=y CONFIG_ACORN_PARTITION=y CONFIG_ACORN_PARTITION_CUMANA=y CONFIG_ACORN_PARTITION_EESOX=y CONFIG_ACORN_PARTITION_ICS=y # CONFIG_ACORN_PARTITION_ADFS is not set CONFIG_ACORN_PARTITION_POWERTEC=y # CONFIG_ACORN_PARTITION_RISCIX is not set CONFIG_OSF_PARTITION=y CONFIG_AMIGA_PARTITION=y CONFIG_ATARI_PARTITION=y CONFIG_MAC_PARTITION=y CONFIG_MSDOS_PARTITION=y CONFIG_BSD_DISKLABEL=y CONFIG_MINIX_SUBPARTITION=y CONFIG_SOLARIS_X86_PARTITION=y CONFIG_UNIXWARE_DISKLABEL=y CONFIG_LDM_PARTITION=y CONFIG_LDM_DEBUG=y CONFIG_SGI_PARTITION=y CONFIG_ULTRIX_PARTITION=y CONFIG_SUN_PARTITION=y # CONFIG_KARMA_PARTITION is not set # CONFIG_EFI_PARTITION is not set # CONFIG_SYSV68_PARTITION is not set CONFIG_NLS=y CONFIG_NLS_DEFAULT="iso8859-1" CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_CODEPAGE_737=y # CONFIG_NLS_CODEPAGE_775 is not set CONFIG_NLS_CODEPAGE_850=y CONFIG_NLS_CODEPAGE_852=y # CONFIG_NLS_CODEPAGE_855 is not set CONFIG_NLS_CODEPAGE_857=y # CONFIG_NLS_CODEPAGE_860 is not set CONFIG_NLS_CODEPAGE_861=y # CONFIG_NLS_CODEPAGE_862 is not set CONFIG_NLS_CODEPAGE_863=y CONFIG_NLS_CODEPAGE_864=y CONFIG_NLS_CODEPAGE_865=y # CONFIG_NLS_CODEPAGE_866 is not set # CONFIG_NLS_CODEPAGE_869 is not set 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=y CONFIG_NLS_ISO8859_8=y CONFIG_NLS_CODEPAGE_1250=y CONFIG_NLS_CODEPAGE_1251=y # CONFIG_NLS_ASCII is not set CONFIG_NLS_ISO8859_1=y # CONFIG_NLS_ISO8859_2 is not set CONFIG_NLS_ISO8859_3=y CONFIG_NLS_ISO8859_4=y CONFIG_NLS_ISO8859_5=y CONFIG_NLS_ISO8859_6=y CONFIG_NLS_ISO8859_7=y CONFIG_NLS_ISO8859_9=y CONFIG_NLS_ISO8859_13=y # CONFIG_NLS_ISO8859_14 is not set CONFIG_NLS_ISO8859_15=y # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set # CONFIG_NLS_UTF8 is not set CONFIG_DLM=y CONFIG_DLM_DEBUG=y # # Kernel hacking # CONFIG_TRACE_IRQFLAGS_SUPPORT=y CONFIG_PRINTK_TIME=y CONFIG_ENABLE_WARN_DEPRECATED=y CONFIG_ENABLE_MUST_CHECK=y CONFIG_FRAME_WARN=1024 CONFIG_MAGIC_SYSRQ=y # CONFIG_STRIP_ASM_SYMS is not set CONFIG_UNUSED_SYMBOLS=y CONFIG_DEBUG_FS=y CONFIG_HEADERS_CHECK=y CONFIG_DEBUG_KERNEL=y # CONFIG_DEBUG_SHIRQ is not set CONFIG_DETECT_SOFTLOCKUP=y # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 CONFIG_DETECT_HUNG_TASK=y # 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=y CONFIG_DEBUG_OBJECTS_SELFTEST=y CONFIG_DEBUG_OBJECTS_FREE=y CONFIG_DEBUG_OBJECTS_TIMERS=y CONFIG_DEBUG_OBJECTS_WORK=y CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT=1 CONFIG_SLUB_DEBUG_ON=y CONFIG_SLUB_STATS=y CONFIG_DEBUG_RT_MUTEXES=y CONFIG_DEBUG_PI_LIST=y CONFIG_RT_MUTEX_TESTER=y CONFIG_DEBUG_SPINLOCK=y CONFIG_DEBUG_MUTEXES=y # CONFIG_DEBUG_LOCK_ALLOC is not set # CONFIG_PROVE_LOCKING is not set # CONFIG_LOCK_STAT is not set CONFIG_TRACE_IRQFLAGS=y CONFIG_DEBUG_SPINLOCK_SLEEP=y CONFIG_DEBUG_LOCKING_API_SELFTESTS=y CONFIG_STACKTRACE=y # CONFIG_DEBUG_KOBJECT is not set CONFIG_DEBUG_HIGHMEM=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=y # CONFIG_DEBUG_LIST is not set # CONFIG_DEBUG_SG is not set CONFIG_DEBUG_NOTIFIERS=y CONFIG_DEBUG_CREDENTIALS=y CONFIG_ARCH_WANT_FRAME_POINTERS=y CONFIG_FRAME_POINTER=y CONFIG_BOOT_PRINTK_DELAY=y # CONFIG_RCU_TORTURE_TEST is not set CONFIG_RCU_CPU_STALL_DETECTOR=y # CONFIG_BACKTRACE_SELF_TEST is not set # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y # CONFIG_LKDTM is not set CONFIG_CPU_NOTIFIER_ERROR_INJECT=y CONFIG_FAULT_INJECTION=y CONFIG_FAILSLAB=y CONFIG_FAIL_PAGE_ALLOC=y CONFIG_FAIL_MAKE_REQUEST=y CONFIG_FAIL_IO_TIMEOUT=y CONFIG_FAULT_INJECTION_DEBUG_FS=y CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y CONFIG_LATENCYTOP=y CONFIG_DEBUG_PAGEALLOC=y CONFIG_USER_STACKTRACE_SUPPORT=y CONFIG_NOP_TRACER=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_TRACER_MAX_TRACE=y CONFIG_RING_BUFFER=y CONFIG_EVENT_TRACING=y CONFIG_CONTEXT_SWITCH_TRACER=y CONFIG_RING_BUFFER_ALLOW_SWAP=y CONFIG_TRACING=y CONFIG_GENERIC_TRACER=y CONFIG_TRACING_SUPPORT=y CONFIG_FTRACE=y # CONFIG_FUNCTION_TRACER is not set CONFIG_IRQSOFF_TRACER=y CONFIG_SYSPROF_TRACER=y CONFIG_SCHED_TRACER=y CONFIG_FTRACE_SYSCALLS=y # CONFIG_BOOT_TRACER is not set CONFIG_BRANCH_PROFILE_NONE=y # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set # CONFIG_PROFILE_ALL_BRANCHES is not set CONFIG_KSYM_TRACER=y # CONFIG_PROFILE_KSYM_TRACER is not set # CONFIG_STACK_TRACER is not set # CONFIG_KMEMTRACE is not set CONFIG_WORKQUEUE_TRACER=y # CONFIG_BLK_DEV_IO_TRACE is not set CONFIG_FTRACE_SELFTEST=y CONFIG_FTRACE_STARTUP_TEST=y # CONFIG_EVENT_TRACE_TEST_SYSCALLS is not set # CONFIG_MMIOTRACE is not set # CONFIG_RING_BUFFER_BENCHMARK is not set # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set CONFIG_FIREWIRE_OHCI_REMOTE_DMA=y CONFIG_BUILD_DOCSRC=y CONFIG_DYNAMIC_DEBUG=y CONFIG_DMA_API_DEBUG=y 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=y # CONFIG_KGDB_TESTS_ON_BOOT is not set CONFIG_KGDB_LOW_LEVEL_TRAP=y CONFIG_KGDB_KDB=y # CONFIG_KDB_KEYBOARD is not set CONFIG_HAVE_ARCH_KMEMCHECK=y # CONFIG_STRICT_DEVMEM is not set CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_EARLY_PRINTK=y # CONFIG_EARLY_PRINTK_DBGP is not set CONFIG_DEBUG_STACKOVERFLOW=y CONFIG_DEBUG_STACK_USAGE=y CONFIG_DEBUG_PER_CPU_MAPS=y CONFIG_X86_PTDUMP=y # CONFIG_DEBUG_RODATA is not set CONFIG_4KSTACKS=y CONFIG_DOUBLEFAULT=y CONFIG_IOMMU_STRESS=y 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 is not set CONFIG_IO_DELAY_NONE=y CONFIG_DEFAULT_IO_DELAY_TYPE=3 # CONFIG_DEBUG_BOOT_PARAMS is not set CONFIG_CPA_DEBUG=y # CONFIG_OPTIMIZE_INLINING is not set # CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set # # Security options # CONFIG_KEYS=y CONFIG_KEYS_DEBUG_PROC_KEYS=y CONFIG_SECURITY=y CONFIG_SECURITYFS=y CONFIG_SECURITY_NETWORK=y # CONFIG_SECURITY_NETWORK_XFRM is not set CONFIG_SECURITY_PATH=y # CONFIG_SECURITY_SMACK is not set CONFIG_SECURITY_TOMOYO=y CONFIG_IMA=y CONFIG_IMA_MEASURE_PCR_IDX=10 CONFIG_IMA_AUDIT=y # CONFIG_DEFAULT_SECURITY_SELINUX is not set # CONFIG_DEFAULT_SECURITY_SMACK is not set CONFIG_DEFAULT_SECURITY_TOMOYO=y # CONFIG_DEFAULT_SECURITY_DAC is not set CONFIG_DEFAULT_SECURITY="tomoyo" CONFIG_XOR_BLOCKS=y CONFIG_ASYNC_CORE=y CONFIG_ASYNC_MEMCPY=y CONFIG_ASYNC_XOR=y CONFIG_ASYNC_PQ=y CONFIG_ASYNC_RAID6_RECOV=y CONFIG_CRYPTO=y # # Crypto core or helper # CONFIG_CRYPTO_FIPS=y 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_PCOMP=y CONFIG_CRYPTO_MANAGER=y CONFIG_CRYPTO_MANAGER2=y CONFIG_CRYPTO_GF128MUL=y # CONFIG_CRYPTO_NULL is not set CONFIG_CRYPTO_PCRYPT=y 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 is not set CONFIG_CRYPTO_ECB=y # CONFIG_CRYPTO_LRW is not set CONFIG_CRYPTO_PCBC=y CONFIG_CRYPTO_XTS=y # # Hash modes # CONFIG_CRYPTO_HMAC=y CONFIG_CRYPTO_XCBC=y CONFIG_CRYPTO_VMAC=y # # Digest # CONFIG_CRYPTO_CRC32C=y # CONFIG_CRYPTO_CRC32C_INTEL is not set CONFIG_CRYPTO_GHASH=y CONFIG_CRYPTO_MD4=y CONFIG_CRYPTO_MD5=y # CONFIG_CRYPTO_MICHAEL_MIC is not set 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=y CONFIG_CRYPTO_SHA512=y CONFIG_CRYPTO_TGR192=y CONFIG_CRYPTO_WP512=y # # Ciphers # CONFIG_CRYPTO_AES=y # CONFIG_CRYPTO_AES_586 is not set CONFIG_CRYPTO_ANUBIS=y CONFIG_CRYPTO_ARC4=y CONFIG_CRYPTO_BLOWFISH=y 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=y # CONFIG_CRYPTO_SALSA20_586 is not set CONFIG_CRYPTO_SEED=y CONFIG_CRYPTO_SERPENT=y CONFIG_CRYPTO_TEA=y CONFIG_CRYPTO_TWOFISH=y CONFIG_CRYPTO_TWOFISH_COMMON=y # CONFIG_CRYPTO_TWOFISH_586 is not set # # Compression # CONFIG_CRYPTO_DEFLATE=y CONFIG_CRYPTO_ZLIB=y CONFIG_CRYPTO_LZO=y # # Random Number Generation # CONFIG_CRYPTO_ANSI_CPRNG=y CONFIG_CRYPTO_HW=y CONFIG_CRYPTO_DEV_PADLOCK=y CONFIG_CRYPTO_DEV_PADLOCK_AES=y CONFIG_CRYPTO_DEV_PADLOCK_SHA=y # CONFIG_CRYPTO_DEV_GEODE is not set CONFIG_CRYPTO_DEV_HIFN_795X=y # CONFIG_CRYPTO_DEV_HIFN_795X_RNG is not set CONFIG_HAVE_KVM=y # CONFIG_VIRTUALIZATION is not set CONFIG_BINARY_PRINTF=y # # Library routines # CONFIG_BITREVERSE=y CONFIG_GENERIC_FIND_FIRST_BIT=y CONFIG_GENERIC_FIND_NEXT_BIT=y CONFIG_GENERIC_FIND_LAST_BIT=y CONFIG_CRC_CCITT=y CONFIG_CRC16=y CONFIG_CRC_T10DIF=y CONFIG_CRC_ITU_T=y CONFIG_CRC32=y # CONFIG_CRC7 is not set CONFIG_LIBCRC32C=y CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=y CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y CONFIG_DECOMPRESS_LZMA=y CONFIG_DECOMPRESS_LZO=y CONFIG_GENERIC_ALLOCATOR=y CONFIG_BTREE=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y CONFIG_CHECK_SIGNATURE=y # CONFIG_CPUMASK_OFFSTACK is not set CONFIG_NLATTR=y --Dxnq1zWXvFF0Q93v Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="boot.log" [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Linux version 2.6.35-rc2-00131-g7908a9e (mingo@sirius) (gcc version 4.4.4 20100514 (Red Hat 4.4.4-3) (GCC) ) #8184 SMP Fri Jun 11 12:26:19 CEST 2010 [ 0.000000] BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable) [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved) [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) [ 0.000000] BIOS-e820: 0000000000100000 - 000000003fff0000 (usable) [ 0.000000] BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS) [ 0.000000] BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data) [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved) [ 0.000000] bootconsole [earlyser0] enabled [ 0.000000] debug: ignoring loglevel setting. [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel! [ 0.000000] DMI 2.3 present. [ 0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working around it. [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved) [ 0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved) [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable) [ 0.000000] last_pfn = 0x3fff0 max_arch_pfn = 0x100000 [ 0.000000] MTRR default type: uncachable [ 0.000000] MTRR fixed ranges enabled: [ 0.000000] 00000-9FFFF write-back [ 0.000000] A0000-BFFFF uncachable [ 0.000000] C0000-C7FFF write-protect [ 0.000000] C8000-FFFFF uncachable [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 0000000000 mask FFC0000000 write-back [ 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] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] initial memory mapped : 0 - 02c00000 [ 0.000000] Scan SMP from 40000000 for 1024 bytes. [ 0.000000] Scan SMP from 4009fc00 for 1024 bytes. [ 0.000000] Scan SMP from 400f0000 for 65536 bytes. [ 0.000000] found SMP MP-table at [400f5680] f5680 [ 0.000000] mpc: f1400-f152c [ 0.000000] init_memory_mapping: 0000000000000000-000000003fff0000 [ 0.000000] 0000000000 - 003fff0000 page 4k [ 0.000000] kernel direct mapping tables up to 3fff0000 @ 100000-204000 [ 0.000000] 0MB HIGHMEM available. [ 0.000000] 1023MB LOWMEM available. [ 0.000000] mapped low ram: 0 - 3fff0000 [ 0.000000] low ram: 0 - 3fff0000 [ 0.000000] early_res array is doubled to 64 at [11080 - 1187f] [ 0.000000] Zone PFN ranges: [ 0.000000] DMA 0x00000010 -> 0x00001000 [ 0.000000] Normal 0x00001000 -> 0x0003fff0 [ 0.000000] HighMem empty [ 0.000000] Movable zone start PFN for each node [ 0.000000] early_node_map[2] active PFN ranges [ 0.000000] 0: 0x00000010 -> 0x0000009f [ 0.000000] 0: 0x00000100 -> 0x0003fff0 [ 0.000000] On node 0 totalpages: 262015 [ 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: 2016 pages used for memmap [ 0.000000] Normal zone: 256016 pages, LIFO batch:31 [ 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: f1400-f152c [ 0.000000] MPTABLE: OEM ID: OEM00000 [ 0.000000] MPTABLE: Product ID: PROD00000000 [ 0.000000] MPTABLE: APIC at: 0xFEE00000 [ 0.000000] Processor #0 (Bootup-CPU) [ 0.000000] Processor #1 [ 0.000000] Bus #0 is PCI [ 0.000000] Bus #1 is PCI [ 0.000000] Bus #2 is PCI [ 0.000000] Bus #3 is PCI [ 0.000000] Bus #4 is PCI [ 0.000000] Bus #5 is PCI [ 0.000000] Bus #6 is ISA [ 0.000000] I/O APIC #2 Version 17 at 0xFEC00000. [ 0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 1-24 [ 0.000000] Int: type 0, pol 3, trig 3, bus 00, IRQ 28, APIC ID 2, APIC INT 0b [ 0.000000] Int: type 0, pol 3, trig 3, bus 00, IRQ 10, APIC ID 2, APIC INT 03 [ 0.000000] Int: type 0, pol 3, trig 3, bus 01, IRQ 00, APIC ID 2, APIC INT 05 [ 0.000000] Int: type 0, pol 3, trig 3, bus 05, IRQ 1c, APIC ID 2, APIC INT 0b [ 0.000000] Int: type 3, pol 0, trig 0, bus 06, IRQ 00, APIC ID 2, APIC INT 00 [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 01, APIC ID 2, APIC INT 01 [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 00, APIC ID 2, APIC INT 02 [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 04, APIC ID 2, APIC INT 04 [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 06, APIC ID 2, APIC INT 06 [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 07, APIC ID 2, APIC INT 07 [ 0.000000] Int: type 0, pol 1, trig 1, bus 06, IRQ 08, APIC ID 2, APIC INT 08 [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 09, APIC ID 2, APIC INT 09 [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 0a, APIC ID 2, APIC INT 0a [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 0c, APIC ID 2, APIC INT 0c [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 0d, APIC ID 2, APIC INT 0d [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 0e, APIC ID 2, APIC INT 0e [ 0.000000] Int: type 0, pol 0, trig 0, bus 06, IRQ 0f, APIC ID 2, APIC INT 0f [ 0.000000] Lint: type 3, pol 0, trig 0, bus 00, IRQ 00, APIC ID ff, APIC LINT 00 [ 0.000000] Lint: type 1, pol 0, trig 0, bus 00, IRQ 00, APIC ID ff, APIC LINT 01 [ 0.000000] Processors: 2 [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] mapped APIC to ffffb000 (fee00000) [ 0.000000] mapped IOAPIC to ffffa000 (fec00000) [ 0.000000] nr_irqs_gsi: 41 [ 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] Allocating PCI resources starting at 40000000 (gap: 40000000:a0000000) [ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 15 pages/cpu @43000000 s45272 r0 d16168 u2097152 [ 0.000000] pcpu-alloc: s45272 r0 d16168 u2097152 alloc=1*4194304 [ 0.000000] pcpu-alloc: [0] 0 1 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259967 [ 0.000000] Kernel command line: root=/dev/sda1 earlyprintk=ttyS0,115200 console=ttyS0,115200 debug initcall_debug enforcing=0 apic=verbose ignore_loglevel sysrq_always_enabled selinux=0 nmi_watchdog=0 3 panic=1 3 [ 0.000000] sysrq: sysrq always enabled. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Enabling fast FPU save and restore... done. [ 0.000000] Enabling unmasked SIMD FPU exception support... done. [ 0.000000] Initializing CPU#0 [ 0.000000] Subtract (47 early reservations) [ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE [ 0.000000] #2 [0001000000 - 0002619de0] TEXT DATA BSS [ 0.000000] #3 [000261a000 - 0002625149] BRK [ 0.000000] #4 [00000f5690 - 0000100000] BIOS reserved [ 0.000000] #5 [00000f5680 - 00000f5690] MP-table mpf [ 0.000000] #6 [000009f800 - 00000f1400] BIOS reserved [ 0.000000] #7 [00000f152c - 00000f5680] BIOS reserved [ 0.000000] #8 [00000f1400 - 00000f152c] MP-table mpc [ 0.000000] #9 [0000010000 - 0000011000] TRAMPOLINE [ 0.000000] #10 [0000100000 - 00001f7000] PGTABLE [ 0.000000] #11 [0002626000 - 0002627000] BOOTMEM [ 0.000000] #12 [0000011000 - 0000011080] BOOTMEM [ 0.000000] #13 [0002627000 - 00026a7000] BOOTMEM [ 0.000000] #14 [00026a7000 - 0002727000] BOOTMEM [ 0.000000] #15 [0002727000 - 00027a7000] BOOTMEM [ 0.000000] #16 [00027a7000 - 0002827000] BOOTMEM [ 0.000000] #17 [0002827000 - 00028a7000] BOOTMEM [ 0.000000] #18 [00028a7000 - 0002927000] BOOTMEM [ 0.000000] #19 [0002927000 - 00029a7000] BOOTMEM [ 0.000000] #20 [00029a7000 - 0002a27000] BOOTMEM [ 0.000000] #21 [0002a27000 - 0002aa7000] BOOTMEM [ 0.000000] #22 [0002aa7000 - 0002b27000] BOOTMEM [ 0.000000] #23 [0002b27000 - 0002ba7000] BOOTMEM [ 0.000000] #24 [0002ba7000 - 0002c27000] BOOTMEM [ 0.000000] #25 [0002c27000 - 0002ca7000] BOOTMEM [ 0.000000] #26 [0002ca7000 - 0002d27000] BOOTMEM [ 0.000000] #27 [0002d27000 - 0002da7000] BOOTMEM [ 0.000000] #28 [0002da7000 - 0002e27000] BOOTMEM [ 0.000000] #29 [0002e27000 - 0002e3f000] BOOTMEM [ 0.000000] #30 [0002e3f000 - 0002e57000] BOOTMEM [ 0.000000] #31 [0002619de0 - 0002619e07] BOOTMEM [ 0.000000] #32 [0002619e20 - 0002619f1c] BOOTMEM [ 0.000000] #33 [0002619f20 - 0002619f30] BOOTMEM [ 0.000000] #34 [0002619f40 - 0002619ff5] BOOTMEM [ 0.000000] #35 [0002625160 - 0002625215] BOOTMEM [ 0.000000] #36 [0003000000 - 000300f000] BOOTMEM [ 0.000000] #37 [0003200000 - 000320f000] BOOTMEM [ 0.000000] #38 [0002625220 - 0002625224] BOOTMEM [ 0.000000] #39 [0002625240 - 0002625244] BOOTMEM [ 0.000000] #40 [0002625260 - 0002625268] BOOTMEM [ 0.000000] #41 [0002625280 - 0002625288] BOOTMEM [ 0.000000] #42 [00026252a0 - 0002625348] BOOTMEM [ 0.000000] #43 [0002625360 - 00026253c8] BOOTMEM [ 0.000000] #44 [0002e57000 - 0002e5b000] BOOTMEM [ 0.000000] #45 [0002e5b000 - 0002edb000] BOOTMEM [ 0.000000] #46 [0002edb000 - 0002f1b000] BOOTMEM [ 0.000000] Initializing HighMem for node 0 (00000000:00000000) [ 0.000000] Memory: 1015092k/1048512k available (11925k kernel code, 32968k reserved, 7341k data, 656k init, 0k highmem) [ 0.000000] virtual kernel memory layout: [ 0.000000] fixmap : 0xffa98000 - 0xfffff000 (5532 kB) [ 0.000000] pkmap : 0xff400000 - 0xff800000 (4096 kB) [ 0.000000] vmalloc : 0x807f0000 - 0xff3fe000 (2028 MB) [ 0.000000] lowmem : 0x40000000 - 0x7fff0000 (1023 MB) [ 0.000000] .init : 0x422d1000 - 0x42375000 ( 656 kB) [ 0.000000] .data : 0x41ba5570 - 0x422d0b8c (7341 kB) [ 0.000000] .text : 0x41000000 - 0x41ba5570 (11925 kB) [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. [ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU debugfs-based tracing is enabled. [ 0.000000] Hierarchical RCU autobalancing is disabled. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. [ 0.000000] Verbose stalled-CPUs detection is disabled. [ 0.000000] NR_IRQS:1280 [ 0.000000] CPU 0 irqstacks, hard=43000000 soft=43001000 [ 0.000000] spurious 8259A interrupt: IRQ7. [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [ttyS0] enabled, bootconsole disabled [ 0.000000] ------------------------ [ 0.000000] | Locking API testsuite: [ 0.000000] ---------------------------------------------------------------------------- [ 0.000000] | spin |wlock |rlock |mutex | wsem | rsem | [ 0.000000] -------------------------------------------------------------------------- [ 0.000000] A-A deadlock:failed|failed| ok |failed|failed|failed| [ 0.000000] A-B-B-A deadlock:failed|failed| ok |failed|failed|failed| [ 0.000000] A-B-B-C-C-A deadlock:failed|failed| ok |failed|failed|failed| [ 0.000000] A-B-C-A-B-C deadlock:failed|failed| ok |failed|failed|failed| [ 0.000000] A-B-B-C-C-D-D-A deadlock:failed|failed| ok |failed|failed|failed| [ 0.000000] A-B-C-D-B-D-D-A deadlock:failed|failed| ok |failed|failed|failed| [ 0.000000] A-B-C-D-B-C-D-A deadlock:failed|failed| ok |failed|failed|failed| [ 0.000000] double unlock: ok | ok |failed| ok |failed|failed| [ 0.000000] initialize held:failed|failed|failed|failed|failed|failed| [ 0.000000] bad unlock order: ok | ok | ok | ok | ok | ok | [ 0.000000] -------------------------------------------------------------------------- [ 0.000000] recursive read-lock: | ok | |failed| [ 0.000000] recursive read-lock #2: | ok | |failed| [ 0.000000] mixed read-write-lock: |failed| |failed| [ 0.000000] mixed write-read-lock: |failed| |failed| [ 0.000000] -------------------------------------------------------------------------- [ 0.000000] hard-irqs-on + irq-safe-A/12:failed|failed| ok | [ 0.000000] soft-irqs-on + irq-safe-A/12:failed|failed| ok | [ 0.000000] hard-irqs-on + irq-safe-A/21:failed|failed| ok | [ 0.000000] soft-irqs-on + irq-safe-A/21:failed|failed| ok | [ 0.000000] sirq-safe-A => hirqs-on/12:failed|failed| ok | [ 0.000000] sirq-safe-A => hirqs-on/21:failed|failed| ok | [ 0.000000] hard-safe-A + irqs-on/12:failed|failed| ok | [ 0.000000] soft-safe-A + irqs-on/12:failed|failed| ok | [ 0.000000] hard-safe-A + irqs-on/21:failed|failed| ok | [ 0.000000] soft-safe-A + irqs-on/21:failed|failed| ok | [ 0.000000] hard-safe-A + unsafe-B #1/123:failed|failed| ok | [ 0.000000] soft-safe-A + unsafe-B #1/123:failed|failed| ok | [ 0.000000] hard-safe-A + unsafe-B #1/132:failed|failed| ok | [ 0.000000] soft-safe-A + unsafe-B #1/132:failed|failed| ok | [ 0.000000] hard-safe-A + unsafe-B #1/213:failed|failed| ok | [ 0.000000] soft-safe-A + unsafe-B #1/213:failed|failed| ok | [ 0.000000] hard-safe-A + unsafe-B #1/231:failed|failed| ok | [ 0.000000] soft-safe-A + unsafe-B #1/231:failed|failed| ok | [ 0.000000] hard-safe-A + unsafe-B #1/312:failed|failed| ok | [ 0.000000] soft-safe-A + unsafe-B #1/312:failed|failed| ok | [ 0.000000] hard-safe-A + unsafe-B #1/321:failed|failed| ok | [ 0.000000] soft-safe-A + unsafe-B #1/321:failed|failed| ok | [ 0.000000] hard-safe-A + unsafe-B #2/123:failed|failed| ok | [ 0.000000] soft-safe-A + unsafe-B #2/123:failed|failed| ok | [ 0.000000] hard-safe-A + unsafe-B #2/132:failed|failed| ok | [ 0.000000] soft-safe-A + unsafe-B #2/132:failed|failed| ok | [ 0.000000] hard-safe-A + unsafe-B #2/213:failed|failed| ok | [ 0.000000] soft-safe-A + unsafe-B #2/213:failed|failed| ok | [ 0.000000] hard-safe-A + unsafe-B #2/231:failed|failed| ok | [ 0.000000] soft-safe-A + unsafe-B #2/231:failed|failed| ok | [ 0.000000] hard-safe-A + unsafe-B #2/312:failed|failed| ok | [ 0.000000] soft-safe-A + unsafe-B #2/312:failed|failed| ok | [ 0.000000] hard-safe-A + unsafe-B #2/321:failed|failed| ok | [ 0.000000] soft-safe-A + unsafe-B #2/321:failed|failed| ok | [ 0.000000] hard-irq lock-inversion/123:failed|failed| ok | [ 0.000000] soft-irq lock-inversion/123:failed|failed| ok | [ 0.000000] hard-irq lock-inversion/132:failed|failed| ok | [ 0.000000] soft-irq lock-inversion/132:failed|failed| ok | [ 0.000000] hard-irq lock-inversion/213:failed|failed| ok | [ 0.000000] soft-irq lock-inversion/213:failed|failed| ok | [ 0.000000] hard-irq lock-inversion/231:failed|failed| ok | [ 0.000000] soft-irq lock-inversion/231:failed|failed| ok | [ 0.000000] hard-irq lock-inversion/312:failed|failed| ok | [ 0.000000] soft-irq lock-inversion/312:failed|failed| ok | [ 0.000000] hard-irq lock-inversion/321:failed|failed| ok | [ 0.000000] soft-irq lock-inversion/321:failed|failed| 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] 142 out of 218 testcases failed, as expected. | [ 0.000000] ---------------------------------------------------- [ 0.000000] ODEBUG: 8 of 8 active objects replaced [ 0.000000] ODEBUG: selftest passed [ 0.000000] Fast TSC calibration using PIT [ 0.000000] Detected 2010.275 MHz processor. [ 0.012005] Calibrating delay loop (skipped), value calculated using timer frequency.. 4020.55 BogoMIPS (lpj=8041100) [ 0.020003] pid_max: default: 32768 minimum: 301 [ 0.024074] Security Framework initialized [ 0.028012] TOMOYO Linux initialized [ 0.032161] Mount-cache hash table entries: 512 [ 0.036399] Initializing cgroup subsys debug [ 0.040004] Initializing cgroup subsys ns [ 0.044004] Initializing cgroup subsys cpuacct [ 0.048006] Initializing cgroup subsys freezer [ 0.052003] Initializing cgroup subsys blkio [ 0.056068] CPU: Physical Processor ID: 0 [ 0.060002] CPU: Processor Core ID: 0 [ 0.064003] mce: CPU supports 5 MCE banks [ 0.068017] Performance Events: AMD PMU driver. [ 0.073530] ... version: 0 [ 0.076002] ... bit width: 48 [ 0.080002] ... generic registers: 4 [ 0.084002] ... value mask: 0000ffffffffffff [ 0.088002] ... max period: 00007fffffffffff [ 0.092002] ... fixed-purpose events: 0 [ 0.096002] ... event mask: 000000000000000f [ 0.104904] Enabling APIC mode: Flat. Using 1 I/O APICs [ 0.108007] enabled ExtINT on CPU#0 [ 0.112048] ExtINT not setup in hardware but reported by MP table [ 0.120028] ENABLING IO-APIC IRQs [ 0.123336] init IO_APIC IRQs [ 0.124002] 2-0 (apicid-pin) not connected [ 0.128007] IOAPIC[0]: Set routing entry (2-1 -> 0x31 -> IRQ 1 Mode:0 Active:0) [ 0.132008] IOAPIC[0]: Set routing entry (2-2 -> 0x30 -> IRQ 0 Mode:0 Active:0) [ 0.136007] IOAPIC[0]: Set routing entry (2-3 -> 0x29 -> IRQ 29 Mode:1 Active:1) [ 0.140000] IOAPIC[0]: Set routing entry (2-4 -> 0x34 -> IRQ 4 Mode:0 Active:0) [ 0.140000] IOAPIC[0]: Set routing entry (2-5 -> 0x41 -> IRQ 31 Mode:1 Active:1) [ 0.140000] IOAPIC[0]: Set routing entry (2-6 -> 0x36 -> IRQ 6 Mode:0 Active:0) [ 0.140000] IOAPIC[0]: Set routing entry (2-7 -> 0x37 -> IRQ 7 Mode:0 Active:0) [ 0.140000] IOAPIC[0]: Set routing entry (2-8 -> 0x38 -> IRQ 8 Mode:0 Active:0) [ 0.140000] IOAPIC[0]: Set routing entry (2-9 -> 0x39 -> IRQ 9 Mode:0 Active:0) [ 0.140000] IOAPIC[0]: Set routing entry (2-10 -> 0x3a -> IRQ 10 Mode:0 Active:0) [ 0.140000] IOAPIC[0]: Set routing entry (2-11 -> 0x49 -> IRQ 37 Mode:1 Active:1) [ 0.140000] IOAPIC[0]: Set routing entry (2-12 -> 0x3c -> IRQ 12 Mode:0 Active:0) [ 0.140000] IOAPIC[0]: Set routing entry (2-13 -> 0x3d -> IRQ 13 Mode:0 Active:0) [ 0.140000] IOAPIC[0]: Set routing entry (2-14 -> 0x3e -> IRQ 14 Mode:0 Active:0) [ 0.140000] IOAPIC[0]: Set routing entry (2-15 -> 0x3f -> IRQ 15 Mode:0 Active:0) [ 0.140000] 2-16 2-17 2-18 2-19 2-20 2-21 2-22 2-23 (apicid-pin) not connected [ 0.140000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0 [ 0.140000] ..MP-BIOS bug: 8254 timer not connected to IO-APIC [ 0.140000] ...trying to set up timer (IRQ0) through the 8259A ... [ 0.140000] ..... (found apic 0 pin 0) ... [ 0.182315] ....... works. [ 0.184001] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02 [ 0.192002] Using local APIC timer interrupts. [ 0.192003] calibrating APIC timer ... [ 0.200000] ... lapic delta = 1256509 [ 0.200000] ..... delta 1256509 [ 0.200000] ..... mult: 53963277 [ 0.200000] ..... calibration result: 804165 [ 0.200000] ..... CPU clock speed is 2010.1659 MHz. [ 0.200000] ..... host bus clock speed is 201.0165 MHz. [ 0.200000] ... verify APIC timer [ 0.311691] ... jiffies delta = 25 [ 0.312001] ... jiffies result ok [ 0.316017] calling migration_init+0x0/0x3c @ 1 [ 0.320005] initcall migration_init+0x0/0x3c returned 0 after 0 usecs [ 0.324003] calling spawn_ksoftirqd+0x0/0x3c @ 1 [ 0.328051] initcall spawn_ksoftirqd+0x0/0x3c returned 0 after 0 usecs [ 0.332005] calling init_call_single_data+0x0/0x96 @ 1 [ 0.336005] initcall init_call_single_data+0x0/0x96 returned 0 after 0 usecs [ 0.340004] calling cpu_stop_init+0x0/0xab @ 1 [ 0.344054] initcall cpu_stop_init+0x0/0xab returned 0 after 0 usecs [ 0.348004] calling spawn_softlockup_task+0x0/0x65 @ 1 [ 0.352045] initcall spawn_softlockup_task+0x0/0x65 returned 0 after 0 usecs [ 0.356005] calling tracer_alloc_buffers+0x0/0x172 @ 1 [ 0.360138] Testing tracer nop: PASSED [ 0.364757] initcall tracer_alloc_buffers+0x0/0x172 returned 0 after 3906 usecs [ 0.368003] calling init_trace_printk+0x0/0x7 @ 1 [ 0.372003] initcall init_trace_printk+0x0/0x7 returned 0 after 0 usecs [ 0.376003] calling trace_workqueue_early_init+0x0/0x121 @ 1 [ 0.380176] initcall trace_workqueue_early_init+0x0/0x121 returned 0 after 0 usecs [ 0.384302] CPU 1 irqstacks, hard=43200000 soft=43201000 [ 0.388007] Booting Node 0, Processors #1 Ok. [ 0.016000] Initializing CPU#1 [ 0.016000] masked ExtINT on CPU#1 [ 0.484093] Brought up 2 CPUs [ 0.488003] Total of 2 processors activated (8041.41 BogoMIPS). [ 0.496153] device: 'platform': device_add [ 0.500016] PM: Adding info for No Bus:platform [ 0.504094] bus: 'platform': registered [ 0.508006] Registering sysdev class 'cpu' [ 0.512048] Registering sysdev class 'memory' [ 0.516049] Registering sys device of class 'memory' [ 0.520006] Registering sys device 'memory0' [ 0.524045] Registering sys device of class 'memory' [ 0.528005] Registering sys device 'memory1' [ 0.532043] Registering sys device of class 'memory' [ 0.540005] Registering sys device 'memory2' [ 0.544043] Registering sys device of class 'memory' [ 0.548005] Registering sys device 'memory3' [ 0.552052] Registering sys device of class 'memory' [ 0.556005] Registering sys device 'memory4' [ 0.560044] Registering sys device of class 'memory' [ 0.568005] Registering sys device 'memory5' [ 0.572043] Registering sys device of class 'memory' [ 0.576005] Registering sys device 'memory6' [ 0.580043] Registering sys device of class 'memory' [ 0.584005] Registering sys device 'memory7' [ 0.588043] Registering sys device of class 'memory' [ 0.596005] Registering sys device 'memory8' [ 0.600043] Registering sys device of class 'memory' [ 0.604005] Registering sys device 'memory9' [ 0.608043] Registering sys device of class 'memory' [ 0.612005] Registering sys device 'memory10' [ 0.616043] Registering sys device of class 'memory' [ 0.624005] Registering sys device 'memory11' [ 0.628052] Registering sys device of class 'memory' [ 0.632005] Registering sys device 'memory12' [ 0.636044] Registering sys device of class 'memory' [ 0.640005] Registering sys device 'memory13' [ 0.644043] Registering sys device of class 'memory' [ 0.652005] Registering sys device 'memory14' [ 0.656043] Registering sys device of class 'memory' [ 0.660005] Registering sys device 'memory15' [ 0.664509] calling init_mmap_min_addr+0x0/0x11 @ 1 [ 0.668004] initcall init_mmap_min_addr+0x0/0x11 returned 0 after 0 usecs [ 0.676005] calling init_cpufreq_transition_notifier_list+0x0/0x18 @ 1 [ 0.684006] initcall init_cpufreq_transition_notifier_list+0x0/0x18 returned 0 after 0 usecs [ 0.692004] calling net_ns_init+0x0/0x1a8 @ 1 [ 0.696006] initcall net_ns_init+0x0/0x1a8 returned 0 after 0 usecs [ 0.704004] calling e820_mark_nvs_memory+0x0/0x31 @ 1 [ 0.708006] initcall e820_mark_nvs_memory+0x0/0x31 returned 0 after 0 usecs [ 0.716003] calling cpufreq_tsc+0x0/0x25 @ 1 [ 0.720004] initcall cpufreq_tsc+0x0/0x25 returned 0 after 0 usecs [ 0.724003] calling pci_reboot_init+0x0/0x11 @ 1 [ 0.728005] initcall pci_reboot_init+0x0/0x11 returned 0 after 0 usecs [ 0.736003] calling reboot_init+0x0/0x11 @ 1 [ 0.740010] initcall reboot_init+0x0/0x11 returned 0 after 0 usecs [ 0.748003] calling init_lapic_sysfs+0x0/0x28 @ 1 [ 0.752002] Registering sysdev class 'lapic' [ 0.756042] Registering sys device of class 'lapic' [ 0.760005] Registering sys device 'lapic0' [ 0.764039] initcall init_lapic_sysfs+0x0/0x28 returned 0 after 11718 usecs [ 0.772004] calling init_smp_flush+0x0/0x2a @ 1 [ 0.776003] initcall init_smp_flush+0x0/0x2a returned 0 after 0 usecs [ 0.784004] calling alloc_frozen_cpus+0x0/0x7 @ 1 [ 0.788003] initcall alloc_frozen_cpus+0x0/0x7 returned 0 after 0 usecs [ 0.796003] calling ksysfs_init+0x0/0x74 @ 1 [ 0.800017] initcall ksysfs_init+0x0/0x74 returned 0 after 0 usecs [ 0.804003] calling async_init+0x0/0x3d @ 1 [ 0.808041] initcall async_init+0x0/0x3d returned 0 after 0 usecs [ 0.812004] calling init_jiffies_clocksource+0x0/0xf @ 1 [ 0.816006] initcall init_jiffies_clocksource+0x0/0xf returned 0 after 0 usecs [ 0.820003] calling pm_init+0x0/0x2d @ 1 [ 0.824019] initcall pm_init+0x0/0x2d returned 0 after 0 usecs [ 0.828003] calling pm_disk_init+0x0/0x14 @ 1 [ 0.832007] initcall pm_disk_init+0x0/0x14 returned 0 after 0 usecs [ 0.836004] calling swsusp_header_init+0x0/0x26 @ 1 [ 0.840005] initcall swsusp_header_init+0x0/0x26 returned 0 after 0 usecs [ 0.844003] calling init_ftrace_syscalls+0x0/0x96 @ 1 [ 0.852382] initcall init_ftrace_syscalls+0x0/0x96 returned 0 after 3906 usecs [ 0.856003] calling init_hw_breakpoint+0x0/0xee @ 1 [ 0.860040] initcall init_hw_breakpoint+0x0/0xee returned 0 after 0 usecs [ 0.864003] calling init_zero_pfn+0x0/0x41 @ 1 [ 0.868003] initcall init_zero_pfn+0x0/0x41 returned 0 after 0 usecs [ 0.872003] calling filelock_init+0x0/0x27 @ 1 [ 0.876009] initcall filelock_init+0x0/0x27 returned 0 after 0 usecs [ 0.880003] calling init_script_binfmt+0x0/0x11 @ 1 [ 0.884004] initcall init_script_binfmt+0x0/0x11 returned 0 after 0 usecs [ 0.888003] calling init_elf_binfmt+0x0/0x11 @ 1 [ 0.892003] initcall init_elf_binfmt+0x0/0x11 returned 0 after 0 usecs [ 0.896004] calling debugfs_init+0x0/0x4a @ 1 [ 0.900012] initcall debugfs_init+0x0/0x4a returned 0 after 0 usecs [ 0.904003] calling securityfs_init+0x0/0x41 @ 1 [ 0.908017] initcall securityfs_init+0x0/0x41 returned 0 after 0 usecs [ 0.912004] calling calibrate_xor_blocks+0x0/0x139 @ 1 [ 0.916004] xor: automatically using best checksumming function: pIII_sse [ 0.940003] pIII_sse : 6085.000 MB/sec [ 0.944002] xor: using function: pIII_sse (6085.000 MB/sec) [ 0.948008] initcall calibrate_xor_blocks+0x0/0x139 returned 0 after 31250 usecs [ 0.952003] calling random32_init+0x0/0xca @ 1 [ 0.956004] initcall random32_init+0x0/0xca returned 0 after 0 usecs [ 0.960003] calling test_atomic64+0x0/0x2e0 @ 1 [ 0.964004] atomic64 test passed for i386+ platform with CX8 and with SSE [ 0.968003] initcall test_atomic64+0x0/0x2e0 returned 0 after 3906 usecs [ 0.972003] calling sfi_sysfs_init+0x0/0xba @ 1 [ 0.976003] initcall sfi_sysfs_init+0x0/0xba returned 0 after 0 usecs [ 0.980003] calling regulator_init+0x0/0x23 @ 1 [ 0.984002] regulator: core version 0.5 [ 0.988002] device class 'regulator': registering [ 0.992052] initcall regulator_init+0x0/0x23 returned 0 after 7812 usecs [ 0.996006] calling early_resume_init+0x0/0x169 @ 1 [ 1.000020] Time: 21:24:41 Date: 06/11/10 [ 1.004004] initcall early_resume_init+0x0/0x169 returned 0 after 3906 usecs [ 1.008004] calling cpufreq_core_init+0x0/0x8c @ 1 [ 1.012009] initcall cpufreq_core_init+0x0/0x8c returned 0 after 0 usecs [ 1.016003] calling cpuidle_init+0x0/0x32 @ 1 [ 1.020009] initcall cpuidle_init+0x0/0x32 returned 0 after 0 usecs [ 1.024004] calling sock_init+0x0/0x51 @ 1 [ 1.028068] initcall sock_init+0x0/0x51 returned 0 after 0 usecs [ 1.032004] calling netpoll_init+0x0/0x39 @ 1 [ 1.036003] initcall netpoll_init+0x0/0x39 returned 0 after 0 usecs [ 1.040003] calling netlink_proto_init+0x0/0x159 @ 1 [ 1.044028] NET: Registered protocol family 16 [ 1.048029] initcall netlink_proto_init+0x0/0x159 returned 0 after 3906 usecs [ 1.052003] calling olpc_init+0x0/0x14b @ 1 [ 1.056003] initcall olpc_init+0x0/0x14b returned 0 after 0 usecs [ 1.060003] calling bdi_class_init+0x0/0x40 @ 1 [ 1.064004] device class 'bdi': registering [ 1.068071] initcall bdi_class_init+0x0/0x40 returned 0 after 3906 usecs [ 1.072003] calling kobject_uevent_init+0x0/0x1e @ 1 [ 1.076013] initcall kobject_uevent_init+0x0/0x1e returned 0 after 0 usecs [ 1.080003] calling gpiolib_sysfs_init+0x0/0x7e @ 1 [ 1.084002] device class 'gpio': registering [ 1.088067] initcall gpiolib_sysfs_init+0x0/0x7e returned 0 after 3906 usecs [ 1.092003] calling pcibus_class_init+0x0/0x14 @ 1 [ 1.096002] device class 'pci_bus': registering [ 1.100051] initcall pcibus_class_init+0x0/0x14 returned 0 after 3906 usecs [ 1.104003] calling pci_driver_init+0x0/0xf @ 1 [ 1.108062] bus: 'pci': registered [ 1.111466] initcall pci_driver_init+0x0/0xf returned 0 after 0 usecs [ 1.112004] calling lcd_class_init+0x0/0x3f @ 1 [ 1.116002] device class 'lcd': registering [ 1.120062] initcall lcd_class_init+0x0/0x3f returned 0 after 3906 usecs [ 1.124003] calling backlight_class_init+0x0/0x4d @ 1 [ 1.128003] device class 'backlight': registering [ 1.132052] initcall backlight_class_init+0x0/0x4d returned 0 after 3906 usecs [ 1.136003] calling video_output_class_init+0x0/0x14 @ 1 [ 1.140002] device class 'video_output': registering [ 1.144051] initcall video_output_class_init+0x0/0x14 returned 0 after 3906 usecs [ 1.148004] calling tty_class_init+0x0/0x2f @ 1 [ 1.152002] device class 'tty': registering [ 1.156050] initcall tty_class_init+0x0/0x2f returned 0 after 3906 usecs [ 1.160004] calling vtconsole_class_init+0x0/0xa1 @ 1 [ 1.164002] device class 'vtconsole': registering [ 1.168055] device: 'vtcon0': device_add [ 1.172012] PM: Adding info for No Bus:vtcon0 [ 1.176053] initcall vtconsole_class_init+0x0/0xa1 returned 0 after 11718 usecs [ 1.180003] calling i2c_init+0x0/0x35 @ 1 [ 1.184075] bus: 'i2c': registered [ 1.188003] bus: 'i2c': add driver dummy [ 1.192054] i2c-core: driver [dummy] registered [ 1.196004] initcall i2c_init+0x0/0x35 returned 0 after 11718 usecs [ 1.200003] calling amd_postcore_init+0x0/0x85 @ 1 [ 1.204006] node 0 link 0: io port [1000, fffff] [ 1.208003] TOM: 0000000040000000 aka 1024M [ 1.212003] node 0 link 0: mmio [e0000000, efffffff] [ 1.216192] node 0 link 0: mmio [feb00000, fec0ffff] [ 1.224003] node 0 link 0: mmio [a0000, bffff] [ 1.228191] node 0 link 0: mmio [40000000, fed3ffff] [ 1.232191] bus: [00, ff] on node 0 link 0 [ 1.236003] bus: 00 index 0 [io 0x0000-0xffff] [ 1.240002] bus: 00 index 1 [mem 0x40000000-0xffffffff] [ 1.244002] bus: 00 index 2 [mem 0xfeb00000-0xfec0ffff] [ 1.248002] bus: 00 index 3 [mem 0x000a0000-0x000bffff] [ 1.252003] initcall amd_postcore_init+0x0/0x85 returned 0 after 46875 usecs [ 1.256004] calling arch_kdebugfs_init+0x0/0x1e @ 1 [ 1.260009] initcall arch_kdebugfs_init+0x0/0x1e returned 0 after 0 usecs [ 1.264003] calling init_pit_clocksource+0x0/0x9e @ 1 [ 1.268003] initcall init_pit_clocksource+0x0/0x9e returned 0 after 0 usecs [ 1.272003] calling mtrr_if_init+0x0/0x44 @ 1 [ 1.276009] initcall mtrr_if_init+0x0/0x44 returned 0 after 0 usecs [ 1.280003] calling kdump_buf_page_init+0x0/0x76 @ 1 [ 1.284021] initcall kdump_buf_page_init+0x0/0x76 returned 0 after 0 usecs [ 1.288003] calling pci_arch_init+0x0/0x42 @ 1 [ 1.300444] PCI: PCI BIOS revision 3.00 entry at 0xf21d0, last bus=5 [ 1.304013] initcall pci_arch_init+0x0/0x42 returned 0 after 11718 usecs [ 1.308003] calling topology_init+0x0/0x50 @ 1 [ 1.312002] Registering sys device of class 'cpu' [ 1.316008] Registering sys device 'cpu0' [ 1.320050] Registering sys device of class 'cpu' [ 1.324005] Registering sys device 'cpu1' [ 1.328049] initcall topology_init+0x0/0x50 returned 0 after 15625 usecs [ 1.332003] calling mtrr_init_finialize+0x0/0x35 @ 1 [ 1.336004] initcall mtrr_init_finialize+0x0/0x35 returned 0 after 0 usecs [ 1.340003] calling param_sysfs_init+0x0/0x2c5 @ 1 [ 1.380209] initcall param_sysfs_init+0x0/0x2c5 returned 0 after 35156 usecs [ 1.384004] calling pm_sysrq_init+0x0/0x16 @ 1 [ 1.388003] initcall pm_sysrq_init+0x0/0x16 returned 0 after 0 usecs [ 1.392003] calling init_slow_work+0x0/0x51 @ 1 [ 1.396021] initcall init_slow_work+0x0/0x51 returned 0 after 0 usecs [ 1.400003] calling default_bdi_init+0x0/0x8c @ 1 [ 1.404044] device: 'default': device_add [ 1.408018] PM: Adding info for No Bus:default [ 1.412064] initcall default_bdi_init+0x0/0x8c returned 0 after 7812 usecs [ 1.416004] calling init_bio+0x0/0xf2 @ 1 [ 1.420051] bio: create slab at 0 [ 1.424138] initcall init_bio+0x0/0xf2 returned 0 after 3906 usecs [ 1.432004] calling fsnotify_init+0x0/0xf @ 1 [ 1.436008] initcall fsnotify_init+0x0/0xf returned 0 after 0 usecs [ 1.440003] calling fsnotify_notification_init+0x0/0x5b @ 1 [ 1.448012] initcall fsnotify_notification_init+0x0/0x5b returned 0 after 0 usecs [ 1.456003] calling cryptomgr_init+0x0/0xf @ 1 [ 1.460003] initcall cryptomgr_init+0x0/0xf returned 0 after 0 usecs [ 1.464003] calling blk_settings_init+0x0/0x1d @ 1 [ 1.468003] initcall blk_settings_init+0x0/0x1d returned 0 after 0 usecs [ 1.476003] calling blk_ioc_init+0x0/0x24 @ 1 [ 1.480014] initcall blk_ioc_init+0x0/0x24 returned 0 after 0 usecs [ 1.488005] calling blk_softirq_init+0x0/0x73 @ 1 [ 1.492004] initcall blk_softirq_init+0x0/0x73 returned 0 after 0 usecs [ 1.500003] calling blk_iopoll_setup+0x0/0x73 @ 1 [ 1.504004] initcall blk_iopoll_setup+0x0/0x73 returned 0 after 0 usecs [ 1.508003] calling genhd_device_init+0x0/0x50 @ 1 [ 1.516002] device class 'block': registering [ 1.520051] initcall genhd_device_init+0x0/0x50 returned 0 after 3906 usecs [ 1.528003] calling blk_dev_integrity_init+0x0/0x24 @ 1 [ 1.532008] initcall blk_dev_integrity_init+0x0/0x24 returned 0 after 0 usecs [ 1.540003] calling gpiolib_debugfs_init+0x0/0x1f @ 1 [ 1.544027] initcall gpiolib_debugfs_init+0x0/0x1f returned 0 after 0 usecs [ 1.552003] calling max7300_init+0x0/0x11 @ 1 [ 1.556003] bus: 'i2c': add driver max7300 [ 1.560067] i2c-core: driver [max7300] registered [ 1.564004] initcall max7300_init+0x0/0x11 returned 0 after 7812 usecs [ 1.572003] calling pca953x_init+0x0/0x11 @ 1 [ 1.576002] bus: 'i2c': add driver pca953x [ 1.580052] i2c-core: driver [pca953x] registered [ 1.584004] initcall pca953x_init+0x0/0x11 returned 0 after 7812 usecs [ 1.592003] calling tc35892_gpio_init+0x0/0xf @ 1 [ 1.596002] bus: 'platform': add driver tc35892-gpio [ 1.600054] initcall tc35892_gpio_init+0x0/0xf returned 0 after 3906 usecs [ 1.608003] calling wm8994_gpio_init+0x0/0xf @ 1 [ 1.612002] bus: 'platform': add driver wm8994-gpio [ 1.616054] initcall wm8994_gpio_init+0x0/0xf returned 0 after 3906 usecs [ 1.624005] calling pci_slot_init+0x0/0x3b @ 1 [ 1.628009] initcall pci_slot_init+0x0/0x3b returned 0 after 0 usecs [ 1.636003] calling fbmem_init+0x0/0x80 @ 1 [ 1.640013] device class 'graphics': registering [ 1.644053] initcall fbmem_init+0x0/0x80 returned 0 after 3906 usecs [ 1.648003] calling pnp_init+0x0/0xf @ 1 [ 1.652060] bus: 'pnp': registered [ 1.656003] initcall pnp_init+0x0/0xf returned 0 after 3906 usecs [ 1.664003] calling max1586_pmic_init+0x0/0x11 @ 1 [ 1.668002] bus: 'i2c': add driver max1586 [ 1.672066] i2c-core: driver [max1586] registered [ 1.676004] initcall max1586_pmic_init+0x0/0x11 returned 0 after 7812 usecs [ 1.684003] calling max8660_init+0x0/0x11 @ 1 [ 1.688002] bus: 'i2c': add driver max8660 [ 1.692052] i2c-core: driver [max8660] registered [ 1.696004] initcall max8660_init+0x0/0x11 returned 0 after 7812 usecs [ 1.704003] calling max8925_regulator_init+0x0/0xf @ 1 [ 1.708002] bus: 'platform': add driver max8925-regulator [ 1.716054] initcall max8925_regulator_init+0x0/0xf returned 0 after 7812 usecs [ 1.720003] calling wm831x_dcdc_init+0x0/0x73 @ 1 [ 1.728002] bus: 'platform': add driver wm831x-buckv [ 1.732052] bus: 'platform': add driver wm831x-buckp [ 1.736062] bus: 'platform': add driver wm831x-boostp [ 1.740053] bus: 'platform': add driver wm831x-epe [ 1.748055] initcall wm831x_dcdc_init+0x0/0x73 returned 0 after 19531 usecs [ 1.752003] calling wm831x_isink_init+0x0/0x28 @ 1 [ 1.760002] bus: 'platform': add driver wm831x-isink [ 1.764054] initcall wm831x_isink_init+0x0/0x28 returned 0 after 3906 usecs [ 1.772003] calling wm831x_ldo_init+0x0/0x58 @ 1 [ 1.776002] bus: 'platform': add driver wm831x-ldo [ 1.780052] bus: 'platform': add driver wm831x-aldo [ 1.784052] bus: 'platform': add driver wm831x-alive-ldo [ 1.792054] initcall wm831x_ldo_init+0x0/0x58 returned 0 after 15625 usecs [ 1.796003] calling da903x_regulator_init+0x0/0xf @ 1 [ 1.804002] bus: 'platform': add driver da903x-regulator [ 1.808054] initcall da903x_regulator_init+0x0/0xf returned 0 after 3906 usecs [ 1.816007] calling tps_65023_init+0x0/0x11 @ 1 [ 1.820002] bus: 'i2c': add driver tps65023 [ 1.824052] i2c-core: driver [tps65023] registered [ 1.828004] initcall tps_65023_init+0x0/0x11 returned 0 after 7812 usecs [ 1.836003] calling tps6507x_pmic_init+0x0/0xf @ 1 [ 1.840002] bus: 'platform': add driver tps6507x-pmic [ 1.844054] initcall tps6507x_pmic_init+0x0/0xf returned 0 after 3906 usecs [ 1.852003] calling misc_init+0x0/0x9b @ 1 [ 1.856007] device class 'misc': registering [ 1.860055] initcall misc_init+0x0/0x9b returned 0 after 3906 usecs [ 1.868003] calling tifm_init+0x0/0x6f @ 1 [ 1.872071] bus: 'tifm': registered [ 1.876003] device class 'tifm_adapter': registering [ 1.880062] initcall tifm_init+0x0/0x6f returned 0 after 7812 usecs [ 1.884003] calling pm860x_i2c_init+0x0/0x2a @ 1 [ 1.888004] bus: 'i2c': add driver 88PM860x [ 1.892054] i2c-core: driver [88PM860x] registered [ 1.896004] initcall pm860x_i2c_init+0x0/0x2a returned 0 after 7812 usecs [ 1.900003] calling tc35892_init+0x0/0x11 @ 1 [ 1.904002] bus: 'i2c': add driver tc35892 [ 1.908052] i2c-core: driver [tc35892] registered [ 1.912003] initcall tc35892_init+0x0/0x11 returned 0 after 7812 usecs [ 1.916003] calling wm831x_i2c_init+0x0/0x2a @ 1 [ 1.920002] bus: 'i2c': add driver wm831x [ 1.924052] i2c-core: driver [wm831x] registered [ 1.928004] initcall wm831x_i2c_init+0x0/0x2a returned 0 after 7812 usecs [ 1.932002] calling tps_init+0x0/0xa1 @ 1 [ 1.936002] tps65010: version 2 May 2005 [ 1.940002] bus: 'i2c': add driver tps65010 [ 1.944051] i2c-core: driver [tps65010] registered [ 1.948007] bus: 'i2c': remove driver tps65010 [ 1.952049] driver: 'tps65010': driver_release [ 1.956005] i2c-core: driver [tps65010] unregistered [ 1.976005] bus: 'i2c': add driver tps65010 [ 1.980052] i2c-core: driver [tps65010] registered [ 1.984006] bus: 'i2c': remove driver tps65010 [ 1.988047] driver: 'tps65010': driver_release [ 1.992005] i2c-core: driver [tps65010] unregistered [ 2.012004] bus: 'i2c': add driver tps65010 [ 2.016052] i2c-core: driver [tps65010] registered [ 2.020006] bus: 'i2c': remove driver tps65010 [ 2.024047] driver: 'tps65010': driver_release [ 2.028005] i2c-core: driver [tps65010] unregistered [ 2.032001] tps65010: no chip? [ 2.036003] initcall tps_init+0x0/0xa1 returned -19 after 97656 usecs [ 2.040003] calling tps6507x_i2c_init+0x0/0x11 @ 1 [ 2.044002] bus: 'i2c': add driver tps6507x [ 2.048052] i2c-core: driver [tps6507x] registered [ 2.052004] initcall tps6507x_i2c_init+0x0/0x11 returned 0 after 7812 usecs [ 2.056003] calling da903x_init+0x0/0x11 @ 1 [ 2.060002] bus: 'i2c': add driver da903x [ 2.064061] i2c-core: driver [da903x] registered [ 2.068004] initcall da903x_init+0x0/0x11 returned 0 after 7812 usecs [ 2.072003] calling max8925_i2c_init+0x0/0x2a @ 1 [ 2.076002] bus: 'i2c': add driver max8925 [ 2.080052] i2c-core: driver [max8925] registered [ 2.084004] initcall max8925_i2c_init+0x0/0x2a returned 0 after 7812 usecs [ 2.088003] calling init_scsi+0x0/0x79 @ 1 [ 2.092388] device class 'scsi_host': registering [ 2.096108] bus: 'scsi': registered [ 2.100002] device class 'scsi_device': registering [ 2.104063] SCSI subsystem initialized [ 2.108004] initcall init_scsi+0x0/0x79 returned 0 after 15625 usecs [ 2.112004] calling ata_init+0x0/0x293 @ 1 [ 2.116043] libata version 3.00 loaded. [ 2.120005] initcall ata_init+0x0/0x293 returned 0 after 3906 usecs [ 2.124003] calling phy_init+0x0/0x2a @ 1 [ 2.128002] device class 'mdio_bus': registering [ 2.136122] bus: 'mdio_bus': registered [ 2.140003] bus: 'mdio_bus': add driver Generic PHY [ 2.144055] initcall phy_init+0x0/0x2a returned 0 after 15625 usecs [ 2.148004] calling init_pcmcia_cs+0x0/0x2d @ 1 [ 2.156002] device class 'pcmcia_socket': registering [ 2.160052] initcall init_pcmcia_cs+0x0/0x2d returned 0 after 3906 usecs [ 2.164003] calling nop_usb_xceiv_init+0x0/0xf @ 1 [ 2.172002] bus: 'platform': add driver nop_usb_xceiv [ 2.176054] initcall nop_usb_xceiv_init+0x0/0xf returned 0 after 3906 usecs [ 2.184003] calling usb_init+0x0/0x136 @ 1 [ 2.188070] bus: 'usb': registered [ 2.192016] bus: 'usb': add driver usbfs [ 2.196056] usbcore: registered new interface driver usbfs [ 2.200005] device class 'usb_device': registering [ 2.204050] bus: 'usb': add driver hub [ 2.208054] usbcore: registered new interface driver hub [ 2.216025] bus: 'usb': add driver usb [ 2.219814] usbcore: registered new device driver usb [ 2.220005] initcall usb_init+0x0/0x136 returned 0 after 31250 usecs [ 2.224004] calling serio_init+0x0/0x73 @ 1 [ 2.228069] bus: 'serio': registered [ 2.232042] initcall serio_init+0x0/0x73 returned 0 after 3906 usecs [ 2.240003] calling gameport_init+0x0/0x73 @ 1 [ 2.244062] bus: 'gameport': registered [ 2.248042] initcall gameport_init+0x0/0x73 returned 0 after 3906 usecs [ 2.252003] calling input_init+0x0/0x10f @ 1 [ 2.256002] device class 'input': registering [ 2.260072] initcall input_init+0x0/0x10f returned 0 after 3906 usecs [ 2.264003] calling tca6416_keypad_init+0x0/0x11 @ 1 [ 2.268003] bus: 'i2c': add driver tca6416-keypad [ 2.272053] i2c-core: driver [tca6416-keypad] registered [ 2.276003] initcall tca6416_keypad_init+0x0/0x11 returned 0 after 7812 usecs [ 2.280003] calling rtc_init+0x0/0x5e @ 1 [ 2.284002] device class 'rtc': registering [ 2.288051] initcall rtc_init+0x0/0x5e returned 0 after 3906 usecs [ 2.292003] calling i2c_gpio_init+0x0/0x28 @ 1 [ 2.296004] bus: 'platform': add driver i2c-gpio [ 2.300056] initcall i2c_gpio_init+0x0/0x28 returned 0 after 3906 usecs [ 2.304003] calling pps_init+0x0/0x92 @ 1 [ 2.308002] device class 'pps': registering [ 2.312049] LinuxPPS API ver. 1 registered [ 2.316004] Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 2.320003] initcall pps_init+0x0/0x92 returned 0 after 11718 usecs [ 2.324003] calling power_supply_class_init+0x0/0x39 @ 1 [ 2.328002] device class 'power_supply': registering [ 2.332051] initcall power_supply_class_init+0x0/0x39 returned 0 after 3906 usecs [ 2.336003] calling hwmon_init+0x0/0xf3 @ 1 [ 2.340003] device class 'hwmon': registering [ 2.344050] initcall hwmon_init+0x0/0xf3 returned 0 after 3906 usecs [ 2.348003] calling thermal_init+0x0/0x46 @ 1 [ 2.352002] device class 'thermal': registering [ 2.356062] initcall thermal_init+0x0/0x46 returned 0 after 3906 usecs [ 2.360004] calling raid6_select_algo+0x0/0x16e @ 1 [ 2.432065] raid6: int32x1 852 MB/s [ 2.500049] raid6: int32x2 1048 MB/s [ 2.568030] raid6: int32x4 565 MB/s [ 2.636050] raid6: int32x8 417 MB/s [ 2.704003] raid6: mmxx1 1666 MB/s [ 2.772010] raid6: mmxx2 2879 MB/s [ 2.840026] raid6: sse1x1 1495 MB/s [ 2.908019] raid6: sse1x2 2153 MB/s [ 2.976004] raid6: sse2x1 2558 MB/s [ 3.044015] raid6: sse2x2 3026 MB/s [ 3.047762] raid6: using algorithm sse2x2 (3026 MB/s) [ 3.048008] initcall raid6_select_algo+0x0/0x16e returned 0 after 667968 usecs [ 3.052003] calling md_init+0x0/0xb7 @ 1 [ 3.056013] initcall md_init+0x0/0xb7 returned 0 after 0 usecs [ 3.060003] calling leds_init+0x0/0x3d @ 1 [ 3.064002] device class 'leds': registering [ 3.068052] initcall leds_init+0x0/0x3d returned 0 after 3906 usecs [ 3.072003] calling init_soundcore+0x0/0x83 @ 1 [ 3.076006] device class 'sound': registering [ 3.080050] initcall init_soundcore+0x0/0x83 returned 0 after 3906 usecs [ 3.084003] calling pci_subsys_init+0x0/0x44 @ 1 [ 3.088002] PCI: Probing PCI hardware [ 3.092003] PCI: Probing PCI hardware (bus 00) [ 3.096010] device: 'pci0000:00': device_add [ 3.100020] PM: Adding info for No Bus:pci0000:00 [ 3.104006] device: '0000:00': device_add [ 3.108017] PM: Adding info for No Bus:0000:00 [ 3.112049] pci_bus 0000:00: scanning bus [ 3.116072] pci 0000:00:00.0: found [10de:005e] class 000580 header type 00 [ 3.120282] pci 0000:00:01.0: found [10de:0050] class 000601 header type 00 [ 3.124177] pci 0000:00:01.1: found [10de:0052] class 000c05 header type 00 [ 3.128042] pci 0000:00:01.1: reg 10: [io 0xdc00-0xdc1f] [ 3.132064] pci 0000:00:01.1: reg 20: [io 0x4c00-0x4c3f] [ 3.136018] pci 0000:00:01.1: reg 24: [io 0x4c40-0x4c7f] [ 3.140074] pci 0000:00:01.1: PME# supported from D3hot D3cold [ 3.144012] pci 0000:00:01.1: PME# disabled [ 3.148078] pci 0000:00:02.0: found [10de:005a] class 000c03 header type 00 [ 3.152042] pci 0000:00:02.0: reg 10: [mem 0xda102000-0xda102fff] [ 3.156151] pci 0000:00:02.0: supports D1 D2 [ 3.160002] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold [ 3.164011] pci 0000:00:02.0: PME# disabled [ 3.168060] pci 0000:00:02.1: found [10de:005b] class 000c03 header type 00 [ 3.172050] pci 0000:00:02.1: reg 10: [mem 0xfeb00000-0xfeb000ff] [ 3.176176] pci 0000:00:02.1: supports D1 D2 [ 3.180002] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold [ 3.184012] pci 0000:00:02.1: PME# disabled [ 3.188091] pci 0000:00:04.0: found [10de:0059] class 000401 header type 00 [ 3.192041] pci 0000:00:04.0: reg 10: [io 0xd400-0xd4ff] [ 3.196018] pci 0000:00:04.0: reg 14: [io 0xd800-0xd8ff] [ 3.200018] pci 0000:00:04.0: reg 18: [mem 0xda101000-0xda101fff] [ 3.204120] pci 0000:00:04.0: supports D1 D2 [ 3.208056] pci 0000:00:06.0: found [10de:0053] class 000101 header type 00 [ 3.212100] pci 0000:00:06.0: reg 20: [io 0xf000-0xf00f] [ 3.216140] pci 0000:00:09.0: found [10de:005c] class 000604 header type 01 [ 3.220110] pci 0000:00:0a.0: found [10de:0057] class 000680 header type 00 [ 3.224041] pci 0000:00:0a.0: reg 10: [mem 0xda100000-0xda100fff] [ 3.228018] pci 0000:00:0a.0: reg 14: [io 0xd000-0xd007] [ 3.232135] pci 0000:00:0a.0: supports D1 D2 [ 3.236003] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold [ 3.240011] pci 0000:00:0a.0: PME# disabled [ 3.244075] pci 0000:00:0b.0: found [10de:005d] class 000604 header type 01 [ 3.248190] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold [ 3.252011] pci 0000:00:0b.0: PME# disabled [ 3.256098] pci 0000:00:0c.0: found [10de:005d] class 000604 header type 01 [ 3.260189] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold [ 3.264011] pci 0000:00:0c.0: PME# disabled [ 3.268098] pci 0000:00:0d.0: found [10de:005d] class 000604 header type 01 [ 3.272190] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold [ 3.276011] pci 0000:00:0d.0: PME# disabled [ 3.280097] pci 0000:00:0e.0: found [10de:005d] class 000604 header type 01 [ 3.284190] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold [ 3.288011] pci 0000:00:0e.0: PME# disabled [ 3.292113] pci 0000:00:18.0: found [1022:1100] class 000600 header type 00 [ 3.296202] pci 0000:00:18.1: found [1022:1101] class 000600 header type 00 [ 3.300179] pci 0000:00:18.2: found [1022:1102] class 000600 header type 00 [ 3.304157] pci 0000:00:18.3: found [1022:1103] class 000600 header type 00 [ 3.308182] pci_bus 0000:00: fixups for bus [ 3.312002] PCI: peer root bus 00 res updated from pci conf [ 3.316002] Clocksource tsc unstable (delta = 116003322 ns) [ 3.320024] pci 0000:00:09.0: scanning [bus 05-05] behind bridge, pass 0 [ 3.328028] pci_bus 0000:05: scanning bus [ 3.332067] pci 0000:05:07.0: found [10ec:8139] class 000200 header type 00 [ 3.336044] pci 0000:05:07.0: reg 10: [io 0xc000-0xc0ff] [ 3.340019] pci 0000:05:07.0: reg 14: [mem 0xda000000-0xda0000ff] [ 3.344142] pci 0000:05:07.0: supports D1 D2 [ 3.348002] pci 0000:05:07.0: PME# supported from D1 D2 D3hot [ 3.352012] pci 0000:05:07.0: PME# disabled [ 3.356121] pci_bus 0000:05: fixups for bus [ 3.360002] pci 0000:00:09.0: PCI bridge to [bus 05-05] (subtractive decode) [ 3.364010] pci 0000:00:09.0: bridge window [io 0xc000-0xcfff] [ 3.368010] pci 0000:00:09.0: bridge window [mem 0xda000000-0xda0fffff] [ 3.372010] pci 0000:00:09.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 3.376003] pci 0000:00:09.0: bridge window [io 0x0000-0xffff] (subtractive decode) [ 3.380003] pci 0000:00:09.0: bridge window [mem 0x40000000-0xffffffff] (subtractive decode) [ 3.384003] pci 0000:00:09.0: bridge window [mem 0xfeb00000-0xfec0ffff] (subtractive decode) [ 3.388003] pci 0000:00:09.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) [ 3.392002] pci_bus 0000:05: bus scan returning with max=05 [ 3.396012] pci 0000:00:0b.0: scanning [bus 04-04] behind bridge, pass 0 [ 3.400188] pci_bus 0000:04: scanning bus [ 3.404007] pci_bus 0000:04: fixups for bus [ 3.408002] pci 0000:00:0b.0: PCI bridge to [bus 04-04] [ 3.412018] pci 0000:00:0b.0: bridge window [io 0xf000-0x0000] (disabled) [ 3.416010] pci 0000:00:0b.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) [ 3.420018] pci 0000:00:0b.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 3.424002] pci_bus 0000:04: bus scan returning with max=04 [ 3.428012] pci 0000:00:0c.0: scanning [bus 03-03] behind bridge, pass 0 [ 3.432175] pci_bus 0000:03: scanning bus [ 3.436006] pci_bus 0000:03: fixups for bus [ 3.440002] pci 0000:00:0c.0: PCI bridge to [bus 03-03] [ 3.444018] pci 0000:00:0c.0: bridge window [io 0xf000-0x0000] (disabled) [ 3.448010] pci 0000:00:0c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) [ 3.452018] pci 0000:00:0c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 3.456002] pci_bus 0000:03: bus scan returning with max=03 [ 3.460012] pci 0000:00:0d.0: scanning [bus 02-02] behind bridge, pass 0 [ 3.464174] pci_bus 0000:02: scanning bus [ 3.468006] pci_bus 0000:02: fixups for bus [ 3.472002] pci 0000:00:0d.0: PCI bridge to [bus 02-02] [ 3.476018] pci 0000:00:0d.0: bridge window [io 0xf000-0x0000] (disabled) [ 3.480010] pci 0000:00:0d.0: bridge window [mem 0xfff00000-0x000fffff] (disabled) [ 3.484018] pci 0000:00:0d.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled) [ 3.488002] pci_bus 0000:02: bus scan returning with max=02 [ 3.492013] pci 0000:00:0e.0: scanning [bus 01-01] behind bridge, pass 0 [ 3.496174] pci_bus 0000:01: scanning bus [ 3.500045] pci 0000:01:00.0: found [1002:5b60] class 000300 header type 00 [ 3.504028] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xd7ffffff pref] [ 3.508018] pci 0000:01:00.0: reg 14: [io 0xb000-0xb0ff] [ 3.512018] pci 0000:01:00.0: reg 18: [mem 0xd9000000-0xd900ffff] [ 3.516067] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref] [ 3.520081] pci 0000:01:00.0: supports D1 D2 [ 3.524078] pci 0000:01:00.1: found [1002:5b70] class 000380 header type 00 [ 3.528023] pci 0000:01:00.1: reg 10: [mem 0xd9010000-0xd901ffff] [ 3.532170] pci 0000:01:00.1: supports D1 D2 [ 3.536052] pci_bus 0000:01: fixups for bus [ 3.540002] pci 0000:00:0e.0: PCI bridge to [bus 01-01] [ 3.544018] pci 0000:00:0e.0: bridge window [io 0xb000-0xbfff] [ 3.548010] pci 0000:00:0e.0: bridge window [mem 0xd8000000-0xd9ffffff] [ 3.552018] pci 0000:00:0e.0: bridge window [mem 0xd0000000-0xd7ffffff 64bit pref] [ 3.556002] pci_bus 0000:01: bus scan returning with max=01 [ 3.560012] pci 0000:00:09.0: scanning [bus 05-05] behind bridge, pass 1 [ 3.564021] pci 0000:00:0b.0: scanning [bus 04-04] behind bridge, pass 1 [ 3.568021] pci 0000:00:0c.0: scanning [bus 03-03] behind bridge, pass 1 [ 3.572021] pci 0000:00:0d.0: scanning [bus 02-02] behind bridge, pass 1 [ 3.576021] pci 0000:00:0e.0: scanning [bus 01-01] behind bridge, pass 1 [ 3.580016] pci_bus 0000:00: bus scan returning with max=05 [ 3.584003] device: '0000:00:00.0': device_add [ 3.588006] bus: 'pci': add device 0000:00:00.0 [ 3.592036] PM: Adding info for pci:0000:00:00.0 [ 3.596056] device: '0000:00:01.0': device_add [ 3.600005] bus: 'pci': add device 0000:00:01.0 [ 3.604042] PM: Adding info for pci:0000:00:01.0 [ 3.608053] device: '0000:00:01.1': device_add [ 3.612005] bus: 'pci': add device 0000:00:01.1 [ 3.616032] PM: Adding info for pci:0000:00:01.1 [ 3.620052] device: '0000:00:02.0': device_add [ 3.624014] bus: 'pci': add device 0000:00:02.0 [ 3.628033] PM: Adding info for pci:0000:00:02.0 [ 3.632052] device: '0000:00:02.1': device_add [ 3.636005] bus: 'pci': add device 0000:00:02.1 [ 3.640042] PM: Adding info for pci:0000:00:02.1 [ 3.644060] device: '0000:00:04.0': device_add [ 3.648006] bus: 'pci': add device 0000:00:04.0 [ 3.652033] PM: Adding info for pci:0000:00:04.0 [ 3.656052] device: '0000:00:06.0': device_add [ 3.660005] bus: 'pci': add device 0000:00:06.0 [ 3.664042] PM: Adding info for pci:0000:00:06.0 [ 3.668052] device: '0000:00:09.0': device_add [ 3.672006] bus: 'pci': add device 0000:00:09.0 [ 3.676033] PM: Adding info for pci:0000:00:09.0 [ 3.680051] device: '0000:00:0a.0': device_add [ 3.684006] bus: 'pci': add device 0000:00:0a.0 [ 3.688042] PM: Adding info for pci:0000:00:0a.0 [ 3.692052] device: '0000:00:0b.0': device_add [ 3.696006] bus: 'pci': add device 0000:00:0b.0 [ 3.700033] PM: Adding info for pci:0000:00:0b.0 [ 3.704051] device: '0000:00:0c.0': device_add [ 3.708015] bus: 'pci': add device 0000:00:0c.0 [ 3.712033] PM: Adding info for pci:0000:00:0c.0 [ 3.716052] device: '0000:00:0d.0': device_add [ 3.720006] bus: 'pci': add device 0000:00:0d.0 [ 3.724042] PM: Adding info for pci:0000:00:0d.0 [ 3.728052] device: '0000:00:0e.0': device_add [ 3.732006] bus: 'pci': add device 0000:00:0e.0 [ 3.736033] PM: Adding info for pci:0000:00:0e.0 [ 3.740051] device: '0000:00:18.0': device_add [ 3.744006] bus: 'pci': add device 0000:00:18.0 [ 3.748043] PM: Adding info for pci:0000:00:18.0 [ 3.752052] device: '0000:00:18.1': device_add [ 3.756006] bus: 'pci': add device 0000:00:18.1 [ 3.760033] PM: Adding info for pci:0000:00:18.1 [ 3.764051] device: '0000:00:18.2': device_add [ 3.768006] bus: 'pci': add device 0000:00:18.2 [ 3.772046] PM: Adding info for pci:0000:00:18.2 [ 3.776052] device: '0000:00:18.3': device_add [ 3.780006] bus: 'pci': add device 0000:00:18.3 [ 3.784033] PM: Adding info for pci:0000:00:18.3 [ 3.788052] device: '0000:05:07.0': device_add [ 3.792014] bus: 'pci': add device 0000:05:07.0 [ 3.796044] PM: Adding info for pci:0000:05:07.0 [ 3.800053] device: '0000:05': device_add [ 3.804018] PM: Adding info for No Bus:0000:05 [ 3.808053] device: '0000:04': device_add [ 3.812018] PM: Adding info for No Bus:0000:04 [ 3.816052] device: '0000:03': device_add [ 3.820027] PM: Adding info for No Bus:0000:03 [ 3.824053] device: '0000:02': device_add [ 3.828017] PM: Adding info for No Bus:0000:02 [ 3.832052] device: '0000:01:00.0': device_add [ 3.836006] bus: 'pci': add device 0000:01:00.0 [ 3.840035] PM: Adding info for pci:0000:01:00.0 [ 3.844052] device: '0000:01:00.1': device_add [ 3.848015] bus: 'pci': add device 0000:01:00.1 [ 3.852035] PM: Adding info for pci:0000:01:00.1 [ 3.856053] device: '0000:01': device_add [ 3.860018] PM: Adding info for No Bus:0000:01 [ 3.864329] pci 0000:00:00.0: default IRQ router [10de:005e] [ 3.868011] pci 0000:00:01.1: ignoring bogus IRQ 255 [ 3.872004] pci 0000:00:02.0: ignoring bogus IRQ 255 [ 3.876004] pci 0000:00:02.1: ignoring bogus IRQ 255 [ 3.880036] PCI: pci_cache_line_size set to 64 bytes [ 3.884025] pci 0000:00:01.1: BAR 0: reserving [io 0xdc00-0xdc1f flags 0x40101] (d=0, p=0) [ 3.888003] pci 0000:00:01.1: BAR 4: reserving [io 0x4c00-0x4c3f flags 0x40101] (d=0, p=0) [ 3.892003] pci 0000:00:01.1: BAR 5: reserving [io 0x4c40-0x4c7f flags 0x40101] (d=0, p=0) [ 3.896009] pci 0000:00:02.0: BAR 0: reserving [mem 0xda102000-0xda102fff flags 0x40200] (d=0, p=0) [ 3.900009] pci 0000:00:02.1: BAR 0: reserving [mem 0xfeb00000-0xfeb000ff flags 0x40200] (d=0, p=0) [ 3.904003] pci 0000:00:02.1: address space collision: [mem 0xfeb00000-0xfeb000ff] conflicts with PCI Bus #00 [mem 0xfeb00000-0xfec0ffff] [ 3.908009] pci 0000:00:04.0: BAR 0: reserving [io 0xd400-0xd4ff flags 0x40101] (d=0, p=0) [ 3.912003] pci 0000:00:04.0: BAR 1: reserving [io 0xd800-0xd8ff flags 0x40101] (d=0, p=0) [ 3.916003] pci 0000:00:04.0: BAR 2: reserving [mem 0xda101000-0xda101fff flags 0x40200] (d=0, p=0) [ 3.920009] pci 0000:00:06.0: BAR 0: reserving [io 0x01f0-0x01f7 flags 0x110] (d=0, p=0) [ 3.924003] pci 0000:00:06.0: BAR 1: reserving [io 0x03f6 flags 0x110] (d=0, p=0) [ 3.928003] pci 0000:00:06.0: BAR 2: reserving [io 0x0170-0x0177 flags 0x110] (d=0, p=0) [ 3.932003] pci 0000:00:06.0: BAR 3: reserving [io 0x0376 flags 0x110] (d=0, p=0) [ 3.936003] pci 0000:00:06.0: BAR 4: reserving [io 0xf000-0xf00f flags 0x40101] (d=0, p=0) [ 3.940015] pci 0000:00:0a.0: BAR 0: reserving [mem 0xda100000-0xda100fff flags 0x40200] (d=0, p=0) [ 3.944003] pci 0000:00:0a.0: BAR 1: reserving [io 0xd000-0xd007 flags 0x40101] (d=0, p=0) [ 3.948058] pci 0000:05:07.0: BAR 0: reserving [io 0xc000-0xc0ff flags 0x40101] (d=0, p=0) [ 3.952003] pci 0000:05:07.0: BAR 1: reserving [mem 0xda000000-0xda0000ff flags 0x40200] (d=0, p=0) [ 3.956009] pci 0000:01:00.0: BAR 0: reserving [mem 0xd0000000-0xd7ffffff flags 0x42208] (d=0, p=0) [ 3.960003] pci 0000:01:00.0: BAR 1: reserving [io 0xb000-0xb0ff flags 0x40101] (d=0, p=0) [ 3.964003] pci 0000:01:00.0: BAR 2: reserving [mem 0xd9000000-0xd900ffff flags 0x40200] (d=0, p=0) [ 3.968135] pci 0000:01:00.1: BAR 0: reserving [mem 0xd9010000-0xd901ffff flags 0x40200] (d=1, p=1) [ 3.972006] Expanded resource reserved due to conflict with PCI Bus #00 [ 3.976002] reserve RAM buffer: 000000000009f800 - 000000000009ffff [ 3.980004] reserve RAM buffer: 000000003fff0000 - 000000003fffffff initcall pci_subsys_init+0x0/0x44 returned 0 after 875000 usecs [ 3.988003] calling proto_init+0x0/0xf @ 1 [ 3.992018] initcall proto_init+0x0/0xf returned 0 after 0 usecs [ 3.996003] calling net_dev_init+0x0/0x1cd @ 1 [ 4.000019] device class 'net': registering [ 4.008054] device: 'lo': device_add [ 4.011704] PM: Adding info for No Bus:lo [ 4.012143] initcall net_dev_init+0x0/0x1cd returned 0 after 11718 usecs [ 4.016003] calling neigh_init+0x0/0x66 @ 1 [ 4.020003] initcall neigh_init+0x0/0x66 returned 0 after 0 usecs [ 4.024003] calling fib_rules_init+0x0/0x99 @ 1 [ 4.028004] initcall fib_rules_init+0x0/0x99 returned 0 after 0 usecs [ 4.032003] calling genl_init+0x0/0x77 @ 1 [ 4.036058] initcall genl_init+0x0/0x77 returned 0 after 0 usecs [ 4.040003] calling cipso_v4_init+0x0/0x6b @ 1 [ 4.044024] initcall cipso_v4_init+0x0/0x6b returned 0 after 0 usecs [ 4.048003] calling wanrouter_init+0x0/0x42 @ 1 [ 4.052002] Sangoma WANPIPE Router v1.1 (c) 1995-2000 Sangoma Technologies Inc. [ 4.056015] initcall wanrouter_init+0x0/0x42 returned 0 after 3906 usecs [ 4.060002] calling bt_init+0x0/0x4f @ 1 [ 4.064002] Bluetooth: Core ver 2.15 [ 4.068014] device class 'bluetooth': registering [ 4.072061] NET: Registered protocol family 31 [ 4.076002] Bluetooth: HCI device and connection manager initialized [ 4.080003] Bluetooth: HCI socket layer initialized [ 4.084003] initcall bt_init+0x0/0x4f returned 0 after 19531 usecs [ 4.088002] calling atm_init+0x0/0xbc @ 1 [ 4.092002] NET: Registered protocol family 8 [ 4.096002] NET: Registered protocol family 20 [ 4.100021] device class 'atm': registering [ 4.104051] initcall atm_init+0x0/0xbc returned 0 after 11718 usecs [ 4.108003] calling wireless_nlevent_init+0x0/0xf @ 1 [ 4.112004] initcall wireless_nlevent_init+0x0/0xf returned 0 after 0 usecs [ 4.116003] calling netlbl_init+0x0/0x6d @ 1 [ 4.120001] NetLabel: Initializing [ 4.124002] NetLabel: domain hash size = 128 [ 4.128001] NetLabel: protocols = UNLABELED CIPSOv4 [ 4.132134] NetLabel: unlabeled traffic allowed by default [ 4.136003] initcall netlbl_init+0x0/0x6d returned 0 after 15625 usecs [ 4.140003] calling rfkill_init+0x0/0x66 @ 1 [ 4.144002] device class 'rfkill': registering [ 4.148054] device: 'rfkill': device_add [ 4.152015] PM: Adding info for No Bus:rfkill [ 4.160023] initcall rfkill_init+0x0/0x66 returned 0 after 15625 usecs [ 4.164003] calling wpan_phy_class_init+0x0/0x33 @ 1 [ 4.168002] device class 'ieee802154': registering [ 4.172166] initcall wpan_phy_class_init+0x0/0x33 returned 0 after 3906 usecs [ 4.176004] calling print_ICs+0x0/0x46d @ 1 [ 4.180002] [ 4.180002] printing PIC contents [ 4.184003] ... PIC IMR: fffa [ 4.187057] ... PIC IRR: 0001 [ 4.188001] ... PIC ISR: 0001 [ 4.192003] ... PIC ELCR: 0828 [ 4.196003] printing local APIC contents on CPU#0/0: [ 4.200000] ... APIC ID: 00000000 (0) [ 4.200000] ... APIC VERSION: 00040010 [ 4.200000] ... APIC TASKPRI: 00000000 (00) [ 4.200000] ... APIC ARBPRI: 000000e0 (e0) [ 4.200000] ... APIC PROCPRI: 00000000 [ 4.200000] ... APIC LDR: 01000000 [ 4.200000] ... APIC DFR: ffffffff [ 4.200000] ... APIC SPIV: 000001ff [ 4.200000] ... APIC ISR field: [ 4.200000] 0000000000000000000000000000000000000000000000000000000000000000 [ 4.200000] ... APIC TMR field: [ 4.200000] 0000000000000000000000000000000000000000000000000000000000000000 [ 4.200000] ... APIC IRR field: [ 4.200000] 0000000000000000000000000000000000000000000000000000000000008000 [ 4.200000] ... APIC ESR: 00000000 [ 4.200000] ... APIC ICR: 000008fd [ 4.200000] ... APIC ICR2: 02000000 [ 4.200000] ... APIC LVTT: 000200ef [ 4.200000] ... APIC LVTPC: 00000400 [ 4.200000] ... APIC LVT0: 00010700 [ 4.200000] ... APIC LVT1: 00000400 [ 4.200000] ... APIC LVTERR: 000000fe [ 4.200000] ... APIC TMICT: 0000c454 [ 4.200000] ... APIC TMCCT: 0000465c [ 4.200000] ... APIC TDCR: 00000003 [ 4.200000] [ 4.200002] number of MP IRQ sources: 17. [ 4.204002] number of IO-APIC #2 registers: 24. [ 4.208001] testing the IO APIC....................... [ 4.212004] [ 4.213498] IO APIC #2...... [ 4.216001] .... register #00: 00000000 [ 4.220001] ....... : physical APIC id: 00 [ 4.224001] ....... : Delivery Type: 0 [ 4.228001] ....... : LTS : 0 [ 4.232001] .... register #01: 00170011 [ 4.236002] ....... : max redirection entries: 0017 [ 4.240001] ....... : PRQ implemented: 0 [ 4.244001] ....... : IO APIC version: 0011 [ 4.248001] .... register #02: 00000000 [ 4.252001] ....... : arbitration: 00 [ 4.256001] .... IRQ redirection table: [ 4.260002] NR Dst Mask Trig IRR Pol Stat Dmod Deli Vect: [ 4.264004] 00 003 0 0 0 0 0 1 1 30 [ 4.268003] 01 003 0 0 0 0 0 1 1 31 [ 4.272003] 02 000 1 0 0 0 0 0 0 00 [ 4.280003] 03 003 1 1 0 1 0 1 1 29 [ 4.284003] 04 003 0 0 0 0 0 1 1 34 [ 4.288003] 05 003 1 1 0 1 0 1 1 41 [ 4.295230] 06 003 0 0 0 0 0 1 1 36 [ 4.300003] 07 003 1 0 0 0 0 1 1 37 [ 4.304003] 08 003 0 0 0 0 0 1 1 38 [ 4.311232] 09 003 0 0 0 0 0 1 1 39 [ 4.316006] 0a 003 0 0 0 0 0 1 1 3A [ 4.320003] 0b 003 1 1 0 1 0 1 1 49 [ 4.327232] 0c 003 0 0 0 0 0 1 1 3C [ 4.332003] 0d 003 0 0 0 0 0 1 1 3D [ 4.336003] 0e 003 0 0 0 0 0 1 1 3E [ 4.340003] 0f 003 0 0 0 0 0 1 1 3F [ 4.348003] 10 000 1 0 0 0 0 0 0 00 [ 4.352003] 11 000 1 0 0 0 0 0 0 00 [ 4.356003] 12 000 1 0 0 0 0 0 0 00 [ 4.364003] 13 000 1 0 0 0 0 0 0 00 [ 4.368003] 14 000 1 0 0 0 0 0 0 00 [ 4.372003] 15 000 1 0 0 0 0 0 0 00 [ 4.379232] 16 000 1 0 0 0 0 0 0 00 [ 4.384003] 17 000 1 0 0 0 0 0 0 00 [ 4.388001] IRQ to pin mappings: [ 4.392002] IRQ0 -> 0:0 [ 4.396001] IRQ1 -> 0:1 [ 4.398476] IRQ4 -> 0:4 [ 4.400736] IRQ6 -> 0:6 [ 4.403213] IRQ7 -> 0:7 [ 4.404728] IRQ8 -> 0:8 [ 4.408190] IRQ9 -> 0:9 [ 4.410667] IRQ10 -> 0:10 [ 4.412815] IRQ12 -> 0:12 [ 4.416197] IRQ13 -> 0:13 [ 4.418847] IRQ14 -> 0:14 [ 4.420815] IRQ15 -> 0:15 [ 4.424200] IRQ29 -> 0:3 [ 4.426770] IRQ31 -> 0:5 [ 4.428728] IRQ37 -> 0:11 [ 4.432098] .................................... done. [ 4.436003] initcall print_ICs+0x0/0x46d returned 0 after 250000 usecs [ 4.440003] calling hpet_late_init+0x0/0xef @ 1 [ 4.444003] initcall hpet_late_init+0x0/0xef returned -19 after 0 usecs [ 4.448003] calling init_k8_nbs+0x0/0x21 @ 1 [ 4.452097] initcall init_k8_nbs+0x0/0x21 returned 0 after 0 usecs [ 4.456004] calling clocksource_done_booting+0x0/0x4f @ 1 [ 4.460006] initcall clocksource_done_booting+0x0/0x4f returned 0 after 0 usecs [ 4.464003] calling rb_init_debugfs+0x0/0x27 @ 1 [ 4.468016] initcall rb_init_debugfs+0x0/0x27 returned 0 after 0 usecs [ 4.472003] calling tracer_init_debugfs+0x0/0x306 @ 1 [ 4.476309] initcall tracer_init_debugfs+0x0/0x306 returned 0 after 0 usecs [ 4.480003] calling init_trace_printk_function_export+0x0/0x2a @ 1 [ 4.484008] initcall init_trace_printk_function_export+0x0/0x2a returned 0 after 0 usecs [ 4.488003] calling stat_workqueue_init+0x0/0x27 @ 1 [ 4.492022] initcall stat_workqueue_init+0x0/0x27 returned 0 after 0 usecs [ 4.496003] calling event_trace_init+0x0/0x17a @ 1 [ 4.549868] initcall event_trace_init+0x0/0x17a returned 0 after 46875 usecs [ 4.552005] calling init_pipe_fs+0x0/0x3d @ 1 [ 4.556035] initcall init_pipe_fs+0x0/0x3d returned 0 after 0 usecs [ 4.560003] calling anon_inode_init+0x0/0xf2 @ 1 [ 4.564024] initcall anon_inode_init+0x0/0xf2 returned 0 after 0 usecs [ 4.568003] calling fscache_init+0x0/0x96 @ 1 [ 4.572002] Slow work thread pool: Starting up [ 4.580025] Slow work thread pool: Ready [ 4.583926] FS-Cache: Loaded [ 4.584004] initcall fscache_init+0x0/0x96 returned 0 after 11718 usecs [ 4.592004] calling cachefiles_init+0x0/0x8e @ 1 [ 4.596015] device: 'cachefiles': device_add [ 4.600025] PM: Adding info for No Bus:cachefiles [ 4.604063] CacheFiles: Loaded [ 4.608004] initcall cachefiles_init+0x0/0x8e returned 0 after 11718 usecs [ 4.616003] calling tomoyo_initerface_init+0x0/0x112 @ 1 [ 4.620077] initcall tomoyo_initerface_init+0x0/0x112 returned 0 after 0 usecs [ 4.628003] calling blk_scsi_ioctl_init+0x0/0x288 @ 1 [ 4.632003] initcall blk_scsi_ioctl_init+0x0/0x288 returned 0 after 0 usecs [ 4.640004] calling pnp_system_init+0x0/0xf @ 1 [ 4.644002] bus: 'pnp': add driver system [ 4.648055] initcall pnp_system_init+0x0/0xf returned 0 after 3906 usecs [ 4.656003] calling chr_dev_init+0x0/0xaf @ 1 [ 4.660011] device class 'mem': registering [ 4.664054] device: 'mem': device_add [ 4.668014] PM: Adding info for No Bus:mem [ 4.672049] device: 'kmem': device_add [ 4.676013] PM: Adding info for No Bus:kmem [ 4.680048] device: 'null': device_add [ 4.684013] PM: Adding info for No Bus:null [ 4.688062] device: 'port': device_add [ 4.692014] PM: Adding info for No Bus:port [ 4.696058] device: 'zero': device_add [ 4.700023] PM: Adding info for No Bus:zero [ 4.704053] device: 'full': device_add [ 4.708013] PM: Adding info for No Bus:full [ 4.712050] device: 'random': device_add [ 4.716013] PM: Adding info for No Bus:random [ 4.720049] device: 'urandom': device_add [ 4.724013] PM: Adding info for No Bus:urandom [ 4.728049] device: 'kmsg': device_add [ 4.732014] PM: Adding info for No Bus:kmsg [ 4.736050] device: 'oldmem': device_add [ 4.740024] PM: Adding info for No Bus:oldmem [ 4.744049] initcall chr_dev_init+0x0/0xaf returned 0 after 82031 usecs [ 4.752003] calling firmware_class_init+0x0/0x14 @ 1 [ 4.756002] device class 'firmware': registering [ 4.760071] initcall firmware_class_init+0x0/0x14 returned 0 after 3906 usecs [ 4.768005] calling cpufreq_gov_performance_init+0x0/0xf @ 1 [ 4.776005] initcall cpufreq_gov_performance_init+0x0/0xf returned 0 after 0 usecs [ 4.780003] calling cpufreq_gov_dbs_init+0x0/0x9f @ 1 [ 4.788042] initcall cpufreq_gov_dbs_init+0x0/0x9f returned 0 after 0 usecs [ 4.796004] calling ssb_modinit+0x0/0x4d @ 1 [ 4.800082] bus: 'ssb': registered [ 4.803483] initcall ssb_modinit+0x0/0x4d returned 0 after 0 usecs [ 4.808003] calling pcibios_assign_resources+0x0/0x66 @ 1 [ 4.812176] pci 0000:00:02.1: BAR 0: assigned [mem 0x40000000-0x400000ff] [ 4.820012] pci 0000:00:02.1: BAR 0: set to [mem 0x40000000-0x400000ff] (PCI address [0x40000000-0x400000ff] [ 4.832006] pci 0000:00:09.0: PCI bridge to [bus 05-05] [ 4.836006] pci 0000:00:09.0: bridge window [io 0xc000-0xcfff] [ 4.840014] pci 0000:00:09.0: bridge window [mem 0xda000000-0xda0fffff] [ 4.848009] pci 0000:00:09.0: bridge window [mem pref disabled] [ 4.856019] pci 0000:00:0b.0: PCI bridge to [bus 04-04] [ 4.860002] pci 0000:00:0b.0: bridge window [io disabled] [ 4.864013] pci 0000:00:0b.0: bridge window [mem disabled] [ 4.872009] pci 0000:00:0b.0: bridge window [mem pref disabled] [ 4.876019] pci 0000:00:0c.0: PCI bridge to [bus 03-03] [ 4.884002] pci 0000:00:0c.0: bridge window [io disabled] [ 4.888013] pci 0000:00:0c.0: bridge window [mem disabled] [ 4.892009] pci 0000:00:0c.0: bridge window [mem pref disabled] [ 4.900019] pci 0000:00:0d.0: PCI bridge to [bus 02-02] [ 4.904002] pci 0000:00:0d.0: bridge window [io disabled] [ 4.912013] pci 0000:00:0d.0: bridge window [mem disabled] [ 4.916009] pci 0000:00:0d.0: bridge window [mem pref disabled] [ 4.924021] pci 0000:01:00.0: BAR 6: assigned [mem 0xd8000000-0xd801ffff pref] [ 4.928005] pci 0000:00:0e.0: PCI bridge to [bus 01-01] [ 4.936006] pci 0000:00:0e.0: bridge window [io 0xb000-0xbfff] [ 4.940013] pci 0000:00:0e.0: bridge window [mem 0xd8000000-0xd9ffffff] [ 4.948010] pci 0000:00:0e.0: bridge window [mem 0xd0000000-0xd7ffffff 64bit pref] [ 4.956037] pci 0000:00:09.0: setting latency timer to 64 [ 4.960036] pci 0000:00:0b.0: setting latency timer to 64 [ 4.968036] pci 0000:00:0c.0: setting latency timer to 64 [ 4.972036] pci 0000:00:0d.0: setting latency timer to 64 [ 4.976036] pci 0000:00:0e.0: setting latency timer to 64 [ 4.984008] pci_bus 0000:00: resource 4 [io 0x0000-0xffff] [ 4.988002] pci_bus 0000:00: resource 5 [mem 0x40000000-0xffffffff] [ 4.996002] pci_bus 0000:00: resource 6 [mem 0xfeb00000-0xfec0ffff] [ 5.000002] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff] [ 5.008003] pci_bus 0000:05: resource 0 [io 0xc000-0xcfff] [ 5.012002] pci_bus 0000:05: resource 1 [mem 0xda000000-0xda0fffff] [ 5.020002] pci_bus 0000:05: resource 4 [io 0x0000-0xffff] [ 5.024003] pci_bus 0000:05: resource 5 [mem 0x40000000-0xffffffff] [ 5.032002] pci_bus 0000:05: resource 6 [mem 0xfeb00000-0xfec0ffff] [ 5.036002] pci_bus 0000:05: resource 7 [mem 0x000a0000-0x000bffff] [ 5.044003] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff] [ 5.048002] pci_bus 0000:01: resource 1 [mem 0xd8000000-0xd9ffffff] [ 5.056003] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xd7ffffff 64bit pref] [ 5.064004] initcall pcibios_assign_resources+0x0/0x66 returned 0 after 246093 usecs [ 5.072004] calling inet_init+0x0/0x202 @ 1 [ 5.076106] NET: Registered protocol family 2 [ 5.080051] IP route cache hash table entries: 32768 (order: 5, 131072 bytes) [ 5.088311] TCP established hash table entries: 131072 (order: 8, 1048576 bytes) [ 5.096728] TCP bind hash table entries: 65536 (order: 8, 1310720 bytes) [ 5.104307] TCP: Hash tables configured (established 131072 bind 65536) [ 5.108002] TCP reno registered [ 5.112012] UDP hash table entries: 512 (order: 2, 24576 bytes) [ 5.120023] UDP-Lite hash table entries: 512 (order: 2, 24576 bytes) [ 5.124135] initcall inet_init+0x0/0x202 returned 0 after 46875 usecs [ 5.132004] calling af_unix_init+0x0/0x47 @ 1 [ 5.136013] NET: Registered protocol family 1 [ 5.140007] initcall af_unix_init+0x0/0x47 returned 0 after 3906 usecs [ 5.148004] calling populate_rootfs+0x0/0x1c6 @ 1 [ 5.152649] initcall populate_rootfs+0x0/0x1c6 returned 0 after 0 usecs [ 5.160005] calling pci_iommu_init+0x0/0x21 @ 1 [ 5.200581] DMA-API: preallocated 32768 debug entries [ 5.204002] DMA-API: debugging enabled by kernel config [ 5.208009] initcall pci_iommu_init+0x0/0x21 returned 0 after 42968 usecs [ 5.216004] calling i8259A_init_sysfs+0x0/0x1d @ 1 [ 5.220002] Registering sysdev class 'i8259' [ 5.224071] Registering sys device of class 'i8259' [ 5.228007] Registering sys device 'i82590' [ 5.236046] initcall i8259A_init_sysfs+0x0/0x1d returned 0 after 15625 usecs [ 5.240003] calling sbf_init+0x0/0xd8 @ 1 [ 5.244003] initcall sbf_init+0x0/0xd8 returned 0 after 0 usecs [ 5.252003] calling i8237A_init_sysfs+0x0/0x1d @ 1 [ 5.256002] Registering sysdev class 'i8237' [ 5.260048] Registering sys device of class 'i8237' [ 5.264007] Registering sys device 'i82370' [ 5.268045] initcall i8237A_init_sysfs+0x0/0x1d returned 0 after 11718 usecs [ 5.276004] calling add_rtc_cmos+0x0/0x87 @ 1 [ 5.280010] Registering platform device 'rtc_cmos'. Parent at platform [ 5.288003] device: 'rtc_cmos': device_add [ 5.292011] bus: 'platform': add device rtc_cmos [ 5.296017] PM: Adding info for platform:rtc_cmos [ 5.300055] platform rtc_cmos: registered platform RTC device (no PNP device found) [ 5.308004] initcall add_rtc_cmos+0x0/0x87 returned 0 after 27343 usecs [ 5.316005] calling cache_sysfs_init+0x0/0x6f @ 1 [ 5.320466] initcall cache_sysfs_init+0x0/0x6f returned 0 after 0 usecs [ 5.328004] calling mcheck_init_device+0x0/0xf5 @ 1 [ 5.332004] Registering sysdev class 'machinecheck' [ 5.336048] Registering sys device of class 'machinecheck' [ 5.344005] Registering sys device 'machinecheck0' [ 5.348070] Registering sys device of class 'machinecheck' [ 5.352005] Registering sys device 'machinecheck1' [ 5.356067] device: 'mcelog': device_add [ 5.360017] PM: Adding info for No Bus:mcelog [ 5.364050] initcall mcheck_init_device+0x0/0xf5 returned 0 after 35156 usecs [ 5.372006] calling inject_init+0x0/0x25 @ 1 [ 5.376002] Machine check injector initialized [ 5.380039] initcall inject_init+0x0/0x25 returned 0 after 3906 usecs [ 5.388004] calling powernow_k6_init+0x0/0x85 @ 1 [ 5.392004] initcall powernow_k6_init+0x0/0x85 returned -19 after 0 usecs [ 5.400003] calling longrun_init+0x0/0x2d @ 1 [ 5.404003] initcall longrun_init+0x0/0x2d returned -19 after 0 usecs [ 5.412003] calling cpufreq_gx_init+0x0/0x18d @ 1 [ 5.416004] initcall cpufreq_gx_init+0x0/0x18d returned -19 after 0 usecs [ 5.424003] calling nforce2_init+0x0/0x5e @ 1 [ 5.428010] cpufreq-nforce2: No nForce2 chipset. [ 5.432003] initcall nforce2_init+0x0/0x5e returned -19 after 3906 usecs [ 5.440003] calling msr_init+0x0/0x15a @ 1 [ 5.444008] device class 'msr': registering [ 5.448068] device: 'msr0': device_add [ 5.452014] PM: Adding info for No Bus:msr0 [ 5.456054] device: 'msr1': device_add [ 5.460014] PM: Adding info for No Bus:msr1 [ 5.464052] initcall msr_init+0x0/0x15a returned 0 after 19531 usecs [ 5.468004] calling ioapic_init_sysfs+0x0/0x84 @ 1 [ 5.472002] Registering sysdev class 'ioapic' [ 5.480058] Registering sys device of class 'ioapic' [ 5.484005] Registering sys device 'ioapic0' [ 5.488046] initcall ioapic_init_sysfs+0x0/0x84 returned 0 after 15625 usecs [ 5.496003] calling add_pcspkr+0x0/0x24 @ 1 [ 5.500006] Registering platform device 'pcspkr'. Parent at platform [ 5.504003] device: 'pcspkr': device_add [ 5.508005] bus: 'platform': add device pcspkr [ 5.512012] PM: Adding info for platform:pcspkr [ 5.520049] initcall add_pcspkr+0x0/0x24 returned 0 after 19531 usecs [ 5.524003] calling scx200_init+0x0/0x20 @ 1 [ 5.528001] scx200: NatSemi SCx200 Driver [ 5.532003] bus: 'pci': add driver scx200 [ 5.536063] initcall scx200_init+0x0/0x20 returned 0 after 7812 usecs [ 5.544003] calling microcode_init+0x0/0xf7 @ 1 [ 5.548006] Registering platform device 'microcode'. Parent at platform [ 5.556003] device: 'microcode': device_add [ 5.560005] bus: 'platform': add device microcode [ 5.564012] PM: Adding info for platform:microcode [ 5.568002] microcode: microcode: CPU0: AMD CPU family 0xf not supported [ 5.571997] microcode: microcode: CPU1: AMD CPU family 0xf not supported [ 5.576014] device: 'microcode': device_add [ 5.584015] PM: Adding info for No Bus:microcode [ 5.588050] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 5.596004] initcall microcode_init+0x0/0xf7 returned 0 after 46875 usecs [ 5.604004] calling start_pageattr_test+0x0/0x27 @ 1 [ 5.608042] initcall start_pageattr_test+0x0/0x27 returned 0 after 0 usecs [ 5.612004] calling pt_dump_init+0x0/0x64 @ 1 [ 5.616011] initcall pt_dump_init+0x0/0x64 returned 0 after 0 usecs [ 5.620004] calling init_sched_debug_procfs+0x0/0x27 @ 1 [ 5.624012] initcall init_sched_debug_procfs+0x0/0x27 returned 0 after 0 usecs [ 5.628003] calling proc_schedstat_init+0x0/0x1c @ 1 [ 5.632007] initcall proc_schedstat_init+0x0/0x1c returned 0 after 0 usecs [ 5.636003] calling proc_execdomains_init+0x0/0x1c @ 1 [ 5.640007] initcall proc_execdomains_init+0x0/0x1c returned 0 after 0 usecs [ 5.644003] calling ioresources_init+0x0/0x31 @ 1 [ 5.648011] initcall ioresources_init+0x0/0x31 returned 0 after 0 usecs [ 5.652003] calling uid_cache_init+0x0/0x78 @ 1 [ 5.656019] initcall uid_cache_init+0x0/0x78 returned 0 after 0 usecs [ 5.660003] calling init_posix_timers+0x0/0x14b @ 1 [ 5.664011] initcall init_posix_timers+0x0/0x14b returned 0 after 0 usecs [ 5.668003] calling init_posix_cpu_timers+0x0/0xa2 @ 1 [ 5.672003] initcall init_posix_cpu_timers+0x0/0xa2 returned 0 after 0 usecs [ 5.676003] calling nsproxy_cache_init+0x0/0x27 @ 1 [ 5.680009] initcall nsproxy_cache_init+0x0/0x27 returned 0 after 0 usecs [ 5.684005] calling create_proc_profile+0x0/0x201 @ 1 [ 5.688003] initcall create_proc_profile+0x0/0x201 returned 0 after 0 usecs [ 5.692003] calling timekeeping_init_device+0x0/0x1d @ 1 [ 5.696002] Registering sysdev class 'timekeeping' [ 5.700063] Registering sys device of class 'timekeeping' [ 5.704005] Registering sys device 'timekeeping0' [ 5.708049] initcall timekeeping_init_device+0x0/0x1d returned 0 after 11718 usecs [ 5.712003] calling init_clocksource_sysfs+0x0/0x43 @ 1 [ 5.716002] Registering sysdev class 'clocksource' [ 5.720048] Registering sys device of class 'clocksource' [ 5.724005] Registering sys device 'clocksource0' [ 5.728050] initcall init_clocksource_sysfs+0x0/0x43 returned 0 after 11718 usecs [ 5.732004] calling init_timer_list_procfs+0x0/0x27 @ 1 [ 5.736008] initcall init_timer_list_procfs+0x0/0x27 returned 0 after 0 usecs [ 5.740003] calling futex_init+0x0/0x93 @ 1 [ 5.744012] initcall futex_init+0x0/0x93 returned 0 after 0 usecs [ 5.748005] calling init_rttest+0x0/0x107 @ 1 [ 5.752002] Registering sysdev class 'rttest' [ 5.756062] Registering sys device of class 'rttest' [ 5.760006] Registering sys device 'rttest0' [ 5.764053] Registering sys device of class 'rttest' [ 5.768007] Registering sys device 'rttest1' [ 5.772053] Registering sys device of class 'rttest' [ 5.776017] Registering sys device 'rttest2' [ 5.780053] Registering sys device of class 'rttest' [ 5.784007] Registering sys device 'rttest3' [ 5.788052] Registering sys device of class 'rttest' [ 5.796008] Registering sys device 'rttest4' [ 5.800052] Registering sys device of class 'rttest' [ 5.804007] Registering sys device 'rttest5' [ 5.808067] Registering sys device of class 'rttest' [ 5.812007] Registering sys device 'rttest6' [ 5.816071] Registering sys device of class 'rttest' [ 5.820007] Registering sys device 'rttest7' [ 5.824050] Initializing RT-Tester: OK [ 5.828004] initcall init_rttest+0x0/0x107 returned 0 after 74218 usecs [ 5.832003] calling proc_dma_init+0x0/0x1c @ 1 [ 5.836008] initcall proc_dma_init+0x0/0x1c returned 0 after 0 usecs [ 5.840003] calling kallsyms_init+0x0/0x1f @ 1 [ 5.844007] initcall kallsyms_init+0x0/0x1f returned 0 after 0 usecs [ 5.848003] calling snapshot_device_init+0x0/0xf @ 1 [ 5.852008] device: 'snapshot': device_add [ 5.856020] PM: Adding info for No Bus:snapshot [ 5.860052] initcall snapshot_device_init+0x0/0xf returned 0 after 7812 usecs [ 5.864004] calling crash_save_vmcoreinfo_init+0x0/0x37b @ 1 [ 5.868028] initcall crash_save_vmcoreinfo_init+0x0/0x37b returned 0 after 0 usecs [ 5.872003] calling crash_notes_memory_init+0x0/0x31 @ 1 [ 5.876006] initcall crash_notes_memory_init+0x0/0x31 returned 0 after 0 usecs [ 5.880003] calling hung_task_init+0x0/0x42 @ 1 [ 5.884025] initcall hung_task_init+0x0/0x42 returned 0 after 0 usecs [ 5.888004] calling rcuclassic_trace_init+0x0/0xdb @ 1 [ 5.892041] initcall rcuclassic_trace_init+0x0/0xdb returned 0 after 0 usecs [ 5.900003] calling init_lstats_procfs+0x0/0x1f @ 1 [ 5.904014] initcall init_lstats_procfs+0x0/0x1f returned 0 after 0 usecs [ 5.912003] calling init_events+0x0/0x48 @ 1 [ 5.916010] initcall init_events+0x0/0x48 returned 0 after 0 usecs [ 5.924003] calling init_sched_switch_trace+0x0/0xf @ 1 [ 5.936006] Testing tracer sched_switch: PASSED [ 6.072716] initcall init_sched_switch_trace+0x0/0xf returned 0 after 140625 usecs [ 6.080003] calling init_stack_trace+0x0/0xf @ 1 [ 6.092003] Testing tracer sysprof: .. no entries found ..FAILED! [ 6.206858] initcall init_stack_trace+0x0/0xf returned -1 after 117187 usecs [ 6.212003] initcall init_stack_trace+0x0/0xf returned with error code -1 [ 6.220003] calling init_irqsoff_tracer+0x0/0x11 @ 1 [ 6.236005] Testing tracer irqsoff: PASSED [ 6.260721] initcall init_irqsoff_tracer+0x0/0x11 returned 0 after 35156 usecs [ 6.268003] calling init_wakeup_tracer+0x0/0x1d @ 1 [ 6.280003] Testing tracer wakeup: [ 6.616014] ftrace-test used greatest stack depth: 3388 bytes left [ 6.628004] PASSED [ 6.640004] Testing tracer wakeup_rt: PASSED [ 6.984717] initcall init_wakeup_tracer+0x0/0x1d returned 0 after 695312 usecs [ 6.992003] calling init_ksym_trace+0x0/0x2c @ 1 [ 7.008004] Testing tracer ksym_tracer: PASSED [ 7.060719] initcall init_ksym_trace+0x0/0x2c returned 0 after 62500 usecs [ 7.064003] calling perf_event_sysfs_init+0x0/0x14 @ 1 [ 7.072010] initcall perf_event_sysfs_init+0x0/0x14 returned 0 after 0 usecs [ 7.076003] calling init_per_zone_wmark_min+0x0/0x59 @ 1 [ 7.084047] initcall init_per_zone_wmark_min+0x0/0x59 returned 0 after 0 usecs [ 7.092003] calling kswapd_init+0x0/0x1d @ 1 [ 7.096048] initcall kswapd_init+0x0/0x1d returned 0 after 0 usecs [ 7.100003] calling setup_vmstat+0x0/0xc2 @ 1 [ 7.104027] initcall setup_vmstat+0x0/0xc2 returned 0 after 0 usecs [ 7.108003] calling mm_sysfs_init+0x0/0x22 @ 1 [ 7.112009] initcall mm_sysfs_init+0x0/0x22 returned 0 after 0 usecs [ 7.116003] calling proc_vmalloc_init+0x0/0x1f @ 1 [ 7.120007] initcall proc_vmalloc_init+0x0/0x1f returned 0 after 0 usecs [ 7.124003] calling init_emergency_pool+0x0/0x6b @ 1 [ 7.128005] initcall init_emergency_pool+0x0/0x6b returned 0 after 0 usecs [ 7.132003] calling procswaps_init+0x0/0x1c @ 1 [ 7.136016] initcall procswaps_init+0x0/0x1c returned 0 after 0 usecs [ 7.140003] calling hugetlb_init+0x0/0x32e @ 1 [ 7.144003] HugeTLB registered 4 MB page size, pre-allocated 0 pages [ 7.148027] initcall hugetlb_init+0x0/0x32e returned 0 after 3906 usecs [ 7.152003] calling ksm_init+0x0/0x1a5 @ 1 [ 7.156049] initcall ksm_init+0x0/0x1a5 returned 0 after 0 usecs [ 7.160004] calling slab_proc_init+0x0/0x1f @ 1 [ 7.164010] initcall slab_proc_init+0x0/0x1f returned 0 after 0 usecs [ 7.172003] calling slab_sysfs_init+0x0/0xb7 @ 1 [ 7.191052] initcall slab_sysfs_init+0x0/0xb7 returned 0 after 11718 usecs [ 7.196009] calling fasync_init+0x0/0x24 @ 1 [ 7.200143] initcall fasync_init+0x0/0x24 returned 0 after 0 usecs [ 7.208003] calling proc_filesystems_init+0x0/0x1c @ 1 [ 7.212012] initcall proc_filesystems_init+0x0/0x1c returned 0 after 0 usecs [ 7.220003] calling inotify_user_setup+0x0/0x65 @ 1 [ 7.224281] initcall inotify_user_setup+0x0/0x65 returned 0 after 0 usecs [ 7.232003] calling proc_locks_init+0x0/0x1c @ 1 [ 7.236009] initcall proc_locks_init+0x0/0x1c returned 0 after 0 usecs [ 7.244006] calling init_mbcache+0x0/0x11 @ 1 [ 7.248003] initcall init_mbcache+0x0/0x11 returned 0 after 0 usecs [ 7.252003] calling quota_init+0x0/0x20 @ 1 [ 7.256046] initcall quota_init+0x0/0x20 returned 0 after 0 usecs [ 7.264003] calling proc_cmdline_init+0x0/0x1c @ 1 [ 7.268008] initcall proc_cmdline_init+0x0/0x1c returned 0 after 0 usecs [ 7.276003] calling proc_cpuinfo_init+0x0/0x1c @ 1 [ 7.280008] initcall proc_cpuinfo_init+0x0/0x1c returned 0 after 0 usecs [ 7.288003] calling proc_devices_init+0x0/0x1c @ 1 [ 7.292008] initcall proc_devices_init+0x0/0x1c returned 0 after 0 usecs [ 7.300003] calling proc_interrupts_init+0x0/0x1c @ 1 [ 7.304008] initcall proc_interrupts_init+0x0/0x1c returned 0 after 0 usecs [ 7.312003] calling proc_loadavg_init+0x0/0x1c @ 1 [ 7.316008] initcall proc_loadavg_init+0x0/0x1c returned 0 after 0 usecs [ 7.320003] calling proc_meminfo_init+0x0/0x1c @ 1 [ 7.328008] initcall proc_meminfo_init+0x0/0x1c returned 0 after 0 usecs [ 7.332003] calling proc_stat_init+0x0/0x1c @ 1 [ 7.336008] initcall proc_stat_init+0x0/0x1c returned 0 after 0 usecs [ 7.344003] calling proc_uptime_init+0x0/0x1c @ 1 [ 7.348008] initcall proc_uptime_init+0x0/0x1c returned 0 after 0 usecs [ 7.356003] calling proc_version_init+0x0/0x1c @ 1 [ 7.360008] initcall proc_version_init+0x0/0x1c returned 0 after 0 usecs [ 7.368003] calling proc_softirqs_init+0x0/0x1c @ 1 [ 7.372008] initcall proc_softirqs_init+0x0/0x1c returned 0 after 0 usecs [ 7.380003] calling proc_kcore_init+0x0/0x78 @ 1 [ 7.384011] initcall proc_kcore_init+0x0/0x78 returned 0 after 0 usecs [ 7.392004] calling vmcore_init+0x0/0x341 @ 1 [ 7.396004] initcall vmcore_init+0x0/0x341 returned 0 after 0 usecs [ 7.400003] calling proc_kmsg_init+0x0/0x1f @ 1 [ 7.404008] initcall proc_kmsg_init+0x0/0x1f returned 0 after 0 usecs [ 7.412003] calling proc_page_init+0x0/0x37 @ 1 [ 7.416013] initcall proc_page_init+0x0/0x37 returned 0 after 0 usecs [ 7.424003] calling configfs_init+0x0/0xbb @ 1 [ 7.428155] initcall configfs_init+0x0/0xbb returned 0 after 0 usecs [ 7.436003] calling init_devpts_fs+0x0/0x3d @ 1 [ 7.440039] initcall init_devpts_fs+0x0/0x3d returned 0 after 0 usecs [ 7.444003] calling init_dlm+0x0/0x8f @ 1 [ 7.448209] device: 'dlm-control': device_add [ 7.456023] PM: Adding info for No Bus:dlm-control [ 7.460055] device: 'dlm-monitor': device_add [ 7.464015] PM: Adding info for No Bus:dlm-monitor [ 7.468089] device: 'dlm_plock': device_add [ 7.472014] PM: Adding info for No Bus:dlm_plock [ 7.476047] DLM (built Jun 11 2010 12:25:50) installed [ 7.484004] initcall init_dlm+0x0/0x8f returned 0 after 35156 usecs [ 7.488003] calling init_ext3_fs+0x0/0x64 @ 1 [ 7.492328] initcall init_ext3_fs+0x0/0x64 returned 0 after 0 usecs [ 7.500005] calling init_ext2_fs+0x0/0x64 @ 1 [ 7.504275] initcall init_ext2_fs+0x0/0x64 returned 0 after 0 usecs [ 7.512004] calling init_ext4_fs+0x0/0xca @ 1 [ 7.516860] initcall init_ext4_fs+0x0/0xca returned 0 after 0 usecs [ 7.524004] calling journal_init+0x0/0xab @ 1 [ 7.528565] initcall journal_init+0x0/0xab returned 0 after 0 usecs [ 7.532004] calling journal_init+0x0/0xbe @ 1 [ 7.540208] initcall journal_init+0x0/0xbe returned 0 after 3906 usecs [ 7.544004] calling init_cramfs_fs+0x0/0x2a @ 1 [ 7.548037] initcall init_cramfs_fs+0x0/0x2a returned 0 after 0 usecs [ 7.556003] calling init_squashfs_fs+0x0/0x5d @ 1 [ 7.560147] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 7.568004] initcall init_squashfs_fs+0x0/0x5d returned 0 after 7812 usecs [ 7.572003] calling init_ramfs_fs+0x0/0xf @ 1 [ 7.580004] initcall init_ramfs_fs+0x0/0xf returned 0 after 0 usecs [ 7.584003] calling init_hugetlbfs_fs+0x0/0x82 @ 1 [ 7.588189] initcall init_hugetlbfs_fs+0x0/0x82 returned 0 after 0 usecs [ 7.596004] calling init_minix_fs+0x0/0x54 @ 1 [ 7.600141] initcall init_minix_fs+0x0/0x54 returned 0 after 0 usecs [ 7.608003] calling init_fat_fs+0x0/0x46 @ 1 [ 7.612301] initcall init_fat_fs+0x0/0x46 returned 0 after 0 usecs [ 7.616004] calling init_vfat_fs+0x0/0xf @ 1 [ 7.624005] initcall init_vfat_fs+0x0/0xf returned 0 after 0 usecs [ 7.628003] calling init_msdos_fs+0x0/0xf @ 1 [ 7.632004] initcall init_msdos_fs+0x0/0xf returned 0 after 0 usecs [ 7.640003] calling init_bfs_fs+0x0/0x54 @ 1 [ 7.644136] initcall init_bfs_fs+0x0/0x54 returned 0 after 0 usecs [ 7.648004] calling init_iso9660_fs+0x0/0x64 @ 1 [ 7.656200] initcall init_iso9660_fs+0x0/0x64 returned 0 after 0 usecs [ 7.660004] calling init_hfs_fs+0x0/0x50 @ 1 [ 7.664146] initcall init_hfs_fs+0x0/0x50 returned 0 after 0 usecs [ 7.672004] calling ecryptfs_init+0x0/0x194 @ 1 [ 7.680242] device: 'ecryptfs': device_add [ 7.684019] PM: Adding info for No Bus:ecryptfs [ 7.688055] initcall ecryptfs_init+0x0/0x194 returned 0 after 11718 usecs [ 7.692003] calling vxfs_init+0x0/0x4d @ 1 [ 7.696175] initcall vxfs_init+0x0/0x4d returned 0 after 0 usecs [ 7.700004] calling init_nls_cp437+0x0/0xf @ 1 [ 7.704004] initcall init_nls_cp437+0x0/0xf returned 0 after 0 usecs [ 7.708003] calling init_nls_cp737+0x0/0xf @ 1 [ 7.712003] initcall init_nls_cp737+0x0/0xf returned 0 after 0 usecs [ 7.716003] calling init_nls_cp850+0x0/0xf @ 1 [ 7.720003] initcall init_nls_cp850+0x0/0xf returned 0 after 0 usecs [ 7.724003] calling init_nls_cp852+0x0/0xf @ 1 [ 7.728003] initcall init_nls_cp852+0x0/0xf returned 0 after 0 usecs [ 7.732003] calling init_nls_cp857+0x0/0xf @ 1 [ 7.736003] initcall init_nls_cp857+0x0/0xf returned 0 after 0 usecs [ 7.740003] calling init_nls_cp861+0x0/0xf @ 1 [ 7.744003] initcall init_nls_cp861+0x0/0xf returned 0 after 0 usecs [ 7.748003] calling init_nls_cp863+0x0/0xf @ 1 [ 7.752003] initcall init_nls_cp863+0x0/0xf returned 0 after 0 usecs [ 7.756003] calling init_nls_cp864+0x0/0xf @ 1 [ 7.760003] initcall init_nls_cp864+0x0/0xf returned 0 after 0 usecs [ 7.764003] calling init_nls_cp865+0x0/0xf @ 1 [ 7.768003] initcall init_nls_cp865+0x0/0xf returned 0 after 0 usecs [ 7.772003] calling init_nls_cp874+0x0/0xf @ 1 [ 7.776003] initcall init_nls_cp874+0x0/0xf returned 0 after 0 usecs [ 7.780003] calling init_nls_cp936+0x0/0xf @ 1 [ 7.784003] initcall init_nls_cp936+0x0/0xf returned 0 after 0 usecs [ 7.788003] calling init_nls_cp950+0x0/0xf @ 1 [ 7.792003] initcall init_nls_cp950+0x0/0xf returned 0 after 0 usecs [ 7.796003] calling init_nls_cp1250+0x0/0xf @ 1 [ 7.800003] initcall init_nls_cp1250+0x0/0xf returned 0 after 0 usecs [ 7.804003] calling init_nls_cp1251+0x0/0xf @ 1 [ 7.808003] initcall init_nls_cp1251+0x0/0xf returned 0 after 0 usecs [ 7.812003] calling init_nls_iso8859_1+0x0/0xf @ 1 [ 7.816004] initcall init_nls_iso8859_1+0x0/0xf returned 0 after 0 usecs [ 7.820003] calling init_nls_iso8859_3+0x0/0xf @ 1 [ 7.824003] initcall init_nls_iso8859_3+0x0/0xf returned 0 after 0 usecs [ 7.828003] calling init_nls_iso8859_4+0x0/0xf @ 1 [ 7.832004] initcall init_nls_iso8859_4+0x0/0xf returned 0 after 0 usecs [ 7.836003] calling init_nls_iso8859_5+0x0/0xf @ 1 [ 7.840003] initcall init_nls_iso8859_5+0x0/0xf returned 0 after 0 usecs [ 7.844004] calling init_nls_iso8859_6+0x0/0xf @ 1 [ 7.848004] initcall init_nls_iso8859_6+0x0/0xf returned 0 after 0 usecs [ 7.852003] calling init_nls_iso8859_7+0x0/0xf @ 1 [ 7.856004] initcall init_nls_iso8859_7+0x0/0xf returned 0 after 0 usecs [ 7.860003] calling init_nls_cp1255+0x0/0xf @ 1 [ 7.864004] initcall init_nls_cp1255+0x0/0xf returned 0 after 0 usecs [ 7.868003] calling init_nls_iso8859_9+0x0/0xf @ 1 [ 7.872004] initcall init_nls_iso8859_9+0x0/0xf returned 0 after 0 usecs [ 7.876003] calling init_nls_iso8859_13+0x0/0xf @ 1 [ 7.880004] initcall init_nls_iso8859_13+0x0/0xf returned 0 after 0 usecs [ 7.884003] calling init_nls_iso8859_15+0x0/0xf @ 1 [ 7.888004] initcall init_nls_iso8859_15+0x0/0xf returned 0 after 0 usecs [ 7.892003] calling init_hpfs_fs+0x0/0x54 @ 1 [ 7.896149] initcall init_hpfs_fs+0x0/0x54 returned 0 after 0 usecs [ 7.900004] calling init_ntfs_fs+0x0/0x1d3 @ 1 [ 7.904001] NTFS driver 2.1.29 [Flags: R/W DEBUG]. [ 7.908734] initcall init_ntfs_fs+0x0/0x1d3 returned 0 after 3906 usecs [ 7.912004] calling init_ufs_fs+0x0/0x54 @ 1 [ 7.916137] initcall init_ufs_fs+0x0/0x54 returned 0 after 0 usecs [ 7.920004] calling logfs_init+0x0/0x62 @ 1 [ 7.924225] initcall logfs_init+0x0/0x62 returned 0 after 0 usecs [ 7.928004] calling init_romfs_fs+0x0/0x73 @ 1 [ 7.932001] ROMFS MTD (C) 2007 Red Hat, Inc. [ 7.936139] initcall init_romfs_fs+0x0/0x73 returned 0 after 3906 usecs [ 7.940004] calling init_adfs_fs+0x0/0x54 @ 1 [ 7.944138] initcall init_adfs_fs+0x0/0x54 returned 0 after 0 usecs [ 7.948004] calling init_udf_fs+0x0/0x54 @ 1 [ 7.952139] initcall init_udf_fs+0x0/0x54 returned 0 after 0 usecs [ 7.956004] calling init_jfs_fs+0x0/0x17c @ 1 [ 7.960287] JFS: nTxBlock = 7930, nTxLock = 63443 [ 7.970162] initcall init_jfs_fs+0x0/0x17c returned 0 after 7812 usecs [ 7.972005] calling init_xfs_fs+0x0/0x99 @ 1 [ 7.976002] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, debug enabled [ 7.984830] SGI XFS Quota Management subsystem [ 7.988019] initcall init_xfs_fs+0x0/0x99 returned 0 after 11718 usecs [ 7.996004] calling init_nilfs_fs+0x0/0xc8 @ 1 [ 8.000571] NILFS version 2 loaded [ 8.004005] initcall init_nilfs_fs+0x0/0xc8 returned 0 after 3906 usecs [ 8.008003] calling init_befs_fs+0x0/0x6d @ 1 [ 8.016002] BeFS version: 0.9.3 [ 8.019281] initcall init_befs_fs+0x0/0x6d returned 0 after 0 usecs [ 8.024004] calling init_btrfs_fs+0x0/0x83 @ 1 [ 8.029031] device: 'btrfs-control': device_add [ 8.032021] PM: Adding info for No Bus:btrfs-control [ 8.040051] Btrfs loaded [ 8.042584] initcall init_btrfs_fs+0x0/0x83 returned 0 after 11718 usecs [ 8.048004] calling init_gfs2_fs+0x0/0x1e4 @ 1 [ 8.052911] GFS2 (built Jun 11 2010 12:26:03) installed [ 8.060006] initcall init_gfs2_fs+0x0/0x1e4 returned 0 after 7812 usecs [ 8.064003] calling ipc_init+0x0/0x2a @ 1 [ 8.068017] msgmni has been set to 1982 [ 8.072015] initcall ipc_init+0x0/0x2a returned 0 after 3906 usecs [ 8.080003] calling key_proc_init+0x0/0x4e @ 1 [ 8.084014] initcall key_proc_init+0x0/0x4e returned 0 after 0 usecs [ 8.092003] calling crypto_wq_init+0x0/0x29 @ 1 [ 8.096042] initcall crypto_wq_init+0x0/0x29 returned 0 after 0 usecs [ 8.100003] calling crypto_algapi_init+0x0/0xc @ 1 [ 8.108011] initcall crypto_algapi_init+0x0/0xc returned 0 after 0 usecs [ 8.112003] calling skcipher_module_init+0x0/0x29 @ 1 [ 8.120003] initcall skcipher_module_init+0x0/0x29 returned 0 after 0 usecs [ 8.124003] calling chainiv_module_init+0x0/0xf @ 1 [ 8.132005] initcall chainiv_module_init+0x0/0xf returned 0 after 0 usecs [ 8.136003] calling eseqiv_module_init+0x0/0xf @ 1 [ 8.144003] initcall eseqiv_module_init+0x0/0xf returned 0 after 0 usecs [ 8.148003] calling seqiv_module_init+0x0/0xf @ 1 [ 8.152003] initcall seqiv_module_init+0x0/0xf returned 0 after 0 usecs [ 8.160003] calling hmac_module_init+0x0/0xf @ 1 [ 8.164003] initcall hmac_module_init+0x0/0xf returned 0 after 0 usecs [ 8.172003] calling vmac_module_init+0x0/0xf @ 1 [ 8.176003] initcall vmac_module_init+0x0/0xf returned 0 after 0 usecs [ 8.184003] calling crypto_xcbc_module_init+0x0/0xf @ 1 [ 8.188003] initcall crypto_xcbc_module_init+0x0/0xf returned 0 after 0 usecs [ 8.196003] calling md4_mod_init+0x0/0xf @ 1 [ 8.200082] initcall md4_mod_init+0x0/0xf returned 0 after 0 usecs [ 8.200090] cryptomgr_test used greatest stack depth: 2988 bytes left [ 8.204004] calling md5_mod_init+0x0/0xf @ 1 [ 8.208073] initcall md5_mod_init+0x0/0xf returned 0 after 0 usecs [ 8.216008] calling rmd128_mod_init+0x0/0xf @ 1 [ 8.220073] initcall rmd128_mod_init+0x0/0xf returned 0 after 0 usecs [ 8.224029] calling rmd256_mod_init+0x0/0xf @ 1 [ 8.228070] initcall rmd256_mod_init+0x0/0xf returned 0 after 0 usecs [ 8.232027] calling sha1_generic_mod_init+0x0/0xf @ 1 [ 8.240060] initcall sha1_generic_mod_init+0x0/0xf returned 0 after 0 usecs [ 8.240073] cryptomgr_test used greatest stack depth: 2816 bytes left [ 8.244030] calling sha256_generic_mod_init+0x0/0x33 @ 1 [ 8.248085] initcall sha256_generic_mod_init+0x0/0x33 returned 0 after 0 usecs [ 8.256029] calling sha512_generic_mod_init+0x0/0x33 @ 1 [ 8.264113] cryptomgr_test used greatest stack depth: 2692 bytes left [ 8.271099] initcall sha512_generic_mod_init+0x0/0x33 returned 0 after 3906 usecs [ 8.272051] calling wp512_mod_init+0x0/0x52 @ 1 [ 8.276196] initcall wp512_mod_init+0x0/0x52 returned 0 after 0 usecs [ 8.284008] calling tgr192_mod_init+0x0/0x52 @ 1 [ 8.288106] initcall tgr192_mod_init+0x0/0x52 returned 0 after 0 usecs [ 8.292093] calling crypto_ecb_module_init+0x0/0xf @ 1 [ 8.296004] initcall crypto_ecb_module_init+0x0/0xf returned 0 after 0 usecs [ 8.300003] calling crypto_cbc_module_init+0x0/0xf @ 1 [ 8.304004] initcall crypto_cbc_module_init+0x0/0xf returned 0 after 0 usecs [ 8.308003] calling crypto_pcbc_module_init+0x0/0xf @ 1 [ 8.312003] initcall crypto_pcbc_module_init+0x0/0xf returned 0 after 0 usecs [ 8.316003] calling crypto_module_init+0x0/0xf @ 1 [ 8.320004] initcall crypto_module_init+0x0/0xf returned 0 after 0 usecs [ 8.324014] calling crypto_ctr_module_init+0x0/0x35 @ 1 [ 8.328003] initcall crypto_ctr_module_init+0x0/0x35 returned 0 after 0 usecs [ 8.332003] calling crypto_gcm_module_init+0x0/0xd0 @ 1 [ 8.336005] initcall crypto_gcm_module_init+0x0/0xd0 returned 0 after 0 usecs [ 8.340003] calling crypto_ccm_module_init+0x0/0x4f @ 1 [ 8.344004] initcall crypto_ccm_module_init+0x0/0x4f returned 0 after 0 usecs [ 8.348003] calling pcrypt_init+0x0/0xc9 @ 1 [ 8.352053] initcall pcrypt_init+0x0/0xc9 returned 0 after 0 usecs [ 8.356005] calling cryptd_init+0x0/0xc8 @ 1 [ 8.360008] initcall cryptd_init+0x0/0xc8 returned 0 after 0 usecs [ 8.368006] calling des_generic_mod_init+0x0/0x33 @ 1 [ 8.372081] initcall des_generic_mod_init+0x0/0x33 returned 0 after 0 usecs [ 8.376004] calling fcrypt_mod_init+0x0/0xf @ 1 [ 8.380043] alg: No test for fcrypt (fcrypt-generic) [ 8.384008] initcall fcrypt_mod_init+0x0/0xf returned 0 after 3906 usecs [ 8.392048] calling blowfish_mod_init+0x0/0xf @ 1 [ 8.396723] initcall blowfish_mod_init+0x0/0xf returned 0 after 0 usecs [ 8.400005] calling twofish_mod_init+0x0/0xf @ 1 [ 8.404205] initcall twofish_mod_init+0x0/0xf returned 0 after 0 usecs [ 8.412030] calling serpent_mod_init+0x0/0x33 @ 1 [ 8.416098] initcall serpent_mod_init+0x0/0x33 returned 0 after 0 usecs [ 8.420028] calling aes_init+0x0/0xf @ 1 [ 8.424087] initcall aes_init+0x0/0xf returned 0 after 0 usecs [ 8.428052] calling camellia_init+0x0/0xf @ 1 [ 8.436076] initcall camellia_init+0x0/0xf returned 0 after 0 usecs [ 8.440028] calling cast5_mod_init+0x0/0xf @ 1 [ 8.444067] initcall cast5_mod_init+0x0/0xf returned 0 after 0 usecs [ 8.452031] calling arc4_init+0x0/0xf @ 1 [ 8.456081] initcall arc4_init+0x0/0xf returned 0 after 0 usecs [ 8.460029] calling tea_mod_init+0x0/0x52 @ 1 [ 8.464074] initcall tea_mod_init+0x0/0x52 returned 0 after 0 usecs [ 8.468031] calling khazad_mod_init+0x0/0xf @ 1 [ 8.472082] initcall khazad_mod_init+0x0/0xf returned 0 after 0 usecs [ 8.476070] calling anubis_mod_init+0x0/0xf @ 1 [ 8.480121] initcall anubis_mod_init+0x0/0xf returned 0 after 0 usecs [ 8.488033] calling seed_init+0x0/0xf @ 1 [ 8.492067] initcall seed_init+0x0/0xf returned 0 after 0 usecs [ 8.496033] calling salsa20_generic_mod_init+0x0/0xf @ 1 [ 8.500046] initcall salsa20_generic_mod_init+0x0/0xf returned 0 after 0 usecs [ 8.508031] calling deflate_mod_init+0x0/0xf @ 1 [ 8.512612] initcall deflate_mod_init+0x0/0xf returned 0 after 0 usecs [ 8.516032] calling zlib_mod_init+0x0/0xf @ 1 [ 8.520962] initcall zlib_mod_init+0x0/0xf returned 0 after 0 usecs [ 8.520980] cryptomgr_test used greatest stack depth: 2664 bytes left [ 8.532034] calling crc32c_mod_init+0x0/0xf @ 1 [ 8.536115] initcall crc32c_mod_init+0x0/0xf returned 0 after 0 usecs [ 8.540035] calling crypto_authenc_module_init+0x0/0xf @ 1 [ 8.544005] initcall crypto_authenc_module_init+0x0/0xf returned 0 after 0 usecs [ 8.548003] calling lzo_mod_init+0x0/0xf @ 1 [ 8.552072] initcall lzo_mod_init+0x0/0xf returned 0 after 0 usecs [ 8.560032] calling krng_mod_init+0x0/0xf @ 1 [ 8.564045] alg: No test for stdrng (krng) [ 8.568008] initcall krng_mod_init+0x0/0xf returned 0 after 3906 usecs [ 8.572029] calling prng_mod_init+0x0/0x1d @ 1 [ 8.587720] alg: No test for fips(ansi_cprng) (fips_ansi_cprng) [ 8.588008] initcall prng_mod_init+0x0/0x1d returned 0 after 11718 usecs [ 8.596026] calling ghash_mod_init+0x0/0xf @ 1 [ 8.600125] initcall ghash_mod_init+0x0/0xf returned 0 after 0 usecs [ 8.604025] calling async_pq_init+0x0/0x3c @ 1 [ 8.608005] initcall async_pq_init+0x0/0x3c returned 0 after 0 usecs [ 8.612003] calling proc_genhd_init+0x0/0x31 @ 1 [ 8.616023] initcall proc_genhd_init+0x0/0x31 returned 0 after 0 usecs [ 8.620027] calling init_cgroup_blkio+0x0/0xf @ 1 [ 8.624004] initcall init_cgroup_blkio+0x0/0xf returned 0 after 0 usecs [ 8.628003] calling noop_init+0x0/0x11 @ 1 [ 8.632002] io scheduler noop registered [ 8.636003] initcall noop_init+0x0/0x11 returned 0 after 3906 usecs [ 8.640003] calling cfq_init+0x0/0x93 @ 1 [ 8.644342] io scheduler cfq registered (default) [ 8.648007] initcall cfq_init+0x0/0x93 returned 0 after 3906 usecs [ 8.652003] calling btree_module_init+0x0/0x24 @ 1 [ 8.656161] initcall btree_module_init+0x0/0x24 returned 0 after 0 usecs [ 8.660003] calling debug_objects_init_debugfs+0x0/0x57 @ 1 [ 8.664033] initcall debug_objects_init_debugfs+0x0/0x57 returned 0 after 0 usecs [ 8.668006] calling libcrc32c_mod_init+0x0/0x25 @ 1 [ 8.672009] initcall libcrc32c_mod_init+0x0/0x25 returned 0 after 0 usecs [ 8.676003] calling percpu_counter_startup+0x0/0x16 @ 1 [ 8.680006] initcall percpu_counter_startup+0x0/0x16 returned 0 after 0 usecs [ 8.684007] calling err_inject_init+0x0/0x19 @ 1 [ 8.688003] initcall err_inject_init+0x0/0x19 returned 0 after 0 usecs [ 8.692003] calling dynamic_debug_init+0x0/0xf9 @ 1 [ 8.696480] initcall dynamic_debug_init+0x0/0xf9 returned 0 after 0 usecs [ 8.700006] calling adp5588_gpio_init+0x0/0x11 @ 1 [ 8.704005] bus: 'i2c': add driver adp5588-gpio [ 8.708068] i2c-core: driver [adp5588-gpio] registered [ 8.712005] initcall adp5588_gpio_init+0x0/0x11 returned 0 after 7812 usecs [ 8.716004] calling lnw_gpio_init+0x0/0x16 @ 1 [ 8.720003] bus: 'pci': add driver langwell_gpio [ 8.724064] initcall lnw_gpio_init+0x0/0x16 returned 0 after 3906 usecs [ 8.728003] calling bt8xxgpio_init+0x0/0x16 @ 1 [ 8.732002] bus: 'pci': add driver bt8xxgpio [ 8.736059] initcall bt8xxgpio_init+0x0/0x16 returned 0 after 3906 usecs [ 8.740003] calling it8761e_gpio_init+0x0/0x178 @ 1 [ 8.744037] initcall it8761e_gpio_init+0x0/0x178 returned -19 after 0 usecs [ 8.748003] calling sch_gpio_init+0x0/0xf @ 1 [ 8.752004] bus: 'platform': add driver sch_gpio [ 8.756057] initcall sch_gpio_init+0x0/0xf returned 0 after 3906 usecs [ 8.760003] calling rdc321x_gpio_init+0x0/0xf @ 1 [ 8.764002] bus: 'platform': add driver rdc321x-gpio [ 8.768056] initcall rdc321x_gpio_init+0x0/0xf returned 0 after 3906 usecs [ 8.772003] calling pci_proc_init+0x0/0x5b @ 1 [ 8.776163] initcall pci_proc_init+0x0/0x5b returned 0 after 0 usecs [ 8.780003] calling pcie_portdrv_init+0x0/0x4b @ 1 [ 8.784066] bus: 'pci_express': registered [ 8.788002] bus: 'pci': add driver pcieport [ 8.792011] bus: 'pci': driver_probe_device: matched device 0000:00:0b.0 with driver pcieport [ 8.796002] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:0b.0 [ 8.800028] pcieport 0000:00:0b.0: setting latency timer to 64 [ 8.804153] pcieport 0000:00:0b.0: irq 41 for MSI/MSI-X [ 8.808027] device: '0000:00:0b.0:pcie01': device_add [ 8.812007] bus: 'pci_express': add device 0000:00:0b.0:pcie01 [ 8.816025] PM: Adding info for pci_express:0000:00:0b.0:pcie01 [ 8.820174] driver: '0000:00:0b.0': driver_bound: bound to device 'pcieport' [ 8.824003] bus: 'pci': really_probe: bound device 0000:00:0b.0 to driver pcieport [ 8.828003] bus: 'pci': driver_probe_device: matched device 0000:00:0c.0 with driver pcieport [ 8.832002] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:0c.0 [ 8.836024] pcieport 0000:00:0c.0: setting latency timer to 64 [ 8.840147] pcieport 0000:00:0c.0: irq 42 for MSI/MSI-X [ 8.844025] device: '0000:00:0c.0:pcie01': device_add [ 8.848006] bus: 'pci_express': add device 0000:00:0c.0:pcie01 [ 8.852020] PM: Adding info for pci_express:0000:00:0c.0:pcie01 [ 8.856171] driver: '0000:00:0c.0': driver_bound: bound to device 'pcieport' [ 8.860002] bus: 'pci': really_probe: bound device 0000:00:0c.0 to driver pcieport [ 8.864003] bus: 'pci': driver_probe_device: matched device 0000:00:0d.0 with driver pcieport [ 8.868002] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:0d.0 [ 8.872024] pcieport 0000:00:0d.0: setting latency timer to 64 [ 8.876147] pcieport 0000:00:0d.0: irq 43 for MSI/MSI-X [ 8.880025] device: '0000:00:0d.0:pcie01': device_add [ 8.884006] bus: 'pci_express': add device 0000:00:0d.0:pcie01 [ 8.888011] PM: Adding info for pci_express:0000:00:0d.0:pcie01 [ 8.892171] driver: '0000:00:0d.0': driver_bound: bound to device 'pcieport' [ 8.896002] bus: 'pci': really_probe: bound device 0000:00:0d.0 to driver pcieport [ 8.900003] bus: 'pci': driver_probe_device: matched device 0000:00:0e.0 with driver pcieport [ 8.904002] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:0e.0 [ 8.908024] pcieport 0000:00:0e.0: setting latency timer to 64 [ 8.912146] pcieport 0000:00:0e.0: irq 44 for MSI/MSI-X [ 8.916025] device: '0000:00:0e.0:pcie01': device_add [ 8.920015] bus: 'pci_express': add device 0000:00:0e.0:pcie01 [ 8.924011] PM: Adding info for pci_express:0000:00:0e.0:pcie01 [ 8.928171] driver: '0000:00:0e.0': driver_bound: bound to device 'pcieport' [ 8.932002] bus: 'pci': really_probe: bound device 0000:00:0e.0 to driver pcieport [ 8.936056] initcall pcie_portdrv_init+0x0/0x4b returned 0 after 148437 usecs [ 8.940003] calling pci_hotplug_init+0x0/0x41 @ 1 [ 8.944002] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 8.948003] initcall pci_hotplug_init+0x0/0x41 returned 0 after 3906 usecs [ 8.952003] calling cpqhpc_init+0x0/0x5a @ 1 [ 8.956002] cpqphp: Compaq Hot Plug PCI Controller Driver version: 0.9.8 [ 8.960020] bus: 'pci': add driver compaq_pci_hotplug [ 8.964063] initcall cpqhpc_init+0x0/0x5a returned 0 after 7812 usecs [ 8.968003] calling pcied_init+0x0/0x62 @ 1 [ 8.972002] bus: 'pci_express': add driver pciehp [ 8.976054] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 8.980003] initcall pcied_init+0x0/0x62 returned 0 after 7812 usecs [ 8.984003] calling zt5550_init+0x0/0x6c @ 1 [ 8.988002] cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version: 0.2 [ 8.992004] bus: 'pci': add driver zt5550_hc [ 8.996070] initcall zt5550_init+0x0/0x6c returned 0 after 7812 usecs [ 9.000004] calling cpcihp_generic_init+0x0/0x3b0 @ 1 [ 9.004002] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1 [ 9.008002] cpcihp_generic: not configured, disabling. [ 9.012003] initcall cpcihp_generic_init+0x0/0x3b0 returned -22 after 7812 usecs [ 9.016003] initcall cpcihp_generic_init+0x0/0x3b0 returned with error code -22 [ 9.020003] calling shpcd_init+0x0/0x4e @ 1 [ 9.024002] bus: 'pci': add driver shpchp [ 9.028070] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 9.032004] initcall shpcd_init+0x0/0x4e returned 0 after 7812 usecs [ 9.036003] calling init_legacy+0x0/0x36 @ 1 [ 9.040200] initcall init_legacy+0x0/0x36 returned 0 after 0 usecs [ 9.044003] calling pci_stub_init+0x0/0xf2 @ 1 [ 9.048004] bus: 'pci': add driver pci-stub [ 9.052061] pci-stub: invalid id string "" [ 9.056004] initcall pci_stub_init+0x0/0xf2 returned 0 after 7812 usecs [ 9.060003] calling genericbl_init+0x0/0xf @ 1 [ 9.064003] bus: 'platform': add driver generic-bl [ 9.068055] initcall genericbl_init+0x0/0xf returned 0 after 3906 usecs [ 9.072003] calling progearbl_init+0x0/0x49 @ 1 [ 9.076002] bus: 'platform': add driver progear-bl [ 9.080057] Registering platform device 'progear-bl'. Parent at platform [ 9.084003] device: 'progear-bl': device_add [ 9.088006] bus: 'platform': add device progear-bl [ 9.092013] PM: Adding info for platform:progear-bl [ 9.096053] bus: 'platform': driver_probe_device: matched device progear-bl with driver progear-bl [ 9.100002] bus: 'platform': really_probe: probing driver progear-bl with device progear-bl [ 9.104011] ALI M7101 PMU not found. [ 9.108014] initcall progearbl_init+0x0/0x49 returned 0 after 31250 usecs [ 9.112004] calling cr_backlight_init+0x0/0x56 @ 1 [ 9.116002] bus: 'platform': add driver cr_backlight [ 9.120056] Registering platform device 'cr_backlight'. Parent at platform [ 9.124003] device: 'cr_backlight': device_add [ 9.128005] bus: 'platform': add device cr_backlight [ 9.132012] PM: Adding info for platform:cr_backlight [ 9.136065] bus: 'platform': driver_probe_device: matched device cr_backlight with driver cr_backlight [ 9.140002] bus: 'platform': really_probe: probing driver cr_backlight with device cr_backlight [ 9.144011] INTEL CARILLO RANCH LPC not found. [ 9.148009] Carillo Ranch Backlight Driver Initialized. [ 9.152004] initcall cr_backlight_init+0x0/0x56 returned 0 after 35156 usecs [ 9.156003] calling da903x_backlight_init+0x0/0xf @ 1 [ 9.160003] bus: 'platform': add driver da903x-backlight [ 9.164066] initcall da903x_backlight_init+0x0/0xf returned 0 after 3906 usecs [ 9.168003] calling adp8860_init+0x0/0x11 @ 1 [ 9.172003] bus: 'i2c': add driver adp8860_bl [ 9.176054] i2c-core: driver [adp8860_bl] registered [ 9.180004] initcall adp8860_init+0x0/0x11 returned 0 after 7812 usecs [ 9.184003] calling pm860x_backlight_init+0x0/0xf @ 1 [ 9.188002] bus: 'platform': add driver 88pm860x-backlight [ 9.192056] initcall pm860x_backlight_init+0x0/0xf returned 0 after 3906 usecs [ 9.196003] calling display_class_init+0x0/0x69 @ 1 [ 9.200003] device class 'display': registering [ 9.204056] initcall display_class_init+0x0/0x69 returned 0 after 3906 usecs [ 9.208003] calling arcfb_init+0x0/0x60 @ 1 [ 9.212003] initcall arcfb_init+0x0/0x60 returned -6 after 0 usecs [ 9.216003] initcall arcfb_init+0x0/0x60 returned with error code -6 [ 9.220003] calling cyber2000fb_init+0x0/0xac @ 1 [ 9.224003] bus: 'pci': add driver CyberPro [ 9.228063] initcall cyber2000fb_init+0x0/0xac returned 0 after 3906 usecs [ 9.232004] calling nvidiafb_init+0x0/0x26a @ 1 [ 9.236002] bus: 'pci': add driver nvidiafb [ 9.240061] initcall nvidiafb_init+0x0/0x26a returned 0 after 3906 usecs [ 9.244003] calling atyfb_init+0x0/0x1dd @ 1 [ 9.248002] bus: 'pci': add driver atyfb [ 9.252065] initcall atyfb_init+0x0/0x1dd returned 0 after 3906 usecs [ 9.256003] calling aty128fb_init+0x0/0x113 @ 1 [ 9.260002] bus: 'pci': add driver aty128fb [ 9.264065] initcall aty128fb_init+0x0/0x113 returned 0 after 3906 usecs [ 9.268003] calling sisfb_init+0x0/0x6eb @ 1 [ 9.272002] bus: 'pci': add driver sisfb [ 9.276062] initcall sisfb_init+0x0/0x6eb returned 0 after 3906 usecs [ 9.280003] calling kyrofb_init+0x0/0xc9 @ 1 [ 9.284002] bus: 'pci': add driver kyrofb [ 9.288071] initcall kyrofb_init+0x0/0xc9 returned 0 after 3906 usecs [ 9.292003] calling savagefb_init+0x0/0x60 @ 1 [ 9.296003] bus: 'pci': add driver savagefb [ 9.300063] initcall savagefb_init+0x0/0x60 returned 0 after 3906 usecs [ 9.304004] calling gx1fb_init+0x0/0x104 @ 1 [ 9.308003] bus: 'pci': add driver gx1fb [ 9.312062] initcall gx1fb_init+0x0/0x104 returned 0 after 3906 usecs [ 9.316003] calling gxfb_init+0x0/0x6c @ 1 [ 9.320002] bus: 'pci': add driver gxfb [ 9.324061] initcall gxfb_init+0x0/0x6c returned 0 after 3906 usecs [ 9.328003] calling lxfb_init+0x0/0xc9 @ 1 [ 9.332002] bus: 'pci': add driver lxfb [ 9.336062] initcall lxfb_init+0x0/0xc9 returned 0 after 3906 usecs [ 9.340003] calling neofb_init+0x0/0x12e @ 1 [ 9.344002] bus: 'pci': add driver neofb [ 9.348062] initcall neofb_init+0x0/0x12e returned 0 after 3906 usecs [ 9.352003] calling imsttfb_init+0x0/0xd6 @ 1 [ 9.356002] bus: 'pci': add driver imsttfb [ 9.360062] initcall imsttfb_init+0x0/0xd6 returned 0 after 3906 usecs [ 9.364003] calling vt8623fb_init+0x0/0x75 @ 1 [ 9.368002] bus: 'pci': add driver vt8623fb [ 9.372072] initcall vt8623fb_init+0x0/0x75 returned 0 after 3906 usecs [ 9.376004] calling tridentfb_init+0x0/0x1da @ 1 [ 9.380003] bus: 'pci': add driver tridentfb [ 9.384063] initcall tridentfb_init+0x0/0x1da returned 0 after 3906 usecs [ 9.388003] calling vmlfb_init+0x0/0x7f @ 1 [ 9.392002] vmlfb: initializing [ 9.396002] bus: 'pci': add driver vmlfb [ 9.400062] initcall vmlfb_init+0x0/0x7f returned 0 after 7812 usecs [ 9.404003] calling cr_pll_init+0x0/0xc2 @ 1 [ 9.408007] Could not find Carillo Ranch MCH device. [ 9.412003] initcall cr_pll_init+0x0/0xc2 returned -19 after 3906 usecs [ 9.416003] calling arkfb_init+0x0/0x75 @ 1 [ 9.420002] bus: 'pci': add driver arkfb [ 9.424062] initcall arkfb_init+0x0/0x75 returned 0 after 3906 usecs [ 9.428003] calling hecubafb_init+0x0/0xf @ 1 [ 9.432003] bus: 'platform': add driver hecubafb [ 9.436056] initcall hecubafb_init+0x0/0xf returned 0 after 3906 usecs [ 9.440003] calling n411_init+0x0/0x7c @ 1 [ 9.444001] no IO addresses supplied [ 9.448003] initcall n411_init+0x0/0x7c returned -22 after 3906 usecs [ 9.452003] initcall n411_init+0x0/0x7c returned with error code -22 [ 9.456003] calling hgafb_init+0x0/0x5d @ 1 [ 9.460002] bus: 'platform': add driver hgafb [ 9.464058] Registering platform device 'hgafb.0'. Parent at platform [ 9.468010] device: 'hgafb.0': device_add [ 9.472006] bus: 'platform': add device hgafb.0 [ 9.476022] PM: Adding info for platform:hgafb.0 [ 9.480052] bus: 'platform': driver_probe_device: matched device hgafb.0 with driver hgafb [ 9.484002] bus: 'platform': really_probe: probing driver hgafb with device hgafb.0 [ 9.488016] hgafb: HGA card not detected. [ 9.492008] hgafb: probe of hgafb.0 failed with error -22 [ 9.496004] initcall hgafb_init+0x0/0x5d returned 0 after 35156 usecs [ 9.500003] calling sstfb_init+0x0/0x18a @ 1 [ 9.504003] bus: 'pci': add driver sstfb [ 9.508072] initcall sstfb_init+0x0/0x18a returned 0 after 3906 usecs [ 9.512004] calling intel_idle_init+0x0/0x2f9 @ 1 [ 9.516004] initcall intel_idle_init+0x0/0x2f9 returned -19 after 0 usecs [ 9.520003] calling regulator_userspace_consumer_init+0x0/0xf @ 1 [ 9.524003] bus: 'platform': add driver reg-userspace-consumer [ 9.528057] initcall regulator_userspace_consumer_init+0x0/0xf returned 0 after 3906 usecs [ 9.532003] calling bq24022_init+0x0/0x14 @ 1 [ 9.536003] bus: 'platform': add driver bq24022 [ 9.540057] bus: 'platform': remove driver bq24022 [ 9.544051] driver: 'bq24022': driver_release [ 9.548007] initcall bq24022_init+0x0/0x14 returned -19 after 11718 usecs [ 9.552003] calling lp3971_module_init+0x0/0x2a @ 1 [ 9.556003] bus: 'i2c': add driver LP3971 [ 9.560055] i2c-core: driver [LP3971] registered [ 9.564004] initcall lp3971_module_init+0x0/0x2a returned 0 after 7812 usecs [ 9.568005] calling rand_initialize+0x0/0x25 @ 1 [ 9.572036] initcall rand_initialize+0x0/0x25 returned 0 after 0 usecs [ 9.576003] calling tty_init+0x0/0xd5 @ 1 [ 9.580010] device: 'tty': device_add [ 9.584018] PM: Adding info for No Bus:tty [ 9.588056] device: 'console': device_add [ 9.592015] PM: Adding info for No Bus:console [ 9.596061] device: 'tty0': device_add [ 9.600015] PM: Adding info for No Bus:tty0 [ 9.604054] device class 'vc': registering [ 9.608067] device: 'vcs': device_add [ 9.612014] PM: Adding info for No Bus:vcs [ 9.616051] device: 'vcsa': device_add [ 9.620023] PM: Adding info for No Bus:vcsa [ 9.624052] device: 'vcs1': device_add [ 9.628014] PM: Adding info for No Bus:vcs1 [ 9.632051] device: 'vcsa1': device_add [ 9.636014] PM: Adding info for No Bus:vcsa1 [ 9.640059] device: 'tty1': device_add [ 9.644014] PM: Adding info for No Bus:tty1 [ 9.648051] device: 'tty2': device_add [ 9.652014] PM: Adding info for No Bus:tty2 [ 9.656051] device: 'tty3': device_add [ 9.660015] PM: Adding info for No Bus:tty3 [ 9.664051] device: 'tty4': device_add [ 9.668024] PM: Adding info for No Bus:tty4 [ 9.672052] device: 'tty5': device_add [ 9.676015] PM: Adding info for No Bus:tty5 [ 9.680051] device: 'tty6': device_add [ 9.684014] PM: Adding info for No Bus:tty6 [ 9.688050] device: 'tty7': device_add [ 9.692014] PM: Adding info for No Bus:tty7 [ 9.696058] device: 'tty8': device_add [ 9.700015] PM: Adding info for No Bus:tty8 [ 9.704051] device: 'tty9': device_add [ 9.708014] PM: Adding info for No Bus:tty9 [ 9.712050] device: 'tty10': device_add [ 9.716023] PM: Adding info for No Bus:tty10 [ 9.720051] device: 'tty11': device_add [ 9.724015] PM: Adding info for No Bus:tty11 [ 9.728050] device: 'tty12': device_add [ 9.732015] PM: Adding info for No Bus:tty12 [ 9.736058] device: 'tty13': device_add [ 9.740015] PM: Adding info for No Bus:tty13 [ 9.744051] device: 'tty14': device_add [ 9.748025] PM: Adding info for No Bus:tty14 [ 9.752051] device: 'tty15': device_add [ 9.755901] PM: Adding info for No Bus:tty15 [ 9.756050] device: 'tty16': device_add [ 9.760024] PM: Adding info for No Bus:tty16 [ 9.764051] device: 'tty17': device_add [ 9.768015] PM: Adding info for No Bus:tty17 [ 9.772050] device: 'tty18': device_add [ 9.776015] PM: Adding info for No Bus:tty18 [ 9.780050] device: 'tty19': device_add [ 9.784015] PM: Adding info for No Bus:tty19 [ 9.788050] device: 'tty20': device_add [ 9.792015] PM: Adding info for No Bus:tty20 [ 9.796057] device: 'tty21': device_add [ 9.800016] PM: Adding info for No Bus:tty21 [ 9.804051] device: 'tty22': device_add [ 9.808024] PM: Adding info for No Bus:tty22 [ 9.812051] device: 'tty23': device_add [ 9.816024] PM: Adding info for No Bus:tty23 [ 9.820051] device: 'tty24': device_add [ 9.824015] PM: Adding info for No Bus:tty24 [ 9.828050] device: 'tty25': device_add [ 9.832015] PM: Adding info for No Bus:tty25 [ 9.836050] device: 'tty26': device_add [ 9.840015] PM: Adding info for No Bus:tty26 [ 9.844050] device: 'tty27': device_add [ 9.848015] PM: Adding info for No Bus:tty27 [ 9.852050] device: 'tty28': device_add [ 9.856025] PM: Adding info for No Bus:tty28 [ 9.860051] device: 'tty29': device_add [ 9.864016] PM: Adding info for No Bus:tty29 [ 9.868050] device: 'tty30': device_add [ 9.872015] PM: Adding info for No Bus:tty30 [ 9.876050] device: 'tty31': device_add [ 9.880016] PM: Adding info for No Bus:tty31 [ 9.884050] device: 'tty32': device_add [ 9.888016] PM: Adding info for No Bus:tty32 [ 9.892060] device: 'tty33': device_add [ 9.896017] PM: Adding info for No Bus:tty33 [ 9.900058] device: 'tty34': device_add [ 9.904025] PM: Adding info for No Bus:tty34 [ 9.908051] device: 'tty35': device_add [ 9.912016] PM: Adding info for No Bus:tty35 [ 9.916050] device: 'tty36': device_add [ 9.920016] PM: Adding info for No Bus:tty36 [ 9.924050] device: 'tty37': device_add [ 9.928016] PM: Adding info for No Bus:tty37 [ 9.932050] device: 'tty38': device_add [ 9.936016] PM: Adding info for No Bus:tty38 [ 9.940050] device: 'tty39': device_add [ 9.943894] PM: Adding info for No Bus:tty39 [ 9.944050] device: 'tty40': device_add [ 9.948025] PM: Adding info for No Bus:tty40 [ 9.952059] device: 'tty41': device_add [ 9.956017] PM: Adding info for No Bus:tty41 [ 9.960051] device: 'tty42': device_add [ 9.964016] PM: Adding info for No Bus:tty42 [ 9.968050] device: 'tty43': device_add [ 9.972016] PM: Adding info for No Bus:tty43 [ 9.976050] device: 'tty44': device_add [ 9.980016] PM: Adding info for No Bus:tty44 [ 9.984050] device: 'tty45': device_add [ 9.988016] PM: Adding info for No Bus:tty45 [ 9.992050] device: 'tty46': device_add [ 9.996026] PM: Adding info for No Bus:tty46 [ 10.000058] device: 'tty47': device_add [ 10.004017] PM: Adding info for No Bus:tty47 [ 10.008051] device: 'tty48': device_add [ 10.012016] PM: Adding info for No Bus:tty48 [ 10.016050] device: 'tty49': device_add [ 10.020016] PM: Adding info for No Bus:tty49 [ 10.024050] device: 'tty50': device_add [ 10.028016] PM: Adding info for No Bus:tty50 [ 10.032050] device: 'tty51': device_add [ 10.036028] PM: Adding info for No Bus:tty51 [ 10.040051] device: 'tty52': device_add [ 10.044044] PM: Adding info for No Bus:tty52 [ 10.048051] device: 'tty53': device_add [ 10.052024] PM: Adding info for No Bus:tty53 [ 10.056050] device: 'tty54': device_add [ 10.060024] PM: Adding info for No Bus:tty54 [ 10.064050] device: 'tty55': device_add [ 10.068016] PM: Adding info for No Bus:tty55 [ 10.072051] device: 'tty56': device_add [ 10.076016] PM: Adding info for No Bus:tty56 [ 10.080050] device: 'tty57': device_add [ 10.084027] PM: Adding info for No Bus:tty57 [ 10.088052] device: 'tty58': device_add [ 10.092026] PM: Adding info for No Bus:tty58 [ 10.096052] device: 'tty59': device_add [ 10.100017] PM: Adding info for No Bus:tty59 [ 10.104057] device: 'tty60': device_add [ 10.108018] PM: Adding info for No Bus:tty60 [ 10.112051] device: 'tty61': device_add [ 10.116017] PM: Adding info for No Bus:tty61 [ 10.120050] device: 'tty62': device_add [ 10.123892] PM: Adding info for No Bus:tty62 [ 10.124050] device: 'tty63': device_add [ 10.128017] PM: Adding info for No Bus:tty63 [ 10.132054] initcall tty_init+0x0/0xd5 returned 0 after 539062 usecs [ 10.136005] calling pty_init+0x0/0x40e @ 1 [ 10.140023] device: 'ptyp0': device_add [ 10.144026] PM: Adding info for No Bus:ptyp0 [ 10.148052] device: 'ptyp1': device_add [ 10.152016] PM: Adding info for No Bus:ptyp1 [ 10.156050] device: 'ptyp2': device_add [ 10.160016] PM: Adding info for No Bus:ptyp2 [ 10.164050] device: 'ptyp3': device_add [ 10.168016] PM: Adding info for No Bus:ptyp3 [ 10.172058] device: 'ptyp4': device_add [ 10.176017] PM: Adding info for No Bus:ptyp4 [ 10.180051] device: 'ptyp5': device_add [ 10.184027] PM: Adding info for No Bus:ptyp5 [ 10.192032] device: 'ptyp6': device_add [ 10.195890] PM: Adding info for No Bus:ptyp6 [ 10.196051] device: 'ptyp7': device_add [ 10.200016] PM: Adding info for No Bus:ptyp7 [ 10.204050] device: 'ptyp8': device_add [ 10.208016] PM: Adding info for No Bus:ptyp8 [ 10.212057] device: 'ptyp9': device_add [ 10.216017] PM: Adding info for No Bus:ptyp9 [ 10.220051] device: 'ptypa': device_add [ 10.224017] PM: Adding info for No Bus:ptypa [ 10.228050] device: 'ptypb': device_add [ 10.232017] PM: Adding info for No Bus:ptypb [ 10.236050] device: 'ptypc': device_add [ 10.240026] PM: Adding info for No Bus:ptypc [ 10.244052] device: 'ptypd': device_add [ 10.248017] PM: Adding info for No Bus:ptypd [ 10.252050] device: 'ptype': device_add [ 10.256017] PM: Adding info for No Bus:ptype [ 10.260050] device: 'ptypf': device_add [ 10.264017] PM: Adding info for No Bus:ptypf [ 10.268050] device: 'ptyq0': device_add [ 10.272017] PM: Adding info for No Bus:ptyq0 [ 10.276050] device: 'ptyq1': device_add [ 10.280017] PM: Adding info for No Bus:ptyq1 [ 10.284050] device: 'ptyq2': device_add [ 10.288026] PM: Adding info for No Bus:ptyq2 [ 10.292051] device: 'ptyq3': device_add [ 10.296017] PM: Adding info for No Bus:ptyq3 [ 10.300050] device: 'ptyq4': device_add [ 10.304017] PM: Adding info for No Bus:ptyq4 [ 10.308050] device: 'ptyq5': device_add [ 10.312018] PM: Adding info for No Bus:ptyq5 [ 10.316057] device: 'ptyq6': device_add [ 10.320019] PM: Adding info for No Bus:ptyq6 [ 10.324051] device: 'ptyq7': device_add [ 10.328030] PM: Adding info for No Bus:ptyq7 [ 10.332052] device: 'ptyq8': device_add [ 10.336027] PM: Adding info for No Bus:ptyq8 [ 10.340051] device: 'ptyq9': device_add [ 10.344018] PM: Adding info for No Bus:ptyq9 [ 10.348050] device: 'ptyqa': device_add [ 10.352018] PM: Adding info for No Bus:ptyqa [ 10.356050] device: 'ptyqb': device_add [ 10.360018] PM: Adding info for No Bus:ptyqb [ 10.364050] device: 'ptyqc': device_add [ 10.368018] PM: Adding info for No Bus:ptyqc [ 10.376006] device: 'ptyqd': device_add [ 10.379857] PM: Adding info for No Bus:ptyqd [ 10.380050] device: 'ptyqe': device_add [ 10.384027] PM: Adding info for No Bus:ptyqe [ 10.388051] device: 'ptyqf': device_add [ 10.392018] PM: Adding info for No Bus:ptyqf [ 10.396058] device: 'ptyr0': device_add [ 10.400019] PM: Adding info for No Bus:ptyr0 [ 10.404051] device: 'ptyr1': device_add [ 10.408018] PM: Adding info for No Bus:ptyr1 [ 10.412050] device: 'ptyr2': device_add [ 10.416019] PM: Adding info for No Bus:ptyr2 [ 10.420058] device: 'ptyr3': device_add [ 10.424020] PM: Adding info for No Bus:ptyr3 [ 10.428051] device: 'ptyr4': device_add [ 10.432028] PM: Adding info for No Bus:ptyr4 [ 10.436052] device: 'ptyr5': device_add [ 10.440019] PM: Adding info for No Bus:ptyr5 [ 10.444050] device: 'ptyr6': device_add [ 10.448019] PM: Adding info for No Bus:ptyr6 [ 10.452050] device: 'ptyr7': device_add [ 10.456019] PM: Adding info for No Bus:ptyr7 [ 10.460050] device: 'ptyr8': device_add [ 10.464019] PM: Adding info for No Bus:ptyr8 [ 10.468050] device: 'ptyr9': device_add [ 10.472019] PM: Adding info for No Bus:ptyr9 [ 10.476060] device: 'ptyra': device_add [ 10.480029] PM: Adding info for No Bus:ptyra [ 10.484052] device: 'ptyrb': device_add [ 10.488020] PM: Adding info for No Bus:ptyrb [ 10.492050] device: 'ptyrc': device_add [ 10.496020] PM: Adding info for No Bus:ptyrc [ 10.500050] device: 'ptyrd': device_add [ 10.504020] PM: Adding info for No Bus:ptyrd [ 10.508050] device: 'ptyre': device_add [ 10.512020] PM: Adding info for No Bus:ptyre [ 10.516050] device: 'ptyrf': device_add [ 10.520020] PM: Adding info for No Bus:ptyrf [ 10.524058] device: 'ptys0': device_add [ 10.528030] PM: Adding info for No Bus:ptys0 [ 10.532052] device: 'ptys1': device_add [ 10.536020] PM: Adding info for No Bus:ptys1 [ 10.540050] device: 'ptys2': device_add [ 10.544020] PM: Adding info for No Bus:ptys2 [ 10.548050] device: 'ptys3': device_add [ 10.552020] PM: Adding info for No Bus:ptys3 [ 10.556050] device: 'ptys4': device_add [ 10.559898] PM: Adding info for No Bus:ptys4 [ 10.560050] device: 'ptys5': device_add [ 10.564020] PM: Adding info for No Bus:ptys5 [ 10.568050] device: 'ptys6': device_add [ 10.572030] PM: Adding info for No Bus:ptys6 [ 10.576051] device: 'ptys7': device_add [ 10.580021] PM: Adding info for No Bus:ptys7 [ 10.584051] device: 'ptys8': device_add [ 10.588021] PM: Adding info for No Bus:ptys8 [ 10.592050] device: 'ptys9': device_add [ 10.596031] PM: Adding info for No Bus:ptys9 [ 10.600052] device: 'ptysa': device_add [ 10.604021] PM: Adding info for No Bus:ptysa [ 10.608050] device: 'ptysb': device_add [ 10.612021] PM: Adding info for No Bus:ptysb [ 10.616058] device: 'ptysc': device_add [ 10.620041] PM: Adding info for No Bus:ptysc [ 10.624059] device: 'ptysd': device_add [ 10.628022] PM: Adding info for No Bus:ptysd [ 10.632051] device: 'ptyse': device_add [ 10.636021] PM: Adding info for No Bus:ptyse [ 10.640050] device: 'ptysf': device_add [ 10.644021] PM: Adding info for No Bus:ptysf [ 10.648050] device: 'ptyt0': device_add [ 10.652021] PM: Adding info for No Bus:ptyt0 [ 10.656050] device: 'ptyt1': device_add [ 10.660021] PM: Adding info for No Bus:ptyt1 [ 10.664050] device: 'ptyt2': device_add [ 10.668031] PM: Adding info for No Bus:ptyt2 [ 10.672052] device: 'ptyt3': device_add [ 10.676022] PM: Adding info for No Bus:ptyt3 [ 10.680050] device: 'ptyt4': device_add [ 10.684022] PM: Adding info for No Bus:ptyt4 [ 10.688050] device: 'ptyt5': device_add [ 10.692022] PM: Adding info for No Bus:ptyt5 [ 10.696050] device: 'ptyt6': device_add [ 10.700022] PM: Adding info for No Bus:ptyt6 [ 10.704050] device: 'ptyt7': device_add [ 10.708022] PM: Adding info for No Bus:ptyt7 [ 10.712050] device: 'ptyt8': device_add [ 10.716032] PM: Adding info for No Bus:ptyt8 [ 10.720052] device: 'ptyt9': device_add [ 10.724022] PM: Adding info for No Bus:ptyt9 [ 10.728058] device: 'ptyta': device_add [ 10.732023] PM: Adding info for No Bus:ptyta [ 10.736051] device: 'ptytb': device_add [ 10.739898] PM: Adding info for No Bus:ptytb [ 10.740050] device: 'ptytc': device_add [ 10.744022] PM: Adding info for No Bus:ptytc [ 10.748050] device: 'ptytd': device_add [ 10.752022] PM: Adding info for No Bus:ptytd [ 10.756050] device: 'ptyte': device_add [ 10.760042] PM: Adding info for No Bus:ptyte [ 10.764052] device: 'ptytf': device_add [ 10.768023] PM: Adding info for No Bus:ptytf [ 10.772050] device: 'ptyu0': device_add [ 10.776022] PM: Adding info for No Bus:ptyu0 [ 10.780050] device: 'ptyu1': device_add [ 10.784023] PM: Adding info for No Bus:ptyu1 [ 10.788050] device: 'ptyu2': device_add [ 10.792023] PM: Adding info for No Bus:ptyu2 [ 10.796050] device: 'ptyu3': device_add [ 10.800023] PM: Adding info for No Bus:ptyu3 [ 10.804050] device: 'ptyu4': device_add [ 10.808033] PM: Adding info for No Bus:ptyu4 [ 10.812052] device: 'ptyu5': device_add [ 10.816029] PM: Adding info for No Bus:ptyu5 [ 10.820051] device: 'ptyu6': device_add [ 10.824023] PM: Adding info for No Bus:ptyu6 [ 10.828058] device: 'ptyu7': device_add [ 10.832024] PM: Adding info for No Bus:ptyu7 [ 10.836059] device: 'ptyu8': device_add [ 10.840026] PM: Adding info for No Bus:ptyu8 [ 10.844051] device: 'ptyu9': device_add [ 10.848023] PM: Adding info for No Bus:ptyu9 [ 10.852050] device: 'ptyua': device_add [ 10.856033] PM: Adding info for No Bus:ptyua [ 10.860052] device: 'ptyub': device_add [ 10.864023] PM: Adding info for No Bus:ptyub [ 10.868051] device: 'ptyuc': device_add [ 10.872023] PM: Adding info for No Bus:ptyuc [ 10.876050] device: 'ptyud': device_add [ 10.880024] PM: Adding info for No Bus:ptyud [ 10.884050] device: 'ptyue': device_add [ 10.888024] PM: Adding info for No Bus:ptyue [ 10.892050] device: 'ptyuf': device_add [ 10.896024] PM: Adding info for No Bus:ptyuf [ 10.900050] device: 'ptyv0': device_add [ 10.904043] PM: Adding info for No Bus:ptyv0 [ 10.912031] device: 'ptyv1': device_add [ 10.915885] PM: Adding info for No Bus:ptyv1 [ 10.916050] device: 'ptyv2': device_add [ 10.920024] PM: Adding info for No Bus:ptyv2 [ 10.924050] device: 'ptyv3': device_add [ 10.928024] PM: Adding info for No Bus:ptyv3 [ 10.932058] device: 'ptyv4': device_add [ 10.936025] PM: Adding info for No Bus:ptyv4 [ 10.940051] device: 'ptyv5': device_add [ 10.944024] PM: Adding info for No Bus:ptyv5 [ 10.948050] device: 'ptyv6': device_add [ 10.952033] PM: Adding info for No Bus:ptyv6 [ 10.956052] device: 'ptyv7': device_add [ 10.960024] PM: Adding info for No Bus:ptyv7 [ 10.964050] device: 'ptyv8': device_add [ 10.968024] PM: Adding info for No Bus:ptyv8 [ 10.972050] device: 'ptyv9': device_add [ 10.976024] PM: Adding info for No Bus:ptyv9 [ 10.980050] device: 'ptyva': device_add [ 10.984025] PM: Adding info for No Bus:ptyva [ 10.988050] device: 'ptyvb': device_add [ 10.992025] PM: Adding info for No Bus:ptyvb [ 10.996050] device: 'ptyvc': device_add [ 11.000034] PM: Adding info for No Bus:ptyvc [ 11.004052] device: 'ptyvd': device_add [ 11.008025] PM: Adding info for No Bus:ptyvd [ 11.012051] device: 'ptyve': device_add [ 11.016025] PM: Adding info for No Bus:ptyve [ 11.020050] device: 'ptyvf': device_add [ 11.024025] PM: Adding info for No Bus:ptyvf [ 11.028050] device: 'ptyw0': device_add [ 11.032025] PM: Adding info for No Bus:ptyw0 [ 11.036061] device: 'ptyw1': device_add [ 11.040026] PM: Adding info for No Bus:ptyw1 [ 11.044051] device: 'ptyw2': device_add [ 11.048035] PM: Adding info for No Bus:ptyw2 [ 11.052062] device: 'ptyw3': device_add [ 11.056027] PM: Adding info for No Bus:ptyw3 [ 11.060059] device: 'ptyw4': device_add [ 11.064026] PM: Adding info for No Bus:ptyw4 [ 11.068051] device: 'ptyw5': device_add [ 11.072025] PM: Adding info for No Bus:ptyw5 [ 11.076050] device: 'ptyw6': device_add [ 11.080026] PM: Adding info for No Bus:ptyw6 [ 11.084050] device: 'ptyw7': device_add [ 11.088026] PM: Adding info for No Bus:ptyw7 [ 11.092050] device: 'ptyw8': device_add [ 11.096012] PM: Adding info for No Bus:ptyw8 [ 11.100051] device: 'ptyw9': device_add [ 11.104036] PM: Adding info for No Bus:ptyw9 [ 11.108052] device: 'ptywa': device_add [ 11.112027] PM: Adding info for No Bus:ptywa [ 11.116050] device: 'ptywb': device_add [ 11.120026] PM: Adding info for No Bus:ptywb [ 11.124050] device: 'ptywc': device_add [ 11.128026] PM: Adding info for No Bus:ptywc [ 11.132050] device: 'ptywd': device_add [ 11.136026] PM: Adding info for No Bus:ptywd [ 11.140058] device: 'ptywe': device_add [ 11.144037] PM: Adding info for No Bus:ptywe [ 11.148052] device: 'ptywf': device_add [ 11.152026] PM: Adding info for No Bus:ptywf [ 11.156050] device: 'ptyx0': device_add [ 11.160027] PM: Adding info for No Bus:ptyx0 [ 11.164050] device: 'ptyx1': device_add [ 11.168027] PM: Adding info for No Bus:ptyx1 [ 11.172050] device: 'ptyx2': device_add [ 11.176046] PM: Adding info for No Bus:ptyx2 [ 11.180051] device: 'ptyx3': device_add [ 11.184034] PM: Adding info for No Bus:ptyx3 [ 11.188051] device: 'ptyx4': device_add [ 11.192041] PM: Adding info for No Bus:ptyx4 [ 11.196052] device: 'ptyx5': device_add [ 11.200038] PM: Adding info for No Bus:ptyx5 [ 11.204052] device: 'ptyx6': device_add [ 11.208027] PM: Adding info for No Bus:ptyx6 [ 11.212051] device: 'ptyx7': device_add [ 11.216027] PM: Adding info for No Bus:ptyx7 [ 11.220050] device: 'ptyx8': device_add [ 11.224027] PM: Adding info for No Bus:ptyx8 [ 11.228051] device: 'ptyx9': device_add [ 11.232027] PM: Adding info for No Bus:ptyx9 [ 11.236051] device: 'ptyxa': device_add [ 11.240037] PM: Adding info for No Bus:ptyxa [ 11.244059] device: 'ptyxb': device_add [ 11.248029] PM: Adding info for No Bus:ptyxb [ 11.252051] device: 'ptyxc': device_add [ 11.256027] PM: Adding info for No Bus:ptyxc [ 11.264032] device: 'ptyxd': device_add [ 11.267885] PM: Adding info for No Bus:ptyxd [ 11.268051] device: 'ptyxe': device_add [ 11.272027] PM: Adding info for No Bus:ptyxe [ 11.276050] device: 'ptyxf': device_add [ 11.280028] PM: Adding info for No Bus:ptyxf [ 11.284059] device: 'ptyy0': device_add [ 11.288038] PM: Adding info for No Bus:ptyy0 [ 11.292052] device: 'ptyy1': device_add [ 11.296028] PM: Adding info for No Bus:ptyy1 [ 11.300051] device: 'ptyy2': device_add [ 11.304028] PM: Adding info for No Bus:ptyy2 [ 11.308050] device: 'ptyy3': device_add [ 11.312028] PM: Adding info for No Bus:ptyy3 [ 11.316050] device: 'ptyy4': device_add [ 11.320028] PM: Adding info for No Bus:ptyy4 [ 11.324050] device: 'ptyy5': device_add [ 11.328028] PM: Adding info for No Bus:ptyy5 [ 11.332050] device: 'ptyy6': device_add [ 11.336037] PM: Adding info for No Bus:ptyy6 [ 11.340052] device: 'ptyy7': device_add [ 11.344039] PM: Adding info for No Bus:ptyy7 [ 11.348059] device: 'ptyy8': device_add [ 11.352031] PM: Adding info for No Bus:ptyy8 [ 11.356051] device: 'ptyy9': device_add [ 11.360028] PM: Adding info for No Bus:ptyy9 [ 11.364050] device: 'ptyya': device_add [ 11.368028] PM: Adding info for No Bus:ptyya [ 11.372050] device: 'ptyyb': device_add [ 11.376028] PM: Adding info for No Bus:ptyyb [ 11.380050] device: 'ptyyc': device_add [ 11.384038] PM: Adding info for No Bus:ptyyc [ 11.388052] device: 'ptyyd': device_add [ 11.392029] PM: Adding info for No Bus:ptyyd [ 11.396050] device: 'ptyye': device_add [ 11.400029] PM: Adding info for No Bus:ptyye [ 11.404050] device: 'ptyyf': device_add [ 11.408029] PM: Adding info for No Bus:ptyyf [ 11.412050] device: 'ptyz0': device_add [ 11.416029] PM: Adding info for No Bus:ptyz0 [ 11.420050] device: 'ptyz1': device_add [ 11.424029] PM: Adding info for No Bus:ptyz1 [ 11.428050] device: 'ptyz2': device_add [ 11.432039] PM: Adding info for No Bus:ptyz2 [ 11.436052] device: 'ptyz3': device_add [ 11.439915] PM: Adding info for No Bus:ptyz3 [ 11.440050] device: 'ptyz4': device_add [ 11.444029] PM: Adding info for No Bus:ptyz4 [ 11.448058] device: 'ptyz5': device_add [ 11.452030] PM: Adding info for No Bus:ptyz5 [ 11.456051] device: 'ptyz6': device_add [ 11.460029] PM: Adding info for No Bus:ptyz6 [ 11.464050] device: 'ptyz7': device_add [ 11.468029] PM: Adding info for No Bus:ptyz7 [ 11.472050] device: 'ptyz8': device_add [ 11.476039] PM: Adding info for No Bus:ptyz8 [ 11.480052] device: 'ptyz9': device_add [ 11.484040] PM: Adding info for No Bus:ptyz9 [ 11.488052] device: 'ptyza': device_add [ 11.492030] PM: Adding info for No Bus:ptyza [ 11.496050] device: 'ptyzb': device_add [ 11.500029] PM: Adding info for No Bus:ptyzb [ 11.504059] device: 'ptyzc': device_add [ 11.508031] PM: Adding info for No Bus:ptyzc [ 11.512051] device: 'ptyzd': device_add [ 11.516029] PM: Adding info for No Bus:ptyzd [ 11.520050] device: 'ptyze': device_add [ 11.524040] PM: Adding info for No Bus:ptyze [ 11.528052] device: 'ptyzf': device_add [ 11.532030] PM: Adding info for No Bus:ptyzf [ 11.536050] device: 'ptya0': device_add [ 11.540030] PM: Adding info for No Bus:ptya0 [ 11.544050] device: 'ptya1': device_add [ 11.548030] PM: Adding info for No Bus:ptya1 [ 11.552058] device: 'ptya2': device_add [ 11.556032] PM: Adding info for No Bus:ptya2 [ 11.560051] device: 'ptya3': device_add [ 11.564030] PM: Adding info for No Bus:ptya3 [ 11.568051] device: 'ptya4': device_add [ 11.572040] PM: Adding info for No Bus:ptya4 [ 11.576052] device: 'ptya5': device_add [ 11.580030] PM: Adding info for No Bus:ptya5 [ 11.584051] device: 'ptya6': device_add [ 11.588030] PM: Adding info for No Bus:ptya6 [ 11.592051] device: 'ptya7': device_add [ 11.596030] PM: Adding info for No Bus:ptya7 [ 11.600050] device: 'ptya8': device_add [ 11.604030] PM: Adding info for No Bus:ptya8 [ 11.608051] device: 'ptya9': device_add [ 11.612041] PM: Adding info for No Bus:ptya9 [ 11.616052] device: 'ptyaa': device_add [ 11.620041] PM: Adding info for No Bus:ptyaa [ 11.624052] device: 'ptyab': device_add [ 11.628031] PM: Adding info for No Bus:ptyab [ 11.632061] device: 'ptyac': device_add [ 11.636032] PM: Adding info for No Bus:ptyac [ 11.640051] device: 'ptyad': device_add [ 11.644031] PM: Adding info for No Bus:ptyad [ 11.648051] device: 'ptyae': device_add [ 11.652031] PM: Adding info for No Bus:ptyae [ 11.656058] device: 'ptyaf': device_add [ 11.660033] PM: Adding info for No Bus:ptyaf [ 11.664051] device: 'ptyb0': device_add [ 11.668041] PM: Adding info for No Bus:ptyb0 [ 11.672052] device: 'ptyb1': device_add [ 11.676031] PM: Adding info for No Bus:ptyb1 [ 11.680051] device: 'ptyb2': device_add [ 11.684032] PM: Adding info for No Bus:ptyb2 [ 11.688051] device: 'ptyb3': device_add [ 11.692031] PM: Adding info for No Bus:ptyb3 [ 11.696051] device: 'ptyb4': device_add [ 11.700031] PM: Adding info for No Bus:ptyb4 [ 11.704051] device: 'ptyb5': device_add [ 11.708031] PM: Adding info for No Bus:ptyb5 [ 11.712051] device: 'ptyb6': device_add [ 11.716044] PM: Adding info for No Bus:ptyb6 [ 11.720052] device: 'ptyb7': device_add [ 11.724032] PM: Adding info for No Bus:ptyb7 [ 11.728059] device: 'ptyb8': device_add [ 11.732033] PM: Adding info for No Bus:ptyb8 [ 11.736051] device: 'ptyb9': device_add [ 11.740031] PM: Adding info for No Bus:ptyb9 [ 11.744051] device: 'ptyba': device_add [ 11.748032] PM: Adding info for No Bus:ptyba [ 11.752051] device: 'ptybb': device_add [ 11.756031] PM: Adding info for No Bus:ptybb [ 11.760058] device: 'ptybc': device_add [ 11.764043] PM: Adding info for No Bus:ptybc [ 11.768052] device: 'ptybd': device_add [ 11.772032] PM: Adding info for No Bus:ptybd [ 11.776050] device: 'ptybe': device_add [ 11.779920] PM: Adding info for No Bus:ptybe [ 11.780052] device: 'ptybf': device_add [ 11.784032] PM: Adding info for No Bus:ptybf [ 11.788050] device: 'ptyc0': device_add [ 11.792032] PM: Adding info for No Bus:ptyc0 [ 11.796050] device: 'ptyc1': device_add [ 11.800032] PM: Adding info for No Bus:ptyc1 [ 11.804050] device: 'ptyc2': device_add [ 11.808042] PM: Adding info for No Bus:ptyc2 [ 11.812052] device: 'ptyc3': device_add [ 11.816040] PM: Adding info for No Bus:ptyc3 [ 11.820051] device: 'ptyc4': device_add [ 11.824032] PM: Adding info for No Bus:ptyc4 [ 11.828051] device: 'ptyc5': device_add [ 11.832032] PM: Adding info for No Bus:ptyc5 [ 11.836050] device: 'ptyc6': device_add [ 11.840032] PM: Adding info for No Bus:ptyc6 [ 11.844051] device: 'ptyc7': device_add [ 11.848032] PM: Adding info for No Bus:ptyc7 [ 11.852051] device: 'ptyc8': device_add [ 11.856043] PM: Adding info for No Bus:ptyc8 [ 11.860060] device: 'ptyc9': device_add [ 11.864036] PM: Adding info for No Bus:ptyc9 [ 11.868051] device: 'ptyca': device_add [ 11.872033] PM: Adding info for No Bus:ptyca [ 11.876051] device: 'ptycb': device_add [ 11.880033] PM: Adding info for No Bus:ptycb [ 11.884051] device: 'ptycc': device_add [ 11.888033] PM: Adding info for No Bus:ptycc [ 11.892051] device: 'ptycd': device_add [ 11.896033] PM: Adding info for No Bus:ptycd [ 11.900051] device: 'ptyce': device_add [ 11.904043] PM: Adding info for No Bus:ptyce [ 11.908052] device: 'ptycf': device_add [ 11.912033] PM: Adding info for No Bus:ptycf [ 11.916051] device: 'ptyd0': device_add [ 11.920045] PM: Adding info for No Bus:ptyd0 [ 11.924052] device: 'ptyd1': device_add [ 11.928033] PM: Adding info for No Bus:ptyd1 [ 11.932051] device: 'ptyd2': device_add [ 11.936034] PM: Adding info for No Bus:ptyd2 [ 11.944006] device: 'ptyd3': device_add [ 11.947871] PM: Adding info for No Bus:ptyd3 [ 11.948059] device: 'ptyd4': device_add [ 11.952045] PM: Adding info for No Bus:ptyd4 [ 11.956052] device: 'ptyd5': device_add [ 11.960034] PM: Adding info for No Bus:ptyd5 [ 11.964058] device: 'ptyd6': device_add [ 11.968035] PM: Adding info for No Bus:ptyd6 [ 11.972051] device: 'ptyd7': device_add [ 11.976034] PM: Adding info for No Bus:ptyd7 [ 11.980051] device: 'ptyd8': device_add [ 11.984034] PM: Adding info for No Bus:ptyd8 [ 11.988051] device: 'ptyd9': device_add [ 11.992034] PM: Adding info for No Bus:ptyd9 [ 11.996051] device: 'ptyda': device_add [ 12.000044] PM: Adding info for No Bus:ptyda [ 12.004052] device: 'ptydb': device_add [ 12.008035] PM: Adding info for No Bus:ptydb [ 12.012051] device: 'ptydc': device_add [ 12.016034] PM: Adding info for No Bus:ptydc [ 12.020051] device: 'ptydd': device_add [ 12.024034] PM: Adding info for No Bus:ptydd [ 12.028051] device: 'ptyde': device_add [ 12.032034] PM: Adding info for No Bus:ptyde [ 12.036051] device: 'ptydf': device_add [ 12.040034] PM: Adding info for No Bus:ptydf [ 12.044051] device: 'ptye0': device_add [ 12.048045] PM: Adding info for No Bus:ptye0 [ 12.052052] device: 'ptye1': device_add [ 12.056035] PM: Adding info for No Bus:ptye1 [ 12.060051] device: 'ptye2': device_add [ 12.064046] PM: Adding info for No Bus:ptye2 [ 12.068059] device: 'ptye3': device_add [ 12.072036] PM: Adding info for No Bus:ptye3 [ 12.076051] device: 'ptye4': device_add [ 12.080035] PM: Adding info for No Bus:ptye4 [ 12.084051] device: 'ptye5': device_add [ 12.088035] PM: Adding info for No Bus:ptye5 [ 12.092051] device: 'ptye6': device_add [ 12.096045] PM: Adding info for No Bus:ptye6 [ 12.100052] device: 'ptye7': device_add [ 12.104035] PM: Adding info for No Bus:ptye7 [ 12.112032] device: 'ptye8': device_add [ 12.115900] PM: Adding info for No Bus:ptye8 [ 12.116051] device: 'ptye9': device_add [ 12.120047] PM: Adding info for No Bus:ptye9 [ 12.124052] device: 'ptyea': device_add [ 12.128037] PM: Adding info for No Bus:ptyea [ 12.132051] device: 'ptyeb': device_add [ 12.136035] PM: Adding info for No Bus:ptyeb [ 12.140051] device: 'ptyec': device_add [ 12.144046] PM: Adding info for No Bus:ptyec [ 12.148052] device: 'ptyed': device_add [ 12.152036] PM: Adding info for No Bus:ptyed [ 12.156051] device: 'ptyee': device_add [ 12.160036] PM: Adding info for No Bus:ptyee [ 12.164051] device: 'ptyef': device_add [ 12.168036] PM: Adding info for No Bus:ptyef [ 12.172080] device: 'ttyp0': device_add [ 12.176033] PM: Adding info for No Bus:ttyp0 [ 12.180051] device: 'ttyp1': device_add [ 12.184032] PM: Adding info for No Bus:ttyp1 [ 12.188051] device: 'ttyp2': device_add [ 12.192043] PM: Adding info for No Bus:ttyp2 [ 12.196052] device: 'ttyp3': device_add [ 12.200032] PM: Adding info for No Bus:ttyp3 [ 12.204051] device: 'ttyp4': device_add [ 12.208032] PM: Adding info for No Bus:ttyp4 [ 12.212061] device: 'ttyp5': device_add [ 12.216034] PM: Adding info for No Bus:ttyp5 [ 12.220051] device: 'ttyp6': device_add [ 12.224032] PM: Adding info for No Bus:ttyp6 [ 12.228051] device: 'ttyp7': device_add [ 12.232032] PM: Adding info for No Bus:ttyp7 [ 12.236051] device: 'ttyp8': device_add [ 12.240042] PM: Adding info for No Bus:ttyp8 [ 12.244052] device: 'ttyp9': device_add [ 12.248032] PM: Adding info for No Bus:ttyp9 [ 12.252051] device: 'ttypa': device_add [ 12.256032] PM: Adding info for No Bus:ttypa [ 12.260051] device: 'ttypb': device_add [ 12.264032] PM: Adding info for No Bus:ttypb [ 12.268051] device: 'ttypc': device_add [ 12.272032] PM: Adding info for No Bus:ttypc [ 12.280040] device: 'ttypd': device_add [ 12.283900] PM: Adding info for No Bus:ttypd [ 12.284052] device: 'ttype': device_add [ 12.288043] PM: Adding info for No Bus:ttype [ 12.292052] device: 'ttypf': device_add [ 12.296033] PM: Adding info for No Bus:ttypf [ 12.300051] device: 'ttyq0': device_add [ 12.304054] PM: Adding info for No Bus:ttyq0 [ 12.308051] device: 'ttyq1': device_add [ 12.312040] PM: Adding info for No Bus:ttyq1 [ 12.316051] device: 'ttyq2': device_add [ 12.320036] PM: Adding info for No Bus:ttyq2 [ 12.324051] device: 'ttyq3': device_add [ 12.328033] PM: Adding info for No Bus:ttyq3 [ 12.332051] device: 'ttyq4': device_add [ 12.336044] PM: Adding info for No Bus:ttyq4 [ 12.340052] device: 'ttyq5': device_add [ 12.344033] PM: Adding info for No Bus:ttyq5 [ 12.348051] device: 'ttyq6': device_add [ 12.352033] PM: Adding info for No Bus:ttyq6 [ 12.356051] device: 'ttyq7': device_add [ 12.360045] PM: Adding info for No Bus:ttyq7 [ 12.364052] device: 'ttyq8': device_add [ 12.368033] PM: Adding info for No Bus:ttyq8 [ 12.372051] device: 'ttyq9': device_add [ 12.376034] PM: Adding info for No Bus:ttyq9 [ 12.380058] device: 'ttyqa': device_add [ 12.384045] PM: Adding info for No Bus:ttyqa [ 12.388064] device: 'ttyqb': device_add [ 12.392035] PM: Adding info for No Bus:ttyqb [ 12.396051] device: 'ttyqc': device_add [ 12.400034] PM: Adding info for No Bus:ttyqc [ 12.404051] device: 'ttyqd': device_add [ 12.408033] PM: Adding info for No Bus:ttyqd [ 12.412051] device: 'ttyqe': device_add [ 12.416034] PM: Adding info for No Bus:ttyqe [ 12.420051] device: 'ttyqf': device_add [ 12.424034] PM: Adding info for No Bus:ttyqf [ 12.428051] device: 'ttyr0': device_add [ 12.432044] PM: Adding info for No Bus:ttyr0 [ 12.436052] device: 'ttyr1': device_add [ 12.440034] PM: Adding info for No Bus:ttyr1 [ 12.444051] device: 'ttyr2': device_add [ 12.447910] PM: Adding info for No Bus:ttyr2 [ 12.448051] device: 'ttyr3': device_add [ 12.452034] PM: Adding info for No Bus:ttyr3 [ 12.456051] device: 'ttyr4': device_add [ 12.460034] PM: Adding info for No Bus:ttyr4 [ 12.464051] device: 'ttyr5': device_add [ 12.468034] PM: Adding info for No Bus:ttyr5 [ 12.472051] device: 'ttyr6': device_add [ 12.476044] PM: Adding info for No Bus:ttyr6 [ 12.480060] device: 'ttyr7': device_add [ 12.484036] PM: Adding info for No Bus:ttyr7 [ 12.488051] device: 'ttyr8': device_add [ 12.492034] PM: Adding info for No Bus:ttyr8 [ 12.496051] device: 'ttyr9': device_add [ 12.500046] PM: Adding info for No Bus:ttyr9 [ 12.504052] device: 'ttyra': device_add [ 12.508036] PM: Adding info for No Bus:ttyra [ 12.512051] device: 'ttyrb': device_add [ 12.516035] PM: Adding info for No Bus:ttyrb [ 12.520051] device: 'ttyrc': device_add [ 12.524045] PM: Adding info for No Bus:ttyrc [ 12.528052] device: 'ttyrd': device_add [ 12.532036] PM: Adding info for No Bus:ttyrd [ 12.536051] device: 'ttyre': device_add [ 12.540035] PM: Adding info for No Bus:ttyre [ 12.544051] device: 'ttyrf': device_add [ 12.548035] PM: Adding info for No Bus:ttyrf [ 12.552051] device: 'ttys0': device_add [ 12.556035] PM: Adding info for No Bus:ttys0 [ 12.560051] device: 'ttys1': device_add [ 12.564035] PM: Adding info for No Bus:ttys1 [ 12.568051] device: 'ttys2': device_add [ 12.572046] PM: Adding info for No Bus:ttys2 [ 12.576052] device: 'ttys3': device_add [ 12.580036] PM: Adding info for No Bus:ttys3 [ 12.584059] device: 'ttys4': device_add [ 12.588038] PM: Adding info for No Bus:ttys4 [ 12.592052] device: 'ttys5': device_add [ 12.596035] PM: Adding info for No Bus:ttys5 [ 12.600051] device: 'ttys6': device_add [ 12.604035] PM: Adding info for No Bus:ttys6 [ 12.608059] device: 'ttys7': device_add [ 12.611922] PM: Adding info for No Bus:ttys7 [ 12.612052] device: 'ttys8': device_add [ 12.616046] PM: Adding info for No Bus:ttys8 [ 12.620052] device: 'ttys9': device_add [ 12.624046] PM: Adding info for No Bus:ttys9 [ 12.628052] device: 'ttysa': device_add [ 12.632038] PM: Adding info for No Bus:ttysa [ 12.636051] device: 'ttysb': device_add [ 12.640047] PM: Adding info for No Bus:ttysb [ 12.644052] device: 'ttysc': device_add [ 12.648037] PM: Adding info for No Bus:ttysc [ 12.652051] device: 'ttysd': device_add [ 12.656036] PM: Adding info for No Bus:ttysd [ 12.660051] device: 'ttyse': device_add [ 12.664047] PM: Adding info for No Bus:ttyse [ 12.668052] device: 'ttysf': device_add [ 12.672037] PM: Adding info for No Bus:ttysf [ 12.676051] device: 'ttyt0': device_add [ 12.680037] PM: Adding info for No Bus:ttyt0 [ 12.684059] device: 'ttyt1': device_add [ 12.688038] PM: Adding info for No Bus:ttyt1 [ 12.692051] device: 'ttyt2': device_add [ 12.696036] PM: Adding info for No Bus:ttyt2 [ 12.700051] device: 'ttyt3': device_add [ 12.704037] PM: Adding info for No Bus:ttyt3 [ 12.708051] device: 'ttyt4': device_add [ 12.712047] PM: Adding info for No Bus:ttyt4 [ 12.716052] device: 'ttyt5': device_add [ 12.720037] PM: Adding info for No Bus:ttyt5 [ 12.724051] device: 'ttyt6': device_add [ 12.728037] PM: Adding info for No Bus:ttyt6 [ 12.732051] device: 'ttyt7': device_add [ 12.736036] PM: Adding info for No Bus:ttyt7 [ 12.740051] device: 'ttyt8': device_add [ 12.744037] PM: Adding info for No Bus:ttyt8 [ 12.748051] device: 'ttyt9': device_add [ 12.752037] PM: Adding info for No Bus:ttyt9 [ 12.756051] device: 'ttyta': device_add [ 12.760048] PM: Adding info for No Bus:ttyta [ 12.764052] device: 'ttytb': device_add [ 12.768038] PM: Adding info for No Bus:ttytb [ 12.772051] device: 'ttytc': device_add [ 12.776033] PM: Adding info for No Bus:ttytc [ 12.780051] device: 'ttytd': device_add [ 12.784037] PM: Adding info for No Bus:ttytd [ 12.788069] device: 'ttyte': device_add [ 12.792040] PM: Adding info for No Bus:ttyte [ 12.796051] device: 'ttytf': device_add [ 12.800037] PM: Adding info for No Bus:ttytf [ 12.804051] device: 'ttyu0': device_add [ 12.808049] PM: Adding info for No Bus:ttyu0 [ 12.812052] device: 'ttyu1': device_add [ 12.816047] PM: Adding info for No Bus:ttyu1 [ 12.820051] device: 'ttyu2': device_add [ 12.824038] PM: Adding info for No Bus:ttyu2 [ 12.828059] device: 'ttyu3': device_add [ 12.832039] PM: Adding info for No Bus:ttyu3 [ 12.836051] device: 'ttyu4': device_add [ 12.840038] PM: Adding info for No Bus:ttyu4 [ 12.844051] device: 'ttyu5': device_add [ 12.848038] PM: Adding info for No Bus:ttyu5 [ 12.852051] device: 'ttyu6': device_add [ 12.856050] PM: Adding info for No Bus:ttyu6 [ 12.860052] device: 'ttyu7': device_add [ 12.864040] PM: Adding info for No Bus:ttyu7 [ 12.868051] device: 'ttyu8': device_add [ 12.872040] PM: Adding info for No Bus:ttyu8 [ 12.876051] device: 'ttyu9': device_add [ 12.880039] PM: Adding info for No Bus:ttyu9 [ 12.884051] device: 'ttyua': device_add [ 12.888041] PM: Adding info for No Bus:ttyua [ 12.892059] device: 'ttyub': device_add [ 12.896041] PM: Adding info for No Bus:ttyub [ 12.900052] device: 'ttyuc': device_add [ 12.904050] PM: Adding info for No Bus:ttyuc [ 12.908052] device: 'ttyud': device_add [ 12.912041] PM: Adding info for No Bus:ttyud [ 12.916051] device: 'ttyue': device_add [ 12.920040] PM: Adding info for No Bus:ttyue [ 12.924051] device: 'ttyuf': device_add [ 12.928040] PM: Adding info for No Bus:ttyuf [ 12.932051] device: 'ttyv0': device_add [ 12.935932] PM: Adding info for No Bus:ttyv0 [ 12.936053] device: 'ttyv1': device_add [ 12.940041] PM: Adding info for No Bus:ttyv1 [ 12.944051] device: 'ttyv2': device_add [ 12.948051] PM: Adding info for No Bus:ttyv2 [ 12.952052] device: 'ttyv3': device_add [ 12.956041] PM: Adding info for No Bus:ttyv3 [ 12.960051] device: 'ttyv4': device_add [ 12.964041] PM: Adding info for No Bus:ttyv4 [ 12.968051] device: 'ttyv5': device_add [ 12.972041] PM: Adding info for No Bus:ttyv5 [ 12.976051] device: 'ttyv6': device_add [ 12.980041] PM: Adding info for No Bus:ttyv6 [ 12.984051] device: 'ttyv7': device_add [ 12.988041] PM: Adding info for No Bus:ttyv7 [ 12.992059] device: 'ttyv8': device_add [ 12.996054] PM: Adding info for No Bus:ttyv8 [ 13.000053] device: 'ttyv9': device_add [ 13.004042] PM: Adding info for No Bus:ttyv9 [ 13.008051] device: 'ttyva': device_add [ 13.012042] PM: Adding info for No Bus:ttyva [ 13.016051] device: 'ttyvb': device_add [ 13.020042] PM: Adding info for No Bus:ttyvb [ 13.024051] device: 'ttyvc': device_add [ 13.028042] PM: Adding info for No Bus:ttyvc [ 13.032051] device: 'ttyvd': device_add [ 13.036042] PM: Adding info for No Bus:ttyvd [ 13.040051] device: 'ttyve': device_add [ 13.044053] PM: Adding info for No Bus:ttyve [ 13.048061] device: 'ttyvf': device_add [ 13.052044] PM: Adding info for No Bus:ttyvf [ 13.056052] device: 'ttyw0': device_add [ 13.060042] PM: Adding info for No Bus:ttyw0 [ 13.064051] device: 'ttyw1': device_add [ 13.068042] PM: Adding info for No Bus:ttyw1 [ 13.072051] device: 'ttyw2': device_add [ 13.076054] PM: Adding info for No Bus:ttyw2 [ 13.080052] device: 'ttyw3': device_add [ 13.084042] PM: Adding info for No Bus:ttyw3 [ 13.092006] device: 'ttyw4': device_add [ 13.095891] PM: Adding info for No Bus:ttyw4 [ 13.096062] device: 'ttyw5': device_add [ 13.100045] PM: Adding info for No Bus:ttyw5 [ 13.104052] device: 'ttyw6': device_add [ 13.108042] PM: Adding info for No Bus:ttyw6 [ 13.112051] device: 'ttyw7': device_add [ 13.116042] PM: Adding info for No Bus:ttyw7 [ 13.120051] device: 'ttyw8': device_add [ 13.124043] PM: Adding info for No Bus:ttyw8 [ 13.128051] device: 'ttyw9': device_add [ 13.132053] PM: Adding info for No Bus:ttyw9 [ 13.136052] device: 'ttywa': device_add [ 13.140054] PM: Adding info for No Bus:ttywa [ 13.144053] device: 'ttywb': device_add [ 13.148043] PM: Adding info for No Bus:ttywb [ 13.152051] device: 'ttywc': device_add [ 13.156043] PM: Adding info for No Bus:ttywc [ 13.160051] device: 'ttywd': device_add [ 13.164043] PM: Adding info for No Bus:ttywd [ 13.168051] device: 'ttywe': device_add [ 13.172043] PM: Adding info for No Bus:ttywe [ 13.176051] device: 'ttywf': device_add [ 13.180044] PM: Adding info for No Bus:ttywf [ 13.184051] device: 'ttyx0': device_add [ 13.188054] PM: Adding info for No Bus:ttyx0 [ 13.192053] device: 'ttyx1': device_add [ 13.196044] PM: Adding info for No Bus:ttyx1 [ 13.200059] device: 'ttyx2': device_add [ 13.204045] PM: Adding info for No Bus:ttyx2 [ 13.208052] device: 'ttyx3': device_add [ 13.212043] PM: Adding info for No Bus:ttyx3 [ 13.216051] device: 'ttyx4': device_add [ 13.220055] PM: Adding info for No Bus:ttyx4 [ 13.224053] device: 'ttyx5': device_add [ 13.228046] PM: Adding info for No Bus:ttyx5 [ 13.232051] device: 'ttyx6': device_add [ 13.236055] PM: Adding info for No Bus:ttyx6 [ 13.240053] device: 'ttyx7': device_add [ 13.244044] PM: Adding info for No Bus:ttyx7 [ 13.248052] device: 'ttyx8': device_add [ 13.251921] PM: Adding info for No Bus:ttyx8 [ 13.252051] device: 'ttyx9': device_add [ 13.256044] PM: Adding info for No Bus:ttyx9 [ 13.260051] device: 'ttyxa': device_add [ 13.264045] PM: Adding info for No Bus:ttyxa [ 13.268059] device: 'ttyxb': device_add [ 13.272046] PM: Adding info for No Bus:ttyxb [ 13.276052] device: 'ttyxc': device_add [ 13.280055] PM: Adding info for No Bus:ttyxc [ 13.284053] device: 'ttyxd': device_add [ 13.288045] PM: Adding info for No Bus:ttyxd [ 13.292051] device: 'ttyxe': device_add [ 13.296045] PM: Adding info for No Bus:ttyxe [ 13.300059] device: 'ttyxf': device_add [ 13.304046] PM: Adding info for No Bus:ttyxf [ 13.308052] device: 'ttyy0': device_add [ 13.312045] PM: Adding info for No Bus:ttyy0 [ 13.316051] device: 'ttyy1': device_add [ 13.320045] PM: Adding info for No Bus:ttyy1 [ 13.324051] device: 'ttyy2': device_add [ 13.328056] PM: Adding info for No Bus:ttyy2 [ 13.332053] device: 'ttyy3': device_add [ 13.336045] PM: Adding info for No Bus:ttyy3 [ 13.340051] device: 'ttyy4': device_add [ 13.344046] PM: Adding info for No Bus:ttyy4 [ 13.348051] device: 'ttyy5': device_add [ 13.352045] PM: Adding info for No Bus:ttyy5 [ 13.356051] device: 'ttyy6': device_add [ 13.360046] PM: Adding info for No Bus:ttyy6 [ 13.364062] device: 'ttyy7': device_add [ 13.368048] PM: Adding info for No Bus:ttyy7 [ 13.372053] device: 'ttyy8': device_add [ 13.376057] PM: Adding info for No Bus:ttyy8 [ 13.380053] device: 'ttyy9': device_add [ 13.384046] PM: Adding info for No Bus:ttyy9 [ 13.388051] device: 'ttyya': device_add [ 13.392046] PM: Adding info for No Bus:ttyya [ 13.396051] device: 'ttyyb': device_add [ 13.400047] PM: Adding info for No Bus:ttyyb [ 13.404060] device: 'ttyyc': device_add [ 13.408049] PM: Adding info for No Bus:ttyyc [ 13.412052] device: 'ttyyd': device_add [ 13.416046] PM: Adding info for No Bus:ttyyd [ 13.420052] device: 'ttyye': device_add [ 13.424081] PM: Adding info for No Bus:ttyye [ 13.428053] device: 'ttyyf': device_add [ 13.432055] PM: Adding info for No Bus:ttyyf [ 13.436051] device: 'ttyz0': device_add [ 13.440047] PM: Adding info for No Bus:ttyz0 [ 13.444051] device: 'ttyz1': device_add [ 13.448047] PM: Adding info for No Bus:ttyz1 [ 13.452051] device: 'ttyz2': device_add [ 13.456046] PM: Adding info for No Bus:ttyz2 [ 13.460051] device: 'ttyz3': device_add [ 13.464047] PM: Adding info for No Bus:ttyz3 [ 13.468051] device: 'ttyz4': device_add [ 13.472057] PM: Adding info for No Bus:ttyz4 [ 13.476052] device: 'ttyz5': device_add [ 13.480047] PM: Adding info for No Bus:ttyz5 [ 13.484051] device: 'ttyz6': device_add [ 13.488047] PM: Adding info for No Bus:ttyz6 [ 13.492060] device: 'ttyz7': device_add [ 13.496050] PM: Adding info for No Bus:ttyz7 [ 13.500052] device: 'ttyz8': device_add [ 13.504047] PM: Adding info for No Bus:ttyz8 [ 13.508060] device: 'ttyz9': device_add [ 13.512060] PM: Adding info for No Bus:ttyz9 [ 13.516053] device: 'ttyza': device_add [ 13.520059] PM: Adding info for No Bus:ttyza [ 13.524053] device: 'ttyzb': device_add [ 13.528048] PM: Adding info for No Bus:ttyzb [ 13.532051] device: 'ttyzc': device_add [ 13.536048] PM: Adding info for No Bus:ttyzc [ 13.540052] device: 'ttyzd': device_add [ 13.544047] PM: Adding info for No Bus:ttyzd [ 13.548051] device: 'ttyze': device_add [ 13.552046] PM: Adding info for No Bus:ttyze [ 13.556051] device: 'ttyzf': device_add [ 13.559924] PM: Adding info for No Bus:ttyzf [ 13.560051] device: 'ttya0': device_add [ 13.564059] PM: Adding info for No Bus:ttya0 [ 13.568053] device: 'ttya1': device_add [ 13.572048] PM: Adding info for No Bus:ttya1 [ 13.576052] device: 'ttya2': device_add [ 13.580049] PM: Adding info for No Bus:ttya2 [ 13.584052] device: 'ttya3': device_add [ 13.588049] PM: Adding info for No Bus:ttya3 [ 13.592052] device: 'ttya4': device_add [ 13.596049] PM: Adding info for No Bus:ttya4 [ 13.600051] device: 'ttya5': device_add [ 13.604049] PM: Adding info for No Bus:ttya5 [ 13.608059] device: 'ttya6': device_add [ 13.612061] PM: Adding info for No Bus:ttya6 [ 13.616053] device: 'ttya7': device_add [ 13.620049] PM: Adding info for No Bus:ttya7 [ 13.624052] device: 'ttya8': device_add [ 13.628048] PM: Adding info for No Bus:ttya8 [ 13.632052] device: 'ttya9': device_add [ 13.636060] PM: Adding info for No Bus:ttya9 [ 13.640053] device: 'ttyaa': device_add [ 13.644050] PM: Adding info for No Bus:ttyaa [ 13.648052] device: 'ttyab': device_add [ 13.652061] PM: Adding info for No Bus:ttyab [ 13.656055] device: 'ttyac': device_add [ 13.660061] PM: Adding info for No Bus:ttyac [ 13.664053] device: 'ttyad': device_add [ 13.668049] PM: Adding info for No Bus:ttyad [ 13.672052] device: 'ttyae': device_add [ 13.676050] PM: Adding info for No Bus:ttyae [ 13.680052] device: 'ttyaf': device_add [ 13.684050] PM: Adding info for No Bus:ttyaf [ 13.688051] device: 'ttyb0': device_add [ 13.692049] PM: Adding info for No Bus:ttyb0 [ 13.696052] device: 'ttyb1': device_add [ 13.700050] PM: Adding info for No Bus:ttyb1 [ 13.704052] device: 'ttyb2': device_add [ 13.707937] PM: Adding info for No Bus:ttyb2 [ 13.708069] device: 'ttyb3': device_add [ 13.712052] PM: Adding info for No Bus:ttyb3 [ 13.716053] device: 'ttyb4': device_add [ 13.720049] PM: Adding info for No Bus:ttyb4 [ 13.724052] device: 'ttyb5': device_add [ 13.728049] PM: Adding info for No Bus:ttyb5 [ 13.732052] device: 'ttyb6': device_add [ 13.736050] PM: Adding info for No Bus:ttyb6 [ 13.740052] device: 'ttyb7': device_add [ 13.744049] PM: Adding info for No Bus:ttyb7 [ 13.748052] device: 'ttyb8': device_add [ 13.752060] PM: Adding info for No Bus:ttyb8 [ 13.756053] device: 'ttyb9': device_add [ 13.760050] PM: Adding info for No Bus:ttyb9 [ 13.764052] device: 'ttyba': device_add [ 13.768050] PM: Adding info for No Bus:ttyba [ 13.772052] device: 'ttybb': device_add [ 13.776050] PM: Adding info for No Bus:ttybb [ 13.780052] device: 'ttybc': device_add [ 13.784050] PM: Adding info for No Bus:ttybc [ 13.788052] device: 'ttybd': device_add [ 13.792062] PM: Adding info for No Bus:ttybd [ 13.796053] device: 'ttybe': device_add [ 13.800067] PM: Adding info for No Bus:ttybe [ 13.804054] device: 'ttybf': device_add [ 13.808052] PM: Adding info for No Bus:ttybf [ 13.812060] device: 'ttyc0': device_add [ 13.816066] PM: Adding info for No Bus:ttyc0 [ 13.820054] device: 'ttyc1': device_add [ 13.824052] PM: Adding info for No Bus:ttyc1 [ 13.828052] device: 'ttyc2': device_add [ 13.832052] PM: Adding info for No Bus:ttyc2 [ 13.836053] device: 'ttyc3': device_add [ 13.840051] PM: Adding info for No Bus:ttyc3 [ 13.844052] device: 'ttyc4': device_add [ 13.848062] PM: Adding info for No Bus:ttyc4 [ 13.852053] device: 'ttyc5': device_add [ 13.856025] PM: Adding info for No Bus:ttyc5 [ 13.860052] device: 'ttyc6': device_add [ 13.864052] PM: Adding info for No Bus:ttyc6 [ 13.868052] device: 'ttyc7': device_add [ 13.872052] PM: Adding info for No Bus:ttyc7 [ 13.876052] device: 'ttyc8': device_add [ 13.880051] PM: Adding info for No Bus:ttyc8 [ 13.884052] device: 'ttyc9': device_add [ 13.888051] PM: Adding info for No Bus:ttyc9 [ 13.892052] device: 'ttyca': device_add [ 13.896063] PM: Adding info for No Bus:ttyca [ 13.900053] device: 'ttycb': device_add [ 13.904053] PM: Adding info for No Bus:ttycb [ 13.908052] device: 'ttycc': device_add [ 13.912054] PM: Adding info for No Bus:ttycc [ 13.916060] device: 'ttycd': device_add [ 13.920055] PM: Adding info for No Bus:ttycd [ 13.924052] device: 'ttyce': device_add [ 13.928053] PM: Adding info for No Bus:ttyce [ 13.932061] device: 'ttycf': device_add [ 13.936054] PM: Adding info for No Bus:ttycf [ 13.940063] device: 'ttyd0': device_add [ 13.944067] PM: Adding info for No Bus:ttyd0 [ 13.948053] device: 'ttyd1': device_add [ 13.952053] PM: Adding info for No Bus:ttyd1 [ 13.956052] device: 'ttyd2': device_add [ 13.960052] PM: Adding info for No Bus:ttyd2 [ 13.964052] device: 'ttyd3': device_add [ 13.968053] PM: Adding info for No Bus:ttyd3 [ 13.972052] device: 'ttyd4': device_add [ 13.976053] PM: Adding info for No Bus:ttyd4 [ 13.980052] device: 'ttyd5': device_add [ 13.984053] PM: Adding info for No Bus:ttyd5 [ 13.988052] device: 'ttyd6': device_add [ 13.992064] PM: Adding info for No Bus:ttyd6 [ 14.000034] device: 'ttyd7': device_add [ 14.003918] PM: Adding info for No Bus:ttyd7 [ 14.004053] device: 'ttyd8': device_add [ 14.008055] PM: Adding info for No Bus:ttyd8 [ 14.012053] device: 'ttyd9': device_add [ 14.016054] PM: Adding info for No Bus:ttyd9 [ 14.020060] device: 'ttyda': device_add [ 14.024057] PM: Adding info for No Bus:ttyda [ 14.028053] device: 'ttydb': device_add [ 14.032054] PM: Adding info for No Bus:ttydb [ 14.036053] device: 'ttydc': device_add [ 14.040066] PM: Adding info for No Bus:ttydc [ 14.044054] device: 'ttydd': device_add [ 14.048055] PM: Adding info for No Bus:ttydd [ 14.052052] device: 'ttyde': device_add [ 14.056054] PM: Adding info for No Bus:ttyde [ 14.060052] device: 'ttydf': device_add [ 14.064055] PM: Adding info for No Bus:ttydf [ 14.068053] device: 'ttye0': device_add [ 14.072055] PM: Adding info for No Bus:ttye0 [ 14.076053] device: 'ttye1': device_add [ 14.080055] PM: Adding info for No Bus:ttye1 [ 14.084052] device: 'ttye2': device_add [ 14.088080] PM: Adding info for No Bus:ttye2 [ 14.092053] device: 'ttye3': device_add [ 14.096056] PM: Adding info for No Bus:ttye3 [ 14.100052] device: 'ttye4': device_add [ 14.104055] PM: Adding info for No Bus:ttye4 [ 14.108052] device: 'ttye5': device_add [ 14.112056] PM: Adding info for No Bus:ttye5 [ 14.116052] device: 'ttye6': device_add [ 14.120056] PM: Adding info for No Bus:ttye6 [ 14.124061] device: 'ttye7': device_add [ 14.128059] PM: Adding info for No Bus:ttye7 [ 14.132053] device: 'ttye8': device_add [ 14.136068] PM: Adding info for No Bus:ttye8 [ 14.140054] device: 'ttye9': device_add [ 14.144069] PM: Adding info for No Bus:ttye9 [ 14.148053] device: 'ttyea': device_add [ 14.152059] PM: Adding info for No Bus:ttyea [ 14.156061] device: 'ttyeb': device_add [ 14.160060] PM: Adding info for No Bus:ttyeb [ 14.164054] device: 'ttyec': device_add [ 14.168059] PM: Adding info for No Bus:ttyec [ 14.172052] device: 'ttyed': device_add [ 14.176059] PM: Adding info for No Bus:ttyed [ 14.180052] device: 'ttyee': device_add [ 14.184070] PM: Adding info for No Bus:ttyee [ 14.188054] device: 'ttyef': device_add [ 14.192061] PM: Adding info for No Bus:ttyef [ 14.196074] device: 'ptmx': device_add [ 14.200060] PM: Adding info for No Bus:ptmx [ 14.204057] initcall pty_init+0x0/0x40e returned 0 after 3968750 usecs [ 14.208004] calling sysrq_init+0x0/0x6d @ 1 [ 14.212020] initcall sysrq_init+0x0/0x6d returned 0 after 0 usecs [ 14.216003] calling rp_init+0x0/0xf40 @ 1 [ 14.220002] RocketPort device driver module, version 2.09, 12-June-2003 [ 14.224025] No rocketport ports found; unloading driver [ 14.228018] initcall rp_init+0x0/0xf40 returned -6 after 7812 usecs [ 14.232004] initcall rp_init+0x0/0xf40 returned with error code -6 [ 14.236003] calling cy_init+0x0/0x453 @ 1 [ 14.240003] Cyclades driver 2.6 (built Jun 11 2010 12:25:28) [ 14.257665] bus: 'pci': add driver cyclades [ 14.260069] initcall cy_init+0x0/0x453 returned 0 after 19531 usecs [ 14.264004] calling epca_module_init+0x0/0x39e @ 1 [ 14.268004] DIGI epca driver version 1.3.0.1-LK2.6 loaded. [ 14.272003] bus: 'pci': add driver epca [ 14.276076] device: 'ttyD0': device_add [ 14.280076] PM: Adding info for No Bus:ttyD0 [ 14.284053] device: 'ttyD1': device_add [ 14.288069] PM: Adding info for No Bus:ttyD1 [ 14.292054] device: 'ttyD2': device_add [ 14.296064] PM: Adding info for No Bus:ttyD2 [ 14.300070] device: 'ttyD3': device_add [ 14.304065] PM: Adding info for No Bus:ttyD3 [ 14.308054] device: 'ttyD4': device_add [ 14.312060] PM: Adding info for No Bus:ttyD4 [ 14.316053] device: 'ttyD5': device_add [ 14.320061] PM: Adding info for No Bus:ttyD5 [ 14.324053] device: 'ttyD6': device_add [ 14.328059] PM: Adding info for No Bus:ttyD6 [ 14.336033] device: 'ttyD7': device_add [ 14.339931] PM: Adding info for No Bus:ttyD7 [ 14.340053] device: 'ttyD8': device_add [ 14.344064] PM: Adding info for No Bus:ttyD8 [ 14.348053] device: 'ttyD9': device_add [ 14.352059] PM: Adding info for No Bus:ttyD9 [ 14.356053] device: 'ttyD10': device_add [ 14.360060] PM: Adding info for No Bus:ttyD10 [ 14.364053] device: 'ttyD11': device_add [ 14.368060] PM: Adding info for No Bus:ttyD11 [ 14.372052] device: 'ttyD12': device_add [ 14.376060] PM: Adding info for No Bus:ttyD12 [ 14.380052] device: 'ttyD13': device_add [ 14.384070] PM: Adding info for No Bus:ttyD13 [ 14.388053] device: 'ttyD14': device_add [ 14.392062] PM: Adding info for No Bus:ttyD14 [ 14.396061] device: 'ttyD15': device_add [ 14.400064] PM: Adding info for No Bus:ttyD15 [ 14.404061] device: 'ttyD16': device_add [ 14.408065] PM: Adding info for No Bus:ttyD16 [ 14.412053] device: 'ttyD17': device_add [ 14.416061] PM: Adding info for No Bus:ttyD17 [ 14.420052] device: 'ttyD18': device_add [ 14.424063] PM: Adding info for No Bus:ttyD18 [ 14.428052] device: 'ttyD19': device_add [ 14.432070] PM: Adding info for No Bus:ttyD19 [ 14.436053] device: 'ttyD20': device_add [ 14.440063] PM: Adding info for No Bus:ttyD20 [ 14.444052] device: 'ttyD21': device_add [ 14.448076] PM: Adding info for No Bus:ttyD21 [ 14.452053] device: 'ttyD22': device_add [ 14.456061] PM: Adding info for No Bus:ttyD22 [ 14.460053] device: 'ttyD23': device_add [ 14.464061] PM: Adding info for No Bus:ttyD23 [ 14.468052] device: 'ttyD24': device_add [ 14.472061] PM: Adding info for No Bus:ttyD24 [ 14.476053] device: 'ttyD25': device_add [ 14.480070] PM: Adding info for No Bus:ttyD25 [ 14.484054] device: 'ttyD26': device_add [ 14.488065] PM: Adding info for No Bus:ttyD26 [ 14.492053] device: 'ttyD27': device_add [ 14.496061] PM: Adding info for No Bus:ttyD27 [ 14.500052] device: 'ttyD28': device_add [ 14.504062] PM: Adding info for No Bus:ttyD28 [ 14.508061] device: 'ttyD29': device_add [ 14.512066] PM: Adding info for No Bus:ttyD29 [ 14.516054] device: 'ttyD30': device_add [ 14.520062] PM: Adding info for No Bus:ttyD30 [ 14.524052] device: 'ttyD31': device_add [ 14.528071] PM: Adding info for No Bus:ttyD31 [ 14.532054] device: 'ttyD32': device_add [ 14.536067] PM: Adding info for No Bus:ttyD32 [ 14.540053] device: 'ttyD33': device_add [ 14.544062] PM: Adding info for No Bus:ttyD33 [ 14.548053] device: 'ttyD34': device_add [ 14.552063] PM: Adding info for No Bus:ttyD34 [ 14.556052] device: 'ttyD35': device_add [ 14.560063] PM: Adding info for No Bus:ttyD35 [ 14.564053] device: 'ttyD36': device_add [ 14.568063] PM: Adding info for No Bus:ttyD36 [ 14.572053] device: 'ttyD37': device_add [ 14.576075] PM: Adding info for No Bus:ttyD37 [ 14.580054] device: 'ttyD38': device_add [ 14.584066] PM: Adding info for No Bus:ttyD38 [ 14.588053] device: 'ttyD39': device_add [ 14.592076] PM: Adding info for No Bus:ttyD39 [ 14.596054] device: 'ttyD40': device_add [ 14.600064] PM: Adding info for No Bus:ttyD40 [ 14.604052] device: 'ttyD41': device_add [ 14.608089] PM: Adding info for No Bus:ttyD41 [ 14.612061] device: 'ttyD42': device_add [ 14.616077] PM: Adding info for No Bus:ttyD42 [ 14.620061] device: 'ttyD43': device_add [ 14.624076] PM: Adding info for No Bus:ttyD43 [ 14.628054] device: 'ttyD44': device_add [ 14.632067] PM: Adding info for No Bus:ttyD44 [ 14.636052] device: 'ttyD45': device_add [ 14.640064] PM: Adding info for No Bus:ttyD45 [ 14.644053] device: 'ttyD46': device_add [ 14.648064] PM: Adding info for No Bus:ttyD46 [ 14.652052] device: 'ttyD47': device_add [ 14.656064] PM: Adding info for No Bus:ttyD47 [ 14.660053] device: 'ttyD48': device_add [ 14.664064] PM: Adding info for No Bus:ttyD48 [ 14.668052] device: 'ttyD49': device_add [ 14.672073] PM: Adding info for No Bus:ttyD49 [ 14.676054] device: 'ttyD50': device_add [ 14.680069] PM: Adding info for No Bus:ttyD50 [ 14.684053] device: 'ttyD51': device_add [ 14.688064] PM: Adding info for No Bus:ttyD51 [ 14.692053] device: 'ttyD52': device_add [ 14.696063] PM: Adding info for No Bus:ttyD52 [ 14.700052] device: 'ttyD53': device_add [ 14.704063] PM: Adding info for No Bus:ttyD53 [ 14.708052] device: 'ttyD54': device_add [ 14.712074] PM: Adding info for No Bus:ttyD54 [ 14.716061] device: 'ttyD55': device_add [ 14.720079] PM: Adding info for No Bus:ttyD55 [ 14.724054] device: 'ttyD56': device_add [ 14.728068] PM: Adding info for No Bus:ttyD56 [ 14.732052] device: 'ttyD57': device_add [ 14.736075] PM: Adding info for No Bus:ttyD57 [ 14.740054] device: 'ttyD58': device_add [ 14.744068] PM: Adding info for No Bus:ttyD58 [ 14.748053] device: 'ttyD59': device_add [ 14.752064] PM: Adding info for No Bus:ttyD59 [ 14.756052] device: 'ttyD60': device_add [ 14.760064] PM: Adding info for No Bus:ttyD60 [ 14.764053] device: 'ttyD61': device_add [ 14.768074] PM: Adding info for No Bus:ttyD61 [ 14.772054] device: 'ttyD62': device_add [ 14.776069] PM: Adding info for No Bus:ttyD62 [ 14.780052] device: 'ttyD63': device_add [ 14.784065] PM: Adding info for No Bus:ttyD63 [ 14.788052] device: 'ttyD64': device_add [ 14.792066] PM: Adding info for No Bus:ttyD64 [ 14.796053] device: 'ttyD65': device_add [ 14.800066] PM: Adding info for No Bus:ttyD65 [ 14.804053] device: 'ttyD66': device_add [ 14.808065] PM: Adding info for No Bus:ttyD66 [ 14.812053] device: 'ttyD67': device_add [ 14.816092] PM: Adding info for No Bus:ttyD67 [ 14.820062] device: 'ttyD68': device_add [ 14.824073] PM: Adding info for No Bus:ttyD68 [ 14.828053] device: 'ttyD69': device_add [ 14.832066] PM: Adding info for No Bus:ttyD69 [ 14.836052] device: 'ttyD70': device_add [ 14.840065] PM: Adding info for No Bus:ttyD70 [ 14.844061] device: 'ttyD71': device_add [ 14.848070] PM: Adding info for No Bus:ttyD71 [ 14.852053] device: 'ttyD72': device_add [ 14.856066] PM: Adding info for No Bus:ttyD72 [ 14.860053] device: 'ttyD73': device_add [ 14.864076] PM: Adding info for No Bus:ttyD73 [ 14.868054] device: 'ttyD74': device_add [ 14.872069] PM: Adding info for No Bus:ttyD74 [ 14.876052] device: 'ttyD75': device_add [ 14.880066] PM: Adding info for No Bus:ttyD75 [ 14.884063] device: 'ttyD76': device_add [ 14.888071] PM: Adding info for No Bus:ttyD76 [ 14.892053] device: 'ttyD77': device_add [ 14.896066] PM: Adding info for No Bus:ttyD77 [ 14.900052] device: 'ttyD78': device_add [ 14.904066] PM: Adding info for No Bus:ttyD78 [ 14.908052] device: 'ttyD79': device_add [ 14.912077] PM: Adding info for No Bus:ttyD79 [ 14.916053] device: 'ttyD80': device_add [ 14.920070] PM: Adding info for No Bus:ttyD80 [ 14.924060] device: 'ttyD81': device_add [ 14.928072] PM: Adding info for No Bus:ttyD81 [ 14.932053] device: 'ttyD82': device_add [ 14.936070] PM: Adding info for No Bus:ttyD82 [ 14.940053] device: 'ttyD83': device_add [ 14.944067] PM: Adding info for No Bus:ttyD83 [ 14.948052] device: 'ttyD84': device_add [ 14.952067] PM: Adding info for No Bus:ttyD84 [ 14.956053] device: 'ttyD85': device_add [ 14.960077] PM: Adding info for No Bus:ttyD85 [ 14.964054] device: 'ttyD86': device_add [ 14.968071] PM: Adding info for No Bus:ttyD86 [ 14.972052] device: 'ttyD87': device_add [ 14.976069] PM: Adding info for No Bus:ttyD87 [ 14.980053] device: 'ttyD88': device_add [ 14.984068] PM: Adding info for No Bus:ttyD88 [ 14.988053] device: 'ttyD89': device_add [ 14.992068] PM: Adding info for No Bus:ttyD89 [ 14.996053] device: 'ttyD90': device_add [ 15.000070] PM: Adding info for No Bus:ttyD90 [ 15.004053] device: 'ttyD91': device_add [ 15.008080] PM: Adding info for No Bus:ttyD91 [ 15.012054] device: 'ttyD92': device_add [ 15.016073] PM: Adding info for No Bus:ttyD92 [ 15.020053] device: 'ttyD93': device_add [ 15.024071] PM: Adding info for No Bus:ttyD93 [ 15.028061] device: 'ttyD94': device_add [ 15.032086] PM: Adding info for No Bus:ttyD94 [ 15.036054] device: 'ttyD95': device_add [ 15.040071] PM: Adding info for No Bus:ttyD95 [ 15.044053] device: 'ttyD96': device_add [ 15.048070] PM: Adding info for No Bus:ttyD96 [ 15.052052] device: 'ttyD97': device_add [ 15.056080] PM: Adding info for No Bus:ttyD97 [ 15.060054] device: 'ttyD98': device_add [ 15.064068] PM: Adding info for No Bus:ttyD98 [ 15.068061] device: 'ttyD99': device_add [ 15.072076] PM: Adding info for No Bus:ttyD99 [ 15.076053] device: 'ttyD100': device_add [ 15.080071] PM: Adding info for No Bus:ttyD100 [ 15.084053] device: 'ttyD101': device_add [ 15.088071] PM: Adding info for No Bus:ttyD101 [ 15.092053] device: 'ttyD102': device_add [ 15.096071] PM: Adding info for No Bus:ttyD102 [ 15.100053] device: 'ttyD103': device_add [ 15.104081] PM: Adding info for No Bus:ttyD103 [ 15.108054] device: 'ttyD104': device_add [ 15.112074] PM: Adding info for No Bus:ttyD104 [ 15.116053] device: 'ttyD105': device_add [ 15.120071] PM: Adding info for No Bus:ttyD105 [ 15.124053] device: 'ttyD106': device_add [ 15.128071] PM: Adding info for No Bus:ttyD106 [ 15.132061] device: 'ttyD107': device_add [ 15.136077] PM: Adding info for No Bus:ttyD107 [ 15.140054] device: 'ttyD108': device_add [ 15.144072] PM: Adding info for No Bus:ttyD108 [ 15.148053] device: 'ttyD109': device_add [ 15.152082] PM: Adding info for No Bus:ttyD109 [ 15.156054] device: 'ttyD110': device_add [ 15.160076] PM: Adding info for No Bus:ttyD110 [ 15.164053] device: 'ttyD111': device_add [ 15.168073] PM: Adding info for No Bus:ttyD111 [ 15.172053] device: 'ttyD112': device_add [ 15.176088] PM: Adding info for No Bus:ttyD112 [ 15.180054] device: 'ttyD113': device_add [ 15.184074] PM: Adding info for No Bus:ttyD113 [ 15.188053] device: 'ttyD114': device_add [ 15.192076] PM: Adding info for No Bus:ttyD114 [ 15.196052] device: 'ttyD115': device_add [ 15.200084] PM: Adding info for No Bus:ttyD115 [ 15.204055] device: 'ttyD116': device_add [ 15.208078] PM: Adding info for No Bus:ttyD116 [ 15.212053] device: 'ttyD117': device_add [ 15.216075] PM: Adding info for No Bus:ttyD117 [ 15.220053] device: 'ttyD118': device_add [ 15.224086] PM: Adding info for No Bus:ttyD118 [ 15.228054] device: 'ttyD119': device_add [ 15.236067] PM: Adding info for No Bus:ttyD119 [ 15.240061] device: 'ttyD120': device_add [ 15.244079] PM: Adding info for No Bus:ttyD120 [ 15.248053] device: 'ttyD121': device_add [ 15.252088] PM: Adding info for No Bus:ttyD121 [ 15.256055] device: 'ttyD122': device_add [ 15.260081] PM: Adding info for No Bus:ttyD122 [ 15.264053] device: 'ttyD123': device_add [ 15.268075] PM: Adding info for No Bus:ttyD123 [ 15.272053] device: 'ttyD124': device_add [ 15.276076] PM: Adding info for No Bus:ttyD124 [ 15.280053] device: 'ttyD125': device_add [ 15.284075] PM: Adding info for No Bus:ttyD125 [ 15.288053] device: 'ttyD126': device_add [ 15.292075] PM: Adding info for No Bus:ttyD126 [ 15.296062] device: 'ttyD127': device_add [ 15.300089] PM: Adding info for No Bus:ttyD127 [ 15.304055] device: 'ttyD128': device_add [ 15.308080] PM: Adding info for No Bus:ttyD128 [ 15.312053] device: 'ttyD129': device_add [ 15.316076] PM: Adding info for No Bus:ttyD129 [ 15.320053] device: 'ttyD130': device_add [ 15.324088] PM: Adding info for No Bus:ttyD130 [ 15.328054] device: 'ttyD131': device_add [ 15.332080] PM: Adding info for No Bus:ttyD131 [ 15.336053] device: 'ttyD132': device_add [ 15.340077] PM: Adding info for No Bus:ttyD132 [ 15.344061] device: 'ttyD133': device_add [ 15.348091] PM: Adding info for No Bus:ttyD133 [ 15.352054] device: 'ttyD134': device_add [ 15.356083] PM: Adding info for No Bus:ttyD134 [ 15.360053] device: 'ttyD135': device_add [ 15.364078] PM: Adding info for No Bus:ttyD135 [ 15.368053] device: 'ttyD136': device_add [ 15.372078] PM: Adding info for No Bus:ttyD136 [ 15.376053] device: 'ttyD137': device_add [ 15.380078] PM: Adding info for No Bus:ttyD137 [ 15.384053] device: 'ttyD138': device_add [ 15.388079] PM: Adding info for No Bus:ttyD138 [ 15.392053] device: 'ttyD139': device_add [ 15.396088] PM: Adding info for No Bus:ttyD139 [ 15.400055] device: 'ttyD140': device_add [ 15.404082] PM: Adding info for No Bus:ttyD140 [ 15.408053] device: 'ttyD141': device_add [ 15.412078] PM: Adding info for No Bus:ttyD141 [ 15.416053] device: 'ttyD142': device_add [ 15.420078] PM: Adding info for No Bus:ttyD142 [ 15.424053] device: 'ttyD143': device_add [ 15.428079] PM: Adding info for No Bus:ttyD143 [ 15.432053] device: 'ttyD144': device_add [ 15.436079] PM: Adding info for No Bus:ttyD144 [ 15.440053] device: 'ttyD145': device_add [ 15.444089] PM: Adding info for No Bus:ttyD145 [ 15.448063] device: 'ttyD146': device_add [ 15.452087] PM: Adding info for No Bus:ttyD146 [ 15.456054] device: 'ttyD147': device_add [ 15.460080] PM: Adding info for No Bus:ttyD147 [ 15.464053] device: 'ttyD148': device_add [ 15.468080] PM: Adding info for No Bus:ttyD148 [ 15.472064] device: 'ttyD149': device_add [ 15.476084] PM: Adding info for No Bus:ttyD149 [ 15.480055] device: 'ttyD150': device_add [ 15.484081] PM: Adding info for No Bus:ttyD150 [ 15.488053] device: 'ttyD151': device_add [ 15.492090] PM: Adding info for No Bus:ttyD151 [ 15.496055] device: 'ttyD152': device_add [ 15.500085] PM: Adding info for No Bus:ttyD152 [ 15.508020] device: 'ttyD153': device_add [ 15.512081] PM: Adding info for No Bus:ttyD153 [ 15.516053] device: 'ttyD154': device_add [ 15.520082] PM: Adding info for No Bus:ttyD154 [ 15.524063] device: 'ttyD155': device_add [ 15.528087] PM: Adding info for No Bus:ttyD155 [ 15.532055] device: 'ttyD156': device_add [ 15.536082] PM: Adding info for No Bus:ttyD156 [ 15.540054] device: 'ttyD157': device_add [ 15.544093] PM: Adding info for No Bus:ttyD157 [ 15.548056] device: 'ttyD158': device_add [ 15.552085] PM: Adding info for No Bus:ttyD158 [ 15.556062] device: 'ttyD159': device_add [ 15.560088] PM: Adding info for No Bus:ttyD159 [ 15.564055] device: 'ttyD160': device_add [ 15.568083] PM: Adding info for No Bus:ttyD160 [ 15.572053] device: 'ttyD161': device_add [ 15.576082] PM: Adding info for No Bus:ttyD161 [ 15.580053] device: 'ttyD162': device_add [ 15.584083] PM: Adding info for No Bus:ttyD162 [ 15.588053] device: 'ttyD163': device_add [ 15.592091] PM: Adding info for No Bus:ttyD163 [ 15.596055] device: 'ttyD164': device_add [ 15.600087] PM: Adding info for No Bus:ttyD164 [ 15.604054] device: 'ttyD165': device_add [ 15.608082] PM: Adding info for No Bus:ttyD165 [ 15.612053] device: 'ttyD166': device_add [ 15.616083] PM: Adding info for No Bus:ttyD166 [ 15.620054] device: 'ttyD167': device_add [ 15.624097] PM: Adding info for No Bus:ttyD167 [ 15.628055] device: 'ttyD168': device_add [ 15.632084] PM: Adding info for No Bus:ttyD168 [ 15.636053] device: 'ttyD169': device_add [ 15.640094] PM: Adding info for No Bus:ttyD169 [ 15.644055] device: 'ttyD170': device_add [ 15.648088] PM: Adding info for No Bus:ttyD170 [ 15.652054] device: 'ttyD171': device_add [ 15.656083] PM: Adding info for No Bus:ttyD171 [ 15.660063] device: 'ttyD172': device_add [ 15.664088] PM: Adding info for No Bus:ttyD172 [ 15.668056] device: 'ttyD173': device_add [ 15.672086] PM: Adding info for No Bus:ttyD173 [ 15.676054] device: 'ttyD174': device_add [ 15.680084] PM: Adding info for No Bus:ttyD174 [ 15.684054] device: 'ttyD175': device_add [ 15.688095] PM: Adding info for No Bus:ttyD175 [ 15.692055] device: 'ttyD176': device_add [ 15.696089] PM: Adding info for No Bus:ttyD176 [ 15.700054] device: 'ttyD177': device_add [ 15.704086] PM: Adding info for No Bus:ttyD177 [ 15.708053] device: 'ttyD178': device_add [ 15.712084] PM: Adding info for No Bus:ttyD178 [ 15.716054] device: 'ttyD179': device_add [ 15.720084] PM: Adding info for No Bus:ttyD179 [ 15.728034] device: 'ttyD180': device_add [ 15.732084] PM: Adding info for No Bus:ttyD180 [ 15.736054] device: 'ttyD181': device_add [ 15.740096] PM: Adding info for No Bus:ttyD181 [ 15.744055] device: 'ttyD182': device_add [ 15.748121] PM: Adding info for No Bus:ttyD182 [ 15.752063] device: 'ttyD183': device_add [ 15.756101] PM: Adding info for No Bus:ttyD183 [ 15.760054] device: 'ttyD184': device_add [ 15.764094] PM: Adding info for No Bus:ttyD184 [ 15.768062] device: 'ttyD185': device_add [ 15.772105] PM: Adding info for No Bus:ttyD185 [ 15.776055] device: 'ttyD186': device_add [ 15.780090] PM: Adding info for No Bus:ttyD186 [ 15.784054] device: 'ttyD187': device_add [ 15.788098] PM: Adding info for No Bus:ttyD187 [ 15.792055] device: 'ttyD188': device_add [ 15.796092] PM: Adding info for No Bus:ttyD188 [ 15.800054] device: 'ttyD189': device_add [ 15.804087] PM: Adding info for No Bus:ttyD189 [ 15.808053] device: 'ttyD190': device_add [ 15.812088] PM: Adding info for No Bus:ttyD190 [ 15.816064] device: 'ttyD191': device_add [ 15.820094] PM: Adding info for No Bus:ttyD191 [ 15.824054] device: 'ttyD192': device_add [ 15.828089] PM: Adding info for No Bus:ttyD192 [ 15.832054] device: 'ttyD193': device_add [ 15.840024] PM: Adding info for No Bus:ttyD193 [ 15.844055] device: 'ttyD194': device_add [ 15.848094] PM: Adding info for No Bus:ttyD194 [ 15.852054] device: 'ttyD195': device_add [ 15.856089] PM: Adding info for No Bus:ttyD195 [ 15.860054] device: 'ttyD196': device_add [ 15.864089] PM: Adding info for No Bus:ttyD196 [ 15.868054] device: 'ttyD197': device_add [ 15.872090] PM: Adding info for No Bus:ttyD197 [ 15.876062] device: 'ttyD198': device_add [ 15.880094] PM: Adding info for No Bus:ttyD198 [ 15.884055] device: 'ttyD199': device_add [ 15.888101] PM: Adding info for No Bus:ttyD199 [ 15.892055] device: 'ttyD200': device_add [ 15.896093] PM: Adding info for No Bus:ttyD200 [ 15.900054] device: 'ttyD201': device_add [ 15.904089] PM: Adding info for No Bus:ttyD201 [ 15.908054] device: 'ttyD202': device_add [ 15.912090] PM: Adding info for No Bus:ttyD202 [ 15.916053] device: 'ttyD203': device_add [ 15.920101] PM: Adding info for No Bus:ttyD203 [ 15.924055] device: 'ttyD204': device_add [ 15.928094] PM: Adding info for No Bus:ttyD204 [ 15.932054] device: 'ttyD205': device_add [ 15.936101] PM: Adding info for No Bus:ttyD205 [ 15.940055] device: 'ttyD206': device_add [ 15.944093] PM: Adding info for No Bus:ttyD206 [ 15.948054] device: 'ttyD207': device_add [ 15.952089] PM: Adding info for No Bus:ttyD207 [ 15.956054] device: 'ttyD208': device_add [ 15.960093] PM: Adding info for No Bus:ttyD208 [ 15.964054] device: 'ttyD209': device_add [ 15.968090] PM: Adding info for No Bus:ttyD209 [ 15.972054] device: 'ttyD210': device_add [ 15.976090] PM: Adding info for No Bus:ttyD210 [ 15.980073] device: 'ttyD211': device_add [ 15.984107] PM: Adding info for No Bus:ttyD211 [ 15.988056] device: 'ttyD212': device_add [ 15.992095] PM: Adding info for No Bus:ttyD212 [ 15.996054] device: 'ttyD213': device_add [ 16.004033] PM: Adding info for No Bus:ttyD213 [ 16.008054] device: 'ttyD214': device_add [ 16.012091] PM: Adding info for No Bus:ttyD214 [ 16.016054] device: 'ttyD215': device_add [ 16.020091] PM: Adding info for No Bus:ttyD215 [ 16.024054] device: 'ttyD216': device_add [ 16.028091] PM: Adding info for No Bus:ttyD216 [ 16.032054] device: 'ttyD217': device_add [ 16.036100] PM: Adding info for No Bus:ttyD217 [ 16.040055] device: 'ttyD218': device_add [ 16.044096] PM: Adding info for No Bus:ttyD218 [ 16.048054] device: 'ttyD219': device_add [ 16.052091] PM: Adding info for No Bus:ttyD219 [ 16.056054] device: 'ttyD220': device_add [ 16.060091] PM: Adding info for No Bus:ttyD220 [ 16.064054] device: 'ttyD221': device_add [ 16.068092] PM: Adding info for No Bus:ttyD221 [ 16.072065] device: 'ttyD222': device_add [ 16.076099] PM: Adding info for No Bus:ttyD222 [ 16.080055] device: 'ttyD223': device_add [ 16.084102] PM: Adding info for No Bus:ttyD223 [ 16.088063] device: 'ttyD224': device_add [ 16.092098] PM: Adding info for No Bus:ttyD224 [ 16.096055] device: 'ttyD225': device_add [ 16.100093] PM: Adding info for No Bus:ttyD225 [ 16.104054] device: 'ttyD226': device_add [ 16.108093] PM: Adding info for No Bus:ttyD226 [ 16.112054] device: 'ttyD227': device_add [ 16.116093] PM: Adding info for No Bus:ttyD227 [ 16.120053] device: 'ttyD228': device_add [ 16.124093] PM: Adding info for No Bus:ttyD228 [ 16.128054] device: 'ttyD229': device_add [ 16.132103] PM: Adding info for No Bus:ttyD229 [ 16.136055] device: 'ttyD230': device_add [ 16.140099] PM: Adding info for No Bus:ttyD230 [ 16.144054] device: 'ttyD231': device_add [ 16.148093] PM: Adding info for No Bus:ttyD231 [ 16.152054] device: 'ttyD232': device_add [ 16.156095] PM: Adding info for No Bus:ttyD232 [ 16.160054] device: 'ttyD233': device_add [ 16.168068] PM: Adding info for No Bus:ttyD233 [ 16.172054] device: 'ttyD234': device_add [ 16.176094] PM: Adding info for No Bus:ttyD234 [ 16.180055] device: 'ttyD235': device_add [ 16.184106] PM: Adding info for No Bus:ttyD235 [ 16.188056] device: 'ttyD236': device_add [ 16.192100] PM: Adding info for No Bus:ttyD236 [ 16.196063] device: 'ttyD237': device_add [ 16.200101] PM: Adding info for No Bus:ttyD237 [ 16.204055] device: 'ttyD238': device_add [ 16.208096] PM: Adding info for No Bus:ttyD238 [ 16.212063] device: 'ttyD239': device_add [ 16.216105] PM: Adding info for No Bus:ttyD239 [ 16.220055] device: 'ttyD240': device_add [ 16.224112] PM: Adding info for No Bus:ttyD240 [ 16.228055] device: 'ttyD241': device_add [ 16.232106] PM: Adding info for No Bus:ttyD241 [ 16.236055] device: 'ttyD242': device_add [ 16.240101] PM: Adding info for No Bus:ttyD242 [ 16.244054] device: 'ttyD243': device_add [ 16.248097] PM: Adding info for No Bus:ttyD243 [ 16.252054] device: 'ttyD244': device_add [ 16.256097] PM: Adding info for No Bus:ttyD244 [ 16.260055] device: 'ttyD245': device_add [ 16.264096] PM: Adding info for No Bus:ttyD245 [ 16.268054] device: 'ttyD246': device_add [ 16.276006] PM: Adding info for No Bus:ttyD246 [ 16.280055] device: 'ttyD247': device_add [ 16.284114] PM: Adding info for No Bus:ttyD247 [ 16.288055] device: 'ttyD248': device_add [ 16.292102] PM: Adding info for No Bus:ttyD248 [ 16.296054] device: 'ttyD249': device_add [ 16.300098] PM: Adding info for No Bus:ttyD249 [ 16.304063] device: 'ttyD250': device_add [ 16.308104] PM: Adding info for No Bus:ttyD250 [ 16.312055] device: 'ttyD251': device_add [ 16.316099] PM: Adding info for No Bus:ttyD251 [ 16.320054] device: 'ttyD252': device_add [ 16.324099] PM: Adding info for No Bus:ttyD252 [ 16.328054] device: 'ttyD253': device_add [ 16.332110] PM: Adding info for No Bus:ttyD253 [ 16.336056] device: 'ttyD254': device_add [ 16.340104] PM: Adding info for No Bus:ttyD254 [ 16.344054] device: 'ttyD255': device_add [ 16.348100] PM: Adding info for No Bus:ttyD255 [ 16.352068] device: 'digi_ctl0': device_add [ 16.356085] PM: Adding info for No Bus:digi_ctl0 [ 16.360055] device: 'digi_ctl1': device_add [ 16.364085] PM: Adding info for No Bus:digi_ctl1 [ 16.368054] device: 'digi_ctl2': device_add [ 16.372085] PM: Adding info for No Bus:digi_ctl2 [ 16.376054] device: 'digi_ctl3': device_add [ 16.380096] PM: Adding info for No Bus:digi_ctl3 [ 16.384056] device: 'digi_ctl4': device_add [ 16.388090] PM: Adding info for No Bus:digi_ctl4 [ 16.392054] device: 'digi_ctl5': device_add [ 16.396101] PM: Adding info for No Bus:digi_ctl5 [ 16.400056] device: 'digi_ctl6': device_add [ 16.404088] PM: Adding info for No Bus:digi_ctl6 [ 16.408063] device: 'digi_ctl7': device_add [ 16.412091] PM: Adding info for No Bus:digi_ctl7 [ 16.416055] device: 'digi_ctl8': device_add [ 16.420086] PM: Adding info for No Bus:digi_ctl8 [ 16.424054] device: 'digi_ctl9': device_add [ 16.428095] PM: Adding info for No Bus:digi_ctl9 [ 16.432063] device: 'digi_ctl10': device_add [ 16.436094] PM: Adding info for No Bus:digi_ctl10 [ 16.440056] device: 'digi_ctl11': device_add [ 16.444086] PM: Adding info for No Bus:digi_ctl11 [ 16.448054] device: 'digi_ctl12': device_add [ 16.452086] PM: Adding info for No Bus:digi_ctl12 [ 16.456054] device: 'digi_ctl13': device_add [ 16.460087] PM: Adding info for No Bus:digi_ctl13 [ 16.464054] device: 'digi_ctl14': device_add [ 16.468087] PM: Adding info for No Bus:digi_ctl14 [ 16.472055] device: 'digi_ctl15': device_add [ 16.476099] PM: Adding info for No Bus:digi_ctl15 [ 16.480055] device: 'digi_ctl16': device_add [ 16.484091] PM: Adding info for No Bus:digi_ctl16 [ 16.488054] device: 'digi_ctl17': device_add [ 16.492089] PM: Adding info for No Bus:digi_ctl17 [ 16.496066] device: 'digi_ctl18': device_add [ 16.500094] PM: Adding info for No Bus:digi_ctl18 [ 16.504055] device: 'digi_ctl19': device_add [ 16.508090] PM: Adding info for No Bus:digi_ctl19 [ 16.512063] device: 'digi_ctl20': device_add [ 16.516094] PM: Adding info for No Bus:digi_ctl20 [ 16.520055] device: 'digi_ctl21': device_add [ 16.524100] PM: Adding info for No Bus:digi_ctl21 [ 16.528056] device: 'digi_ctl22': device_add [ 16.532096] PM: Adding info for No Bus:digi_ctl22 [ 16.536054] device: 'digi_ctl23': device_add [ 16.540091] PM: Adding info for No Bus:digi_ctl23 [ 16.544054] device: 'digi_ctl24': device_add [ 16.548091] PM: Adding info for No Bus:digi_ctl24 [ 16.552054] device: 'digi_ctl25': device_add [ 16.556091] PM: Adding info for No Bus:digi_ctl25 [ 16.560055] device: 'digi_ctl26': device_add [ 16.564091] PM: Adding info for No Bus:digi_ctl26 [ 16.568054] device: 'digi_ctl27': device_add [ 16.572102] PM: Adding info for No Bus:digi_ctl27 [ 16.576056] device: 'digi_ctl28': device_add [ 16.580097] PM: Adding info for No Bus:digi_ctl28 [ 16.584055] device: 'digi_ctl29': device_add [ 16.588092] PM: Adding info for No Bus:digi_ctl29 [ 16.592055] device: 'digi_ctl30': device_add [ 16.596093] PM: Adding info for No Bus:digi_ctl30 [ 16.600054] device: 'digi_ctl31': device_add [ 16.604094] PM: Adding info for No Bus:digi_ctl31 [ 16.608055] device: 'digi_ctl32': device_add [ 16.612093] PM: Adding info for No Bus:digi_ctl32 [ 16.616063] device: 'digi_ctl33': device_add [ 16.620109] PM: Adding info for No Bus:digi_ctl33 [ 16.624056] device: 'digi_ctl34': device_add [ 16.628099] PM: Adding info for No Bus:digi_ctl34 [ 16.632055] device: 'digi_ctl35': device_add [ 16.636094] PM: Adding info for No Bus:digi_ctl35 [ 16.640054] device: 'digi_ctl36': device_add [ 16.644094] PM: Adding info for No Bus:digi_ctl36 [ 16.648054] device: 'digi_ctl37': device_add [ 16.652094] PM: Adding info for No Bus:digi_ctl37 [ 16.656063] device: 'digi_ctl38': device_add [ 16.660100] PM: Adding info for No Bus:digi_ctl38 [ 16.664056] device: 'digi_ctl39': device_add [ 16.668120] PM: Adding info for No Bus:digi_ctl39 [ 16.672056] device: 'digi_ctl40': device_add [ 16.676100] PM: Adding info for No Bus:digi_ctl40 [ 16.680054] device: 'digi_ctl41': device_add [ 16.684110] PM: Adding info for No Bus:digi_ctl41 [ 16.688055] device: 'digi_ctl42': device_add [ 16.692101] PM: Adding info for No Bus:digi_ctl42 [ 16.696054] device: 'digi_ctl43': device_add [ 16.700095] PM: Adding info for No Bus:digi_ctl43 [ 16.704054] device: 'digi_ctl44': device_add [ 16.708095] PM: Adding info for No Bus:digi_ctl44 [ 16.712054] device: 'digi_ctl45': device_add [ 16.716105] PM: Adding info for No Bus:digi_ctl45 [ 16.720063] device: 'digi_ctl46': device_add [ 16.724104] PM: Adding info for No Bus:digi_ctl46 [ 16.728056] device: 'digi_ctl47': device_add [ 16.732097] PM: Adding info for No Bus:digi_ctl47 [ 16.736054] device: 'digi_ctl48': device_add [ 16.740098] PM: Adding info for No Bus:digi_ctl48 [ 16.744054] device: 'digi_ctl49': device_add [ 16.748097] PM: Adding info for No Bus:digi_ctl49 [ 16.752054] device: 'digi_ctl50': device_add [ 16.756098] PM: Adding info for No Bus:digi_ctl50 [ 16.760054] device: 'digi_ctl51': device_add [ 16.764107] PM: Adding info for No Bus:digi_ctl51 [ 16.768056] device: 'digi_ctl52': device_add [ 16.772101] PM: Adding info for No Bus:digi_ctl52 [ 16.776054] device: 'digi_ctl53': device_add [ 16.780098] PM: Adding info for No Bus:digi_ctl53 [ 16.784054] device: 'digi_ctl54': device_add [ 16.788099] PM: Adding info for No Bus:digi_ctl54 [ 16.792054] device: 'digi_ctl55': device_add [ 16.796099] PM: Adding info for No Bus:digi_ctl55 [ 16.800054] device: 'digi_ctl56': device_add [ 16.804099] PM: Adding info for No Bus:digi_ctl56 [ 16.808054] device: 'digi_ctl57': device_add [ 16.812109] PM: Adding info for No Bus:digi_ctl57 [ 16.816068] device: 'digi_ctl58': device_add [ 16.820110] PM: Adding info for No Bus:digi_ctl58 [ 16.824064] device: 'digi_ctl59': device_add [ 16.828106] PM: Adding info for No Bus:digi_ctl59 [ 16.832056] device: 'digi_ctl60': device_add [ 16.840110] PM: Adding info for No Bus:digi_ctl60 [ 16.844056] device: 'digi_ctl61': device_add [ 16.848103] PM: Adding info for No Bus:digi_ctl61 [ 16.852055] device: 'digi_ctl62': device_add [ 16.856100] PM: Adding info for No Bus:digi_ctl62 [ 16.860055] device: 'digi_ctl63': device_add [ 16.864110] PM: Adding info for No Bus:digi_ctl63 [ 16.868056] device: 'digi_ctl64': device_add [ 16.872105] PM: Adding info for No Bus:digi_ctl64 [ 16.876055] device: 'digi_ctl65': device_add [ 16.880101] PM: Adding info for No Bus:digi_ctl65 [ 16.884064] device: 'digi_ctl66': device_add [ 16.888106] PM: Adding info for No Bus:digi_ctl66 [ 16.892055] device: 'digi_ctl67': device_add [ 16.900037] PM: Adding info for No Bus:digi_ctl67 [ 16.904054] device: 'digi_ctl68': device_add [ 16.908123] PM: Adding info for No Bus:digi_ctl68 [ 16.912055] device: 'digi_ctl69': device_add [ 16.916123] PM: Adding info for No Bus:digi_ctl69 [ 16.920056] device: 'digi_ctl70': device_add [ 16.924112] PM: Adding info for No Bus:digi_ctl70 [ 16.928055] device: 'digi_ctl71': device_add [ 16.932104] PM: Adding info for No Bus:digi_ctl71 [ 16.936063] device: 'digi_ctl72': device_add [ 16.940110] PM: Adding info for No Bus:digi_ctl72 [ 16.944055] device: 'digi_ctl73': device_add [ 16.948103] PM: Adding info for No Bus:digi_ctl73 [ 16.952054] device: 'digi_ctl74': device_add [ 16.960013] PM: Adding info for No Bus:digi_ctl74 [ 16.964054] device: 'digi_ctl75': device_add [ 16.968112] PM: Adding info for No Bus:digi_ctl75 [ 16.972056] device: 'digi_ctl76': device_add [ 16.976106] PM: Adding info for No Bus:digi_ctl76 [ 16.980055] device: 'digi_ctl77': device_add [ 16.984106] PM: Adding info for No Bus:digi_ctl77 [ 16.988055] device: 'digi_ctl78': device_add [ 16.992120] PM: Adding info for No Bus:digi_ctl78 [ 16.996056] device: 'digi_ctl79': device_add [ 17.000107] PM: Adding info for No Bus:digi_ctl79 [ 17.004055] device: 'digi_ctl80': device_add [ 17.008104] PM: Adding info for No Bus:digi_ctl80 [ 17.012055] device: 'digi_ctl81': device_add [ 17.016114] PM: Adding info for No Bus:digi_ctl81 [ 17.020066] device: 'digi_ctl82': device_add [ 17.024111] PM: Adding info for No Bus:digi_ctl82 [ 17.028056] device: 'digi_ctl83': device_add [ 17.032105] PM: Adding info for No Bus:digi_ctl83 [ 17.036055] device: 'digi_ctl84': device_add [ 17.040105] PM: Adding info for No Bus:digi_ctl84 [ 17.044064] device: 'digi_ctl85': device_add [ 17.048111] PM: Adding info for No Bus:digi_ctl85 [ 17.052055] device: 'digi_ctl86': device_add [ 17.056106] PM: Adding info for No Bus:digi_ctl86 [ 17.060055] device: 'digi_ctl87': device_add [ 17.064115] PM: Adding info for No Bus:digi_ctl87 [ 17.068056] device: 'digi_ctl88': device_add [ 17.072110] PM: Adding info for No Bus:digi_ctl88 [ 17.076055] device: 'digi_ctl89': device_add [ 17.080106] PM: Adding info for No Bus:digi_ctl89 [ 17.084055] device: 'digi_ctl90': device_add [ 17.088106] PM: Adding info for No Bus:digi_ctl90 [ 17.092054] device: 'digi_ctl91': device_add [ 17.096106] PM: Adding info for No Bus:digi_ctl91 [ 17.100055] device: 'digi_ctl92': device_add [ 17.104108] PM: Adding info for No Bus:digi_ctl92 [ 17.108055] device: 'digi_ctl93': device_add [ 17.112116] PM: Adding info for No Bus:digi_ctl93 [ 17.116064] device: 'digi_ctl94': device_add [ 17.120116] PM: Adding info for No Bus:digi_ctl94 [ 17.124056] device: 'digi_ctl95': device_add [ 17.128108] PM: Adding info for No Bus:digi_ctl95 [ 17.132054] device: 'digi_ctl96': device_add [ 17.136108] PM: Adding info for No Bus:digi_ctl96 [ 17.140054] device: 'digi_ctl97': device_add [ 17.144108] PM: Adding info for No Bus:digi_ctl97 [ 17.148064] device: 'digi_ctl98': device_add [ 17.152114] PM: Adding info for No Bus:digi_ctl98 [ 17.156056] device: 'digi_ctl99': device_add [ 17.160118] PM: Adding info for No Bus:digi_ctl99 [ 17.164056] device: 'digi_ctl100': device_add [ 17.168116] PM: Adding info for No Bus:digi_ctl100 [ 17.172055] device: 'digi_ctl101': device_add [ 17.176110] PM: Adding info for No Bus:digi_ctl101 [ 17.180055] device: 'digi_ctl102': device_add [ 17.184110] PM: Adding info for No Bus:digi_ctl102 [ 17.188054] device: 'digi_ctl103': device_add [ 17.192127] PM: Adding info for No Bus:digi_ctl103 [ 17.196056] device: 'digi_ctl104': device_add [ 17.200111] PM: Adding info for No Bus:digi_ctl104 [ 17.204055] device: 'digi_ctl105': device_add [ 17.208119] PM: Adding info for No Bus:digi_ctl105 [ 17.212056] device: 'digi_ctl106': device_add [ 17.216115] PM: Adding info for No Bus:digi_ctl106 [ 17.220055] device: 'digi_ctl107': device_add [ 17.224111] PM: Adding info for No Bus:digi_ctl107 [ 17.228055] device: 'digi_ctl108': device_add [ 17.232111] PM: Adding info for No Bus:digi_ctl108 [ 17.236055] device: 'digi_ctl109': device_add [ 17.240112] PM: Adding info for No Bus:digi_ctl109 [ 17.244055] device: 'digi_ctl110': device_add [ 17.248110] PM: Adding info for No Bus:digi_ctl110 [ 17.252064] device: 'digi_ctl111': device_add [ 17.256127] PM: Adding info for No Bus:digi_ctl111 [ 17.260056] device: 'digi_ctl112': device_add [ 17.264117] PM: Adding info for No Bus:digi_ctl112 [ 17.268055] device: 'digi_ctl113': device_add [ 17.272111] PM: Adding info for No Bus:digi_ctl113 [ 17.276055] device: 'digi_ctl114': device_add [ 17.280124] PM: Adding info for No Bus:digi_ctl114 [ 17.284057] device: 'digi_ctl115': device_add [ 17.288118] PM: Adding info for No Bus:digi_ctl115 [ 17.292055] device: 'digi_ctl116': device_add [ 17.296113] PM: Adding info for No Bus:digi_ctl116 [ 17.300055] device: 'digi_ctl117': device_add [ 17.308088] PM: Adding info for No Bus:digi_ctl117 [ 17.312056] device: 'digi_ctl118': device_add [ 17.316119] PM: Adding info for No Bus:digi_ctl118 [ 17.320055] device: 'digi_ctl119': device_add [ 17.324114] PM: Adding info for No Bus:digi_ctl119 [ 17.328055] device: 'digi_ctl120': device_add [ 17.336037] PM: Adding info for No Bus:digi_ctl120 [ 17.340054] device: 'digi_ctl121': device_add [ 17.344116] PM: Adding info for No Bus:digi_ctl121 [ 17.348064] device: 'digi_ctl122': device_add [ 17.352119] PM: Adding info for No Bus:digi_ctl122 [ 17.356056] device: 'digi_ctl123': device_add [ 17.364014] PM: Adding info for No Bus:digi_ctl123 [ 17.368063] device: 'digi_ctl124': device_add [ 17.372133] PM: Adding info for No Bus:digi_ctl124 [ 17.376057] device: 'digi_ctl125': device_add [ 17.380120] PM: Adding info for No Bus:digi_ctl125 [ 17.384055] device: 'digi_ctl126': device_add [ 17.392004] PM: Adding info for No Bus:digi_ctl126 [ 17.396054] device: 'digi_ctl127': device_add [ 17.400115] PM: Adding info for No Bus:digi_ctl127 [ 17.404055] device: 'digi_ctl128': device_add [ 17.408115] PM: Adding info for No Bus:digi_ctl128 [ 17.412055] device: 'digi_ctl129': device_add [ 17.416128] PM: Adding info for No Bus:digi_ctl129 [ 17.420056] device: 'digi_ctl130': device_add [ 17.424123] PM: Adding info for No Bus:digi_ctl130 [ 17.428055] device: 'digi_ctl131': device_add [ 17.432117] PM: Adding info for No Bus:digi_ctl131 [ 17.436055] device: 'digi_ctl132': device_add [ 17.440116] PM: Adding info for No Bus:digi_ctl132 [ 17.444054] device: 'digi_ctl133': device_add [ 17.448116] PM: Adding info for No Bus:digi_ctl133 [ 17.452054] device: 'digi_ctl134': device_add [ 17.456117] PM: Adding info for No Bus:digi_ctl134 [ 17.460055] device: 'digi_ctl135': device_add [ 17.464126] PM: Adding info for No Bus:digi_ctl135 [ 17.468056] device: 'digi_ctl136': device_add [ 17.472123] PM: Adding info for No Bus:digi_ctl136 [ 17.476064] device: 'digi_ctl137': device_add [ 17.480124] PM: Adding info for No Bus:digi_ctl137 [ 17.484056] device: 'digi_ctl138': device_add [ 17.488119] PM: Adding info for No Bus:digi_ctl138 [ 17.492055] device: 'digi_ctl139': device_add [ 17.496121] PM: Adding info for No Bus:digi_ctl139 [ 17.500055] device: 'digi_ctl140': device_add [ 17.504119] PM: Adding info for No Bus:digi_ctl140 [ 17.508055] device: 'digi_ctl141': device_add [ 17.512128] PM: Adding info for No Bus:digi_ctl141 [ 17.516057] device: 'digi_ctl142': device_add [ 17.520125] PM: Adding info for No Bus:digi_ctl142 [ 17.524055] device: 'digi_ctl143': device_add [ 17.528119] PM: Adding info for No Bus:digi_ctl143 [ 17.532055] device: 'digi_ctl144': device_add [ 17.536120] PM: Adding info for No Bus:digi_ctl144 [ 17.540055] device: 'digi_ctl145': device_add [ 17.544121] PM: Adding info for No Bus:digi_ctl145 [ 17.548066] device: 'digi_ctl146': device_add [ 17.552126] PM: Adding info for No Bus:digi_ctl146 [ 17.556056] device: 'digi_ctl147': device_add [ 17.560130] PM: Adding info for No Bus:digi_ctl147 [ 17.564056] device: 'digi_ctl148': device_add [ 17.568126] PM: Adding info for No Bus:digi_ctl148 [ 17.572055] device: 'digi_ctl149': device_add [ 17.576122] PM: Adding info for No Bus:digi_ctl149 [ 17.580071] device: 'digi_ctl150': device_add [ 17.584129] PM: Adding info for No Bus:digi_ctl150 [ 17.588057] device: 'digi_ctl151': device_add [ 17.592139] PM: Adding info for No Bus:digi_ctl151 [ 17.596057] device: 'digi_ctl152': device_add [ 17.600126] PM: Adding info for No Bus:digi_ctl152 [ 17.604055] device: 'digi_ctl153': device_add [ 17.608132] PM: Adding info for No Bus:digi_ctl153 [ 17.612057] device: 'digi_ctl154': device_add [ 17.616128] PM: Adding info for No Bus:digi_ctl154 [ 17.620055] device: 'digi_ctl155': device_add [ 17.624123] PM: Adding info for No Bus:digi_ctl155 [ 17.628055] device: 'digi_ctl156': device_add [ 17.632123] PM: Adding info for No Bus:digi_ctl156 [ 17.636055] device: 'digi_ctl157': device_add [ 17.640122] PM: Adding info for No Bus:digi_ctl157 [ 17.644055] device: 'digi_ctl158': device_add [ 17.648123] PM: Adding info for No Bus:digi_ctl158 [ 17.652055] device: 'digi_ctl159': device_add [ 17.656134] PM: Adding info for No Bus:digi_ctl159 [ 17.660057] device: 'digi_ctl160': device_add [ 17.664129] PM: Adding info for No Bus:digi_ctl160 [ 17.668055] device: 'digi_ctl161': device_add [ 17.672124] PM: Adding info for No Bus:digi_ctl161 [ 17.676055] device: 'digi_ctl162': device_add [ 17.680125] PM: Adding info for No Bus:digi_ctl162 [ 17.684064] device: 'digi_ctl163': device_add [ 17.688132] PM: Adding info for No Bus:digi_ctl163 [ 17.692056] device: 'digi_ctl164': device_add [ 17.696127] PM: Adding info for No Bus:digi_ctl164 [ 17.700055] device: 'digi_ctl165': device_add [ 17.704137] PM: Adding info for No Bus:digi_ctl165 [ 17.708057] device: 'digi_ctl166': device_add [ 17.712133] PM: Adding info for No Bus:digi_ctl166 [ 17.716055] device: 'digi_ctl167': device_add [ 17.720145] PM: Adding info for No Bus:digi_ctl167 [ 17.724057] device: 'digi_ctl168': device_add [ 17.728129] PM: Adding info for No Bus:digi_ctl168 [ 17.732055] device: 'digi_ctl169': device_add [ 17.736128] PM: Adding info for No Bus:digi_ctl169 [ 17.740055] device: 'digi_ctl170': device_add [ 17.744129] PM: Adding info for No Bus:digi_ctl170 [ 17.748055] device: 'digi_ctl171': device_add [ 17.752142] PM: Adding info for No Bus:digi_ctl171 [ 17.756057] device: 'digi_ctl172': device_add [ 17.760137] PM: Adding info for No Bus:digi_ctl172 [ 17.764055] device: 'digi_ctl173': device_add [ 17.768131] PM: Adding info for No Bus:digi_ctl173 [ 17.772055] device: 'digi_ctl174': device_add [ 17.776130] PM: Adding info for No Bus:digi_ctl174 [ 17.780055] device: 'digi_ctl175': device_add [ 17.784131] PM: Adding info for No Bus:digi_ctl175 [ 17.788063] device: 'digi_ctl176': device_add [ 17.792139] PM: Adding info for No Bus:digi_ctl176 [ 17.796057] device: 'digi_ctl177': device_add [ 17.800142] PM: Adding info for No Bus:digi_ctl177 [ 17.804065] device: 'digi_ctl178': device_add [ 17.808141] PM: Adding info for No Bus:digi_ctl178 [ 17.812057] device: 'digi_ctl179': device_add [ 17.816151] PM: Adding info for No Bus:digi_ctl179 [ 17.820056] device: 'digi_ctl180': device_add [ 17.824133] PM: Adding info for No Bus:digi_ctl180 [ 17.828055] device: 'digi_ctl181': device_add [ 17.832132] PM: Adding info for No Bus:digi_ctl181 [ 17.836055] device: 'digi_ctl182': device_add [ 17.840133] PM: Adding info for No Bus:digi_ctl182 [ 17.844055] device: 'digi_ctl183': device_add [ 17.848142] PM: Adding info for No Bus:digi_ctl183 [ 17.852057] device: 'digi_ctl184': device_add [ 17.856139] PM: Adding info for No Bus:digi_ctl184 [ 17.860056] device: 'digi_ctl185': device_add [ 17.864133] PM: Adding info for No Bus:digi_ctl185 [ 17.868055] device: 'digi_ctl186': device_add [ 17.872133] PM: Adding info for No Bus:digi_ctl186 [ 17.876055] device: 'digi_ctl187': device_add [ 17.880146] PM: Adding info for No Bus:digi_ctl187 [ 17.884057] device: 'digi_ctl188': device_add [ 17.888153] PM: Adding info for No Bus:digi_ctl188 [ 17.892065] device: 'digi_ctl189': device_add [ 17.896150] PM: Adding info for No Bus:digi_ctl189 [ 17.900057] device: 'digi_ctl190': device_add [ 17.904141] PM: Adding info for No Bus:digi_ctl190 [ 17.908055] device: 'digi_ctl191': device_add [ 17.912136] PM: Adding info for No Bus:digi_ctl191 [ 17.916055] device: 'digi_ctl192': device_add [ 17.920135] PM: Adding info for No Bus:digi_ctl192 [ 17.924055] device: 'digi_ctl193': device_add [ 17.928135] PM: Adding info for No Bus:digi_ctl193 [ 17.932055] device: 'digi_ctl194': device_add [ 17.936134] PM: Adding info for No Bus:digi_ctl194 [ 17.940055] device: 'digi_ctl195': device_add [ 17.944146] PM: Adding info for No Bus:digi_ctl195 [ 17.948057] device: 'digi_ctl196': device_add [ 17.952141] PM: Adding info for No Bus:digi_ctl196 [ 17.956055] device: 'digi_ctl197': device_add [ 17.960135] PM: Adding info for No Bus:digi_ctl197 [ 17.964055] device: 'digi_ctl198': device_add [ 17.968136] PM: Adding info for No Bus:digi_ctl198 [ 17.972055] device: 'digi_ctl199': device_add [ 17.976136] PM: Adding info for No Bus:digi_ctl199 [ 17.980055] device: 'digi_ctl200': device_add [ 17.984134] PM: Adding info for No Bus:digi_ctl200 [ 17.988055] device: 'digi_ctl201': device_add [ 17.992145] PM: Adding info for No Bus:digi_ctl201 [ 17.996065] device: 'digi_ctl202': device_add [ 18.000146] PM: Adding info for No Bus:digi_ctl202 [ 18.004056] device: 'digi_ctl203': device_add [ 18.008140] PM: Adding info for No Bus:digi_ctl203 [ 18.012055] device: 'digi_ctl204': device_add [ 18.016137] PM: Adding info for No Bus:digi_ctl204 [ 18.020055] device: 'digi_ctl205': device_add [ 18.024137] PM: Adding info for No Bus:digi_ctl205 [ 18.028065] device: 'digi_ctl206': device_add [ 18.032145] PM: Adding info for No Bus:digi_ctl206 [ 18.036056] device: 'digi_ctl207': device_add [ 18.040147] PM: Adding info for No Bus:digi_ctl207 [ 18.044057] device: 'digi_ctl208': device_add [ 18.048143] PM: Adding info for No Bus:digi_ctl208 [ 18.052055] device: 'digi_ctl209': device_add [ 18.056139] PM: Adding info for No Bus:digi_ctl209 [ 18.060066] device: 'digi_ctl210': device_add [ 18.068027] PM: Adding info for No Bus:digi_ctl210 [ 18.072056] device: 'digi_ctl211': device_add [ 18.076153] PM: Adding info for No Bus:digi_ctl211 [ 18.080055] device: 'digi_ctl212': device_add [ 18.084142] PM: Adding info for No Bus:digi_ctl212 [ 18.088055] device: 'digi_ctl213': device_add [ 18.096075] PM: Adding info for No Bus:digi_ctl213 [ 18.100057] device: 'digi_ctl214': device_add [ 18.104146] PM: Adding info for No Bus:digi_ctl214 [ 18.108067] device: 'digi_ctl215': device_add [ 18.112147] PM: Adding info for No Bus:digi_ctl215 [ 18.116057] device: 'digi_ctl216': device_add [ 18.124118] PM: Adding info for No Bus:digi_ctl216 [ 18.128055] device: 'digi_ctl217': device_add [ 18.132139] PM: Adding info for No Bus:digi_ctl217 [ 18.136055] device: 'digi_ctl218': device_add [ 18.140140] PM: Adding info for No Bus:digi_ctl218 [ 18.144055] device: 'digi_ctl219': device_add [ 18.148151] PM: Adding info for No Bus:digi_ctl219 [ 18.152057] device: 'digi_ctl220': device_add [ 18.156148] PM: Adding info for No Bus:digi_ctl220 [ 18.160055] device: 'digi_ctl221': device_add [ 18.164141] PM: Adding info for No Bus:digi_ctl221 [ 18.168055] device: 'digi_ctl222': device_add [ 18.172141] PM: Adding info for No Bus:digi_ctl222 [ 18.176055] device: 'digi_ctl223': device_add [ 18.180141] PM: Adding info for No Bus:digi_ctl223 [ 18.184056] device: 'digi_ctl224': device_add [ 18.188158] PM: Adding info for No Bus:digi_ctl224 [ 18.192058] device: 'digi_ctl225': device_add [ 18.196155] PM: Adding info for No Bus:digi_ctl225 [ 18.200058] device: 'digi_ctl226': device_add [ 18.204149] PM: Adding info for No Bus:digi_ctl226 [ 18.208055] device: 'digi_ctl227': device_add [ 18.212143] PM: Adding info for No Bus:digi_ctl227 [ 18.216064] device: 'digi_ctl228': device_add [ 18.220153] PM: Adding info for No Bus:digi_ctl228 [ 18.224057] device: 'digi_ctl229': device_add [ 18.228144] PM: Adding info for No Bus:digi_ctl229 [ 18.232055] device: 'digi_ctl230': device_add [ 18.236143] PM: Adding info for No Bus:digi_ctl230 [ 18.240056] device: 'digi_ctl231': device_add [ 18.244170] PM: Adding info for No Bus:digi_ctl231 [ 18.248057] device: 'digi_ctl232': device_add [ 18.252153] PM: Adding info for No Bus:digi_ctl232 [ 18.256055] device: 'digi_ctl233': device_add [ 18.260147] PM: Adding info for No Bus:digi_ctl233 [ 18.264067] device: 'digi_ctl234': device_add [ 18.268156] PM: Adding info for No Bus:digi_ctl234 [ 18.272057] device: 'digi_ctl235': device_add [ 18.276146] PM: Adding info for No Bus:digi_ctl235 [ 18.280055] device: 'digi_ctl236': device_add [ 18.284147] PM: Adding info for No Bus:digi_ctl236 [ 18.288056] device: 'digi_ctl237': device_add [ 18.292156] PM: Adding info for No Bus:digi_ctl237 [ 18.296057] device: 'digi_ctl238': device_add [ 18.300152] PM: Adding info for No Bus:digi_ctl238 [ 18.304056] device: 'digi_ctl239': device_add [ 18.308146] PM: Adding info for No Bus:digi_ctl239 [ 18.316007] device: 'digi_ctl240': device_add [ 18.320146] PM: Adding info for No Bus:digi_ctl240 [ 18.324064] device: 'digi_ctl241': device_add [ 18.328154] PM: Adding info for No Bus:digi_ctl241 [ 18.332056] device: 'digi_ctl242': device_add [ 18.336147] PM: Adding info for No Bus:digi_ctl242 [ 18.344035] device: 'digi_ctl243': device_add [ 18.348155] PM: Adding info for No Bus:digi_ctl243 [ 18.352057] device: 'digi_ctl244': device_add [ 18.356154] PM: Adding info for No Bus:digi_ctl244 [ 18.360056] device: 'digi_ctl245': device_add [ 18.364148] PM: Adding info for No Bus:digi_ctl245 [ 18.368055] device: 'digi_ctl246': device_add [ 18.372148] PM: Adding info for No Bus:digi_ctl246 [ 18.376055] device: 'digi_ctl247': device_add [ 18.380148] PM: Adding info for No Bus:digi_ctl247 [ 18.384055] device: 'digi_ctl248': device_add [ 18.388148] PM: Adding info for No Bus:digi_ctl248 [ 18.392056] device: 'digi_ctl249': device_add [ 18.396158] PM: Adding info for No Bus:digi_ctl249 [ 18.400058] device: 'digi_ctl250': device_add [ 18.404156] PM: Adding info for No Bus:digi_ctl250 [ 18.408056] device: 'digi_ctl251': device_add [ 18.412151] PM: Adding info for No Bus:digi_ctl251 [ 18.416056] device: 'digi_ctl252': device_add [ 18.420162] PM: Adding info for No Bus:digi_ctl252 [ 18.424057] device: 'digi_ctl253': device_add [ 18.428160] PM: Adding info for No Bus:digi_ctl253 [ 18.432065] device: 'digi_ctl254': device_add [ 18.436159] PM: Adding info for No Bus:digi_ctl254 [ 18.440057] device: 'digi_ctl255': device_add [ 18.444160] PM: Adding info for No Bus:digi_ctl255 [ 18.448062] initcall epca_module_init+0x0/0x39e returned 0 after 4082031 usecs [ 18.452004] calling specialix_init_module+0x0/0x386 @ 1 [ 18.456002] sx: Specialix IO8+ driver v1.11, (c) R.E.Wolff 1997/1998. [ 18.460001] sx: derived from work (c) D.Gorodchanin 1994-1996. [ 18.464001] sx: DTR/RTS pin is always RTS. [ 18.468015] device: 'ttyW0': device_add [ 18.472162] PM: Adding info for No Bus:ttyW0 [ 18.476056] device: 'ttyW1': device_add [ 18.480145] PM: Adding info for No Bus:ttyW1 [ 18.484055] device: 'ttyW2': device_add [ 18.488167] PM: Adding info for No Bus:ttyW2 [ 18.492057] device: 'ttyW3': device_add [ 18.496145] PM: Adding info for No Bus:ttyW3 [ 18.500056] device: 'ttyW4': device_add [ 18.504144] PM: Adding info for No Bus:ttyW4 [ 18.508065] device: 'ttyW5': device_add [ 18.512150] PM: Adding info for No Bus:ttyW5 [ 18.516057] device: 'ttyW6': device_add [ 18.520156] PM: Adding info for No Bus:ttyW6 [ 18.524056] device: 'ttyW7': device_add [ 18.528148] PM: Adding info for No Bus:ttyW7 [ 18.532055] device: 'ttyW8': device_add [ 18.536147] PM: Adding info for No Bus:ttyW8 [ 18.540055] device: 'ttyW9': device_add [ 18.544145] PM: Adding info for No Bus:ttyW9 [ 18.548055] device: 'ttyW10': device_add [ 18.552146] PM: Adding info for No Bus:ttyW10 [ 18.556064] device: 'ttyW11': device_add [ 18.560166] PM: Adding info for No Bus:ttyW11 [ 18.564057] device: 'ttyW12': device_add [ 18.568156] PM: Adding info for No Bus:ttyW12 [ 18.572056] device: 'ttyW13': device_add [ 18.576147] PM: Adding info for No Bus:ttyW13 [ 18.580055] device: 'ttyW14': device_add [ 18.584147] PM: Adding info for No Bus:ttyW14 [ 18.588056] device: 'ttyW15': device_add [ 18.592147] PM: Adding info for No Bus:ttyW15 [ 18.596055] device: 'ttyW16': device_add [ 18.600148] PM: Adding info for No Bus:ttyW16 [ 18.604055] device: 'ttyW17': device_add [ 18.608159] PM: Adding info for No Bus:ttyW17 [ 18.612058] device: 'ttyW18': device_add [ 18.616157] PM: Adding info for No Bus:ttyW18 [ 18.620055] device: 'ttyW19': device_add [ 18.624151] PM: Adding info for No Bus:ttyW19 [ 18.628055] device: 'ttyW20': device_add [ 18.632167] PM: Adding info for No Bus:ttyW20 [ 18.636057] device: 'ttyW21': device_add [ 18.640154] PM: Adding info for No Bus:ttyW21 [ 18.644055] device: 'ttyW22': device_add [ 18.648153] PM: Adding info for No Bus:ttyW22 [ 18.652056] device: 'ttyW23': device_add [ 18.656161] PM: Adding info for No Bus:ttyW23 [ 18.660064] device: 'ttyW24': device_add [ 18.664163] PM: Adding info for No Bus:ttyW24 [ 18.668056] device: 'ttyW25': device_add [ 18.672154] PM: Adding info for No Bus:ttyW25 [ 18.676055] device: 'ttyW26': device_add [ 18.680154] PM: Adding info for No Bus:ttyW26 [ 18.684055] device: 'ttyW27': device_add [ 18.688156] PM: Adding info for No Bus:ttyW27 [ 18.692055] device: 'ttyW28': device_add [ 18.696154] PM: Adding info for No Bus:ttyW28 [ 18.700055] device: 'ttyW29': device_add [ 18.704166] PM: Adding info for No Bus:ttyW29 [ 18.708057] device: 'ttyW30': device_add [ 18.712161] PM: Adding info for No Bus:ttyW30 [ 18.720019] device: 'ttyW31': device_add [ 18.724094] PM: Adding info for No Bus:ttyW31 [ 18.728056] device: 'ttyW32': device_add [ 18.732157] PM: Adding info for No Bus:ttyW32 [ 18.736066] device: 'ttyW33': device_add [ 18.740165] PM: Adding info for No Bus:ttyW33 [ 18.744057] device: 'ttyW34': device_add [ 18.748157] PM: Adding info for No Bus:ttyW34 [ 18.752056] device: 'ttyW35': device_add [ 18.756167] PM: Adding info for No Bus:ttyW35 [ 18.760057] device: 'ttyW36': device_add [ 18.764165] PM: Adding info for No Bus:ttyW36 [ 18.768066] device: 'ttyW37': device_add [ 18.772167] PM: Adding info for No Bus:ttyW37 [ 18.776059] device: 'ttyW38': device_add [ 18.780173] PM: Adding info for No Bus:ttyW38 [ 18.788034] device: 'ttyW39': device_add [ 18.792124] PM: Adding info for No Bus:ttyW39 [ 18.796056] device: 'ttyW40': device_add [ 18.800159] PM: Adding info for No Bus:ttyW40 [ 18.804056] device: 'ttyW41': device_add [ 18.808171] PM: Adding info for No Bus:ttyW41 [ 18.812057] device: 'ttyW42': device_add [ 18.816192] PM: Adding info for No Bus:ttyW42 [ 18.820057] device: 'ttyW43': device_add [ 18.824164] PM: Adding info for No Bus:ttyW43 [ 18.828056] device: 'ttyW44': device_add [ 18.832161] PM: Adding info for No Bus:ttyW44 [ 18.836056] device: 'ttyW45': device_add [ 18.840161] PM: Adding info for No Bus:ttyW45 [ 18.844056] device: 'ttyW46': device_add [ 18.848165] PM: Adding info for No Bus:ttyW46 [ 18.856036] device: 'ttyW47': device_add [ 18.860147] PM: Adding info for No Bus:ttyW47 [ 18.864057] device: 'ttyW48': device_add [ 18.868172] PM: Adding info for No Bus:ttyW48 [ 18.872056] device: 'ttyW49': device_add [ 18.876165] PM: Adding info for No Bus:ttyW49 [ 18.880068] device: 'ttyW50': device_add [ 18.884174] PM: Adding info for No Bus:ttyW50 [ 18.888059] device: 'ttyW51': device_add [ 18.892166] PM: Adding info for No Bus:ttyW51 [ 18.896056] device: 'ttyW52': device_add [ 18.900165] PM: Adding info for No Bus:ttyW52 [ 18.904056] device: 'ttyW53': device_add [ 18.908176] PM: Adding info for No Bus:ttyW53 [ 18.912058] device: 'ttyW54': device_add [ 18.916185] PM: Adding info for No Bus:ttyW54 [ 18.920057] device: 'ttyW55': device_add [ 18.924174] PM: Adding info for No Bus:ttyW55 [ 18.928057] device: 'ttyW56': device_add [ 18.932169] PM: Adding info for No Bus:ttyW56 [ 18.936068] device: 'ttyW57': device_add [ 18.940176] PM: Adding info for No Bus:ttyW57 [ 18.944057] device: 'ttyW58': device_add [ 18.948167] PM: Adding info for No Bus:ttyW58 [ 18.952056] device: 'ttyW59': device_add [ 18.956179] PM: Adding info for No Bus:ttyW59 [ 18.960058] device: 'ttyW60': device_add [ 18.964178] PM: Adding info for No Bus:ttyW60 [ 18.968066] device: 'ttyW61': device_add [ 18.972180] PM: Adding info for No Bus:ttyW61 [ 18.976057] device: 'ttyW62': device_add [ 18.980169] PM: Adding info for No Bus:ttyW62 [ 18.984065] device: 'ttyW63': device_add [ 18.988177] PM: Adding info for No Bus:ttyW63 [ 18.992079] sx0: specialix IO8+ Board at 0x100 not found. [ 18.996012] sx1: specialix IO8+ Board at 0x180 not found. [ 19.000011] sx2: specialix IO8+ Board at 0x250 not found. [ 19.004011] sx3: specialix IO8+ Board at 0x260 not found. [ 19.008234] device: 'ttyW0': device_unregister [ 19.012002] PM: Removing info for No Bus:ttyW0 [ 19.016190] device: 'ttyW0': device_create_release [ 19.020165] device: 'ttyW1': device_unregister [ 19.024002] PM: Removing info for No Bus:ttyW1 [ 19.028174] device: 'ttyW1': device_create_release [ 19.032161] device: 'ttyW2': device_unregister [ 19.036002] PM: Removing info for No Bus:ttyW2 [ 19.040175] device: 'ttyW2': device_create_release [ 19.044158] device: 'ttyW3': device_unregister [ 19.048003] PM: Removing info for No Bus:ttyW3 [ 19.052175] device: 'ttyW3': device_create_release [ 19.056158] device: 'ttyW4': device_unregister [ 19.060002] PM: Removing info for No Bus:ttyW4 [ 19.064177] device: 'ttyW4': device_create_release [ 19.068158] device: 'ttyW5': device_unregister [ 19.072002] PM: Removing info for No Bus:ttyW5 [ 19.076176] device: 'ttyW5': device_create_release [ 19.080159] device: 'ttyW6': device_unregister [ 19.084002] PM: Removing info for No Bus:ttyW6 [ 19.088174] device: 'ttyW6': device_create_release [ 19.092158] device: 'ttyW7': device_unregister [ 19.096002] PM: Removing info for No Bus:ttyW7 [ 19.100173] device: 'ttyW7': device_create_release [ 19.104158] device: 'ttyW8': device_unregister [ 19.108002] PM: Removing info for No Bus:ttyW8 [ 19.112177] device: 'ttyW8': device_create_release [ 19.116159] device: 'ttyW9': device_unregister [ 19.120002] PM: Removing info for No Bus:ttyW9 [ 19.124182] device: 'ttyW9': device_create_release [ 19.128160] device: 'ttyW10': device_unregister [ 19.132002] PM: Removing info for No Bus:ttyW10 [ 19.140021] device: 'ttyW10': device_create_release [ 19.144160] device: 'ttyW11': device_unregister [ 19.148002] PM: Removing info for No Bus:ttyW11 [ 19.152196] device: 'ttyW11': device_create_release [ 19.156164] device: 'ttyW12': device_unregister [ 19.160002] PM: Removing info for No Bus:ttyW12 [ 19.164180] device: 'ttyW12': device_create_release [ 19.168161] device: 'ttyW13': device_unregister [ 19.172002] PM: Removing info for No Bus:ttyW13 [ 19.176179] device: 'ttyW13': device_create_release [ 19.180160] device: 'ttyW14': device_unregister [ 19.184002] PM: Removing info for No Bus:ttyW14 [ 19.188182] device: 'ttyW14': device_create_release [ 19.192161] device: 'ttyW15': device_unregister [ 19.196002] PM: Removing info for No Bus:ttyW15 [ 19.200185] device: 'ttyW15': device_create_release [ 19.204161] device: 'ttyW16': device_unregister [ 19.208003] PM: Removing info for No Bus:ttyW16 [ 19.212189] device: 'ttyW16': device_create_release [ 19.216161] device: 'ttyW17': device_unregister [ 19.220002] PM: Removing info for No Bus:ttyW17 [ 19.224199] device: 'ttyW17': device_create_release [ 19.228165] device: 'ttyW18': device_unregister [ 19.232002] PM: Removing info for No Bus:ttyW18 [ 19.236184] device: 'ttyW18': device_create_release [ 19.240163] device: 'ttyW19': device_unregister [ 19.244002] PM: Removing info for No Bus:ttyW19 [ 19.248185] device: 'ttyW19': device_create_release [ 19.252163] device: 'ttyW20': device_unregister [ 19.256002] PM: Removing info for No Bus:ttyW20 [ 19.260179] device: 'ttyW20': device_create_release [ 19.264179] device: 'ttyW21': device_unregister [ 19.268002] PM: Removing info for No Bus:ttyW21 [ 19.272182] device: 'ttyW21': device_create_release [ 19.276160] device: 'ttyW22': device_unregister [ 19.280002] PM: Removing info for No Bus:ttyW22 [ 19.284181] device: 'ttyW22': device_create_release [ 19.288163] device: 'ttyW23': device_unregister [ 19.292002] PM: Removing info for No Bus:ttyW23 [ 19.296193] device: 'ttyW23': device_create_release [ 19.300175] device: 'ttyW24': device_unregister [ 19.304002] PM: Removing info for No Bus:ttyW24 [ 19.308178] device: 'ttyW24': device_create_release [ 19.312160] device: 'ttyW25': device_unregister [ 19.316002] PM: Removing info for No Bus:ttyW25 [ 19.320174] device: 'ttyW25': device_create_release [ 19.324159] device: 'ttyW26': device_unregister [ 19.328003] PM: Removing info for No Bus:ttyW26 [ 19.332177] device: 'ttyW26': device_create_release [ 19.336159] device: 'ttyW27': device_unregister [ 19.340002] PM: Removing info for No Bus:ttyW27 [ 19.344180] device: 'ttyW27': device_create_release [ 19.348159] device: 'ttyW28': device_unregister [ 19.352002] PM: Removing info for No Bus:ttyW28 [ 19.356183] device: 'ttyW28': device_create_release [ 19.360160] device: 'ttyW29': device_unregister [ 19.364002] PM: Removing info for No Bus:ttyW29 [ 19.368196] device: 'ttyW29': device_create_release [ 19.372162] device: 'ttyW30': device_unregister [ 19.376002] PM: Removing info for No Bus:ttyW30 [ 19.380180] device: 'ttyW30': device_create_release [ 19.384160] device: 'ttyW31': device_unregister [ 19.388002] PM: Removing info for No Bus:ttyW31 [ 19.392179] device: 'ttyW31': device_create_release [ 19.396160] device: 'ttyW32': device_unregister [ 19.400002] PM: Removing info for No Bus:ttyW32 [ 19.404181] device: 'ttyW32': device_create_release [ 19.408176] device: 'ttyW33': device_unregister [ 19.412002] PM: Removing info for No Bus:ttyW33 [ 19.416188] device: 'ttyW33': device_create_release [ 19.420161] device: 'ttyW34': device_unregister [ 19.424002] PM: Removing info for No Bus:ttyW34 [ 19.428187] device: 'ttyW34': device_create_release [ 19.432161] device: 'ttyW35': device_unregister [ 19.436002] PM: Removing info for No Bus:ttyW35 [ 19.440197] device: 'ttyW35': device_create_release [ 19.444164] device: 'ttyW36': device_unregister [ 19.448003] PM: Removing info for No Bus:ttyW36 [ 19.452182] device: 'ttyW36': device_create_release [ 19.456173] device: 'ttyW37': device_unregister [ 19.460002] PM: Removing info for No Bus:ttyW37 [ 19.464185] device: 'ttyW37': device_create_release [ 19.468161] device: 'ttyW38': device_unregister [ 19.472002] PM: Removing info for No Bus:ttyW38 [ 19.476182] device: 'ttyW38': device_create_release [ 19.480176] device: 'ttyW39': device_unregister [ 19.484002] PM: Removing info for No Bus:ttyW39 [ 19.488184] device: 'ttyW39': device_create_release [ 19.492159] device: 'ttyW40': device_unregister [ 19.496002] PM: Removing info for No Bus:ttyW40 [ 19.500180] device: 'ttyW40': device_create_release [ 19.504159] device: 'ttyW41': device_unregister [ 19.508002] PM: Removing info for No Bus:ttyW41 [ 19.512190] device: 'ttyW41': device_create_release [ 19.516163] device: 'ttyW42': device_unregister [ 19.520002] PM: Removing info for No Bus:ttyW42 [ 19.524176] device: 'ttyW42': device_create_release [ 19.528160] device: 'ttyW43': device_unregister [ 19.532002] PM: Removing info for No Bus:ttyW43 [ 19.536176] device: 'ttyW43': device_create_release [ 19.540160] device: 'ttyW44': device_unregister [ 19.544003] PM: Removing info for No Bus:ttyW44 [ 19.548180] device: 'ttyW44': device_create_release [ 19.552160] device: 'ttyW45': device_unregister [ 19.556002] PM: Removing info for No Bus:ttyW45 [ 19.560182] device: 'ttyW45': device_create_release [ 19.564160] device: 'ttyW46': device_unregister [ 19.568003] PM: Removing info for No Bus:ttyW46 [ 19.572187] device: 'ttyW46': device_create_release [ 19.576160] device: 'ttyW47': device_unregister [ 19.580002] PM: Removing info for No Bus:ttyW47 [ 19.584196] device: 'ttyW47': device_create_release [ 19.588163] device: 'ttyW48': device_unregister [ 19.592002] PM: Removing info for No Bus:ttyW48 [ 19.596181] device: 'ttyW48': device_create_release [ 19.600161] device: 'ttyW49': device_unregister [ 19.604002] PM: Removing info for No Bus:ttyW49 [ 19.608182] device: 'ttyW49': device_create_release [ 19.612173] device: 'ttyW50': device_unregister [ 19.616002] PM: Removing info for No Bus:ttyW50 [ 19.620186] device: 'ttyW50': device_create_release [ 19.624161] device: 'ttyW51': device_unregister [ 19.628002] PM: Removing info for No Bus:ttyW51 [ 19.632185] device: 'ttyW51': device_create_release [ 19.636161] device: 'ttyW52': device_unregister [ 19.640002] PM: Removing info for No Bus:ttyW52 [ 19.644187] device: 'ttyW52': device_create_release [ 19.648162] device: 'ttyW53': device_unregister [ 19.652002] PM: Removing info for No Bus:ttyW53 [ 19.656199] device: 'ttyW53': device_create_release [ 19.660164] device: 'ttyW54': device_unregister [ 19.664002] PM: Removing info for No Bus:ttyW54 [ 19.668185] device: 'ttyW54': device_create_release [ 19.672162] device: 'ttyW55': device_unregister [ 19.676002] PM: Removing info for No Bus:ttyW55 [ 19.680185] device: 'ttyW55': device_create_release [ 19.684162] device: 'ttyW56': device_unregister [ 19.688003] PM: Removing info for No Bus:ttyW56 [ 19.692187] device: 'ttyW56': device_create_release [ 19.696178] device: 'ttyW57': device_unregister [ 19.700002] PM: Removing info for No Bus:ttyW57 [ 19.704191] device: 'ttyW57': device_create_release [ 19.708162] device: 'ttyW58': device_unregister [ 19.712002] PM: Removing info for No Bus:ttyW58 [ 19.716188] device: 'ttyW58': device_create_release [ 19.720163] device: 'ttyW59': device_unregister [ 19.724002] PM: Removing info for No Bus:ttyW59 [ 19.728203] device: 'ttyW59': device_create_release [ 19.732165] device: 'ttyW60': device_unregister [ 19.736002] PM: Removing info for No Bus:ttyW60 [ 19.740189] device: 'ttyW60': device_create_release [ 19.744176] device: 'ttyW61': device_unregister [ 19.748002] PM: Removing info for No Bus:ttyW61 [ 19.752192] device: 'ttyW61': device_create_release [ 19.756165] device: 'ttyW62': device_unregister [ 19.760002] PM: Removing info for No Bus:ttyW62 [ 19.764191] device: 'ttyW62': device_create_release [ 19.768178] device: 'ttyW63': device_unregister [ 19.772002] PM: Removing info for No Bus:ttyW63 [ 19.776198] device: 'ttyW63': device_create_release [ 19.780018] sx: No specialix IO8+ boards detected. [ 19.784008] initcall specialix_init_module+0x0/0x386 returned -5 after 1296875 usecs [ 19.788004] initcall specialix_init_module+0x0/0x386 returned with error code -5 [ 19.792004] calling ip2_loadmain+0x0/0x11c0 @ 1 [ 19.796002] Computone IntelliPort Plus multiport driver version 1.2.14 [ 19.800031] device class 'ip2': registering [ 19.804073] initcall ip2_loadmain+0x0/0x11c0 returned 0 after 7812 usecs [ 19.808005] calling riscom8_init_module+0x0/0x3be @ 1 [ 19.812002] rc: SDL RISCom/8 card driver v1.1, (c) D.Gorodchanin 1994-1996. [ 19.816026] device: 'ttyL0': device_add [ 19.820207] PM: Adding info for No Bus:ttyL0 [ 19.824058] device: 'ttyL1': device_add [ 19.828153] PM: Adding info for No Bus:ttyL1 [ 19.832056] device: 'ttyL2': device_add [ 19.836147] PM: Adding info for No Bus:ttyL2 [ 19.840055] device: 'ttyL3': device_add [ 19.844144] PM: Adding info for No Bus:ttyL3 [ 19.848057] device: 'ttyL4': device_add [ 19.852146] PM: Adding info for No Bus:ttyL4 [ 19.856055] device: 'ttyL5': device_add [ 19.860146] PM: Adding info for No Bus:ttyL5 [ 19.864056] device: 'ttyL6': device_add [ 19.868146] PM: Adding info for No Bus:ttyL6 [ 19.872056] device: 'ttyL7': device_add [ 19.876147] PM: Adding info for No Bus:ttyL7 [ 19.880056] device: 'ttyL8': device_add [ 19.884146] PM: Adding info for No Bus:ttyL8 [ 19.888057] device: 'ttyL9': device_add [ 19.892147] PM: Adding info for No Bus:ttyL9 [ 19.896056] device: 'ttyL10': device_add [ 19.900147] PM: Adding info for No Bus:ttyL10 [ 19.904056] device: 'ttyL11': device_add [ 19.908164] PM: Adding info for No Bus:ttyL11 [ 19.912058] device: 'ttyL12': device_add [ 19.916153] PM: Adding info for No Bus:ttyL12 [ 19.920056] device: 'ttyL13': device_add [ 19.924148] PM: Adding info for No Bus:ttyL13 [ 19.928057] device: 'ttyL14': device_add [ 19.932148] PM: Adding info for No Bus:ttyL14 [ 19.936056] device: 'ttyL15': device_add [ 19.940147] PM: Adding info for No Bus:ttyL15 [ 19.944056] device: 'ttyL16': device_add [ 19.948149] PM: Adding info for No Bus:ttyL16 [ 19.952056] device: 'ttyL17': device_add [ 19.956163] PM: Adding info for No Bus:ttyL17 [ 19.960057] device: 'ttyL18': device_add [ 19.964151] PM: Adding info for No Bus:ttyL18 [ 19.968057] device: 'ttyL19': device_add [ 19.972160] PM: Adding info for No Bus:ttyL19 [ 19.976058] device: 'ttyL20': device_add [ 19.980155] PM: Adding info for No Bus:ttyL20 [ 19.984056] device: 'ttyL21': device_add [ 19.988147] PM: Adding info for No Bus:ttyL21 [ 19.992064] device: 'ttyL22': device_add [ 19.996156] PM: Adding info for No Bus:ttyL22 [ 20.000057] device: 'ttyL23': device_add [ 20.004166] PM: Adding info for No Bus:ttyL23 [ 20.008059] device: 'ttyL24': device_add [ 20.012155] PM: Adding info for No Bus:ttyL24 [ 20.016056] device: 'ttyL25': device_add [ 20.020151] PM: Adding info for No Bus:ttyL25 [ 20.024056] device: 'ttyL26': device_add [ 20.028151] PM: Adding info for No Bus:ttyL26 [ 20.032056] device: 'ttyL27': device_add [ 20.036150] PM: Adding info for No Bus:ttyL27 [ 20.040056] device: 'ttyL28': device_add [ 20.044150] PM: Adding info for No Bus:ttyL28 [ 20.048057] device: 'ttyL29': device_add [ 20.052166] PM: Adding info for No Bus:ttyL29 [ 20.056061] device: 'ttyL30': device_add [ 20.060158] PM: Adding info for No Bus:ttyL30 [ 20.064065] device: 'ttyL31': device_add [ 20.068156] PM: Adding info for No Bus:ttyL31 [ 20.072075] rc0: RISCom/8 Board at 0x220 not found. [ 20.076030] rc1: RISCom/8 Board at 0x240 not found. [ 20.080029] rc2: RISCom/8 Board at 0x250 not found. [ 20.084029] rc3: RISCom/8 Board at 0x260 not found. [ 20.088222] device: 'ttyL0': device_unregister [ 20.092002] PM: Removing info for No Bus:ttyL0 [ 20.096176] device: 'ttyL0': device_create_release [ 20.104049] device: 'ttyL1': device_unregister [ 20.108002] PM: Removing info for No Bus:ttyL1 [ 20.112176] device: 'ttyL1': device_create_release [ 20.116158] device: 'ttyL2': device_unregister [ 20.120002] PM: Removing info for No Bus:ttyL2 [ 20.124179] device: 'ttyL2': device_create_release [ 20.132073] device: 'ttyL3': device_unregister [ 20.136002] PM: Removing info for No Bus:ttyL3 [ 20.140181] device: 'ttyL3': device_create_release [ 20.144158] device: 'ttyL4': device_unregister [ 20.148002] PM: Removing info for No Bus:ttyL4 [ 20.152183] device: 'ttyL4': device_create_release [ 20.160108] device: 'ttyL5': device_unregister [ 20.164002] PM: Removing info for No Bus:ttyL5 [ 20.168186] device: 'ttyL5': device_create_release [ 20.172159] device: 'ttyL6': device_unregister [ 20.176002] PM: Removing info for No Bus:ttyL6 [ 20.180177] device: 'ttyL6': device_create_release [ 20.188143] device: 'ttyL7': device_unregister [ 20.192002] PM: Removing info for No Bus:ttyL7 [ 20.196179] device: 'ttyL7': device_create_release [ 20.200160] device: 'ttyL8': device_unregister [ 20.204002] PM: Removing info for No Bus:ttyL8 [ 20.208183] device: 'ttyL8': device_create_release [ 20.212160] device: 'ttyL9': device_unregister [ 20.216002] PM: Removing info for No Bus:ttyL9 [ 20.220184] device: 'ttyL9': device_create_release [ 20.224161] device: 'ttyL10': device_unregister [ 20.228002] PM: Removing info for No Bus:ttyL10 [ 20.232187] device: 'ttyL10': device_create_release [ 20.236161] device: 'ttyL11': device_unregister [ 20.240002] PM: Removing info for No Bus:ttyL11 [ 20.244183] device: 'ttyL11': device_create_release [ 20.248163] device: 'ttyL12': device_unregister [ 20.252002] PM: Removing info for No Bus:ttyL12 [ 20.260007] device: 'ttyL12': device_create_release [ 20.264161] device: 'ttyL13': device_unregister [ 20.268002] PM: Removing info for No Bus:ttyL13 [ 20.272183] device: 'ttyL13': device_create_release [ 20.276162] device: 'ttyL14': device_unregister [ 20.280002] PM: Removing info for No Bus:ttyL14 [ 20.284186] device: 'ttyL14': device_create_release [ 20.288163] device: 'ttyL15': device_unregister [ 20.292002] PM: Removing info for No Bus:ttyL15 [ 20.296189] device: 'ttyL15': device_create_release [ 20.300162] device: 'ttyL16': device_unregister [ 20.304002] PM: Removing info for No Bus:ttyL16 [ 20.308191] device: 'ttyL16': device_create_release [ 20.312165] device: 'ttyL17': device_unregister [ 20.316002] PM: Removing info for No Bus:ttyL17 [ 20.320197] device: 'ttyL17': device_create_release [ 20.324167] device: 'ttyL18': device_unregister [ 20.328003] PM: Removing info for No Bus:ttyL18 [ 20.332180] device: 'ttyL18': device_create_release [ 20.336160] device: 'ttyL19': device_unregister [ 20.340002] PM: Removing info for No Bus:ttyL19 [ 20.348002] device: 'ttyL19': device_create_release [ 20.352158] device: 'ttyL20': device_unregister [ 20.356002] PM: Removing info for No Bus:ttyL20 [ 20.360181] device: 'ttyL20': device_create_release [ 20.364159] device: 'ttyL21': device_unregister [ 20.368003] PM: Removing info for No Bus:ttyL21 [ 20.372185] device: 'ttyL21': device_create_release [ 20.376161] device: 'ttyL22': device_unregister [ 20.380002] PM: Removing info for No Bus:ttyL22 [ 20.384186] device: 'ttyL22': device_create_release [ 20.388161] device: 'ttyL23': device_unregister [ 20.392002] PM: Removing info for No Bus:ttyL23 [ 20.396197] device: 'ttyL23': device_create_release [ 20.400163] device: 'ttyL24': device_unregister [ 20.404002] PM: Removing info for No Bus:ttyL24 [ 20.408185] device: 'ttyL24': device_create_release [ 20.412161] device: 'ttyL25': device_unregister [ 20.416002] PM: Removing info for No Bus:ttyL25 [ 20.420183] device: 'ttyL25': device_create_release [ 20.424160] device: 'ttyL26': device_unregister [ 20.428002] PM: Removing info for No Bus:ttyL26 [ 20.432187] device: 'ttyL26': device_create_release [ 20.436160] device: 'ttyL27': device_unregister [ 20.440002] PM: Removing info for No Bus:ttyL27 [ 20.444188] device: 'ttyL27': device_create_release [ 20.448161] device: 'ttyL28': device_unregister [ 20.452002] PM: Removing info for No Bus:ttyL28 [ 20.456190] device: 'ttyL28': device_create_release [ 20.460160] device: 'ttyL29': device_unregister [ 20.464002] PM: Removing info for No Bus:ttyL29 [ 20.468204] device: 'ttyL29': device_create_release [ 20.472163] device: 'ttyL30': device_unregister [ 20.476002] PM: Removing info for No Bus:ttyL30 [ 20.480193] device: 'ttyL30': device_create_release [ 20.484161] device: 'ttyL31': device_unregister [ 20.488003] PM: Removing info for No Bus:ttyL31 [ 20.492195] device: 'ttyL31': device_create_release [ 20.496018] rc: No RISCom/8 boards detected. [ 20.500008] initcall riscom8_init_module+0x0/0x3be returned -5 after 671875 usecs [ 20.504004] initcall riscom8_init_module+0x0/0x3be returned with error code -5 [ 20.508003] calling isicom_init+0x0/0x1b2 @ 1 [ 20.512025] bus: 'pci': add driver isicom [ 20.516074] initcall isicom_init+0x0/0x1b2 returned 0 after 3906 usecs [ 20.520005] calling synclink_init+0x0/0x20c @ 1 [ 20.524002] SyncLink serial driver $Revision: 4.38 $ [ 20.528004] bus: 'pci': add driver synclink [ 20.532074] device: 'ttySL0': device_add [ 20.536198] PM: Adding info for No Bus:ttySL0 [ 20.540057] device: 'ttySL1': device_add [ 20.544153] PM: Adding info for No Bus:ttySL1 [ 20.548055] device: 'ttySL2': device_add [ 20.552147] PM: Adding info for No Bus:ttySL2 [ 20.556056] device: 'ttySL3': device_add [ 20.560150] PM: Adding info for No Bus:ttySL3 [ 20.564055] device: 'ttySL4': device_add [ 20.568156] PM: Adding info for No Bus:ttySL4 [ 20.572056] device: 'ttySL5': device_add [ 20.576149] PM: Adding info for No Bus:ttySL5 [ 20.580057] device: 'ttySL6': device_add [ 20.584149] PM: Adding info for No Bus:ttySL6 [ 20.588056] device: 'ttySL7': device_add [ 20.592150] PM: Adding info for No Bus:ttySL7 [ 20.596056] device: 'ttySL8': device_add [ 20.600148] PM: Adding info for No Bus:ttySL8 [ 20.604057] device: 'ttySL9': device_add [ 20.608150] PM: Adding info for No Bus:ttySL9 [ 20.612056] device: 'ttySL10': device_add [ 20.616152] PM: Adding info for No Bus:ttySL10 [ 20.620056] device: 'ttySL11': device_add [ 20.624150] PM: Adding info for No Bus:ttySL11 [ 20.628057] device: 'ttySL12': device_add [ 20.632151] PM: Adding info for No Bus:ttySL12 [ 20.636056] device: 'ttySL13': device_add [ 20.640152] PM: Adding info for No Bus:ttySL13 [ 20.644056] device: 'ttySL14': device_add [ 20.648151] PM: Adding info for No Bus:ttySL14 [ 20.652056] device: 'ttySL15': device_add [ 20.656163] PM: Adding info for No Bus:ttySL15 [ 20.660058] device: 'ttySL16': device_add [ 20.664161] PM: Adding info for No Bus:ttySL16 [ 20.668056] device: 'ttySL17': device_add [ 20.672150] PM: Adding info for No Bus:ttySL17 [ 20.676057] device: 'ttySL18': device_add [ 20.680153] PM: Adding info for No Bus:ttySL18 [ 20.684056] device: 'ttySL19': device_add [ 20.688154] PM: Adding info for No Bus:ttySL19 [ 20.692056] device: 'ttySL20': device_add [ 20.696151] PM: Adding info for No Bus:ttySL20 [ 20.700057] device: 'ttySL21': device_add [ 20.704163] PM: Adding info for No Bus:ttySL21 [ 20.708058] device: 'ttySL22': device_add [ 20.712162] PM: Adding info for No Bus:ttySL22 [ 20.716056] device: 'ttySL23': device_add [ 20.720154] PM: Adding info for No Bus:ttySL23 [ 20.724057] device: 'ttySL24': device_add [ 20.728156] PM: Adding info for No Bus:ttySL24 [ 20.732056] device: 'ttySL25': device_add [ 20.736156] PM: Adding info for No Bus:ttySL25 [ 20.740056] device: 'ttySL26': device_add [ 20.744153] PM: Adding info for No Bus:ttySL26 [ 20.748057] device: 'ttySL27': device_add [ 20.752165] PM: Adding info for No Bus:ttySL27 [ 20.756058] device: 'ttySL28': device_add [ 20.760167] PM: Adding info for No Bus:ttySL28 [ 20.764056] device: 'ttySL29': device_add [ 20.768160] PM: Adding info for No Bus:ttySL29 [ 20.772057] device: 'ttySL30': device_add [ 20.776158] PM: Adding info for No Bus:ttySL30 [ 20.780055] device: 'ttySL31': device_add [ 20.784159] PM: Adding info for No Bus:ttySL31 [ 20.788056] device: 'ttySL32': device_add [ 20.792158] PM: Adding info for No Bus:ttySL32 [ 20.796056] device: 'ttySL33': device_add [ 20.800170] PM: Adding info for No Bus:ttySL33 [ 20.804058] device: 'ttySL34': device_add [ 20.808169] PM: Adding info for No Bus:ttySL34 [ 20.812056] device: 'ttySL35': device_add [ 20.816187] PM: Adding info for No Bus:ttySL35 [ 20.820067] device: 'ttySL36': device_add [ 20.824175] PM: Adding info for No Bus:ttySL36 [ 20.828057] device: 'ttySL37': device_add [ 20.832181] PM: Adding info for No Bus:ttySL37 [ 20.836058] device: 'ttySL38': device_add [ 20.844038] PM: Adding info for No Bus:ttySL38 [ 20.848056] device: 'ttySL39': device_add [ 20.852172] PM: Adding info for No Bus:ttySL39 [ 20.856059] device: 'ttySL40': device_add [ 20.860169] PM: Adding info for No Bus:ttySL40 [ 20.864056] device: 'ttySL41': device_add [ 20.868164] PM: Adding info for No Bus:ttySL41 [ 20.872056] device: 'ttySL42': device_add [ 20.876162] PM: Adding info for No Bus:ttySL42 [ 20.880057] device: 'ttySL43': device_add [ 20.884163] PM: Adding info for No Bus:ttySL43 [ 20.888057] device: 'ttySL44': device_add [ 20.896083] PM: Adding info for No Bus:ttySL44 [ 20.900056] device: 'ttySL45': device_add [ 20.904172] PM: Adding info for No Bus:ttySL45 [ 20.908058] device: 'ttySL46': device_add [ 20.912171] PM: Adding info for No Bus:ttySL46 [ 20.916057] device: 'ttySL47': device_add [ 20.920164] PM: Adding info for No Bus:ttySL47 [ 20.924056] device: 'ttySL48': device_add [ 20.928167] PM: Adding info for No Bus:ttySL48 [ 20.932065] device: 'ttySL49': device_add [ 20.936172] PM: Adding info for No Bus:ttySL49 [ 20.940059] device: 'ttySL50': device_add [ 20.948151] PM: Adding info for No Bus:ttySL50 [ 20.952057] device: 'ttySL51': device_add [ 20.956175] PM: Adding info for No Bus:ttySL51 [ 20.960058] device: 'ttySL52': device_add [ 20.964174] PM: Adding info for No Bus:ttySL52 [ 20.968058] device: 'ttySL53': device_add [ 20.972166] PM: Adding info for No Bus:ttySL53 [ 20.976057] device: 'ttySL54': device_add [ 20.980165] PM: Adding info for No Bus:ttySL54 [ 20.984056] device: 'ttySL55': device_add [ 20.988181] PM: Adding info for No Bus:ttySL55 [ 20.992066] device: 'ttySL56': device_add [ 20.996181] PM: Adding info for No Bus:ttySL56 [ 21.000059] device: 'ttySL57': device_add [ 21.004178] PM: Adding info for No Bus:ttySL57 [ 21.008059] device: 'ttySL58': device_add [ 21.012177] PM: Adding info for No Bus:ttySL58 [ 21.016056] device: 'ttySL59': device_add [ 21.020168] PM: Adding info for No Bus:ttySL59 [ 21.024057] device: 'ttySL60': device_add [ 21.028167] PM: Adding info for No Bus:ttySL60 [ 21.032056] device: 'ttySL61': device_add [ 21.036170] PM: Adding info for No Bus:ttySL61 [ 21.040065] device: 'ttySL62': device_add [ 21.044176] PM: Adding info for No Bus:ttySL62 [ 21.048060] device: 'ttySL63': device_add [ 21.052181] PM: Adding info for No Bus:ttySL63 [ 21.056058] device: 'ttySL64': device_add [ 21.060180] PM: Adding info for No Bus:ttySL64 [ 21.064056] device: 'ttySL65': device_add [ 21.068170] PM: Adding info for No Bus:ttySL65 [ 21.072057] device: 'ttySL66': device_add [ 21.076173] PM: Adding info for No Bus:ttySL66 [ 21.080058] device: 'ttySL67': device_add [ 21.084174] PM: Adding info for No Bus:ttySL67 [ 21.088057] device: 'ttySL68': device_add [ 21.092174] PM: Adding info for No Bus:ttySL68 [ 21.096057] device: 'ttySL69': device_add [ 21.100185] PM: Adding info for No Bus:ttySL69 [ 21.104058] device: 'ttySL70': device_add [ 21.108186] PM: Adding info for No Bus:ttySL70 [ 21.112056] device: 'ttySL71': device_add [ 21.116173] PM: Adding info for No Bus:ttySL71 [ 21.120058] device: 'ttySL72': device_add [ 21.124174] PM: Adding info for No Bus:ttySL72 [ 21.128057] device: 'ttySL73': device_add [ 21.132178] PM: Adding info for No Bus:ttySL73 [ 21.136068] device: 'ttySL74': device_add [ 21.140183] PM: Adding info for No Bus:ttySL74 [ 21.144067] device: 'ttySL75': device_add [ 21.148196] PM: Adding info for No Bus:ttySL75 [ 21.152059] device: 'ttySL76': device_add [ 21.156187] PM: Adding info for No Bus:ttySL76 [ 21.160057] device: 'ttySL77': device_add [ 21.164177] PM: Adding info for No Bus:ttySL77 [ 21.168059] device: 'ttySL78': device_add [ 21.172181] PM: Adding info for No Bus:ttySL78 [ 21.176056] device: 'ttySL79': device_add [ 21.184060] PM: Adding info for No Bus:ttySL79 [ 21.188056] device: 'ttySL80': device_add [ 21.192179] PM: Adding info for No Bus:ttySL80 [ 21.196057] device: 'ttySL81': device_add [ 21.200187] PM: Adding info for No Bus:ttySL81 [ 21.204060] device: 'ttySL82': device_add [ 21.208188] PM: Adding info for No Bus:ttySL82 [ 21.212056] device: 'ttySL83': device_add [ 21.216182] PM: Adding info for No Bus:ttySL83 [ 21.220066] device: 'ttySL84': device_add [ 21.224189] PM: Adding info for No Bus:ttySL84 [ 21.232037] device: 'ttySL85': device_add [ 21.236181] PM: Adding info for No Bus:ttySL85 [ 21.240058] device: 'ttySL86': device_add [ 21.244181] PM: Adding info for No Bus:ttySL86 [ 21.248058] device: 'ttySL87': device_add [ 21.252194] PM: Adding info for No Bus:ttySL87 [ 21.256065] device: 'ttySL88': device_add [ 21.260191] PM: Adding info for No Bus:ttySL88 [ 21.264059] device: 'ttySL89': device_add [ 21.268185] PM: Adding info for No Bus:ttySL89 [ 21.272056] device: 'ttySL90': device_add [ 21.276187] PM: Adding info for No Bus:ttySL90 [ 21.280057] device: 'ttySL91': device_add [ 21.284183] PM: Adding info for No Bus:ttySL91 [ 21.288059] device: 'ttySL92': device_add [ 21.292204] PM: Adding info for No Bus:ttySL92 [ 21.296059] device: 'ttySL93': device_add [ 21.300198] PM: Adding info for No Bus:ttySL93 [ 21.304058] device: 'ttySL94': device_add [ 21.308220] PM: Adding info for No Bus:ttySL94 [ 21.312058] device: 'ttySL95': device_add [ 21.316198] PM: Adding info for No Bus:ttySL95 [ 21.320057] device: 'ttySL96': device_add [ 21.324188] PM: Adding info for No Bus:ttySL96 [ 21.328058] device: 'ttySL97': device_add [ 21.332187] PM: Adding info for No Bus:ttySL97 [ 21.336059] device: 'ttySL98': device_add [ 21.340187] PM: Adding info for No Bus:ttySL98 [ 21.344056] device: 'ttySL99': device_add [ 21.348197] PM: Adding info for No Bus:ttySL99 [ 21.352058] device: 'ttySL100': device_add [ 21.356194] PM: Adding info for No Bus:ttySL100 [ 21.360067] device: 'ttySL101': device_add [ 21.364196] PM: Adding info for No Bus:ttySL101 [ 21.368059] device: 'ttySL102': device_add [ 21.372191] PM: Adding info for No Bus:ttySL102 [ 21.376056] device: 'ttySL103': device_add [ 21.380188] PM: Adding info for No Bus:ttySL103 [ 21.384057] device: 'ttySL104': device_add [ 21.388188] PM: Adding info for No Bus:ttySL104 [ 21.392056] device: 'ttySL105': device_add [ 21.396217] PM: Adding info for No Bus:ttySL105 [ 21.400059] device: 'ttySL106': device_add [ 21.408129] PM: Adding info for No Bus:ttySL106 [ 21.412056] device: 'ttySL107': device_add [ 21.416190] PM: Adding info for No Bus:ttySL107 [ 21.420058] device: 'ttySL108': device_add [ 21.424190] PM: Adding info for No Bus:ttySL108 [ 21.428056] device: 'ttySL109': device_add [ 21.432192] PM: Adding info for No Bus:ttySL109 [ 21.436057] device: 'ttySL110': device_add [ 21.440190] PM: Adding info for No Bus:ttySL110 [ 21.444058] device: 'ttySL111': device_add [ 21.448202] PM: Adding info for No Bus:ttySL111 [ 21.452066] device: 'ttySL112': device_add [ 21.456202] PM: Adding info for No Bus:ttySL112 [ 21.460057] device: 'ttySL113': device_add [ 21.464191] PM: Adding info for No Bus:ttySL113 [ 21.468066] device: 'ttySL114': device_add [ 21.472200] PM: Adding info for No Bus:ttySL114 [ 21.476058] device: 'ttySL115': device_add [ 21.484038] PM: Adding info for No Bus:ttySL115 [ 21.488057] device: 'ttySL116': device_add [ 21.492193] PM: Adding info for No Bus:ttySL116 [ 21.496056] device: 'ttySL117': device_add [ 21.500202] PM: Adding info for No Bus:ttySL117 [ 21.504060] device: 'ttySL118': device_add [ 21.508201] PM: Adding info for No Bus:ttySL118 [ 21.512056] device: 'ttySL119': device_add [ 21.516195] PM: Adding info for No Bus:ttySL119 [ 21.520057] device: 'ttySL120': device_add [ 21.524193] PM: Adding info for No Bus:ttySL120 [ 21.528059] device: 'ttySL121': device_add [ 21.532212] PM: Adding info for No Bus:ttySL121 [ 21.536058] device: 'ttySL122': device_add [ 21.540200] PM: Adding info for No Bus:ttySL122 [ 21.544057] device: 'ttySL123': device_add [ 21.548205] PM: Adding info for No Bus:ttySL123 [ 21.552060] device: 'ttySL124': device_add [ 21.556202] PM: Adding info for No Bus:ttySL124 [ 21.560056] device: 'ttySL125': device_add [ 21.564198] PM: Adding info for No Bus:ttySL125 [ 21.568058] device: 'ttySL126': device_add [ 21.572208] PM: Adding info for No Bus:ttySL126 [ 21.576067] device: 'ttySL127': device_add [ 21.580208] PM: Adding info for No Bus:ttySL127 [ 21.584060] SyncLink serial driver $Revision: 4.38 $, tty major#252 [ 21.588008] initcall synclink_init+0x0/0x20c returned 0 after 1039062 usecs [ 21.592005] calling synclinkmp_init+0x0/0x150 @ 1 [ 21.596002] SyncLink MultiPort driver $Revision: 4.38 $ [ 21.600006] bus: 'pci': add driver synclinkmp [ 21.604105] device: 'ttySLM0': device_add [ 21.608242] PM: Adding info for No Bus:ttySLM0 [ 21.612062] device: 'ttySLM1': device_add [ 21.616207] PM: Adding info for No Bus:ttySLM1 [ 21.620057] device: 'ttySLM2': device_add [ 21.624198] PM: Adding info for No Bus:ttySLM2 [ 21.628057] device: 'ttySLM3': device_add [ 21.632193] PM: Adding info for No Bus:ttySLM3 [ 21.636058] device: 'ttySLM4': device_add [ 21.640195] PM: Adding info for No Bus:ttySLM4 [ 21.644057] device: 'ttySLM5': device_add [ 21.648198] PM: Adding info for No Bus:ttySLM5 [ 21.652057] device: 'ttySLM6': device_add [ 21.656210] PM: Adding info for No Bus:ttySLM6 [ 21.660060] device: 'ttySLM7': device_add [ 21.668179] PM: Adding info for No Bus:ttySLM7 [ 21.672058] device: 'ttySLM8': device_add [ 21.676197] PM: Adding info for No Bus:ttySLM8 [ 21.680057] device: 'ttySLM9': device_add [ 21.684198] PM: Adding info for No Bus:ttySLM9 [ 21.688068] device: 'ttySLM10': device_add [ 21.692205] PM: Adding info for No Bus:ttySLM10 [ 21.696060] device: 'ttySLM11': device_add [ 21.700198] PM: Adding info for No Bus:ttySLM11 [ 21.704065] device: 'ttySLM12': device_add [ 21.712190] PM: Adding info for No Bus:ttySLM12 [ 21.716059] device: 'ttySLM13': device_add [ 21.720208] PM: Adding info for No Bus:ttySLM13 [ 21.724057] device: 'ttySLM14': device_add [ 21.728201] PM: Adding info for No Bus:ttySLM14 [ 21.732058] device: 'ttySLM15': device_add [ 21.736200] PM: Adding info for No Bus:ttySLM15 [ 21.740057] device: 'ttySLM16': device_add [ 21.744200] PM: Adding info for No Bus:ttySLM16 [ 21.748056] device: 'ttySLM17': device_add [ 21.752199] PM: Adding info for No Bus:ttySLM17 [ 21.756058] device: 'ttySLM18': device_add [ 21.760209] PM: Adding info for No Bus:ttySLM18 [ 21.764058] device: 'ttySLM19': device_add [ 21.768224] PM: Adding info for No Bus:ttySLM19 [ 21.772059] device: 'ttySLM20': device_add [ 21.776209] PM: Adding info for No Bus:ttySLM20 [ 21.780058] device: 'ttySLM21': device_add [ 21.784203] PM: Adding info for No Bus:ttySLM21 [ 21.788057] device: 'ttySLM22': device_add [ 21.792202] PM: Adding info for No Bus:ttySLM22 [ 21.796057] device: 'ttySLM23': device_add [ 21.800201] PM: Adding info for No Bus:ttySLM23 [ 21.804058] device: 'ttySLM24': device_add [ 21.808216] PM: Adding info for No Bus:ttySLM24 [ 21.812066] device: 'ttySLM25': device_add [ 21.816238] PM: Adding info for No Bus:ttySLM25 [ 21.820071] device: 'ttySLM26': device_add [ 21.824214] PM: Adding info for No Bus:ttySLM26 [ 21.828060] device: 'ttySLM27': device_add [ 21.832204] PM: Adding info for No Bus:ttySLM27 [ 21.836057] device: 'ttySLM28': device_add [ 21.840204] PM: Adding info for No Bus:ttySLM28 [ 21.844057] device: 'ttySLM29': device_add [ 21.848209] PM: Adding info for No Bus:ttySLM29 [ 21.852058] device: 'ttySLM30': device_add [ 21.856214] PM: Adding info for No Bus:ttySLM30 [ 21.860059] device: 'ttySLM31': device_add [ 21.864216] PM: Adding info for No Bus:ttySLM31 [ 21.868057] device: 'ttySLM32': device_add [ 21.872206] PM: Adding info for No Bus:ttySLM32 [ 21.876058] device: 'ttySLM33': device_add [ 21.880205] PM: Adding info for No Bus:ttySLM33 [ 21.884057] device: 'ttySLM34': device_add [ 21.888208] PM: Adding info for No Bus:ttySLM34 [ 21.892057] device: 'ttySLM35': device_add [ 21.896204] PM: Adding info for No Bus:ttySLM35 [ 21.900058] device: 'ttySLM36': device_add [ 21.904216] PM: Adding info for No Bus:ttySLM36 [ 21.908059] device: 'ttySLM37': device_add [ 21.912215] PM: Adding info for No Bus:ttySLM37 [ 21.916073] device: 'ttySLM38': device_add [ 21.920218] PM: Adding info for No Bus:ttySLM38 [ 21.924060] device: 'ttySLM39': device_add [ 21.928209] PM: Adding info for No Bus:ttySLM39 [ 21.932057] device: 'ttySLM40': device_add [ 21.936207] PM: Adding info for No Bus:ttySLM40 [ 21.940057] device: 'ttySLM41': device_add [ 21.944206] PM: Adding info for No Bus:ttySLM41 [ 21.948058] device: 'ttySLM42': device_add [ 21.952216] PM: Adding info for No Bus:ttySLM42 [ 21.956059] device: 'ttySLM43': device_add [ 21.960216] PM: Adding info for No Bus:ttySLM43 [ 21.964057] device: 'ttySLM44': device_add [ 21.968209] PM: Adding info for No Bus:ttySLM44 [ 21.972059] device: 'ttySLM45': device_add [ 21.976207] PM: Adding info for No Bus:ttySLM45 [ 21.980057] device: 'ttySLM46': device_add [ 21.984208] PM: Adding info for No Bus:ttySLM46 [ 21.988057] device: 'ttySLM47': device_add [ 21.992228] PM: Adding info for No Bus:ttySLM47 [ 22.000057] device: 'ttySLM48': device_add [ 22.004221] PM: Adding info for No Bus:ttySLM48 [ 22.008062] device: 'ttySLM49': device_add [ 22.012218] PM: Adding info for No Bus:ttySLM49 [ 22.016057] device: 'ttySLM50': device_add [ 22.020210] PM: Adding info for No Bus:ttySLM50 [ 22.024066] device: 'ttySLM51': device_add [ 22.028218] PM: Adding info for No Bus:ttySLM51 [ 22.032060] device: 'ttySLM52': device_add [ 22.036209] PM: Adding info for No Bus:ttySLM52 [ 22.040057] device: 'ttySLM53': device_add [ 22.044210] PM: Adding info for No Bus:ttySLM53 [ 22.048059] device: 'ttySLM54': device_add [ 22.052221] PM: Adding info for No Bus:ttySLM54 [ 22.056061] device: 'ttySLM55': device_add [ 22.060220] PM: Adding info for No Bus:ttySLM55 [ 22.064057] device: 'ttySLM56': device_add [ 22.068233] PM: Adding info for No Bus:ttySLM56 [ 22.072059] device: 'ttySLM57': device_add [ 22.076216] PM: Adding info for No Bus:ttySLM57 [ 22.080059] device: 'ttySLM58': device_add [ 22.084211] PM: Adding info for No Bus:ttySLM58 [ 22.088059] device: 'ttySLM59': device_add [ 22.092213] PM: Adding info for No Bus:ttySLM59 [ 22.096057] device: 'ttySLM60': device_add [ 22.100222] PM: Adding info for No Bus:ttySLM60 [ 22.104063] device: 'ttySLM61': device_add [ 22.112116] PM: Adding info for No Bus:ttySLM61 [ 22.116058] device: 'ttySLM62': device_add [ 22.120213] PM: Adding info for No Bus:ttySLM62 [ 22.124058] device: 'ttySLM63': device_add [ 22.128216] PM: Adding info for No Bus:ttySLM63 [ 22.132067] device: 'ttySLM64': device_add [ 22.136223] PM: Adding info for No Bus:ttySLM64 [ 22.140060] device: 'ttySLM65': device_add [ 22.144217] PM: Adding info for No Bus:ttySLM65 [ 22.148067] device: 'ttySLM66': device_add [ 22.152236] PM: Adding info for No Bus:ttySLM66 [ 22.156060] device: 'ttySLM67': device_add [ 22.160227] PM: Adding info for No Bus:ttySLM67 [ 22.164059] device: 'ttySLM68': device_add [ 22.168231] PM: Adding info for No Bus:ttySLM68 [ 22.172059] device: 'ttySLM69': device_add [ 22.176228] PM: Adding info for No Bus:ttySLM69 [ 22.184007] device: 'ttySLM70': device_add [ 22.188220] PM: Adding info for No Bus:ttySLM70 [ 22.192057] device: 'ttySLM71': device_add [ 22.196217] PM: Adding info for No Bus:ttySLM71 [ 22.200059] device: 'ttySLM72': device_add [ 22.204230] PM: Adding info for No Bus:ttySLM72 [ 22.208061] device: 'ttySLM73': device_add [ 22.212231] PM: Adding info for No Bus:ttySLM73 [ 22.216058] device: 'ttySLM74': device_add [ 22.220218] PM: Adding info for No Bus:ttySLM74 [ 22.224059] device: 'ttySLM75': device_add [ 22.228219] PM: Adding info for No Bus:ttySLM75 [ 22.232058] device: 'ttySLM76': device_add [ 22.236220] PM: Adding info for No Bus:ttySLM76 [ 22.240067] device: 'ttySLM77': device_add [ 22.244229] PM: Adding info for No Bus:ttySLM77 [ 22.248062] device: 'ttySLM78': device_add [ 22.252235] PM: Adding info for No Bus:ttySLM78 [ 22.256059] device: 'ttySLM79': device_add [ 22.260233] PM: Adding info for No Bus:ttySLM79 [ 22.264058] device: 'ttySLM80': device_add [ 22.268221] PM: Adding info for No Bus:ttySLM80 [ 22.272059] device: 'ttySLM81': device_add [ 22.276221] PM: Adding info for No Bus:ttySLM81 [ 22.280058] device: 'ttySLM82': device_add [ 22.284223] PM: Adding info for No Bus:ttySLM82 [ 22.288060] device: 'ttySLM83': device_add [ 22.296138] PM: Adding info for No Bus:ttySLM83 [ 22.300058] device: 'ttySLM84': device_add [ 22.304232] PM: Adding info for No Bus:ttySLM84 [ 22.308061] device: 'ttySLM85': device_add [ 22.312233] PM: Adding info for No Bus:ttySLM85 [ 22.316058] device: 'ttySLM86': device_add [ 22.320225] PM: Adding info for No Bus:ttySLM86 [ 22.324058] device: 'ttySLM87': device_add [ 22.328225] PM: Adding info for No Bus:ttySLM87 [ 22.332059] device: 'ttySLM88': device_add [ 22.336226] PM: Adding info for No Bus:ttySLM88 [ 22.340058] device: 'ttySLM89': device_add [ 22.344226] PM: Adding info for No Bus:ttySLM89 [ 22.348077] device: 'ttySLM90': device_add [ 22.352247] PM: Adding info for No Bus:ttySLM90 [ 22.356062] device: 'ttySLM91': device_add [ 22.360241] PM: Adding info for No Bus:ttySLM91 [ 22.364058] device: 'ttySLM92': device_add [ 22.368247] PM: Adding info for No Bus:ttySLM92 [ 22.372060] device: 'ttySLM93': device_add [ 22.376238] PM: Adding info for No Bus:ttySLM93 [ 22.380069] device: 'ttySLM94': device_add [ 22.384239] PM: Adding info for No Bus:ttySLM94 [ 22.388059] device: 'ttySLM95': device_add [ 22.392230] PM: Adding info for No Bus:ttySLM95 [ 22.396058] device: 'ttySLM96': device_add [ 22.404109] PM: Adding info for No Bus:ttySLM96 [ 22.408060] device: 'ttySLM97': device_add [ 22.412239] PM: Adding info for No Bus:ttySLM97 [ 22.416059] device: 'ttySLM98': device_add [ 22.420232] PM: Adding info for No Bus:ttySLM98 [ 22.424058] device: 'ttySLM99': device_add [ 22.428232] PM: Adding info for No Bus:ttySLM99 [ 22.432058] device: 'ttySLM100': device_add [ 22.436231] PM: Adding info for No Bus:ttySLM100 [ 22.440059] device: 'ttySLM101': device_add [ 22.444232] PM: Adding info for No Bus:ttySLM101 [ 22.448059] device: 'ttySLM102': device_add [ 22.452244] PM: Adding info for No Bus:ttySLM102 [ 22.456067] device: 'ttySLM103': device_add [ 22.460244] PM: Adding info for No Bus:ttySLM103 [ 22.464060] device: 'ttySLM104': device_add [ 22.468235] PM: Adding info for No Bus:ttySLM104 [ 22.472058] device: 'ttySLM105': device_add [ 22.476235] PM: Adding info for No Bus:ttySLM105 [ 22.480058] device: 'ttySLM106': device_add [ 22.484253] PM: Adding info for No Bus:ttySLM106 [ 22.488060] device: 'ttySLM107': device_add [ 22.492247] PM: Adding info for No Bus:ttySLM107 [ 22.496058] device: 'ttySLM108': device_add [ 22.500256] PM: Adding info for No Bus:ttySLM108 [ 22.504060] device: 'ttySLM109': device_add [ 22.508244] PM: Adding info for No Bus:ttySLM109 [ 22.512059] device: 'ttySLM110': device_add [ 22.516236] PM: Adding info for No Bus:ttySLM110 [ 22.520058] device: 'ttySLM111': device_add [ 22.524256] PM: Adding info for No Bus:ttySLM111 [ 22.528061] device: 'ttySLM112': device_add [ 22.532240] PM: Adding info for No Bus:ttySLM112 [ 22.536059] device: 'ttySLM113': device_add [ 22.540237] PM: Adding info for No Bus:ttySLM113 [ 22.544058] device: 'ttySLM114': device_add [ 22.548248] PM: Adding info for No Bus:ttySLM114 [ 22.552060] device: 'ttySLM115': device_add [ 22.556247] PM: Adding info for No Bus:ttySLM115 [ 22.560068] device: 'ttySLM116': device_add [ 22.564248] PM: Adding info for No Bus:ttySLM116 [ 22.568060] device: 'ttySLM117': device_add [ 22.572240] PM: Adding info for No Bus:ttySLM117 [ 22.576057] device: 'ttySLM118': device_add [ 22.580239] PM: Adding info for No Bus:ttySLM118 [ 22.584059] device: 'ttySLM119': device_add [ 22.588238] PM: Adding info for No Bus:ttySLM119 [ 22.592058] device: 'ttySLM120': device_add [ 22.596251] PM: Adding info for No Bus:ttySLM120 [ 22.600060] device: 'ttySLM121': device_add [ 22.604248] PM: Adding info for No Bus:ttySLM121 [ 22.608071] device: 'ttySLM122': device_add [ 22.616129] PM: Adding info for No Bus:ttySLM122 [ 22.620060] device: 'ttySLM123': device_add [ 22.624242] PM: Adding info for No Bus:ttySLM123 [ 22.628058] device: 'ttySLM124': device_add [ 22.632244] PM: Adding info for No Bus:ttySLM124 [ 22.636058] device: 'ttySLM125': device_add [ 22.640241] PM: Adding info for No Bus:ttySLM125 [ 22.644059] device: 'ttySLM126': device_add [ 22.648254] PM: Adding info for No Bus:ttySLM126 [ 22.652060] device: 'ttySLM127': device_add [ 22.656252] PM: Adding info for No Bus:ttySLM127 [ 22.660061] SyncLink MultiPort driver $Revision: 4.38 $, tty major#251 [ 22.664006] initcall synclinkmp_init+0x0/0x150 returned 0 after 1042968 usecs [ 22.668004] calling slgt_init+0x0/0x168 @ 1 [ 22.672002] SyncLink GT [ 22.674463] SyncLink GT, tty major#250 [ 22.676006] bus: 'pci': add driver synclink_gt [ 22.680069] SyncLink GT no devices found [ 22.684003] initcall slgt_init+0x0/0x168 returned 0 after 11718 usecs [ 22.688004] calling n_hdlc_init+0x0/0x81 @ 1 [ 22.692002] HDLC line discipline maxframe=4096 [ 22.696002] N_HDLC line discipline registered. [ 22.700003] initcall n_hdlc_init+0x0/0x81 returned 0 after 7812 usecs [ 22.704003] calling gsm_init+0x0/0x11b @ 1 [ 22.708016] gsm_init: loaded as 249,0. [ 22.712003] initcall gsm_init+0x0/0x11b returned 0 after 3906 usecs [ 22.716003] calling raw_init+0x0/0xc7 @ 1 [ 22.720006] device class 'raw': registering [ 22.724078] device: 'rawctl': device_add [ 22.728089] PM: Adding info for No Bus:rawctl [ 22.736035] initcall raw_init+0x0/0xc7 returned 0 after 15625 usecs [ 22.740004] calling lp_init_module+0x0/0x1f4 @ 1 [ 22.744010] device class 'printer': registering [ 22.748051] lp: driver loaded but no devices found [ 22.752004] initcall lp_init_module+0x0/0x1f4 returned 0 after 7812 usecs [ 22.756003] calling dtlk_init+0x0/0x1c5 @ 1 [ 22.760025] DoubleTalk PC - not found [ 22.764013] initcall dtlk_init+0x0/0x1c5 returned -19 after 3906 usecs [ 22.768003] calling r3964_init+0x0/0x38 @ 1 [ 22.772001] r3964: Philips r3964 Driver $Revision: 1.10 $ [ 22.776003] initcall r3964_init+0x0/0x38 returned 0 after 3906 usecs [ 22.780002] calling applicom_init+0x0/0x439 @ 1 [ 22.784002] Applicom driver: $Id: ac.c,v 1.30 2000/03/22 16:03:57 dwmw2 Exp $ [ 22.788008] ac.o: No PCI boards found. [ 22.792002] ac.o: For an ISA board you must supply memory and irq parameters. [ 22.796003] initcall applicom_init+0x0/0x439 returned -6 after 11718 usecs [ 22.800003] initcall applicom_init+0x0/0x439 returned with error code -6 [ 22.804002] calling sonypi_init+0x0/0x79 @ 1 [ 22.808002] sonypi: Sony Programmable I/O Controller Driver v1.26. [ 22.812005] initcall sonypi_init+0x0/0x79 returned -19 after 3906 usecs [ 22.816008] calling nvram_init+0x0/0x70 @ 1 [ 22.820015] device: 'nvram': device_add [ 22.824086] PM: Adding info for No Bus:nvram [ 22.828061] Non-volatile memory driver v1.3 [ 22.832004] initcall nvram_init+0x0/0x70 returned 0 after 11718 usecs [ 22.836003] calling ppdev_init+0x0/0xac @ 1 [ 22.840007] device class 'ppdev': registering [ 22.844052] ppdev: user-space parallel port driver [ 22.848005] initcall ppdev_init+0x0/0xac returned 0 after 7812 usecs [ 22.852003] calling scx200_gpio_init+0x0/0x115 @ 1 [ 22.856002] scx200_gpio: no SCx200 gpio present [ 22.860003] initcall scx200_gpio_init+0x0/0x115 returned -19 after 3906 usecs [ 22.864003] calling pc8736x_gpio_init+0x0/0x3b7 @ 1 [ 22.868007] Registering platform device 'pc8736x_gpio.0'. Parent at platform [ 22.872005] device: 'pc8736x_gpio.0': device_add [ 22.876007] bus: 'platform': add device pc8736x_gpio.0 [ 22.880014] PM: Adding info for platform:pc8736x_gpio.0 [ 22.884058] platform pc8736x_gpio.0: NatSemi pc8736x GPIO Driver Initializing [ 22.888009] platform pc8736x_gpio.0: no device found [ 22.892002] PM: Removing info for platform:pc8736x_gpio.0 [ 22.896023] bus: 'platform': remove device pc8736x_gpio.0 [ 22.900057] initcall pc8736x_gpio_init+0x0/0x3b7 returned -19 after 31250 usecs [ 22.908003] calling nsc_gpio_init+0x0/0x11 @ 1 [ 22.912001] nsc_gpio initializing [ 22.915318] initcall nsc_gpio_init+0x0/0x11 returned 0 after 0 usecs [ 22.916003] calling cs5535_gpio_init+0x0/0x13f @ 1 [ 22.920007] cs5535_gpio: DIVIL not found [ 22.924003] initcall cs5535_gpio_init+0x0/0x13f returned -19 after 3906 usecs [ 22.928003] calling hangcheck_init+0x0/0x9d @ 1 [ 22.932003] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds). [ 22.936001] Hangcheck: Using getrawmonotonic(). [ 22.940005] initcall hangcheck_init+0x0/0x9d returned 0 after 7812 usecs [ 22.944003] calling init_tis+0x0/0x81 @ 1 [ 22.948003] bus: 'pnp': add driver tpm_tis [ 22.952057] initcall init_tis+0x0/0x81 returned 0 after 3906 usecs [ 22.956003] calling init_nsc+0x0/0x632 @ 1 [ 22.960014] initcall init_nsc+0x0/0x632 returned -19 after 0 usecs [ 22.964002] calling init_atmel+0x0/0x15f @ 1 [ 22.968005] bus: 'platform': add driver tpm_atmel [ 22.972067] bus: 'platform': remove driver tpm_atmel [ 22.976048] driver: 'tpm_atmel': driver_release [ 22.980006] initcall init_atmel+0x0/0x15f returned -19 after 11718 usecs [ 22.984003] calling init_inf+0x0/0xf @ 1 [ 22.988002] bus: 'pnp': add driver tpm_inf_pnp [ 22.992054] initcall init_inf+0x0/0xf returned 0 after 3906 usecs [ 22.996003] calling ramoops_init+0x0/0xed @ 1 [ 23.000001] ramoops: invalid size specificationinitcall ramoops_init+0x0/0xed returned -22 after 3906 usecs [ 23.008004] initcall ramoops_init+0x0/0xed returned with error code -22 [ 23.012002] calling drm_core_init+0x0/0xfb @ 1 [ 23.016017] device class 'drm': registering [ 23.020077] [drm] Initialized drm 1.1.0 20060810 [ 23.024004] initcall drm_core_init+0x0/0xfb returned 0 after 7812 usecs [ 23.028003] calling ttm_init+0x0/0x64 @ 1 [ 23.032005] device: 'ttm': device_add [ 23.036020] PM: Adding info for No Bus:ttm [ 23.040048] initcall ttm_init+0x0/0x64 returned 0 after 7812 usecs [ 23.044003] calling tdfx_init+0x0/0xf @ 1 [ 23.048028] initcall tdfx_init+0x0/0xf returned 0 after 0 usecs [ 23.052003] calling r128_init+0x0/0x19 @ 1 [ 23.056135] initcall r128_init+0x0/0x19 returned 0 after 0 usecs [ 23.060003] calling radeon_init+0x0/0xae @ 1 [ 23.064003] [drm] radeon defaulting to userspace modesetting. [ 23.068463] IOAPIC[0]: Set routing entry (2-5 -> 0x41 -> IRQ 31 Mode:1 Active:1) [ 23.072006] pci 0000:01:00.0: PCI->APIC IRQ transform: INT A -> IRQ 31 [ 23.076012] pci 0000:01:00.0: setting latency timer to 64 [ 23.080142] device: 'card0': device_add [ 23.084138] PM: Adding info for No Bus:card0 [ 23.088146] [drm] Initialized radeon 1.33.0 20080528 for 0000:01:00.0 on minor 0 [ 23.092864] initcall radeon_init+0x0/0xae returned 0 after 27343 usecs [ 23.096003] calling mga_init+0x0/0x19 @ 1 [ 23.100016] initcall mga_init+0x0/0x19 returned 0 after 0 usecs [ 23.104003] calling savage_init+0x0/0x19 @ 1 [ 23.108069] initcall savage_init+0x0/0x19 returned 0 after 0 usecs [ 23.112003] calling via_init+0x0/0x1e @ 1 [ 23.116032] initcall via_init+0x0/0x1e returned 0 after 0 usecs [ 23.120003] calling serial8250_init+0x0/0x14b @ 1 [ 23.124003] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 23.128037] Registering platform device 'serial8250'. Parent at platform [ 23.132003] device: 'serial8250': device_add [ 23.136007] bus: 'platform': add device serial8250 [ 23.140013] PM: Adding info for platform:serial8250 [ 23.144121] async_waiting @ 1 [ 23.148003] async_continuing @ 1 after 0 usec [ 23.280258] async_waiting @ 1 [ 23.283228] async_continuing @ 1 after 0 usec [ 23.412298] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 23.416008] device: 'ttyS0': device_add [ 23.420417] PM: Adding info for No Bus:ttyS0 [ 23.424090] device: 'ttyS1': device_add [ 23.428269] PM: Adding info for No Bus:ttyS1 [ 23.432077] device: 'ttyS2': device_add [ 23.436272] PM: Adding info for No Bus:ttyS2 [ 23.440084] device: 'ttyS3': device_add [ 23.444256] PM: Adding info for No Bus:ttyS3 [ 23.448067] bus: 'platform': add driver serial8250 [ 23.452014] bus: 'platform': driver_probe_device: matched device serial8250 with driver serial8250 [ 23.456002] bus: 'platform': really_probe: probing driver serial8250 with device serial8250 [ 23.460008] driver: 'serial8250': driver_bound: bound to device 'serial8250' [ 23.464002] bus: 'platform': really_probe: bound device serial8250 to driver serial8250 [ 23.468058] initcall serial8250_init+0x0/0x14b returned 0 after 335937 usecs [ 23.472004] calling serial8250_pnp_init+0x0/0xf @ 1 [ 23.476003] bus: 'pnp': add driver serial [ 23.480057] initcall serial8250_pnp_init+0x0/0xf returned 0 after 3906 usecs [ 23.484004] calling jsm_init_module+0x0/0x3a @ 1 [ 23.488067] bus: 'pci': add driver jsm [ 23.492082] initcall jsm_init_module+0x0/0x3a returned 0 after 3906 usecs [ 23.496004] calling timbuart_init+0x0/0xf @ 1 [ 23.500004] bus: 'platform': add driver timb-uart [ 23.504056] initcall timbuart_init+0x0/0xf returned 0 after 3906 usecs [ 23.508004] calling parport_default_proc_register+0x0/0x7 @ 1 [ 23.512003] initcall parport_default_proc_register+0x0/0x7 returned 0 after 0 usecs [ 23.516003] calling parport_ax88796_init+0x0/0xf @ 1 [ 23.520003] bus: 'platform': add driver ax88796-pp [ 23.524056] initcall parport_ax88796_init+0x0/0xf returned 0 after 3906 usecs [ 23.528004] calling isa_bus_init+0x0/0x33 @ 1 [ 23.532074] bus: 'isa': registered [ 23.536005] device: 'isa': device_add [ 23.540009] PM: Adding info for No Bus:isa [ 23.544005] initcall isa_bus_init+0x0/0x33 returned 0 after 11718 usecs [ 23.548004] calling topology_sysfs_init+0x0/0x5e @ 1 [ 23.552027] initcall topology_sysfs_init+0x0/0x5e returned 0 after 0 usecs [ 23.556003] calling brd_init+0x0/0x14e @ 1 [ 23.560368] device: 'ram0': device_add [ 23.564033] PM: Adding info for No Bus:ram0 [ 23.568113] device: '1:0': device_add [ 23.572015] PM: Adding info for No Bus:1:0 [ 23.576073] device: 'ram1': device_add [ 23.580039] PM: Adding info for No Bus:ram1 [ 23.584088] device: '1:1': device_add [ 23.588014] PM: Adding info for No Bus:1:1 [ 23.592072] device: 'ram2': device_add [ 23.596038] PM: Adding info for No Bus:ram2 [ 23.600097] device: '1:2': device_add [ 23.604024] PM: Adding info for No Bus:1:2 [ 23.608063] device: 'ram3': device_add [ 23.612029] PM: Adding info for No Bus:ram3 [ 23.616095] device: '1:3': device_add [ 23.620014] PM: Adding info for No Bus:1:3 [ 23.624069] device: 'ram4': device_add [ 23.628031] PM: Adding info for No Bus:ram4 [ 23.632096] device: '1:4': device_add [ 23.636014] PM: Adding info for No Bus:1:4 [ 23.640074] device: 'ram5': device_add [ 23.644030] PM: Adding info for No Bus:ram5 [ 23.648107] device: '1:5': device_add [ 23.652015] PM: Adding info for No Bus:1:5 [ 23.656076] device: 'ram6': device_add [ 23.660039] PM: Adding info for No Bus:ram6 [ 23.664088] device: '1:6': device_add [ 23.668017] PM: Adding info for No Bus:1:6 [ 23.672060] device: 'ram7': device_add [ 23.676039] PM: Adding info for No Bus:ram7 [ 23.680087] device: '1:7': device_add [ 23.684014] PM: Adding info for No Bus:1:7 [ 23.688070] device: 'ram8': device_add [ 23.692027] PM: Adding info for No Bus:ram8 [ 23.696087] device: '1:8': device_add [ 23.699763] PM: Adding info for No Bus:1:8 [ 23.700062] device: 'ram9': device_add [ 23.703837] PM: Adding info for No Bus:ram9 [ 23.704095] device: '1:9': device_add [ 23.707761] PM: Adding info for No Bus:1:9 [ 23.712018] device: 'ram10': device_add [ 23.715878] PM: Adding info for No Bus:ram10 [ 23.716104] device: '1:10': device_add [ 23.720015] PM: Adding info for No Bus:1:10 [ 23.724069] device: 'ram11': device_add [ 23.728040] PM: Adding info for No Bus:ram11 [ 23.732087] device: '1:11': device_add [ 23.736015] PM: Adding info for No Bus:1:11 [ 23.740060] device: 'ram12': device_add [ 23.744039] PM: Adding info for No Bus:ram12 [ 23.748088] device: '1:12': device_add [ 23.752014] PM: Adding info for No Bus:1:12 [ 23.756059] device: 'ram13': device_add [ 23.760040] PM: Adding info for No Bus:ram13 [ 23.764087] device: '1:13': device_add [ 23.768024] PM: Adding info for No Bus:1:13 [ 23.772072] device: 'ram14': device_add [ 23.776066] PM: Adding info for No Bus:ram14 [ 23.780103] device: '1:14': device_add [ 23.784015] PM: Adding info for No Bus:1:14 [ 23.788069] device: 'ram15': device_add [ 23.792031] PM: Adding info for No Bus:ram15 [ 23.796102] device: '1:15': device_add [ 23.800015] PM: Adding info for No Bus:1:15 [ 23.804093] brd: module loaded [ 23.808006] initcall brd_init+0x0/0x14e returned 0 after 242187 usecs [ 23.812003] calling loop_init+0x0/0x167 @ 1 [ 23.816242] device: 'loop0': device_add [ 23.820031] PM: Adding info for No Bus:loop0 [ 23.824095] device: '7:0': device_add [ 23.828014] PM: Adding info for No Bus:7:0 [ 23.832061] device: 'loop1': device_add [ 23.836038] PM: Adding info for No Bus:loop1 [ 23.840085] device: '7:1': device_add [ 23.844015] PM: Adding info for No Bus:7:1 [ 23.848067] device: 'loop2': device_add [ 23.852040] PM: Adding info for No Bus:loop2 [ 23.856086] device: '7:2': device_add [ 23.860023] PM: Adding info for No Bus:7:2 [ 23.864060] device: 'loop3': device_add [ 23.868031] PM: Adding info for No Bus:loop3 [ 23.872093] device: '7:3': device_add [ 23.876015] PM: Adding info for No Bus:7:3 [ 23.880061] device: 'loop4': device_add [ 23.884030] PM: Adding info for No Bus:loop4 [ 23.892029] device: '7:4': device_add [ 23.895700] PM: Adding info for No Bus:7:4 [ 23.896059] device: 'loop5': device_add [ 23.900041] PM: Adding info for No Bus:loop5 [ 23.908094] device: '7:5': device_add [ 23.911767] PM: Adding info for No Bus:7:5 [ 23.912067] device: 'loop6': device_add [ 23.916040] PM: Adding info for No Bus:loop6 [ 23.920085] device: '7:6': device_add [ 23.923753] PM: Adding info for No Bus:7:6 [ 23.924071] device: 'loop7': device_add [ 23.928041] PM: Adding info for No Bus:loop7 [ 23.932099] device: '7:7': device_add [ 23.935777] PM: Adding info for No Bus:7:7 [ 23.936061] loop: module loaded [ 23.939205] initcall loop_init+0x0/0x167 returned 0 after 117187 usecs [ 23.940004] calling cpqarray_init+0x0/0x235 @ 1 [ 23.944002] Compaq SMART2 Driver (v 2.6.0) [ 23.948006] bus: 'pci': add driver cpqarray [ 23.952083] bus: 'pci': remove driver cpqarray [ 23.956052] driver: 'cpqarray': driver_release [ 23.960008] initcall cpqarray_init+0x0/0x235 returned -19 after 15625 usecs [ 23.964004] calling cciss_init+0x0/0x81 @ 1 [ 23.968002] HP CISS Driver (v 3.6.20) [ 23.972063] bus: 'cciss': registered [ 23.976043] bus: 'pci': add driver cciss [ 23.980090] initcall cciss_init+0x0/0x81 returned 0 after 11718 usecs [ 23.988003] calling pkt_init+0x0/0x1ca @ 1 [ 23.992052] device class 'pktcdvd': registering [ 23.996084] device: 'pktcdvd': device_add [ 24.000217] PM: Adding info for No Bus:pktcdvd [ 24.004072] initcall pkt_init+0x0/0x1ca returned 0 after 11718 usecs [ 24.012003] calling nbd_init+0x0/0x2a7 @ 1 [ 24.016990] nbd: registered device at major 43 [ 24.020016] device: 'nbd0': device_add [ 24.024048] PM: Adding info for No Bus:nbd0 [ 24.028111] device: '43:0': device_add [ 24.032026] PM: Adding info for No Bus:43:0 [ 24.036076] device: 'nbd1': device_add [ 24.040032] PM: Adding info for No Bus:nbd1 [ 24.044112] device: '43:1': device_add [ 24.048015] PM: Adding info for No Bus:43:1 [ 24.052061] device: 'nbd2': device_add [ 24.056039] PM: Adding info for No Bus:nbd2 [ 24.060110] device: '43:2': device_add [ 24.064024] PM: Adding info for No Bus:43:2 [ 24.068079] device: 'nbd3': device_add [ 24.072032] PM: Adding info for No Bus:nbd3 [ 24.076112] device: '43:3': device_add [ 24.080015] PM: Adding info for No Bus:43:3 [ 24.084060] device: 'nbd4': device_add [ 24.088039] PM: Adding info for No Bus:nbd4 [ 24.092103] device: '43:4': device_add [ 24.096023] PM: Adding info for No Bus:43:4 [ 24.100084] device: 'nbd5': device_add [ 24.104032] PM: Adding info for No Bus:nbd5 [ 24.108125] device: '43:5': device_add [ 24.112016] PM: Adding info for No Bus:43:5 [ 24.116063] device: 'nbd6': device_add [ 24.120032] PM: Adding info for No Bus:nbd6 [ 24.124114] device: '43:6': device_add [ 24.128015] PM: Adding info for No Bus:43:6 [ 24.132077] device: 'nbd7': device_add [ 24.136032] PM: Adding info for No Bus:nbd7 [ 24.140154] device: '43:7': device_add [ 24.144016] PM: Adding info for No Bus:43:7 [ 24.148069] device: 'nbd8': device_add [ 24.152031] PM: Adding info for No Bus:nbd8 [ 24.156113] device: '43:8': device_add [ 24.160015] PM: Adding info for No Bus:43:8 [ 24.164061] device: 'nbd9': device_add [ 24.168040] PM: Adding info for No Bus:nbd9 [ 24.172113] device: '43:9': device_add [ 24.176016] PM: Adding info for No Bus:43:9 [ 24.180061] device: 'nbd10': device_add [ 24.184042] PM: Adding info for No Bus:nbd10 [ 24.188113] device: '43:10': device_add [ 24.192016] PM: Adding info for No Bus:43:10 [ 24.196062] device: 'nbd11': device_add [ 24.200040] PM: Adding info for No Bus:nbd11 [ 24.204113] device: '43:11': device_add [ 24.208016] PM: Adding info for No Bus:43:11 [ 24.216069] device: 'nbd12': device_add [ 24.219934] PM: Adding info for No Bus:nbd12 [ 24.224113] device: '43:12': device_add [ 24.228019] PM: Adding info for No Bus:43:12 [ 24.232068] device: 'nbd13': device_add [ 24.236041] PM: Adding info for No Bus:nbd13 [ 24.240113] device: '43:13': device_add [ 24.244016] PM: Adding info for No Bus:43:13 [ 24.248071] device: 'nbd14': device_add [ 24.252033] PM: Adding info for No Bus:nbd14 [ 24.256123] device: '43:14': device_add [ 24.260016] PM: Adding info for No Bus:43:14 [ 24.264062] device: 'nbd15': device_add [ 24.268040] PM: Adding info for No Bus:nbd15 [ 24.272120] device: '43:15': device_add [ 24.276016] PM: Adding info for No Bus:43:15 [ 24.280061] initcall nbd_init+0x0/0x2a7 returned 0 after 257812 usecs [ 24.288004] calling init_cryptoloop+0x0/0x26 @ 1 [ 24.292003] initcall init_cryptoloop+0x0/0x26 returned 0 after 0 usecs [ 24.296003] calling tifm_7xx1_init+0x0/0x16 @ 1 [ 24.304007] bus: 'pci': add driver tifm_7xx1 [ 24.308070] initcall tifm_7xx1_init+0x0/0x16 returned 0 after 3906 usecs [ 24.312003] calling phantom_init+0x0/0xe1 @ 1 [ 24.316003] device class 'phantom': registering [ 24.324059] bus: 'pci': add driver phantom [ 24.328060] Phantom Linux Driver, version n0.9.8, init OK [ 24.332003] initcall phantom_init+0x0/0xe1 returned 0 after 15625 usecs [ 24.340003] calling ioc4_init+0x0/0x16 @ 1 [ 24.344003] bus: 'pci': add driver IOC4 [ 24.348060] initcall ioc4_init+0x0/0x16 returned 0 after 3906 usecs [ 24.352003] calling enclosure_init+0x0/0x14 @ 1 [ 24.356002] device class 'enclosure': registering [ 24.364052] initcall enclosure_init+0x0/0x14 returned 0 after 7812 usecs [ 24.368003] calling init_kgdbts+0x0/0x15 @ 1 [ 24.372003] initcall init_kgdbts+0x0/0x15 returned 0 after 0 usecs [ 24.380003] calling cs5535_mfgpt_init+0x0/0x1b2 @ 1 [ 24.384018] initcall cs5535_mfgpt_init+0x0/0x1b2 returned -19 after 0 usecs [ 24.392003] calling isl29003_init+0x0/0x11 @ 1 [ 24.396004] bus: 'i2c': add driver isl29003 [ 24.400055] i2c-core: driver [isl29003] registered [ 24.404004] initcall isl29003_init+0x0/0x11 returned 0 after 7812 usecs [ 24.412003] calling c2port_init+0x0/0x45 @ 1 [ 24.416002] Silicon Labs C2 port support v. 0.51.0 - (C) 2007 Rodolfo Giometti [ 24.424011] device class 'c2port': registering [ 24.428053] initcall c2port_init+0x0/0x45 returned 0 after 11718 usecs [ 24.436003] calling duramar2150_c2port_init+0x0/0x61 @ 1 [ 24.440024] device: 'c2port0': device_add [ 24.444034] PM: Adding info for No Bus:c2port0 [ 24.448050] c2port c2port0: C2 port uc added [ 24.452003] c2port c2port0: uc flash has 30 blocks x 512 bytes (15360 bytes total) [ 24.460004] initcall duramar2150_c2port_init+0x0/0x61 returned 0 after 19531 usecs [ 24.468003] calling at24_init+0x0/0x2a @ 1 [ 24.472003] bus: 'i2c': add driver at24 [ 24.476052] i2c-core: driver [at24] registered [ 24.480004] initcall at24_init+0x0/0x2a returned 0 after 7812 usecs [ 24.488004] calling cb710_init_module+0x0/0x16 @ 1 [ 24.492004] bus: 'pci': add driver cb710 [ 24.496061] initcall cb710_init_module+0x0/0x16 returned 0 after 3906 usecs [ 24.504003] calling vmballoon_init+0x0/0x166 @ 1 [ 24.508003] initcall vmballoon_init+0x0/0x166 returned -19 after 0 usecs [ 24.512003] calling sm501_base_init+0x0/0x20 @ 1 [ 24.520005] bus: 'platform': add driver sm501 [ 24.524061] bus: 'pci': add driver sm501 [ 24.528060] initcall sm501_base_init+0x0/0x20 returned 0 after 7812 usecs [ 24.532003] calling wm8994_i2c_init+0x0/0x2a @ 1 [ 24.540002] bus: 'i2c': add driver wm8994 [ 24.544053] i2c-core: driver [wm8994] registered [ 24.548004] initcall wm8994_i2c_init+0x0/0x2a returned 0 after 7812 usecs [ 24.552003] calling timberdale_init+0x0/0x45 @ 1 [ 24.560004] bus: 'pci': add driver timberdale [ 24.564068] Driver for timberdale has been successfully registered. [ 24.568004] initcall timberdale_init+0x0/0x45 returned 0 after 7812 usecs [ 24.576003] calling lpc_sch_init+0x0/0x16 @ 1 [ 24.580004] bus: 'pci': add driver lpc_sch [ 24.584062] initcall lpc_sch_init+0x0/0x16 returned 0 after 3906 usecs [ 24.592003] calling rdc321x_sb_init+0x0/0x16 @ 1 [ 24.596003] bus: 'pci': add driver RDC321x Southbridge [ 24.600062] initcall rdc321x_sb_init+0x0/0x16 returned 0 after 3906 usecs [ 24.608003] calling scsi_tgt_init+0x0/0x72 @ 1 [ 24.612198] device: 'tgt': device_add [ 24.616219] PM: Adding info for No Bus:tgt [ 24.620064] initcall scsi_tgt_init+0x0/0x72 returned 0 after 7812 usecs [ 24.628003] calling raid_init+0x0/0xf @ 1 [ 24.632002] device class 'raid_devices': registering [ 24.636057] initcall raid_init+0x0/0xf returned 0 after 3906 usecs [ 24.644003] calling spi_transport_init+0x0/0x65 @ 1 [ 24.648006] device class 'spi_transport': registering [ 24.652051] device class 'spi_host': registering [ 24.656052] initcall spi_transport_init+0x0/0x65 returned 0 after 7812 usecs [ 24.664003] calling fc_transport_init+0x0/0x71 @ 1 [ 24.668002] device class 'fc_host': registering [ 24.672050] device class 'fc_vports': registering [ 24.680050] device class 'fc_remote_ports': registering [ 24.684050] device class 'fc_transport': registering [ 24.688051] initcall fc_transport_init+0x0/0x71 returned 0 after 19531 usecs [ 24.696004] calling iscsi_transport_init+0x0/0x11f @ 1 [ 24.700002] Loading iSCSI transport class v2.0-870. [ 24.704002] device class 'iscsi_transport': registering [ 24.712061] device class 'iscsi_endpoint': registering [ 24.716050] device class 'iscsi_host': registering [ 24.720050] device class 'iscsi_connection': registering [ 24.728050] device class 'iscsi_session': registering [ 24.732078] initcall iscsi_transport_init+0x0/0x11f returned 0 after 31250 usecs [ 24.736004] calling sas_transport_init+0x0/0x9f @ 1 [ 24.740002] device class 'sas_host': registering [ 24.744063] device class 'sas_phy': registering [ 24.748052] device class 'sas_port': registering [ 24.752051] device class 'sas_device': registering [ 24.756050] device class 'sas_end_device': registering [ 24.760059] device class 'sas_expander': registering [ 24.764052] initcall sas_transport_init+0x0/0x9f returned 0 after 23437 usecs [ 24.768004] calling sas_class_init+0x0/0x2c @ 1 [ 24.772184] initcall sas_class_init+0x0/0x2c returned 0 after 0 usecs [ 24.776003] calling scsi_dh_init+0x0/0x34 @ 1 [ 24.780005] initcall scsi_dh_init+0x0/0x34 returned 0 after 0 usecs [ 24.784003] calling clariion_init+0x0/0x2c @ 1 [ 24.788002] emc: device handler registered [ 24.792004] initcall clariion_init+0x0/0x2c returned 0 after 3906 usecs [ 24.796003] calling alua_init+0x0/0x2c @ 1 [ 24.800002] alua: device handler registered [ 24.804004] initcall alua_init+0x0/0x2c returned 0 after 3906 usecs [ 24.808003] calling libfc_init+0x0/0x39 @ 1 [ 24.812314] initcall libfc_init+0x0/0x39 returned 0 after 0 usecs [ 24.816006] calling fcoe_init+0x0/0x164 @ 1 [ 24.820051] initcall fcoe_init+0x0/0x164 returned 0 after 0 usecs [ 24.824003] calling fnic_init_module+0x0/0x1a7 @ 1 [ 24.828003] fnic: Cisco FCoE HBA Driver, ver 1.4.0.145 [ 24.832465] bus: 'pci': add driver fnic [ 24.836083] initcall fnic_init_module+0x0/0x1a7 returned 0 after 7812 usecs [ 24.844004] calling iscsi_sw_tcp_init+0x0/0x3a @ 1 [ 24.848009] device: 'tcp': device_add [ 24.852011] PM: Adding info for No Bus:tcp [ 24.856051] iscsi: registered transport (tcp) [ 24.860004] initcall iscsi_sw_tcp_init+0x0/0x3a returned 0 after 11718 usecs [ 24.868003] calling advansys_init+0x0/0x5e @ 1 [ 24.872002] bus: 'isa': add driver advansys [ 24.876057] device: 'advansys.0': device_add [ 24.880006] bus: 'isa': add device advansys.0 [ 24.884011] PM: Adding info for isa:advansys.0 [ 24.888047] bus: 'isa': driver_probe_device: matched device advansys.0 with driver advansys [ 24.896002] bus: 'isa': really_probe: probing driver advansys with device advansys.0 [ 24.904032] device: 'advansys.1': device_add [ 24.908006] bus: 'isa': add device advansys.1 [ 24.912021] PM: Adding info for isa:advansys.1 [ 24.920047] bus: 'isa': driver_probe_device: matched device advansys.1 with driver advansys [ 24.928002] bus: 'isa': really_probe: probing driver advansys with device advansys.1 [ 24.936022] device: 'advansys.2': device_add [ 24.940005] bus: 'isa': add device advansys.2 [ 24.944031] PM: Adding info for isa:advansys.2 [ 24.948045] bus: 'isa': driver_probe_device: matched device advansys.2 with driver advansys [ 24.956002] bus: 'isa': really_probe: probing driver advansys with device advansys.2 [ 24.964022] device: 'advansys.3': device_add [ 24.968008] bus: 'isa': add device advansys.3 [ 24.972016] PM: Adding info for isa:advansys.3 [ 24.976046] bus: 'isa': driver_probe_device: matched device advansys.3 with driver advansys [ 24.984002] bus: 'isa': really_probe: probing driver advansys with device advansys.3 [ 24.992021] device: 'advansys.4': device_add [ 24.996007] bus: 'isa': add device advansys.4 [ 25.000019] PM: Adding info for isa:advansys.4 [ 25.004047] bus: 'isa': driver_probe_device: matched device advansys.4 with driver advansys [ 25.016002] bus: 'isa': really_probe: probing driver advansys with device advansys.4 [ 25.020023] device: 'advansys.5': device_add [ 25.028006] bus: 'isa': add device advansys.5 [ 25.032011] PM: Adding info for isa:advansys.5 [ 25.036045] bus: 'isa': driver_probe_device: matched device advansys.5 with driver advansys [ 25.044002] bus: 'isa': really_probe: probing driver advansys with device advansys.5 [ 25.052021] device: 'advansys.6': device_add [ 25.056006] bus: 'isa': add device advansys.6 [ 25.060011] PM: Adding info for isa:advansys.6 [ 25.064045] bus: 'isa': driver_probe_device: matched device advansys.6 with driver advansys [ 25.072002] bus: 'isa': really_probe: probing driver advansys with device advansys.6 [ 25.080020] device: 'advansys.7': device_add [ 25.084007] bus: 'isa': add device advansys.7 [ 25.088011] PM: Adding info for isa:advansys.7 [ 25.092045] bus: 'isa': driver_probe_device: matched device advansys.7 with driver advansys [ 25.100002] bus: 'isa': really_probe: probing driver advansys with device advansys.7 [ 25.108027] device: 'advansys.8': device_add [ 25.112006] bus: 'isa': add device advansys.8 [ 25.120021] PM: Adding info for isa:advansys.8 [ 25.124047] bus: 'isa': driver_probe_device: matched device advansys.8 with driver advansys [ 25.132002] bus: 'isa': really_probe: probing driver advansys with device advansys.8 [ 25.140022] device: 'advansys.9': device_add [ 25.144006] bus: 'isa': add device advansys.9 [ 25.148011] PM: Adding info for isa:advansys.9 [ 25.152045] bus: 'isa': driver_probe_device: matched device advansys.9 with driver advansys [ 25.160002] bus: 'isa': really_probe: probing driver advansys with device advansys.9 [ 25.168020] device: 'advansys.10': device_add [ 25.172006] bus: 'isa': add device advansys.10 [ 25.176020] PM: Adding info for isa:advansys.10 [ 25.180047] bus: 'isa': driver_probe_device: matched device advansys.10 with driver advansys [ 25.188002] bus: 'isa': really_probe: probing driver advansys with device advansys.10 [ 25.196021] bus: 'isa': add driver advansys_vlb [ 25.204057] device: 'advansys_vlb.0': device_add [ 25.208006] bus: 'isa': add device advansys_vlb.0 [ 25.212011] PM: Adding info for isa:advansys_vlb.0 [ 25.216046] bus: 'isa': driver_probe_device: matched device advansys_vlb.0 with driver advansys_vlb [ 25.224002] bus: 'isa': really_probe: probing driver advansys_vlb with device advansys_vlb.0 [ 25.232022] device: 'advansys_vlb.1': device_add [ 25.240006] bus: 'isa': add device advansys_vlb.1 [ 25.244011] PM: Adding info for isa:advansys_vlb.1 [ 25.248046] bus: 'isa': driver_probe_device: matched device advansys_vlb.1 with driver advansys_vlb [ 25.256002] bus: 'isa': really_probe: probing driver advansys_vlb with device advansys_vlb.1 [ 25.264021] device: 'advansys_vlb.2': device_add [ 25.272006] bus: 'isa': add device advansys_vlb.2 [ 25.276011] PM: Adding info for isa:advansys_vlb.2 [ 25.280046] bus: 'isa': driver_probe_device: matched device advansys_vlb.2 with driver advansys_vlb [ 25.288002] bus: 'isa': really_probe: probing driver advansys_vlb with device advansys_vlb.2 [ 25.296020] device: 'advansys_vlb.3': device_add [ 25.300006] bus: 'isa': add device advansys_vlb.3 [ 25.308011] PM: Adding info for isa:advansys_vlb.3 [ 25.312046] bus: 'isa': driver_probe_device: matched device advansys_vlb.3 with driver advansys_vlb [ 25.320002] bus: 'isa': really_probe: probing driver advansys_vlb with device advansys_vlb.3 [ 25.328019] device: 'advansys_vlb.4': device_add [ 25.332006] bus: 'isa': add device advansys_vlb.4 [ 25.340021] PM: Adding info for isa:advansys_vlb.4 [ 25.344047] bus: 'isa': driver_probe_device: matched device advansys_vlb.4 with driver advansys_vlb [ 25.352002] bus: 'isa': really_probe: probing driver advansys_vlb with device advansys_vlb.4 [ 25.360023] device: 'advansys_vlb.5': device_add [ 25.364006] bus: 'isa': add device advansys_vlb.5 [ 25.368011] PM: Adding info for isa:advansys_vlb.5 [ 25.376046] bus: 'isa': driver_probe_device: matched device advansys_vlb.5 with driver advansys_vlb [ 25.384002] bus: 'isa': really_probe: probing driver advansys_vlb with device advansys_vlb.5 [ 25.392034] device: 'advansys_vlb.6': device_add [ 25.396007] bus: 'isa': add device advansys_vlb.6 [ 25.400011] PM: Adding info for isa:advansys_vlb.6 [ 25.408046] bus: 'isa': driver_probe_device: matched device advansys_vlb.6 with driver advansys_vlb [ 25.416002] bus: 'isa': really_probe: probing driver advansys_vlb with device advansys_vlb.6 [ 25.424023] device: 'advansys_vlb.7': device_add [ 25.428006] bus: 'isa': add device advansys_vlb.7 [ 25.432011] PM: Adding info for isa:advansys_vlb.7 [ 25.440028] bus: 'isa': driver_probe_device: matched device advansys_vlb.7 with driver advansys_vlb [ 25.448002] bus: 'isa': really_probe: probing driver advansys_vlb with device advansys_vlb.7 [ 25.456022] device: 'advansys_vlb.8': device_add [ 25.460006] bus: 'isa': add device advansys_vlb.8 [ 25.464012] PM: Adding info for isa:advansys_vlb.8 [ 25.468046] bus: 'isa': driver_probe_device: matched device advansys_vlb.8 with driver advansys_vlb [ 25.480002] bus: 'isa': really_probe: probing driver advansys_vlb with device advansys_vlb.8 [ 25.488021] device: 'advansys_vlb.9': device_add [ 25.492006] bus: 'isa': add device advansys_vlb.9 [ 25.496011] PM: Adding info for isa:advansys_vlb.9 [ 25.500046] bus: 'isa': driver_probe_device: matched device advansys_vlb.9 with driver advansys_vlb [ 25.512002] bus: 'isa': really_probe: probing driver advansys_vlb with device advansys_vlb.9 [ 25.520028] device: 'advansys_vlb.10': device_add [ 25.524007] bus: 'isa': add device advansys_vlb.10 [ 25.528020] PM: Adding info for isa:advansys_vlb.10 [ 25.532047] bus: 'isa': driver_probe_device: matched device advansys_vlb.10 with driver advansys_vlb [ 25.544002] bus: 'isa': really_probe: probing driver advansys_vlb with device advansys_vlb.10 [ 25.552024] bus: 'pci': add driver advansys [ 25.556063] initcall advansys_init+0x0/0x5e returned 0 after 667968 usecs [ 25.564003] calling adpt_init+0x0/0xdfd @ 1 [ 25.568002] Loading Adaptec I2O RAID: Version 2.4 Build 5go [ 25.572001] Detecting Adaptec I2O RAID controllers... [ 25.576008] initcall adpt_init+0x0/0xdfd returned -19 after 7812 usecs [ 25.584003] calling init_this_scsi_driver+0x0/0xc9 @ 1 [ 25.588027] initcall init_this_scsi_driver+0x0/0xc9 returned -19 after 0 usecs [ 25.596007] calling arcmsr_module_init+0x0/0x16 @ 1 [ 25.600004] bus: 'pci': add driver arcmsr [ 25.604062] initcall arcmsr_module_init+0x0/0x16 returned 0 after 3906 usecs [ 25.612003] calling ahc_linux_init+0x0/0x4f @ 1 [ 25.616006] bus: 'pci': add driver aic7xxx [ 25.620069] initcall ahc_linux_init+0x0/0x4f returned 0 after 3906 usecs [ 25.628003] calling aac_init+0x0/0x65 @ 1 [ 25.632002] Adaptec aacraid driver 1.1-5[26400]-ms [ 25.636004] bus: 'pci': add driver aacraid [ 25.640069] initcall aac_init+0x0/0x65 returned 0 after 7812 usecs [ 25.648003] calling init_this_scsi_driver+0x0/0xc9 @ 1 [ 25.652249] initcall init_this_scsi_driver+0x0/0xc9 returned -19 after 0 usecs [ 25.660003] calling aic94xx_init+0x0/0x115 @ 1 [ 25.664002] aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded [ 25.672341] bus: 'pci': add driver aic94xx [ 25.676074] initcall aic94xx_init+0x0/0x115 returned 0 after 11718 usecs [ 25.680003] calling pm8001_init+0x0/0x4c @ 1 [ 25.688016] bus: 'pci': add driver pm8001 [ 25.692070] initcall pm8001_init+0x0/0x4c returned 0 after 3906 usecs [ 25.696003] calling ips_module_init+0x0/0x37e @ 1 [ 25.700004] bus: 'pci': add driver ips [ 25.704073] bus: 'pci': remove driver ips [ 25.708050] driver: 'ips': driver_release [ 25.712008] initcall ips_module_init+0x0/0x37e returned -19 after 11718 usecs [ 25.720003] calling init_this_scsi_driver+0x0/0xc9 @ 1 [ 25.724004] initcall init_this_scsi_driver+0x0/0xc9 returned -19 after 0 usecs [ 25.732003] calling init_this_scsi_driver+0x0/0xc9 @ 1 [ 25.740004] initcall init_this_scsi_driver+0x0/0xc9 returned -19 after 0 usecs [ 25.744003] calling init_this_scsi_driver+0x0/0xc9 @ 1 [ 25.752043] NCR53c406a: no available ports found [ 25.756003] initcall init_this_scsi_driver+0x0/0xc9 returned -19 after 3906 usecs [ 25.764003] calling qlogicfas408_init+0x0/0x7 @ 1 [ 25.768003] initcall qlogicfas408_init+0x0/0x7 returned 0 after 0 usecs [ 25.776003] calling qlogicfas_init+0x0/0x1f4 @ 1 [ 25.780002] qlogicfas: no cards were found, please specify I/O address and IRQ using iobase= and irq= optionsinitcall qlogicfas_init+0x0/0x1f4 returned -19 after 7812 usecs [ 25.796003] calling qla1280_init+0x0/0x16 @ 1 [ 25.800004] bus: 'pci': add driver qla1280 [ 25.804068] initcall qla1280_init+0x0/0x16 returned 0 after 3906 usecs [ 25.808003] calling qla2x00_module_init+0x0/0x131 @ 1 [ 25.816179] QLogic Fibre Channel HBA Driver: 8.03.02-k2 [ 25.820006] bus: 'pci': add driver qla2xxx [ 25.824062] initcall qla2x00_module_init+0x0/0x131 returned 0 after 7812 usecs [ 25.832003] calling qla4xxx_module_init+0x0/0xbd @ 1 [ 25.836157] device: 'qla4xxx': device_add [ 25.840011] PM: Adding info for No Bus:qla4xxx [ 25.844049] iscsi: registered transport (qla4xxx) [ 25.848005] bus: 'pci': add driver qla4xxx [ 25.856060] QLogic iSCSI HBA Driver [ 25.859541] initcall qla4xxx_module_init+0x0/0xbd returned 0 after 19531 usecs [ 25.864003] calling lpfc_init+0x0/0xad @ 1 [ 25.868002] Emulex LightPulse Fibre Channel SCSI driver 8.3.12 [ 25.876001] Copyright(c) 2004-2009 Emulex. All rights reserved. [ 25.880027] bus: 'pci': add driver lpfc [ 25.884073] initcall lpfc_init+0x0/0xad returned 0 after 15625 usecs [ 25.892004] calling init_this_scsi_driver+0x0/0xc9 @ 1 [ 25.896011] initcall init_this_scsi_driver+0x0/0xc9 returned -19 after 0 usecs [ 25.904003] calling hpsa_init+0x0/0x16 @ 1 [ 25.908004] bus: 'pci': add driver hpsa [ 25.912061] initcall hpsa_init+0x0/0x16 returned 0 after 3906 usecs [ 25.916003] calling init_this_scsi_driver+0x0/0xc9 @ 1 [ 25.924006] initcall init_this_scsi_driver+0x0/0xc9 returned -19 after 0 usecs [ 25.932003] calling dc395x_module_init+0x0/0x16 @ 1 [ 25.936004] bus: 'pci': add driver dc395x [ 25.940060] initcall dc395x_module_init+0x0/0x16 returned 0 after 3906 usecs [ 25.948003] calling dc390_module_init+0x0/0x89 @ 1 [ 25.952002] DC390: clustering now enabled by default. If you get problems load [ 25.960002] with "disable_clustering=1" and report to maintainers [ 25.964004] bus: 'pci': add driver tmscsim [ 25.968060] initcall dc390_module_init+0x0/0x89 returned 0 after 15625 usecs [ 25.976003] calling megaraid_init+0x0/0xa6 @ 1 [ 25.980017] bus: 'pci': add driver megaraid_legacy [ 25.984068] initcall megaraid_init+0x0/0xa6 returned 0 after 3906 usecs [ 25.992003] calling _scsih_init+0x0/0x11b @ 1 [ 25.996002] mpt2sas version 05.100.00.02 loaded [ 26.000021] device: 'mpt2ctl': device_add [ 26.004180] PM: Adding info for No Bus:mpt2ctl [ 26.012055] bus: 'pci': add driver mpt2sas [ 26.016077] initcall _scsih_init+0x0/0x11b returned 0 after 19531 usecs [ 26.020004] calling gdth_init+0x0/0x7f2 @ 1 [ 26.024002] GDT-HA: Storage RAID Controller Driver. Version: 3.05 [ 26.032008] bus: 'pci': add driver gdth [ 26.036068] initcall gdth_init+0x0/0x7f2 returned 0 after 11718 usecs [ 26.040003] calling initio_init_driver+0x0/0x16 @ 1 [ 26.048004] bus: 'pci': add driver initio [ 26.052062] initcall initio_init_driver+0x0/0x16 returned 0 after 3906 usecs [ 26.056003] calling inia100_init+0x0/0x16 @ 1 [ 26.064004] bus: 'pci': add driver inia100 [ 26.068061] initcall inia100_init+0x0/0x16 returned 0 after 3906 usecs [ 26.072003] calling tw_init+0x0/0x25 @ 1 [ 26.076002] 3ware Storage Controller device driver for Linux v1.26.02.003. [ 26.084004] bus: 'pci': add driver 3w-xxxx [ 26.088061] initcall tw_init+0x0/0x25 returned 0 after 11718 usecs [ 26.096003] calling twa_init+0x0/0x25 @ 1 [ 26.100002] 3ware 9000 Storage Controller device driver for Linux v2.26.02.014. [ 26.104005] bus: 'pci': add driver 3w-9xxx [ 26.108061] initcall twa_init+0x0/0x25 returned 0 after 7812 usecs [ 26.116005] calling twl_init+0x0/0x25 @ 1 [ 26.120002] LSI 3ware SAS/SATA-RAID Controller device driver for Linux v3.26.02.000. [ 26.128005] bus: 'pci': add driver 3w-sas [ 26.132073] initcall twl_init+0x0/0x25 returned 0 after 11718 usecs [ 26.136003] calling init_nsp32+0x0/0x2c @ 1 [ 26.144002] nsp32: loading... [ 26.146973] bus: 'pci': add driver nsp32 [ 26.148070] initcall init_nsp32+0x0/0x2c returned 0 after 3906 usecs [ 26.156003] calling ipr_init+0x0/0x34 @ 1 [ 26.160002] ipr: IBM Power RAID SCSI Device Driver version: 2.5.0 (February 11, 2010) [ 26.168005] bus: 'pci': add driver ipr [ 26.172063] initcall ipr_init+0x0/0x34 returned 0 after 11718 usecs [ 26.176003] calling hptiop_module_init+0x0/0x2a @ 1 [ 26.184002] RocketRAID 3xxx/4xxx Controller driver v1.6 (090910) [ 26.188005] bus: 'pci': add driver hptiop [ 26.192062] initcall hptiop_module_init+0x0/0x2a returned 0 after 7812 usecs [ 26.200003] calling cxgb3i_init_module+0x0/0x41 @ 1 [ 26.204003] cxgb3i: tag itt 0x1fff, 13 bits, age 0xf, 4 bits. [ 26.212008] device: 'cxgb3i': device_add [ 26.216011] PM: Adding info for No Bus:cxgb3i [ 26.220049] iscsi: registered transport (cxgb3i) [ 26.224009] initcall cxgb3i_init_module+0x0/0x41 returned 0 after 19531 usecs [ 26.232003] calling bnx2i_mod_init+0x0/0xa5 @ 1 [ 26.236002] Broadcom NetXtreme II iSCSI Driver bnx2i v2.1.1 (Mar 24, 2010) [ 26.240008] device: 'bnx2i': device_add [ 26.244011] PM: Adding info for No Bus:bnx2i [ 26.252049] iscsi: registered transport (bnx2i) [ 26.256006] initcall bnx2i_mod_init+0x0/0xa5 returned 0 after 19531 usecs [ 26.260003] calling beiscsi_module_init+0x0/0x88 @ 1 [ 26.268008] device: 'be2iscsi': device_add [ 26.272010] PM: Adding info for No Bus:be2iscsi [ 26.276048] iscsi: registered transport (be2iscsi) [ 26.280006] bus: 'pci': add driver be2iscsi [ 26.284062] initcall beiscsi_module_init+0x0/0x88 returned 0 after 15625 usecs [ 26.292003] calling pmcraid_init+0x0/0x10e @ 1 [ 26.296013] device class 'pmcsas': registering [ 26.300104] bus: 'pci': add driver PMC MaxRAID [ 26.304072] initcall pmcraid_init+0x0/0x10e returned 0 after 7812 usecs [ 26.312004] calling pvscsi_init+0x0/0x2a @ 1 [ 26.316002] VMware PVSCSI driver - version 1.0.1.0-k [ 26.320005] bus: 'pci': add driver vmw_pvscsi [ 26.324062] initcall pvscsi_init+0x0/0x2a returned 0 after 7812 usecs [ 26.332003] calling init_st+0x0/0x162 @ 1 [ 26.336003] st: Version 20081215, fixed bufsize 32768, s/g segs 256 [ 26.344002] device class 'scsi_tape': registering [ 26.348053] bus: 'scsi': add driver st [ 26.352061] initcall init_st+0x0/0x162 returned 0 after 15625 usecs [ 26.356003] calling init_osst+0x0/0x124 @ 1 [ 26.360002] osst :I: Tape driver with OnStream support version 0.99.4 [ 26.360004] osst :I: $Id: osst.c,v 1.73 2005/01/01 21:13:34 wriede Exp $ [ 26.376004] device class 'onstream_tape': registering [ 26.380054] bus: 'scsi': add driver osst [ 26.384055] initcall init_osst+0x0/0x124 returned 0 after 23437 usecs [ 26.388003] calling init_sd+0x0/0x12e @ 1 [ 26.396016] device class 'scsi_disk': registering [ 26.400062] bus: 'scsi': add driver sd [ 26.404241] initcall init_sd+0x0/0x12e returned 0 after 7812 usecs [ 26.408003] calling init_sr+0x0/0x3d @ 1 [ 26.412009] bus: 'scsi': add driver sr [ 26.416057] initcall init_sr+0x0/0x3d returned 0 after 3906 usecs [ 26.424003] calling init_ch_module+0x0/0x9d @ 1 [ 26.428002] SCSI Media Changer driver v0.25 [ 26.432002] device class 'scsi_changer': registering [ 26.436056] bus: 'scsi': add driver ch [ 26.440065] initcall init_ch_module+0x0/0x9d returned 0 after 11718 usecs [ 26.448004] calling ses_init+0x0/0x33 @ 1 [ 26.452003] bus: 'scsi': add driver ses [ 26.456056] initcall ses_init+0x0/0x33 returned 0 after 3906 usecs [ 26.460003] calling ahci_init+0x0/0x16 @ 1 [ 26.464007] bus: 'pci': add driver ahci [ 26.468075] initcall ahci_init+0x0/0x16 returned 0 after 3906 usecs [ 26.476003] calling ahci_init+0x0/0x14 @ 1 [ 26.480005] bus: 'platform': add driver ahci [ 26.484062] bus: 'platform': remove driver ahci [ 26.488052] driver: 'ahci': driver_release [ 26.492007] initcall ahci_init+0x0/0x14 returned -19 after 11718 usecs [ 26.500003] calling inic_init+0x0/0x16 @ 1 [ 26.504006] bus: 'pci': add driver sata_inic162x [ 26.508063] initcall inic_init+0x0/0x16 returned 0 after 3906 usecs [ 26.516003] calling sil24_init+0x0/0x16 @ 1 [ 26.520005] bus: 'pci': add driver sata_sil24 [ 26.524063] initcall sil24_init+0x0/0x16 returned 0 after 3906 usecs [ 26.528003] calling adma_ata_init+0x0/0x16 @ 1 [ 26.536005] bus: 'pci': add driver pdc_adma [ 26.540062] initcall adma_ata_init+0x0/0x16 returned 0 after 3906 usecs [ 26.544003] calling pdc_sata_init+0x0/0x16 @ 1 [ 26.548006] bus: 'pci': add driver sata_sx4 [ 26.552062] initcall pdc_sata_init+0x0/0x16 returned 0 after 3906 usecs [ 26.560003] calling piix_init+0x0/0x24 @ 1 [ 26.564005] bus: 'pci': add driver ata_piix [ 26.568087] initcall piix_init+0x0/0x24 returned 0 after 3906 usecs [ 26.576004] calling nv_init+0x0/0x16 @ 1 [ 26.580006] bus: 'pci': add driver sata_nv [ 26.584065] initcall nv_init+0x0/0x16 returned 0 after 3906 usecs [ 26.588003] calling pdc_ata_init+0x0/0x16 @ 1 [ 26.596006] bus: 'pci': add driver sata_promise [ 26.600064] initcall pdc_ata_init+0x0/0x16 returned 0 after 3906 usecs [ 26.604003] calling uli_init+0x0/0x16 @ 1 [ 26.608006] bus: 'pci': add driver sata_uli [ 26.612063] initcall uli_init+0x0/0x16 returned 0 after 3906 usecs [ 26.620003] calling svia_init+0x0/0x16 @ 1 [ 26.624006] bus: 'pci': add driver sata_via [ 26.628063] initcall svia_init+0x0/0x16 returned 0 after 3906 usecs [ 26.636004] calling amd_init+0x0/0x16 @ 1 [ 26.640006] bus: 'pci': add driver pata_amd [ 26.644010] bus: 'pci': driver_probe_device: matched device 0000:00:06.0 with driver pata_amd [ 26.652002] bus: 'pci': really_probe: probing driver pata_amd with device 0000:00:06.0 [ 26.660009] pata_amd 0000:00:06.0: version 0.4.1 [ 26.664113] pata_amd 0000:00:06.0: setting latency timer to 64 [ 26.668107] scsi0 : pata_amd [ 26.672327] device: 'host0': device_add [ 26.676014] PM: Adding info for No Bus:host0 [ 26.680004] device: 'host0': device_add [ 26.684037] PM: Adding info for No Bus:host0 [ 26.688076] scsi1 : pata_amd [ 26.692021] device: 'host1': device_add [ 26.696012] PM: Adding info for No Bus:host1 [ 26.700004] device: 'host1': device_add [ 26.704048] PM: Adding info for No Bus:host1 [ 26.708067] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14 [ 26.716002] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15 [ 26.724012] driver: '0000:00:06.0': driver_bound: bound to device 'pata_amd' [ 26.724107] calling 1_async_port_probe+0x0/0x9d @ 119 [ 26.724269] calling 2_async_port_probe+0x0/0x9d @ 120 [ 26.724271] async_waiting @ 120 [ 26.744005] bus: 'pci': really_probe: bound device 0000:00:06.0 to driver pata_amd [ 26.752059] initcall amd_init+0x0/0x16 returned 0 after 109375 usecs [ 26.756003] calling artop_init+0x0/0x16 @ 1 [ 26.760007] bus: 'pci': add driver pata_artop [ 26.764063] initcall artop_init+0x0/0x16 returned 0 after 3906 usecs [ 26.772003] calling atiixp_init+0x0/0x16 @ 1 [ 26.776006] bus: 'pci': add driver pata_atiixp [ 26.780062] initcall atiixp_init+0x0/0x16 returned 0 after 3906 usecs [ 26.788004] calling atp867x_init+0x0/0x16 @ 1 [ 26.792006] bus: 'pci': add driver pata_atp867x [ 26.796072] initcall atp867x_init+0x0/0x16 returned 0 after 3906 usecs [ 26.804008] calling cs5520_init+0x0/0x16 @ 1 [ 26.808007] bus: 'pci': add driver pata_cs5520 [ 26.812069] initcall cs5520_init+0x0/0x16 returned 0 after 3906 usecs [ 26.820003] calling cs5535_init+0x0/0x16 @ 1 [ 26.824006] bus: 'pci': add driver cs5535 [ 26.828072] initcall cs5535_init+0x0/0x16 returned 0 after 3906 usecs [ 26.832004] calling cy82c693_init+0x0/0x16 @ 1 [ 26.836007] bus: 'pci': add driver pata_cypress [ 26.844063] initcall cy82c693_init+0x0/0x16 returned 0 after 7812 usecs [ 26.848003] calling efar_init+0x0/0x16 @ 1 [ 26.852006] bus: 'pci': add driver pata_efar [ 26.856061] initcall efar_init+0x0/0x16 returned 0 after 3906 usecs [ 26.864003] calling hpt37x_init+0x0/0x16 @ 1 [ 26.868006] bus: 'pci': add driver pata_hpt37x [ 26.872062] initcall hpt37x_init+0x0/0x16 returned 0 after 3906 usecs [ 26.880003] calling hpt3x2n_init+0x0/0x16 @ 1 [ 26.884006] bus: 'pci': add driver pata_hpt3x2n [ 26.888063] initcall hpt3x2n_init+0x0/0x16 returned 0 after 3906 usecs [ 26.896005] calling it821x_init+0x0/0x16 @ 1 [ 26.900021] ata1.00: ATA-6: HDS722525VLAT80, V36OA60A, max UDMA/100 [ 26.900034] bus: 'pci': add driver pata_it821x [ 26.900097] initcall it821x_init+0x0/0x16 returned 0 after 0 usecs [ 26.900100] calling jmicron_init+0x0/0x16 @ 1 [ 26.900107] bus: 'pci': add driver pata_jmicron [ 26.900169] initcall jmicron_init+0x0/0x16 returned 0 after 0 usecs [ 26.900172] calling marvell_init+0x0/0x16 @ 1 [ 26.900179] bus: 'pci': add driver pata_marvell [ 26.900251] initcall marvell_init+0x0/0x16 returned 0 after 0 usecs [ 26.900254] calling ninja32_init+0x0/0x16 @ 1 [ 26.900262] bus: 'pci': add driver pata_ninja32 [ 26.900324] initcall ninja32_init+0x0/0x16 returned 0 after 0 usecs [ 26.900328] calling ns87415_init+0x0/0x16 @ 1 [ 26.900335] bus: 'pci': add driver pata_ns87415 [ 26.900397] initcall ns87415_init+0x0/0x16 returned 0 after 0 usecs [ 26.900400] calling oldpiix_init+0x0/0x16 @ 1 [ 26.900407] bus: 'pci': add driver pata_oldpiix [ 26.900469] initcall oldpiix_init+0x0/0x16 returned 0 after 0 usecs [ 26.900472] calling optidma_init+0x0/0x16 @ 1 [ 26.900480] bus: 'pci': add driver pata_optidma [ 26.900541] initcall optidma_init+0x0/0x16 returned 0 after 0 usecs [ 26.900545] calling pdc2027x_init+0x0/0x16 @ 1 [ 26.900552] bus: 'pci': add driver pata_pdc2027x [ 26.900614] initcall pdc2027x_init+0x0/0x16 returned 0 after 0 usecs [ 26.900618] calling pdc202xx_init+0x0/0x16 @ 1 [ 26.900625] bus: 'pci': add driver pata_pdc202xx_old [ 26.900687] initcall pdc202xx_init+0x0/0x16 returned 0 after 0 usecs [ 26.900691] calling radisys_init+0x0/0x16 @ 1 [ 26.900698] bus: 'pci': add driver pata_radisys [ 26.900769] initcall radisys_init+0x0/0x16 returned 0 after 0 usecs [ 26.900773] calling sc1200_init+0x0/0x16 @ 1 [ 26.900780] bus: 'pci': add driver sc1200 [ 26.900842] initcall sc1200_init+0x0/0x16 returned 0 after 0 usecs [ 26.900845] calling sch_init+0x0/0x16 @ 1 [ 26.900853] bus: 'pci': add driver pata_sch [ 26.900914] initcall sch_init+0x0/0x16 returned 0 after 0 usecs [ 26.900918] calling sis_init+0x0/0x16 @ 1 [ 26.900925] bus: 'pci': add driver pata_sis [ 26.900987] initcall sis_init+0x0/0x16 returned 0 after 0 usecs [ 26.900991] calling ata_tosh_init+0x0/0x16 @ 1 [ 26.900998] bus: 'pci': add driver pata_piccolo [ 26.901061] initcall ata_tosh_init+0x0/0x16 returned 0 after 0 usecs [ 26.901064] calling via_init+0x0/0x16 @ 1 [ 26.901072] bus: 'pci': add driver pata_via [ 26.901134] initcall via_init+0x0/0x16 returned 0 after 0 usecs [ 26.901138] calling sl82c105_init+0x0/0x16 @ 1 [ 26.901145] bus: 'pci': add driver pata_sl82c105 [ 26.901207] initcall sl82c105_init+0x0/0x16 returned 0 after 0 usecs [ 26.901211] calling cmd640_init+0x0/0x16 @ 1 [ 26.901219] bus: 'pci': add driver pata_cmd640 [ 26.901290] initcall cmd640_init+0x0/0x16 returned 0 after 0 usecs [ 26.901294] calling pata_platform_init+0x0/0xf @ 1 [ 26.901299] bus: 'platform': add driver pata_platform [ 26.901356] initcall pata_platform_init+0x0/0xf returned 0 after 0 usecs [ 26.901359] calling qdi_init+0x0/0x1c0 @ 1 [ 26.901363] initcall qdi_init+0x0/0x1c0 returned -19 after 0 usecs [ 26.901367] calling rz1000_init+0x0/0x16 @ 1 [ 26.901375] bus: 'pci': add driver pata_rz1000 [ 26.901438] initcall rz1000_init+0x0/0x16 returned 0 after 0 usecs [ 26.901441] calling winbond_init+0x0/0x26d @ 1 [ 26.901445] initcall winbond_init+0x0/0x26d returned -19 after 0 usecs [ 26.901449] calling ata_generic_init+0x0/0x16 @ 1 [ 26.901456] bus: 'pci': add driver ata_generic [ 26.901519] initcall ata_generic_init+0x0/0x16 returned 0 after 0 usecs [ 26.901523] calling legacy_init+0x0/0x82a @ 1 [ 26.901592] initcall legacy_init+0x0/0x82a returned -19 after 0 usecs [ 26.901595] calling marvell_init+0x0/0x49 @ 1 [ 26.901598] bus: 'mdio_bus': add driver Marvell 88E1101 [ 26.901662] bus: 'mdio_bus': add driver Marvell 88E1112 [ 26.901751] bus: 'mdio_bus': add driver Marvell 88E1111 [ 26.901808] bus: 'mdio_bus': add driver Marvell 88E1118 [ 26.901864] bus: 'mdio_bus': add driver Marvell 88E1121R [ 26.901919] bus: 'mdio_bus': add driver Marvell 88E1145 [ 26.901981] bus: 'mdio_bus': add driver Marvell 88E1240 [ 26.902035] initcall marvell_init+0x0/0x49 returned 0 after 0 usecs [ 26.902039] calling lxt_init+0x0/0x33 @ 1 [ 26.902041] bus: 'mdio_bus': add driver LXT970 [ 26.902094] bus: 'mdio_bus': add driver LXT971 [ 26.902148] initcall lxt_init+0x0/0x33 returned 0 after 0 usecs [ 26.902151] calling qs6612_init+0x0/0xf @ 1 [ 26.902153] bus: 'mdio_bus': add driver QS6612 [ 26.902207] initcall qs6612_init+0x0/0xf returned 0 after 0 usecs [ 26.902211] calling smsc_init+0x0/0x81 @ 1 [ 26.902213] bus: 'mdio_bus': add driver SMSC LAN83C185 [ 26.902266] bus: 'mdio_bus': add driver SMSC LAN8187 [ 26.902318] bus: 'mdio_bus': add driver SMSC LAN8700 [ 26.902370] bus: 'mdio_bus': add driver SMSC LAN911x Internal PHY [ 26.902423] bus: 'mdio_bus': add driver SMSC LAN8710/LAN8720 [ 26.902478] initcall smsc_init+0x0/0x81 returned 0 after 0 usecs [ 26.902481] calling vsc82xx_init+0x0/0x33 @ 1 [ 26.902484] bus: 'mdio_bus': add driver Vitesse VSC8244 [ 26.902536] bus: 'mdio_bus': add driver Vitesse VSC8221 [ 26.902600] initcall vsc82xx_init+0x0/0x33 returned 0 after 0 usecs [ 26.902603] calling ip175c_init+0x0/0xf @ 1 [ 26.902606] bus: 'mdio_bus': add driver ICPlus IP175C [ 26.902660] initcall ip175c_init+0x0/0xf returned 0 after 0 usecs [ 26.902663] calling et1011c_init+0x0/0xf @ 1 [ 26.902666] bus: 'mdio_bus': add driver ET1011C [ 26.902720] initcall et1011c_init+0x0/0xf returned 0 after 0 usecs [ 26.902724] calling fixed_mdio_bus_init+0x0/0xc7 @ 1 [ 26.902731] Registering platform device 'Fixed MDIO bus.0'. Parent at platform [ 26.902734] device: 'Fixed MDIO bus.0': device_add [ 26.902741] bus: 'platform': add device Fixed MDIO bus.0 [ 26.902755] PM: Adding info for platform:Fixed MDIO bus.0 [ 26.902831] device: '0': device_add [ 26.902848] PM: Adding info for No Bus:0 [ 26.902899] Fixed MDIO Bus: probed [ 26.902903] initcall fixed_mdio_bus_init+0x0/0xc7 returned 0 after 0 usecs [ 26.902907] calling ksphy_init+0x0/0x4d @ 1 [ 26.902909] bus: 'mdio_bus': add driver Micrel KS8001 [ 26.902963] bus: 'mdio_bus': add driver Micrel VSC8201 [ 26.903016] bus: 'mdio_bus': add driver Micrel KSZ9021 Gigabit PHY [ 26.903072] initcall ksphy_init+0x0/0x4d returned 0 after 0 usecs [ 26.903075] calling e1000_init_module+0x0/0x6e @ 1 [ 26.903078] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k6-NAPI [ 26.903080] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 26.903088] bus: 'pci': add driver e1000 [ 26.903162] initcall e1000_init_module+0x0/0x6e returned 0 after 0 usecs [ 26.903165] calling e1000_init_module+0x0/0x2f @ 1 [ 26.903167] e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k4 [ 26.903169] e1000e: Copyright (c) 1999 - 2009 Intel Corporation. [ 26.903177] bus: 'pci': add driver e1000e [ 26.903180] initcall e1000_init_module+0x0/0x2f returned 0 after 0 usecs [ 26.903180] calling igbvf_init_module+0x0/0x53 @ 1 [ 26.903180] Intel(R) Virtual Function Network Driver - version 1.0.0-k0 [ 26.903180] Copyright (c) 2009 Intel Corporation. [ 26.903180] bus: 'pci': add driver igbvf [ 26.903180] initcall igbvf_init_module+0x0/0x53 returned 0 after 0 usecs [ 26.903180] calling ixgbevf_init_module+0x0/0x39 @ 1 [ 26.903180] ixgbevf: Intel(R) 82599 Virtual Function - version 1.0.0-k0 [ 26.903180] Copyright (c) 2009 Intel Corporation. [ 26.903180] bus: 'pci': add driver ixgbevf [ 26.903180] initcall ixgbevf_init_module+0x0/0x39 returned 0 after 0 usecs [ 26.903180] calling ixgb_init_module+0x0/0x39 @ 1 [ 26.903180] ixgb: Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI [ 26.903180] ixgb: Copyright (c) 1999-2008 Intel Corporation. [ 26.903180] bus: 'pci': add driver ixgb [ 26.903180] initcall ixgb_init_module+0x0/0x39 returned 0 after 0 usecs [ 26.903180] calling ipg_init_module+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver Sundance Technology IPG Triple-Speed Ethernet [ 26.903180] initcall ipg_init_module+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling t1_init_module+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver cxgb [ 26.903180] initcall t1_init_module+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling cxgb3_init_module+0x0/0x1b @ 1 [ 26.903180] bus: 'pci': add driver cxgb3 [ 26.903180] initcall cxgb3_init_module+0x0/0x1b returned 0 after 0 usecs [ 26.903180] calling cxgb4_init_module+0x0/0x4c @ 1 [ 26.903180] bus: 'pci': add driver cxgb4 [ 26.903180] initcall cxgb4_init_module+0x0/0x4c returned 0 after 0 usecs [ 26.903180] calling atl1_init_module+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver atl1 [ 26.903180] initcall atl1_init_module+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling atl2_init_module+0x0/0x39 @ 1 [ 26.903180] Atheros(R) L2 Ethernet Driver - version 2.2.3 [ 26.903180] Copyright (c) 2007 Atheros Corporation. [ 26.903180] bus: 'pci': add driver atl2 [ 26.903180] initcall atl2_init_module+0x0/0x39 returned 0 after 0 usecs [ 26.903180] calling atl1e_init_module+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver ATL1E [ 26.903180] initcall atl1e_init_module+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling bdx_module_init+0x0/0x6d @ 1 [ 26.903180] tehuti: Tehuti Networks(R) Network Driver, 7.29.3 [ 26.903180] tehuti: Options: hw_csum [ 26.903180] bus: 'pci': add driver tehuti [ 26.903180] initcall bdx_module_init+0x0/0x6d returned 0 after 0 usecs [ 26.903180] calling enic_init_module+0x0/0x2a @ 1 [ 26.903180] enic: Cisco VIC Ethernet NIC Driver, ver 1.3.1.1-pp [ 26.903180] bus: 'pci': add driver enic [ 26.903180] initcall enic_init_module+0x0/0x2a returned 0 after 0 usecs [ 26.903180] calling vmxnet3_init_module+0x0/0x2a @ 1 [ 26.903180] VMware vmxnet3 virtual NIC driver - version 1.0.5.0-k-NAPI [ 26.903180] bus: 'pci': add driver vmxnet3 [ 26.903180] initcall vmxnet3_init_module+0x0/0x2a returned 0 after 0 usecs [ 26.903180] calling plip_init+0x0/0x52 @ 1 [ 26.903180] initcall plip_init+0x0/0x52 returned 0 after 0 usecs [ 26.903180] calling rr_init_module+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver rrunner [ 26.903180] initcall rr_init_module+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling happy_meal_probe+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver hme [ 26.903180] initcall happy_meal_probe+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling gem_init+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver gem [ 26.903180] initcall gem_init+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling cas_init+0x0/0x36 @ 1 [ 26.903180] bus: 'pci': add driver cassini [ 26.903180] initcall cas_init+0x0/0x36 returned 0 after 0 usecs [ 26.903180] calling ne2k_pci_init+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver ne2k-pci [ 26.903180] initcall ne2k_pci_init+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling pcnet32_init_module+0x0/0x102 @ 1 [ 26.903180] pcnet32: pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de [ 26.903180] bus: 'pci': add driver pcnet32 [ 26.903180] initcall pcnet32_init_module+0x0/0x102 returned 0 after 0 usecs [ 26.903180] calling e100_init_module+0x0/0x4d @ 1 [ 26.903180] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI [ 26.903180] e100: Copyright(c) 1999-2006 Intel Corporation [ 26.903180] bus: 'pci': add driver e100 [ 26.903180] initcall e100_init_module+0x0/0x4d returned 0 after 0 usecs [ 26.903180] calling epic_init+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver epic100 [ 26.903180] initcall epic_init+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling sis900_init_module+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver sis900 [ 26.903180] initcall sis900_init_module+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling r6040_init+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver r6040 [ 26.903180] initcall r6040_init+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling yellowfin_init+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver yellowfin [ 26.903180] initcall yellowfin_init+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling acenic_init+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver acenic [ 26.903180] initcall acenic_init+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling natsemi_init_mod+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver natsemi [ 26.903180] initcall natsemi_init_mod+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling ns83820_init+0x0/0x20 @ 1 [ 26.903180] ns83820.c: National Semiconductor DP83820 10/100/1000 driver. [ 26.903180] bus: 'pci': add driver ns83820 [ 26.903180] initcall ns83820_init+0x0/0x20 returned 0 after 0 usecs [ 26.903180] calling tg3_init+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver tg3 [ 26.903180] initcall tg3_init+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling bnx2_init+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver bnx2 [ 26.903180] initcall bnx2_init+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling cnic_init+0x0/0x32 @ 1 [ 26.903180] cnic: Broadcom NetXtreme II CNIC Driver cnic v2.1.2 (May 26, 2010) [ 26.903180] initcall cnic_init+0x0/0x32 returned 0 after 0 usecs [ 26.903180] calling bnx2x_init+0x0/0x7a @ 1 [ 26.903180] Broadcom NetXtreme II 5771x 10Gigabit Ethernet Driver bnx2x 1.52.53-1 (2010/18/04) [ 26.903180] bus: 'pci': add driver bnx2x [ 26.903180] initcall bnx2x_init+0x0/0x7a returned 0 after 0 usecs [ 26.903180] calling skge_init_module+0x0/0x49 @ 1 [ 26.903180] bus: 'pci': add driver skge [ 26.903180] initcall skge_init_module+0x0/0x49 returned 0 after 0 usecs [ 26.903180] calling sky2_init_module+0x0/0x20 @ 1 [ 26.903180] sky2: driver version 1.28 [ 26.903180] bus: 'pci': add driver sky2 [ 26.903180] initcall sky2_init_module+0x0/0x20 returned 0 after 0 usecs [ 26.903180] calling ks8842_init+0x0/0xf @ 1 [ 26.903180] bus: 'platform': add driver ks8842 [ 26.903180] initcall ks8842_init+0x0/0xf returned 0 after 0 usecs [ 26.903180] calling rhine_init+0x0/0x54 @ 1 [ 26.903180] bus: 'pci': add driver via-rhine [ 26.903180] initcall rhine_init+0x0/0x54 returned 0 after 0 usecs [ 26.903180] calling velocity_init_module+0x0/0x34 @ 1 [ 26.903180] bus: 'pci': add driver via-velocity [ 26.903180] initcall velocity_init_module+0x0/0x34 returned 0 after 0 usecs [ 26.903180] calling sundance_init+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver sundance [ 26.903180] initcall sundance_init+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling hamachi_init+0x0/0x16 @ 1 [ 26.903180] bus: 'pci': add driver hamachi [ 26.903180] initcall hamachi_init+0x0/0x16 returned 0 after 0 usecs [ 26.903180] calling net_olddevs_init+0x0/0x82 @ 1 [ 26.903180] cs89x0:cs89x0_probe(0x0) [ 26.903180] PP_addr at 300[a]: 0xffff [ 26.903180] eth0: incorrect signature at 300[c]: 0xffff!=0x630E [ 26.903180] cs89x0: request_region(0x320, 0x10) failed [ 26.903180] PP_addr at 340[a]: 0xffff [ 26.903180] eth0: incorrect signature at 340[c]: 0xffff!=0x630E [ 26.903180] PP_addr at 360[a]: 0xffff [ 26.903180] eth0: incorrect signature at 360[c]: 0xffff!=0x630E [ 26.903180] PP_addr at 200[a]: 0xffff [ 26.903180] eth0: incorrect signature at 200[c]: 0xffff!=0x630E [ 26.903180] PP_addr at 220[a]: 0xffff [ 26.903180] eth0: incorrect signature at 220[c]: 0xffff!=0x630E [ 26.903180] PP_addr at 240[a]: 0xffff [ 26.903180] eth0: incorrect signature at 240[c]: 0xffff!=0x630E [ 26.903180] PP_addr at 260[a]: 0xffff [ 26.903180] eth0: incorrect signature at 260[c]: 0xffff!=0x630E [ 26.903180] PP_addr at 280[a]: 0xffff [ 26.903180] eth0: incorrect signature at 280[c]: 0xffff!=0x630E [ 26.903180] PP_addr at 2a0[a]: 0xffff [ 26.903180] eth0: incorrect signature at 2a0[c]: 0xffff!=0x630E [ 26.903184] PP_addr at 2c0[a]: 0xffff [ 26.903190] eth0: incorrect signature at 2c0[c]: 0xffff!=0x630E [ 26.903197] PP_addr at 2e0[a]: 0xffff [ 26.903203] eth0: incorrect signature at 2e0[c]: 0xffff!=0x630E [ 26.903213] cs89x0: no cs8900 or cs8920 detected. Be sure to disable PnP with SETUP [ 26.903446] D-Link DE-620 pocket adapter not identified in the printer port [ 26.903504] initcall net_olddevs_init+0x0/0x82 returned 0 after 0 usecs [ 26.903507] calling b44_init+0x0/0x55 @ 1 [ 26.903517] bus: 'pci': add driver b44 [ 26.903581] bus: 'ssb': add driver b44 [ 26.903634] initcall b44_init+0x0/0x55 returned 0 after 0 usecs [ 26.903637] calling init_nic+0x0/0x16 @ 1 [ 26.903646] bus: 'pci': add driver forcedeth [ 26.903658] bus: 'pci': driver_probe_device: matched device 0000:00:0a.0 with driver forcedeth [ 26.903661] bus: 'pci': really_probe: probing driver forcedeth with device 0000:00:0a.0 [ 26.903670] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64. [ 26.903731] IOAPIC[0]: Set routing entry (2-11 -> 0x49 -> IRQ 37 Mode:1 Active:1) [ 26.903738] forcedeth 0000:00:0a.0: PCI->APIC IRQ transform: INT A -> IRQ 37 [ 26.903750] forcedeth 0000:00:0a.0: setting latency timer to 64 [ 26.903842] nv_probe: set workaround bit for reversed mac addr [ 26.904004] ata1.00: 488397168 sectors, multi 1: LBA48 [ 26.908022] ata1: nv_mode_filter: 0x3f39f&0x3f3ff->0x3f39f, BIOS=0x3f000 (0xc60000c0) ACPI=0x0 [ 26.936159] ata1.00: configured for UDMA/100 [ 26.940007] async_waiting @ 119 [ 26.943144] async_continuing @ 119 after 0 usec [ 26.944235] scsi 0:0:0:0: Direct-Access ATA HDS722525VLAT80 V36O PQ: 0 ANSI: 5 [ 26.948009] device: 'target0:0:0': device_add [ 26.952012] PM: Adding info for No Bus:target0:0:0 [ 26.956007] device: '0:0:0:0': device_add [ 26.960039] bus: 'scsi': add device 0:0:0:0 [ 26.964013] PM: Adding info for scsi:0:0:0:0 [ 26.968060] bus: 'scsi': driver_probe_device: matched device 0:0:0:0 with driver st [ 26.972002] bus: 'scsi': really_probe: probing driver st with device 0:0:0:0 [ 26.976017] bus: 'scsi': driver_probe_device: matched device 0:0:0:0 with driver osst [ 26.980002] bus: 'scsi': really_probe: probing driver osst with device 0:0:0:0 [ 26.984014] bus: 'scsi': driver_probe_device: matched device 0:0:0:0 with driver sd [ 26.988003] bus: 'scsi': really_probe: probing driver sd with device 0:0:0:0 [ 26.992038] device: '0:0:0:0': device_add [ 26.996027] PM: Adding info for No Bus:0:0:0:0 [ 27.000056] driver: '0:0:0:0': driver_bound: bound to device 'sd' [ 27.000059] calling 3_sd_probe_async+0x0/0x1be @ 122 [ 27.000196] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB) [ 27.000370] sd 0:0:0:0: [sda] Write Protect is off [ 27.000373] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 27.000444] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 27.000455] device: 'sda': device_add [ 27.000498] PM: Adding info for No Bus:sda [ 27.000498] sda: [ 27.000498] BUG: spinlock bad magic on CPU#1, async/2/122 [ 27.000498] lock: 7f8d6c3c, .magic: 00000000, .owner: /-1, .owner_cpu: 0 [ 27.000498] Pid: 122, comm: async/2 Not tainted 2.6.35-rc2-00131-g7908a9e #8184 [ 27.000498] Call Trace: [ 27.000498] [<41ba1a73>] ? printk+0x20/0x24 [ 27.000498] [<4134b647>] spin_bug+0x7c/0x87 [ 27.000498] [<4134b6e3>] do_raw_spin_lock+0x1e/0x123 [ 27.000498] [<41ba3ffa>] ? _raw_spin_lock_irqsave+0x12/0x20 [ 27.000498] [<41ba4002>] _raw_spin_lock_irqsave+0x1a/0x20 [ 27.000498] [<4133461b>] blkiocg_update_io_add_stats+0x25/0xfb [ 27.000498] [<41335c5a>] ? cfq_prio_tree_add+0xb1/0xc1 [ 27.000498] [<41337a8c>] cfq_insert_request+0x8c/0x42b [ 27.000498] [<41ba3fa1>] ? _raw_spin_unlock_irqrestore+0x17/0x23 [ 27.000498] [<41ba3fa1>] ? _raw_spin_unlock_irqrestore+0x17/0x23 [ 27.000498] [<41329125>] elv_insert+0x107/0x1a0 [ 27.000498] [<41329254>] __elv_add_request+0x96/0x9d [ 27.000498] [<4132ba39>] ? drive_stat_acct+0x9d/0xc6 [ 27.000498] [<4132dc11>] __make_request+0x335/0x376 [ 27.000501] [<4132c5d3>] generic_make_request+0x336/0x39d [ 27.000506] [<410ad4ca>] ? kmem_cache_alloc+0xa1/0x105 [ 27.000510] [<4108935d>] ? mempool_alloc_slab+0xe/0x10 [ 27.000513] [<4108935d>] ? mempool_alloc_slab+0xe/0x10 [ 27.000517] [<4108935d>] ? mempool_alloc_slab+0xe/0x10 [ 27.000520] [<4108941f>] ? mempool_alloc+0x57/0xe2 [ 27.000524] [<4132c6b1>] submit_bio+0x77/0x8f [ 27.000528] [<410d2d48>] ? bio_alloc_bioset+0x37/0x94 [ 27.000531] [<410cec1c>] submit_bh+0xc3/0xe2 [ 27.000535] [<410d1500>] block_read_full_page+0x249/0x259 [ 27.000538] [<410d3287>] ? blkdev_get_block+0x0/0xc6 [ 27.000542] [<41087cd2>] ? add_to_page_cache_locked+0x94/0xb5 [ 27.000545] [<410d3e1e>] blkdev_readpage+0xf/0x11 [ 27.000549] [<410888fb>] do_read_cache_page+0x7d/0x11a [ 27.000552] [<410d3e0f>] ? blkdev_readpage+0x0/0x11 [ 27.000555] [<410889cc>] read_cache_page_async+0x16/0x1b [ 27.000559] [<410889dc>] read_cache_page+0xb/0x12 [ 27.000563] [<410e8171>] read_dev_sector+0x2a/0x63 [ 27.000566] [<410e9378>] adfspart_check_ICS+0x2e/0x166 [ 27.000569] [<41ba1a73>] ? printk+0x20/0x24 [ 27.000573] [<410e8db3>] rescan_partitions+0x196/0x3e4 [ 27.000576] [<41ba2af3>] ? __mutex_unlock_slowpath+0x98/0x9f [ 27.000580] [<410e934a>] ? adfspart_check_ICS+0x0/0x166 [ 27.000583] [<410d4303>] __blkdev_get+0x1e7/0x292 [ 27.000587] [<4133a0d9>] ? kobject_put+0x14/0x16 [ 27.000591] [<410d43b8>] blkdev_get+0xa/0xc [ 27.000594] [<410e828b>] register_disk+0x94/0xe5 [ 27.000597] [<41332572>] ? blk_register_region+0x1b/0x20 [ 27.000601] [<413326c1>] add_disk+0x57/0x95 [ 27.000604] [<41331e72>] ? exact_match+0x0/0x8 [ 27.000607] [<413321eb>] ? exact_lock+0x0/0x11 [ 27.000610] [<416436e0>] sd_probe_async+0x108/0x1be [ 27.000615] [<41048489>] async_thread+0xf5/0x1e6 [ 27.000619] [<4102c9d7>] ? default_wake_function+0x0/0xd [ 27.000623] [<41048394>] ? async_thread+0x0/0x1e6 [ 27.000628] [<4104304b>] kthread+0x5f/0x64 [ 27.000631] [<41042fec>] ? kthread+0x0/0x64 [ 27.000635] [<41002ce6>] kernel_thread_helper+0x6/0x10 [ 27.000698] sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 sda10 > [ 27.000698] device: 'sda1': device_add [ 27.000698] PM: Adding info for No Bus:sda1 [ 27.000698] device: 'sda2': device_add [ 27.000698] PM: Adding info for No Bus:sda2 [ 27.000698] device: 'sda3': device_add [ 27.000698] PM: Adding info for No Bus:sda3 [ 27.000698] device: 'sda5': device_add [ 27.000698] PM: Adding info for No Bus:sda5 [ 27.000698] device: 'sda6': device_add [ 27.000698] PM: Adding info for No Bus:sda6 [ 27.000698] device: 'sda7': device_add [ 27.000698] PM: Adding info for No Bus:sda7 [ 27.000698] device: 'sda8': device_add [ 27.000698] PM: Adding info for No Bus:sda8 [ 27.000698] device: 'sda9': device_add [ 27.000698] PM: Adding info for No Bus:sda9 [ 27.000698] device: 'sda10': device_add [ 27.000698] PM: Adding info for No Bus:sda10 [ 27.004004] bus: 'scsi': really_probe: bound device 0:0:0:0 to driver sd [ 27.003997] device: '8:0': device_add [ 27.003997] PM: Adding info for No Bus:8:0 [ 27.004046] sd 0:0:0:0: [sda] Attached SCSI disk [ 27.004051] initcall 3_sd_probe_async+0x0/0x1be returned 0 after 3906 usecs [ 27.008005] device: '0:0:0:0': device_add [ 27.012030] PM: Adding info for No Bus:0:0:0:0 [ 27.016071] initcall 1_async_port_probe+0x0/0x9d returned 0 after 285156 usecs [ 27.020005] async_continuing @ 120 after 289062 usec [ 27.192221] ata2.01: ATAPI: DVDRW IDE 16X, VER A079, max UDMA/66 [ 27.196021] ata2: nv_mode_filter: 0x1f39f&0x73ff->0x739f, BIOS=0x7000 (0xc60000c0) ACPI=0x0 [ 27.220156] ata2.01: configured for UDMA/33 [ 27.224057] async_waiting @ 120 [ 27.228003] async_continuing @ 120 after 0 usec [ 27.232047] scsi 1:0:1:0: CD-ROM DVDRW IDE 16X A079 PQ: 0 ANSI: 5 [ 27.240017] device: 'target1:0:1': device_add [ 27.244011] PM: Adding info for No Bus:target1:0:1 [ 27.248008] device: '1:0:1:0': device_add [ 27.252039] bus: 'scsi': add device 1:0:1:0 [ 27.256013] PM: Adding info for scsi:1:0:1:0 [ 27.260059] bus: 'scsi': driver_probe_device: matched device 1:0:1:0 with driver st [ 27.268002] bus: 'scsi': really_probe: probing driver st with device 1:0:1:0 [ 27.276017] bus: 'scsi': driver_probe_device: matched device 1:0:1:0 with driver osst [ 27.284002] bus: 'scsi': really_probe: probing driver osst with device 1:0:1:0 [ 27.292015] bus: 'scsi': driver_probe_device: matched device 1:0:1:0 with driver sd [ 27.300002] bus: 'scsi': really_probe: probing driver sd with device 1:0:1:0 [ 27.304015] bus: 'scsi': driver_probe_device: matched device 1:0:1:0 with driver sr [ 27.312002] bus: 'scsi': really_probe: probing driver sr with device 1:0:1:0 [ 27.324025] sr0: scsi3-mmc drive: 1x/48x writer cd/rw xa/form2 cdda tray [ 27.332005] Uniform CD-ROM driver Revision: 3.20 [ 27.336007] device: 'sr0': device_add [ 27.340062] PM: Adding info for No Bus:sr0 [ 27.344124] device: '11:0': device_add [ 27.348025] PM: Adding info for No Bus:11:0 [ 27.352064] sr 1:0:1:0: Attached scsi CD-ROM sr0 [ 27.356002] driver: '1:0:1:0': driver_bound: bound to device 'sr' [ 27.360003] bus: 'scsi': really_probe: bound device 1:0:1:0 to driver sr [ 27.368004] device: '1:0:1:0': device_add [ 27.372018] PM: Adding info for No Bus:1:0:1:0 [ 27.376070] initcall 2_async_port_probe+0x0/0x9d returned 0 after 636718 usecs [ 27.420191] device: 'eth0': device_add [ 27.424031] PM: Adding info for No Bus:eth0 [ 27.428145] forcedeth 0000:00:0a.0: ifname eth0, PHY OUI 0x5043 @ 1, addr 00:13:d4:dc:41:12 [ 27.436004] forcedeth 0000:00:0a.0: highdma csum gbit lnktim desc-v3 [ 27.440002] driver: '0000:00:0a.0': driver_bound: bound to device 'forcedeth' [ 27.448003] bus: 'pci': really_probe: bound device 0000:00:0a.0 to driver forcedeth [ 27.456062] initcall init_nic+0x0/0x16 returned 0 after 542968 usecs [ 27.464003] calling qlcnic_init_module+0x0/0x39 @ 1 [ 27.468002] QLogic Converged Ethernet Driver v5.0.2 [ 27.472016] bus: 'pci': add driver qlcnic [ 27.476086] initcall qlcnic_init_module+0x0/0x39 returned 0 after 7812 usecs [ 27.484003] calling qlge_init_module+0x0/0x16 @ 1 [ 27.488010] bus: 'pci': add driver qlge [ 27.492062] initcall qlge_init_module+0x0/0x16 returned 0 after 3906 usecs [ 27.500003] calling ppp_init+0x0/0xc3 @ 1 [ 27.504002] PPP generic driver version 2.4.2 [ 27.508030] device class 'ppp': registering [ 27.512062] device: 'ppp': device_add [ 27.516194] PM: Adding info for No Bus:ppp [ 27.520055] initcall ppp_init+0x0/0xc3 returned 0 after 15625 usecs [ 27.524003] calling ppp_async_init+0x0/0x2d @ 1 [ 27.532004] initcall ppp_async_init+0x0/0x2d returned 0 after 0 usecs [ 27.536003] calling deflate_init+0x0/0x30 @ 1 [ 27.540003] PPP Deflate Compression module registered [ 27.548004] initcall deflate_init+0x0/0x30 returned 0 after 7812 usecs [ 27.552003] calling bsdcomp_init+0x0/0x26 @ 1 [ 27.556002] PPP BSD Compression module registered [ 27.564003] initcall bsdcomp_init+0x0/0x26 returned 0 after 7812 usecs [ 27.568003] calling pppox_init+0x0/0xf @ 1 [ 27.572002] NET: Registered protocol family 24 [ 27.576003] initcall pppox_init+0x0/0xf returned 0 after 3906 usecs [ 27.584003] calling pppoe_init+0x0/0x71 @ 1 [ 27.588018] initcall pppoe_init+0x0/0x71 returned 0 after 0 usecs [ 27.592003] calling slip_init+0x0/0x99 @ 1 [ 27.600002] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled). [ 27.608002] CSLIP: code copyright 1989 Regents of the University of California. [ 27.616007] initcall slip_init+0x0/0x99 returned 0 after 15625 usecs [ 27.620003] calling dummy_init_module+0x0/0x96 @ 1 [ 27.628028] device: 'dummy0': device_add [ 27.632081] PM: Adding info for No Bus:dummy0 [ 27.636135] initcall dummy_init_module+0x0/0x96 returned 0 after 7812 usecs [ 27.640003] calling macvlan_init_module+0x0/0x45 @ 1 [ 27.648005] initcall macvlan_init_module+0x0/0x45 returned 0 after 0 usecs [ 27.652004] calling macvtap_init+0x0/0xa4 @ 1 [ 27.660006] device class 'macvtap': registering [ 27.664058] initcall macvtap_init+0x0/0xa4 returned 0 after 3906 usecs [ 27.668003] calling rtl8139_init_module+0x0/0x16 @ 1 [ 27.676013] bus: 'pci': add driver 8139too [ 27.680022] bus: 'pci': driver_probe_device: matched device 0000:05:07.0 with driver 8139too [ 27.688002] bus: 'pci': really_probe: probing driver 8139too with device 0000:05:07.0 [ 27.696008] 8139too: 8139too Fast Ethernet driver 0.9.28 [ 27.700047] 8139too 0000:05:07.0: PCI->APIC IRQ transform: INT A -> IRQ 37 [ 27.708252] device: 'eth1': device_add [ 27.712085] PM: Adding info for No Bus:eth1 [ 27.716130] 8139too 0000:05:07.0: eth1: RealTek RTL8139 at 0x80dfc000, 00:c0:df:03:68:5d, IRQ 37 [ 27.724003] driver: '0000:05:07.0': driver_bound: bound to device '8139too' [ 27.732003] bus: 'pci': really_probe: bound device 0000:05:07.0 to driver 8139too [ 27.740055] initcall rtl8139_init_module+0x0/0x16 returned 0 after 62500 usecs [ 27.744003] calling atp_init_module+0x0/0x81 @ 1 [ 27.752002] atp.c:v1.09=ac 2002/10/01 Donald Becker [ 27.756034] initcall atp_init_module+0x0/0x81 returned -19 after 3906 usecs [ 27.764005] calling sc92031_init+0x0/0x16 @ 1 [ 27.768011] bus: 'pci': add driver sc92031 [ 27.772065] initcall sc92031_init+0x0/0x16 returned 0 after 3906 usecs [ 27.780003] calling eql_init_module+0x0/0x50 @ 1 [ 27.784002] Equalizer2002: Simon Janes (simon@ncm.com) and David S. Miller (davem@redhat.com) [ 27.792019] device: 'eql': device_add [ 27.796120] PM: Adding info for No Bus:eql [ 27.800130] initcall eql_init_module+0x0/0x50 returned 0 after 15625 usecs [ 27.808009] calling tun_init+0x0/0x79 @ 1 [ 27.812003] tun: Universal TUN/TAP device driver, 1.6 [ 27.816002] tun: (C) 1999-2004 Max Krasnyansky [ 27.824022] device: 'tun': device_add [ 27.828201] PM: Adding info for No Bus:tun [ 27.832064] initcall tun_init+0x0/0x79 returned 0 after 19531 usecs [ 27.836003] calling veth_init+0x0/0xf @ 1 [ 27.840005] initcall veth_init+0x0/0xf returned 0 after 0 usecs [ 27.844003] calling rio_init+0x0/0x16 @ 1 [ 27.848017] bus: 'pci': add driver dl2k [ 27.852085] initcall rio_init+0x0/0x16 returned 0 after 3906 usecs [ 27.856003] calling rtl8169_init_module+0x0/0x16 @ 1 [ 27.860010] bus: 'pci': add driver r8169 [ 27.864064] initcall rtl8169_init_module+0x0/0x16 returned 0 after 3906 usecs [ 27.868003] calling amd8111e_init+0x0/0x16 @ 1 [ 27.872010] bus: 'pci': add driver amd8111e [ 27.876063] initcall amd8111e_init+0x0/0x16 returned 0 after 3906 usecs [ 27.880003] calling myri10ge_init_module+0x0/0x5b @ 1 [ 27.884002] myri10ge: Version 1.5.2-1.459 [ 27.888013] bus: 'pci': add driver myri10ge [ 27.892063] initcall myri10ge_init_module+0x0/0x5b returned 0 after 7812 usecs [ 27.896003] calling mlx4_init+0x0/0x93 @ 1 [ 27.900059] bus: 'pci': add driver mlx4_core [ 27.904071] initcall mlx4_init+0x0/0x93 returned 0 after 3906 usecs [ 27.912003] calling mlx4_en_init+0x0/0xf @ 1 [ 27.916004] initcall mlx4_en_init+0x0/0xf returned 0 after 0 usecs [ 27.924003] calling ethoc_init+0x0/0xf @ 1 [ 27.928005] bus: 'platform': add driver ethoc [ 27.932060] initcall ethoc_init+0x0/0xf returned 0 after 3906 usecs [ 27.936003] calling dnet_init+0x0/0xf @ 1 [ 27.940003] bus: 'platform': add driver dnet [ 27.944055] initcall dnet_init+0x0/0xf returned 0 after 7812 usecs [ 27.952003] calling olympic_pci_init+0x0/0x16 @ 1 [ 27.956011] bus: 'pci': add driver olympic [ 27.960061] initcall olympic_pci_init+0x0/0x16 returned 0 after 3906 usecs [ 27.968003] calling streamer_init_module+0x0/0x16 @ 1 [ 27.972010] bus: 'pci': add driver lanstreamer [ 27.976061] initcall streamer_init_module+0x0/0x16 returned 0 after 3906 usecs [ 27.984003] calling catc_init+0x0/0x2d @ 1 [ 27.988003] bus: 'usb': add driver catc [ 27.992056] usbcore: registered new interface driver catc [ 28.000002] catc: v2.8:CATC EL1210A NetMate USB Ethernet driver [ 28.004006] initcall catc_init+0x0/0x2d returned 0 after 15625 usecs [ 28.004013] async/2 used greatest stack depth: 1884 bytes left [ 28.016003] calling kaweth_init+0x0/0x16 @ 1 [ 28.020003] bus: 'usb': add driver kaweth [ 28.024067] usbcore: registered new interface driver kaweth [ 28.032004] initcall kaweth_init+0x0/0x16 returned 0 after 11718 usecs [ 28.036003] calling usb_rtl8150_init+0x0/0x20 @ 1 [ 28.040002] rtl8150: v0.6.2 (2004/08/27):rtl8150 based usb-ethernet driver [ 28.048002] bus: 'usb': add driver rtl8150 [ 28.052055] usbcore: registered new interface driver rtl8150 [ 28.060004] initcall usb_rtl8150_init+0x0/0x20 returned 0 after 19531 usecs [ 28.064003] calling asix_init+0x0/0x16 @ 1 [ 28.068002] bus: 'usb': add driver asix [ 28.072065] usbcore: registered new interface driver asix [ 28.080004] initcall asix_init+0x0/0x16 returned 0 after 11718 usecs [ 28.084003] calling cdc_init+0x0/0x16 @ 1 [ 28.088002] bus: 'usb': add driver cdc_ether [ 28.092055] usbcore: registered new interface driver cdc_ether [ 28.100004] initcall cdc_init+0x0/0x16 returned 0 after 11718 usecs [ 28.104003] calling dm9601_init+0x0/0x16 @ 1 [ 28.112002] bus: 'usb': add driver dm9601 [ 28.116055] usbcore: registered new interface driver dm9601 [ 28.120004] initcall dm9601_init+0x0/0x16 returned 0 after 7812 usecs [ 28.128003] calling smsc75xx_init+0x0/0x16 @ 1 [ 28.132002] bus: 'usb': add driver smsc75xx [ 28.136064] usbcore: registered new interface driver smsc75xx [ 28.140004] initcall smsc75xx_init+0x0/0x16 returned 0 after 7812 usecs [ 28.148003] calling smsc95xx_init+0x0/0x16 @ 1 [ 28.152002] bus: 'usb': add driver smsc95xx [ 28.156054] usbcore: registered new interface driver smsc95xx [ 28.160004] initcall smsc95xx_init+0x0/0x16 returned 0 after 7812 usecs [ 28.168003] calling usbnet_init+0x0/0x16 @ 1 [ 28.172002] bus: 'usb': add driver gl620a [ 28.176064] usbcore: registered new interface driver gl620a [ 28.184004] initcall usbnet_init+0x0/0x16 returned 0 after 11718 usecs [ 28.188003] calling net1080_init+0x0/0x16 @ 1 [ 28.192002] bus: 'usb': add driver net1080 [ 28.196054] usbcore: registered new interface driver net1080 [ 28.204004] initcall net1080_init+0x0/0x16 returned 0 after 11718 usecs [ 28.208003] calling cdc_subset_init+0x0/0x16 @ 1 [ 28.216002] bus: 'usb': add driver cdc_subset [ 28.220054] usbcore: registered new interface driver cdc_subset [ 28.224004] initcall cdc_subset_init+0x0/0x16 returned 0 after 7812 usecs [ 28.232003] calling mcs7830_init+0x0/0x16 @ 1 [ 28.236002] bus: 'usb': add driver MOSCHIP usb-ethernet driver [ 28.244056] usbcore: registered new interface driver MOSCHIP usb-ethernet driver [ 28.248003] initcall mcs7830_init+0x0/0x16 returned 0 after 11718 usecs [ 28.256003] calling usbnet_init+0x0/0x24 @ 1 [ 28.260007] initcall usbnet_init+0x0/0x24 returned 0 after 0 usecs [ 28.268003] calling int51x1_init+0x0/0x16 @ 1 [ 28.272002] bus: 'usb': add driver int51x1 [ 28.276056] usbcore: registered new interface driver int51x1 [ 28.280004] initcall int51x1_init+0x0/0x16 returned 0 after 7812 usecs [ 28.288003] calling usbpn_init+0x0/0x16 @ 1 [ 28.292002] bus: 'usb': add driver cdc_phonet [ 28.296054] usbcore: registered new interface driver cdc_phonet [ 28.300003] initcall usbpn_init+0x0/0x16 returned 0 after 7812 usecs [ 28.308003] calling ipheth_init+0x0/0x2f @ 1 [ 28.312002] bus: 'usb': add driver ipheth [ 28.316054] usbcore: registered new interface driver ipheth [ 28.324004] initcall ipheth_init+0x0/0x2f returned 0 after 11718 usecs [ 28.328003] calling airo_init_module+0x0/0xce @ 1 [ 28.332012] airo(): Probing for PCI adapters [ 28.336012] bus: 'pci': add driver airo [ 28.340071] airo(): Finished probing for PCI adapters [ 28.348004] initcall airo_init_module+0x0/0xce returned 0 after 15625 usecs [ 28.352003] calling prism54_module_init+0x0/0x2a @ 1 [ 28.360002] Loaded prism54 driver, version 1.2 [ 28.364011] bus: 'pci': add driver prism54 [ 28.368063] initcall prism54_module_init+0x0/0x2a returned 0 after 7812 usecs [ 28.376003] calling init_netconsole+0x0/0x1cb @ 1 [ 28.380005] console [netcon0] enabled [ 28.384005] netconsole: network logging started [ 28.388004] initcall init_netconsole+0x0/0x1cb returned 0 after 7812 usecs [ 28.396003] calling efx_init_module+0x0/0xb3 @ 1 [ 28.400001] Solarflare NET driver v3.0 [ 28.404077] bus: 'pci': add driver sfc [ 28.408085] initcall efx_init_module+0x0/0xb3 returned 0 after 7812 usecs [ 28.412004] calling zatm_init_module+0x0/0x16 @ 1 [ 28.416012] bus: 'pci': add driver zatm [ 28.420065] initcall zatm_init_module+0x0/0x16 returned 0 after 3906 usecs [ 28.424028] calling uPD98402_module_init+0x0/0x7 @ 1 [ 28.428004] initcall uPD98402_module_init+0x0/0x7 returned 0 after 0 usecs [ 28.432003] calling nicstar_init+0x0/0x5b @ 1 [ 28.436011] bus: 'pci': add driver nicstar [ 28.440076] initcall nicstar_init+0x0/0x5b returned 0 after 3906 usecs [ 28.444004] calling hrz_module_init+0x0/0xb1 @ 1 [ 28.448003] Madge ATM Horizon [Ultra] driver version 1.2.1 [ 28.452012] bus: 'pci': add driver horizon [ 28.456063] initcall hrz_module_init+0x0/0xb1 returned 0 after 7812 usecs [ 28.460006] calling fore200e_module_init+0x0/0x20 @ 1 [ 28.464002] fore200e: FORE Systems 200E-series ATM driver - version 0.3e [ 28.468011] bus: 'pci': add driver fore_200e [ 28.472063] initcall fore200e_module_init+0x0/0x20 returned 0 after 7812 usecs [ 28.476005] calling eni_init+0x0/0x16 @ 1 [ 28.480011] bus: 'pci': add driver eni [ 28.484062] initcall eni_init+0x0/0x16 returned 0 after 3906 usecs [ 28.488004] calling idt77252_init+0x0/0x2a @ 1 [ 28.492002] idt77252_init: at 4230ec71 [ 28.496011] bus: 'pci': add driver idt77252 [ 28.500063] initcall idt77252_init+0x0/0x2a returned 0 after 7812 usecs [ 28.504005] calling solos_pci_init+0x0/0x25 @ 1 [ 28.508002] Solos PCI Driver Version 0.07 [ 28.512012] bus: 'pci': add driver solos [ 28.516072] initcall solos_pci_init+0x0/0x25 returned 0 after 7812 usecs [ 28.520004] calling adummy_init+0x0/0xda @ 1 [ 28.524002] adummy: version 1.0 [ 28.527160] device: 'adummy0': device_add [ 28.528012] PM: Adding info for No Bus:adummy0 [ 28.532070] initcall adummy_init+0x0/0xda returned 0 after 7812 usecs [ 28.536004] calling atmtcp_init+0x0/0x11 @ 1 [ 28.540004] initcall atmtcp_init+0x0/0x11 returned 0 after 0 usecs [ 28.544003] calling i2o_iop_init+0x0/0x44 @ 1 [ 28.548002] I2O subsystem v1.325 [ 28.552002] i2o: max drivers = 8 [ 28.555292] bus: 'i2o': registered [ 28.556045] bus: 'i2o': add driver exec-osm [ 28.560068] bus: 'pci': add driver PCI_I2O [ 28.564070] initcall i2o_iop_init+0x0/0x44 returned 0 after 15625 usecs [ 28.572003] calling i2o_config_init+0x0/0x8c @ 1 [ 28.576001] I2O Configuration OSM v1.323 [ 28.580002] bus: 'i2o': add driver config-osm [ 28.584057] device: 'i2octl': device_add [ 28.588165] PM: Adding info for No Bus:i2octl [ 28.592053] initcall i2o_config_init+0x0/0x8c returned 0 after 15625 usecs [ 28.600003] calling i2o_scsi_init+0x0/0x37 @ 1 [ 28.604001] I2O SCSI Peripheral OSM v1.316 [ 28.608002] bus: 'i2o': add driver scsi-osm [ 28.612054] initcall i2o_scsi_init+0x0/0x37 returned 0 after 7812 usecs [ 28.620005] calling i2o_proc_init+0x0/0x1af @ 1 [ 28.624002] I2O ProcFS OSM v1.316 [ 28.628002] bus: 'i2o': add driver proc-osm [ 28.632064] initcall i2o_proc_init+0x0/0x1af returned 0 after 7812 usecs [ 28.640003] calling fusion_init+0x0/0x10a @ 1 [ 28.644002] Fusion MPT base driver 3.04.15 [ 28.648001] Copyright (c) 1999-2008 LSI Corporation [ 28.652017] initcall fusion_init+0x0/0x10a returned 0 after 7812 usecs [ 28.660003] calling mptspi_init+0x0/0xb9 @ 1 [ 28.664002] Fusion MPT SPI Host driver 3.04.15 [ 28.668017] bus: 'pci': add driver mptspi [ 28.672082] initcall mptspi_init+0x0/0xb9 returned 0 after 7812 usecs [ 28.680003] calling mptsas_init+0x0/0xe5 @ 1 [ 28.684002] Fusion MPT SAS Host driver 3.04.15 [ 28.688025] bus: 'pci': add driver mptsas [ 28.692065] initcall mptsas_init+0x0/0xe5 returned 0 after 7812 usecs [ 28.696003] calling mptctl_init+0x0/0x114 @ 1 [ 28.704002] Fusion MPT misc device (ioctl) driver 3.04.15 [ 28.708007] device: 'mptctl': device_add [ 28.712099] PM: Adding info for No Bus:mptctl [ 28.716049] mptctl: Registered with Fusion MPT base driver [ 28.720002] mptctl: /dev/mptctl @ (major,minor=10,220) [ 28.728004] initcall mptctl_init+0x0/0x114 returned 0 after 23437 usecs [ 28.732003] calling fw_core_init+0x0/0x7b @ 1 [ 28.736074] bus: 'firewire': registered [ 28.740012] initcall fw_core_init+0x0/0x7b returned 0 after 3906 usecs [ 28.748005] calling fw_ohci_init+0x0/0x16 @ 1 [ 28.752014] bus: 'pci': add driver firewire_ohci [ 28.756071] initcall fw_ohci_init+0x0/0x16 returned 0 after 3906 usecs [ 28.764003] calling sbp2_init+0x0/0x39 @ 1 [ 28.768039] bus: 'firewire': add driver sbp2 [ 28.772059] initcall sbp2_init+0x0/0x39 returned 0 after 3906 usecs [ 28.776004] calling fwnet_init+0x0/0x64 @ 1 [ 28.780175] bus: 'firewire': add driver net [ 28.784055] initcall fwnet_init+0x0/0x64 returned 0 after 3906 usecs [ 28.788004] calling uio_init+0x0/0x7 @ 1 [ 28.792003] initcall uio_init+0x0/0x7 returned 0 after 0 usecs [ 28.796003] calling hilscher_init_module+0x0/0x16 @ 1 [ 28.800014] bus: 'pci': add driver hilscher [ 28.804069] initcall hilscher_init_module+0x0/0x16 returned 0 after 3906 usecs [ 28.808004] calling uio_pdrv_init+0x0/0xf @ 1 [ 28.812006] bus: 'platform': add driver uio_pdrv [ 28.816070] initcall uio_pdrv_init+0x0/0xf returned 0 after 3906 usecs [ 28.820003] calling uio_pdrv_genirq_init+0x0/0xf @ 1 [ 28.824004] bus: 'platform': add driver uio_pdrv_genirq [ 28.832004] initcall uio_pdrv_genirq_init+0x0/0xf returned 0 after 7812 usecs [ 28.836004] calling sercos3_init_module+0x0/0x16 @ 1 [ 28.840012] bus: 'pci': add driver sercos3 [ 28.844065] initcall sercos3_init_module+0x0/0x16 returned 0 after 3906 usecs [ 28.848004] calling init+0x0/0x20 @ 1 [ 28.852002] Generic UIO driver for PCI 2.3 devices version: 0.01.0 [ 28.856011] bus: 'pci': add driver uio_pci_generic [ 28.860063] initcall init+0x0/0x20 returned 0 after 7812 usecs [ 28.864003] calling netx_init_module+0x0/0x16 @ 1 [ 28.868011] bus: 'pci': add driver netx [ 28.872064] initcall netx_init_module+0x0/0x16 returned 0 after 3906 usecs [ 28.876003] calling cdrom_init+0x0/0x7 @ 1 [ 28.880003] initcall cdrom_init+0x0/0x7 returned 0 after 0 usecs [ 28.884004] calling yenta_socket_init+0x0/0x16 @ 1 [ 28.888012] bus: 'pci': add driver yenta_cardbus [ 28.892066] initcall yenta_socket_init+0x0/0x16 returned 0 after 3906 usecs [ 28.896004] calling aoe_init+0x0/0x9d @ 1 [ 28.900017] device class 'aoe': registering [ 28.904062] device: 'err': device_add [ 28.908169] PM: Adding info for No Bus:err [ 28.912056] device: 'discover': device_add [ 28.916073] PM: Adding info for No Bus:discover [ 28.920056] device: 'interfaces': device_add [ 28.924097] PM: Adding info for No Bus:interfaces [ 28.928058] device: 'revalidate': device_add [ 28.932077] PM: Adding info for No Bus:revalidate [ 28.936055] device: 'flush': device_add [ 28.940072] PM: Adding info for No Bus:flush [ 28.944219] aoe: AoE v47 initialised. [ 28.948049] initcall aoe_init+0x0/0x9d returned 0 after 46875 usecs [ 28.952003] calling uwb_subsys_init+0x0/0x46 @ 1 [ 28.956005] device class 'uwb_rc': registering [ 28.960074] initcall uwb_subsys_init+0x0/0x46 returned 0 after 3906 usecs [ 28.964003] calling wlp_subsys_init+0x0/0x7 @ 1 [ 28.968005] initcall wlp_subsys_init+0x0/0x7 returned 0 after 0 usecs [ 28.972003] calling umc_bus_init+0x0/0xf @ 1 [ 28.976064] bus: 'umc': registered [ 28.980004] initcall umc_bus_init+0x0/0xf returned 0 after 3906 usecs [ 28.984003] calling whci_init+0x0/0x16 @ 1 [ 28.988015] bus: 'pci': add driver whci [ 28.992076] initcall whci_init+0x0/0x16 returned 0 after 3906 usecs [ 28.996003] calling whcrc_driver_init+0x0/0x16 @ 1 [ 29.000002] bus: 'umc': add driver whc-rc [ 29.004064] initcall whcrc_driver_init+0x0/0x16 returned 0 after 3906 usecs [ 29.008004] calling hwarc_driver_init+0x0/0x16 @ 1 [ 29.012004] bus: 'usb': add driver hwa-rc [ 29.016059] usbcore: registered new interface driver hwa-rc [ 29.020004] initcall hwarc_driver_init+0x0/0x16 returned 0 after 7812 usecs [ 29.024005] calling i1480_dfu_driver_init+0x0/0x16 @ 1 [ 29.028003] bus: 'usb': add driver i1480-dfu-usb [ 29.032055] usbcore: registered new interface driver i1480-dfu-usb [ 29.036004] initcall i1480_dfu_driver_init+0x0/0x16 returned 0 after 7812 usecs [ 29.040004] calling i1480_est_init+0x0/0x73 @ 1 [ 29.044006] initcall i1480_est_init+0x0/0x73 returned 0 after 0 usecs [ 29.048004] calling i1480u_driver_init+0x0/0x16 @ 1 [ 29.052003] bus: 'usb': add driver i1480u_wlp [ 29.056056] usbcore: registered new interface driver i1480u_wlp [ 29.060004] initcall i1480u_driver_init+0x0/0x16 returned 0 after 7812 usecs [ 29.064004] calling gpio_vbus_init+0x0/0x14 @ 1 [ 29.068005] bus: 'platform': add driver gpio-vbus [ 29.072059] bus: 'platform': remove driver gpio-vbus [ 29.076051] driver: 'gpio-vbus': driver_release [ 29.080008] initcall gpio_vbus_init+0x0/0x14 returned -19 after 11718 usecs [ 29.084003] calling mon_init+0x0/0xee @ 1 [ 29.088011] device class 'usbmon': registering [ 29.092085] device: 'usbmon0': device_add [ 29.096144] PM: Adding info for No Bus:usbmon0 [ 29.100058] initcall mon_init+0x0/0xee returned 0 after 11718 usecs [ 29.104003] calling ehci_hcd_init+0x0/0xa4 @ 1 [ 29.108002] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 29.112016] bus: 'pci': add driver ehci_hcd [ 29.116020] bus: 'pci': driver_probe_device: matched device 0000:00:02.1 with driver ehci_hcd [ 29.120002] bus: 'pci': really_probe: probing driver ehci_hcd with device 0000:00:02.1 [ 29.124041] ehci_hcd 0000:00:02.1: can't find IRQ for PCI INT B; probably buggy MP table [ 29.128003] ehci_hcd 0000:00:02.1: Found HC with no IRQ. Check BIOS/PCI 0000:00:02.1 setup! [ 29.132012] ehci_hcd 0000:00:02.1: init 0000:00:02.1 fail, -19 [ 29.136070] initcall ehci_hcd_init+0x0/0xa4 returned 0 after 27343 usecs [ 29.140003] calling oxu_module_init+0x0/0xf @ 1 [ 29.144004] bus: 'platform': add driver oxu210hp-hcd [ 29.148061] initcall oxu_module_init+0x0/0xf returned 0 after 3906 usecs [ 29.152003] calling ohci_hcd_mod_init+0x0/0xa1 @ 1 [ 29.156002] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 29.160013] bus: 'pci': add driver ohci_hcd [ 29.164011] bus: 'pci': driver_probe_device: matched device 0000:00:02.0 with driver ohci_hcd [ 29.168003] bus: 'pci': really_probe: probing driver ohci_hcd with device 0000:00:02.0 [ 29.172035] ohci_hcd 0000:00:02.0: can't find IRQ for PCI INT A; probably buggy MP table [ 29.176002] ohci_hcd 0000:00:02.0: Found HC with no IRQ. Check BIOS/PCI 0000:00:02.0 setup! [ 29.180012] ohci_hcd 0000:00:02.0: init 0000:00:02.0 fail, -19 [ 29.184076] bus: 'platform': add driver sm501-usb [ 29.188058] initcall ohci_hcd_mod_init+0x0/0xa1 returned 0 after 31250 usecs [ 29.192003] calling uhci_hcd_init+0x0/0xa4 @ 1 [ 29.196003] uhci_hcd: USB Universal Host Controller Interface driver [ 29.200181] bus: 'pci': add driver uhci_hcd [ 29.204066] initcall uhci_hcd_init+0x0/0xa4 returned 0 after 7812 usecs [ 29.208005] calling xhci_hcd_init+0x0/0x25 @ 1 [ 29.212012] bus: 'pci': add driver xhci_hcd [ 29.216064] initcall xhci_hcd_init+0x0/0x25 returned 0 after 3906 usecs [ 29.220004] calling sl811h_init+0x0/0x36 @ 1 [ 29.224002] sl811: driver sl811-hcd, 19 May 2005 [ 29.228004] bus: 'platform': add driver sl811-hcd [ 29.232056] initcall sl811h_init+0x0/0x36 returned 0 after 7812 usecs [ 29.236003] calling c67x00_init+0x0/0xf @ 1 [ 29.240003] bus: 'platform': add driver c67x00 [ 29.244056] initcall c67x00_init+0x0/0xf returned 0 after 3906 usecs [ 29.248004] calling wusbcore_init+0x0/0x66 @ 1 [ 29.252086] initcall wusbcore_init+0x0/0x66 returned 0 after 0 usecs [ 29.260004] calling acm_init+0x0/0xcb @ 1 [ 29.264012] bus: 'usb': add driver cdc_acm [ 29.268062] usbcore: registered new interface driver cdc_acm [ 29.276002] cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters [ 29.284004] initcall acm_init+0x0/0xcb returned 0 after 19531 usecs [ 29.288003] calling usblp_init+0x0/0x16 @ 1 [ 29.292003] bus: 'usb': add driver usblp [ 29.296056] usbcore: registered new interface driver usblp [ 29.304004] initcall usblp_init+0x0/0x16 returned 0 after 11718 usecs [ 29.308003] calling wdm_init+0x0/0x16 @ 1 [ 29.312003] bus: 'usb': add driver cdc_wdm [ 29.316066] usbcore: registered new interface driver cdc_wdm [ 29.324004] initcall wdm_init+0x0/0x16 returned 0 after 11718 usecs [ 29.328003] calling usbtmc_init+0x0/0x2d @ 1 [ 29.332003] bus: 'usb': add driver usbtmc [ 29.336056] usbcore: registered new interface driver usbtmc [ 29.344004] initcall usbtmc_init+0x0/0x2d returned 0 after 11718 usecs [ 29.348003] calling usb_stor_init+0x0/0x42 @ 1 [ 29.356002] Initializing USB Mass Storage driver... [ 29.360003] bus: 'usb': add driver usb-storage [ 29.364057] usbcore: registered new interface driver usb-storage [ 29.368002] USB Mass Storage support registered. [ 29.376004] initcall usb_stor_init+0x0/0x42 returned 0 after 19531 usecs [ 29.380003] calling usb_usual_init+0x0/0x30 @ 1 [ 29.384003] bus: 'usb': add driver libusual [ 29.388065] usbcore: registered new interface driver libusual [ 29.396004] initcall usb_usual_init+0x0/0x30 returned 0 after 11718 usecs [ 29.404003] calling alauda_init+0x0/0x16 @ 1 [ 29.408003] bus: 'usb': add driver ums-alauda [ 29.412056] usbcore: registered new interface driver ums-alauda [ 29.416004] initcall alauda_init+0x0/0x16 returned 0 after 7812 usecs [ 29.424003] calling cypress_init+0x0/0x16 @ 1 [ 29.428003] bus: 'usb': add driver ums-cypress [ 29.432056] usbcore: registered new interface driver ums-cypress [ 29.440004] initcall cypress_init+0x0/0x16 returned 0 after 11718 usecs [ 29.444003] calling datafab_init+0x0/0x16 @ 1 [ 29.448003] bus: 'usb': add driver ums-datafab [ 29.452056] usbcore: registered new interface driver ums-datafab [ 29.460004] initcall datafab_init+0x0/0x16 returned 0 after 11718 usecs [ 29.468003] calling freecom_init+0x0/0x16 @ 1 [ 29.472003] bus: 'usb': add driver ums-freecom [ 29.476065] usbcore: registered new interface driver ums-freecom [ 29.480004] initcall freecom_init+0x0/0x16 returned 0 after 7812 usecs [ 29.488003] calling isd200_init+0x0/0x16 @ 1 [ 29.492003] bus: 'usb': add driver ums-isd200 [ 29.496056] usbcore: registered new interface driver ums-isd200 [ 29.504005] initcall isd200_init+0x0/0x16 returned 0 after 11718 usecs [ 29.508003] calling onetouch_init+0x0/0x16 @ 1 [ 29.512003] bus: 'usb': add driver ums-onetouch [ 29.520056] usbcore: registered new interface driver ums-onetouch [ 29.524004] initcall onetouch_init+0x0/0x16 returned 0 after 11718 usecs [ 29.532003] calling sddr09_init+0x0/0x16 @ 1 [ 29.536003] bus: 'usb': add driver ums-sddr09 [ 29.540067] usbcore: registered new interface driver ums-sddr09 [ 29.544004] initcall sddr09_init+0x0/0x16 returned 0 after 7812 usecs [ 29.552003] calling usbat_init+0x0/0x16 @ 1 [ 29.556003] bus: 'usb': add driver ums-usbat [ 29.560056] usbcore: registered new interface driver ums-usbat [ 29.568004] initcall usbat_init+0x0/0x16 returned 0 after 11718 usecs [ 29.572003] calling usb_mdc800_init+0x0/0x307 @ 1 [ 29.580011] bus: 'usb': add driver mdc800 [ 29.584031] usbcore: registered new interface driver mdc800 [ 29.588002] mdc800: v0.7.5 (30/10/2000):USB Driver for Mustek MDC800 Digital Camera [ 29.596004] initcall usb_mdc800_init+0x0/0x307 returned 0 after 15625 usecs [ 29.604003] calling microtek_drv_init+0x0/0x16 @ 1 [ 29.608003] bus: 'usb': add driver microtekX6 [ 29.612056] usbcore: registered new interface driver microtekX6 [ 29.616004] initcall microtek_drv_init+0x0/0x16 returned 0 after 7812 usecs [ 29.624003] calling usb_serial_init+0x0/0x1cd @ 1 [ 29.628081] bus: 'usb-serial': registered [ 29.632023] bus: 'usb': add driver usbserial [ 29.636056] usbcore: registered new interface driver usbserial [ 29.644002] usbserial: USB Serial Driver core [ 29.648004] initcall usb_serial_init+0x0/0x1cd returned 0 after 19531 usecs [ 29.656003] calling aircable_init+0x0/0x3a @ 1 [ 29.660003] bus: 'usb-serial': add driver aircable [ 29.664055] USB Serial support registered for aircable [ 29.668003] bus: 'usb': add driver aircable [ 29.672055] usbcore: registered new interface driver aircable [ 29.680004] initcall aircable_init+0x0/0x3a returned 0 after 19531 usecs [ 29.688003] calling ark3116_init+0x0/0x4f @ 1 [ 29.692002] bus: 'usb-serial': add driver ark3116 [ 29.696054] USB Serial support registered for ark3116 [ 29.700003] bus: 'usb': add driver ark3116 [ 29.704055] usbcore: registered new interface driver ark3116 [ 29.712002] ark3116:v0.6:USB ARK3116 serial/IrDA driver [ 29.716004] initcall ark3116_init+0x0/0x4f returned 0 after 23437 usecs [ 29.720003] calling belkin_sa_init+0x0/0x49 @ 1 [ 29.728002] bus: 'usb-serial': add driver belkin [ 29.732054] USB Serial support registered for Belkin / Peracom / GoHubs USB Serial Adapter [ 29.740003] bus: 'usb': add driver belkin [ 29.744055] usbcore: registered new interface driver belkin [ 29.748002] belkin_sa: v1.3:USB Belkin Serial converter driver [ 29.756004] initcall belkin_sa_init+0x0/0x49 returned 0 after 27343 usecs [ 29.760004] calling ch341_init+0x0/0x3a @ 1 [ 29.768002] bus: 'usb-serial': add driver ch341-uart [ 29.772063] USB Serial support registered for ch341-uart [ 29.776004] bus: 'usb': add driver ch341 [ 29.780055] usbcore: registered new interface driver ch341 [ 29.784004] initcall ch341_init+0x0/0x3a returned 0 after 15625 usecs [ 29.792003] calling cp210x_init+0x0/0x49 @ 1 [ 29.796002] bus: 'usb-serial': add driver cp210x [ 29.800054] USB Serial support registered for cp210x [ 29.808006] bus: 'usb': add driver cp210x [ 29.812060] usbcore: registered new interface driver cp210x [ 29.816002] cp210x: v0.09:Silicon Labs CP210x RS232 serial adaptor driver [ 29.824004] initcall cp210x_init+0x0/0x49 returned 0 after 27343 usecs [ 29.828003] calling cyberjack_init+0x0/0x54 @ 1 [ 29.832002] bus: 'usb-serial': add driver cyberjack [ 29.840054] USB Serial support registered for Reiner SCT Cyberjack USB card reader [ 29.848003] bus: 'usb': add driver cyberjack [ 29.852055] usbcore: registered new interface driver cyberjack [ 29.856002] cyberjack: v1.01 Matthias Bruestle [ 29.860002] cyberjack: REINER SCT cyberJack pinpad/e-com USB Chipcard Reader Driver [ 29.868004] initcall cyberjack_init+0x0/0x54 returned 0 after 35156 usecs [ 29.876003] calling cypress_init+0x0/0x9d @ 1 [ 29.880002] bus: 'usb-serial': add driver earthmate [ 29.884054] USB Serial support registered for DeLorme Earthmate USB [ 29.892002] bus: 'usb-serial': add driver cyphidcom [ 29.896054] USB Serial support registered for HID->COM RS232 Adapter [ 29.904002] bus: 'usb-serial': add driver nokiaca42v2 [ 29.908054] USB Serial support registered for Nokia CA-42 V2 Adapter [ 29.912003] bus: 'usb': add driver cypress [ 29.916073] usbcore: registered new interface driver cypress [ 29.924002] cypress_m8: v1.10:Cypress USB to Serial Driver [ 29.928004] initcall cypress_init+0x0/0x9d returned 0 after 46875 usecs [ 29.936003] calling debug_init+0x0/0x3a @ 1 [ 29.940002] bus: 'usb-serial': add driver debug [ 29.944054] USB Serial support registered for debug [ 29.948003] bus: 'usb': add driver debug [ 29.952055] usbcore: registered new interface driver debug [ 29.960004] initcall debug_init+0x0/0x3a returned 0 after 19531 usecs [ 29.964003] calling edgeport_init+0x0/0xa5 @ 1 [ 29.968002] bus: 'usb-serial': add driver edgeport_2 [ 29.976054] USB Serial support registered for Edgeport 2 port adapter [ 29.980002] bus: 'usb-serial': add driver edgeport_4 [ 29.988054] USB Serial support registered for Edgeport 4 port adapter [ 29.992002] bus: 'usb-serial': add driver edgeport_8 [ 29.996054] USB Serial support registered for Edgeport 8 port adapter [ 30.004002] bus: 'usb-serial': add driver epic [ 30.008054] USB Serial support registered for EPiC device [ 30.016004] bus: 'usb': add driver io_edgeport [ 30.020055] usbcore: registered new interface driver io_edgeport [ 30.024002] io_edgeport: v2.7:Edgeport USB Serial Driver [ 30.028004] initcall edgeport_init+0x0/0xa5 returned 0 after 58593 usecs [ 30.036003] calling edgeport_init+0x0/0x63 @ 1 [ 30.040002] bus: 'usb-serial': add driver edgeport_ti_1 [ 30.048064] USB Serial support registered for Edgeport TI 1 port adapter [ 30.052003] bus: 'usb-serial': add driver edgeport_ti_2 [ 30.060054] USB Serial support registered for Edgeport TI 2 port adapter [ 30.064003] bus: 'usb': add driver io_ti [ 30.068055] usbcore: registered new interface driver io_ti [ 30.076002] io_ti: v0.7mode043006:Edgeport USB Serial Driver [ 30.080004] initcall edgeport_init+0x0/0x63 returned 0 after 39062 usecs [ 30.088003] calling empeg_init+0x0/0x49 @ 1 [ 30.092002] bus: 'usb-serial': add driver empeg [ 30.096066] USB Serial support registered for empeg [ 30.100004] bus: 'usb': add driver empeg [ 30.104055] usbcore: registered new interface driver empeg [ 30.112002] empeg: v1.3:USB Empeg Mark I/II Driver [ 30.116004] initcall empeg_init+0x0/0x49 returned 0 after 23437 usecs [ 30.120003] calling funsoft_init+0x0/0x3a @ 1 [ 30.124002] bus: 'usb-serial': add driver funsoft [ 30.132054] USB Serial support registered for funsoft [ 30.136003] bus: 'usb': add driver funsoft [ 30.140055] usbcore: registered new interface driver funsoft [ 30.144004] initcall funsoft_init+0x0/0x3a returned 0 after 19531 usecs [ 30.152003] calling garmin_init+0x0/0x49 @ 1 [ 30.156002] bus: 'usb-serial': add driver garmin_gps [ 30.160054] USB Serial support registered for Garmin GPS usb/tty [ 30.168003] bus: 'usb': add driver garmin_gps [ 30.172063] usbcore: registered new interface driver garmin_gps [ 30.176002] garmin_gps: v0.33:garmin gps driver [ 30.184004] initcall garmin_init+0x0/0x49 returned 0 after 27343 usecs [ 30.188003] calling hp49gp_init+0x0/0x49 @ 1 [ 30.192003] bus: 'usb-serial': add driver hp4X [ 30.196055] USB Serial support registered for hp4X [ 30.204003] bus: 'usb': add driver hp4X [ 30.208055] usbcore: registered new interface driver hp4X [ 30.212002] hp4x: v1.00:HP4x (48/49) Generic Serial driver [ 30.216004] initcall hp49gp_init+0x0/0x49 returned 0 after 23437 usecs [ 30.224003] calling iuu_init+0x0/0x49 @ 1 [ 30.228002] bus: 'usb-serial': add driver iuu_phoenix [ 30.232054] USB Serial support registered for iuu_phoenix [ 30.240003] bus: 'usb': add driver iuu_phoenix [ 30.244055] usbcore: registered new interface driver iuu_phoenix [ 30.248002] iuu_phoenix: v0.11:Infinity USB Unlimited Phoenix driver [ 30.256004] initcall iuu_init+0x0/0x49 returned 0 after 27343 usecs [ 30.260003] calling keyspan_pda_init+0x0/0x7d @ 1 [ 30.268002] bus: 'usb-serial': add driver keyspan_pda [ 30.272055] USB Serial support registered for Keyspan PDA [ 30.276003] bus: 'usb-serial': add driver keyspan_pda_pre [ 30.284054] USB Serial support registered for Keyspan PDA - (prerenumeration) [ 30.288002] bus: 'usb-serial': add driver xircom_no_firm [ 30.296054] USB Serial support registered for Xircom / Entregra PGS - (prerenumeration) [ 30.304003] bus: 'usb': add driver keyspan_pda [ 30.308056] usbcore: registered new interface driver keyspan_pda [ 30.312002] keyspan_pda: v1.1:USB Keyspan PDA Converter driver [ 30.320004] initcall keyspan_pda_init+0x0/0x7d returned 0 after 50781 usecs [ 30.328003] calling klsi_105_init+0x0/0x49 @ 1 [ 30.332002] bus: 'usb-serial': add driver kl5kusb105d [ 30.336064] USB Serial support registered for KL5KUSB105D / PalmConnect [ 30.344004] bus: 'usb': add driver kl5kusb105d [ 30.348055] usbcore: registered new interface driver kl5kusb105d [ 30.352002] kl5kusb105: v0.4:KLSI KL5KUSB105 chipset USB->Serial Converter driver [ 30.360004] initcall klsi_105_init+0x0/0x49 returned 0 after 27343 usecs [ 30.368003] calling kobil_init+0x0/0x49 @ 1 [ 30.372003] bus: 'usb-serial': add driver kobil [ 30.376055] USB Serial support registered for KOBIL USB smart card terminal [ 30.384003] bus: 'usb': add driver kobil [ 30.388064] usbcore: registered new interface driver kobil [ 30.392002] kobil_sct: 21/05/2004:KOBIL USB Smart Card Terminal Driver (experimental) [ 30.400004] initcall kobil_init+0x0/0x49 returned 0 after 27343 usecs [ 30.408003] calling mct_u232_init+0x0/0x49 @ 1 [ 30.412003] bus: 'usb-serial': add driver mct_u232 [ 30.416055] USB Serial support registered for MCT U232 [ 30.420003] bus: 'usb': add driver mct_u232 [ 30.424055] usbcore: registered new interface driver mct_u232 [ 30.432002] mct_u232: z2.1:Magic Control Technology USB-RS232 converter driver [ 30.440004] initcall mct_u232_init+0x0/0x49 returned 0 after 27343 usecs [ 30.444003] calling moschip7720_init+0x0/0x67 @ 1 [ 30.448003] bus: 'usb-serial': add driver moschip7720 [ 30.456054] USB Serial support registered for Moschip 2 port adapter [ 30.460002] mos7720: 2.1:Moschip USB Serial Driver [ 30.468003] bus: 'usb': add driver moschip7720 [ 30.472067] usbcore: registered new interface driver moschip7720 [ 30.476005] initcall moschip7720_init+0x0/0x67 returned 0 after 27343 usecs [ 30.484003] calling moto_init+0x0/0x3a @ 1 [ 30.488003] bus: 'usb-serial': add driver moto-modem [ 30.492064] USB Serial support registered for moto-modem [ 30.500004] bus: 'usb': add driver moto-modem [ 30.504055] usbcore: registered new interface driver moto-modem [ 30.508004] initcall moto_init+0x0/0x3a returned 0 after 19531 usecs [ 30.516003] calling navman_init+0x0/0x3a @ 1 [ 30.520003] bus: 'usb-serial': add driver navman [ 30.524054] USB Serial support registered for navman [ 30.528004] bus: 'usb': add driver navman [ 30.532055] usbcore: registered new interface driver navman [ 30.540004] initcall navman_init+0x0/0x3a returned 0 after 19531 usecs [ 30.544003] calling omninet_init+0x0/0x49 @ 1 [ 30.548002] bus: 'usb-serial': add driver omninet [ 30.556055] USB Serial support registered for ZyXEL - omni.net lcd plus usb [ 30.560003] bus: 'usb': add driver omninet [ 30.564055] usbcore: registered new interface driver omninet [ 30.572002] omninet: v1.1:USB ZyXEL omni.net LCD PLUS Driver [ 30.576004] initcall omninet_init+0x0/0x49 returned 0 after 27343 usecs [ 30.584003] calling opticon_init+0x0/0x3a @ 1 [ 30.588003] bus: 'usb-serial': add driver opticon [ 30.592055] USB Serial support registered for opticon [ 30.596003] bus: 'usb': add driver opticon [ 30.600055] usbcore: registered new interface driver opticon [ 30.608004] initcall opticon_init+0x0/0x3a returned 0 after 19531 usecs [ 30.612003] calling option_init+0x0/0x49 @ 1 [ 30.620003] bus: 'usb-serial': add driver option1 [ 30.624075] USB Serial support registered for GSM modem (1-port) [ 30.628004] bus: 'usb': add driver option [ 30.632071] usbcore: registered new interface driver option [ 30.640002] option: v0.7.2:USB Driver for GSM modems [ 30.644004] initcall option_init+0x0/0x49 returned 0 after 23437 usecs [ 30.652003] calling oti6858_init+0x0/0x3a @ 1 [ 30.656003] bus: 'usb-serial': add driver oti6858 [ 30.660062] USB Serial support registered for oti6858 [ 30.664004] bus: 'usb': add driver oti6858 [ 30.668056] usbcore: registered new interface driver oti6858 [ 30.676004] initcall oti6858_init+0x0/0x3a returned 0 after 19531 usecs [ 30.680003] calling qcaux_init+0x0/0x3a @ 1 [ 30.684002] bus: 'usb-serial': add driver qcaux [ 30.688054] USB Serial support registered for qcaux [ 30.696003] bus: 'usb': add driver qcaux [ 30.700055] usbcore: registered new interface driver qcaux [ 30.704004] initcall qcaux_init+0x0/0x3a returned 0 after 19531 usecs [ 30.712003] calling siemens_usb_mpi_init+0x0/0x54 @ 1 [ 30.716003] bus: 'usb-serial': add driver siemens_mpi [ 30.720054] USB Serial support registered for siemens_mpi [ 30.728004] bus: 'usb': add driver siemens_mpi [ 30.732056] usbcore: registered new interface driver siemens_mpi [ 30.736002] Driver for Siemens USB/MPI adapter [ 30.740002] Version 0.1 09/26/2005 Thomas Hergenhahn@web.de http://libnodave.sf.net [ 30.748004] initcall siemens_usb_mpi_init+0x0/0x54 returned 0 after 31250 usecs [ 30.756003] calling sierra_init+0x0/0x49 @ 1 [ 30.760003] bus: 'usb-serial': add driver sierra [ 30.764055] USB Serial support registered for Sierra USB modem [ 30.772004] bus: 'usb': add driver sierra [ 30.776064] usbcore: registered new interface driver sierra [ 30.780002] sierra: v.1.7.16:USB Driver for Sierra Wireless USB modems [ 30.788005] initcall sierra_init+0x0/0x49 returned 0 after 27343 usecs [ 30.792003] calling symbol_init+0x0/0x3a @ 1 [ 30.796003] bus: 'usb-serial': add driver symbol [ 30.804060] USB Serial support registered for symbol [ 30.808004] bus: 'usb': add driver symbol [ 30.812055] usbcore: registered new interface driver symbol [ 30.816008] initcall symbol_init+0x0/0x3a returned 0 after 19531 usecs [ 30.824003] calling ti_init+0x0/0x12e @ 1 [ 30.828003] bus: 'usb-serial': add driver ti_usb_3410_5052_1 [ 30.832055] USB Serial support registered for TI USB 3410 1 port adapter [ 30.840003] bus: 'usb-serial': add driver ti_usb_3410_5052_2 [ 30.844054] USB Serial support registered for TI USB 5052 2 port adapter [ 30.852004] bus: 'usb': add driver ti_usb_3410_5052 [ 30.856055] usbcore: registered new interface driver ti_usb_3410_5052 [ 30.864002] ti_usb_3410_5052: v0.10:TI USB 3410/5052 Serial Driver [ 30.872004] initcall ti_init+0x0/0x12e returned 0 after 42968 usecs [ 30.876004] calling visor_init+0x0/0x15e @ 1 [ 30.880003] bus: 'usb-serial': add driver visor [ 30.884064] USB Serial support registered for Handspring Visor / Palm OS [ 30.892003] bus: 'usb-serial': add driver clie_3.5 [ 30.896054] USB Serial support registered for Sony Clie 3.5 [ 30.904003] bus: 'usb-serial': add driver clie_5 [ 30.908063] USB Serial support registered for Sony Clie 5.0 [ 30.912004] bus: 'usb': add driver visor [ 30.916055] usbcore: registered new interface driver visor [ 30.924002] visor: USB HandSpring Visor / Palm OS driver [ 30.928004] initcall visor_init+0x0/0x15e returned 0 after 46875 usecs [ 30.936003] calling vivopay_serial_init+0x0/0x49 @ 1 [ 30.940003] bus: 'usb-serial': add driver vivopay-serial [ 30.944055] USB Serial support registered for vivopay-serial [ 30.952004] bus: 'usb': add driver vivopay-serial [ 30.956055] usbcore: registered new interface driver vivopay-serial [ 30.960002] vivopay_serial: v1.0:ViVOpay USB Serial Driver [ 30.968004] initcall vivopay_serial_init+0x0/0x49 returned 0 after 27343 usecs [ 30.972003] calling zio_init+0x0/0x3a @ 1 [ 30.976003] bus: 'usb-serial': add driver zio [ 30.984055] USB Serial support registered for zio [ 30.988004] bus: 'usb': add driver zio [ 30.992055] usbcore: registered new interface driver zio [ 30.996004] initcall zio_init+0x0/0x3a returned 0 after 19531 usecs [ 31.004003] calling appledisplay_init+0x0/0x4b @ 1 [ 31.008081] bus: 'usb': add driver appledisplay [ 31.012067] usbcore: registered new interface driver appledisplay [ 31.016005] initcall appledisplay_init+0x0/0x4b returned 0 after 7812 usecs [ 31.020004] calling cypress_init+0x0/0x2f @ 1 [ 31.024005] bus: 'usb': add driver cypress_cy7c63 [ 31.028066] usbcore: registered new interface driver cypress_cy7c63 [ 31.032006] initcall cypress_init+0x0/0x2f returned 0 after 7812 usecs [ 31.036003] calling emi26_init+0x0/0x16 @ 1 [ 31.040005] bus: 'usb': add driver emi26 - firmware loader [ 31.044061] usbcore: registered new interface driver emi26 - firmware loader [ 31.048005] initcall emi26_init+0x0/0x16 returned 0 after 7812 usecs [ 31.052003] calling emi62_init+0x0/0x2d @ 1 [ 31.056005] bus: 'usb': add driver emi62 - firmware loader [ 31.060069] usbcore: registered new interface driver emi62 - firmware loader [ 31.064004] initcall emi62_init+0x0/0x2d returned 0 after 7812 usecs [ 31.068004] calling ftdi_elan_init+0x0/0x127 @ 1 [ 31.072002] driver ftdi-elan built at 12:25:45 on Jun 11 2010 [ 31.076047] bus: 'usb': add driver ftdi-elan [ 31.080062] usbcore: registered new interface driver ftdi-elan [ 31.088004] initcall ftdi_elan_init+0x0/0x127 returned 0 after 15625 usecs [ 31.092003] calling usb_idmouse_init+0x0/0x3a @ 1 [ 31.096002] idmouse: 0.6:Siemens ID Mouse FingerTIP Sensor Driver [ 31.104004] bus: 'usb': add driver idmouse [ 31.108057] usbcore: registered new interface driver idmouse [ 31.112004] initcall usb_idmouse_init+0x0/0x3a returned 0 after 15625 usecs [ 31.120003] calling iowarrior_init+0x0/0x16 @ 1 [ 31.124004] bus: 'usb': add driver iowarrior [ 31.128067] usbcore: registered new interface driver iowarrior [ 31.136004] initcall iowarrior_init+0x0/0x16 returned 0 after 11718 usecs [ 31.144003] calling isight_firmware_init+0x0/0x16 @ 1 [ 31.148004] bus: 'usb': add driver isight_firmware [ 31.152057] usbcore: registered new interface driver isight_firmware [ 31.160004] initcall isight_firmware_init+0x0/0x16 returned 0 after 11718 usecs [ 31.168003] calling tv_init+0x0/0x3c @ 1 [ 31.172004] bus: 'usb': add driver trancevibrator [ 31.176056] usbcore: registered new interface driver trancevibrator [ 31.180002] trancevibrator: v1.1:PlayStation 2 Trance Vibrator driver [ 31.188004] initcall tv_init+0x0/0x3c returned 0 after 15625 usecs [ 31.192003] calling uss720_init+0x0/0x4d @ 1 [ 31.200004] bus: 'usb': add driver uss720 [ 31.204053] usbcore: registered new interface driver uss720 [ 31.208002] uss720: v0.6:USB Parport Cable driver for Cables using the Lucent Technologies USS720 Chip [ 31.216001] uss720: NOTE: this is a special purpose driver to allow nonstandard [ 31.224001] uss720: protocols (eg. bitbang) over USS720 usb to parallel cables [ 31.232001] uss720: If you just want to connect to a printer, use usblp instead [ 31.240004] initcall uss720_init+0x0/0x4d returned 0 after 39062 usecs [ 31.244003] calling usb_sevseg_init+0x0/0x2f @ 1 [ 31.252004] bus: 'usb': add driver usbsevseg [ 31.256056] usbcore: registered new interface driver usbsevseg [ 31.260004] initcall usb_sevseg_init+0x0/0x2f returned 0 after 7812 usecs [ 31.268003] calling usb_sisusb_init+0x0/0x16 @ 1 [ 31.272004] bus: 'usb': add driver sisusb [ 31.276056] usbcore: registered new interface driver sisusb [ 31.280004] initcall usb_sisusb_init+0x0/0x16 returned 0 after 7812 usecs [ 31.288003] calling i8042_init+0x0/0x31b @ 1 [ 31.292004] bus: 'pnp': add driver i8042 kbd [ 31.296054] bus: 'pnp': add driver i8042 aux [ 31.300059] bus: 'pnp': remove driver i8042 kbd [ 31.304050] driver: 'i8042 kbd': driver_release [ 31.312010] bus: 'pnp': remove driver i8042 aux [ 31.316049] driver: 'i8042 aux': driver_release [ 31.320005] PNP: No PS/2 controller found. Probing ports directly. [ 31.324030] Registering platform device 'i8042'. Parent at platform [ 31.332004] device: 'i8042': device_add [ 31.336008] bus: 'platform': add device i8042 [ 31.340014] PM: Adding info for platform:i8042 [ 31.344066] bus: 'platform': add driver i8042 [ 31.348014] bus: 'platform': driver_probe_device: matched device i8042 with driver i8042 [ 31.356002] bus: 'platform': really_probe: probing driver i8042 with device i8042 [ 31.893201] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 31.896019] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 31.896017] device: 'serio0': device_add [ 31.896023] bus: 'serio': add device serio0 [ 31.896040] PM: Adding info for serio:serio0 [ 31.916008] driver: 'i8042': driver_bound: bound to device 'i8042' [ 31.916005] device: 'serio1': device_add [ 31.916017] bus: 'serio': add device serio1 [ 31.916041] PM: Adding info for serio:serio1 [ 31.932003] bus: 'platform': really_probe: bound device i8042 to driver i8042 [ 31.940054] initcall i8042_init+0x0/0x31b returned 0 after 632812 usecs [ 31.948003] calling parkbd_init+0x0/0x184 @ 1 [ 31.952002] parkbd: no such parport [ 31.956003] initcall parkbd_init+0x0/0x184 returned -19 after 3906 usecs [ 31.960003] calling serport_init+0x0/0x2b @ 1 [ 31.968003] initcall serport_init+0x0/0x2b returned 0 after 0 usecs [ 31.972003] calling ct82c710_init+0x0/0x151 @ 1 [ 31.976010] initcall ct82c710_init+0x0/0x151 returned -19 after 0 usecs [ 31.984002] calling pcips2_init+0x0/0x16 @ 1 [ 31.988016] bus: 'pci': add driver pcips2 [ 31.992076] initcall pcips2_init+0x0/0x16 returned 0 after 3906 usecs [ 32.000003] calling altera_ps2_init+0x0/0xf @ 1 [ 32.004004] bus: 'platform': add driver altera_ps2 [ 32.008057] initcall altera_ps2_init+0x0/0xf returned 0 after 3906 usecs [ 32.016003] calling emu_init+0x0/0x16 @ 1 [ 32.020013] bus: 'pci': add driver Emu10k1_gameport [ 32.024064] initcall emu_init+0x0/0x16 returned 0 after 3906 usecs [ 32.032003] calling fm801_gp_init+0x0/0x16 @ 1 [ 32.036012] bus: 'pci': add driver FM801_gameport [ 32.040063] initcall fm801_gp_init+0x0/0x16 returned 0 after 3906 usecs [ 32.044003] calling l4_init+0x0/0x2c8 @ 1 [ 32.052015] initcall l4_init+0x0/0x2c8 returned -19 after 0 usecs [ 32.056003] calling mousedev_init+0x0/0x78 @ 1 [ 32.060007] device: 'mice': device_add [ 32.064192] PM: Adding info for No Bus:mice [ 32.068063] device: 'psaux': device_add [ 32.072077] PM: Adding info for No Bus:psaux [ 32.076051] mice: PS/2 mouse device common for all mice [ 32.084004] initcall mousedev_init+0x0/0x78 returned 0 after 23437 usecs [ 32.088003] calling joydev_init+0x0/0xf @ 1 [ 32.092003] initcall joydev_init+0x0/0xf returned 0 after 0 usecs [ 32.100002] calling evdev_init+0x0/0xf @ 1 [ 32.104003] initcall evdev_init+0x0/0xf returned 0 after 0 usecs [ 32.108002] calling atkbd_init+0x0/0x20 @ 1 [ 32.112009] bus: 'serio': add driver atkbd [ 32.120001] initcall atkbd_init+0x0/0x20 returned 0 after 7812 usecs [ 32.120006] bus: 'serio': driver_probe_device: matched device serio0 with driver atkbd [ 32.120009] bus: 'serio': really_probe: probing driver atkbd with device serio0 [ 32.140006] calling gpio_keys_init+0x0/0xf @ 1 [ 32.144005] bus: 'platform': add driver gpio-keys [ 32.148062] initcall gpio_keys_init+0x0/0xf returned 0 after 3906 usecs [ 32.156003] calling lm8323_init+0x0/0x11 @ 1 [ 32.160004] bus: 'i2c': add driver lm8323 [ 32.164056] i2c-core: driver [lm8323] registered [ 32.168004] initcall lm8323_init+0x0/0x11 returned 0 after 7812 usecs [ 32.176003] calling matrix_keypad_init+0x0/0xf @ 1 [ 32.180004] bus: 'platform': add driver matrix-keypad [ 32.184057] initcall matrix_keypad_init+0x0/0xf returned 0 after 3906 usecs [ 32.192003] calling max7359_init+0x0/0x11 @ 1 [ 32.196003] bus: 'i2c': add driver max7359 [ 32.200062] i2c-core: driver [max7359] registered [ 32.204004] initcall max7359_init+0x0/0x11 returned 0 after 7812 usecs [ 32.212003] calling nkbd_init+0x0/0x16 @ 1 [ 32.216002] bus: 'serio': add driver newtonkbd [ 32.220059] initcall nkbd_init+0x0/0x16 returned 0 after 3906 usecs [ 32.228003] calling opencores_kbd_init+0x0/0xf @ 1 [ 32.232004] bus: 'platform': add driver opencores-kbd [ 32.236056] initcall opencores_kbd_init+0x0/0xf returned 0 after 3906 usecs [ 32.244003] calling skbd_init+0x0/0x16 @ 1 [ 32.248002] bus: 'serio': add driver stowaway [ 32.252058] initcall skbd_init+0x0/0x16 returned 0 after 3906 usecs [ 32.260003] calling sunkbd_init+0x0/0x16 @ 1 [ 32.264002] bus: 'serio': add driver sunkbd [ 32.268058] initcall sunkbd_init+0x0/0x16 returned 0 after 3906 usecs [ 32.276003] calling xtkbd_init+0x0/0x16 @ 1 [ 32.280002] bus: 'serio': add driver xtkbd [ 32.284067] initcall xtkbd_init+0x0/0x16 returned 0 after 3906 usecs [ 32.288003] calling a3d_init+0x0/0x16 @ 1 [ 32.292002] bus: 'gameport': add driver adc [ 32.296060] initcall a3d_init+0x0/0x16 returned 0 after 3906 usecs [ 32.304003] calling adi_init+0x0/0x16 @ 1 [ 32.308002] bus: 'gameport': add driver adi [ 32.312059] initcall adi_init+0x0/0x16 returned 0 after 3906 usecs [ 32.316003] calling analog_init+0x0/0xcd @ 1 [ 32.324002] bus: 'gameport': add driver analog [ 32.328059] initcall analog_init+0x0/0xcd returned 0 after 3906 usecs [ 32.332003] calling db9_init+0x0/0x3ce @ 1 [ 32.336003] initcall db9_init+0x0/0x3ce returned -19 after 0 usecs [ 32.344003] calling gc_init+0x0/0x652 @ 1 [ 32.348003] initcall gc_init+0x0/0x652 returned -19 after 0 usecs [ 32.352003] calling gf2k_init+0x0/0x16 @ 1 [ 32.356002] bus: 'gameport': add driver gf2k [ 32.364059] initcall gf2k_init+0x0/0x16 returned 0 after 7812 usecs [ 32.368003] calling grip_init+0x0/0x16 @ 1 [ 32.372002] bus: 'gameport': add driver grip_mp [ 32.376059] initcall grip_init+0x0/0x16 returned 0 after 3906 usecs [ 32.384003] calling guillemot_init+0x0/0x16 @ 1 [ 32.388002] bus: 'gameport': add driver guillemot [ 32.392059] initcall guillemot_init+0x0/0x16 returned 0 after 3906 usecs [ 32.400004] calling iforce_init+0x0/0x41 @ 1 [ 32.404007] bus: 'usb': add driver iforce [ 32.408063] usbcore: registered new interface driver iforce [ 32.412002] bus: 'serio': add driver iforce [ 32.416067] initcall iforce_init+0x0/0x41 returned 0 after 11718 usecs [ 32.424003] calling interact_init+0x0/0x16 @ 1 [ 32.428002] bus: 'gameport': add driver interact [ 32.432059] initcall interact_init+0x0/0x16 returned 0 after 3906 usecs [ 32.440003] calling magellan_init+0x0/0x16 @ 1 [ 32.444002] bus: 'serio': add driver magellan [ 32.448059] initcall magellan_init+0x0/0x16 returned 0 after 3906 usecs [ 32.456003] calling sw_init+0x0/0x16 @ 1 [ 32.460002] bus: 'gameport': add driver sidewinder [ 32.464058] initcall sw_init+0x0/0x16 returned 0 after 3906 usecs [ 32.472003] calling spaceball_init+0x0/0x16 @ 1 [ 32.476002] bus: 'serio': add driver spaceball [ 32.480058] initcall spaceball_init+0x0/0x16 returned 0 after 3906 usecs [ 32.488003] calling spaceorb_init+0x0/0x16 @ 1 [ 32.492002] bus: 'serio': add driver spaceorb [ 32.496059] initcall spaceorb_init+0x0/0x16 returned 0 after 3906 usecs [ 32.504003] calling stinger_init+0x0/0x16 @ 1 [ 32.508002] bus: 'serio': add driver stinger [ 32.512058] initcall stinger_init+0x0/0x16 returned 0 after 3906 usecs [ 32.516003] calling tmdc_init+0x0/0x16 @ 1 [ 32.520002] bus: 'gameport': add driver tmdc [ 32.524068] initcall tmdc_init+0x0/0x16 returned 0 after 3906 usecs [ 32.532003] calling tgfx_init+0x0/0x3c7 @ 1 [ 32.536003] initcall tgfx_init+0x0/0x3c7 returned -19 after 0 usecs [ 32.544003] calling twidjoy_init+0x0/0x16 @ 1 [ 32.548002] bus: 'serio': add driver twidjoy [ 32.552059] initcall twidjoy_init+0x0/0x16 returned 0 after 3906 usecs [ 32.556003] calling warrior_init+0x0/0x16 @ 1 [ 32.564002] bus: 'serio': add driver warrior [ 32.568058] initcall warrior_init+0x0/0x16 returned 0 after 3906 usecs [ 32.572003] calling zhenhua_init+0x0/0x16 @ 1 [ 32.576002] bus: 'serio': add driver zhenhua [ 32.580059] initcall zhenhua_init+0x0/0x16 returned 0 after 7812 usecs [ 32.588003] calling usb_acecad_init+0x0/0x2d @ 1 [ 32.592006] bus: 'usb': add driver usb_acecad [ 32.596057] usbcore: registered new interface driver usb_acecad [ 32.604002] acecad: v3.2:USB Acecad Flair tablet driver [ 32.608003] initcall usb_acecad_init+0x0/0x2d returned 0 after 15625 usecs [ 32.616003] calling kbtab_init+0x0/0x2d @ 1 [ 32.636008] bus: 'usb': add driver kbtab [ 32.652024] device: 'input0': device_add [ 32.652058] usbcore: registered new interface driver kbtab [ 32.652060] kbtab: v0.0.2:USB KB Gear JamStudio Tablet driver [ 32.652064] initcall kbtab_init+0x0/0x2d returned 0 after 19531 usecs [ 32.652067] calling pm860x_touch_init+0x0/0xf @ 1 [ 32.652072] bus: 'platform': add driver 88pm860x-touch [ 32.652129] initcall pm860x_touch_init+0x0/0xf returned 0 after 0 usecs [ 32.652132] calling ad7879_init+0x0/0x11 @ 1 [ 32.652135] bus: 'i2c': add driver ad7879 [ 32.652187] i2c-core: driver [ad7879] registered [ 32.652191] initcall ad7879_init+0x0/0x11 returned 0 after 0 usecs [ 32.652194] calling dynapro_init+0x0/0x16 @ 1 [ 32.652196] bus: 'serio': add driver dynapro [ 32.652271] initcall dynapro_init+0x0/0x16 returned 0 after 0 usecs [ 32.652274] calling gunze_init+0x0/0x16 @ 1 [ 32.652277] bus: 'serio': add driver gunze [ 32.652334] initcall gunze_init+0x0/0x16 returned 0 after 0 usecs [ 32.652337] calling eeti_ts_init+0x0/0x11 @ 1 [ 32.652340] bus: 'i2c': add driver eeti_ts [ 32.652392] i2c-core: driver [eeti_ts] registered [ 32.652395] initcall eeti_ts_init+0x0/0x11 returned 0 after 0 usecs [ 32.652398] calling inexio_init+0x0/0x16 @ 1 [ 32.652401] bus: 'serio': add driver inexio [ 32.652457] initcall inexio_init+0x0/0x16 returned 0 after 0 usecs [ 32.652461] calling mcs5000_ts_init+0x0/0x11 @ 1 [ 32.652463] bus: 'i2c': add driver mcs5000_ts [ 32.652515] i2c-core: driver [mcs5000_ts] registered [ 32.652519] initcall mcs5000_ts_init+0x0/0x11 returned 0 after 0 usecs [ 32.652522] calling mk712_init+0x0/0x1b4 @ 1 [ 32.652528] mk712: device not present [ 32.652532] initcall mk712_init+0x0/0x1b4 returned -19 after 0 usecs [ 32.652535] calling usbtouch_init+0x0/0x16 @ 1 [ 32.652542] bus: 'usb': add driver usbtouchscreen [ 32.652599] usbcore: registered new interface driver usbtouchscreen [ 32.652602] initcall usbtouch_init+0x0/0x16 returned 0 after 0 usecs [ 32.652605] calling pm_init+0x0/0x16 @ 1 [ 32.652608] bus: 'serio': add driver penmountlpc [ 32.652665] initcall pm_init+0x0/0x16 returned 0 after 0 usecs [ 32.652668] calling tr_init+0x0/0x16 @ 1 [ 32.652670] bus: 'serio': add driver touchright [ 32.652738] initcall tr_init+0x0/0x16 returned 0 after 0 usecs [ 32.652741] calling tw_init+0x0/0x16 @ 1 [ 32.652743] bus: 'serio': add driver touchwin [ 32.652810] initcall tw_init+0x0/0x16 returned 0 after 0 usecs [ 32.652813] calling tsc2007_init+0x0/0x11 @ 1 [ 32.652816] bus: 'i2c': add driver tsc2007 [ 32.652868] i2c-core: driver [tsc2007] registered [ 32.652872] initcall tsc2007_init+0x0/0x11 returned 0 after 0 usecs [ 32.652875] calling ad714x_i2c_init+0x0/0x11 @ 1 [ 32.652878] bus: 'i2c': add driver ad714x_captouch [ 32.652931] i2c-core: driver [ad714x_captouch] registered [ 32.652934] initcall ad714x_i2c_init+0x0/0x11 returned 0 after 0 usecs [ 32.652937] calling apanel_init+0x0/0x179 @ 1 [ 32.653094] apanel: Fujitsu BIOS signature 'FJKEYINF' not found... [ 32.653094] initcall apanel_init+0x0/0x179 returned -19 after 0 usecs [ 32.653094] calling ati_remote_init+0x0/0x3c @ 1 [ 32.653094] bus: 'usb': add driver ati_remote [ 32.653094] usbcore: registered new interface driver ati_remote [ 32.653094] ati_remote: 2.2.1:ATI/X10 RF USB Remote Control [ 32.653094] initcall ati_remote_init+0x0/0x3c returned 0 after 0 usecs [ 32.653094] calling ati_remote2_init+0x0/0x3c @ 1 [ 32.653094] bus: 'usb': add driver ati_remote2 [ 32.653094] usbcore: registered new interface driver ati_remote2 [ 32.653094] ati_remote2: ATI/Philips USB RF remote driver 0.3 [ 32.653094] initcall ati_remote2_init+0x0/0x3c returned 0 after 0 usecs [ 32.653094] calling cm109_init+0x0/0xdc @ 1 [ 32.653094] cm109: Keymap for Komunikate KIP1000 phone loaded [ 32.653094] bus: 'usb': add driver cm109 [ 32.653094] usbcore: registered new interface driver cm109 [ 32.653094] cm109: CM109 phone driver: 20080805 (C) Alfred E. Heggestad [ 32.653094] initcall cm109_init+0x0/0xdc returned 0 after 0 usecs [ 32.653094] calling usb_keyspan_init+0x0/0x2f @ 1 [ 32.653094] bus: 'usb': add driver keyspan_remote [ 32.653094] usbcore: registered new interface driver keyspan_remote [ 32.653094] initcall usb_keyspan_init+0x0/0x2f returned 0 after 0 usecs [ 32.653094] calling max8925_onkey_init+0x0/0xf @ 1 [ 32.653094] bus: 'platform': add driver max8925-onkey [ 32.653094] initcall max8925_onkey_init+0x0/0xf returned 0 after 0 usecs [ 32.653094] calling wbcir_init+0x0/0x40 @ 1 [ 32.653094] bus: 'pnp': add driver Winbond CIR [ 32.653094] initcall wbcir_init+0x0/0x40 returned 0 after 0 usecs [ 32.653094] calling wm831x_on_init+0x0/0xf @ 1 [ 32.653094] bus: 'platform': add driver wm831x-on [ 32.653094] initcall wm831x_on_init+0x0/0xf returned 0 after 0 usecs [ 32.653094] calling yealink_dev_init+0x0/0x2d @ 1 [ 32.653094] bus: 'usb': add driver yealink [ 32.653094] usbcore: registered new interface driver yealink [ 32.653094] yealink: yld-20051230:Yealink phone driver [ 32.653094] initcall yealink_dev_init+0x0/0x2d returned 0 after 0 usecs [ 32.653094] calling bq4802_init+0x0/0xf @ 1 [ 32.653094] bus: 'platform': add driver rtc-bq4802 [ 32.653094] initcall bq4802_init+0x0/0xf returned 0 after 0 usecs [ 32.653094] calling ds1286_init+0x0/0xf @ 1 [ 32.653094] bus: 'platform': add driver rtc-ds1286 [ 32.653094] initcall ds1286_init+0x0/0xf returned 0 after 0 usecs [ 32.653094] calling ds1307_init+0x0/0x11 @ 1 [ 32.653094] bus: 'i2c': add driver rtc-ds1307 [ 32.653094] i2c-core: driver [rtc-ds1307] registered [ 32.653094] initcall ds1307_init+0x0/0x11 returned 0 after 0 usecs [ 32.653094] calling ds1511_rtc_init+0x0/0xf @ 1 [ 32.653094] bus: 'platform': add driver ds1511 [ 32.653094] initcall ds1511_rtc_init+0x0/0xf returned 0 after 0 usecs [ 32.653094] calling ds1553_init+0x0/0xf @ 1 [ 32.653094] bus: 'platform': add driver rtc-ds1553 [ 32.653094] initcall ds1553_init+0x0/0xf returned 0 after 0 usecs [ 32.653094] calling ds1672_init+0x0/0x11 @ 1 [ 32.653094] bus: 'i2c': add driver rtc-ds1672 [ 32.653094] i2c-core: driver [rtc-ds1672] registered [ 32.653097] initcall ds1672_init+0x0/0x11 returned 0 after 0 usecs [ 32.653100] calling fm3130_init+0x0/0x11 @ 1 [ 32.653102] bus: 'i2c': add driver rtc-fm3130 [ 32.653154] i2c-core: driver [rtc-fm3130] registered [ 32.653158] initcall fm3130_init+0x0/0x11 returned 0 after 0 usecs [ 32.653161] calling isl1208_init+0x0/0x11 @ 1 [ 32.653164] bus: 'i2c': add driver rtc-isl1208 [ 32.653225] i2c-core: driver [rtc-isl1208] registered [ 32.653229] initcall isl1208_init+0x0/0x11 returned 0 after 0 usecs [ 32.653232] calling m48t35_init+0x0/0xf @ 1 [ 32.653237] bus: 'platform': add driver rtc-m48t35 [ 32.653293] initcall m48t35_init+0x0/0xf returned 0 after 0 usecs [ 32.653296] calling m48t59_rtc_init+0x0/0xf @ 1 [ 32.653300] bus: 'platform': add driver rtc-m48t59 [ 32.653366] initcall m48t59_rtc_init+0x0/0xf returned 0 after 0 usecs [ 32.653369] calling m48t86_rtc_init+0x0/0xf @ 1 [ 32.653373] bus: 'platform': add driver rtc-m48t86 [ 32.653429] initcall m48t86_rtc_init+0x0/0xf returned 0 after 0 usecs [ 32.653432] calling max6900_init+0x0/0x11 @ 1 [ 32.653435] bus: 'i2c': add driver rtc-max6900 [ 32.653488] i2c-core: driver [rtc-max6900] registered [ 32.653491] initcall max6900_init+0x0/0x11 returned 0 after 0 usecs [ 32.653495] calling msm6242_rtc_init+0x0/0x14 @ 1 [ 32.653499] bus: 'platform': add driver rtc-msm6242 [ 32.653555] bus: 'platform': remove driver rtc-msm6242 [ 32.653605] driver: 'rtc-msm6242': driver_release [ 32.653612] initcall msm6242_rtc_init+0x0/0x14 returned -19 after 0 usecs [ 32.653615] calling rp5c01_rtc_init+0x0/0x14 @ 1 [ 32.653619] bus: 'platform': add driver rtc-rp5c01 [ 32.653673] bus: 'platform': remove driver rtc-rp5c01 [ 32.653722] driver: 'rtc-rp5c01': driver_release [ 32.653729] initcall rp5c01_rtc_init+0x0/0x14 returned -19 after 0 usecs [ 32.653732] calling rs5c372_init+0x0/0x11 @ 1 [ 32.653736] bus: 'i2c': add driver rtc-rs5c372 [ 32.653788] i2c-core: driver [rtc-rs5c372] registered [ 32.653792] initcall rs5c372_init+0x0/0x11 returned 0 after 0 usecs [ 32.653795] calling rx8581_init+0x0/0x11 @ 1 [ 32.653798] bus: 'i2c': add driver rtc-rx8581 [ 32.653850] i2c-core: driver [rtc-rx8581] registered [ 32.653853] initcall rx8581_init+0x0/0x11 returned 0 after 0 usecs [ 32.653856] calling s35390a_rtc_init+0x0/0x11 @ 1 [ 32.653859] bus: 'i2c': add driver rtc-s35390a [ 32.653911] i2c-core: driver [rtc-s35390a] registered [ 32.653915] initcall s35390a_rtc_init+0x0/0x11 returned 0 after 0 usecs [ 32.653918] calling test_init+0x0/0x93 @ 1 [ 32.653923] bus: 'platform': add driver rtc-test [ 32.653984] Registering platform device 'rtc-test.0'. Parent at platform [ 32.653987] device: 'rtc-test.0': device_add [ 32.653994] bus: 'platform': add device rtc-test.0 [ 32.654016] PM: Adding info for platform:rtc-test.0 [ 32.654077] bus: 'platform': driver_probe_device: matched device rtc-test.0 with driver rtc-test [ 32.654080] bus: 'platform': really_probe: probing driver rtc-test with device rtc-test.0 [ 32.654108] device: 'rtc0': device_add [ 32.654270] PM: Adding info for No Bus:rtc0 [ 32.654325] rtc-test rtc-test.0: rtc core: registered test as rtc0 [ 32.654329] driver: 'rtc-test.0': driver_bound: bound to device 'rtc-test' [ 32.654332] bus: 'platform': really_probe: bound device rtc-test.0 to driver rtc-test [ 32.654337] Registering platform device 'rtc-test.1'. Parent at platform [ 32.654340] device: 'rtc-test.1': device_add [ 32.654346] bus: 'platform': add device rtc-test.1 [ 32.654359] PM: Adding info for platform:rtc-test.1 [ 32.654416] bus: 'platform': driver_probe_device: matched device rtc-test.1 with driver rtc-test [ 32.654419] bus: 'platform': really_probe: probing driver rtc-test with device rtc-test.1 [ 32.654432] device: 'rtc1': device_add [ 32.654535] PM: Adding info for No Bus:rtc1 [ 32.654588] rtc-test rtc-test.1: rtc core: registered test as rtc1 [ 32.654592] driver: 'rtc-test.1': driver_bound: bound to device 'rtc-test' [ 32.654595] bus: 'platform': really_probe: bound device rtc-test.1 to driver rtc-test [ 32.654601] initcall test_init+0x0/0x93 returned 0 after 0 usecs [ 32.654604] calling v3020_init+0x0/0xf @ 1 [ 32.654610] bus: 'platform': add driver v3020 [ 32.654669] initcall v3020_init+0x0/0xf returned 0 after 0 usecs [ 32.654672] calling wm831x_rtc_init+0x0/0xf @ 1 [ 32.654676] bus: 'platform': add driver wm831x-rtc [ 32.654734] initcall wm831x_rtc_init+0x0/0xf returned 0 after 0 usecs [ 32.654737] calling x1205_init+0x0/0x11 @ 1 [ 32.654741] bus: 'i2c': add driver rtc-x1205 [ 32.654805] i2c-core: driver [rtc-x1205] registered [ 32.654809] initcall x1205_init+0x0/0x11 returned 0 after 0 usecs [ 32.654813] calling i2c_smbus_init+0x0/0x11 @ 1 [ 32.654816] bus: 'i2c': add driver smbus_alert [ 32.654868] i2c-core: driver [smbus_alert] registered [ 32.654872] initcall i2c_smbus_init+0x0/0x11 returned 0 after 0 usecs [ 32.654875] calling ali1563_init+0x0/0x16 @ 1 [ 32.654891] bus: 'pci': add driver ali1563_smbus [ 32.654967] initcall ali1563_init+0x0/0x16 returned 0 after 0 usecs [ 32.654971] calling i2c_ali15x3_init+0x0/0x16 @ 1 [ 32.654983] bus: 'pci': add driver ali15x3_smbus [ 32.655046] initcall i2c_ali15x3_init+0x0/0x16 returned 0 after 0 usecs [ 32.655049] calling amd756_init+0x0/0x16 @ 1 [ 32.655062] bus: 'pci': add driver amd756_smbus [ 32.655125] initcall amd756_init+0x0/0x16 returned 0 after 0 usecs [ 32.655128] calling i2c_amd8111_init+0x0/0x16 @ 1 [ 32.655141] bus: 'pci': add driver amd8111_smbus2 [ 32.655213] initcall i2c_amd8111_init+0x0/0x16 returned 0 after 0 usecs [ 32.655216] calling i2c_i801_init+0x0/0x9e @ 1 [ 32.655549] bus: 'pci': add driver i801_smbus [ 32.655615] initcall i2c_i801_init+0x0/0x9e returned 0 after 0 usecs [ 32.655618] calling i2c_sch_init+0x0/0xf @ 1 [ 32.655623] bus: 'platform': add driver isch_smbus [ 32.655680] initcall i2c_sch_init+0x0/0xf returned 0 after 0 usecs [ 32.655684] calling nforce2_init+0x0/0x16 @ 1 [ 32.655697] bus: 'pci': add driver nForce2_smbus [ 32.655708] bus: 'pci': driver_probe_device: matched device 0000:00:01.1 with driver nForce2_smbus [ 32.655711] bus: 'pci': really_probe: probing driver nForce2_smbus with device 0000:00:01.1 [ 32.655754] device: 'i2c-0': device_add [ 32.655764] bus: 'i2c': add device i2c-0 [ 32.655775] PM: Adding info for i2c:i2c-0 [ 32.655830] i2c i2c-0: adapter [SMBus nForce2 adapter at 4c00] registered [ 32.655838] i2c i2c-0: nForce2 SMBus adapter at 0x4c00 [ 32.655845] device: 'i2c-1': device_add [ 32.655855] bus: 'i2c': add device i2c-1 [ 32.655865] PM: Adding info for i2c:i2c-1 [ 32.655915] i2c i2c-1: adapter [SMBus nForce2 adapter at 4c40] registered [ 32.655920] i2c i2c-1: nForce2 SMBus adapter at 0x4c40 [ 32.655923] driver: '0000:00:01.1': driver_bound: bound to device 'nForce2_smbus' [ 32.655927] bus: 'pci': really_probe: bound device 0000:00:01.1 to driver nForce2_smbus [ 32.655985] initcall nforce2_init+0x0/0x16 returned 0 after 0 usecs [ 32.655988] calling i2c_vt586b_init+0x0/0x16 @ 1 [ 32.655998] bus: 'pci': add driver vt586b_smbus [ 32.655998] initcall i2c_vt586b_init+0x0/0x16 returned 0 after 0 usecs [ 32.655998] calling i2c_vt596_init+0x0/0x16 @ 1 [ 32.655998] bus: 'pci': add driver vt596_smbus [ 32.655998] initcall i2c_vt596_init+0x0/0x16 returned 0 after 0 usecs [ 32.655998] calling ocores_i2c_init+0x0/0xf @ 1 [ 32.655998] bus: 'platform': add driver ocores-i2c [ 32.655998] initcall ocores_i2c_init+0x0/0xf returned 0 after 0 usecs [ 32.655998] calling i2c_pca_pf_init+0x0/0xf @ 1 [ 32.655998] bus: 'platform': add driver i2c-pca-platform [ 32.655998] initcall i2c_pca_pf_init+0x0/0xf returned 0 after 0 usecs [ 32.655998] calling i2c_adap_simtec_init+0x0/0xf @ 1 [ 32.655998] bus: 'platform': add driver simtec-i2c [ 32.655998] initcall i2c_adap_simtec_init+0x0/0xf returned 0 after 0 usecs [ 32.655998] calling xiic_i2c_init+0x0/0xf @ 1 [ 32.655998] bus: 'platform': add driver xiic-i2c [ 32.655998] initcall xiic_i2c_init+0x0/0xf returned 0 after 0 usecs [ 32.655998] calling i2c_parport_init+0x0/0x43 @ 1 [ 32.655998] i2c-parport: adapter type unspecified [ 32.655998] initcall i2c_parport_init+0x0/0x43 returned -19 after 0 usecs [ 32.655998] calling taos_init+0x0/0x16 @ 1 [ 32.655998] bus: 'serio': add driver taos-evm [ 32.655998] initcall taos_init+0x0/0x16 returned 0 after 0 usecs [ 32.655998] calling usb_i2c_tiny_usb_init+0x0/0x16 @ 1 [ 32.655998] bus: 'usb': add driver i2c-tiny-usb [ 32.655998] usbcore: registered new interface driver i2c-tiny-usb [ 32.655998] initcall usb_i2c_tiny_usb_init+0x0/0x16 returned 0 after 0 usecs [ 32.655998] calling scx200_acb_init+0x0/0x1e3 @ 1 [ 32.655998] scx200_acb: NatSemi SCx200 ACCESS.bus Driver [ 32.655998] initcall scx200_acb_init+0x0/0x1e3 returned -19 after 0 usecs [ 32.655998] calling scx200_i2c_init+0x0/0xb9 @ 1 [ 32.655998] scx200_i2c: NatSemi SCx200 I2C Driver [ 32.655998] scx200_i2c: no SCx200 gpio pins available [ 32.655998] initcall scx200_i2c_init+0x0/0xb9 returned -19 after 0 usecs [ 32.655998] calling pps_ktimer_init+0x0/0x7e @ 1 [ 32.655998] device: 'pps0': device_add [ 32.655998] PM: Adding info for No Bus:pps0 [ 32.655998] new PPS source ktimer at ID 0 [ 32.655998] ktimer PPS source registered at 0 [ 32.655998] initcall pps_ktimer_init+0x0/0x7e returned 0 after 0 usecs [ 32.655998] calling pda_power_init+0x0/0xf @ 1 [ 32.655998] bus: 'platform': add driver pda-power [ 32.655998] initcall pda_power_init+0x0/0xf returned 0 after 0 usecs [ 32.655998] calling max8925_power_init+0x0/0xf @ 1 [ 32.655998] bus: 'platform': add driver max8925-power [ 32.655998] initcall max8925_power_init+0x0/0xf returned 0 after 0 usecs [ 32.655998] calling wm831x_backup_init+0x0/0xf @ 1 [ 32.655998] bus: 'platform': add driver wm831x-backup [ 32.655998] initcall wm831x_backup_init+0x0/0xf returned 0 after 0 usecs [ 32.655998] calling test_power_init+0x0/0x5b @ 1 [ 32.655998] device: 'test_ac': device_add [ 32.655998] PM: Adding info for No Bus:test_ac [ 32.655998] device: 'test_battery': device_add [ 32.655998] PM: Adding info for No Bus:test_battery [ 32.655998] test_power_get_battery_property: some properties deliberately report errors. [ 32.655998] power_supply test_battery: driver failed to report `charge_full' property [ 32.655998] device: 'test_battery': dev_uevent: class uevent() returned -22 [ 32.655998] initcall test_power_init+0x0/0x5b returned 0 after 0 usecs [ 32.655998] calling ds278x_init+0x0/0x11 @ 1 [ 32.655998] bus: 'i2c': add driver ds2782-battery [ 32.655998] test_power_get_battery_property: some properties deliberately report errors. [ 32.655998] power_supply test_battery: driver failed to report `charge_full' property [ 32.655998] device: 'test_battery': dev_uevent: class uevent() returned -22 [ 32.655998] i2c-core: driver [ds2782-battery] registered [ 32.655998] initcall ds278x_init+0x0/0x11 returned 0 after 0 usecs [ 32.655998] calling max17040_init+0x0/0x11 @ 1 [ 32.655998] bus: 'i2c': add driver max17040 [ 32.655998] i2c-core: driver [max17040] registered [ 32.655998] initcall max17040_init+0x0/0x11 returned 0 after 0 usecs [ 32.655998] calling sensors_w83792d_init+0x0/0x11 @ 1 [ 32.655998] bus: 'i2c': add driver w83792d [ 32.655998] i2c-core: driver [w83792d] registered [ 32.655998] i2c i2c-0: found normal entry for adapter 0, addr 0x2c [ 32.656047] PM: Adding info for No Bus:input0 [ 32.660097] input: AT Translated Set 2 keyboard as /class/input/input0 [ 32.660007] i2c i2c-0: Transaction failed (0x10)! [ 32.660011] i2c i2c-0: found normal entry for adapter 0, addr 0x2d [ 32.664020] device: 'event0': device_add [ 32.668191] PM: Adding info for No Bus:event0 [ 32.668005] i2c i2c-0: Transaction failed (0x10)! [ 32.668007] i2c i2c-0: found normal entry for adapter 0, addr 0x2e [ 32.672062] driver: 'serio0': driver_bound: bound to device 'atkbd' [ 32.676004] bus: 'serio': really_probe: bound device serio0 to driver atkbd [ 32.676005] i2c i2c-0: Transaction failed (0x10)! [ 32.676007] i2c i2c-0: found normal entry for adapter 0, addr 0x2f [ 32.680004] bus: 'serio': driver_probe_device: matched device serio1 with driver atkbd [ 32.684002] bus: 'serio': really_probe: probing driver atkbd with device serio1 [ 32.684005] i2c i2c-0: Transaction failed (0x10)! [ 32.684013] i2c i2c-1: found normal entry for adapter 1, addr 0x2c [ 32.692019] i2c i2c-1: Transaction failed (0x10)! [ 32.696003] i2c i2c-1: found normal entry for adapter 1, addr 0x2d [ 32.708004] i2c i2c-1: Transaction failed (0x10)! [ 32.712002] i2c i2c-1: found normal entry for adapter 1, addr 0x2e [ 32.724003] i2c i2c-1: Transaction failed (0x10)! [ 32.728002] i2c i2c-1: found normal entry for adapter 1, addr 0x2f [ 32.740003] i2c i2c-1: Transaction failed (0x10)! [ 32.744007] initcall sensors_w83792d_init+0x0/0x11 returned 0 after 89843 usecs [ 32.752003] calling sensors_w83781d_init+0x0/0x367 @ 1 [ 32.756026] w83781d: Detection failed at step 3 [ 32.760015] bus: 'i2c': add driver w83781d [ 32.764058] i2c-core: driver [w83781d] registered [ 32.768006] i2c i2c-0: found normal entry for adapter 0, addr 0x28 [ 32.784004] i2c i2c-0: Transaction failed (0x10)! [ 32.788002] i2c i2c-0: found normal entry for adapter 0, addr 0x29 [ 32.800003] i2c i2c-0: Transaction failed (0x10)! [ 32.804005] i2c i2c-0: found normal entry for adapter 0, addr 0x2a [ 32.816004] i2c i2c-0: Transaction failed (0x10)! [ 32.820002] i2c i2c-0: found normal entry for adapter 0, addr 0x2b [ 32.832004] i2c i2c-0: Transaction failed (0x10)! [ 32.836002] i2c i2c-0: found normal entry for adapter 0, addr 0x2c [ 32.848003] i2c i2c-0: Transaction failed (0x10)! [ 32.852002] i2c i2c-0: found normal entry for adapter 0, addr 0x2d [ 32.864003] i2c i2c-0: Transaction failed (0x10)! [ 32.868002] i2c i2c-0: found normal entry for adapter 0, addr 0x2e [ 32.880004] i2c i2c-0: Transaction failed (0x10)! [ 32.884002] i2c i2c-0: found normal entry for adapter 0, addr 0x2f [ 32.896004] i2c i2c-0: Transaction failed (0x10)! [ 32.900007] i2c i2c-1: found normal entry for adapter 1, addr 0x28 [ 32.912004] i2c i2c-1: Transaction failed (0x10)! [ 32.916002] i2c i2c-1: found normal entry for adapter 1, addr 0x29 [ 32.928004] i2c i2c-1: Transaction failed (0x10)! [ 32.932002] i2c i2c-1: found normal entry for adapter 1, addr 0x2a [ 32.944004] i2c i2c-1: Transaction failed (0x10)! [ 32.948003] i2c i2c-1: found normal entry for adapter 1, addr 0x2b [ 32.960004] i2c i2c-1: Transaction failed (0x10)! [ 32.964002] i2c i2c-1: found normal entry for adapter 1, addr 0x2c [ 32.976004] i2c i2c-1: Transaction failed (0x10)! [ 32.980002] i2c i2c-1: found normal entry for adapter 1, addr 0x2d [ 32.992004] i2c i2c-1: Transaction failed (0x10)! [ 32.996002] i2c i2c-1: found normal entry for adapter 1, addr 0x2e [ 33.008004] i2c i2c-1: Transaction failed (0x10)! [ 33.012002] i2c i2c-1: found normal entry for adapter 1, addr 0x2f [ 33.024004] i2c i2c-1: Transaction failed (0x10)! [ 33.028007] initcall sensors_w83781d_init+0x0/0x367 returned 0 after 265625 usecs [ 33.036003] calling sensors_w83791d_init+0x0/0x11 @ 1 [ 33.040003] bus: 'i2c': add driver w83791d [ 33.044055] i2c-core: driver [w83791d] registered [ 33.048005] i2c i2c-0: found normal entry for adapter 0, addr 0x2c [ 33.064004] i2c i2c-0: Transaction failed (0x10)! [ 33.068002] i2c i2c-0: found normal entry for adapter 0, addr 0x2d [ 33.080004] i2c i2c-0: Transaction failed (0x10)! [ 33.084002] i2c i2c-0: found normal entry for adapter 0, addr 0x2e [ 33.096004] i2c i2c-0: Transaction failed (0x10)! [ 33.100002] i2c i2c-0: found normal entry for adapter 0, addr 0x2f [ 33.112004] i2c i2c-0: Transaction failed (0x10)! [ 33.116007] i2c i2c-1: found normal entry for adapter 1, addr 0x2c [ 33.128004] i2c i2c-1: Transaction failed (0x10)! [ 33.132002] i2c i2c-1: found normal entry for adapter 1, addr 0x2d [ 33.144004] i2c i2c-1: Transaction failed (0x10)! [ 33.148002] i2c i2c-1: found normal entry for adapter 1, addr 0x2e [ 33.160004] i2c i2c-1: Transaction failed (0x10)! [ 33.164002] i2c i2c-1: found normal entry for adapter 1, addr 0x2f [ 33.176004] i2c i2c-1: Transaction failed (0x10)! [ 33.180006] initcall sensors_w83791d_init+0x0/0x11 returned 0 after 136718 usecs [ 33.188003] calling abituguru3_init+0x0/0x1f3 @ 1 [ 33.192007] initcall abituguru3_init+0x0/0x1f3 returned -19 after 0 usecs [ 33.200004] calling ad7414_init+0x0/0x11 @ 1 [ 33.204005] bus: 'i2c': add driver ad7414 [ 33.208056] i2c-core: driver [ad7414] registered [ 33.212004] initcall ad7414_init+0x0/0x11 returned 0 after 7812 usecs [ 33.220003] calling sensors_adm1021_init+0x0/0x11 @ 1 [ 33.224003] bus: 'i2c': add driver adm1021 [ 33.228054] i2c-core: driver [adm1021] registered [ 33.232005] i2c i2c-0: found normal entry for adapter 0, addr 0x18 [ 33.248004] i2c i2c-0: Transaction failed (0x10)! [ 33.252002] i2c i2c-0: found normal entry for adapter 0, addr 0x19 [ 33.264004] i2c i2c-0: Transaction failed (0x10)! [ 33.268002] i2c i2c-0: found normal entry for adapter 0, addr 0x1a [ 33.280004] i2c i2c-0: Transaction failed (0x10)! [ 33.284002] i2c i2c-0: found normal entry for adapter 0, addr 0x29 [ 33.296004] i2c i2c-0: Transaction failed (0x10)! [ 33.300002] i2c i2c-0: found normal entry for adapter 0, addr 0x2a [ 33.312004] i2c i2c-0: Transaction failed (0x10)! [ 33.316002] i2c i2c-0: found normal entry for adapter 0, addr 0x2b [ 33.328004] i2c i2c-0: Transaction failed (0x10)! [ 33.332002] i2c i2c-0: found normal entry for adapter 0, addr 0x4c [ 33.344004] i2c i2c-0: Transaction failed (0x10)! [ 33.348002] i2c i2c-0: found normal entry for adapter 0, addr 0x4d [ 33.360004] i2c i2c-0: Transaction failed (0x10)! [ 33.364002] i2c i2c-0: found normal entry for adapter 0, addr 0x4e [ 33.376004] i2c i2c-0: Transaction failed (0x10)! [ 33.380007] i2c i2c-1: found normal entry for adapter 1, addr 0x18 [ 33.392005] i2c i2c-1: Transaction failed (0x10)! [ 33.396003] i2c i2c-1: found normal entry for adapter 1, addr 0x19 [ 33.412004] i2c i2c-1: Transaction failed (0x10)! [ 33.416002] i2c i2c-1: found normal entry for adapter 1, addr 0x1a [ 33.428004] i2c i2c-1: Transaction failed (0x10)! [ 33.432002] i2c i2c-1: found normal entry for adapter 1, addr 0x29 [ 33.444004] i2c i2c-1: Transaction failed (0x10)! [ 33.448002] i2c i2c-1: found normal entry for adapter 1, addr 0x2a [ 33.460004] i2c i2c-1: Transaction failed (0x10)! [ 33.464002] i2c i2c-1: found normal entry for adapter 1, addr 0x2b [ 33.476004] i2c i2c-1: Transaction failed (0x10)! [ 33.480002] i2c i2c-1: found normal entry for adapter 1, addr 0x4c [ 33.492004] i2c i2c-1: Transaction failed (0x10)! [ 33.496002] i2c i2c-1: found normal entry for adapter 1, addr 0x4d [ 33.508004] i2c i2c-1: Transaction failed (0x10)! [ 33.512002] i2c i2c-1: found normal entry for adapter 1, addr 0x4e [ 33.524004] i2c i2c-1: Transaction failed (0x10)! [ 33.528007] initcall sensors_adm1021_init+0x0/0x11 returned 0 after 296875 usecs [ 33.536003] calling sensors_adm1025_init+0x0/0x11 @ 1 [ 33.540004] bus: 'i2c': add driver adm1025 [ 33.544057] i2c-core: driver [adm1025] registered [ 33.548005] i2c i2c-0: found normal entry for adapter 0, addr 0x2c [ 33.564004] i2c i2c-0: Transaction failed (0x10)! [ 33.568002] i2c i2c-0: found normal entry for adapter 0, addr 0x2d [ 33.580004] i2c i2c-0: Transaction failed (0x10)! [ 33.584002] i2c i2c-0: found normal entry for adapter 0, addr 0x2e [ 33.596004] i2c i2c-0: Transaction failed (0x10)! [ 33.600007] i2c i2c-1: found normal entry for adapter 1, addr 0x2c [ 33.612004] i2c i2c-1: Transaction failed (0x10)! [ 33.616002] i2c i2c-1: found normal entry for adapter 1, addr 0x2d [ 33.628004] i2c i2c-1: Transaction failed (0x10)! [ 33.632002] i2c i2c-1: found normal entry for adapter 1, addr 0x2e [ 33.644004] i2c i2c-1: Transaction failed (0x10)! [ 33.648006] initcall sensors_adm1025_init+0x0/0x11 returned 0 after 105468 usecs [ 33.656002] PPS event at 4294900710 [ 33.659494] calling sensors_adm1029_init+0x0/0x11 @ 1 [ 33.664004] bus: 'i2c': add driver adm1029 [ 33.668055] i2c-core: driver [adm1029] registered [ 33.672005] i2c i2c-0: found normal entry for adapter 0, addr 0x28 [ 33.684004] i2c i2c-0: Transaction failed (0x10)! [ 33.688002] i2c i2c-0: found normal entry for adapter 0, addr 0x29 [ 33.700004] i2c i2c-0: Transaction failed (0x10)! [ 33.704002] i2c i2c-0: found normal entry for adapter 0, addr 0x2a [ 33.716004] i2c i2c-0: Transaction failed (0x10)! [ 33.720002] i2c i2c-0: found normal entry for adapter 0, addr 0x2b [ 33.732004] i2c i2c-0: Transaction failed (0x10)! [ 33.736002] i2c i2c-0: found normal entry for adapter 0, addr 0x2c [ 33.748004] i2c i2c-0: Transaction failed (0x10)! [ 33.752002] i2c i2c-0: found normal entry for adapter 0, addr 0x2d [ 33.764004] i2c i2c-0: Transaction failed (0x10)! [ 33.768002] i2c i2c-0: found normal entry for adapter 0, addr 0x2e [ 33.780004] i2c i2c-0: Transaction failed (0x10)! [ 33.784002] i2c i2c-0: found normal entry for adapter 0, addr 0x2f [ 33.796004] i2c i2c-0: Transaction failed (0x10)! [ 33.800007] i2c i2c-1: found normal entry for adapter 1, addr 0x28 [ 33.812004] i2c i2c-1: Transaction failed (0x10)! [ 33.816002] i2c i2c-1: found normal entry for adapter 1, addr 0x29 [ 33.828004] i2c i2c-1: Transaction failed (0x10)! [ 33.832002] i2c i2c-1: found normal entry for adapter 1, addr 0x2a [ 33.844004] i2c i2c-1: Transaction failed (0x10)! [ 33.848002] i2c i2c-1: found normal entry for adapter 1, addr 0x2b [ 33.860004] i2c i2c-1: Transaction failed (0x10)! [ 33.864002] i2c i2c-1: found normal entry for adapter 1, addr 0x2c [ 33.876004] i2c i2c-1: Transaction failed (0x10)! [ 33.880002] i2c i2c-1: found normal entry for adapter 1, addr 0x2d [ 33.892004] i2c i2c-1: Transaction failed (0x10)! [ 33.896002] i2c i2c-1: found normal entry for adapter 1, addr 0x2e [ 33.908004] i2c i2c-1: Transaction failed (0x10)! [ 33.912002] i2c i2c-1: found normal entry for adapter 1, addr 0x2f [ 33.924004] i2c i2c-1: Transaction failed (0x10)! [ 33.928006] initcall sensors_adm1029_init+0x0/0x11 returned 0 after 257812 usecs [ 33.936003] calling sensors_adm9240_init+0x0/0x11 @ 1 [ 33.940004] bus: 'i2c': add driver adm9240 [ 33.944065] i2c-core: driver [adm9240] registered [ 33.948006] i2c i2c-0: found normal entry for adapter 0, addr 0x2c [ 33.964004] i2c i2c-0: Transaction failed (0x10)! [ 33.968002] i2c i2c-0: found normal entry for adapter 0, addr 0x2d [ 33.980004] i2c i2c-0: Transaction failed (0x10)! [ 33.984002] i2c i2c-0: found normal entry for adapter 0, addr 0x2e [ 33.996004] i2c i2c-0: Transaction failed (0x10)! [ 34.000002] i2c i2c-0: found normal entry for adapter 0, addr 0x2f [ 34.012004] i2c i2c-0: Transaction failed (0x10)! [ 34.016007] i2c i2c-1: found normal entry for adapter 1, addr 0x2c [ 34.028004] i2c i2c-1: Transaction failed (0x10)! [ 34.032002] i2c i2c-1: found normal entry for adapter 1, addr 0x2d [ 34.044004] i2c i2c-1: Transaction failed (0x10)! [ 34.048002] i2c i2c-1: found normal entry for adapter 1, addr 0x2e [ 34.060004] i2c i2c-1: Transaction failed (0x10)! [ 34.064002] i2c i2c-1: found normal entry for adapter 1, addr 0x2f [ 34.076004] i2c i2c-1: Transaction failed (0x10)! [ 34.080006] initcall sensors_adm9240_init+0x0/0x11 returned 0 after 136718 usecs [ 34.088003] calling sensors_ads7828_init+0x0/0x4a @ 1 [ 34.092004] bus: 'i2c': add driver ads7828 [ 34.096055] i2c-core: driver [ads7828] registered [ 34.100005] i2c i2c-0: found normal entry for adapter 0, addr 0x48 [ 34.116004] i2c i2c-0: Transaction failed (0x10)! [ 34.120002] i2c i2c-0: found normal entry for adapter 0, addr 0x49 [ 34.132004] i2c i2c-0: Transaction failed (0x10)! [ 34.136002] i2c i2c-0: found normal entry for adapter 0, addr 0x4a [ 34.148004] i2c i2c-0: Transaction failed (0x10)! [ 34.152002] i2c i2c-0: found normal entry for adapter 0, addr 0x4b [ 34.164004] i2c i2c-0: Transaction failed (0x10)! [ 34.168007] i2c i2c-1: found normal entry for adapter 1, addr 0x48 [ 34.180004] i2c i2c-1: Transaction failed (0x10)! [ 34.184002] i2c i2c-1: found normal entry for adapter 1, addr 0x49 [ 34.196004] i2c i2c-1: Transaction failed (0x10)! [ 34.200002] i2c i2c-1: found normal entry for adapter 1, addr 0x4a [ 34.212004] i2c i2c-1: Transaction failed (0x10)! [ 34.216002] i2c i2c-1: found normal entry for adapter 1, addr 0x4b [ 34.228004] i2c i2c-1: Transaction failed (0x10)! [ 34.232006] initcall sensors_ads7828_init+0x0/0x4a returned 0 after 136718 usecs [ 34.240003] calling adt7462_init+0x0/0x11 @ 1 [ 34.244003] bus: 'i2c': add driver adt7462 [ 34.248055] i2c-core: driver [adt7462] registered [ 34.252005] i2c i2c-0: found normal entry for adapter 0, addr 0x58 [ 34.264004] i2c i2c-0: Transaction failed (0x10)! [ 34.268002] i2c i2c-0: found normal entry for adapter 0, addr 0x5c [ 34.280004] i2c i2c-0: Transaction failed (0x10)! [ 34.284007] i2c i2c-1: found normal entry for adapter 1, addr 0x58 [ 34.296004] i2c i2c-1: Transaction failed (0x10)! [ 34.300002] i2c i2c-1: found normal entry for adapter 1, addr 0x5c [ 34.312004] i2c i2c-1: Transaction failed (0x10)! [ 34.316006] initcall adt7462_init+0x0/0x11 returned 0 after 70312 usecs [ 34.320003] calling adt7470_init+0x0/0x11 @ 1 [ 34.324004] bus: 'i2c': add driver adt7470 [ 34.328055] i2c-core: driver [adt7470] registered [ 34.336005] i2c i2c-0: found normal entry for adapter 0, addr 0x2c [ 34.348004] i2c i2c-0: Transaction failed (0x10)! [ 34.352002] i2c i2c-0: found normal entry for adapter 0, addr 0x2e [ 34.364004] i2c i2c-0: Transaction failed (0x10)! [ 34.368002] i2c i2c-0: found normal entry for adapter 0, addr 0x2f [ 34.380004] i2c i2c-0: Transaction failed (0x10)! [ 34.384007] i2c i2c-1: found normal entry for adapter 1, addr 0x2c [ 34.396004] i2c i2c-1: Transaction failed (0x10)! [ 34.400002] i2c i2c-1: found normal entry for adapter 1, addr 0x2e [ 34.412004] i2c i2c-1: Transaction failed (0x10)! [ 34.416002] i2c i2c-1: found normal entry for adapter 1, addr 0x2f [ 34.428004] i2c i2c-1: Transaction failed (0x10)! [ 34.432006] initcall adt7470_init+0x0/0x11 returned 0 after 105468 usecs [ 34.436003] calling sensors_adt7475_init+0x0/0x11 @ 1 [ 34.444004] bus: 'i2c': add driver adt7475 [ 34.448055] i2c-core: driver [adt7475] registered [ 34.452005] i2c i2c-0: found normal entry for adapter 0, addr 0x2c [ 34.464004] i2c i2c-0: Transaction failed (0x10)! [ 34.468002] i2c i2c-0: found normal entry for adapter 0, addr 0x2d [ 34.480004] i2c i2c-0: Transaction failed (0x10)! [ 34.484003] i2c i2c-0: found normal entry for adapter 0, addr 0x2e [ 34.496004] i2c i2c-0: Transaction failed (0x10)! [ 34.500007] i2c i2c-1: found normal entry for adapter 1, addr 0x2c [ 34.512004] i2c i2c-1: Transaction failed (0x10)! [ 34.516002] i2c i2c-1: found normal entry for adapter 1, addr 0x2d [ 34.528004] i2c i2c-1: Transaction failed (0x10)! [ 34.532002] i2c i2c-1: found normal entry for adapter 1, addr 0x2e [ 34.544004] i2c i2c-1: Transaction failed (0x10)! [ 34.548006] initcall sensors_adt7475_init+0x0/0x11 returned 0 after 101562 usecs [ 34.556003] calling applesmc_init+0x0/0x47a @ 1 [ 34.560011] applesmc: supported laptop not found! [ 34.564002] applesmc: driver init failed (ret=-19)! [ 34.568003] initcall applesmc_init+0x0/0x47a returned -19 after 7812 usecs [ 34.576003] calling atxp1_init+0x0/0x11 @ 1 [ 34.580004] bus: 'i2c': add driver atxp1 [ 34.584055] i2c-core: driver [atxp1] registered [ 34.588005] i2c i2c-0: found normal entry for adapter 0, addr 0x37 [ 34.604004] i2c i2c-0: Transaction failed (0x10)! [ 34.608002] i2c i2c-0: found normal entry for adapter 0, addr 0x4e [ 34.620004] i2c i2c-0: Transaction failed (0x10)! [ 34.624007] i2c i2c-1: found normal entry for adapter 1, addr 0x37 [ 34.636004] i2c i2c-1: Transaction failed (0x10)! [ 34.640002] i2c i2c-1: found normal entry for adapter 1, addr 0x4e [ 34.652004] i2c i2c-1: Transaction failed (0x10)! [ 34.656001] PPS event at 4294900960 [ 34.660007] initcall atxp1_init+0x0/0x11 returned 0 after 78125 usecs [ 34.664004] calling dme1737_init+0x0/0x139 @ 1 [ 34.668003] bus: 'i2c': add driver dme1737 [ 34.672056] i2c-core: driver [dme1737] registered [ 34.680005] i2c i2c-0: found normal entry for adapter 0, addr 0x2c [ 34.692004] i2c i2c-0: Transaction failed (0x10)! [ 34.696002] i2c i2c-0: found normal entry for adapter 0, addr 0x2d [ 34.708004] i2c i2c-0: Transaction failed (0x10)! [ 34.712002] i2c i2c-0: found normal entry for adapter 0, addr 0x2e [ 34.724004] i2c i2c-0: Transaction failed (0x10)! [ 34.728007] i2c i2c-1: found normal entry for adapter 1, addr 0x2c [ 34.740004] i2c i2c-1: Transaction failed (0x10)! [ 34.744002] i2c i2c-1: found normal entry for adapter 1, addr 0x2d [ 34.756004] i2c i2c-1: Transaction failed (0x10)! [ 34.760002] i2c i2c-1: found normal entry for adapter 1, addr 0x2e [ 34.772004] i2c i2c-1: Transaction failed (0x10)! [ 34.776020] initcall dme1737_init+0x0/0x139 returned 0 after 105468 usecs [ 34.780003] calling sensor_emc1403_init+0x0/0x11 @ 1 [ 34.788004] bus: 'i2c': add driver emc1403 [ 34.792055] i2c-core: driver [emc1403] registered [ 34.796005] i2c i2c-0: found normal entry for adapter 0, addr 0x18 [ 34.808004] i2c i2c-0: Transaction failed (0x10)! [ 34.812002] i2c i2c-0: found normal entry for adapter 0, addr 0x2a [ 34.824004] i2c i2c-0: Transaction failed (0x10)! [ 34.828002] i2c i2c-0: found normal entry for adapter 0, addr 0x4c [ 34.840004] i2c i2c-0: Transaction failed (0x10)! [ 34.844002] i2c i2c-0: found normal entry for adapter 0, addr 0x4d [ 34.856004] i2c i2c-0: Transaction failed (0x10)! [ 34.860007] i2c i2c-1: found normal entry for adapter 1, addr 0x18 [ 34.872004] i2c i2c-1: Transaction failed (0x10)! [ 34.876002] i2c i2c-1: found normal entry for adapter 1, addr 0x2a [ 34.888004] i2c i2c-1: Transaction failed (0x10)! [ 34.892002] i2c i2c-1: found normal entry for adapter 1, addr 0x4c [ 34.904004] i2c i2c-1: Transaction failed (0x10)! [ 34.908002] i2c i2c-1: found normal entry for adapter 1, addr 0x4d [ 34.920004] i2c i2c-1: Transaction failed (0x10)! [ 34.924006] initcall sensor_emc1403_init+0x0/0x11 returned 0 after 132812 usecs [ 34.932003] calling f71805f_init+0x0/0x111 @ 1 [ 34.936027] initcall f71805f_init+0x0/0x111 returned -19 after 0 usecs [ 34.940003] calling f71882fg_init+0x0/0x102 @ 1 [ 34.944012] f71882fg: Not a Fintek device [ 34.948016] f71882fg: Not a Fintek device [ 34.952008] initcall f71882fg_init+0x0/0x102 returned -19 after 7812 usecs [ 34.960003] calling sensors_f75375_init+0x0/0x11 @ 1 [ 34.964004] bus: 'i2c': add driver f75375 [ 34.968055] i2c-core: driver [f75375] registered [ 34.976005] i2c i2c-0: found normal entry for adapter 0, addr 0x2d [ 34.988004] i2c i2c-0: Transaction failed (0x10)! [ 34.992002] i2c i2c-0: found normal entry for adapter 0, addr 0x2e [ 35.004004] i2c i2c-0: Transaction failed (0x10)! [ 35.008007] i2c i2c-1: found normal entry for adapter 1, addr 0x2d [ 35.020004] i2c i2c-1: Transaction failed (0x10)! [ 35.024002] i2c i2c-1: found normal entry for adapter 1, addr 0x2e [ 35.036004] i2c i2c-1: Transaction failed (0x10)! [ 35.040006] initcall sensors_f75375_init+0x0/0x11 returned 0 after 74218 usecs [ 35.048003] calling fschmd_init+0x0/0x11 @ 1 [ 35.052004] bus: 'i2c': add driver fschmd [ 35.056065] i2c-core: driver [fschmd] registered [ 35.060006] i2c i2c-0: found normal entry for adapter 0, addr 0x73 [ 35.072004] i2c i2c-0: Transaction failed (0x10)! [ 35.076007] i2c i2c-1: found normal entry for adapter 1, addr 0x73 [ 35.088004] i2c i2c-1: Transaction failed (0x10)! [ 35.092006] initcall fschmd_init+0x0/0x11 returned 0 after 39062 usecs [ 35.096003] calling g760a_init+0x0/0x11 @ 1 [ 35.100004] bus: 'i2c': add driver g760a [ 35.104065] i2c-core: driver [g760a] registered [ 35.112005] initcall g760a_init+0x0/0x11 returned 0 after 11718 usecs [ 35.116003] calling sensors_gl518sm_init+0x0/0x11 @ 1 [ 35.120004] bus: 'i2c': add driver gl518sm [ 35.124055] i2c-core: driver [gl518sm] registered [ 35.132006] i2c i2c-0: found normal entry for adapter 0, addr 0x2c [ 35.144004] i2c i2c-0: Transaction failed (0x10)! [ 35.148002] i2c i2c-0: found normal entry for adapter 0, addr 0x2d [ 35.160004] i2c i2c-0: Transaction failed (0x10)! [ 35.164007] i2c i2c-1: found normal entry for adapter 1, addr 0x2c [ 35.176004] i2c i2c-1: Transaction failed (0x10)! [ 35.180002] i2c i2c-1: found normal entry for adapter 1, addr 0x2d [ 35.192004] i2c i2c-1: Transaction failed (0x10)! [ 35.196006] initcall sensors_gl518sm_init+0x0/0x11 returned 0 after 74218 usecs [ 35.204003] calling i5k_amb_init+0x0/0x52 @ 1 [ 35.208006] bus: 'platform': add driver i5k_amb [ 35.212063] Registering platform device 'i5k_amb.0'. Parent at platform [ 35.216003] device: 'i5k_amb.0': device_add [ 35.220007] bus: 'platform': add device i5k_amb.0 [ 35.228014] PM: Adding info for platform:i5k_amb.0 [ 35.232066] bus: 'platform': driver_probe_device: matched device i5k_amb.0 with driver i5k_amb [ 35.240002] bus: 'platform': really_probe: probing driver i5k_amb with device i5k_amb.0 [ 35.248032] initcall i5k_amb_init+0x0/0x52 returned 0 after 39062 usecs [ 35.256004] calling sm_it87_init+0x0/0x34a @ 1 [ 35.260031] it87: Found IT8712F chip at 0x290, revision 7 [ 35.264008] it87: VID is disabled (pins used for GPIO) [ 35.268007] it87: in3 is VCC (+5V) [ 35.272001] it87: in7 is VCCH (+5V Stand-By) [ 35.276011] bus: 'platform': add driver it87 [ 35.280079] Registering platform device 'it87.656'. Parent at platform [ 35.288003] device: 'it87.656': device_add [ 35.292006] bus: 'platform': add device it87.656 [ 35.296012] PM: Adding info for platform:it87.656 [ 35.300056] bus: 'platform': driver_probe_device: matched device it87.656 with driver it87 [ 35.312002] bus: 'platform': really_probe: probing driver it87 with device it87.656 [ 35.316017] it87 it87.656: Detected broken BIOS defaults, disabling PWM interface [ 35.324222] device: 'hwmon0': device_add [ 35.328017] PM: Adding info for No Bus:hwmon0 [ 35.332053] driver: 'it87.656': driver_bound: bound to device 'it87' [ 35.340002] bus: 'platform': really_probe: bound device it87.656 to driver it87 [ 35.348005] initcall sm_it87_init+0x0/0x34a returned 0 after 85937 usecs [ 35.356004] calling k8temp_init+0x0/0x16 @ 1 [ 35.360016] bus: 'pci': add driver k8temp [ 35.364024] bus: 'pci': driver_probe_device: matched device 0000:00:18.3 with driver k8temp [ 35.372002] bus: 'pci': really_probe: probing driver k8temp with device 0000:00:18.3 [ 35.380058] device: 'hwmon1': device_add [ 35.384029] PM: Adding info for No Bus:hwmon1 [ 35.388053] driver: '0000:00:18.3': driver_bound: bound to device 'k8temp' [ 35.396003] bus: 'pci': really_probe: bound device 0000:00:18.3 to driver k8temp [ 35.400056] initcall k8temp_init+0x0/0x16 returned 0 after 39062 usecs [ 35.408003] calling k10temp_init+0x0/0x16 @ 1 [ 35.412014] bus: 'pci': add driver k10temp [ 35.416066] initcall k10temp_init+0x0/0x16 returned 0 after 3906 usecs [ 35.424003] calling lis3lv02d_init+0x0/0x11 @ 1 [ 35.428004] bus: 'i2c': add driver lis3lv02d_i2c [ 35.432065] i2c-core: driver [lis3lv02d_i2c] registered [ 35.436005] initcall lis3lv02d_init+0x0/0x11 returned 0 after 7812 usecs [ 35.444003] calling sensors_lm73_init+0x0/0x11 @ 1 [ 35.448004] bus: 'i2c': add driver lm73 [ 35.452055] i2c-core: driver [lm73] registered [ 35.456005] i2c i2c-0: found normal entry for adapter 0, addr 0x48 [ 35.472004] i2c i2c-0: Transaction failed (0x10)! [ 35.476002] i2c i2c-0: found normal entry for adapter 0, addr 0x49 [ 35.488004] i2c i2c-0: Transaction failed (0x10)! [ 35.492002] i2c i2c-0: found normal entry for adapter 0, addr 0x4a [ 35.504003] i2c i2c-0: Transaction failed (0x10)! [ 35.508002] i2c i2c-0: found normal entry for adapter 0, addr 0x4c [ 35.520004] i2c i2c-0: Transaction failed (0x10)! [ 35.524002] i2c i2c-0: found normal entry for adapter 0, addr 0x4d [ 35.536003] i2c i2c-0: Transaction failed (0x10)! [ 35.540002] i2c i2c-0: found normal entry for adapter 0, addr 0x4e [ 35.552003] i2c i2c-0: Transaction failed (0x10)! [ 35.556007] i2c i2c-1: found normal entry for adapter 1, addr 0x48 [ 35.568004] i2c i2c-1: Transaction failed (0x10)! [ 35.572002] i2c i2c-1: found normal entry for adapter 1, addr 0x49 [ 35.584003] i2c i2c-1: Transaction failed (0x10)! [ 35.588002] i2c i2c-1: found normal entry for adapter 1, addr 0x4a [ 35.600003] i2c i2c-1: Transaction failed (0x10)! [ 35.604002] i2c i2c-1: found normal entry for adapter 1, addr 0x4c [ 35.608004] CPA self-test: [ 35.616004] i2c i2c-1: Transaction failed (0x10)! [ 35.616996] 4k 262128 large 0 gb 0 x 262128[40000000-7ffef000] miss 0 [ 35.624004] i2c i2c-1: found normal entry for adapter 1, addr 0x4d [ 35.640005] i2c i2c-1: Transaction failed (0x10)! [ 35.640571] 4k 262128 large 0 gb 0 x 262128[40000000-7ffef000] miss 0 [ 35.648003] i2c i2c-1: found normal entry for adapter 1, addr 0x4e [ 35.660002] PPS event at 4294901211 [ 35.664006] i2c i2c-1: Transaction failed (0x10)! [ 35.668009] initcall sensors_lm73_init+0x0/0x11 returned 0 after 214843 usecs [ 35.672004] calling sensors_lm75_init+0x0/0x11 @ 1 [ 35.680005] bus: 'i2c': add driver lm75 [ 35.684067] i2c-core: driver [lm75] registered [ 35.688006] i2c i2c-0: found normal entry for adapter 0, addr 0x48 [ 35.698803] 4k 262128 large 0 gb 0 x 262128[40000000-7ffef000] miss 0 [ 35.700002] ok. [ 35.704006] i2c i2c-0: Transaction failed (0x10)! [ 35.708003] i2c i2c-0: found normal entry for adapter 0, addr 0x49 [ 35.720003] i2c i2c-0: Transaction failed (0x10)! [ 35.724002] i2c i2c-0: found normal entry for adapter 0, addr 0x4a [ 35.736003] i2c i2c-0: Transaction failed (0x10)! [ 35.740002] i2c i2c-0: found normal entry for adapter 0, addr 0x4b [ 35.752003] i2c i2c-0: Transaction failed (0x10)! [ 35.756002] i2c i2c-0: found normal entry for adapter 0, addr 0x4c [ 35.768004] i2c i2c-0: Transaction failed (0x10)! [ 35.772002] i2c i2c-0: found normal entry for adapter 0, addr 0x4d [ 35.784003] i2c i2c-0: Transaction failed (0x10)! [ 35.788002] i2c i2c-0: found normal entry for adapter 0, addr 0x4e [ 35.800003] i2c i2c-0: Transaction failed (0x10)! [ 35.804004] i2c i2c-0: found normal entry for adapter 0, addr 0x4f [ 35.816004] i2c i2c-0: Transaction failed (0x10)! [ 35.820007] i2c i2c-1: found normal entry for adapter 1, addr 0x48 [ 35.832004] i2c i2c-1: Transaction failed (0x10)! [ 35.836002] i2c i2c-1: found normal entry for adapter 1, addr 0x49 [ 35.848003] i2c i2c-1: Transaction failed (0x10)! [ 35.852002] i2c i2c-1: found normal entry for adapter 1, addr 0x4a [ 35.864003] i2c i2c-1: Transaction failed (0x10)! [ 35.868002] i2c i2c-1: found normal entry for adapter 1, addr 0x4b [ 35.880003] i2c i2c-1: Transaction failed (0x10)! [ 35.884002] i2c i2c-1: found normal entry for adapter 1, addr 0x4c [ 35.896003] i2c i2c-1: Transaction failed (0x10)! [ 35.900002] i2c i2c-1: found normal entry for adapter 1, addr 0x4d [ 35.912003] i2c i2c-1: Transaction failed (0x10)! [ 35.916002] i2c i2c-1: found normal entry for adapter 1, addr 0x4e [ 35.928003] i2c i2c-1: Transaction failed (0x10)! [ 35.932002] i2c i2c-1: found normal entry for adapter 1, addr 0x4f [ 35.944003] i2c i2c-1: Transaction failed (0x10)! [ 35.948006] initcall sensors_lm75_init+0x0/0x11 returned 0 after 261718 usecs [ 35.952003] calling sm_lm78_init+0x0/0x320 @ 1 [ 35.960009] lm78: Failed to request port 0x295 [ 35.964017] bus: 'i2c': add driver lm78 [ 35.968056] i2c-core: driver [lm78] registered [ 35.972005] i2c i2c-0: found normal entry for adapter 0, addr 0x28 [ 35.984004] i2c i2c-0: Transaction failed (0x10)! [ 35.988002] i2c i2c-0: found normal entry for adapter 0, addr 0x29 [ 36.000003] i2c i2c-0: Transaction failed (0x10)! [ 36.004002] i2c i2c-0: found normal entry for adapter 0, addr 0x2a [ 36.016003] i2c i2c-0: Transaction failed (0x10)! [ 36.020002] i2c i2c-0: found normal entry for adapter 0, addr 0x2b [ 36.032004] i2c i2c-0: Transaction failed (0x10)! [ 36.036002] i2c i2c-0: found normal entry for adapter 0, addr 0x2c [ 36.048003] i2c i2c-0: Transaction failed (0x10)! [ 36.052002] i2c i2c-0: found normal entry for adapter 0, addr 0x2d [ 36.064003] i2c i2c-0: Transaction failed (0x10)! [ 36.068002] i2c i2c-0: found normal entry for adapter 0, addr 0x2e [ 36.080003] i2c i2c-0: Transaction failed (0x10)! [ 36.084002] i2c i2c-0: found normal entry for adapter 0, addr 0x2f [ 36.096003] i2c i2c-0: Transaction failed (0x10)! [ 36.100007] i2c i2c-1: found normal entry for adapter 1, addr 0x28 [ 36.112004] i2c i2c-1: Transaction failed (0x10)! [ 36.116002] i2c i2c-1: found normal entry for adapter 1, addr 0x29 [ 36.128003] i2c i2c-1: Transaction failed (0x10)! [ 36.132002] i2c i2c-1: found normal entry for adapter 1, addr 0x2a [ 36.144003] i2c i2c-1: Transaction failed (0x10)! [ 36.148002] i2c i2c-1: found normal entry for adapter 1, addr 0x2b [ 36.160003] i2c i2c-1: Transaction failed (0x10)! [ 36.164002] i2c i2c-1: found normal entry for adapter 1, addr 0x2c [ 36.176003] i2c i2c-1: Transaction failed (0x10)! [ 36.180002] i2c i2c-1: found normal entry for adapter 1, addr 0x2d [ 36.192003] i2c i2c-1: Transaction failed (0x10)! [ 36.196002] i2c i2c-1: found normal entry for adapter 1, addr 0x2e [ 36.208003] i2c i2c-1: Transaction failed (0x10)! [ 36.212002] i2c i2c-1: found normal entry for adapter 1, addr 0x2f [ 36.224003] i2c i2c-1: Transaction failed (0x10)! [ 36.228006] initcall sm_lm78_init+0x0/0x320 returned 0 after 261718 usecs [ 36.232003] calling sensors_lm83_init+0x0/0x11 @ 1 [ 36.240004] bus: 'i2c': add driver lm83 [ 36.244055] i2c-core: driver [lm83] registered [ 36.248005] i2c i2c-0: found normal entry for adapter 0, addr 0x18 [ 36.260004] i2c i2c-0: Transaction failed (0x10)! [ 36.264002] i2c i2c-0: found normal entry for adapter 0, addr 0x19 [ 36.276003] i2c i2c-0: Transaction failed (0x10)! [ 36.280003] i2c i2c-0: found normal entry for adapter 0, addr 0x1a [ 36.292004] i2c i2c-0: Transaction failed (0x10)! [ 36.296002] i2c i2c-0: found normal entry for adapter 0, addr 0x29 [ 36.308004] i2c i2c-0: Transaction failed (0x10)! [ 36.312002] i2c i2c-0: found normal entry for adapter 0, addr 0x2a [ 36.324004] i2c i2c-0: Transaction failed (0x10)! [ 36.328002] i2c i2c-0: found normal entry for adapter 0, addr 0x2b [ 36.340004] i2c i2c-0: Transaction failed (0x10)! [ 36.344002] i2c i2c-0: found normal entry for adapter 0, addr 0x4c [ 36.356004] i2c i2c-0: Transaction failed (0x10)! [ 36.360002] i2c i2c-0: found normal entry for adapter 0, addr 0x4d [ 36.372004] i2c i2c-0: Transaction failed (0x10)! [ 36.376002] i2c i2c-0: found normal entry for adapter 0, addr 0x4e [ 36.388004] i2c i2c-0: Transaction failed (0x10)! [ 36.392007] i2c i2c-1: found normal entry for adapter 1, addr 0x18 [ 36.404004] i2c i2c-1: Transaction failed (0x10)! [ 36.408002] i2c i2c-1: found normal entry for adapter 1, addr 0x19 [ 36.420004] i2c i2c-1: Transaction failed (0x10)! [ 36.424002] i2c i2c-1: found normal entry for adapter 1, addr 0x1a [ 36.436004] i2c i2c-1: Transaction failed (0x10)! [ 36.440002] i2c i2c-1: found normal entry for adapter 1, addr 0x29 [ 36.452004] i2c i2c-1: Transaction failed (0x10)! [ 36.456002] i2c i2c-1: found normal entry for adapter 1, addr 0x2a [ 36.468004] i2c i2c-1: Transaction failed (0x10)! [ 36.472002] i2c i2c-1: found normal entry for adapter 1, addr 0x2b [ 36.484004] i2c i2c-1: Transaction failed (0x10)! [ 36.488002] i2c i2c-1: found normal entry for adapter 1, addr 0x4c [ 36.500004] i2c i2c-1: Transaction failed (0x10)! [ 36.504002] i2c i2c-1: found normal entry for adapter 1, addr 0x4d [ 36.516004] i2c i2c-1: Transaction failed (0x10)! [ 36.520002] i2c i2c-1: found normal entry for adapter 1, addr 0x4e [ 36.532004] i2c i2c-1: Transaction failed (0x10)! [ 36.536007] initcall sensors_lm83_init+0x0/0x11 returned 0 after 289062 usecs [ 36.540003] calling sensors_lm87_init+0x0/0x11 @ 1 [ 36.548004] bus: 'i2c': add driver lm87 [ 36.552054] i2c-core: driver [lm87] registered [ 36.556005] i2c i2c-0: found normal entry for adapter 0, addr 0x2c [ 36.568004] i2c i2c-0: Transaction failed (0x10)! [ 36.572002] i2c i2c-0: found normal entry for adapter 0, addr 0x2d [ 36.584004] i2c i2c-0: Transaction failed (0x10)! [ 36.588002] i2c i2c-0: found normal entry for adapter 0, addr 0x2e [ 36.600004] i2c i2c-0: Transaction failed (0x10)! [ 36.604007] i2c i2c-1: found normal entry for adapter 1, addr 0x2c [ 36.616004] i2c i2c-1: Transaction failed (0x10)! [ 36.620002] i2c i2c-1: found normal entry for adapter 1, addr 0x2d [ 36.632004] i2c i2c-1: Transaction failed (0x10)! [ 36.636002] i2c i2c-1: found normal entry for adapter 1, addr 0x2e [ 36.648004] i2c i2c-1: Transaction failed (0x10)! [ 36.652006] initcall sensors_lm87_init+0x0/0x11 returned 0 after 101562 usecs [ 36.656003] calling sensors_lm95241_init+0x0/0x11 @ 1 [ 36.664001] PPS event at 4294901462 [ 36.668006] bus: 'i2c': add driver lm95241 [ 36.672055] i2c-core: driver [lm95241] registered [ 36.676005] i2c i2c-0: found normal entry for adapter 0, addr 0x19 [ 36.688004] i2c i2c-0: Transaction failed (0x10)! [ 36.692002] i2c i2c-0: found normal entry for adapter 0, addr 0x2a [ 36.704004] i2c i2c-0: Transaction failed (0x10)! [ 36.708002] i2c i2c-0: found normal entry for adapter 0, addr 0x2b [ 36.720004] i2c i2c-0: Transaction failed (0x10)! [ 36.724007] i2c i2c-1: found normal entry for adapter 1, addr 0x19 [ 36.736004] i2c i2c-1: Transaction failed (0x10)! [ 36.740002] i2c i2c-1: found normal entry for adapter 1, addr 0x2a [ 36.752004] i2c i2c-1: Transaction failed (0x10)! [ 36.756002] i2c i2c-1: found normal entry for adapter 1, addr 0x2b [ 36.768004] i2c i2c-1: Transaction failed (0x10)! [ 36.772006] initcall sensors_lm95241_init+0x0/0x11 returned 0 after 101562 usecs [ 36.780003] calling ltc4215_init+0x0/0x11 @ 1 [ 36.784004] bus: 'i2c': add driver ltc4215 [ 36.788055] i2c-core: driver [ltc4215] registered [ 36.792005] initcall ltc4215_init+0x0/0x11 returned 0 after 7812 usecs [ 36.800003] calling sensors_max1619_init+0x0/0x11 @ 1 [ 36.804006] bus: 'i2c': add driver max1619 [ 36.808058] i2c-core: driver [max1619] registered [ 36.812005] i2c i2c-0: found normal entry for adapter 0, addr 0x18 [ 36.828004] i2c i2c-0: Transaction failed (0x10)! [ 36.832002] i2c i2c-0: found normal entry for adapter 0, addr 0x19 [ 36.844003] i2c i2c-0: Transaction failed (0x10)! [ 36.848002] i2c i2c-0: found normal entry for adapter 0, addr 0x1a [ 36.860003] i2c i2c-0: Transaction failed (0x10)! [ 36.864002] i2c i2c-0: found normal entry for adapter 0, addr 0x29 [ 36.876003] i2c i2c-0: Transaction failed (0x10)! [ 36.880002] i2c i2c-0: found normal entry for adapter 0, addr 0x2a [ 36.892003] i2c i2c-0: Transaction failed (0x10)! [ 36.896002] i2c i2c-0: found normal entry for adapter 0, addr 0x2b [ 36.908003] i2c i2c-0: Transaction failed (0x10)! [ 36.912002] i2c i2c-0: found normal entry for adapter 0, addr 0x4c [ 36.924003] i2c i2c-0: Transaction failed (0x10)! [ 36.928002] i2c i2c-0: found normal entry for adapter 0, addr 0x4d [ 36.940003] i2c i2c-0: Transaction failed (0x10)! [ 36.944002] i2c i2c-0: found normal entry for adapter 0, addr 0x4e [ 36.956003] i2c i2c-0: Transaction failed (0x10)! [ 36.960007] i2c i2c-1: found normal entry for adapter 1, addr 0x18 [ 36.972004] i2c i2c-1: Transaction failed (0x10)! [ 36.976002] i2c i2c-1: found normal entry for adapter 1, addr 0x19 [ 36.988003] i2c i2c-1: Transaction failed (0x10)! [ 36.992002] i2c i2c-1: found normal entry for adapter 1, addr 0x1a [ 37.004003] i2c i2c-1: Transaction failed (0x10)! [ 37.008002] i2c i2c-1: found normal entry for adapter 1, addr 0x29 [ 37.020003] i2c i2c-1: Transaction failed (0x10)! [ 37.024002] i2c i2c-1: found normal entry for adapter 1, addr 0x2a [ 37.036003] i2c i2c-1: Transaction failed (0x10)! [ 37.040002] i2c i2c-1: found normal entry for adapter 1, addr 0x2b [ 37.052004] i2c i2c-1: Transaction failed (0x10)! [ 37.056003] i2c i2c-1: found normal entry for adapter 1, addr 0x4c [ 37.068004] i2c i2c-1: Transaction failed (0x10)! [ 37.072002] i2c i2c-1: found normal entry for adapter 1, addr 0x4d [ 37.084003] i2c i2c-1: Transaction failed (0x10)! [ 37.088002] i2c i2c-1: found normal entry for adapter 1, addr 0x4e [ 37.100003] i2c i2c-1: Transaction failed (0x10)! [ 37.104006] initcall sensors_max1619_init+0x0/0x11 returned 0 after 292968 usecs [ 37.112003] calling sensors_max6650_init+0x0/0x11 @ 1 [ 37.116004] bus: 'i2c': add driver max6650 [ 37.120055] i2c-core: driver [max6650] registered [ 37.124005] i2c i2c-0: found normal entry for adapter 0, addr 0x1b [ 37.140004] i2c i2c-0: Transaction failed (0x10)! [ 37.144002] i2c i2c-0: found normal entry for adapter 0, addr 0x1f [ 37.156003] i2c i2c-0: Transaction failed (0x10)! [ 37.160002] i2c i2c-0: found normal entry for adapter 0, addr 0x48 [ 37.172003] i2c i2c-0: Transaction failed (0x10)! [ 37.176002] i2c i2c-0: found normal entry for adapter 0, addr 0x4b [ 37.188003] i2c i2c-0: Transaction failed (0x10)! [ 37.192007] i2c i2c-1: found normal entry for adapter 1, addr 0x1b [ 37.204004] i2c i2c-1: Transaction failed (0x10)! [ 37.208002] i2c i2c-1: found normal entry for adapter 1, addr 0x1f [ 37.220003] i2c i2c-1: Transaction failed (0x10)! [ 37.224002] i2c i2c-1: found normal entry for adapter 1, addr 0x48 [ 37.236003] i2c i2c-1: Transaction failed (0x10)! [ 37.240002] i2c i2c-1: found normal entry for adapter 1, addr 0x4b [ 37.252003] i2c i2c-1: Transaction failed (0x10)! [ 37.256006] initcall sensors_max6650_init+0x0/0x11 returned 0 after 136718 usecs [ 37.264003] calling pc87360_init+0x0/0x13c @ 1 [ 37.268015] pc87360: PC8736x not detected, module not inserted. [ 37.272003] initcall pc87360_init+0x0/0x13c returned -19 after 3906 usecs [ 37.280003] calling pcf8591_init+0x0/0x32 @ 1 [ 37.284004] bus: 'i2c': add driver pcf8591 [ 37.288055] i2c-core: driver [pcf8591] registered [ 37.292005] i2c i2c-0: found normal entry for adapter 0, addr 0x48 [ 37.308004] i2c i2c-0: Transaction failed (0x10)! [ 37.312002] i2c i2c-0: found normal entry for adapter 0, addr 0x49 [ 37.324004] i2c i2c-0: Transaction failed (0x10)! [ 37.328002] i2c i2c-0: found normal entry for adapter 0, addr 0x4a [ 37.340003] i2c i2c-0: Transaction failed (0x10)! [ 37.344002] i2c i2c-0: found normal entry for adapter 0, addr 0x4b [ 37.356003] i2c i2c-0: Transaction failed (0x10)! [ 37.360002] i2c i2c-0: found normal entry for adapter 0, addr 0x4c [ 37.372003] i2c i2c-0: Transaction failed (0x10)! [ 37.376002] i2c i2c-0: found normal entry for adapter 0, addr 0x4d [ 37.388003] i2c i2c-0: Transaction failed (0x10)! [ 37.392002] i2c i2c-0: found normal entry for adapter 0, addr 0x4e [ 37.404003] i2c i2c-0: Transaction failed (0x10)! [ 37.408002] i2c i2c-0: found normal entry for adapter 0, addr 0x4f [ 37.420003] i2c i2c-0: Transaction failed (0x10)! [ 37.424007] i2c i2c-1: found normal entry for adapter 1, addr 0x48 [ 37.436004] i2c i2c-1: Transaction failed (0x10)! [ 37.440002] i2c i2c-1: found normal entry for adapter 1, addr 0x49 [ 37.452003] i2c i2c-1: Transaction failed (0x10)! [ 37.456002] i2c i2c-1: found normal entry for adapter 1, addr 0x4a [ 37.468003] i2c i2c-1: Transaction failed (0x10)! [ 37.472002] i2c i2c-1: found normal entry for adapter 1, addr 0x4b [ 37.484003] i2c i2c-1: Transaction failed (0x10)! [ 37.488002] i2c i2c-1: found normal entry for adapter 1, addr 0x4c [ 37.500003] i2c i2c-1: Transaction failed (0x10)! [ 37.504002] i2c i2c-1: found normal entry for adapter 1, addr 0x4d [ 37.516003] i2c i2c-1: Transaction failed (0x10)! [ 37.520002] i2c i2c-1: found normal entry for adapter 1, addr 0x4e [ 37.532003] i2c i2c-1: Transaction failed (0x10)! [ 37.536002] i2c i2c-1: found normal entry for adapter 1, addr 0x4f [ 37.548003] i2c i2c-1: Transaction failed (0x10)! [ 37.552006] initcall pcf8591_init+0x0/0x32 returned 0 after 261718 usecs [ 37.556003] calling sht15_init+0x0/0x4a @ 1 [ 37.560005] bus: 'platform': add driver sht10 [ 37.568071] bus: 'platform': add driver sht11 [ 37.572059] bus: 'platform': add driver sht15 [ 37.576058] bus: 'platform': add driver sht71 [ 37.580058] bus: 'platform': add driver sht75 [ 37.584058] initcall sht15_init+0x0/0x4a returned 0 after 23437 usecs [ 37.592003] calling sm_sis5595_init+0x0/0x16 @ 1 [ 37.596014] bus: 'pci': add driver sis5595 [ 37.600077] initcall sm_sis5595_init+0x0/0x16 returned 0 after 3906 usecs [ 37.604004] calling smsc47b397_init+0x0/0x147 @ 1 [ 37.612010] initcall smsc47b397_init+0x0/0x147 returned -19 after 0 usecs [ 37.616003] calling sm_smsc47m1_init+0x0/0x21f @ 1 [ 37.624010] initcall sm_smsc47m1_init+0x0/0x21f returned -19 after 0 usecs [ 37.628003] calling smsc47m192_init+0x0/0x11 @ 1 [ 37.636005] bus: 'i2c': add driver smsc47m192 [ 37.640055] i2c-core: driver [smsc47m192] registered [ 37.644005] i2c i2c-0: found normal entry for adapter 0, addr 0x2c [ 37.656004] i2c i2c-0: Transaction failed (0x10)! [ 37.660002] i2c i2c-0: found normal entry for adapter 0, addr 0x2d [ 37.668001] PPS event at 4294901713 [ 37.672004] i2c i2c-0: Transaction failed (0x10)! [ 37.676007] i2c i2c-1: found normal entry for adapter 1, addr 0x2c [ 37.688004] i2c i2c-1: Transaction failed (0x10)! [ 37.692002] i2c i2c-1: found normal entry for adapter 1, addr 0x2d [ 37.704004] i2c i2c-1: Transaction failed (0x10)! [ 37.708006] initcall smsc47m192_init+0x0/0x11 returned 0 after 70312 usecs [ 37.712003] calling amc6821_init+0x0/0x11 @ 1 [ 37.720004] bus: 'i2c': add driver amc6821 [ 37.724055] i2c-core: driver [amc6821] registered [ 37.728005] i2c i2c-0: found normal entry for adapter 0, addr 0x18 [ 37.740004] i2c i2c-0: Transaction failed (0x10)! [ 37.744002] i2c i2c-0: found normal entry for adapter 0, addr 0x19 [ 37.756004] i2c i2c-0: Transaction failed (0x10)! [ 37.760002] i2c i2c-0: found normal entry for adapter 0, addr 0x1a [ 37.772004] i2c i2c-0: Transaction failed (0x10)! [ 37.776002] i2c i2c-0: found normal entry for adapter 0, addr 0x2c [ 37.788004] i2c i2c-0: Transaction failed (0x10)! [ 37.792002] i2c i2c-0: found normal entry for adapter 0, addr 0x2d [ 37.804007] i2c i2c-0: Transaction failed (0x10)! [ 37.808002] i2c i2c-0: found normal entry for adapter 0, addr 0x2e [ 37.820004] i2c i2c-0: Transaction failed (0x10)! [ 37.824003] i2c i2c-0: found normal entry for adapter 0, addr 0x4c [ 37.836004] i2c i2c-0: Transaction failed (0x10)! [ 37.840002] i2c i2c-0: found normal entry for adapter 0, addr 0x4d [ 37.852004] i2c i2c-0: Transaction failed (0x10)! [ 37.856002] i2c i2c-0: found normal entry for adapter 0, addr 0x4e [ 37.868003] i2c i2c-0: Transaction failed (0x10)! [ 37.872007] i2c i2c-1: found normal entry for adapter 1, addr 0x18 [ 37.884004] i2c i2c-1: Transaction failed (0x10)! [ 37.888002] i2c i2c-1: found normal entry for adapter 1, addr 0x19 [ 37.900003] i2c i2c-1: Transaction failed (0x10)! [ 37.904002] i2c i2c-1: found normal entry for adapter 1, addr 0x1a [ 37.916004] i2c i2c-1: Transaction failed (0x10)! [ 37.920002] i2c i2c-1: found normal entry for adapter 1, addr 0x2c [ 37.932003] i2c i2c-1: Transaction failed (0x10)! [ 37.936002] i2c i2c-1: found normal entry for adapter 1, addr 0x2d [ 37.948003] i2c i2c-1: Transaction failed (0x10)! [ 37.952002] i2c i2c-1: found normal entry for adapter 1, addr 0x2e [ 37.964003] i2c i2c-1: Transaction failed (0x10)! [ 37.968002] i2c i2c-1: found normal entry for adapter 1, addr 0x4c [ 37.980003] i2c i2c-1: Transaction failed (0x10)! [ 37.984002] i2c i2c-1: found normal entry for adapter 1, addr 0x4d [ 37.996003] i2c i2c-1: Transaction failed (0x10)! [ 38.000002] i2c i2c-1: found normal entry for adapter 1, addr 0x4e [ 38.012003] i2c i2c-1: Transaction failed (0x10)! [ 38.016006] initcall amc6821_init+0x0/0x11 returned 0 after 289062 usecs [ 38.020003] calling tmp102_init+0x0/0x11 @ 1 [ 38.024004] bus: 'i2c': add driver tmp102 [ 38.028055] i2c-core: driver [tmp102] registered [ 38.036004] initcall tmp102_init+0x0/0x11 returned 0 after 11718 usecs [ 38.040003] calling via_cputemp_init+0x0/0x13f @ 1 [ 38.044002] via_cputemp: Not a VIA CPU [ 38.048003] initcall via_cputemp_init+0x0/0x13f returned -19 after 3906 usecs [ 38.056003] calling sm_vt8231_init+0x0/0x16 @ 1 [ 38.060014] bus: 'pci': add driver vt8231 [ 38.064075] initcall sm_vt8231_init+0x0/0x16 returned 0 after 3906 usecs [ 38.072004] calling sensors_w83l785ts_init+0x0/0x11 @ 1 [ 38.076005] bus: 'i2c': add driver w83l785ts [ 38.080057] i2c-core: driver [w83l785ts] registered [ 38.088005] i2c i2c-0: found normal entry for adapter 0, addr 0x2e [ 38.100004] i2c i2c-0: Transaction failed (0x10)! [ 38.104007] i2c i2c-1: found normal entry for adapter 1, addr 0x2e [ 38.116004] i2c i2c-1: Transaction failed (0x10)! [ 38.120006] initcall sensors_w83l785ts_init+0x0/0x11 returned 0 after 42968 usecs [ 38.128004] calling sensors_w83l786ng_init+0x0/0x11 @ 1 [ 38.132004] bus: 'i2c': add driver w83l786ng [ 38.136055] i2c-core: driver [w83l786ng] registered [ 38.140005] i2c i2c-0: found normal entry for adapter 0, addr 0x2e [ 38.156004] i2c i2c-0: Transaction failed (0x10)! [ 38.160002] i2c i2c-0: found normal entry for adapter 0, addr 0x2f [ 38.172003] i2c i2c-0: Transaction failed (0x10)! [ 38.176007] i2c i2c-1: found normal entry for adapter 1, addr 0x2e [ 38.188004] i2c i2c-1: Transaction failed (0x10)! [ 38.192002] i2c i2c-1: found normal entry for adapter 1, addr 0x2f [ 38.204003] i2c i2c-1: Transaction failed (0x10)! [ 38.208006] initcall sensors_w83l786ng_init+0x0/0x11 returned 0 after 74218 usecs [ 38.216003] calling wm831x_hwmon_init+0x0/0xf @ 1 [ 38.220006] bus: 'platform': add driver wm831x-hwmon [ 38.224059] initcall wm831x_hwmon_init+0x0/0xf returned 0 after 3906 usecs [ 38.232003] calling pcwd_init_module+0x0/0x14 @ 1 [ 38.236003] bus: 'isa': add driver pcwd [ 38.240063] device: 'pcwd.0': device_add [ 38.244008] bus: 'isa': add device pcwd.0 [ 38.248013] PM: Adding info for isa:pcwd.0 [ 38.252053] device: 'pcwd.0': device_unregister [ 38.256002] PM: Removing info for isa:pcwd.0 [ 38.260022] bus: 'isa': remove device pcwd.0 [ 38.264059] device: 'pcwd.1': device_add [ 38.268006] bus: 'isa': add device pcwd.1 [ 38.272011] PM: Adding info for isa:pcwd.1 [ 38.276051] device: 'pcwd.1': device_unregister [ 38.280002] PM: Removing info for isa:pcwd.1 [ 38.284020] bus: 'isa': remove device pcwd.1 [ 38.292039] device: 'pcwd.2': device_add [ 38.295957] bus: 'isa': add device pcwd.2 [ 38.300011] PM: Adding info for isa:pcwd.2 [ 38.304052] device: 'pcwd.2': device_unregister [ 38.308002] PM: Removing info for isa:pcwd.2 [ 38.312020] bus: 'isa': remove device pcwd.2 [ 38.316062] bus: 'isa': remove driver pcwd [ 38.320050] driver: 'pcwd': driver_release [ 38.324007] initcall pcwd_init_module+0x0/0x14 returned -19 after 85937 usecs [ 38.332003] calling mixcomwd_init+0x0/0xf7 @ 1 [ 38.336086] mixcomwd: No card detected, or port not available. [ 38.340004] initcall mixcomwd_init+0x0/0xf7 returned -19 after 3906 usecs [ 38.348003] calling wdtpci_init+0x0/0x16 @ 1 [ 38.352014] bus: 'pci': add driver wdt_pci [ 38.356068] initcall wdtpci_init+0x0/0x16 returned 0 after 3906 usecs [ 38.364003] calling usb_pcwd_init+0x0/0x3c @ 1 [ 38.368009] bus: 'usb': add driver pcwd_usb [ 38.372065] usbcore: registered new interface driver pcwd_usb [ 38.376002] pcwd_usb: Berkshire USB-PC Watchdog driver v1.02 [ 38.384004] initcall usb_pcwd_init+0x0/0x3c returned 0 after 15625 usecs [ 38.388003] calling acq_init+0x0/0x50 @ 1 [ 38.392002] WDT driver for Acquire single board computer initialising. [ 38.400006] bus: 'platform': add driver acquirewdt [ 38.404060] Registering platform device 'acquirewdt'. Parent at platform [ 38.412003] device: 'acquirewdt': device_add [ 38.416006] bus: 'platform': add device acquirewdt [ 38.420013] PM: Adding info for platform:acquirewdt [ 38.424058] bus: 'platform': driver_probe_device: matched device acquirewdt with driver acquirewdt [ 38.436002] bus: 'platform': really_probe: probing driver acquirewdt with device acquirewdt [ 38.444010] acquirewdt: I/O address 0x0043 already in use [ 38.448009] acquirewdt: probe of acquirewdt failed with error -5 [ 38.456004] initcall acq_init+0x0/0x50 returned 0 after 62500 usecs [ 38.460003] calling watchdog_init+0x0/0x146 @ 1 [ 38.464014] initcall watchdog_init+0x0/0x146 returned -19 after 0 usecs [ 38.472003] calling geodewdt_init+0x0/0x45 @ 1 [ 38.476005] bus: 'platform': add driver geodewdt [ 38.480060] Registering platform device 'geodewdt'. Parent at platform [ 38.488003] device: 'geodewdt': device_add [ 38.492015] bus: 'platform': add device geodewdt [ 38.496013] PM: Adding info for platform:geodewdt [ 38.500057] bus: 'platform': driver_probe_device: matched device geodewdt with driver geodewdt [ 38.512002] bus: 'platform': really_probe: probing driver geodewdt with device geodewdt [ 38.520006] geodewdt: No timers were available [ 38.524014] initcall geodewdt_init+0x0/0x45 returned 0 after 46875 usecs [ 38.528003] calling sc520_wdt_init+0x0/0xd0 @ 1 [ 38.532020] device: 'watchdog': device_add [ 38.540139] PM: Adding info for No Bus:watchdog [ 38.544053] sc520_wdt: WDT driver for SC520 initialised. timeout=30 sec (nowayout=1) [ 38.552005] initcall sc520_wdt_init+0x0/0xd0 returned 0 after 19531 usecs [ 38.556003] calling ibmasr_init+0x0/0x235 @ 1 [ 38.560004] initcall ibmasr_init+0x0/0x235 returned -19 after 0 usecs [ 38.568003] calling wafwdt_init+0x0/0x141 @ 1 [ 38.572002] WDT driver for Wafer 5823 single board computer initialising. [ 38.580005] Wafer 5823 WDT: cannot register miscdev on minor=130 (err=-16) [ 38.588009] initcall wafwdt_init+0x0/0x141 returned -16 after 15625 usecs [ 38.592006] initcall wafwdt_init+0x0/0x141 returned with error code -16 [ 38.600003] calling watchdog_init+0x0/0x16 @ 1 [ 38.604017] bus: 'pci': add driver i6300ESB timer [ 38.608078] initcall watchdog_init+0x0/0x16 returned 0 after 3906 usecs [ 38.616004] calling iTCO_wdt_init_module+0x0/0x56 @ 1 [ 38.620002] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06 [ 38.628006] bus: 'platform': add driver iTCO_wdt [ 38.632065] Registering platform device 'iTCO_wdt'. Parent at platform [ 38.636003] device: 'iTCO_wdt': device_add [ 38.640006] bus: 'platform': add device iTCO_wdt [ 38.648013] PM: Adding info for platform:iTCO_wdt [ 38.652064] bus: 'platform': driver_probe_device: matched device iTCO_wdt with driver iTCO_wdt [ 38.660002] bus: 'platform': really_probe: probing driver iTCO_wdt with device iTCO_wdt [ 38.668002] PPS event at 4294901963 [ 38.672094] iTCO_wdt: No card detected [ 38.676011] initcall iTCO_wdt_init_module+0x0/0x56 returned 0 after 54687 usecs [ 38.684003] calling iTCO_vendor_init_module+0x0/0x17 @ 1 [ 38.688002] iTCO_vendor_support: vendor-support=0 [ 38.692004] initcall iTCO_vendor_init_module+0x0/0x17 returned 0 after 3906 usecs [ 38.700003] calling it87_wdt_init+0x0/0x460 @ 1 [ 38.704021] IT87 WDT: Unsupported Chip found, Chip 8712 Revision 07 [ 38.712004] initcall it87_wdt_init+0x0/0x460 returned -19 after 7812 usecs [ 38.716003] calling hpwdt_init+0x0/0x16 @ 1 [ 38.724014] bus: 'pci': add driver hpwdt [ 38.727931] initcall hpwdt_init+0x0/0x16 returned 0 after 3906 usecs [ 38.732003] calling scx200_wdt_init+0x0/0xd9 @ 1 [ 38.736002] scx200_wdt: NatSemi SCx200 Watchdog Driver [ 38.744004] initcall scx200_wdt_init+0x0/0xd9 returned -19 after 7812 usecs [ 38.748003] calling sbc60xxwdt_init+0x0/0x15a @ 1 [ 38.752004] sbc60xxwdt: cannot register miscdev on minor=130 (err=-16) [ 38.760006] initcall sbc60xxwdt_init+0x0/0x15a returned -16 after 7812 usecs [ 38.768004] initcall sbc60xxwdt_init+0x0/0x15a returned with error code -16 [ 38.776003] calling sbc7240_wdt_init+0x0/0xf6 @ 1 [ 38.780003] sbc7240_wdt: timeout set to 30 seconds [ 38.784003] sbc7240_wdt: cannot register miscdev on minor=130 (err=-16) [ 38.792006] initcall sbc7240_wdt_init+0x0/0xf6 returned -16 after 11718 usecs [ 38.796004] initcall sbc7240_wdt_init+0x0/0xf6 returned with error code -16 [ 38.804008] calling sch311x_wdt_init+0x0/0x12b @ 1 [ 38.808022] initcall sch311x_wdt_init+0x0/0x12b returned -19 after 0 usecs [ 38.816003] calling wb_smsc_wdt_init+0x0/0x184 @ 1 [ 38.820003] SMsC 37B787 watchdog component driver 1.1 initialising... [ 38.829023] smsc37b787_wdt: Unable to register miscdev on minor 130 [ 38.832011] initcall wb_smsc_wdt_init+0x0/0x184 returned -16 after 11718 usecs [ 38.836004] initcall wb_smsc_wdt_init+0x0/0x184 returned with error code -16 [ 38.840004] calling wdt_init+0x0/0x1b5 @ 1 [ 38.844003] WDT driver for the Winbond(TM) W83627HF/THF/HG Super I/O chip initialising. [ 38.848020] w83627hf/thf/hg WDT: Watchdog already running. Resetting timeout to 60 sec [ 38.852016] w83627hf/thf/hg WDT: cannot register miscdev on minor=130 (err=-16) [ 38.856007] initcall wdt_init+0x0/0x1b5 returned -16 after 11718 usecs [ 38.860003] initcall wdt_init+0x0/0x1b5 returned with error code -16 [ 38.864004] calling w83977f_wdt_init+0x0/0x126 @ 1 [ 38.868002] W83977F WDT: W83977F WDT driver, v1.00 [ 38.872004] W83977F WDT: cannot register miscdev on minor=130 (err=-16) [ 38.876006] initcall w83977f_wdt_init+0x0/0x126 returned -16 after 7812 usecs [ 38.880004] initcall w83977f_wdt_init+0x0/0x126 returned with error code -16 [ 38.884003] calling zf_init+0x0/0x142 @ 1 [ 38.888002] machzwd: MachZ ZF-Logic Watchdog driver initializing. [ 38.892004] machzwd: no ZF-Logic found [ 38.896004] initcall zf_init+0x0/0x142 returned -19 after 7812 usecs [ 38.900003] calling watchdog_init+0x0/0xa0 @ 1 [ 38.904004] epx_c3: cannot register miscdev on minor=130 (err=-16) [ 38.908006] initcall watchdog_init+0x0/0xa0 returned -16 after 3906 usecs [ 38.912004] initcall watchdog_init+0x0/0xa0 returned with error code -16 [ 38.916004] calling wm831x_wdt_init+0x0/0xf @ 1 [ 38.920010] bus: 'platform': add driver wm831x-watchdog [ 38.924078] initcall wm831x_wdt_init+0x0/0xf returned 0 after 3906 usecs [ 38.928005] calling watchdog_init+0x0/0xa0 @ 1 [ 38.932003] SoftDog: cannot register miscdev on minor=130 (err=-16) [ 38.936004] initcall watchdog_init+0x0/0xa0 returned -16 after 3906 usecs [ 38.940004] initcall watchdog_init+0x0/0xa0 returned with error code -16 [ 38.944003] calling linear_init+0x0/0xf @ 1 [ 38.948002] md: linear personality registered for level -1 [ 38.952004] initcall linear_init+0x0/0xf returned 0 after 3906 usecs [ 38.956004] calling raid0_init+0x0/0xf @ 1 [ 38.960002] md: raid0 personality registered for level 0 [ 38.964004] initcall raid0_init+0x0/0xf returned 0 after 3906 usecs [ 38.968004] calling raid_init+0x0/0xf @ 1 [ 38.972002] md: raid1 personality registered for level 1 [ 38.976004] initcall raid_init+0x0/0xf returned 0 after 3906 usecs [ 38.980003] calling raid_init+0x0/0xf @ 1 [ 38.984002] md: raid10 personality registered for level 10 [ 38.988004] initcall raid_init+0x0/0xf returned 0 after 3906 usecs [ 38.992003] calling raid5_init+0x0/0x25 @ 1 [ 38.996002] md: raid6 personality registered for level 6 [ 39.000003] md: raid5 personality registered for level 5 [ 39.004002] md: raid4 personality registered for level 4 [ 39.008004] initcall raid5_init+0x0/0x25 returned 0 after 11718 usecs [ 39.012004] calling multipath_init+0x0/0xf @ 1 [ 39.016002] md: multipath personality registered for level -4 [ 39.020004] initcall multipath_init+0x0/0xf returned 0 after 3906 usecs [ 39.024004] calling raid_init+0x0/0xf @ 1 [ 39.028002] md: faulty personality registered for level -5 [ 39.032003] initcall raid_init+0x0/0xf returned 0 after 3906 usecs [ 39.036004] calling vhci_init+0x0/0x1e @ 1 [ 39.040002] Bluetooth: Virtual HCI driver ver 1.3 [ 39.044008] device: 'vhci': device_add [ 39.048177] PM: Adding info for No Bus:vhci [ 39.052056] initcall vhci_init+0x0/0x1e returned 0 after 11718 usecs [ 39.056003] calling bcm203x_init+0x0/0x44 @ 1 [ 39.060003] Bluetooth: Broadcom Blutonium firmware driver ver 1.2 [ 39.064011] bus: 'usb': add driver bcm203x [ 39.068068] usbcore: registered new interface driver bcm203x [ 39.072005] initcall bcm203x_init+0x0/0x44 returned 0 after 11718 usecs [ 39.076003] calling bpa10x_init+0x0/0x25 @ 1 [ 39.080002] Bluetooth: Digianswer Bluetooth USB driver ver 0.10 [ 39.084007] bus: 'usb': add driver bpa10x [ 39.088059] usbcore: registered new interface driver bpa10x [ 39.092004] initcall bpa10x_init+0x0/0x25 returned 0 after 11718 usecs [ 39.096004] calling bfusb_init+0x0/0x44 @ 1 [ 39.100002] Bluetooth: BlueFRITZ! USB driver ver 1.2 [ 39.104006] bus: 'usb': add driver bfusb [ 39.108059] usbcore: registered new interface driver bfusb [ 39.112004] initcall bfusb_init+0x0/0x44 returned 0 after 11718 usecs [ 39.116003] calling btusb_init+0x0/0x25 @ 1 [ 39.120002] Bluetooth: Generic Bluetooth USB driver ver 0.6 [ 39.124006] bus: 'usb': add driver btusb [ 39.128059] usbcore: registered new interface driver btusb [ 39.132004] initcall btusb_init+0x0/0x25 returned 0 after 11718 usecs [ 39.136003] calling kcapi_init+0x0/0x26 @ 1 [ 39.140072] initcall kcapi_init+0x0/0x26 returned 0 after 0 usecs [ 39.144005] calling capi_init+0x0/0x22f @ 1 [ 39.148009] device class 'capi': registering [ 39.152066] device: 'capi': device_add [ 39.156110] PM: Adding info for No Bus:capi [ 39.160070] CAPI 2.0 started up with major 68 (middleware+capifs) [ 39.164005] initcall capi_init+0x0/0x22f returned 0 after 15625 usecs [ 39.168005] calling capifs_init+0x0/0xf @ 1 [ 39.172013] initcall capifs_init+0x0/0xf returned 0 after 0 usecs [ 39.176004] calling gigaset_init_module+0x0/0x29 @ 1 [ 39.180002] gigaset: Driver for Gigaset 307x (debug build) [ 39.184002] gigaset: Kernel CAPI interface [ 39.188004] initcall gigaset_init_module+0x0/0x29 returned 0 after 7812 usecs [ 39.192004] calling usb_gigaset_init+0x0/0x81 @ 1 [ 39.196033] bus: 'usb': add driver usb_gigaset [ 39.200065] usbcore: registered new interface driver usb_gigaset [ 39.204002] usb_gigaset: USB Driver for Gigaset 307x using M105 [ 39.208004] initcall usb_gigaset_init+0x0/0x81 returned 0 after 11718 usecs [ 39.212003] calling cpufreq_stats_init+0x0/0xa8 @ 1 [ 39.216008] initcall cpufreq_stats_init+0x0/0xa8 returned 0 after 0 usecs [ 39.220003] calling cpufreq_gov_powersave_init+0x0/0xf @ 1 [ 39.224005] initcall cpufreq_gov_powersave_init+0x0/0xf returned 0 after 0 usecs [ 39.228004] calling cpufreq_gov_userspace_init+0x0/0xf @ 1 [ 39.232004] initcall cpufreq_gov_userspace_init+0x0/0xf returned 0 after 0 usecs [ 39.236003] calling init_ladder+0x0/0xf @ 1 [ 39.240004] cpuidle: using governor ladder [ 39.244004] initcall init_ladder+0x0/0xf returned 0 after 3906 usecs [ 39.248004] calling init_menu+0x0/0xf @ 1 [ 39.252002] cpuidle: using governor menu [ 39.256004] initcall init_menu+0x0/0xf returned 0 after 3906 usecs [ 39.260003] calling memstick_init+0x0/0x6f @ 1 [ 39.264087] bus: 'memstick': registered [ 39.268003] device class 'memstick_host': registering [ 39.272063] initcall memstick_init+0x0/0x6f returned 0 after 7812 usecs [ 39.280004] calling mspro_block_init+0x0/0x63 @ 1 [ 39.284004] bus: 'memstick': add driver mspro_block [ 39.288056] initcall mspro_block_init+0x0/0x63 returned 0 after 3906 usecs [ 39.296003] calling tifm_ms_init+0x0/0xf @ 1 [ 39.300003] bus: 'tifm': add driver tifm_ms [ 39.304056] initcall tifm_ms_init+0x0/0xf returned 0 after 3906 usecs [ 39.312003] calling jmb38x_ms_init+0x0/0x16 @ 1 [ 39.316015] bus: 'pci': add driver jmb38x_ms [ 39.320066] initcall jmb38x_ms_init+0x0/0x16 returned 0 after 3906 usecs [ 39.328004] calling bd2802_init+0x0/0x11 @ 1 [ 39.332007] bus: 'i2c': add driver BD2802 [ 39.336072] i2c-core: driver [BD2802] registered [ 39.340005] initcall bd2802_init+0x0/0x11 returned 0 after 7812 usecs [ 39.348003] calling pca9532_init+0x0/0x11 @ 1 [ 39.352005] bus: 'i2c': add driver pca9532 [ 39.356054] i2c-core: driver [pca9532] registered [ 39.360004] initcall pca9532_init+0x0/0x11 returned 0 after 7812 usecs [ 39.368003] calling lp3944_module_init+0x0/0x11 @ 1 [ 39.372004] bus: 'i2c': add driver lp3944 [ 39.376054] i2c-core: driver [lp3944] registered [ 39.380004] initcall lp3944_module_init+0x0/0x11 returned 0 after 7812 usecs [ 39.388003] calling regulator_led_init+0x0/0xf @ 1 [ 39.392006] bus: 'platform': add driver leds-regulator [ 39.396062] initcall regulator_led_init+0x0/0xf returned 0 after 3906 usecs [ 39.404003] calling timer_trig_init+0x0/0xf @ 1 [ 39.408004] initcall timer_trig_init+0x0/0xf returned 0 after 0 usecs [ 39.416003] calling heartbeat_trig_init+0x0/0xf @ 1 [ 39.420003] initcall heartbeat_trig_init+0x0/0xf returned 0 after 0 usecs [ 39.428002] calling bl_trig_init+0x0/0xf @ 1 [ 39.432003] initcall bl_trig_init+0x0/0xf returned 0 after 0 usecs [ 39.436003] calling gpio_trig_init+0x0/0xf @ 1 [ 39.440003] initcall gpio_trig_init+0x0/0xf returned 0 after 0 usecs [ 39.448002] calling defon_trig_init+0x0/0xf @ 1 [ 39.452003] initcall defon_trig_init+0x0/0xf returned 0 after 0 usecs [ 39.460002] calling ib_core_init+0x0/0x3a @ 1 [ 39.464002] device class 'infiniband': registering [ 39.468054] initcall ib_core_init+0x0/0x3a returned 0 after 3906 usecs [ 39.476003] calling ib_mad_init_module+0x0/0xbf @ 1 [ 39.480185] initcall ib_mad_init_module+0x0/0xbf returned 0 after 0 usecs [ 39.488003] calling ib_sa_init+0x0/0x57 @ 1 [ 39.492060] initcall ib_sa_init+0x0/0x57 returned 0 after 0 usecs [ 39.496003] calling ib_cm_init+0x0/0x156 @ 1 [ 39.500030] device class 'infiniband_cm': registering [ 39.504070] initcall ib_cm_init+0x0/0x156 returned 0 after 3906 usecs [ 39.508003] calling iw_cm_init+0x0/0x2c @ 1 [ 39.512049] initcall iw_cm_init+0x0/0x2c returned 0 after 0 usecs [ 39.520004] calling addr_init+0x0/0x3b @ 1 [ 39.524042] initcall addr_init+0x0/0x3b returned 0 after 0 usecs [ 39.528005] calling cma_init+0x0/0x89 @ 1 [ 39.532042] initcall cma_init+0x0/0x89 returned 0 after 0 usecs [ 39.536003] calling ib_umad_init+0x0/0xa9 @ 1 [ 39.540005] device class 'infiniband_mad': registering [ 39.544060] initcall ib_umad_init+0x0/0xa9 returned 0 after 3906 usecs [ 39.552003] calling ib_uverbs_init+0x0/0xa9 @ 1 [ 39.556004] device class 'infiniband_verbs': registering [ 39.564064] initcall ib_uverbs_init+0x0/0xa9 returned 0 after 7812 usecs [ 39.568003] calling ib_ucm_init+0x0/0x8d @ 1 [ 39.572014] initcall ib_ucm_init+0x0/0x8d returned 0 after 0 usecs [ 39.580003] calling ucma_init+0x0/0x45 @ 1 [ 39.584008] device: 'rdma_cm': device_add [ 39.588174] PM: Adding info for No Bus:rdma_cm [ 39.592056] initcall ucma_init+0x0/0x45 returned 0 after 7812 usecs [ 39.600003] calling iwch_init_module+0x0/0x33 @ 1 [ 39.605299] initcall iwch_init_module+0x0/0x33 returned 0 after 0 usecs [ 39.608004] calling c4iw_init_module+0x0/0x42 @ 1 [ 39.612052] initcall c4iw_init_module+0x0/0x42 returned 0 after 0 usecs [ 39.620003] calling mlx4_ib_init+0x0/0xf @ 1 [ 39.624003] initcall mlx4_ib_init+0x0/0xf returned 0 after 0 usecs [ 39.628003] calling ipoib_init_module+0x0/0xf3 @ 1 [ 39.636079] initcall ipoib_init_module+0x0/0xf3 returned 0 after 0 usecs [ 39.640003] calling dcdbas_init+0x0/0x53 @ 1 [ 39.644009] bus: 'platform': add driver dcdbas [ 39.652019] Registering platform device 'dcdbas'. Parent at platform [ 39.656003] device: 'dcdbas': device_add [ 39.660009] bus: 'platform': add device dcdbas [ 39.664015] PM: Adding info for platform:dcdbas [ 39.668074] bus: 'platform': driver_probe_device: matched device dcdbas with driver dcdbas [ 39.672003] bus: 'platform': really_probe: probing driver dcdbas with device dcdbas [ 39.672003] PPS event at 4294902214 [ 39.676018] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) [ 39.680002] driver: 'dcdbas': driver_bound: bound to device 'dcdbas' [ 39.684003] bus: 'platform': really_probe: bound device dcdbas to driver dcdbas [ 39.692006] initcall dcdbas_init+0x0/0x53 returned 0 after 46875 usecs [ 39.696003] calling padlock_init+0x0/0xc4 @ 1 [ 39.700002] padlock: VIA PadLock not detected. [ 39.704003] initcall padlock_init+0x0/0xc4 returned -19 after 3906 usecs [ 39.708003] calling padlock_init+0x0/0x6e @ 1 [ 39.712002] padlock: VIA PadLock Hash Engine not detected. [ 39.716003] initcall padlock_init+0x0/0x6e returned -19 after 3906 usecs [ 39.720003] calling hifn_init+0x0/0x98 @ 1 [ 39.724018] bus: 'pci': add driver hifn795x [ 39.728085] Driver for HIFN 795x crypto accelerator chip has been successfully registered. [ 39.732004] initcall hifn_init+0x0/0x98 returned 0 after 7812 usecs [ 39.736003] calling init_hrt_clocksource+0x0/0x134 @ 1 [ 39.740003] initcall init_hrt_clocksource+0x0/0x134 returned -19 after 0 usecs [ 39.744004] calling cs5535_mfgpt_init+0x0/0x174 @ 1 [ 39.748003] cs5535-clockevt: Could not allocate MFPGT timer [ 39.752003] initcall cs5535_mfgpt_init+0x0/0x174 returned -19 after 3906 usecs [ 39.756003] calling hid_init+0x0/0x58 @ 1 [ 39.760072] bus: 'hid': registered [ 39.763476] device class 'hidraw': registering [ 39.768042] initcall hid_init+0x0/0x58 returned 0 after 7812 usecs [ 39.772004] calling mmm_init+0x0/0x16 @ 1 [ 39.776002] bus: 'hid': add driver 3m-pct [ 39.780057] initcall mmm_init+0x0/0x16 returned 0 after 3906 usecs [ 39.784003] calling a4_init+0x0/0x16 @ 1 [ 39.788002] bus: 'hid': add driver a4tech [ 39.792056] initcall a4_init+0x0/0x16 returned 0 after 3906 usecs [ 39.796003] calling apple_init+0x0/0x2d @ 1 [ 39.800002] bus: 'hid': add driver apple [ 39.804056] initcall apple_init+0x0/0x2d returned 0 after 3906 usecs [ 39.808003] calling ch_init+0x0/0x16 @ 1 [ 39.812003] bus: 'hid': add driver chicony [ 39.816066] initcall ch_init+0x0/0x16 returned 0 after 3906 usecs [ 39.820003] calling cp_init+0x0/0x16 @ 1 [ 39.824002] bus: 'hid': add driver cypress [ 39.828056] initcall cp_init+0x0/0x16 returned 0 after 3906 usecs [ 39.832003] calling dr_init+0x0/0x16 @ 1 [ 39.836002] bus: 'hid': add driver dragonrise [ 39.840056] initcall dr_init+0x0/0x16 returned 0 after 3906 usecs [ 39.844003] calling egalax_init+0x0/0x16 @ 1 [ 39.848002] bus: 'hid': add driver egalax-touch [ 39.852057] initcall egalax_init+0x0/0x16 returned 0 after 3906 usecs [ 39.856003] calling ez_init+0x0/0x16 @ 1 [ 39.860002] bus: 'hid': add driver ezkey [ 39.864076] initcall ez_init+0x0/0x16 returned 0 after 3906 usecs [ 39.868003] calling gyration_init+0x0/0x16 @ 1 [ 39.872002] bus: 'hid': add driver gyration [ 39.876057] initcall gyration_init+0x0/0x16 returned 0 after 3906 usecs [ 39.880003] calling kye_init+0x0/0x16 @ 1 [ 39.884002] bus: 'hid': add driver kye [ 39.888056] initcall kye_init+0x0/0x16 returned 0 after 3906 usecs [ 39.892003] calling lg_init+0x0/0x16 @ 1 [ 39.896002] bus: 'hid': add driver logitech [ 39.900056] initcall lg_init+0x0/0x16 returned 0 after 3906 usecs [ 39.904003] calling magicmouse_init+0x0/0x2d @ 1 [ 39.908002] bus: 'hid': add driver magicmouse [ 39.912056] initcall magicmouse_init+0x0/0x2d returned 0 after 3906 usecs [ 39.916003] calling mr_init+0x0/0x16 @ 1 [ 39.920002] bus: 'hid': add driver monterey [ 39.924056] initcall mr_init+0x0/0x16 returned 0 after 3906 usecs [ 39.928003] calling mosart_init+0x0/0x16 @ 1 [ 39.932003] bus: 'hid': add driver mosart [ 39.936056] initcall mosart_init+0x0/0x16 returned 0 after 3906 usecs [ 39.940003] calling ntrig_init+0x0/0x16 @ 1 [ 39.944002] bus: 'hid': add driver ntrig [ 39.948056] initcall ntrig_init+0x0/0x16 returned 0 after 3906 usecs [ 39.952003] calling ortek_init+0x0/0x16 @ 1 [ 39.956002] bus: 'hid': add driver ortek [ 39.960066] initcall ortek_init+0x0/0x16 returned 0 after 3906 usecs [ 39.964003] calling quanta_init+0x0/0x16 @ 1 [ 39.968002] bus: 'hid': add driver quanta-touch [ 39.972069] initcall quanta_init+0x0/0x16 returned 0 after 3906 usecs [ 39.976003] calling pl_init+0x0/0x16 @ 1 [ 39.980002] bus: 'hid': add driver pantherlord [ 39.984056] initcall pl_init+0x0/0x16 returned 0 after 3906 usecs [ 39.988003] calling pl_init+0x0/0x16 @ 1 [ 39.992002] bus: 'hid': add driver petalynx [ 39.996056] initcall pl_init+0x0/0x16 returned 0 after 3906 usecs [ 40.000003] calling picolcd_init+0x0/0x16 @ 1 [ 40.004003] bus: 'hid': add driver hid-picolcd [ 40.008056] initcall picolcd_init+0x0/0x16 returned 0 after 3906 usecs [ 40.012004] calling roccat_init+0x0/0x92 @ 1 [ 40.016004] device class 'roccat': registering [ 40.020056] initcall roccat_init+0x0/0x92 returned 0 after 3906 usecs [ 40.024003] calling kone_init+0x0/0x16 @ 1 [ 40.028002] bus: 'hid': add driver kone [ 40.032057] initcall kone_init+0x0/0x16 returned 0 after 3906 usecs [ 40.036003] calling samsung_init+0x0/0x16 @ 1 [ 40.040002] bus: 'hid': add driver samsung [ 40.044056] initcall samsung_init+0x0/0x16 returned 0 after 3906 usecs [ 40.048003] calling sjoy_init+0x0/0x16 @ 1 [ 40.052003] bus: 'hid': add driver smartjoyplus [ 40.056057] initcall sjoy_init+0x0/0x16 returned 0 after 3906 usecs [ 40.060003] calling sony_init+0x0/0x16 @ 1 [ 40.064002] bus: 'hid': add driver sony [ 40.068074] initcall sony_init+0x0/0x16 returned 0 after 3906 usecs [ 40.072003] calling stantum_init+0x0/0x16 @ 1 [ 40.076002] bus: 'hid': add driver stantum [ 40.080058] initcall stantum_init+0x0/0x16 returned 0 after 3906 usecs [ 40.084003] calling sp_init+0x0/0x16 @ 1 [ 40.088002] bus: 'hid': add driver sunplus [ 40.092057] initcall sp_init+0x0/0x16 returned 0 after 3906 usecs [ 40.096003] calling ga_init+0x0/0x16 @ 1 [ 40.100002] bus: 'hid': add driver greenasia [ 40.104056] initcall ga_init+0x0/0x16 returned 0 after 3906 usecs [ 40.108003] calling ts_init+0x0/0x16 @ 1 [ 40.112002] bus: 'hid': add driver topseed [ 40.116056] initcall ts_init+0x0/0x16 returned 0 after 3906 usecs [ 40.120003] calling twinhan_init+0x0/0x16 @ 1 [ 40.124002] bus: 'hid': add driver twinhan [ 40.128056] initcall twinhan_init+0x0/0x16 returned 0 after 3906 usecs [ 40.132003] calling zp_init+0x0/0x16 @ 1 [ 40.136002] bus: 'hid': add driver zeroplus [ 40.140056] initcall zp_init+0x0/0x16 returned 0 after 3906 usecs [ 40.144003] calling wacom_init+0x0/0x2d @ 1 [ 40.148002] bus: 'hid': add driver wacom [ 40.152056] initcall wacom_init+0x0/0x2d returned 0 after 3906 usecs [ 40.156003] calling hid_init+0x0/0x9a @ 1 [ 40.160043] bus: 'hid': add driver generic-usb [ 40.164074] bus: 'usb': add driver usbhid [ 40.168067] usbcore: registered new interface driver usbhid [ 40.172001] usbhid: USB HID core driver [ 40.176004] initcall hid_init+0x0/0x9a returned 0 after 15625 usecs [ 40.184003] calling dell_init+0x0/0x3c9 @ 1 [ 40.188004] initcall dell_init+0x0/0x3c9 returned -19 after 0 usecs [ 40.192003] calling oss_init+0x0/0x110 @ 1 [ 40.196008] device: 'sequencer': device_add [ 40.200159] PM: Adding info for No Bus:sequencer [ 40.208057] device: 'sequencer2': device_add [ 40.212074] PM: Adding info for No Bus:sequencer2 [ 40.216054] device: 'dspW': device_add [ 40.220084] PM: Adding info for No Bus:dspW [ 40.224055] device: 'audio': device_add [ 40.228077] PM: Adding info for No Bus:audio [ 40.232052] initcall oss_init+0x0/0x110 returned 0 after 35156 usecs [ 40.236003] calling init_ad1848+0x0/0x1f9 @ 1 [ 40.244002] ad1848/cs4248 codec driver Copyright (C) by Hannu Savolainen 1993-1996 [ 40.248002] ad1848: No ISAPnP cards found, trying standard ones... [ 40.256003] initcall init_ad1848+0x0/0x1f9 returned 0 after 11718 usecs [ 40.264003] calling init_pas2+0x0/0x430 @ 1 [ 40.268002] Pro Audio Spectrum driver Copyright (C) by Hannu Savolainen 1993-1996 [ 40.276001] I/O, IRQ, DMA and type are mandatory [ 40.280003] initcall init_pas2+0x0/0x430 returned -22 after 11718 usecs [ 40.284003] initcall init_pas2+0x0/0x430 returned with error code -22 [ 40.292003] calling sb_init+0x0/0x1c5 @ 1 [ 40.296002] sb: Init: Starting Probe... [ 40.300004] bus: 'pnp': add driver OSS SndBlstr [ 40.304055] sb: Init: Done [ 40.308012] bus: 'pnp': remove driver OSS SndBlstr [ 40.312049] driver: 'OSS SndBlstr': driver_release [ 40.316007] initcall sb_init+0x0/0x1c5 returned -19 after 19531 usecs [ 40.324003] calling init_uart401+0x0/0x45 @ 1 [ 40.328003] initcall init_uart401+0x0/0x45 returned 0 after 0 usecs [ 40.336003] calling init_opl3+0x0/0x522 @ 1 [ 40.340002] YM3812 and OPL-3 driver Copyright (C) by Hannu Savolainen, Rob Hooft 1993-1996 [ 40.348003] initcall init_opl3+0x0/0x522 returned 0 after 7812 usecs [ 40.352003] calling init_vmidi+0x0/0x2cb @ 1 [ 40.356001] MIDI Loopback device driver [ 40.360007] device: 'midi': device_add [ 40.364075] PM: Adding info for No Bus:midi [ 40.368093] device: 'midi1': device_add [ 40.372078] PM: Adding info for No Bus:midi1 [ 40.376071] initcall init_vmidi+0x0/0x2cb returned 0 after 19531 usecs [ 40.384004] calling oprofile_init+0x0/0x4c @ 1 [ 40.388003] Registering sysdev class 'oprofile' [ 40.392062] Registering sys device of class 'oprofile' [ 40.400005] Registering sys device 'oprofile0' [ 40.404045] oprofile: using NMI interrupt. [ 40.408013] initcall oprofile_init+0x0/0x4c returned 0 after 19531 usecs [ 40.412006] calling flow_cache_init_global+0x0/0x159 @ 1 [ 40.420204] initcall flow_cache_init_global+0x0/0x159 returned 0 after 0 usecs [ 40.428004] calling pg_init+0x0/0x2d0 @ 1 [ 40.432002] pktgen 2.73: Packet Generator for packet performance testing. [ 40.436044] initcall pg_init+0x0/0x2d0 returned 0 after 3906 usecs [ 40.440005] calling llc_init+0x0/0x1b @ 1 [ 40.444004] initcall llc_init+0x0/0x1b returned 0 after 0 usecs [ 40.448003] calling snap_init+0x0/0x31 @ 1 [ 40.452010] initcall snap_init+0x0/0x31 returned 0 after 0 usecs [ 40.456003] calling rif_init+0x0/0x5b @ 1 [ 40.460013] initcall rif_init+0x0/0x5b returned 0 after 0 usecs [ 40.464004] calling nfnetlink_init+0x0/0x1e @ 1 [ 40.468002] Netfilter messages via NETLINK v0.30. [ 40.472020] initcall nfnetlink_init+0x0/0x1e returned 0 after 3906 usecs [ 40.476004] calling nfnetlink_log_init+0x0/0xb3 @ 1 [ 40.480015] initcall nfnetlink_log_init+0x0/0xb3 returned 0 after 0 usecs [ 40.484003] calling nf_conntrack_standalone_init+0x0/0xf @ 1 [ 40.488004] nf_conntrack version 0.5.0 (15860 buckets, 63440 max) [ 40.496199] initcall nf_conntrack_standalone_init+0x0/0xf returned 0 after 7812 usecs [ 40.500005] calling nf_conntrack_ftp_init+0x0/0x1d0 @ 1 [ 40.504008] initcall nf_conntrack_ftp_init+0x0/0x1d0 returned 0 after 0 usecs [ 40.508003] calling nf_conntrack_irc_init+0x0/0x17c @ 1 [ 40.512008] initcall nf_conntrack_irc_init+0x0/0x17c returned 0 after 0 usecs [ 40.516003] calling xt_init+0x0/0x11f @ 1 [ 40.520008] initcall xt_init+0x0/0x11f returned 0 after 0 usecs [ 40.524004] calling tcpudp_mt_init+0x0/0x14 @ 1 [ 40.528005] initcall tcpudp_mt_init+0x0/0x14 returned 0 after 0 usecs [ 40.532004] calling connsecmark_tg_init+0x0/0xf @ 1 [ 40.536010] initcall connsecmark_tg_init+0x0/0xf returned 0 after 0 usecs [ 40.540003] calling nflog_tg_init+0x0/0xf @ 1 [ 40.544003] initcall nflog_tg_init+0x0/0xf returned 0 after 0 usecs [ 40.548003] calling tcpmss_tg_init+0x0/0x14 @ 1 [ 40.552004] initcall tcpmss_tg_init+0x0/0x14 returned 0 after 0 usecs [ 40.556003] calling conntrack_mt_init+0x0/0x14 @ 1 [ 40.560004] initcall conntrack_mt_init+0x0/0x14 returned 0 after 0 usecs [ 40.564003] calling policy_mt_init+0x0/0x14 @ 1 [ 40.568004] initcall policy_mt_init+0x0/0x14 returned 0 after 0 usecs [ 40.572004] calling ip_vs_init+0x0/0xa5 @ 1 [ 40.576069] IPVS: Registered protocols (TCP, UDP, SCTP, AH, ESP) [ 40.580176] IPVS: Connection hash table configured (size=4096, memory=32Kbytes) [ 40.588021] IPVS: ipvs loaded. [ 40.591076] initcall ip_vs_init+0x0/0xa5 returned 0 after 11718 usecs [ 40.592003] calling ip_vs_rr_init+0x0/0xf @ 1 [ 40.596003] IPVS: [rr] scheduler registered. [ 40.600003] initcall ip_vs_rr_init+0x0/0xf returned 0 after 3906 usecs [ 40.604003] calling ip_vs_wrr_init+0x0/0xf @ 1 [ 40.608003] IPVS: [wrr] scheduler registered. [ 40.612004] initcall ip_vs_wrr_init+0x0/0xf returned 0 after 3906 usecs [ 40.616003] calling ip_vs_lc_init+0x0/0xf @ 1 [ 40.620003] IPVS: [lc] scheduler registered. [ 40.624003] initcall ip_vs_lc_init+0x0/0xf returned 0 after 3906 usecs [ 40.628003] calling ip_vs_wlc_init+0x0/0xf @ 1 [ 40.632003] IPVS: [wlc] scheduler registered. [ 40.636005] initcall ip_vs_wlc_init+0x0/0xf returned 0 after 3906 usecs [ 40.640004] calling ip_vs_lblcr_init+0x0/0x37 @ 1 [ 40.644003] IPVS: [lblcr] scheduler registered. [ 40.648003] initcall ip_vs_lblcr_init+0x0/0x37 returned 0 after 3906 usecs [ 40.652004] calling ip_vs_dh_init+0x0/0xf @ 1 [ 40.656003] IPVS: [dh] scheduler registered. [ 40.660003] initcall ip_vs_dh_init+0x0/0xf returned 0 after 3906 usecs [ 40.664003] calling ip_vs_sh_init+0x0/0xf @ 1 [ 40.668002] IPVS: [sh] scheduler registered. [ 40.672004] initcall ip_vs_sh_init+0x0/0xf returned 0 after 3906 usecs [ 40.672002] PPS event at 4294902464 [ 40.676004] calling ip_vs_sed_init+0x0/0xf @ 1 [ 40.680003] IPVS: [sed] scheduler registered. [ 40.684004] initcall ip_vs_sed_init+0x0/0xf returned 0 after 3906 usecs [ 40.688004] calling ipip_init+0x0/0x50 @ 1 [ 40.692004] IPv4 over IPv4 tunneling driver [ 40.696041] device: 'tunl0': device_add [ 40.700085] PM: Adding info for No Bus:tunl0 [ 40.704134] initcall ipip_init+0x0/0x50 returned 0 after 11718 usecs [ 40.708004] calling ipgre_init+0x0/0x8b @ 1 [ 40.716001] GRE over IPv4 tunneling driver [ 40.720022] device: 'gre0': device_add [ 40.723853] PM: Adding info for No Bus:gre0 [ 40.728169] initcall ipgre_init+0x0/0x8b returned 0 after 11718 usecs [ 40.732004] calling ah4_init+0x0/0x5a @ 1 [ 40.736006] initcall ah4_init+0x0/0x5a returned 0 after 0 usecs [ 40.744003] calling esp4_init+0x0/0x5a @ 1 [ 40.748004] initcall esp4_init+0x0/0x5a returned 0 after 0 usecs [ 40.752003] calling tunnel4_init+0x0/0x2c @ 1 [ 40.756005] initcall tunnel4_init+0x0/0x2c returned 0 after 0 usecs [ 40.764003] calling xfrm4_transport_init+0x0/0x14 @ 1 [ 40.768004] initcall xfrm4_transport_init+0x0/0x14 returned 0 after 0 usecs [ 40.776003] calling xfrm4_mode_tunnel_init+0x0/0x14 @ 1 [ 40.780004] initcall xfrm4_mode_tunnel_init+0x0/0x14 returned 0 after 0 usecs [ 40.788004] calling ipv4_netfilter_init+0x0/0xf @ 1 [ 40.792008] initcall ipv4_netfilter_init+0x0/0xf returned 0 after 0 usecs [ 40.800004] calling nf_conntrack_l3proto_ipv4_init+0x0/0x11d @ 1 [ 40.808039] initcall nf_conntrack_l3proto_ipv4_init+0x0/0x11d returned 0 after 0 usecs [ 40.816004] calling nf_defrag_init+0x0/0x14 @ 1 [ 40.820004] initcall nf_defrag_init+0x0/0x14 returned 0 after 0 usecs [ 40.824003] calling bictcp_register+0x0/0xf @ 1 [ 40.828002] TCP bic registered [ 40.832004] initcall bictcp_register+0x0/0xf returned 0 after 3906 usecs [ 40.840003] calling tcp_westwood_register+0x0/0xf @ 1 [ 40.844002] TCP westwood registered [ 40.848004] initcall tcp_westwood_register+0x0/0xf returned 0 after 3906 usecs [ 40.856003] calling hybla_register+0x0/0xf @ 1 [ 40.860002] TCP hybla registered [ 40.864003] initcall hybla_register+0x0/0xf returned 0 after 3906 usecs [ 40.868002] calling tcp_vegas_register+0x0/0x11 @ 1 [ 40.876002] TCP vegas registered [ 40.879231] initcall tcp_vegas_register+0x0/0x11 returned 0 after 0 usecs [ 40.884003] calling tcp_lp_register+0x0/0xf @ 1 [ 40.888002] TCP lp registered [ 40.892004] initcall tcp_lp_register+0x0/0xf returned 0 after 3906 usecs [ 40.900003] calling xfrm_user_init+0x0/0x40 @ 1 [ 40.904002] Initializing XFRM netlink socket [ 40.908024] initcall xfrm_user_init+0x0/0x40 returned 0 after 3906 usecs [ 40.916003] calling packet_init+0x0/0x39 @ 1 [ 40.920003] NET: Registered protocol family 17 [ 40.924009] initcall packet_init+0x0/0x39 returned 0 after 3906 usecs [ 40.928003] calling ipsec_pfkey_init+0x0/0x6b @ 1 [ 40.936009] NET: Registered protocol family 15 [ 40.940003] initcall ipsec_pfkey_init+0x0/0x6b returned 0 after 3906 usecs [ 40.944002] calling br_init+0x0/0xa1 @ 1 [ 40.952042] initcall br_init+0x0/0xa1 returned 0 after 3906 usecs [ 40.956003] calling dsa_init_module+0x0/0x11 @ 1 [ 40.960003] initcall dsa_init_module+0x0/0x11 returned 0 after 0 usecs [ 40.968003] calling edsa_init_module+0x0/0x11 @ 1 [ 40.972003] initcall edsa_init_module+0x0/0x11 returned 0 after 0 usecs [ 40.980003] calling trailer_init_module+0x0/0x11 @ 1 [ 40.984003] initcall trailer_init_module+0x0/0x11 returned 0 after 0 usecs [ 40.992003] calling mv88e6060_init+0x0/0x11 @ 1 [ 40.996003] initcall mv88e6060_init+0x0/0x11 returned 0 after 0 usecs [ 41.000003] calling mv88e6123_61_65_init+0x0/0x11 @ 1 [ 41.008008] initcall mv88e6123_61_65_init+0x0/0x11 returned 0 after 0 usecs [ 41.012003] calling mv88e6131_init+0x0/0x11 @ 1 [ 41.020003] initcall mv88e6131_init+0x0/0x11 returned 0 after 0 usecs [ 41.024003] calling dsa_init_module+0x0/0xf @ 1 [ 41.028009] bus: 'platform': add driver dsa [ 41.032084] initcall dsa_init_module+0x0/0xf returned 0 after 3906 usecs [ 41.040003] calling ipx_init+0x0/0xcd @ 1 [ 41.044195] NET: Registered protocol family 4 [ 41.056026] initcall ipx_init+0x0/0xcd returned 0 after 11718 usecs [ 41.060003] calling x25_init+0x0/0x7d @ 1 [ 41.064002] NET: Registered protocol family 9 [ 41.068003] X.25 for Linux Version 0.2 [ 41.072020] initcall x25_init+0x0/0x7d returned 0 after 7812 usecs [ 41.080003] calling lapb_init+0x0/0x7 @ 1 [ 41.084003] initcall lapb_init+0x0/0x7 returned 0 after 0 usecs [ 41.088003] calling l2cap_init+0x0/0xfb @ 1 [ 41.092058] Bluetooth: L2CAP ver 2.14 [ 41.096004] Bluetooth: L2CAP socket layer initialized [ 41.100005] initcall l2cap_init+0x0/0xfb returned 0 after 7812 usecs [ 41.104003] calling sco_init+0x0/0xd8 @ 1 [ 41.108011] Bluetooth: SCO (Voice Link) ver 0.6 [ 41.112002] Bluetooth: SCO socket layer initialized [ 41.116003] initcall sco_init+0x0/0xd8 returned 0 after 7812 usecs [ 41.120003] calling rfcomm_init+0x0/0xca @ 1 [ 41.124113] Bluetooth: RFCOMM TTY layer initialized [ 41.128008] Bluetooth: RFCOMM socket layer initialized [ 41.136002] Bluetooth: RFCOMM ver 1.11 [ 41.140004] initcall rfcomm_init+0x0/0xca returned 0 after 15625 usecs [ 41.144003] calling bnep_init+0x0/0x78 @ 1 [ 41.148002] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 41.156002] Bluetooth: BNEP filters: multicast [ 41.160003] initcall bnep_init+0x0/0x78 returned 0 after 11718 usecs [ 41.164002] calling hidp_init+0x0/0x4d @ 1 [ 41.168002] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 41.176005] bus: 'hid': add driver generic-bluetooth [ 41.180074] initcall hidp_init+0x0/0x4d returned 0 after 11718 usecs [ 41.188003] calling af_rxrpc_init+0x0/0x167 @ 1 [ 41.192164] NET: Registered protocol family 33 [ 41.196016] initcall af_rxrpc_init+0x0/0x167 returned 0 after 3906 usecs [ 41.204003] calling atm_clip_init+0x0/0x9a @ 1 [ 41.208192] initcall atm_clip_init+0x0/0x9a returned 0 after 0 usecs [ 41.212003] calling lane_module_init+0x0/0x5a @ 1 [ 41.220007] lec:lane_module_init: lec.c: Jun 11 2010 12:25:33 initialized [ 41.224003] initcall lane_module_init+0x0/0x5a returned 0 after 3906 usecs [ 41.232003] calling atm_mpoa_init+0x0/0x3a @ 1 [ 41.236007] mpoa:atm_mpoa_init: mpc.c: Jun 11 2010 12:25:29 initialized [ 41.244003] initcall atm_mpoa_init+0x0/0x3a returned 0 after 7812 usecs [ 41.252003] calling l2tp_init+0x0/0x2c @ 1 [ 41.256014] L2TP core driver, V2.0 [ 41.259414] initcall l2tp_init+0x0/0x2c returned 0 after 0 usecs [ 41.264003] calling l2tp_ip_init+0x0/0x56 @ 1 [ 41.268001] L2TP IP encapsulation support (L2TPv3) [ 41.272164] initcall l2tp_ip_init+0x0/0x56 returned 0 after 3906 usecs [ 41.280005] calling l2tp_nl_init+0x0/0x23 @ 1 [ 41.284001] L2TP netlink interface [ 41.288048] initcall l2tp_nl_init+0x0/0x23 returned 0 after 3906 usecs [ 41.292003] calling econet_proto_init+0x0/0x1a4 @ 1 [ 41.300002] NET: Registered protocol family 19 [ 41.304036] initcall econet_proto_init+0x0/0x1a4 returned 0 after 3906 usecs [ 41.312005] calling phonet_init+0x0/0x70 @ 1 [ 41.316021] NET: Registered protocol family 35 [ 41.320157] initcall phonet_init+0x0/0x70 returned 0 after 3906 usecs [ 41.324003] calling pep_register+0x0/0x14 @ 1 [ 41.332155] initcall pep_register+0x0/0x14 returned 0 after 0 usecs [ 41.336003] calling vlan_proto_init+0x0/0x9d @ 1 [ 41.340002] 802.1Q VLAN Support v1.8 Ben Greear [ 41.348002] All bugs added by David S. Miller [ 41.356018] initcall vlan_proto_init+0x0/0x9d returned 0 after 15625 usecs [ 41.360003] calling dccp_init+0x0/0x304 @ 1 [ 41.370716] CCID: Activated CCID 2 (TCP-like) [ 41.372312] CCID: Activated CCID 3 (TCP-Friendly Rate Control) [ 41.380007] initcall dccp_init+0x0/0x304 returned 0 after 15625 usecs [ 41.384003] calling dccp_v4_init+0x0/0x72 @ 1 [ 41.392485] initcall dccp_v4_init+0x0/0x72 returned 0 after 0 usecs [ 41.396008] calling sctp_init+0x0/0x706 @ 1 [ 41.404902] SCTP: Hash tables configured (established 43690 bind 52428) [ 41.408290] initcall sctp_init+0x0/0x706 returned 0 after 7812 usecs [ 41.416011] calling rds_init+0x0/0xa6 @ 1 [ 41.420186] rds_page_remainder_cpu_notify(): cpu 0 action 0x7 [ 41.428004] rds_page_remainder_cpu_notify(): cpu 1 action 0x7 [ 41.432004] initcall rds_init+0x0/0xa6 returned -12 after 11718 usecs [ 41.440003] initcall rds_init+0x0/0xa6 returned with error code -12 [ 41.444003] calling rds_rdma_init+0x0/0xf7 @ 1 [ 41.448031] rds_rdma_listen_init(): cm 7dc2a9e0 listening on port 18634 [ 41.456031] rds_rdma_listen_stop(): cm 7dc2a9e0 [ 41.460011] initcall rds_rdma_init+0x0/0xf7 returned -12 after 11718 usecs [ 41.468003] initcall rds_rdma_init+0x0/0xf7 returned with error code -12 [ 41.476003] calling lib80211_init+0x0/0x19 @ 1 [ 41.480002] lib80211: common routines for IEEE802.11 drivers [ 41.484003] lib80211_crypt: registered algorithm 'NULL' [ 41.488003] initcall lib80211_init+0x0/0x19 returned 0 after 7812 usecs [ 41.496003] calling caif_device_init+0x0/0x6b @ 1 [ 41.500027] initcall caif_device_init+0x0/0x6b returned 0 after 0 usecs [ 41.508012] calling chnl_init_module+0x0/0xf @ 1 [ 41.512004] initcall chnl_init_module+0x0/0xf returned 0 after 0 usecs [ 41.520005] calling caif_sktinit_module+0x0/0x132 @ 1 [ 41.524082] NET: Registered protocol family 37 [ 41.528004] initcall caif_sktinit_module+0x0/0x132 returned 0 after 3906 usecs [ 41.536003] calling dcbnl_init+0x0/0x2d @ 1 [ 41.540004] initcall dcbnl_init+0x0/0x2d returned 0 after 0 usecs [ 41.548003] calling af_ieee802154_init+0x0/0x63 @ 1 [ 41.552305] NET: Registered protocol family 36 [ 41.556009] initcall af_ieee802154_init+0x0/0x63 returned 0 after 3906 usecs [ 41.564003] calling wimax_subsys_init+0x0/0x2be @ 1 [ 41.568089] initcall wimax_subsys_init+0x0/0x2be returned 0 after 0 usecs [ 41.576005] calling mcheck_debugfs_init+0x0/0x35 @ 1 [ 41.580022] initcall mcheck_debugfs_init+0x0/0x35 returned 0 after 0 usecs [ 41.588004] calling severities_debugfs_init+0x0/0x35 @ 1 [ 41.592017] initcall severities_debugfs_init+0x0/0x35 returned 0 after 0 usecs [ 41.600004] calling powernow_init+0x0/0xcf @ 1 [ 41.604004] initcall powernow_init+0x0/0xcf returned -19 after 0 usecs [ 41.612003] calling centrino_init+0x0/0x26 @ 1 [ 41.616004] initcall centrino_init+0x0/0x26 returned -19 after 0 usecs [ 41.620003] calling cpufreq_p4_init+0x0/0x4f @ 1 [ 41.628005] initcall cpufreq_p4_init+0x0/0x4f returned -19 after 0 usecs [ 41.632003] calling update_mp_table+0x0/0x542 @ 1 [ 41.640004] initcall update_mp_table+0x0/0x542 returned 0 after 0 usecs [ 41.644004] calling lapic_insert_resource+0x0/0x35 @ 1 [ 41.648006] initcall lapic_insert_resource+0x0/0x35 returned 0 after 0 usecs [ 41.656004] calling print_ipi_mode+0x0/0x26 @ 1 [ 41.660002] Using IPI No-Shortcut mode [ 41.664003] initcall print_ipi_mode+0x0/0x26 returned 0 after 3906 usecs [ 41.672003] PPS event at 4294902714 [ 41.676007] calling init_lapic_nmi_sysfs+0x0/0x33 @ 1 [ 41.680003] initcall init_lapic_nmi_sysfs+0x0/0x33 returned 0 after 0 usecs [ 41.688003] calling io_apic_bug_finalize+0x0/0x1a @ 1 [ 41.692003] initcall io_apic_bug_finalize+0x0/0x1a returned 0 after 0 usecs [ 41.700004] calling check_early_ioremap_leak+0x0/0x45 @ 1 [ 41.704004] initcall check_early_ioremap_leak+0x0/0x45 returned 0 after 0 usecs [ 41.712003] calling pat_memtype_list_init+0x0/0x2e @ 1 [ 41.716015] initcall pat_memtype_list_init+0x0/0x2e returned 0 after 0 usecs [ 41.720003] calling sched_init_debug+0x0/0x1f @ 1 [ 41.724020] initcall sched_init_debug+0x0/0x1f returned 0 after 0 usecs [ 41.728005] calling init_oops_id+0x0/0x3a @ 1 [ 41.732008] initcall init_oops_id+0x0/0x3a returned 0 after 0 usecs [ 41.736004] calling disable_boot_consoles+0x0/0x3a @ 1 [ 41.740003] initcall disable_boot_consoles+0x0/0x3a returned 0 after 0 usecs [ 41.744003] calling pm_qos_power_init+0x0/0xae @ 1 [ 41.748011] device: 'cpu_dma_latency': device_add [ 41.752214] PM: Adding info for No Bus:cpu_dma_latency [ 41.756065] device: 'network_latency': device_add [ 41.760080] PM: Adding info for No Bus:network_latency [ 41.764056] device: 'network_throughput': device_add [ 41.768076] PM: Adding info for No Bus:network_throughput [ 41.772055] initcall pm_qos_power_init+0x0/0xae returned 0 after 23437 usecs [ 41.776004] calling software_resume+0x0/0x1da @ 1 [ 41.780004] PM: Resume from disk failed. [ 41.784004] initcall software_resume+0x0/0x1da returned -2 after 3906 usecs [ 41.788003] initcall software_resume+0x0/0x1da returned with error code -2 [ 41.792004] calling taskstats_init+0x0/0x7d @ 1 [ 41.796046] registered taskstats version 1 [ 41.800004] initcall taskstats_init+0x0/0x7d returned 0 after 3906 usecs [ 41.804003] calling clear_boot_tracer+0x0/0x27 @ 1 [ 41.808007] initcall clear_boot_tracer+0x0/0x27 returned 0 after 0 usecs [ 41.812004] calling event_trace_self_tests_init+0x0/0x20d @ 1 [ 41.816004] Running tests on trace events: [ 41.820003] Testing event kfree_skb: OK [ 41.840561] Testing event skb_copy_datagram_iovec: OK [ 41.860549] Testing event scsi_dispatch_cmd_start: OK [ 41.880561] Testing event scsi_dispatch_cmd_error: OK [ 41.900557] Testing event scsi_dispatch_cmd_done: OK [ 41.920543] Testing event scsi_dispatch_cmd_timeout: OK [ 41.940546] Testing event scsi_eh_wakeup: OK [ 41.960548] Testing event lock_kernel: OK [ 41.980563] Testing event unlock_kernel: OK [ 42.000559] Testing event block_rq_abort: OK [ 42.020543] Testing event block_rq_requeue: OK [ 42.040561] Testing event block_rq_complete: OK [ 42.060554] Testing event block_rq_insert: OK [ 42.080557] Testing event block_rq_issue: OK [ 42.100560] Testing event block_bio_bounce: OK [ 42.120558] Testing event block_bio_complete: OK [ 42.140553] Testing event block_bio_backmerge: OK [ 42.160548] Testing event block_bio_frontmerge: OK [ 42.180564] Testing event block_bio_queue: OK [ 42.200556] Testing event block_getrq: OK [ 42.220544] Testing event block_sleeprq: OK [ 42.240556] Testing event block_plug: OK [ 42.260555] Testing event block_unplug_timer: OK [ 42.280539] Testing event block_unplug_io: OK [ 42.300541] Testing event block_split: OK [ 42.320557] Testing event block_remap: OK [ 42.340560] Testing event block_rq_remap: OK [ 42.360563] Testing event gfs2_glock_state_change: OK [ 42.380556] Testing event gfs2_glock_put: OK [ 42.400556] Testing event gfs2_demote_rq: OK [ 42.420560] Testing event gfs2_promote: OK [ 42.440545] Testing event gfs2_glock_queue: OK [ 42.460545] Testing event gfs2_pin: OK [ 42.480547] Testing event gfs2_log_flush: OK [ 42.500540] Testing event gfs2_log_blocks: OK [ 42.520563] Testing event gfs2_bmap: OK [ 42.540558] Testing event gfs2_block_alloc: OK [ 42.560562] Testing event xfs_attr_list_sf: OK [ 42.580557] Testing event xfs_attr_list_sf_all: OK [ 42.600541] Testing event xfs_attr_list_leaf: OK [ 42.620565] Testing event xfs_attr_list_leaf_end: OK [ 42.640559] Testing event xfs_attr_list_full: OK [ 42.660546] Testing event xfs_attr_list_add: [ 42.676002] PPS event at 4294902965 [ 42.680195] OK [ 42.681858] Testing event xfs_attr_list_wrong_blk: OK [ 42.700558] Testing event xfs_attr_list_notfound: OK [ 42.720555] Testing event xfs_perag_get: OK [ 42.740561] Testing event xfs_perag_put: OK [ 42.760561] Testing event xfs_attr_list_node_descend: OK [ 42.780555] Testing event xfs_iext_insert: OK [ 42.800549] Testing event xfs_iext_remove: OK [ 42.820556] Testing event xfs_bmap_pre_update: OK [ 42.840558] Testing event xfs_bmap_post_update: OK [ 42.860543] Testing event xfs_extlist: OK [ 42.880559] Testing event xfs_buf_init: OK [ 42.900556] Testing event xfs_buf_free: OK [ 42.920549] Testing event xfs_buf_hold: OK [ 42.940557] Testing event xfs_buf_rele: OK [ 42.960558] Testing event xfs_buf_pin: OK [ 42.980545] Testing event xfs_buf_unpin: OK [ 43.000561] Testing event xfs_buf_iodone: OK [ 43.020556] Testing event xfs_buf_iorequest: OK [ 43.040543] Testing event xfs_buf_bawrite: OK [ 43.060560] Testing event xfs_buf_bdwrite: OK [ 43.080561] Testing event xfs_buf_lock: OK [ 43.100548] Testing event xfs_buf_lock_done: OK [ 43.120561] Testing event xfs_buf_cond_lock: OK [ 43.140559] Testing event xfs_buf_unlock: OK [ 43.160545] Testing event xfs_buf_ordered_retry: OK [ 43.180561] Testing event xfs_buf_iowait: OK [ 43.200563] Testing event xfs_buf_iowait_done: OK [ 43.220564] Testing event xfs_buf_delwri_queue: OK [ 43.240559] Testing event xfs_buf_delwri_dequeue: OK [ 43.260559] Testing event xfs_buf_delwri_split: OK [ 43.280553] Testing event xfs_buf_get_noaddr: OK [ 43.300563] Testing event xfs_bdstrat_shut: OK [ 43.320556] Testing event xfs_buf_item_relse: OK [ 43.340543] Testing event xfs_buf_item_iodone: OK [ 43.360558] Testing event xfs_buf_item_iodone_async: OK [ 43.380559] Testing event xfs_buf_error_relse: OK [ 43.400546] Testing event xfs_trans_read_buf_io: OK [ 43.420560] Testing event xfs_trans_read_buf_shut: OK [ 43.440558] Testing event xfs_btree_corrupt: OK [ 43.460543] Testing event xfs_da_btree_corrupt: OK [ 43.480560] Testing event xfs_reset_dqcounts: OK [ 43.500561] Testing event xfs_inode_item_push: OK [ 43.520548] Testing event xfs_buf_find: OK [ 43.540541] Testing event xfs_buf_get: OK [ 43.560543] Testing event xfs_buf_read: OK [ 43.580557] Testing event xfs_buf_ioerror: OK [ 43.600555] Testing event xfs_buf_item_size: OK [ 43.620547] Testing event xfs_buf_item_size_stale: OK [ 43.640557] Testing event xfs_buf_item_format: OK [ 43.660557] Testing event xfs_buf_item_format_stale: [ 43.676001] PPS event at 4294903215 [ 43.680193] OK [ 43.681856] Testing event xfs_buf_item_pin: OK [ 43.700553] Testing event xfs_buf_item_unpin: OK [ 43.720548] Testing event xfs_buf_item_unpin_stale: OK [ 43.740540] Testing event xfs_buf_item_trylock: OK [ 43.760565] Testing event xfs_buf_item_unlock: OK [ 43.780559] Testing event xfs_buf_item_unlock_stale: OK [ 43.800544] Testing event xfs_buf_item_committed: OK [ 43.820547] Testing event xfs_buf_item_push: OK [ 43.840562] Testing event xfs_buf_item_pushbuf: OK [ 43.860559] Testing event xfs_trans_get_buf: OK [ 43.880543] Testing event xfs_trans_get_buf_recur: OK [ 43.900545] Testing event xfs_trans_getsb: OK [ 43.920545] Testing event xfs_trans_getsb_recur: OK [ 43.940563] Testing event xfs_trans_read_buf: OK [ 43.960557] Testing event xfs_trans_read_buf_recur: OK [ 43.980543] Testing event xfs_trans_log_buf: OK [ 44.000558] Testing event xfs_trans_brelse: OK [ 44.020554] Testing event xfs_trans_bjoin: OK [ 44.040548] Testing event xfs_trans_bhold: OK [ 44.060557] Testing event xfs_trans_bhold_release: OK [ 44.080556] Testing event xfs_trans_binval: OK [ 44.100543] Testing event xfs_ilock: OK [ 44.120547] Testing event xfs_ilock_nowait: OK [ 44.140560] Testing event xfs_ilock_demote: OK [ 44.160558] Testing event xfs_iunlock: OK [ 44.180543] Testing event xfs_iget_skip: OK [ 44.200558] Testing event xfs_iget_reclaim: OK [ 44.220560] Testing event xfs_iget_found: OK [ 44.240538] Testing event xfs_iget_alloc: OK [ 44.260562] Testing event xfs_ihold: OK [ 44.280557] Testing event xfs_irele: OK [ 44.300543] Testing event xfs_inode_pin: OK [ 44.320557] Testing event xfs_inode_unpin: OK [ 44.340555] Testing event xfs_inode_unpin_nowait: OK [ 44.360540] Testing event xfs_inode: OK [ 44.380541] Testing event xfs_dqadjust: OK [ 44.400556] Testing event xfs_dqreclaim_want: OK [ 44.420560] Testing event xfs_dqreclaim_dirty: OK [ 44.440546] Testing event xfs_dqreclaim_unlink: OK [ 44.460560] Testing event xfs_dqattach_found: OK [ 44.480558] Testing event xfs_dqattach_get: OK [ 44.500543] Testing event xfs_dqinit: OK [ 44.520544] Testing event xfs_dqreuse: OK [ 44.540545] Testing event xfs_dqalloc: OK [ 44.560562] Testing event xfs_dqtobp_read: OK [ 44.580555] Testing event xfs_dqread: OK [ 44.600541] Testing event xfs_dqread_fail: OK [ 44.620557] Testing event xfs_dqlookup_found: OK [ 44.640555] Testing event xfs_dqlookup_want: OK [ 44.660548] Testing event xfs_dqlookup_freelist: [ 44.676001] PPS event at 4294903465 [ 44.680180] OK [ 44.681848] Testing event xfs_dqlookup_done: OK [ 44.700541] Testing event xfs_dqget_hit: OK [ 44.720543] Testing event xfs_dqget_miss: OK [ 44.740560] Testing event xfs_dqput: OK [ 44.760554] Testing event xfs_dqput_wait: OK [ 44.780539] Testing event xfs_dqput_free: OK [ 44.800541] Testing event xfs_dqrele: OK [ 44.820564] Testing event xfs_dqflush: OK [ 44.840555] Testing event xfs_dqflush_force: OK [ 44.860547] Testing event xfs_dqflush_done: OK [ 44.880564] Testing event xfs_dquot_dqalloc: OK [ 44.900556] Testing event xfs_dquot_dqdetach: OK [ 44.920544] Testing event xfs_log_done_nonperm: OK [ 44.940545] Testing event xfs_log_done_perm: OK [ 44.960547] Testing event xfs_log_reserve: OK [ 44.980540] Testing event xfs_log_umount_write: OK [ 45.000541] Testing event xfs_log_grant_enter: OK [ 45.020544] Testing event xfs_log_grant_exit: OK [ 45.040546] Testing event xfs_log_grant_error: OK [ 45.060546] Testing event xfs_log_grant_sleep1: OK [ 45.080540] Testing event xfs_log_grant_wake1: OK [ 45.100541] Testing event xfs_log_grant_sleep2: OK [ 45.120564] Testing event xfs_log_grant_wake2: OK [ 45.140561] Testing event xfs_log_regrant_write_enter: OK [ 45.160546] Testing event xfs_log_regrant_write_exit: OK [ 45.180549] Testing event xfs_log_regrant_write_error: OK [ 45.200563] Testing event xfs_log_regrant_write_sleep1: OK [ 45.220557] Testing event xfs_log_regrant_write_wake1: OK [ 45.240544] Testing event xfs_log_regrant_write_sleep2: OK [ 45.260546] Testing event xfs_log_regrant_write_wake2: OK [ 45.280547] Testing event xfs_log_regrant_reserve_enter: OK [ 45.300561] Testing event xfs_log_regrant_reserve_exit: OK [ 45.320558] Testing event xfs_log_regrant_reserve_sub: OK [ 45.340543] Testing event xfs_log_ungrant_enter: OK [ 45.360545] Testing event xfs_log_ungrant_exit: OK [ 45.380546] Testing event xfs_log_ungrant_sub: OK [ 45.400563] Testing event xfs_file_read: OK [ 45.420556] Testing event xfs_file_buffered_write: OK [ 45.440543] Testing event xfs_file_direct_write: OK [ 45.460566] Testing event xfs_file_splice_read: OK [ 45.480556] Testing event xfs_file_splice_write: OK [ 45.500548] Testing event xfs_writepage: OK [ 45.520564] Testing event xfs_releasepage: OK [ 45.540556] Testing event xfs_invalidatepage: OK [ 45.560560] Testing event xfs_iomap_enter: OK [ 45.580554] Testing event xfs_iomap_found: OK [ 45.600548] Testing event xfs_iomap_alloc: OK [ 45.620540] Testing event xfs_delalloc_enospc: OK [ 45.640540] Testing event xfs_unwritten_convert: OK [ 45.660557] Testing event xfs_itruncate_start: [ 45.676002] PPS event at 4294903715 [ 45.680189] OK [ 45.681859] Testing event xfs_itruncate_finish_start: OK [ 45.700549] Testing event xfs_itruncate_finish_end: OK [ 45.720550] Testing event xfs_pagecache_inval: OK [ 45.740542] Testing event xfs_bunmap: OK [ 45.760558] Testing event xfs_alloc_busy: OK [ 45.780554] Testing event xfs_alloc_unbusy: OK [ 45.800548] Testing event xfs_alloc_busysearch: OK [ 45.820564] Testing event xfs_trans_commit_lsn: OK [ 45.840557] Testing event xfs_agf: OK [ 45.860543] Testing event xfs_free_extent: OK [ 45.880545] Testing event xfs_alloc_exact_done: OK [ 45.900560] Testing event xfs_alloc_exact_error: OK [ 45.920558] Testing event xfs_alloc_near_nominleft: OK [ 45.940541] Testing event xfs_alloc_near_first: OK [ 45.960558] Testing event xfs_alloc_near_greater: OK [ 45.980561] Testing event xfs_alloc_near_lesser: OK [ 46.000547] Testing event xfs_alloc_near_error: OK [ 46.020560] Testing event xfs_alloc_size_neither: OK [ 46.040558] Testing event xfs_alloc_size_noentry: OK [ 46.060542] Testing event xfs_alloc_size_nominleft: OK [ 46.080559] Testing event xfs_alloc_size_done: OK [ 46.100561] Testing event xfs_alloc_size_error: OK [ 46.120548] Testing event xfs_alloc_small_freelist: OK [ 46.140542] Testing event xfs_alloc_small_notenough: OK [ 46.160542] Testing event xfs_alloc_small_done: OK [ 46.180545] Testing event xfs_alloc_small_error: OK [ 46.200545] Testing event xfs_alloc_vextent_badargs: OK [ 46.220540] Testing event xfs_alloc_vextent_nofix: OK [ 46.240541] Testing event xfs_alloc_vextent_noagbp: OK [ 46.260543] Testing event xfs_alloc_vextent_loopfailed: OK [ 46.280544] Testing event xfs_alloc_vextent_allfailed: OK [ 46.300547] Testing event xfs_dir2_sf_addname: OK [ 46.320547] Testing event xfs_dir2_sf_create: OK [ 46.340540] Testing event xfs_dir2_sf_lookup: OK [ 46.360565] Testing event xfs_dir2_sf_replace: OK [ 46.380560] Testing event xfs_dir2_sf_removename: OK [ 46.400545] Testing event xfs_dir2_sf_toino4: OK [ 46.420546] Testing event xfs_dir2_sf_toino8: OK [ 46.440561] Testing event xfs_dir2_sf_to_block: OK [ 46.460556] Testing event xfs_dir2_block_addname: OK [ 46.480543] Testing event xfs_dir2_block_lookup: OK [ 46.500546] Testing event xfs_dir2_block_replace: OK [ 46.520546] Testing event xfs_dir2_block_removename: OK [ 46.540539] Testing event xfs_dir2_block_to_sf: OK [ 46.560541] Testing event xfs_dir2_block_to_leaf: OK [ 46.580543] Testing event xfs_dir2_leaf_addname: OK [ 46.600545] Testing event xfs_dir2_leaf_lookup: OK [ 46.620546] Testing event xfs_dir2_leaf_replace: OK [ 46.640547] Testing event xfs_dir2_leaf_removename: OK [ 46.660540] Testing event xfs_dir2_leaf_to_block: [ 46.676001] PPS event at 4294903965 [ 46.680193] OK [ 46.681863] Testing event xfs_dir2_leaf_to_node: OK [ 46.700561] Testing event xfs_dir2_node_addname: OK [ 46.720546] Testing event xfs_dir2_node_lookup: OK [ 46.740548] Testing event xfs_dir2_node_replace: OK [ 46.760563] Testing event xfs_dir2_node_removename: OK [ 46.780556] Testing event xfs_dir2_node_to_leaf: OK [ 46.800544] Testing event xfs_dir2_leafn_add: OK [ 46.820557] Testing event xfs_dir2_leafn_remove: OK [ 46.840555] Testing event xfs_dir2_grow_inode: OK [ 46.860549] Testing event xfs_dir2_shrink_inode: OK [ 46.880557] Testing event xfs_dir2_leafn_moveents: OK [ 46.900558] Testing event xfs_swap_extent_before: OK [ 46.920545] Testing event xfs_swap_extent_after: OK [ 46.940546] Testing event xfs_log_recover_item_add: OK [ 46.960540] Testing event xfs_log_recover_item_add_cont: OK [ 46.980542] Testing event xfs_log_recover_item_reorder_head: OK [ 47.000556] Testing event xfs_log_recover_item_reorder_tail: OK [ 47.020553] Testing event xfs_log_recover_item_recover: OK [ 47.040548] Testing event xfs_log_recover_buf_not_cancel: OK [ 47.060548] Testing event xfs_log_recover_buf_cancel: OK [ 47.080540] Testing event xfs_log_recover_buf_cancel_add: OK [ 47.100542] Testing event xfs_log_recover_buf_cancel_ref_inc: OK [ 47.120559] Testing event xfs_log_recover_buf_recover: OK [ 47.140552] Testing event xfs_log_recover_buf_inode_buf: OK [ 47.160548] Testing event xfs_log_recover_buf_reg_buf: OK [ 47.180542] Testing event xfs_log_recover_buf_dquot_buf: OK [ 47.200565] Testing event xfs_log_recover_inode_recover: OK [ 47.220554] Testing event xfs_log_recover_inode_cancel: OK [ 47.240547] Testing event xfs_log_recover_inode_skip: OK [ 47.260548] Testing event jbd2_checkpoint: OK [ 47.280562] Testing event jbd2_start_commit: OK [ 47.300556] Testing event jbd2_commit_locking: OK [ 47.320543] Testing event jbd2_commit_flushing: OK [ 47.340546] Testing event jbd2_commit_logging: OK [ 47.360548] Testing event jbd2_end_commit: OK [ 47.380540] Testing event jbd2_submit_inode_data: OK [ 47.400541] Testing event jbd2_run_stats: OK [ 47.420544] Testing event jbd2_checkpoint_stats: OK [ 47.440545] Testing event jbd2_cleanup_journal_tail: OK [ 47.460548] Testing event ext4_free_inode: OK [ 47.480540] Testing event ext4_request_inode: OK [ 47.500563] Testing event ext4_allocate_inode: OK [ 47.520559] Testing event ext4_write_begin: OK [ 47.540546] Testing event ext4_da_write_begin: OK [ 47.560548] Testing event ext4_ordered_write_end: OK [ 47.580547] Testing event ext4_writeback_write_end: OK [ 47.600540] Testing event ext4_journalled_write_end: OK [ 47.620542] Testing event ext4_da_write_end: OK [ 47.640559] Testing event ext4_writepage: OK [ 47.660561] Testing event ext4_da_writepages: [ 47.676001] PPS event at 4294904215 [ 47.680178] OK [ 47.681846] Testing event ext4_da_write_pages: OK [ 47.700541] Testing event ext4_da_writepages_result: OK [ 47.720543] Testing event ext4_discard_blocks: OK [ 47.740545] Testing event ext4_mb_new_inode_pa: OK [ 47.760560] Testing event ext4_mb_new_group_pa: OK [ 47.780555] Testing event ext4_mb_release_inode_pa: OK [ 47.800541] Testing event ext4_mb_release_group_pa: OK [ 47.820556] Testing event ext4_discard_preallocations: OK [ 47.840559] Testing event ext4_mb_discard_preallocations: OK [ 47.860544] Testing event ext4_request_blocks: OK [ 47.880547] Testing event ext4_allocate_blocks: OK [ 47.900541] Testing event ext4_free_blocks: OK [ 47.920543] Testing event ext4_sync_file: OK [ 47.940543] Testing event ext4_sync_fs: OK [ 47.960560] Testing event ext4_alloc_da_blocks: OK [ 47.980554] Testing event ext4_mballoc_alloc: OK [ 48.000541] Testing event ext4_mballoc_prealloc: OK [ 48.020541] Testing event ext4_mballoc_discard: OK [ 48.040541] Testing event ext4_mballoc_free: OK [ 48.060544] Testing event ext4_forget: OK [ 48.080546] Testing event ext4_da_update_reserve_space: OK [ 48.100563] Testing event ext4_da_reserve_space: OK [ 48.120557] Testing event ext4_da_release_space: OK [ 48.140542] Testing event ext4_mb_bitmap_load: OK [ 48.160557] Testing event ext4_mb_buddy_bitmap_load: OK [ 48.180572] Testing event kmalloc: OK [ 48.200540] Testing event kmem_cache_alloc: OK [ 48.220541] Testing event kmalloc_node: OK [ 48.240555] Testing event kmem_cache_alloc_node: OK [ 48.260560] Testing event kfree: OK [ 48.280545] Testing event kmem_cache_free: OK [ 48.300559] Testing event mm_page_free_direct: OK [ 48.320556] Testing event mm_pagevec_free: OK [ 48.340543] Testing event mm_page_alloc: OK [ 48.360544] Testing event mm_page_alloc_zone_locked: OK [ 48.380559] Testing event mm_page_pcpu_drain: OK [ 48.400554] Testing event mm_page_alloc_extfrag: OK [ 48.420541] Testing event power_start: OK [ 48.440563] Testing event power_frequency: OK [ 48.460551] Testing event power_end: OK [ 48.480553] Testing event workqueue_insertion: OK [ 48.500539] Testing event workqueue_execution: OK [ 48.520563] Testing event workqueue_creation: OK [ 48.540556] Testing event workqueue_destruction: OK [ 48.560563] Testing event signal_generate: OK [ 48.580561] Testing event signal_deliver: OK [ 48.600561] Testing event signal_overflow_fail: OK [ 48.620556] Testing event signal_lose_info: OK [ 48.640543] Testing event timer_init: OK [ 48.660543] Testing event timer_start: [ 48.676001] PPS event at 4294904465 [ 48.680193] OK [ 48.681858] Testing event timer_expire_entry: OK [ 48.700551] Testing event timer_expire_exit: OK [ 48.720560] Testing event timer_cancel: OK [ 48.740557] Testing event hrtimer_init: OK [ 48.760559] Testing event hrtimer_start: OK [ 48.780554] Testing event hrtimer_expire_entry: OK [ 48.800546] Testing event hrtimer_expire_exit: OK [ 48.820562] Testing event hrtimer_cancel: OK [ 48.840556] Testing event itimer_state: OK [ 48.860541] Testing event itimer_expire: OK [ 48.880558] Testing event irq_handler_entry: OK [ 48.900554] Testing event irq_handler_exit: OK [ 48.920546] Testing event softirq_entry: OK [ 48.940539] Testing event softirq_exit: OK [ 48.960566] Testing event sched_kthread_stop: OK [ 48.980559] Testing event sched_kthread_stop_ret: OK [ 49.000560] Testing event sched_wait_task: OK [ 49.020556] Testing event sched_wakeup: OK [ 49.040539] Testing event sched_wakeup_new: OK [ 49.060556] Testing event sched_switch: OK [ 49.080557] Testing event sched_migrate_task: OK [ 49.100559] Testing event sched_process_free: OK [ 49.120554] Testing event sched_process_exit: OK [ 49.140539] Testing event sched_process_wait: OK [ 49.160556] Testing event sched_process_fork: OK [ 49.180557] Testing event sched_stat_wait: OK [ 49.200559] Testing event sched_stat_sleep: OK [ 49.220554] Testing event sched_stat_iowait: OK [ 49.240539] Testing event sched_stat_runtime: OK [ 49.260556] Testing event mce_record: OK [ 49.280558] Testing event sys_enter: OK [ 49.300561] Testing event sys_exit: OK [ 49.320554] Running tests on trace event systems: [ 49.324003] Testing event system skb: OK [ 49.344660] Testing event system scsi: OK [ 49.364793] Testing event system bkl: OK [ 49.384642] Testing event system block: OK [ 49.405423] Testing event system gfs2: OK [ 49.425026] Testing event system xfs: OK [ 49.484002] Testing event system jbd2: OK [ 49.505031] Testing event system ext4: OK [ 49.526411] Testing event system kmem: OK [ 49.545121] Testing event system power: OK [ 49.564722] Testing event system workqueue: OK [ 49.584740] Testing event system signal: OK [ 49.604738] Testing event system timer: OK [ 49.625119] Testing event system irq: OK [ 49.644739] Testing event system sched: OK [ 49.665269] Testing event system syscalls: [ 49.676032] PPS event at 4294904715 [ 49.684511] OK [ 49.686174] Testing event system mce: OK [ 49.704607] Testing event system raw_syscalls: OK [ 49.724661] Running tests on all trace events: [ 49.728002] Testing all events: OK [ 49.816756] initcall event_trace_self_tests_init+0x0/0x20d returned 0 after 7812500 usecs [ 49.824006] calling fail_page_alloc_debugfs+0x0/0xc1 @ 1 [ 49.828105] initcall fail_page_alloc_debugfs+0x0/0xc1 returned 0 after 0 usecs [ 49.836003] calling max_swapfiles_check+0x0/0x7 @ 1 [ 49.840003] initcall max_swapfiles_check+0x0/0x7 returned 0 after 0 usecs [ 49.848003] calling failslab_debugfs_init+0x0/0x8c @ 1 [ 49.852098] initcall failslab_debugfs_init+0x0/0x8c returned 0 after 0 usecs [ 49.860238] calling init_ima+0x0/0x14 @ 1 [ 49.864060] IMA: No TPM chip found, activating TPM-bypass! [ 49.868046] initcall init_ima+0x0/0x14 returned 0 after 3906 usecs [ 49.876009] calling fail_make_request_debugfs+0x0/0x14 @ 1 [ 49.880081] initcall fail_make_request_debugfs+0x0/0x14 returned 0 after 0 usecs [ 49.888003] calling fail_io_timeout_debugfs+0x0/0x14 @ 1 [ 49.896071] initcall fail_io_timeout_debugfs+0x0/0x14 returned 0 after 0 usecs [ 49.900005] calling random32_reseed+0x0/0x9d @ 1 [ 49.908018] initcall random32_reseed+0x0/0x9d returned 0 after 0 usecs [ 49.912003] calling pci_resource_alignment_sysfs_init+0x0/0x14 @ 1 [ 49.920015] initcall pci_resource_alignment_sysfs_init+0x0/0x14 returned 0 after 0 usecs [ 49.928003] calling pci_sysfs_init+0x0/0x44 @ 1 [ 49.932725] initcall pci_sysfs_init+0x0/0x44 returned 0 after 0 usecs [ 49.940004] calling regulator_init_complete+0x0/0xf6 @ 1 [ 49.944004] initcall regulator_init_complete+0x0/0xf6 returned 0 after 0 usecs [ 49.952003] calling seqgen_init+0x0/0xe @ 1 [ 49.956020] initcall seqgen_init+0x0/0xe returned 0 after 0 usecs [ 49.964006] calling late_resume_init+0x0/0x10d @ 1 [ 49.968002] Magic number: 14:428:449 [ 49.972448] initcall late_resume_init+0x0/0x10d returned 0 after 3906 usecs [ 49.980005] calling hd_init+0x0/0x28c @ 1 [ 49.984065] hd: no drives specified - use hd=cyl,head,sectors on kernel command line [ 49.992036] initcall hd_init+0x0/0x28c returned -1 after 7812 usecs [ 49.996003] initcall hd_init+0x0/0x28c returned with error code -1 [ 50.004004] calling scsi_complete_async_scans+0x0/0x123 @ 1 [ 50.008003] initcall scsi_complete_async_scans+0x0/0x123 returned 0 after 0 usecs [ 50.016003] calling rtc_hctosys+0x0/0x13e @ 1 [ 50.020019] rtc-test rtc-test.0: setting system clock to 2010-06-11 21:25:29 UTC (1276291529) [ 50.028010] initcall rtc_hctosys+0x0/0x13e returned 0 after 7812 usecs [ 50.036003] calling edd_init+0x0/0x2d5 @ 1 [ 50.040003] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found [ 50.044096] initcall edd_init+0x0/0x2d5 returned 0 after 3906 usecs [ 50.052005] calling tcp_congestion_default+0x0/0xf @ 1 [ 50.056005] initcall tcp_congestion_default+0x0/0xf returned 0 after 0 usecs [ 50.064004] calling ip_auto_config+0x0/0xd2b @ 1 [ 50.068015] initcall ip_auto_config+0x0/0xd2b returned 0 after 0 usecs [ 50.076003] calling initialize_hashrnd+0x0/0x16 @ 1 [ 50.080008] initcall initialize_hashrnd+0x0/0x16 returned 0 after 0 usecs [ 50.088231] async_waiting @ 1 [ 50.092003] async_continuing @ 1 after 0 usec [ 50.096076] md: Waiting for all devices to be available before autodetect [ 50.100002] md: If you don't use raid, use raid=noautodetect [ 50.108002] async_waiting @ 1 [ 50.112002] async_continuing @ 1 after 0 usec [ 50.116070] device: 'md0': device_add [ 50.120064] PM: Adding info for No Bus:md0 [ 50.124140] device: '9:0': device_add [ 50.128024] PM: Adding info for No Bus:9:0 [ 50.132129] md: Autodetecting RAID arrays. [ 50.136003] md: Scanned 0 and added 0 devices. [ 50.140001] md: autorun ... [ 50.142814] md: ... autorun DONE. [ 50.160050] EXT3-fs (sda1): recovery required on readonly filesystem [ 50.164197] EXT3-fs (sda1): write access will be enabled during recovery [ 50.176074] EXT3-fs: barriers not enabled [ 50.208072] kjournald starting. Commit interval 5 seconds [ 50.208072] EXT3-fs (sda1): recovery complete [ 50.216034] EXT3-fs (sda1): mounted filesystem with writeback data mode [ 50.224272] VFS: Mounted root (ext3 filesystem) readonly on device 8:1. [ 50.228085] async_waiting @ 1 [ 50.232002] async_continuing @ 1 after 0 usec [ 50.236002] debug: unmapping init memory 422d1000..42375000 [ 50.280105] Not activating Mandatory Access Control now since /sbin/tomoyo-init doesn't exist. [ 50.676005] PPS event at 4294904965 [ 51.676006] PPS event at 4294905215 [ 52.676005] PPS event at 4294905465 [ 53.276311] md: Autodetecting RAID arrays. [ 53.280003] md: Scanned 0 and added 0 devices. [ 53.288004] md: autorun ... [ 53.290832] md: ... autorun DONE. [ 53.676005] PPS event at 4294905715 [ 54.084345] device: 'md1': device_add [ 54.088083] PM: Adding info for No Bus:md1 [ 54.092138] device: '9:1': device_add [ 54.096038] PM: Adding info for No Bus:9:1 [ 54.572083] EXT3-fs (sda1): using internal journal [ 54.652111] EXT3-fs: barriers not enabled [ 54.656055] kjournald starting. Commit interval 5 seconds [ 54.660011] EXT3-fs (sda5): using internal journal [ 54.666132] EXT3-fs (sda5): mounted filesystem with writeback data mode [ 54.676004] PPS event at 4294905965 [ 55.680006] PPS event at 4294906216 [ 55.788980] rc.sysinit used greatest stack depth: 1732 bytes left [ 56.680005] PPS event at 4294906466 [ 57.680001] PPS event at 4294906716 [ 58.680011] PPS event at 4294906966 [ 59.448967] Adding 3911820k swap on /dev/sda2. Priority:-1 extents:1 across:3911820k [ 59.680055] PPS event at 4294907216 [ 60.680008] PPS event at 4294907466 [ 60.785517] ssh used greatest stack depth: 1716 bytes left [ 61.121417] device: 'vcs3': device_add [ 61.121629] PM: Adding info for No Bus:vcs3 [ 61.121695] device: 'vcsa3': device_add [ 61.129414] PM: Adding info for No Bus:vcsa3 [ 61.145736] device: 'vcs4': device_add [ 61.145965] PM: Adding info for No Bus:vcs4 [ 61.146029] device: 'vcsa4': device_add [ 61.146101] PM: Adding info for No Bus:vcsa4 [ 61.148085] device: 'vcs10': device_add [ 61.148174] PM: Adding info for No Bus:vcs10 [ 61.148227] device: 'vcsa10': device_add [ 61.148298] PM: Adding info for No Bus:vcsa10 [ 61.152050] device: 'vcs8': device_add [ 61.152128] PM: Adding info for No Bus:vcs8 [ 61.152180] device: 'vcsa8': device_add [ 61.152251] PM: Adding info for No Bus:vcsa8 [ 61.160734] device: 'vcs7': device_add [ 61.160961] PM: Adding info for No Bus:vcs7 [ 61.161025] device: 'vcsa7': device_add [ 61.161102] PM: Adding info for No Bus:vcsa7 [ 61.176097] device: 'vcs9': device_add [ 61.176268] PM: Adding info for No Bus:vcs9 [ 61.176333] device: 'vcsa9': device_add [ 61.176418] PM: Adding info for No Bus:vcsa9 [ 61.180006] device: 'vcs6': device_add [ 61.180006] PM: Adding info for No Bus:vcs6 [ 61.180006] device: 'vcsa6': device_add [ 61.180006] PM: Adding info for No Bus:vcsa6 [ 61.196042] device: 'vcs5': device_add [ 61.196119] PM: Adding info for No Bus:vcs5 [ 61.196171] device: 'vcsa5': device_add [ 61.196243] PM: Adding info for No Bus:vcsa5 [ 61.215235] device: 'vcs2': device_add [ 61.215364] PM: Adding info for No Bus:vcs2 [ 61.215433] device: 'vcsa2': device_add [ 61.215512] PM: Adding info for No Bus:vcsa2 [ 61.680004] PPS event at 4294907716 [ 62.680006] PPS event at 4294907966 [ 63.680005] PPS event at 4294908216 [ 64.680006] PPS event at 4294908466 [ 65.680002] PPS event at 4294908716 [ 66.680006] PPS event at 4294908966 [ 67.680006] PPS event at 4294909216 [ 68.680006] PPS event at 4294909466 [ 69.680002] PPS event at 4294909716 [ 70.680001] PPS event at 4294909966 [ 71.680006] PPS event at 4294910216 [ 72.680002] PPS event at 4294910466 [ 73.680002] PPS event at 4294910716 [ 74.680004] PPS event at 4294910966 [ 75.680002] PPS event at 4294911216 [ 76.680005] PPS event at 4294911466 [ 77.680006] PPS event at 4294911716 [ 78.680002] PPS event at 4294911966 [ 79.680002] PPS event at 4294912216 [ 80.680001] PPS event at 4294912466 [ 81.680006] PPS event at 4294912716 [ 82.680006] PPS event at 4294912966 [ 83.680002] PPS event at 4294913216 [ 84.680004] PPS event at 4294913466 [ 85.680002] PPS event at 4294913716 [ 86.680002] PPS event at 4294913966 [ 87.680002] PPS event at 4294914216 [ 88.680001] PPS event at 4294914466 [ 89.680006] PPS event at 4294914716 [ 90.680006] PPS event at 4294914966 [ 91.680002] PPS event at 4294915216 [ 92.680004] PPS event at 4294915466 [ 93.680002] PPS event at 4294915716 [ 94.680001] PPS event at 4294915966 [ 95.680002] PPS event at 4294916216 [ 96.680002] PPS event at 4294916466 [ 97.680006] PPS event at 4294916716 [ 98.680011] PPS event at 4294916966 [ 99.680004] PPS event at 4294917216 [ 100.680002] PPS event at 4294917466 [ 101.680002] PPS event at 4294917716 [ 102.680005] PPS event at 4294917966 [ 103.680001] PPS event at 4294918216 [ 104.680001] PPS event at 4294918466 [ 105.680001] PPS event at 4294918716 [ 106.680006] PPS event at 4294918966 [ 107.680006] PPS event at 4294919216 [ 108.680001] PPS event at 4294919466 [ 109.680006] PPS event at 4294919716 [ 110.680001] PPS event at 4294919966 [ 111.680001] PPS event at 4294920216 [ 112.680003] PPS event at 4294920466 [ 113.680001] PPS event at 4294920716 [ 114.680001] PPS event at 4294920966 [ 115.680001] PPS event at 4294921216 [ 116.680006] PPS event at 4294921466 [ 117.680006] PPS event at 4294921716 [ 118.680001] PPS event at 4294921966 [ 119.680002] PPS event at 4294922216 [ 120.680004] PPS event at 4294922466 [ 121.680002] PPS event at 4294922716 [ 122.680001] PPS event at 4294922966 [ 123.680006] PPS event at 4294923216 [ 124.680001] PPS event at 4294923466 [ 125.680001] PPS event at 4294923716 [ 126.680008] PPS event at 4294923966 [ 127.680011] PPS event at 4294924216 [ 128.680006] PPS event at 4294924466 [ 129.680001] PPS event at 4294924716 [ 130.680001] PPS event at 4294924966 [ 131.680001] PPS event at 4294925216 [ 132.680005] PPS event at 4294925466 [ 133.680001] PPS event at 4294925716 [ 134.680001] PPS event at 4294925966 [ 135.680003] PPS event at 4294926216 --Dxnq1zWXvFF0Q93v--