From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: scsi: aic7xxx hang since v2.6.28-rc1 ... Date: Sun, 15 Feb 2009 12:44:46 +0100 Message-ID: <20090215114446.GA19464@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: linux-scsi@vger.kernel.org Cc: linux-kernel@vger.kernel.org List-Id: linux-scsi@vger.kernel.org Here's an SCSI regression i tracked down recently. I'll follow up with more info. I noticed it in the previous merge window (i.e. 3 months ago!) but couldnt properly debug until recently. The problem is that a 32-bit testbox i have (it has aic7xxx) locks up sporadically (often long after bootup) in scsi_request_fn(): Pid: 0, comm: swapper Not tainted (2.6.27-06994-g70740d6-dirty #37) P4DC6 EIP: 0060:[] EFLAGS: 00000206 CPU: 0 EIP is at _spin_unlock_irq+0x29/0x30 EAX: 169b6ee2 EBX: f6211f00 ECX: 00000001 EDX: 00000001 ESI: f6bf2000 EDI: f6bb76c0 EBP: c127fdb8 ESP: c127fdb8 DS: 007b ES: 007b FS: 0000 GS: 0000 SS: 0068 CR0: 8005003b CR2: 44c47230 CR3: 359a5000 CR4: 00000650 DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000 DR6: ffff0ff0 DR7: 00000400 Call Trace: [] scsi_request_fn+0x7c/0x490 [] blk_invoke_request_fn+0x35/0x70 [] __blk_run_queue+0x22/0x30 [] scsi_run_queue+0x12a/0x240 [] ? scsi_put_command+0x4e/0x60 [] scsi_next_command+0x38/0x50 [] scsi_end_request+0x88/0xa0 [] scsi_io_completion+0x121/0x460 [] ? trace_hardirqs_on_caller+0x75/0x140 [] ? sd_done+0xd/0x190 [] scsi_finish_command+0x8d/0xc0 [] scsi_softirq_done+0x96/0x110 [] ? trace_hardirqs_on_caller+0x75/0x140 [] blk_done_softirq+0x6d/0x80 [] __do_softirq+0x6f/0x110 [] do_softirq+0x65/0x70 [] irq_exit+0x65/0x90 [] do_IRQ+0x79/0x90 [] ? trace_hardirqs_on_caller+0xfe/0x140 [] common_interrupt+0x28/0x30 [] ? posix_cpu_timer_get+0x14b/0x250 [] ? poll_idle+0x2a/0x40 [] cpu_idle+0x46/0x90 [] rest_init+0x4d/0x60 it takes anywhere up to 10 reboots to trigger such a hang, so it's close to impossible to bisect it. I've attached the config and a full bootlog. The scsi driver in question is: aic7xxx 0000:03:04.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11 scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0 aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs and the box is a reliable server platform with a good stability track record. Any ideas what's wrong? If it hangs in the place above it never gets unstuck - i once waited hours for it to eventually continue. I have two reliable bisection points: v2.6.27-rc1 is definitely a 'good' kernel and: 70740d6: Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ is a 'bad' kernel. Based on the timeline (i got the first hang on record on Oct 31 2008), i would suspect one of these merges: c53dbf5: Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block ed09441: Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 ef5bef3: Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 e26feff: Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block that brought in the bad commit. Ingo # # Automatically generated make config: don't edit # Linux kernel version: 2.6.27 # Mon Jan 19 15:19:49 2009 # # CONFIG_64BIT is not set CONFIG_X86_32=y # CONFIG_X86_64 is not set CONFIG_X86=y 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_LOCKDEP_SUPPORT=y CONFIG_STACKTRACE_SUPPORT=y CONFIG_HAVE_LATENCYTOP_SUPPORT=y CONFIG_FAST_CMPXCHG_LOCAL=y CONFIG_MMU=y CONFIG_ZONE_DMA=y CONFIG_GENERIC_ISA_DMA=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_BUG=y CONFIG_GENERIC_HWEIGHT=y CONFIG_GENERIC_GPIO=y CONFIG_ARCH_MAY_HAVE_PC_FDC=y # CONFIG_RWSEM_GENERIC_SPINLOCK is not set CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_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_CACHE_LINE_SIZE=y # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set # 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_GENERIC_HARDIRQS=y CONFIG_GENERIC_IRQ_PROBE=y CONFIG_X86_BIOS_REBOOT=y CONFIG_KTIME_SCALAR=y CONFIG_BOOTPARAM_SUPPORT=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" # # General setup # CONFIG_EXPERIMENTAL=y # CONFIG_BROKEN_BOOT_ALLOWED3 is not set CONFIG_BROKEN_ON_SMP=y CONFIG_INIT_ENV_ARG_LIMIT=32 CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y CONFIG_POSIX_MQUEUE=y CONFIG_BSD_PROCESS_ACCT=y CONFIG_BSD_PROCESS_ACCT_V3=y # CONFIG_TASKSTATS is not set # CONFIG_AUDIT is not set CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=20 # CONFIG_CGROUPS is not set CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y # CONFIG_GROUP_SCHED is not set CONFIG_BOOTPARAM_MAXCPUS_1=y CONFIG_BOOTPARAM_NOSMP=y CONFIG_SYSFS_DEPRECATED=y CONFIG_SYSFS_DEPRECATED_V2=y CONFIG_RELAY=y CONFIG_NAMESPACES=y CONFIG_UTS_NS=y CONFIG_IPC_NS=y CONFIG_USER_NS=y # CONFIG_PID_NS is not set # CONFIG_BLK_DEV_INITRD is not set # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set CONFIG_SYSCTL=y # CONFIG_EMBEDDED is not set CONFIG_UID16=y CONFIG_SYSCTL_SYSCALL=y CONFIG_KALLSYMS=y CONFIG_KALLSYMS_ALL=y CONFIG_KALLSYMS_EXTRA_PASS=y CONFIG_HOTPLUG=y CONFIG_PRINTK=y CONFIG_BUG=y CONFIG_ELF_CORE=y CONFIG_PCSPKR_PLATFORM=y # CONFIG_COMPAT_BRK is not set CONFIG_BASE_FULL=y CONFIG_FUTEX=y CONFIG_ANON_INODES=y CONFIG_EPOLL=y CONFIG_SIGNALFD=y CONFIG_TIMERFD=y CONFIG_EVENTFD=y CONFIG_SHMEM=y CONFIG_AIO=y CONFIG_VM_EVENT_COUNTERS=y CONFIG_SLUB_DEBUG=y # CONFIG_SLAB is not set CONFIG_SLUB=y # CONFIG_SLOB is not set CONFIG_PROFILING=y CONFIG_MARKERS=y # CONFIG_OPROFILE is not set 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_ARCH_TRACEHOOK=y CONFIG_HAVE_GENERIC_DMA_COHERENT=y CONFIG_SLABINFO=y CONFIG_RT_MUTEXES=y # CONFIG_TINY_SHMEM is not set CONFIG_BASE_SMALL=0 # CONFIG_MODULES is not set CONFIG_BLOCK=y CONFIG_LBD=y CONFIG_BLK_DEV_IO_TRACE=y CONFIG_LSF=y CONFIG_BLK_DEV_BSG=y # CONFIG_BLK_DEV_INTEGRITY is not set # # IO Schedulers # CONFIG_IOSCHED_NOOP=y CONFIG_IOSCHED_AS=y # CONFIG_IOSCHED_DEADLINE is not set # CONFIG_IOSCHED_CFQ is not set CONFIG_DEFAULT_AS=y # CONFIG_DEFAULT_DEADLINE is not set # CONFIG_DEFAULT_CFQ is not set # CONFIG_DEFAULT_NOOP is not set CONFIG_DEFAULT_IOSCHED="anticipatory" CONFIG_CLASSIC_RCU=y # # Processor type and features # CONFIG_TICK_ONESHOT=y CONFIG_NO_HZ=y # CONFIG_BOOTPARAM_NO_HZ_OFF is not set CONFIG_HIGH_RES_TIMERS=y CONFIG_GENERIC_CLOCKEVENTS_BUILD=y CONFIG_BOOTPARAM_HIGHRES_OFF=y # CONFIG_SMP is not set CONFIG_X86_PC=y # CONFIG_X86_ELAN is not set # CONFIG_X86_VOYAGER is not set # CONFIG_X86_GENERICARCH is not set # CONFIG_X86_VSMP is not set CONFIG_X86_RDC321X=y CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y # CONFIG_PARAVIRT_GUEST is not set CONFIG_MEMTEST=y # CONFIG_M386 is not set # CONFIG_M486 is not set # CONFIG_M586 is not set # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set CONFIG_M686=y # CONFIG_MPENTIUMII is not set # CONFIG_MPENTIUMIII is not set # CONFIG_MPENTIUMM is not set # CONFIG_MPENTIUM4 is not set # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MK8 is not set # CONFIG_MCRUSOE is not set # CONFIG_MEFFICEON is not set # CONFIG_MWINCHIPC6 is not set # CONFIG_MWINCHIP3D is not set # CONFIG_MGEODEGX1 is not set # CONFIG_MGEODE_LX is not set # CONFIG_MCYRIXIII is not set # CONFIG_MVIAC3_2 is not set # CONFIG_MVIAC7 is not set # CONFIG_MPSC is not set # CONFIG_MCORE2 is not set # CONFIG_GENERIC_CPU is not set CONFIG_X86_GENERIC=y CONFIG_X86_CPU=y CONFIG_X86_CMPXCHG=y CONFIG_X86_L1_CACHE_SHIFT=7 CONFIG_X86_XADD=y CONFIG_X86_PPRO_FENCE=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INVLPG=y CONFIG_X86_BSWAP=y CONFIG_X86_POPAD_OK=y CONFIG_X86_INTEL_USERCOPY=y CONFIG_X86_USE_PPRO_CHECKSUM=y CONFIG_X86_TSC=y CONFIG_X86_CMOV=y CONFIG_X86_MINIMUM_CPU_FAMILY=4 CONFIG_X86_DEBUGCTLMSR=y CONFIG_CPU_SUP_INTEL=y CONFIG_CPU_SUP_CYRIX_32=y CONFIG_CPU_SUP_AMD=y CONFIG_CPU_SUP_CENTAUR_32=y CONFIG_CPU_SUP_TRANSMETA_32=y CONFIG_CPU_SUP_UMC_32=y CONFIG_X86_DS=y # CONFIG_X86_PTRACE_BTS is not set CONFIG_HPET_TIMER=y CONFIG_DMI=y # CONFIG_IOMMU_HELPER is not set CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set # CONFIG_PREEMPT is not set # CONFIG_X86_UP_APIC is not set CONFIG_X86_MCE=y # CONFIG_X86_MCE_NONFATAL is not set CONFIG_VM86=y CONFIG_TOSHIBA=y CONFIG_I8K=y 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=y # CONFIG_NOHIGHMEM is not set CONFIG_HIGHMEM4G=y # CONFIG_HIGHMEM64G is not set CONFIG_PAGE_OFFSET=0xC0000000 CONFIG_HIGHMEM=y # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set CONFIG_ARCH_FLATMEM_ENABLE=y CONFIG_ARCH_SPARSEMEM_ENABLE=y CONFIG_ARCH_SELECT_MEMORY_MODEL=y CONFIG_SELECT_MEMORY_MODEL=y CONFIG_FLATMEM_MANUAL=y # CONFIG_DISCONTIGMEM_MANUAL is not set # CONFIG_SPARSEMEM_MANUAL is not set CONFIG_FLATMEM=y CONFIG_FLAT_NODE_MEM_MAP=y CONFIG_SPARSEMEM_STATIC=y CONFIG_PAGEFLAGS_EXTENDED=y CONFIG_SPLIT_PTLOCK_CPUS=4 CONFIG_RESOURCES_64BIT=y # CONFIG_PHYS_ADDR_T_64BIT is not set CONFIG_ZONE_DMA_FLAG=1 CONFIG_BOUNCE=y CONFIG_VIRT_TO_BUS=y 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_EFI=y CONFIG_SECCOMP=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=y CONFIG_KEXEC=y CONFIG_CRASH_DUMP=y CONFIG_PHYSICAL_START=0x100000 # CONFIG_RELOCATABLE is not set CONFIG_PHYSICAL_ALIGN=0x100000 CONFIG_COMPAT_VDSO=y # CONFIG_CMDLINE_BOOL is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y # # Power management options # CONFIG_PM=y # CONFIG_PM_DEBUG is not set CONFIG_PM_SLEEP=y CONFIG_SUSPEND=y CONFIG_SUSPEND_FREEZER=y # CONFIG_HIBERNATION is not set CONFIG_ACPI=y CONFIG_ACPI_SLEEP=y # CONFIG_ACPI_PROCFS is not set # CONFIG_ACPI_PROCFS_POWER is not set CONFIG_ACPI_SYSFS_POWER=y CONFIG_ACPI_PROC_EVENT=y CONFIG_ACPI_AC=y # CONFIG_ACPI_BATTERY is not set CONFIG_ACPI_BUTTON=y CONFIG_ACPI_VIDEO=y CONFIG_ACPI_FAN=y CONFIG_ACPI_DOCK=y # CONFIG_ACPI_BAY is not set CONFIG_ACPI_PROCESSOR=y # CONFIG_ACPI_THERMAL is not set CONFIG_ACPI_WMI=y CONFIG_ACPI_ASUS=y # CONFIG_ACPI_TOSHIBA is not set # CONFIG_ACPI_CUSTOM_DSDT is not set CONFIG_ACPI_BLACKLIST_YEAR=0 CONFIG_ACPI_DEBUG=y CONFIG_ACPI_DEBUG_FUNC_TRACE=y CONFIG_ACPI_EC=y CONFIG_ACPI_PCI_SLOT=y CONFIG_ACPI_POWER=y CONFIG_ACPI_SYSTEM=y CONFIG_X86_PM_TIMER=y CONFIG_ACPI_CONTAINER=y CONFIG_ACPI_SBS=y # CONFIG_APM is not set # # CPU Frequency scaling # # CONFIG_CPU_FREQ is not set CONFIG_CPU_IDLE=y CONFIG_CPU_IDLE_GOV_LADDER=y CONFIG_CPU_IDLE_GOV_MENU=y # # Bus options (PCI etc.) # CONFIG_PCI=y # CONFIG_PCI_GOBIOS is not set # CONFIG_PCI_GOMMCONFIG is not set # CONFIG_PCI_GODIRECT is not set # CONFIG_PCI_GOOLPC is not set CONFIG_PCI_GOANY=y CONFIG_PCI_BIOS=y CONFIG_PCI_DIRECT=y CONFIG_PCI_MMCONFIG=y CONFIG_PCI_OLPC=y CONFIG_PCI_DOMAINS=y CONFIG_PCIEPORTBUS=y CONFIG_HOTPLUG_PCI_PCIE=y CONFIG_PCIEAER=y CONFIG_PCIEASPM=y CONFIG_PCIEASPM_DEBUG=y # CONFIG_ARCH_SUPPORTS_MSI is not set CONFIG_PCI_LEGACY=y # CONFIG_PCI_DEBUG is not set CONFIG_ISA_DMA_API=y # CONFIG_ISA is not set CONFIG_MCA=y # CONFIG_MCA_LEGACY is not set # CONFIG_SCx200 is not set CONFIG_OLPC=y CONFIG_K8_NB=y # CONFIG_PCCARD is not set CONFIG_HOTPLUG_PCI=y CONFIG_HOTPLUG_PCI_FAKE=y CONFIG_HOTPLUG_PCI_COMPAQ=y CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM=y # CONFIG_HOTPLUG_PCI_ACPI is not set CONFIG_HOTPLUG_PCI_CPCI=y CONFIG_HOTPLUG_PCI_CPCI_ZT5550=y # CONFIG_HOTPLUG_PCI_CPCI_GENERIC is not set # CONFIG_HOTPLUG_PCI_SHPC is not set # CONFIG_BOOTPARAM_NMI_WATCHDOG_BIT_0 is not set # CONFIG_BOOTPARAM_NMI_WATCHDOG_BIT_1 is not set # CONFIG_BOOTPARAM_NOAPIC is not set # CONFIG_BOOTPARAM_NOLAPIC is not set # CONFIG_BOOTPARAM_NOLAPIC_TIMER is not set CONFIG_BOOTPARAM_LAPIC=y # CONFIG_BOOTPARAM_HPET_DISABLE is not set CONFIG_BOOTPARAM_IDLE_MWAIT=y CONFIG_BOOTPARAM_IDLE_POLL=y CONFIG_BOOTPARAM_HIGHMEM_512M=y CONFIG_BOOTPARAM_NOPAT=y CONFIG_BOOTPARAM_NOTSC=y # CONFIG_BOOTPARAM_ACPI_OFF is not set # CONFIG_BOOTPARAM_PCI_NOACPI is not set CONFIG_BOOTPARAM_PCI_NOMSI=y # # Executable file formats / Emulations # CONFIG_BINFMT_ELF=y CONFIG_HAVE_AOUT=y CONFIG_BINFMT_AOUT=y CONFIG_BINFMT_MISC=y CONFIG_NET=y # # Networking options # CONFIG_PACKET=y CONFIG_PACKET_MMAP=y CONFIG_UNIX=y CONFIG_XFRM=y CONFIG_XFRM_USER=y CONFIG_XFRM_SUB_POLICY=y CONFIG_XFRM_MIGRATE=y CONFIG_XFRM_STATISTICS=y CONFIG_XFRM_IPCOMP=y CONFIG_NET_KEY=y # CONFIG_NET_KEY_MIGRATE is not set CONFIG_INET=y CONFIG_IP_MULTICAST=y 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=y # CONFIG_IP_ROUTE_VERBOSE is not set CONFIG_IP_PNP=y CONFIG_IP_PNP_DHCP=y CONFIG_IP_PNP_BOOTP=y # CONFIG_IP_PNP_RARP is not set CONFIG_NET_IPIP=y CONFIG_NET_IPGRE=y CONFIG_NET_IPGRE_BROADCAST=y CONFIG_IP_MROUTE=y CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y CONFIG_ARPD=y CONFIG_SYN_COOKIES=y CONFIG_INET_AH=y # CONFIG_INET_ESP is not set # CONFIG_INET_IPCOMP is not set # CONFIG_INET_XFRM_TUNNEL is not set CONFIG_INET_TUNNEL=y # CONFIG_INET_XFRM_MODE_TRANSPORT is not set CONFIG_INET_XFRM_MODE_TUNNEL=y CONFIG_INET_XFRM_MODE_BEET=y CONFIG_INET_LRO=y # CONFIG_INET_DIAG is not set # CONFIG_TCP_CONG_ADVANCED is not set CONFIG_TCP_CONG_CUBIC=y CONFIG_DEFAULT_TCP_CONG="cubic" CONFIG_TCP_MD5SIG=y CONFIG_IPV6=y CONFIG_IPV6_PRIVACY=y # CONFIG_IPV6_ROUTER_PREF is not set CONFIG_IPV6_OPTIMISTIC_DAD=y CONFIG_INET6_AH=y CONFIG_INET6_ESP=y CONFIG_INET6_IPCOMP=y # CONFIG_IPV6_MIP6 is not set CONFIG_INET6_XFRM_TUNNEL=y CONFIG_INET6_TUNNEL=y CONFIG_INET6_XFRM_MODE_TRANSPORT=y CONFIG_INET6_XFRM_MODE_TUNNEL=y CONFIG_INET6_XFRM_MODE_BEET=y # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set CONFIG_IPV6_SIT=y CONFIG_IPV6_NDISC_NODETYPE=y # CONFIG_IPV6_TUNNEL is not set # CONFIG_IPV6_MULTIPLE_TABLES is not set CONFIG_IPV6_MROUTE=y CONFIG_IPV6_PIMSM_V2=y CONFIG_NETLABEL=y # CONFIG_NETWORK_SECMARK is not set CONFIG_NETFILTER=y CONFIG_NETFILTER_DEBUG=y CONFIG_NETFILTER_ADVANCED=y CONFIG_BRIDGE_NETFILTER=y # # Core Netfilter Configuration # CONFIG_NETFILTER_NETLINK=y CONFIG_NETFILTER_NETLINK_QUEUE=y # CONFIG_NETFILTER_NETLINK_LOG is not set CONFIG_NF_CONNTRACK=y CONFIG_NF_CT_ACCT=y CONFIG_NF_CONNTRACK_MARK=y CONFIG_NF_CONNTRACK_EVENTS=y CONFIG_NF_CT_PROTO_DCCP=y CONFIG_NF_CT_PROTO_GRE=y # CONFIG_NF_CT_PROTO_SCTP is not set CONFIG_NF_CT_PROTO_UDPLITE=y # CONFIG_NF_CONNTRACK_AMANDA is not set CONFIG_NF_CONNTRACK_FTP=y CONFIG_NF_CONNTRACK_H323=y # CONFIG_NF_CONNTRACK_IRC is not set # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set CONFIG_NF_CONNTRACK_PPTP=y CONFIG_NF_CONNTRACK_SANE=y # CONFIG_NF_CONNTRACK_SIP is not set CONFIG_NF_CONNTRACK_TFTP=y # CONFIG_NF_CT_NETLINK is not set # CONFIG_NETFILTER_TPROXY is not set CONFIG_NETFILTER_XTABLES=y CONFIG_NETFILTER_XT_TARGET_CLASSIFY=y CONFIG_NETFILTER_XT_TARGET_CONNMARK=y # CONFIG_NETFILTER_XT_TARGET_DSCP is not set CONFIG_NETFILTER_XT_TARGET_MARK=y # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set CONFIG_NETFILTER_XT_TARGET_NOTRACK=y CONFIG_NETFILTER_XT_TARGET_RATEEST=y CONFIG_NETFILTER_XT_TARGET_TRACE=y # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=y CONFIG_NETFILTER_XT_MATCH_COMMENT=y CONFIG_NETFILTER_XT_MATCH_CONNBYTES=y CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=y # CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set # CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set CONFIG_NETFILTER_XT_MATCH_DCCP=y # CONFIG_NETFILTER_XT_MATCH_DSCP is not set CONFIG_NETFILTER_XT_MATCH_ESP=y CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=y # CONFIG_NETFILTER_XT_MATCH_HELPER is not set CONFIG_NETFILTER_XT_MATCH_IPRANGE=y CONFIG_NETFILTER_XT_MATCH_LENGTH=y # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set CONFIG_NETFILTER_XT_MATCH_MAC=y # CONFIG_NETFILTER_XT_MATCH_MARK is not set CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y # CONFIG_NETFILTER_XT_MATCH_OWNER is not set CONFIG_NETFILTER_XT_MATCH_POLICY=y CONFIG_NETFILTER_XT_MATCH_PHYSDEV=y # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set CONFIG_NETFILTER_XT_MATCH_QUOTA=y # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set # CONFIG_NETFILTER_XT_MATCH_REALM is not set CONFIG_NETFILTER_XT_MATCH_RECENT=y # CONFIG_NETFILTER_XT_MATCH_RECENT_PROC_COMPAT is not set CONFIG_NETFILTER_XT_MATCH_SCTP=y CONFIG_NETFILTER_XT_MATCH_STATE=y # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set # CONFIG_NETFILTER_XT_MATCH_STRING is not set # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set CONFIG_NETFILTER_XT_MATCH_TIME=y CONFIG_NETFILTER_XT_MATCH_U32=y # CONFIG_IP_VS 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_QUEUE=y CONFIG_IP_NF_IPTABLES=y CONFIG_IP_NF_MATCH_ADDRTYPE=y # CONFIG_IP_NF_MATCH_AH is not set # CONFIG_IP_NF_MATCH_ECN is not set CONFIG_IP_NF_MATCH_TTL=y CONFIG_IP_NF_FILTER=y CONFIG_IP_NF_TARGET_REJECT=y CONFIG_IP_NF_TARGET_LOG=y CONFIG_IP_NF_TARGET_ULOG=y # CONFIG_NF_NAT is not set CONFIG_IP_NF_MANGLE=y CONFIG_IP_NF_TARGET_CLUSTERIP=y CONFIG_IP_NF_TARGET_ECN=y # CONFIG_IP_NF_TARGET_TTL is not set # CONFIG_IP_NF_RAW is not set CONFIG_IP_NF_SECURITY=y CONFIG_IP_NF_ARPTABLES=y CONFIG_IP_NF_ARPFILTER=y CONFIG_IP_NF_ARP_MANGLE=y # # IPv6: Netfilter Configuration # CONFIG_NF_CONNTRACK_IPV6=y CONFIG_IP6_NF_QUEUE=y CONFIG_IP6_NF_IPTABLES=y CONFIG_IP6_NF_MATCH_AH=y CONFIG_IP6_NF_MATCH_EUI64=y CONFIG_IP6_NF_MATCH_FRAG=y # CONFIG_IP6_NF_MATCH_OPTS is not set CONFIG_IP6_NF_MATCH_HL=y CONFIG_IP6_NF_MATCH_IPV6HEADER=y # CONFIG_IP6_NF_MATCH_MH is not set CONFIG_IP6_NF_MATCH_RT=y CONFIG_IP6_NF_TARGET_LOG=y CONFIG_IP6_NF_FILTER=y CONFIG_IP6_NF_TARGET_REJECT=y # CONFIG_IP6_NF_MANGLE is not set CONFIG_IP6_NF_RAW=y CONFIG_IP6_NF_SECURITY=y # # DECnet: Netfilter Configuration # # CONFIG_DECNET_NF_GRABULATOR is not set CONFIG_BRIDGE_NF_EBTABLES=y # CONFIG_BRIDGE_EBT_BROUTE is not set # CONFIG_BRIDGE_EBT_T_FILTER is not set CONFIG_BRIDGE_EBT_T_NAT=y CONFIG_BRIDGE_EBT_802_3=y CONFIG_BRIDGE_EBT_AMONG=y CONFIG_BRIDGE_EBT_ARP=y CONFIG_BRIDGE_EBT_IP=y CONFIG_BRIDGE_EBT_IP6=y CONFIG_BRIDGE_EBT_LIMIT=y CONFIG_BRIDGE_EBT_MARK=y CONFIG_BRIDGE_EBT_PKTTYPE=y CONFIG_BRIDGE_EBT_STP=y # CONFIG_BRIDGE_EBT_VLAN is not set CONFIG_BRIDGE_EBT_ARPREPLY=y CONFIG_BRIDGE_EBT_DNAT=y # CONFIG_BRIDGE_EBT_MARK_T is not set CONFIG_BRIDGE_EBT_REDIRECT=y CONFIG_BRIDGE_EBT_SNAT=y CONFIG_BRIDGE_EBT_LOG=y CONFIG_BRIDGE_EBT_ULOG=y CONFIG_BRIDGE_EBT_NFLOG=y CONFIG_IP_DCCP=y CONFIG_IP_DCCP_ACKVEC=y # # DCCP CCIDs Configuration (EXPERIMENTAL) # CONFIG_IP_DCCP_CCID2=y 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=y CONFIG_SCTP_DBG_OBJCNT=y # CONFIG_SCTP_HMAC_NONE is not set # CONFIG_SCTP_HMAC_SHA1 is not set CONFIG_SCTP_HMAC_MD5=y CONFIG_TIPC=y # CONFIG_TIPC_ADVANCED is not set CONFIG_TIPC_DEBUG=y CONFIG_ATM=y CONFIG_ATM_CLIP=y # CONFIG_ATM_CLIP_NO_ICMP is not set # CONFIG_ATM_LANE is not set # CONFIG_ATM_BR2684 is not set CONFIG_STP=y CONFIG_BRIDGE=y CONFIG_NET_DSA=y CONFIG_NET_DSA_TAG_DSA=y CONFIG_NET_DSA_TAG_EDSA=y # CONFIG_NET_DSA_TAG_TRAILER is not set CONFIG_NET_DSA_MV88E6XXX=y # CONFIG_NET_DSA_MV88E6060 is not set CONFIG_NET_DSA_MV88E6XXX_NEED_PPU=y CONFIG_NET_DSA_MV88E6131=y CONFIG_NET_DSA_MV88E6123_61_65=y # CONFIG_VLAN_8021Q is not set CONFIG_DECNET=y CONFIG_DECNET_ROUTER=y CONFIG_LLC=y CONFIG_LLC2=y 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 is not set CONFIG_NET_SCHED=y # # Queueing/Scheduling # # CONFIG_NET_SCH_CBQ is not set # CONFIG_NET_SCH_HTB is not set CONFIG_NET_SCH_HFSC=y CONFIG_NET_SCH_ATM=y CONFIG_NET_SCH_PRIO=y CONFIG_NET_SCH_MULTIQ=y CONFIG_NET_SCH_RED=y CONFIG_NET_SCH_SFQ=y # CONFIG_NET_SCH_TEQL is not set CONFIG_NET_SCH_TBF=y # CONFIG_NET_SCH_GRED is not set CONFIG_NET_SCH_DSMARK=y # CONFIG_NET_SCH_NETEM is not set # # Classification # CONFIG_NET_CLS=y # CONFIG_NET_CLS_BASIC is not set CONFIG_NET_CLS_TCINDEX=y CONFIG_NET_CLS_ROUTE4=y CONFIG_NET_CLS_ROUTE=y CONFIG_NET_CLS_FW=y # CONFIG_NET_CLS_U32 is not set CONFIG_NET_CLS_RSVP=y CONFIG_NET_CLS_RSVP6=y CONFIG_NET_CLS_FLOW=y CONFIG_NET_EMATCH=y CONFIG_NET_EMATCH_STACK=32 # CONFIG_NET_EMATCH_CMP is not set CONFIG_NET_EMATCH_NBYTE=y # CONFIG_NET_EMATCH_U32 is not set # CONFIG_NET_EMATCH_META is not set # CONFIG_NET_EMATCH_TEXT is not set # CONFIG_NET_CLS_ACT is not set # CONFIG_NET_CLS_IND is not set CONFIG_NET_SCH_FIFO=y # # Network testing # # CONFIG_NET_PKTGEN is not set CONFIG_HAMRADIO=y # # Packet Radio protocols # CONFIG_AX25=y # CONFIG_AX25_DAMA_SLAVE is not set # CONFIG_NETROM is not set CONFIG_ROSE=y # # AX.25 network device drivers # CONFIG_MKISS=y CONFIG_6PACK=y # CONFIG_BPQETHER is not set # CONFIG_BAYCOM_SER_FDX is not set CONFIG_BAYCOM_SER_HDX=y CONFIG_BAYCOM_PAR=y CONFIG_BAYCOM_EPP=y # CONFIG_YAM is not set # CONFIG_CAN is not set CONFIG_IRDA=y # # IrDA protocols # CONFIG_IRLAN=y CONFIG_IRCOMM=y CONFIG_IRDA_ULTRA=y # # IrDA options # CONFIG_IRDA_CACHE_LAST_LSAP=y CONFIG_IRDA_FAST_RR=y # CONFIG_IRDA_DEBUG is not set # # Infrared-port device drivers # # # SIR device drivers # # CONFIG_IRTTY_SIR is not set # # Dongle support # # CONFIG_KINGSUN_DONGLE is not set CONFIG_KSDAZZLE_DONGLE=y # CONFIG_KS959_DONGLE is not set # # FIR device drivers # # CONFIG_USB_IRDA is not set CONFIG_SIGMATEL_FIR=y CONFIG_NSC_FIR=y CONFIG_WINBOND_FIR=y # CONFIG_TOSHIBA_FIR is not set CONFIG_SMC_IRCC_FIR=y CONFIG_ALI_FIR=y CONFIG_VLSI_FIR=y CONFIG_VIA_FIR=y CONFIG_MCS_FIR=y CONFIG_BT=y # CONFIG_BT_L2CAP is not set # CONFIG_BT_SCO is not set # # Bluetooth device drivers # CONFIG_BT_HCIBTUSB=y # CONFIG_BT_HCIUART is not set CONFIG_BT_HCIBCM203X=y # CONFIG_BT_HCIBPA10X is not set CONFIG_BT_HCIBFUSB=y CONFIG_BT_HCIVHCI=y CONFIG_AF_RXRPC=y # CONFIG_AF_RXRPC_DEBUG is not set # CONFIG_RXKAD is not set # CONFIG_PHONET is not set CONFIG_FIB_RULES=y # CONFIG_WIRELESS is not set CONFIG_RFKILL=y CONFIG_RFKILL_INPUT=y CONFIG_RFKILL_LEDS=y CONFIG_NET_9P=y CONFIG_NET_9P_DEBUG=y # # Device Drivers # # # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 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=y CONFIG_PROC_EVENTS=y CONFIG_PARPORT=y CONFIG_PARPORT_PC=y CONFIG_PARPORT_SERIAL=y CONFIG_PARPORT_PC_FIFO=y CONFIG_PARPORT_PC_SUPERIO=y # CONFIG_PARPORT_GSC is not set CONFIG_PARPORT_AX88796=y # CONFIG_PARPORT_1284 is not set CONFIG_PARPORT_NOT_PC=y CONFIG_PNP=y # CONFIG_PNP_DEBUG is not set # # Protocols # CONFIG_PNPACPI=y CONFIG_BLK_DEV=y CONFIG_BLK_DEV_FD=y CONFIG_BLK_CPQ_DA=y CONFIG_BLK_CPQ_CISS_DA=y # CONFIG_CISS_SCSI_TAPE is not set CONFIG_BLK_DEV_DAC960=y CONFIG_BLK_DEV_UMEM=y # CONFIG_BLK_DEV_COW_COMMON is not set CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_CRYPTOLOOP=y CONFIG_BLK_DEV_NBD=y CONFIG_BLK_DEV_SX8=y CONFIG_BLK_DEV_UB=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=16 CONFIG_BLK_DEV_RAM_SIZE=4096 CONFIG_BLK_DEV_XIP=y CONFIG_CDROM_PKTCDVD=y CONFIG_CDROM_PKTCDVD_BUFFERS=8 # CONFIG_CDROM_PKTCDVD_WCACHE is not set # CONFIG_ATA_OVER_ETH is not set CONFIG_BLK_DEV_HD=y CONFIG_MISC_DEVICES=y # CONFIG_IBM_ASM is not set CONFIG_PHANTOM=y # CONFIG_EEPROM_93CX6 is not set CONFIG_SGI_IOC4=y CONFIG_TIFM_CORE=y # CONFIG_TIFM_7XX1 is not set CONFIG_ACER_WMI=y # CONFIG_FUJITSU_LAPTOP is not set CONFIG_TC1100_WMI=y # CONFIG_HP_WMI is not set # CONFIG_MSI_LAPTOP is not set # CONFIG_COMPAL_LAPTOP is not set # CONFIG_SONY_LAPTOP is not set # CONFIG_THINKPAD_ACPI is not set CONFIG_EEEPC_LAPTOP=y # CONFIG_ENCLOSURE_SERVICES is not set # CONFIG_HP_ILO is not set CONFIG_HAVE_IDE=y # # SCSI device support # # CONFIG_RAID_ATTRS is not set 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 is not set CONFIG_CHR_DEV_OSST=y CONFIG_BLK_DEV_SR=y # CONFIG_BLK_DEV_SR_VENDOR is not set # CONFIG_CHR_DEV_SG is not set # CONFIG_CHR_DEV_SCH is not set # # Some SCSI devices (e.g. CD jukebox) support multiple LUNs # CONFIG_SCSI_MULTI_LUN=y CONFIG_SCSI_CONSTANTS=y # CONFIG_SCSI_LOGGING is not set # CONFIG_SCSI_SCAN_ASYNC is not set # # 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 is not set CONFIG_SCSI_SAS_LIBSAS_DEBUG=y CONFIG_SCSI_SRP_ATTRS=y # CONFIG_SCSI_SRP_TGT_ATTRS is not set CONFIG_SCSI_LOWLEVEL=y CONFIG_ISCSI_TCP=y CONFIG_BLK_DEV_3W_XXXX_RAID=y # CONFIG_SCSI_3W_9XXX is not set CONFIG_SCSI_ACARD=y CONFIG_SCSI_AACRAID=y CONFIG_SCSI_AIC7XXX=y CONFIG_AIC7XXX_CMDS_PER_DEVICE=32 CONFIG_AIC7XXX_RESET_DELAY_MS=1000 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 is not set # CONFIG_SCSI_DPT_I2O is not set CONFIG_SCSI_ADVANSYS=y CONFIG_SCSI_ARCMSR=y # CONFIG_SCSI_ARCMSR_AER is not set # CONFIG_MEGARAID_NEWGEN is not set # CONFIG_MEGARAID_LEGACY is not set # CONFIG_MEGARAID_SAS is not set CONFIG_SCSI_HPTIOP=y # CONFIG_SCSI_BUSLOGIC is not set CONFIG_SCSI_DMX3191D=y CONFIG_SCSI_EATA=y CONFIG_SCSI_EATA_TAGGED_QUEUE=y # CONFIG_SCSI_EATA_LINKED_COMMANDS is not set CONFIG_SCSI_EATA_MAX_TAGS=16 CONFIG_SCSI_FUTURE_DOMAIN=y CONFIG_SCSI_GDTH=y CONFIG_SCSI_IBMMCA=y CONFIG_IBMMCA_SCSI_ORDER_STANDARD=y # CONFIG_IBMMCA_SCSI_DEV_RESET is not set CONFIG_SCSI_IPS=y CONFIG_SCSI_INITIO=y CONFIG_SCSI_INIA100=y CONFIG_SCSI_PPA=y # CONFIG_SCSI_IMM is not set CONFIG_SCSI_IZIP_EPP16=y CONFIG_SCSI_IZIP_SLOW_CTR=y # CONFIG_SCSI_MVSAS is not set CONFIG_SCSI_NCR_D700=y CONFIG_SCSI_STEX=y # CONFIG_SCSI_SYM53C8XX_2 is not set CONFIG_SCSI_IPR=y CONFIG_SCSI_IPR_TRACE=y CONFIG_SCSI_IPR_DUMP=y CONFIG_SCSI_NCR_Q720=y CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=8 CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32 CONFIG_SCSI_NCR53C8XX_SYNC=20 CONFIG_SCSI_QLOGIC_1280=y # CONFIG_SCSI_QLA_FC is not set # CONFIG_SCSI_QLA_ISCSI is not set CONFIG_SCSI_LPFC=y # CONFIG_SCSI_SIM710 is not set # CONFIG_SCSI_DC395x is not set CONFIG_SCSI_DC390T=y CONFIG_SCSI_NSP32=y CONFIG_SCSI_SRP=y CONFIG_SCSI_DH=y # CONFIG_SCSI_DH_RDAC is not set # CONFIG_SCSI_DH_HP_SW is not set # CONFIG_SCSI_DH_EMC is not set # CONFIG_SCSI_DH_ALUA is not set CONFIG_ATA=y # CONFIG_ATA_NONSTANDARD is not set CONFIG_ATA_ACPI=y CONFIG_SATA_PMP=y CONFIG_SATA_AHCI=y CONFIG_SATA_SIL24=y CONFIG_ATA_SFF=y CONFIG_SATA_SVW=y CONFIG_ATA_PIIX=y CONFIG_SATA_MV=y CONFIG_SATA_NV=y # CONFIG_PDC_ADMA is not set CONFIG_SATA_QSTOR=y CONFIG_SATA_PROMISE=y CONFIG_SATA_SX4=y # CONFIG_SATA_SIL is not set # CONFIG_SATA_SIS is not set CONFIG_SATA_ULI=y # CONFIG_SATA_VIA is not set # CONFIG_SATA_VITESSE is not set # CONFIG_SATA_INIC162X is not set CONFIG_PATA_ACPI=y CONFIG_PATA_ALI=y CONFIG_PATA_AMD=y # CONFIG_PATA_ARTOP is not set CONFIG_PATA_ATIIXP=y CONFIG_PATA_CMD640_PCI=y CONFIG_PATA_CMD64X=y # CONFIG_PATA_CS5520 is not set # CONFIG_PATA_CS5530 is not set # CONFIG_PATA_CS5535 is not set CONFIG_PATA_CS5536=y # CONFIG_PATA_CYPRESS is not set CONFIG_PATA_EFAR=y CONFIG_ATA_GENERIC=y # CONFIG_PATA_HPT366 is not set # CONFIG_PATA_HPT37X is not set CONFIG_PATA_HPT3X2N=y # CONFIG_PATA_HPT3X3 is not set CONFIG_PATA_IT821X=y CONFIG_PATA_IT8213=y CONFIG_PATA_JMICRON=y CONFIG_PATA_TRIFLEX=y # CONFIG_PATA_MARVELL is not set CONFIG_PATA_MPIIX=y CONFIG_PATA_OLDPIIX=y CONFIG_PATA_NETCELL=y CONFIG_PATA_NINJA32=y CONFIG_PATA_NS87410=y CONFIG_PATA_NS87415=y CONFIG_PATA_OPTI=y CONFIG_PATA_OPTIDMA=y CONFIG_PATA_PDC_OLD=y CONFIG_PATA_RADISYS=y # CONFIG_PATA_RZ1000 is not set CONFIG_PATA_SC1200=y CONFIG_PATA_SERVERWORKS=y CONFIG_PATA_PDC2027X=y CONFIG_PATA_SIL680=y # CONFIG_PATA_SIS is not set CONFIG_PATA_VIA=y CONFIG_PATA_WINBOND=y CONFIG_PATA_SCH=y CONFIG_MD=y CONFIG_BLK_DEV_MD=y # CONFIG_MD_AUTODETECT is not set # CONFIG_MD_LINEAR is not set # CONFIG_MD_RAID0 is not set # CONFIG_MD_RAID1 is not set CONFIG_MD_RAID10=y CONFIG_MD_RAID456=y CONFIG_MD_RAID5_RESHAPE=y # CONFIG_MD_MULTIPATH is not set CONFIG_MD_FAULTY=y CONFIG_BLK_DEV_DM=y # CONFIG_DM_DEBUG is not set CONFIG_DM_CRYPT=y CONFIG_DM_SNAPSHOT=y CONFIG_DM_MIRROR=y CONFIG_DM_ZERO=y CONFIG_DM_MULTIPATH=y CONFIG_DM_DELAY=y # CONFIG_DM_UEVENT is not set # CONFIG_FUSION is not set # # IEEE 1394 (FireWire) support # # # Enable only one of the two stacks, unless you know what you are doing # CONFIG_FIREWIRE=y # CONFIG_FIREWIRE_OHCI is not set CONFIG_FIREWIRE_SBP2=y CONFIG_IEEE1394=y CONFIG_IEEE1394_OHCI1394=y CONFIG_IEEE1394_PCILYNX=y CONFIG_IEEE1394_SBP2=y CONFIG_IEEE1394_SBP2_PHYS_DMA=y CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y CONFIG_IEEE1394_ETH1394=y CONFIG_IEEE1394_RAWIO=y CONFIG_IEEE1394_VIDEO1394=y CONFIG_IEEE1394_DV1394=y CONFIG_IEEE1394_VERBOSEDEBUG=y # CONFIG_I2O is not set CONFIG_MACINTOSH_DRIVERS=y CONFIG_MAC_EMUMOUSEBTN=y CONFIG_NETDEVICES=y CONFIG_DUMMY=y CONFIG_BONDING=y CONFIG_MACVLAN=y CONFIG_EQUALIZER=y CONFIG_TUN=y # CONFIG_VETH is not set CONFIG_NET_SB1000=y CONFIG_ARCNET=y CONFIG_ARCNET_1201=y # CONFIG_ARCNET_1051 is not set CONFIG_ARCNET_RAW=y CONFIG_ARCNET_CAP=y CONFIG_ARCNET_COM90xx=y CONFIG_ARCNET_COM90xxIO=y # CONFIG_ARCNET_RIM_I is not set CONFIG_ARCNET_COM20020=y CONFIG_ARCNET_COM20020_PCI=y CONFIG_PHYLIB=y # # MII PHY device drivers # CONFIG_MARVELL_PHY=y # CONFIG_DAVICOM_PHY is not set CONFIG_QSEMI_PHY=y # CONFIG_LXT_PHY is not set CONFIG_CICADA_PHY=y CONFIG_VITESSE_PHY=y # CONFIG_SMSC_PHY is not set # CONFIG_BROADCOM_PHY is not set CONFIG_ICPLUS_PHY=y # CONFIG_REALTEK_PHY is not set CONFIG_FIXED_PHY=y CONFIG_MDIO_BITBANG=y CONFIG_NET_ETHERNET=y CONFIG_MII=y CONFIG_HAPPYMEAL=y # CONFIG_SUNGEM is not set CONFIG_CASSINI=y # CONFIG_NET_VENDOR_3COM is not set CONFIG_VORTEX=y CONFIG_NET_VENDOR_SMC=y # CONFIG_ULTRAMCA is not set # CONFIG_ENC28J60 is not set CONFIG_NET_TULIP=y # CONFIG_DE2104X is not set CONFIG_TULIP=y CONFIG_TULIP_MWI=y CONFIG_TULIP_MMIO=y CONFIG_TULIP_NAPI=y CONFIG_TULIP_NAPI_HW_MITIGATION=y CONFIG_DE4X5=y # CONFIG_WINBOND_840 is not set CONFIG_DM9102=y CONFIG_ULI526X=y CONFIG_DEPCA=y CONFIG_HP100=y CONFIG_IBMLANA=y # 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_B44 is not set CONFIG_FORCEDETH=y # CONFIG_FORCEDETH_NAPI is not set CONFIG_EEPRO100=y CONFIG_E100=y # CONFIG_FEALNX is not set CONFIG_NATSEMI=y # CONFIG_NE2K_PCI is not set CONFIG_8139CP=y CONFIG_8139TOO=y CONFIG_8139TOO_PIO=y # CONFIG_8139TOO_TUNE_TWISTER is not set CONFIG_8139TOO_8129=y CONFIG_8139_OLD_RX_RESET=y CONFIG_R6040=y # CONFIG_SIS900 is not set CONFIG_EPIC100=y CONFIG_SUNDANCE=y # CONFIG_SUNDANCE_MMIO is not set CONFIG_TLAN=y # CONFIG_VIA_RHINE is not set CONFIG_SC92031=y CONFIG_NET_POCKET=y CONFIG_ATP=y CONFIG_DE600=y CONFIG_DE620=y CONFIG_ATL2=y CONFIG_NETDEV_1000=y # CONFIG_ACENIC is not set CONFIG_DL2K=y CONFIG_E1000=y CONFIG_E1000E=y CONFIG_IP1000=y CONFIG_IGB=y # CONFIG_IGB_LRO is not set CONFIG_NS83820=y CONFIG_HAMACHI=y CONFIG_YELLOWFIN=y CONFIG_R8169=y CONFIG_SIS190=y CONFIG_SKGE=y CONFIG_SKGE_DEBUG=y CONFIG_SKY2=y CONFIG_SKY2_DEBUG=y CONFIG_VIA_VELOCITY=y CONFIG_TIGON3=y CONFIG_BNX2=y CONFIG_QLA3XXX=y CONFIG_ATL1=y CONFIG_ATL1E=y CONFIG_JME=y # CONFIG_NETDEV_10000 is not set CONFIG_MLX4_CORE=y # CONFIG_TR is not set # # Wireless LAN # # CONFIG_WLAN_PRE80211 is not set # CONFIG_WLAN_80211 is not set # CONFIG_IWLWIFI_LEDS is not set # # USB Network Adapters # # CONFIG_USB_CATC is not set CONFIG_USB_KAWETH=y CONFIG_USB_PEGASUS=y CONFIG_USB_RTL8150=y # CONFIG_USB_USBNET is not set # CONFIG_USB_HSO is not set CONFIG_WAN=y CONFIG_LANMEDIA=y CONFIG_HDLC=y CONFIG_HDLC_RAW=y CONFIG_HDLC_RAW_ETH=y CONFIG_HDLC_CISCO=y # CONFIG_HDLC_FR is not set CONFIG_HDLC_PPP=y CONFIG_HDLC_X25=y CONFIG_PCI200SYN=y CONFIG_WANXL=y # CONFIG_PC300TOO is not set # CONFIG_FARSYNC is not set CONFIG_DLCI=y CONFIG_DLCI_MAX=8 # CONFIG_LAPBETHER is not set CONFIG_X25_ASY=y # CONFIG_SBNI is not set CONFIG_ATM_DRIVERS=y CONFIG_ATM_DUMMY=y # CONFIG_ATM_TCP is not set # 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=y CONFIG_ATM_AMBASSADOR_DEBUG=y CONFIG_ATM_HORIZON=y CONFIG_ATM_HORIZON_DEBUG=y CONFIG_ATM_IA=y # CONFIG_ATM_IA_DEBUG is not set CONFIG_ATM_FORE200E=y # CONFIG_ATM_FORE200E_USE_TASKLET is not set CONFIG_ATM_FORE200E_TX_RETRY=16 CONFIG_ATM_FORE200E_DEBUG=0 CONFIG_ATM_HE=y CONFIG_ATM_HE_USE_SUNI=y CONFIG_FDDI=y CONFIG_DEFXX=y CONFIG_DEFXX_MMIO=y CONFIG_SKFP=y # CONFIG_HIPPI is not set # CONFIG_PLIP is not set # CONFIG_PPP is not set CONFIG_SLIP=y # CONFIG_SLIP_COMPRESSED is not set CONFIG_SLIP_SMART=y CONFIG_SLIP_MODE_SLIP6=y CONFIG_NET_FC=y CONFIG_NETCONSOLE=y CONFIG_NETCONSOLE_DYNAMIC=y CONFIG_NETPOLL=y CONFIG_NETPOLL_TRAP=y CONFIG_NET_POLL_CONTROLLER=y CONFIG_ISDN=y # CONFIG_MISDN is not set CONFIG_ISDN_I4L=y # CONFIG_ISDN_PPP is not set # CONFIG_ISDN_AUDIO is not set CONFIG_ISDN_X25=y # # ISDN feature submodules # # CONFIG_ISDN_DRV_LOOP is not set # CONFIG_ISDN_DIVERSION is not set # # ISDN4Linux hardware drivers # # # Passive cards # # CONFIG_ISDN_DRV_HISAX is not set # # Active cards # CONFIG_ISDN_DRV_GIGASET=y CONFIG_GIGASET_BASE=y # CONFIG_GIGASET_M105 is not set # CONFIG_GIGASET_M101 is not set CONFIG_GIGASET_DEBUG=y CONFIG_GIGASET_UNDOCREQ=y CONFIG_ISDN_CAPI=y CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON=y CONFIG_CAPI_TRACE=y CONFIG_ISDN_CAPI_MIDDLEWARE=y # CONFIG_ISDN_CAPI_CAPI20 is not set # CONFIG_ISDN_CAPI_CAPIDRV is not set # # CAPI hardware drivers # # CONFIG_CAPI_AVM is not set CONFIG_CAPI_EICON=y # CONFIG_ISDN_DIVAS is not set # CONFIG_PHONE is not set # # Input device support # CONFIG_INPUT=y # CONFIG_INPUT_FF_MEMLESS is not set CONFIG_INPUT_POLLDEV=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=y # # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_SUNKBD is not set # CONFIG_KEYBOARD_LKKBD is not set CONFIG_KEYBOARD_XTKBD=y CONFIG_KEYBOARD_NEWTON=y CONFIG_KEYBOARD_STOWAWAY=y CONFIG_KEYBOARD_GPIO=y CONFIG_INPUT_MOUSE=y # CONFIG_MOUSE_PS2 is not set CONFIG_MOUSE_SERIAL=y # CONFIG_MOUSE_APPLETOUCH is not set # CONFIG_MOUSE_BCM5974 is not set # CONFIG_MOUSE_VSXXXAA is not set CONFIG_MOUSE_GPIO=y CONFIG_INPUT_JOYSTICK=y CONFIG_JOYSTICK_ANALOG=y CONFIG_JOYSTICK_A3D=y CONFIG_JOYSTICK_ADI=y CONFIG_JOYSTICK_COBRA=y CONFIG_JOYSTICK_GF2K=y CONFIG_JOYSTICK_GRIP=y # CONFIG_JOYSTICK_GRIP_MP is not set CONFIG_JOYSTICK_GUILLEMOT=y # CONFIG_JOYSTICK_INTERACT is not set CONFIG_JOYSTICK_SIDEWINDER=y CONFIG_JOYSTICK_TMDC=y # CONFIG_JOYSTICK_IFORCE is not set 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 is not set CONFIG_JOYSTICK_TURBOGRAFX=y CONFIG_JOYSTICK_JOYDUMP=y CONFIG_JOYSTICK_XPAD=y # CONFIG_JOYSTICK_XPAD_FF is not set CONFIG_JOYSTICK_XPAD_LEDS=y CONFIG_INPUT_TABLET=y CONFIG_TABLET_USB_ACECAD=y # CONFIG_TABLET_USB_AIPTEK is not set CONFIG_TABLET_USB_GTCO=y # CONFIG_TABLET_USB_KBTAB is not set CONFIG_TABLET_USB_WACOM=y CONFIG_INPUT_TOUCHSCREEN=y # CONFIG_TOUCHSCREEN_ADS7846 is not set CONFIG_TOUCHSCREEN_FUJITSU=y CONFIG_TOUCHSCREEN_GUNZE=y CONFIG_TOUCHSCREEN_ELO=y CONFIG_TOUCHSCREEN_MTOUCH=y # CONFIG_TOUCHSCREEN_INEXIO is not set CONFIG_TOUCHSCREEN_MK712=y # CONFIG_TOUCHSCREEN_PENMOUNT is not set CONFIG_TOUCHSCREEN_TOUCHRIGHT=y CONFIG_TOUCHSCREEN_TOUCHWIN=y CONFIG_TOUCHSCREEN_USB_COMPOSITE=y CONFIG_TOUCHSCREEN_USB_EGALAX=y CONFIG_TOUCHSCREEN_USB_PANJIT=y CONFIG_TOUCHSCREEN_USB_3M=y CONFIG_TOUCHSCREEN_USB_ITM=y CONFIG_TOUCHSCREEN_USB_ETURBO=y CONFIG_TOUCHSCREEN_USB_GUNZE=y CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y CONFIG_TOUCHSCREEN_USB_IRTOUCH=y CONFIG_TOUCHSCREEN_USB_IDEALTEK=y CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y CONFIG_TOUCHSCREEN_USB_GOTOP=y # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set CONFIG_INPUT_MISC=y CONFIG_INPUT_PCSPKR=y # CONFIG_INPUT_APANEL is not set CONFIG_INPUT_WISTRON_BTNS=y # CONFIG_INPUT_ATLAS_BTNS is not set # CONFIG_INPUT_ATI_REMOTE is not set # CONFIG_INPUT_ATI_REMOTE2 is not set CONFIG_INPUT_KEYSPAN_REMOTE=y # CONFIG_INPUT_POWERMATE is not set # CONFIG_INPUT_YEALINK is not set # CONFIG_INPUT_CM109 is not set # CONFIG_INPUT_UINPUT is not set # # Hardware I/O ports # CONFIG_SERIO=y CONFIG_SERIO_I8042=y CONFIG_SERIO_SERPORT=y # CONFIG_SERIO_CT82C710 is not set CONFIG_SERIO_PARKBD=y CONFIG_SERIO_PCIPS2=y CONFIG_SERIO_LIBPS2=y # CONFIG_SERIO_RAW is not set CONFIG_GAMEPORT=y # CONFIG_GAMEPORT_NS558 is not set # CONFIG_GAMEPORT_L4 is not set CONFIG_GAMEPORT_EMU10K1=y CONFIG_GAMEPORT_FM801=y # # Character devices # CONFIG_VT=y CONFIG_CONSOLE_TRANSLATIONS=y CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y CONFIG_VT_HW_CONSOLE_BINDING=y CONFIG_DEVKMEM=y CONFIG_SERIAL_NONSTANDARD=y # CONFIG_COMPUTONE is not set # CONFIG_ROCKETPORT is not set CONFIG_CYCLADES=y CONFIG_CYZ_INTR=y CONFIG_DIGIEPCA=y # CONFIG_MOXA_INTELLIO is not set # CONFIG_MOXA_SMARTIO is not set # CONFIG_ISI is not set # CONFIG_SYNCLINK is not set # CONFIG_SYNCLINKMP is not set CONFIG_SYNCLINK_GT=y CONFIG_N_HDLC=y CONFIG_RISCOM8=y CONFIG_SPECIALIX=y CONFIG_SX=y CONFIG_RIO=y CONFIG_RIO_OLDPCI=y CONFIG_STALDRV=y CONFIG_STALLION=y CONFIG_ISTALLION=y CONFIG_NOZOMI=y # # Serial drivers # CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_FIX_EARLYCON_MEM=y CONFIG_SERIAL_8250_PCI=y CONFIG_SERIAL_8250_PNP=y CONFIG_SERIAL_8250_NR_UARTS=4 CONFIG_SERIAL_8250_RUNTIME_UARTS=4 CONFIG_SERIAL_8250_EXTENDED=y CONFIG_SERIAL_8250_MANY_PORTS=y # CONFIG_SERIAL_8250_SHARE_IRQ is not set # CONFIG_SERIAL_8250_DETECT_IRQ is not set CONFIG_SERIAL_8250_RSA=y CONFIG_SERIAL_8250_MCA=y # # Non-8250 serial port support # CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y CONFIG_SERIAL_JSM=y CONFIG_UNIX98_PTYS=y CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 CONFIG_PRINTER=y CONFIG_LP_CONSOLE=y CONFIG_PPDEV=y CONFIG_HVC_DRIVER=y CONFIG_IPMI_HANDLER=y CONFIG_IPMI_PANIC_EVENT=y # CONFIG_IPMI_PANIC_STRING is not set # CONFIG_IPMI_DEVICE_INTERFACE is not set CONFIG_IPMI_SI=y CONFIG_IPMI_WATCHDOG=y CONFIG_IPMI_POWEROFF=y CONFIG_HW_RANDOM=y CONFIG_HW_RANDOM_INTEL=y # CONFIG_HW_RANDOM_AMD is not set CONFIG_HW_RANDOM_GEODE=y # CONFIG_HW_RANDOM_VIA is not set # CONFIG_NVRAM is not set # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set # CONFIG_SONYPI is not set CONFIG_MWAVE=y CONFIG_PC8736x_GPIO=y CONFIG_NSC_GPIO=y CONFIG_CS5535_GPIO=y # CONFIG_RAW_DRIVER is not set CONFIG_HPET=y CONFIG_HPET_MMAP=y CONFIG_HANGCHECK_TIMER=y # CONFIG_TCG_TPM is not set CONFIG_TELCLOCK=y CONFIG_DEVPORT=y CONFIG_I2C=y CONFIG_I2C_BOARDINFO=y CONFIG_I2C_CHARDEV=y CONFIG_I2C_HELPER_AUTO=y CONFIG_I2C_ALGOBIT=y # # I2C Hardware Bus support # # # PC SMBus host controller drivers # CONFIG_I2C_ALI1535=y # CONFIG_I2C_ALI1563 is not set 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=y CONFIG_I2C_NFORCE2=y # CONFIG_I2C_NFORCE2_S4985 is not set CONFIG_I2C_SIS5595=y CONFIG_I2C_SIS630=y # 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 is not set # CONFIG_I2C_OCORES is not set CONFIG_I2C_SIMTEC=y # # External I2C/SMBus adapter drivers # # CONFIG_I2C_PARPORT is not set # CONFIG_I2C_PARPORT_LIGHT is not set CONFIG_I2C_TAOS_EVM=y # CONFIG_I2C_TINY_USB is not set # # Graphics adapter I2C/DDC channel drivers # CONFIG_I2C_VOODOO3=y # # Other I2C/SMBus bus drivers # # CONFIG_I2C_PCA_PLATFORM is not set CONFIG_SCx200_ACB=y # # Miscellaneous I2C Chip support # CONFIG_DS1682=y CONFIG_AT24=y CONFIG_SENSORS_EEPROM=y # CONFIG_SENSORS_PCF8591 is not set CONFIG_TPS65010=y # CONFIG_SENSORS_MAX6875 is not set # CONFIG_SENSORS_TSL2550 is not set CONFIG_I2C_DEBUG_CORE=y CONFIG_I2C_DEBUG_ALGO=y CONFIG_I2C_DEBUG_BUS=y # CONFIG_I2C_DEBUG_CHIP is not set CONFIG_SPI=y CONFIG_SPI_DEBUG=y CONFIG_SPI_MASTER=y # # SPI Master Controller Drivers # CONFIG_SPI_BITBANG=y CONFIG_SPI_BUTTERFLY=y # CONFIG_SPI_LM70_LLP is not set # # SPI Protocol Masters # CONFIG_SPI_AT25=y CONFIG_SPI_SPIDEV=y CONFIG_SPI_TLE62X0=y CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_GPIOLIB=y CONFIG_DEBUG_GPIO=y # CONFIG_GPIO_SYSFS is not set # # I2C GPIO expanders: # # CONFIG_GPIO_MAX732X is not set CONFIG_GPIO_PCA953X=y CONFIG_GPIO_PCF857X=y # # PCI GPIO expanders: # CONFIG_GPIO_BT8XX=y # # SPI GPIO expanders: # CONFIG_GPIO_MAX7301=y CONFIG_GPIO_MCP23S08=y CONFIG_W1=y CONFIG_W1_CON=y # # 1-wire Bus Masters # CONFIG_W1_MASTER_MATROX=y CONFIG_W1_MASTER_DS2490=y CONFIG_W1_MASTER_DS2482=y CONFIG_W1_MASTER_GPIO=y # # 1-wire Slaves # CONFIG_W1_SLAVE_THERM=y CONFIG_W1_SLAVE_SMEM=y CONFIG_W1_SLAVE_DS2433=y CONFIG_W1_SLAVE_DS2433_CRC=y CONFIG_W1_SLAVE_DS2760=y CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=y CONFIG_BATTERY_DS2760=y CONFIG_BATTERY_OLPC=y CONFIG_HWMON=y CONFIG_HWMON_VID=y CONFIG_SENSORS_ABITUGURU=y CONFIG_SENSORS_ABITUGURU3=y # CONFIG_SENSORS_AD7414 is not set CONFIG_SENSORS_AD7418=y CONFIG_SENSORS_ADCXX=y # CONFIG_SENSORS_ADM1021 is not set CONFIG_SENSORS_ADM1025=y CONFIG_SENSORS_ADM1026=y CONFIG_SENSORS_ADM1029=y CONFIG_SENSORS_ADM1031=y CONFIG_SENSORS_ADM9240=y CONFIG_SENSORS_ADT7470=y CONFIG_SENSORS_ADT7473=y CONFIG_SENSORS_K8TEMP=y # CONFIG_SENSORS_ASB100 is not set # CONFIG_SENSORS_ATXP1 is not set CONFIG_SENSORS_DS1621=y CONFIG_SENSORS_I5K_AMB=y CONFIG_SENSORS_F71805F=y # CONFIG_SENSORS_F71882FG is not set # CONFIG_SENSORS_F75375S is not set # CONFIG_SENSORS_FSCHER is not set # CONFIG_SENSORS_FSCPOS is not set CONFIG_SENSORS_FSCHMD=y # CONFIG_SENSORS_GL518SM is not set CONFIG_SENSORS_GL520SM=y CONFIG_SENSORS_CORETEMP=y CONFIG_SENSORS_IBMAEM=y CONFIG_SENSORS_IBMPEX=y # CONFIG_SENSORS_IT87 is not set CONFIG_SENSORS_LM63=y # CONFIG_SENSORS_LM70 is not set CONFIG_SENSORS_LM75=y # CONFIG_SENSORS_LM77 is not set # CONFIG_SENSORS_LM78 is not set CONFIG_SENSORS_LM80=y CONFIG_SENSORS_LM83=y # CONFIG_SENSORS_LM85 is not set CONFIG_SENSORS_LM87=y CONFIG_SENSORS_LM90=y CONFIG_SENSORS_LM92=y # CONFIG_SENSORS_LM93 is not set CONFIG_SENSORS_MAX1111=y CONFIG_SENSORS_MAX1619=y # CONFIG_SENSORS_MAX6650 is not set CONFIG_SENSORS_PC87360=y # CONFIG_SENSORS_PC87427 is not set # CONFIG_SENSORS_SIS5595 is not set # CONFIG_SENSORS_DME1737 is not set CONFIG_SENSORS_SMSC47M1=y CONFIG_SENSORS_SMSC47M192=y CONFIG_SENSORS_SMSC47B397=y CONFIG_SENSORS_ADS7828=y CONFIG_SENSORS_THMC50=y CONFIG_SENSORS_VIA686A=y CONFIG_SENSORS_VT1211=y # CONFIG_SENSORS_VT8231 is not set # CONFIG_SENSORS_W83781D is not set CONFIG_SENSORS_W83791D=y CONFIG_SENSORS_W83792D=y CONFIG_SENSORS_W83793=y CONFIG_SENSORS_W83L785TS=y CONFIG_SENSORS_W83L786NG=y CONFIG_SENSORS_W83627HF=y CONFIG_SENSORS_W83627EHF=y # CONFIG_SENSORS_HDAPS is not set CONFIG_SENSORS_APPLESMC=y CONFIG_HWMON_DEBUG_CHIP=y CONFIG_THERMAL=y CONFIG_THERMAL_HWMON=y CONFIG_WATCHDOG=y # CONFIG_WATCHDOG_NOWAYOUT is not set # # Watchdog Device Drivers # # CONFIG_SOFT_WATCHDOG is not set CONFIG_ACQUIRE_WDT=y CONFIG_ADVANTECH_WDT=y CONFIG_ALIM1535_WDT=y # CONFIG_ALIM7101_WDT is not set CONFIG_SC520_WDT=y # CONFIG_IB700_WDT is not set # CONFIG_IBMASR is not set # CONFIG_WAFER_WDT is not set CONFIG_I6300ESB_WDT=y # CONFIG_ITCO_WDT is not set # CONFIG_IT8712F_WDT is not set # CONFIG_IT87_WDT is not set CONFIG_HP_WATCHDOG=y # CONFIG_SC1200_WDT is not set # CONFIG_PC87413_WDT is not set # CONFIG_RDC321X_WDT is not set CONFIG_60XX_WDT=y CONFIG_SBC8360_WDT=y CONFIG_SBC7240_WDT=y CONFIG_CPU5_WDT=y CONFIG_SMSC37B787_WDT=y CONFIG_W83627HF_WDT=y # CONFIG_W83697HF_WDT is not set CONFIG_W83697UG_WDT=y # CONFIG_W83877F_WDT is not set # CONFIG_W83977F_WDT is not set CONFIG_MACHZ_WDT=y # CONFIG_SBC_EPX_C3_WATCHDOG is not set # # PCI-based Watchdog Cards # CONFIG_PCIPCWATCHDOG=y CONFIG_WDTPCI=y CONFIG_WDT_501_PCI=y # # USB-based Watchdog Cards # CONFIG_USBPCWATCHDOG=y # # Sonics Silicon Backplane # CONFIG_SSB_POSSIBLE=y 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_DEBUG=y CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y # CONFIG_SSB_DRIVER_PCICORE is not set # # Multifunction device drivers # # CONFIG_MFD_CORE is not set # CONFIG_MFD_SM501 is not set CONFIG_HTC_PASIC3=y # CONFIG_UCB1400_CORE is not set # CONFIG_MFD_TMIO is not set # CONFIG_MFD_WM8400 is not set # CONFIG_MFD_WM8350_I2C is not set # # Multimedia devices # # # Multimedia core support # CONFIG_VIDEO_DEV=y CONFIG_VIDEO_V4L2_COMMON=y CONFIG_VIDEO_ALLOW_V4L1=y CONFIG_VIDEO_V4L1_COMPAT=y # CONFIG_DVB_CORE is not set CONFIG_VIDEO_MEDIA=y # # Multimedia drivers # CONFIG_MEDIA_TUNER=y CONFIG_MEDIA_TUNER_CUSTOMIZE=y CONFIG_MEDIA_TUNER_SIMPLE=y CONFIG_MEDIA_TUNER_TDA8290=y CONFIG_MEDIA_TUNER_TDA827X=y CONFIG_MEDIA_TUNER_TDA18271=y CONFIG_MEDIA_TUNER_TDA9887=y CONFIG_MEDIA_TUNER_TEA5761=y CONFIG_MEDIA_TUNER_TEA5767=y # CONFIG_MEDIA_TUNER_MT20XX is not set CONFIG_MEDIA_TUNER_MT2060=y CONFIG_MEDIA_TUNER_MT2266=y CONFIG_MEDIA_TUNER_MT2131=y # CONFIG_MEDIA_TUNER_QT1010 is not set CONFIG_MEDIA_TUNER_XC2028=y CONFIG_MEDIA_TUNER_XC5000=y CONFIG_MEDIA_TUNER_MXL5005S=y # CONFIG_MEDIA_TUNER_MXL5007T is not set CONFIG_VIDEO_V4L2=y CONFIG_VIDEO_V4L1=y # CONFIG_VIDEO_CAPTURE_DRIVERS is not set # CONFIG_RADIO_ADAPTERS is not set CONFIG_DAB=y CONFIG_USB_DABUSB=y # # Graphics support # CONFIG_AGP=y CONFIG_AGP_ALI=y CONFIG_AGP_ATI=y CONFIG_AGP_AMD=y CONFIG_AGP_AMD64=y CONFIG_AGP_INTEL=y # CONFIG_AGP_NVIDIA is not set CONFIG_AGP_SIS=y CONFIG_AGP_SWORKS=y CONFIG_AGP_VIA=y CONFIG_AGP_EFFICEON=y CONFIG_DRM=y # CONFIG_DRM_TDFX is not set # CONFIG_DRM_R128 is not set CONFIG_DRM_RADEON=y CONFIG_DRM_I810=y # CONFIG_DRM_I830 is not set # CONFIG_DRM_I915 is not set CONFIG_DRM_MGA=y # CONFIG_DRM_SIS is not set # CONFIG_DRM_VIA is not set 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 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_PM2=y CONFIG_FB_PM2_FIFO_DISCONNECT=y CONFIG_FB_CYBER2000=y # CONFIG_FB_ARC is not set CONFIG_FB_IMSTT=y # CONFIG_FB_UVESA is not set CONFIG_FB_EFI=y CONFIG_FB_N411=y CONFIG_FB_HGA=y CONFIG_FB_HGA_ACCEL=y CONFIG_FB_S1D13XXX=y CONFIG_FB_NVIDIA=y # CONFIG_FB_NVIDIA_I2C is not set # CONFIG_FB_NVIDIA_DEBUG is not set CONFIG_FB_NVIDIA_BACKLIGHT=y # CONFIG_FB_RIVA is not set # CONFIG_FB_I810 is not set # CONFIG_FB_LE80578 is not set # CONFIG_FB_INTEL is not set CONFIG_FB_MATROX=y # CONFIG_FB_MATROX_MILLENIUM is not set CONFIG_FB_MATROX_MYSTIQUE=y CONFIG_FB_MATROX_G=y # CONFIG_FB_MATROX_I2C is not set CONFIG_FB_MATROX_MULTIHEAD=y CONFIG_FB_ATY128=y CONFIG_FB_ATY128_BACKLIGHT=y 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=y CONFIG_FB_SAVAGE=y CONFIG_FB_SAVAGE_I2C=y # CONFIG_FB_SAVAGE_ACCEL is not set CONFIG_FB_SIS=y # CONFIG_FB_SIS_300 is not set # CONFIG_FB_SIS_315 is not set # CONFIG_FB_VIA is not set CONFIG_FB_NEOMAGIC=y CONFIG_FB_KYRO=y CONFIG_FB_3DFX=y # CONFIG_FB_3DFX_ACCEL is not set CONFIG_FB_VOODOO1=y CONFIG_FB_VT8623=y CONFIG_FB_TRIDENT=y CONFIG_FB_TRIDENT_ACCEL=y CONFIG_FB_ARK=y CONFIG_FB_PM3=y CONFIG_FB_CARMINE=y CONFIG_FB_CARMINE_DRAM_EVAL=y # CONFIG_CARMINE_DRAM_CUSTOM is not set # CONFIG_FB_GEODE is not set CONFIG_FB_METRONOME=y CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=y CONFIG_LCD_LTV350QV=y CONFIG_LCD_ILI9320=y CONFIG_LCD_TDO24M=y CONFIG_LCD_VGG2432A4=y CONFIG_LCD_PLATFORM=y CONFIG_BACKLIGHT_CLASS_DEVICE=y # CONFIG_BACKLIGHT_CORGI is not set # CONFIG_BACKLIGHT_PROGEAR is not set CONFIG_BACKLIGHT_MBP_NVIDIA=y # # Display device support # # CONFIG_DISPLAY_SUPPORT is not set # # Console display driver support # CONFIG_VGA_CONSOLE=y CONFIG_VGACON_SOFT_SCROLLBACK=y CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64 CONFIG_DUMMY_CONSOLE=y # CONFIG_LOGO is not set # CONFIG_SOUND is not set # CONFIG_HID_SUPPORT is not set CONFIG_USB_MOUSE=y 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=y # # Miscellaneous USB options # CONFIG_USB_DEVICEFS=y CONFIG_USB_DEVICE_CLASS=y CONFIG_USB_DYNAMIC_MINORS=y # CONFIG_USB_SUSPEND is not set # CONFIG_USB_OTG is not set # CONFIG_USB_MON is not set # # USB Host Controller Drivers # # CONFIG_USB_C67X00_HCD 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_ISP116X_HCD=y CONFIG_USB_ISP1760_HCD=y # CONFIG_USB_ISP1760_PCI 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=y CONFIG_USB_SL811_HCD=y CONFIG_USB_R8A66597_HCD=y # # USB Device Class drivers # CONFIG_USB_ACM=y CONFIG_USB_PRINTER=y CONFIG_USB_WDM=y # # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' # # # may also be needed; see USB_STORAGE Help for more information # CONFIG_USB_STORAGE=y CONFIG_USB_STORAGE_DEBUG=y # CONFIG_USB_STORAGE_DATAFAB is not set CONFIG_USB_STORAGE_FREECOM=y CONFIG_USB_STORAGE_ISD200=y # CONFIG_USB_STORAGE_DPCM is not set CONFIG_USB_STORAGE_USBAT=y CONFIG_USB_STORAGE_SDDR09=y # CONFIG_USB_STORAGE_SDDR55 is not set CONFIG_USB_STORAGE_JUMPSHOT=y CONFIG_USB_STORAGE_ALAUDA=y CONFIG_USB_STORAGE_ONETOUCH=y CONFIG_USB_STORAGE_KARMA=y CONFIG_USB_STORAGE_CYPRESS_ATACB=y # CONFIG_USB_LIBUSUAL is not set # # USB Imaging devices # CONFIG_USB_MDC800=y CONFIG_USB_MICROTEK=y # # USB port drivers # # CONFIG_USB_USS720 is not set CONFIG_USB_SERIAL=y # CONFIG_USB_SERIAL_CONSOLE is not set 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=y CONFIG_USB_SERIAL_CP2101=y CONFIG_USB_SERIAL_CYPRESS_M8=y # CONFIG_USB_SERIAL_EMPEG is not set CONFIG_USB_SERIAL_FTDI_SIO=y CONFIG_USB_SERIAL_FUNSOFT=y CONFIG_USB_SERIAL_VISOR=y # CONFIG_USB_SERIAL_IPAQ is not set CONFIG_USB_SERIAL_IR=y 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 is not set 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 is not set CONFIG_USB_SERIAL_MOS7840=y # CONFIG_USB_SERIAL_MOTOROLA is not set CONFIG_USB_SERIAL_NAVMAN=y CONFIG_USB_SERIAL_PL2303=y # CONFIG_USB_SERIAL_OTI6858 is not set CONFIG_USB_SERIAL_SPCP8X5=y # CONFIG_USB_SERIAL_HP4X is not set CONFIG_USB_SERIAL_SAFE=y # CONFIG_USB_SERIAL_SAFE_PADDED is not set # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set CONFIG_USB_SERIAL_TI=y CONFIG_USB_SERIAL_CYBERJACK=y # CONFIG_USB_SERIAL_XIRCOM is not set CONFIG_USB_SERIAL_OPTION=y CONFIG_USB_SERIAL_OMNINET=y CONFIG_USB_SERIAL_DEBUG=y # # USB Miscellaneous drivers # # CONFIG_USB_EMI62 is not set CONFIG_USB_EMI26=y CONFIG_USB_ADUTUX=y CONFIG_USB_RIO500=y # CONFIG_USB_LEGOTOWER is not set # CONFIG_USB_LCD is not set CONFIG_USB_BERRY_CHARGE=y CONFIG_USB_LED=y CONFIG_USB_CYPRESS_CY7C63=y CONFIG_USB_CYTHERM=y # CONFIG_USB_PHIDGET is not set # CONFIG_USB_IDMOUSE is not set CONFIG_USB_FTDI_ELAN=y CONFIG_USB_APPLEDISPLAY=y # CONFIG_USB_SISUSBVGA is not set CONFIG_USB_LD=y CONFIG_USB_TRANCEVIBRATOR=y # CONFIG_USB_IOWARRIOR is not set CONFIG_USB_TEST=y CONFIG_USB_ISIGHTFW=y # CONFIG_USB_ATM is not set # CONFIG_USB_GADGET is not set # CONFIG_MMC is not set CONFIG_MEMSTICK=y CONFIG_MEMSTICK_DEBUG=y # # MemoryStick drivers # # CONFIG_MEMSTICK_UNSAFE_RESUME is not set CONFIG_MSPRO_BLOCK=y # # MemoryStick Host Controller Drivers # CONFIG_MEMSTICK_TIFM_MS=y # CONFIG_MEMSTICK_JMICRON_38X is not set CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y # # LED drivers # CONFIG_LEDS_PCA9532=y CONFIG_LEDS_GPIO=y # CONFIG_LEDS_CLEVO_MAIL is not set CONFIG_LEDS_PCA955X=y # # LED Triggers # CONFIG_LEDS_TRIGGERS=y # CONFIG_LEDS_TRIGGER_TIMER is not set # CONFIG_LEDS_TRIGGER_HEARTBEAT is not set # CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set # 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=y CONFIG_INFINIBAND_MTHCA_DEBUG=y CONFIG_INFINIBAND_AMSO1100=y CONFIG_INFINIBAND_AMSO1100_DEBUG=y CONFIG_MLX4_INFINIBAND=y CONFIG_INFINIBAND_NES=y # CONFIG_INFINIBAND_NES_DEBUG is not set CONFIG_INFINIBAND_IPOIB=y # CONFIG_INFINIBAND_IPOIB_CM is not set CONFIG_INFINIBAND_IPOIB_DEBUG=y CONFIG_INFINIBAND_IPOIB_DEBUG_DATA=y # CONFIG_INFINIBAND_SRP is not set CONFIG_INFINIBAND_ISER=y CONFIG_EDAC=y # # Reporting subsystems # CONFIG_EDAC_DEBUG=y CONFIG_EDAC_MM_EDAC=y # CONFIG_EDAC_AMD76X is not set # CONFIG_EDAC_E7XXX is not set # CONFIG_EDAC_E752X is not set CONFIG_EDAC_I82875P=y CONFIG_EDAC_I82975X=y # CONFIG_EDAC_I3000 is not set CONFIG_EDAC_I82860=y # CONFIG_EDAC_R82600 is not set CONFIG_EDAC_I5000=y CONFIG_EDAC_I5100=y CONFIG_RTC_LIB=y CONFIG_RTC_CLASS=y # CONFIG_RTC_HCTOSYS is not set CONFIG_RTC_DEBUG=y # # RTC interfaces # CONFIG_RTC_INTF_SYSFS=y CONFIG_RTC_INTF_PROC=y # CONFIG_RTC_INTF_DEV is not set # CONFIG_RTC_DRV_TEST is not set # # I2C RTC drivers # CONFIG_RTC_DRV_DS1307=y CONFIG_RTC_DRV_DS1374=y CONFIG_RTC_DRV_DS1672=y CONFIG_RTC_DRV_MAX6900=y # CONFIG_RTC_DRV_RS5C372 is not set # CONFIG_RTC_DRV_ISL1208 is not set CONFIG_RTC_DRV_X1205=y CONFIG_RTC_DRV_PCF8563=y # CONFIG_RTC_DRV_PCF8583 is not set # CONFIG_RTC_DRV_M41T80 is not set CONFIG_RTC_DRV_S35390A=y CONFIG_RTC_DRV_FM3130=y # # SPI RTC drivers # CONFIG_RTC_DRV_M41T94=y # CONFIG_RTC_DRV_DS1305 is not set CONFIG_RTC_DRV_MAX6902=y CONFIG_RTC_DRV_R9701=y CONFIG_RTC_DRV_RS5C348=y # CONFIG_RTC_DRV_DS3234 is not set # # Platform RTC drivers # # CONFIG_RTC_DRV_CMOS is not set # CONFIG_RTC_DRV_DS1286 is not set CONFIG_RTC_DRV_DS1511=y # CONFIG_RTC_DRV_DS1553 is not set # CONFIG_RTC_DRV_DS1742 is not set CONFIG_RTC_DRV_STK17TA8=y CONFIG_RTC_DRV_M48T86=y # CONFIG_RTC_DRV_M48T35 is not set # CONFIG_RTC_DRV_M48T59 is not set # CONFIG_RTC_DRV_BQ4802 is not set # CONFIG_RTC_DRV_V3020 is not set # # on-CPU RTC drivers # # CONFIG_DMADEVICES is not set # CONFIG_AUXDISPLAY is not set # CONFIG_UIO is not set # # Firmware Drivers # CONFIG_EDD=y # CONFIG_EDD_OFF is not set CONFIG_FIRMWARE_MEMMAP=y CONFIG_EFI_VARS=y CONFIG_DELL_RBU=y CONFIG_DCDBAS=y CONFIG_DMIID=y CONFIG_ISCSI_IBFT_FIND=y # CONFIG_ISCSI_IBFT is not set # # File systems # # CONFIG_EXT2_FS is not set CONFIG_EXT3_FS=y CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y # CONFIG_EXT4_FS is not set CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set CONFIG_JBD2=y CONFIG_JBD2_DEBUG=y CONFIG_FS_MBCACHE=y CONFIG_REISERFS_FS=y # CONFIG_REISERFS_CHECK is not set CONFIG_REISERFS_PROC_INFO=y CONFIG_REISERFS_FS_XATTR=y # CONFIG_REISERFS_FS_POSIX_ACL is not set CONFIG_REISERFS_FS_SECURITY=y CONFIG_JFS_FS=y CONFIG_JFS_POSIX_ACL=y CONFIG_JFS_SECURITY=y # CONFIG_JFS_DEBUG is not set # CONFIG_JFS_STATISTICS is not set CONFIG_FS_POSIX_ACL=y CONFIG_FILE_LOCKING=y CONFIG_XFS_FS=y CONFIG_XFS_QUOTA=y # CONFIG_XFS_POSIX_ACL is not set CONFIG_XFS_RT=y CONFIG_XFS_DEBUG=y CONFIG_GFS2_FS=y # CONFIG_GFS2_FS_LOCKING_DLM is not set CONFIG_OCFS2_FS=y CONFIG_OCFS2_FS_O2CB=y CONFIG_OCFS2_FS_STATS=y CONFIG_OCFS2_DEBUG_MASKLOG=y # CONFIG_OCFS2_DEBUG_FS is not set # CONFIG_OCFS2_COMPAT_JBD is not set # CONFIG_DNOTIFY is not set CONFIG_INOTIFY=y CONFIG_INOTIFY_USER=y # CONFIG_QUOTA is not set CONFIG_QUOTACTL=y CONFIG_AUTOFS_FS=y CONFIG_AUTOFS4_FS=y CONFIG_FUSE_FS=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 is not set CONFIG_VFAT_FS=y CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_NTFS_FS is not set # # Pseudo filesystems # CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y # CONFIG_PROC_VMCORE is not set CONFIG_PROC_SYSCTL=y CONFIG_PROC_PAGE_MONITOR=y CONFIG_SYSFS=y # CONFIG_TMPFS is not set CONFIG_HUGETLBFS=y CONFIG_HUGETLB_PAGE=y CONFIG_CONFIGFS_FS=y # # Miscellaneous filesystems # # CONFIG_ADFS_FS is not set CONFIG_AFFS_FS=y CONFIG_ECRYPT_FS=y CONFIG_HFS_FS=y CONFIG_HFSPLUS_FS=y CONFIG_BEFS_FS=y CONFIG_BEFS_DEBUG=y CONFIG_BFS_FS=y CONFIG_EFS_FS=y # CONFIG_CRAMFS is not set # CONFIG_VXFS_FS is not set # CONFIG_MINIX_FS is not set # CONFIG_OMFS_FS is not set # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set CONFIG_ROMFS_FS=y CONFIG_SYSV_FS=y # CONFIG_UFS_FS is not set CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=y CONFIG_NFS_V3=y CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=y # CONFIG_NFSD is not set CONFIG_LOCKD=y CONFIG_LOCKD_V4=y CONFIG_NFS_ACL_SUPPORT=y CONFIG_NFS_COMMON=y CONFIG_SUNRPC=y CONFIG_SUNRPC_GSS=y CONFIG_SUNRPC_XPRT_RDMA=y # CONFIG_SUNRPC_REGISTER_V4 is not set CONFIG_RPCSEC_GSS_KRB5=y CONFIG_RPCSEC_GSS_SPKM3=y # CONFIG_SMB_FS is not set CONFIG_CIFS=y CONFIG_CIFS_STATS=y CONFIG_CIFS_STATS2=y CONFIG_CIFS_WEAK_PW_HASH=y # CONFIG_CIFS_UPCALL is not set CONFIG_CIFS_XATTR=y # CONFIG_CIFS_POSIX is not set # CONFIG_CIFS_DEBUG2 is not set CONFIG_CIFS_EXPERIMENTAL=y CONFIG_CIFS_DFS_UPCALL=y # CONFIG_NCP_FS is not set CONFIG_CODA_FS=y CONFIG_AFS_FS=y CONFIG_AFS_DEBUG=y CONFIG_9P_FS=y # # Partition Types # CONFIG_PARTITION_ADVANCED=y # CONFIG_ACORN_PARTITION 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 is not set CONFIG_SOLARIS_X86_PARTITION=y CONFIG_UNIXWARE_DISKLABEL=y # CONFIG_LDM_PARTITION is not set CONFIG_SGI_PARTITION=y CONFIG_ULTRIX_PARTITION=y CONFIG_SUN_PARTITION=y # CONFIG_KARMA_PARTITION is not set CONFIG_EFI_PARTITION=y CONFIG_SYSV68_PARTITION=y CONFIG_NLS=y CONFIG_NLS_DEFAULT="iso8859-1" CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_CODEPAGE_737=y CONFIG_NLS_CODEPAGE_775=y 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=y CONFIG_NLS_CODEPAGE_861=y CONFIG_NLS_CODEPAGE_862=y # CONFIG_NLS_CODEPAGE_863 is not set CONFIG_NLS_CODEPAGE_864=y CONFIG_NLS_CODEPAGE_865=y CONFIG_NLS_CODEPAGE_866=y CONFIG_NLS_CODEPAGE_869=y # CONFIG_NLS_CODEPAGE_936 is not set CONFIG_NLS_CODEPAGE_950=y CONFIG_NLS_CODEPAGE_932=y CONFIG_NLS_CODEPAGE_949=y CONFIG_NLS_CODEPAGE_874=y CONFIG_NLS_ISO8859_8=y # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set CONFIG_NLS_ASCII=y CONFIG_NLS_ISO8859_1=y CONFIG_NLS_ISO8859_2=y CONFIG_NLS_ISO8859_3=y # CONFIG_NLS_ISO8859_4 is not set # CONFIG_NLS_ISO8859_5 is not set # CONFIG_NLS_ISO8859_6 is not set CONFIG_NLS_ISO8859_7=y CONFIG_NLS_ISO8859_9=y CONFIG_NLS_ISO8859_13=y CONFIG_NLS_ISO8859_14=y CONFIG_NLS_ISO8859_15=y CONFIG_NLS_KOI8_R=y CONFIG_NLS_KOI8_U=y CONFIG_NLS_UTF8=y # CONFIG_DLM is not set # # Kernel hacking # CONFIG_TRACE_IRQFLAGS_SUPPORT=y # CONFIG_PRINTK_TIME is not set # CONFIG_ENABLE_WARN_DEPRECATED is not set CONFIG_ENABLE_MUST_CHECK=y CONFIG_FRAME_WARN=1024 CONFIG_MAGIC_SYSRQ=y 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 is not set CONFIG_SCHED_DEBUG=y CONFIG_SCHEDSTATS=y CONFIG_TIMER_STATS=y CONFIG_DEBUG_OBJECTS=y # CONFIG_DEBUG_OBJECTS_SELFTEST is not set CONFIG_DEBUG_OBJECTS_FREE=y CONFIG_DEBUG_OBJECTS_TIMERS=y # CONFIG_SLUB_DEBUG_ON is not set 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=y CONFIG_PROVE_LOCKING=y CONFIG_LOCKDEP=y CONFIG_LOCK_STAT=y # CONFIG_DEBUG_LOCKDEP is not set CONFIG_TRACE_IRQFLAGS=y CONFIG_DEBUG_SPINLOCK_SLEEP=y CONFIG_DEBUG_LOCKING_API_SELFTESTS=y CONFIG_STACKTRACE=y # CONFIG_DEBUG_HIGHMEM is not set CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_VM=y CONFIG_DEBUG_VIRTUAL=y # CONFIG_DEBUG_WRITECOUNT is not set CONFIG_DEBUG_MEMORY_INIT=y CONFIG_DEBUG_LIST=y CONFIG_DEBUG_SG=y CONFIG_FRAME_POINTER=y # CONFIG_BOOT_PRINTK_DELAY is not set CONFIG_RCU_TORTURE_TEST=y CONFIG_RCU_TORTURE_TEST_RUNNABLE=y CONFIG_RCU_CPU_STALL_DETECTOR=y CONFIG_BACKTRACE_SELF_TEST=y # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set CONFIG_FAULT_INJECTION=y CONFIG_FAILSLAB=y CONFIG_FAIL_PAGE_ALLOC=y CONFIG_FAIL_MAKE_REQUEST=y # CONFIG_FAIL_IO_TIMEOUT is not set CONFIG_FAULT_INJECTION_DEBUG_FS=y CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y CONFIG_LATENCYTOP=y # CONFIG_SYSCTL_SYSCALL_CHECK is not set CONFIG_HAVE_FTRACE=y CONFIG_HAVE_DYNAMIC_FTRACE=y CONFIG_TRACER_MAX_TRACE=y CONFIG_TRACING=y CONFIG_FTRACE=y # CONFIG_IRQSOFF_TRACER is not set CONFIG_SYSPROF_TRACER=y CONFIG_SCHED_TRACER=y CONFIG_CONTEXT_SWITCH_TRACER=y CONFIG_DYNAMIC_FTRACE=y # CONFIG_FTRACE_STARTUP_TEST is not set CONFIG_PROVIDE_OHCI1394_DMA_INIT=y # CONFIG_BUILD_DOCSRC is not set # CONFIG_DYNAMIC_PRINTK_DEBUG is not set CONFIG_SAMPLES=y CONFIG_SAMPLE_KOBJECT=y CONFIG_HAVE_ARCH_KGDB=y # CONFIG_KGDB is not set CONFIG_STRICT_DEVMEM=y CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_EARLY_PRINTK=y CONFIG_EARLY_PRINTK_DBGP=y # CONFIG_DEBUG_STACKOVERFLOW is not set CONFIG_DEBUG_STACK_USAGE=y CONFIG_DEBUG_PAGEALLOC=y # CONFIG_X86_PTDUMP is not set # CONFIG_DEBUG_RODATA is not set # CONFIG_4KSTACKS is not set CONFIG_DOUBLEFAULT=y CONFIG_MMIOTRACE_HOOKS=y CONFIG_MMIOTRACE=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=y # CONFIG_IO_DELAY_0XED is not set # CONFIG_IO_DELAY_UDELAY is not set # CONFIG_IO_DELAY_NONE is not set CONFIG_DEFAULT_IO_DELAY_TYPE=0 CONFIG_DEBUG_BOOT_PARAMS=y CONFIG_CPA_DEBUG=y CONFIG_OPTIMIZE_INLINING=y # # Security options # CONFIG_KEYS=y CONFIG_KEYS_DEBUG_PROC_KEYS=y CONFIG_SECURITY=y CONFIG_SECURITYFS=y # CONFIG_SECURITY_NETWORK is not set # CONFIG_SECURITY_FILE_CAPABILITIES is not set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0 CONFIG_XOR_BLOCKS=y CONFIG_ASYNC_CORE=y CONFIG_ASYNC_MEMCPY=y CONFIG_ASYNC_XOR=y CONFIG_CRYPTO=y # # Crypto core or helper # CONFIG_CRYPTO_FIPS=y CONFIG_CRYPTO_ALGAPI=y CONFIG_CRYPTO_AEAD=y CONFIG_CRYPTO_BLKCIPHER=y CONFIG_CRYPTO_HASH=y CONFIG_CRYPTO_RNG=y CONFIG_CRYPTO_MANAGER=y CONFIG_CRYPTO_GF128MUL=y CONFIG_CRYPTO_NULL=y CONFIG_CRYPTO_CRYPTD=y CONFIG_CRYPTO_AUTHENC=y # # Authenticated Encryption with Associated Data # CONFIG_CRYPTO_CCM=y CONFIG_CRYPTO_GCM=y CONFIG_CRYPTO_SEQIV=y # # Block modes # CONFIG_CRYPTO_CBC=y CONFIG_CRYPTO_CTR=y CONFIG_CRYPTO_CTS=y # CONFIG_CRYPTO_ECB is not set CONFIG_CRYPTO_LRW=y CONFIG_CRYPTO_PCBC=y # CONFIG_CRYPTO_XTS is not set # # Hash modes # CONFIG_CRYPTO_HMAC=y # CONFIG_CRYPTO_XCBC is not set # # Digest # CONFIG_CRYPTO_CRC32C=y # CONFIG_CRYPTO_CRC32C_INTEL is not set CONFIG_CRYPTO_MD4=y CONFIG_CRYPTO_MD5=y CONFIG_CRYPTO_MICHAEL_MIC=y CONFIG_CRYPTO_RMD128=y # CONFIG_CRYPTO_RMD160 is not set CONFIG_CRYPTO_RMD256=y # CONFIG_CRYPTO_RMD320 is not set CONFIG_CRYPTO_SHA1=y # CONFIG_CRYPTO_SHA256 is not set CONFIG_CRYPTO_SHA512=y # CONFIG_CRYPTO_TGR192 is not set # CONFIG_CRYPTO_WP512 is not set # # Ciphers # CONFIG_CRYPTO_AES=y CONFIG_CRYPTO_AES_586=y CONFIG_CRYPTO_ANUBIS=y CONFIG_CRYPTO_ARC4=y CONFIG_CRYPTO_BLOWFISH=y CONFIG_CRYPTO_CAMELLIA=y CONFIG_CRYPTO_CAST5=y CONFIG_CRYPTO_CAST6=y 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 is not set # CONFIG_CRYPTO_TEA is not set CONFIG_CRYPTO_TWOFISH=y CONFIG_CRYPTO_TWOFISH_COMMON=y CONFIG_CRYPTO_TWOFISH_586=y # # Compression # CONFIG_CRYPTO_DEFLATE=y CONFIG_CRYPTO_LZO=y # # Random Number Generation # CONFIG_CRYPTO_ANSI_CPRNG=y CONFIG_CRYPTO_HW=y # CONFIG_CRYPTO_DEV_PADLOCK is not set # 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=y # CONFIG_KVM is not set CONFIG_LGUEST=y # CONFIG_VIRTIO_PCI is not set # CONFIG_VIRTIO_BALLOON is not set # # Library routines # CONFIG_BITREVERSE=y CONFIG_GENERIC_FIND_FIRST_BIT=y CONFIG_GENERIC_FIND_NEXT_BIT=y CONFIG_CRC_CCITT=y CONFIG_CRC16=y # CONFIG_CRC_T10DIF is not set CONFIG_CRC_ITU_T=y CONFIG_CRC32=y CONFIG_CRC7=y CONFIG_LIBCRC32C=y CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=y CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y CONFIG_PLIST=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y CONFIG_CHECK_SIGNATURE=y CONFIG_FORCE_SUCCESSFUL_BUILD=y CONFIG_FORCE_MINIMAL_CONFIG=y CONFIG_FORCE_MINIMAL_CONFIG_PHYS=y CONFIG_X86_32_ALWAYS_ON=y Linux version 2.6.27-06994-g70740d6-dirty (mingo@aldebaran) (gcc version 4.3.2 20081007 (Red Hat 4.3.2-6) (GCC) ) #37 Mon Jan 19 15:00:55 CET 2009 KERNEL supported cpus: Intel GenuineIntel AMD AuthenticAMD NSC Geode by NSC Cyrix CyrixInstead Centaur CentaurHauls Transmeta GenuineTMx86 Transmeta TransmetaCPU UMC UMC UMC UMC BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 000000003fff0000 (usable) BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS) BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data) BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved) console [earlyser0] enabled debug: ignoring loglevel setting. using polling idle threads. PAT support disabled. DMI 2.3 present. Phoenix BIOS detected: BIOS may corrupt low RAM, working it around. last_pfn = 0x3fff0 max_arch_pfn = 0x100000 only 135MB highmem pages available, ignoring highmem size of 512MB. kernel direct mapping tables up to 377fe000 @ 1a86000-1b68000 ACPI: RSDP 000F6C40, 0014 (r0 IntelR) ACPI: RSDT 3FFF3000, 002C (r1 IntelR AWRDACPI 42302E31 AWRD 0) ACPI: FACP 3FFF3040, 0074 (r1 IntelR AWRDACPI 42302E31 AWRD 0) ACPI: DSDT 3FFF30C0, 3B65 (r1 INTELR AWRDACPI 1000 MSFT 100000D) ACPI: FACS 3FFF0000, 0040 ACPI: APIC 3FFF6C40, 006C (r1 IntelR AWRDACPI 42302E31 AWRD 0) 135MB HIGHMEM available. 887MB LOWMEM available. mapped low ram: 0 - 377fe000 low ram: 00000000 - 377fe000 bootmap 00010000 - 00016f00 (6 early reservations) ==> bootmem [0000000000 - 00377fe000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000] #1 [0000100000 - 0001a6c770] TEXT DATA BSS ==> [0000100000 - 0001a6c770] #2 [0001a6d000 - 0001a86000] INIT_PG_TABLE ==> [0001a6d000 - 0001a86000] #3 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - 0000100000] #4 [0001a86000 - 0001b4c000] PGTABLE ==> [0001a86000 - 0001b4c000] #5 [0000010000 - 0000017000] BOOTMAP ==> [0000010000 - 0000017000] Zone PFN ranges: DMA 0x00000010 -> 0x00001000 Normal 0x00001000 -> 0x000377fe HighMem 0x000377fe -> 0x0003fff0 Movable zone start PFN for each node early_node_map[2] active PFN ranges 0: 0x00000010 -> 0x0000009f 0: 0x00000100 -> 0x0003fff0 On node 0 totalpages: 262015 free_area_init_node: node 0, pgdat c1268100, node_mem_map c1b4d200 DMA zone: 32 pages used for memmap DMA zone: 0 pages reserved DMA zone: 3951 pages, LIFO batch:0 Normal zone: 1744 pages used for memmap Normal zone: 221486 pages, LIFO batch:31 HighMem zone: 272 pages used for memmap HighMem zone: 34530 pages, LIFO batch:7 Movable zone: 0 pages used for memmap ACPI: PM-Timer IO Port: 0x408 Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000) Built 1 zonelists in Zone order, mobility grouping on. Total pages: 259967 Kernel command line: root=/dev/sda3 debug earlyprintk=serial,ttyS0,115200 console=ttyS0,115200 console=tty0 initcall_debug apic=verbose ignore_loglevel maxcpus=1 nosmp highres=0 lapic idle=mwait idle=poll highmem=512m nopat notsc pci=nomsi notsc: Kernel compiled with CONFIG_X86_TSC, cannot disable TSC completely. Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Initializing CPU#0 RCU-based detection of stalled CPUs is enabled. PID hash table entries: 4096 (order: 12, 16384 bytes) Fast TSC calibration using PIT Detected 2076.862 MHz processor. Console: colour VGA+ 80x25 console handover: boot [earlyser0] -> real [tty0] console [ttyS0] enabled Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar ... MAX_LOCKDEP_SUBCLASSES: 8 ... MAX_LOCK_DEPTH: 48 ... MAX_LOCKDEP_KEYS: 8191 ... CLASSHASH_SIZE: 4096 ... MAX_LOCKDEP_ENTRIES: 8192 ... MAX_LOCKDEP_CHAINS: 16384 ... CHAINHASH_SIZE: 8192 memory used by lock dependency info: 2463 kB per task-struct memory footprint: 1920 bytes ------------------------ | Locking API testsuite: ---------------------------------------------------------------------------- | spin |wlock |rlock |mutex | wsem | rsem | -------------------------------------------------------------------------- A-A deadlock: ok | ok | ok | ok | ok | ok | A-B-B-A deadlock: ok | ok | ok | ok | ok | ok | A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok | A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok | A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok | A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok | A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok | double unlock: ok | ok | ok | ok | ok | ok | initialize held: ok | ok | ok | ok | ok | ok | bad unlock order: ok | ok | ok | ok | ok | ok | -------------------------------------------------------------------------- recursive read-lock: | ok | | ok | recursive read-lock #2: | ok | | ok | mixed read-write-lock: | ok | | ok | mixed write-read-lock: | ok | | ok | -------------------------------------------------------------------------- hard-irqs-on + irq-safe-A/12: ok | ok | ok | soft-irqs-on + irq-safe-A/12: ok | ok | ok | hard-irqs-on + irq-safe-A/21: ok | ok | ok | soft-irqs-on + irq-safe-A/21: ok | ok | ok | sirq-safe-A => hirqs-on/12: ok | ok | ok | sirq-safe-A => hirqs-on/21: ok | ok | ok | hard-safe-A + irqs-on/12: ok | ok | ok | soft-safe-A + irqs-on/12: ok | ok | ok | hard-safe-A + irqs-on/21: ok | ok | ok | soft-safe-A + irqs-on/21: ok | ok | ok | hard-safe-A + unsafe-B #1/123: ok | ok | ok | soft-safe-A + unsafe-B #1/123: ok | ok | ok | hard-safe-A + unsafe-B #1/132: ok | ok | ok | soft-safe-A + unsafe-B #1/132: ok | ok | ok | hard-safe-A + unsafe-B #1/213: ok | ok | ok | soft-safe-A + unsafe-B #1/213: ok | ok | ok | hard-safe-A + unsafe-B #1/231: ok | ok | ok | soft-safe-A + unsafe-B #1/231: ok | ok | ok | hard-safe-A + unsafe-B #1/312: ok | ok | ok | soft-safe-A + unsafe-B #1/312: ok | ok | ok | hard-safe-A + unsafe-B #1/321: ok | ok | ok | soft-safe-A + unsafe-B #1/321: ok | ok | ok | hard-safe-A + unsafe-B #2/123: ok | ok | ok | soft-safe-A + unsafe-B #2/123: ok | ok | ok | hard-safe-A + unsafe-B #2/132: ok | ok | ok | soft-safe-A + unsafe-B #2/132: ok | ok | ok | hard-safe-A + unsafe-B #2/213: ok | ok | ok | soft-safe-A + unsafe-B #2/213: ok | ok | ok | hard-safe-A + unsafe-B #2/231: ok | ok | ok | soft-safe-A + unsafe-B #2/231: ok | ok | ok | hard-safe-A + unsafe-B #2/312: ok | ok | ok | soft-safe-A + unsafe-B #2/312: ok | ok | ok | hard-safe-A + unsafe-B #2/321: ok | ok | ok | soft-safe-A + unsafe-B #2/321: ok | ok | ok | hard-irq lock-inversion/123: ok | ok | ok | soft-irq lock-inversion/123: ok | ok | ok | hard-irq lock-inversion/132: ok | ok | ok | soft-irq lock-inversion/132: ok | ok | ok | hard-irq lock-inversion/213: ok | ok | ok | soft-irq lock-inversion/213: ok | ok | ok | hard-irq lock-inversion/231: ok | ok | ok | soft-irq lock-inversion/231: ok | ok | ok | hard-irq lock-inversion/312: ok | ok | ok | soft-irq lock-inversion/312: ok | ok | ok | hard-irq lock-inversion/321: ok | ok | ok | soft-irq lock-inversion/321: ok | ok | ok | hard-irq read-recursion/123: ok | soft-irq read-recursion/123: ok | hard-irq read-recursion/132: ok | soft-irq read-recursion/132: ok | hard-irq read-recursion/213: ok | soft-irq read-recursion/213: ok | hard-irq read-recursion/231: ok | soft-irq read-recursion/231: ok | hard-irq read-recursion/312: ok | soft-irq read-recursion/312: ok | hard-irq read-recursion/321: ok | soft-irq read-recursion/321: ok | ------------------------------------------------------- Good, all 218 testcases passed! | --------------------------------- Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Memory: 1011668k/1048512k available (12508k kernel code, 36048k reserved, 5401k data, 628k init, 139208k highmem) virtual kernel memory layout: fixmap : 0xfffed000 - 0xfffff000 ( 72 kB) pkmap : 0xff800000 - 0xffc00000 (4096 kB) vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB) lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB) .init : 0xc1280000 - 0xc131d000 ( 628 kB) .data : 0xc0d3719f - 0xc127d968 (5401 kB) .text : 0xc0100000 - 0xc0d3719f (12508 kB) Checking if this processor honours the WP bit even in supervisor mode...Ok. SLUB: Genslabs=12, HWalign=128, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 Calibrating delay loop (skipped), value calculated using timer frequency.. 4153.72 BogoMIPS (lpj=8307448) Security Framework initialized Mount-cache hash table entries: 512 CPU: Trace cache: 12K uops, L1 D cache: 8K CPU: L2 cache: 512K Intel machine check architecture supported. Intel machine check reporting enabled on CPU#0. CPU0: Intel P4/Xeon Extended MCE MSRs (12) available CPU: Intel(R) XEON(TM) CPU 2.40GHz stepping 04 Checking 'hlt' instruction... OK. debug: unmapping init memory c1280000..c1280000 ACPI: Core revision 20080609 Parsing all Control Methods: Table [DSDT](id 0001) - 502 Objects with 45 Devices 139 Methods 29 Regions tbxface-0596 [02] tb_load_namespace : ACPI Tables successfully acquired ACPI: setting ELCR to 0200 (from 1e20) evxfevnt-0091 [02] enable : Transition to ACPI mode successful ftrace: converting mcount calls to 0f 1f 44 00 00 ftrace: allocating 41376 hash entries in 162 pages calling spawn_ksoftirqd+0x0/0x3b @ 1 initcall spawn_ksoftirqd+0x0/0x3b returned 0 after 0 usecs calling relay_init+0x0/0x7 @ 1 initcall relay_init+0x0/0x7 returned 0 after 0 usecs calling tracer_alloc_buffers+0x0/0x15a @ 1 initcall tracer_alloc_buffers+0x0/0x15a returned 0 after 3906 usecs device: 'platform': device_add PM: Adding info for No Bus:platform khelper used greatest stack depth: 7220 bytes left bus: 'platform': registered Registering sysdev class 'cpu' calling net_ns_init+0x0/0x17d @ 1 net_namespace: 828 bytes initcall net_ns_init+0x0/0x17d returned 0 after 3906 usecs calling reboot_init+0x0/0x11 @ 1 initcall reboot_init+0x0/0x11 returned 0 after 0 usecs calling sysctl_init+0x0/0x13 @ 1 initcall sysctl_init+0x0/0x13 returned 0 after 0 usecs calling ksysfs_init+0x0/0xa0 @ 1 initcall ksysfs_init+0x0/0xa0 returned 0 after 0 usecs calling init_jiffies_clocksource+0x0/0xf @ 1 initcall init_jiffies_clocksource+0x0/0xf returned 0 after 0 usecs calling pm_init+0x0/0x36 @ 1 initcall pm_init+0x0/0x36 returned 0 after 0 usecs calling filelock_init+0x0/0x2f @ 1 initcall filelock_init+0x0/0x2f returned 0 after 0 usecs calling init_aout_binfmt+0x0/0xf @ 1 initcall init_aout_binfmt+0x0/0xf returned 0 after 0 usecs calling init_misc_binfmt+0x0/0x35 @ 1 initcall init_misc_binfmt+0x0/0x35 returned 0 after 0 usecs calling init_script_binfmt+0x0/0xf @ 1 initcall init_script_binfmt+0x0/0xf returned 0 after 0 usecs calling init_elf_binfmt+0x0/0xf @ 1 initcall init_elf_binfmt+0x0/0xf returned 0 after 0 usecs calling debugfs_init+0x0/0x4e @ 1 initcall debugfs_init+0x0/0x4e returned 0 after 0 usecs calling securityfs_init+0x0/0x48 @ 1 initcall securityfs_init+0x0/0x48 returned 0 after 0 usecs calling calibrate_xor_blocks+0x0/0x18f @ 1 xor: automatically using best checksumming function: pIII_sse pIII_sse : 2705.000 MB/sec xor: using function: pIII_sse (2705.000 MB/sec) initcall calibrate_xor_blocks+0x0/0x18f returned 0 after 27343 usecs calling random32_init+0x0/0x9c @ 1 initcall random32_init+0x0/0x9c returned 0 after 0 usecs calling cpuidle_init+0x0/0x19 @ 1 initcall cpuidle_init+0x0/0x19 returned 0 after 0 usecs calling sock_init+0x0/0x60 @ 1 initcall sock_init+0x0/0x60 returned 0 after 0 usecs calling netpoll_init+0x0/0x39 @ 1 initcall netpoll_init+0x0/0x39 returned 0 after 0 usecs calling netlink_proto_init+0x0/0x11b @ 1 NET: Registered protocol family 16 initcall netlink_proto_init+0x0/0x11b returned 0 after 3906 usecs calling olpc_init+0x0/0x121 @ 1 initcall olpc_init+0x0/0x121 returned 0 after 0 usecs calling bdi_class_init+0x0/0x35 @ 1 device class 'bdi': registering initcall bdi_class_init+0x0/0x35 returned 0 after 3906 usecs calling kobject_uevent_init+0x0/0x53 @ 1 initcall kobject_uevent_init+0x0/0x53 returned 0 after 0 usecs calling pcibus_class_init+0x0/0x14 @ 1 device class 'pci_bus': registering initcall pcibus_class_init+0x0/0x14 returned 0 after 3906 usecs calling pci_driver_init+0x0/0x17 @ 1 bus: 'pci': registered initcall pci_driver_init+0x0/0x17 returned 0 after 0 usecs calling lcd_class_init+0x0/0x45 @ 1 device class 'lcd': registering initcall lcd_class_init+0x0/0x45 returned 0 after 3906 usecs calling backlight_class_init+0x0/0x4f @ 1 device class 'backlight': registering initcall backlight_class_init+0x0/0x4f returned 0 after 3906 usecs calling video_output_class_init+0x0/0x14 @ 1 device class 'video_output': registering initcall video_output_class_init+0x0/0x14 returned 0 after 3906 usecs calling dock_init+0x0/0x53 @ 1 No dock devices found. initcall dock_init+0x0/0x53 returned 0 after 3906 usecs calling tty_class_init+0x0/0x28 @ 1 device class 'tty': registering initcall tty_class_init+0x0/0x28 returned 0 after 3906 usecs calling vtconsole_class_init+0x0/0xcd @ 1 device class 'vtconsole': registering device: 'vtcon0': device_add PM: Adding info for No Bus:vtcon0 initcall vtconsole_class_init+0x0/0xcd returned 0 after 11718 usecs calling spi_init+0x0/0x6d @ 1 bus: 'spi': registered device class 'spi_master': registering initcall spi_init+0x0/0x6d returned 0 after 7812 usecs calling i2c_init+0x0/0x56 @ 1 bus: 'i2c': registered device class 'i2c-adapter': registering bus: 'i2c': add driver dummy i2c-core: driver [dummy] registered initcall i2c_init+0x0/0x56 returned 0 after 15625 usecs calling amd_postcore_init+0x0/0x38 @ 1 initcall amd_postcore_init+0x0/0x38 returned 0 after 0 usecs calling arch_kdebugfs_init+0x0/0x2c0 @ 1 initcall arch_kdebugfs_init+0x0/0x2c0 returned 0 after 0 usecs calling init_pit_clocksource+0x0/0x92 @ 1 initcall init_pit_clocksource+0x0/0x92 returned 0 after 0 usecs calling mtrr_if_init+0x0/0x92 @ 1 initcall mtrr_if_init+0x0/0x92 returned 0 after 0 usecs calling ffh_cstate_init+0x0/0x2d @ 1 initcall ffh_cstate_init+0x0/0x2d returned 0 after 0 usecs calling kdump_buf_page_init+0x0/0x3e @ 1 initcall kdump_buf_page_init+0x0/0x3e returned 0 after 0 usecs calling acpi_pci_init+0x0/0x5d @ 1 ACPI: bus type pci registered initcall acpi_pci_init+0x0/0x5d returned 0 after 3906 usecs calling init_acpi_device_notify+0x0/0x43 @ 1 initcall init_acpi_device_notify+0x0/0x43 returned 0 after 0 usecs calling dmi_id_init+0x0/0x299 @ 1 device class 'dmi': registering device: 'id': device_add PM: Adding info for No Bus:id initcall dmi_id_init+0x0/0x299 returned 0 after 11718 usecs calling pci_arch_init+0x0/0x70 @ 1 PCI: PCI BIOS revision 2.10 entry at 0xfb3b0, last bus=4 PCI: Using configuration type 1 for base access initcall pci_arch_init+0x0/0x70 returned 0 after 11718 usecs calling topology_init+0x0/0x1f @ 1 Registering sys device of class 'cpu' Registering sys device 'cpu0' initcall topology_init+0x0/0x1f returned 0 after 7812 usecs calling mtrr_init_finialize+0x0/0x36 @ 1 initcall mtrr_init_finialize+0x0/0x36 returned 0 after 0 usecs calling mca_init+0x0/0x2d1 @ 1 bus: 'MCA': registered initcall mca_init+0x0/0x2d1 returned -19 after 3906 usecs calling param_sysfs_init+0x0/0x2f2 @ 1 khelper used greatest stack depth: 6936 bytes left initcall param_sysfs_init+0x0/0x2f2 returned 0 after 62500 usecs calling pm_sysrq_init+0x0/0x20 @ 1 initcall pm_sysrq_init+0x0/0x20 returned 0 after 0 usecs calling readahead_init+0x0/0x3b @ 1 device: 'default': device_add PM: Adding info for No Bus:default initcall readahead_init+0x0/0x3b returned 0 after 7812 usecs calling init_bio+0x0/0xbf @ 1 initcall init_bio+0x0/0xbf returned 0 after 0 usecs calling cryptomgr_init+0x0/0x32 @ 1 initcall cryptomgr_init+0x0/0x32 returned 0 after 0 usecs calling blk_settings_init+0x0/0x21 @ 1 initcall blk_settings_init+0x0/0x21 returned 0 after 0 usecs calling blk_ioc_init+0x0/0x2f @ 1 initcall blk_ioc_init+0x0/0x2f returned 0 after 0 usecs calling blk_softirq_init+0x0/0x2f @ 1 initcall blk_softirq_init+0x0/0x2f returned 0 after 0 usecs calling genhd_device_init+0x0/0x41 @ 1 device class 'block': registering initcall genhd_device_init+0x0/0x41 returned 0 after 3906 usecs calling gpiolib_debugfs_init+0x0/0x2a @ 1 initcall gpiolib_debugfs_init+0x0/0x2a returned 0 after 0 usecs calling max7301_init+0x0/0xf @ 1 bus: 'spi': add driver max7301 initcall max7301_init+0x0/0xf returned 0 after 3906 usecs calling mcp23s08_init+0x0/0xf @ 1 bus: 'spi': add driver mcp23s08 initcall mcp23s08_init+0x0/0xf returned 0 after 3906 usecs calling pca953x_init+0x0/0x11 @ 1 bus: 'i2c': add driver pca953x i2c-core: driver [pca953x] registered initcall pca953x_init+0x0/0x11 returned 0 after 7812 usecs calling pcf857x_init+0x0/0x1a @ 1 bus: 'i2c': add driver pcf857x i2c-core: driver [pcf857x] registered initcall pcf857x_init+0x0/0x1a returned 0 after 7812 usecs calling pci_slot_init+0x0/0x50 @ 1 initcall pci_slot_init+0x0/0x50 returned 0 after 0 usecs calling fbmem_init+0x0/0x8e @ 1 device class 'graphics': registering initcall fbmem_init+0x0/0x8e returned 0 after 3906 usecs calling acpi_init+0x0/0x21f @ 1 evgpeblk-0957 [04] ev_create_gpe_block : GPE 00 to 0F [_GPE] 2 regs on int 0x9 evgpeblk-0957 [04] ev_create_gpe_block : GPE 10 to 1F [_GPE] 2 regs on int 0x9 ACPI: EC: Look up EC in DSDT Completing Region/Field/Buffer/Package initialization:..................................................................................... Initialized 25/29 Regions 25/25 Fields 21/21 Buffers 14/14 Packages (511 nodes) Initializing Device/Processor/Thermal objects by executing _INI methods:.. Executed 2 _INI methods requiring 1 _STA executions (examined 52 objects) evgpeblk-1054 [03] ev_initialize_gpe_bloc: Found 1 Wake, Enabled 0 Runtime GPEs in this block evgpeblk-1054 [03] ev_initialize_gpe_bloc: Found 5 Wake, Enabled 0 Runtime GPEs in this block ACPI: Interpreter enabled ACPI: (supports S0 S1 S3 S5) ACPI: Using PIC for interrupt routing initcall acpi_init+0x0/0x21f returned 0 after 97656 usecs calling acpi_scan_init+0x0/0xed @ 1 bus: 'acpi': registered device: 'LNXSYSTM:00': device_add bus: 'acpi': add device LNXSYSTM:00 PM: Adding info for acpi:LNXSYSTM:00 device: 'LNXPWRBN:00': device_add bus: 'acpi': add device LNXPWRBN:00 PM: Adding info for acpi:LNXPWRBN:00 device: 'ACPI0007:00': device_add bus: 'acpi': add device ACPI0007:00 PM: Adding info for acpi:ACPI0007:00 device: 'ACPI0007:01': device_add bus: 'acpi': add device ACPI0007:01 PM: Adding info for acpi:ACPI0007:01 device: 'ACPI0007:02': device_add bus: 'acpi': add device ACPI0007:02 PM: Adding info for acpi:ACPI0007:02 device: 'ACPI0007:03': device_add bus: 'acpi': add device ACPI0007:03 PM: Adding info for acpi:ACPI0007:03 device: 'device:00': device_add bus: 'acpi': add device device:00 PM: Adding info for acpi:device:00 device: 'device:00': dev_uevent: bus uevent() returned -12 device: 'PNP0C0C:00': device_add bus: 'acpi': add device PNP0C0C:00 PM: Adding info for acpi:PNP0C0C:00 device: 'PNP0C01:00': device_add bus: 'acpi': add device PNP0C01:00 PM: Adding info for acpi:PNP0C01:00 device: 'INT0800:00': device_add bus: 'acpi': add device INT0800:00 PM: Adding info for acpi:INT0800:00 device: 'PNP0A03:00': device_add bus: 'acpi': add device PNP0A03:00 PM: Adding info for acpi:PNP0A03:00 device: 'device:01': device_add bus: 'acpi': add device device:01 PM: Adding info for acpi:device:01 device: 'device:01': dev_uevent: bus uevent() returned -12 device: 'device:02': device_add bus: 'acpi': add device device:02 PM: Adding info for acpi:device:02 device: 'device:02': dev_uevent: bus uevent() returned -12 device: 'device:03': device_add bus: 'acpi': add device device:03 PM: Adding info for acpi:device:03 device: 'device:03': dev_uevent: bus uevent() returned -12 device: 'device:04': device_add bus: 'acpi': add device device:04 PM: Adding info for acpi:device:04 device: 'device:04': dev_uevent: bus uevent() returned -12 device: 'device:05': device_add bus: 'acpi': add device device:05 PM: Adding info for acpi:device:05 device: 'device:05': dev_uevent: bus uevent() returned -12 device: 'device:06': device_add bus: 'acpi': add device device:06 PM: Adding info for acpi:device:06 device: 'device:06': dev_uevent: bus uevent() returned -12 device: 'device:07': device_add bus: 'acpi': add device device:07 PM: Adding info for acpi:device:07 device: 'device:07': dev_uevent: bus uevent() returned -12 device: 'device:08': device_add bus: 'acpi': add device device:08 PM: Adding info for acpi:device:08 device: 'device:08': dev_uevent: bus uevent() returned -12 device: 'device:09': device_add bus: 'acpi': add device device:09 PM: Adding info for acpi:device:09 device: 'device:09': dev_uevent: bus uevent() returned -12 device: 'device:0a': device_add bus: 'acpi': add device device:0a PM: Adding info for acpi:device:0a device: 'device:0a': dev_uevent: bus uevent() returned -12 device: 'device:0b': device_add bus: 'acpi': add device device:0b PM: Adding info for acpi:device:0b device: 'device:0b': dev_uevent: bus uevent() returned -12 device: 'device:0c': device_add bus: 'acpi': add device device:0c PM: Adding info for acpi:device:0c device: 'device:0c': dev_uevent: bus uevent() returned -12 device: 'device:0d': device_add bus: 'acpi': add device device:0d PM: Adding info for acpi:device:0d device: 'device:0d': dev_uevent: bus uevent() returned -12 device: 'device:0e': device_add bus: 'acpi': add device device:0e PM: Adding info for acpi:device:0e device: 'device:0e': dev_uevent: bus uevent() returned -12 device: 'device:0f': device_add bus: 'acpi': add device device:0f PM: Adding info for acpi:device:0f device: 'device:0f': dev_uevent: bus uevent() returned -12 device: 'PNP0C02:00': device_add bus: 'acpi': add device PNP0C02:00 PM: Adding info for acpi:PNP0C02:00 device: 'PNP0C0F:00': device_add bus: 'acpi': add device PNP0C0F:00 PM: Adding info for acpi:PNP0C0F:00 device: 'PNP0C0F:01': device_add bus: 'acpi': add device PNP0C0F:01 PM: Adding info for acpi:PNP0C0F:01 device: 'PNP0C0F:02': device_add bus: 'acpi': add device PNP0C0F:02 PM: Adding info for acpi:PNP0C0F:02 device: 'PNP0C0F:03': device_add bus: 'acpi': add device PNP0C0F:03 PM: Adding info for acpi:PNP0C0F:03 device: 'PNP0C0F:04': device_add bus: 'acpi': add device PNP0C0F:04 PM: Adding info for acpi:PNP0C0F:04 device: 'PNP0C0F:05': device_add bus: 'acpi': add device PNP0C0F:05 PM: Adding info for acpi:PNP0C0F:05 device: 'PNP0C0F:06': device_add bus: 'acpi': add device PNP0C0F:06 PM: Adding info for acpi:PNP0C0F:06 device: 'PNP0C0F:07': device_add bus: 'acpi': add device PNP0C0F:07 PM: Adding info for acpi:PNP0C0F:07 device: 'PNP0C02:01': device_add bus: 'acpi': add device PNP0C02:01 PM: Adding info for acpi:PNP0C02:01 device: 'PNP0000:00': device_add bus: 'acpi': add device PNP0000:00 PM: Adding info for acpi:PNP0000:00 device: 'PNP0200:00': device_add bus: 'acpi': add device PNP0200:00 PM: Adding info for acpi:PNP0200:00 device: 'PNP0100:00': device_add bus: 'acpi': add device PNP0100:00 PM: Adding info for acpi:PNP0100:00 device: 'PNP0B00:00': device_add bus: 'acpi': add device PNP0B00:00 PM: Adding info for acpi:PNP0B00:00 device: 'PNP0800:00': device_add bus: 'acpi': add device PNP0800:00 PM: Adding info for acpi:PNP0800:00 device: 'PNP0C04:00': device_add bus: 'acpi': add device PNP0C04:00 PM: Adding info for acpi:PNP0C04:00 device: 'PNP0700:00': device_add bus: 'acpi': add device PNP0700:00 PM: Adding info for acpi:PNP0700:00 device: 'PNP0501:00': device_add bus: 'acpi': add device PNP0501:00 PM: Adding info for acpi:PNP0501:00 device: 'PNP0501:01': device_add bus: 'acpi': add device PNP0501:01 PM: Adding info for acpi:PNP0501:01 device: 'PNP0401:00': device_add bus: 'acpi': add device PNP0401:00 PM: Adding info for acpi:PNP0401:00 device: 'PNP0303:00': device_add bus: 'acpi': add device PNP0303:00 PM: Adding info for acpi:PNP0303:00 device: 'LNXTHERM:00': device_add bus: 'acpi': add device LNXTHERM:00 PM: Adding info for acpi:LNXTHERM:00 device: 'PNP0C0B:00': device_add bus: 'acpi': add device PNP0C0B:00 PM: Adding info for acpi:PNP0C0B:00 device: 'LNXTHERM:01': device_add bus: 'acpi': add device LNXTHERM:01 PM: Adding info for acpi:LNXTHERM:01 initcall acpi_scan_init+0x0/0xed returned 0 after 625001 usecs calling acpi_ec_init+0x0/0x55 @ 1 bus: 'acpi': add driver ec initcall acpi_ec_init+0x0/0x55 returned 0 after 3906 usecs calling acpi_pci_root_init+0x0/0x25 @ 1 bus: 'acpi': add driver pci_root bus: 'acpi': driver_probe_device: matched device PNP0A03:00 with driver pci_root bus: 'acpi': really_probe: probing driver pci_root with device PNP0A03:00 ACPI: PCI Root Bridge [PCI0] (0000:00) device: 'pci0000:00': device_add PM: Adding info for No Bus:pci0000:00 device: '0000:00': device_add PM: Adding info for No Bus:0000:00 pci 0000:00:00.0: reg 10 32bit mmio: [0xd8000000-0xdbffffff] pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH4 ACPI/GPIO/TCO pci 0000:00:1f.0: quirk: region 0480-04bf claimed by ICH4 GPIO pci 0000:00:1f.1: reg 20 io port: [0xf000-0xf00f] pci 0000:00:1f.2: reg 20 io port: [0xd000-0xd01f] pci 0000:00:1f.3: reg 20 io port: [0x500-0x50f] pci 0000:00:1f.4: reg 20 io port: [0xd800-0xd81f] pci 0000:00:1f.5: reg 10 io port: [0xdc00-0xdcff] pci 0000:00:1f.5: reg 14 io port: [0xe000-0xe03f] pci 0000:01:00.0: reg 10 32bit mmio: [0xd0000000-0xd7ffffff] pci 0000:01:00.0: reg 14 io port: [0xa000-0xa0ff] pci 0000:01:00.0: reg 18 32bit mmio: [0xdd000000-0xdd00ffff] pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff] pci 0000:01:00.0: supports D1 D2 pci 0000:00:01.0: bridge io port: [0xa000-0xafff] pci 0000:00:01.0: bridge 32bit mmio: [0xdc000000-0xddffffff] pci 0000:00:01.0: bridge 32bit mmio pref: [0xd0000000-0xd7ffffff] pci 0000:00:02.0: bridge io port: [0xb000-0xbfff] pci 0000:00:02.0: bridge 32bit mmio: [0xde000000-0xdfffffff] pci 0000:03:00.0: reg 10 32bit mmio: [0xdf001000-0xdf001fff] pci 0000:03:04.0: reg 10 io port: [0xb000-0xb0ff] pci 0000:03:04.0: reg 14 64bit mmio: [0xdf000000-0xdf000fff] pci 0000:03:04.0: reg 30 32bit mmio: [0x000000-0x01ffff] pci 0000:03:04.1: reg 10 io port: [0xb400-0xb4ff] pci 0000:03:04.1: reg 14 64bit mmio: [0xdf002000-0xdf002fff] pci 0000:03:04.1: reg 30 32bit mmio: [0x000000-0x01ffff] pci 0000:02:1f.0: bridge io port: [0xb000-0xbfff] pci 0000:02:1f.0: bridge 32bit mmio: [0xde000000-0xdfffffff] pci 0000:04:03.0: reg 10 32bit mmio: [0xe1241000-0xe1241fff] pci 0000:04:03.0: reg 14 io port: [0xc000-0xc03f] pci 0000:04:03.0: reg 18 32bit mmio: [0xe1000000-0xe10fffff] pci 0000:04:03.0: reg 30 32bit mmio: [0x000000-0x0fffff] pci 0000:04:03.0: supports D1 D2 pci 0000:04:03.0: PME# supported from D0 D1 D2 D3hot D3cold pci 0000:04:03.0: PME# disabled pci 0000:04:04.0: reg 10 32bit mmio: [0xe1240000-0xe1240fff] pci 0000:04:04.0: reg 14 io port: [0xc400-0xc43f] pci 0000:04:04.0: reg 18 32bit mmio: [0xe1100000-0xe11fffff] pci 0000:04:04.0: reg 30 32bit mmio: [0x000000-0x0fffff] pci 0000:04:04.0: supports D1 D2 pci 0000:04:04.0: PME# supported from D0 D1 D2 D3hot D3cold pci 0000:04:04.0: PME# disabled pci 0000:04:07.0: reg 10 32bit mmio: [0xe1200000-0xe121ffff] pci 0000:04:07.0: reg 14 32bit mmio: [0xe1220000-0xe123ffff] pci 0000:04:07.0: reg 18 io port: [0xc800-0xc81f] pci 0000:04:07.0: reg 30 32bit mmio: [0x000000-0x01ffff] pci 0000:04:07.0: PME# supported from D0 D3hot D3cold pci 0000:04:07.0: PME# disabled pci 0000:00:1e.0: transparent bridge pci 0000:00:1e.0: bridge io port: [0xc000-0xcfff] pci 0000:00:1e.0: bridge 32bit mmio: [0xe0000000-0xe1ffffff] bus 00 -> node 0 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUBA.HUBB._PRT] ACPI Error (uteval-0289): Return object type is incorrect [\_SB_.PCI0.HUBA.HUBB._PRT] (Node f700ff00), AE_TYPE ACPI Error (uteval-0295): Type returned from _PRT was incorrect: Integer, expected Btypes: 8 [20080609] ACPI Exception (pci_irq-0290): AE_TYPE, Evaluating _PRT [AE_TYPE] [20080609] device: '0000:00:00.0': device_add bus: 'pci': add device 0000:00:00.0 PM: Adding info for pci:0000:00:00.0 device: '0000:00:01.0': device_add bus: 'pci': add device 0000:00:01.0 PM: Adding info for pci:0000:00:01.0 device: '0000:00:02.0': device_add bus: 'pci': add device 0000:00:02.0 PM: Adding info for pci:0000:00:02.0 device: '0000:00:1e.0': device_add bus: 'pci': add device 0000:00:1e.0 PM: Adding info for pci:0000:00:1e.0 device: '0000:00:1f.0': device_add bus: 'pci': add device 0000:00:1f.0 PM: Adding info for pci:0000:00:1f.0 device: '0000:00:1f.1': device_add bus: 'pci': add device 0000:00:1f.1 PM: Adding info for pci:0000:00:1f.1 device: '0000:00:1f.2': device_add bus: 'pci': add device 0000:00:1f.2 PM: Adding info for pci:0000:00:1f.2 device: '0000:00:1f.3': device_add bus: 'pci': add device 0000:00:1f.3 PM: Adding info for pci:0000:00:1f.3 device: '0000:00:1f.4': device_add bus: 'pci': add device 0000:00:1f.4 PM: Adding info for pci:0000:00:1f.4 device: '0000:00:1f.5': device_add bus: 'pci': add device 0000:00:1f.5 PM: Adding info for pci:0000:00:1f.5 device: '0000:01:00.0': device_add bus: 'pci': add device 0000:01:00.0 PM: Adding info for pci:0000:01:00.0 device: '0000:01': device_add PM: Adding info for No Bus:0000:01 device: '0000:02:1f.0': device_add bus: 'pci': add device 0000:02:1f.0 PM: Adding info for pci:0000:02:1f.0 device: '0000:03:00.0': device_add bus: 'pci': add device 0000:03:00.0 PM: Adding info for pci:0000:03:00.0 device: '0000:03:04.0': device_add bus: 'pci': add device 0000:03:04.0 PM: Adding info for pci:0000:03:04.0 khelper used greatest stack depth: 6932 bytes left device: '0000:03:04.1': device_add bus: 'pci': add device 0000:03:04.1 PM: Adding info for pci:0000:03:04.1 device: '0000:03': device_add PM: Adding info for No Bus:0000:03 device: '0000:02': device_add PM: Adding info for No Bus:0000:02 device: '0000:04:03.0': device_add bus: 'pci': add device 0000:04:03.0 PM: Adding info for pci:0000:04:03.0 device: '0000:04:04.0': device_add bus: 'pci': add device 0000:04:04.0 PM: Adding info for pci:0000:04:04.0 device: '0000:04:07.0': device_add bus: 'pci': add device 0000:04:07.0 PM: Adding info for pci:0000:04:07.0 device: '0000:04': device_add PM: Adding info for No Bus:0000:04 driver: 'PNP0A03:00': driver_bound: bound to device 'pci_root' bus: 'acpi': really_probe: bound device PNP0A03:00 to driver pci_root initcall acpi_pci_root_init+0x0/0x25 returned 0 after 558595 usecs calling acpi_pci_link_init+0x0/0x43 @ 1 bus: 'acpi': add driver pci_link bus: 'acpi': driver_probe_device: matched device PNP0C0F:00 with driver pci_link bus: 'acpi': really_probe: probing driver pci_link with device PNP0C0F:00 ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11 12 14 15) driver: 'PNP0C0F:00': driver_bound: bound to device 'pci_link' bus: 'acpi': really_probe: bound device PNP0C0F:00 to driver pci_link bus: 'acpi': driver_probe_device: matched device PNP0C0F:01 with driver pci_link bus: 'acpi': really_probe: probing driver pci_link with device PNP0C0F:01 ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *9 10 11 12 14 15) driver: 'PNP0C0F:01': driver_bound: bound to device 'pci_link' bus: 'acpi': really_probe: bound device PNP0C0F:01 to driver pci_link bus: 'acpi': driver_probe_device: matched device PNP0C0F:02 with driver pci_link bus: 'acpi': really_probe: probing driver pci_link with device PNP0C0F:02 ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) driver: 'PNP0C0F:02': driver_bound: bound to device 'pci_link' bus: 'acpi': really_probe: bound device PNP0C0F:02 to driver pci_link bus: 'acpi': driver_probe_device: matched device PNP0C0F:03 with driver pci_link bus: 'acpi': really_probe: probing driver pci_link with device PNP0C0F:03 ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 *12 14 15) driver: 'PNP0C0F:03': driver_bound: bound to device 'pci_link' bus: 'acpi': really_probe: bound device PNP0C0F:03 to driver pci_link bus: 'acpi': driver_probe_device: matched device PNP0C0F:04 with driver pci_link bus: 'acpi': really_probe: probing driver pci_link with device PNP0C0F:04 ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. driver: 'PNP0C0F:04': driver_bound: bound to device 'pci_link' bus: 'acpi': really_probe: bound device PNP0C0F:04 to driver pci_link bus: 'acpi': driver_probe_device: matched device PNP0C0F:05 with driver pci_link bus: 'acpi': really_probe: probing driver pci_link with device PNP0C0F:05 ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. driver: 'PNP0C0F:05': driver_bound: bound to device 'pci_link' bus: 'acpi': really_probe: bound device PNP0C0F:05 to driver pci_link bus: 'acpi': driver_probe_device: matched device PNP0C0F:06 with driver pci_link bus: 'acpi': really_probe: probing driver pci_link with device PNP0C0F:06 ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 *5 6 7 9 10 11 12 14 15) driver: 'PNP0C0F:06': driver_bound: bound to device 'pci_link' bus: 'acpi': really_probe: bound device PNP0C0F:06 to driver pci_link bus: 'acpi': driver_probe_device: matched device PNP0C0F:07 with driver pci_link bus: 'acpi': really_probe: probing driver pci_link with device PNP0C0F:07 ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) driver: 'PNP0C0F:07': driver_bound: bound to device 'pci_link' bus: 'acpi': really_probe: bound device PNP0C0F:07 to driver pci_link initcall acpi_pci_link_init+0x0/0x43 returned 0 after 191406 usecs calling acpi_power_init+0x0/0x69 @ 1 bus: 'acpi': add driver power initcall acpi_power_init+0x0/0x69 returned 0 after 3906 usecs calling acpi_system_init+0x0/0x15e @ 1 initcall acpi_system_init+0x0/0x15e returned 0 after 3906 usecs calling acpi_wmi_init+0x0/0x44 @ 1 bus: 'acpi': add driver wmi ACPI: WMI: Mapper loaded initcall acpi_wmi_init+0x0/0x44 returned 0 after 7812 usecs calling pnp_init+0x0/0xf @ 1 bus: 'pnp': registered initcall pnp_init+0x0/0xf returned 0 after 3906 usecs calling misc_init+0x0/0x96 @ 1 device class 'misc': registering initcall misc_init+0x0/0x96 returned 0 after 3906 usecs calling cn_init+0x0/0xe6 @ 1 initcall cn_init+0x0/0xe6 returned 0 after 0 usecs calling tifm_init+0x0/0x8d @ 1 bus: 'tifm': registered device class 'tifm_adapter': registering initcall tifm_init+0x0/0x8d returned 0 after 7812 usecs calling phy_init+0x0/0x32 @ 1 device class 'mdio_bus': registering bus: 'mdio_bus': registered bus: 'mdio_bus': add driver Generic PHY initcall phy_init+0x0/0x32 returned 0 after 11718 usecs calling init_scsi+0x0/0xa1 @ 1 device class 'scsi_host': registering bus: 'scsi': registered device class 'scsi_device': registering SCSI subsystem initialized initcall init_scsi+0x0/0xa1 returned 0 after 11718 usecs calling ata_init+0x0/0x328 @ 1 libata version 3.00 loaded. initcall ata_init+0x0/0x328 returned 0 after 3906 usecs calling usb_init+0x0/0x127 @ 1 bus: 'usb': registered device class 'usb_host': registering bus: 'usb': add driver usbfs usbcore: registered new interface driver usbfs device class 'usb_device': registering bus: 'usb': add driver hub usbcore: registered new interface driver hub bus: 'usb': add driver usb usbcore: registered new device driver usb initcall usb_init+0x0/0x127 returned 0 after 31250 usecs calling serio_init+0x0/0x90 @ 1 bus: 'serio': registered initcall serio_init+0x0/0x90 returned 0 after 3906 usecs calling gameport_init+0x0/0x8a @ 1 bus: 'gameport': registered initcall gameport_init+0x0/0x8a returned 0 after 0 usecs calling input_init+0x0/0x102 @ 1 device class 'input': registering initcall input_init+0x0/0x102 returned 0 after 3906 usecs calling rtc_init+0x0/0x5f @ 1 device class 'rtc': registering initcall rtc_init+0x0/0x5f returned 0 after 3906 usecs calling tps_init+0x0/0x82 @ 1 tps65010: version 2 May 2005 bus: 'i2c': add driver tps65010 i2c-core: driver [tps65010] registered bus: 'i2c': remove driver tps65010 driver: 'tps65010': driver_release i2c-core: driver [tps65010] unregistered bus: 'i2c': add driver tps65010 i2c-core: driver [tps65010] registered bus: 'i2c': remove driver tps65010 driver: 'tps65010': driver_release i2c-core: driver [tps65010] unregistered bus: 'i2c': add driver tps65010 i2c-core: driver [tps65010] registered bus: 'i2c': remove driver tps65010 driver: 'tps65010': driver_release i2c-core: driver [tps65010] unregistered tps65010: no chip? initcall tps_init+0x0/0x82 returned -19 after 89843 usecs calling power_supply_class_init+0x0/0x2f @ 1 device class 'power_supply': registering initcall power_supply_class_init+0x0/0x2f returned 0 after 3906 usecs calling hwmon_init+0x0/0x40 @ 1 device class 'hwmon': registering initcall hwmon_init+0x0/0x40 returned 0 after 3906 usecs calling thermal_init+0x0/0x54 @ 1 device class 'thermal': registering initcall thermal_init+0x0/0x54 returned 0 after 3906 usecs calling md_init+0x0/0xf4 @ 1 initcall md_init+0x0/0xf4 returned 0 after 0 usecs calling leds_init+0x0/0x28 @ 1 device class 'leds': registering initcall leds_init+0x0/0x28 returned 0 after 3906 usecs calling pci_subsys_init+0x0/0x110 @ 1 PCI: Using ACPI for IRQ routing initcall pci_subsys_init+0x0/0x110 returned 0 after 3906 usecs calling proto_init+0x0/0x2b @ 1 initcall proto_init+0x0/0x2b returned 0 after 0 usecs calling net_dev_init+0x0/0x114 @ 1 device class 'net': registering initcall net_dev_init+0x0/0x114 returned 0 after 3906 usecs calling neigh_init+0x0/0x7c @ 1 initcall neigh_init+0x0/0x7c returned 0 after 0 usecs calling fib_rules_init+0x0/0xaf @ 1 initcall fib_rules_init+0x0/0xaf returned 0 after 0 usecs calling pktsched_init+0x0/0xc6 @ 1 initcall pktsched_init+0x0/0xc6 returned 0 after 0 usecs calling tc_filter_init+0x0/0x52 @ 1 initcall tc_filter_init+0x0/0x52 returned 0 after 0 usecs calling genl_init+0x0/0xca @ 1 initcall genl_init+0x0/0xca returned 0 after 0 usecs calling cipso_v4_init+0x0/0x77 @ 1 initcall cipso_v4_init+0x0/0x77 returned 0 after 0 usecs calling irda_init+0x0/0xa2 @ 1 NET: Registered protocol family 23 initcall irda_init+0x0/0xa2 returned 0 after 3906 usecs calling bt_init+0x0/0x58 @ 1 Bluetooth: Core ver 2.13 device class 'bluetooth': registering NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized initcall bt_init+0x0/0x58 returned 0 after 19531 usecs calling atm_init+0x0/0xaf @ 1 NET: Registered protocol family 8 NET: Registered protocol family 20 device class 'atm': registering initcall atm_init+0x0/0xaf returned 0 after 7812 usecs calling netlbl_init+0x0/0x8a @ 1 NetLabel: Initializing NetLabel: domain hash size = 128 NetLabel: protocols = UNLABELED CIPSOv4 NetLabel: unlabeled traffic allowed by default initcall netlbl_init+0x0/0x8a returned 0 after 11718 usecs calling rfkill_init+0x0/0x6a @ 1 device class 'rfkill': registering initcall rfkill_init+0x0/0x6a returned 0 after 3906 usecs calling sysctl_init+0x0/0x47 @ 1 initcall sysctl_init+0x0/0x47 returned 0 after 0 usecs calling pci_iommu_init+0x0/0x13 @ 1 initcall pci_iommu_init+0x0/0x13 returned 0 after 0 usecs calling hpet_late_init+0x0/0xf3 @ 1 initcall hpet_late_init+0x0/0xf3 returned -19 after 0 usecs calling init_kmmio+0x0/0x25 @ 1 initcall init_kmmio+0x0/0x25 returned 0 after 0 usecs calling clocksource_done_booting+0x0/0x11 @ 1 initcall clocksource_done_booting+0x0/0x11 returned 0 after 0 usecs calling ftrace_init_debugfs+0x0/0x135 @ 1 initcall ftrace_init_debugfs+0x0/0x135 returned 0 after 116 usecs calling tracer_init_debugfs+0x0/0x37c @ 1 initcall tracer_init_debugfs+0x0/0x37c returned 0 after 174 usecs calling init_pipe_fs+0x0/0x3f @ 1 initcall init_pipe_fs+0x0/0x3f returned 0 after 109 usecs calling init_mnt_writers+0x0/0x43 @ 1 initcall init_mnt_writers+0x0/0x43 returned 0 after 9 usecs calling eventpoll_init+0x0/0x90 @ 1 initcall eventpoll_init+0x0/0x90 returned 0 after 18 usecs calling anon_inode_init+0x0/0xeb @ 1 initcall anon_inode_init+0x0/0xeb returned 0 after 78 usecs calling pcie_aspm_init+0x0/0x1f @ 1 initcall pcie_aspm_init+0x0/0x1f returned 0 after 4141 usecs calling acpi_event_init+0x0/0x6f @ 1 initcall acpi_event_init+0x0/0x6f returned 0 after 215 usecs calling pnpacpi_init+0x0/0x89 @ 1 pnp: PnP ACPI init device: 'pnp0': device_add PM: Adding info for No Bus:pnp0 ACPI: bus type pnp registered pnp 00:00: mem resource (0xd5800-0xd7fff) overlaps 0000:04:03.0 BAR 6 (0x0-0xfffff), disabling pnp 00:00: mem resource (0xf0000-0xf7fff) overlaps 0000:04:03.0 BAR 6 (0x0-0xfffff), disabling pnp 00:00: mem resource (0xf8000-0xfbfff) overlaps 0000:04:03.0 BAR 6 (0x0-0xfffff), disabling pnp 00:00: mem resource (0xfc000-0xfffff) overlaps 0000:04:03.0 BAR 6 (0x0-0xfffff), disabling pnp 00:00: mem resource (0x0-0x9ffff) overlaps 0000:04:03.0 BAR 6 (0x0-0xfffff), disabling pnp 00:00: mem resource (0xe0000-0xeffff) overlaps 0000:04:03.0 BAR 6 (0x0-0xfffff), disabling pnp 00:00: mem resource (0xd5800-0xd7fff) overlaps 0000:04:04.0 BAR 6 (0x0-0xfffff), disabling pnp 00:00: mem resource (0xf0000-0xf7fff) overlaps 0000:04:04.0 BAR 6 (0x0-0xfffff), disabling pnp 00:00: mem resource (0xf8000-0xfbfff) overlaps 0000:04:04.0 BAR 6 (0x0-0xfffff), disabling pnp 00:00: mem resource (0xfc000-0xfffff) overlaps 0000:04:04.0 BAR 6 (0x0-0xfffff), disabling pnp 00:00: mem resource (0x0-0x9ffff) overlaps 0000:04:04.0 BAR 6 (0x0-0xfffff), disabling pnp 00:00: mem resource (0xe0000-0xeffff) overlaps 0000:04:04.0 BAR 6 (0x0-0xfffff), disabling device: '00:00': device_add bus: 'pnp': add device 00:00 PM: Adding info for pnp:00:00 device: '00:01': device_add bus: 'pnp': add device 00:01 PM: Adding info for pnp:00:01 device: '00:02': device_add bus: 'pnp': add device 00:02 PM: Adding info for pnp:00:02 device: '00:03': device_add bus: 'pnp': add device 00:03 PM: Adding info for pnp:00:03 device: '00:04': device_add bus: 'pnp': add device 00:04 PM: Adding info for pnp:00:04 device: '00:05': device_add bus: 'pnp': add device 00:05 PM: Adding info for pnp:00:05 device: '00:06': device_add bus: 'pnp': add device 00:06 PM: Adding info for pnp:00:06 device: '00:07': device_add bus: 'pnp': add device 00:07 PM: Adding info for pnp:00:07 device: '00:08': device_add bus: 'pnp': add device 00:08 PM: Adding info for pnp:00:08 device: '00:09': device_add bus: 'pnp': add device 00:09 PM: Adding info for pnp:00:09 device: '00:0a': device_add bus: 'pnp': add device 00:0a PM: Adding info for pnp:00:0a device: '00:0b': device_add bus: 'pnp': add device 00:0b PM: Adding info for pnp:00:0b device: '00:0c': device_add bus: 'pnp': add device 00:0c PM: Adding info for pnp:00:0c device: '00:0d': device_add bus: 'pnp': add device 00:0d PM: Adding info for pnp:00:0d pnp: PnP ACPI: found 14 devices ACPI: ACPI bus type pnp unregistered initcall pnpacpi_init+0x0/0x89 returned 0 after 210593 usecs calling pnp_system_init+0x0/0x13 @ 1 bus: 'pnp': add driver system bus: 'pnp': driver_probe_device: matched device 00:00 with driver system bus: 'pnp': really_probe: probing driver system with device 00:00 system 00:00: iomem range 0x3fff0000-0x3fffffff could not be reserved system 00:00: iomem range 0x100000-0x3ffeffff could not be reserved system 00:00: iomem range 0xfec00000-0xfecfffff could not be reserved system 00:00: iomem range 0xfee00000-0xfee00fff could not be reserved system 00:00: iomem range 0xffb00000-0xffb7ffff could not be reserved system 00:00: iomem range 0xfff00000-0xffffffff could not be reserved driver: '00:00': driver_bound: bound to device 'system' bus: 'pnp': really_probe: bound device 00:00 to driver system bus: 'pnp': driver_probe_device: matched device 00:03 with driver system bus: 'pnp': really_probe: probing driver system with device 00:03 system 00:03: ioport range 0x400-0x4bf could not be reserved driver: '00:03': driver_bound: bound to device 'system' bus: 'pnp': really_probe: bound device 00:03 to driver system bus: 'pnp': driver_probe_device: matched device 00:04 with driver system bus: 'pnp': really_probe: probing driver system with device 00:04 system 00:04: ioport range 0xb78-0xb7b has been reserved system 00:04: ioport range 0xf78-0xf7b has been reserved system 00:04: ioport range 0xa78-0xa7b has been reserved system 00:04: ioport range 0xe78-0xe7b has been reserved system 00:04: ioport range 0xbbc-0xbbf has been reserved system 00:04: ioport range 0xfbc-0xfbf has been reserved system 00:04: ioport range 0x4d0-0x4d1 has been reserved system 00:04: ioport range 0x294-0x297 has been reserved driver: '00:04': driver_bound: bound to device 'system' bus: 'pnp': really_probe: bound device 00:04 to driver system initcall pnp_system_init+0x0/0x13 returned 0 after 109205 usecs calling chr_dev_init+0x0/0xa6 @ 1 device class 'mem': registering device: 'mem': device_add PM: Adding info for No Bus:mem device: 'kmem': device_add PM: Adding info for No Bus:kmem device: 'null': device_add PM: Adding info for No Bus:null device: 'port': device_add PM: Adding info for No Bus:port device: 'zero': device_add PM: Adding info for No Bus:zero device: 'full': device_add PM: Adding info for No Bus:full device: 'random': device_add PM: Adding info for No Bus:random device: 'urandom': device_add PM: Adding info for No Bus:urandom device: 'kmsg': device_add PM: Adding info for No Bus:kmsg device: 'oldmem': device_add PM: Adding info for No Bus:oldmem initcall chr_dev_init+0x0/0xa6 returned 0 after 68248 usecs calling firmware_class_init+0x0/0x77 @ 1 device class 'firmware': registering initcall firmware_class_init+0x0/0x77 returned 0 after 3969 usecs calling loopback_init+0x0/0xf @ 1 device: 'lo': device_add PM: Adding info for No Bus:lo initcall loopback_init+0x0/0xf returned 0 after 6360 usecs calling init_acpi_pm_clocksource+0x0/0x210 @ 1 PM-Timer running at invalid rate: 87% of normal - aborting. initcall init_acpi_pm_clocksource+0x0/0x210 returned -19 after 44189 usecs calling ssb_modinit+0x0/0x70 @ 1 bus: 'ssb': registered initcall ssb_modinit+0x0/0x70 returned 0 after 2655 usecs calling pcibios_assign_resources+0x0/0x7d @ 1 pci 0000:00:01.0: PCI bridge, secondary bus 0000:01 pci 0000:00:01.0: IO window: 0xa000-0xafff pci 0000:00:01.0: MEM window: 0xdc000000-0xddffffff pci 0000:00:01.0: PREFETCH window: 0x000000d0000000-0x000000d7ffffff pci 0000:02:1f.0: PCI bridge, secondary bus 0000:03 pci 0000:02:1f.0: IO window: 0xb000-0xbfff pci 0000:02:1f.0: MEM window: 0xde000000-0xdfffffff pci 0000:02:1f.0: PREFETCH window: 0x00000050000000-0x000000500fffff pci 0000:00:02.0: PCI bridge, secondary bus 0000:02 pci 0000:00:02.0: IO window: 0xb000-0xbfff pci 0000:00:02.0: MEM window: 0xde000000-0xdfffffff pci 0000:00:02.0: PREFETCH window: 0x00000050000000-0x000000500fffff pci 0000:00:1e.0: PCI bridge, secondary bus 0000:04 pci 0000:00:1e.0: IO window: 0xc000-0xcfff pci 0000:00:1e.0: MEM window: 0xe0000000-0xe1ffffff pci 0000:00:1e.0: PREFETCH window: 0x00000050100000-0x000000503fffff pci 0000:02:1f.0: setting latency timer to 64 pci 0000:00:1e.0: setting latency timer to 64 bus: 00 index 0 io port: [0x00-0xffff] bus: 00 index 1 mmio: [0x000000-0xffffffff] bus: 01 index 0 io port: [0xa000-0xafff] bus: 01 index 1 mmio: [0xdc000000-0xddffffff] bus: 01 index 2 mmio: [0xd0000000-0xd7ffffff] bus: 01 index 3 mmio: [0x0-0x0] bus: 02 index 0 io port: [0xb000-0xbfff] bus: 02 index 1 mmio: [0xde000000-0xdfffffff] bus: 02 index 2 mmio: [0x50000000-0x500fffff] bus: 02 index 3 mmio: [0x0-0x0] bus: 03 index 0 io port: [0xb000-0xbfff] bus: 03 index 1 mmio: [0xde000000-0xdfffffff] bus: 03 index 2 mmio: [0x50000000-0x500fffff] bus: 03 index 3 mmio: [0x0-0x0] bus: 04 index 0 io port: [0xc000-0xcfff] bus: 04 index 1 mmio: [0xe0000000-0xe1ffffff] bus: 04 index 2 mmio: [0x50100000-0x503fffff] bus: 04 index 3 io port: [0x00-0xffff] bus: 04 index 4 mmio: [0x000000-0xffffffff] initcall pcibios_assign_resources+0x0/0x7d returned 0 after 138450 usecs calling inet_init+0x0/0x282 @ 1 NET: Registered protocol family 2 IP route cache hash table entries: 32768 (order: 5, 131072 bytes) TCP established hash table entries: 131072 (order: 8, 1048576 bytes) TCP bind hash table entries: 65536 (order: 9, 2359296 bytes) TCP: Hash tables configured (established 131072 bind 65536) TCP reno registered initcall inet_init+0x0/0x282 returned 0 after 28502 usecs calling af_unix_init+0x0/0x5d @ 1 NET: Registered protocol family 1 initcall af_unix_init+0x0/0x5d returned 0 after 3580 usecs calling default_rootfs+0x0/0x75 @ 1 initcall default_rootfs+0x0/0x75 returned 0 after 157 usecs calling i8259A_init_sysfs+0x0/0x21 @ 1 Registering sysdev class 'i8259' Registering sys device of class 'i8259' Registering sys device 'i82590' initcall i8259A_init_sysfs+0x0/0x21 returned 0 after 11280 usecs calling sbf_init+0x0/0xfe @ 1 initcall sbf_init+0x0/0xfe returned 0 after 10 usecs calling i8237A_init_sysfs+0x0/0x21 @ 1 Registering sysdev class 'i8237' Registering sys device of class 'i8237' Registering sys device 'i82370' initcall i8237A_init_sysfs+0x0/0x21 returned 0 after 11125 usecs calling add_rtc_cmos+0x0/0xac @ 1 initcall add_rtc_cmos+0x0/0xac returned 0 after 15 usecs calling cache_sysfs_init+0x0/0x265 @ 1 initcall cache_sysfs_init+0x0/0x265 returned 0 after 10 usecs calling thermal_throttle_init_device+0x0/0x3c @ 1 initcall thermal_throttle_init_device+0x0/0x3c returned 0 after 9 usecs calling msr_init+0x0/0xce @ 1 device class 'msr': registering device: 'msr0': device_add PM: Adding info for No Bus:msr0 initcall msr_init+0x0/0xce returned 0 after 9914 usecs calling cpuid_init+0x0/0xd7 @ 1 device class 'cpuid': registering device: 'cpu0': device_add PM: Adding info for No Bus:cpu0 initcall cpuid_init+0x0/0xd7 returned 0 after 10080 usecs calling add_pcspkr+0x0/0x2f @ 1 Registering platform device 'pcspkr'. Parent at platform device: 'pcspkr': device_add bus: 'platform': add device pcspkr PM: Adding info for platform:pcspkr initcall add_pcspkr+0x0/0x2f returned 0 after 12439 usecs calling microcode_init+0x0/0xfd @ 1 device: 'microcode': device_add PM: Adding info for No Bus:microcode Registering platform device 'microcode'. Parent at platform device: 'microcode': device_add bus: 'platform': add device microcode PM: Adding info for platform:microcode Microcode Update Driver: v2.00 initcall microcode_init+0x0/0xfd returned 0 after 29654 usecs calling start_pageattr_test+0x0/0x60 @ 1 initcall start_pageattr_test+0x0/0x60 returned 0 after 74 usecs calling aes_init+0x0/0xf @ 1 alg: cipher: Test 1 failed on encryption for aes-asm 00000000: 00 01 02 03 04 05 06 07 08 08 08 08 08 08 08 08 cryptomgr_test used greatest stack depth: 6684 bytes left initcall aes_init+0x0/0xf returned 0 after 17477 usecs calling init+0x0/0x18 @ 1 initcall init+0x0/0x18 returned 0 after 167 usecs calling init_sched_debug_procfs+0x0/0x30 @ 1 initcall init_sched_debug_procfs+0x0/0x30 returned 0 after 28 usecs calling ioresources_init+0x0/0x44 @ 1 initcall ioresources_init+0x0/0x44 returned 0 after 21 usecs calling uid_cache_init+0x0/0x83 @ 1 initcall uid_cache_init+0x0/0x83 returned 0 after 18 usecs calling init_posix_timers+0x0/0xab @ 1 initcall init_posix_timers+0x0/0xab returned 0 after 15 usecs calling init_posix_cpu_timers+0x0/0x8d @ 1 initcall init_posix_cpu_timers+0x0/0x8d returned 0 after 9 usecs calling nsproxy_cache_init+0x0/0x36 @ 1 initcall nsproxy_cache_init+0x0/0x36 returned 0 after 11 usecs calling create_proc_profile+0x0/0x60 @ 1 initcall create_proc_profile+0x0/0x60 returned 0 after 9 usecs calling timekeeping_init_device+0x0/0x21 @ 1 Registering sysdev class 'timekeeping' Registering sys device of class 'timekeeping' Registering sys device 'timekeeping0' initcall timekeeping_init_device+0x0/0x21 returned 0 after 12946 usecs calling init_clocksource_sysfs+0x0/0x45 @ 1 Registering sysdev class 'clocksource' Registering sys device of class 'clocksource' Registering sys device 'clocksource0' initcall init_clocksource_sysfs+0x0/0x45 returned 0 after 12914 usecs calling init_timer_list_procfs+0x0/0x30 @ 1 initcall init_timer_list_procfs+0x0/0x30 returned 0 after 19 usecs calling init_tstats_procfs+0x0/0x30 @ 1 initcall init_tstats_procfs+0x0/0x30 returned 0 after 15 usecs calling lockdep_proc_init+0x0/0x8a @ 1 initcall lockdep_proc_init+0x0/0x8a returned 0 after 38 usecs calling futex_init+0x0/0x93 @ 1 initcall futex_init+0x0/0x93 returned 0 after 48 usecs calling init_rttest+0x0/0x130 @ 1 Registering sysdev class 'rttest' Registering sys device of class 'rttest' Registering sys device 'rttest0' Registering sys device of class 'rttest' Registering sys device 'rttest1' Registering sys device of class 'rttest' Registering sys device 'rttest2' Registering sys device of class 'rttest' Registering sys device 'rttest3' Registering sys device of class 'rttest' Registering sys device 'rttest4' Registering sys device of class 'rttest' Registering sys device 'rttest5' Registering sys device of class 'rttest' Registering sys device 'rttest6' Registering sys device of class 'rttest' Registering sys device 'rttest7' Initializing RT-Tester: OK initcall init_rttest+0x0/0x130 returned 0 after 69521 usecs calling proc_dma_init+0x0/0x27 @ 1 initcall proc_dma_init+0x0/0x27 returned 0 after 23 usecs calling kallsyms_init+0x0/0x2a @ 1 initcall kallsyms_init+0x0/0x2a returned 0 after 16 usecs calling crash_save_vmcoreinfo_init+0x0/0x4af @ 1 initcall crash_save_vmcoreinfo_init+0x0/0x4af returned 0 after 29 usecs calling crash_notes_memory_init+0x0/0x37 @ 1 initcall crash_notes_memory_init+0x0/0x37 returned 0 after 9 usecs calling backtrace_regression_test+0x0/0xe0 @ 1 ====[ backtrace testing ]=========== Testing a backtrace from process context. The following trace is a kernel self test and not a bug! Pid: 1, comm: swapper Not tainted 2.6.27-06994-g70740d6-dirty #37 Call Trace: [] ? printk+0x1d/0x21 [] ? backtrace_regression_test+0x0/0xe0 [] backtrace_regression_test+0x35/0xe0 [] ? ktime_get_ts+0x50/0x60 [] ? backtrace_regression_test+0x0/0xe0 [] ? ktime_get+0x1e/0x40 [] ? backtrace_regression_test+0x0/0xe0 [] ? backtrace_regression_test+0x0/0xe0 [] do_one_initcall+0x2b/0x180 [] ? backtrace_regression_test+0x0/0xe0 [] ? lock_release_holdtime+0x35/0x1f0 [] ? proc_register+0xee/0x1e0 [] ? _spin_unlock+0x22/0x30 [] ? proc_register+0xee/0x1e0 [] ? register_irq_proc+0x87/0xa0 [] ? init_irq_proc+0x39/0x50 [] kernel_init+0x7b/0xd7 [] ? kernel_init+0x0/0xd7 [] kernel_thread_helper+0x7/0x10 Testing a backtrace from irq context. The following trace is a kernel self test and not a bug! Pid: 4, comm: ksoftirqd/0 Not tainted 2.6.27-06994-g70740d6-dirty #37 Call Trace: [] ? trace_hardirqs_on_caller+0x75/0x140 [] backtrace_test_irq_callback+0xd/0x20 [] tasklet_action+0x4b/0x90 [] __do_softirq+0x6f/0x110 [] ? trace_hardirqs_on+0xb/0x10 [] ? ksoftirqd+0x0/0xc0 [] do_softirq+0x65/0x70 [] ksoftirqd+0x4d/0xc0 [] kthread+0x3f/0x70 [] ? kthread+0x0/0x70 [] kernel_thread_helper+0x7/0x10 Testing a saved backtrace. The following trace is a kernel self test and not a bug! [] save_stack_trace+0x2f/0x50 [] backtrace_regression_test+0xc0/0xe0 [] do_one_initcall+0x2b/0x180 [] kernel_init+0x7b/0xd7 [] kernel_thread_helper+0x7/0x10 [] 0xffffffff ====[ end of backtrace testing ]==== initcall backtrace_regression_test+0x0/0xe0 returned 0 after 175855 usecs calling ikconfig_init+0x0/0x43 @ 1 initcall ikconfig_init+0x0/0x43 returned 0 after 18 usecs calling rcu_torture_init+0x0/0x5f3 @ 1 rcu-torture:--- Start of test: nreaders=2 nfakewriters=4 stat_interval=0 verbose=0 test_no_idle_hz=0 shuffle_interval=3 stutter=5 irqreader=1 initcall rcu_torture_init+0x0/0x5f3 returned 0 after 4113 usecs calling utsname_sysctl_init+0x0/0x11 @ 1 initcall utsname_sysctl_init+0x0/0x11 returned 0 after 16 usecs calling init_lstats_procfs+0x0/0x30 @ 1 initcall init_lstats_procfs+0x0/0x30 returned 0 after 19 usecs calling init_sched_switch_trace+0x0/0x3d @ 1 initcall init_sched_switch_trace+0x0/0x3d returned 0 after 13 usecs calling init_stack_trace+0x0/0xf @ 1 initcall init_stack_trace+0x0/0xf returned 0 after 11 usecs calling init_function_trace+0x0/0xf @ 1 initcall init_function_trace+0x0/0xf returned 0 after 11 usecs calling init_wakeup_tracer+0x0/0x10 @ 1 initcall init_wakeup_tracer+0x0/0x10 returned 0 after 11 usecs calling stack_trace_init+0x0/0x8a @ 1 initcall stack_trace_init+0x0/0x8a returned 0 after 2537 usecs calling init_mmio_trace+0x0/0x16 @ 1 initcall init_mmio_trace+0x0/0x16 returned 0 after 16 usecs calling init_per_zone_pages_min+0x0/0x56 @ 1 initcall init_per_zone_pages_min+0x0/0x56 returned 0 after 131 usecs calling pdflush_init+0x0/0x11 @ 1 initcall pdflush_init+0x0/0x11 returned 0 after 214 usecs calling kswapd_init+0x0/0x13 @ 1 initcall kswapd_init+0x0/0x13 returned 0 after 81 usecs calling mm_sysfs_init+0x0/0x22 @ 1 initcall mm_sysfs_init+0x0/0x22 returned 0 after 35 usecs calling init_emergency_pool+0x0/0x65 @ 1 highmem bounce pool size: 64 pages initcall init_emergency_pool+0x0/0x65 returned 0 after 3860 usecs calling procswaps_init+0x0/0x2f @ 1 initcall procswaps_init+0x0/0x2f returned 0 after 32 usecs calling hugetlb_init+0x0/0x3b5 @ 1 HugeTLB registered 4 MB page size, pre-allocated 0 pages initcall hugetlb_init+0x0/0x3b5 returned 0 after 5833 usecs calling init_tmpfs+0x0/0xca @ 1 initcall init_tmpfs+0x0/0xca returned 0 after 192 usecs calling slab_sysfs_init+0x0/0xd3 @ 1 initcall slab_sysfs_init+0x0/0xd3 returned 0 after 23023 usecs calling fasync_init+0x0/0x31 @ 1 initcall fasync_init+0x0/0x31 returned 0 after 34 usecs calling inotify_setup+0x0/0x11 @ 1 initcall inotify_setup+0x0/0x11 returned 0 after 9 usecs calling inotify_user_setup+0x0/0xbc @ 1 initcall inotify_user_setup+0x0/0xbc returned 0 after 201 usecs calling aio_setup+0x0/0x84 @ 1 initcall aio_setup+0x0/0x84 returned 0 after 148 usecs calling init_mbcache+0x0/0x20 @ 1 initcall init_mbcache+0x0/0x20 returned 0 after 11 usecs calling configfs_init+0x0/0xc4 @ 1 initcall configfs_init+0x0/0xc4 returned 0 after 438 usecs calling init_devpts_fs+0x0/0x36 @ 1 initcall init_devpts_fs+0x0/0x36 returned 0 after 195 usecs calling init_reiserfs_fs+0x0/0x90 @ 1 initcall init_reiserfs_fs+0x0/0x90 returned 0 after 2154 usecs calling init_ext3_fs+0x0/0x69 @ 1 initcall init_ext3_fs+0x0/0x69 returned 0 after 1398 usecs calling journal_init+0x0/0xa7 @ 1 initcall journal_init+0x0/0xa7 returned 0 after 2370 usecs calling journal_init+0x0/0xee @ 1 initcall journal_init+0x0/0xee returned 0 after 512 usecs calling init_ramfs_fs+0x0/0xf @ 1 initcall init_ramfs_fs+0x0/0xf returned 0 after 16 usecs calling init_hugetlbfs_fs+0x0/0xa0 @ 1 initcall init_hugetlbfs_fs+0x0/0xa0 returned 0 after 1280 usecs calling init_coda+0x0/0x145 @ 1 device class 'coda': registering device: 'cfs0': device_add PM: Adding info for No Bus:cfs0 device: 'cfs1': device_add PM: Adding info for No Bus:cfs1 device: 'cfs2': device_add PM: Adding info for No Bus:cfs2 device: 'cfs3': device_add PM: Adding info for No Bus:cfs3 device: 'cfs4': device_add PM: Adding info for No Bus:cfs4 initcall init_coda+0x0/0x145 returned 0 after 44825 usecs calling init_fat_fs+0x0/0x4f @ 1 initcall init_fat_fs+0x0/0x4f returned 0 after 1744 usecs calling init_vfat_fs+0x0/0xf @ 1 initcall init_vfat_fs+0x0/0xf returned 0 after 15 usecs calling init_bfs_fs+0x0/0x59 @ 1 initcall init_bfs_fs+0x0/0x59 returned 0 after 1563 usecs calling init_iso9660_fs+0x0/0x69 @ 1 initcall init_iso9660_fs+0x0/0x69 returned 0 after 929 usecs calling init_hfsplus_fs+0x0/0x57 @ 1 initcall init_hfsplus_fs+0x0/0x57 returned 0 after 1073 usecs calling init_hfs_fs+0x0/0x63 @ 1 initcall init_hfs_fs+0x0/0x63 returned 0 after 490 usecs calling ecryptfs_init+0x0/0x1e0 @ 1 device: 'ecryptfs': device_add PM: Adding info for No Bus:ecryptfs initcall ecryptfs_init+0x0/0x1e0 returned 0 after 10833 usecs calling init_nfs_fs+0x0/0x144 @ 1 initcall init_nfs_fs+0x0/0x144 returned 0 after 1566 usecs calling init_nlm+0x0/0x1c @ 1 initcall init_nlm+0x0/0x1c returned 0 after 14 usecs calling init_nls_cp437+0x0/0xf @ 1 initcall init_nls_cp437+0x0/0xf returned 0 after 63 usecs calling init_nls_cp737+0x0/0xf @ 1 initcall init_nls_cp737+0x0/0xf returned 0 after 10 usecs calling init_nls_cp775+0x0/0xf @ 1 initcall init_nls_cp775+0x0/0xf returned 0 after 10 usecs calling init_nls_cp850+0x0/0xf @ 1 initcall init_nls_cp850+0x0/0xf returned 0 after 10 usecs calling init_nls_cp852+0x0/0xf @ 1 initcall init_nls_cp852+0x0/0xf returned 0 after 10 usecs calling init_nls_cp857+0x0/0xf @ 1 initcall init_nls_cp857+0x0/0xf returned 0 after 10 usecs calling init_nls_cp860+0x0/0xf @ 1 initcall init_nls_cp860+0x0/0xf returned 0 after 10 usecs calling init_nls_cp861+0x0/0xf @ 1 initcall init_nls_cp861+0x0/0xf returned 0 after 10 usecs calling init_nls_cp862+0x0/0xf @ 1 initcall init_nls_cp862+0x0/0xf returned 0 after 10 usecs calling init_nls_cp864+0x0/0xf @ 1 initcall init_nls_cp864+0x0/0xf returned 0 after 10 usecs calling init_nls_cp865+0x0/0xf @ 1 initcall init_nls_cp865+0x0/0xf returned 0 after 10 usecs calling init_nls_cp866+0x0/0xf @ 1 initcall init_nls_cp866+0x0/0xf returned 0 after 9 usecs calling init_nls_cp869+0x0/0xf @ 1 initcall init_nls_cp869+0x0/0xf returned 0 after 11 usecs calling init_nls_cp874+0x0/0xf @ 1 initcall init_nls_cp874+0x0/0xf returned 0 after 11 usecs calling init_nls_cp932+0x0/0xf @ 1 initcall init_nls_cp932+0x0/0xf returned 0 after 10 usecs calling init_nls_euc_jp+0x0/0x39 @ 1 initcall init_nls_euc_jp+0x0/0x39 returned 0 after 11 usecs calling init_nls_cp949+0x0/0xf @ 1 initcall init_nls_cp949+0x0/0xf returned 0 after 10 usecs calling init_nls_cp950+0x0/0xf @ 1 initcall init_nls_cp950+0x0/0xf returned 0 after 10 usecs calling init_nls_ascii+0x0/0xf @ 1 initcall init_nls_ascii+0x0/0xf returned 0 after 10 usecs calling init_nls_iso8859_1+0x0/0xf @ 1 initcall init_nls_iso8859_1+0x0/0xf returned 0 after 10 usecs calling init_nls_iso8859_2+0x0/0xf @ 1 initcall init_nls_iso8859_2+0x0/0xf returned 0 after 10 usecs calling init_nls_iso8859_3+0x0/0xf @ 1 initcall init_nls_iso8859_3+0x0/0xf returned 0 after 11 usecs calling init_nls_iso8859_7+0x0/0xf @ 1 initcall init_nls_iso8859_7+0x0/0xf returned 0 after 11 usecs calling init_nls_cp1255+0x0/0xf @ 1 initcall init_nls_cp1255+0x0/0xf returned 0 after 10 usecs calling init_nls_iso8859_9+0x0/0xf @ 1 initcall init_nls_iso8859_9+0x0/0xf returned 0 after 10 usecs calling init_nls_iso8859_13+0x0/0xf @ 1 initcall init_nls_iso8859_13+0x0/0xf returned 0 after 10 usecs calling init_nls_iso8859_14+0x0/0xf @ 1 initcall init_nls_iso8859_14+0x0/0xf returned 0 after 10 usecs calling init_nls_iso8859_15+0x0/0xf @ 1 initcall init_nls_iso8859_15+0x0/0xf returned 0 after 10 usecs calling init_nls_koi8_r+0x0/0xf @ 1 initcall init_nls_koi8_r+0x0/0xf returned 0 after 10 usecs calling init_nls_koi8_u+0x0/0xf @ 1 initcall init_nls_koi8_u+0x0/0xf returned 0 after 10 usecs calling init_nls_koi8_ru+0x0/0x39 @ 1 initcall init_nls_koi8_ru+0x0/0x39 returned 0 after 12 usecs calling init_nls_utf8+0x0/0x21 @ 1 initcall init_nls_utf8+0x0/0x21 returned 0 after 10 usecs calling init_sysv_fs+0x0/0x48 @ 1 initcall init_sysv_fs+0x0/0x48 returned 0 after 1951 usecs calling init_cifs+0x0/0x555 @ 1 initcall init_cifs+0x0/0x555 returned 0 after 2497 usecs calling init_efs_fs+0x0/0x65 @ 1 EFS: 1.0a - http://aeschi.ch.eu.org/efs/ initcall init_efs_fs+0x0/0x65 returned 0 after 5037 usecs calling init_affs_fs+0x0/0x59 @ 1 initcall init_affs_fs+0x0/0x59 returned 0 after 967 usecs calling init_romfs_fs+0x0/0x59 @ 1 initcall init_romfs_fs+0x0/0x59 returned 0 after 568 usecs calling init_autofs_fs+0x0/0xf @ 1 initcall init_autofs_fs+0x0/0xf returned 0 after 14 usecs calling init_autofs4_fs+0x0/0x25 @ 1 initcall init_autofs4_fs+0x0/0x25 returned -16 after 15 usecs initcall init_autofs4_fs+0x0/0x25 returned with error code -16 calling fuse_init+0x0/0x12c @ 1 fuse init (API version 7.10) device: 'fuse': device_add PM: Adding info for No Bus:fuse initcall fuse_init+0x0/0x12c returned 0 after 15529 usecs calling init_udf_fs+0x0/0x65 @ 1 initcall init_udf_fs+0x0/0x65 returned 0 after 1712 usecs calling init_jfs_fs+0x0/0x198 @ 1 JFS: nTxBlock = 7906, nTxLock = 63250 initcall init_jfs_fs+0x0/0x198 returned 0 after 16294 usecs calling init_xfs_fs+0x0/0xc9 @ 1 SGI XFS with security attributes, realtime, large block numbers, debug enabled SGI XFS Quota Management subsystem initcall init_xfs_fs+0x0/0xc9 returned 0 after 12888 usecs calling init_v9fs+0x0/0x2d @ 1 Installing v9fs 9p2000 file system support initcall init_v9fs+0x0/0x2d returned 0 after 4431 usecs calling init_befs_fs+0x0/0x82 @ 1 BeFS version: 0.9.3 initcall init_befs_fs+0x0/0x82 returned 0 after 3673 usecs calling ocfs2_init+0x0/0x303 @ 1 OCFS2 1.5.0 initcall ocfs2_init+0x0/0x303 returned 0 after 2970 usecs calling ocfs2_stack_glue_init+0x0/0x8a @ 1 initcall ocfs2_stack_glue_init+0x0/0x8a returned 0 after 47 usecs calling o2cb_stack_init+0x0/0x16 @ 1 ocfs2: Registered cluster interface o2cb initcall o2cb_stack_init+0x0/0x16 returned 0 after 4235 usecs calling init_o2nm+0x0/0xa0 @ 1 OCFS2 Node Manager 1.5.0 initcall init_o2nm+0x0/0xa0 returned 0 after 4958 usecs calling dlm_init+0x0/0x2e0 @ 1 OCFS2 DLM 1.5.0 initcall dlm_init+0x0/0x2e0 returned 0 after 1982 usecs calling init_dlmfs_fs+0x0/0xe0 @ 1 OCFS2 DLMFS 1.5.0 OCFS2 User DLM kernel interface loaded initcall init_dlmfs_fs+0x0/0xe0 returned 0 after 8627 usecs calling init_gfs2_fs+0x0/0x186 @ 1 GFS2 (built Jan 19 2009 14:16:43) installed initcall init_gfs2_fs+0x0/0x186 returned 0 after 19907 usecs calling ipc_init+0x0/0x20 @ 1 msgmni has been set to 1704 initcall ipc_init+0x0/0x20 returned 0 after 3018 usecs calling ipc_sysctl_init+0x0/0x11 @ 1 initcall ipc_sysctl_init+0x0/0x11 returned 0 after 18 usecs calling init_mqueue_fs+0x0/0xba @ 1 initcall init_mqueue_fs+0x0/0xba returned 0 after 1592 usecs calling key_proc_init+0x0/0x64 @ 1 initcall key_proc_init+0x0/0x64 returned 0 after 33 usecs calling crypto_algapi_init+0x0/0xc @ 1 initcall crypto_algapi_init+0x0/0xc returned 0 after 21 usecs calling chainiv_module_init+0x0/0xf @ 1 initcall chainiv_module_init+0x0/0xf returned 0 after 28 usecs calling eseqiv_module_init+0x0/0xf @ 1 initcall eseqiv_module_init+0x0/0xf returned 0 after 12 usecs calling seqiv_module_init+0x0/0x12 @ 1 initcall seqiv_module_init+0x0/0x12 returned 0 after 12 usecs calling hmac_module_init+0x0/0xf @ 1 initcall hmac_module_init+0x0/0xf returned 0 after 11 usecs calling crypto_null_mod_init+0x0/0x69 @ 1 alg: No test for cipher_null (cipher_null-generic) alg: No test for digest_null (digest_null-generic) alg: No test for compress_null (compress_null-generic) initcall crypto_null_mod_init+0x0/0x69 returned 0 after 18032 usecs calling md4_mod_init+0x0/0xf @ 1 initcall md4_mod_init+0x0/0xf returned 0 after 1303 usecs calling md5_mod_init+0x0/0xf @ 1 initcall md5_mod_init+0x0/0xf returned 0 after 1416 usecs calling rmd128_mod_init+0x0/0xf @ 1 initcall rmd128_mod_init+0x0/0xf returned 0 after 1400 usecs calling rmd256_mod_init+0x0/0xf @ 1 initcall rmd256_mod_init+0x0/0xf returned 0 after 128 usecs calling sha1_generic_mod_init+0x0/0xf @ 1 initcall sha1_generic_mod_init+0x0/0xf returned 0 after 115 usecs calling sha512_generic_mod_init+0x0/0x35 @ 1 cryptomgr_test used greatest stack depth: 6372 bytes left initcall sha512_generic_mod_init+0x0/0x35 returned 0 after 8316 usecs calling crypto_cbc_module_init+0x0/0xf @ 1 initcall crypto_cbc_module_init+0x0/0xf returned 0 after 12 usecs calling crypto_pcbc_module_init+0x0/0xf @ 1 initcall crypto_pcbc_module_init+0x0/0xf returned 0 after 11 usecs calling crypto_cts_module_init+0x0/0xf @ 1 initcall crypto_cts_module_init+0x0/0xf returned 0 after 11 usecs calling crypto_module_init+0x0/0xf @ 1 initcall crypto_module_init+0x0/0xf returned 0 after 11 usecs calling crypto_ctr_module_init+0x0/0x35 @ 1 initcall crypto_ctr_module_init+0x0/0x35 returned 0 after 13 usecs calling crypto_gcm_module_init+0x0/0x4f @ 1 initcall crypto_gcm_module_init+0x0/0x4f returned 0 after 15 usecs calling crypto_ccm_module_init+0x0/0x4f @ 1 initcall crypto_ccm_module_init+0x0/0x4f returned 0 after 15 usecs calling cryptd_init+0x0/0x9b @ 1 initcall cryptd_init+0x0/0x9b returned 0 after 85 usecs calling des_generic_mod_init+0x0/0x35 @ 1 initcall des_generic_mod_init+0x0/0x35 returned 0 after 233 usecs calling fcrypt_mod_init+0x0/0xf @ 1 alg: No test for fcrypt (fcrypt-generic) initcall fcrypt_mod_init+0x0/0xf returned 0 after 4331 usecs calling blowfish_mod_init+0x0/0xf @ 1 initcall blowfish_mod_init+0x0/0xf returned 0 after 860 usecs calling twofish_mod_init+0x0/0xf @ 1 initcall twofish_mod_init+0x0/0xf returned 0 after 169 usecs calling aes_init+0x0/0x2d6 @ 1 initcall aes_init+0x0/0x2d6 returned 0 after 176 usecs calling camellia_init+0x0/0xf @ 1 initcall camellia_init+0x0/0xf returned 0 after 127 usecs calling cast5_mod_init+0x0/0xf @ 1 initcall cast5_mod_init+0x0/0xf returned 0 after 129 usecs calling cast6_mod_init+0x0/0xf @ 1 initcall cast6_mod_init+0x0/0xf returned 0 after 137 usecs calling arc4_init+0x0/0xf @ 1 initcall arc4_init+0x0/0xf returned 0 after 166 usecs calling khazad_mod_init+0x0/0xf @ 1 initcall khazad_mod_init+0x0/0xf returned 0 after 140 usecs calling anubis_mod_init+0x0/0xf @ 1 initcall anubis_mod_init+0x0/0xf returned 0 after 203 usecs calling seed_init+0x0/0xf @ 1 initcall seed_init+0x0/0xf returned 0 after 127 usecs calling salsa20_generic_mod_init+0x0/0xf @ 1 initcall salsa20_generic_mod_init+0x0/0xf returned 0 after 102 usecs calling deflate_mod_init+0x0/0xf @ 1 initcall deflate_mod_init+0x0/0xf returned 0 after 870 usecs calling michael_mic_init+0x0/0xf @ 1 initcall michael_mic_init+0x0/0xf returned 0 after 146 usecs calling crc32c_mod_init+0x0/0x35 @ 1 initcall crc32c_mod_init+0x0/0x35 returned 0 after 266 usecs calling crypto_authenc_module_init+0x0/0xf @ 1 initcall crypto_authenc_module_init+0x0/0xf returned 0 after 14 usecs calling lzo_mod_init+0x0/0xf @ 1 initcall lzo_mod_init+0x0/0xf returned 0 after 203 usecs calling krng_mod_init+0x0/0xf @ 1 alg: No test for stdrng (krng) initcall krng_mod_init+0x0/0xf returned 0 after 3362 usecs calling prng_mod_init+0x0/0x24 @ 1 alg: No test for stdrng (ansi_cprng) initcall prng_mod_init+0x0/0x24 returned 0 after 3946 usecs calling async_tx_init+0x0/0x16 @ 1 async_tx: api initialized (sync-only) initcall async_tx_init+0x0/0x16 returned 0 after 3945 usecs calling async_memcpy_init+0x0/0x7 @ 1 initcall async_memcpy_init+0x0/0x7 returned 0 after 9 usecs calling async_xor_init+0x0/0x12 @ 1 initcall async_xor_init+0x0/0x12 returned 0 after 9 usecs calling bsg_init+0x0/0x118 @ 1 device class 'bsg': registering Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254) initcall bsg_init+0x0/0x118 returned 0 after 11316 usecs calling noop_init+0x0/0x11 @ 1 io scheduler noop registered initcall noop_init+0x0/0x11 returned 0 after 3065 usecs calling as_init+0x0/0x11 @ 1 io scheduler anticipatory registered (default) initcall as_init+0x0/0x11 returned 0 after 4818 usecs calling debug_objects_init_debugfs+0x0/0x61 @ 1 initcall debug_objects_init_debugfs+0x0/0x61 returned 0 after 9 usecs calling bt8xxgpio_init+0x0/0x20 @ 1 bus: 'pci': add driver bt8xxgpio initcall bt8xxgpio_init+0x0/0x20 returned 0 after 4615 usecs calling pci_init+0x0/0x3d @ 1 pci 0000:01:00.0: Boot video device pci 0000:04:03.0: Firmware left e100 interrupts enabled; disabling pci 0000:04:04.0: Firmware left e100 interrupts enabled; disabling initcall pci_init+0x0/0x3d returned 0 after 13603 usecs calling pci_proc_init+0x0/0x76 @ 1 initcall pci_proc_init+0x0/0x76 returned 0 after 199 usecs calling pcie_portdrv_init+0x0/0x4f @ 1 bus: 'pci_express': registered bus: 'pci': add driver pcieport-driver bus: 'pci': driver_probe_device: matched device 0000:00:01.0 with driver pcieport-driver bus: 'pci': really_probe: probing driver pcieport-driver with device 0000:00:01.0 bus: 'pci': driver_probe_device: matched device 0000:00:02.0 with driver pcieport-driver bus: 'pci': really_probe: probing driver pcieport-driver with device 0000:00:02.0 bus: 'pci': driver_probe_device: matched device 0000:00:1e.0 with driver pcieport-driver bus: 'pci': really_probe: probing driver pcieport-driver with device 0000:00:1e.0 bus: 'pci': driver_probe_device: matched device 0000:02:1f.0 with driver pcieport-driver bus: 'pci': really_probe: probing driver pcieport-driver with device 0000:02:1f.0 initcall pcie_portdrv_init+0x0/0x4f returned 0 after 44141 usecs calling aer_service_init+0x0/0x21 @ 1 bus: 'pci_express': add driver aer initcall aer_service_init+0x0/0x21 returned 0 after 7880 usecs calling pci_hotplug_init+0x0/0x4d @ 1 pci_hotplug: PCI Hot Plug PCI Core version: 0.5 initcall pci_hotplug_init+0x0/0x4d returned 0 after 4913 usecs calling cpqhpc_init+0x0/0x68 @ 1 cpqphp: Compaq Hot Plug PCI Controller Driver version: 0.9.8 bus: 'pci': add driver compaq_pci_hotplug initcall cpqhpc_init+0x0/0x68 returned 0 after 11259 usecs calling zt5550_init+0x0/0x74 @ 1 cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version: 0.2 bus: 'pci': add driver zt5550_hc initcall zt5550_init+0x0/0x74 returned 0 after 7127 usecs calling pcied_init+0x0/0x7e @ 1 bus: 'pci_express': add driver pciehp pciehp: PCI Express Hot Plug Controller Driver version: 0.4 initcall pcied_init+0x0/0x7e returned 0 after 10557 usecs calling dummyphp_init+0x0/0xa2 @ 1 fakephp: Fake PCI Hot Plug Controller Driver initcall dummyphp_init+0x0/0xa2 returned 0 after 28043 usecs calling ltv350qv_init+0x0/0xf @ 1 bus: 'spi': add driver ltv350qv initcall ltv350qv_init+0x0/0xf returned 0 after 4843 usecs calling platform_lcd_init+0x0/0xf @ 1 bus: 'platform': add driver platform-lcd initcall platform_lcd_init+0x0/0xf returned 0 after 4390 usecs calling vgg2432a4_init+0x0/0xf @ 1 bus: 'spi': add driver VGG2432A4 initcall vgg2432a4_init+0x0/0xf returned 0 after 4791 usecs calling tdo24m_init+0x0/0xf @ 1 bus: 'spi': add driver tdo24m initcall tdo24m_init+0x0/0xf returned 0 after 4018 usecs calling mbp_init+0x0/0xe0 @ 1 initcall mbp_init+0x0/0xe0 returned -19 after 12 usecs calling cyber2000fb_init+0x0/0xb4 @ 1 bus: 'pci': add driver CyberPro initcall cyber2000fb_init+0x0/0xb4 returned 0 after 4680 usecs calling pm2fb_init+0x0/0x122 @ 1 bus: 'pci': add driver pm2fb initcall pm2fb_init+0x0/0x122 returned 0 after 5665 usecs calling pm3fb_init+0x0/0xda @ 1 bus: 'pci': add driver pm3fb initcall pm3fb_init+0x0/0xda returned 0 after 3779 usecs calling matroxfb_init+0x0/0x8cc @ 1 bus: 'pci': add driver matroxfb initcall matroxfb_init+0x0/0x8cc returned 0 after 3539 usecs calling matroxfb_crtc2_init+0x0/0x30 @ 1 initcall matroxfb_crtc2_init+0x0/0x30 returned 0 after 10 usecs calling nvidiafb_init+0x0/0x26b @ 1 bus: 'pci': add driver nvidiafb initcall nvidiafb_init+0x0/0x26b returned 0 after 5589 usecs calling atyfb_init+0x0/0x1c4 @ 1 bus: 'pci': add driver atyfb initcall atyfb_init+0x0/0x1c4 returned 0 after 7755 usecs calling aty128fb_init+0x0/0x122 @ 1 bus: 'pci': add driver aty128fb initcall aty128fb_init+0x0/0x122 returned 0 after 4205 usecs calling sisfb_init+0x0/0x761 @ 1 bus: 'pci': add driver sisfb initcall sisfb_init+0x0/0x761 returned 0 after 3251 usecs calling kyrofb_init+0x0/0xc4 @ 1 bus: 'pci': add driver kyrofb initcall kyrofb_init+0x0/0xc4 returned 0 after 4409 usecs calling savagefb_init+0x0/0x61 @ 1 bus: 'pci': add driver savagefb initcall savagefb_init+0x0/0x61 returned 0 after 4038 usecs calling neofb_init+0x0/0x125 @ 1 bus: 'pci': add driver neofb initcall neofb_init+0x0/0x125 returned 0 after 3958 usecs calling tdfxfb_init+0x0/0x108 @ 1 bus: 'pci': add driver tdfxfb initcall tdfxfb_init+0x0/0x108 returned 0 after 5126 usecs calling imsttfb_init+0x0/0xff @ 1 bus: 'pci': add driver imsttfb initcall imsttfb_init+0x0/0xff returned 0 after 4357 usecs calling vt8623fb_init+0x0/0x4b @ 1 bus: 'pci': add driver vt8623fb initcall vt8623fb_init+0x0/0x4b returned 0 after 6211 usecs calling tridentfb_init+0x0/0x1d1 @ 1 bus: 'pci': add driver tridentfb initcall tridentfb_init+0x0/0x1d1 returned 0 after 4786 usecs calling s3fb_init+0x0/0xc0 @ 1 bus: 'pci': add driver s3fb initcall s3fb_init+0x0/0xc0 returned 0 after 4166 usecs calling arkfb_init+0x0/0x4b @ 1 bus: 'pci': add driver arkfb initcall arkfb_init+0x0/0x4b returned 0 after 3255 usecs calling hecubafb_init+0x0/0x1a @ 1 bus: 'platform': add driver hecubafb initcall hecubafb_init+0x0/0x1a returned 0 after 4740 usecs calling hgafb_init+0x0/0x67 @ 1 bus: 'platform': add driver hgafb Registering platform device 'hgafb.0'. Parent at platform device: 'hgafb.0': device_add bus: 'platform': add device hgafb.0 PM: Adding info for platform:hgafb.0 bus: 'platform': driver_probe_device: matched device hgafb.0 with driver hgafb bus: 'platform': really_probe: probing driver hgafb with device hgafb.0 hgafb: HGA card not detected. hgafb: probe of hgafb.0 failed with error -22 initcall hgafb_init+0x0/0x67 returned 0 after 34706 usecs calling sstfb_init+0x0/0x18e @ 1 bus: 'pci': add driver sstfb initcall sstfb_init+0x0/0x18e returned 0 after 3255 usecs calling metronomefb_init+0x0/0xf @ 1 bus: 'platform': add driver metronomefb initcall metronomefb_init+0x0/0xf returned 0 after 4289 usecs calling s1d13xxxfb_init+0x0/0x28 @ 1 bus: 'platform': add driver s1d13806fb initcall s1d13xxxfb_init+0x0/0x28 returned 0 after 9102 usecs calling carminefb_init+0x0/0x3e @ 1 bus: 'pci': add driver carminefb initcall carminefb_init+0x0/0x3e returned 0 after 5918 usecs calling efifb_init+0x0/0x1b3 @ 1 initcall efifb_init+0x0/0x1b3 returned -19 after 11 usecs calling acpi_reserve_resources+0x0/0xc8 @ 1 initcall acpi_reserve_resources+0x0/0xc8 returned 0 after 15 usecs calling acpi_ac_init+0x0/0x25 @ 1 bus: 'acpi': add driver ac initcall acpi_ac_init+0x0/0x25 returned 0 after 3748 usecs calling acpi_button_init+0x0/0x51 @ 1 bus: 'acpi': add driver button bus: 'acpi': driver_probe_device: matched device LNXPWRBN:00 with driver button bus: 'acpi': really_probe: probing driver button with device LNXPWRBN:00 device: 'input0': device_add PM: Adding info for No Bus:input0 input: Power Button (FF) as /class/input/input0 ACPI: Power Button (FF) [PWRF] driver: 'LNXPWRBN:00': driver_bound: bound to device 'button' bus: 'acpi': really_probe: bound device LNXPWRBN:00 to driver button bus: 'acpi': driver_probe_device: matched device PNP0C0C:00 with driver button bus: 'acpi': really_probe: probing driver button with device PNP0C0C:00 device: 'input1': device_add PM: Adding info for No Bus:input1 input: Power Button (CM) as /class/input/input1 ACPI: Power Button (CM) [PWRB] driver: 'PNP0C0C:00': driver_bound: bound to device 'button' bus: 'acpi': really_probe: bound device PNP0C0C:00 to driver button initcall acpi_button_init+0x0/0x51 returned 0 after 65675 usecs calling acpi_fan_init+0x0/0x2c @ 1 bus: 'acpi': add driver fan bus: 'acpi': driver_probe_device: matched device PNP0C0B:00 with driver fan bus: 'acpi': really_probe: probing driver fan with device PNP0C0B:00 device: 'cooling_device0': device_add PM: Adding info for No Bus:cooling_device0 fan PNP0C0B:00: registered as cooling_device0 ACPI: Fan [FAN] (on) driver: 'PNP0C0B:00': driver_bound: bound to device 'fan' bus: 'acpi': really_probe: bound device PNP0C0B:00 to driver fan initcall acpi_fan_init+0x0/0x2c returned 0 after 36374 usecs calling acpi_video_init+0x0/0x51 @ 1 bus: 'acpi': add driver video initcall acpi_video_init+0x0/0x51 returned 0 after 4003 usecs calling irqrouter_init_sysfs+0x0/0x33 @ 1 Registering sysdev class 'irqrouter' Registering sys device of class 'irqrouter' Registering sys device 'irqrouter0' initcall irqrouter_init_sysfs+0x0/0x33 returned 0 after 9506 usecs calling acpi_pci_slot_init+0x0/0x1b @ 1 initcall acpi_pci_slot_init+0x0/0x1b returned 0 after 1173 usecs calling acpi_processor_init+0x0/0x89 @ 1 bus: 'acpi': add driver processor bus: 'acpi': driver_probe_device: matched device ACPI0007:00 with driver processor bus: 'acpi': really_probe: probing driver processor with device ACPI0007:00 device: 'cooling_device1': device_add PM: Adding info for No Bus:cooling_device1 processor ACPI0007:00: registered as cooling_device1 driver: 'ACPI0007:00': driver_bound: bound to device 'processor' bus: 'acpi': really_probe: bound device ACPI0007:00 to driver processor bus: 'acpi': driver_probe_device: matched device ACPI0007:01 with driver processor bus: 'acpi': really_probe: probing driver processor with device ACPI0007:01 driver: 'ACPI0007:01': driver_bound: bound to device 'processor' bus: 'acpi': really_probe: bound device ACPI0007:01 to driver processor bus: 'acpi': driver_probe_device: matched device ACPI0007:02 with driver processor bus: 'acpi': really_probe: probing driver processor with device ACPI0007:02 driver: 'ACPI0007:02': driver_bound: bound to device 'processor' bus: 'acpi': really_probe: bound device ACPI0007:02 to driver processor bus: 'acpi': driver_probe_device: matched device ACPI0007:03 with driver processor bus: 'acpi': really_probe: probing driver processor with device ACPI0007:03 driver: 'ACPI0007:03': driver_bound: bound to device 'processor' bus: 'acpi': really_probe: bound device ACPI0007:03 to driver processor initcall acpi_processor_init+0x0/0x89 returned 0 after 84990 usecs calling acpi_container_init+0x0/0x3d @ 1 bus: 'acpi': add driver container initcall acpi_container_init+0x0/0x3d returned 0 after 14382 usecs calling asus_acpi_init+0x0/0xe2 @ 1 bus: 'acpi': add driver asus_acpi bus: 'acpi': remove driver asus_acpi driver: 'asus_acpi': driver_release initcall asus_acpi_init+0x0/0xe2 returned -19 after 12689 usecs calling acpi_smb_hc_init+0x0/0x15 @ 1 bus: 'acpi': add driver smbus_hc initcall acpi_smb_hc_init+0x0/0x15 returned 0 after 4409 usecs calling acpi_sbs_init+0x0/0x2c @ 1 bus: 'acpi': add driver sbs initcall acpi_sbs_init+0x0/0x2c returned 0 after 4231 usecs calling rand_initialize+0x0/0x30 @ 1 initcall rand_initialize+0x0/0x30 returned 0 after 98 usecs calling tty_init+0x0/0x104 @ 1 device: 'tty': device_add PM: Adding info for No Bus:tty device: 'console': device_add PM: Adding info for No Bus:console device: 'tty0': device_add PM: Adding info for No Bus:tty0 device class 'vc': registering device: 'vcs': device_add PM: Adding info for No Bus:vcs device: 'vcsa': device_add PM: Adding info for No Bus:vcsa device: 'tty1': device_add PM: Adding info for No Bus:tty1 device: 'tty2': device_add PM: Adding info for No Bus:tty2 device: 'tty3': device_add PM: Adding info for No Bus:tty3 device: 'tty4': device_add PM: Adding info for No Bus:tty4 device: 'tty5': device_add PM: Adding info for No Bus:tty5 device: 'tty6': device_add PM: Adding info for No Bus:tty6 device: 'tty7': device_add PM: Adding info for No Bus:tty7 device: 'tty8': device_add PM: Adding info for No Bus:tty8 device: 'tty9': device_add PM: Adding info for No Bus:tty9 device: 'tty10': device_add PM: Adding info for No Bus:tty10 device: 'tty11': device_add PM: Adding info for No Bus:tty11 device: 'tty12': device_add PM: Adding info for No Bus:tty12 device: 'tty13': device_add PM: Adding info for No Bus:tty13 device: 'tty14': device_add PM: Adding info for No Bus:tty14 device: 'tty15': device_add PM: Adding info for No Bus:tty15 device: 'tty16': device_add PM: Adding info for No Bus:tty16 device: 'tty17': device_add PM: Adding info for No Bus:tty17 device: 'tty18': device_add PM: Adding info for No Bus:tty18 device: 'tty19': device_add PM: Adding info for No Bus:tty19 device: 'tty20': device_add PM: Adding info for No Bus:tty20 device: 'tty21': device_add PM: Adding info for No Bus:tty21 device: 'tty22': device_add PM: Adding info for No Bus:tty22 device: 'tty23': device_add PM: Adding info for No Bus:tty23 device: 'tty24': device_add PM: Adding info for No Bus:tty24 device: 'tty25': device_add PM: Adding info for No Bus:tty25 device: 'tty26': device_add PM: Adding info for No Bus:tty26 device: 'tty27': device_add PM: Adding info for No Bus:tty27 device: 'tty28': device_add PM: Adding info for No Bus:tty28 device: 'tty29': device_add PM: Adding info for No Bus:tty29 device: 'tty30': device_add PM: Adding info for No Bus:tty30 device: 'tty31': device_add PM: Adding info for No Bus:tty31 device: 'tty32': device_add PM: Adding info for No Bus:tty32 device: 'tty33': device_add PM: Adding info for No Bus:tty33 device: 'tty34': device_add PM: Adding info for No Bus:tty34 device: 'tty35': device_add PM: Adding info for No Bus:tty35 device: 'tty36': device_add PM: Adding info for No Bus:tty36 device: 'tty37': device_add PM: Adding info for No Bus:tty37 device: 'tty38': device_add PM: Adding info for No Bus:tty38 device: 'tty39': device_add PM: Adding info for No Bus:tty39 device: 'tty40': device_add PM: Adding info for No Bus:tty40 device: 'tty41': device_add PM: Adding info for No Bus:tty41 device: 'tty42': device_add PM: Adding info for No Bus:tty42 device: 'tty43': device_add PM: Adding info for No Bus:tty43 device: 'tty44': device_add PM: Adding info for No Bus:tty44 device: 'tty45': device_add PM: Adding info for No Bus:tty45 device: 'tty46': device_add PM: Adding info for No Bus:tty46 device: 'tty47': device_add PM: Adding info for No Bus:tty47 device: 'tty48': device_add PM: Adding info for No Bus:tty48 device: 'tty49': device_add PM: Adding info for No Bus:tty49 device: 'tty50': device_add PM: Adding info for No Bus:tty50 device: 'tty51': device_add PM: Adding info for No Bus:tty51 device: 'tty52': device_add PM: Adding info for No Bus:tty52 device: 'tty53': device_add PM: Adding info for No Bus:tty53 device: 'tty54': device_add PM: Adding info for No Bus:tty54 device: 'tty55': device_add PM: Adding info for No Bus:tty55 device: 'tty56': device_add PM: Adding info for No Bus:tty56 device: 'tty57': device_add PM: Adding info for No Bus:tty57 device: 'tty58': device_add PM: Adding info for No Bus:tty58 device: 'tty59': device_add PM: Adding info for No Bus:tty59 device: 'tty60': device_add PM: Adding info for No Bus:tty60 device: 'tty61': device_add PM: Adding info for No Bus:tty61 device: 'tty62': device_add PM: Adding info for No Bus:tty62 device: 'tty63': device_add PM: Adding info for No Bus:tty63 initcall tty_init+0x0/0x104 returned 0 after 574385 usecs calling pty_init+0x0/0x650 @ 1 device: 'ptyp0': device_add PM: Adding info for No Bus:ptyp0 device: 'ptyp1': device_add PM: Adding info for No Bus:ptyp1 device: 'ptyp2': device_add PM: Adding info for No Bus:ptyp2 device: 'ptyp3': device_add PM: Adding info for No Bus:ptyp3 device: 'ptyp4': device_add PM: Adding info for No Bus:ptyp4 device: 'ptyp5': device_add PM: Adding info for No Bus:ptyp5 device: 'ptyp6': device_add PM: Adding info for No Bus:ptyp6 device: 'ptyp7': device_add PM: Adding info for No Bus:ptyp7 device: 'ptyp8': device_add PM: Adding info for No Bus:ptyp8 device: 'ptyp9': device_add PM: Adding info for No Bus:ptyp9 device: 'ptypa': device_add PM: Adding info for No Bus:ptypa device: 'ptypb': device_add PM: Adding info for No Bus:ptypb device: 'ptypc': device_add PM: Adding info for No Bus:ptypc device: 'ptypd': device_add PM: Adding info for No Bus:ptypd device: 'ptype': device_add PM: Adding info for No Bus:ptype device: 'ptypf': device_add PM: Adding info for No Bus:ptypf device: 'ptyq0': device_add PM: Adding info for No Bus:ptyq0 device: 'ptyq1': device_add PM: Adding info for No Bus:ptyq1 device: 'ptyq2': device_add PM: Adding info for No Bus:ptyq2 device: 'ptyq3': device_add PM: Adding info for No Bus:ptyq3 device: 'ptyq4': device_add PM: Adding info for No Bus:ptyq4 device: 'ptyq5': device_add PM: Adding info for No Bus:ptyq5 device: 'ptyq6': device_add PM: Adding info for No Bus:ptyq6 device: 'ptyq7': device_add PM: Adding info for No Bus:ptyq7 device: 'ptyq8': device_add PM: Adding info for No Bus:ptyq8 device: 'ptyq9': device_add PM: Adding info for No Bus:ptyq9 device: 'ptyqa': device_add PM: Adding info for No Bus:ptyqa device: 'ptyqb': device_add PM: Adding info for No Bus:ptyqb device: 'ptyqc': device_add PM: Adding info for No Bus:ptyqc device: 'ptyqd': device_add PM: Adding info for No Bus:ptyqd device: 'ptyqe': device_add PM: Adding info for No Bus:ptyqe device: 'ptyqf': device_add PM: Adding info for No Bus:ptyqf device: 'ptyr0': device_add PM: Adding info for No Bus:ptyr0 device: 'ptyr1': device_add PM: Adding info for No Bus:ptyr1 device: 'ptyr2': device_add PM: Adding info for No Bus:ptyr2 device: 'ptyr3': device_add PM: Adding info for No Bus:ptyr3 device: 'ptyr4': device_add PM: Adding info for No Bus:ptyr4 device: 'ptyr5': device_add PM: Adding info for No Bus:ptyr5 device: 'ptyr6': device_add PM: Adding info for No Bus:ptyr6 device: 'ptyr7': device_add PM: Adding info for No Bus:ptyr7 device: 'ptyr8': device_add PM: Adding info for No Bus:ptyr8 device: 'ptyr9': device_add PM: Adding info for No Bus:ptyr9 device: 'ptyra': device_add PM: Adding info for No Bus:ptyra device: 'ptyrb': device_add PM: Adding info for No Bus:ptyrb device: 'ptyrc': device_add PM: Adding info for No Bus:ptyrc device: 'ptyrd': device_add PM: Adding info for No Bus:ptyrd device: 'ptyre': device_add PM: Adding info for No Bus:ptyre device: 'ptyrf': device_add PM: Adding info for No Bus:ptyrf device: 'ptys0': device_add PM: Adding info for No Bus:ptys0 device: 'ptys1': device_add PM: Adding info for No Bus:ptys1 device: 'ptys2': device_add PM: Adding info for No Bus:ptys2 device: 'ptys3': device_add PM: Adding info for No Bus:ptys3 device: 'ptys4': device_add PM: Adding info for No Bus:ptys4 device: 'ptys5': device_add PM: Adding info for No Bus:ptys5 device: 'ptys6': device_add PM: Adding info for No Bus:ptys6 device: 'ptys7': device_add PM: Adding info for No Bus:ptys7 device: 'ptys8': device_add PM: Adding info for No Bus:ptys8 device: 'ptys9': device_add PM: Adding info for No Bus:ptys9 device: 'ptysa': device_add PM: Adding info for No Bus:ptysa device: 'ptysb': device_add PM: Adding info for No Bus:ptysb device: 'ptysc': device_add PM: Adding info for No Bus:ptysc device: 'ptysd': device_add PM: Adding info for No Bus:ptysd device: 'ptyse': device_add PM: Adding info for No Bus:ptyse device: 'ptysf': device_add PM: Adding info for No Bus:ptysf device: 'ptyt0': device_add PM: Adding info for No Bus:ptyt0 device: 'ptyt1': device_add PM: Adding info for No Bus:ptyt1 device: 'ptyt2': device_add PM: Adding info for No Bus:ptyt2 device: 'ptyt3': device_add PM: Adding info for No Bus:ptyt3 device: 'ptyt4': device_add PM: Adding info for No Bus:ptyt4 device: 'ptyt5': device_add PM: Adding info for No Bus:ptyt5 device: 'ptyt6': device_add PM: Adding info for No Bus:ptyt6 device: 'ptyt7': device_add PM: Adding info for No Bus:ptyt7 device: 'ptyt8': device_add PM: Adding info for No Bus:ptyt8 device: 'ptyt9': device_add PM: Adding info for No Bus:ptyt9 device: 'ptyta': device_add PM: Adding info for No Bus:ptyta device: 'ptytb': device_add PM: Adding info for No Bus:ptytb device: 'ptytc': device_add PM: Adding info for No Bus:ptytc device: 'ptytd': device_add PM: Adding info for No Bus:ptytd device: 'ptyte': device_add PM: Adding info for No Bus:ptyte device: 'ptytf': device_add PM: Adding info for No Bus:ptytf device: 'ptyu0': device_add PM: Adding info for No Bus:ptyu0 device: 'ptyu1': device_add PM: Adding info for No Bus:ptyu1 device: 'ptyu2': device_add PM: Adding info for No Bus:ptyu2 device: 'ptyu3': device_add PM: Adding info for No Bus:ptyu3 device: 'ptyu4': device_add PM: Adding info for No Bus:ptyu4 device: 'ptyu5': device_add PM: Adding info for No Bus:ptyu5 device: 'ptyu6': device_add PM: Adding info for No Bus:ptyu6 device: 'ptyu7': device_add PM: Adding info for No Bus:ptyu7 device: 'ptyu8': device_add PM: Adding info for No Bus:ptyu8 device: 'ptyu9': device_add PM: Adding info for No Bus:ptyu9 device: 'ptyua': device_add PM: Adding info for No Bus:ptyua device: 'ptyub': device_add PM: Adding info for No Bus:ptyub device: 'ptyuc': device_add PM: Adding info for No Bus:ptyuc device: 'ptyud': device_add PM: Adding info for No Bus:ptyud device: 'ptyue': device_add PM: Adding info for No Bus:ptyue device: 'ptyuf': device_add PM: Adding info for No Bus:ptyuf device: 'ptyv0': device_add PM: Adding info for No Bus:ptyv0 device: 'ptyv1': device_add PM: Adding info for No Bus:ptyv1 device: 'ptyv2': device_add PM: Adding info for No Bus:ptyv2 device: 'ptyv3': device_add PM: Adding info for No Bus:ptyv3 device: 'ptyv4': device_add PM: Adding info for No Bus:ptyv4 device: 'ptyv5': device_add PM: Adding info for No Bus:ptyv5 device: 'ptyv6': device_add PM: Adding info for No Bus:ptyv6 device: 'ptyv7': device_add PM: Adding info for No Bus:ptyv7 device: 'ptyv8': device_add PM: Adding info for No Bus:ptyv8 device: 'ptyv9': device_add PM: Adding info for No Bus:ptyv9 device: 'ptyva': device_add PM: Adding info for No Bus:ptyva device: 'ptyvb': device_add PM: Adding info for No Bus:ptyvb device: 'ptyvc': device_add PM: Adding info for No Bus:ptyvc device: 'ptyvd': device_add PM: Adding info for No Bus:ptyvd device: 'ptyve': device_add PM: Adding info for No Bus:ptyve device: 'ptyvf': device_add PM: Adding info for No Bus:ptyvf device: 'ptyw0': device_add PM: Adding info for No Bus:ptyw0 device: 'ptyw1': device_add PM: Adding info for No Bus:ptyw1 device: 'ptyw2': device_add PM: Adding info for No Bus:ptyw2 device: 'ptyw3': device_add PM: Adding info for No Bus:ptyw3 device: 'ptyw4': device_add PM: Adding info for No Bus:ptyw4 device: 'ptyw5': device_add PM: Adding info for No Bus:ptyw5 device: 'ptyw6': device_add PM: Adding info for No Bus:ptyw6 device: 'ptyw7': device_add PM: Adding info for No Bus:ptyw7 device: 'ptyw8': device_add PM: Adding info for No Bus:ptyw8 device: 'ptyw9': device_add PM: Adding info for No Bus:ptyw9 device: 'ptywa': device_add PM: Adding info for No Bus:ptywa device: 'ptywb': device_add PM: Adding info for No Bus:ptywb device: 'ptywc': device_add PM: Adding info for No Bus:ptywc device: 'ptywd': device_add PM: Adding info for No Bus:ptywd device: 'ptywe': device_add PM: Adding info for No Bus:ptywe device: 'ptywf': device_add PM: Adding info for No Bus:ptywf device: 'ptyx0': device_add PM: Adding info for No Bus:ptyx0 device: 'ptyx1': device_add PM: Adding info for No Bus:ptyx1 device: 'ptyx2': device_add PM: Adding info for No Bus:ptyx2 device: 'ptyx3': device_add PM: Adding info for No Bus:ptyx3 device: 'ptyx4': device_add PM: Adding info for No Bus:ptyx4 device: 'ptyx5': device_add PM: Adding info for No Bus:ptyx5 device: 'ptyx6': device_add PM: Adding info for No Bus:ptyx6 device: 'ptyx7': device_add PM: Adding info for No Bus:ptyx7 device: 'ptyx8': device_add PM: Adding info for No Bus:ptyx8 device: 'ptyx9': device_add PM: Adding info for No Bus:ptyx9 device: 'ptyxa': device_add PM: Adding info for No Bus:ptyxa device: 'ptyxb': device_add PM: Adding info for No Bus:ptyxb device: 'ptyxc': device_add PM: Adding info for No Bus:ptyxc device: 'ptyxd': device_add PM: Adding info for No Bus:ptyxd device: 'ptyxe': device_add PM: Adding info for No Bus:ptyxe device: 'ptyxf': device_add PM: Adding info for No Bus:ptyxf device: 'ptyy0': device_add PM: Adding info for No Bus:ptyy0 device: 'ptyy1': device_add PM: Adding info for No Bus:ptyy1 device: 'ptyy2': device_add PM: Adding info for No Bus:ptyy2 device: 'ptyy3': device_add PM: Adding info for No Bus:ptyy3 device: 'ptyy4': device_add PM: Adding info for No Bus:ptyy4 device: 'ptyy5': device_add PM: Adding info for No Bus:ptyy5 device: 'ptyy6': device_add PM: Adding info for No Bus:ptyy6 device: 'ptyy7': device_add PM: Adding info for No Bus:ptyy7 device: 'ptyy8': device_add PM: Adding info for No Bus:ptyy8 device: 'ptyy9': device_add PM: Adding info for No Bus:ptyy9 device: 'ptyya': device_add PM: Adding info for No Bus:ptyya device: 'ptyyb': device_add PM: Adding info for No Bus:ptyyb device: 'ptyyc': device_add PM: Adding info for No Bus:ptyyc device: 'ptyyd': device_add PM: Adding info for No Bus:ptyyd device: 'ptyye': device_add PM: Adding info for No Bus:ptyye device: 'ptyyf': device_add PM: Adding info for No Bus:ptyyf device: 'ptyz0': device_add PM: Adding info for No Bus:ptyz0 device: 'ptyz1': device_add PM: Adding info for No Bus:ptyz1 device: 'ptyz2': device_add PM: Adding info for No Bus:ptyz2 device: 'ptyz3': device_add PM: Adding info for No Bus:ptyz3 device: 'ptyz4': device_add PM: Adding info for No Bus:ptyz4 device: 'ptyz5': device_add PM: Adding info for No Bus:ptyz5 device: 'ptyz6': device_add PM: Adding info for No Bus:ptyz6 device: 'ptyz7': device_add PM: Adding info for No Bus:ptyz7 device: 'ptyz8': device_add PM: Adding info for No Bus:ptyz8 device: 'ptyz9': device_add PM: Adding info for No Bus:ptyz9 device: 'ptyza': device_add PM: Adding info for No Bus:ptyza device: 'ptyzb': device_add PM: Adding info for No Bus:ptyzb device: 'ptyzc': device_add PM: Adding info for No Bus:ptyzc device: 'ptyzd': device_add PM: Adding info for No Bus:ptyzd device: 'ptyze': device_add PM: Adding info for No Bus:ptyze device: 'ptyzf': device_add PM: Adding info for No Bus:ptyzf device: 'ptya0': device_add PM: Adding info for No Bus:ptya0 device: 'ptya1': device_add PM: Adding info for No Bus:ptya1 device: 'ptya2': device_add PM: Adding info for No Bus:ptya2 device: 'ptya3': device_add PM: Adding info for No Bus:ptya3 device: 'ptya4': device_add PM: Adding info for No Bus:ptya4 device: 'ptya5': device_add PM: Adding info for No Bus:ptya5 device: 'ptya6': device_add PM: Adding info for No Bus:ptya6 device: 'ptya7': device_add PM: Adding info for No Bus:ptya7 device: 'ptya8': device_add PM: Adding info for No Bus:ptya8 device: 'ptya9': device_add PM: Adding info for No Bus:ptya9 device: 'ptyaa': device_add PM: Adding info for No Bus:ptyaa device: 'ptyab': device_add PM: Adding info for No Bus:ptyab device: 'ptyac': device_add PM: Adding info for No Bus:ptyac device: 'ptyad': device_add PM: Adding info for No Bus:ptyad device: 'ptyae': device_add PM: Adding info for No Bus:ptyae device: 'ptyaf': device_add PM: Adding info for No Bus:ptyaf device: 'ptyb0': device_add PM: Adding info for No Bus:ptyb0 device: 'ptyb1': device_add PM: Adding info for No Bus:ptyb1 device: 'ptyb2': device_add PM: Adding info for No Bus:ptyb2 device: 'ptyb3': device_add PM: Adding info for No Bus:ptyb3 device: 'ptyb4': device_add PM: Adding info for No Bus:ptyb4 device: 'ptyb5': device_add PM: Adding info for No Bus:ptyb5 device: 'ptyb6': device_add PM: Adding info for No Bus:ptyb6 device: 'ptyb7': device_add PM: Adding info for No Bus:ptyb7 device: 'ptyb8': device_add PM: Adding info for No Bus:ptyb8 device: 'ptyb9': device_add PM: Adding info for No Bus:ptyb9 device: 'ptyba': device_add PM: Adding info for No Bus:ptyba device: 'ptybb': device_add PM: Adding info for No Bus:ptybb device: 'ptybc': device_add PM: Adding info for No Bus:ptybc device: 'ptybd': device_add PM: Adding info for No Bus:ptybd device: 'ptybe': device_add PM: Adding info for No Bus:ptybe device: 'ptybf': device_add PM: Adding info for No Bus:ptybf device: 'ptyc0': device_add PM: Adding info for No Bus:ptyc0 device: 'ptyc1': device_add PM: Adding info for No Bus:ptyc1 device: 'ptyc2': device_add PM: Adding info for No Bus:ptyc2 device: 'ptyc3': device_add PM: Adding info for No Bus:ptyc3 device: 'ptyc4': device_add PM: Adding info for No Bus:ptyc4 device: 'ptyc5': device_add PM: Adding info for No Bus:ptyc5 device: 'ptyc6': device_add PM: Adding info for No Bus:ptyc6 device: 'ptyc7': device_add PM: Adding info for No Bus:ptyc7 device: 'ptyc8': device_add PM: Adding info for No Bus:ptyc8 device: 'ptyc9': device_add PM: Adding info for No Bus:ptyc9 device: 'ptyca': device_add PM: Adding info for No Bus:ptyca device: 'ptycb': device_add PM: Adding info for No Bus:ptycb device: 'ptycc': device_add PM: Adding info for No Bus:ptycc device: 'ptycd': device_add PM: Adding info for No Bus:ptycd device: 'ptyce': device_add PM: Adding info for No Bus:ptyce device: 'ptycf': device_add PM: Adding info for No Bus:ptycf device: 'ptyd0': device_add PM: Adding info for No Bus:ptyd0 device: 'ptyd1': device_add PM: Adding info for No Bus:ptyd1 device: 'ptyd2': device_add PM: Adding info for No Bus:ptyd2 device: 'ptyd3': device_add PM: Adding info for No Bus:ptyd3 device: 'ptyd4': device_add PM: Adding info for No Bus:ptyd4 device: 'ptyd5': device_add PM: Adding info for No Bus:ptyd5 device: 'ptyd6': device_add PM: Adding info for No Bus:ptyd6 device: 'ptyd7': device_add PM: Adding info for No Bus:ptyd7 device: 'ptyd8': device_add PM: Adding info for No Bus:ptyd8 device: 'ptyd9': device_add PM: Adding info for No Bus:ptyd9 device: 'ptyda': device_add PM: Adding info for No Bus:ptyda device: 'ptydb': device_add PM: Adding info for No Bus:ptydb device: 'ptydc': device_add PM: Adding info for No Bus:ptydc device: 'ptydd': device_add PM: Adding info for No Bus:ptydd device: 'ptyde': device_add PM: Adding info for No Bus:ptyde device: 'ptydf': device_add PM: Adding info for No Bus:ptydf device: 'ptye0': device_add PM: Adding info for No Bus:ptye0 device: 'ptye1': device_add PM: Adding info for No Bus:ptye1 device: 'ptye2': device_add PM: Adding info for No Bus:ptye2 device: 'ptye3': device_add PM: Adding info for No Bus:ptye3 device: 'ptye4': device_add PM: Adding info for No Bus:ptye4 device: 'ptye5': device_add PM: Adding info for No Bus:ptye5 device: 'ptye6': device_add PM: Adding info for No Bus:ptye6 device: 'ptye7': device_add PM: Adding info for No Bus:ptye7 device: 'ptye8': device_add PM: Adding info for No Bus:ptye8 device: 'ptye9': device_add PM: Adding info for No Bus:ptye9 device: 'ptyea': device_add PM: Adding info for No Bus:ptyea device: 'ptyeb': device_add PM: Adding info for No Bus:ptyeb device: 'ptyec': device_add PM: Adding info for No Bus:ptyec device: 'ptyed': device_add PM: Adding info for No Bus:ptyed device: 'ptyee': device_add PM: Adding info for No Bus:ptyee device: 'ptyef': device_add PM: Adding info for No Bus:ptyef device: 'ttyp0': device_add PM: Adding info for No Bus:ttyp0 device: 'ttyp1': device_add PM: Adding info for No Bus:ttyp1 device: 'ttyp2': device_add PM: Adding info for No Bus:ttyp2 device: 'ttyp3': device_add PM: Adding info for No Bus:ttyp3 device: 'ttyp4': device_add PM: Adding info for No Bus:ttyp4 device: 'ttyp5': device_add PM: Adding info for No Bus:ttyp5 device: 'ttyp6': device_add PM: Adding info for No Bus:ttyp6 device: 'ttyp7': device_add PM: Adding info for No Bus:ttyp7 device: 'ttyp8': device_add PM: Adding info for No Bus:ttyp8 device: 'ttyp9': device_add PM: Adding info for No Bus:ttyp9 device: 'ttypa': device_add PM: Adding info for No Bus:ttypa device: 'ttypb': device_add PM: Adding info for No Bus:ttypb device: 'ttypc': device_add PM: Adding info for No Bus:ttypc device: 'ttypd': device_add PM: Adding info for No Bus:ttypd device: 'ttype': device_add PM: Adding info for No Bus:ttype device: 'ttypf': device_add PM: Adding info for No Bus:ttypf device: 'ttyq0': device_add PM: Adding info for No Bus:ttyq0 device: 'ttyq1': device_add PM: Adding info for No Bus:ttyq1 device: 'ttyq2': device_add PM: Adding info for No Bus:ttyq2 device: 'ttyq3': device_add PM: Adding info for No Bus:ttyq3 device: 'ttyq4': device_add PM: Adding info for No Bus:ttyq4 device: 'ttyq5': device_add PM: Adding info for No Bus:ttyq5 device: 'ttyq6': device_add PM: Adding info for No Bus:ttyq6 device: 'ttyq7': device_add PM: Adding info for No Bus:ttyq7 device: 'ttyq8': device_add PM: Adding info for No Bus:ttyq8 device: 'ttyq9': device_add PM: Adding info for No Bus:ttyq9 device: 'ttyqa': device_add PM: Adding info for No Bus:ttyqa device: 'ttyqb': device_add PM: Adding info for No Bus:ttyqb device: 'ttyqc': device_add PM: Adding info for No Bus:ttyqc device: 'ttyqd': device_add PM: Adding info for No Bus:ttyqd device: 'ttyqe': device_add PM: Adding info for No Bus:ttyqe device: 'ttyqf': device_add PM: Adding info for No Bus:ttyqf device: 'ttyr0': device_add PM: Adding info for No Bus:ttyr0 device: 'ttyr1': device_add PM: Adding info for No Bus:ttyr1 device: 'ttyr2': device_add PM: Adding info for No Bus:ttyr2 device: 'ttyr3': device_add PM: Adding info for No Bus:ttyr3 device: 'ttyr4': device_add PM: Adding info for No Bus:ttyr4 device: 'ttyr5': device_add PM: Adding info for No Bus:ttyr5 device: 'ttyr6': device_add PM: Adding info for No Bus:ttyr6 device: 'ttyr7': device_add PM: Adding info for No Bus:ttyr7 device: 'ttyr8': device_add PM: Adding info for No Bus:ttyr8 device: 'ttyr9': device_add PM: Adding info for No Bus:ttyr9 device: 'ttyra': device_add PM: Adding info for No Bus:ttyra device: 'ttyrb': device_add PM: Adding info for No Bus:ttyrb device: 'ttyrc': device_add PM: Adding info for No Bus:ttyrc device: 'ttyrd': device_add PM: Adding info for No Bus:ttyrd device: 'ttyre': device_add PM: Adding info for No Bus:ttyre device: 'ttyrf': device_add PM: Adding info for No Bus:ttyrf device: 'ttys0': device_add PM: Adding info for No Bus:ttys0 device: 'ttys1': device_add PM: Adding info for No Bus:ttys1 device: 'ttys2': device_add PM: Adding info for No Bus:ttys2 device: 'ttys3': device_add PM: Adding info for No Bus:ttys3 device: 'ttys4': device_add PM: Adding info for No Bus:ttys4 device: 'ttys5': device_add PM: Adding info for No Bus:ttys5 device: 'ttys6': device_add PM: Adding info for No Bus:ttys6 device: 'ttys7': device_add PM: Adding info for No Bus:ttys7 device: 'ttys8': device_add PM: Adding info for No Bus:ttys8 device: 'ttys9': device_add PM: Adding info for No Bus:ttys9 device: 'ttysa': device_add PM: Adding info for No Bus:ttysa device: 'ttysb': device_add PM: Adding info for No Bus:ttysb device: 'ttysc': device_add PM: Adding info for No Bus:ttysc device: 'ttysd': device_add PM: Adding info for No Bus:ttysd device: 'ttyse': device_add PM: Adding info for No Bus:ttyse device: 'ttysf': device_add PM: Adding info for No Bus:ttysf device: 'ttyt0': device_add PM: Adding info for No Bus:ttyt0 device: 'ttyt1': device_add PM: Adding info for No Bus:ttyt1 device: 'ttyt2': device_add PM: Adding info for No Bus:ttyt2 device: 'ttyt3': device_add PM: Adding info for No Bus:ttyt3 device: 'ttyt4': device_add PM: Adding info for No Bus:ttyt4 device: 'ttyt5': device_add PM: Adding info for No Bus:ttyt5 device: 'ttyt6': device_add PM: Adding info for No Bus:ttyt6 device: 'ttyt7': device_add PM: Adding info for No Bus:ttyt7 device: 'ttyt8': device_add PM: Adding info for No Bus:ttyt8 device: 'ttyt9': device_add PM: Adding info for No Bus:ttyt9 device: 'ttyta': device_add PM: Adding info for No Bus:ttyta device: 'ttytb': device_add PM: Adding info for No Bus:ttytb device: 'ttytc': device_add PM: Adding info for No Bus:ttytc device: 'ttytd': device_add PM: Adding info for No Bus:ttytd device: 'ttyte': device_add PM: Adding info for No Bus:ttyte device: 'ttytf': device_add PM: Adding info for No Bus:ttytf device: 'ttyu0': device_add PM: Adding info for No Bus:ttyu0 device: 'ttyu1': device_add PM: Adding info for No Bus:ttyu1 device: 'ttyu2': device_add PM: Adding info for No Bus:ttyu2 device: 'ttyu3': device_add PM: Adding info for No Bus:ttyu3 device: 'ttyu4': device_add PM: Adding info for No Bus:ttyu4 device: 'ttyu5': device_add PM: Adding info for No Bus:ttyu5 device: 'ttyu6': device_add PM: Adding info for No Bus:ttyu6 device: 'ttyu7': device_add PM: Adding info for No Bus:ttyu7 device: 'ttyu8': device_add PM: Adding info for No Bus:ttyu8 device: 'ttyu9': device_add PM: Adding info for No Bus:ttyu9 device: 'ttyua': device_add PM: Adding info for No Bus:ttyua device: 'ttyub': device_add PM: Adding info for No Bus:ttyub device: 'ttyuc': device_add PM: Adding info for No Bus:ttyuc device: 'ttyud': device_add PM: Adding info for No Bus:ttyud device: 'ttyue': device_add PM: Adding info for No Bus:ttyue device: 'ttyuf': device_add PM: Adding info for No Bus:ttyuf device: 'ttyv0': device_add PM: Adding info for No Bus:ttyv0 device: 'ttyv1': device_add PM: Adding info for No Bus:ttyv1 device: 'ttyv2': device_add PM: Adding info for No Bus:ttyv2 device: 'ttyv3': device_add PM: Adding info for No Bus:ttyv3 device: 'ttyv4': device_add PM: Adding info for No Bus:ttyv4 device: 'ttyv5': device_add PM: Adding info for No Bus:ttyv5 device: 'ttyv6': device_add PM: Adding info for No Bus:ttyv6 device: 'ttyv7': device_add PM: Adding info for No Bus:ttyv7 device: 'ttyv8': device_add PM: Adding info for No Bus:ttyv8 device: 'ttyv9': device_add PM: Adding info for No Bus:ttyv9 device: 'ttyva': device_add PM: Adding info for No Bus:ttyva device: 'ttyvb': device_add PM: Adding info for No Bus:ttyvb device: 'ttyvc': device_add PM: Adding info for No Bus:ttyvc device: 'ttyvd': device_add PM: Adding info for No Bus:ttyvd device: 'ttyve': device_add PM: Adding info for No Bus:ttyve device: 'ttyvf': device_add PM: Adding info for No Bus:ttyvf device: 'ttyw0': device_add PM: Adding info for No Bus:ttyw0 device: 'ttyw1': device_add PM: Adding info for No Bus:ttyw1 device: 'ttyw2': device_add PM: Adding info for No Bus:ttyw2 device: 'ttyw3': device_add PM: Adding info for No Bus:ttyw3 device: 'ttyw4': device_add PM: Adding info for No Bus:ttyw4 device: 'ttyw5': device_add PM: Adding info for No Bus:ttyw5 device: 'ttyw6': device_add PM: Adding info for No Bus:ttyw6 device: 'ttyw7': device_add PM: Adding info for No Bus:ttyw7 device: 'ttyw8': device_add PM: Adding info for No Bus:ttyw8 device: 'ttyw9': device_add PM: Adding info for No Bus:ttyw9 device: 'ttywa': device_add PM: Adding info for No Bus:ttywa device: 'ttywb': device_add PM: Adding info for No Bus:ttywb device: 'ttywc': device_add PM: Adding info for No Bus:ttywc device: 'ttywd': device_add PM: Adding info for No Bus:ttywd device: 'ttywe': device_add PM: Adding info for No Bus:ttywe device: 'ttywf': device_add PM: Adding info for No Bus:ttywf device: 'ttyx0': device_add PM: Adding info for No Bus:ttyx0 device: 'ttyx1': device_add PM: Adding info for No Bus:ttyx1 device: 'ttyx2': device_add PM: Adding info for No Bus:ttyx2 device: 'ttyx3': device_add PM: Adding info for No Bus:ttyx3 device: 'ttyx4': device_add PM: Adding info for No Bus:ttyx4 device: 'ttyx5': device_add PM: Adding info for No Bus:ttyx5 device: 'ttyx6': device_add PM: Adding info for No Bus:ttyx6 device: 'ttyx7': device_add PM: Adding info for No Bus:ttyx7 device: 'ttyx8': device_add PM: Adding info for No Bus:ttyx8 device: 'ttyx9': device_add PM: Adding info for No Bus:ttyx9 device: 'ttyxa': device_add PM: Adding info for No Bus:ttyxa device: 'ttyxb': device_add PM: Adding info for No Bus:ttyxb device: 'ttyxc': device_add PM: Adding info for No Bus:ttyxc device: 'ttyxd': device_add PM: Adding info for No Bus:ttyxd device: 'ttyxe': device_add PM: Adding info for No Bus:ttyxe device: 'ttyxf': device_add PM: Adding info for No Bus:ttyxf device: 'ttyy0': device_add PM: Adding info for No Bus:ttyy0 device: 'ttyy1': device_add PM: Adding info for No Bus:ttyy1 device: 'ttyy2': device_add PM: Adding info for No Bus:ttyy2 device: 'ttyy3': device_add PM: Adding info for No Bus:ttyy3 device: 'ttyy4': device_add PM: Adding info for No Bus:ttyy4 device: 'ttyy5': device_add PM: Adding info for No Bus:ttyy5 device: 'ttyy6': device_add PM: Adding info for No Bus:ttyy6 device: 'ttyy7': device_add PM: Adding info for No Bus:ttyy7 device: 'ttyy8': device_add PM: Adding info for No Bus:ttyy8 device: 'ttyy9': device_add PM: Adding info for No Bus:ttyy9 device: 'ttyya': device_add PM: Adding info for No Bus:ttyya device: 'ttyyb': device_add PM: Adding info for No Bus:ttyyb device: 'ttyyc': device_add PM: Adding info for No Bus:ttyyc device: 'ttyyd': device_add PM: Adding info for No Bus:ttyyd device: 'ttyye': device_add PM: Adding info for No Bus:ttyye device: 'ttyyf': device_add PM: Adding info for No Bus:ttyyf device: 'ttyz0': device_add PM: Adding info for No Bus:ttyz0 device: 'ttyz1': device_add PM: Adding info for No Bus:ttyz1 device: 'ttyz2': device_add PM: Adding info for No Bus:ttyz2 device: 'ttyz3': device_add PM: Adding info for No Bus:ttyz3 device: 'ttyz4': device_add PM: Adding info for No Bus:ttyz4 device: 'ttyz5': device_add PM: Adding info for No Bus:ttyz5 device: 'ttyz6': device_add PM: Adding info for No Bus:ttyz6 device: 'ttyz7': device_add PM: Adding info for No Bus:ttyz7 device: 'ttyz8': device_add PM: Adding info for No Bus:ttyz8 device: 'ttyz9': device_add PM: Adding info for No Bus:ttyz9 device: 'ttyza': device_add PM: Adding info for No Bus:ttyza device: 'ttyzb': device_add PM: Adding info for No Bus:ttyzb device: 'ttyzc': device_add PM: Adding info for No Bus:ttyzc device: 'ttyzd': device_add PM: Adding info for No Bus:ttyzd device: 'ttyze': device_add PM: Adding info for No Bus:ttyze device: 'ttyzf': device_add PM: Adding info for No Bus:ttyzf device: 'ttya0': device_add PM: Adding info for No Bus:ttya0 device: 'ttya1': device_add PM: Adding info for No Bus:ttya1 device: 'ttya2': device_add PM: Adding info for No Bus:ttya2 device: 'ttya3': device_add PM: Adding info for No Bus:ttya3 device: 'ttya4': device_add PM: Adding info for No Bus:ttya4 device: 'ttya5': device_add PM: Adding info for No Bus:ttya5 device: 'ttya6': device_add PM: Adding info for No Bus:ttya6 device: 'ttya7': device_add PM: Adding info for No Bus:ttya7 device: 'ttya8': device_add PM: Adding info for No Bus:ttya8 device: 'ttya9': device_add PM: Adding info for No Bus:ttya9 device: 'ttyaa': device_add PM: Adding info for No Bus:ttyaa device: 'ttyab': device_add PM: Adding info for No Bus:ttyab device: 'ttyac': device_add PM: Adding info for No Bus:ttyac device: 'ttyad': device_add PM: Adding info for No Bus:ttyad device: 'ttyae': device_add PM: Adding info for No Bus:ttyae device: 'ttyaf': device_add PM: Adding info for No Bus:ttyaf device: 'ttyb0': device_add PM: Adding info for No Bus:ttyb0 device: 'ttyb1': device_add PM: Adding info for No Bus:ttyb1 device: 'ttyb2': device_add PM: Adding info for No Bus:ttyb2 device: 'ttyb3': device_add PM: Adding info for No Bus:ttyb3 device: 'ttyb4': device_add PM: Adding info for No Bus:ttyb4 device: 'ttyb5': device_add PM: Adding info for No Bus:ttyb5 device: 'ttyb6': device_add PM: Adding info for No Bus:ttyb6 device: 'ttyb7': device_add PM: Adding info for No Bus:ttyb7 device: 'ttyb8': device_add PM: Adding info for No Bus:ttyb8 device: 'ttyb9': device_add PM: Adding info for No Bus:ttyb9 device: 'ttyba': device_add PM: Adding info for No Bus:ttyba device: 'ttybb': device_add PM: Adding info for No Bus:ttybb device: 'ttybc': device_add PM: Adding info for No Bus:ttybc device: 'ttybd': device_add PM: Adding info for No Bus:ttybd device: 'ttybe': device_add PM: Adding info for No Bus:ttybe device: 'ttybf': device_add PM: Adding info for No Bus:ttybf device: 'ttyc0': device_add PM: Adding info for No Bus:ttyc0 device: 'ttyc1': device_add PM: Adding info for No Bus:ttyc1 device: 'ttyc2': device_add PM: Adding info for No Bus:ttyc2 device: 'ttyc3': device_add PM: Adding info for No Bus:ttyc3 device: 'ttyc4': device_add PM: Adding info for No Bus:ttyc4 device: 'ttyc5': device_add PM: Adding info for No Bus:ttyc5 device: 'ttyc6': device_add PM: Adding info for No Bus:ttyc6 device: 'ttyc7': device_add PM: Adding info for No Bus:ttyc7 device: 'ttyc8': device_add PM: Adding info for No Bus:ttyc8 device: 'ttyc9': device_add PM: Adding info for No Bus:ttyc9 device: 'ttyca': device_add PM: Adding info for No Bus:ttyca device: 'ttycb': device_add PM: Adding info for No Bus:ttycb device: 'ttycc': device_add PM: Adding info for No Bus:ttycc device: 'ttycd': device_add PM: Adding info for No Bus:ttycd device: 'ttyce': device_add PM: Adding info for No Bus:ttyce device: 'ttycf': device_add PM: Adding info for No Bus:ttycf device: 'ttyd0': device_add PM: Adding info for No Bus:ttyd0 device: 'ttyd1': device_add PM: Adding info for No Bus:ttyd1 device: 'ttyd2': device_add PM: Adding info for No Bus:ttyd2 device: 'ttyd3': device_add PM: Adding info for No Bus:ttyd3 device: 'ttyd4': device_add PM: Adding info for No Bus:ttyd4 device: 'ttyd5': device_add PM: Adding info for No Bus:ttyd5 device: 'ttyd6': device_add PM: Adding info for No Bus:ttyd6 device: 'ttyd7': device_add PM: Adding info for No Bus:ttyd7 device: 'ttyd8': device_add PM: Adding info for No Bus:ttyd8 device: 'ttyd9': device_add PM: Adding info for No Bus:ttyd9 device: 'ttyda': device_add PM: Adding info for No Bus:ttyda device: 'ttydb': device_add PM: Adding info for No Bus:ttydb device: 'ttydc': device_add PM: Adding info for No Bus:ttydc device: 'ttydd': device_add PM: Adding info for No Bus:ttydd device: 'ttyde': device_add PM: Adding info for No Bus:ttyde device: 'ttydf': device_add PM: Adding info for No Bus:ttydf device: 'ttye0': device_add PM: Adding info for No Bus:ttye0 device: 'ttye1': device_add PM: Adding info for No Bus:ttye1 device: 'ttye2': device_add PM: Adding info for No Bus:ttye2 device: 'ttye3': device_add PM: Adding info for No Bus:ttye3 device: 'ttye4': device_add PM: Adding info for No Bus:ttye4 device: 'ttye5': device_add PM: Adding info for No Bus:ttye5 device: 'ttye6': device_add PM: Adding info for No Bus:ttye6 device: 'ttye7': device_add PM: Adding info for No Bus:ttye7 device: 'ttye8': device_add PM: Adding info for No Bus:ttye8 device: 'ttye9': device_add PM: Adding info for No Bus:ttye9 device: 'ttyea': device_add PM: Adding info for No Bus:ttyea device: 'ttyeb': device_add PM: Adding info for No Bus:ttyeb device: 'ttyec': device_add PM: Adding info for No Bus:ttyec device: 'ttyed': device_add PM: Adding info for No Bus:ttyed device: 'ttyee': device_add PM: Adding info for No Bus:ttyee device: 'ttyef': device_add PM: Adding info for No Bus:ttyef device: 'ptmx': device_add PM: Adding info for No Bus:ptmx initcall pty_init+0x0/0x650 returned 0 after 3769730 usecs calling sysrq_init+0x0/0x38 @ 1 initcall sysrq_init+0x0/0x38 returned 0 after 33 usecs calling cy_init+0x0/0x160 @ 1 Cyclades driver 2.5 (built Jan 19 2009 14:16:40) bus: 'pci': add driver cyclades initcall cy_init+0x0/0x160 returned 0 after 8603 usecs calling stallion_module_init+0x0/0x460 @ 1 Stallion Multiport Serial Driver: version 5.6.0 bus: 'pci': add driver stallion device class 'staliomem': registering device: 'staliomem0': device_add PM: Adding info for No Bus:staliomem0 device: 'staliomem1': device_add PM: Adding info for No Bus:staliomem1 device: 'staliomem2': device_add PM: Adding info for No Bus:staliomem2 device: 'staliomem3': device_add PM: Adding info for No Bus:staliomem3 initcall stallion_module_init+0x0/0x460 returned 0 after 39408 usecs calling istallion_module_init+0x0/0x530 @ 1 Stallion Intelligent Multiport Serial Driver: version 5.6.0 STALLION: failed to register serial driver initcall istallion_module_init+0x0/0x530 returned -16 after 10517 usecs initcall istallion_module_init+0x0/0x530 returned with error code -16 calling nozomi_init+0x0/0x150 @ 1 Initializing Nozomi driver 2.1d (build date: Jan 19 2009 14:16:46) bus: 'pci': add driver nozomi initcall nozomi_init+0x0/0x150 returned 0 after 6178 usecs calling epca_module_init+0x0/0x499 @ 1 DIGI epca driver version 1.3.0.1-LK2.6 loaded. bus: 'pci': add driver epca device: 'ttyD0': device_add PM: Adding info for No Bus:ttyD0 device: 'ttyD1': device_add PM: Adding info for No Bus:ttyD1 device: 'ttyD2': device_add PM: Adding info for No Bus:ttyD2 device: 'ttyD3': device_add PM: Adding info for No Bus:ttyD3 device: 'ttyD4': device_add PM: Adding info for No Bus:ttyD4 device: 'ttyD5': device_add PM: Adding info for No Bus:ttyD5 device: 'ttyD6': device_add PM: Adding info for No Bus:ttyD6 device: 'ttyD7': device_add PM: Adding info for No Bus:ttyD7 device: 'ttyD8': device_add PM: Adding info for No Bus:ttyD8 device: 'ttyD9': device_add PM: Adding info for No Bus:ttyD9 device: 'ttyD10': device_add PM: Adding info for No Bus:ttyD10 device: 'ttyD11': device_add PM: Adding info for No Bus:ttyD11 device: 'ttyD12': device_add PM: Adding info for No Bus:ttyD12 device: 'ttyD13': device_add PM: Adding info for No Bus:ttyD13 device: 'ttyD14': device_add PM: Adding info for No Bus:ttyD14 device: 'ttyD15': device_add PM: Adding info for No Bus:ttyD15 device: 'ttyD16': device_add PM: Adding info for No Bus:ttyD16 device: 'ttyD17': device_add PM: Adding info for No Bus:ttyD17 device: 'ttyD18': device_add PM: Adding info for No Bus:ttyD18 device: 'ttyD19': device_add PM: Adding info for No Bus:ttyD19 device: 'ttyD20': device_add PM: Adding info for No Bus:ttyD20 device: 'ttyD21': device_add PM: Adding info for No Bus:ttyD21 device: 'ttyD22': device_add PM: Adding info for No Bus:ttyD22 device: 'ttyD23': device_add PM: Adding info for No Bus:ttyD23 device: 'ttyD24': device_add PM: Adding info for No Bus:ttyD24 device: 'ttyD25': device_add PM: Adding info for No Bus:ttyD25 device: 'ttyD26': device_add PM: Adding info for No Bus:ttyD26 device: 'ttyD27': device_add PM: Adding info for No Bus:ttyD27 device: 'ttyD28': device_add PM: Adding info for No Bus:ttyD28 device: 'ttyD29': device_add PM: Adding info for No Bus:ttyD29 device: 'ttyD30': device_add PM: Adding info for No Bus:ttyD30 device: 'ttyD31': device_add PM: Adding info for No Bus:ttyD31 device: 'ttyD32': device_add PM: Adding info for No Bus:ttyD32 device: 'ttyD33': device_add PM: Adding info for No Bus:ttyD33 device: 'ttyD34': device_add PM: Adding info for No Bus:ttyD34 device: 'ttyD35': device_add PM: Adding info for No Bus:ttyD35 device: 'ttyD36': device_add PM: Adding info for No Bus:ttyD36 device: 'ttyD37': device_add PM: Adding info for No Bus:ttyD37 device: 'ttyD38': device_add PM: Adding info for No Bus:ttyD38 device: 'ttyD39': device_add PM: Adding info for No Bus:ttyD39 device: 'ttyD40': device_add PM: Adding info for No Bus:ttyD40 device: 'ttyD41': device_add PM: Adding info for No Bus:ttyD41 device: 'ttyD42': device_add PM: Adding info for No Bus:ttyD42 device: 'ttyD43': device_add PM: Adding info for No Bus:ttyD43 device: 'ttyD44': device_add PM: Adding info for No Bus:ttyD44 device: 'ttyD45': device_add PM: Adding info for No Bus:ttyD45 device: 'ttyD46': device_add PM: Adding info for No Bus:ttyD46 device: 'ttyD47': device_add PM: Adding info for No Bus:ttyD47 device: 'ttyD48': device_add PM: Adding info for No Bus:ttyD48 device: 'ttyD49': device_add PM: Adding info for No Bus:ttyD49 device: 'ttyD50': device_add PM: Adding info for No Bus:ttyD50 device: 'ttyD51': device_add PM: Adding info for No Bus:ttyD51 device: 'ttyD52': device_add PM: Adding info for No Bus:ttyD52 device: 'ttyD53': device_add PM: Adding info for No Bus:ttyD53 device: 'ttyD54': device_add PM: Adding info for No Bus:ttyD54 device: 'ttyD55': device_add PM: Adding info for No Bus:ttyD55 device: 'ttyD56': device_add PM: Adding info for No Bus:ttyD56 device: 'ttyD57': device_add PM: Adding info for No Bus:ttyD57 device: 'ttyD58': device_add PM: Adding info for No Bus:ttyD58 device: 'ttyD59': device_add PM: Adding info for No Bus:ttyD59 device: 'ttyD60': device_add PM: Adding info for No Bus:ttyD60 device: 'ttyD61': device_add PM: Adding info for No Bus:ttyD61 device: 'ttyD62': device_add PM: Adding info for No Bus:ttyD62 device: 'ttyD63': device_add PM: Adding info for No Bus:ttyD63 device: 'ttyD64': device_add PM: Adding info for No Bus:ttyD64 device: 'ttyD65': device_add PM: Adding info for No Bus:ttyD65 device: 'ttyD66': device_add PM: Adding info for No Bus:ttyD66 device: 'ttyD67': device_add PM: Adding info for No Bus:ttyD67 device: 'ttyD68': device_add PM: Adding info for No Bus:ttyD68 device: 'ttyD69': device_add PM: Adding info for No Bus:ttyD69 device: 'ttyD70': device_add PM: Adding info for No Bus:ttyD70 device: 'ttyD71': device_add PM: Adding info for No Bus:ttyD71 device: 'ttyD72': device_add PM: Adding info for No Bus:ttyD72 device: 'ttyD73': device_add PM: Adding info for No Bus:ttyD73 device: 'ttyD74': device_add PM: Adding info for No Bus:ttyD74 device: 'ttyD75': device_add PM: Adding info for No Bus:ttyD75 device: 'ttyD76': device_add PM: Adding info for No Bus:ttyD76 device: 'ttyD77': device_add PM: Adding info for No Bus:ttyD77 device: 'ttyD78': device_add PM: Adding info for No Bus:ttyD78 device: 'ttyD79': device_add PM: Adding info for No Bus:ttyD79 device: 'ttyD80': device_add PM: Adding info for No Bus:ttyD80 device: 'ttyD81': device_add PM: Adding info for No Bus:ttyD81 device: 'ttyD82': device_add PM: Adding info for No Bus:ttyD82 device: 'ttyD83': device_add PM: Adding info for No Bus:ttyD83 device: 'ttyD84': device_add PM: Adding info for No Bus:ttyD84 device: 'ttyD85': device_add PM: Adding info for No Bus:ttyD85 device: 'ttyD86': device_add PM: Adding info for No Bus:ttyD86 device: 'ttyD87': device_add PM: Adding info for No Bus:ttyD87 device: 'ttyD88': device_add PM: Adding info for No Bus:ttyD88 device: 'ttyD89': device_add PM: Adding info for No Bus:ttyD89 device: 'ttyD90': device_add PM: Adding info for No Bus:ttyD90 device: 'ttyD91': device_add PM: Adding info for No Bus:ttyD91 device: 'ttyD92': device_add PM: Adding info for No Bus:ttyD92 device: 'ttyD93': device_add PM: Adding info for No Bus:ttyD93 device: 'ttyD94': device_add PM: Adding info for No Bus:ttyD94 device: 'ttyD95': device_add PM: Adding info for No Bus:ttyD95 device: 'ttyD96': device_add PM: Adding info for No Bus:ttyD96 device: 'ttyD97': device_add PM: Adding info for No Bus:ttyD97 device: 'ttyD98': device_add PM: Adding info for No Bus:ttyD98 device: 'ttyD99': device_add PM: Adding info for No Bus:ttyD99 device: 'ttyD100': device_add PM: Adding info for No Bus:ttyD100 device: 'ttyD101': device_add PM: Adding info for No Bus:ttyD101 device: 'ttyD102': device_add PM: Adding info for No Bus:ttyD102 device: 'ttyD103': device_add PM: Adding info for No Bus:ttyD103 device: 'ttyD104': device_add PM: Adding info for No Bus:ttyD104 device: 'ttyD105': device_add PM: Adding info for No Bus:ttyD105 device: 'ttyD106': device_add PM: Adding info for No Bus:ttyD106 device: 'ttyD107': device_add PM: Adding info for No Bus:ttyD107 device: 'ttyD108': device_add PM: Adding info for No Bus:ttyD108 device: 'ttyD109': device_add PM: Adding info for No Bus:ttyD109 device: 'ttyD110': device_add PM: Adding info for No Bus:ttyD110 device: 'ttyD111': device_add PM: Adding info for No Bus:ttyD111 device: 'ttyD112': device_add PM: Adding info for No Bus:ttyD112 device: 'ttyD113': device_add PM: Adding info for No Bus:ttyD113 device: 'ttyD114': device_add PM: Adding info for No Bus:ttyD114 device: 'ttyD115': device_add PM: Adding info for No Bus:ttyD115 device: 'ttyD116': device_add PM: Adding info for No Bus:ttyD116 device: 'ttyD117': device_add PM: Adding info for No Bus:ttyD117 device: 'ttyD118': device_add PM: Adding info for No Bus:ttyD118 device: 'ttyD119': device_add PM: Adding info for No Bus:ttyD119 device: 'ttyD120': device_add PM: Adding info for No Bus:ttyD120 device: 'ttyD121': device_add PM: Adding info for No Bus:ttyD121 device: 'ttyD122': device_add PM: Adding info for No Bus:ttyD122 device: 'ttyD123': device_add PM: Adding info for No Bus:ttyD123 device: 'ttyD124': device_add PM: Adding info for No Bus:ttyD124 device: 'ttyD125': device_add PM: Adding info for No Bus:ttyD125 device: 'ttyD126': device_add PM: Adding info for No Bus:ttyD126 device: 'ttyD127': device_add PM: Adding info for No Bus:ttyD127 device: 'ttyD128': device_add PM: Adding info for No Bus:ttyD128 device: 'ttyD129': device_add PM: Adding info for No Bus:ttyD129 device: 'ttyD130': device_add PM: Adding info for No Bus:ttyD130 device: 'ttyD131': device_add PM: Adding info for No Bus:ttyD131 device: 'ttyD132': device_add PM: Adding info for No Bus:ttyD132 device: 'ttyD133': device_add PM: Adding info for No Bus:ttyD133 device: 'ttyD134': device_add PM: Adding info for No Bus:ttyD134 device: 'ttyD135': device_add PM: Adding info for No Bus:ttyD135 device: 'ttyD136': device_add PM: Adding info for No Bus:ttyD136 device: 'ttyD137': device_add PM: Adding info for No Bus:ttyD137 device: 'ttyD138': device_add PM: Adding info for No Bus:ttyD138 device: 'ttyD139': device_add PM: Adding info for No Bus:ttyD139 device: 'ttyD140': device_add PM: Adding info for No Bus:ttyD140 device: 'ttyD141': device_add PM: Adding info for No Bus:ttyD141 device: 'ttyD142': device_add PM: Adding info for No Bus:ttyD142 device: 'ttyD143': device_add PM: Adding info for No Bus:ttyD143 device: 'ttyD144': device_add PM: Adding info for No Bus:ttyD144 device: 'ttyD145': device_add PM: Adding info for No Bus:ttyD145 device: 'ttyD146': device_add PM: Adding info for No Bus:ttyD146 device: 'ttyD147': device_add PM: Adding info for No Bus:ttyD147 device: 'ttyD148': device_add PM: Adding info for No Bus:ttyD148 device: 'ttyD149': device_add PM: Adding info for No Bus:ttyD149 device: 'ttyD150': device_add PM: Adding info for No Bus:ttyD150 device: 'ttyD151': device_add PM: Adding info for No Bus:ttyD151 device: 'ttyD152': device_add PM: Adding info for No Bus:ttyD152 device: 'ttyD153': device_add PM: Adding info for No Bus:ttyD153 device: 'ttyD154': device_add PM: Adding info for No Bus:ttyD154 device: 'ttyD155': device_add PM: Adding info for No Bus:ttyD155 device: 'ttyD156': device_add PM: Adding info for No Bus:ttyD156 device: 'ttyD157': device_add PM: Adding info for No Bus:ttyD157 device: 'ttyD158': device_add PM: Adding info for No Bus:ttyD158 device: 'ttyD159': device_add PM: Adding info for No Bus:ttyD159 device: 'ttyD160': device_add PM: Adding info for No Bus:ttyD160 device: 'ttyD161': device_add PM: Adding info for No Bus:ttyD161 device: 'ttyD162': device_add PM: Adding info for No Bus:ttyD162 device: 'ttyD163': device_add PM: Adding info for No Bus:ttyD163 device: 'ttyD164': device_add PM: Adding info for No Bus:ttyD164 device: 'ttyD165': device_add PM: Adding info for No Bus:ttyD165 device: 'ttyD166': device_add PM: Adding info for No Bus:ttyD166 device: 'ttyD167': device_add PM: Adding info for No Bus:ttyD167 device: 'ttyD168': device_add PM: Adding info for No Bus:ttyD168 device: 'ttyD169': device_add PM: Adding info for No Bus:ttyD169 device: 'ttyD170': device_add PM: Adding info for No Bus:ttyD170 device: 'ttyD171': device_add PM: Adding info for No Bus:ttyD171 device: 'ttyD172': device_add PM: Adding info for No Bus:ttyD172 device: 'ttyD173': device_add PM: Adding info for No Bus:ttyD173 device: 'ttyD174': device_add PM: Adding info for No Bus:ttyD174 device: 'ttyD175': device_add PM: Adding info for No Bus:ttyD175 device: 'ttyD176': device_add PM: Adding info for No Bus:ttyD176 device: 'ttyD177': device_add PM: Adding info for No Bus:ttyD177 device: 'ttyD178': device_add PM: Adding info for No Bus:ttyD178 device: 'ttyD179': device_add PM: Adding info for No Bus:ttyD179 device: 'ttyD180': device_add PM: Adding info for No Bus:ttyD180 device: 'ttyD181': device_add PM: Adding info for No Bus:ttyD181 device: 'ttyD182': device_add PM: Adding info for No Bus:ttyD182 device: 'ttyD183': device_add PM: Adding info for No Bus:ttyD183 device: 'ttyD184': device_add PM: Adding info for No Bus:ttyD184 device: 'ttyD185': device_add PM: Adding info for No Bus:ttyD185 device: 'ttyD186': device_add PM: Adding info for No Bus:ttyD186 device: 'ttyD187': device_add PM: Adding info for No Bus:ttyD187 device: 'ttyD188': device_add PM: Adding info for No Bus:ttyD188 device: 'ttyD189': device_add PM: Adding info for No Bus:ttyD189 device: 'ttyD190': device_add PM: Adding info for No Bus:ttyD190 device: 'ttyD191': device_add PM: Adding info for No Bus:ttyD191 device: 'ttyD192': device_add PM: Adding info for No Bus:ttyD192 device: 'ttyD193': device_add PM: Adding info for No Bus:ttyD193 device: 'ttyD194': device_add PM: Adding info for No Bus:ttyD194 device: 'ttyD195': device_add PM: Adding info for No Bus:ttyD195 device: 'ttyD196': device_add PM: Adding info for No Bus:ttyD196 device: 'ttyD197': device_add PM: Adding info for No Bus:ttyD197 device: 'ttyD198': device_add PM: Adding info for No Bus:ttyD198 device: 'ttyD199': device_add PM: Adding info for No Bus:ttyD199 device: 'ttyD200': device_add PM: Adding info for No Bus:ttyD200 device: 'ttyD201': device_add PM: Adding info for No Bus:ttyD201 device: 'ttyD202': device_add PM: Adding info for No Bus:ttyD202 device: 'ttyD203': device_add PM: Adding info for No Bus:ttyD203 device: 'ttyD204': device_add PM: Adding info for No Bus:ttyD204 device: 'ttyD205': device_add PM: Adding info for No Bus:ttyD205 device: 'ttyD206': device_add PM: Adding info for No Bus:ttyD206 device: 'ttyD207': device_add PM: Adding info for No Bus:ttyD207 device: 'ttyD208': device_add PM: Adding info for No Bus:ttyD208 device: 'ttyD209': device_add PM: Adding info for No Bus:ttyD209 device: 'ttyD210': device_add PM: Adding info for No Bus:ttyD210 device: 'ttyD211': device_add PM: Adding info for No Bus:ttyD211 device: 'ttyD212': device_add PM: Adding info for No Bus:ttyD212 device: 'ttyD213': device_add PM: Adding info for No Bus:ttyD213 device: 'ttyD214': device_add PM: Adding info for No Bus:ttyD214 device: 'ttyD215': device_add PM: Adding info for No Bus:ttyD215 device: 'ttyD216': device_add PM: Adding info for No Bus:ttyD216 device: 'ttyD217': device_add PM: Adding info for No Bus:ttyD217 device: 'ttyD218': device_add PM: Adding info for No Bus:ttyD218 device: 'ttyD219': device_add PM: Adding info for No Bus:ttyD219 device: 'ttyD220': device_add PM: Adding info for No Bus:ttyD220 device: 'ttyD221': device_add PM: Adding info for No Bus:ttyD221 device: 'ttyD222': device_add PM: Adding info for No Bus:ttyD222 device: 'ttyD223': device_add PM: Adding info for No Bus:ttyD223 device: 'ttyD224': device_add PM: Adding info for No Bus:ttyD224 device: 'ttyD225': device_add PM: Adding info for No Bus:ttyD225 device: 'ttyD226': device_add PM: Adding info for No Bus:ttyD226 device: 'ttyD227': device_add PM: Adding info for No Bus:ttyD227 device: 'ttyD228': device_add PM: Adding info for No Bus:ttyD228 device: 'ttyD229': device_add PM: Adding info for No Bus:ttyD229 device: 'ttyD230': device_add PM: Adding info for No Bus:ttyD230 device: 'ttyD231': device_add PM: Adding info for No Bus:ttyD231 device: 'ttyD232': device_add PM: Adding info for No Bus:ttyD232 device: 'ttyD233': device_add PM: Adding info for No Bus:ttyD233 device: 'ttyD234': device_add PM: Adding info for No Bus:ttyD234 device: 'ttyD235': device_add PM: Adding info for No Bus:ttyD235 device: 'ttyD236': device_add PM: Adding info for No Bus:ttyD236 device: 'ttyD237': device_add PM: Adding info for No Bus:ttyD237 device: 'ttyD238': device_add PM: Adding info for No Bus:ttyD238 device: 'ttyD239': device_add PM: Adding info for No Bus:ttyD239 device: 'ttyD240': device_add PM: Adding info for No Bus:ttyD240 device: 'ttyD241': device_add PM: Adding info for No Bus:ttyD241 device: 'ttyD242': device_add PM: Adding info for No Bus:ttyD242 device: 'ttyD243': device_add PM: Adding info for No Bus:ttyD243 device: 'ttyD244': device_add PM: Adding info for No Bus:ttyD244 device: 'ttyD245': device_add PM: Adding info for No Bus:ttyD245 device: 'ttyD246': device_add PM: Adding info for No Bus:ttyD246 device: 'ttyD247': device_add PM: Adding info for No Bus:ttyD247 device: 'ttyD248': device_add PM: Adding info for No Bus:ttyD248 device: 'ttyD249': device_add PM: Adding info for No Bus:ttyD249 device: 'ttyD250': device_add PM: Adding info for No Bus:ttyD250 device: 'ttyD251': device_add PM: Adding info for No Bus:ttyD251 device: 'ttyD252': device_add PM: Adding info for No Bus:ttyD252 device: 'ttyD253': device_add PM: Adding info for No Bus:ttyD253 device: 'ttyD254': device_add PM: Adding info for No Bus:ttyD254 device: 'ttyD255': device_add PM: Adding info for No Bus:ttyD255 device: 'digi_ctl0': device_add PM: Adding info for No Bus:digi_ctl0 device: 'digi_ctl1': device_add PM: Adding info for No Bus:digi_ctl1 device: 'digi_ctl2': device_add PM: Adding info for No Bus:digi_ctl2 device: 'digi_ctl3': device_add PM: Adding info for No Bus:digi_ctl3 device: 'digi_ctl4': device_add PM: Adding info for No Bus:digi_ctl4 device: 'digi_ctl5': device_add PM: Adding info for No Bus:digi_ctl5 device: 'digi_ctl6': device_add PM: Adding info for No Bus:digi_ctl6 device: 'digi_ctl7': device_add PM: Adding info for No Bus:digi_ctl7 device: 'digi_ctl8': device_add PM: Adding info for No Bus:digi_ctl8 device: 'digi_ctl9': device_add PM: Adding info for No Bus:digi_ctl9 device: 'digi_ctl10': device_add PM: Adding info for No Bus:digi_ctl10 device: 'digi_ctl11': device_add PM: Adding info for No Bus:digi_ctl11 device: 'digi_ctl12': device_add PM: Adding info for No Bus:digi_ctl12 device: 'digi_ctl13': device_add PM: Adding info for No Bus:digi_ctl13 device: 'digi_ctl14': device_add PM: Adding info for No Bus:digi_ctl14 device: 'digi_ctl15': device_add PM: Adding info for No Bus:digi_ctl15 device: 'digi_ctl16': device_add PM: Adding info for No Bus:digi_ctl16 device: 'digi_ctl17': device_add PM: Adding info for No Bus:digi_ctl17 device: 'digi_ctl18': device_add PM: Adding info for No Bus:digi_ctl18 device: 'digi_ctl19': device_add PM: Adding info for No Bus:digi_ctl19 device: 'digi_ctl20': device_add PM: Adding info for No Bus:digi_ctl20 device: 'digi_ctl21': device_add PM: Adding info for No Bus:digi_ctl21 device: 'digi_ctl22': device_add PM: Adding info for No Bus:digi_ctl22 device: 'digi_ctl23': device_add PM: Adding info for No Bus:digi_ctl23 device: 'digi_ctl24': device_add PM: Adding info for No Bus:digi_ctl24 device: 'digi_ctl25': device_add PM: Adding info for No Bus:digi_ctl25 device: 'digi_ctl26': device_add PM: Adding info for No Bus:digi_ctl26 device: 'digi_ctl27': device_add PM: Adding info for No Bus:digi_ctl27 device: 'digi_ctl28': device_add PM: Adding info for No Bus:digi_ctl28 device: 'digi_ctl29': device_add PM: Adding info for No Bus:digi_ctl29 device: 'digi_ctl30': device_add PM: Adding info for No Bus:digi_ctl30 device: 'digi_ctl31': device_add PM: Adding info for No Bus:digi_ctl31 device: 'digi_ctl32': device_add PM: Adding info for No Bus:digi_ctl32 device: 'digi_ctl33': device_add PM: Adding info for No Bus:digi_ctl33 device: 'digi_ctl34': device_add PM: Adding info for No Bus:digi_ctl34 device: 'digi_ctl35': device_add PM: Adding info for No Bus:digi_ctl35 device: 'digi_ctl36': device_add PM: Adding info for No Bus:digi_ctl36 device: 'digi_ctl37': device_add PM: Adding info for No Bus:digi_ctl37 device: 'digi_ctl38': device_add PM: Adding info for No Bus:digi_ctl38 device: 'digi_ctl39': device_add PM: Adding info for No Bus:digi_ctl39 device: 'digi_ctl40': device_add PM: Adding info for No Bus:digi_ctl40 device: 'digi_ctl41': device_add PM: Adding info for No Bus:digi_ctl41 device: 'digi_ctl42': device_add PM: Adding info for No Bus:digi_ctl42 device: 'digi_ctl43': device_add PM: Adding info for No Bus:digi_ctl43 device: 'digi_ctl44': device_add PM: Adding info for No Bus:digi_ctl44 device: 'digi_ctl45': device_add PM: Adding info for No Bus:digi_ctl45 device: 'digi_ctl46': device_add PM: Adding info for No Bus:digi_ctl46 device: 'digi_ctl47': device_add PM: Adding info for No Bus:digi_ctl47 device: 'digi_ctl48': device_add PM: Adding info for No Bus:digi_ctl48 device: 'digi_ctl49': device_add PM: Adding info for No Bus:digi_ctl49 device: 'digi_ctl50': device_add PM: Adding info for No Bus:digi_ctl50 device: 'digi_ctl51': device_add PM: Adding info for No Bus:digi_ctl51 device: 'digi_ctl52': device_add PM: Adding info for No Bus:digi_ctl52 device: 'digi_ctl53': device_add PM: Adding info for No Bus:digi_ctl53 device: 'digi_ctl54': device_add PM: Adding info for No Bus:digi_ctl54 device: 'digi_ctl55': device_add PM: Adding info for No Bus:digi_ctl55 device: 'digi_ctl56': device_add PM: Adding info for No Bus:digi_ctl56 device: 'digi_ctl57': device_add PM: Adding info for No Bus:digi_ctl57 device: 'digi_ctl58': device_add PM: Adding info for No Bus:digi_ctl58 device: 'digi_ctl59': device_add PM: Adding info for No Bus:digi_ctl59 device: 'digi_ctl60': device_add PM: Adding info for No Bus:digi_ctl60 device: 'digi_ctl61': device_add PM: Adding info for No Bus:digi_ctl61 device: 'digi_ctl62': device_add PM: Adding info for No Bus:digi_ctl62 device: 'digi_ctl63': device_add PM: Adding info for No Bus:digi_ctl63 device: 'digi_ctl64': device_add PM: Adding info for No Bus:digi_ctl64 device: 'digi_ctl65': device_add PM: Adding info for No Bus:digi_ctl65 device: 'digi_ctl66': device_add PM: Adding info for No Bus:digi_ctl66 device: 'digi_ctl67': device_add PM: Adding info for No Bus:digi_ctl67 device: 'digi_ctl68': device_add PM: Adding info for No Bus:digi_ctl68 device: 'digi_ctl69': device_add PM: Adding info for No Bus:digi_ctl69 device: 'digi_ctl70': device_add PM: Adding info for No Bus:digi_ctl70 device: 'digi_ctl71': device_add PM: Adding info for No Bus:digi_ctl71 device: 'digi_ctl72': device_add PM: Adding info for No Bus:digi_ctl72 device: 'digi_ctl73': device_add PM: Adding info for No Bus:digi_ctl73 device: 'digi_ctl74': device_add PM: Adding info for No Bus:digi_ctl74 device: 'digi_ctl75': device_add PM: Adding info for No Bus:digi_ctl75 device: 'digi_ctl76': device_add PM: Adding info for No Bus:digi_ctl76 device: 'digi_ctl77': device_add PM: Adding info for No Bus:digi_ctl77 device: 'digi_ctl78': device_add PM: Adding info for No Bus:digi_ctl78 device: 'digi_ctl79': device_add PM: Adding info for No Bus:digi_ctl79 device: 'digi_ctl80': device_add PM: Adding info for No Bus:digi_ctl80 device: 'digi_ctl81': device_add PM: Adding info for No Bus:digi_ctl81 device: 'digi_ctl82': device_add PM: Adding info for No Bus:digi_ctl82 device: 'digi_ctl83': device_add PM: Adding info for No Bus:digi_ctl83 device: 'digi_ctl84': device_add PM: Adding info for No Bus:digi_ctl84 device: 'digi_ctl85': device_add PM: Adding info for No Bus:digi_ctl85 device: 'digi_ctl86': device_add PM: Adding info for No Bus:digi_ctl86 device: 'digi_ctl87': device_add PM: Adding info for No Bus:digi_ctl87 device: 'digi_ctl88': device_add PM: Adding info for No Bus:digi_ctl88 device: 'digi_ctl89': device_add PM: Adding info for No Bus:digi_ctl89 device: 'digi_ctl90': device_add PM: Adding info for No Bus:digi_ctl90 device: 'digi_ctl91': device_add PM: Adding info for No Bus:digi_ctl91 device: 'digi_ctl92': device_add PM: Adding info for No Bus:digi_ctl92 device: 'digi_ctl93': device_add PM: Adding info for No Bus:digi_ctl93 device: 'digi_ctl94': device_add PM: Adding info for No Bus:digi_ctl94 device: 'digi_ctl95': device_add PM: Adding info for No Bus:digi_ctl95 device: 'digi_ctl96': device_add PM: Adding info for No Bus:digi_ctl96 device: 'digi_ctl97': device_add PM: Adding info for No Bus:digi_ctl97 device: 'digi_ctl98': device_add PM: Adding info for No Bus:digi_ctl98 device: 'digi_ctl99': device_add PM: Adding info for No Bus:digi_ctl99 device: 'digi_ctl100': device_add PM: Adding info for No Bus:digi_ctl100 device: 'digi_ctl101': device_add PM: Adding info for No Bus:digi_ctl101 device: 'digi_ctl102': device_add PM: Adding info for No Bus:digi_ctl102 device: 'digi_ctl103': device_add PM: Adding info for No Bus:digi_ctl103 device: 'digi_ctl104': device_add PM: Adding info for No Bus:digi_ctl104 device: 'digi_ctl105': device_add PM: Adding info for No Bus:digi_ctl105 device: 'digi_ctl106': device_add PM: Adding info for No Bus:digi_ctl106 device: 'digi_ctl107': device_add PM: Adding info for No Bus:digi_ctl107 device: 'digi_ctl108': device_add PM: Adding info for No Bus:digi_ctl108 device: 'digi_ctl109': device_add PM: Adding info for No Bus:digi_ctl109 device: 'digi_ctl110': device_add PM: Adding info for No Bus:digi_ctl110 device: 'digi_ctl111': device_add PM: Adding info for No Bus:digi_ctl111 device: 'digi_ctl112': device_add PM: Adding info for No Bus:digi_ctl112 device: 'digi_ctl113': device_add PM: Adding info for No Bus:digi_ctl113 device: 'digi_ctl114': device_add PM: Adding info for No Bus:digi_ctl114 device: 'digi_ctl115': device_add PM: Adding info for No Bus:digi_ctl115 device: 'digi_ctl116': device_add PM: Adding info for No Bus:digi_ctl116 device: 'digi_ctl117': device_add PM: Adding info for No Bus:digi_ctl117 device: 'digi_ctl118': device_add PM: Adding info for No Bus:digi_ctl118 device: 'digi_ctl119': device_add PM: Adding info for No Bus:digi_ctl119 device: 'digi_ctl120': device_add PM: Adding info for No Bus:digi_ctl120 device: 'digi_ctl121': device_add PM: Adding info for No Bus:digi_ctl121 device: 'digi_ctl122': device_add PM: Adding info for No Bus:digi_ctl122 device: 'digi_ctl123': device_add PM: Adding info for No Bus:digi_ctl123 device: 'digi_ctl124': device_add PM: Adding info for No Bus:digi_ctl124 device: 'digi_ctl125': device_add PM: Adding info for No Bus:digi_ctl125 device: 'digi_ctl126': device_add PM: Adding info for No Bus:digi_ctl126 device: 'digi_ctl127': device_add PM: Adding info for No Bus:digi_ctl127 device: 'digi_ctl128': device_add PM: Adding info for No Bus:digi_ctl128 device: 'digi_ctl129': device_add PM: Adding info for No Bus:digi_ctl129 device: 'digi_ctl130': device_add PM: Adding info for No Bus:digi_ctl130 device: 'digi_ctl131': device_add PM: Adding info for No Bus:digi_ctl131 device: 'digi_ctl132': device_add PM: Adding info for No Bus:digi_ctl132 device: 'digi_ctl133': device_add PM: Adding info for No Bus:digi_ctl133 device: 'digi_ctl134': device_add PM: Adding info for No Bus:digi_ctl134 device: 'digi_ctl135': device_add PM: Adding info for No Bus:digi_ctl135 device: 'digi_ctl136': device_add PM: Adding info for No Bus:digi_ctl136 device: 'digi_ctl137': device_add PM: Adding info for No Bus:digi_ctl137 device: 'digi_ctl138': device_add PM: Adding info for No Bus:digi_ctl138 device: 'digi_ctl139': device_add PM: Adding info for No Bus:digi_ctl139 device: 'digi_ctl140': device_add PM: Adding info for No Bus:digi_ctl140 device: 'digi_ctl141': device_add PM: Adding info for No Bus:digi_ctl141 device: 'digi_ctl142': device_add PM: Adding info for No Bus:digi_ctl142 device: 'digi_ctl143': device_add PM: Adding info for No Bus:digi_ctl143 device: 'digi_ctl144': device_add PM: Adding info for No Bus:digi_ctl144 device: 'digi_ctl145': device_add PM: Adding info for No Bus:digi_ctl145 device: 'digi_ctl146': device_add PM: Adding info for No Bus:digi_ctl146 device: 'digi_ctl147': device_add PM: Adding info for No Bus:digi_ctl147 device: 'digi_ctl148': device_add PM: Adding info for No Bus:digi_ctl148 device: 'digi_ctl149': device_add PM: Adding info for No Bus:digi_ctl149 device: 'digi_ctl150': device_add PM: Adding info for No Bus:digi_ctl150 device: 'digi_ctl151': device_add PM: Adding info for No Bus:digi_ctl151 device: 'digi_ctl152': device_add PM: Adding info for No Bus:digi_ctl152 device: 'digi_ctl153': device_add PM: Adding info for No Bus:digi_ctl153 device: 'digi_ctl154': device_add PM: Adding info for No Bus:digi_ctl154 device: 'digi_ctl155': device_add PM: Adding info for No Bus:digi_ctl155 device: 'digi_ctl156': device_add PM: Adding info for No Bus:digi_ctl156 device: 'digi_ctl157': device_add PM: Adding info for No Bus:digi_ctl157 device: 'digi_ctl158': device_add PM: Adding info for No Bus:digi_ctl158 device: 'digi_ctl159': device_add PM: Adding info for No Bus:digi_ctl159 device: 'digi_ctl160': device_add PM: Adding info for No Bus:digi_ctl160 device: 'digi_ctl161': device_add PM: Adding info for No Bus:digi_ctl161 device: 'digi_ctl162': device_add PM: Adding info for No Bus:digi_ctl162 device: 'digi_ctl163': device_add PM: Adding info for No Bus:digi_ctl163 device: 'digi_ctl164': device_add PM: Adding info for No Bus:digi_ctl164 device: 'digi_ctl165': device_add PM: Adding info for No Bus:digi_ctl165 device: 'digi_ctl166': device_add PM: Adding info for No Bus:digi_ctl166 device: 'digi_ctl167': device_add PM: Adding info for No Bus:digi_ctl167 device: 'digi_ctl168': device_add PM: Adding info for No Bus:digi_ctl168 device: 'digi_ctl169': device_add PM: Adding info for No Bus:digi_ctl169 device: 'digi_ctl170': device_add PM: Adding info for No Bus:digi_ctl170 device: 'digi_ctl171': device_add PM: Adding info for No Bus:digi_ctl171 device: 'digi_ctl172': device_add PM: Adding info for No Bus:digi_ctl172 device: 'digi_ctl173': device_add PM: Adding info for No Bus:digi_ctl173 device: 'digi_ctl174': device_add PM: Adding info for No Bus:digi_ctl174 device: 'digi_ctl175': device_add PM: Adding info for No Bus:digi_ctl175 device: 'digi_ctl176': device_add PM: Adding info for No Bus:digi_ctl176 device: 'digi_ctl177': device_add PM: Adding info for No Bus:digi_ctl177 device: 'digi_ctl178': device_add PM: Adding info for No Bus:digi_ctl178 device: 'digi_ctl179': device_add PM: Adding info for No Bus:digi_ctl179 device: 'digi_ctl180': device_add PM: Adding info for No Bus:digi_ctl180 device: 'digi_ctl181': device_add PM: Adding info for No Bus:digi_ctl181 device: 'digi_ctl182': device_add PM: Adding info for No Bus:digi_ctl182 device: 'digi_ctl183': device_add PM: Adding info for No Bus:digi_ctl183 device: 'digi_ctl184': device_add PM: Adding info for No Bus:digi_ctl184 device: 'digi_ctl185': device_add PM: Adding info for No Bus:digi_ctl185 device: 'digi_ctl186': device_add PM: Adding info for No Bus:digi_ctl186 device: 'digi_ctl187': device_add PM: Adding info for No Bus:digi_ctl187 device: 'digi_ctl188': device_add PM: Adding info for No Bus:digi_ctl188 device: 'digi_ctl189': device_add PM: Adding info for No Bus:digi_ctl189 device: 'digi_ctl190': device_add PM: Adding info for No Bus:digi_ctl190 device: 'digi_ctl191': device_add PM: Adding info for No Bus:digi_ctl191 device: 'digi_ctl192': device_add PM: Adding info for No Bus:digi_ctl192 device: 'digi_ctl193': device_add PM: Adding info for No Bus:digi_ctl193 device: 'digi_ctl194': device_add PM: Adding info for No Bus:digi_ctl194 device: 'digi_ctl195': device_add PM: Adding info for No Bus:digi_ctl195 device: 'digi_ctl196': device_add PM: Adding info for No Bus:digi_ctl196 device: 'digi_ctl197': device_add PM: Adding info for No Bus:digi_ctl197 device: 'digi_ctl198': device_add PM: Adding info for No Bus:digi_ctl198 device: 'digi_ctl199': device_add PM: Adding info for No Bus:digi_ctl199 device: 'digi_ctl200': device_add PM: Adding info for No Bus:digi_ctl200 device: 'digi_ctl201': device_add PM: Adding info for No Bus:digi_ctl201 device: 'digi_ctl202': device_add PM: Adding info for No Bus:digi_ctl202 device: 'digi_ctl203': device_add PM: Adding info for No Bus:digi_ctl203 device: 'digi_ctl204': device_add PM: Adding info for No Bus:digi_ctl204 device: 'digi_ctl205': device_add PM: Adding info for No Bus:digi_ctl205 device: 'digi_ctl206': device_add PM: Adding info for No Bus:digi_ctl206 device: 'digi_ctl207': device_add PM: Adding info for No Bus:digi_ctl207 device: 'digi_ctl208': device_add PM: Adding info for No Bus:digi_ctl208 device: 'digi_ctl209': device_add PM: Adding info for No Bus:digi_ctl209 device: 'digi_ctl210': device_add PM: Adding info for No Bus:digi_ctl210 device: 'digi_ctl211': device_add PM: Adding info for No Bus:digi_ctl211 device: 'digi_ctl212': device_add PM: Adding info for No Bus:digi_ctl212 device: 'digi_ctl213': device_add PM: Adding info for No Bus:digi_ctl213 device: 'digi_ctl214': device_add PM: Adding info for No Bus:digi_ctl214 device: 'digi_ctl215': device_add PM: Adding info for No Bus:digi_ctl215 device: 'digi_ctl216': device_add PM: Adding info for No Bus:digi_ctl216 device: 'digi_ctl217': device_add PM: Adding info for No Bus:digi_ctl217 device: 'digi_ctl218': device_add PM: Adding info for No Bus:digi_ctl218 device: 'digi_ctl219': device_add PM: Adding info for No Bus:digi_ctl219 device: 'digi_ctl220': device_add PM: Adding info for No Bus:digi_ctl220 device: 'digi_ctl221': device_add PM: Adding info for No Bus:digi_ctl221 device: 'digi_ctl222': device_add PM: Adding info for No Bus:digi_ctl222 device: 'digi_ctl223': device_add PM: Adding info for No Bus:digi_ctl223 device: 'digi_ctl224': device_add PM: Adding info for No Bus:digi_ctl224 device: 'digi_ctl225': device_add PM: Adding info for No Bus:digi_ctl225 device: 'digi_ctl226': device_add PM: Adding info for No Bus:digi_ctl226 device: 'digi_ctl227': device_add PM: Adding info for No Bus:digi_ctl227 device: 'digi_ctl228': device_add PM: Adding info for No Bus:digi_ctl228 device: 'digi_ctl229': device_add PM: Adding info for No Bus:digi_ctl229 device: 'digi_ctl230': device_add PM: Adding info for No Bus:digi_ctl230 device: 'digi_ctl231': device_add PM: Adding info for No Bus:digi_ctl231 device: 'digi_ctl232': device_add PM: Adding info for No Bus:digi_ctl232 device: 'digi_ctl233': device_add PM: Adding info for No Bus:digi_ctl233 device: 'digi_ctl234': device_add PM: Adding info for No Bus:digi_ctl234 device: 'digi_ctl235': device_add PM: Adding info for No Bus:digi_ctl235 device: 'digi_ctl236': device_add PM: Adding info for No Bus:digi_ctl236 device: 'digi_ctl237': device_add PM: Adding info for No Bus:digi_ctl237 device: 'digi_ctl238': device_add PM: Adding info for No Bus:digi_ctl238 device: 'digi_ctl239': device_add PM: Adding info for No Bus:digi_ctl239 device: 'digi_ctl240': device_add PM: Adding info for No Bus:digi_ctl240 device: 'digi_ctl241': device_add PM: Adding info for No Bus:digi_ctl241 device: 'digi_ctl242': device_add PM: Adding info for No Bus:digi_ctl242 device: 'digi_ctl243': device_add PM: Adding info for No Bus:digi_ctl243 device: 'digi_ctl244': device_add PM: Adding info for No Bus:digi_ctl244 device: 'digi_ctl245': device_add PM: Adding info for No Bus:digi_ctl245 device: 'digi_ctl246': device_add PM: Adding info for No Bus:digi_ctl246 device: 'digi_ctl247': device_add PM: Adding info for No Bus:digi_ctl247 device: 'digi_ctl248': device_add PM: Adding info for No Bus:digi_ctl248 device: 'digi_ctl249': device_add PM: Adding info for No Bus:digi_ctl249 device: 'digi_ctl250': device_add PM: Adding info for No Bus:digi_ctl250 device: 'digi_ctl251': device_add PM: Adding info for No Bus:digi_ctl251 device: 'digi_ctl252': device_add PM: Adding info for No Bus:digi_ctl252 device: 'digi_ctl253': device_add PM: Adding info for No Bus:digi_ctl253 device: 'digi_ctl254': device_add PM: Adding info for No Bus:digi_ctl254 device: 'digi_ctl255': device_add PM: Adding info for No Bus:digi_ctl255 initcall epca_module_init+0x0/0x499 returned 0 after 3925090 usecs calling specialix_init_module+0x0/0x420 @ 1 sx: Specialix IO8+ driver v1.11, (c) R.E.Wolff 1997/1998. sx: derived from work (c) D.Gorodchanin 1994-1996. sx: DTR/RTS pin is always RTS. device: 'ttyW0': device_add PM: Adding info for No Bus:ttyW0 device: 'ttyW1': device_add PM: Adding info for No Bus:ttyW1 device: 'ttyW2': device_add PM: Adding info for No Bus:ttyW2 device: 'ttyW3': device_add PM: Adding info for No Bus:ttyW3 device: 'ttyW4': device_add PM: Adding info for No Bus:ttyW4 device: 'ttyW5': device_add PM: Adding info for No Bus:ttyW5 device: 'ttyW6': device_add PM: Adding info for No Bus:ttyW6 device: 'ttyW7': device_add PM: Adding info for No Bus:ttyW7 device: 'ttyW8': device_add PM: Adding info for No Bus:ttyW8 device: 'ttyW9': device_add PM: Adding info for No Bus:ttyW9 device: 'ttyW10': device_add PM: Adding info for No Bus:ttyW10 device: 'ttyW11': device_add PM: Adding info for No Bus:ttyW11 device: 'ttyW12': device_add PM: Adding info for No Bus:ttyW12 device: 'ttyW13': device_add PM: Adding info for No Bus:ttyW13 device: 'ttyW14': device_add PM: Adding info for No Bus:ttyW14 device: 'ttyW15': device_add PM: Adding info for No Bus:ttyW15 device: 'ttyW16': device_add PM: Adding info for No Bus:ttyW16 device: 'ttyW17': device_add PM: Adding info for No Bus:ttyW17 device: 'ttyW18': device_add PM: Adding info for No Bus:ttyW18 device: 'ttyW19': device_add PM: Adding info for No Bus:ttyW19 device: 'ttyW20': device_add PM: Adding info for No Bus:ttyW20 device: 'ttyW21': device_add PM: Adding info for No Bus:ttyW21 device: 'ttyW22': device_add PM: Adding info for No Bus:ttyW22 device: 'ttyW23': device_add PM: Adding info for No Bus:ttyW23 device: 'ttyW24': device_add PM: Adding info for No Bus:ttyW24 device: 'ttyW25': device_add PM: Adding info for No Bus:ttyW25 device: 'ttyW26': device_add PM: Adding info for No Bus:ttyW26 device: 'ttyW27': device_add PM: Adding info for No Bus:ttyW27 device: 'ttyW28': device_add PM: Adding info for No Bus:ttyW28 device: 'ttyW29': device_add PM: Adding info for No Bus:ttyW29 device: 'ttyW30': device_add PM: Adding info for No Bus:ttyW30 device: 'ttyW31': device_add PM: Adding info for No Bus:ttyW31 device: 'ttyW32': device_add PM: Adding info for No Bus:ttyW32 device: 'ttyW33': device_add PM: Adding info for No Bus:ttyW33 device: 'ttyW34': device_add PM: Adding info for No Bus:ttyW34 device: 'ttyW35': device_add PM: Adding info for No Bus:ttyW35 device: 'ttyW36': device_add PM: Adding info for No Bus:ttyW36 device: 'ttyW37': device_add PM: Adding info for No Bus:ttyW37 device: 'ttyW38': device_add PM: Adding info for No Bus:ttyW38 device: 'ttyW39': device_add PM: Adding info for No Bus:ttyW39 device: 'ttyW40': device_add PM: Adding info for No Bus:ttyW40 device: 'ttyW41': device_add PM: Adding info for No Bus:ttyW41 device: 'ttyW42': device_add PM: Adding info for No Bus:ttyW42 device: 'ttyW43': device_add PM: Adding info for No Bus:ttyW43 device: 'ttyW44': device_add PM: Adding info for No Bus:ttyW44 device: 'ttyW45': device_add PM: Adding info for No Bus:ttyW45 device: 'ttyW46': device_add PM: Adding info for No Bus:ttyW46 device: 'ttyW47': device_add PM: Adding info for No Bus:ttyW47 device: 'ttyW48': device_add PM: Adding info for No Bus:ttyW48 device: 'ttyW49': device_add PM: Adding info for No Bus:ttyW49 device: 'ttyW50': device_add PM: Adding info for No Bus:ttyW50 device: 'ttyW51': device_add PM: Adding info for No Bus:ttyW51 device: 'ttyW52': device_add PM: Adding info for No Bus:ttyW52 device: 'ttyW53': device_add PM: Adding info for No Bus:ttyW53 device: 'ttyW54': device_add PM: Adding info for No Bus:ttyW54 device: 'ttyW55': device_add PM: Adding info for No Bus:ttyW55 device: 'ttyW56': device_add PM: Adding info for No Bus:ttyW56 device: 'ttyW57': device_add PM: Adding info for No Bus:ttyW57 device: 'ttyW58': device_add PM: Adding info for No Bus:ttyW58 device: 'ttyW59': device_add PM: Adding info for No Bus:ttyW59 device: 'ttyW60': device_add PM: Adding info for No Bus:ttyW60 device: 'ttyW61': device_add PM: Adding info for No Bus:ttyW61 device: 'ttyW62': device_add PM: Adding info for No Bus:ttyW62 device: 'ttyW63': device_add PM: Adding info for No Bus:ttyW63 sx0: specialix IO8+ Board at 0x100 not found. sx1: specialix IO8+ Board at 0x180 not found. sx2: specialix IO8+ Board at 0x250 not found. sx3: specialix IO8+ Board at 0x260 not found. device: 'ttyW0': device_unregister PM: Removing info for No Bus:ttyW0 device: 'ttyW0': device_create_release device: 'ttyW1': device_unregister PM: Removing info for No Bus:ttyW1 device: 'ttyW1': device_create_release device: 'ttyW2': device_unregister PM: Removing info for No Bus:ttyW2 device: 'ttyW2': device_create_release device: 'ttyW3': device_unregister PM: Removing info for No Bus:ttyW3 device: 'ttyW3': device_create_release device: 'ttyW4': device_unregister PM: Removing info for No Bus:ttyW4 device: 'ttyW4': device_create_release device: 'ttyW5': device_unregister PM: Removing info for No Bus:ttyW5 device: 'ttyW5': device_create_release device: 'ttyW6': device_unregister PM: Removing info for No Bus:ttyW6 device: 'ttyW6': device_create_release device: 'ttyW7': device_unregister PM: Removing info for No Bus:ttyW7 device: 'ttyW7': device_create_release device: 'ttyW8': device_unregister PM: Removing info for No Bus:ttyW8 device: 'ttyW8': device_create_release device: 'ttyW9': device_unregister PM: Removing info for No Bus:ttyW9 device: 'ttyW9': device_create_release device: 'ttyW10': device_unregister PM: Removing info for No Bus:ttyW10 device: 'ttyW10': device_create_release device: 'ttyW11': device_unregister PM: Removing info for No Bus:ttyW11 device: 'ttyW11': device_create_release device: 'ttyW12': device_unregister PM: Removing info for No Bus:ttyW12 device: 'ttyW12': device_create_release device: 'ttyW13': device_unregister PM: Removing info for No Bus:ttyW13 device: 'ttyW13': device_create_release device: 'ttyW14': device_unregister PM: Removing info for No Bus:ttyW14 device: 'ttyW14': device_create_release device: 'ttyW15': device_unregister PM: Removing info for No Bus:ttyW15 device: 'ttyW15': device_create_release device: 'ttyW16': device_unregister PM: Removing info for No Bus:ttyW16 device: 'ttyW16': device_create_release device: 'ttyW17': device_unregister PM: Removing info for No Bus:ttyW17 device: 'ttyW17': device_create_release device: 'ttyW18': device_unregister PM: Removing info for No Bus:ttyW18 device: 'ttyW18': device_create_release device: 'ttyW19': device_unregister PM: Removing info for No Bus:ttyW19 device: 'ttyW19': device_create_release device: 'ttyW20': device_unregister PM: Removing info for No Bus:ttyW20 device: 'ttyW20': device_create_release device: 'ttyW21': device_unregister PM: Removing info for No Bus:ttyW21 device: 'ttyW21': device_create_release device: 'ttyW22': device_unregister PM: Removing info for No Bus:ttyW22 device: 'ttyW22': device_create_release device: 'ttyW23': device_unregister PM: Removing info for No Bus:ttyW23 device: 'ttyW23': device_create_release device: 'ttyW24': device_unregister PM: Removing info for No Bus:ttyW24 device: 'ttyW24': device_create_release device: 'ttyW25': device_unregister PM: Removing info for No Bus:ttyW25 device: 'ttyW25': device_create_release device: 'ttyW26': device_unregister PM: Removing info for No Bus:ttyW26 device: 'ttyW26': device_create_release device: 'ttyW27': device_unregister PM: Removing info for No Bus:ttyW27 device: 'ttyW27': device_create_release device: 'ttyW28': device_unregister PM: Removing info for No Bus:ttyW28 device: 'ttyW28': device_create_release device: 'ttyW29': device_unregister PM: Removing info for No Bus:ttyW29 device: 'ttyW29': device_create_release device: 'ttyW30': device_unregister PM: Removing info for No Bus:ttyW30 device: 'ttyW30': device_create_release device: 'ttyW31': device_unregister PM: Removing info for No Bus:ttyW31 device: 'ttyW31': device_create_release device: 'ttyW32': device_unregister PM: Removing info for No Bus:ttyW32 device: 'ttyW32': device_create_release device: 'ttyW33': device_unregister PM: Removing info for No Bus:ttyW33 device: 'ttyW33': device_create_release device: 'ttyW34': device_unregister PM: Removing info for No Bus:ttyW34 device: 'ttyW34': device_create_release device: 'ttyW35': device_unregister PM: Removing info for No Bus:ttyW35 device: 'ttyW35': device_create_release device: 'ttyW36': device_unregister PM: Removing info for No Bus:ttyW36 device: 'ttyW36': device_create_release device: 'ttyW37': device_unregister PM: Removing info for No Bus:ttyW37 device: 'ttyW37': device_create_release device: 'ttyW38': device_unregister PM: Removing info for No Bus:ttyW38 device: 'ttyW38': device_create_release device: 'ttyW39': device_unregister PM: Removing info for No Bus:ttyW39 device: 'ttyW39': device_create_release device: 'ttyW40': device_unregister PM: Removing info for No Bus:ttyW40 device: 'ttyW40': device_create_release device: 'ttyW41': device_unregister PM: Removing info for No Bus:ttyW41 device: 'ttyW41': device_create_release device: 'ttyW42': device_unregister PM: Removing info for No Bus:ttyW42 device: 'ttyW42': device_create_release device: 'ttyW43': device_unregister PM: Removing info for No Bus:ttyW43 device: 'ttyW43': device_create_release device: 'ttyW44': device_unregister PM: Removing info for No Bus:ttyW44 device: 'ttyW44': device_create_release device: 'ttyW45': device_unregister PM: Removing info for No Bus:ttyW45 device: 'ttyW45': device_create_release device: 'ttyW46': device_unregister PM: Removing info for No Bus:ttyW46 device: 'ttyW46': device_create_release device: 'ttyW47': device_unregister PM: Removing info for No Bus:ttyW47 device: 'ttyW47': device_create_release device: 'ttyW48': device_unregister PM: Removing info for No Bus:ttyW48 device: 'ttyW48': device_create_release device: 'ttyW49': device_unregister PM: Removing info for No Bus:ttyW49 device: 'ttyW49': device_create_release device: 'ttyW50': device_unregister PM: Removing info for No Bus:ttyW50 device: 'ttyW50': device_create_release device: 'ttyW51': device_unregister PM: Removing info for No Bus:ttyW51 device: 'ttyW51': device_create_release device: 'ttyW52': device_unregister PM: Removing info for No Bus:ttyW52 device: 'ttyW52': device_create_release device: 'ttyW53': device_unregister PM: Removing info for No Bus:ttyW53 device: 'ttyW53': device_create_release device: 'ttyW54': device_unregister PM: Removing info for No Bus:ttyW54 device: 'ttyW54': device_create_release device: 'ttyW55': device_unregister PM: Removing info for No Bus:ttyW55 device: 'ttyW55': device_create_release device: 'ttyW56': device_unregister PM: Removing info for No Bus:ttyW56 device: 'ttyW56': device_create_release device: 'ttyW57': device_unregister PM: Removing info for No Bus:ttyW57 device: 'ttyW57': device_create_release device: 'ttyW58': device_unregister PM: Removing info for No Bus:ttyW58 device: 'ttyW58': device_create_release device: 'ttyW59': device_unregister PM: Removing info for No Bus:ttyW59 device: 'ttyW59': device_create_release device: 'ttyW60': device_unregister PM: Removing info for No Bus:ttyW60 device: 'ttyW60': device_create_release device: 'ttyW61': device_unregister PM: Removing info for No Bus:ttyW61 device: 'ttyW61': device_create_release device: 'ttyW62': device_unregister PM: Removing info for No Bus:ttyW62 device: 'ttyW62': device_create_release device: 'ttyW63': device_unregister PM: Removing info for No Bus:ttyW63 device: 'ttyW63': device_create_release sx: No specialix IO8+ boards detected. initcall specialix_init_module+0x0/0x420 returned -5 after 1491905 usecs initcall specialix_init_module+0x0/0x420 returned with error code -5 calling riscom8_init_module+0x0/0x437 @ 1 rc: SDL RISCom/8 card driver v1.1, (c) D.Gorodchanin 1994-1996. device: 'ttyL0': device_add PM: Adding info for No Bus:ttyL0 device: 'ttyL1': device_add PM: Adding info for No Bus:ttyL1 device: 'ttyL2': device_add PM: Adding info for No Bus:ttyL2 device: 'ttyL3': device_add PM: Adding info for No Bus:ttyL3 device: 'ttyL4': device_add PM: Adding info for No Bus:ttyL4 device: 'ttyL5': device_add PM: Adding info for No Bus:ttyL5 device: 'ttyL6': device_add PM: Adding info for No Bus:ttyL6 device: 'ttyL7': device_add PM: Adding info for No Bus:ttyL7 device: 'ttyL8': device_add PM: Adding info for No Bus:ttyL8 device: 'ttyL9': device_add PM: Adding info for No Bus:ttyL9 device: 'ttyL10': device_add PM: Adding info for No Bus:ttyL10 device: 'ttyL11': device_add PM: Adding info for No Bus:ttyL11 device: 'ttyL12': device_add PM: Adding info for No Bus:ttyL12 device: 'ttyL13': device_add PM: Adding info for No Bus:ttyL13 device: 'ttyL14': device_add PM: Adding info for No Bus:ttyL14 device: 'ttyL15': device_add PM: Adding info for No Bus:ttyL15 device: 'ttyL16': device_add PM: Adding info for No Bus:ttyL16 device: 'ttyL17': device_add PM: Adding info for No Bus:ttyL17 device: 'ttyL18': device_add PM: Adding info for No Bus:ttyL18 device: 'ttyL19': device_add PM: Adding info for No Bus:ttyL19 device: 'ttyL20': device_add PM: Adding info for No Bus:ttyL20 device: 'ttyL21': device_add PM: Adding info for No Bus:ttyL21 device: 'ttyL22': device_add PM: Adding info for No Bus:ttyL22 device: 'ttyL23': device_add PM: Adding info for No Bus:ttyL23 device: 'ttyL24': device_add PM: Adding info for No Bus:ttyL24 device: 'ttyL25': device_add PM: Adding info for No Bus:ttyL25 device: 'ttyL26': device_add PM: Adding info for No Bus:ttyL26 device: 'ttyL27': device_add PM: Adding info for No Bus:ttyL27 device: 'ttyL28': device_add PM: Adding info for No Bus:ttyL28 device: 'ttyL29': device_add PM: Adding info for No Bus:ttyL29 device: 'ttyL30': device_add PM: Adding info for No Bus:ttyL30 device: 'ttyL31': device_add PM: Adding info for No Bus:ttyL31 rc0: RISCom/8 Board at 0x220 not found. rc1: RISCom/8 Board at 0x240 not found. rc2: RISCom/8 Board at 0x250 not found. rc3: RISCom/8 Board at 0x260 not found. device: 'ttyL0': device_unregister PM: Removing info for No Bus:ttyL0 device: 'ttyL0': device_create_release device: 'ttyL1': device_unregister PM: Removing info for No Bus:ttyL1 device: 'ttyL1': device_create_release device: 'ttyL2': device_unregister PM: Removing info for No Bus:ttyL2 device: 'ttyL2': device_create_release device: 'ttyL3': device_unregister PM: Removing info for No Bus:ttyL3 device: 'ttyL3': device_create_release device: 'ttyL4': device_unregister PM: Removing info for No Bus:ttyL4 device: 'ttyL4': device_create_release device: 'ttyL5': device_unregister PM: Removing info for No Bus:ttyL5 device: 'ttyL5': device_create_release device: 'ttyL6': device_unregister PM: Removing info for No Bus:ttyL6 device: 'ttyL6': device_create_release device: 'ttyL7': device_unregister PM: Removing info for No Bus:ttyL7 device: 'ttyL7': device_create_release device: 'ttyL8': device_unregister PM: Removing info for No Bus:ttyL8 device: 'ttyL8': device_create_release device: 'ttyL9': device_unregister PM: Removing info for No Bus:ttyL9 device: 'ttyL9': device_create_release device: 'ttyL10': device_unregister PM: Removing info for No Bus:ttyL10 device: 'ttyL10': device_create_release device: 'ttyL11': device_unregister PM: Removing info for No Bus:ttyL11 device: 'ttyL11': device_create_release device: 'ttyL12': device_unregister PM: Removing info for No Bus:ttyL12 device: 'ttyL12': device_create_release device: 'ttyL13': device_unregister PM: Removing info for No Bus:ttyL13 device: 'ttyL13': device_create_release device: 'ttyL14': device_unregister PM: Removing info for No Bus:ttyL14 device: 'ttyL14': device_create_release device: 'ttyL15': device_unregister PM: Removing info for No Bus:ttyL15 device: 'ttyL15': device_create_release device: 'ttyL16': device_unregister PM: Removing info for No Bus:ttyL16 device: 'ttyL16': device_create_release device: 'ttyL17': device_unregister PM: Removing info for No Bus:ttyL17 device: 'ttyL17': device_create_release device: 'ttyL18': device_unregister PM: Removing info for No Bus:ttyL18 device: 'ttyL18': device_create_release device: 'ttyL19': device_unregister PM: Removing info for No Bus:ttyL19 device: 'ttyL19': device_create_release device: 'ttyL20': device_unregister PM: Removing info for No Bus:ttyL20 device: 'ttyL20': device_create_release device: 'ttyL21': device_unregister PM: Removing info for No Bus:ttyL21 device: 'ttyL21': device_create_release device: 'ttyL22': device_unregister PM: Removing info for No Bus:ttyL22 device: 'ttyL22': device_create_release device: 'ttyL23': device_unregister PM: Removing info for No Bus:ttyL23 device: 'ttyL23': device_create_release device: 'ttyL24': device_unregister PM: Removing info for No Bus:ttyL24 device: 'ttyL24': device_create_release device: 'ttyL25': device_unregister PM: Removing info for No Bus:ttyL25 device: 'ttyL25': device_create_release device: 'ttyL26': device_unregister PM: Removing info for No Bus:ttyL26 device: 'ttyL26': device_create_release device: 'ttyL27': device_unregister PM: Removing info for No Bus:ttyL27 device: 'ttyL27': device_create_release device: 'ttyL28': device_unregister PM: Removing info for No Bus:ttyL28 device: 'ttyL28': device_create_release device: 'ttyL29': device_unregister PM: Removing info for No Bus:ttyL29 device: 'ttyL29': device_create_release device: 'ttyL30': device_unregister PM: Removing info for No Bus:ttyL30 device: 'ttyL30': device_create_release device: 'ttyL31': device_unregister PM: Removing info for No Bus:ttyL31 device: 'ttyL31': device_create_release rc: No RISCom/8 boards detected. initcall riscom8_init_module+0x0/0x437 returned -5 after 737356 usecs initcall riscom8_init_module+0x0/0x437 returned with error code -5 calling slgt_init+0x0/0x1e3 @ 1 SyncLink GT $Revision: 4.50 $ SyncLink GT $Revision: 4.50 $, tty major#252 bus: 'pci': add driver synclink_gt SyncLink GT no devices found initcall slgt_init+0x0/0x1e3 returned 0 after 10848 usecs calling n_hdlc_init+0x0/0x95 @ 1 HDLC line discipline: version $Revision: 4.8 $, maxframe=4096 N_HDLC line discipline registered. initcall n_hdlc_init+0x0/0x95 returned 0 after 9916 usecs calling sx_init+0x0/0x100 @ 1 device: 'sxctl': device_add PM: Adding info for No Bus:sxctl bus: 'pci': add driver sx initcall sx_init+0x0/0x100 returned 0 after 10046 usecs calling rio_init+0x0/0x10d1 @ 1 device: 'rioctl': device_add PM: Adding info for No Bus:rioctl device: 'rioctl': device_unregister PM: Removing info for No Bus:rioctl device: 'rioctl': device_create_release initcall rio_init+0x0/0x10d1 returned -5 after 23755 usecs initcall rio_init+0x0/0x10d1 returned with error code -5 calling lp_init_module+0x0/0x206 @ 1 device class 'printer': registering lp: driver loaded but no devices found initcall lp_init_module+0x0/0x206 returned 0 after 9573 usecs calling hpet_init+0x0/0x63 @ 1 device: 'hpet': device_add PM: Adding info for No Bus:hpet bus: 'acpi': add driver hpet initcall hpet_init+0x0/0x63 returned 0 after 10551 usecs calling toshiba_init+0x0/0x410 @ 1 toshiba: not a supported Toshiba laptop initcall toshiba_init+0x0/0x410 returned -19 after 4139 usecs calling i8k_init+0x0/0x230 @ 1 initcall i8k_init+0x0/0x230 returned -19 after 15 usecs calling mod_init+0x0/0x1d2 @ 1 Intel 82802 RNG detected device: 'hw_random': device_add PM: Adding info for No Bus:hw_random initcall mod_init+0x0/0x1d2 returned 0 after 11625 usecs calling mod_init+0x0/0x98 @ 1 initcall mod_init+0x0/0x98 returned -19 after 75 usecs calling ppdev_init+0x0/0xa8 @ 1 device class 'ppdev': registering ppdev: user-space parallel port driver initcall ppdev_init+0x0/0xa8 returned 0 after 10048 usecs calling pc8736x_gpio_init+0x0/0x357 @ 1 Registering platform device 'pc8736x_gpio.0'. Parent at platform device: 'pc8736x_gpio.0': device_add bus: 'platform': add device pc8736x_gpio.0 PM: Adding info for platform:pc8736x_gpio.0 platform pc8736x_gpio.0: NatSemi pc8736x GPIO Driver Initializing platform pc8736x_gpio.0: no device found PM: Removing info for platform:pc8736x_gpio.0 bus: 'platform': remove device pc8736x_gpio.0 initcall pc8736x_gpio_init+0x0/0x357 returned -19 after 32400 usecs calling nsc_gpio_init+0x0/0x16 @ 1 nsc_gpio initializing initcall nsc_gpio_init+0x0/0x16 returned 0 after 2408 usecs calling cs5535_gpio_init+0x0/0x17b @ 1 cs5535_gpio: DIVIL not found initcall cs5535_gpio_init+0x0/0x17b returned -19 after 3120 usecs calling tlclk_init+0x0/0x1aa @ 1 telclk_interrup = 0xf non-mcpbl0010 hw. initcall tlclk_init+0x0/0x1aa returned -6 after 4157 usecs initcall tlclk_init+0x0/0x1aa returned with error code -6 calling mwave_init+0x0/0x320 @ 1 smapi::smapi_init, ERROR invalid usSmapiID mwave: tp3780i::tp3780I_InitializeBoardData: Error: SMAPI is not available on this machine mwave: mwavedd::mwave_init: Error: Failed to initialize board data mwave: mwavedd::mwave_init: Error: Failed to initialize initcall mwave_init+0x0/0x320 returned -5 after 14277 usecs initcall mwave_init+0x0/0x320 returned with error code -5 calling agp_init+0x0/0x32 @ 1 Linux agpgart interface v0.103 initcall agp_init+0x0/0x32 returned 0 after 3268 usecs calling agp_ali_init+0x0/0x27 @ 1 bus: 'pci': add driver agpgart-ali initcall agp_ali_init+0x0/0x27 returned 0 after 4932 usecs calling agp_ati_init+0x0/0x27 @ 1 bus: 'pci': add driver agpgart-ati initcall agp_ati_init+0x0/0x27 returned 0 after 6138 usecs calling agp_amdk7_init+0x0/0x30 @ 1 bus: 'pci': add driver agpgart-amdk7 initcall agp_amdk7_init+0x0/0x30 returned 0 after 4040 usecs calling agp_amd64_init+0x0/0xc5 @ 1 bus: 'pci': add driver agpgart-amd64 initcall agp_amd64_init+0x0/0xc5 returned -19 after 4061 usecs calling agp_efficeon_init+0x0/0x3a @ 1 bus: 'pci': add driver agpgart-efficeon initcall agp_efficeon_init+0x0/0x3a returned 0 after 5573 usecs calling agp_intel_init+0x0/0x27 @ 1 bus: 'pci': add driver agpgart-intel bus: 'pci': driver_probe_device: matched device 0000:00:00.0 with driver agpgart-intel bus: 'pci': really_probe: probing driver agpgart-intel with device 0000:00:00.0 agpgart-intel 0000:00:00.0: Intel i860 Chipset device: 'agpgart': device_add PM: Adding info for No Bus:agpgart agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0xd8000000 driver: '0000:00:00.0': driver_bound: bound to device 'agpgart-intel' bus: 'pci': really_probe: bound device 0000:00:00.0 to driver agpgart-intel initcall agp_intel_init+0x0/0x27 returned 0 after 40571 usecs calling agp_sis_init+0x0/0x27 @ 1 bus: 'pci': add driver agpgart-sis initcall agp_sis_init+0x0/0x27 returned 0 after 3852 usecs calling agp_serverworks_init+0x0/0x27 @ 1 bus: 'pci': add driver agpgart-serverworks initcall agp_serverworks_init+0x0/0x27 returned 0 after 5860 usecs calling agp_via_init+0x0/0x27 @ 1 bus: 'pci': add driver agpgart-via initcall agp_via_init+0x0/0x27 returned 0 after 5173 usecs calling ipmi_init_msghandler_mod+0x0/0xc @ 1 bus: 'platform': add driver ipmi ipmi message handler version 39.2 initcall ipmi_init_msghandler_mod+0x0/0xc returned 0 after 8544 usecs calling init_ipmi_si+0x0/0x7cd @ 1 bus: 'platform': add driver ipmi_si IPMI System Interface driver. bus: 'pci': add driver ipmi_si bus: 'pci': remove driver ipmi_si driver: 'ipmi_si': driver_release bus: 'platform': remove driver ipmi_si driver: 'ipmi_si': driver_release ipmi_si: Unable to find any System Interface(s) initcall init_ipmi_si+0x0/0x7cd returned -19 after 237311 usecs calling ipmi_wdog_init+0x0/0x12a @ 1 IPMI Watchdog: driver initialized initcall ipmi_wdog_init+0x0/0x12a returned 0 after 3660 usecs calling ipmi_poweroff_init+0x0/0x90 @ 1 Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot. initcall ipmi_poweroff_init+0x0/0x90 returned 0 after 3357 usecs calling hangcheck_init+0x0/0x9b @ 1 Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds). Hangcheck: Using get_cycles(). initcall hangcheck_init+0x0/0x9b returned 0 after 8092 usecs calling drm_core_init+0x0/0xf0 @ 1 device class 'drm': registering [drm] Initialized drm 1.1.0 20060810 initcall drm_core_init+0x0/0xf0 returned 0 after 10251 usecs calling radeon_init+0x0/0x19 @ 1 ACPI: PCI Interrupt Link [LNK0] enabled at IRQ 5 PCI: setting IRQ 5 as level-triggered pci 0000:01:00.0: PCI INT A -> Link[LNK0] -> GSI 5 (level, low) -> IRQ 5 device: 'card0': device_add PM: Adding info for No Bus:card0 [drm] Initialized radeon 1.29.0 20080528 on minor 0 initcall radeon_init+0x0/0x19 returned 0 after 25193 usecs calling mga_init+0x0/0x19 @ 1 initcall mga_init+0x0/0x19 returned 0 after 60 usecs calling i810_init+0x0/0x19 @ 1 initcall i810_init+0x0/0x19 returned 0 after 60 usecs calling savage_init+0x0/0x19 @ 1 initcall savage_init+0x0/0x19 returned 0 after 288 usecs calling cn_proc_init+0x0/0x44 @ 1 initcall cn_proc_init+0x0/0x44 returned 0 after 68 usecs calling serial8250_init+0x0/0x10c @ 1 Serial: 8250/16550 driver4 ports, IRQ sharing disabled Registering platform device 'serial8250'. Parent at platform device: 'serial8250': device_add bus: 'platform': add device serial8250 PM: Adding info for platform:serial8250 serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A device: 'ttyS0': device_add PM: Adding info for No Bus:ttyS0 serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A device: 'ttyS1': device_add PM: Adding info for No Bus:ttyS1 device: 'ttyS2': device_add PM: Adding info for No Bus:ttyS2 device: 'ttyS3': device_add PM: Adding info for No Bus:ttyS3 bus: 'platform': add driver serial8250 bus: 'platform': driver_probe_device: matched device serial8250 with driver serial8250 bus: 'platform': really_probe: probing driver serial8250 with device serial8250 driver: 'serial8250': driver_bound: bound to device 'serial8250' bus: 'platform': really_probe: bound device serial8250 to driver serial8250 initcall serial8250_init+0x0/0x10c returned 0 after 75976 usecs calling serial8250_pnp_init+0x0/0xf @ 1 bus: 'pnp': add driver serial bus: 'pnp': driver_probe_device: matched device 00:0a with driver serial bus: 'pnp': really_probe: probing driver serial with device 00:0a device: 'ttyS0': device_unregister PM: Removing info for No Bus:ttyS0 device: 'ttyS0': device_create_release 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A device: 'ttyS0': device_add PM: Adding info for No Bus:ttyS0 driver: '00:0a': driver_bound: bound to device 'serial' bus: 'pnp': really_probe: bound device 00:0a to driver serial bus: 'pnp': driver_probe_device: matched device 00:0b with driver serial bus: 'pnp': really_probe: probing driver serial with device 00:0b device: 'ttyS1': device_unregister PM: Removing info for No Bus:ttyS1 device: 'ttyS1': device_create_release 00:0b: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A device: 'ttyS1': device_add PM: Adding info for No Bus:ttyS1 driver: '00:0b': driver_bound: bound to device 'serial' bus: 'pnp': really_probe: bound device 00:0b to driver serial initcall serial8250_pnp_init+0x0/0xf returned 0 after 90699 usecs calling serial8250_pci_init+0x0/0x16 @ 1 bus: 'pci': add driver serial initcall serial8250_pci_init+0x0/0x16 returned 0 after 4581 usecs calling mca_init+0x0/0x21 @ 1 initcall mca_init+0x0/0x21 returned -19 after 9 usecs calling jsm_init_module+0x0/0x3f @ 1 bus: 'pci': add driver jsm initcall jsm_init_module+0x0/0x3f returned 0 after 5485 usecs calling parport_default_proc_register+0x0/0x20 @ 1 initcall parport_default_proc_register+0x0/0x20 returned 0 after 22 usecs calling parport_pc_init+0x0/0x414 @ 1 bus: 'platform': add driver parport_pc bus: 'pnp': add driver parport_pc bus: 'pnp': driver_probe_device: matched device 00:0c with driver parport_pc bus: 'pnp': really_probe: probing driver parport_pc with device 00:0c parport_pc 00:0c: reported by Plug and Play ACPI parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP(,...)] device: 'parport0': device_add PM: Adding info for No Bus:parport0 device: 'lp0': device_add PM: Adding info for No Bus:lp0 lp0: using parport0 (interrupt-driven). lp0: console ready driver: '00:0c': driver_bound: bound to device 'parport_pc' bus: 'pnp': really_probe: bound device 00:0c to driver parport_pc Registering platform device 'parport_pc.956'. Parent at platform device: 'parport_pc.956': device_add bus: 'platform': add device parport_pc.956 PM: Adding info for platform:parport_pc.956 bus: 'platform': driver_probe_device: matched device parport_pc.956 with driver parport_pc bus: 'platform': really_probe: probing driver parport_pc with device parport_pc.956 driver: 'parport_pc.956': driver_bound: bound to device 'parport_pc' bus: 'platform': really_probe: bound device parport_pc.956 to driver parport_pc PM: Removing info for platform:parport_pc.956 bus: 'platform': remove device parport_pc.956 Registering platform device 'parport_pc.888'. Parent at platform device: 'parport_pc.888': device_add bus: 'platform': add device parport_pc.888 PM: Adding info for platform:parport_pc.888 bus: 'platform': driver_probe_device: matched device parport_pc.888 with driver parport_pc bus: 'platform': really_probe: probing driver parport_pc with device parport_pc.888 driver: 'parport_pc.888': driver_bound: bound to device 'parport_pc' bus: 'platform': really_probe: bound device parport_pc.888 to driver parport_pc PM: Removing info for platform:parport_pc.888 bus: 'platform': remove device parport_pc.888 Registering platform device 'parport_pc.632'. Parent at platform device: 'parport_pc.632': device_add bus: 'platform': add device parport_pc.632 PM: Adding info for platform:parport_pc.632 bus: 'platform': driver_probe_device: matched device parport_pc.632 with driver parport_pc bus: 'platform': really_probe: probing driver parport_pc with device parport_pc.632 driver: 'parport_pc.632': driver_bound: bound to device 'parport_pc' bus: 'platform': really_probe: bound device parport_pc.632 to driver parport_pc PM: Removing info for platform:parport_pc.632 bus: 'platform': remove device parport_pc.632 bus: 'pci': add driver parport_pc initcall parport_pc_init+0x0/0x414 returned 0 after 183740 usecs calling parport_serial_init+0x0/0x16 @ 1 bus: 'pci': add driver parport_serial initcall parport_serial_init+0x0/0x16 returned 0 after 4391 usecs calling parport_ax88796_init+0x0/0x1e @ 1 bus: 'platform': add driver ax88796-pp initcall parport_ax88796_init+0x0/0x1e returned 0 after 5159 usecs calling floppy_init+0x0/0x100c @ 1 FDC 0 is a post-1991 82077 initcall floppy_init+0x0/0x100c returned 0 after 28222 usecs calling brd_init+0x0/0x180 @ 1 device: 'ram0': device_add PM: Adding info for No Bus:ram0 device: '1:0': device_add PM: Adding info for No Bus:1:0 device: 'ram1': device_add PM: Adding info for No Bus:ram1 device: '1:1': device_add PM: Adding info for No Bus:1:1 device: 'ram2': device_add PM: Adding info for No Bus:ram2 device: '1:2': device_add PM: Adding info for No Bus:1:2 device: 'ram3': device_add PM: Adding info for No Bus:ram3 device: '1:3': device_add PM: Adding info for No Bus:1:3 device: 'ram4': device_add PM: Adding info for No Bus:ram4 device: '1:4': device_add PM: Adding info for No Bus:1:4 device: 'ram5': device_add PM: Adding info for No Bus:ram5 device: '1:5': device_add PM: Adding info for No Bus:1:5 device: 'ram6': device_add PM: Adding info for No Bus:ram6 device: '1:6': device_add PM: Adding info for No Bus:1:6 device: 'ram7': device_add PM: Adding info for No Bus:ram7 device: '1:7': device_add PM: Adding info for No Bus:1:7 device: 'ram8': device_add PM: Adding info for No Bus:ram8 device: '1:8': device_add PM: Adding info for No Bus:1:8 device: 'ram9': device_add PM: Adding info for No Bus:ram9 device: '1:9': device_add PM: Adding info for No Bus:1:9 device: 'ram10': device_add PM: Adding info for No Bus:ram10 device: '1:10': device_add PM: Adding info for No Bus:1:10 device: 'ram11': device_add PM: Adding info for No Bus:ram11 device: '1:11': device_add PM: Adding info for No Bus:1:11 device: 'ram12': device_add PM: Adding info for No Bus:ram12 device: '1:12': device_add PM: Adding info for No Bus:1:12 device: 'ram13': device_add PM: Adding info for No Bus:ram13 device: '1:13': device_add PM: Adding info for No Bus:1:13 device: 'ram14': device_add PM: Adding info for No Bus:ram14 device: '1:14': device_add PM: Adding info for No Bus:1:14 device: 'ram15': device_add PM: Adding info for No Bus:ram15 device: '1:15': device_add PM: Adding info for No Bus:1:15 brd: module loaded initcall brd_init+0x0/0x180 returned 0 after 262035 usecs calling loop_init+0x0/0x193 @ 1 device: 'loop0': device_add PM: Adding info for No Bus:loop0 device: '7:0': device_add PM: Adding info for No Bus:7:0 device: 'loop1': device_add PM: Adding info for No Bus:loop1 device: '7:1': device_add PM: Adding info for No Bus:7:1 device: 'loop2': device_add PM: Adding info for No Bus:loop2 device: '7:2': device_add PM: Adding info for No Bus:7:2 device: 'loop3': device_add PM: Adding info for No Bus:loop3 device: '7:3': device_add PM: Adding info for No Bus:7:3 device: 'loop4': device_add PM: Adding info for No Bus:loop4 device: '7:4': device_add PM: Adding info for No Bus:7:4 device: 'loop5': device_add PM: Adding info for No Bus:loop5 device: '7:5': device_add PM: Adding info for No Bus:7:5 device: 'loop6': device_add PM: Adding info for No Bus:loop6 device: '7:6': device_add PM: Adding info for No Bus:7:6 device: 'loop7': device_add PM: Adding info for No Bus:loop7 device: '7:7': device_add PM: Adding info for No Bus:7:7 loop: module loaded initcall loop_init+0x0/0x193 returned 0 after 121788 usecs calling cpqarray_init+0x0/0x26f @ 1 Compaq SMART2 Driver (v 2.6.0) bus: 'pci': add driver cpqarray initcall cpqarray_init+0x0/0x26f returned 0 after 9328 usecs calling cciss_init+0x0/0x2c @ 1 HP CISS Driver (v 3.6.20) bus: 'pci': add driver cciss initcall cciss_init+0x0/0x2c returned 0 after 7315 usecs calling DAC960_init_module+0x0/0x60 @ 1 bus: 'pci': add driver DAC960 device: 'dac960_gam': device_add PM: Adding info for No Bus:dac960_gam initcall DAC960_init_module+0x0/0x60 returned 0 after 12541 usecs calling pkt_init+0x0/0x18a @ 1 device class 'pktcdvd': registering device: 'pktcdvd': device_add PM: Adding info for No Bus:pktcdvd initcall pkt_init+0x0/0x18a returned 0 after 13152 usecs calling mm_init+0x0/0x186 @ 1 bus: 'pci': add driver umem MM: desc_per_page = 128 initcall mm_init+0x0/0x186 returned 0 after 6268 usecs calling nbd_init+0x0/0x2fd @ 1 nbd: registered device at major 43 device: 'nbd0': device_add PM: Adding info for No Bus:nbd0 device: '43:0': device_add PM: Adding info for No Bus:43:0 device: 'nbd1': device_add PM: Adding info for No Bus:nbd1 device: '43:1': device_add PM: Adding info for No Bus:43:1 device: 'nbd2': device_add PM: Adding info for No Bus:nbd2 device: '43:2': device_add PM: Adding info for No Bus:43:2 device: 'nbd3': device_add PM: Adding info for No Bus:nbd3 device: '43:3': device_add PM: Adding info for No Bus:43:3 device: 'nbd4': device_add PM: Adding info for No Bus:nbd4 device: '43:4': device_add PM: Adding info for No Bus:43:4 device: 'nbd5': device_add PM: Adding info for No Bus:nbd5 device: '43:5': device_add PM: Adding info for No Bus:43:5 device: 'nbd6': device_add PM: Adding info for No Bus:nbd6 device: '43:6': device_add PM: Adding info for No Bus:43:6 device: 'nbd7': device_add PM: Adding info for No Bus:nbd7 device: '43:7': device_add PM: Adding info for No Bus:43:7 device: 'nbd8': device_add PM: Adding info for No Bus:nbd8 device: '43:8': device_add PM: Adding info for No Bus:43:8 device: 'nbd9': device_add PM: Adding info for No Bus:nbd9 device: '43:9': device_add PM: Adding info for No Bus:43:9 device: 'nbd10': device_add PM: Adding info for No Bus:nbd10 device: '43:10': device_add PM: Adding info for No Bus:43:10 device: 'nbd11': device_add PM: Adding info for No Bus:nbd11 device: '43:11': device_add PM: Adding info for No Bus:43:11 device: 'nbd12': device_add PM: Adding info for No Bus:nbd12 device: '43:12': device_add PM: Adding info for No Bus:43:12 device: 'nbd13': device_add PM: Adding info for No Bus:nbd13 device: '43:13': device_add PM: Adding info for No Bus:43:13 device: 'nbd14': device_add PM: Adding info for No Bus:nbd14 device: '43:14': device_add PM: Adding info for No Bus:43:14 device: 'nbd15': device_add PM: Adding info for No Bus:nbd15 device: '43:15': device_add PM: Adding info for No Bus:43:15 initcall nbd_init+0x0/0x2fd returned 0 after 254283 usecs calling init_cryptoloop+0x0/0x2d @ 1 initcall init_cryptoloop+0x0/0x2d returned 0 after 10 usecs calling carm_init+0x0/0x16 @ 1 bus: 'pci': add driver sx8 initcall carm_init+0x0/0x16 returned 0 after 3905 usecs calling ub_init+0x0/0x67 @ 1 bus: 'usb': add driver ub usbcore: registered new interface driver ub initcall ub_init+0x0/0x67 returned 0 after 7470 usecs calling eeepc_laptop_init+0x0/0x1d0 @ 1 bus: 'acpi': add driver Eee PC Hotkey Driver bus: 'acpi': remove driver Eee PC Hotkey Driver driver: 'Eee PC Hotkey Driver': driver_release initcall eeepc_laptop_init+0x0/0x1d0 returned -19 after 16125 usecs calling acer_wmi_init+0x0/0x65a @ 1 acer-wmi: Acer Laptop ACPI-WMI Extras acer-wmi: No or unsupported WMI interface, unable to load initcall acer_wmi_init+0x0/0x65a returned -19 after 9839 usecs calling tc1100_init+0x0/0x59 @ 1 initcall tc1100_init+0x0/0x59 returned -19 after 11 usecs calling phantom_init+0x0/0xf2 @ 1 device class 'phantom': registering bus: 'pci': add driver phantom Phantom Linux Driver, version n0.9.8, init OK initcall phantom_init+0x0/0xf2 returned 0 after 19102 usecs calling ioc4_init+0x0/0x21 @ 1 bus: 'pci': add driver IOC4 initcall ioc4_init+0x0/0x21 returned 0 after 3176 usecs calling pasic3_base_init+0x0/0x14 @ 1 bus: 'platform': add driver pasic3 bus: 'platform': remove driver pasic3 driver: 'pasic3': driver_release initcall pasic3_base_init+0x0/0x14 returned -19 after 15134 usecs calling e1000_init_module+0x0/0x80 @ 1 Intel(R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI Copyright (c) 1999-2006 Intel Corporation. bus: 'pci': add driver e1000 bus: 'pci': driver_probe_device: matched device 0000:04:07.0 with driver e1000 bus: 'pci': really_probe: probing driver e1000 with device 0000:04:07.0 ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 PCI: setting IRQ 10 as level-triggered e1000 0000:04:07.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, low) -> IRQ 10 e1000: 0000:04:07.0: e1000_probe: (PCI:33MHz:32-bit) 00:02:b3:aa:06:03 device: 'eth0': device_add PM: Adding info for No Bus:eth0 e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection driver: '0000:04:07.0': driver_bound: bound to device 'e1000' bus: 'pci': really_probe: bound device 0000:04:07.0 to driver e1000 initcall e1000_init_module+0x0/0x80 returned 0 after 433542 usecs calling e1000_init_module+0x0/0x66 @ 1 e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6 e1000e: Copyright (c) 1999-2008 Intel Corporation. bus: 'pci': add driver e1000e initcall e1000_init_module+0x0/0x66 returned 0 after 10223 usecs calling igb_init_module+0x0/0x53 @ 1 Intel(R) Gigabit Ethernet Network Driver - version 1.2.45-k2 Copyright (c) 2008 Intel Corporation. bus: 'pci': add driver igb initcall igb_init_module+0x0/0x53 returned 0 after 9285 usecs calling ipg_init_module+0x0/0x17 @ 1 bus: 'pci': add driver Sundance Technology IPG Triple-Speed Ethernet initcall ipg_init_module+0x0/0x17 returned 0 after 3242 usecs calling bonding_init+0x0/0xa0e @ 1 Ethernet Channel Bonding Driver: v3.3.0 (June 10, 2008) bonding: Warning: either miimon or arp_interval and arp_ip_target module parameters must be specified, otherwise bonding will not detect link failures! see bonding.txt for details. device: 'bond0': device_add PM: Adding info for No Bus:bond0 initcall bonding_init+0x0/0xa0e returned 0 after 15641 usecs calling atl1_init_module+0x0/0x16 @ 1 bus: 'pci': add driver atl1 initcall atl1_init_module+0x0/0x16 returned 0 after 3189 usecs calling atl2_init_module+0x0/0x49 @ 1 Atheros(R) L2 Ethernet Driver - version 2.2.3 Copyright (c) 2007 Atheros Corporation. bus: 'pci': add driver atl2 initcall atl2_init_module+0x0/0x49 returned 0 after 12009 usecs calling atl1e_init_module+0x0/0x16 @ 1 bus: 'pci': add driver ATL1E initcall atl1e_init_module+0x0/0x16 returned 0 after 3256 usecs calling jme_init_module+0x0/0x2d @ 1 jme: JMicron JMC250 gigabit ethernet driver version 1.0.3 bus: 'pci': add driver jme initcall jme_init_module+0x0/0x2d returned 0 after 5035 usecs calling happy_meal_probe+0x0/0x16 @ 1 bus: 'pci': add driver hme initcall happy_meal_probe+0x0/0x16 returned 0 after 3061 usecs calling cas_init+0x0/0x36 @ 1 bus: 'pci': add driver cassini initcall cas_init+0x0/0x36 returned 0 after 3475 usecs calling vortex_init+0x0/0xaa @ 1 bus: 'pci': add driver 3c59x initcall vortex_init+0x0/0xaa returned 0 after 3270 usecs calling pcnet32_init_module+0x0/0x119 @ 1 pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de bus: 'pci': add driver pcnet32 initcall pcnet32_init_module+0x0/0x119 returned 0 after 4995 usecs calling eepro100_init_module+0x0/0x16 @ 1 bus: 'pci': add driver eepro100 bus: 'pci': driver_probe_device: matched device 0000:04:03.0 with driver eepro100 bus: 'pci': really_probe: probing driver eepro100 with device 0000:04:03.0 eepro100.c:v1.09j-t 9/29/99 Donald Becker eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin and others ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 12 PCI: setting IRQ 12 as level-triggered eepro100 0000:04:03.0: PCI INT A -> Link[LNKD] -> GSI 12 (level, low) -> IRQ 12 eth1: 0000:04:03.0, 00:90:27:8c:c4:9e, IRQ 12. Board assembly 721383-006, Physical connectors present: RJ45 Primary interface chip i82555 PHY #1. General self-test: passed. Serial sub-system self-test: passed. Internal registers self-test: passed. ROM checksum self-test: passed (0x04f4518b). device: 'eth1': device_add PM: Adding info for No Bus:eth1 driver: '0000:04:03.0': driver_bound: bound to device 'eepro100' bus: 'pci': really_probe: bound device 0000:04:03.0 to driver eepro100 bus: 'pci': driver_probe_device: matched device 0000:04:04.0 with driver eepro100 bus: 'pci': really_probe: probing driver eepro100 with device 0000:04:04.0 eepro100 0000:04:04.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, low) -> IRQ 10 eth2: OEM i82557/i82558 10/100 Ethernet, 00:30:48:23:0a:de, IRQ 10. Board assembly 000000-000, Physical connectors present: RJ45 Primary interface chip i82555 PHY #1. General self-test: passed. Serial sub-system self-test: passed. Internal registers self-test: passed. ROM checksum self-test: passed (0x04f4518b). device: 'eth2': device_add PM: Adding info for No Bus:eth2 driver: '0000:04:04.0': driver_bound: bound to device 'eepro100' bus: 'pci': really_probe: bound device 0000:04:04.0 to driver eepro100 initcall eepro100_init_module+0x0/0x16 returned 0 after 137826 usecs calling e100_init_module+0x0/0x5c @ 1 e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI e100: Copyright(c) 1999-2006 Intel Corporation bus: 'pci': add driver e100 initcall e100_init_module+0x0/0x5c returned 0 after 9591 usecs calling tlan_probe+0x0/0xdf @ 1 ThunderLAN driver v1.15 bus: 'pci': add driver tlan TLAN: 0 devices installed, PCI: 0 EISA: 0 bus: 'pci': remove driver tlan driver: 'tlan': driver_release initcall tlan_probe+0x0/0xdf returned -19 after 16895 usecs calling epic_init+0x0/0x16 @ 1 bus: 'pci': add driver epic100 initcall epic_init+0x0/0x16 returned 0 after 3469 usecs calling sis190_init_module+0x0/0x16 @ 1 bus: 'pci': add driver sis190 initcall sis190_init_module+0x0/0x16 returned 0 after 3332 usecs calling r6040_init+0x0/0x16 @ 1 bus: 'pci': add driver r6040 initcall r6040_init+0x0/0x16 returned 0 after 3264 usecs calling yellowfin_init+0x0/0x16 @ 1 bus: 'pci': add driver yellowfin initcall yellowfin_init+0x0/0x16 returned 0 after 3656 usecs calling natsemi_init_mod+0x0/0x16 @ 1 bus: 'pci': add driver natsemi initcall natsemi_init_mod+0x0/0x16 returned 0 after 3466 usecs calling ns83820_init+0x0/0x25 @ 1 ns83820.c: National Semiconductor DP83820 10/100/1000 driver. bus: 'pci': add driver ns83820 initcall ns83820_init+0x0/0x25 returned 0 after 5820 usecs calling tg3_init+0x0/0x16 @ 1 bus: 'pci': add driver tg3 initcall tg3_init+0x0/0x16 returned 0 after 3080 usecs calling bnx2_init+0x0/0x16 @ 1 bus: 'pci': add driver bnx2 initcall bnx2_init+0x0/0x16 returned 0 after 3165 usecs calling skge_init_module+0x0/0x4d @ 1 bus: 'pci': add driver skge initcall skge_init_module+0x0/0x4d returned 0 after 3176 usecs calling sky2_init_module+0x0/0x4b @ 1 sky2 driver version 1.22 bus: 'pci': add driver sky2 initcall sky2_init_module+0x0/0x4b returned 0 after 5863 usecs calling skfd_init+0x0/0x16 @ 1 bus: 'pci': add driver skfddi initcall skfd_init+0x0/0x16 returned 0 after 3366 usecs calling velocity_init_module+0x0/0x43 @ 1 bus: 'pci': add driver via-velocity initcall velocity_init_module+0x0/0x43 returned 0 after 3944 usecs calling marvell_init+0x0/0x51 @ 1 bus: 'mdio_bus': add driver Marvell 88E1101 bus: 'mdio_bus': add driver Marvell 88E1112 bus: 'mdio_bus': add driver Marvell 88E1111 bus: 'mdio_bus': add driver Marvell 88E1145 bus: 'mdio_bus': add driver Marvell 88E1240 initcall marvell_init+0x0/0x51 returned 0 after 19602 usecs calling cicada_init+0x0/0x35 @ 1 bus: 'mdio_bus': add driver Cicada Cis8204 bus: 'mdio_bus': add driver Cicada Cis8201 initcall cicada_init+0x0/0x35 returned 0 after 9184 usecs calling qs6612_init+0x0/0xf @ 1 bus: 'mdio_bus': add driver QS6612 initcall qs6612_init+0x0/0xf returned 0 after 3808 usecs calling vsc8244_init+0x0/0xf @ 1 bus: 'mdio_bus': add driver Vitesse VSC8244 initcall vsc8244_init+0x0/0xf returned 0 after 4694 usecs calling ip175c_init+0x0/0xf @ 1 bus: 'mdio_bus': add driver ICPlus IP175C initcall ip175c_init+0x0/0xf returned 0 after 4495 usecs calling fixed_mdio_bus_init+0x0/0xbc @ 1 Registering platform device 'Fixed MDIO bus.0'. Parent at platform device: 'Fixed MDIO bus.0': device_add bus: 'platform': add device Fixed MDIO bus.0 PM: Adding info for platform:Fixed MDIO bus.0 device: '0': device_add PM: Adding info for No Bus:0 Fixed MDIO Bus: probed initcall fixed_mdio_bus_init+0x0/0xbc returned 0 after 24858 usecs calling sundance_init+0x0/0x16 @ 1 bus: 'pci': add driver sundance initcall sundance_init+0x0/0x16 returned 0 after 20138 usecs calling hamachi_init+0x0/0x1f @ 1 bus: 'pci': add driver hamachi initcall hamachi_init+0x0/0x1f returned 0 after 3511 usecs calling net_olddevs_init+0x0/0x86 @ 1 D-Link DE-620 pocket adapter io 0x378, which is busy. initcall net_olddevs_init+0x0/0x86 returned 0 after 5579 usecs calling sb1000_init+0x0/0xf @ 1 bus: 'pnp': add driver sb1000 initcall sb1000_init+0x0/0xf returned 0 after 3357 usecs calling hp100_module_init+0x0/0x16 @ 1 bus: 'pci': add driver hp100 initcall hp100_module_init+0x0/0x16 returned 0 after 3278 usecs calling init_nic+0x0/0x16 @ 1 bus: 'pci': add driver forcedeth initcall init_nic+0x0/0x16 returned 0 after 3676 usecs calling ql3xxx_init_module+0x0/0x16 @ 1 bus: 'pci': add driver qla3xxx initcall ql3xxx_init_module+0x0/0x16 returned 0 after 3467 usecs calling slip_init+0x0/0xb9 @ 1 SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled). SLIP linefill/keepalive option. initcall slip_init+0x0/0xb9 returned 0 after 5071 usecs calling dummy_init_module+0x0/0xc2 @ 1 device: 'dummy0': device_add PM: Adding info for No Bus:dummy0 initcall dummy_init_module+0x0/0xc2 returned 0 after 7107 usecs calling macvlan_init_module+0x0/0x4e @ 1 initcall macvlan_init_module+0x0/0x4e returned 0 after 16 usecs calling de600_init+0x0/0x320 @ 1 DE600: port 0x378 busy initcall de600_init+0x0/0x320 returned -16 after 2505 usecs initcall de600_init+0x0/0x320 returned with error code -16 calling dfx_init+0x0/0x1b @ 1 bus: 'pci': add driver defxx initcall dfx_init+0x0/0x1b returned 0 after 3299 usecs calling ibmlana_init_module+0x0/0xf @ 1 initcall ibmlana_init_module+0x0/0xf returned 0 after 10 usecs calling cp_init+0x0/0x16 @ 1 bus: 'pci': add driver 8139cp initcall cp_init+0x0/0x16 returned 0 after 3368 usecs calling rtl8139_init_module+0x0/0x1b @ 1 bus: 'pci': add driver 8139too initcall rtl8139_init_module+0x0/0x1b returned 0 after 3466 usecs calling depca_module_init+0x0/0xe1 @ 1 bus: 'platform': add driver depca Registering platform device 'depca.0'. Parent at platform device: 'depca.0': device_add bus: 'platform': add device depca.0 PM: Adding info for platform:depca.0 bus: 'platform': driver_probe_device: matched device depca.0 with driver depca bus: 'platform': really_probe: probing driver depca with device depca.0 PM: Removing info for platform:depca.0 bus: 'platform': remove device depca.0 Registering platform device 'depca.1'. Parent at platform device: 'depca.1': device_add bus: 'platform': add device depca.1 PM: Adding info for platform:depca.1 bus: 'platform': driver_probe_device: matched device depca.1 with driver depca bus: 'platform': really_probe: probing driver depca with device depca.1 PM: Removing info for platform:depca.1 bus: 'platform': remove device depca.1 initcall depca_module_init+0x0/0xe1 returned 0 after 64905 usecs calling atp_init_module+0x0/0xa5 @ 1 atp.c:v1.09=ac 2002/10/01 Donald Becker initcall atp_init_module+0x0/0xa5 returned -19 after 2114 usecs calling sc92031_init+0x0/0x25 @ 1 Silan SC92031 PCI Fast Ethernet Adapter driver 2.0c bus: 'pci': add driver sc92031 initcall sc92031_init+0x0/0x25 returned 0 after 4827 usecs calling eql_init_module+0x0/0x59 @ 1 Equalizer2002: Simon Janes (simon@ncm.com) and David S. Miller (davem@redhat.com) device: 'eql': device_add PM: Adding info for No Bus:eql initcall eql_init_module+0x0/0x59 returned 0 after 10783 usecs calling tun_init+0x0/0x97 @ 1 tun: Universal TUN/TAP device driver, 1.6 tun: (C) 1999-2004 Max Krasnyansky device: 'tun': device_add PM: Adding info for No Bus:tun initcall tun_init+0x0/0x97 returned 0 after 12690 usecs calling rio_init+0x0/0x16 @ 1 bus: 'pci': add driver dl2k initcall rio_init+0x0/0x16 returned 0 after 3218 usecs calling rtl8169_init_module+0x0/0x16 @ 1 bus: 'pci': add driver r8169 initcall rtl8169_init_module+0x0/0x16 returned 0 after 3277 usecs calling amd8111e_init+0x0/0x16 @ 1 bus: 'pci': add driver amd8111e initcall amd8111e_init+0x0/0x16 returned 0 after 3564 usecs calling mlx4_init+0x0/0x74 @ 1 bus: 'pci': add driver mlx4_core initcall mlx4_init+0x0/0x74 returned 0 after 3754 usecs calling hdlc_module_init+0x0/0x3e @ 1 HDLC support module revision 1.22 initcall hdlc_module_init+0x0/0x3e returned 0 after 3566 usecs calling mod_init+0x0/0x11 @ 1 initcall mod_init+0x0/0x11 returned 0 after 11 usecs calling mod_init+0x0/0x11 @ 1 initcall mod_init+0x0/0x11 returned 0 after 11 usecs calling mod_init+0x0/0x11 @ 1 initcall mod_init+0x0/0x11 returned 0 after 11 usecs calling mod_init+0x0/0x11 @ 1 initcall mod_init+0x0/0x11 returned 0 after 11 usecs calling sync_ppp_init+0x0/0x65 @ 1 Cronyx Ltd, Synchronous PPP and CISCO HDLC (c) 1994 Linux port (c) 1998 Building Number Three Ltd & Jan "Yenya" Kasprzak. initcall sync_ppp_init+0x0/0x65 returned 0 after 4498 usecs calling mod_init+0x0/0x11 @ 1 initcall mod_init+0x0/0x11 returned 0 after 11 usecs calling init_x25_asy+0x0/0x7e @ 1 X.25 async: version 0.00 ALPHA (dynamic channels, max=256). initcall init_x25_asy+0x0/0x7e returned 0 after 6080 usecs calling init_lmc+0x0/0x16 @ 1 bus: 'pci': add driver lmc initcall init_lmc+0x0/0x16 returned 0 after 3058 usecs calling init_dlci+0x0/0x32 @ 1 DLCI driver v0.35, 4 Jan 1997, mike.mclagan@linux.org. initcall init_dlci+0x0/0x32 returned 0 after 5681 usecs calling wanxl_init_module+0x0/0x16 @ 1 bus: 'pci': add driver wanXL initcall wanxl_init_module+0x0/0x16 returned 0 after 3319 usecs calling pci200_init_module+0x0/0x47 @ 1 bus: 'pci': add driver PCI200SYN initcall pci200_init_module+0x0/0x47 returned 0 after 3655 usecs calling arcnet_init+0x0/0x56 @ 1 arcnet loaded. initcall arcnet_init+0x0/0x56 returned 0 after 1679 usecs calling arcnet_rfc1201_init+0x0/0x6b @ 1 arcnet: RFC1201 "standard" (`a') encapsulation support loaded. initcall arcnet_rfc1201_init+0x0/0x6b returned 0 after 6370 usecs calling arcnet_raw_init+0x0/0x5f @ 1 arcnet: raw mode (`r') encapsulation support loaded. initcall arcnet_raw_init+0x0/0x5f returned 0 after 1493 usecs calling com90xx_init+0x0/0x11b2 @ 1 arcnet: COM90xx chipset support S3: No ARCnet cards found. initcall com90xx_init+0x0/0x11b2 returned -5 after 446048 usecs initcall com90xx_init+0x0/0x11b2 returned with error code -5 calling com90io_init+0x0/0x4c6 @ 1 arcnet: COM90xx IO-mapped mode support (by David Woodhouse et el.) E-mail me if you actually test this driver, please! arc%d: No autoprobe for IO mapped cards; you must specify the base address! initcall com90io_init+0x0/0x4c6 returned -19 after 11972 usecs calling com20020pci_init+0x0/0x32 @ 1 arcnet: COM20020 PCI support bus: 'pci': add driver com20020 initcall com20020pci_init+0x0/0x32 returned 0 after 6634 usecs calling kaweth_init+0x0/0x16 @ 1 bus: 'usb': add driver kaweth usbcore: registered new interface driver kaweth initcall kaweth_init+0x0/0x16 returned 0 after 4320 usecs calling pegasus_init+0x0/0x191 @ 1 pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet driver bus: 'usb': add driver pegasus usbcore: registered new interface driver pegasus initcall pegasus_init+0x0/0x191 returned 0 after 11682 usecs calling usb_rtl8150_init+0x0/0x25 @ 1 rtl8150: v0.6.2 (2004/08/27):rtl8150 based usb-ethernet driver bus: 'usb': add driver rtl8150 usbcore: registered new interface driver rtl8150 initcall usb_rtl8150_init+0x0/0x25 returned 0 after 14841 usecs calling dmfe_init_module+0x0/0xed @ 1 dmfe: Davicom DM9xxx net driver, version 1.36.4 (2002-01-17) bus: 'pci': add driver dmfe initcall dmfe_init_module+0x0/0xed returned 0 after 6727 usecs calling tulip_init+0x0/0x2a @ 1 bus: 'pci': add driver tulip initcall tulip_init+0x0/0x2a returned 0 after 3276 usecs calling de4x5_module_init+0x0/0x16 @ 1 bus: 'pci': add driver de4x5 initcall de4x5_module_init+0x0/0x16 returned 0 after 3264 usecs calling uli526x_init_module+0x0/0xa5 @ 1 uli526x: ULi M5261/M5263 net driver, version 0.9.3 (2005-7-29) bus: 'pci': add driver uli526x initcall uli526x_init_module+0x0/0xa5 returned 0 after 5921 usecs calling mkiss_init_driver+0x0/0x3e @ 1 mkiss: AX.25 Multikiss, Hans Albas PE1AYX initcall mkiss_init_driver+0x0/0x3e returned 0 after 4334 usecs calling sixpack_init_driver+0x0/0x42 @ 1 AX.25: 6pack driver, Revision: 0.3.0 initcall sixpack_init_driver+0x0/0x42 returned 0 after 3852 usecs calling init_baycomserhdx+0x0/0xe0 @ 1 baycom_ser_hdx: (C) 1996-2000 Thomas Sailer, HB9JNX/AE4WA baycom_ser_hdx: version 0.10 compiled 14:17:09 Jan 19 2009 device: 'bcsh0': device_add PM: Adding info for No Bus:bcsh0 device: 'bcsh1': device_add PM: Adding info for No Bus:bcsh1 device: 'bcsh2': device_add PM: Adding info for No Bus:bcsh2 device: 'bcsh3': device_add PM: Adding info for No Bus:bcsh3 initcall init_baycomserhdx+0x0/0xe0 returned 0 after 31332 usecs calling hdlcdrv_init_driver+0x0/0x22 @ 1 hdlcdrv: (C) 1996-2000 Thomas Sailer HB9JNX/AE4WA hdlcdrv: version 0.8 compiled 14:17:09 Jan 19 2009 initcall hdlcdrv_init_driver+0x0/0x22 returned 0 after 6396 usecs calling init_baycompar+0x0/0xd2 @ 1 baycom_par: (C) 1996-2000 Thomas Sailer, HB9JNX/AE4WA baycom_par: version 0.9 compiled 14:17:09 Jan 19 2009 device: 'bcp0': device_add PM: Adding info for No Bus:bcp0 device: 'bcp1': device_add PM: Adding info for No Bus:bcp1 device: 'bcp2': device_add PM: Adding info for No Bus:bcp2 device: 'bcp3': device_add PM: Adding info for No Bus:bcp3 initcall init_baycompar+0x0/0xd2 returned 0 after 29725 usecs calling init_baycomepp+0x0/0x11c @ 1 baycom_epp: (C) 1998-2000 Thomas Sailer, HB9JNX/AE4WA baycom_epp: version 0.7 compiled 14:17:09 Jan 19 2009 device: 'bce0': device_add PM: Adding info for No Bus:bce0 device: 'bce1': device_add PM: Adding info for No Bus:bce1 device: 'bce2': device_add PM: Adding info for No Bus:bce2 device: 'bce3': device_add PM: Adding info for No Bus:bce3 initcall init_baycomepp+0x0/0x11c returned 0 after 29599 usecs calling stir_init+0x0/0x20 @ 1 bus: 'usb': add driver stir4200 usbcore: registered new interface driver stir4200 initcall stir_init+0x0/0x20 returned 0 after 8664 usecs calling nsc_ircc_init+0x0/0x217 @ 1 bus: 'platform': add driver nsc-ircc bus: 'pnp': add driver nsc-ircc bus: 'platform': remove driver nsc-ircc driver: 'nsc-ircc': driver_release bus: 'pnp': remove driver nsc-ircc driver: 'nsc-ircc': driver_release initcall nsc_ircc_init+0x0/0x217 returned -19 after 23088 usecs calling w83977af_init+0x0/0x670 @ 1 initcall w83977af_init+0x0/0x670 returned -19 after 108 usecs calling smsc_ircc_init+0x0/0x5b8 @ 1 bus: 'platform': add driver smsc-ircc2 bus: 'platform': remove driver smsc-ircc2 driver: 'smsc-ircc2': driver_release initcall smsc_ircc_init+0x0/0x5b8 returned -19 after 12736 usecs calling ali_ircc_init+0x0/0x840 @ 1 bus: 'platform': add driver ali-ircc bus: 'platform': remove driver ali-ircc driver: 'ali-ircc': driver_release initcall ali_ircc_init+0x0/0x840 returned -19 after 12039 usecs calling vlsi_mod_init+0x0/0x14d @ 1 bus: 'pci': add driver vlsi_ir initcall vlsi_mod_init+0x0/0x14d returned 0 after 3507 usecs calling via_ircc_init+0x0/0x1c @ 1 bus: 'pci': add driver via-ircc initcall via_ircc_init+0x0/0x1c returned 0 after 3552 usecs calling mcs_init+0x0/0x41 @ 1 bus: 'usb': add driver mcs7780 usbcore: registered new interface driver mcs7780 initcall mcs_init+0x0/0x41 returned 0 after 8430 usecs calling ksdazzle_init+0x0/0x16 @ 1 bus: 'usb': add driver ksdazzle-sir usbcore: registered new interface driver ksdazzle-sir initcall ksdazzle_init+0x0/0x16 returned 0 after 9404 usecs calling init_netconsole+0x0/0x1e6 @ 1 console [netcon0] enabled netconsole: network logging started initcall init_netconsole+0x0/0x1e6 returned 0 after 6531 usecs calling videodev_init+0x0/0x82 @ 1 Linux video capture interface: v2.00 device class 'video4linux': registering initcall videodev_init+0x0/0x82 returned 0 after 8126 usecs calling dabusb_init+0x0/0xc8 @ 1 bus: 'usb': add driver dabusb usbcore: registered new interface driver dabusb dabusb: v1.54:DAB-USB Interface Driver for Linux (c)1999 initcall dabusb_init+0x0/0xc8 returned 0 after 10359 usecs calling zatm_init_module+0x0/0x16 @ 1 bus: 'pci': add driver zatm initcall zatm_init_module+0x0/0x16 returned 0 after 3158 usecs calling uPD98402_module_init+0x0/0x7 @ 1 initcall uPD98402_module_init+0x0/0x7 returned 0 after 9 usecs calling nicstar_init+0x0/0x68 @ 1 bus: 'pci': add driver nicstar initcall nicstar_init+0x0/0x68 returned 0 after 3457 usecs calling amb_module_init+0x0/0x1fb @ 1 Madge ATM Ambassador driver version 1.2.4 amb: debug bitmap is 0 bus: 'pci': add driver amb initcall amb_module_init+0x0/0x1fb returned 0 after 9872 usecs calling hrz_module_init+0x0/0xda @ 1 Madge ATM Horizon [Ultra] driver version 1.2.1 hrz: debug bitmap is 0 bus: 'pci': add driver horizon initcall hrz_module_init+0x0/0xda returned 0 after 6804 usecs calling ia_module_init+0x0/0x5c @ 1 bus: 'pci': add driver ia initcall ia_module_init+0x0/0x5c returned 0 after 3000 usecs calling fore200e_module_init+0x0/0x25 @ 1 fore200e: FORE Systems 200E-series ATM driver - version 0.3e bus: 'pci': add driver fore_200e initcall fore200e_module_init+0x0/0x25 returned 0 after 5907 usecs calling eni_init+0x0/0x16 @ 1 bus: 'pci': add driver eni initcall eni_init+0x0/0x16 returned 0 after 3072 usecs calling idt77252_init+0x0/0x35 @ 1 idt77252_init: at c12b3bfe bus: 'pci': add driver idt77252 initcall idt77252_init+0x0/0x35 returned 0 after 6429 usecs calling adummy_init+0x0/0xa4 @ 1 adummy: version 1.0 device: 'adummy0': device_add PM: Adding info for No Bus:adummy0 initcall adummy_init+0x0/0xa4 returned 0 after 9669 usecs calling he_init+0x0/0x16 @ 1 bus: 'pci': add driver he initcall he_init+0x0/0x16 returned 0 after 3008 usecs calling mac_hid_init+0x0/0xc3 @ 1 device: 'input2': device_add PM: Adding info for No Bus:input2 input: Macintosh mouse button emulation as /class/input/input2 initcall mac_hid_init+0x0/0xc3 returned 0 after 9363 usecs calling scsi_tgt_init+0x0/0x94 @ 1 device: 'tgt': device_add PM: Adding info for No Bus:tgt initcall scsi_tgt_init+0x0/0x94 returned 0 after 6997 usecs calling spi_transport_init+0x0/0x29 @ 1 device class 'spi_transport': registering device class 'spi_host': registering initcall spi_transport_init+0x0/0x29 returned 0 after 8600 usecs calling fc_transport_init+0x0/0x45 @ 1 device class 'fc_host': registering device class 'fc_vports': registering device class 'fc_remote_ports': registering device class 'fc_transport': registering initcall fc_transport_init+0x0/0x45 returned 0 after 17044 usecs calling iscsi_transport_init+0x0/0x144 @ 1 Loading iSCSI transport class v2.0-870. device class 'iscsi_transport': registering device class 'iscsi_endpoint': registering device class 'iscsi_host': registering device class 'iscsi_connection': registering device class 'iscsi_session': registering initcall iscsi_transport_init+0x0/0x144 returned 0 after 26999 usecs calling sas_transport_init+0x0/0xa0 @ 1 device class 'sas_host': registering device class 'sas_phy': registering device class 'sas_port': registering device class 'sas_device': registering device class 'sas_end_device': registering device class 'sas_expander': registering initcall sas_transport_init+0x0/0xa0 returned 0 after 26384 usecs calling sas_class_init+0x0/0x35 @ 1 initcall sas_class_init+0x0/0x35 returned 0 after 78 usecs calling srp_transport_init+0x0/0x35 @ 1 device class 'srp_host': registering device class 'srp_remote_ports': registering initcall srp_transport_init+0x0/0x35 returned 0 after 8752 usecs calling scsi_dh_init+0x0/0x39 @ 1 initcall scsi_dh_init+0x0/0x39 returned 0 after 12 usecs calling iscsi_tcp_init+0x0/0x43 @ 1 device: 'tcp': device_add PM: Adding info for No Bus:tcp iscsi: registered transport (tcp) initcall iscsi_tcp_init+0x0/0x43 returned 0 after 9937 usecs calling advansys_init+0x0/0x16 @ 1 bus: 'pci': add driver advansys initcall advansys_init+0x0/0x16 returned 0 after 3619 usecs calling arcmsr_module_init+0x0/0x20 @ 1 bus: 'pci': add driver arcmsr initcall arcmsr_module_init+0x0/0x20 returned 0 after 3369 usecs calling ahc_linux_init+0x0/0x5d @ 1 bus: 'pci': add driver aic7xxx bus: 'pci': driver_probe_device: matched device 0000:03:04.0 with driver aic7xxx bus: 'pci': really_probe: probing driver aic7xxx with device 0000:03:04.0 ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 PCI: setting IRQ 11 as level-triggered aic7xxx 0000:03:04.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11 scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0 aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs device: 'host0': device_add PM: Adding info for No Bus:host0 device: 'host0': device_add PM: Adding info for No Bus:host0 device: 'host0': device_add PM: Adding info for No Bus:host0 scsi 0:0:0:0: Direct-Access SEAGATE ST336706LC 010A PQ: 0 ANSI: 3 scsi0:A:0:0: Tagged Queuing enabled. Depth 32 target0:0:0: Beginning Domain Validation target0:0:0: wide asynchronous target0:0:0: FAST-80 WIDE SCSI 160.0 MB/s DT (12.5 ns, offset 63) target0:0:0: Ending Domain Validation device: 'target0:0:0': device_add PM: Adding info for No Bus:target0:0:0 device: 'target0:0:0': device_add PM: Adding info for No Bus:target0:0:0 device: '0:0:0:0': device_add bus: 'scsi': add device 0:0:0:0 PM: Adding info for scsi:0:0:0:0 device: '0:0:0:0': device_add PM: Adding info for No Bus:0:0:0:0 device: '0:0:0:0': device_add PM: Adding info for No Bus:0:0:0:0 scsi 0:0:1:0: Direct-Access SEAGATE ST336706LC 010A PQ: 0 ANSI: 3 scsi0:A:1:0: Tagged Queuing enabled. Depth 32 target0:0:1: Beginning Domain Validation target0:0:1: wide asynchronous target0:0:1: FAST-80 WIDE SCSI 160.0 MB/s DT (12.5 ns, offset 63) target0:0:1: Ending Domain Validation device: 'target0:0:1': device_add PM: Adding info for No Bus:target0:0:1 device: 'target0:0:1': device_add PM: Adding info for No Bus:target0:0:1 device: '0:0:1:0': device_add bus: 'scsi': add device 0:0:1:0 PM: Adding info for scsi:0:0:1:0 device: '0:0:1:0': device_add PM: Adding info for No Bus:0:0:1:0 device: '0:0:1:0': device_add PM: Adding info for No Bus:0:0:1:0 driver: '0000:03:04.0': driver_bound: bound to device 'aic7xxx' bus: 'pci': really_probe: bound device 0000:03:04.0 to driver aic7xxx bus: 'pci': driver_probe_device: matched device 0000:03:04.1 with driver aic7xxx bus: 'pci': really_probe: probing driver aic7xxx with device 0000:03:04.1 aic7xxx 0000:03:04.1: PCI INT B -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11 scsi1 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0 aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/253 SCBs device: 'host1': device_add PM: Adding info for No Bus:host1 device: 'host1': device_add PM: Adding info for No Bus:host1 device: 'host1': device_add PM: Adding info for No Bus:host1 driver: '0000:03:04.1': driver_bound: bound to device 'aic7xxx' bus: 'pci': really_probe: bound device 0000:03:04.1 to driver aic7xxx initcall ahc_linux_init+0x0/0x5d returned 0 after 10770989 usecs calling aac_init+0x0/0x69 @ 1 Adaptec aacraid driver 1.1-5[2456]-ms bus: 'pci': add driver aacraid CPA self-test: 4k 227326 large 0 gb 0 x 227326[c0000000-f77fd000] miss 0 4k 227326 large 0 gb 0 x 227326[c0000000-f77fd000] miss 0 4k 227326 large 0 gb 0 x 227326[c0000000-f77fd000] miss 0 ok. initcall aac_init+0x0/0x69 returned 0 after 51869 usecs calling init_this_scsi_driver+0x0/0xe8 @ 1 aic7xxx 0000:03:04.0: BAR 1: can't reserve mem region [0xdf000000-0xdf000fff] aic7xxx: at PCI 3/4/0 aic7xxx: I/O ports already in use, ignoring. aic7xxx 0000:03:04.1: BAR 1: can't reserve mem region [0xdf002000-0xdf002fff] aic7xxx: at PCI 3/4/1 aic7xxx: I/O ports already in use, ignoring. initcall init_this_scsi_driver+0x0/0xe8 returned -19 after 24339 usecs calling aic94xx_init+0x0/0x13a @ 1 aic94xx: Adaptec aic94xx SAS/SATA driver version 1.0.3 loaded bus: 'pci': add driver aic94xx initcall aic94xx_init+0x0/0x13a returned 0 after 6046 usecs calling ips_module_init+0x0/0x45c @ 1 bus: 'pci': add driver ips bus: 'pci': remove driver ips driver: 'ips': driver_release initcall ips_module_init+0x0/0x45c returned -19 after 9641 usecs calling init_this_scsi_driver+0x0/0xe7 @ 1 scsi: Detection failed (no card) initcall init_this_scsi_driver+0x0/0xe7 returned -19 after 4554 usecs calling NCR_700_init+0x0/0x23 @ 1 initcall NCR_700_init+0x0/0x23 returned 0 after 14 usecs calling NCR_D700_init+0x0/0xf @ 1 initcall NCR_D700_init+0x0/0xf returned 0 after 9 usecs calling NCR_Q720_init+0x0/0x2b @ 1 initcall NCR_Q720_init+0x0/0x2b returned 0 after 14 usecs calling qla1280_init+0x0/0x16 @ 1 bus: 'pci': add driver qla1280 initcall qla1280_init+0x0/0x16 returned 0 after 3492 usecs calling lpfc_init+0x0/0xc1 @ 1 Emulex LightPulse Fibre Channel SCSI driver 8.2.8 Copyright(c) 2004-2008 Emulex. All rights reserved. bus: 'pci': add driver lpfc initcall lpfc_init+0x0/0xc1 returned 0 after 9747 usecs calling dmx3191d_init+0x0/0x16 @ 1 bus: 'pci': add driver dmx3191d initcall dmx3191d_init+0x0/0x16 returned 0 after 3568 usecs calling ibmmca_init+0x0/0x14 @ 1 initcall ibmmca_init+0x0/0x14 returned 0 after 10 usecs calling init_this_scsi_driver+0x0/0xe9 @ 1 initcall init_this_scsi_driver+0x0/0xe9 returned -19 after 9208 usecs calling dc390_module_init+0x0/0x9d @ 1 DC390: clustering now enabled by default. If you get problems load with "disable_clustering=1" and report to maintainers bus: 'pci': add driver tmscsim initcall dc390_module_init+0x0/0x9d returned 0 after 12512 usecs calling atp870u_init+0x0/0x20 @ 1 bus: 'pci': add driver atp870u initcall atp870u_init+0x0/0x20 returned 0 after 3467 usecs calling gdth_init+0x0/0xd7 @ 1 GDT-HA: Storage RAID Controller Driver. Version: 3.05 bus: 'pci': add driver gdth initcall gdth_init+0x0/0xd7 returned 0 after 4740 usecs calling initio_init_driver+0x0/0x16 @ 1 bus: 'pci': add driver initio initcall initio_init_driver+0x0/0x16 returned 0 after 3370 usecs calling inia100_init+0x0/0x16 @ 1 bus: 'pci': add driver inia100 initcall inia100_init+0x0/0x16 returned 0 after 3486 usecs calling tw_init+0x0/0x2d @ 1 3ware Storage Controller device driver for Linux v1.26.02.002. bus: 'pci': add driver 3w-xxxx initcall tw_init+0x0/0x2d returned 0 after 9837 usecs calling ppa_driver_init+0x0/0x26 @ 1 ppa: Version 2.07 (for Linux 2.4.x) initcall ppa_driver_init+0x0/0x26 returned 0 after 7116 usecs calling init_nsp32+0x0/0x3d @ 1 nsp32: loading... bus: 'pci': add driver nsp32 initcall init_nsp32+0x0/0x3d returned 0 after 5277 usecs calling ipr_init+0x0/0x35 @ 1 ipr: IBM Power RAID SCSI Device Driver version: 2.4.1 (April 24, 2007) bus: 'pci': add driver ipr initcall ipr_init+0x0/0x35 returned 0 after 10229 usecs calling hptiop_module_init+0x0/0x35 @ 1 RocketRAID 3xxx/4xxx Controller driver v1.3 (071203) bus: 'pci': add driver hptiop initcall hptiop_module_init+0x0/0x35 returned 0 after 8760 usecs calling stex_init+0x0/0x3b @ 1 stex: Promise SuperTrak EX Driver version: 3.6.0000.1 bus: 'pci': add driver stex initcall stex_init+0x0/0x3b returned 0 after 8678 usecs calling init_osst+0x0/0x123 @ 1 osst :I: Tape driver with OnStream support version 0.99.4 osst :I: $Id: osst.c,v 1.73 2005/01/01 21:13:34 wriede Exp $ device class 'onstream_tape': registering Driver 'osst' needs updating - please use bus_type methods bus: 'scsi': add driver osst bus: 'scsi': driver_probe_device: matched device 0:0:0:0 with driver osst bus: 'scsi': really_probe: probing driver osst with device 0:0:0:0 bus: 'scsi': driver_probe_device: matched device 0:0:1:0 with driver osst bus: 'scsi': really_probe: probing driver osst with device 0:0:1:0 initcall init_osst+0x0/0x123 returned 0 after 30734 usecs calling init_sd+0x0/0xe5 @ 1 device class 'scsi_disk': registering Driver 'sd' needs updating - please use bus_type methods bus: 'scsi': add driver sd bus: 'scsi': driver_probe_device: matched device 0:0:0:0 with driver sd bus: 'scsi': really_probe: probing driver sd with device 0:0:0:0 device: '0:0:0:0': device_add PM: Adding info for No Bus:0:0:0:0 sd 0:0:0:0: [sda] 71687370 512-byte hardware sectors: (36.7GB/34.1GiB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Mode Sense: 9f 00 10 08 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA device: 'sda': device_add PM: Adding info for No Bus:sda sd 0:0:0:0: [sda] 71687370 512-byte hardware sectors: (36.7GB/34.1GiB) sd 0:0:0:0: [sda] Write Protect is off sd 0:0:0:0: [sda] Mode Sense: 9f 00 10 08 sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA sda: sda1 sda2 sda3 device: 'sda1': device_add PM: Adding info for No Bus:sda1 device: 'sda2': device_add PM: Adding info for No Bus:sda2 device: 'sda3': device_add PM: Adding info for No Bus:sda3 device: '8:0': device_add PM: Adding info for No Bus:8:0 sd 0:0:0:0: [sda] Attached SCSI disk driver: '0:0:0:0': driver_bound: bound to device 'sd' bus: 'scsi': really_probe: bound device 0:0:0:0 to driver sd bus: 'scsi': driver_probe_device: matched device 0:0:1:0 with driver sd bus: 'scsi': really_probe: probing driver sd with device 0:0:1:0 device: '0:0:1:0': device_add PM: Adding info for No Bus:0:0:1:0 sd 0:0:1:0: [sdb] 71687370 512-byte hardware sectors: (36.7GB/34.1GiB) sd 0:0:1:0: [sdb] Write Protect is off sd 0:0:1:0: [sdb] Mode Sense: 9f 00 10 08 sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA device: 'sdb': device_add PM: Adding info for No Bus:sdb sd 0:0:1:0: [sdb] 71687370 512-byte hardware sectors: (36.7GB/34.1GiB) sd 0:0:1:0: [sdb] Write Protect is off sd 0:0:1:0: [sdb] Mode Sense: 9f 00 10 08 sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA sdb: sdb1 device: 'sdb1': device_add PM: Adding info for No Bus:sdb1 device: '8:16': device_add PM: Adding info for No Bus:8:16 sd 0:0:1:0: [sdb] Attached SCSI disk driver: '0:0:1:0': driver_bound: bound to device 'sd' bus: 'scsi': really_probe: bound device 0:0:1:0 to driver sd initcall init_sd+0x0/0xe5 returned 0 after 238401 usecs calling init_sr+0x0/0x4b @ 1 Driver 'sr' needs updating - please use bus_type methods bus: 'scsi': add driver sr initcall init_sr+0x0/0x4b returned 0 after 8828 usecs calling ahci_init+0x0/0x16 @ 1 bus: 'pci': add driver ahci initcall ahci_init+0x0/0x16 returned 0 after 3212 usecs calling k2_sata_init+0x0/0x16 @ 1 bus: 'pci': add driver sata_svw initcall k2_sata_init+0x0/0x16 returned 0 after 3571 usecs calling piix_init+0x0/0x24 @ 1 bus: 'pci': add driver ata_piix bus: 'pci': driver_probe_device: matched device 0000:00:1f.1 with driver ata_piix bus: 'pci': really_probe: probing driver ata_piix with device 0000:00:1f.1 ata_piix 0000:00:1f.1: version 2.12 ata_piix 0000:00:1f.1: setting latency timer to 64 scsi2 : ata_piix device: 'host2': device_add PM: Adding info for No Bus:host2 device: 'host2': device_add PM: Adding info for No Bus:host2 scsi3 : ata_piix device: 'host3': device_add PM: Adding info for No Bus:host3 device: 'host3': device_add PM: Adding info for No Bus:host3 ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14 ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15 ata2.00: ATAPI: TOSHIBA DVD-ROM SD-M1612, 1004, max UDMA/33 ata2.00: configured for UDMA/33 scsi 3:0:0:0: CD-ROM TOSHIBA DVD-ROM SD-M1612 1004 PQ: 0 ANSI: 5 device: 'target3:0:0': device_add PM: Adding info for No Bus:target3:0:0 device: '3:0:0:0': device_add bus: 'scsi': add device 3:0:0:0 PM: Adding info for scsi:3:0:0:0 bus: 'scsi': driver_probe_device: matched device 3:0:0:0 with driver osst bus: 'scsi': really_probe: probing driver osst with device 3:0:0:0 bus: 'scsi': driver_probe_device: matched device 3:0:0:0 with driver sd bus: 'scsi': really_probe: probing driver sd with device 3:0:0:0 bus: 'scsi': driver_probe_device: matched device 3:0:0:0 with driver sr bus: 'scsi': really_probe: probing driver sr with device 3:0:0:0 sr0: scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray Uniform CD-ROM driver Revision: 3.20 device: 'sr0': device_add PM: Adding info for No Bus:sr0 device: '11:0': device_add PM: Adding info for No Bus:11:0 sr 3:0:0:0: Attached scsi CD-ROM sr0 driver: '3:0:0:0': driver_bound: bound to device 'sr' bus: 'scsi': really_probe: bound device 3:0:0:0 to driver sr device: '3:0:0:0': device_add PM: Adding info for No Bus:3:0:0:0 device: '3:0:0:0': device_add PM: Adding info for No Bus:3:0:0:0 driver: '0000:00:1f.1': driver_bound: bound to device 'ata_piix' bus: 'pci': really_probe: bound device 0000:00:1f.1 to driver ata_piix initcall piix_init+0x0/0x24 returned 0 after 578446 usecs calling pdc_ata_init+0x0/0x16 @ 1 bus: 'pci': add driver sata_promise initcall pdc_ata_init+0x0/0x16 returned 0 after 5304 usecs calling qs_ata_init+0x0/0x16 @ 1 bus: 'pci': add driver sata_qstor initcall qs_ata_init+0x0/0x16 returned 0 after 3766 usecs calling sil24_init+0x0/0x16 @ 1 bus: 'pci': add driver sata_sil24 initcall sil24_init+0x0/0x16 returned 0 after 3770 usecs calling pdc_sata_init+0x0/0x16 @ 1 bus: 'pci': add driver sata_sx4 initcall pdc_sata_init+0x0/0x16 returned 0 after 4622 usecs calling nv_init+0x0/0x16 @ 1 bus: 'pci': add driver sata_nv initcall nv_init+0x0/0x16 returned 0 after 4854 usecs calling uli_init+0x0/0x16 @ 1 bus: 'pci': add driver sata_uli initcall uli_init+0x0/0x16 returned 0 after 4541 usecs calling mv_init+0x0/0x3c @ 1 bus: 'pci': add driver sata_mv bus: 'platform': add driver sata_mv initcall mv_init+0x0/0x3c returned 0 after 8412 usecs calling ali_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_ali initcall ali_init+0x0/0x16 returned 0 after 4351 usecs calling amd_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_amd initcall amd_init+0x0/0x16 returned 0 after 7675 usecs calling atiixp_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_atiixp initcall atiixp_init+0x0/0x16 returned 0 after 5149 usecs calling cmd640_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_cmd640 initcall cmd640_init+0x0/0x16 returned 0 after 3887 usecs calling cmd64x_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_cmd64x initcall cmd64x_init+0x0/0x16 returned 0 after 4897 usecs calling cs5536_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_cs5536 initcall cs5536_init+0x0/0x16 returned 0 after 4266 usecs calling efar_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_efar initcall efar_init+0x0/0x16 returned 0 after 4708 usecs calling hpt3x2n_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_hpt3x2n initcall hpt3x2n_init+0x0/0x16 returned 0 after 4939 usecs calling it821x_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_it821x initcall it821x_init+0x0/0x16 returned 0 after 3868 usecs calling it8213_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_it8213 initcall it8213_init+0x0/0x16 returned 0 after 4614 usecs calling jmicron_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_jmicron initcall jmicron_init+0x0/0x16 returned 0 after 4621 usecs calling netcell_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_netcell initcall netcell_init+0x0/0x16 returned 0 after 4362 usecs calling ninja32_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_ninja32 initcall ninja32_init+0x0/0x16 returned 0 after 4936 usecs calling ns87410_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_ns87410 initcall ns87410_init+0x0/0x16 returned 0 after 4927 usecs calling ns87415_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_ns87415 initcall ns87415_init+0x0/0x16 returned 0 after 4754 usecs calling opti_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_opti initcall opti_init+0x0/0x16 returned 0 after 4140 usecs calling optidma_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_optidma initcall optidma_init+0x0/0x16 returned 0 after 10618 usecs calling mpiix_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_mpiix initcall mpiix_init+0x0/0x16 returned 0 after 5519 usecs calling oldpiix_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_oldpiix initcall oldpiix_init+0x0/0x16 returned 0 after 3976 usecs calling pdc2027x_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_pdc2027x initcall pdc2027x_init+0x0/0x16 returned 0 after 4691 usecs calling pdc202xx_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_pdc202xx_old initcall pdc202xx_init+0x0/0x16 returned 0 after 5441 usecs calling radisys_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_radisys initcall radisys_init+0x0/0x16 returned 0 after 4775 usecs calling sc1200_init+0x0/0x16 @ 1 bus: 'pci': add driver sc1200 initcall sc1200_init+0x0/0x16 returned 0 after 4434 usecs calling serverworks_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_serverworks initcall serverworks_init+0x0/0x16 returned 0 after 5283 usecs calling sil680_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_sil680 initcall sil680_init+0x0/0x16 returned 0 after 4719 usecs calling via_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_via initcall via_init+0x0/0x16 returned 0 after 3607 usecs calling sl82c105_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_sl82c105 initcall sl82c105_init+0x0/0x16 returned 0 after 6245 usecs calling triflex_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_triflex initcall triflex_init+0x0/0x16 returned 0 after 5543 usecs calling sch_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_sch initcall sch_init+0x0/0x16 returned 0 after 4472 usecs calling pacpi_init+0x0/0x16 @ 1 bus: 'pci': add driver pata_acpi initcall pacpi_init+0x0/0x16 returned 0 after 3674 usecs calling ata_generic_init+0x0/0x16 @ 1 bus: 'pci': add driver ata_generic initcall ata_generic_init+0x0/0x16 returned 0 after 8342 usecs calling fw_core_init+0x0/0x97 @ 1 bus: 'firewire': registered initcall fw_core_init+0x0/0x97 returned 0 after 6688 usecs calling sbp2_init+0x0/0x57 @ 1 bus: 'firewire': add driver sbp2 initcall sbp2_init+0x0/0x57 returned 0 after 3705 usecs calling ieee1394_init+0x0/0x248 @ 1 bus: 'ieee1394': registered device class 'ieee1394_host': registering device class 'ieee1394_protocol': registering device class 'ieee1394_node': registering device class 'ieee1394': registering bus: 'ieee1394': add driver nodemgr initcall ieee1394_init+0x0/0x248 returned 0 after 35823 usecs calling pcilynx_init+0x0/0x36 @ 1 bus: 'pci': add driver pcilynx initcall pcilynx_init+0x0/0x36 returned 0 after 3993 usecs calling ohci1394_init+0x0/0x22 @ 1 bus: 'pci': add driver ohci1394 initcall ohci1394_init+0x0/0x22 returned 0 after 5448 usecs calling video1394_init_module+0x0/0xc2 @ 1 bus: 'ieee1394': add driver video1394 video1394: Installed video1394 module initcall video1394_init_module+0x0/0xc2 returned 0 after 8122 usecs calling init_raw1394+0x0/0xe8 @ 1 device: 'raw1394': device_add PM: Adding info for No Bus:raw1394 ieee1394: raw1394: /dev/raw1394 device initialized bus: 'ieee1394': add driver raw1394 initcall init_raw1394+0x0/0xe8 returned 0 after 19215 usecs calling sbp2_module_init+0x0/0x70 @ 1 bus: 'ieee1394': add driver sbp2 initcall sbp2_module_init+0x0/0x70 returned 0 after 5434 usecs calling dv1394_init_module+0x0/0x9a @ 1 NOTE: The dv1394 driver is unsupported and may be removed in a future Linux release. Use raw1394 instead. bus: 'ieee1394': add driver dv1394 initcall dv1394_init_module+0x0/0x9a returned 0 after 7156 usecs calling ether1394_init_module+0x0/0x6d @ 1 bus: 'ieee1394': add driver eth1394 initcall ether1394_init_module+0x0/0x6d returned 0 after 4529 usecs calling cdrom_init+0x0/0x5b @ 1 initcall cdrom_init+0x0/0x5b returned 0 after 10 usecs calling butterfly_init+0x0/0xf @ 1 parport0: powerup/reset Butterfly device: 'spi42': device_add PM: Adding info for No Bus:spi42 parport_pc 00:0c: registered master spi42 spi spi42.1: spi_bitbang_setup, mode 0, 8 bits/w, 66 nsec/bit device: 'spi42.1': device_add bus: 'spi': add device spi42.1 PM: Adding info for spi:spi42.1 parport_pc 00:0c: registered child spi42.1 parport0: dataflash at spi42.1 parport0: AVR Butterfly initcall butterfly_init+0x0/0xf returned 0 after 153908 usecs calling at25_init+0x0/0xf @ 1 bus: 'spi': add driver at25 initcall at25_init+0x0/0xf returned 0 after 3652 usecs calling spidev_init+0x0/0x84 @ 1 device class 'spidev': registering bus: 'spi': add driver spidev initcall spidev_init+0x0/0x84 returned 0 after 8373 usecs calling tle62x0_init+0x0/0x12 @ 1 bus: 'spi': add driver tle62x0 initcall tle62x0_init+0x0/0x12 returned 0 after 5215 usecs calling ehci_hcd_init+0x0/0x7f @ 1 ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver bus: 'pci': add driver ehci_hcd initcall ehci_hcd_init+0x0/0x7f returned 0 after 27659 usecs calling isp116x_init+0x0/0x42 @ 1 116x: driver isp116x-hcd, 03 Nov 2005 bus: 'platform': add driver isp116x-hcd initcall isp116x_init+0x0/0x42 returned 0 after 9913 usecs calling ohci_hcd_mod_init+0x0/0x53 @ 1 ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver bus: 'pci': add driver ohci_hcd initcall ohci_hcd_mod_init+0x0/0x53 returned 0 after 9553 usecs calling uhci_hcd_init+0x0/0xb8 @ 1 uhci_hcd: USB Universal Host Controller Interface driver bus: 'pci': add driver uhci_hcd bus: 'pci': driver_probe_device: matched device 0000:00:1f.2 with driver uhci_hcd bus: 'pci': really_probe: probing driver uhci_hcd with device 0000:00:1f.2 uhci_hcd 0000:00:1f.2: PCI INT D -> Link[LNKD] -> GSI 12 (level, low) -> IRQ 12 uhci_hcd 0000:00:1f.2: setting latency timer to 64 uhci_hcd 0000:00:1f.2: UHCI Host Controller device: 'usb_host1': device_add PM: Adding info for No Bus:usb_host1 uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1 uhci_hcd 0000:00:1f.2: irq 12, io base 0x0000d000 device: 'usb1': device_add bus: 'usb': add device usb1 PM: Adding info for usb:usb1 bus: 'usb': driver_probe_device: matched device usb1 with driver usb bus: 'usb': really_probe: probing driver usb with device usb1 usb usb1: configuration #1 chosen from 1 choice device: '1-0:1.0': device_add bus: 'usb': add device 1-0:1.0 PM: Adding info for usb:1-0:1.0 bus: 'usb': driver_probe_device: matched device 1-0:1.0 with driver hub bus: 'usb': really_probe: probing driver hub with device 1-0:1.0 hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports detected driver: '1-0:1.0': driver_bound: bound to device 'hub' bus: 'usb': really_probe: bound device 1-0:1.0 to driver hub device class 'usb_endpoint': registering device: 'usbdev1.1_ep81': device_add PM: Adding info for No Bus:usbdev1.1_ep81 device: 'usbdev1.1': device_add PM: Adding info for No Bus:usbdev1.1 driver: 'usb1': driver_bound: bound to device 'usb' bus: 'usb': really_probe: bound device usb1 to driver usb device: 'usbdev1.1_ep00': device_add PM: Adding info for No Bus:usbdev1.1_ep00 usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb1: Product: UHCI Host Controller usb usb1: Manufacturer: Linux 2.6.27-06994-g70740d6-dirty uhci_hcd usb usb1: SerialNumber: 0000:00:1f.2 driver: '0000:00:1f.2': driver_bound: bound to device 'uhci_hcd' bus: 'pci': really_probe: bound device 0000:00:1f.2 to driver uhci_hcd bus: 'pci': driver_probe_device: matched device 0000:00:1f.4 with driver uhci_hcd bus: 'pci': really_probe: probing driver uhci_hcd with device 0000:00:1f.4 ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 11 uhci_hcd 0000:00:1f.4: PCI INT C -> Link[LNK1] -> GSI 11 (level, low) -> IRQ 11 uhci_hcd 0000:00:1f.4: setting latency timer to 64 uhci_hcd 0000:00:1f.4: UHCI Host Controller device: 'usb_host2': device_add PM: Adding info for No Bus:usb_host2 uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 2 uhci_hcd 0000:00:1f.4: irq 11, io base 0x0000d800 device: 'usb2': device_add bus: 'usb': add device usb2 PM: Adding info for usb:usb2 bus: 'usb': driver_probe_device: matched device usb2 with driver usb bus: 'usb': really_probe: probing driver usb with device usb2 usb usb2: configuration #1 chosen from 1 choice device: '2-0:1.0': device_add bus: 'usb': add device 2-0:1.0 PM: Adding info for usb:2-0:1.0 bus: 'usb': driver_probe_device: matched device 2-0:1.0 with driver hub bus: 'usb': really_probe: probing driver hub with device 2-0:1.0 hub 2-0:1.0: USB hub found hub 2-0:1.0: 2 ports detected driver: '2-0:1.0': driver_bound: bound to device 'hub' bus: 'usb': really_probe: bound device 2-0:1.0 to driver hub device: 'usbdev2.1_ep81': device_add PM: Adding info for No Bus:usbdev2.1_ep81 device: 'usbdev2.1': device_add PM: Adding info for No Bus:usbdev2.1 driver: 'usb2': driver_bound: bound to device 'usb' bus: 'usb': really_probe: bound device usb2 to driver usb device: 'usbdev2.1_ep00': device_add PM: Adding info for No Bus:usbdev2.1_ep00 usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 usb usb2: Product: UHCI Host Controller usb usb2: Manufacturer: Linux 2.6.27-06994-g70740d6-dirty uhci_hcd usb usb2: SerialNumber: 0000:00:1f.4 driver: '0000:00:1f.4': driver_bound: bound to device 'uhci_hcd' bus: 'pci': really_probe: bound device 0000:00:1f.4 to driver uhci_hcd initcall uhci_hcd_init+0x0/0xb8 returned 0 after 308439 usecs calling sl811h_init+0x0/0x44 @ 1 sl811: driver sl811-hcd, 19 May 2005 bus: 'platform': add driver sl811-hcd initcall sl811h_init+0x0/0x44 returned 0 after 8691 usecs calling u132_hcd_init+0x0/0xb8 @ 1 driver u132_hcd built at 14:17:26 on Jan 19 2009 bus: 'platform': add driver u132_hcd initcall u132_hcd_init+0x0/0xb8 returned 0 after 17669 usecs calling r8a66597_init+0x0/0x42 @ 1 r8a66597_hcd: driver r8a66597_hcd, 10 Apr 2008 bus: 'platform': add driver r8a66597_hcd initcall r8a66597_init+0x0/0x42 returned 0 after 11056 usecs calling isp1760_init+0x0/0xf @ 1 initcall isp1760_init+0x0/0xf returned -19 after 106 usecs calling acm_init+0x0/0x129 @ 1 bus: 'usb': add driver cdc_acm usbcore: registered new interface driver cdc_acm cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters initcall acm_init+0x0/0x129 returned 0 after 12866 usecs calling usblp_init+0x0/0x16 @ 1 bus: 'usb': add driver usblp usbcore: registered new interface driver usblp initcall usblp_init+0x0/0x16 returned 0 after 4627 usecs calling wdm_init+0x0/0x16 @ 1 bus: 'usb': add driver cdc_wdm usbcore: registered new interface driver cdc_wdm initcall wdm_init+0x0/0x16 returned 0 after 8565 usecs calling usb_stor_init+0x0/0x40 @ 1 Initializing USB Mass Storage driver... bus: 'usb': add driver usb-storage usbcore: registered new interface driver usb-storage USB Mass Storage support registered. initcall usb_stor_init+0x0/0x40 returned 0 after 14634 usecs calling usb_mdc800_init+0x0/0x227 @ 1 bus: 'usb': add driver mdc800 usbcore: registered new interface driver mdc800 mdc800: v0.7.5 (30/10/2000):USB Driver for Mustek MDC800 Digital Camera initcall usb_mdc800_init+0x0/0x227 returned 0 after 12934 usecs calling microtek_drv_init+0x0/0x19 @ 1 bus: 'usb': add driver microtekX6 usbcore: registered new interface driver microtekX6 initcall microtek_drv_init+0x0/0x19 returned 0 after 10028 usecs calling usb_serial_init+0x0/0x249 @ 1 bus: 'usb-serial': registered bus: 'usb': add driver usbserial usbcore: registered new interface driver usbserial usbserial: USB Serial Driver core initcall usb_serial_init+0x0/0x249 returned 0 after 13752 usecs calling aircable_init+0x0/0x38 @ 1 bus: 'usb-serial': add driver aircable USB Serial support registered for aircable bus: 'usb': add driver aircable usbcore: registered new interface driver aircable initcall aircable_init+0x0/0x38 returned 0 after 16890 usecs calling ark3116_init+0x0/0x3f @ 1 bus: 'usb-serial': add driver ark3116 USB Serial support registered for ark3116 bus: 'usb': add driver ark3116 usbcore: registered new interface driver ark3116 initcall ark3116_init+0x0/0x3f returned 0 after 18970 usecs calling belkin_sa_init+0x0/0x52 @ 1 bus: 'usb-serial': add driver belkin USB Serial support registered for Belkin / Peracom / GoHubs USB Serial Adapter bus: 'usb': add driver belkin usbcore: registered new interface driver belkin belkin_sa: v1.2:USB Belkin Serial converter driver initcall belkin_sa_init+0x0/0x52 returned 0 after 19976 usecs calling ch341_init+0x0/0x3e @ 1 bus: 'usb-serial': add driver ch341-uart USB Serial support registered for ch341-uart bus: 'usb': add driver ch341 usbcore: registered new interface driver ch341 initcall ch341_init+0x0/0x3e returned 0 after 20457 usecs calling cp2101_init+0x0/0x52 @ 1 bus: 'usb-serial': add driver cp2101 USB Serial support registered for cp2101 bus: 'usb': add driver cp2101 usbcore: registered new interface driver cp2101 cp2101: v0.07:Silicon Labs CP2101/CP2102 RS232 serial adaptor driver initcall cp2101_init+0x0/0x52 returned 0 after 21570 usecs calling cyberjack_init+0x0/0x5e @ 1 bus: 'usb-serial': add driver cyberjack USB Serial support registered for Reiner SCT Cyberjack USB card reader bus: 'usb': add driver cyberjack usbcore: registered new interface driver cyberjack cyberjack: v1.01 Matthias Bruestle cyberjack: REINER SCT cyberJack pinpad/e-com USB Chipcard Reader Driver initcall cyberjack_init+0x0/0x5e returned 0 after 27017 usecs calling cypress_init+0x0/0xb5 @ 1 drivers/usb/serial/cypress_m8.c: cypress_init bus: 'usb-serial': add driver earthmate USB Serial support registered for DeLorme Earthmate USB bus: 'usb-serial': add driver cyphidcom USB Serial support registered for HID->COM RS232 Adapter bus: 'usb-serial': add driver nokiaca42v2 USB Serial support registered for Nokia CA-42 V2 Adapter bus: 'usb': add driver cypress usbcore: registered new interface driver cypress cypress_m8: v1.09:Cypress USB to Serial Driver initcall cypress_init+0x0/0xb5 returned 0 after 39193 usecs calling debug_init+0x0/0x4b @ 1 bus: 'usb-serial': add driver debug USB Serial support registered for debug bus: 'usb': add driver debug usbcore: registered new interface driver debug initcall debug_init+0x0/0x4b returned 0 after 16268 usecs calling digi_init+0x0/0x6a @ 1 bus: 'usb-serial': add driver digi_2 USB Serial support registered for Digi 2 port USB adapter bus: 'usb-serial': add driver digi_4 USB Serial support registered for Digi 4 port USB adapter bus: 'usb': add driver digi_acceleport usbcore: registered new interface driver digi_acceleport digi_acceleport: v1.80.1.2:Digi AccelePort USB-2/USB-4 Serial Converter driver initcall digi_init+0x0/0x6a returned 0 after 31446 usecs calling edgeport_init+0x0/0xb6 @ 1 bus: 'usb-serial': add driver edgeport_2 USB Serial support registered for Edgeport 2 port adapter bus: 'usb-serial': add driver edgeport_4 USB Serial support registered for Edgeport 4 port adapter bus: 'usb-serial': add driver edgeport_8 USB Serial support registered for Edgeport 8 port adapter bus: 'usb-serial': add driver epic USB Serial support registered for EPiC device bus: 'usb': add driver io_edgeport usbcore: registered new interface driver io_edgeport io_edgeport: v2.7:Edgeport USB Serial Driver initcall edgeport_init+0x0/0xb6 returned 0 after 52637 usecs calling edgeport_init+0x0/0x70 @ 1 bus: 'usb-serial': add driver edgeport_ti_1 USB Serial support registered for Edgeport TI 1 port adapter bus: 'usb-serial': add driver edgeport_ti_2 USB Serial support registered for Edgeport TI 2 port adapter bus: 'usb': add driver io_ti usbcore: registered new interface driver io_ti io_ti: v0.7mode043006:Edgeport USB Serial Driver initcall edgeport_init+0x0/0x70 returned 0 after 26766 usecs calling ftdi_init+0x0/0xd2 @ 1 bus: 'usb-serial': add driver ftdi_sio USB Serial support registered for FTDI USB Serial Device bus: 'usb': add driver ftdi_sio usbcore: registered new interface driver ftdi_sio ftdi_sio: v1.4.3:USB FTDI Serial Converters Driver initcall ftdi_init+0x0/0xd2 returned 0 after 20730 usecs calling funsoft_init+0x0/0x3e @ 1 bus: 'usb-serial': add driver funsoft USB Serial support registered for funsoft bus: 'usb': add driver funsoft usbcore: registered new interface driver funsoft initcall funsoft_init+0x0/0x3e returned 0 after 14575 usecs calling garmin_init+0x0/0x60 @ 1 bus: 'usb-serial': add driver garmin_gps USB Serial support registered for Garmin GPS usb/tty bus: 'usb': add driver garmin_gps usbcore: registered new interface driver garmin_gps garmin_gps: v0.31:garmin gps driver initcall garmin_init+0x0/0x60 returned 0 after 19798 usecs calling ir_init+0x0/0x60 @ 1 bus: 'usb-serial': add driver ir-usb USB Serial support registered for IR Dongle bus: 'usb': add driver ir-usb usbcore: registered new interface driver ir-usb ir_usb: v0.4:USB IR Dongle driver initcall ir_init+0x0/0x60 returned 0 after 22182 usecs calling keyspan_pda_init+0x0/0x70 @ 1 bus: 'usb-serial': add driver keyspan_pda USB Serial support registered for Keyspan PDA bus: 'usb-serial': add driver keyspan_pda_pre USB Serial support registered for Keyspan PDA - (prerenumeration) bus: 'usb': add driver keyspan_pda usbcore: registered new interface driver keyspan_pda keyspan_pda: v1.1:USB Keyspan PDA Converter driver initcall keyspan_pda_init+0x0/0x70 returned 0 after 32441 usecs calling klsi_105_init+0x0/0x60 @ 1 bus: 'usb-serial': add driver kl5kusb105d USB Serial support registered for KL5KUSB105D / PalmConnect bus: 'usb': add driver kl5kusb105d usbcore: registered new interface driver kl5kusb105d kl5kusb105: v0.3a:KLSI KL5KUSB105 chipset USB->Serial Converter driver initcall klsi_105_init+0x0/0x60 returned 0 after 27164 usecs calling kobil_init+0x0/0x60 @ 1 bus: 'usb-serial': add driver kobil USB Serial support registered for KOBIL USB smart card terminal bus: 'usb': add driver kobil usbcore: registered new interface driver kobil kobil_sct: 21/05/2004:KOBIL USB Smart Card Terminal Driver (experimental) initcall kobil_init+0x0/0x60 returned 0 after 19428 usecs calling mct_u232_init+0x0/0x60 @ 1 bus: 'usb-serial': add driver mct_u232 USB Serial support registered for MCT U232 bus: 'usb': add driver mct_u232 usbcore: registered new interface driver mct_u232 mct_u232: z2.1:Magic Control Technology USB-RS232 converter driver initcall mct_u232_init+0x0/0x60 returned 0 after 22164 usecs calling moschip7840_init+0x0/0xcd @ 1 bus: 'usb-serial': add driver mos7840 USB Serial support registered for Moschip 7840/7820 USB Serial Driver mos7840: 1.3.1:Moschip 7840/7820 USB Serial Driver bus: 'usb': add driver mos7840 usbcore: registered new interface driver mos7840 initcall moschip7840_init+0x0/0xcd returned 0 after 19416 usecs calling navman_init+0x0/0x43 @ 1 bus: 'usb-serial': add driver navman USB Serial support registered for navman bus: 'usb': add driver navman usbcore: registered new interface driver navman initcall navman_init+0x0/0x43 returned 0 after 13715 usecs calling omninet_init+0x0/0x60 @ 1 bus: 'usb-serial': add driver omninet USB Serial support registered for ZyXEL - omni.net lcd plus usb bus: 'usb': add driver omninet usbcore: registered new interface driver omninet omninet: v1.1:USB ZyXEL omni.net LCD PLUS Driver initcall omninet_init+0x0/0x60 returned 0 after 18990 usecs calling option_init+0x0/0x60 @ 1 bus: 'usb-serial': add driver option1 USB Serial support registered for GSM modem (1-port) bus: 'usb': add driver option usbcore: registered new interface driver option option: v0.7.2:USB Driver for GSM modems initcall option_init+0x0/0x60 returned 0 after 20220 usecs calling pl2303_init+0x0/0x52 @ 1 bus: 'usb-serial': add driver pl2303 USB Serial support registered for pl2303 bus: 'usb': add driver pl2303 usbcore: registered new interface driver pl2303 pl2303: Prolific PL2303 USB to serial adaptor driver initcall pl2303_init+0x0/0x52 returned 0 after 19002 usecs calling safe_init+0x0/0xce @ 1 safe_serial: v0.0b:USB Safe Encapsulated Serial bus: 'usb-serial': add driver safe_serial USB Serial support registered for safe_serial bus: 'usb': add driver safe_serial usbcore: registered new interface driver safe_serial initcall safe_init+0x0/0xce returned 0 after 17479 usecs calling spcp8x5_init+0x0/0x60 @ 1 bus: 'usb-serial': add driver SPCP8x5 USB Serial support registered for SPCP8x5 bus: 'usb': add driver spcp8x5 usbcore: registered new interface driver spcp8x5 spcp8x5: v0.04:SPCP8x5 USB to serial adaptor driver initcall spcp8x5_init+0x0/0x60 returned 0 after 18373 usecs calling ti_init+0x0/0x100 @ 1 bus: 'usb-serial': add driver ti_usb_3410_5052_1 USB Serial support registered for TI USB 3410 1 port adapter bus: 'usb-serial': add driver ti_usb_3410_5052_2 USB Serial support registered for TI USB 5052 2 port adapter bus: 'usb': add driver ti_usb_3410_5052 usbcore: registered new interface driver ti_usb_3410_5052 ti_usb_3410_5052: v0.9:TI USB 3410/5052 Serial Driver initcall ti_init+0x0/0x100 returned 0 after 28182 usecs calling visor_init+0x0/0x1c5 @ 1 bus: 'usb-serial': add driver visor USB Serial support registered for Handspring Visor / Palm OS bus: 'usb-serial': add driver clie_3.5 USB Serial support registered for Sony Clie 3.5 bus: 'usb-serial': add driver clie_5 USB Serial support registered for Sony Clie 5.0 bus: 'usb': add driver visor usbcore: registered new interface driver visor visor: USB HandSpring Visor / Palm OS driver initcall visor_init+0x0/0x1c5 returned 0 after 30668 usecs calling adu_init+0x0/0x92 @ 1 bus: 'usb': add driver adutux usbcore: registered new interface driver adutux adutux adutux (see www.ontrak.net) v0.0.13 adutux is an experimental driver. Use at your own risk initcall adu_init+0x0/0x92 returned 0 after 14422 usecs calling appledisplay_init+0x0/0x5d @ 1 bus: 'usb': add driver appledisplay usbcore: registered new interface driver appledisplay initcall appledisplay_init+0x0/0x5d returned 0 after 11387 usecs calling berry_init+0x0/0x16 @ 1 bus: 'usb': add driver berry_charge usbcore: registered new interface driver berry_charge initcall berry_init+0x0/0x16 returned 0 after 10453 usecs calling cypress_init+0x0/0x38 @ 1 bus: 'usb': add driver cypress_cy7c63 usbcore: registered new interface driver cypress_cy7c63 initcall cypress_init+0x0/0x38 returned 0 after 9808 usecs calling usb_cytherm_init+0x0/0x44 @ 1 bus: 'usb': add driver cytherm usbcore: registered new interface driver cytherm cytherm: v1.0:Cypress USB Thermometer driver initcall usb_cytherm_init+0x0/0x44 returned 0 after 9705 usecs calling emi26_init+0x0/0x16 @ 1 bus: 'usb': add driver emi26 - firmware loader usbcore: registered new interface driver emi26 - firmware loader initcall emi26_init+0x0/0x16 returned 0 after 13407 usecs calling ftdi_elan_init+0x0/0x16a @ 1 driver ftdi-elan built at 14:17:42 on Jan 19 2009 bus: 'usb': add driver ftdi-elan usbcore: registered new interface driver ftdi-elan initcall ftdi_elan_init+0x0/0x16a returned 0 after 10781 usecs calling isight_firmware_init+0x0/0x16 @ 1 bus: 'usb': add driver isight_firmware usbcore: registered new interface driver isight_firmware initcall isight_firmware_init+0x0/0x16 returned 0 after 11322 usecs calling ld_usb_init+0x0/0x38 @ 1 bus: 'usb': add driver ldusb usbcore: registered new interface driver ldusb initcall ld_usb_init+0x0/0x38 returned 0 after 8168 usecs calling usb_led_init+0x0/0x38 @ 1 bus: 'usb': add driver usbled usbcore: registered new interface driver usbled initcall usb_led_init+0x0/0x38 returned 0 after 4320 usecs calling usb_rio_init+0x0/0x34 @ 1 bus: 'usb': add driver rio500 usbcore: registered new interface driver rio500 rio500: v1.1:USB Rio 500 driver initcall usb_rio_init+0x0/0x34 returned 0 after 9090 usecs calling usbtest_init+0x0/0x16 @ 1 bus: 'usb': add driver usbtest usbcore: registered new interface driver usbtest initcall usbtest_init+0x0/0x16 returned 0 after 6122 usecs calling tv_init+0x0/0x4a @ 1 bus: 'usb': add driver trancevibrator usbcore: registered new interface driver trancevibrator trancevibrator: v1.1:PlayStation 2 Trance Vibrator driver initcall tv_init+0x0/0x4a returned 0 after 13151 usecs calling i8042_init+0x0/0x3dd @ 1 bus: 'pnp': add driver i8042 kbd bus: 'pnp': driver_probe_device: matched device 00:0d with driver i8042 kbd bus: 'pnp': really_probe: probing driver i8042 kbd with device 00:0d driver: '00:0d': driver_bound: bound to device 'i8042 kbd' bus: 'pnp': really_probe: bound device 00:0d to driver i8042 kbd bus: 'pnp': add driver i8042 aux PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1 PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp bus: 'platform': add driver i8042 Registering platform device 'i8042'. Parent at platform device: 'i8042': device_add bus: 'platform': add device i8042 PM: Adding info for platform:i8042 bus: 'platform': driver_probe_device: matched device i8042 with driver i8042 bus: 'platform': really_probe: probing driver i8042 with device i8042 serio: i8042 KBD port at 0x60,0x64 irq 1 driver: 'i8042': driver_bound: bound to device 'i8042' bus: 'platform': really_probe: bound device i8042 to driver i8042 initcall i8042_init+0x0/0x3dd returned 0 after 76804 usecs calling parkbd_init+0x0/0x178 @ 1 parport0: cannot grant exclusive access for device parkbd initcall parkbd_init+0x0/0x178 returned -19 after 5904 usecs calling serport_init+0x0/0x32 @ 1 initcall serport_init+0x0/0x32 returned 0 after 11 usecs calling pcips2_init+0x0/0x19 @ 1 bus: 'pci': add driver pcips2 device: 'serio0': device_add bus: 'serio': add device serio0 PM: Adding info for serio:serio0 initcall pcips2_init+0x0/0x19 returned 0 after 64537 usecs calling emu_init+0x0/0x16 @ 1 bus: 'pci': add driver Emu10k1_gameport initcall emu_init+0x0/0x16 returned 0 after 5877 usecs calling fm801_gp_init+0x0/0x20 @ 1 bus: 'pci': add driver FM801_gameport initcall fm801_gp_init+0x0/0x20 returned 0 after 4170 usecs calling mousedev_init+0x0/0x82 @ 1 device: 'mice': device_add PM: Adding info for No Bus:mice device: 'mouse0': device_add PM: Adding info for No Bus:mouse0 device: 'psaux': device_add PM: Adding info for No Bus:psaux mice: PS/2 mouse device common for all mice initcall mousedev_init+0x0/0x82 returned 0 after 50157 usecs calling joydev_init+0x0/0xf @ 1 initcall joydev_init+0x0/0xf returned 0 after 16 usecs calling evdev_init+0x0/0xf @ 1 device: 'event0': device_add PM: Adding info for No Bus:event0 device: 'event1': device_add PM: Adding info for No Bus:event1 device: 'event2': device_add PM: Adding info for No Bus:event2 initcall evdev_init+0x0/0xf returned 0 after 66899 usecs calling evbug_init+0x0/0xf @ 1 evbug.c: Connected device: input0 (Power Button (FF) at LNXPWRBN/button/input0) evbug.c: Connected device: input1 (Power Button (CM) at PNP0C0C/button/input0) evbug.c: Connected device: input2 (Macintosh mouse button emulation at unknown) initcall evbug_init+0x0/0xf returned 0 after 66300 usecs calling atkbd_init+0x0/0x20 @ 1 bus: 'serio': add driver atkbd initcall atkbd_init+0x0/0x20 returned 0 after 3456 usecs calling xtkbd_init+0x0/0x16 @ 1 bus: 'serio': add driver xtkbd bus: 'serio': driver_probe_device: matched device serio0 with driver atkbd bus: 'serio': really_probe: probing driver atkbd with device serio0 initcall xtkbd_init+0x0/0x16 returned 0 after 11716 usecs calling nkbd_init+0x0/0x16 @ 1 bus: 'serio': add driver newtonkbd initcall nkbd_init+0x0/0x16 returned 0 after 3996 usecs calling skbd_init+0x0/0x16 @ 1 bus: 'serio': add driver stowaway initcall skbd_init+0x0/0x16 returned 0 after 4639 usecs calling gpio_keys_init+0x0/0x1b @ 1 bus: 'platform': add driver gpio-keys initcall gpio_keys_init+0x0/0x1b returned 0 after 4129 usecs calling sermouse_init+0x0/0x20 @ 1 bus: 'serio': add driver sermouse initcall sermouse_init+0x0/0x20 returned 0 after 3760 usecs calling gpio_mouse_init+0x0/0x14 @ 1 bus: 'platform': add driver gpio_mouse bus: 'platform': remove driver gpio_mouse driver: 'gpio_mouse': driver_release initcall gpio_mouse_init+0x0/0x14 returned -19 after 13224 usecs calling a3d_init+0x0/0x16 @ 1 bus: 'gameport': add driver adc initcall a3d_init+0x0/0x16 returned 0 after 3578 usecs calling adi_init+0x0/0x16 @ 1 bus: 'gameport': add driver adi device: 'input3': device_add PM: Adding info for No Bus:input3 input: AT Translated Set 2 keyboard as /class/input/input3 initcall adi_init+0x0/0x16 returned 0 after 17505 usecs calling analog_init+0x0/0xee @ 1 bus: 'gameport': add driver analog initcall analog_init+0x0/0xee returned 0 after 3817 usecs calling cobra_init+0x0/0x16 @ 1 bus: 'gameport': add driver cobra initcall cobra_init+0x0/0x16 returned 0 after 4378 usecs calling db9_init+0x0/0x42d @ 1 initcall db9_init+0x0/0x42d returned -19 after 10 usecs calling gf2k_init+0x0/0x16 @ 1 bus: 'gameport': add driver gf2k initcall gf2k_init+0x0/0x16 returned 0 after 4074 usecs calling grip_init+0x0/0x16 @ 1 bus: 'gameport': add driver grip initcall grip_init+0x0/0x16 returned 0 after 3622 usecs calling guillemot_init+0x0/0x16 @ 1 bus: 'gameport': add driver guillemot device: 'event3': device_add PM: Adding info for No Bus:event3 initcall guillemot_init+0x0/0x16 returned 0 after 12663 usecs calling joydump_init+0x0/0x16 @ 1 bus: 'gameport': add driver joydump initcall joydump_init+0x0/0x16 returned 0 after 3929 usecs calling magellan_init+0x0/0x16 @ 1 bus: 'serio': add driver magellan initcall magellan_init+0x0/0x16 returned 0 after 5505 usecs calling sw_init+0x0/0x16 @ 1 bus: 'gameport': add driver sidewinder evbug.c: Connected device: input3 (AT Translated Set 2 keyboard at isa0060/serio0/input0) driver: 'serio0': driver_bound: bound to device 'atkbd' bus: 'serio': really_probe: bound device serio0 to driver atkbd initcall sw_init+0x0/0x16 returned 0 after 19421 usecs calling spaceball_init+0x0/0x16 @ 1 bus: 'serio': add driver spaceball initcall spaceball_init+0x0/0x16 returned 0 after 4194 usecs calling spaceorb_init+0x0/0x16 @ 1 bus: 'serio': add driver spaceorb initcall spaceorb_init+0x0/0x16 returned 0 after 5744 usecs calling stinger_init+0x0/0x16 @ 1 bus: 'serio': add driver stinger initcall stinger_init+0x0/0x16 returned 0 after 4764 usecs calling tmdc_init+0x0/0x1d @ 1 bus: 'gameport': add driver tmdc initcall tmdc_init+0x0/0x1d returned 0 after 3971 usecs calling tgfx_init+0x0/0x415 @ 1 initcall tgfx_init+0x0/0x415 returned -19 after 9 usecs calling twidjoy_init+0x0/0x16 @ 1 bus: 'serio': add driver twidjoy initcall twidjoy_init+0x0/0x16 returned 0 after 3992 usecs calling warrior_init+0x0/0x16 @ 1 bus: 'serio': add driver warrior initcall warrior_init+0x0/0x16 returned 0 after 3946 usecs calling usb_xpad_init+0x0/0x34 @ 1 bus: 'usb': add driver xpad usbcore: registered new interface driver xpad xpad: X-Box pad driver initcall usb_xpad_init+0x0/0x34 returned 0 after 10391 usecs calling zhenhua_init+0x0/0x16 @ 1 bus: 'serio': add driver zhenhua initcall zhenhua_init+0x0/0x16 returned 0 after 5272 usecs calling usb_acecad_init+0x0/0x34 @ 1 bus: 'usb': add driver usb_acecad usbcore: registered new interface driver usb_acecad acecad: v3.2:USB Acecad Flair tablet driver initcall usb_acecad_init+0x0/0x34 returned 0 after 10848 usecs calling gtco_init+0x0/0x4c @ 1 bus: 'usb': add driver gtco usbcore: registered new interface driver gtco GTCO usb driver version: 2.00.0006initcall gtco_init+0x0/0x4c returned 0 after 11284 usecs calling wacom_init+0x0/0x3e @ 1 bus: 'usb': add driver wacom usbcore: registered new interface driver wacom wacom: v1.48:USB Wacom Graphire and Wacom Intuos tablet driver initcall wacom_init+0x0/0x3e returned 0 after 11804 usecs calling gunze_init+0x0/0x16 @ 1 bus: 'serio': add driver gunze initcall gunze_init+0x0/0x16 returned 0 after 4688 usecs calling elo_init+0x0/0x16 @ 1 bus: 'serio': add driver elo initcall elo_init+0x0/0x16 returned 0 after 4144 usecs calling fujitsu_init+0x0/0x16 @ 1 bus: 'serio': add driver fujitsu_ts initcall fujitsu_init+0x0/0x16 returned 0 after 4006 usecs calling mtouch_init+0x0/0x16 @ 1 bus: 'serio': add driver mtouch initcall mtouch_init+0x0/0x16 returned 0 after 3517 usecs calling mk712_init+0x0/0x1c5 @ 1 mk712: device not present initcall mk712_init+0x0/0x1c5 returned -19 after 2796 usecs calling usbtouch_init+0x0/0x16 @ 1 bus: 'usb': add driver usbtouchscreen usbcore: registered new interface driver usbtouchscreen initcall usbtouch_init+0x0/0x16 returned 0 after 5916 usecs calling tr_init+0x0/0x16 @ 1 bus: 'serio': add driver touchright initcall tr_init+0x0/0x16 returned 0 after 5286 usecs calling tw_init+0x0/0x16 @ 1 bus: 'serio': add driver touchwin initcall tw_init+0x0/0x16 returned 0 after 4971 usecs calling pcspkr_init+0x0/0xf @ 1 bus: 'platform': add driver pcspkr bus: 'platform': driver_probe_device: matched device pcspkr with driver pcspkr bus: 'platform': really_probe: probing driver pcspkr with device pcspkr device: 'input4': device_add PM: Adding info for No Bus:input4 input: PC Speaker as /class/input/input4 device: 'event4': device_add PM: Adding info for No Bus:event4 evbug.c: Connected device: input4 (PC Speaker at isa0061/input0) driver: 'pcspkr': driver_bound: bound to device 'pcspkr' bus: 'platform': really_probe: bound device pcspkr to driver pcspkr initcall pcspkr_init+0x0/0xf returned 0 after 95141 usecs calling wb_module_init+0x0/0x295 @ 1 wistron_btns: System unknown initcall wb_module_init+0x0/0x295 returned -19 after 3096 usecs calling usb_keyspan_init+0x0/0x3a @ 1 bus: 'usb': add driver keyspan_remote usbcore: registered new interface driver keyspan_remote initcall usb_keyspan_init+0x0/0x3a returned 0 after 10749 usecs calling ds1307_init+0x0/0x11 @ 1 bus: 'i2c': add driver rtc-ds1307 i2c-core: driver [rtc-ds1307] registered initcall ds1307_init+0x0/0x11 returned 0 after 8953 usecs calling ds1374_init+0x0/0x11 @ 1 bus: 'i2c': add driver rtc-ds1374 i2c-core: driver [rtc-ds1374] registered initcall ds1374_init+0x0/0x11 returned 0 after 4006 usecs calling ds1511_rtc_init+0x0/0xf @ 1 bus: 'platform': add driver ds1511 initcall ds1511_rtc_init+0x0/0xf returned 0 after 5991 usecs calling ds1672_init+0x0/0x11 @ 1 bus: 'i2c': add driver rtc-ds1672 i2c-core: driver [rtc-ds1672] registered initcall ds1672_init+0x0/0x11 returned 0 after 7935 usecs calling fm3130_init+0x0/0x11 @ 1 bus: 'i2c': add driver rtc-fm3130 i2c-core: driver [rtc-fm3130] registered initcall fm3130_init+0x0/0x11 returned 0 after 8769 usecs calling m41t94_init+0x0/0xf @ 1 bus: 'spi': add driver rtc-m41t94 initcall m41t94_init+0x0/0xf returned 0 after 4290 usecs calling m48t86_rtc_init+0x0/0xf @ 1 bus: 'platform': add driver rtc-m48t86 initcall m48t86_rtc_init+0x0/0xf returned 0 after 6101 usecs calling max6900_init+0x0/0x11 @ 1 bus: 'i2c': add driver rtc-max6900 i2c-core: driver [rtc-max6900] registered initcall max6900_init+0x0/0x11 returned 0 after 8148 usecs calling max6902_init+0x0/0x1e @ 1 max6902 spi driver bus: 'spi': add driver rtc-max6902 initcall max6902_init+0x0/0x1e returned 0 after 6542 usecs calling pcf8563_init+0x0/0x11 @ 1 bus: 'i2c': add driver rtc-pcf8563 i2c-core: driver [rtc-pcf8563] registered initcall pcf8563_init+0x0/0x11 returned 0 after 9964 usecs calling r9701_init+0x0/0xf @ 1 bus: 'spi': add driver rtc-r9701 initcall r9701_init+0x0/0xf returned 0 after 4441 usecs calling rs5c348_init+0x0/0xf @ 1 bus: 'spi': add driver rtc-rs5c348 initcall rs5c348_init+0x0/0xf returned 0 after 5158 usecs calling s35390a_rtc_init+0x0/0x16 @ 1 bus: 'i2c': add driver rtc-s35390a i2c-core: driver [rtc-s35390a] registered initcall s35390a_rtc_init+0x0/0x16 returned 0 after 8429 usecs calling stk17ta8_init+0x0/0xf @ 1 bus: 'platform': add driver stk17ta8 initcall stk17ta8_init+0x0/0xf returned 0 after 5206 usecs calling x1205_init+0x0/0x1d @ 1 bus: 'i2c': add driver rtc-x1205 i2c-core: driver [rtc-x1205] registered initcall x1205_init+0x0/0x1d returned 0 after 9798 usecs calling i2c_dev_init+0x0/0x95 @ 1 i2c /dev entries driver device class 'i2c-dev': registering bus: 'i2c': add driver dev_driver i2c-core: driver [dev_driver] registered initcall i2c_dev_init+0x0/0x95 returned 0 after 18839 usecs calling i2c_ali1535_init+0x0/0x16 @ 1 bus: 'pci': add driver ali1535_smbus initcall i2c_ali1535_init+0x0/0x16 returned 0 after 5189 usecs calling i2c_ali15x3_init+0x0/0x16 @ 1 bus: 'pci': add driver ali15x3_smbus initcall i2c_ali15x3_init+0x0/0x16 returned 0 after 5725 usecs calling amd756_init+0x0/0x16 @ 1 bus: 'pci': add driver amd756_smbus initcall amd756_init+0x0/0x16 returned 0 after 5453 usecs calling i2c_amd8111_init+0x0/0x16 @ 1 bus: 'pci': add driver amd8111_smbus2 initcall i2c_amd8111_init+0x0/0x16 returned 0 after 5229 usecs calling i2c_i801_init+0x0/0x16 @ 1 bus: 'pci': add driver i801_smbus bus: 'pci': driver_probe_device: matched device 0000:00:1f.3 with driver i801_smbus bus: 'pci': really_probe: probing driver i801_smbus with device 0000:00:1f.3 ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9 PCI: setting IRQ 9 as level-triggered i801_smbus 0000:00:1f.3: PCI INT B -> Link[LNKB] -> GSI 9 (level, low) -> IRQ 9 i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt device: 'i2c-0': device_add PM: Adding info for No Bus:i2c-0 i2c-adapter i2c-0: adapter [SMBus I801 adapter at 0500] registered device: 'i2c-0': device_add PM: Adding info for No Bus:i2c-0 i2c-dev: adapter [SMBus I801 adapter at 0500] registered as minor 0 driver: '0000:00:1f.3': driver_bound: bound to device 'i801_smbus' bus: 'pci': really_probe: bound device 0000:00:1f.3 to driver i801_smbus initcall i2c_i801_init+0x0/0x16 returned 0 after 52018 usecs calling i2c_sch_init+0x0/0x16 @ 1 bus: 'pci': add driver isch_smbus initcall i2c_sch_init+0x0/0x16 returned 0 after 6798 usecs calling nforce2_init+0x0/0x16 @ 1 bus: 'pci': add driver nForce2_smbus initcall nforce2_init+0x0/0x16 returned 0 after 4335 usecs calling i2c_piix4_init+0x0/0x16 @ 1 bus: 'pci': add driver piix4_smbus initcall i2c_piix4_init+0x0/0x16 returned 0 after 6277 usecs calling i2c_sis5595_init+0x0/0x16 @ 1 bus: 'pci': add driver sis5595_smbus initcall i2c_sis5595_init+0x0/0x16 returned 0 after 5506 usecs calling i2c_sis630_init+0x0/0x16 @ 1 bus: 'pci': add driver sis630_smbus initcall i2c_sis630_init+0x0/0x16 returned 0 after 7983 usecs calling i2c_vt586b_init+0x0/0x16 @ 1 bus: 'pci': add driver vt586b_smbus initcall i2c_vt586b_init+0x0/0x16 returned 0 after 6555 usecs calling i2c_vt596_init+0x0/0x16 @ 1 bus: 'pci': add driver vt596_smbus initcall i2c_vt596_init+0x0/0x16 returned 0 after 4811 usecs calling i2c_adap_simtec_init+0x0/0xf @ 1 bus: 'platform': add driver simtec-i2c initcall i2c_adap_simtec_init+0x0/0xf returned 0 after 4949 usecs calling taos_init+0x0/0x16 @ 1 bus: 'serio': add driver taos-evm initcall taos_init+0x0/0x16 returned 0 after 4431 usecs calling i2c_voodoo3_init+0x0/0x16 @ 1 bus: 'pci': add driver voodoo3_smbus initcall i2c_voodoo3_init+0x0/0x16 returned 0 after 5584 usecs calling scx200_acb_init+0x0/0x25e @ 1 scx200_acb: NatSemi SCx200 ACCESS.bus Driver initcall scx200_acb_init+0x0/0x25e returned -19 after 4678 usecs calling ds1682_init+0x0/0x11 @ 1 bus: 'i2c': add driver ds1682 i2c-core: driver [ds1682] registered initcall ds1682_init+0x0/0x11 returned 0 after 7860 usecs calling at24_init+0x0/0x2c @ 1 bus: 'i2c': add driver at24 i2c-core: driver [at24] registered initcall at24_init+0x0/0x2c returned 0 after 7965 usecs calling eeprom_init+0x0/0x13 @ 1 bus: 'i2c': add driver eeprom i2c-core: driver [eeprom] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x50 i2c-adapter i2c-0: Creating eeprom at 0x50 device: '0-0050': device_add bus: 'i2c': add device 0-0050 PM: Adding info for i2c:0-0050 i2c 0-0050: uevent bus: 'i2c': driver_probe_device: matched device 0-0050 with driver eeprom bus: 'i2c': really_probe: probing driver eeprom with device 0-0050 eeprom 0-0050: probe driver: '0-0050': driver_bound: bound to device 'eeprom' bus: 'i2c': really_probe: bound device 0-0050 to driver eeprom i2c-adapter i2c-0: client [eeprom] registered with bus id 0-0050 i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x51 i2c-adapter i2c-0: Creating eeprom at 0x51 device: '0-0051': device_add bus: 'i2c': add device 0-0051 PM: Adding info for i2c:0-0051 i2c 0-0051: uevent bus: 'i2c': driver_probe_device: matched device 0-0051 with driver eeprom bus: 'i2c': really_probe: probing driver eeprom with device 0-0051 eeprom 0-0051: probe driver: '0-0051': driver_bound: bound to device 'eeprom' bus: 'i2c': really_probe: bound device 0-0051 to driver eeprom i2c-adapter i2c-0: client [eeprom] registered with bus id 0-0051 i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x52 i2c-adapter i2c-0: Creating eeprom at 0x52 device: '0-0052': device_add bus: 'i2c': add device 0-0052 PM: Adding info for i2c:0-0052 i2c 0-0052: uevent bus: 'i2c': driver_probe_device: matched device 0-0052 with driver eeprom bus: 'i2c': really_probe: probing driver eeprom with device 0-0052 eeprom 0-0052: probe driver: '0-0052': driver_bound: bound to device 'eeprom' bus: 'i2c': really_probe: bound device 0-0052 to driver eeprom i2c-adapter i2c-0: client [eeprom] registered with bus id 0-0052 i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x53 i2c-adapter i2c-0: Creating eeprom at 0x53 device: '0-0053': device_add bus: 'i2c': add device 0-0053 PM: Adding info for i2c:0-0053 i2c 0-0053: uevent bus: 'i2c': driver_probe_device: matched device 0-0053 with driver eeprom bus: 'i2c': really_probe: probing driver eeprom with device 0-0053 eeprom 0-0053: probe driver: '0-0053': driver_bound: bound to device 'eeprom' bus: 'i2c': really_probe: bound device 0-0053 to driver eeprom i2c-adapter i2c-0: client [eeprom] registered with bus id 0-0053 i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x54 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x55 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x56 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x57 i801_smbus 0000:00:1f.3: No response initcall eeprom_init+0x0/0x13 returned 0 after 285442 usecs calling w1_init+0x0/0xa0 @ 1 Driver for 1-wire Dallas network protocol. bus: 'w1': registered bus: 'w1': add driver w1_master_driver bus: 'w1': add driver w1_slave_driver initcall w1_init+0x0/0xa0 returned 0 after 18072 usecs calling matrox_w1_init+0x0/0x16 @ 1 bus: 'pci': add driver matrox_w1 initcall matrox_w1_init+0x0/0x16 returned 0 after 4078 usecs calling ds_init+0x0/0x40 @ 1 bus: 'usb': add driver DS9490R usbcore: registered new interface driver DS9490R initcall ds_init+0x0/0x40 returned 0 after 10873 usecs calling sensors_ds2482_init+0x0/0x11 @ 1 bus: 'i2c': add driver ds2482 i2c-core: driver [ds2482] registered initcall sensors_ds2482_init+0x0/0x11 returned 0 after 7190 usecs calling w1_gpio_init+0x0/0x14 @ 1 bus: 'platform': add driver w1-gpio bus: 'platform': remove driver w1-gpio driver: 'w1-gpio': driver_release initcall w1_gpio_init+0x0/0x14 returned -19 after 14288 usecs calling w1_therm_init+0x0/0x46 @ 1 initcall w1_therm_init+0x0/0x46 returned 0 after 146 usecs calling w1_smem_init+0x0/0x35 @ 1 initcall w1_smem_init+0x0/0x35 returned 0 after 13 usecs calling w1_f23_init+0x0/0xf @ 1 initcall w1_f23_init+0x0/0xf returned 0 after 12 usecs calling w1_ds2760_init+0x0/0x28 @ 1 1-Wire driver for the DS2760 battery monitor chip - (c) 2004-2005, Szabolcs Gyurko initcall w1_ds2760_init+0x0/0x28 returned 0 after 4651 usecs calling pda_power_init+0x0/0xf @ 1 bus: 'platform': add driver pda-power initcall pda_power_init+0x0/0xf returned 0 after 6994 usecs calling ds2760_battery_init+0x0/0xf @ 1 bus: 'platform': add driver ds2760-battery initcall ds2760_battery_init+0x0/0xf returned 0 after 5218 usecs calling olpc_bat_init+0x0/0xfb @ 1 initcall olpc_bat_init+0x0/0xfb returned -6 after 10 usecs initcall olpc_bat_init+0x0/0xfb returned with error code -6 calling sensors_w83627hf_init+0x0/0x137 @ 1 w83627hf: Found W83627HF chip at 0x290 bus: 'platform': add driver w83627hf Registering platform device 'w83627hf.656'. Parent at platform device: 'w83627hf.656': device_add bus: 'platform': add device w83627hf.656 PM: Adding info for platform:w83627hf.656 bus: 'platform': driver_probe_device: matched device w83627hf.656 with driver w83627hf bus: 'platform': really_probe: probing driver w83627hf with device w83627hf.656 device: 'hwmon0': device_add PM: Adding info for No Bus:hwmon0 driver: 'w83627hf.656': driver_bound: bound to device 'w83627hf' bus: 'platform': really_probe: bound device w83627hf.656 to driver w83627hf initcall sensors_w83627hf_init+0x0/0x137 returned 0 after 44914 usecs calling sensors_w83792d_init+0x0/0x11 @ 1 bus: 'i2c': add driver w83792d i2c-core: driver [w83792d] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2d i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2e i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2f i801_smbus 0000:00:1f.3: No response initcall sensors_w83792d_init+0x0/0x11 returned 0 after 65536 usecs calling sensors_w83793_init+0x0/0x11 @ 1 bus: 'i2c': add driver w83793 i2c-core: driver [w83793] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2d i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2e i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2f i801_smbus 0000:00:1f.3: No response initcall sensors_w83793_init+0x0/0x11 returned 0 after 55271 usecs calling sensors_w83791d_init+0x0/0x12 @ 1 bus: 'i2c': add driver w83791d i2c-core: driver [w83791d] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2d i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2e i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2f i801_smbus 0000:00:1f.3: No response initcall sensors_w83791d_init+0x0/0x12 returned 0 after 55222 usecs calling abituguru_init+0x0/0x1a0 @ 1 initcall abituguru_init+0x0/0x1a0 returned -19 after 11 usecs calling abituguru3_init+0x0/0x1f6 @ 1 initcall abituguru3_init+0x0/0x1f6 returned -19 after 9 usecs calling ad7418_init+0x0/0x11 @ 1 bus: 'i2c': add driver ad7418 i2c-core: driver [ad7418] registered initcall ad7418_init+0x0/0x11 returned 0 after 7195 usecs calling init_adcxx+0x0/0x69 @ 1 bus: 'spi': add driver adcxx1s bus: 'spi': add driver adcxx2s bus: 'spi': add driver adcxx4s bus: 'spi': add driver adcxx8s initcall init_adcxx+0x0/0x69 returned 0 after 13703 usecs calling sensors_adm1025_init+0x0/0x11 @ 1 bus: 'i2c': add driver adm1025 i2c-core: driver [adm1025] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2d i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2e i801_smbus 0000:00:1f.3: No response initcall sensors_adm1025_init+0x0/0x11 returned 0 after 45655 usecs calling sm_adm1026_init+0x0/0x11 @ 1 bus: 'i2c': add driver adm1026 i2c-core: driver [adm1026] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2d i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2e i801_smbus 0000:00:1f.3: No response initcall sm_adm1026_init+0x0/0x11 returned 0 after 47791 usecs calling sensors_adm1029_init+0x0/0x11 @ 1 bus: 'i2c': add driver adm1029 i2c-core: driver [adm1029] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x28 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x29 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2a i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2b i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2d i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2e i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2f i801_smbus 0000:00:1f.3: No response initcall sensors_adm1029_init+0x0/0x11 returned 0 after 102494 usecs calling sensors_adm1031_init+0x0/0x11 @ 1 bus: 'i2c': add driver adm1031 i2c-core: driver [adm1031] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2d i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2e i801_smbus 0000:00:1f.3: No response initcall sensors_adm1031_init+0x0/0x11 returned 0 after 43302 usecs calling sensors_adm9240_init+0x0/0x11 @ 1 bus: 'i2c': add driver adm9240 i2c-core: driver [adm9240] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2d i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2e i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2f i801_smbus 0000:00:1f.3: No response initcall sensors_adm9240_init+0x0/0x11 returned 0 after 55126 usecs calling sensors_ads7828_init+0x0/0x52 @ 1 bus: 'i2c': add driver ads7828 i2c-core: driver [ads7828] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x48 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x49 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4a i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4b i801_smbus 0000:00:1f.3: No response initcall sensors_ads7828_init+0x0/0x52 returned 0 after 55113 usecs calling adt7470_init+0x0/0x11 @ 1 bus: 'i2c': add driver adt7470 i2c-core: driver [adt7470] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2e i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2f i801_smbus 0000:00:1f.3: No response initcall adt7470_init+0x0/0x11 returned 0 after 44184 usecs calling adt7473_init+0x0/0x18 @ 1 bus: 'i2c': add driver adt7473 i2c-core: driver [adt7473] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2d i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2e i801_smbus 0000:00:1f.3: No response initcall adt7473_init+0x0/0x18 returned 0 after 44949 usecs calling applesmc_init+0x0/0x530 @ 1 applesmc: supported laptop not found! applesmc: driver init failed (ret=-19)! initcall applesmc_init+0x0/0x530 returned -19 after 8083 usecs calling coretemp_init+0x0/0x1d1 @ 1 bus: 'platform': add driver coretemp bus: 'platform': remove driver coretemp driver: 'coretemp': driver_release initcall coretemp_init+0x0/0x1d1 returned -19 after 12030 usecs calling ds1621_init+0x0/0x1f @ 1 bus: 'i2c': add driver ds1621 i2c-core: driver [ds1621] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x48 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x49 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4a i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4b i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4d i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4e i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4f i801_smbus 0000:00:1f.3: No response initcall ds1621_init+0x0/0x1f returned 0 after 102045 usecs calling f71805f_init+0x0/0x135 @ 1 initcall f71805f_init+0x0/0x135 returned -19 after 30 usecs calling fschmd_init+0x0/0x11 @ 1 bus: 'i2c': add driver fschmd i2c-core: driver [fschmd] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x73 i801_smbus 0000:00:1f.3: No response initcall fschmd_init+0x0/0x11 returned 0 after 19555 usecs calling sensors_gl520sm_init+0x0/0x11 @ 1 bus: 'i2c': add driver gl520sm i2c-core: driver [gl520sm] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2d i801_smbus 0000:00:1f.3: No response initcall sensors_gl520sm_init+0x0/0x11 returned 0 after 32552 usecs calling i5k_amb_init+0x0/0x54 @ 1 bus: 'platform': add driver i5k_amb Registering platform device 'i5k_amb.0'. Parent at platform device: 'i5k_amb.0': device_add bus: 'platform': add device i5k_amb.0 PM: Adding info for platform:i5k_amb.0 bus: 'platform': driver_probe_device: matched device i5k_amb.0 with driver i5k_amb bus: 'platform': really_probe: probing driver i5k_amb with device i5k_amb.0 initcall i5k_amb_init+0x0/0x54 returned 0 after 25930 usecs calling aem_init+0x0/0x47 @ 1 bus: 'platform': add driver aem initcall aem_init+0x0/0x47 returned 0 after 3543 usecs calling ibmpex_init+0x0/0xf @ 1 initcall ibmpex_init+0x0/0xf returned 0 after 12 usecs calling k8temp_init+0x0/0x16 @ 1 bus: 'pci': add driver k8temp initcall k8temp_init+0x0/0x16 returned 0 after 3465 usecs calling sensors_lm63_init+0x0/0x11 @ 1 bus: 'i2c': add driver lm63 i2c-core: driver [lm63] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4c i801_smbus 0000:00:1f.3: No response initcall sensors_lm63_init+0x0/0x11 returned 0 after 20492 usecs calling sensors_lm75_init+0x0/0x11 @ 1 bus: 'i2c': add driver lm75 i2c-core: driver [lm75] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x48 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x49 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4a i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4b i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4d i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4e i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4f i801_smbus 0000:00:1f.3: No response initcall sensors_lm75_init+0x0/0x11 returned 0 after 114298 usecs calling sensors_lm80_init+0x0/0x11 @ 1 bus: 'i2c': add driver lm80 i2c-core: driver [lm80] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x28 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x29 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2a i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2b i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2d i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2e i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2f i801_smbus 0000:00:1f.3: No response initcall sensors_lm80_init+0x0/0x11 returned 0 after 102398 usecs calling sensors_lm83_init+0x0/0x11 @ 1 bus: 'i2c': add driver lm83 i2c-core: driver [lm83] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x18 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x19 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x1a i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x29 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2a i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2b i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4d i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4e i801_smbus 0000:00:1f.3: No response initcall sensors_lm83_init+0x0/0x11 returned 0 after 114269 usecs calling sensors_lm87_init+0x0/0x11 @ 1 bus: 'i2c': add driver lm87 i2c-core: driver [lm87] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2d i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2e i801_smbus 0000:00:1f.3: No response initcall sensors_lm87_init+0x0/0x11 returned 0 after 43885 usecs calling sensors_lm90_init+0x0/0x11 @ 1 bus: 'i2c': add driver lm90 i2c-core: driver [lm90] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x18 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x19 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x1a i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x29 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2a i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2b i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4d i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4e i801_smbus 0000:00:1f.3: No response initcall sensors_lm90_init+0x0/0x11 returned 0 after 114290 usecs calling sensors_lm92_init+0x0/0x11 @ 1 bus: 'i2c': add driver lm92 i2c-core: driver [lm92] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x48 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x49 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4a i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4b i801_smbus 0000:00:1f.3: No response initcall sensors_lm92_init+0x0/0x11 returned 0 after 55624 usecs calling max1111_init+0x0/0xf @ 1 bus: 'spi': add driver max1111 initcall max1111_init+0x0/0xf returned 0 after 3450 usecs calling sensors_max1619_init+0x0/0x1c @ 1 bus: 'i2c': add driver max1619 i2c-core: driver [max1619] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x18 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x19 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x1a i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x29 i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2a i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2b i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4d i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x4e i801_smbus 0000:00:1f.3: No response initcall sensors_max1619_init+0x0/0x1c returned 0 after 116683 usecs calling pc87360_init+0x0/0x17b @ 1 pc87360: PC8736x not detected, module not inserted. initcall pc87360_init+0x0/0x17b returned -19 after 1406 usecs calling smsc47b397_init+0x0/0x1a2 @ 1 initcall smsc47b397_init+0x0/0x1a2 returned -19 after 15 usecs calling sm_smsc47m1_init+0x0/0x212 @ 1 initcall sm_smsc47m1_init+0x0/0x212 returned -19 after 15 usecs calling smsc47m192_init+0x0/0x11 @ 1 bus: 'i2c': add driver smsc47m192 i2c-core: driver [smsc47m192] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2d i801_smbus 0000:00:1f.3: No response initcall smsc47m192_init+0x0/0x11 returned 0 after 34772 usecs calling sm_thmc50_init+0x0/0x11 @ 1 bus: 'i2c': add driver thmc50 i2c-core: driver [thmc50] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2c i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2d i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2e i801_smbus 0000:00:1f.3: No response initcall sm_thmc50_init+0x0/0x11 returned 0 after 44482 usecs calling sm_via686a_init+0x0/0x16 @ 1 bus: 'pci': add driver via686a initcall sm_via686a_init+0x0/0x16 returned 0 after 3536 usecs calling vt1211_init+0x0/0x17d @ 1 initcall vt1211_init+0x0/0x17d returned -19 after 25 usecs calling sensors_w83627ehf_init+0x0/0x136 @ 1 w83627ehf: unsupported chip ID: 0x5217 initcall sensors_w83627ehf_init+0x0/0x136 returned -19 after 4067 usecs calling sensors_w83l785ts_init+0x0/0x11 @ 1 bus: 'i2c': add driver w83l785ts i2c-core: driver [w83l785ts] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2e i801_smbus 0000:00:1f.3: No response initcall sensors_w83l785ts_init+0x0/0x11 returned 0 after 19962 usecs calling sensors_w83l786ng_init+0x0/0x11 @ 1 bus: 'i2c': add driver w83l786ng i2c-core: driver [w83l786ng] registered i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2e i801_smbus 0000:00:1f.3: No response i2c-adapter i2c-0: found normal entry for adapter 0, addr 0x2f i801_smbus 0000:00:1f.3: No response initcall sensors_w83l786ng_init+0x0/0x11 returned 0 after 31268 usecs calling pcipcwd_init_module+0x0/0x2a @ 1 bus: 'pci': add driver pcwd_pci initcall pcipcwd_init_module+0x0/0x2a returned 0 after 3600 usecs calling wdtpci_init+0x0/0x16 @ 1 bus: 'pci': add driver wdt_pci initcall wdtpci_init+0x0/0x16 returned 0 after 3484 usecs calling usb_pcwd_init+0x0/0x44 @ 1 bus: 'usb': add driver pcwd_usb usbcore: registered new interface driver pcwd_usb pcwd_usb: Berkshire USB-PC Watchdog driver v1.02 (21 Jan 2007) initcall usb_pcwd_init+0x0/0x44 returned 0 after 11146 usecs calling acq_init+0x0/0x5d @ 1 WDT driver for Acquire single board computer initialising. bus: 'platform': add driver acquirewdt Registering platform device 'acquirewdt'. Parent at platform device: 'acquirewdt': device_add bus: 'platform': add device acquirewdt PM: Adding info for platform:acquirewdt bus: 'platform': driver_probe_device: matched device acquirewdt with driver acquirewdt bus: 'platform': really_probe: probing driver acquirewdt with device acquirewdt acquirewdt: I/O address 0x0043 already in use acquirewdt: probe of acquirewdt failed with error -5 initcall acq_init+0x0/0x5d returned 0 after 39533 usecs calling advwdt_init+0x0/0x5f @ 1 WDT driver for Advantech single board computer initialising. bus: 'platform': add driver advantechwdt Registering platform device 'advantechwdt'. Parent at platform device: 'advantechwdt': device_add bus: 'platform': add device advantechwdt PM: Adding info for platform:advantechwdt bus: 'platform': driver_probe_device: matched device advantechwdt with driver advantechwdt bus: 'platform': really_probe: probing driver advantechwdt with device advantechwdt device: 'watchdog': device_add PM: Adding info for No Bus:watchdog advantechwdt: initialized. timeout=60 sec (nowayout=0) driver: 'advantechwdt': driver_bound: bound to device 'advantechwdt' bus: 'platform': really_probe: bound device advantechwdt to driver advantechwdt initcall advwdt_init+0x0/0x5f returned 0 after 49034 usecs calling watchdog_init+0x0/0x175 @ 1 initcall watchdog_init+0x0/0x175 returned -19 after 43 usecs calling sc520_wdt_init+0x0/0xeb @ 1 sc520_wdt: cannot register miscdev on minor=130 (err=-16) initcall sc520_wdt_init+0x0/0xeb returned -16 after 5925 usecs initcall sc520_wdt_init+0x0/0xeb returned with error code -16 calling watchdog_init+0x0/0x2ba @ 1 initcall watchdog_init+0x0/0x2ba returned -19 after 58 usecs calling hpwdt_init+0x0/0x16 @ 1 bus: 'pci': add driver hpwdt initcall hpwdt_init+0x0/0x16 returned 0 after 3365 usecs calling sbc60xxwdt_init+0x0/0x190 @ 1 sbc60xxwdt: I/O address 0x0443 already in use initcall sbc60xxwdt_init+0x0/0x190 returned -5 after 820 usecs initcall sbc60xxwdt_init+0x0/0x190 returned with error code -5 calling sbc8360_init+0x0/0x1a2 @ 1 sbc8360: failed to register misc device initcall sbc8360_init+0x0/0x1a2 returned -16 after 4141 usecs initcall sbc8360_init+0x0/0x1a2 returned with error code -16 calling sbc7240_wdt_init+0x0/0x11e @ 1 sbc7240_wdt: I/O address 0x0443 already in use initcall sbc7240_wdt_init+0x0/0x11e returned -5 after 4817 usecs initcall sbc7240_wdt_init+0x0/0x11e returned with error code -5 calling cpu5wdt_init_module+0x0/0x130 @ 1 cpu5wdt: sorry, was my fault cpu5wdt: misc_register failed initcall cpu5wdt_init_module+0x0/0x130 returned -16 after 6202 usecs initcall cpu5wdt_init_module+0x0/0x130 returned with error code -16 calling wb_smsc_wdt_init+0x0/0x1c3 @ 1 SMsC 37B787 watchdog component driver 1.1 initialising... smsc37b787_wdt: Unable to register miscdev on minor 130 initcall wb_smsc_wdt_init+0x0/0x1c3 returned -16 after 9262 usecs initcall wb_smsc_wdt_init+0x0/0x1c3 returned with error code -16 calling wdt_init+0x0/0x1f0 @ 1 WDT driver for the Winbond(TM) W83627HF/THF/HG Super I/O chip initialising. w83627hf/thf/hg WDT: cannot register miscdev on minor=130 (err=-16) initcall wdt_init+0x0/0x1f0 returned -16 after 10631 usecs initcall wdt_init+0x0/0x1f0 returned with error code -16 calling wdt_init+0x0/0x1ba @ 1 WDT driver for the Winbond(TM) W83697UG/UF Super I/O chip initialising. w83697ug/uf WDT: No W83697UG/UF could be found w83697ug/uf WDT: cannot register miscdev on minor=130 (err=-16) initcall wdt_init+0x0/0x1ba returned -16 after 10721 usecs initcall wdt_init+0x0/0x1ba returned with error code -16 calling zf_init+0x0/0x173 @ 1 machzwd: MachZ ZF-Logic Watchdog driver initializing. machzwd: no ZF-Logic found initcall zf_init+0x0/0x173 returned -19 after 8363 usecs calling raid_init+0x0/0x10 @ 1 md: raid10 personality registered for level 10 initcall raid_init+0x0/0x10 returned 0 after 956 usecs calling raid5_init+0x0/0x40 @ 1 raid6: int32x1 544 MB/s raid6: int32x2 671 MB/s raid6: int32x4 593 MB/s raid6: int32x8 432 MB/s raid6: mmxx1 1714 MB/s raid6: mmxx2 2151 MB/s raid6: sse1x1 985 MB/s raid6: sse1x2 1847 MB/s raid6: sse2x1 1757 MB/s raid6: sse2x2 2295 MB/s raid6: using algorithm sse2x2 (2295 MB/s) md: raid6 personality registered for level 6 md: raid5 personality registered for level 5 md: raid4 personality registered for level 4 initcall raid5_init+0x0/0x40 returned 0 after 679333 usecs calling raid_init+0x0/0xf @ 1 md: faulty personality registered for level -5 initcall raid_init+0x0/0xf returned 0 after 4815 usecs calling dm_init+0x0/0x42 @ 1 device: 'device-mapper': device_add PM: Adding info for No Bus:device-mapper device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com initcall dm_init+0x0/0x42 returned 0 after 13561 usecs calling dm_crypt_init+0x0/0x6c @ 1 initcall dm_crypt_init+0x0/0x6c returned 0 after 76 usecs calling dm_delay_init+0x0/0xcc @ 1 initcall dm_delay_init+0x0/0xcc returned 0 after 140 usecs calling dm_multipath_init+0x0/0x143 @ 1 device-mapper: multipath: version 1.0.5 loaded initcall dm_multipath_init+0x0/0x143 returned 0 after 4972 usecs calling dm_rr_init+0x0/0x3d @ 1 device-mapper: multipath round-robin: version 1.0.0 loaded initcall dm_rr_init+0x0/0x3d returned 0 after 6087 usecs calling dm_snapshot_init+0x0/0x20d @ 1 initcall dm_snapshot_init+0x0/0x20d returned 0 after 195 usecs calling dm_mirror_init+0x0/0x2d @ 1 initcall dm_mirror_init+0x0/0x2d returned 0 after 12 usecs calling dm_dirty_log_init+0x0/0x53 @ 1 initcall dm_dirty_log_init+0x0/0x53 returned 0 after 62 usecs calling dm_zero_init+0x0/0x31 @ 1 initcall dm_zero_init+0x0/0x31 returned 0 after 11 usecs calling vhci_init+0x0/0x5c @ 1 Bluetooth: Virtual HCI driver ver 1.2 device: 'vhci': device_add PM: Adding info for No Bus:vhci initcall vhci_init+0x0/0x5c returned 0 after 10700 usecs calling bcm203x_init+0x0/0x50 @ 1 Bluetooth: Broadcom Blutonium firmware driver ver 1.2 bus: 'usb': add driver bcm203x usbcore: registered new interface driver bcm203x initcall bcm203x_init+0x0/0x50 returned 0 after 10154 usecs calling bfusb_init+0x0/0x50 @ 1 Bluetooth: BlueFRITZ! USB driver ver 1.2 bus: 'usb': add driver bfusb usbcore: registered new interface driver bfusb initcall bfusb_init+0x0/0x50 returned 0 after 12315 usecs calling btusb_init+0x0/0x36 @ 1 Bluetooth: Generic Bluetooth USB driver ver 0.3 bus: 'usb': add driver btusb usbcore: registered new interface driver btusb initcall btusb_init+0x0/0x36 returned 0 after 12972 usecs calling isdn_init+0x0/0x2a0 @ 1 ISDN subsystem Rev: 1.1.2.3/1.1.2.3/1.1.2.2/none/none/1.1.2.2 initcall isdn_init+0x0/0x2a0 returned 0 after 6975 usecs calling kcapi_init+0x0/0x8a @ 1 CAPI Subsystem Rev 1.1.2.8 initcall kcapi_init+0x0/0x8a returned 0 after 2933 usecs calling gigaset_init_module+0x0/0x35 @ 1 gigaset: Hansjoerg Lipp , Tilman Schmidt , Stefan Eilers gigaset: Driver for Gigaset 307x initcall gigaset_init_module+0x0/0x35 returned 0 after 8383 usecs calling bas_gigaset_init+0x0/0x9d @ 1 bus: 'usb': add driver bas_gigaset usbcore: registered new interface driver bas_gigaset bas_gigaset: Tilman Schmidt , Hansjoerg Lipp , Stefan Eilers bas_gigaset: USB Driver for Gigaset 307x initcall bas_gigaset_init+0x0/0x9d returned 0 after 15090 usecs calling edac_init+0x0/0xea @ 1 EDAC MC: Ver: 2.1.0 Jan 19 2009 EDAC DEBUG: edac_pci_dev_parity_clear() EDAC DEBUG: edac_pci_dev_parity_clear() EDAC DEBUG: edac_pci_dev_parity_clear() EDAC DEBUG: edac_pci_dev_parity_clear() EDAC DEBUG: edac_pci_dev_parity_clear() EDAC DEBUG: edac_pci_dev_parity_clear() EDAC DEBUG: edac_pci_dev_parity_clear() EDAC DEBUG: edac_pci_dev_parity_clear() EDAC DEBUG: edac_pci_dev_parity_clear() EDAC DEBUG: edac_pci_dev_parity_clear() EDAC DEBUG: edac_pci_dev_parity_clear() EDAC DEBUG: edac_pci_dev_parity_clear() EDAC DEBUG: edac_pci_dev_parity_clear() EDAC DEBUG: edac_pci_dev_parity_clear() EDAC DEBUG: edac_pci_dev_parity_clear() EDAC DEBUG: edac_pci_dev_parity_clear() EDAC DEBUG: edac_pci_dev_parity_clear() EDAC DEBUG: edac_pci_dev_parity_clear() Registering sysdev class 'edac' EDAC DEBUG: edac_sysfs_setup_mc_kset() EDAC DEBUG: edac_sysfs_setup_mc_kset() Registered '.../edac/mc' kobject initcall edac_init+0x0/0xea returned 0 after 85083 usecs calling i5000_init+0x0/0x54 @ 1 EDAC DEBUG: MC: drivers/edac/i5000_edac.c: i5000_init() bus: 'pci': add driver i5000_edac initcall i5000_init+0x0/0x54 returned 0 after 5666 usecs calling i5100_init+0x0/0x22 @ 1 bus: 'pci': add driver i5100_edac initcall i5100_init+0x0/0x22 returned 0 after 3795 usecs calling i82875p_init+0x0/0xf0 @ 1 bus: 'pci': add driver i82875p_edac EDAC DEBUG: 875p pci_get_device fail bus: 'pci': remove driver i82875p_edac driver: 'i82875p_edac': driver_release initcall i82875p_init+0x0/0xf0 returned -19 after 16163 usecs calling i82975x_init+0x0/0xf0 @ 1 bus: 'pci': add driver i82975x_edac EDAC DEBUG: i82975x pci_get_device fail bus: 'pci': remove driver i82975x_edac driver: 'i82975x_edac': driver_release initcall i82975x_init+0x0/0xf0 returned -19 after 16393 usecs calling i82860_init+0x0/0xe4 @ 1 bus: 'pci': add driver i82860_edac EDAC DEBUG: i82860_init_one() EDAC i82860: i82860 init one EDAC DEBUG: edac_mc_register_sysfs_main_kobj() EDAC DEBUG: edac_mc_register_sysfs_main_kobj() Registered '.../edac/mc0' kobject EDAC DEBUG: edac_mc_add_mc() EDAC DEBUG: edac_create_sysfs_mci_device() idx=0 EDAC DEBUG: edac_mc_workq_setup() EDAC MC0: Giving out device to 'i82860_edac' 'i82860': DEV 0000:00:00.0 EDAC DEBUG: edac_pci_alloc_ctl_info() EDAC DEBUG: edac_pci_add_device() EDAC DEBUG: add_edac_pci_to_global_list() EDAC DEBUG: find_edac_pci_by_dev() EDAC DEBUG: edac_pci_create_sysfs() idx=0 EDAC DEBUG: edac_pci_main_kobj_setup() EDAC DEBUG: Registered '.../edac/pci' kobject EDAC DEBUG: edac_pci_create_instance_kobj() EDAC DEBUG: edac_pci_create_instance_kobj() Register instance 'pci0' kobject EDAC DEBUG: edac_pci_workq_setup() EDAC PCI0: Giving out device to module 'i82860_edac' controller 'EDAC PCI controller': DEV '0000:00:00.0' (POLLED) initcall i82860_init+0x0/0xe4 returned 0 after 76397 usecs calling init+0x0/0x217 @ 1 lguest: mapped switcher at ffc00000 device: 'lguest': device_add PM: Adding info for No Bus:lguest initcall init+0x0/0x217 returned 0 after 11002 usecs calling init_ladder+0x0/0xf @ 1 cpuidle: using governor ladder initcall init_ladder+0x0/0xf returned 0 after 3370 usecs calling init_menu+0x0/0xf @ 1 cpuidle: using governor menu initcall init_menu+0x0/0xf returned 0 after 3079 usecs calling memstick_init+0x0/0x83 @ 1 bus: 'memstick': registered device class 'memstick_host': registering initcall memstick_init+0x0/0x83 returned 0 after 7795 usecs calling mspro_block_init+0x0/0x6d @ 1 bus: 'memstick': add driver mspro_block initcall mspro_block_init+0x0/0x6d returned 0 after 4320 usecs calling tifm_ms_init+0x0/0xf @ 1 bus: 'tifm': add driver tifm_ms initcall tifm_ms_init+0x0/0xf returned 0 after 3529 usecs calling pca9532_init+0x0/0x11 @ 1 bus: 'i2c': add driver pca9532 i2c-core: driver [pca9532] registered initcall pca9532_init+0x0/0x11 returned 0 after 7420 usecs calling gpio_led_init+0x0/0xf @ 1 bus: 'platform': add driver leds-gpio initcall gpio_led_init+0x0/0xf returned 0 after 4143 usecs calling pca955x_leds_init+0x0/0x1b @ 1 bus: 'i2c': add driver leds-pca955x i2c-core: driver [leds-pca955x] registered initcall pca955x_leds_init+0x0/0x1b returned 0 after 8384 usecs calling ib_core_init+0x0/0x4b @ 1 device class 'infiniband': registering initcall ib_core_init+0x0/0x4b returned 0 after 4286 usecs calling ib_mad_init_module+0x0/0x9b @ 1 initcall ib_mad_init_module+0x0/0x9b returned 0 after 90 usecs calling ib_sa_init+0x0/0x87 @ 1 initcall ib_sa_init+0x0/0x87 returned 0 after 105 usecs calling ib_cm_init+0x0/0x142 @ 1 device class 'infiniband_cm': registering initcall ib_cm_init+0x0/0x142 returned 0 after 4599 usecs calling iw_cm_init+0x0/0x42 @ 1 initcall iw_cm_init+0x0/0x42 returned 0 after 75 usecs calling addr_init+0x0/0x60 @ 1 initcall addr_init+0x0/0x60 returned 0 after 152 usecs calling cma_init+0x0/0xf0 @ 1 initcall cma_init+0x0/0xf0 returned 0 after 102 usecs calling ib_umad_init+0x0/0xc0 @ 1 device class 'infiniband_mad': registering initcall ib_umad_init+0x0/0xc0 returned 0 after 4634 usecs calling ib_uverbs_init+0x0/0x150 @ 1 device class 'infiniband_verbs': registering initcall ib_uverbs_init+0x0/0x150 returned 0 after 4987 usecs calling ib_ucm_init+0x0/0x9a @ 1 initcall ib_ucm_init+0x0/0x9a returned 0 after 19 usecs calling ucma_init+0x0/0x56 @ 1 device: 'rdma_cm': device_add PM: Adding info for No Bus:rdma_cm initcall ucma_init+0x0/0x56 returned 0 after 7390 usecs calling mthca_init+0x0/0x13b @ 1 bus: 'pci': add driver ib_mthca initcall mthca_init+0x0/0x13b returned 0 after 3765 usecs calling c2_init_module+0x0/0x16 @ 1 bus: 'pci': add driver c2 initcall c2_init_module+0x0/0x16 returned 0 after 2995 usecs calling mlx4_ib_init+0x0/0x18 @ 1 initcall mlx4_ib_init+0x0/0x18 returned 0 after 112 usecs calling nes_init_module+0x0/0x12a @ 1 bus: 'pci': add driver iw_nes initcall nes_init_module+0x0/0x12a returned 0 after 3671 usecs calling ipoib_init_module+0x0/0xf1 @ 1 initcall ipoib_init_module+0x0/0xf1 returned 0 after 107 usecs calling iser_init+0x0/0x125 @ 1 device: 'iser': device_add PM: Adding info for No Bus:iser iscsi: registered transport (iser) initcall iser_init+0x0/0x125 returned 0 after 10154 usecs calling efivars_init+0x0/0x1a6 @ 1 initcall efivars_init+0x0/0x1a6 returned -19 after 10 usecs calling dcdrbu_init+0x0/0x12a @ 1 Registering platform device 'dell_rbu'. Parent at platform device: 'dell_rbu': device_add bus: 'platform': add device dell_rbu PM: Adding info for platform:dell_rbu initcall dcdrbu_init+0x0/0x12a returned 0 after 13379 usecs calling dcdbas_init+0x0/0x57 @ 1 bus: 'platform': add driver dcdbas Registering platform device 'dcdbas'. Parent at platform device: 'dcdbas': device_add bus: 'platform': add device dcdbas PM: Adding info for platform:dcdbas bus: 'platform': driver_probe_device: matched device dcdbas with driver dcdbas bus: 'platform': really_probe: probing driver dcdbas with device dcdbas dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) driver: 'dcdbas': driver_bound: bound to device 'dcdbas' bus: 'platform': really_probe: bound device dcdbas to driver dcdbas initcall dcdbas_init+0x0/0x57 returned 0 after 35767 usecs calling hifn_init+0x0/0xb1 @ 1 bus: 'pci': add driver hifn795x Driver for HIFN 795x crypto accelerator chip has been successfully registered. initcall hifn_init+0x0/0xb1 returned 0 after 7667 usecs calling sysctl_core_init+0x0/0x1e @ 1 initcall sysctl_core_init+0x0/0x1e returned 0 after 51 usecs calling flow_cache_init+0x0/0x10e @ 1 initcall flow_cache_init+0x0/0x10e returned 0 after 80 usecs calling llc_init+0x0/0x20 @ 1 initcall llc_init+0x0/0x20 returned 0 after 14 usecs calling llc2_init+0x0/0xba @ 1 NET: Registered protocol family 26 initcall llc2_init+0x0/0xba returned 0 after 3671 usecs calling snap_init+0x0/0x30 @ 1 initcall snap_init+0x0/0x30 returned 0 after 109 usecs calling blackhole_module_init+0x0/0xf @ 1 initcall blackhole_module_init+0x0/0xf returned 0 after 12 usecs calling hfsc_init+0x0/0xf @ 1 initcall hfsc_init+0x0/0xf returned 0 after 10 usecs calling red_module_init+0x0/0xf @ 1 initcall red_module_init+0x0/0xf returned 0 after 10 usecs calling dsmark_module_init+0x0/0xf @ 1 initcall dsmark_module_init+0x0/0xf returned 0 after 10 usecs calling sfq_module_init+0x0/0xf @ 1 initcall sfq_module_init+0x0/0xf returned 0 after 10 usecs calling tbf_module_init+0x0/0xf @ 1 initcall tbf_module_init+0x0/0xf returned 0 after 10 usecs calling prio_module_init+0x0/0xf @ 1 initcall prio_module_init+0x0/0xf returned 0 after 11 usecs calling multiq_module_init+0x0/0xf @ 1 initcall multiq_module_init+0x0/0xf returned 0 after 10 usecs calling atm_init+0x0/0xf @ 1 initcall atm_init+0x0/0xf returned 0 after 11 usecs calling init_route4+0x0/0xf @ 1 initcall init_route4+0x0/0xf returned 0 after 48 usecs calling init_fw+0x0/0xf @ 1 initcall init_fw+0x0/0xf returned 0 after 10 usecs calling init_rsvp+0x0/0xf @ 1 initcall init_rsvp+0x0/0xf returned 0 after 10 usecs calling init_tcindex+0x0/0xf @ 1 initcall init_tcindex+0x0/0xf returned 0 after 66 usecs calling init_rsvp+0x0/0xf @ 1 initcall init_rsvp+0x0/0xf returned 0 after 10 usecs calling cls_flow_init+0x0/0xf @ 1 initcall cls_flow_init+0x0/0xf returned 0 after 10 usecs calling init_em_nbyte+0x0/0xf @ 1 initcall init_em_nbyte+0x0/0xf returned 0 after 46 usecs calling nfnetlink_init+0x0/0x69 @ 1 Netfilter messages via NETLINK v0.30. initcall nfnetlink_init+0x0/0x69 returned 0 after 3983 usecs calling nfnetlink_queue_init+0x0/0x9a @ 1 initcall nfnetlink_queue_init+0x0/0x9a returned 0 after 74 usecs calling nf_conntrack_standalone_init+0x0/0xf @ 1 nf_conntrack version 0.5.0 (16383 buckets, 65532 max) CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or sysctl net.netfilter.nf_conntrack_acct=1 to enable it. initcall nf_conntrack_standalone_init+0x0/0xf returned 0 after 14887 usecs calling nf_conntrack_proto_dccp_init+0x0/0x37 @ 1 initcall nf_conntrack_proto_dccp_init+0x0/0x37 returned 0 after 118 usecs calling nf_ct_proto_gre_init+0x0/0x3a @ 1 initcall nf_ct_proto_gre_init+0x0/0x3a returned 0 after 18 usecs calling nf_conntrack_proto_udplite_init+0x0/0x37 @ 1 initcall nf_conntrack_proto_udplite_init+0x0/0x37 returned 0 after 37 usecs calling nf_conntrack_ftp_init+0x0/0x181 @ 1 initcall nf_conntrack_ftp_init+0x0/0x181 returned 0 after 100 usecs calling nf_conntrack_h323_init+0x0/0xac @ 1 initcall nf_conntrack_h323_init+0x0/0xac returned 0 after 21 usecs calling nf_conntrack_pptp_init+0x0/0x35 @ 1 initcall nf_conntrack_pptp_init+0x0/0x35 returned 0 after 12 usecs calling nf_conntrack_sane_init+0x0/0x181 @ 1 initcall nf_conntrack_sane_init+0x0/0x181 returned 0 after 18 usecs calling nf_conntrack_tftp_init+0x0/0x161 @ 1 initcall nf_conntrack_tftp_init+0x0/0x161 returned 0 after 13 usecs calling xt_init+0x0/0x80 @ 1 initcall xt_init+0x0/0x80 returned 0 after 15 usecs calling tcpudp_mt_init+0x0/0x14 @ 1 initcall tcpudp_mt_init+0x0/0x14 returned 0 after 56 usecs calling classify_tg_init+0x0/0xf @ 1 initcall classify_tg_init+0x0/0xf returned 0 after 11 usecs calling connmark_tg_init+0x0/0x14 @ 1 initcall connmark_tg_init+0x0/0x14 returned 0 after 13 usecs calling mark_tg_init+0x0/0x14 @ 1 initcall mark_tg_init+0x0/0x14 returned 0 after 14 usecs calling notrack_tg_init+0x0/0xf @ 1 initcall notrack_tg_init+0x0/0xf returned 0 after 11 usecs calling xt_rateest_tg_init+0x0/0x33 @ 1 initcall xt_rateest_tg_init+0x0/0x33 returned 0 after 25 usecs calling tcpoptstrip_tg_init+0x0/0x14 @ 1 initcall tcpoptstrip_tg_init+0x0/0x14 returned 0 after 12 usecs calling trace_tg_init+0x0/0xf @ 1 initcall trace_tg_init+0x0/0xf returned 0 after 12 usecs calling comment_mt_init+0x0/0xf @ 1 initcall comment_mt_init+0x0/0xf returned 0 after 11 usecs calling connbytes_mt_init+0x0/0xf @ 1 initcall connbytes_mt_init+0x0/0xf returned 0 after 11 usecs calling connlimit_mt_init+0x0/0xf @ 1 initcall connlimit_mt_init+0x0/0xf returned 0 after 10 usecs calling dccp_mt_init+0x0/0x45 @ 1 initcall dccp_mt_init+0x0/0x45 returned 0 after 18 usecs calling esp_mt_init+0x0/0x21 @ 1 initcall esp_mt_init+0x0/0x21 returned 0 after 12 usecs calling hashlimit_mt_init+0x0/0xda @ 1 initcall hashlimit_mt_init+0x0/0xda returned 0 after 88 usecs calling iprange_mt_init+0x0/0x14 @ 1 initcall iprange_mt_init+0x0/0x14 returned 0 after 13 usecs calling length_mt_init+0x0/0x14 @ 1 initcall length_mt_init+0x0/0x14 returned 0 after 13 usecs calling mac_mt_init+0x0/0xf @ 1 initcall mac_mt_init+0x0/0xf returned 0 after 11 usecs calling multiport_mt_init+0x0/0x14 @ 1 initcall multiport_mt_init+0x0/0x14 returned 0 after 15 usecs calling physdev_mt_init+0x0/0xf @ 1 initcall physdev_mt_init+0x0/0xf returned 0 after 12 usecs calling policy_mt_init+0x0/0x14 @ 1 initcall policy_mt_init+0x0/0x14 returned 0 after 12 usecs calling quota_mt_init+0x0/0xf @ 1 initcall quota_mt_init+0x0/0xf returned 0 after 11 usecs calling recent_mt_init+0x0/0x86 @ 1 initcall recent_mt_init+0x0/0x86 returned 0 after 20 usecs calling sctp_mt_init+0x0/0x14 @ 1 initcall sctp_mt_init+0x0/0x14 returned 0 after 13 usecs calling state_mt_init+0x0/0x14 @ 1 initcall state_mt_init+0x0/0x14 returned 0 after 12 usecs calling time_mt_init+0x0/0xf @ 1 initcall time_mt_init+0x0/0xf returned 0 after 11 usecs calling u32_mt_init+0x0/0x1c @ 1 initcall u32_mt_init+0x0/0x1c returned 0 after 11 usecs calling sysctl_ipv4_init+0x0/0x41 @ 1 initcall sysctl_ipv4_init+0x0/0x41 returned 0 after 49 usecs calling ipip_init+0x0/0x65 @ 1 IPv4 over IPv4 tunneling driver device: 'tunl0': device_add PM: Adding info for No Bus:tunl0 initcall ipip_init+0x0/0x65 returned 0 after 10365 usecs calling ipgre_init+0x0/0xa0 @ 1 GRE over IPv4 tunneling driver device: 'gre0': device_add PM: Adding info for No Bus:gre0 initcall ipgre_init+0x0/0xa0 returned 0 after 9952 usecs calling init_syncookies+0x0/0x16 @ 1 initcall init_syncookies+0x0/0x16 returned 0 after 89 usecs calling ah4_init+0x0/0x67 @ 1 initcall ah4_init+0x0/0x67 returned 0 after 14 usecs calling xfrm4_beet_init+0x0/0x14 @ 1 initcall xfrm4_beet_init+0x0/0x14 returned 0 after 12 usecs calling tunnel4_init+0x0/0x67 @ 1 initcall tunnel4_init+0x0/0x67 returned 0 after 12 usecs calling xfrm4_mode_tunnel_init+0x0/0x19 @ 1 initcall xfrm4_mode_tunnel_init+0x0/0x19 returned 0 after 10 usecs calling ipv4_netfilter_init+0x0/0x20 @ 1 initcall ipv4_netfilter_init+0x0/0x20 returned 0 after 95 usecs calling nf_conntrack_l3proto_ipv4_init+0x0/0x13a @ 1 initcall nf_conntrack_l3proto_ipv4_init+0x0/0x13a returned 0 after 174 usecs calling nf_defrag_init+0x0/0x14 @ 1 initcall nf_defrag_init+0x0/0x14 returned 0 after 12 usecs calling ip_tables_init+0x0/0x97 @ 1 ip_tables: (C) 2000-2006 Netfilter Core Team initcall ip_tables_init+0x0/0x97 returned 0 after 4653 usecs calling iptable_filter_init+0x0/0x6a @ 1 initcall iptable_filter_init+0x0/0x6a returned 0 after 104 usecs calling iptable_mangle_init+0x0/0x3a @ 1 initcall iptable_mangle_init+0x0/0x3a returned 0 after 31 usecs calling iptable_security_init+0x0/0x3a @ 1 initcall iptable_security_init+0x0/0x3a returned 0 after 26 usecs calling addrtype_mt_init+0x0/0x14 @ 1 initcall addrtype_mt_init+0x0/0x14 returned 0 after 12 usecs calling ttl_mt_init+0x0/0xf @ 1 initcall ttl_mt_init+0x0/0xf returned 0 after 11 usecs calling clusterip_tg_init+0x0/0x85 @ 1 ClusterIP Version 0.8 loaded successfully initcall clusterip_tg_init+0x0/0x85 returned 0 after 4344 usecs calling ecn_tg_init+0x0/0xf @ 1 initcall ecn_tg_init+0x0/0xf returned 0 after 11 usecs calling log_tg_init+0x0/0x24 @ 1 initcall log_tg_init+0x0/0x24 returned 0 after 49 usecs calling reject_tg_init+0x0/0xf @ 1 initcall reject_tg_init+0x0/0xf returned 0 after 11 usecs calling ulog_tg_init+0x0/0xcd @ 1 initcall ulog_tg_init+0x0/0xcd returned 0 after 42 usecs calling arp_tables_init+0x0/0x7d @ 1 arp_tables: (C) 2002 David S. Miller initcall arp_tables_init+0x0/0x7d returned 0 after 3885 usecs calling arpt_mangle_init+0x0/0xf @ 1 initcall arpt_mangle_init+0x0/0xf returned 0 after 11 usecs calling arptable_filter_init+0x0/0x3a @ 1 initcall arptable_filter_init+0x0/0x3a returned 0 after 29 usecs calling ip_queue_init+0x0/0x127 @ 1 initcall ip_queue_init+0x0/0x127 returned 0 after 101 usecs calling cubictcp_register+0x0/0x88 @ 1 TCP cubic registered initcall cubictcp_register+0x0/0x88 returned 0 after 2294 usecs calling xfrm_user_init+0x0/0x5c @ 1 Initializing XFRM netlink socket initcall xfrm_user_init+0x0/0x5c returned 0 after 3503 usecs calling inet6_init+0x0/0x2c5 @ 1 EDAC DEBUG: MC0: i82860_check() NET: Registered protocol family 10 lo: Disabled Privacy Extensions tunl0: Disabled Privacy Extensions initcall inet6_init+0x0/0x2c5 returned 0 after 17022 usecs calling ah6_init+0x0/0x67 @ 1 initcall ah6_init+0x0/0x67 returned 0 after 14 usecs calling esp6_init+0x0/0x67 @ 1 initcall esp6_init+0x0/0x67 returned 0 after 12 usecs calling ipcomp6_init+0x0/0x67 @ 1 initcall ipcomp6_init+0x0/0x67 returned 0 after 12 usecs calling xfrm6_tunnel_init+0x0/0xe8 @ 1 initcall xfrm6_tunnel_init+0x0/0xe8 returned 0 after 130 usecs calling tunnel6_init+0x0/0x67 @ 1 initcall tunnel6_init+0x0/0x67 returned 0 after 11 usecs calling xfrm6_transport_init+0x0/0x14 @ 1 initcall xfrm6_transport_init+0x0/0x14 returned 0 after 11 usecs calling xfrm6_mode_tunnel_init+0x0/0x14 @ 1 initcall xfrm6_mode_tunnel_init+0x0/0x14 returned 0 after 11 usecs calling xfrm6_beet_init+0x0/0x1d @ 1 initcall xfrm6_beet_init+0x0/0x1d returned 0 after 11 usecs calling ip6_tables_init+0x0/0x97 @ 1 ip6_tables: (C) 2000-2006 Netfilter Core Team initcall ip6_tables_init+0x0/0x97 returned 0 after 4770 usecs calling ip6table_filter_init+0x0/0x6a @ 1 initcall ip6table_filter_init+0x0/0x6a returned 0 after 33 usecs calling ip6_queue_init+0x0/0x127 @ 1 initcall ip6_queue_init+0x0/0x127 returned 0 after 60 usecs calling ip6table_raw_init+0x0/0x3a @ 1 initcall ip6table_raw_init+0x0/0x3a returned 0 after 25 usecs calling ip6table_security_init+0x0/0x3a @ 1 initcall ip6table_security_init+0x0/0x3a returned 0 after 35 usecs calling nf_conntrack_l3proto_ipv6_init+0x0/0x10a @ 1 initcall nf_conntrack_l3proto_ipv6_init+0x0/0x10a returned 0 after 42 usecs calling ah_mt6_init+0x0/0xf @ 1 initcall ah_mt6_init+0x0/0xf returned 0 after 12 usecs calling eui64_mt6_init+0x0/0xf @ 1 initcall eui64_mt6_init+0x0/0xf returned 0 after 11 usecs calling frag_mt6_init+0x0/0xf @ 1 initcall frag_mt6_init+0x0/0xf returned 0 after 11 usecs calling hl_mt6_init+0x0/0xf @ 1 initcall hl_mt6_init+0x0/0xf returned 0 after 11 usecs calling ipv6header_mt6_init+0x0/0xf @ 1 initcall ipv6header_mt6_init+0x0/0xf returned 0 after 11 usecs calling rt_mt6_init+0x0/0xf @ 1 initcall rt_mt6_init+0x0/0xf returned 0 after 11 usecs calling log_tg6_init+0x0/0x24 @ 1 initcall log_tg6_init+0x0/0x24 returned 0 after 13 usecs calling reject_tg6_init+0x0/0xf @ 1 initcall reject_tg6_init+0x0/0xf returned 0 after 10 usecs calling sit_init+0x0/0x67 @ 1 IPv6 over IPv4 tunneling driver device: 'sit0': device_add PM: Adding info for No Bus:sit0 sit0: Disabled Privacy Extensions initcall sit_init+0x0/0x67 returned 0 after 13792 usecs calling packet_init+0x0/0x39 @ 1 NET: Registered protocol family 17 initcall packet_init+0x0/0x39 returned 0 after 3804 usecs calling ipsec_pfkey_init+0x0/0x87 @ 1 NET: Registered protocol family 15 initcall ipsec_pfkey_init+0x0/0x87 returned 0 after 3664 usecs calling br_init+0x0/0xc0 @ 1 Bridge firewalling registered initcall br_init+0x0/0xc0 returned 0 after 3364 usecs calling ebtables_init+0x0/0x49 @ 1 Ebtables v2.0 registered initcall ebtables_init+0x0/0x49 returned 0 after 2651 usecs calling ebtable_nat_init+0x0/0x3a @ 1 initcall ebtable_nat_init+0x0/0x3a returned 0 after 77 usecs calling ebt_802_3_init+0x0/0xf @ 1 initcall ebt_802_3_init+0x0/0xf returned 0 after 12 usecs calling ebt_among_init+0x0/0xf @ 1 initcall ebt_among_init+0x0/0xf returned 0 after 11 usecs calling ebt_arp_init+0x0/0xf @ 1 initcall ebt_arp_init+0x0/0xf returned 0 after 11 usecs calling ebt_ip_init+0x0/0xf @ 1 initcall ebt_ip_init+0x0/0xf returned 0 after 11 usecs calling ebt_ip6_init+0x0/0xf @ 1 initcall ebt_ip6_init+0x0/0xf returned 0 after 11 usecs calling ebt_limit_init+0x0/0xf @ 1 initcall ebt_limit_init+0x0/0xf returned 0 after 11 usecs calling ebt_mark_m_init+0x0/0xf @ 1 initcall ebt_mark_m_init+0x0/0xf returned 0 after 11 usecs calling ebt_pkttype_init+0x0/0xf @ 1 initcall ebt_pkttype_init+0x0/0xf returned 0 after 11 usecs calling ebt_stp_init+0x0/0xf @ 1 initcall ebt_stp_init+0x0/0xf returned 0 after 11 usecs calling ebt_arpreply_init+0x0/0xf @ 1 initcall ebt_arpreply_init+0x0/0xf returned 0 after 11 usecs calling ebt_dnat_init+0x0/0xf @ 1 initcall ebt_dnat_init+0x0/0xf returned 0 after 11 usecs calling ebt_redirect_init+0x0/0xf @ 1 initcall ebt_redirect_init+0x0/0xf returned 0 after 12 usecs calling ebt_snat_init+0x0/0xf @ 1 initcall ebt_snat_init+0x0/0xf returned 0 after 11 usecs calling ebt_log_init+0x0/0x24 @ 1 initcall ebt_log_init+0x0/0x24 returned 0 after 14 usecs calling ebt_ulog_init+0x0/0xe1 @ 1 ebt_ulog: out of memory trying to call netlink_kernel_create initcall ebt_ulog_init+0x0/0xe1 returned 0 after 2373 usecs calling ebt_nflog_init+0x0/0xf @ 1 initcall ebt_nflog_init+0x0/0xf returned 0 after 11 usecs calling dsa_init_module+0x0/0x11 @ 1 initcall dsa_init_module+0x0/0x11 returned 0 after 11 usecs calling edsa_init_module+0x0/0x11 @ 1 initcall edsa_init_module+0x0/0x11 returned 0 after 11 usecs calling mv88e6123_61_65_init+0x0/0x11 @ 1 initcall mv88e6123_61_65_init+0x0/0x11 returned 0 after 46 usecs calling mv88e6131_init+0x0/0x11 @ 1 initcall mv88e6131_init+0x0/0x11 returned 0 after 11 usecs calling dsa_init_module+0x0/0x10 @ 1 bus: 'platform': add driver dsa initcall dsa_init_module+0x0/0x10 returned 0 after 8359 usecs calling ipx_init+0x0/0xf5 @ 1 NET: Registered protocol family 4 initcall ipx_init+0x0/0xf5 returned 0 after 18500 usecs calling x25_init+0x0/0x5a @ 1 NET: Registered protocol family 9 X.25 for Linux Version 0.2 initcall x25_init+0x0/0x5a returned 0 after 6434 usecs calling lapb_init+0x0/0x8 @ 1 initcall lapb_init+0x0/0x8 returned 0 after 9 usecs calling rose_proto_init+0x0/0x294 @ 1 device: 'rose0': device_add PM: Adding info for No Bus:rose0 device: 'rose1': device_add PM: Adding info for No Bus:rose1 device: 'rose2': device_add PM: Adding info for No Bus:rose2 device: 'rose3': device_add PM: Adding info for No Bus:rose3 device: 'rose4': device_add PM: Adding info for No Bus:rose4 device: 'rose5': device_add PM: Adding info for No Bus:rose5 device: 'rose6': device_add PM: Adding info for No Bus:rose6 device: 'rose7': device_add PM: Adding info for No Bus:rose7 device: 'rose8': device_add PM: Adding info for No Bus:rose8 device: 'rose9': device_add PM: Adding info for No Bus:rose9 NET: Registered protocol family 11 initcall rose_proto_init+0x0/0x294 returned 0 after 135390 usecs calling ax25_init+0x0/0xa3 @ 1 NET: Registered protocol family 3 initcall ax25_init+0x0/0xa3 returned 0 after 3636 usecs calling irlan_init+0x0/0x217 @ 1 device: 'irlan0': device_add PM: Adding info for No Bus:irlan0 initcall irlan_init+0x0/0x217 returned 0 after 10006 usecs calling ircomm_init+0x0/0xb0 @ 1 IrCOMM protocol (Dag Brattli) initcall ircomm_init+0x0/0xb0 returned 0 after 3285 usecs calling ircomm_tty_init+0x0/0x177 @ 1 device: 'ircomm0': device_add PM: Adding info for No Bus:ircomm0 device: 'ircomm1': device_add PM: Adding info for No Bus:ircomm1 device: 'ircomm2': device_add PM: Adding info for No Bus:ircomm2 device: 'ircomm3': device_add PM: Adding info for No Bus:ircomm3 device: 'ircomm4': device_add PM: Adding info for No Bus:ircomm4 device: 'ircomm5': device_add PM: Adding info for No Bus:ircomm5 device: 'ircomm6': device_add PM: Adding info for No Bus:ircomm6 device: 'ircomm7': device_add PM: Adding info for No Bus:ircomm7 device: 'ircomm8': device_add PM: Adding info for No Bus:ircomm8 device: 'ircomm9': device_add PM: Adding info for No Bus:ircomm9 device: 'ircomm10': device_add PM: Adding info for No Bus:ircomm10 device: 'ircomm11': device_add PM: Adding info for No Bus:ircomm11 device: 'ircomm12': device_add PM: Adding info for No Bus:ircomm12 device: 'ircomm13': device_add PM: Adding info for No Bus:ircomm13 device: 'ircomm14': device_add PM: Adding info for No Bus:ircomm14 device: 'ircomm15': device_add PM: Adding info for No Bus:ircomm15 device: 'ircomm16': device_add PM: Adding info for No Bus:ircomm16 device: 'ircomm17': device_add PM: Adding info for No Bus:ircomm17 device: 'ircomm18': device_add PM: Adding info for No Bus:ircomm18 device: 'ircomm19': device_add PM: Adding info for No Bus:ircomm19 device: 'ircomm20': device_add PM: Adding info for No Bus:ircomm20 device: 'ircomm21': device_add PM: Adding info for No Bus:ircomm21 device: 'ircomm22': device_add PM: Adding info for No Bus:ircomm22 device: 'ircomm23': device_add PM: Adding info for No Bus:ircomm23 device: 'ircomm24': device_add PM: Adding info for No Bus:ircomm24 device: 'ircomm25': device_add PM: Adding info for No Bus:ircomm25 device: 'ircomm26': device_add PM: Adding info for No Bus:ircomm26 device: 'ircomm27': device_add PM: Adding info for No Bus:ircomm27 device: 'ircomm28': device_add PM: Adding info for No Bus:ircomm28 device: 'ircomm29': device_add PM: Adding info for No Bus:ircomm29 device: 'ircomm30': device_add PM: Adding info for No Bus:ircomm30 device: 'ircomm31': device_add PM: Adding info for No Bus:ircomm31 initcall ircomm_tty_init+0x0/0x177 returned 0 after 276383 usecs calling init_sunrpc+0x0/0x6a @ 1 RPC: Registered udp transport module. RPC: Registered tcp transport module. initcall init_sunrpc+0x0/0x6a returned 0 after 15499 usecs calling init_rpcsec_gss+0x0/0x30 @ 1 initcall init_rpcsec_gss+0x0/0x30 returned 0 after 125 usecs calling init_kerberos_module+0x0/0x2d @ 1 initcall init_kerberos_module+0x0/0x2d returned 0 after 93 usecs calling init_spkm3_module+0x0/0x2d @ 1 initcall init_spkm3_module+0x0/0x2d returned 0 after 15 usecs calling xprt_rdma_init+0x0/0xcc @ 1 RPC: Registered rdma transport module. initcall xprt_rdma_init+0x0/0xcc returned 0 after 4050 usecs calling svc_rdma_init+0x0/0x170 @ 1 EDAC DEBUG: MC0: i82860_check() initcall svc_rdma_init+0x0/0x170 returned 0 after 6405 usecs calling af_rxrpc_init+0x0/0x1a0 @ 1 NET: Registered protocol family 33 initcall af_rxrpc_init+0x0/0x1a0 returned 0 after 3855 usecs calling atm_clip_init+0x0/0x9d @ 1 initcall atm_clip_init+0x0/0x9d returned 0 after 199 usecs calling decnet_init+0x0/0x8b @ 1 NET4: DECnet for Linux: V.2.5.68s (C) 1995-2003 Linux DECnet Project Team DECnet: Routing cache hash table of 1024 buckets, 36Kbytes NET: Registered protocol family 12 initcall decnet_init+0x0/0x8b returned 0 after 14070 usecs calling econet_proto_init+0x0/0x1a8 @ 1 NET: Registered protocol family 19 initcall econet_proto_init+0x0/0x1a8 returned 0 after 3922 usecs calling dccp_init+0x0/0x2e3 @ 1 initcall dccp_init+0x0/0x2e3 returned 0 after 11171 usecs calling dccp_v4_init+0x0/0x72 @ 1 initcall dccp_v4_init+0x0/0x72 returned 0 after 53981 usecs calling dccp_v6_init+0x0/0x78 @ 1 initcall dccp_v6_init+0x0/0x78 returned 0 after 585 usecs calling ccid3_module_init+0x0/0xf @ 1 CCID: Registered CCID 3 (TCP-Friendly Rate Control) initcall ccid3_module_init+0x0/0xf returned 0 after 5384 usecs calling ccid2_module_init+0x0/0x11 @ 1 CCID: Registered CCID 2 (TCP-like) initcall ccid2_module_init+0x0/0x11 returned 0 after 3727 usecs calling tfrc_module_init+0x0/0x3a @ 1 initcall tfrc_module_init+0x0/0x3a returned 0 after 109 usecs calling sctp_init+0x0/0x71f @ 1 SCTP: Hash tables configured (established 32768 bind 29127) sctp_init_sock(sk: f6244500) initcall sctp_init+0x0/0x71f returned 0 after 43592 usecs calling tipc_init+0x0/0xc7 @ 1 TIPC: Activated (version 1.6.4 compiled Jan 19 2009 14:16:45) NET: Registered protocol family 30 TIPC: Started in single node mode initcall tipc_init+0x0/0xc7 returned 0 after 14784 usecs calling rfkill_handler_init+0x0/0xf @ 1 initcall rfkill_handler_init+0x0/0xf returned 0 after 19 usecs calling init_p9+0x0/0x20 @ 1 Installing 9P2000 support initcall init_p9+0x0/0x20 returned 0 after 3017 usecs calling hpet_insert_resource+0x0/0x1e @ 1 initcall hpet_insert_resource+0x0/0x1e returned 1 after 10 usecs initcall hpet_insert_resource+0x0/0x1e returned with error code 1 calling check_early_ioremap_leak+0x0/0x71 @ 1 initcall check_early_ioremap_leak+0x0/0x71 returned 0 after 10 usecs calling pat_memtype_list_init+0x0/0x2e @ 1 initcall pat_memtype_list_init+0x0/0x2e returned 0 after 73 usecs calling print_ipi_mode+0x0/0x2f @ 1 Using IPI Shortcut mode initcall print_ipi_mode+0x0/0x2f returned 0 after 2584 usecs calling sched_init_debug+0x0/0x2a @ 1 initcall sched_init_debug+0x0/0x2a returned 0 after 23 usecs calling init_oops_id+0x0/0x30 @ 1 initcall init_oops_id+0x0/0x30 returned 0 after 23 usecs calling disable_boot_consoles+0x0/0x3e @ 1 initcall disable_boot_consoles+0x0/0x3e returned 0 after 9 usecs calling pm_qos_power_init+0x0/0xd0 @ 1 device: 'cpu_dma_latency': device_add PM: Adding info for No Bus:cpu_dma_latency device: 'network_latency': device_add PM: Adding info for No Bus:network_latency device: 'network_throughput': device_add PM: Adding info for No Bus:network_throughput initcall pm_qos_power_init+0x0/0xd0 returned 0 after 40022 usecs calling fail_page_alloc_debugfs+0x0/0xca @ 1 initcall fail_page_alloc_debugfs+0x0/0xca returned 0 after 214 usecs calling afs_init+0x0/0x1d5 @ 1 kAFS: Red Hat AFS client v0.1 registering. initcall afs_init+0x0/0x1d5 returned 0 after 6783 usecs calling fail_make_request_debugfs+0x0/0x14 @ 1 initcall fail_make_request_debugfs+0x0/0x14 returned 0 after 174 usecs calling random32_reseed+0x0/0x55 @ 1 initcall random32_reseed+0x0/0x55 returned 0 after 29 usecs calling pci_sysfs_init+0x0/0x4a @ 1 initcall pci_sysfs_init+0x0/0x4a returned 0 after 429 usecs calling acpi_wakeup_device_init+0x0/0x9a @ 1 initcall acpi_wakeup_device_init+0x0/0x9a returned 0 after 14 usecs calling acpi_sleep_proc_init+0x0/0x72 @ 1 initcall acpi_sleep_proc_init+0x0/0x72 returned 0 after 60 usecs calling seqgen_init+0x0/0xe @ 1 initcall seqgen_init+0x0/0xe returned 0 after 42 usecs calling hd_init+0x0/0x2e4 @ 1 hd: no drives specified - use hd=cyl,head,sectors on kernel command line initcall hd_init+0x0/0x2e4 returned -1 after 3480 usecs initcall hd_init+0x0/0x2e4 returned with error code -1 calling scsi_complete_async_scans+0x0/0xf0 @ 1 initcall scsi_complete_async_scans+0x0/0xf0 returned 0 after 10 usecs calling edd_init+0x0/0x2d0 @ 1 BIOS EDD facility v0.16 2004-Jun-25, 2 devices found initcall edd_init+0x0/0x2d0 returned 0 after 2112 usecs calling memmap_init+0x0/0xaa @ 1 initcall memmap_init+0x0/0xaa returned 0 after 171 usecs calling pci_mmcfg_late_insert_resources+0x0/0x11b @ 1 initcall pci_mmcfg_late_insert_resources+0x0/0x11b returned 1 after 9 usecs initcall pci_mmcfg_late_insert_resources+0x0/0x11b returned with error code 1 calling tcp_congestion_default+0x0/0xf @ 1 initcall tcp_congestion_default+0x0/0xf returned 0 after 12 usecs calling ip_auto_config+0x0/0xf83 @ 1 initcall ip_auto_config+0x0/0xf83 returned 0 after 37 usecs driver_probe_done: probe_count = 0 md: Skipping autodetection of RAID arrays. (raid=autodetect will force) EXT3-fs: INFO: recovery required on readonly filesystem. EXT3-fs: write access will be enabled during recovery. EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() kjournald starting. Commit interval 5 seconds EXT3-fs: recovery complete. EXT3-fs: mounted filesystem with ordered data mode. VFS: Mounted root (ext3 filesystem) readonly. debug: unmapping init memory c1280000..c131d000 device: 'vcs1': device_add PM: Adding info for No Bus:vcs1 device: 'vcsa1': device_add PM: Adding info for No Bus:vcsa1 EDAC DEBUG: MC0: i82860_check() device: 'vcs1': device_unregister PM: Removing info for No Bus:vcs1 device: 'vcs1': device_create_release device: 'vcsa1': device_unregister PM: Removing info for No Bus:vcsa1 device: 'vcsa1': device_create_release device: 'vcs1': device_add PM: Adding info for No Bus:vcs1 device: 'vcsa1': device_add PM: Adding info for No Bus:vcsa1 runlevel used greatest stack depth: 6292 bytes left hostname used greatest stack depth: 5988 bytes left uname used greatest stack depth: 5888 bytes left EDAC DEBUG: MC0: i82860_check() mount used greatest stack depth: 5308 bytes left sed used greatest stack depth: 5280 bytes left EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() udevd version 124 started EDAC DEBUG: MC0: i82860_check() device: 'device:00': dev_uevent: bus uevent() returned -12 device: 'device:01': dev_uevent: bus uevent() returned -12 device: 'device:02': dev_uevent: bus uevent() returned -12 device: 'device:03': dev_uevent: bus uevent() returned -12 device: 'device:04': dev_uevent: bus uevent() returned -12 device: 'device:05': dev_uevent: bus uevent() returned -12 device: 'device:06': dev_uevent: bus uevent() returned -12 device: 'device:07': dev_uevent: bus uevent() returned -12 device: 'device:08': dev_uevent: bus uevent() returned -12 device: 'device:09': dev_uevent: bus uevent() returned -12 device: 'device:0a': dev_uevent: bus uevent() returned -12 device: 'device:0b': dev_uevent: bus uevent() returned -12 device: 'device:0c': dev_uevent: bus uevent() returned -12 device: 'device:0d': dev_uevent: bus uevent() returned -12 device: 'device:0e': dev_uevent: bus uevent() returned -12 device: 'device:0f': dev_uevent: bus uevent() returned -12 EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EXT3 FS on sda3, internal journal kjournald starting. Commit interval 5 seconds EXT3 FS on sdb1, internal journal EXT3-fs: mounted filesystem with ordered data mode. chmod used greatest stack depth: 5264 bytes left EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() Adding 2040244k swap on /dev/sda2. Priority:-1 extents:1 across:2040244k EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() device: 'eth0': device_rename: renaming to 'eth0_rename' EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() device: 'eth2': device_rename: renaming to 'dev27337' device: 'eth0_rename': device_rename: renaming to 'eth2' udev: renamed network interface eth0_rename to eth2 EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() ADDRCONF(NETDEV_UP): eth2: link is not ready e1000: eth2: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() device: 'vcs4': device_add PM: Adding info for No Bus:vcs4 device: 'vcsa4': device_add PM: Adding info for No Bus:vcsa4 device: 'vcs4': device_unregister PM: Removing info for No Bus:vcs4 device: 'vcs4': device_create_release device: 'vcsa4': device_unregister PM: Removing info for No Bus:vcsa4 device: 'vcsa4': device_create_release device: 'vcs4': device_add PM: Adding info for No Bus:vcs4 device: 'vcsa4': device_add PM: Adding info for No Bus:vcsa4 device: 'vcs5': device_add PM: Adding info for No Bus:vcs5 device: 'vcsa5': device_add PM: Adding info for No Bus:vcsa5 device: 'vcs5': device_unregister PM: Removing info for No Bus:vcs5 device: 'vcs5': device_create_release device: 'vcsa5': device_unregister PM: Removing info for No Bus:vcsa5 device: 'vcsa5': device_create_release device: 'vcs5': device_add PM: Adding info for No Bus:vcs5 device: 'vcsa5': device_add PM: Adding info for No Bus:vcsa5 device: 'vcs2': device_add PM: Adding info for No Bus:vcs2 device: 'vcsa2': device_add PM: Adding info for No Bus:vcsa2 device: 'vcs2': device_unregister PM: Removing info for No Bus:vcs2 device: 'vcs2': device_create_release device: 'vcsa2': device_unregister PM: Removing info for No Bus:vcsa2 device: 'vcsa2': device_create_release device: 'vcs3': device_add PM: Adding info for No Bus:vcs3 device: 'vcsa3': device_add PM: Adding info for No Bus:vcsa3 device: 'vcs2': device_add PM: Adding info for No Bus:vcs2 device: 'vcsa2': device_add PM: Adding info for No Bus:vcsa2 device: 'vcs6': device_add PM: Adding info for No Bus:vcs6 device: 'vcsa6': device_add PM: Adding info for No Bus:vcsa6 device: 'vcs6': device_unregister PM: Removing info for No Bus:vcs6 device: 'vcs6': device_create_release device: 'vcsa6': device_unregister PM: Removing info for No Bus:vcsa6 device: 'vcsa6': device_create_release device: 'vcs6': device_add PM: Adding info for No Bus:vcs6 device: 'vcsa6': device_add PM: Adding info for No Bus:vcsa6 device: 'vcs3': device_unregister PM: Removing info for No Bus:vcs3 device: 'vcs3': device_create_release device: 'vcsa3': device_unregister PM: Removing info for No Bus:vcsa3 device: 'vcsa3': device_create_release device: 'vcs3': device_add PM: Adding info for No Bus:vcs3 device: 'vcsa3': device_add PM: Adding info for No Bus:vcsa3 device: 'vcs7': device_add PM: Adding info for No Bus:vcs7 device: 'vcsa7': device_add PM: Adding info for No Bus:vcsa7 eth2: no IPv6 routers present EDAC DEBUG: MC0: i82860_check() Fedora release 9 (Sulphur) Kernel 2.6.27-06994-g70740d6-dirty on an i686 (/dev/ttyS0) venus login: evbug.c: Event. Dev: input3, Type: 20, Code: 0, Value: 500 warning: `sudo' uses deprecated v2 capabilities in a way that may be insecure. EDAC DEBUG: MC0: i82860_check() ssh used greatest stack depth: 5144 bytes left EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() EDAC DEBUG: MC0: i82860_check() arping used greatest stack depth: 4964 bytes left scp used greatest stack depth: 4740 bytes left EDAC DEBUG: MC0: i82860_check() cp used greatest stack depth: 4616 bytes left EDAC DEBUG: MC0: i82860_check() SysRq : HELP : loglevel0-8 reBoot Crashdump show-all-locks(D) tErm Full kIll saK showMem Nice powerOff showPc show-all-timers(Q) unRaw Sync showTasks Unmount shoW-blocked-tasks SysRq : Show Regs Pid: 0, comm: swapper Not tainted (2.6.27-06994-g70740d6-dirty #37) P4DC6 EIP: 0060:[] EFLAGS: 00000206 CPU: 0 EIP is at _spin_unlock_irq+0x29/0x30 EAX: 169b6ee2 EBX: f6211f00 ECX: 00000001 EDX: 00000001 ESI: f6bf2000 EDI: f6bb76c0 EBP: c127fdb8 ESP: c127fdb8 DS: 007b ES: 007b FS: 0000 GS: 0000 SS: 0068 CR0: 8005003b CR2: 44c47230 CR3: 359a5000 CR4: 00000650 DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000 DR6: ffff0ff0 DR7: 00000400 Call Trace: [] scsi_request_fn+0x7c/0x490 [] blk_invoke_request_fn+0x35/0x70 [] __blk_run_queue+0x22/0x30 [] scsi_run_queue+0x12a/0x240 [] ? scsi_put_command+0x4e/0x60 [] scsi_next_command+0x38/0x50 [] scsi_end_request+0x88/0xa0 [] scsi_io_completion+0x121/0x460 [] ? trace_hardirqs_on_caller+0x75/0x140 [] ? sd_done+0xd/0x190 [] scsi_finish_command+0x8d/0xc0 [] scsi_softirq_done+0x96/0x110 [] ? trace_hardirqs_on_caller+0x75/0x140 [] blk_done_softirq+0x6d/0x80 [] __do_softirq+0x6f/0x110 [] do_softirq+0x65/0x70 [] irq_exit+0x65/0x90 [] do_IRQ+0x79/0x90 [] ? trace_hardirqs_on_caller+0xfe/0x140 [] common_interrupt+0x28/0x30 [] ? posix_cpu_timer_get+0x14b/0x250 [] ? poll_idle+0x2a/0x40 [] cpu_idle+0x46/0x90 [] rest_init+0x4d/0x60 SysRq : Resetting ----- End forwarded message -----