All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2)
@ 2008-02-08  6:45 Len Brown
  2008-02-09  6:17 ` Ingo Molnar
  2008-02-09  6:17 ` Ingo Molnar
  0 siblings, 2 replies; 26+ messages in thread
From: Len Brown @ 2008-02-08  6:45 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, linux-acpi, linux-kernel, linux-pm

Hi Linus,

please pull from: 

git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release

Nothing exciting here, generally just tweaks to the previous batch.

This will update the files shown below.

thanks!

-Len

ps. individual patches are available on linux-acpi@vger.kernel.org
and a consolidated plain patch is available here:
ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.6.24/acpi-release-20070126-2.6.24.diff.gz

 Documentation/thermal/sysfs-api.txt |   23 +++++------
 drivers/acpi/Kconfig                |   20 +++++++--
 drivers/acpi/blacklist.c            |   20 +++++++++
 drivers/acpi/osl.c                  |    2 
 drivers/acpi/processor_perflib.c    |    7 +++
 drivers/misc/Kconfig                |    5 +-
 drivers/thermal/Kconfig             |    4 -
 drivers/thermal/thermal.c           |   49 +++++++++++++-----------
 8 files changed, 88 insertions(+), 42 deletions(-)

through these commits:

Carlos Corbacho (1):
      ACPI: WMI: Improve Kconfig description

Len Brown (6):
      ACPI: add newline to printk
      ACPI: build WMI on X86 only
      intel_menlo: build on X86 only
      ACPI: thermal: syntax, spelling, kernel-doc
      ACPI: DMI: add Panasonic CF-52 and Thinpad X61
      acer-wmi, tc1100-wmi: select ACPI_WMI

Thomas Renninger (1):
      ACPI: cpufreq: Print _PPC changes via cpufreq debug layer

with this log:

commit 2e6c4e5101633a54aeee1f2e83020ee77fcb70d2
Merge: 446b1df... 4a507d9...
Author: Len Brown <len.brown@intel.com>
Date:   Fri Feb 8 01:22:26 2008 -0500

    Merge branches 'release', 'dmi' and 'misc' into release

commit 4a507d93fac78ecd37d18343c57c564f6a126f01
Author: Len Brown <len.brown@intel.com>
Date:   Fri Feb 8 00:37:16 2008 -0500

    acer-wmi, tc1100-wmi: select ACPI_WMI
    
    It is safe for these Kconfig entries to use select because
    they select ACPI_WMI, which already has its dependencies
    satisfied.  This makes Kconfig more user friendly, since
    the user selects the driver they want and the dependency
    is met for them.  Otherwise, the user would have to find
    and enable ACPI_WMI to make enabling these drivers possible.
    
    Signed-off-by: Len Brown <len.brown@intel.com>

commit 20b4514799ebcfb04b45537e90e421cb73fd0cc9
Author: Carlos Corbacho <carlos@strangeworlds.co.uk>
Date:   Fri Feb 8 00:36:49 2008 -0500

    ACPI: WMI: Improve Kconfig description
    
    As Pavel Machek has pointed out, the Kconfig entry for WMI is pretty
    non-descriptive.
    
    Rewrite it so that it explains what ACPI-WMI is, and why anyone
    would want to enable it.
    
    Many thanks to Ray Lee for ideas on this.
    
    Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
    CC: Pavel Machek <pavel@ucw.cz>
    CC: Ray Lee <ray-lk@madrabbit.org>
    Signed-off-by: Len Brown <len.brown@intel.com>

commit 446b1dfc4cd1c2bbc7eb22d5fec38e23a577492c
Author: Len Brown <len.brown@intel.com>
Date:   Thu Feb 7 16:23:00 2008 -0500

    ACPI: DMI: add Panasonic CF-52 and Thinpad X61
    
    Add Lenovo X61
    Add Panasonic Toughbook CF-52
    
    Signed-off-by: Len Brown <len.brown@intel.com>

commit 543a956140e1f57331c0e528d2367106057aeca0
Author: Len Brown <len.brown@intel.com>
Date:   Thu Feb 7 16:55:08 2008 -0500

    ACPI: thermal: syntax, spelling, kernel-doc
    
    Reviewed-by: Randy Dunlap <randy.dunlap@oracle.com>
    Signed-off-by: Len Brown <len.brown@intel.com>

commit 9f2eef25e044603527e121066284d22f51d853cc
Author: Len Brown <len.brown@intel.com>
Date:   Thu Feb 7 16:19:56 2008 -0500

    intel_menlo: build on X86 only
    
    Signed-off-by: Len Brown <len.brown@intel.com>

commit 9c2f7de8c0f979fc6354bf0d22c0cdcc29722bf6
Author: Len Brown <len.brown@intel.com>
Date:   Thu Feb 7 16:18:24 2008 -0500

    ACPI: build WMI on X86 only
    
    Signed-off-by: Len Brown <len.brown@intel.com>

commit 919158d17b42683a5c7368e1e77661c65a20a48a
Author: Thomas Renninger <trenn@suse.de>
Date:   Wed Oct 31 15:41:42 2007 +0100

    ACPI: cpufreq: Print _PPC changes via cpufreq debug layer
    
    enabled with CPU_FREQ_DEBUG
    
    Signed-off-by: Thomas Renninger <trenn@suse.de>
    Signed-off-by: Len Brown <len.brown@intel.com>

commit b0b23e0ade6aa265d7278e06d50bc10ec81dd174
Author: Len Brown <len.brown@intel.com>
Date:   Thu Feb 7 14:42:25 2008 -0500

    ACPI: add newline to printk
    
    Signed-off-by: Len Brown <len.brown@intel.com>

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2)
  2008-02-08  6:45 [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2) Len Brown
  2008-02-09  6:17 ` Ingo Molnar
@ 2008-02-09  6:17 ` Ingo Molnar
  2008-02-09  6:19   ` Ingo Molnar
  2008-02-09  6:19   ` Ingo Molnar
  1 sibling, 2 replies; 26+ messages in thread
From: Ingo Molnar @ 2008-02-09  6:17 UTC (permalink / raw)
  To: Len Brown
  Cc: Linus Torvalds, Andrew Morton, linux-acpi, linux-kernel, linux-pm

[-- Attachment #1: Type: text/plain, Size: 2356 bytes --]


* Len Brown <lenb@kernel.org> wrote:

> Len Brown (6):
>       ACPI: add newline to printk
>       ACPI: build WMI on X86 only
>       acer-wmi, tc1100-wmi: select ACPI_WMI

hm, this new WMI code caused a bootup crash in the overnight x86.git 
tests:

initcall 0x40cffbd0 ran for 0 msecs: msi_init+0x0/0x150()
Calling initcall 0x40cffd20: tc1100_init+0x0/0x70()
BUG: unable to handle kernel NULL pointer dereference at 00000000
IP: [<404b96a2>] find_guid+0x132/0x150
*pde = 00000000 
Oops: 0000 [#1] SMP 

Pid: 1, comm: swapper Not tainted (2.6.24 #34)
EIP: 0060:[<404b96a2>] EFLAGS: 00010247 CPU: 1
EIP is at find_guid+0x132/0x150
EAX: 05a572d4 EBX: 5f81af54 ECX: 00000000 EDX: ffffffff
ESI: 00000000 EDI: 5f81af54 EBP: 5f81af80 ESP: 5f81af48
 DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
Process swapper (pid: 1, ti=5f81a000 task=5f815410 task.ti=5f81a000)
Stack: 00000000 5f81af74 00000005 c364ac71 495a36db 39b49484 05a572d4 71ac64c3 
       5a49db36 39b49484 05a572d4 00000000 00000000 ffffffed 5f81af88 404b96cf 
       5f81af94 40cffd33 00000000 5f81afe0 40cdb5d3 2c7b1366 00000001 00000000 
Call Trace:
 [<404b96cf>] ? wmi_has_guid+0xf/0x20
 [<40cffd33>] ? tc1100_init+0x13/0x70
 [<40cdb5d3>] ? kernel_init+0x123/0x2f0
 [<40cdb4b0>] ? kernel_init+0x0/0x2f0
 [<401053d7>] ? kernel_thread_helper+0x7/0x10
 =======================
Code: 0c 41 8d 7d d4 eb 24 8d 46 08 b9 10 00 00 00 89 fa e8 e3 88 f6 ff 85 c0 75 0f b0 01 83 7d c8 00 74 19 8b 55 c8 89 32 eb 12 89 de <8b> 1e 0f 18 03 90 81 fe 90 c1 0c 41 75 ce 31 c0 83 c4 2c 5b 5e 
EIP: [<404b96a2>] find_guid+0x132/0x150 SS:ESP 0068:5f81af48
---[ end trace 5d95b7a12e9c31b7 ]---
Kernel panic - not syncing: Attempted to kill init!
Press any key to enter the menu

config and crashlog attached.

I double-checked a second bootup [with a slightly different but 
essentially same kernel], but this time the crash did not happen:

 Calling initcall 0x40cb8b80: acpi_wmi_init+0x0/0x50()
 ACPI: WMI: Mapper loaded
 initcall 0x40cb8b80: acpi_wmi_init+0x0/0x50() returned 0.
 initcall 0x40cb8b80 ran for 0 msecs: acpi_wmi_init+0x0/0x50()

 Calling initcall 0x40cbd770: tc1100_init+0x0/0x60()
 initcall 0x40cbd770: tc1100_init+0x0/0x60() returned -19.
 initcall 0x40cbd770 ran for 0 msecs: tc1100_init+0x0/0x60()

[ the weird addresses are due to a 1:3 GB VM split being configured by
  randconfig. ]

	Ingo

[-- Attachment #2: config --]
[-- Type: text/plain, Size: 48325 bytes --]

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.24
# Sat Feb  9 07:03:47 2008
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
# CONFIG_GENERIC_LOCKBREAK is not set
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_FAST_CMPXCHG_LOCAL=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_QUICKLIST=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_HWEIGHT=y
# CONFIG_GENERIC_GPIO is not set
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_DMI=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_GENERIC_CALIBRATE_DELAY=y
# CONFIG_GENERIC_TIME_VSYSCALL is not set
CONFIG_ARCH_HAS_CPU_RELAX=y
# CONFIG_HAVE_SETUP_PER_CPU_AREA 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_AOUT=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_X86_SMP=y
CONFIG_X86_32_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_X86_TRAMPOLINE=y
CONFIG_KTIME_SCALAR=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
# CONFIG_SWAP is not set
# CONFIG_SYSVIPC is not set
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
# CONFIG_TASKSTATS is not set
CONFIG_AUDIT=y
# CONFIG_AUDITSYSCALL is not set
# CONFIG_IKCONFIG is not set
CONFIG_LOG_BUF_SHIFT=20
# CONFIG_CGROUPS is not set
# CONFIG_FAIR_GROUP_SCHED is not set
CONFIG_SYSFS_DEPRECATED=y
CONFIG_RELAY=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_USER_NS=y
# CONFIG_PID_NS is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_EMBEDDED=y
# CONFIG_UID16 is not set
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_KALLSYMS_EXTRA_PASS=y
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
# CONFIG_BUG is not set
# CONFIG_ELF_CORE is not set
# CONFIG_COMPAT_BRK is not set
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
# CONFIG_EPOLL is not set
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
# CONFIG_EVENTFD is not set
CONFIG_SHMEM=y
CONFIG_VM_EVENT_COUNTERS=y
# CONFIG_SLAB is not set
# CONFIG_SLUB is not set
CONFIG_SLOB=y
# CONFIG_PROFILING is not set
CONFIG_MARKERS=y
CONFIG_HAVE_OPROFILE=y
CONFIG_HAVE_KPROBES=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
# CONFIG_MODULES is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_LBD=y
CONFIG_BLK_DEV_IO_TRACE=y
# CONFIG_LSF is not set
# CONFIG_BLK_DEV_BSG is not set

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
# CONFIG_IOSCHED_DEADLINE is not set
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
CONFIG_DEFAULT_NOOP=y
CONFIG_DEFAULT_IOSCHED="noop"
CONFIG_CLASSIC_RCU=y
# CONFIG_PREEMPT_RCU is not set

#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_SMP=y
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_X86_RDC321X is not set
# CONFIG_X86_VSMP is not set
# CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER is not set
# CONFIG_PARAVIRT_GUEST is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
CONFIG_MCYRIXIII=y
# 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 is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_XADD=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_ALIGNMENT_16=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_USE_3DNOW=y
CONFIG_X86_TSC=y
CONFIG_X86_MINIMUM_CPU_FAMILY=4
CONFIG_X86_DEBUGCTLMSR=y
# CONFIG_HPET_TIMER is not set
# CONFIG_IOMMU_HELPER is not set
CONFIG_NR_CPUS=8
CONFIG_SCHED_SMT=y
# CONFIG_SCHED_MC is not set
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
# CONFIG_RCU_TRACE is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_MCE is not set
# CONFIG_VM86 is not set
# CONFIG_TOSHIBA is not set
CONFIG_I8K=y
# CONFIG_X86_REBOOTFIXUPS is not set
CONFIG_MICROCODE=y
CONFIG_MICROCODE_OLD_INTERFACE=y
# CONFIG_X86_MSR is not set
CONFIG_X86_CPUID=y
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
# CONFIG_VMSPLIT_3G is not set
# CONFIG_VMSPLIT_3G_OPT is not set
# CONFIG_VMSPLIT_2G is not set
# CONFIG_VMSPLIT_2G_OPT is not set
CONFIG_VMSPLIT_1G=y
CONFIG_PAGE_OFFSET=0x40000000
CONFIG_HIGHMEM=y
CONFIG_ARCH_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_SPARSEMEM_VMEMMAP_ENABLE is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_RESOURCES_64BIT is not set
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_NR_QUICK=1
CONFIG_VIRT_TO_BUS=y
CONFIG_HIGHPTE=y
CONFIG_MATH_EMULATION=y
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_IRQBALANCE=y
# CONFIG_SECCOMP is not set
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
# CONFIG_KEXEC is not set
CONFIG_CRASH_DUMP=y
CONFIG_PHYSICAL_START=0x100000
CONFIG_RELOCATABLE=y
CONFIG_PHYSICAL_ALIGN=0x100000
CONFIG_HOTPLUG_CPU=y
# CONFIG_COMPAT_VDSO is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

#
# Power management options
#
CONFIG_PM=y
# CONFIG_PM_LEGACY is not set
# CONFIG_PM_DEBUG is not set
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_SLEEP=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_PROCFS is not set
# CONFIG_ACPI_PROCFS_POWER is not set
# CONFIG_ACPI_SYSFS_POWER is not set
# CONFIG_ACPI_PROC_EVENT is not set
CONFIG_ACPI_AC=y
# CONFIG_ACPI_BATTERY is not set
CONFIG_ACPI_BUTTON=y
# CONFIG_ACPI_FAN is not set
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_BAY=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_HOTPLUG_CPU=y
# CONFIG_ACPI_THERMAL is not set
CONFIG_ACPI_WMI=y
# CONFIG_ACPI_ASUS is not set
CONFIG_ACPI_TOSHIBA=y
# CONFIG_ACPI_CUSTOM_DSDT_INITRD is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
CONFIG_ACPI_DEBUG=y
CONFIG_ACPI_DEBUG_FUNC_TRACE=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_SBS=y
CONFIG_X86_APM_BOOT=y
CONFIG_APM=y
CONFIG_APM_IGNORE_USER_SUSPEND=y
CONFIG_APM_DO_ENABLE=y
# CONFIG_APM_CPU_IDLE is not set
CONFIG_APM_DISPLAY_BLANK=y
CONFIG_APM_ALLOW_INTS=y
CONFIG_APM_REAL_MODE_POWER_OFF=y

#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set
# CONFIG_CPU_IDLE is not set

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
CONFIG_PCI_GODIRECT=y
# CONFIG_PCI_GOANY is not set
CONFIG_PCI_DIRECT=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=y
CONFIG_PCIEAER=y
CONFIG_ARCH_SUPPORTS_MSI=y
# CONFIG_PCI_MSI is not set
CONFIG_PCI_LEGACY=y
# CONFIG_PCI_DEBUG is not set
CONFIG_HT_IRQ=y
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
CONFIG_SCx200=y
# CONFIG_SCx200HR_TIMER is not set
# CONFIG_PCCARD is not set
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_FAKE=y
CONFIG_HOTPLUG_PCI_ACPI=y
# CONFIG_HOTPLUG_PCI_ACPI_IBM is not set
CONFIG_HOTPLUG_PCI_CPCI=y
# CONFIG_HOTPLUG_PCI_CPCI_ZT5550 is not set
# CONFIG_HOTPLUG_PCI_CPCI_GENERIC is not set
CONFIG_HOTPLUG_PCI_SHPC=y

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_MISC=y

#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=y
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
CONFIG_XFRM_STATISTICS=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_MULTIPLE_TABLES is not set
CONFIG_IP_ROUTE_MULTIPATH=y
# CONFIG_IP_ROUTE_VERBOSE is not set
CONFIG_IP_PNP=y
# CONFIG_IP_PNP_DHCP is not set
# CONFIG_IP_PNP_BOOTP is not set
CONFIG_IP_PNP_RARP=y
# CONFIG_NET_IPIP is not set
CONFIG_NET_IPGRE=y
# CONFIG_ARPD is not set
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 is not set
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_LRO=y
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TCP_CONG_WESTWOOD is not set
CONFIG_TCP_CONG_HTCP=y
CONFIG_TCP_CONG_HSTCP=y
CONFIG_TCP_CONG_HYBLA=y
CONFIG_TCP_CONG_VEGAS=y
CONFIG_TCP_CONG_SCALABLE=y
# CONFIG_TCP_CONG_LP is not set
CONFIG_TCP_CONG_VENO=y
CONFIG_TCP_CONG_YEAH=y
# CONFIG_TCP_CONG_ILLINOIS is not set
# CONFIG_DEFAULT_BIC is not set
# CONFIG_DEFAULT_CUBIC is not set
# CONFIG_DEFAULT_HTCP is not set
# CONFIG_DEFAULT_VEGAS is not set
# CONFIG_DEFAULT_WESTWOOD is not set
CONFIG_DEFAULT_RENO=y
CONFIG_DEFAULT_TCP_CONG="reno"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IPV6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
CONFIG_NETLABEL=y
CONFIG_NETWORK_SECMARK=y
# CONFIG_NETFILTER is not set
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 is not set
CONFIG_IP_SCTP=y
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_HMAC_NONE is not set
# CONFIG_SCTP_HMAC_SHA1 is not set
CONFIG_SCTP_HMAC_MD5=y
CONFIG_TIPC=y
# CONFIG_TIPC_ADVANCED is not set
CONFIG_TIPC_DEBUG=y
CONFIG_ATM=y
# CONFIG_ATM_CLIP is not set
# CONFIG_ATM_LANE is not set
# CONFIG_ATM_BR2684 is not set
# CONFIG_BRIDGE is not set
CONFIG_VLAN_8021Q=y
# CONFIG_DECNET is not set
CONFIG_LLC=y
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
CONFIG_ATALK=y
# CONFIG_DEV_APPLETALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
CONFIG_WAN_ROUTER=y
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=y
CONFIG_NET_SCH_HTB=y
# CONFIG_NET_SCH_HFSC is not set
CONFIG_NET_SCH_ATM=y
CONFIG_NET_SCH_PRIO=y
# CONFIG_NET_SCH_RR is not set
CONFIG_NET_SCH_RED=y
# CONFIG_NET_SCH_SFQ is not set
# CONFIG_NET_SCH_TEQL is not set
CONFIG_NET_SCH_TBF=y
CONFIG_NET_SCH_GRED=y
# CONFIG_NET_SCH_DSMARK is not set
# CONFIG_NET_SCH_NETEM is not set

#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=y
# CONFIG_NET_CLS_TCINDEX is not set
# CONFIG_NET_CLS_ROUTE4 is not set
CONFIG_NET_CLS_FW=y
# CONFIG_NET_CLS_U32 is not set
CONFIG_NET_CLS_RSVP=y
# CONFIG_NET_CLS_RSVP6 is not set
# CONFIG_NET_CLS_FLOW is not set
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
# CONFIG_NET_EMATCH_CMP is not set
# CONFIG_NET_EMATCH_NBYTE is not set
# CONFIG_NET_EMATCH_U32 is not set
CONFIG_NET_EMATCH_META=y
CONFIG_NET_EMATCH_TEXT=y
# CONFIG_NET_CLS_ACT is not set
CONFIG_NET_CLS_IND=y
CONFIG_NET_SCH_FIFO=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
CONFIG_IRDA=y

#
# IrDA protocols
#
CONFIG_IRLAN=y
# CONFIG_IRCOMM is not set
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=y

#
# Dongle support
#
# CONFIG_DONGLE is not set
CONFIG_KINGSUN_DONGLE=y
CONFIG_KSDAZZLE_DONGLE=y
CONFIG_KS959_DONGLE=y

#
# FIR device drivers
#
# CONFIG_USB_IRDA is not set
CONFIG_SIGMATEL_FIR=y
# CONFIG_NSC_FIR is not set
# CONFIG_WINBOND_FIR is not set
# CONFIG_TOSHIBA_FIR is not set
CONFIG_SMC_IRCC_FIR=y
CONFIG_ALI_FIR=y
# CONFIG_VLSI_FIR is not set
CONFIG_VIA_FIR=y
CONFIG_MCS_FIR=y
CONFIG_BT=y
CONFIG_BT_L2CAP=y
# CONFIG_BT_SCO is not set
# CONFIG_BT_RFCOMM is not set
# CONFIG_BT_BNEP is not set
CONFIG_BT_CMTP=y
# CONFIG_BT_HIDP is not set

#
# Bluetooth device drivers
#
CONFIG_BT_HCIUSB=y
# CONFIG_BT_HCIUSB_SCO is not set
CONFIG_BT_HCIBTSDIO=y
CONFIG_BT_HCIUART=y
# CONFIG_BT_HCIUART_H4 is not set
# CONFIG_BT_HCIUART_BCSP is not set
CONFIG_BT_HCIUART_LL=y
# CONFIG_BT_HCIBCM203X is not set
CONFIG_BT_HCIBPA10X=y
# CONFIG_BT_HCIBFUSB is not set
# CONFIG_BT_HCIVHCI is not set
CONFIG_AF_RXRPC=y
CONFIG_AF_RXRPC_DEBUG=y
# CONFIG_RXKAD is not set

#
# Wireless
#
CONFIG_CFG80211=y
# CONFIG_NL80211 is not set
CONFIG_WIRELESS_EXT=y
CONFIG_MAC80211=y

#
# Rate control algorithm selection
#
# CONFIG_MAC80211_RC_DEFAULT_PID is not set
# CONFIG_MAC80211_RC_DEFAULT_SIMPLE is not set
CONFIG_MAC80211_RC_DEFAULT_NONE=y

#
# Selecting 'y' for an algorithm will
#

#
# build the algorithm into mac80211.
#
CONFIG_MAC80211_RC_DEFAULT=""
CONFIG_MAC80211_RC_PID=y
CONFIG_MAC80211_RC_SIMPLE=y
CONFIG_MAC80211_DEBUGFS=y
CONFIG_MAC80211_DEBUG_PACKET_ALIGNMENT=y
CONFIG_MAC80211_DEBUG=y
CONFIG_MAC80211_HT_DEBUG=y
CONFIG_MAC80211_VERBOSE_DEBUG=y
# CONFIG_MAC80211_LOWTX_FRAME_DUMP is not set
CONFIG_TKIP_DEBUG=y
# CONFIG_MAC80211_DEBUG_COUNTERS is not set
CONFIG_MAC80211_IBSS_DEBUG=y
CONFIG_MAC80211_VERBOSE_PS_DEBUG=y
CONFIG_IEEE80211=y
# CONFIG_IEEE80211_DEBUG is not set
CONFIG_IEEE80211_CRYPT_WEP=y
# CONFIG_IEEE80211_CRYPT_CCMP is not set
# CONFIG_IEEE80211_CRYPT_TKIP is not set
# CONFIG_IEEE80211_SOFTMAC is not set
CONFIG_RFKILL=y
CONFIG_RFKILL_INPUT=y
# CONFIG_NET_9P is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
CONFIG_CONNECTOR=y
# CONFIG_PROC_EVENTS is not set
# CONFIG_MTD is not set
# CONFIG_PARPORT is not set
CONFIG_PNP=y
CONFIG_PNP_DEBUG=y

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_FD is not set
CONFIG_BLK_CPQ_DA=y
CONFIG_BLK_CPQ_CISS_DA=y
CONFIG_CISS_SCSI_TAPE=y
# CONFIG_BLK_DEV_DAC960 is not set
CONFIG_BLK_DEV_UMEM=y
# CONFIG_BLK_DEV_COW_COMMON is not set
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
# CONFIG_BLK_DEV_XIP is not set
CONFIG_CDROM_PKTCDVD=y
CONFIG_CDROM_PKTCDVD_BUFFERS=8
CONFIG_CDROM_PKTCDVD_WCACHE=y
CONFIG_ATA_OVER_ETH=y
CONFIG_MISC_DEVICES=y
CONFIG_IBM_ASM=y
CONFIG_PHANTOM=y
CONFIG_EEPROM_93CX6=y
CONFIG_SGI_IOC4=y
CONFIG_TIFM_CORE=y
CONFIG_TIFM_7XX1=y
# CONFIG_FUJITSU_LAPTOP is not set
CONFIG_TC1100_WMI=y
CONFIG_MSI_LAPTOP=y
# CONFIG_SONY_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_IDE is not set

#
# SCSI device support
#
CONFIG_RAID_ATTRS=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_TGT is not set
# CONFIG_SCSI_NETLINK is not set
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=y
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
# CONFIG_CHR_DEV_SG is not set
CONFIG_CHR_DEV_SCH=y

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
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_LOWLEVEL is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_ACPI=y
CONFIG_SATA_AHCI=y
CONFIG_SATA_SVW=y
CONFIG_ATA_PIIX=y
CONFIG_SATA_MV=y
CONFIG_SATA_NV=y
CONFIG_PDC_ADMA=y
CONFIG_SATA_QSTOR=y
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIL24 is not set
# CONFIG_SATA_SIS is not set
CONFIG_SATA_ULI=y
# CONFIG_SATA_VIA is not set
CONFIG_SATA_VITESSE=y
CONFIG_SATA_INIC162X=y
# CONFIG_PATA_ACPI is not set
CONFIG_PATA_ALI=y
CONFIG_PATA_AMD=y
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
CONFIG_PATA_CMD640_PCI=y
CONFIG_PATA_CMD64X=y
CONFIG_PATA_CS5520=y
CONFIG_PATA_CS5530=y
CONFIG_PATA_CS5535=y
CONFIG_PATA_CS5536=y
# CONFIG_PATA_CYPRESS is not set
CONFIG_PATA_EFAR=y
# CONFIG_ATA_GENERIC is not set
CONFIG_PATA_HPT366=y
CONFIG_PATA_HPT37X=y
# CONFIG_PATA_HPT3X2N is not set
CONFIG_PATA_HPT3X3=y
CONFIG_PATA_HPT3X3_DMA=y
# CONFIG_PATA_IT821X is not set
CONFIG_PATA_IT8213=y
CONFIG_PATA_JMICRON=y
# CONFIG_PATA_TRIFLEX is not set
CONFIG_PATA_MARVELL=y
CONFIG_PATA_MPIIX=y
CONFIG_PATA_OLDPIIX=y
CONFIG_PATA_NETCELL=y
# CONFIG_PATA_NINJA32 is not set
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 is not set
CONFIG_PATA_SIL680=y
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
# CONFIG_PATA_PLATFORM is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=y
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=y
# CONFIG_MD_RAID10 is not set
# CONFIG_MD_RAID456 is not set
# CONFIG_MD_MULTIPATH is not set
CONFIG_MD_FAULTY=y
# CONFIG_BLK_DEV_DM is not set
CONFIG_FUSION=y
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
# CONFIG_FUSION_SAS is not set
CONFIG_FUSION_MAX_SGE=128
# CONFIG_FUSION_LOGGING is not set

#
# IEEE 1394 (FireWire) support
#
CONFIG_FIREWIRE=y
CONFIG_FIREWIRE_OHCI=y
CONFIG_FIREWIRE_SBP2=y
CONFIG_IEEE1394=y

#
# Subsystem Options
#
CONFIG_IEEE1394_VERBOSEDEBUG=y

#
# Controllers
#

#
# Texas Instruments PCILynx requires I2C
#
CONFIG_IEEE1394_OHCI1394=y

#
# Protocols
#
CONFIG_IEEE1394_VIDEO1394=y
# CONFIG_IEEE1394_SBP2 is not set
# CONFIG_IEEE1394_ETH1394_ROM_ENTRY is not set
# CONFIG_IEEE1394_ETH1394 is not set
CONFIG_IEEE1394_DV1394=y
CONFIG_IEEE1394_RAWIO=y
CONFIG_I2O=y
# CONFIG_I2O_LCT_NOTIFY_ON_CHANGES is not set
# CONFIG_I2O_EXT_ADAPTEC is not set
CONFIG_I2O_CONFIG=y
# CONFIG_I2O_CONFIG_OLD_IOCTL is not set
CONFIG_I2O_BUS=y
CONFIG_I2O_BLOCK=y
CONFIG_I2O_SCSI=y
CONFIG_I2O_PROC=y
CONFIG_MACINTOSH_DRIVERS=y
CONFIG_MAC_EMUMOUSEBTN=y
CONFIG_NETDEVICES=y
# CONFIG_NETDEVICES_MULTIQUEUE is not set
CONFIG_DUMMY=y
CONFIG_BONDING=y
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
CONFIG_TUN=y
# CONFIG_VETH is not set
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
CONFIG_PHYLIB=y

#
# MII PHY device drivers
#
CONFIG_MARVELL_PHY=y
CONFIG_DAVICOM_PHY=y
CONFIG_QSEMI_PHY=y
# CONFIG_LXT_PHY is not set
# CONFIG_CICADA_PHY is not set
CONFIG_VITESSE_PHY=y
# CONFIG_SMSC_PHY is not set
CONFIG_BROADCOM_PHY=y
CONFIG_ICPLUS_PHY=y
CONFIG_REALTEK_PHY=y
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_ENC28J60=y
CONFIG_ENC28J60_WRITEVERIFY=y
CONFIG_NET_TULIP=y
CONFIG_DE2104X=y
# CONFIG_TULIP is not set
# CONFIG_DE4X5 is not set
# CONFIG_WINBOND_840 is not set
# CONFIG_DM9102 is not set
# CONFIG_ULI526X is not set
# CONFIG_HP100 is not set
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
CONFIG_NET_PCI=y
CONFIG_PCNET32=y
# CONFIG_PCNET32_NAPI is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
CONFIG_B44=y
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
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 is not set
CONFIG_8139TOO=y
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
CONFIG_8139_OLD_RX_RESET=y
CONFIG_R6040=y
CONFIG_SIS900=y
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
CONFIG_TLAN=y
# CONFIG_VIA_RHINE is not set
# CONFIG_SC92031 is not set
CONFIG_NETDEV_1000=y
CONFIG_ACENIC=y
# CONFIG_ACENIC_OMIT_TIGON_I is not set
CONFIG_DL2K=y
CONFIG_E1000=y
# CONFIG_E1000_NAPI is not set
# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
# CONFIG_E1000E is not set
# CONFIG_E1000E_ENABLED is not set
# CONFIG_IP1000 is not set
CONFIG_IGB=y
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
CONFIG_YELLOWFIN=y
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
CONFIG_SKGE=y
# CONFIG_SKGE_DEBUG is not set
CONFIG_SKY2=y
# CONFIG_SKY2_DEBUG is not set
# CONFIG_SK98LIN is not set
CONFIG_VIA_VELOCITY=y
CONFIG_TIGON3=y
# CONFIG_BNX2 is not set
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set
# CONFIG_NETDEV_10000 is not set
# CONFIG_TR is not set

#
# Wireless LAN
#
CONFIG_WLAN_PRE80211=y
CONFIG_STRIP=y
CONFIG_WLAN_80211=y
CONFIG_IPW2100=y
# CONFIG_IPW2100_MONITOR is not set
CONFIG_IPW2100_DEBUG=y
CONFIG_IPW2200=y
# CONFIG_IPW2200_MONITOR is not set
# CONFIG_IPW2200_QOS is not set
CONFIG_IPW2200_DEBUG=y
# CONFIG_LIBERTAS is not set
CONFIG_AIRO=y
# CONFIG_HERMES is not set
# CONFIG_ATMEL is not set
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
CONFIG_USB_NET_RNDIS_WLAN=y
CONFIG_RTL8180=y
CONFIG_RTL8187=y
# CONFIG_ADM8211 is not set
# CONFIG_P54_COMMON is not set
CONFIG_ATH5K=y
# CONFIG_IWL4965 is not set
CONFIG_IWL3945=y
CONFIG_IWL3945_QOS=y
# CONFIG_IWL3945_SPECTRUM_MEASUREMENT is not set
CONFIG_IWL3945_DEBUG=y
CONFIG_HOSTAP=y
CONFIG_HOSTAP_FIRMWARE=y
# CONFIG_HOSTAP_FIRMWARE_NVRAM is not set
CONFIG_HOSTAP_PLX=y
CONFIG_HOSTAP_PCI=y
CONFIG_B43=y
CONFIG_B43_PCI_AUTOSELECT=y
CONFIG_B43_PCICORE_AUTOSELECT=y
CONFIG_B43_RFKILL=y
CONFIG_B43_DEBUG=y
CONFIG_B43LEGACY=y
CONFIG_B43LEGACY_PCI_AUTOSELECT=y
CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y
CONFIG_B43LEGACY_RFKILL=y
CONFIG_B43LEGACY_DEBUG=y
CONFIG_B43LEGACY_PIO=y
# CONFIG_B43LEGACY_DMA_AND_PIO_MODE is not set
# CONFIG_B43LEGACY_DMA_MODE is not set
CONFIG_B43LEGACY_PIO_MODE=y
# CONFIG_ZD1211RW is not set
CONFIG_RT2X00=y
CONFIG_RT2X00_LIB=y
CONFIG_RT2X00_LIB_PCI=y
# CONFIG_RT2400PCI is not set
CONFIG_RT2500PCI=y
# CONFIG_RT2500PCI_RFKILL is not set
# CONFIG_RT61PCI is not set
# CONFIG_RT2500USB is not set
# CONFIG_RT73USB is not set
# CONFIG_RT2X00_LIB_DEBUGFS is not set
# CONFIG_RT2X00_DEBUG is not set

#
# USB Network Adapters
#
CONFIG_USB_CATC=y
CONFIG_USB_KAWETH=y
CONFIG_USB_PEGASUS=y
CONFIG_USB_RTL8150=y
CONFIG_USB_USBNET=y
CONFIG_USB_NET_AX8817X=y
CONFIG_USB_NET_CDCETHER=y
# CONFIG_USB_NET_DM9601 is not set
# CONFIG_USB_NET_GL620A is not set
CONFIG_USB_NET_NET1080=y
CONFIG_USB_NET_PLUSB=y
# CONFIG_USB_NET_MCS7830 is not set
CONFIG_USB_NET_RNDIS_HOST=y
CONFIG_USB_NET_CDC_SUBSET=y
CONFIG_USB_ALI_M5632=y
# CONFIG_USB_AN2720 is not set
CONFIG_USB_BELKIN=y
CONFIG_USB_ARMLINUX=y
# CONFIG_USB_EPSON2888 is not set
# CONFIG_USB_KC2190 is not set
CONFIG_USB_NET_ZAURUS=y
# CONFIG_WAN is not set
# CONFIG_ATM_DRIVERS is not set
# CONFIG_FDDI is not set
CONFIG_HIPPI=y
CONFIG_ROADRUNNER=y
# CONFIG_ROADRUNNER_LARGE_RINGS is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
CONFIG_SLHC=y
# CONFIG_NET_FC is not set
CONFIG_NETCONSOLE=y
# CONFIG_NETCONSOLE_DYNAMIC is not set
CONFIG_NETPOLL=y
CONFIG_NETPOLL_TRAP=y
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_ISDN=y
CONFIG_ISDN_I4L=y
CONFIG_ISDN_PPP=y
CONFIG_ISDN_PPP_VJ=y
CONFIG_ISDN_MPP=y
# CONFIG_IPPP_FILTER is not set
# CONFIG_ISDN_PPP_BSDCOMP is not set
# CONFIG_ISDN_AUDIO is not set

#
# ISDN feature submodules
#
CONFIG_ISDN_DIVERSION=y

#
# ISDN4Linux hardware drivers
#

#
# Passive cards
#
CONFIG_ISDN_DRV_HISAX=y

#
# D-channel protocol features
#
# CONFIG_HISAX_EURO is not set
CONFIG_HISAX_1TR6=y
# CONFIG_HISAX_NI1 is not set
CONFIG_HISAX_MAX_CARDS=8

#
# HiSax supported cards
#
# CONFIG_HISAX_16_3 is not set
# CONFIG_HISAX_TELESPCI is not set
CONFIG_HISAX_S0BOX=y
CONFIG_HISAX_FRITZPCI=y
CONFIG_HISAX_AVM_A1_PCMCIA=y
# CONFIG_HISAX_ELSA is not set
CONFIG_HISAX_DIEHLDIVA=y
# CONFIG_HISAX_SEDLBAUER is not set
# CONFIG_HISAX_NETJET is not set
# CONFIG_HISAX_NETJET_U is not set
CONFIG_HISAX_NICCY=y
# CONFIG_HISAX_BKM_A4T is not set
CONFIG_HISAX_SCT_QUADRO=y
# CONFIG_HISAX_GAZEL is not set
# CONFIG_HISAX_HFC_PCI is not set
CONFIG_HISAX_W6692=y
CONFIG_HISAX_HFC_SX=y
CONFIG_HISAX_DEBUG=y

#
# HiSax PCMCIA card service modules
#

#
# HiSax sub driver modules
#
# CONFIG_HISAX_ST5481 is not set
# CONFIG_HISAX_HFCUSB is not set
# CONFIG_HISAX_HFC4S8S is not set
# CONFIG_HISAX_FRITZ_PCIPNP is not set

#
# Active cards
#
# CONFIG_ISDN_DRV_GIGASET is not set
CONFIG_ISDN_CAPI=y
CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON=y
# CONFIG_CAPI_TRACE is not set
# CONFIG_ISDN_CAPI_MIDDLEWARE is not set
CONFIG_ISDN_CAPI_CAPI20=y
# 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=y
# CONFIG_PHONE_IXJ 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 is not set
CONFIG_INPUT_EVDEV=y
CONFIG_INPUT_EVBUG=y

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_KEYBOARD_SUNKBD=y
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_INPUT_MOUSE=y
# CONFIG_MOUSE_PS2 is not set
# CONFIG_MOUSE_SERIAL is not set
CONFIG_MOUSE_APPLETOUCH=y
CONFIG_MOUSE_VSXXXAA=y
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
CONFIG_INPUT_TOUCHSCREEN=y
# CONFIG_TOUCHSCREEN_ADS7846 is not set
# CONFIG_TOUCHSCREEN_FUJITSU is not set
CONFIG_TOUCHSCREEN_GUNZE=y
# CONFIG_TOUCHSCREEN_ELO is not set
CONFIG_TOUCHSCREEN_MTOUCH=y
# CONFIG_TOUCHSCREEN_MK712 is not set
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
CONFIG_TOUCHSCREEN_UCB1400=y
CONFIG_TOUCHSCREEN_USB_COMPOSITE=y
CONFIG_TOUCHSCREEN_USB_EGALAX=y
# CONFIG_TOUCHSCREEN_USB_PANJIT is not set
# CONFIG_TOUCHSCREEN_USB_3M is not set
CONFIG_TOUCHSCREEN_USB_ITM=y
CONFIG_TOUCHSCREEN_USB_ETURBO=y
# CONFIG_TOUCHSCREEN_USB_GUNZE is not set
CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y
# CONFIG_TOUCHSCREEN_USB_IRTOUCH is not set
CONFIG_TOUCHSCREEN_USB_IDEALTEK=y
# CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH is not set
CONFIG_TOUCHSCREEN_USB_GOTOP=y
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
CONFIG_SERIO_CT82C710=y
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
# CONFIG_SERIAL_NONSTANDARD is not set
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 is not set
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
# CONFIG_SERIAL_8250_MANY_PORTS is not set
# CONFIG_SERIAL_8250_SHARE_IRQ is not set
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
# CONFIG_SERIAL_8250_RSA is not set

#
# 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 is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_INTEL is not set
CONFIG_HW_RANDOM_AMD=y
# CONFIG_HW_RANDOM_GEODE is not set
CONFIG_HW_RANDOM_VIA=y
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set
CONFIG_GEN_RTC=y
CONFIG_GEN_RTC_X=y
CONFIG_R3964=y
CONFIG_APPLICOM=y
CONFIG_SONYPI=y
# CONFIG_MWAVE is not set
# CONFIG_SCx200_GPIO is not set
# CONFIG_PC8736x_GPIO is not set
CONFIG_NSC_GPIO=y
# CONFIG_CS5535_GPIO is not set
CONFIG_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=256
# CONFIG_HPET is not set
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
# CONFIG_I2C is not set

#
# SPI support
#
CONFIG_SPI=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y

#
# SPI Master Controller Drivers
#
CONFIG_SPI_BITBANG=y

#
# SPI Protocol Masters
#
CONFIG_SPI_AT25=y
CONFIG_SPI_SPIDEV=y
CONFIG_SPI_TLE62X0=y
CONFIG_W1=y
CONFIG_W1_CON=y

#
# 1-wire Bus Masters
#
# CONFIG_W1_MASTER_MATROX is not set
CONFIG_W1_MASTER_DS2490=y

#
# 1-wire Slaves
#
CONFIG_W1_SLAVE_THERM=y
# CONFIG_W1_SLAVE_SMEM is not set
# CONFIG_W1_SLAVE_DS2433 is not set
CONFIG_W1_SLAVE_DS2760=y
# CONFIG_POWER_SUPPLY is not set
# CONFIG_HWMON is not set
CONFIG_THERMAL=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=y
CONFIG_SC520_WDT=y
# CONFIG_EUROTECH_WDT is not set
CONFIG_IB700_WDT=y
# CONFIG_IBMASR is not set
CONFIG_WAFER_WDT=y
CONFIG_I6300ESB_WDT=y
CONFIG_ITCO_WDT=y
# CONFIG_ITCO_VENDOR_SUPPORT is not set
# CONFIG_IT8712F_WDT is not set
# CONFIG_SC1200_WDT is not set
CONFIG_SCx200_WDT=y
CONFIG_PC87413_WDT=y
# CONFIG_60XX_WDT is not set
# CONFIG_SBC8360_WDT is not set
CONFIG_SBC7240_WDT=y
CONFIG_CPU5_WDT=y
CONFIG_SMSC37B787_WDT=y
# CONFIG_W83627HF_WDT is not set
# CONFIG_W83697HF_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
# CONFIG_SBC_EPX_C3_WATCHDOG is not set

#
# PCI-based Watchdog Cards
#
CONFIG_PCIPCWATCHDOG=y
CONFIG_WDTPCI=y
CONFIG_WDT_501_PCI=y

#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set

#
# Sonics Silicon Backplane
#
CONFIG_SSB_POSSIBLE=y
CONFIG_SSB=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
# CONFIG_SSB_SILENT is not set
# CONFIG_SSB_DEBUG is not set
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y

#
# Multifunction device drivers
#
CONFIG_MFD_SM501=y

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set
# CONFIG_DVB_CORE is not set
# CONFIG_DAB is not set

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_ALI=y
CONFIG_AGP_ATI=y
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
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 is not set
CONFIG_VGASTATE=y
# CONFIG_VIDEO_OUTPUT_CONTROL is not set
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
# CONFIG_FB_DDC is not set
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_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_SVGALIB=y
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
CONFIG_FB_PM2=y
# CONFIG_FB_PM2_FIFO_DISCONNECT is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
CONFIG_FB_IMSTT=y
# CONFIG_FB_VGA16 is not set
CONFIG_FB_UVESA=y
# CONFIG_FB_VESA is not set
# CONFIG_FB_EFI is not set
CONFIG_FB_HECUBA=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=y
CONFIG_FB_CARILLO_RANCH=y
CONFIG_FB_INTEL=y
# CONFIG_FB_INTEL_DEBUG is not set
# CONFIG_FB_INTEL_I2C is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
CONFIG_FB_ATY=y
CONFIG_FB_ATY_CT=y
CONFIG_FB_ATY_GENERIC_LCD=y
# CONFIG_FB_ATY_GX is not set
CONFIG_FB_ATY_BACKLIGHT=y
CONFIG_FB_S3=y
# CONFIG_FB_SAVAGE is not set
CONFIG_FB_SIS=y
# CONFIG_FB_SIS_300 is not set
CONFIG_FB_SIS_315=y
CONFIG_FB_NEOMAGIC=y
CONFIG_FB_KYRO=y
CONFIG_FB_3DFX=y
CONFIG_FB_3DFX_ACCEL=y
CONFIG_FB_VOODOO1=y
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_CYBLA is not set
# CONFIG_FB_TRIDENT is not set
CONFIG_FB_ARK=y
# CONFIG_FB_PM3 is not set
CONFIG_FB_GEODE=y
CONFIG_FB_GEODE_LX=y
CONFIG_FB_GEODE_GX=y
CONFIG_FB_GEODE_GX_SET_FBSIZE=y
CONFIG_FB_GEODE_GX_FBSIZE=0x1600000
CONFIG_FB_GEODE_GX1=y
# CONFIG_FB_SM501 is not set
# CONFIG_FB_VIRTUAL is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
# CONFIG_LCD_CLASS_DEVICE is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_CORGI is not set
# CONFIG_BACKLIGHT_PROGEAR is not set

#
# 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_VIDEO_SELECT is not set
CONFIG_DUMMY_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE is not set
# CONFIG_LOGO is not set

#
# Sound
#
# CONFIG_SOUND is not set
CONFIG_AC97_BUS=y
# CONFIG_HID_SUPPORT is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
CONFIG_USB_DEBUG=y
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_DEVICE_CLASS is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
CONFIG_USB_SUSPEND=y
# CONFIG_USB_PERSIST is not set
# CONFIG_USB_OTG is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# CONFIG_USB_ISP116X_HCD is not set
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_SSB=y
# 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_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set

#
# USB Device Class drivers
#
CONFIG_USB_ACM=y
CONFIG_USB_PRINTER=y

#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
#

#
# may also be needed; see USB_STORAGE Help for more information
#
# CONFIG_USB_STORAGE is not set
CONFIG_USB_LIBUSUAL=y

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
CONFIG_USB_MICROTEK=y
CONFIG_USB_MON=y

#
# USB port drivers
#
CONFIG_USB_SERIAL=y
# CONFIG_USB_SERIAL_CONSOLE is not set
# CONFIG_USB_EZUSB is not set
# CONFIG_USB_SERIAL_GENERIC is not set
# CONFIG_USB_SERIAL_AIRCABLE is not set
CONFIG_USB_SERIAL_AIRPRIME=y
CONFIG_USB_SERIAL_ARK3116=y
# CONFIG_USB_SERIAL_BELKIN is not set
CONFIG_USB_SERIAL_CH341=y
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP2101 is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
CONFIG_USB_SERIAL_EMPEG=y
# CONFIG_USB_SERIAL_FTDI_SIO is not set
# CONFIG_USB_SERIAL_FUNSOFT is not set
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 is not set
CONFIG_USB_SERIAL_GARMIN=y
CONFIG_USB_SERIAL_IPW=y
CONFIG_USB_SERIAL_IUU=y
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
CONFIG_USB_SERIAL_KLSI=y
CONFIG_USB_SERIAL_KOBIL_SCT=y
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_MOS7720 is not set
# CONFIG_USB_SERIAL_MOS7840 is not set
CONFIG_USB_SERIAL_NAVMAN=y
# CONFIG_USB_SERIAL_PL2303 is not set
# CONFIG_USB_SERIAL_OTI6858 is not set
CONFIG_USB_SERIAL_HP4X=y
CONFIG_USB_SERIAL_SAFE=y
CONFIG_USB_SERIAL_SAFE_PADDED=y
# 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_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
CONFIG_USB_LEGOTOWER=y
CONFIG_USB_LCD=y
CONFIG_USB_BERRY_CHARGE=y
CONFIG_USB_LED=y
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGET is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
CONFIG_USB_APPLEDISPLAY=y
CONFIG_USB_SISUSBVGA=y
# CONFIG_USB_SISUSBVGA_CON is not set
CONFIG_USB_LD=y
# CONFIG_USB_TRANCEVIBRATOR is not set
CONFIG_USB_IOWARRIOR=y
# CONFIG_USB_TEST is not set
# CONFIG_USB_ATM is not set
# CONFIG_USB_GADGET is not set
CONFIG_MMC=y
CONFIG_MMC_DEBUG=y
CONFIG_MMC_UNSAFE_RESUME=y

#
# MMC/SD Card Drivers
#
# CONFIG_MMC_BLOCK is not set
# CONFIG_SDIO_UART is not set

#
# MMC/SD Host Controller Drivers
#
# CONFIG_MMC_SDHCI is not set
CONFIG_MMC_WBSD=y
CONFIG_MMC_TIFM_SD=y
CONFIG_NEW_LEDS=y
# CONFIG_LEDS_CLASS is not set

#
# LED drivers
#

#
# LED Triggers
#
# CONFIG_LEDS_TRIGGERS is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC=y

#
# Reporting subsystems
#
CONFIG_EDAC_DEBUG=y
# CONFIG_EDAC_MM_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y

#
# Conflicting RTC option has been selected, check GEN_RTC and RTC
#
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set

#
# RTC interfaces
#
# CONFIG_RTC_INTF_SYSFS is not set
CONFIG_RTC_INTF_PROC=y
# CONFIG_RTC_INTF_DEV is not set
# CONFIG_RTC_DRV_TEST is not set

#
# SPI RTC drivers
#
CONFIG_RTC_DRV_MAX6902=y
CONFIG_RTC_DRV_R9701=y
# CONFIG_RTC_DRV_RS5C348 is not set

#
# Platform RTC drivers
#
# CONFIG_RTC_DRV_CMOS is not set
CONFIG_RTC_DRV_DS1511=y
# CONFIG_RTC_DRV_DS1553 is not set
CONFIG_RTC_DRV_DS1742=y
CONFIG_RTC_DRV_STK17TA8=y
CONFIG_RTC_DRV_M48T86=y
CONFIG_RTC_DRV_M48T59=y
# CONFIG_RTC_DRV_V3020 is not set

#
# on-CPU RTC drivers
#
CONFIG_DMADEVICES=y

#
# DMA Devices
#
CONFIG_INTEL_IOATDMA=y
CONFIG_DMA_ENGINE=y

#
# DMA Clients
#
CONFIG_NET_DMA=y
CONFIG_DCA=y

#
# Userspace I/O
#
# CONFIG_UIO is not set

#
# Firmware Drivers
#
CONFIG_EDD=y
CONFIG_DELL_RBU=y
# CONFIG_DCDBAS is not set
# CONFIG_DMIID 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_EXT4DEV_FS=y
# CONFIG_EXT4DEV_FS_XATTR is not set
CONFIG_JBD=y
CONFIG_JBD_DEBUG=y
CONFIG_JBD2=y
CONFIG_JBD2_DEBUG=y
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=y
CONFIG_REISERFS_CHECK=y
# CONFIG_REISERFS_PROC_INFO is not set
CONFIG_REISERFS_FS_XATTR=y
# CONFIG_REISERFS_FS_POSIX_ACL is not set
# CONFIG_REISERFS_FS_SECURITY is not set
CONFIG_JFS_FS=y
CONFIG_JFS_POSIX_ACL=y
CONFIG_JFS_SECURITY=y
CONFIG_JFS_DEBUG=y
# CONFIG_JFS_STATISTICS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_XFS_FS=y
# CONFIG_XFS_QUOTA is not set
CONFIG_XFS_SECURITY=y
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
CONFIG_GFS2_FS=y
# CONFIG_GFS2_FS_LOCKING_NOLOCK is not set
CONFIG_GFS2_FS_LOCKING_DLM=y
CONFIG_OCFS2_FS=y
# CONFIG_OCFS2_DEBUG_MASKLOG is not set
CONFIG_OCFS2_DEBUG_FS=y
# CONFIG_DNOTIFY is not set
CONFIG_INOTIFY=y
# CONFIG_INOTIFY_USER is not set
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
CONFIG_PRINT_QUOTA_WARNING=y
CONFIG_QFMT_V1=y
# CONFIG_QFMT_V2 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 is not set
# CONFIG_ZISOFS is not set
# CONFIG_UDF_FS is not set

#
# 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=y
CONFIG_NTFS_DEBUG=y
CONFIG_NTFS_RW=y

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
# CONFIG_PROC_KCORE is not set
CONFIG_PROC_VMCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_CONFIGFS_FS=y

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
CONFIG_ECRYPT_FS=y
CONFIG_HFS_FS=y
# CONFIG_HFSPLUS_FS is not set
CONFIG_BEFS_FS=y
CONFIG_BEFS_DEBUG=y
# CONFIG_BFS_FS is not set
CONFIG_EFS_FS=y
# CONFIG_CRAMFS is not set
CONFIG_VXFS_FS=y
# CONFIG_MINIX_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V4=y
CONFIG_NFS_DIRECTIO=y
# CONFIG_NFSD is not set
# CONFIG_ROOT_NFS is not set
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
# CONFIG_SUNRPC_BIND34 is not set
CONFIG_RPCSEC_GSS_KRB5=y
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
CONFIG_NCP_FS=y
# CONFIG_NCPFS_PACKET_SIGNING is not set
# CONFIG_NCPFS_IOCTL_LOCKING is not set
# CONFIG_NCPFS_STRONG is not set
CONFIG_NCPFS_NFS_NS=y
# CONFIG_NCPFS_OS2_NS is not set
# CONFIG_NCPFS_SMALLDOS is not set
# CONFIG_NCPFS_NLS is not set
# CONFIG_NCPFS_EXTRAS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
CONFIG_AMIGA_PARTITION=y
CONFIG_ATARI_PARTITION=y
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
# CONFIG_UNIXWARE_DISKLABEL is not set
CONFIG_LDM_PARTITION=y
CONFIG_LDM_DEBUG=y
# CONFIG_SGI_PARTITION is not set
CONFIG_ULTRIX_PARTITION=y
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
# CONFIG_SYSV68_PARTITION is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
# CONFIG_NLS_CODEPAGE_437 is not set
CONFIG_NLS_CODEPAGE_737=y
CONFIG_NLS_CODEPAGE_775=y
CONFIG_NLS_CODEPAGE_850=y
CONFIG_NLS_CODEPAGE_852=y
CONFIG_NLS_CODEPAGE_855=y
# CONFIG_NLS_CODEPAGE_857 is not set
CONFIG_NLS_CODEPAGE_860=y
# CONFIG_NLS_CODEPAGE_861 is not set
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 is not set
CONFIG_NLS_CODEPAGE_949=y
# CONFIG_NLS_CODEPAGE_874 is not set
CONFIG_NLS_ISO8859_8=y
CONFIG_NLS_CODEPAGE_1250=y
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
CONFIG_NLS_ISO8859_4=y
CONFIG_NLS_ISO8859_5=y
# 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 is not set
# CONFIG_NLS_ISO8859_15 is not set
CONFIG_NLS_KOI8_R=y
CONFIG_NLS_KOI8_U=y
# CONFIG_NLS_UTF8 is not set
CONFIG_DLM=y
CONFIG_DLM_DEBUG=y

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
# CONFIG_PRINTK_TIME is not set
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_UNUSED_SYMBOLS=y
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_SHIRQ=y
# CONFIG_DETECT_SOFTLOCKUP is not set
CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y
# CONFIG_TIMER_STATS is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=y
CONFIG_LOCKDEP=y
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_LOCKDEP is not set
CONFIG_TRACE_IRQFLAGS=y
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_HIGHMEM is not set
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_LIST is not set
CONFIG_DEBUG_SG=y
CONFIG_FRAME_POINTER=y
CONFIG_FORCED_INLINING=y
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
CONFIG_FAULT_INJECTION=y
CONFIG_FAILSLAB=y
CONFIG_FAIL_PAGE_ALLOC=y
# CONFIG_FAIL_MAKE_REQUEST is not set
# CONFIG_FAULT_INJECTION_DEBUG_FS is not set
# CONFIG_LATENCYTOP is not set
CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
CONFIG_SAMPLES=y
CONFIG_SAMPLE_KOBJECT=y
CONFIG_EARLY_PRINTK=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
CONFIG_DEBUG_STACK_USAGE=y
# CONFIG_DEBUG_PAGEALLOC is not set
CONFIG_DEBUG_RODATA=y
CONFIG_DEBUG_RODATA_TEST=y
CONFIG_4KSTACKS=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
CONFIG_DOUBLEFAULT=y
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
# CONFIG_IO_DELAY_0X80 is not set
CONFIG_IO_DELAY_0XED=y
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=1
# CONFIG_DEBUG_BOOT_PARAMS is not set
CONFIG_CPA_DEBUG=y

#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_DEBUG_PROC_KEYS=y
CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_NETWORK_XFRM=y
CONFIG_SECURITY_CAPABILITIES=y
CONFIG_SECURITY_FILE_CAPABILITIES=y
# CONFIG_SECURITY_ROOTPLUG is not set
CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
# CONFIG_SECURITY_SELINUX is not set
# CONFIG_SECURITY_SMACK is not set
CONFIG_CRYPTO=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_SEQIV=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_XCBC is not set
CONFIG_CRYPTO_NULL=y
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=y
# CONFIG_CRYPTO_SHA512 is not set
CONFIG_CRYPTO_WP512=y
CONFIG_CRYPTO_TGR192=y
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_PCBC is not set
CONFIG_CRYPTO_LRW=y
CONFIG_CRYPTO_XTS=y
CONFIG_CRYPTO_CTR=y
# CONFIG_CRYPTO_GCM is not set
CONFIG_CRYPTO_CCM=y
CONFIG_CRYPTO_CRYPTD=y
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_FCRYPT=y
# CONFIG_CRYPTO_BLOWFISH is not set
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_TWOFISH_COMMON=y
CONFIG_CRYPTO_TWOFISH_586=y
# CONFIG_CRYPTO_SERPENT is not set
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_AES_586 is not set
CONFIG_CRYPTO_CAST5=y
CONFIG_CRYPTO_CAST6=y
CONFIG_CRYPTO_TEA=y
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_KHAZAD=y
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_SEED=y
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_586 is not set
# CONFIG_CRYPTO_DEFLATE is not set
CONFIG_CRYPTO_MICHAEL_MIC=y
# CONFIG_CRYPTO_CRC32C is not set
CONFIG_CRYPTO_CAMELLIA=y
# CONFIG_CRYPTO_AUTHENC is not set
# CONFIG_CRYPTO_LZO is not set
CONFIG_CRYPTO_HW=y
CONFIG_CRYPTO_DEV_PADLOCK=y
# CONFIG_CRYPTO_DEV_PADLOCK_AES is not set
# CONFIG_CRYPTO_DEV_PADLOCK_SHA is not set
CONFIG_CRYPTO_DEV_GEODE=y
CONFIG_CRYPTO_DEV_HIFN_795X=y
CONFIG_CRYPTO_DEV_HIFN_795X_RNG=y
# CONFIG_VIRTUALIZATION is not set

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
CONFIG_AUDIT_GENERIC=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=y
CONFIG_TEXTSEARCH_BM=y
CONFIG_TEXTSEARCH_FSM=y
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y

[-- Attachment #3: crash.log --]
[-- Type: text/plain, Size: 71751 bytes --]

Linux version 2.6.24 (mingo@dione) (gcc version 4.2.2) #34 SMP Sat Feb 9 06:53:46 CET 2008
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
 BIOS-e820: 000000000009f800 - 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: 00000000e0000000 - 00000000f0000000 (reserved)
 BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
console [earlyser0] enabled
using polling idle threads.
using polling idle threads.
512MB HIGHMEM available.
511MB LOWMEM available.
Scan SMP from 40000000 for 1024 bytes.
Scan SMP from 4009fc00 for 1024 bytes.
Scan SMP from 400f0000 for 65536 bytes.
found SMP MP-table at [400f5680] 000f5680
Entering add_active_range(0, 0, 262128) 0 entries of 256 used
Zone PFN ranges:
  DMA             0 ->     4096
  Normal       4096 ->   131056
  HighMem    131056 ->   262128
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
    0:        0 ->   262128
On node 0 totalpages: 262128
  DMA zone: 52 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 4044 pages, LIFO batch:0
  Normal zone: 1611 pages used for memmap
  Normal zone: 125349 pages, LIFO batch:31
  HighMem zone: 1664 pages used for memmap
  HighMem zone: 129408 pages, LIFO batch:31
  Movable zone: 0 pages used for memmap
DMI 2.3 present.
Nvidia board detected. Ignoring ACPI timer override.
If you got timer trouble try acpi_use_timer_override
Intel MultiProcessor Specification v1.4
    Virtual Wire compatibility mode.
OEM ID: OEM00000 Product ID: PROD00000000 APIC at: 0xFEE00000
Processor #0 15:3 APIC version 17
Processor #1 15:3 APIC version 17
I/O APIC #2 Version 17 at 0xFEC00000.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Processors: 2
Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000)
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 258801
Kernel command line: root=/dev/sda1 earlyprintk=serial,ttyS0,115200 console=tty console=ttyS0,115200 profile=0 debug initcall_debug enforcing=0 apic=verbose sysrq_always_enabled selinux=0 nmi_watchdog=2 idle=poll no_hz=off highres=0 nolapic lapic hpet=disable idle=mwait idle=poll highmem=512m acpi=off pci=noacpi
kernel profiling enabled (shift: 0)
debug: sysrq always enabled.
mapped APIC to ffffb000 (fee00000)
mapped IOAPIC to ffffa000 (fec00000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
CPU 0 irqstacks, hard=40d4b000 soft=40d43000
PID hash table entries: 2048 (order: 11, 8192 bytes)
Detected 2160.262 MHz processor.
spurious 8259A interrupt: IRQ7.
Console: colour VGA+ 80x25
console [tty0] enabled
console handover: boot [earlyser0] -> real [ttyS0]
Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
... MAX_LOCKDEP_SUBCLASSES:    8
... MAX_LOCK_DEPTH:          30
... MAX_LOCKDEP_KEYS:        2048
... CLASSHASH_SIZE:           1024
... MAX_LOCKDEP_ENTRIES:     8192
... MAX_LOCKDEP_CHAINS:      16384
... CHAINHASH_SIZE:          8192
 memory used by lock dependency info: 992 kB
 per task-struct memory footprint: 1200 bytes
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 982884k/1048512k available (8567k kernel code, 64424k reserved, 3535k data, 404k init, 524288k highmem)
virtual kernel memory layout:
    fixmap  : 0xfff4e000 - 0xfffff000   ( 708 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0x60800000 - 0xff7fe000   (2543 MB)
    lowmem  : 0x40000000 - 0x5fff0000   ( 511 MB)
      .init : 0x40cdb000 - 0x40d40000   ( 404 kB)
      .data : 0x4095df04 - 0x40cd1be8   (3535 kB)
      .text : 0x40100000 - 0x4095df04   (8567 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
CPA: page pool initialized 16 of 16 pages preallocated
Calibrating delay using timer specific routine.. 4322.52 BogoMIPS (lpj=2161263)
Security Framework initialized
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU 0(2) -> Core 0
Compat vDSO mapped to ffffe000.
Checking 'hlt' instruction... OK.
CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
enabled ExtINT on CPU#0
lockdep: fixing up alternatives.
Booting processor 1/1 ip 4000
CPU 1 irqstacks, hard=40d4c000 soft=40d44000
Initializing CPU#1
masked ExtINT on CPU#1
Calibrating delay using timer specific routine.. 4319.79 BogoMIPS (lpj=2159896)
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU 1(2) -> Core 1
CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
Total of 2 processors activated (8642.31 BogoMIPS).
ExtINT not setup in hardware but reported by MP table
ENABLING IO-APIC IRQs
init IO_APIC IRQs
 IO-APIC (apicid-pin) 2-0 not connected.
 IO-APIC (apicid-pin) 2-16, 2-17, 2-18, 2-19, 2-20, 2-21, 2-22, 2-23 not connected.
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=0 pin2=0
..MP-BIOS bug: 8254 timer not connected to IO-APIC
...trying to set up timer (IRQ0) through the 8259A ... 
..... (found pin 0) ...works.
number of MP IRQ sources: 17.
number of IO-APIC #2 registers: 24.
testing the IO APIC.......................
IO APIC #2......
.... register #00: 00000000
.......    : physical APIC id: 00
.......    : Delivery Type: 0
.......    : LTS          : 0
.... register #01: 00170011
.......     : max redirection entries: 0017
.......     : PRQ implemented: 0
.......     : IO APIC version: 0011
.... register #02: 00000000
.......     : arbitration: 00
.... IRQ redirection table:
 NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
 00 001 01  0    0    0   0   0    1    1    31
 01 001 01  0    0    0   0   0    1    1    39
 02 000 00  1    0    0   0   0    0    0    00
 03 001 01  1    1    0   1   0    1    1    41
 04 001 01  0    0    0   0   0    1    1    49
 05 001 01  1    1    0   1   0    1    1    51
 06 001 01  0    0    0   0   0    1    1    59
 07 001 01  0    0    0   0   0    1    1    61
 08 001 01  0    0    0   0   0    1    1    69
 09 001 01  0    0    0   0   0    1    1    71
 0a 001 01  0    0    0   0   0    1    1    79
 0b 001 01  1    1    0   1   0    1    1    81
 0c 001 01  0    0    0   0   0    1    1    89
 0d 001 01  0    0    0   0   0    1    1    91
 0e 001 01  0    0    0   0   0    1    1    99
 0f 001 01  0    0    0   0   0    1    1    A1
 10 000 00  1    0    0   0   0    0    0    00
 11 000 00  1    0    0   0   0    0    0    00
 12 000 00  1    0    0   0   0    0    0    00
 13 000 00  1    0    0   0   0    0    0    00
 14 000 00  1    0    0   0   0    0    0    00
 15 000 00  1    0    0   0   0    0    0    00
 16 000 00  1    0    0   0   0    0    0    00
 17 000 00  1    0    0   0   0    0    0    00
IRQ to pin mappings:
IRQ0 -> 0:0
IRQ1 -> 0:1
IRQ3 -> 0:3
IRQ4 -> 0:4
IRQ5 -> 0:5
IRQ6 -> 0:6
IRQ7 -> 0:7
IRQ8 -> 0:8
IRQ9 -> 0:9
IRQ10 -> 0:10
IRQ11 -> 0:11
IRQ12 -> 0:12
IRQ13 -> 0:13
IRQ14 -> 0:14
IRQ15 -> 0:15
.................................... done.
Using local APIC timer interrupts.
calibrating APIC timer ...
... lapic delta = 1349918
... PM timer delta = 0
..... delta 1349918
..... mult: 57987350
..... calibration result: 215986
..... CPU clock speed is 2159.0869 MHz.
..... host bus clock speed is 215.0986 MHz.
... verify APIC timer
... jiffies delta = 100
... jiffies result ok
Brought up 2 CPUs
CPU0 attaching sched-domain:
 domain 0: span 03
  groups: 01 02
CPU1 attaching sched-domain:
 domain 0: span 03
  groups: 02 01
khelper used greatest stack depth: 3036 bytes left
Calling initcall 0x40d0cc50: net_ns_init+0x0/0x1a0()
net_namespace: 224 bytes
initcall 0x40d0cc50: net_ns_init+0x0/0x1a0() returned 0.
initcall 0x40d0cc50 ran for 0 msecs: net_ns_init+0x0/0x1a0()
Calling initcall 0x40ce5dd0: reboot_init+0x0/0x20()
initcall 0x40ce5dd0: reboot_init+0x0/0x20() returned 0.
initcall 0x40ce5dd0 ran for 0 msecs: reboot_init+0x0/0x20()
Calling initcall 0x40ced130: sysctl_init+0x0/0x30()
initcall 0x40ced130: sysctl_init+0x0/0x30() returned 0.
initcall 0x40ced130 ran for 0 msecs: sysctl_init+0x0/0x30()
Calling initcall 0x40ced940: ksysfs_init+0x0/0xb0()
initcall 0x40ced940: ksysfs_init+0x0/0xb0() returned 0.
initcall 0x40ced940 ran for 0 msecs: ksysfs_init+0x0/0xb0()
Calling initcall 0x40cedd60: init_jiffies_clocksource+0x0/0x20()
initcall 0x40cedd60: init_jiffies_clocksource+0x0/0x20() returned 0.
initcall 0x40cedd60 ran for 0 msecs: init_jiffies_clocksource+0x0/0x20()
Calling initcall 0x40cee0d0: pm_init+0x0/0x40()
initcall 0x40cee0d0: pm_init+0x0/0x40() returned 0.
initcall 0x40cee0d0 ran for 0 msecs: pm_init+0x0/0x40()
Calling initcall 0x40cf0440: filelock_init+0x0/0x30()
initcall 0x40cf0440: filelock_init+0x0/0x30() returned 0.
initcall 0x40cf0440 ran for 0 msecs: filelock_init+0x0/0x30()
Calling initcall 0x40cf0dd0: init_aout_binfmt+0x0/0x20()
initcall 0x40cf0dd0: init_aout_binfmt+0x0/0x20() returned 0.
initcall 0x40cf0dd0 ran for 0 msecs: init_aout_binfmt+0x0/0x20()
Calling initcall 0x40cf0df0: init_misc_binfmt+0x0/0x40()
initcall 0x40cf0df0: init_misc_binfmt+0x0/0x40() returned 0.
initcall 0x40cf0df0 ran for 0 msecs: init_misc_binfmt+0x0/0x40()
Calling initcall 0x40cf0e30: init_script_binfmt+0x0/0x20()
initcall 0x40cf0e30: init_script_binfmt+0x0/0x20() returned 0.
initcall 0x40cf0e30 ran for 0 msecs: init_script_binfmt+0x0/0x20()
Calling initcall 0x40cf0e50: init_elf_binfmt+0x0/0x20()
initcall 0x40cf0e50: init_elf_binfmt+0x0/0x20() returned 0.
initcall 0x40cf0e50 ran for 0 msecs: init_elf_binfmt+0x0/0x20()
Calling initcall 0x40cf41f0: debugfs_init+0x0/0x60()
initcall 0x40cf41f0: debugfs_init+0x0/0x60() returned 0.
initcall 0x40cf41f0 ran for 0 msecs: debugfs_init+0x0/0x60()
Calling initcall 0x40cf4d00: securityfs_init+0x0/0x60()
initcall 0x40cf4d00: securityfs_init+0x0/0x60() returned 0.
initcall 0x40cf4d00 ran for 0 msecs: securityfs_init+0x0/0x60()
Calling initcall 0x40cf5d60: random32_init+0x0/0x50()
initcall 0x40cf5d60: random32_init+0x0/0x50() returned 0.
initcall 0x40cf5d60 ran for 0 msecs: random32_init+0x0/0x50()
Calling initcall 0x40d0cb10: sock_init+0x0/0x60()
initcall 0x40d0cb10: sock_init+0x0/0x60() returned 0.
initcall 0x40d0cb10 ran for 0 msecs: sock_init+0x0/0x60()
Calling initcall 0x40d0d580: netpoll_init+0x0/0x40()
initcall 0x40d0d580: netpoll_init+0x0/0x40() returned 0.
initcall 0x40d0d580 ran for 0 msecs: netpoll_init+0x0/0x40()
Calling initcall 0x40d0d980: netlink_proto_init+0x0/0x150()
NET: Registered protocol family 16
initcall 0x40d0d980: netlink_proto_init+0x0/0x150() returned 0.
initcall 0x40d0d980 ran for 0 msecs: netlink_proto_init+0x0/0x150()
Calling initcall 0x40cf5c00: kobject_uevent_init+0x0/0x50()
initcall 0x40cf5c00: kobject_uevent_init+0x0/0x50() returned 0.
initcall 0x40cf5c00 ran for 0 msecs: kobject_uevent_init+0x0/0x50()
Calling initcall 0x40cf5fe0: pcibus_class_init+0x0/0x20()
initcall 0x40cf5fe0: pcibus_class_init+0x0/0x20() returned 0.
initcall 0x40cf5fe0 ran for 0 msecs: pcibus_class_init+0x0/0x20()
Calling initcall 0x40cf66e0: pci_driver_init+0x0/0x20()
initcall 0x40cf66e0: pci_driver_init+0x0/0x20() returned 0.
initcall 0x40cf66e0 ran for 0 msecs: pci_driver_init+0x0/0x20()
Calling initcall 0x40cf6e40: backlight_class_init+0x0/0x50()
initcall 0x40cf6e40: backlight_class_init+0x0/0x50() returned 0.
initcall 0x40cf6e40 ran for 0 msecs: backlight_class_init+0x0/0x50()
Calling initcall 0x40cfa9c0: dock_init+0x0/0x50()
ACPI Exception (utmutex-0263): AE_BAD_PARAMETER, Thread 5F815410 could not acquire Mutex [1] [20070126]
No dock devices found.
initcall 0x40cfa9c0: dock_init+0x0/0x50() returned 0.
initcall 0x40cfa9c0 ran for 3 msecs: dock_init+0x0/0x50()
Calling initcall 0x40cfaa10: bay_init+0x0/0x50()
ACPI Exception (utmutex-0263): AE_BAD_PARAMETER, Thread 5F815410 could not acquire Mutex [1] [20070126]
initcall 0x40cfaa10: bay_init+0x0/0x50() returned -19.
initcall 0x40cfaa10 ran for 2 msecs: bay_init+0x0/0x50()
Calling initcall 0x40cfc010: tty_class_init+0x0/0x30()
initcall 0x40cfc010: tty_class_init+0x0/0x30() returned 0.
initcall 0x40cfc010 ran for 0 msecs: tty_class_init+0x0/0x30()
Calling initcall 0x40cfc970: vtconsole_class_init+0x0/0xc0()
initcall 0x40cfc970: vtconsole_class_init+0x0/0xc0() returned 0.
initcall 0x40cfc970 ran for 0 msecs: vtconsole_class_init+0x0/0xc0()
Calling initcall 0x40ce3bd0: arch_kdebugfs_init+0x0/0x10()
initcall 0x40ce3bd0: arch_kdebugfs_init+0x0/0x10() returned 0.
initcall 0x40ce3bd0 ran for 0 msecs: arch_kdebugfs_init+0x0/0x10()
Calling initcall 0x40ce3da0: init_pit_clocksource+0x0/0xb0()
initcall 0x40ce3da0: init_pit_clocksource+0x0/0xb0() returned 0.
initcall 0x40ce3da0 ran for 0 msecs: init_pit_clocksource+0x0/0xb0()
Calling initcall 0x40ce4c10: mtrr_if_init+0x0/0x60()
initcall 0x40ce4c10: mtrr_if_init+0x0/0x60() returned 0.
initcall 0x40ce4c10 ran for 0 msecs: mtrr_if_init+0x0/0x60()
Calling initcall 0x40ce5cd0: ffh_cstate_init+0x0/0x40()
initcall 0x40ce5cd0: ffh_cstate_init+0x0/0x40() returned -1.
initcall 0x40ce5cd0 ran for 0 msecs: ffh_cstate_init+0x0/0x40()
initcall at 0x40ce5cd0: ffh_cstate_init+0x0/0x40(): returned with error code -1
Calling initcall 0x40ceae30: kdump_buf_page_init+0x0/0x40()
initcall 0x40ceae30: kdump_buf_page_init+0x0/0x40() returned 0.
initcall 0x40ceae30 ran for 0 msecs: kdump_buf_page_init+0x0/0x40()
Calling initcall 0x40cf6cb0: acpi_pci_init+0x0/0x50()
initcall 0x40cf6cb0: acpi_pci_init+0x0/0x50() returned 0.
initcall 0x40cf6cb0 ran for 0 msecs: acpi_pci_init+0x0/0x50()
Calling initcall 0x40cfa650: init_acpi_device_notify+0x0/0x50()
initcall 0x40cfa650: init_acpi_device_notify+0x0/0x50() returned 0.
initcall 0x40cfa650 ran for 0 msecs: init_acpi_device_notify+0x0/0x50()
Calling initcall 0x40d0bb50: pci_access_init+0x0/0x40()
PCI: Using configuration type 1
initcall 0x40d0bb50: pci_access_init+0x0/0x40() returned 0.
initcall 0x40d0bb50 ran for 0 msecs: pci_access_init+0x0/0x40()
Calling initcall 0x40ce2230: request_standard_resources+0x0/0x80()
Setting up standard PCI resources
initcall 0x40ce2230: request_standard_resources+0x0/0x80() returned 0.
initcall 0x40ce2230 ran for 3 msecs: request_standard_resources+0x0/0x80()
Calling initcall 0x40ce3b90: topology_init+0x0/0x40()
initcall 0x40ce3b90: topology_init+0x0/0x40() returned 0.
initcall 0x40ce3b90 ran for 0 msecs: topology_init+0x0/0x40()
Calling initcall 0x40ce47f0: mtrr_init_finialize+0x0/0x40()
initcall 0x40ce47f0: mtrr_init_finialize+0x0/0x40() returned 0.
initcall 0x40ce47f0 ran for 0 msecs: mtrr_init_finialize+0x0/0x40()
Calling initcall 0x40ced5b0: param_sysfs_init+0x0/0x190()
initcall 0x40ced5b0: param_sysfs_init+0x0/0x190() returned 0.
initcall 0x40ced5b0 ran for 13 msecs: param_sysfs_init+0x0/0x190()
Calling initcall 0x4014d8c0: pm_sysrq_init+0x0/0x20()
initcall 0x4014d8c0: pm_sysrq_init+0x0/0x20() returned 0.
initcall 0x4014d8c0 ran for 0 msecs: pm_sysrq_init+0x0/0x20()
Calling initcall 0x40ceffa0: readahead_init+0x0/0x20()
initcall 0x40ceffa0: readahead_init+0x0/0x20() returned 0.
initcall 0x40ceffa0 ran for 0 msecs: readahead_init+0x0/0x20()
Calling initcall 0x40cf0b50: init_bio+0x0/0xf0()
initcall 0x40cf0b50: init_bio+0x0/0xf0() returned 0.
initcall 0x40cf0b50 ran for 0 msecs: init_bio+0x0/0xf0()
Calling initcall 0x40cf58f0: blk_settings_init+0x0/0x30()
initcall 0x40cf58f0: blk_settings_init+0x0/0x30() returned 0.
initcall 0x40cf58f0 ran for 0 msecs: blk_settings_init+0x0/0x30()
Calling initcall 0x40cf5920: blk_ioc_init+0x0/0x30()
initcall 0x40cf5920: blk_ioc_init+0x0/0x30() returned 0.
initcall 0x40cf5920 ran for 0 msecs: blk_ioc_init+0x0/0x30()
Calling initcall 0x40cf5950: genhd_device_init+0x0/0x30()
initcall 0x40cf5950: genhd_device_init+0x0/0x30() returned 0.
initcall 0x40cf5950 ran for 0 msecs: genhd_device_init+0x0/0x30()
Calling initcall 0x40cf6d00: fbmem_init+0x0/0x90()
initcall 0x40cf6d00: fbmem_init+0x0/0x90() returned 0.
initcall 0x40cf6d00 ran for 0 msecs: fbmem_init+0x0/0x90()
Calling initcall 0x40cfa430: acpi_init+0x0/0x220()
ACPI: Interpreter disabled.
initcall 0x40cfa430: acpi_init+0x0/0x220() returned -19.
initcall 0x40cfa430 ran for 0 msecs: acpi_init+0x0/0x220()
Calling initcall 0x40cfa6a0: acpi_scan_init+0x0/0x100()
initcall 0x40cfa6a0: acpi_scan_init+0x0/0x100() returned 0.
initcall 0x40cfa6a0 ran for 0 msecs: acpi_scan_init+0x0/0x100()
Calling initcall 0x40cfa7a0: acpi_ec_init+0x0/0x60()
initcall 0x40cfa7a0: acpi_ec_init+0x0/0x60() returned 0.
initcall 0x40cfa7a0 ran for 0 msecs: acpi_ec_init+0x0/0x60()
Calling initcall 0x40cfaa60: acpi_pci_root_init+0x0/0x30()
initcall 0x40cfaa60: acpi_pci_root_init+0x0/0x30() returned 0.
initcall 0x40cfaa60 ran for 0 msecs: acpi_pci_root_init+0x0/0x30()
Calling initcall 0x40cfabc0: acpi_pci_link_init+0x0/0x50()
initcall 0x40cfabc0: acpi_pci_link_init+0x0/0x50() returned 0.
initcall 0x40cfabc0 ran for 0 msecs: acpi_pci_link_init+0x0/0x50()
Calling initcall 0x40cfaca0: acpi_power_init+0x0/0x70()
initcall 0x40cfaca0: acpi_power_init+0x0/0x70() returned 0.
initcall 0x40cfaca0 ran for 0 msecs: acpi_power_init+0x0/0x70()
Calling initcall 0x40cfae30: acpi_system_init+0x0/0x170()
initcall 0x40cfae30: acpi_system_init+0x0/0x170() returned 0.
initcall 0x40cfae30 ran for 0 msecs: acpi_system_init+0x0/0x170()
Calling initcall 0x40cfaff0: acpi_wmi_init+0x0/0x50()
initcall 0x40cfaff0: acpi_wmi_init+0x0/0x50() returned -19.
initcall 0x40cfaff0 ran for 0 msecs: acpi_wmi_init+0x0/0x50()
Calling initcall 0x40cfb340: pnp_init+0x0/0x20()
Linux Plug and Play Support v0.97 (c) Adam Belay
initcall 0x40cfb340: pnp_init+0x0/0x20() returned 0.
initcall 0x40cfb340 ran for 0 msecs: pnp_init+0x0/0x20()
Calling initcall 0x40cfb5b0: pnpacpi_init+0x0/0x90()
pnp: PnP ACPI: disabled
initcall 0x40cfb5b0: pnpacpi_init+0x0/0x90() returned 0.
initcall 0x40cfb5b0 ran for 0 msecs: pnpacpi_init+0x0/0x90()
Calling initcall 0x40cfc460: misc_init+0x0/0x80()
initcall 0x40cfc460: misc_init+0x0/0x80() returned 0.
initcall 0x40cfc460 ran for 0 msecs: misc_init+0x0/0x80()
Calling initcall 0x4092f230: cn_init+0x0/0xc0()
initcall 0x4092f230: cn_init+0x0/0xc0() returned 0.
initcall 0x4092f230 ran for 0 msecs: cn_init+0x0/0xc0()
Calling initcall 0x40cffd90: tifm_init+0x0/0x90()
initcall 0x40cffd90: tifm_init+0x0/0x90() returned 0.
initcall 0x40cffd90 ran for 0 msecs: tifm_init+0x0/0x90()
Calling initcall 0x40d00db0: phy_init+0x0/0x40()
initcall 0x40d00db0: phy_init+0x0/0x40() returned 0.
initcall 0x40d00db0 ran for 0 msecs: phy_init+0x0/0x40()
Calling initcall 0x40d03e50: init_scsi+0x0/0xa0()
SCSI subsystem initialized
initcall 0x40d03e50: init_scsi+0x0/0xa0() returned 0.
initcall 0x40d03e50 ran for 0 msecs: init_scsi+0x0/0xa0()
Calling initcall 0x40d047e0: ata_init+0x0/0x90()
libata version 3.00 loaded.
initcall 0x40d047e0: ata_init+0x0/0x90() returned 0.
initcall 0x40d047e0 ran for 0 msecs: ata_init+0x0/0x90()
Calling initcall 0x40d05bf0: spi_init+0x0/0x80()
initcall 0x40d05bf0: spi_init+0x0/0x80() returned 0.
initcall 0x40d05bf0 ran for 0 msecs: spi_init+0x0/0x80()
Calling initcall 0x40d06010: usb_init+0x0/0x120()
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
initcall 0x40d06010: usb_init+0x0/0x120() returned 0.
initcall 0x40d06010 ran for 2 msecs: usb_init+0x0/0x120()
Calling initcall 0x40d07930: serio_init+0x0/0x90()
initcall 0x40d07930: serio_init+0x0/0x90() returned 0.
initcall 0x40d07930 ran for 0 msecs: serio_init+0x0/0x90()
Calling initcall 0x40d07f30: input_init+0x0/0x110()
initcall 0x40d07f30: input_init+0x0/0x110() returned 0.
initcall 0x40d07f30 ran for 0 msecs: input_init+0x0/0x110()
Calling initcall 0x40d083b0: rtc_init+0x0/0x60()
initcall 0x40d083b0: rtc_init+0x0/0x60() returned 0.
initcall 0x40d083b0 ran for 0 msecs: rtc_init+0x0/0x60()
Calling initcall 0x40d087b0: thermal_init+0x0/0x50()
initcall 0x40d087b0: thermal_init+0x0/0x50() returned 0.
initcall 0x40d087b0 ran for 0 msecs: thermal_init+0x0/0x50()
Calling initcall 0x40d09800: md_init+0x0/0xd0()
initcall 0x40d09800: md_init+0x0/0xd0() returned 0.
initcall 0x40d09800 ran for 0 msecs: md_init+0x0/0xd0()
Calling initcall 0x40d0a6e0: mmc_init+0x0/0x90()
initcall 0x40d0a6e0: mmc_init+0x0/0x90() returned 0.
initcall 0x40d0a6e0 ran for 0 msecs: mmc_init+0x0/0x90()
Calling initcall 0x40d0b690: dma_bus_init+0x0/0x30()
initcall 0x40d0b690: dma_bus_init+0x0/0x30() returned 0.
initcall 0x40d0b690 ran for 0 msecs: dma_bus_init+0x0/0x30()
Calling initcall 0x40d0b7f0: ac97_bus_init+0x0/0x20()
initcall 0x40d0b7f0: ac97_bus_init+0x0/0x20() returned 0.
initcall 0x40d0b7f0 ran for 0 msecs: ac97_bus_init+0x0/0x20()
Calling initcall 0x40d0be70: pci_acpi_init+0x0/0xd0()
initcall 0x40d0be70: pci_acpi_init+0x0/0xd0() returned 0.
initcall 0x40d0be70 ran for 0 msecs: pci_acpi_init+0x0/0xd0()
Calling initcall 0x40d0bf40: pci_legacy_init+0x0/0xf0()
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Transparent bridge - 0000:00:09.0
initcall 0x40d0bf40: pci_legacy_init+0x0/0xf0() returned 0.
initcall 0x40d0bf40 ran for 6 msecs: pci_legacy_init+0x0/0xf0()
Calling initcall 0x40d0c5b0: pcibios_irq_init+0x0/0x4e0()
PCI: Using IRQ router default [10de/005e] at 0000:00:00.0
PCI->APIC IRQ transform: 0000:00:04.0[A] -> IRQ 3
PCI->APIC IRQ transform: 0000:00:0a.0[A] -> IRQ 11
PCI->APIC IRQ transform: 0000:05:07.0[A] -> IRQ 11
PCI->APIC IRQ transform: 0000:01:00.0[A] -> IRQ 5
initcall 0x40d0c5b0: pcibios_irq_init+0x0/0x4e0() returned 0.
initcall 0x40d0c5b0 ran for 4 msecs: pcibios_irq_init+0x0/0x4e0()
Calling initcall 0x40d0ca90: pcibios_init+0x0/0x80()
initcall 0x40d0ca90: pcibios_init+0x0/0x80() returned 0.
initcall 0x40d0ca90 ran for 0 msecs: pcibios_init+0x0/0x80()
Calling initcall 0x40d0cbd0: proto_init+0x0/0x30()
initcall 0x40d0cbd0: proto_init+0x0/0x30() returned 0.
initcall 0x40d0cbd0 ran for 0 msecs: proto_init+0x0/0x30()
Calling initcall 0x40d0d0b0: net_dev_init+0x0/0x170()
initcall 0x40d0d0b0: net_dev_init+0x0/0x170() returned 0.
initcall 0x40d0d0b0 ran for 0 msecs: net_dev_init+0x0/0x170()
Calling initcall 0x40d0d290: neigh_init+0x0/0x70()
initcall 0x40d0d290: neigh_init+0x0/0x70() returned 0.
initcall 0x40d0d290 ran for 0 msecs: neigh_init+0x0/0x70()
Calling initcall 0x40d0d690: pktsched_init+0x0/0xb0()
initcall 0x40d0d690: pktsched_init+0x0/0xb0() returned 0.
initcall 0x40d0d690 ran for 0 msecs: pktsched_init+0x0/0xb0()
Calling initcall 0x40d0d760: tc_filter_init+0x0/0x50()
initcall 0x40d0d760: tc_filter_init+0x0/0x50() returned 0.
initcall 0x40d0d760 ran for 0 msecs: tc_filter_init+0x0/0x50()
Calling initcall 0x40d0dad0: genl_init+0x0/0xc0()
initcall 0x40d0dad0: genl_init+0x0/0xc0() returned 0.
initcall 0x40d0dad0 ran for 0 msecs: genl_init+0x0/0xc0()
Calling initcall 0x40d101a0: cipso_v4_init+0x0/0x80()
initcall 0x40d101a0: cipso_v4_init+0x0/0x80() returned 0.
initcall 0x40d101a0 ran for 0 msecs: cipso_v4_init+0x0/0x80()
Calling initcall 0x40d10830: wanrouter_init+0x0/0x50()
Sangoma WANPIPE Router v1.1 (c) 1995-2000 Sangoma Technologies Inc.
initcall 0x40d10830: wanrouter_init+0x0/0x50() returned 0.
initcall 0x40d10830 ran for 0 msecs: wanrouter_init+0x0/0x50()
Calling initcall 0x40d10c80: irda_init+0x0/0xa0()
NET: Registered protocol family 23
initcall 0x40d10c80: irda_init+0x0/0xa0() returned 0.
initcall 0x40d10c80 ran for 0 msecs: irda_init+0x0/0xa0()
Calling initcall 0x40d10fe0: bt_init+0x0/0x60()
Bluetooth: Core ver 2.11
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
initcall 0x40d10fe0: bt_init+0x0/0x60() returned 0.
initcall 0x40d10fe0 ran for 3 msecs: bt_init+0x0/0x60()
Calling initcall 0x40d11600: atm_init+0x0/0xb0()
NET: Registered protocol family 8
NET: Registered protocol family 20
initcall 0x40d11600: atm_init+0x0/0xb0() returned 0.
initcall 0x40d11600 ran for 1 msecs: atm_init+0x0/0xb0()
Calling initcall 0x40d12690: wireless_nlevent_init+0x0/0x40()
initcall 0x40d12690: wireless_nlevent_init+0x0/0x40() returned 0.
initcall 0x40d12690 ran for 0 msecs: wireless_nlevent_init+0x0/0x40()
Calling initcall 0x408de200: cfg80211_init+0x0/0x60()
initcall 0x408de200: cfg80211_init+0x0/0x60() returned 0.
initcall 0x408de200 ran for 0 msecs: cfg80211_init+0x0/0x60()
Calling initcall 0x40d126d0: ieee80211_init+0x0/0x60()
initcall 0x40d126d0: ieee80211_init+0x0/0x60() returned 0.
initcall 0x40d126d0 ran for 0 msecs: ieee80211_init+0x0/0x60()
Calling initcall 0x40d128c0: netlbl_init+0x0/0x80()
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
initcall 0x40d128c0: netlbl_init+0x0/0x80() returned 0.
initcall 0x40d128c0 ran for 3 msecs: netlbl_init+0x0/0x80()
Calling initcall 0x40d12940: rfkill_init+0x0/0x60()
initcall 0x40d12940: rfkill_init+0x0/0x60() returned 0.
initcall 0x40d12940 ran for 0 msecs: rfkill_init+0x0/0x60()
Calling initcall 0x40d129c0: sysctl_init+0x0/0x30()
initcall 0x40d129c0: sysctl_init+0x0/0x30() returned 0.
initcall 0x40d129c0 ran for 0 msecs: sysctl_init+0x0/0x30()
Calling initcall 0x40cedc30: clocksource_done_booting+0x0/0x20()
initcall 0x40cedc30: clocksource_done_booting+0x0/0x20() returned 0.
initcall 0x40cedc30 ran for 0 msecs: clocksource_done_booting+0x0/0x20()
Calling initcall 0x40cf03c0: init_pipe_fs+0x0/0x50()
initcall 0x40cf03c0: init_pipe_fs+0x0/0x50() returned 0.
initcall 0x40cf03c0 ran for 0 msecs: init_pipe_fs+0x0/0x50()
Calling initcall 0x40cf0cd0: anon_inode_init+0x0/0x100()
initcall 0x40cf0cd0: anon_inode_init+0x0/0x100() returned 0.
initcall 0x40cf0cd0 ran for 0 msecs: anon_inode_init+0x0/0x100()
Calling initcall 0x40cfafa0: acpi_event_init+0x0/0x50()
initcall 0x40cfafa0: acpi_event_init+0x0/0x50() returned 0.
initcall 0x40cfafa0 ran for 0 msecs: acpi_event_init+0x0/0x50()
Calling initcall 0x40cfb4a0: pnp_system_init+0x0/0x20()
pnp: the driver 'system' has been registered
initcall 0x40cfb4a0: pnp_system_init+0x0/0x20() returned 0.
initcall 0x40cfb4a0 ran for 0 msecs: pnp_system_init+0x0/0x20()
Calling initcall 0x40cfbf00: chr_dev_init+0x0/0xc0()
initcall 0x40cfbf00: chr_dev_init+0x0/0xc0() returned 0.
initcall 0x40cfbf00 ran for 0 msecs: chr_dev_init+0x0/0xc0()
Calling initcall 0x40cfeac0: firmware_class_init+0x0/0x80()
initcall 0x40cfeac0: firmware_class_init+0x0/0x80() returned 0.
initcall 0x40cfeac0 ran for 0 msecs: firmware_class_init+0x0/0x80()
Calling initcall 0x40d011a0: loopback_init+0x0/0x20()
initcall 0x40d011a0: loopback_init+0x0/0x20() returned 0.
initcall 0x40d011a0 ran for 0 msecs: loopback_init+0x0/0x20()
Calling initcall 0x40d0b4b0: init_acpi_pm_clocksource+0x0/0x1e0()
initcall 0x40d0b4b0: init_acpi_pm_clocksource+0x0/0x1e0() returned -19.
initcall 0x40d0b4b0 ran for 0 msecs: init_acpi_pm_clocksource+0x0/0x1e0()
Calling initcall 0x40d0b750: ssb_modinit+0x0/0x80()
initcall 0x40d0b750: ssb_modinit+0x0/0x80() returned 0.
initcall 0x40d0b750 ran for 0 msecs: ssb_modinit+0x0/0x80()
Calling initcall 0x40d0b810: pcibios_assign_resources+0x0/0x90()
PCI: Bridge: 0000:00:09.0
  IO window: c000-cfff
  MEM window: 0xda000000-0xda0fffff
  PREFETCH window: disabled.
PCI: Bridge: 0000:00:0b.0
  IO window: disabled.
  MEM window: disabled.
  PREFETCH window: disabled.
PCI: Bridge: 0000:00:0c.0
  IO window: disabled.
  MEM window: disabled.
  PREFETCH window: disabled.
PCI: Bridge: 0000:00:0d.0
  IO window: disabled.
  MEM window: disabled.
  PREFETCH window: disabled.
PCI: Bridge: 0000:00:0e.0
  IO window: b000-bfff
  MEM window: 0xd8000000-0xd9ffffff
  PREFETCH window: 0x00000000d0000000-0x00000000d7ffffff
PCI: Setting latency timer of device 0000:00:09.0 to 64
PCI: Setting latency timer of device 0000:00:0b.0 to 64
PCI: Setting latency timer of device 0000:00:0c.0 to 64
PCI: Setting latency timer of device 0000:00:0d.0 to 64
PCI: Setting latency timer of device 0000:00:0e.0 to 64
initcall 0x40d0b810: pcibios_assign_resources+0x0/0x90() returned 0.
initcall 0x40d0b810 ran for 23 msecs: pcibios_assign_resources+0x0/0x90()
Calling initcall 0x40d0e7d0: inet_init+0x0/0x2f0()
NET: Registered protocol family 2
IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
TCP established hash table entries: 65536 (order: 7, 524288 bytes)
TCP bind hash table entries: 65536 (order: 9, 2097152 bytes)
TCP: Hash tables configured (established 65536 bind 65536)
TCP reno registered
initcall 0x40d0e7d0: inet_init+0x0/0x2f0() returned 0.
initcall 0x40d0e7d0 ran for 13 msecs: inet_init+0x0/0x2f0()
Calling initcall 0x40ce1680: populate_rootfs+0x0/0xf0()
initcall 0x40ce1680: populate_rootfs+0x0/0xf0() returned 0.
initcall 0x40ce1680 ran for 0 msecs: populate_rootfs+0x0/0xf0()
Calling initcall 0x40ce2900: i8259A_init_sysfs+0x0/0x30()
initcall 0x40ce2900: i8259A_init_sysfs+0x0/0x30() returned 0.
initcall 0x40ce2900 ran for 0 msecs: i8259A_init_sysfs+0x0/0x30()
Calling initcall 0x40ce2aa0: sbf_init+0x0/0xe0()
initcall 0x40ce2aa0: sbf_init+0x0/0xe0() returned 0.
initcall 0x40ce2aa0 ran for 0 msecs: sbf_init+0x0/0xe0()
Calling initcall 0x40ce3b60: i8237A_init_sysfs+0x0/0x30()
initcall 0x40ce3b60: i8237A_init_sysfs+0x0/0x30() returned 0.
initcall 0x40ce3b60 ran for 0 msecs: i8237A_init_sysfs+0x0/0x30()
Calling initcall 0x409547a0: cache_sysfs_init+0x0/0x60()
initcall 0x409547a0: cache_sysfs_init+0x0/0x60() returned 0.
initcall 0x409547a0 ran for 0 msecs: cache_sysfs_init+0x0/0x60()
Calling initcall 0x40ce5e20: cpuid_init+0x0/0x110()
initcall 0x40ce5e20: cpuid_init+0x0/0x110() returned 0.
initcall 0x40ce5e20 ran for 0 msecs: cpuid_init+0x0/0x110()
Calling initcall 0x40ce5f30: microcode_init+0x0/0xd0()
microcode: CPU0 not a capable Intel processor
microcode: CPU1 not a capable Intel processor
IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
initcall 0x40ce5f30: microcode_init+0x0/0xd0() returned 0.
initcall 0x40ce5f30 ran for 11 msecs: microcode_init+0x0/0xd0()
Calling initcall 0x40ce6750: apm_init+0x0/0x460()
apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
apm: disabled - APM is not SMP safe.
initcall 0x40ce6750: apm_init+0x0/0x460() returned -19.
initcall 0x40ce6750 ran for 7 msecs: apm_init+0x0/0x460()
Calling initcall 0x40ce80a0: init_lapic_sysfs+0x0/0x40()
initcall 0x40ce80a0: init_lapic_sysfs+0x0/0x40() returned 0.
initcall 0x40ce80a0 ran for 0 msecs: init_lapic_sysfs+0x0/0x40()
Calling initcall 0x40cea810: ioapic_init_sysfs+0x0/0xf0()
initcall 0x40cea810: ioapic_init_sysfs+0x0/0xf0() returned 0.
initcall 0x40cea810 ran for 0 msecs: ioapic_init_sysfs+0x0/0xf0()
Calling initcall 0x40ceb1a0: scx200_init+0x0/0x30()
scx200: NatSemi SCx200 Driver
initcall 0x40ceb1a0: scx200_init+0x0/0x30() returned 0.
initcall 0x40ceb1a0 ran for 2 msecs: scx200_init+0x0/0x30()
Calling initcall 0x40117d90: start_pageattr_test+0x0/0x30()
initcall 0x40117d90: start_pageattr_test+0x0/0x30() returned 0.
initcall 0x40117d90 ran for 0 msecs: start_pageattr_test+0x0/0x30()
Calling initcall 0x40cebf30<4>Clocksource tsc unstable (delta = 485414991 ns)
: init+0x0/0x20()
initcall 0x40cebf30: init+0x0/0x20() returned 0.
initcall 0x40cebf30 ran for 0 msecs: init+0x0/0x20()
Calling initcall 0x40cec2e0: init_sched_debug_procfs+0x0/0x40()
initcall 0x40cec2e0: init_sched_debug_procfs+0x0/0x40() returned 0.
initcall 0x40cec2e0 ran for 0 msecs: init_sched_debug_procfs+0x0/0x40()
Calling initcall 0x40cecd80: create_proc_profile+0x0/0x1c0()
initcall 0x40cecd80: create_proc_profile+0x0/0x1c0() returned 0.
initcall 0x40cecd80 ran for 0 msecs: create_proc_profile+0x0/0x1c0()
Calling initcall 0x40ced010: ioresources_init+0x0/0x40()
initcall 0x40ced010: ioresources_init+0x0/0x40() returned 0.
initcall 0x40ced010 ran for 0 msecs: ioresources_init+0x0/0x40()
Calling initcall 0x40ced1a0: uid_cache_init+0x0/0x80()
initcall 0x40ced1a0: uid_cache_init+0x0/0x80() returned 0.
initcall 0x40ced1a0 ran for 0 msecs: uid_cache_init+0x0/0x80()
Calling initcall 0x40ced740: init_posix_timers+0x0/0x90()
initcall 0x40ced740: init_posix_timers+0x0/0x90() returned 0.
initcall 0x40ced740 ran for 0 msecs: init_posix_timers+0x0/0x90()
Calling initcall 0x40ced7d0: init_posix_cpu_timers+0x0/0xa0()
initcall 0x40ced7d0: init_posix_cpu_timers+0x0/0xa0() returned 0.
initcall 0x40ced7d0 ran for 0 msecs: init_posix_cpu_timers+0x0/0xa0()
Calling initcall 0x40ced910: nsproxy_cache_init+0x0/0x30()
initcall 0x40ced910: nsproxy_cache_init+0x0/0x30() returned 0.
initcall 0x40ced910 ran for 0 msecs: nsproxy_cache_init+0x0/0x30()
Calling initcall 0x40ceda90: timekeeping_init_device+0x0/0x30()
initcall 0x40ceda90: timekeeping_init_device+0x0/0x30() returned 0.
initcall 0x40ceda90 ran for 0 msecs: timekeeping_init_device+0x0/0x30()
Calling initcall 0x40cedc50: init_clocksource_sysfs+0x0/0x60()
initcall 0x40cedc50: init_clocksource_sysfs+0x0/0x60() returned 0.
initcall 0x40cedc50 ran for 0 msecs: init_clocksource_sysfs+0x0/0x60()
Calling initcall 0x40cedd80: init_timer_list_procfs+0x0/0x40()
initcall 0x40cedd80: init_timer_list_procfs+0x0/0x40() returned 0.
initcall 0x40cedd80 ran for 0 msecs: init_timer_list_procfs+0x0/0x40()
Calling initcall 0x40cedee0: lockdep_proc_init+0x0/0x50()
initcall 0x40cedee0: lockdep_proc_init+0x0/0x50() returned 0.
initcall 0x40cedee0 ran for 0 msecs: lockdep_proc_init+0x0/0x50()
Calling initcall 0x40cedf30: init+0x0/0x100()
initcall 0x40cedf30: init+0x0/0x100() returned 0.
initcall 0x40cedf30 ran for 0 msecs: init+0x0/0x100()
Calling initcall 0x40cee030: proc_dma_init+0x0/0x30()
initcall 0x40cee030: proc_dma_init+0x0/0x30() returned 0.
initcall 0x40cee030 ran for 0 msecs: proc_dma_init+0x0/0x30()
Calling initcall 0x40cee0a0: kallsyms_init+0x0/0x30()
initcall 0x40cee0a0: kallsyms_init+0x0/0x30() returned 0.
initcall 0x40cee0a0 ran for 0 msecs: kallsyms_init+0x0/0x30()
Calling initcall 0x40cee1b0: audit_init+0x0/0x100()
audit: initializing netlink socket (disabled)
type=2000 audit(1202540515.683:1): initialized
initcall 0x40cee1b0: audit_init+0x0/0x100() returned 0.
initcall 0x40cee1b0 ran for 7 msecs: audit_init+0x0/0x100()
Calling initcall 0x40cee4d0: relay_init+0x0/0x20()
initcall 0x40cee4d0: relay_init+0x0/0x20() returned 0.
initcall 0x40cee4d0 ran for 0 msecs: relay_init+0x0/0x20()
Calling initcall 0x40cee4f0: utsname_sysctl_init+0x0/0x20()
initcall 0x40cee4f0: utsname_sysctl_init+0x0/0x20() returned 0.
initcall 0x40cee4f0 ran for 0 msecs: utsname_sysctl_init+0x0/0x20()
Calling initcall 0x40cee540: tracer_alloc_buffers+0x0/0x3c0()
tracer: 262144 bytes allocated for 4096<6> entries of 36 bytes
   actual entries 7281
initcall 0x40cee540: tracer_alloc_buffers+0x0/0x3c0() returned 0.
initcall 0x40cee540 ran for 7 msecs: tracer_alloc_buffers+0x0/0x3c0()
Calling initcall 0x40cee900: init_sched_switch_trace+0x0/0x30()
initcall 0x40cee900: init_sched_switch_trace+0x0/0x30() returned 0.
initcall 0x40cee900 ran for 0 msecs: init_sched_switch_trace+0x0/0x30()
Calling initcall 0x40cee930: init_function_trace+0x0/0x20()
initcall 0x40cee930: init_function_trace+0x0/0x20() returned 0.
initcall 0x40cee930 ran for 0 msecs: init_function_trace+0x0/0x20()
Calling initcall 0x40cee950: init_wakeup_tracer+0x0/0x20()
initcall 0x40cee950: init_wakeup_tracer+0x0/0x20() returned 0.
initcall 0x40cee950 ran for 0 msecs: init_wakeup_tracer+0x0/0x20()
Calling initcall 0x40cef730: init_per_zone_pages_min+0x0/0x60()
initcall 0x40cef730: init_per_zone_pages_min+0x0/0x60() returned 0.
initcall 0x40cef730 ran for 0 msecs: init_per_zone_pages_min+0x0/0x60()
Calling initcall 0x40ceff80: pdflush_init+0x0/0x20()
initcall 0x40ceff80: pdflush_init+0x0/0x20() returned 0.
initcall 0x40ceff80 ran for 0 msecs: pdflush_init+0x0/0x20()
Calling initcall 0x40cefff0: kswapd_init+0x0/0x30()
initcall 0x40cefff0: kswapd_init+0x0/0x30() returned 0.
initcall 0x40cefff0 ran for 0 msecs: kswapd_init+0x0/0x30()
Calling initcall 0x40cf0020: setup_vmstat+0x0/0x50()
initcall 0x40cf0020: setup_vmstat+0x0/0x50() returned 0.
initcall 0x40cf0020 ran for 0 msecs: setup_vmstat+0x0/0x50()
Calling initcall 0x40cf01c0: init_emergency_pool+0x0/0x60()
highmem bounce pool size: 64 pages
initcall 0x40cf01c0: init_emergency_pool+0x0/0x60() returned 0.
initcall 0x40cf01c0 ran for 2 msecs: init_emergency_pool+0x0/0x60()
Calling initcall 0x40cf0220: init_tmpfs+0x0/0xe0()
initcall 0x40cf0220: init_tmpfs+0x0/0xe0() returned 0.
initcall 0x40cf0220 ran for 0 msecs: init_tmpfs+0x0/0xe0()
Calling initcall 0x40cf0410: fasync_init+0x0/0x30()
initcall 0x40cf0410: fasync_init+0x0/0x30() returned 0.
initcall 0x40cf0410 ran for 0 msecs: fasync_init+0x0/0x30()
Calling initcall 0x40cf0a80: aio_setup+0x0/0x70()
initcall 0x40cf0a80: aio_setup+0x0/0x70() returned 0.
initcall 0x40cf0a80 ran for 0 msecs: aio_setup+0x0/0x70()
Calling initcall 0x40cf0cb0: inotify_setup+0x0/0x20()
initcall 0x40cf0cb0: inotify_setup+0x0/0x20() returned 0.
initcall 0x40cf0cb0 ran for 0 msecs: inotify_setup+0x0/0x20()
Calling initcall 0x40cf0e70: init_mbcache+0x0/0x20()
initcall 0x40cf0e70: init_mbcache+0x0/0x20() returned 0.
initcall 0x40cf0e70 ran for 0 msecs: init_mbcache+0x0/0x20()
Calling initcall 0x40cf0e90: dquot_init+0x0/0x100()
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
initcall 0x40cf0e90: dquot_init+0x0/0x100() returned 0.
initcall 0x40cf0e90 ran for 7 msecs: dquot_init+0x0/0x100()
Calling initcall 0x40cf0f90: init_v1_quota_format+0x0/0x20()
initcall 0x40cf0f90: init_v1_quota_format+0x0/0x20() returned 0.
initcall 0x40cf0f90 ran for 0 msecs: init_v1_quota_format+0x0/0x20()
Calling initcall 0x40cf13e0: vmcore_init+0x0/0xca0()
initcall 0x40cf13e0: vmcore_init+0x0/0xca0() returned 0.
initcall 0x40cf13e0 ran for 0 msecs: vmcore_init+0x0/0xca0()
Calling initcall 0x40cf2170: configfs_init+0x0/0xf0()
initcall 0x40cf2170: configfs_init+0x0/0xf0() returned 0.
initcall 0x40cf2170 ran for 0 msecs: configfs_init+0x0/0xf0()
Calling initcall 0x40cf2260: init_devpts_fs+0x0/0x40()
initcall 0x40cf2260: init_devpts_fs+0x0/0x40() returned 0.
initcall 0x40cf2260 ran for 0 msecs: init_devpts_fs+0x0/0x40()
Calling initcall 0x40cf2370: init_dlm+0x0/0x90()
DLM (built Feb  9 2008 06:52:45) installed
initcall 0x40cf2370: init_dlm+0x0/0x90() returned 0.
initcall 0x40cf2370 ran for 3 msecs: init_dlm+0x0/0x90()
Calling initcall 0x40cf2500: init_reiserfs_fs+0x0/0xa0()
initcall 0x40cf2500: init_reiserfs_fs+0x0/0xa0() returned 0.
initcall 0x40cf2500 ran for 0 msecs: init_reiserfs_fs+0x0/0xa0()
Calling initcall 0x40cf2670: init_ext3_fs+0x0/0x70()
initcall 0x40cf2670: init_ext3_fs+0x0/0x70() returned 0.
initcall 0x40cf2670 ran for 0 msecs: init_ext3_fs+0x0/0x70()
Calling initcall 0x40cf2710: init_ext4_fs+0x0/0x70()
initcall 0x40cf2710: init_ext4_fs+0x0/0x70() returned 0.
initcall 0x40cf2710 ran for 0 msecs: init_ext4_fs+0x0/0x70()
Calling initcall 0x40cf2880: journal_init+0x0/0xe0()
initcall 0x40cf2880: journal_init+0x0/0xe0() returned 0.
initcall 0x40cf2880 ran for 0 msecs: journal_init+0x0/0xe0()
Calling initcall 0x40cf29e0: journal_init+0x0/0xf0()
initcall 0x40cf29e0: journal_init+0x0/0xf0() returned 0.
initcall 0x40cf29e0 ran for 0 msecs: journal_init+0x0/0xf0()
Calling initcall 0x40cf2ad0: init_ramfs_fs+0x0/0x20()
initcall 0x40cf2ad0: init_ramfs_fs+0x0/0x20() returned 0.
initcall 0x40cf2ad0 ran for 0 msecs: init_ramfs_fs+0x0/0x20()
Calling initcall 0x40cf2b70: init_fat_fs+0x0/0x60()
initcall 0x40cf2b70: init_fat_fs+0x0/0x60() returned 0.
initcall 0x40cf2b70 ran for 0 msecs: init_fat_fs+0x0/0x60()
Calling initcall 0x40cf2bd0: init_vfat_fs+0x0/0x20()
initcall 0x40cf2bd0: init_vfat_fs+0x0/0x20() returned 0.
initcall 0x40cf2bd0 ran for 0 msecs: init_vfat_fs+0x0/0x20()
Calling initcall 0x40cf2bf0: init_iso9660_fs+0x0/0x70()
initcall 0x40cf2bf0: init_iso9660_fs+0x0/0x70() returned 0.
initcall 0x40cf2bf0 ran for 0 msecs: init_iso9660_fs+0x0/0x70()
Calling initcall 0x40cf2c60: init_hfs_fs+0x0/0x80()
initcall 0x40cf2c60: init_hfs_fs+0x0/0x80() returned 0.
initcall 0x40cf2c60 ran for 0 msecs: init_hfs_fs+0x0/0x80()
Calling initcall 0x40cf2ce0: ecryptfs_init+0x0/0x1a0()
initcall 0x40cf2ce0: ecryptfs_init+0x0/0x1a0() returned 0.
initcall 0x40cf2ce0 ran for 0 msecs: ecryptfs_init+0x0/0x1a0()
Calling initcall 0x40cf2e80: vxfs_init+0x0/0x80()
initcall 0x40cf2e80: vxfs_init+0x0/0x80() returned 0.
initcall 0x40cf2e80 ran for 0 msecs: vxfs_init+0x0/0x80()
Calling initcall 0x40cf2fb0: init_nfs_fs+0x0/0xc0()
initcall 0x40cf2fb0: init_nfs_fs+0x0/0xc0() returned 0.
initcall 0x40cf2fb0 ran for 0 msecs: init_nfs_fs+0x0/0xc0()
Calling initcall 0x40cf3260: init_nlm+0x0/0x30()
initcall 0x40cf3260: init_nlm+0x0/0x30() returned 0.
initcall 0x40cf3260 ran for 0 msecs: init_nlm+0x0/0x30()
Calling initcall 0x40cf3290: init_nls_cp737+0x0/0x20()
initcall 0x40cf3290: init_nls_cp737+0x0/0x20() returned 0.
initcall 0x40cf3290 ran for 0 msecs: init_nls_cp737+0x0/0x20()
Calling initcall 0x40cf32b0: init_nls_cp775+0x0/0x20()
initcall 0x40cf32b0: init_nls_cp775+0x0/0x20() returned 0.
initcall 0x40cf32b0 ran for 0 msecs: init_nls_cp775+0x0/0x20()
Calling initcall 0x40cf32d0: init_nls_cp850+0x0/0x20()
initcall 0x40cf32d0: init_nls_cp850+0x0/0x20() returned 0.
initcall 0x40cf32d0 ran for 0 msecs: init_nls_cp850+0x0/0x20()
Calling initcall 0x40cf32f0: init_nls_cp852+0x0/0x20()
initcall 0x40cf32f0: init_nls_cp852+0x0/0x20() returned 0.
initcall 0x40cf32f0 ran for 0 msecs: init_nls_cp852+0x0/0x20()
Calling initcall 0x40cf3310: init_nls_cp855+0x0/0x20()
initcall 0x40cf3310: init_nls_cp855+0x0/0x20() returned 0.
initcall 0x40cf3310 ran for 0 msecs: init_nls_cp855+0x0/0x20()
Calling initcall 0x40cf3330: init_nls_cp860+0x0/0x20()
initcall 0x40cf3330: init_nls_cp860+0x0/0x20() returned 0.
initcall 0x40cf3330 ran for 0 msecs: init_nls_cp860+0x0/0x20()
Calling initcall 0x40cf3350: init_nls_cp862+0x0/0x20()
initcall 0x40cf3350: init_nls_cp862+0x0/0x20() returned 0.
initcall 0x40cf3350 ran for 0 msecs: init_nls_cp862+0x0/0x20()
Calling initcall 0x40cf3370: init_nls_cp864+0x0/0x20()
initcall 0x40cf3370: init_nls_cp864+0x0/0x20() returned 0.
initcall 0x40cf3370 ran for 0 msecs: init_nls_cp864+0x0/0x20()
Calling initcall 0x40cf3390: init_nls_cp865+0x0/0x20()
initcall 0x40cf3390: init_nls_cp865+0x0/0x20() returned 0.
initcall 0x40cf3390 ran for 0 msecs: init_nls_cp865+0x0/0x20()
Calling initcall 0x40cf33b0: init_nls_cp866+0x0/0x20()
initcall 0x40cf33b0: init_nls_cp866+0x0/0x20() returned 0.
initcall 0x40cf33b0 ran for 0 msecs: init_nls_cp866+0x0/0x20()
Calling initcall 0x40cf33d0: init_nls_cp869+0x0/0x20()
initcall 0x40cf33d0: init_nls_cp869+0x0/0x20() returned 0.
initcall 0x40cf33d0 ran for 0 msecs: init_nls_cp869+0x0/0x20()
Calling initcall 0x40cf33f0: init_nls_cp949+0x0/0x20()
initcall 0x40cf33f0: init_nls_cp949+0x0/0x20() returned 0.
initcall 0x40cf33f0 ran for 0 msecs: init_nls_cp949+0x0/0x20()
Calling initcall 0x40cf3410: init_nls_cp950+0x0/0x20()
initcall 0x40cf3410: init_nls_cp950+0x0/0x20() returned 0.
initcall 0x40cf3410 ran for 0 msecs: init_nls_cp950+0x0/0x20()
Calling initcall 0x40cf3430: init_nls_cp1250+0x0/0x20()
initcall 0x40cf3430: init_nls_cp1250+0x0/0x20() returned 0.
initcall 0x40cf3430 ran for 0 msecs: init_nls_cp1250+0x0/0x20()
Calling initcall 0x40cf3450: init_nls_ascii+0x0/0x20()
initcall 0x40cf3450: init_nls_ascii+0x0/0x20() returned 0.
initcall 0x40cf3450 ran for 0 msecs: init_nls_ascii+0x0/0x20()
Calling initcall 0x40cf3470: init_nls_iso8859_1+0x0/0x20()
initcall 0x40cf3470: init_nls_iso8859_1+0x0/0x20() returned 0.
initcall 0x40cf3470 ran for 0 msecs: init_nls_iso8859_1+0x0/0x20()
Calling initcall 0x40cf3490: init_nls_iso8859_4+0x0/0x20()
initcall 0x40cf3490: init_nls_iso8859_4+0x0/0x20() returned 0.
initcall 0x40cf3490 ran for 0 msecs: init_nls_iso8859_4+0x0/0x20()
Calling initcall 0x40cf34b0: init_nls_iso8859_5+0x0/0x20()
initcall 0x40cf34b0: init_nls_iso8859_5+0x0/0x20() returned 0.
initcall 0x40cf34b0 ran for 0 msecs: init_nls_iso8859_5+0x0/0x20()
Calling initcall 0x40cf34d0: init_nls_iso8859_7+0x0/0x20()
initcall 0x40cf34d0: init_nls_iso8859_7+0x0/0x20() returned 0.
initcall 0x40cf34d0 ran for 0 msecs: init_nls_iso8859_7+0x0/0x20()
Calling initcall 0x40cf34f0: init_nls_cp1255+0x0/0x20()
initcall 0x40cf34f0: init_nls_cp1255+0x0/0x20() returned 0.
initcall 0x40cf34f0 ran for 0 msecs: init_nls_cp1255+0x0/0x20()
Calling initcall 0x40cf3510: init_nls_iso8859_9+0x0/0x20()
initcall 0x40cf3510: init_nls_iso8859_9+0x0/0x20() returned 0.
initcall 0x40cf3510 ran for 0 msecs: init_nls_iso8859_9+0x0/0x20()
Calling initcall 0x40cf3530: init_nls_iso8859_13+0x0/0x20()
initcall 0x40cf3530: init_nls_iso8859_13+0x0/0x20() returned 0.
initcall 0x40cf3530 ran for 0 msecs: init_nls_iso8859_13+0x0/0x20()
Calling initcall 0x40cf3550: init_nls_koi8_r+0x0/0x20()
initcall 0x40cf3550: init_nls_koi8_r+0x0/0x20() returned 0.
initcall 0x40cf3550 ran for 0 msecs: init_nls_koi8_r+0x0/0x20()
Calling initcall 0x40cf3570: init_nls_koi8_u+0x0/0x20()
initcall 0x40cf3570: init_nls_koi8_u+0x0/0x20() returned 0.
initcall 0x40cf3570 ran for 0 msecs: init_nls_koi8_u+0x0/0x20()
Calling initcall 0x40cf3590: init_nls_koi8_ru+0x0/0x50()
initcall 0x40cf3590: init_nls_koi8_ru+0x0/0x50() returned 0.
initcall 0x40cf3590 ran for 0 msecs: init_nls_koi8_ru+0x0/0x50()
Calling initcall 0x40cf35e0: init_ncp_fs+0x0/0x70()
initcall 0x40cf35e0: init_ncp_fs+0x0/0x70() returned 0.
initcall 0x40cf35e0 ran for 0 msecs: init_ncp_fs+0x0/0x70()
Calling initcall 0x40cf3650: init_ntfs_fs+0x0/0x240()
NTFS driver 2.1.29 [Flags: R/W DEBUG].
initcall 0x40cf3650: init_ntfs_fs+0x0/0x240() returned 0.
initcall 0x40cf3650 ran for 2 msecs: init_ntfs_fs+0x0/0x240()
Calling initcall 0x40cf3890: init_efs_fs+0x0/0x80()
EFS: 1.0a - http://aeschi.ch.eu.org/efs/
initcall 0x40cf3890: init_efs_fs+0x0/0x80() returned 0.
initcall 0x40cf3890 ran for 3 msecs: init_efs_fs+0x0/0x80()
Calling initcall 0x40cf3910: init_autofs_fs+0x0/0x20()
initcall 0x40cf3910: init_autofs_fs+0x0/0x20() returned 0.
initcall 0x40cf3910 ran for 0 msecs: init_autofs_fs+0x0/0x20()
Calling initcall 0x40cf3930: init_autofs4_fs+0x0/0x20()
initcall 0x40cf3930: init_autofs4_fs+0x0/0x20() returned -16.
initcall 0x40cf3930 ran for 0 msecs: init_autofs4_fs+0x0/0x20()
initcall at 0x40cf3930: init_autofs4_fs+0x0/0x20(): returned with error code -16
Calling initcall 0x40cf39c0: fuse_init+0x0/0x130()
fuse init (API version 7.9)
initcall 0x40cf39c0: fuse_init+0x0/0x130() returned 0.
initcall 0x40cf39c0 ran for 2 msecs: fuse_init+0x0/0x130()
Calling initcall 0x40cf3b10: init_jfs_fs+0x0/0x240()
JFS: nTxBlock = 7685, nTxLock = 61481
initcall 0x40cf3b10: init_jfs_fs+0x0/0x240() returned 0.
initcall 0x40cf3b10 ran for 7 msecs: init_jfs_fs+0x0/0x240()
Calling initcall 0x40cf40b0: init_xfs_fs+0x0/0x60()
SGI XFS with ACLs, security attributes, large block numbers, no debug enabled
initcall 0x40cf40b0: init_xfs_fs+0x0/0x60() returned 0.
initcall 0x40cf40b0 ran for 7 msecs: init_xfs_fs+0x0/0x60()
Calling initcall 0x40cf4160: init_befs_fs+0x0/0x90()
BeFS version: 0.9.3
initcall 0x40cf4160: init_befs_fs+0x0/0x90() returned 0.
initcall 0x40cf4160 ran for 1 msecs: init_befs_fs+0x0/0x90()
Calling initcall 0x40cf4250: ocfs2_init+0x0/0x220()
OCFS2 1.5.0
initcall 0x40cf4250: ocfs2_init+0x0/0x220() returned 0.
initcall 0x40cf4250 ran for 1 msecs: ocfs2_init+0x0/0x220()
Calling initcall 0x40cf44b0: init_o2nm+0x0/0xe0()
OCFS2 Node Manager 1.5.0
initcall 0x40cf44b0: init_o2nm+0x0/0xe0() returned 0.
initcall 0x40cf44b0 ran for 2 msecs: init_o2nm+0x0/0xe0()
Calling initcall 0x40cf4590: dlm_init+0x0/0xd0()
OCFS2 DLM 1.5.0
initcall 0x40cf4590: dlm_init+0x0/0xd0() returned 0.
initcall 0x40cf4590 ran for 0 msecs: dlm_init+0x0/0xd0()
Calling initcall 0x40cf4660: init_dlmfs_fs+0x0/0xf0()
OCFS2 DLMFS 1.5.0
OCFS2 User DLM kernel interface loaded
initcall 0x40cf4660: init_dlmfs_fs+0x0/0xf0() returned 0.
initcall 0x40cf4660 ran for 5 msecs: init_dlmfs_fs+0x0/0xf0()
Calling initcall 0x40cf4820: init_gfs2_fs+0x0/0x140()
GFS2 (built Feb  9 2008 06:52:52) installed
initcall 0x40cf4820: init_gfs2_fs+0x0/0x140() returned 0.
initcall 0x40cf4820 ran for 9 msecs: init_gfs2_fs+0x0/0x140()
Calling initcall 0x40cf4960: init_lock_dlm+0x0/0x90()
Lock_DLM (built Feb  9 2008 06:52:57) installed
initcall 0x40cf4960: init_lock_dlm+0x0/0x90() returned 0.
initcall 0x40cf4960 ran for 3 msecs: init_lock_dlm+0x0/0x90()
Calling initcall 0x40cf49f0: init_mqueue_fs+0x0/0xf0()
initcall 0x40cf49f0: init_mqueue_fs+0x0/0xf0() returned 0.
initcall 0x40cf49f0 ran for 0 msecs: init_mqueue_fs+0x0/0xf0()
Calling initcall 0x40cf4c40: key_proc_init+0x0/0x60()
initcall 0x40cf4c40: key_proc_init+0x0/0x60() returned 0.
initcall 0x40cf4c40 ran for 0 msecs: key_proc_init+0x0/0x60()
Calling initcall 0x40cf4e00: crypto_algapi_init+0x0/0x20()
initcall 0x40cf4e00: crypto_algapi_init+0x0/0x20() returned 0.
initcall 0x40cf4e00 ran for 0 msecs: crypto_algapi_init+0x0/0x20()
Calling initcall 0x40cf4e50: chainiv_module_init+0x0/0x20()
initcall 0x40cf4e50: chainiv_module_init+0x0/0x20() returned 0.
initcall 0x40cf4e50 ran for 0 msecs: chainiv_module_init+0x0/0x20()
Calling initcall 0x40cf4e70: eseqiv_module_init+0x0/0x20()
initcall 0x40cf4e70: eseqiv_module_init+0x0/0x20() returned 0.
initcall 0x40cf4e70 ran for 0 msecs: eseqiv_module_init+0x0/0x20()
Calling initcall 0x40cf4e90: seqiv_module_init+0x0/0x20()
initcall 0x40cf4e90: seqiv_module_init+0x0/0x20() returned 0.
initcall 0x40cf4e90 ran for 0 msecs: seqiv_module_init+0x0/0x20()
Calling initcall 0x40cf4eb0: cryptomgr_init+0x0/0x20()
initcall 0x40cf4eb0: cryptomgr_init+0x0/0x20() returned 0.
initcall 0x40cf4eb0 ran for 0 msecs: cryptomgr_init+0x0/0x20()
Calling initcall 0x40cf4ed0: hmac_module_init+0x0/0x20()
initcall 0x40cf4ed0: hmac_module_init+0x0/0x20() returned 0.
initcall 0x40cf4ed0 ran for 0 msecs: hmac_module_init+0x0/0x20()
Calling initcall 0x40cf4ef0: init+0x0/0x80()
initcall 0x40cf4ef0: init+0x0/0x80() returned 0.
initcall 0x40cf4ef0 ran for 0 msecs: init+0x0/0x80()
Calling initcall 0x40cf4f70: init+0x0/0x20()
initcall 0x40cf4f70: init+0x0/0x20() returned 0.
initcall 0x40cf4f70 ran for 0 msecs: init+0x0/0x20()
Calling initcall 0x40cf4f90: init+0x0/0x20()
initcall 0x40cf4f90: init+0x0/0x20() returned 0.
initcall 0x40cf4f90 ran for 0 msecs: init+0x0/0x20()
Calling initcall 0x40cf4fb0: init+0x0/0x40()
initcall 0x40cf4fb0: init+0x0/0x40() returned 0.
initcall 0x40cf4fb0 ran for 0 msecs: init+0x0/0x40()
Calling initcall 0x40cf4ff0: init+0x0/0x70()
initcall 0x40cf4ff0: init+0x0/0x70() returned 0.
initcall 0x40cf4ff0 ran for 0 msecs: init+0x0/0x70()
Calling initcall 0x40cf5060: init+0x0/0x70()
initcall 0x40cf5060: init+0x0/0x70() returned 0.
initcall 0x40cf5060 ran for 0 msecs: init+0x0/0x70()
Calling initcall 0x40cf50d0: crypto_ecb_module_init+0x0/0x20()
initcall 0x40cf50d0: crypto_ecb_module_init+0x0/0x20() returned 0.
initcall 0x40cf50d0 ran for 0 msecs: crypto_ecb_module_init+0x0/0x20()
Calling initcall 0x40cf50f0: crypto_cbc_module_init+0x0/0x20()
initcall 0x40cf50f0: crypto_cbc_module_init+0x0/0x20() returned 0.
initcall 0x40cf50f0 ran for 0 msecs: crypto_cbc_module_init+0x0/0x20()
Calling initcall 0x40cf5110: crypto_module_init+0x0/0x20()
initcall 0x40cf5110: crypto_module_init+0x0/0x20() returned 0.
initcall 0x40cf5110 ran for 0 msecs: crypto_module_init+0x0/0x20()
Calling initcall 0x40cf5130: crypto_module_init+0x0/0x20()
initcall 0x40cf5130: crypto_module_init+0x0/0x20() returned 0.
initcall 0x40cf5130 ran for 0 msecs: crypto_module_init+0x0/0x20()
Calling initcall 0x40cf5150: crypto_ctr_module_init+0x0/0x40()
initcall 0x40cf5150: crypto_ctr_module_init+0x0/0x40() returned 0.
initcall 0x40cf5150 ran for 0 msecs: crypto_ctr_module_init+0x0/0x40()
Calling initcall 0x40cf5190: crypto_ccm_module_init+0x0/0x60()
initcall 0x40cf5190: crypto_ccm_module_init+0x0/0x60() returned 0.
initcall 0x40cf5190 ran for 0 msecs: crypto_ccm_module_init+0x0/0x60()
Calling initcall 0x40cf51f0: cryptd_init+0x0/0xa0()
initcall 0x40cf51f0: cryptd_init+0x0/0xa0() returned 0.
initcall 0x40cf51f0 ran for 0 msecs: cryptd_init+0x0/0xa0()
Calling initcall 0x40cf5290: init+0x0/0x40()
initcall 0x40cf5290: init+0x0/0x40() returned 0.
initcall 0x40cf5290 ran for 0 msecs: init+0x0/0x40()
Calling initcall 0x40cf52d0: init+0x0/0x20()
initcall 0x40cf52d0: init+0x0/0x20() returned 0.
initcall 0x40cf52d0 ran for 0 msecs: init+0x0/0x20()
Calling initcall 0x40cf52f0: init+0x0/0x20()
initcall 0x40cf52f0: init+0x0/0x20() returned 0.
initcall 0x40cf52f0 ran for 0 msecs: init+0x0/0x20()
Calling initcall 0x40cf5310: aes_init+0x0/0x360()
initcall 0x40cf5310: aes_init+0x0/0x360() returned 0.
initcall 0x40cf5310 ran for 0 msecs: aes_init+0x0/0x360()
Calling initcall 0x40cf5670: camellia_init+0x0/0x20()
initcall 0x40cf5670: camellia_init+0x0/0x20() returned 0.
initcall 0x40cf5670 ran for 0 msecs: camellia_init+0x0/0x20()
Calling initcall 0x40cf5690: init+0x0/0x20()
initcall 0x40cf5690: init+0x0/0x20() returned 0.
initcall 0x40cf5690 ran for 0 msecs: init+0x0/0x20()
Calling initcall 0x40cf56b0: init+0x0/0x20()
initcall 0x40cf56b0: init+0x0/0x20() returned 0.
initcall 0x40cf56b0 ran for 0 msecs: init+0x0/0x20()
Calling initcall 0x40cf56d0: arc4_init+0x0/0x20()
initcall 0x40cf56d0: arc4_init+0x0/0x20() returned 0.
initcall 0x40cf56d0 ran for 0 msecs: arc4_init+0x0/0x20()
Calling initcall 0x40cf56f0: init+0x0/0x70()
initcall 0x40cf56f0: init+0x0/0x70() returned 0.
initcall 0x40cf56f0 ran for 0 msecs: init+0x0/0x70()
Calling initcall 0x40cf5760: init+0x0/0x20()
initcall 0x40cf5760: init+0x0/0x20() returned 0.
initcall 0x40cf5760 ran for 0 msecs: init+0x0/0x20()
Calling initcall 0x40cf5780: seed_init+0x0/0x20()
initcall 0x40cf5780: seed_init+0x0/0x20() returned 0.
initcall 0x40cf5780 ran for 0 msecs: seed_init+0x0/0x20()
Calling initcall 0x40cf57a0: michael_mic_init+0x0/0x20()
initcall 0x40cf57a0: michael_mic_init+0x0/0x20() returned 0.
initcall 0x40cf57a0 ran for 0 msecs: michael_mic_init+0x0/0x20()
Calling initcall 0x40cf5b20: noop_init+0x0/0x20()
io scheduler noop registered (default)
initcall 0x40cf5b20: noop_init+0x0/0x20() returned 0.
initcall 0x40cf5b20 ran for 2 msecs: noop_init+0x0/0x20()
Calling initcall 0x40cf5b40: as_init+0x0/0x20()
io scheduler anticipatory registered
initcall 0x40cf5b40: as_init+0x0/0x20() returned 0.
initcall 0x40cf5b40 ran for 2 msecs: as_init+0x0/0x20()
Calling initcall 0x40cf5b60: cfq_init+0x0/0xa0()
io scheduler cfq registered
initcall 0x40cf5b60: cfq_init+0x0/0xa0() returned 0.
initcall 0x40cf5b60 ran for 1 msecs: cfq_init+0x0/0xa0()
Calling initcall 0x40cf5e20: init_kmp+0x0/0x20()
initcall 0x40cf5e20: init_kmp+0x0/0x20() returned 0.
initcall 0x40cf5e20 ran for 0 msecs: init_kmp+0x0/0x20()
Calling initcall 0x40cf5e40: init_bm+0x0/0x20()
initcall 0x40cf5e40: init_bm+0x0/0x20() returned 0.
initcall 0x40cf5e40 ran for 0 msecs: init_bm+0x0/0x20()
Calling initcall 0x40cf5e60: init_fsm+0x0/0x20()
initcall 0x40cf5e60: init_fsm+0x0/0x20() returned 0.
initcall 0x40cf5e60 ran for 0 msecs: init_fsm+0x0/0x20()
Calling initcall 0x40cf5e80: percpu_counter_startup+0x0/0x20()
initcall 0x40cf5e80: percpu_counter_startup+0x0/0x20() returned 0.
initcall 0x40cf5e80 ran for 0 msecs: percpu_counter_startup+0x0/0x20()
Calling initcall 0x40cf5ea0: audit_classes_init+0x0/0x60()
initcall 0x40cf5ea0: audit_classes_init+0x0/0x60() returned 0.
initcall 0x40cf5ea0 ran for 0 msecs: audit_classes_init+0x0/0x60()
Calling initcall 0x4091d310: pci_init+0x0/0x40()
pci 0000:01:00.0: Boot video device
initcall 0x4091d310: pci_init+0x0/0x40() returned 0.
initcall 0x4091d310 ran for 13 msecs: pci_init+0x0/0x40()
Calling initcall 0x40cf6760: pci_proc_init+0x0/0x80()
initcall 0x40cf6760: pci_proc_init+0x0/0x80() returned 0.
initcall 0x40cf6760 ran for 0 msecs: pci_proc_init+0x0/0x80()
Calling initcall 0x40cf67e0: pcie_portdrv_init+0x0/0x60()
PCI: Setting latency timer of device 0000:00:0b.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:0b.0:pcie00]
PCI: Setting latency timer of device 0000:00:0c.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:0c.0:pcie00]
PCI: Setting latency timer of device 0000:00:0d.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:0d.0:pcie00]
PCI: Setting latency timer of device 0000:00:0e.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:0e.0:pcie00]
initcall 0x40cf67e0: pcie_portdrv_init+0x0/0x60() returned 0.
initcall 0x40cf67e0 ran for 50 msecs: pcie_portdrv_init+0x0/0x60()
Calling initcall 0x40cf6840: aer_service_init+0x0/0x30()
initcall 0x40cf6840: aer_service_init+0x0/0x30() returned 0.
initcall 0x40cf6840 ran for 0 msecs: aer_service_init+0x0/0x30()
Calling initcall 0x40cf6870: pci_hotplug_init+0x0/0xa0()
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
initcall 0x40cf6870: pci_hotplug_init+0x0/0xa0() returned 0.
initcall 0x40cf6870 ran for 4 msecs: pci_hotplug_init+0x0/0xa0()
Calling initcall 0x40cf6930: acpiphp_init+0x0/0x60()
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
ACPI Exception (utmutex-0263): AE_BAD_PARAMETER, Thread 5F815410 could not acquire Mutex [1] [20070126]
initcall 0x40cf6930: acpiphp_init+0x0/0x60() returned -1.
initcall 0x40cf6930 ran for 14 msecs: acpiphp_init+0x0/0x60()
initcall at 0x40cf6930: acpiphp_init+0x0/0x60(): returned with error code -1
Calling initcall 0x40cf6aa0: pcied_init+0x0/0x90()
pciehp: PCI Express Hot Plug Controller Driver version: 0.4
initcall 0x40cf6aa0: pcied_init+0x0/0x90() returned 0.
initcall 0x40cf6aa0 ran for 4 msecs: pcied_init+0x0/0x90()
Calling initcall 0x40cf6b30: shpcd_init+0x0/0x60()
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
initcall 0x40cf6b30: shpcd_init+0x0/0x60() returned 0.
initcall 0x40cf6b30 ran for 5 msecs: shpcd_init+0x0/0x60()
Calling initcall 0x40cf6b90: dummyphp_init+0x0/0xa0()
fakephp: Fake PCI Hot Plug Controller Driver
initcall 0x40cf6b90: dummyphp_init+0x0/0xa0() returned 0.
initcall 0x40cf6b90 ran for 5 msecs: dummyphp_init+0x0/0xa0()
Calling initcall 0x40cf6e90: pm2fb_init+0x0/0x130()
initcall 0x40cf6e90: pm2fb_init+0x0/0x130() returned 0.
initcall 0x40cf6e90 ran for 0 msecs: pm2fb_init+0x0/0x130()
Calling initcall 0x4091e920: nvidiafb_init+0x0/0x280()
initcall 0x4091e920: nvidiafb_init+0x0/0x280() returned 0.
initcall 0x4091e920 ran for 0 msecs: nvidiafb_init+0x0/0x280()
Calling initcall 0x40cf6fc0: atyfb_init+0x0/0x1e0()
initcall 0x40cf6fc0: atyfb_init+0x0/0x1e0() returned 0.
initcall 0x40cf6fc0 ran for 0 msecs: atyfb_init+0x0/0x1e0()
Calling initcall 0x40cf7220: sisfb_init+0x0/0x780()
initcall 0x40cf7220: sisfb_init+0x0/0x780() returned 0.
initcall 0x40cf7220 ran for 0 msecs: sisfb_init+0x0/0x780()
Calling initcall 0x40cf79a0: kyrofb_init+0x0/0xe0()
initcall 0x40cf79a0: kyrofb_init+0x0/0xe0() returned 0.
initcall 0x40cf79a0 ran for 0 msecs: kyrofb_init+0x0/0xe0()
Calling initcall 0x40cf7a80: gx1fb_init+0x0/0x120()
initcall 0x40cf7a80: gx1fb_init+0x0/0x120() returned 0.
initcall 0x40cf7a80 ran for 0 msecs: gx1fb_init+0x0/0x120()
Calling initcall 0x40cf7ff0: gxfb_init+0x0/0x90()
initcall 0x40cf7ff0: gxfb_init+0x0/0x90() returned 0.
initcall 0x40cf7ff0 ran for 0 msecs: gxfb_init+0x0/0x90()
Calling initcall 0x40cf84a0: lxfb_init+0x0/0x110()
initcall 0x40cf84a0: lxfb_init+0x0/0x110() returned 0.
initcall 0x40cf84a0 ran for 0 msecs: lxfb_init+0x0/0x110()
Calling initcall 0x40cf8a80: neofb_init+0x0/0x130()
initcall 0x40cf8a80: neofb_init+0x0/0x130() returned 0.
initcall 0x40cf8a80 ran for 0 msecs: neofb_init+0x0/0x130()
Calling initcall 0x40cf8bb0: tdfxfb_init+0x0/0x110()
initcall 0x40cf8bb0: tdfxfb_init+0x0/0x110() returned 0.
initcall 0x40cf8bb0 ran for 0 msecs: tdfxfb_init+0x0/0x110()
Calling initcall 0x40cf8cc0: imsttfb_init+0x0/0x110()
initcall 0x40cf8cc0: imsttfb_init+0x0/0x110() returned 0.
initcall 0x40cf8cc0 ran for 0 msecs: imsttfb_init+0x0/0x110()
Calling initcall 0x40cf8dd0: vmlfb_init+0x0/0x90()
vmlfb: initializing
initcall 0x40cf8dd0: vmlfb_init+0x0/0x90() returned 0.
initcall 0x40cf8dd0 ran for 1 msecs: vmlfb_init+0x0/0x90()
Calling initcall 0x40cf8e60: cr_pll_init+0x0/0xe0()
Could not find Carillo Ranch MCH device.
initcall 0x40cf8e60: cr_pll_init+0x0/0xe0() returned -19.
initcall 0x40cf8e60 ran for 3 msecs: cr_pll_init+0x0/0xe0()
Calling initcall 0x40cf8f40: s3fb_init+0x0/0xd0()
initcall 0x40cf8f40: s3fb_init+0x0/0xd0() returned 0.
initcall 0x40cf8f40 ran for 0 msecs: s3fb_init+0x0/0xd0()
Calling initcall 0x40cf9010: arkfb_init+0x0/0x60()
initcall 0x40cf9010: arkfb_init+0x0/0x60() returned 0.
initcall 0x40cf9010 ran for 0 msecs: arkfb_init+0x0/0x60()
Calling initcall 0x40cf9070: hecubafb_init+0x0/0x90()
Use hecubafb_enable to enable the device
initcall 0x40cf9070: hecubafb_init+0x0/0x90() returned -6.
initcall 0x40cf9070 ran for 2 msecs: hecubafb_init+0x0/0x90()
initcall at 0x40cf9070: hecubafb_init+0x0/0x90(): returned with error code -6
Calling initcall 0x40cf9100: hgafb_init+0x0/0x60()
hgafb: HGA card not detected.
hgafb: probe of hgafb.0 failed with error -22
initcall 0x40cf9100: hgafb_init+0x0/0x60() returned 0.
initcall 0x40cf9100 ran for 6 msecs: hgafb_init+0x0/0x60()
Calling initcall 0x4092bde0: sstfb_init+0x0/0x190()
initcall 0x4092bde0: sstfb_init+0x0/0x190() returned 0.
initcall 0x4092bde0 ran for 0 msecs: sstfb_init+0x0/0x190()
Calling initcall 0x40cf9430: s1d13xxxfb_init+0x0/0x30()
initcall 0x40cf9430: s1d13xxxfb_init+0x0/0x30() returned 0.
initcall 0x40cf9430 ran for 0 msecs: s1d13xxxfb_init+0x0/0x30()
Calling initcall 0x4092d7f0: uvesafb_init+0x0/0x390()
uvesafb: failed to execute /sbin/v86d
uvesafb: make sure that the v86d helper is installed and executable
uvesafb: Getting VBE info block failed (eax=0x4f00, err=-2)
uvesafb: vbe_init() failed with -22
uvesafb: probe of uvesafb.0 failed with error -22
initcall 0x4092d7f0: uvesafb_init+0x0/0x390() returned 0.
initcall 0x4092d7f0 ran for 22 msecs: uvesafb_init+0x0/0x390()
Calling initcall 0x40cf98d0: acpi_reserve_resources+0x0/0xd0()
initcall 0x40cf98d0: acpi_reserve_resources+0x0/0xd0() returned 0.
initcall 0x40cf98d0 ran for 0 msecs: acpi_reserve_resources+0x0/0xd0()
Calling initcall 0x40cfa930: acpi_ac_init+0x0/0x30()
initcall 0x40cfa930: acpi_ac_init+0x0/0x30() returned -19.
initcall 0x40cfa930 ran for 0 msecs: acpi_ac_init+0x0/0x30()
Calling initcall 0x40cfa960: acpi_button_init+0x0/0x60()
initcall 0x40cfa960: acpi_button_init+0x0/0x60() returned -19.
initcall 0x40cfa960 ran for 0 msecs: acpi_button_init+0x0/0x60()
Calling initcall 0x40cfab80: irqrouter_init_sysfs+0x0/0x40()
initcall 0x40cfab80: irqrouter_init_sysfs+0x0/0x40() returned 0.
initcall 0x40cfab80 ran for 0 msecs: irqrouter_init_sysfs+0x0/0x40()
Calling initcall 0x40cfad10: acpi_processor_init+0x0/0xd0()
initcall 0x40cfad10: acpi_processor_init+0x0/0xd0() returned -19.
initcall 0x40cfad10 ran for 0 msecs: acpi_processor_init+0x0/0xd0()
Calling initcall 0x40cfade0: acpi_container_init+0x0/0x50()
initcall 0x40cfade0: acpi_container_init+0x0/0x50() returned -19.
initcall 0x40cfade0 ran for 0 msecs: acpi_container_init+0x0/0x50()
Calling initcall 0x40cfb190: toshiba_acpi_init+0x0/0x160()
initcall 0x40cfb190: toshiba_acpi_init+0x0/0x160() returned -19.
initcall 0x40cfb190 ran for 0 msecs: toshiba_acpi_init+0x0/0x160()
Calling initcall 0x40cfb2f0: acpi_sbs_init+0x0/0x30()
initcall 0x40cfb2f0: acpi_sbs_init+0x0/0x30() returned -19.
initcall 0x40cfb2f0 ran for 0 msecs: acpi_sbs_init+0x0/0x30()
Calling initcall 0x40cfb320: acpi_smb_hc_init+0x0/0x20()
initcall 0x40cfb320: acpi_smb_hc_init+0x0/0x20() returned -19.
initcall 0x40cfb320 ran for 0 msecs: acpi_smb_hc_init+0x0/0x20()
Calling initcall 0x40cfbfc0: rand_initialize+0x0/0x30()
initcall 0x40cfbfc0: rand_initialize+0x0/0x30() returned 0.
initcall 0x40cfbfc0 ran for 0 msecs: rand_initialize+0x0/0x30()
Calling initcall 0x40cfc040: tty_init+0x0/0x1d0()
initcall 0x40cfc040: tty_init+0x0/0x1d0() returned 0.
initcall 0x40cfc040 ran for 5 msecs: tty_init+0x0/0x1d0()
Calling initcall 0x40cfc250: pty_init+0x0/0x210()
initcall 0x40cfc250: pty_init+0x0/0x210() returned 0.
initcall 0x40cfc250 ran for 0 msecs: pty_init+0x0/0x210()
Calling initcall 0x40cfca60: nozomi_init+0x0/0x120()
Initializing Nozomi driver 2.1d (build date: Feb  9 2008 06:53:04)
initcall 0x40cfca60: nozomi_init+0x0/0x120() returned 0.
initcall 0x40cfca60 ran for 5 msecs: nozomi_init+0x0/0x120()
Calling initcall 0x40cfcb80: raw_init+0x0/0xe0()
initcall 0x40cfcb80: raw_init+0x0/0xe0() returned 0.
initcall 0x40cfcb80 ran for 0 msecs: raw_init+0x0/0xe0()
Calling initcall 0x40cfcc60: r3964_init+0x0/0x40()
r3964: Philips r3964 Driver $Revision: 1.10 $
initcall 0x40cfcc60: r3964_init+0x0/0x40() returned 0.
initcall 0x40cfcc60 ran for 3 msecs: r3964_init+0x0/0x40()
Calling initcall 0x40cfcca0: applicom_init+0x0/0x4c0()
Applicom driver: $Id: ac.c,v 1.30 2000/03/22 16:03:57 dwmw2 Exp $
ac.o: No PCI boards found.
ac.o: For an ISA board you must supply memory and irq parameters.
initcall 0x40cfcca0: applicom_init+0x0/0x4c0() returned -6.
initcall 0x40cfcca0 ran for 13 msecs: applicom_init+0x0/0x4c0()
initcall at 0x40cfcca0: applicom_init+0x0/0x4c0(): returned with error code -6
Calling initcall 0x40cfd160: sonypi_init+0x0/0xb0()
sonypi: Sony Programmable I/O Controller Driver v1.26.
initcall 0x40cfd160: sonypi_init+0x0/0xb0() returned -19.
initcall 0x40cfd160 ran for 4 msecs: sonypi_init+0x0/0xb0()
Calling initcall 0x40cfd210: rtc_generic_init+0x0/0x60()
Generic RTC Driver v1.07
initcall 0x40cfd210: rtc_generic_init+0x0/0x60() returned 0.
initcall 0x40cfd210 ran for 2 msecs: rtc_generic_init+0x0/0x60()
Calling initcall 0x40cfd270: i8k_init+0x0/0x240()
initcall 0x40cfd270: i8k_init+0x0/0x240() returned -19.
initcall 0x40cfd270 ran for 0 msecs: i8k_init+0x0/0x240()
Calling initcall 0x40cfd4b0: mod_init+0x0/0xc0()
initcall 0x40cfd4b0: mod_init+0x0/0xc0() returned -19.
initcall 0x40cfd4b0 ran for 0 msecs: mod_init+0x0/0xc0()
Calling initcall 0x40cfd570: mod_init+0x0/0x50()
initcall 0x40cfd570: mod_init+0x0/0x50() returned -19.
initcall 0x40cfd570 ran for 0 msecs: mod_init+0x0/0x50()
Calling initcall 0x40cfd5c0: nsc_gpio_init+0x0/0x20()
nsc_gpio initializing
initcall 0x40cfd5c0: nsc_gpio_init+0x0/0x20() returned 0.
initcall 0x40cfd5c0 ran for 1 msecs: nsc_gpio_init+0x0/0x20()
Calling initcall 0x40cfd630: agp_init+0x0/0x30()
Linux agpgart interface v0.103
initcall 0x40cfd630: agp_init+0x0/0x30() returned 0.
initcall 0x40cfd630 ran for 2 msecs: agp_init+0x0/0x30()
Calling initcall 0x40cfd660: agp_ali_init+0x0/0x40()
initcall 0x40cfd660: agp_ali_init+0x0/0x40() returned 0.
initcall 0x40cfd660 ran for 0 msecs: agp_ali_init+0x0/0x40()
Calling initcall 0x40cfd6a0: agp_ati_init+0x0/0x40()
initcall 0x40cfd6a0: agp_ati_init+0x0/0x40() returned 0.
initcall 0x40cfd6a0 ran for 0 msecs: agp_ati_init+0x0/0x40()
Calling initcall 0x40cfd6e0: agp_efficeon_init+0x0/0x60()
initcall 0x40cfd6e0: agp_efficeon_init+0x0/0x60() returned 0.
initcall 0x40cfd6e0 ran for 0 msecs: agp_efficeon_init+0x0/0x60()
Calling initcall 0x40cfd740: agp_intel_init+0x0/0x40()
initcall 0x40cfd740: agp_intel_init+0x0/0x40() returned 0.
initcall 0x40cfd740 ran for 0 msecs: agp_intel_init+0x0/0x40()
Calling initcall 0x40cfd780: agp_sis_init+0x0/0x40()
initcall 0x40cfd780: agp_sis_init+0x0/0x40() returned 0.
initcall 0x40cfd780 ran for 0 msecs: agp_sis_init+0x0/0x40()
Calling initcall 0x40cfd7c0: agp_serverworks_init+0x0/0x40()
initcall 0x40cfd7c0: agp_serverworks_init+0x0/0x40() returned 0.
initcall 0x40cfd7c0 ran for 0 msecs: agp_serverworks_init+0x0/0x40()
Calling initcall 0x40cfd800: agp_via_init+0x0/0x40()
initcall 0x40cfd800: agp_via_init+0x0/0x40() returned 0.
initcall 0x40cfd800 ran for 0 msecs: agp_via_init+0x0/0x40()
Calling initcall 0x40cfd840: intelfb_init+0x0/0x4e0()
intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM chipsets
intelfb: Version 0.9.4
initcall 0x40cfd840: intelfb_init+0x0/0x4e0() returned 0.
initcall 0x40cfd840 ran for 10 msecs: intelfb_init+0x0/0x4e0()
Calling initcall 0x40cfe220: serial8250_init+0x0/0x150()
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
initcall 0x40cfe220: serial8250_init+0x0/0x150() returned 0.
initcall 0x40cfe220 ran for 11 msecs: serial8250_init+0x0/0x150()
Calling initcall 0x40cfe370: serial8250_pci_init+0x0/0x20()
initcall 0x40cfe370: serial8250_pci_init+0x0/0x20() returned 0.
initcall 0x40cfe370 ran for 0 msecs: serial8250_pci_init+0x0/0x20()
Calling initcall 0x40cfe820: jsm_init_module+0x0/0x50()
initcall 0x40cfe820: jsm_init_module+0x0/0x50() returned 0.
initcall 0x40cfe820 ran for 0 msecs: jsm_init_module+0x0/0x50()
Calling initcall 0x404f6700: kgdb8250_late_init+0x0/0x190()
initcall 0x404f6700: kgdb8250_late_init+0x0/0x190() returned 0.
initcall 0x404f6700 ran for 0 msecs: kgdb8250_late_init+0x0/0x190()
Calling initcall 0x4095a400: topology_sysfs_init+0x0/0x50()
initcall 0x4095a400: topology_sysfs_init+0x0/0x50() returned 0.
initcall 0x4095a400 ran for 0 msecs: topology_sysfs_init+0x0/0x50()
Calling initcall 0x40cfeb70: brd_init+0x0/0x180()
brd: module loaded
initcall 0x40cfeb70: brd_init+0x0/0x180() returned 0.
initcall 0x40cfeb70 ran for 3 msecs: brd_init+0x0/0x180()
Calling initcall 0x40cff240: cpqarray_init+0x0/0x260()
Compaq SMART2 Driver (v 2.6.0)
initcall 0x40cff240: cpqarray_init+0x0/0x260() returned 0.
initcall 0x40cff240 ran for 2 msecs: cpqarray_init+0x0/0x260()
Calling initcall 0x40cff7f0: cciss_init+0x0/0x30()
HP CISS Driver (v 3.6.14)
initcall 0x40cff7f0: cciss_init+0x0/0x30() returned 0.
initcall 0x40cff7f0 ran for 1 msecs: cciss_init+0x0/0x30()
Calling initcall 0x40cff820: pkt_init+0x0/0x1a0()
initcall 0x40cff820: pkt_init+0x0/0x1a0() returned 0.
initcall 0x40cff820 ran for 0 msecs: pkt_init+0x0/0x1a0()
Calling initcall 0x40cff9c0: mm_init+0x0/0x190()
MM: desc_per_page = 128
initcall 0x40cff9c0: mm_init+0x0/0x190() returned 0.
initcall 0x40cff9c0 ran for 2 msecs: mm_init+0x0/0x190()
Calling initcall 0x40cffb50: ibmasm_init+0x0/0x80()
ibmasm: IBM ASM Service Processor Driver version 1.0 loaded
initcall 0x40cffb50: ibmasm_init+0x0/0x80() returned 0.
initcall 0x40cffb50 ran for 5 msecs: ibmasm_init+0x0/0x80()
Calling initcall 0x40cffbd0: msi_init+0x0/0x150()
initcall 0x40cffbd0: msi_init+0x0/0x150() returned -19.
initcall 0x40cffbd0 ran for 0 msecs: msi_init+0x0/0x150()
Calling initcall 0x40cffd20: tc1100_init+0x0/0x70()
BUG: unable to handle kernel NULL pointer dereference at 00000000
IP: [<404b96a2>] find_guid+0x132/0x150
*pde = 00000000 
Oops: 0000 [#1] SMP 

Pid: 1, comm: swapper Not tainted (2.6.24 #34)
EIP: 0060:[<404b96a2>] EFLAGS: 00010247 CPU: 1
EIP is at find_guid+0x132/0x150
EAX: 05a572d4 EBX: 5f81af54 ECX: 00000000 EDX: ffffffff
ESI: 00000000 EDI: 5f81af54 EBP: 5f81af80 ESP: 5f81af48
 DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
Process swapper (pid: 1, ti=5f81a000 task=5f815410 task.ti=5f81a000)
Stack: 00000000 5f81af74 00000005 c364ac71 495a36db 39b49484 05a572d4 71ac64c3 
       5a49db36 39b49484 05a572d4 00000000 00000000 ffffffed 5f81af88 404b96cf 
       5f81af94 40cffd33 00000000 5f81afe0 40cdb5d3 2c7b1366 00000001 00000000 
Call Trace:
 [<404b96cf>] ? wmi_has_guid+0xf/0x20
 [<40cffd33>] ? tc1100_init+0x13/0x70
 [<40cdb5d3>] ? kernel_init+0x123/0x2f0
 [<40cdb4b0>] ? kernel_init+0x0/0x2f0
 [<401053d7>] ? kernel_thread_helper+0x7/0x10
 =======================
Code: 0c 41 8d 7d d4 eb 24 8d 46 08 b9 10 00 00 00 89 fa e8 e3 88 f6 ff 85 c0 75 0f b0 01 83 7d c8 00 74 19 8b 55 c8 89 32 eb 12 89 de <8b> 1e 0f 18 03 90 81 fe 90 c1 0c 41 75 ce 31 c0 83 c4 2c 5b 5e 
EIP: [<404b96a2>] find_guid+0x132/0x150 SS:ESP 0068:5f81af48
---[ end trace 5d95b7a12e9c31b7 ]---
Kernel panic - not syncing: Attempted to kill init!

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2)
  2008-02-08  6:45 [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2) Len Brown
@ 2008-02-09  6:17 ` Ingo Molnar
  2008-02-09  6:17 ` Ingo Molnar
  1 sibling, 0 replies; 26+ messages in thread
From: Ingo Molnar @ 2008-02-09  6:17 UTC (permalink / raw)
  To: Len Brown
  Cc: linux-acpi, Andrew Morton, Linus Torvalds, linux-kernel, linux-pm

[-- Attachment #1: Type: text/plain, Size: 2356 bytes --]


* Len Brown <lenb@kernel.org> wrote:

> Len Brown (6):
>       ACPI: add newline to printk
>       ACPI: build WMI on X86 only
>       acer-wmi, tc1100-wmi: select ACPI_WMI

hm, this new WMI code caused a bootup crash in the overnight x86.git 
tests:

initcall 0x40cffbd0 ran for 0 msecs: msi_init+0x0/0x150()
Calling initcall 0x40cffd20: tc1100_init+0x0/0x70()
BUG: unable to handle kernel NULL pointer dereference at 00000000
IP: [<404b96a2>] find_guid+0x132/0x150
*pde = 00000000 
Oops: 0000 [#1] SMP 

Pid: 1, comm: swapper Not tainted (2.6.24 #34)
EIP: 0060:[<404b96a2>] EFLAGS: 00010247 CPU: 1
EIP is at find_guid+0x132/0x150
EAX: 05a572d4 EBX: 5f81af54 ECX: 00000000 EDX: ffffffff
ESI: 00000000 EDI: 5f81af54 EBP: 5f81af80 ESP: 5f81af48
 DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
Process swapper (pid: 1, ti=5f81a000 task=5f815410 task.ti=5f81a000)
Stack: 00000000 5f81af74 00000005 c364ac71 495a36db 39b49484 05a572d4 71ac64c3 
       5a49db36 39b49484 05a572d4 00000000 00000000 ffffffed 5f81af88 404b96cf 
       5f81af94 40cffd33 00000000 5f81afe0 40cdb5d3 2c7b1366 00000001 00000000 
Call Trace:
 [<404b96cf>] ? wmi_has_guid+0xf/0x20
 [<40cffd33>] ? tc1100_init+0x13/0x70
 [<40cdb5d3>] ? kernel_init+0x123/0x2f0
 [<40cdb4b0>] ? kernel_init+0x0/0x2f0
 [<401053d7>] ? kernel_thread_helper+0x7/0x10
 =======================
Code: 0c 41 8d 7d d4 eb 24 8d 46 08 b9 10 00 00 00 89 fa e8 e3 88 f6 ff 85 c0 75 0f b0 01 83 7d c8 00 74 19 8b 55 c8 89 32 eb 12 89 de <8b> 1e 0f 18 03 90 81 fe 90 c1 0c 41 75 ce 31 c0 83 c4 2c 5b 5e 
EIP: [<404b96a2>] find_guid+0x132/0x150 SS:ESP 0068:5f81af48
---[ end trace 5d95b7a12e9c31b7 ]---
Kernel panic - not syncing: Attempted to kill init!
Press any key to enter the menu

config and crashlog attached.

I double-checked a second bootup [with a slightly different but 
essentially same kernel], but this time the crash did not happen:

 Calling initcall 0x40cb8b80: acpi_wmi_init+0x0/0x50()
 ACPI: WMI: Mapper loaded
 initcall 0x40cb8b80: acpi_wmi_init+0x0/0x50() returned 0.
 initcall 0x40cb8b80 ran for 0 msecs: acpi_wmi_init+0x0/0x50()

 Calling initcall 0x40cbd770: tc1100_init+0x0/0x60()
 initcall 0x40cbd770: tc1100_init+0x0/0x60() returned -19.
 initcall 0x40cbd770 ran for 0 msecs: tc1100_init+0x0/0x60()

[ the weird addresses are due to a 1:3 GB VM split being configured by
  randconfig. ]

	Ingo

[-- Attachment #2: config --]
[-- Type: text/plain, Size: 48325 bytes --]

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.24
# Sat Feb  9 07:03:47 2008
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
# CONFIG_GENERIC_LOCKBREAK is not set
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_FAST_CMPXCHG_LOCAL=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_QUICKLIST=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_HWEIGHT=y
# CONFIG_GENERIC_GPIO is not set
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_DMI=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_GENERIC_CALIBRATE_DELAY=y
# CONFIG_GENERIC_TIME_VSYSCALL is not set
CONFIG_ARCH_HAS_CPU_RELAX=y
# CONFIG_HAVE_SETUP_PER_CPU_AREA 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_AOUT=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_X86_SMP=y
CONFIG_X86_32_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_X86_TRAMPOLINE=y
CONFIG_KTIME_SCALAR=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
# CONFIG_SWAP is not set
# CONFIG_SYSVIPC is not set
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
# CONFIG_TASKSTATS is not set
CONFIG_AUDIT=y
# CONFIG_AUDITSYSCALL is not set
# CONFIG_IKCONFIG is not set
CONFIG_LOG_BUF_SHIFT=20
# CONFIG_CGROUPS is not set
# CONFIG_FAIR_GROUP_SCHED is not set
CONFIG_SYSFS_DEPRECATED=y
CONFIG_RELAY=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_USER_NS=y
# CONFIG_PID_NS is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_EMBEDDED=y
# CONFIG_UID16 is not set
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_KALLSYMS_EXTRA_PASS=y
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
# CONFIG_BUG is not set
# CONFIG_ELF_CORE is not set
# CONFIG_COMPAT_BRK is not set
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
# CONFIG_EPOLL is not set
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
# CONFIG_EVENTFD is not set
CONFIG_SHMEM=y
CONFIG_VM_EVENT_COUNTERS=y
# CONFIG_SLAB is not set
# CONFIG_SLUB is not set
CONFIG_SLOB=y
# CONFIG_PROFILING is not set
CONFIG_MARKERS=y
CONFIG_HAVE_OPROFILE=y
CONFIG_HAVE_KPROBES=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
# CONFIG_MODULES is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_LBD=y
CONFIG_BLK_DEV_IO_TRACE=y
# CONFIG_LSF is not set
# CONFIG_BLK_DEV_BSG is not set

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
# CONFIG_IOSCHED_DEADLINE is not set
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
CONFIG_DEFAULT_NOOP=y
CONFIG_DEFAULT_IOSCHED="noop"
CONFIG_CLASSIC_RCU=y
# CONFIG_PREEMPT_RCU is not set

#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_SMP=y
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_X86_RDC321X is not set
# CONFIG_X86_VSMP is not set
# CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER is not set
# CONFIG_PARAVIRT_GUEST is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
CONFIG_MCYRIXIII=y
# 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 is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_XADD=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_ALIGNMENT_16=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_USE_3DNOW=y
CONFIG_X86_TSC=y
CONFIG_X86_MINIMUM_CPU_FAMILY=4
CONFIG_X86_DEBUGCTLMSR=y
# CONFIG_HPET_TIMER is not set
# CONFIG_IOMMU_HELPER is not set
CONFIG_NR_CPUS=8
CONFIG_SCHED_SMT=y
# CONFIG_SCHED_MC is not set
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
# CONFIG_RCU_TRACE is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_MCE is not set
# CONFIG_VM86 is not set
# CONFIG_TOSHIBA is not set
CONFIG_I8K=y
# CONFIG_X86_REBOOTFIXUPS is not set
CONFIG_MICROCODE=y
CONFIG_MICROCODE_OLD_INTERFACE=y
# CONFIG_X86_MSR is not set
CONFIG_X86_CPUID=y
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
# CONFIG_VMSPLIT_3G is not set
# CONFIG_VMSPLIT_3G_OPT is not set
# CONFIG_VMSPLIT_2G is not set
# CONFIG_VMSPLIT_2G_OPT is not set
CONFIG_VMSPLIT_1G=y
CONFIG_PAGE_OFFSET=0x40000000
CONFIG_HIGHMEM=y
CONFIG_ARCH_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_SPARSEMEM_VMEMMAP_ENABLE is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
# CONFIG_RESOURCES_64BIT is not set
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_NR_QUICK=1
CONFIG_VIRT_TO_BUS=y
CONFIG_HIGHPTE=y
CONFIG_MATH_EMULATION=y
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_IRQBALANCE=y
# CONFIG_SECCOMP is not set
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
# CONFIG_KEXEC is not set
CONFIG_CRASH_DUMP=y
CONFIG_PHYSICAL_START=0x100000
CONFIG_RELOCATABLE=y
CONFIG_PHYSICAL_ALIGN=0x100000
CONFIG_HOTPLUG_CPU=y
# CONFIG_COMPAT_VDSO is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

#
# Power management options
#
CONFIG_PM=y
# CONFIG_PM_LEGACY is not set
# CONFIG_PM_DEBUG is not set
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_SLEEP=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_PROCFS is not set
# CONFIG_ACPI_PROCFS_POWER is not set
# CONFIG_ACPI_SYSFS_POWER is not set
# CONFIG_ACPI_PROC_EVENT is not set
CONFIG_ACPI_AC=y
# CONFIG_ACPI_BATTERY is not set
CONFIG_ACPI_BUTTON=y
# CONFIG_ACPI_FAN is not set
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_BAY=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_HOTPLUG_CPU=y
# CONFIG_ACPI_THERMAL is not set
CONFIG_ACPI_WMI=y
# CONFIG_ACPI_ASUS is not set
CONFIG_ACPI_TOSHIBA=y
# CONFIG_ACPI_CUSTOM_DSDT_INITRD is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
CONFIG_ACPI_DEBUG=y
CONFIG_ACPI_DEBUG_FUNC_TRACE=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_SBS=y
CONFIG_X86_APM_BOOT=y
CONFIG_APM=y
CONFIG_APM_IGNORE_USER_SUSPEND=y
CONFIG_APM_DO_ENABLE=y
# CONFIG_APM_CPU_IDLE is not set
CONFIG_APM_DISPLAY_BLANK=y
CONFIG_APM_ALLOW_INTS=y
CONFIG_APM_REAL_MODE_POWER_OFF=y

#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set
# CONFIG_CPU_IDLE is not set

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
CONFIG_PCI_GODIRECT=y
# CONFIG_PCI_GOANY is not set
CONFIG_PCI_DIRECT=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=y
CONFIG_PCIEAER=y
CONFIG_ARCH_SUPPORTS_MSI=y
# CONFIG_PCI_MSI is not set
CONFIG_PCI_LEGACY=y
# CONFIG_PCI_DEBUG is not set
CONFIG_HT_IRQ=y
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
CONFIG_SCx200=y
# CONFIG_SCx200HR_TIMER is not set
# CONFIG_PCCARD is not set
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_FAKE=y
CONFIG_HOTPLUG_PCI_ACPI=y
# CONFIG_HOTPLUG_PCI_ACPI_IBM is not set
CONFIG_HOTPLUG_PCI_CPCI=y
# CONFIG_HOTPLUG_PCI_CPCI_ZT5550 is not set
# CONFIG_HOTPLUG_PCI_CPCI_GENERIC is not set
CONFIG_HOTPLUG_PCI_SHPC=y

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_MISC=y

#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=y
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
CONFIG_XFRM_STATISTICS=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_MULTIPLE_TABLES is not set
CONFIG_IP_ROUTE_MULTIPATH=y
# CONFIG_IP_ROUTE_VERBOSE is not set
CONFIG_IP_PNP=y
# CONFIG_IP_PNP_DHCP is not set
# CONFIG_IP_PNP_BOOTP is not set
CONFIG_IP_PNP_RARP=y
# CONFIG_NET_IPIP is not set
CONFIG_NET_IPGRE=y
# CONFIG_ARPD is not set
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 is not set
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_LRO=y
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TCP_CONG_WESTWOOD is not set
CONFIG_TCP_CONG_HTCP=y
CONFIG_TCP_CONG_HSTCP=y
CONFIG_TCP_CONG_HYBLA=y
CONFIG_TCP_CONG_VEGAS=y
CONFIG_TCP_CONG_SCALABLE=y
# CONFIG_TCP_CONG_LP is not set
CONFIG_TCP_CONG_VENO=y
CONFIG_TCP_CONG_YEAH=y
# CONFIG_TCP_CONG_ILLINOIS is not set
# CONFIG_DEFAULT_BIC is not set
# CONFIG_DEFAULT_CUBIC is not set
# CONFIG_DEFAULT_HTCP is not set
# CONFIG_DEFAULT_VEGAS is not set
# CONFIG_DEFAULT_WESTWOOD is not set
CONFIG_DEFAULT_RENO=y
CONFIG_DEFAULT_TCP_CONG="reno"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IPV6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
CONFIG_NETLABEL=y
CONFIG_NETWORK_SECMARK=y
# CONFIG_NETFILTER is not set
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 is not set
CONFIG_IP_SCTP=y
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_HMAC_NONE is not set
# CONFIG_SCTP_HMAC_SHA1 is not set
CONFIG_SCTP_HMAC_MD5=y
CONFIG_TIPC=y
# CONFIG_TIPC_ADVANCED is not set
CONFIG_TIPC_DEBUG=y
CONFIG_ATM=y
# CONFIG_ATM_CLIP is not set
# CONFIG_ATM_LANE is not set
# CONFIG_ATM_BR2684 is not set
# CONFIG_BRIDGE is not set
CONFIG_VLAN_8021Q=y
# CONFIG_DECNET is not set
CONFIG_LLC=y
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
CONFIG_ATALK=y
# CONFIG_DEV_APPLETALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
CONFIG_WAN_ROUTER=y
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=y
CONFIG_NET_SCH_HTB=y
# CONFIG_NET_SCH_HFSC is not set
CONFIG_NET_SCH_ATM=y
CONFIG_NET_SCH_PRIO=y
# CONFIG_NET_SCH_RR is not set
CONFIG_NET_SCH_RED=y
# CONFIG_NET_SCH_SFQ is not set
# CONFIG_NET_SCH_TEQL is not set
CONFIG_NET_SCH_TBF=y
CONFIG_NET_SCH_GRED=y
# CONFIG_NET_SCH_DSMARK is not set
# CONFIG_NET_SCH_NETEM is not set

#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=y
# CONFIG_NET_CLS_TCINDEX is not set
# CONFIG_NET_CLS_ROUTE4 is not set
CONFIG_NET_CLS_FW=y
# CONFIG_NET_CLS_U32 is not set
CONFIG_NET_CLS_RSVP=y
# CONFIG_NET_CLS_RSVP6 is not set
# CONFIG_NET_CLS_FLOW is not set
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
# CONFIG_NET_EMATCH_CMP is not set
# CONFIG_NET_EMATCH_NBYTE is not set
# CONFIG_NET_EMATCH_U32 is not set
CONFIG_NET_EMATCH_META=y
CONFIG_NET_EMATCH_TEXT=y
# CONFIG_NET_CLS_ACT is not set
CONFIG_NET_CLS_IND=y
CONFIG_NET_SCH_FIFO=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
CONFIG_IRDA=y

#
# IrDA protocols
#
CONFIG_IRLAN=y
# CONFIG_IRCOMM is not set
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=y

#
# Dongle support
#
# CONFIG_DONGLE is not set
CONFIG_KINGSUN_DONGLE=y
CONFIG_KSDAZZLE_DONGLE=y
CONFIG_KS959_DONGLE=y

#
# FIR device drivers
#
# CONFIG_USB_IRDA is not set
CONFIG_SIGMATEL_FIR=y
# CONFIG_NSC_FIR is not set
# CONFIG_WINBOND_FIR is not set
# CONFIG_TOSHIBA_FIR is not set
CONFIG_SMC_IRCC_FIR=y
CONFIG_ALI_FIR=y
# CONFIG_VLSI_FIR is not set
CONFIG_VIA_FIR=y
CONFIG_MCS_FIR=y
CONFIG_BT=y
CONFIG_BT_L2CAP=y
# CONFIG_BT_SCO is not set
# CONFIG_BT_RFCOMM is not set
# CONFIG_BT_BNEP is not set
CONFIG_BT_CMTP=y
# CONFIG_BT_HIDP is not set

#
# Bluetooth device drivers
#
CONFIG_BT_HCIUSB=y
# CONFIG_BT_HCIUSB_SCO is not set
CONFIG_BT_HCIBTSDIO=y
CONFIG_BT_HCIUART=y
# CONFIG_BT_HCIUART_H4 is not set
# CONFIG_BT_HCIUART_BCSP is not set
CONFIG_BT_HCIUART_LL=y
# CONFIG_BT_HCIBCM203X is not set
CONFIG_BT_HCIBPA10X=y
# CONFIG_BT_HCIBFUSB is not set
# CONFIG_BT_HCIVHCI is not set
CONFIG_AF_RXRPC=y
CONFIG_AF_RXRPC_DEBUG=y
# CONFIG_RXKAD is not set

#
# Wireless
#
CONFIG_CFG80211=y
# CONFIG_NL80211 is not set
CONFIG_WIRELESS_EXT=y
CONFIG_MAC80211=y

#
# Rate control algorithm selection
#
# CONFIG_MAC80211_RC_DEFAULT_PID is not set
# CONFIG_MAC80211_RC_DEFAULT_SIMPLE is not set
CONFIG_MAC80211_RC_DEFAULT_NONE=y

#
# Selecting 'y' for an algorithm will
#

#
# build the algorithm into mac80211.
#
CONFIG_MAC80211_RC_DEFAULT=""
CONFIG_MAC80211_RC_PID=y
CONFIG_MAC80211_RC_SIMPLE=y
CONFIG_MAC80211_DEBUGFS=y
CONFIG_MAC80211_DEBUG_PACKET_ALIGNMENT=y
CONFIG_MAC80211_DEBUG=y
CONFIG_MAC80211_HT_DEBUG=y
CONFIG_MAC80211_VERBOSE_DEBUG=y
# CONFIG_MAC80211_LOWTX_FRAME_DUMP is not set
CONFIG_TKIP_DEBUG=y
# CONFIG_MAC80211_DEBUG_COUNTERS is not set
CONFIG_MAC80211_IBSS_DEBUG=y
CONFIG_MAC80211_VERBOSE_PS_DEBUG=y
CONFIG_IEEE80211=y
# CONFIG_IEEE80211_DEBUG is not set
CONFIG_IEEE80211_CRYPT_WEP=y
# CONFIG_IEEE80211_CRYPT_CCMP is not set
# CONFIG_IEEE80211_CRYPT_TKIP is not set
# CONFIG_IEEE80211_SOFTMAC is not set
CONFIG_RFKILL=y
CONFIG_RFKILL_INPUT=y
# CONFIG_NET_9P is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
CONFIG_CONNECTOR=y
# CONFIG_PROC_EVENTS is not set
# CONFIG_MTD is not set
# CONFIG_PARPORT is not set
CONFIG_PNP=y
CONFIG_PNP_DEBUG=y

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_FD is not set
CONFIG_BLK_CPQ_DA=y
CONFIG_BLK_CPQ_CISS_DA=y
CONFIG_CISS_SCSI_TAPE=y
# CONFIG_BLK_DEV_DAC960 is not set
CONFIG_BLK_DEV_UMEM=y
# CONFIG_BLK_DEV_COW_COMMON is not set
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
# CONFIG_BLK_DEV_XIP is not set
CONFIG_CDROM_PKTCDVD=y
CONFIG_CDROM_PKTCDVD_BUFFERS=8
CONFIG_CDROM_PKTCDVD_WCACHE=y
CONFIG_ATA_OVER_ETH=y
CONFIG_MISC_DEVICES=y
CONFIG_IBM_ASM=y
CONFIG_PHANTOM=y
CONFIG_EEPROM_93CX6=y
CONFIG_SGI_IOC4=y
CONFIG_TIFM_CORE=y
CONFIG_TIFM_7XX1=y
# CONFIG_FUJITSU_LAPTOP is not set
CONFIG_TC1100_WMI=y
CONFIG_MSI_LAPTOP=y
# CONFIG_SONY_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_IDE is not set

#
# SCSI device support
#
CONFIG_RAID_ATTRS=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_TGT is not set
# CONFIG_SCSI_NETLINK is not set
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=y
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
# CONFIG_CHR_DEV_SG is not set
CONFIG_CHR_DEV_SCH=y

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
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_LOWLEVEL is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_ACPI=y
CONFIG_SATA_AHCI=y
CONFIG_SATA_SVW=y
CONFIG_ATA_PIIX=y
CONFIG_SATA_MV=y
CONFIG_SATA_NV=y
CONFIG_PDC_ADMA=y
CONFIG_SATA_QSTOR=y
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIL24 is not set
# CONFIG_SATA_SIS is not set
CONFIG_SATA_ULI=y
# CONFIG_SATA_VIA is not set
CONFIG_SATA_VITESSE=y
CONFIG_SATA_INIC162X=y
# CONFIG_PATA_ACPI is not set
CONFIG_PATA_ALI=y
CONFIG_PATA_AMD=y
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
CONFIG_PATA_CMD640_PCI=y
CONFIG_PATA_CMD64X=y
CONFIG_PATA_CS5520=y
CONFIG_PATA_CS5530=y
CONFIG_PATA_CS5535=y
CONFIG_PATA_CS5536=y
# CONFIG_PATA_CYPRESS is not set
CONFIG_PATA_EFAR=y
# CONFIG_ATA_GENERIC is not set
CONFIG_PATA_HPT366=y
CONFIG_PATA_HPT37X=y
# CONFIG_PATA_HPT3X2N is not set
CONFIG_PATA_HPT3X3=y
CONFIG_PATA_HPT3X3_DMA=y
# CONFIG_PATA_IT821X is not set
CONFIG_PATA_IT8213=y
CONFIG_PATA_JMICRON=y
# CONFIG_PATA_TRIFLEX is not set
CONFIG_PATA_MARVELL=y
CONFIG_PATA_MPIIX=y
CONFIG_PATA_OLDPIIX=y
CONFIG_PATA_NETCELL=y
# CONFIG_PATA_NINJA32 is not set
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 is not set
CONFIG_PATA_SIL680=y
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
# CONFIG_PATA_PLATFORM is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=y
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=y
# CONFIG_MD_RAID10 is not set
# CONFIG_MD_RAID456 is not set
# CONFIG_MD_MULTIPATH is not set
CONFIG_MD_FAULTY=y
# CONFIG_BLK_DEV_DM is not set
CONFIG_FUSION=y
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
# CONFIG_FUSION_SAS is not set
CONFIG_FUSION_MAX_SGE=128
# CONFIG_FUSION_LOGGING is not set

#
# IEEE 1394 (FireWire) support
#
CONFIG_FIREWIRE=y
CONFIG_FIREWIRE_OHCI=y
CONFIG_FIREWIRE_SBP2=y
CONFIG_IEEE1394=y

#
# Subsystem Options
#
CONFIG_IEEE1394_VERBOSEDEBUG=y

#
# Controllers
#

#
# Texas Instruments PCILynx requires I2C
#
CONFIG_IEEE1394_OHCI1394=y

#
# Protocols
#
CONFIG_IEEE1394_VIDEO1394=y
# CONFIG_IEEE1394_SBP2 is not set
# CONFIG_IEEE1394_ETH1394_ROM_ENTRY is not set
# CONFIG_IEEE1394_ETH1394 is not set
CONFIG_IEEE1394_DV1394=y
CONFIG_IEEE1394_RAWIO=y
CONFIG_I2O=y
# CONFIG_I2O_LCT_NOTIFY_ON_CHANGES is not set
# CONFIG_I2O_EXT_ADAPTEC is not set
CONFIG_I2O_CONFIG=y
# CONFIG_I2O_CONFIG_OLD_IOCTL is not set
CONFIG_I2O_BUS=y
CONFIG_I2O_BLOCK=y
CONFIG_I2O_SCSI=y
CONFIG_I2O_PROC=y
CONFIG_MACINTOSH_DRIVERS=y
CONFIG_MAC_EMUMOUSEBTN=y
CONFIG_NETDEVICES=y
# CONFIG_NETDEVICES_MULTIQUEUE is not set
CONFIG_DUMMY=y
CONFIG_BONDING=y
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
CONFIG_TUN=y
# CONFIG_VETH is not set
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
CONFIG_PHYLIB=y

#
# MII PHY device drivers
#
CONFIG_MARVELL_PHY=y
CONFIG_DAVICOM_PHY=y
CONFIG_QSEMI_PHY=y
# CONFIG_LXT_PHY is not set
# CONFIG_CICADA_PHY is not set
CONFIG_VITESSE_PHY=y
# CONFIG_SMSC_PHY is not set
CONFIG_BROADCOM_PHY=y
CONFIG_ICPLUS_PHY=y
CONFIG_REALTEK_PHY=y
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_ENC28J60=y
CONFIG_ENC28J60_WRITEVERIFY=y
CONFIG_NET_TULIP=y
CONFIG_DE2104X=y
# CONFIG_TULIP is not set
# CONFIG_DE4X5 is not set
# CONFIG_WINBOND_840 is not set
# CONFIG_DM9102 is not set
# CONFIG_ULI526X is not set
# CONFIG_HP100 is not set
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
CONFIG_NET_PCI=y
CONFIG_PCNET32=y
# CONFIG_PCNET32_NAPI is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
CONFIG_B44=y
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
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 is not set
CONFIG_8139TOO=y
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
CONFIG_8139_OLD_RX_RESET=y
CONFIG_R6040=y
CONFIG_SIS900=y
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
CONFIG_TLAN=y
# CONFIG_VIA_RHINE is not set
# CONFIG_SC92031 is not set
CONFIG_NETDEV_1000=y
CONFIG_ACENIC=y
# CONFIG_ACENIC_OMIT_TIGON_I is not set
CONFIG_DL2K=y
CONFIG_E1000=y
# CONFIG_E1000_NAPI is not set
# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
# CONFIG_E1000E is not set
# CONFIG_E1000E_ENABLED is not set
# CONFIG_IP1000 is not set
CONFIG_IGB=y
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
CONFIG_YELLOWFIN=y
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
CONFIG_SKGE=y
# CONFIG_SKGE_DEBUG is not set
CONFIG_SKY2=y
# CONFIG_SKY2_DEBUG is not set
# CONFIG_SK98LIN is not set
CONFIG_VIA_VELOCITY=y
CONFIG_TIGON3=y
# CONFIG_BNX2 is not set
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set
# CONFIG_NETDEV_10000 is not set
# CONFIG_TR is not set

#
# Wireless LAN
#
CONFIG_WLAN_PRE80211=y
CONFIG_STRIP=y
CONFIG_WLAN_80211=y
CONFIG_IPW2100=y
# CONFIG_IPW2100_MONITOR is not set
CONFIG_IPW2100_DEBUG=y
CONFIG_IPW2200=y
# CONFIG_IPW2200_MONITOR is not set
# CONFIG_IPW2200_QOS is not set
CONFIG_IPW2200_DEBUG=y
# CONFIG_LIBERTAS is not set
CONFIG_AIRO=y
# CONFIG_HERMES is not set
# CONFIG_ATMEL is not set
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
CONFIG_USB_NET_RNDIS_WLAN=y
CONFIG_RTL8180=y
CONFIG_RTL8187=y
# CONFIG_ADM8211 is not set
# CONFIG_P54_COMMON is not set
CONFIG_ATH5K=y
# CONFIG_IWL4965 is not set
CONFIG_IWL3945=y
CONFIG_IWL3945_QOS=y
# CONFIG_IWL3945_SPECTRUM_MEASUREMENT is not set
CONFIG_IWL3945_DEBUG=y
CONFIG_HOSTAP=y
CONFIG_HOSTAP_FIRMWARE=y
# CONFIG_HOSTAP_FIRMWARE_NVRAM is not set
CONFIG_HOSTAP_PLX=y
CONFIG_HOSTAP_PCI=y
CONFIG_B43=y
CONFIG_B43_PCI_AUTOSELECT=y
CONFIG_B43_PCICORE_AUTOSELECT=y
CONFIG_B43_RFKILL=y
CONFIG_B43_DEBUG=y
CONFIG_B43LEGACY=y
CONFIG_B43LEGACY_PCI_AUTOSELECT=y
CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y
CONFIG_B43LEGACY_RFKILL=y
CONFIG_B43LEGACY_DEBUG=y
CONFIG_B43LEGACY_PIO=y
# CONFIG_B43LEGACY_DMA_AND_PIO_MODE is not set
# CONFIG_B43LEGACY_DMA_MODE is not set
CONFIG_B43LEGACY_PIO_MODE=y
# CONFIG_ZD1211RW is not set
CONFIG_RT2X00=y
CONFIG_RT2X00_LIB=y
CONFIG_RT2X00_LIB_PCI=y
# CONFIG_RT2400PCI is not set
CONFIG_RT2500PCI=y
# CONFIG_RT2500PCI_RFKILL is not set
# CONFIG_RT61PCI is not set
# CONFIG_RT2500USB is not set
# CONFIG_RT73USB is not set
# CONFIG_RT2X00_LIB_DEBUGFS is not set
# CONFIG_RT2X00_DEBUG is not set

#
# USB Network Adapters
#
CONFIG_USB_CATC=y
CONFIG_USB_KAWETH=y
CONFIG_USB_PEGASUS=y
CONFIG_USB_RTL8150=y
CONFIG_USB_USBNET=y
CONFIG_USB_NET_AX8817X=y
CONFIG_USB_NET_CDCETHER=y
# CONFIG_USB_NET_DM9601 is not set
# CONFIG_USB_NET_GL620A is not set
CONFIG_USB_NET_NET1080=y
CONFIG_USB_NET_PLUSB=y
# CONFIG_USB_NET_MCS7830 is not set
CONFIG_USB_NET_RNDIS_HOST=y
CONFIG_USB_NET_CDC_SUBSET=y
CONFIG_USB_ALI_M5632=y
# CONFIG_USB_AN2720 is not set
CONFIG_USB_BELKIN=y
CONFIG_USB_ARMLINUX=y
# CONFIG_USB_EPSON2888 is not set
# CONFIG_USB_KC2190 is not set
CONFIG_USB_NET_ZAURUS=y
# CONFIG_WAN is not set
# CONFIG_ATM_DRIVERS is not set
# CONFIG_FDDI is not set
CONFIG_HIPPI=y
CONFIG_ROADRUNNER=y
# CONFIG_ROADRUNNER_LARGE_RINGS is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
CONFIG_SLHC=y
# CONFIG_NET_FC is not set
CONFIG_NETCONSOLE=y
# CONFIG_NETCONSOLE_DYNAMIC is not set
CONFIG_NETPOLL=y
CONFIG_NETPOLL_TRAP=y
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_ISDN=y
CONFIG_ISDN_I4L=y
CONFIG_ISDN_PPP=y
CONFIG_ISDN_PPP_VJ=y
CONFIG_ISDN_MPP=y
# CONFIG_IPPP_FILTER is not set
# CONFIG_ISDN_PPP_BSDCOMP is not set
# CONFIG_ISDN_AUDIO is not set

#
# ISDN feature submodules
#
CONFIG_ISDN_DIVERSION=y

#
# ISDN4Linux hardware drivers
#

#
# Passive cards
#
CONFIG_ISDN_DRV_HISAX=y

#
# D-channel protocol features
#
# CONFIG_HISAX_EURO is not set
CONFIG_HISAX_1TR6=y
# CONFIG_HISAX_NI1 is not set
CONFIG_HISAX_MAX_CARDS=8

#
# HiSax supported cards
#
# CONFIG_HISAX_16_3 is not set
# CONFIG_HISAX_TELESPCI is not set
CONFIG_HISAX_S0BOX=y
CONFIG_HISAX_FRITZPCI=y
CONFIG_HISAX_AVM_A1_PCMCIA=y
# CONFIG_HISAX_ELSA is not set
CONFIG_HISAX_DIEHLDIVA=y
# CONFIG_HISAX_SEDLBAUER is not set
# CONFIG_HISAX_NETJET is not set
# CONFIG_HISAX_NETJET_U is not set
CONFIG_HISAX_NICCY=y
# CONFIG_HISAX_BKM_A4T is not set
CONFIG_HISAX_SCT_QUADRO=y
# CONFIG_HISAX_GAZEL is not set
# CONFIG_HISAX_HFC_PCI is not set
CONFIG_HISAX_W6692=y
CONFIG_HISAX_HFC_SX=y
CONFIG_HISAX_DEBUG=y

#
# HiSax PCMCIA card service modules
#

#
# HiSax sub driver modules
#
# CONFIG_HISAX_ST5481 is not set
# CONFIG_HISAX_HFCUSB is not set
# CONFIG_HISAX_HFC4S8S is not set
# CONFIG_HISAX_FRITZ_PCIPNP is not set

#
# Active cards
#
# CONFIG_ISDN_DRV_GIGASET is not set
CONFIG_ISDN_CAPI=y
CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON=y
# CONFIG_CAPI_TRACE is not set
# CONFIG_ISDN_CAPI_MIDDLEWARE is not set
CONFIG_ISDN_CAPI_CAPI20=y
# 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=y
# CONFIG_PHONE_IXJ 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 is not set
CONFIG_INPUT_EVDEV=y
CONFIG_INPUT_EVBUG=y

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_KEYBOARD_SUNKBD=y
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_INPUT_MOUSE=y
# CONFIG_MOUSE_PS2 is not set
# CONFIG_MOUSE_SERIAL is not set
CONFIG_MOUSE_APPLETOUCH=y
CONFIG_MOUSE_VSXXXAA=y
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
CONFIG_INPUT_TOUCHSCREEN=y
# CONFIG_TOUCHSCREEN_ADS7846 is not set
# CONFIG_TOUCHSCREEN_FUJITSU is not set
CONFIG_TOUCHSCREEN_GUNZE=y
# CONFIG_TOUCHSCREEN_ELO is not set
CONFIG_TOUCHSCREEN_MTOUCH=y
# CONFIG_TOUCHSCREEN_MK712 is not set
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
CONFIG_TOUCHSCREEN_UCB1400=y
CONFIG_TOUCHSCREEN_USB_COMPOSITE=y
CONFIG_TOUCHSCREEN_USB_EGALAX=y
# CONFIG_TOUCHSCREEN_USB_PANJIT is not set
# CONFIG_TOUCHSCREEN_USB_3M is not set
CONFIG_TOUCHSCREEN_USB_ITM=y
CONFIG_TOUCHSCREEN_USB_ETURBO=y
# CONFIG_TOUCHSCREEN_USB_GUNZE is not set
CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y
# CONFIG_TOUCHSCREEN_USB_IRTOUCH is not set
CONFIG_TOUCHSCREEN_USB_IDEALTEK=y
# CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH is not set
CONFIG_TOUCHSCREEN_USB_GOTOP=y
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
CONFIG_SERIO_CT82C710=y
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
# CONFIG_SERIAL_NONSTANDARD is not set
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 is not set
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
# CONFIG_SERIAL_8250_MANY_PORTS is not set
# CONFIG_SERIAL_8250_SHARE_IRQ is not set
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
# CONFIG_SERIAL_8250_RSA is not set

#
# 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 is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_INTEL is not set
CONFIG_HW_RANDOM_AMD=y
# CONFIG_HW_RANDOM_GEODE is not set
CONFIG_HW_RANDOM_VIA=y
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set
CONFIG_GEN_RTC=y
CONFIG_GEN_RTC_X=y
CONFIG_R3964=y
CONFIG_APPLICOM=y
CONFIG_SONYPI=y
# CONFIG_MWAVE is not set
# CONFIG_SCx200_GPIO is not set
# CONFIG_PC8736x_GPIO is not set
CONFIG_NSC_GPIO=y
# CONFIG_CS5535_GPIO is not set
CONFIG_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=256
# CONFIG_HPET is not set
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
# CONFIG_I2C is not set

#
# SPI support
#
CONFIG_SPI=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y

#
# SPI Master Controller Drivers
#
CONFIG_SPI_BITBANG=y

#
# SPI Protocol Masters
#
CONFIG_SPI_AT25=y
CONFIG_SPI_SPIDEV=y
CONFIG_SPI_TLE62X0=y
CONFIG_W1=y
CONFIG_W1_CON=y

#
# 1-wire Bus Masters
#
# CONFIG_W1_MASTER_MATROX is not set
CONFIG_W1_MASTER_DS2490=y

#
# 1-wire Slaves
#
CONFIG_W1_SLAVE_THERM=y
# CONFIG_W1_SLAVE_SMEM is not set
# CONFIG_W1_SLAVE_DS2433 is not set
CONFIG_W1_SLAVE_DS2760=y
# CONFIG_POWER_SUPPLY is not set
# CONFIG_HWMON is not set
CONFIG_THERMAL=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=y
CONFIG_SC520_WDT=y
# CONFIG_EUROTECH_WDT is not set
CONFIG_IB700_WDT=y
# CONFIG_IBMASR is not set
CONFIG_WAFER_WDT=y
CONFIG_I6300ESB_WDT=y
CONFIG_ITCO_WDT=y
# CONFIG_ITCO_VENDOR_SUPPORT is not set
# CONFIG_IT8712F_WDT is not set
# CONFIG_SC1200_WDT is not set
CONFIG_SCx200_WDT=y
CONFIG_PC87413_WDT=y
# CONFIG_60XX_WDT is not set
# CONFIG_SBC8360_WDT is not set
CONFIG_SBC7240_WDT=y
CONFIG_CPU5_WDT=y
CONFIG_SMSC37B787_WDT=y
# CONFIG_W83627HF_WDT is not set
# CONFIG_W83697HF_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
# CONFIG_SBC_EPX_C3_WATCHDOG is not set

#
# PCI-based Watchdog Cards
#
CONFIG_PCIPCWATCHDOG=y
CONFIG_WDTPCI=y
CONFIG_WDT_501_PCI=y

#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set

#
# Sonics Silicon Backplane
#
CONFIG_SSB_POSSIBLE=y
CONFIG_SSB=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
# CONFIG_SSB_SILENT is not set
# CONFIG_SSB_DEBUG is not set
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y

#
# Multifunction device drivers
#
CONFIG_MFD_SM501=y

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set
# CONFIG_DVB_CORE is not set
# CONFIG_DAB is not set

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_ALI=y
CONFIG_AGP_ATI=y
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
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 is not set
CONFIG_VGASTATE=y
# CONFIG_VIDEO_OUTPUT_CONTROL is not set
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
# CONFIG_FB_DDC is not set
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_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_SVGALIB=y
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
CONFIG_FB_PM2=y
# CONFIG_FB_PM2_FIFO_DISCONNECT is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
CONFIG_FB_IMSTT=y
# CONFIG_FB_VGA16 is not set
CONFIG_FB_UVESA=y
# CONFIG_FB_VESA is not set
# CONFIG_FB_EFI is not set
CONFIG_FB_HECUBA=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=y
CONFIG_FB_CARILLO_RANCH=y
CONFIG_FB_INTEL=y
# CONFIG_FB_INTEL_DEBUG is not set
# CONFIG_FB_INTEL_I2C is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
CONFIG_FB_ATY=y
CONFIG_FB_ATY_CT=y
CONFIG_FB_ATY_GENERIC_LCD=y
# CONFIG_FB_ATY_GX is not set
CONFIG_FB_ATY_BACKLIGHT=y
CONFIG_FB_S3=y
# CONFIG_FB_SAVAGE is not set
CONFIG_FB_SIS=y
# CONFIG_FB_SIS_300 is not set
CONFIG_FB_SIS_315=y
CONFIG_FB_NEOMAGIC=y
CONFIG_FB_KYRO=y
CONFIG_FB_3DFX=y
CONFIG_FB_3DFX_ACCEL=y
CONFIG_FB_VOODOO1=y
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_CYBLA is not set
# CONFIG_FB_TRIDENT is not set
CONFIG_FB_ARK=y
# CONFIG_FB_PM3 is not set
CONFIG_FB_GEODE=y
CONFIG_FB_GEODE_LX=y
CONFIG_FB_GEODE_GX=y
CONFIG_FB_GEODE_GX_SET_FBSIZE=y
CONFIG_FB_GEODE_GX_FBSIZE=0x1600000
CONFIG_FB_GEODE_GX1=y
# CONFIG_FB_SM501 is not set
# CONFIG_FB_VIRTUAL is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
# CONFIG_LCD_CLASS_DEVICE is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_CORGI is not set
# CONFIG_BACKLIGHT_PROGEAR is not set

#
# 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_VIDEO_SELECT is not set
CONFIG_DUMMY_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE is not set
# CONFIG_LOGO is not set

#
# Sound
#
# CONFIG_SOUND is not set
CONFIG_AC97_BUS=y
# CONFIG_HID_SUPPORT is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
CONFIG_USB_DEBUG=y
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_DEVICE_CLASS is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
CONFIG_USB_SUSPEND=y
# CONFIG_USB_PERSIST is not set
# CONFIG_USB_OTG is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# CONFIG_USB_ISP116X_HCD is not set
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_SSB=y
# 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_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set

#
# USB Device Class drivers
#
CONFIG_USB_ACM=y
CONFIG_USB_PRINTER=y

#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
#

#
# may also be needed; see USB_STORAGE Help for more information
#
# CONFIG_USB_STORAGE is not set
CONFIG_USB_LIBUSUAL=y

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
CONFIG_USB_MICROTEK=y
CONFIG_USB_MON=y

#
# USB port drivers
#
CONFIG_USB_SERIAL=y
# CONFIG_USB_SERIAL_CONSOLE is not set
# CONFIG_USB_EZUSB is not set
# CONFIG_USB_SERIAL_GENERIC is not set
# CONFIG_USB_SERIAL_AIRCABLE is not set
CONFIG_USB_SERIAL_AIRPRIME=y
CONFIG_USB_SERIAL_ARK3116=y
# CONFIG_USB_SERIAL_BELKIN is not set
CONFIG_USB_SERIAL_CH341=y
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP2101 is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
CONFIG_USB_SERIAL_EMPEG=y
# CONFIG_USB_SERIAL_FTDI_SIO is not set
# CONFIG_USB_SERIAL_FUNSOFT is not set
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 is not set
CONFIG_USB_SERIAL_GARMIN=y
CONFIG_USB_SERIAL_IPW=y
CONFIG_USB_SERIAL_IUU=y
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
CONFIG_USB_SERIAL_KLSI=y
CONFIG_USB_SERIAL_KOBIL_SCT=y
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_MOS7720 is not set
# CONFIG_USB_SERIAL_MOS7840 is not set
CONFIG_USB_SERIAL_NAVMAN=y
# CONFIG_USB_SERIAL_PL2303 is not set
# CONFIG_USB_SERIAL_OTI6858 is not set
CONFIG_USB_SERIAL_HP4X=y
CONFIG_USB_SERIAL_SAFE=y
CONFIG_USB_SERIAL_SAFE_PADDED=y
# 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_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
CONFIG_USB_LEGOTOWER=y
CONFIG_USB_LCD=y
CONFIG_USB_BERRY_CHARGE=y
CONFIG_USB_LED=y
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGET is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
CONFIG_USB_APPLEDISPLAY=y
CONFIG_USB_SISUSBVGA=y
# CONFIG_USB_SISUSBVGA_CON is not set
CONFIG_USB_LD=y
# CONFIG_USB_TRANCEVIBRATOR is not set
CONFIG_USB_IOWARRIOR=y
# CONFIG_USB_TEST is not set
# CONFIG_USB_ATM is not set
# CONFIG_USB_GADGET is not set
CONFIG_MMC=y
CONFIG_MMC_DEBUG=y
CONFIG_MMC_UNSAFE_RESUME=y

#
# MMC/SD Card Drivers
#
# CONFIG_MMC_BLOCK is not set
# CONFIG_SDIO_UART is not set

#
# MMC/SD Host Controller Drivers
#
# CONFIG_MMC_SDHCI is not set
CONFIG_MMC_WBSD=y
CONFIG_MMC_TIFM_SD=y
CONFIG_NEW_LEDS=y
# CONFIG_LEDS_CLASS is not set

#
# LED drivers
#

#
# LED Triggers
#
# CONFIG_LEDS_TRIGGERS is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC=y

#
# Reporting subsystems
#
CONFIG_EDAC_DEBUG=y
# CONFIG_EDAC_MM_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y

#
# Conflicting RTC option has been selected, check GEN_RTC and RTC
#
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set

#
# RTC interfaces
#
# CONFIG_RTC_INTF_SYSFS is not set
CONFIG_RTC_INTF_PROC=y
# CONFIG_RTC_INTF_DEV is not set
# CONFIG_RTC_DRV_TEST is not set

#
# SPI RTC drivers
#
CONFIG_RTC_DRV_MAX6902=y
CONFIG_RTC_DRV_R9701=y
# CONFIG_RTC_DRV_RS5C348 is not set

#
# Platform RTC drivers
#
# CONFIG_RTC_DRV_CMOS is not set
CONFIG_RTC_DRV_DS1511=y
# CONFIG_RTC_DRV_DS1553 is not set
CONFIG_RTC_DRV_DS1742=y
CONFIG_RTC_DRV_STK17TA8=y
CONFIG_RTC_DRV_M48T86=y
CONFIG_RTC_DRV_M48T59=y
# CONFIG_RTC_DRV_V3020 is not set

#
# on-CPU RTC drivers
#
CONFIG_DMADEVICES=y

#
# DMA Devices
#
CONFIG_INTEL_IOATDMA=y
CONFIG_DMA_ENGINE=y

#
# DMA Clients
#
CONFIG_NET_DMA=y
CONFIG_DCA=y

#
# Userspace I/O
#
# CONFIG_UIO is not set

#
# Firmware Drivers
#
CONFIG_EDD=y
CONFIG_DELL_RBU=y
# CONFIG_DCDBAS is not set
# CONFIG_DMIID 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_EXT4DEV_FS=y
# CONFIG_EXT4DEV_FS_XATTR is not set
CONFIG_JBD=y
CONFIG_JBD_DEBUG=y
CONFIG_JBD2=y
CONFIG_JBD2_DEBUG=y
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=y
CONFIG_REISERFS_CHECK=y
# CONFIG_REISERFS_PROC_INFO is not set
CONFIG_REISERFS_FS_XATTR=y
# CONFIG_REISERFS_FS_POSIX_ACL is not set
# CONFIG_REISERFS_FS_SECURITY is not set
CONFIG_JFS_FS=y
CONFIG_JFS_POSIX_ACL=y
CONFIG_JFS_SECURITY=y
CONFIG_JFS_DEBUG=y
# CONFIG_JFS_STATISTICS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_XFS_FS=y
# CONFIG_XFS_QUOTA is not set
CONFIG_XFS_SECURITY=y
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
CONFIG_GFS2_FS=y
# CONFIG_GFS2_FS_LOCKING_NOLOCK is not set
CONFIG_GFS2_FS_LOCKING_DLM=y
CONFIG_OCFS2_FS=y
# CONFIG_OCFS2_DEBUG_MASKLOG is not set
CONFIG_OCFS2_DEBUG_FS=y
# CONFIG_DNOTIFY is not set
CONFIG_INOTIFY=y
# CONFIG_INOTIFY_USER is not set
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
CONFIG_PRINT_QUOTA_WARNING=y
CONFIG_QFMT_V1=y
# CONFIG_QFMT_V2 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 is not set
# CONFIG_ZISOFS is not set
# CONFIG_UDF_FS is not set

#
# 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=y
CONFIG_NTFS_DEBUG=y
CONFIG_NTFS_RW=y

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
# CONFIG_PROC_KCORE is not set
CONFIG_PROC_VMCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_CONFIGFS_FS=y

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
CONFIG_ECRYPT_FS=y
CONFIG_HFS_FS=y
# CONFIG_HFSPLUS_FS is not set
CONFIG_BEFS_FS=y
CONFIG_BEFS_DEBUG=y
# CONFIG_BFS_FS is not set
CONFIG_EFS_FS=y
# CONFIG_CRAMFS is not set
CONFIG_VXFS_FS=y
# CONFIG_MINIX_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V4=y
CONFIG_NFS_DIRECTIO=y
# CONFIG_NFSD is not set
# CONFIG_ROOT_NFS is not set
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
# CONFIG_SUNRPC_BIND34 is not set
CONFIG_RPCSEC_GSS_KRB5=y
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
CONFIG_NCP_FS=y
# CONFIG_NCPFS_PACKET_SIGNING is not set
# CONFIG_NCPFS_IOCTL_LOCKING is not set
# CONFIG_NCPFS_STRONG is not set
CONFIG_NCPFS_NFS_NS=y
# CONFIG_NCPFS_OS2_NS is not set
# CONFIG_NCPFS_SMALLDOS is not set
# CONFIG_NCPFS_NLS is not set
# CONFIG_NCPFS_EXTRAS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
CONFIG_AMIGA_PARTITION=y
CONFIG_ATARI_PARTITION=y
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
# CONFIG_UNIXWARE_DISKLABEL is not set
CONFIG_LDM_PARTITION=y
CONFIG_LDM_DEBUG=y
# CONFIG_SGI_PARTITION is not set
CONFIG_ULTRIX_PARTITION=y
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
# CONFIG_SYSV68_PARTITION is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
# CONFIG_NLS_CODEPAGE_437 is not set
CONFIG_NLS_CODEPAGE_737=y
CONFIG_NLS_CODEPAGE_775=y
CONFIG_NLS_CODEPAGE_850=y
CONFIG_NLS_CODEPAGE_852=y
CONFIG_NLS_CODEPAGE_855=y
# CONFIG_NLS_CODEPAGE_857 is not set
CONFIG_NLS_CODEPAGE_860=y
# CONFIG_NLS_CODEPAGE_861 is not set
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 is not set
CONFIG_NLS_CODEPAGE_949=y
# CONFIG_NLS_CODEPAGE_874 is not set
CONFIG_NLS_ISO8859_8=y
CONFIG_NLS_CODEPAGE_1250=y
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
CONFIG_NLS_ISO8859_4=y
CONFIG_NLS_ISO8859_5=y
# 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 is not set
# CONFIG_NLS_ISO8859_15 is not set
CONFIG_NLS_KOI8_R=y
CONFIG_NLS_KOI8_U=y
# CONFIG_NLS_UTF8 is not set
CONFIG_DLM=y
CONFIG_DLM_DEBUG=y

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
# CONFIG_PRINTK_TIME is not set
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_MAGIC_SYSRQ=y
CONFIG_UNUSED_SYMBOLS=y
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_SHIRQ=y
# CONFIG_DETECT_SOFTLOCKUP is not set
CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y
# CONFIG_TIMER_STATS is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=y
CONFIG_LOCKDEP=y
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_LOCKDEP is not set
CONFIG_TRACE_IRQFLAGS=y
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_HIGHMEM is not set
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_LIST is not set
CONFIG_DEBUG_SG=y
CONFIG_FRAME_POINTER=y
CONFIG_FORCED_INLINING=y
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
CONFIG_FAULT_INJECTION=y
CONFIG_FAILSLAB=y
CONFIG_FAIL_PAGE_ALLOC=y
# CONFIG_FAIL_MAKE_REQUEST is not set
# CONFIG_FAULT_INJECTION_DEBUG_FS is not set
# CONFIG_LATENCYTOP is not set
CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
CONFIG_SAMPLES=y
CONFIG_SAMPLE_KOBJECT=y
CONFIG_EARLY_PRINTK=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
CONFIG_DEBUG_STACK_USAGE=y
# CONFIG_DEBUG_PAGEALLOC is not set
CONFIG_DEBUG_RODATA=y
CONFIG_DEBUG_RODATA_TEST=y
CONFIG_4KSTACKS=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
CONFIG_DOUBLEFAULT=y
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
# CONFIG_IO_DELAY_0X80 is not set
CONFIG_IO_DELAY_0XED=y
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=1
# CONFIG_DEBUG_BOOT_PARAMS is not set
CONFIG_CPA_DEBUG=y

#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_DEBUG_PROC_KEYS=y
CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_NETWORK_XFRM=y
CONFIG_SECURITY_CAPABILITIES=y
CONFIG_SECURITY_FILE_CAPABILITIES=y
# CONFIG_SECURITY_ROOTPLUG is not set
CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
# CONFIG_SECURITY_SELINUX is not set
# CONFIG_SECURITY_SMACK is not set
CONFIG_CRYPTO=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_SEQIV=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_XCBC is not set
CONFIG_CRYPTO_NULL=y
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=y
# CONFIG_CRYPTO_SHA512 is not set
CONFIG_CRYPTO_WP512=y
CONFIG_CRYPTO_TGR192=y
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_PCBC is not set
CONFIG_CRYPTO_LRW=y
CONFIG_CRYPTO_XTS=y
CONFIG_CRYPTO_CTR=y
# CONFIG_CRYPTO_GCM is not set
CONFIG_CRYPTO_CCM=y
CONFIG_CRYPTO_CRYPTD=y
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_FCRYPT=y
# CONFIG_CRYPTO_BLOWFISH is not set
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_TWOFISH_COMMON=y
CONFIG_CRYPTO_TWOFISH_586=y
# CONFIG_CRYPTO_SERPENT is not set
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_AES_586 is not set
CONFIG_CRYPTO_CAST5=y
CONFIG_CRYPTO_CAST6=y
CONFIG_CRYPTO_TEA=y
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_KHAZAD=y
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_SEED=y
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_586 is not set
# CONFIG_CRYPTO_DEFLATE is not set
CONFIG_CRYPTO_MICHAEL_MIC=y
# CONFIG_CRYPTO_CRC32C is not set
CONFIG_CRYPTO_CAMELLIA=y
# CONFIG_CRYPTO_AUTHENC is not set
# CONFIG_CRYPTO_LZO is not set
CONFIG_CRYPTO_HW=y
CONFIG_CRYPTO_DEV_PADLOCK=y
# CONFIG_CRYPTO_DEV_PADLOCK_AES is not set
# CONFIG_CRYPTO_DEV_PADLOCK_SHA is not set
CONFIG_CRYPTO_DEV_GEODE=y
CONFIG_CRYPTO_DEV_HIFN_795X=y
CONFIG_CRYPTO_DEV_HIFN_795X_RNG=y
# CONFIG_VIRTUALIZATION is not set

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
CONFIG_AUDIT_GENERIC=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=y
CONFIG_TEXTSEARCH_BM=y
CONFIG_TEXTSEARCH_FSM=y
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y

[-- Attachment #3: crash.log --]
[-- Type: text/plain, Size: 71751 bytes --]

Linux version 2.6.24 (mingo@dione) (gcc version 4.2.2) #34 SMP Sat Feb 9 06:53:46 CET 2008
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
 BIOS-e820: 000000000009f800 - 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: 00000000e0000000 - 00000000f0000000 (reserved)
 BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
console [earlyser0] enabled
using polling idle threads.
using polling idle threads.
512MB HIGHMEM available.
511MB LOWMEM available.
Scan SMP from 40000000 for 1024 bytes.
Scan SMP from 4009fc00 for 1024 bytes.
Scan SMP from 400f0000 for 65536 bytes.
found SMP MP-table at [400f5680] 000f5680
Entering add_active_range(0, 0, 262128) 0 entries of 256 used
Zone PFN ranges:
  DMA             0 ->     4096
  Normal       4096 ->   131056
  HighMem    131056 ->   262128
Movable zone start PFN for each node
early_node_map[1] active PFN ranges
    0:        0 ->   262128
On node 0 totalpages: 262128
  DMA zone: 52 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 4044 pages, LIFO batch:0
  Normal zone: 1611 pages used for memmap
  Normal zone: 125349 pages, LIFO batch:31
  HighMem zone: 1664 pages used for memmap
  HighMem zone: 129408 pages, LIFO batch:31
  Movable zone: 0 pages used for memmap
DMI 2.3 present.
Nvidia board detected. Ignoring ACPI timer override.
If you got timer trouble try acpi_use_timer_override
Intel MultiProcessor Specification v1.4
    Virtual Wire compatibility mode.
OEM ID: OEM00000 Product ID: PROD00000000 APIC at: 0xFEE00000
Processor #0 15:3 APIC version 17
Processor #1 15:3 APIC version 17
I/O APIC #2 Version 17 at 0xFEC00000.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Processors: 2
Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000)
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 258801
Kernel command line: root=/dev/sda1 earlyprintk=serial,ttyS0,115200 console=tty console=ttyS0,115200 profile=0 debug initcall_debug enforcing=0 apic=verbose sysrq_always_enabled selinux=0 nmi_watchdog=2 idle=poll no_hz=off highres=0 nolapic lapic hpet=disable idle=mwait idle=poll highmem=512m acpi=off pci=noacpi
kernel profiling enabled (shift: 0)
debug: sysrq always enabled.
mapped APIC to ffffb000 (fee00000)
mapped IOAPIC to ffffa000 (fec00000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
CPU 0 irqstacks, hard=40d4b000 soft=40d43000
PID hash table entries: 2048 (order: 11, 8192 bytes)
Detected 2160.262 MHz processor.
spurious 8259A interrupt: IRQ7.
Console: colour VGA+ 80x25
console [tty0] enabled
console handover: boot [earlyser0] -> real [ttyS0]
Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
... MAX_LOCKDEP_SUBCLASSES:    8
... MAX_LOCK_DEPTH:          30
... MAX_LOCKDEP_KEYS:        2048
... CLASSHASH_SIZE:           1024
... MAX_LOCKDEP_ENTRIES:     8192
... MAX_LOCKDEP_CHAINS:      16384
... CHAINHASH_SIZE:          8192
 memory used by lock dependency info: 992 kB
 per task-struct memory footprint: 1200 bytes
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 982884k/1048512k available (8567k kernel code, 64424k reserved, 3535k data, 404k init, 524288k highmem)
virtual kernel memory layout:
    fixmap  : 0xfff4e000 - 0xfffff000   ( 708 kB)
    pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
    vmalloc : 0x60800000 - 0xff7fe000   (2543 MB)
    lowmem  : 0x40000000 - 0x5fff0000   ( 511 MB)
      .init : 0x40cdb000 - 0x40d40000   ( 404 kB)
      .data : 0x4095df04 - 0x40cd1be8   (3535 kB)
      .text : 0x40100000 - 0x4095df04   (8567 kB)
Checking if this processor honours the WP bit even in supervisor mode...Ok.
CPA: page pool initialized 16 of 16 pages preallocated
Calibrating delay using timer specific routine.. 4322.52 BogoMIPS (lpj=2161263)
Security Framework initialized
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU 0(2) -> Core 0
Compat vDSO mapped to ffffe000.
Checking 'hlt' instruction... OK.
CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
enabled ExtINT on CPU#0
lockdep: fixing up alternatives.
Booting processor 1/1 ip 4000
CPU 1 irqstacks, hard=40d4c000 soft=40d44000
Initializing CPU#1
masked ExtINT on CPU#1
Calibrating delay using timer specific routine.. 4319.79 BogoMIPS (lpj=2159896)
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 512K (64 bytes/line)
CPU 1(2) -> Core 1
CPU1: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
Total of 2 processors activated (8642.31 BogoMIPS).
ExtINT not setup in hardware but reported by MP table
ENABLING IO-APIC IRQs
init IO_APIC IRQs
 IO-APIC (apicid-pin) 2-0 not connected.
 IO-APIC (apicid-pin) 2-16, 2-17, 2-18, 2-19, 2-20, 2-21, 2-22, 2-23 not connected.
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=0 pin2=0
..MP-BIOS bug: 8254 timer not connected to IO-APIC
...trying to set up timer (IRQ0) through the 8259A ... 
..... (found pin 0) ...works.
number of MP IRQ sources: 17.
number of IO-APIC #2 registers: 24.
testing the IO APIC.......................
IO APIC #2......
.... register #00: 00000000
.......    : physical APIC id: 00
.......    : Delivery Type: 0
.......    : LTS          : 0
.... register #01: 00170011
.......     : max redirection entries: 0017
.......     : PRQ implemented: 0
.......     : IO APIC version: 0011
.... register #02: 00000000
.......     : arbitration: 00
.... IRQ redirection table:
 NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
 00 001 01  0    0    0   0   0    1    1    31
 01 001 01  0    0    0   0   0    1    1    39
 02 000 00  1    0    0   0   0    0    0    00
 03 001 01  1    1    0   1   0    1    1    41
 04 001 01  0    0    0   0   0    1    1    49
 05 001 01  1    1    0   1   0    1    1    51
 06 001 01  0    0    0   0   0    1    1    59
 07 001 01  0    0    0   0   0    1    1    61
 08 001 01  0    0    0   0   0    1    1    69
 09 001 01  0    0    0   0   0    1    1    71
 0a 001 01  0    0    0   0   0    1    1    79
 0b 001 01  1    1    0   1   0    1    1    81
 0c 001 01  0    0    0   0   0    1    1    89
 0d 001 01  0    0    0   0   0    1    1    91
 0e 001 01  0    0    0   0   0    1    1    99
 0f 001 01  0    0    0   0   0    1    1    A1
 10 000 00  1    0    0   0   0    0    0    00
 11 000 00  1    0    0   0   0    0    0    00
 12 000 00  1    0    0   0   0    0    0    00
 13 000 00  1    0    0   0   0    0    0    00
 14 000 00  1    0    0   0   0    0    0    00
 15 000 00  1    0    0   0   0    0    0    00
 16 000 00  1    0    0   0   0    0    0    00
 17 000 00  1    0    0   0   0    0    0    00
IRQ to pin mappings:
IRQ0 -> 0:0
IRQ1 -> 0:1
IRQ3 -> 0:3
IRQ4 -> 0:4
IRQ5 -> 0:5
IRQ6 -> 0:6
IRQ7 -> 0:7
IRQ8 -> 0:8
IRQ9 -> 0:9
IRQ10 -> 0:10
IRQ11 -> 0:11
IRQ12 -> 0:12
IRQ13 -> 0:13
IRQ14 -> 0:14
IRQ15 -> 0:15
.................................... done.
Using local APIC timer interrupts.
calibrating APIC timer ...
... lapic delta = 1349918
... PM timer delta = 0
..... delta 1349918
..... mult: 57987350
..... calibration result: 215986
..... CPU clock speed is 2159.0869 MHz.
..... host bus clock speed is 215.0986 MHz.
... verify APIC timer
... jiffies delta = 100
... jiffies result ok
Brought up 2 CPUs
CPU0 attaching sched-domain:
 domain 0: span 03
  groups: 01 02
CPU1 attaching sched-domain:
 domain 0: span 03
  groups: 02 01
khelper used greatest stack depth: 3036 bytes left
Calling initcall 0x40d0cc50: net_ns_init+0x0/0x1a0()
net_namespace: 224 bytes
initcall 0x40d0cc50: net_ns_init+0x0/0x1a0() returned 0.
initcall 0x40d0cc50 ran for 0 msecs: net_ns_init+0x0/0x1a0()
Calling initcall 0x40ce5dd0: reboot_init+0x0/0x20()
initcall 0x40ce5dd0: reboot_init+0x0/0x20() returned 0.
initcall 0x40ce5dd0 ran for 0 msecs: reboot_init+0x0/0x20()
Calling initcall 0x40ced130: sysctl_init+0x0/0x30()
initcall 0x40ced130: sysctl_init+0x0/0x30() returned 0.
initcall 0x40ced130 ran for 0 msecs: sysctl_init+0x0/0x30()
Calling initcall 0x40ced940: ksysfs_init+0x0/0xb0()
initcall 0x40ced940: ksysfs_init+0x0/0xb0() returned 0.
initcall 0x40ced940 ran for 0 msecs: ksysfs_init+0x0/0xb0()
Calling initcall 0x40cedd60: init_jiffies_clocksource+0x0/0x20()
initcall 0x40cedd60: init_jiffies_clocksource+0x0/0x20() returned 0.
initcall 0x40cedd60 ran for 0 msecs: init_jiffies_clocksource+0x0/0x20()
Calling initcall 0x40cee0d0: pm_init+0x0/0x40()
initcall 0x40cee0d0: pm_init+0x0/0x40() returned 0.
initcall 0x40cee0d0 ran for 0 msecs: pm_init+0x0/0x40()
Calling initcall 0x40cf0440: filelock_init+0x0/0x30()
initcall 0x40cf0440: filelock_init+0x0/0x30() returned 0.
initcall 0x40cf0440 ran for 0 msecs: filelock_init+0x0/0x30()
Calling initcall 0x40cf0dd0: init_aout_binfmt+0x0/0x20()
initcall 0x40cf0dd0: init_aout_binfmt+0x0/0x20() returned 0.
initcall 0x40cf0dd0 ran for 0 msecs: init_aout_binfmt+0x0/0x20()
Calling initcall 0x40cf0df0: init_misc_binfmt+0x0/0x40()
initcall 0x40cf0df0: init_misc_binfmt+0x0/0x40() returned 0.
initcall 0x40cf0df0 ran for 0 msecs: init_misc_binfmt+0x0/0x40()
Calling initcall 0x40cf0e30: init_script_binfmt+0x0/0x20()
initcall 0x40cf0e30: init_script_binfmt+0x0/0x20() returned 0.
initcall 0x40cf0e30 ran for 0 msecs: init_script_binfmt+0x0/0x20()
Calling initcall 0x40cf0e50: init_elf_binfmt+0x0/0x20()
initcall 0x40cf0e50: init_elf_binfmt+0x0/0x20() returned 0.
initcall 0x40cf0e50 ran for 0 msecs: init_elf_binfmt+0x0/0x20()
Calling initcall 0x40cf41f0: debugfs_init+0x0/0x60()
initcall 0x40cf41f0: debugfs_init+0x0/0x60() returned 0.
initcall 0x40cf41f0 ran for 0 msecs: debugfs_init+0x0/0x60()
Calling initcall 0x40cf4d00: securityfs_init+0x0/0x60()
initcall 0x40cf4d00: securityfs_init+0x0/0x60() returned 0.
initcall 0x40cf4d00 ran for 0 msecs: securityfs_init+0x0/0x60()
Calling initcall 0x40cf5d60: random32_init+0x0/0x50()
initcall 0x40cf5d60: random32_init+0x0/0x50() returned 0.
initcall 0x40cf5d60 ran for 0 msecs: random32_init+0x0/0x50()
Calling initcall 0x40d0cb10: sock_init+0x0/0x60()
initcall 0x40d0cb10: sock_init+0x0/0x60() returned 0.
initcall 0x40d0cb10 ran for 0 msecs: sock_init+0x0/0x60()
Calling initcall 0x40d0d580: netpoll_init+0x0/0x40()
initcall 0x40d0d580: netpoll_init+0x0/0x40() returned 0.
initcall 0x40d0d580 ran for 0 msecs: netpoll_init+0x0/0x40()
Calling initcall 0x40d0d980: netlink_proto_init+0x0/0x150()
NET: Registered protocol family 16
initcall 0x40d0d980: netlink_proto_init+0x0/0x150() returned 0.
initcall 0x40d0d980 ran for 0 msecs: netlink_proto_init+0x0/0x150()
Calling initcall 0x40cf5c00: kobject_uevent_init+0x0/0x50()
initcall 0x40cf5c00: kobject_uevent_init+0x0/0x50() returned 0.
initcall 0x40cf5c00 ran for 0 msecs: kobject_uevent_init+0x0/0x50()
Calling initcall 0x40cf5fe0: pcibus_class_init+0x0/0x20()
initcall 0x40cf5fe0: pcibus_class_init+0x0/0x20() returned 0.
initcall 0x40cf5fe0 ran for 0 msecs: pcibus_class_init+0x0/0x20()
Calling initcall 0x40cf66e0: pci_driver_init+0x0/0x20()
initcall 0x40cf66e0: pci_driver_init+0x0/0x20() returned 0.
initcall 0x40cf66e0 ran for 0 msecs: pci_driver_init+0x0/0x20()
Calling initcall 0x40cf6e40: backlight_class_init+0x0/0x50()
initcall 0x40cf6e40: backlight_class_init+0x0/0x50() returned 0.
initcall 0x40cf6e40 ran for 0 msecs: backlight_class_init+0x0/0x50()
Calling initcall 0x40cfa9c0: dock_init+0x0/0x50()
ACPI Exception (utmutex-0263): AE_BAD_PARAMETER, Thread 5F815410 could not acquire Mutex [1] [20070126]
No dock devices found.
initcall 0x40cfa9c0: dock_init+0x0/0x50() returned 0.
initcall 0x40cfa9c0 ran for 3 msecs: dock_init+0x0/0x50()
Calling initcall 0x40cfaa10: bay_init+0x0/0x50()
ACPI Exception (utmutex-0263): AE_BAD_PARAMETER, Thread 5F815410 could not acquire Mutex [1] [20070126]
initcall 0x40cfaa10: bay_init+0x0/0x50() returned -19.
initcall 0x40cfaa10 ran for 2 msecs: bay_init+0x0/0x50()
Calling initcall 0x40cfc010: tty_class_init+0x0/0x30()
initcall 0x40cfc010: tty_class_init+0x0/0x30() returned 0.
initcall 0x40cfc010 ran for 0 msecs: tty_class_init+0x0/0x30()
Calling initcall 0x40cfc970: vtconsole_class_init+0x0/0xc0()
initcall 0x40cfc970: vtconsole_class_init+0x0/0xc0() returned 0.
initcall 0x40cfc970 ran for 0 msecs: vtconsole_class_init+0x0/0xc0()
Calling initcall 0x40ce3bd0: arch_kdebugfs_init+0x0/0x10()
initcall 0x40ce3bd0: arch_kdebugfs_init+0x0/0x10() returned 0.
initcall 0x40ce3bd0 ran for 0 msecs: arch_kdebugfs_init+0x0/0x10()
Calling initcall 0x40ce3da0: init_pit_clocksource+0x0/0xb0()
initcall 0x40ce3da0: init_pit_clocksource+0x0/0xb0() returned 0.
initcall 0x40ce3da0 ran for 0 msecs: init_pit_clocksource+0x0/0xb0()
Calling initcall 0x40ce4c10: mtrr_if_init+0x0/0x60()
initcall 0x40ce4c10: mtrr_if_init+0x0/0x60() returned 0.
initcall 0x40ce4c10 ran for 0 msecs: mtrr_if_init+0x0/0x60()
Calling initcall 0x40ce5cd0: ffh_cstate_init+0x0/0x40()
initcall 0x40ce5cd0: ffh_cstate_init+0x0/0x40() returned -1.
initcall 0x40ce5cd0 ran for 0 msecs: ffh_cstate_init+0x0/0x40()
initcall at 0x40ce5cd0: ffh_cstate_init+0x0/0x40(): returned with error code -1
Calling initcall 0x40ceae30: kdump_buf_page_init+0x0/0x40()
initcall 0x40ceae30: kdump_buf_page_init+0x0/0x40() returned 0.
initcall 0x40ceae30 ran for 0 msecs: kdump_buf_page_init+0x0/0x40()
Calling initcall 0x40cf6cb0: acpi_pci_init+0x0/0x50()
initcall 0x40cf6cb0: acpi_pci_init+0x0/0x50() returned 0.
initcall 0x40cf6cb0 ran for 0 msecs: acpi_pci_init+0x0/0x50()
Calling initcall 0x40cfa650: init_acpi_device_notify+0x0/0x50()
initcall 0x40cfa650: init_acpi_device_notify+0x0/0x50() returned 0.
initcall 0x40cfa650 ran for 0 msecs: init_acpi_device_notify+0x0/0x50()
Calling initcall 0x40d0bb50: pci_access_init+0x0/0x40()
PCI: Using configuration type 1
initcall 0x40d0bb50: pci_access_init+0x0/0x40() returned 0.
initcall 0x40d0bb50 ran for 0 msecs: pci_access_init+0x0/0x40()
Calling initcall 0x40ce2230: request_standard_resources+0x0/0x80()
Setting up standard PCI resources
initcall 0x40ce2230: request_standard_resources+0x0/0x80() returned 0.
initcall 0x40ce2230 ran for 3 msecs: request_standard_resources+0x0/0x80()
Calling initcall 0x40ce3b90: topology_init+0x0/0x40()
initcall 0x40ce3b90: topology_init+0x0/0x40() returned 0.
initcall 0x40ce3b90 ran for 0 msecs: topology_init+0x0/0x40()
Calling initcall 0x40ce47f0: mtrr_init_finialize+0x0/0x40()
initcall 0x40ce47f0: mtrr_init_finialize+0x0/0x40() returned 0.
initcall 0x40ce47f0 ran for 0 msecs: mtrr_init_finialize+0x0/0x40()
Calling initcall 0x40ced5b0: param_sysfs_init+0x0/0x190()
initcall 0x40ced5b0: param_sysfs_init+0x0/0x190() returned 0.
initcall 0x40ced5b0 ran for 13 msecs: param_sysfs_init+0x0/0x190()
Calling initcall 0x4014d8c0: pm_sysrq_init+0x0/0x20()
initcall 0x4014d8c0: pm_sysrq_init+0x0/0x20() returned 0.
initcall 0x4014d8c0 ran for 0 msecs: pm_sysrq_init+0x0/0x20()
Calling initcall 0x40ceffa0: readahead_init+0x0/0x20()
initcall 0x40ceffa0: readahead_init+0x0/0x20() returned 0.
initcall 0x40ceffa0 ran for 0 msecs: readahead_init+0x0/0x20()
Calling initcall 0x40cf0b50: init_bio+0x0/0xf0()
initcall 0x40cf0b50: init_bio+0x0/0xf0() returned 0.
initcall 0x40cf0b50 ran for 0 msecs: init_bio+0x0/0xf0()
Calling initcall 0x40cf58f0: blk_settings_init+0x0/0x30()
initcall 0x40cf58f0: blk_settings_init+0x0/0x30() returned 0.
initcall 0x40cf58f0 ran for 0 msecs: blk_settings_init+0x0/0x30()
Calling initcall 0x40cf5920: blk_ioc_init+0x0/0x30()
initcall 0x40cf5920: blk_ioc_init+0x0/0x30() returned 0.
initcall 0x40cf5920 ran for 0 msecs: blk_ioc_init+0x0/0x30()
Calling initcall 0x40cf5950: genhd_device_init+0x0/0x30()
initcall 0x40cf5950: genhd_device_init+0x0/0x30() returned 0.
initcall 0x40cf5950 ran for 0 msecs: genhd_device_init+0x0/0x30()
Calling initcall 0x40cf6d00: fbmem_init+0x0/0x90()
initcall 0x40cf6d00: fbmem_init+0x0/0x90() returned 0.
initcall 0x40cf6d00 ran for 0 msecs: fbmem_init+0x0/0x90()
Calling initcall 0x40cfa430: acpi_init+0x0/0x220()
ACPI: Interpreter disabled.
initcall 0x40cfa430: acpi_init+0x0/0x220() returned -19.
initcall 0x40cfa430 ran for 0 msecs: acpi_init+0x0/0x220()
Calling initcall 0x40cfa6a0: acpi_scan_init+0x0/0x100()
initcall 0x40cfa6a0: acpi_scan_init+0x0/0x100() returned 0.
initcall 0x40cfa6a0 ran for 0 msecs: acpi_scan_init+0x0/0x100()
Calling initcall 0x40cfa7a0: acpi_ec_init+0x0/0x60()
initcall 0x40cfa7a0: acpi_ec_init+0x0/0x60() returned 0.
initcall 0x40cfa7a0 ran for 0 msecs: acpi_ec_init+0x0/0x60()
Calling initcall 0x40cfaa60: acpi_pci_root_init+0x0/0x30()
initcall 0x40cfaa60: acpi_pci_root_init+0x0/0x30() returned 0.
initcall 0x40cfaa60 ran for 0 msecs: acpi_pci_root_init+0x0/0x30()
Calling initcall 0x40cfabc0: acpi_pci_link_init+0x0/0x50()
initcall 0x40cfabc0: acpi_pci_link_init+0x0/0x50() returned 0.
initcall 0x40cfabc0 ran for 0 msecs: acpi_pci_link_init+0x0/0x50()
Calling initcall 0x40cfaca0: acpi_power_init+0x0/0x70()
initcall 0x40cfaca0: acpi_power_init+0x0/0x70() returned 0.
initcall 0x40cfaca0 ran for 0 msecs: acpi_power_init+0x0/0x70()
Calling initcall 0x40cfae30: acpi_system_init+0x0/0x170()
initcall 0x40cfae30: acpi_system_init+0x0/0x170() returned 0.
initcall 0x40cfae30 ran for 0 msecs: acpi_system_init+0x0/0x170()
Calling initcall 0x40cfaff0: acpi_wmi_init+0x0/0x50()
initcall 0x40cfaff0: acpi_wmi_init+0x0/0x50() returned -19.
initcall 0x40cfaff0 ran for 0 msecs: acpi_wmi_init+0x0/0x50()
Calling initcall 0x40cfb340: pnp_init+0x0/0x20()
Linux Plug and Play Support v0.97 (c) Adam Belay
initcall 0x40cfb340: pnp_init+0x0/0x20() returned 0.
initcall 0x40cfb340 ran for 0 msecs: pnp_init+0x0/0x20()
Calling initcall 0x40cfb5b0: pnpacpi_init+0x0/0x90()
pnp: PnP ACPI: disabled
initcall 0x40cfb5b0: pnpacpi_init+0x0/0x90() returned 0.
initcall 0x40cfb5b0 ran for 0 msecs: pnpacpi_init+0x0/0x90()
Calling initcall 0x40cfc460: misc_init+0x0/0x80()
initcall 0x40cfc460: misc_init+0x0/0x80() returned 0.
initcall 0x40cfc460 ran for 0 msecs: misc_init+0x0/0x80()
Calling initcall 0x4092f230: cn_init+0x0/0xc0()
initcall 0x4092f230: cn_init+0x0/0xc0() returned 0.
initcall 0x4092f230 ran for 0 msecs: cn_init+0x0/0xc0()
Calling initcall 0x40cffd90: tifm_init+0x0/0x90()
initcall 0x40cffd90: tifm_init+0x0/0x90() returned 0.
initcall 0x40cffd90 ran for 0 msecs: tifm_init+0x0/0x90()
Calling initcall 0x40d00db0: phy_init+0x0/0x40()
initcall 0x40d00db0: phy_init+0x0/0x40() returned 0.
initcall 0x40d00db0 ran for 0 msecs: phy_init+0x0/0x40()
Calling initcall 0x40d03e50: init_scsi+0x0/0xa0()
SCSI subsystem initialized
initcall 0x40d03e50: init_scsi+0x0/0xa0() returned 0.
initcall 0x40d03e50 ran for 0 msecs: init_scsi+0x0/0xa0()
Calling initcall 0x40d047e0: ata_init+0x0/0x90()
libata version 3.00 loaded.
initcall 0x40d047e0: ata_init+0x0/0x90() returned 0.
initcall 0x40d047e0 ran for 0 msecs: ata_init+0x0/0x90()
Calling initcall 0x40d05bf0: spi_init+0x0/0x80()
initcall 0x40d05bf0: spi_init+0x0/0x80() returned 0.
initcall 0x40d05bf0 ran for 0 msecs: spi_init+0x0/0x80()
Calling initcall 0x40d06010: usb_init+0x0/0x120()
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
initcall 0x40d06010: usb_init+0x0/0x120() returned 0.
initcall 0x40d06010 ran for 2 msecs: usb_init+0x0/0x120()
Calling initcall 0x40d07930: serio_init+0x0/0x90()
initcall 0x40d07930: serio_init+0x0/0x90() returned 0.
initcall 0x40d07930 ran for 0 msecs: serio_init+0x0/0x90()
Calling initcall 0x40d07f30: input_init+0x0/0x110()
initcall 0x40d07f30: input_init+0x0/0x110() returned 0.
initcall 0x40d07f30 ran for 0 msecs: input_init+0x0/0x110()
Calling initcall 0x40d083b0: rtc_init+0x0/0x60()
initcall 0x40d083b0: rtc_init+0x0/0x60() returned 0.
initcall 0x40d083b0 ran for 0 msecs: rtc_init+0x0/0x60()
Calling initcall 0x40d087b0: thermal_init+0x0/0x50()
initcall 0x40d087b0: thermal_init+0x0/0x50() returned 0.
initcall 0x40d087b0 ran for 0 msecs: thermal_init+0x0/0x50()
Calling initcall 0x40d09800: md_init+0x0/0xd0()
initcall 0x40d09800: md_init+0x0/0xd0() returned 0.
initcall 0x40d09800 ran for 0 msecs: md_init+0x0/0xd0()
Calling initcall 0x40d0a6e0: mmc_init+0x0/0x90()
initcall 0x40d0a6e0: mmc_init+0x0/0x90() returned 0.
initcall 0x40d0a6e0 ran for 0 msecs: mmc_init+0x0/0x90()
Calling initcall 0x40d0b690: dma_bus_init+0x0/0x30()
initcall 0x40d0b690: dma_bus_init+0x0/0x30() returned 0.
initcall 0x40d0b690 ran for 0 msecs: dma_bus_init+0x0/0x30()
Calling initcall 0x40d0b7f0: ac97_bus_init+0x0/0x20()
initcall 0x40d0b7f0: ac97_bus_init+0x0/0x20() returned 0.
initcall 0x40d0b7f0 ran for 0 msecs: ac97_bus_init+0x0/0x20()
Calling initcall 0x40d0be70: pci_acpi_init+0x0/0xd0()
initcall 0x40d0be70: pci_acpi_init+0x0/0xd0() returned 0.
initcall 0x40d0be70 ran for 0 msecs: pci_acpi_init+0x0/0xd0()
Calling initcall 0x40d0bf40: pci_legacy_init+0x0/0xf0()
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Transparent bridge - 0000:00:09.0
initcall 0x40d0bf40: pci_legacy_init+0x0/0xf0() returned 0.
initcall 0x40d0bf40 ran for 6 msecs: pci_legacy_init+0x0/0xf0()
Calling initcall 0x40d0c5b0: pcibios_irq_init+0x0/0x4e0()
PCI: Using IRQ router default [10de/005e] at 0000:00:00.0
PCI->APIC IRQ transform: 0000:00:04.0[A] -> IRQ 3
PCI->APIC IRQ transform: 0000:00:0a.0[A] -> IRQ 11
PCI->APIC IRQ transform: 0000:05:07.0[A] -> IRQ 11
PCI->APIC IRQ transform: 0000:01:00.0[A] -> IRQ 5
initcall 0x40d0c5b0: pcibios_irq_init+0x0/0x4e0() returned 0.
initcall 0x40d0c5b0 ran for 4 msecs: pcibios_irq_init+0x0/0x4e0()
Calling initcall 0x40d0ca90: pcibios_init+0x0/0x80()
initcall 0x40d0ca90: pcibios_init+0x0/0x80() returned 0.
initcall 0x40d0ca90 ran for 0 msecs: pcibios_init+0x0/0x80()
Calling initcall 0x40d0cbd0: proto_init+0x0/0x30()
initcall 0x40d0cbd0: proto_init+0x0/0x30() returned 0.
initcall 0x40d0cbd0 ran for 0 msecs: proto_init+0x0/0x30()
Calling initcall 0x40d0d0b0: net_dev_init+0x0/0x170()
initcall 0x40d0d0b0: net_dev_init+0x0/0x170() returned 0.
initcall 0x40d0d0b0 ran for 0 msecs: net_dev_init+0x0/0x170()
Calling initcall 0x40d0d290: neigh_init+0x0/0x70()
initcall 0x40d0d290: neigh_init+0x0/0x70() returned 0.
initcall 0x40d0d290 ran for 0 msecs: neigh_init+0x0/0x70()
Calling initcall 0x40d0d690: pktsched_init+0x0/0xb0()
initcall 0x40d0d690: pktsched_init+0x0/0xb0() returned 0.
initcall 0x40d0d690 ran for 0 msecs: pktsched_init+0x0/0xb0()
Calling initcall 0x40d0d760: tc_filter_init+0x0/0x50()
initcall 0x40d0d760: tc_filter_init+0x0/0x50() returned 0.
initcall 0x40d0d760 ran for 0 msecs: tc_filter_init+0x0/0x50()
Calling initcall 0x40d0dad0: genl_init+0x0/0xc0()
initcall 0x40d0dad0: genl_init+0x0/0xc0() returned 0.
initcall 0x40d0dad0 ran for 0 msecs: genl_init+0x0/0xc0()
Calling initcall 0x40d101a0: cipso_v4_init+0x0/0x80()
initcall 0x40d101a0: cipso_v4_init+0x0/0x80() returned 0.
initcall 0x40d101a0 ran for 0 msecs: cipso_v4_init+0x0/0x80()
Calling initcall 0x40d10830: wanrouter_init+0x0/0x50()
Sangoma WANPIPE Router v1.1 (c) 1995-2000 Sangoma Technologies Inc.
initcall 0x40d10830: wanrouter_init+0x0/0x50() returned 0.
initcall 0x40d10830 ran for 0 msecs: wanrouter_init+0x0/0x50()
Calling initcall 0x40d10c80: irda_init+0x0/0xa0()
NET: Registered protocol family 23
initcall 0x40d10c80: irda_init+0x0/0xa0() returned 0.
initcall 0x40d10c80 ran for 0 msecs: irda_init+0x0/0xa0()
Calling initcall 0x40d10fe0: bt_init+0x0/0x60()
Bluetooth: Core ver 2.11
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
initcall 0x40d10fe0: bt_init+0x0/0x60() returned 0.
initcall 0x40d10fe0 ran for 3 msecs: bt_init+0x0/0x60()
Calling initcall 0x40d11600: atm_init+0x0/0xb0()
NET: Registered protocol family 8
NET: Registered protocol family 20
initcall 0x40d11600: atm_init+0x0/0xb0() returned 0.
initcall 0x40d11600 ran for 1 msecs: atm_init+0x0/0xb0()
Calling initcall 0x40d12690: wireless_nlevent_init+0x0/0x40()
initcall 0x40d12690: wireless_nlevent_init+0x0/0x40() returned 0.
initcall 0x40d12690 ran for 0 msecs: wireless_nlevent_init+0x0/0x40()
Calling initcall 0x408de200: cfg80211_init+0x0/0x60()
initcall 0x408de200: cfg80211_init+0x0/0x60() returned 0.
initcall 0x408de200 ran for 0 msecs: cfg80211_init+0x0/0x60()
Calling initcall 0x40d126d0: ieee80211_init+0x0/0x60()
initcall 0x40d126d0: ieee80211_init+0x0/0x60() returned 0.
initcall 0x40d126d0 ran for 0 msecs: ieee80211_init+0x0/0x60()
Calling initcall 0x40d128c0: netlbl_init+0x0/0x80()
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
initcall 0x40d128c0: netlbl_init+0x0/0x80() returned 0.
initcall 0x40d128c0 ran for 3 msecs: netlbl_init+0x0/0x80()
Calling initcall 0x40d12940: rfkill_init+0x0/0x60()
initcall 0x40d12940: rfkill_init+0x0/0x60() returned 0.
initcall 0x40d12940 ran for 0 msecs: rfkill_init+0x0/0x60()
Calling initcall 0x40d129c0: sysctl_init+0x0/0x30()
initcall 0x40d129c0: sysctl_init+0x0/0x30() returned 0.
initcall 0x40d129c0 ran for 0 msecs: sysctl_init+0x0/0x30()
Calling initcall 0x40cedc30: clocksource_done_booting+0x0/0x20()
initcall 0x40cedc30: clocksource_done_booting+0x0/0x20() returned 0.
initcall 0x40cedc30 ran for 0 msecs: clocksource_done_booting+0x0/0x20()
Calling initcall 0x40cf03c0: init_pipe_fs+0x0/0x50()
initcall 0x40cf03c0: init_pipe_fs+0x0/0x50() returned 0.
initcall 0x40cf03c0 ran for 0 msecs: init_pipe_fs+0x0/0x50()
Calling initcall 0x40cf0cd0: anon_inode_init+0x0/0x100()
initcall 0x40cf0cd0: anon_inode_init+0x0/0x100() returned 0.
initcall 0x40cf0cd0 ran for 0 msecs: anon_inode_init+0x0/0x100()
Calling initcall 0x40cfafa0: acpi_event_init+0x0/0x50()
initcall 0x40cfafa0: acpi_event_init+0x0/0x50() returned 0.
initcall 0x40cfafa0 ran for 0 msecs: acpi_event_init+0x0/0x50()
Calling initcall 0x40cfb4a0: pnp_system_init+0x0/0x20()
pnp: the driver 'system' has been registered
initcall 0x40cfb4a0: pnp_system_init+0x0/0x20() returned 0.
initcall 0x40cfb4a0 ran for 0 msecs: pnp_system_init+0x0/0x20()
Calling initcall 0x40cfbf00: chr_dev_init+0x0/0xc0()
initcall 0x40cfbf00: chr_dev_init+0x0/0xc0() returned 0.
initcall 0x40cfbf00 ran for 0 msecs: chr_dev_init+0x0/0xc0()
Calling initcall 0x40cfeac0: firmware_class_init+0x0/0x80()
initcall 0x40cfeac0: firmware_class_init+0x0/0x80() returned 0.
initcall 0x40cfeac0 ran for 0 msecs: firmware_class_init+0x0/0x80()
Calling initcall 0x40d011a0: loopback_init+0x0/0x20()
initcall 0x40d011a0: loopback_init+0x0/0x20() returned 0.
initcall 0x40d011a0 ran for 0 msecs: loopback_init+0x0/0x20()
Calling initcall 0x40d0b4b0: init_acpi_pm_clocksource+0x0/0x1e0()
initcall 0x40d0b4b0: init_acpi_pm_clocksource+0x0/0x1e0() returned -19.
initcall 0x40d0b4b0 ran for 0 msecs: init_acpi_pm_clocksource+0x0/0x1e0()
Calling initcall 0x40d0b750: ssb_modinit+0x0/0x80()
initcall 0x40d0b750: ssb_modinit+0x0/0x80() returned 0.
initcall 0x40d0b750 ran for 0 msecs: ssb_modinit+0x0/0x80()
Calling initcall 0x40d0b810: pcibios_assign_resources+0x0/0x90()
PCI: Bridge: 0000:00:09.0
  IO window: c000-cfff
  MEM window: 0xda000000-0xda0fffff
  PREFETCH window: disabled.
PCI: Bridge: 0000:00:0b.0
  IO window: disabled.
  MEM window: disabled.
  PREFETCH window: disabled.
PCI: Bridge: 0000:00:0c.0
  IO window: disabled.
  MEM window: disabled.
  PREFETCH window: disabled.
PCI: Bridge: 0000:00:0d.0
  IO window: disabled.
  MEM window: disabled.
  PREFETCH window: disabled.
PCI: Bridge: 0000:00:0e.0
  IO window: b000-bfff
  MEM window: 0xd8000000-0xd9ffffff
  PREFETCH window: 0x00000000d0000000-0x00000000d7ffffff
PCI: Setting latency timer of device 0000:00:09.0 to 64
PCI: Setting latency timer of device 0000:00:0b.0 to 64
PCI: Setting latency timer of device 0000:00:0c.0 to 64
PCI: Setting latency timer of device 0000:00:0d.0 to 64
PCI: Setting latency timer of device 0000:00:0e.0 to 64
initcall 0x40d0b810: pcibios_assign_resources+0x0/0x90() returned 0.
initcall 0x40d0b810 ran for 23 msecs: pcibios_assign_resources+0x0/0x90()
Calling initcall 0x40d0e7d0: inet_init+0x0/0x2f0()
NET: Registered protocol family 2
IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
TCP established hash table entries: 65536 (order: 7, 524288 bytes)
TCP bind hash table entries: 65536 (order: 9, 2097152 bytes)
TCP: Hash tables configured (established 65536 bind 65536)
TCP reno registered
initcall 0x40d0e7d0: inet_init+0x0/0x2f0() returned 0.
initcall 0x40d0e7d0 ran for 13 msecs: inet_init+0x0/0x2f0()
Calling initcall 0x40ce1680: populate_rootfs+0x0/0xf0()
initcall 0x40ce1680: populate_rootfs+0x0/0xf0() returned 0.
initcall 0x40ce1680 ran for 0 msecs: populate_rootfs+0x0/0xf0()
Calling initcall 0x40ce2900: i8259A_init_sysfs+0x0/0x30()
initcall 0x40ce2900: i8259A_init_sysfs+0x0/0x30() returned 0.
initcall 0x40ce2900 ran for 0 msecs: i8259A_init_sysfs+0x0/0x30()
Calling initcall 0x40ce2aa0: sbf_init+0x0/0xe0()
initcall 0x40ce2aa0: sbf_init+0x0/0xe0() returned 0.
initcall 0x40ce2aa0 ran for 0 msecs: sbf_init+0x0/0xe0()
Calling initcall 0x40ce3b60: i8237A_init_sysfs+0x0/0x30()
initcall 0x40ce3b60: i8237A_init_sysfs+0x0/0x30() returned 0.
initcall 0x40ce3b60 ran for 0 msecs: i8237A_init_sysfs+0x0/0x30()
Calling initcall 0x409547a0: cache_sysfs_init+0x0/0x60()
initcall 0x409547a0: cache_sysfs_init+0x0/0x60() returned 0.
initcall 0x409547a0 ran for 0 msecs: cache_sysfs_init+0x0/0x60()
Calling initcall 0x40ce5e20: cpuid_init+0x0/0x110()
initcall 0x40ce5e20: cpuid_init+0x0/0x110() returned 0.
initcall 0x40ce5e20 ran for 0 msecs: cpuid_init+0x0/0x110()
Calling initcall 0x40ce5f30: microcode_init+0x0/0xd0()
microcode: CPU0 not a capable Intel processor
microcode: CPU1 not a capable Intel processor
IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
initcall 0x40ce5f30: microcode_init+0x0/0xd0() returned 0.
initcall 0x40ce5f30 ran for 11 msecs: microcode_init+0x0/0xd0()
Calling initcall 0x40ce6750: apm_init+0x0/0x460()
apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
apm: disabled - APM is not SMP safe.
initcall 0x40ce6750: apm_init+0x0/0x460() returned -19.
initcall 0x40ce6750 ran for 7 msecs: apm_init+0x0/0x460()
Calling initcall 0x40ce80a0: init_lapic_sysfs+0x0/0x40()
initcall 0x40ce80a0: init_lapic_sysfs+0x0/0x40() returned 0.
initcall 0x40ce80a0 ran for 0 msecs: init_lapic_sysfs+0x0/0x40()
Calling initcall 0x40cea810: ioapic_init_sysfs+0x0/0xf0()
initcall 0x40cea810: ioapic_init_sysfs+0x0/0xf0() returned 0.
initcall 0x40cea810 ran for 0 msecs: ioapic_init_sysfs+0x0/0xf0()
Calling initcall 0x40ceb1a0: scx200_init+0x0/0x30()
scx200: NatSemi SCx200 Driver
initcall 0x40ceb1a0: scx200_init+0x0/0x30() returned 0.
initcall 0x40ceb1a0 ran for 2 msecs: scx200_init+0x0/0x30()
Calling initcall 0x40117d90: start_pageattr_test+0x0/0x30()
initcall 0x40117d90: start_pageattr_test+0x0/0x30() returned 0.
initcall 0x40117d90 ran for 0 msecs: start_pageattr_test+0x0/0x30()
Calling initcall 0x40cebf30<4>Clocksource tsc unstable (delta = 485414991 ns)
: init+0x0/0x20()
initcall 0x40cebf30: init+0x0/0x20() returned 0.
initcall 0x40cebf30 ran for 0 msecs: init+0x0/0x20()
Calling initcall 0x40cec2e0: init_sched_debug_procfs+0x0/0x40()
initcall 0x40cec2e0: init_sched_debug_procfs+0x0/0x40() returned 0.
initcall 0x40cec2e0 ran for 0 msecs: init_sched_debug_procfs+0x0/0x40()
Calling initcall 0x40cecd80: create_proc_profile+0x0/0x1c0()
initcall 0x40cecd80: create_proc_profile+0x0/0x1c0() returned 0.
initcall 0x40cecd80 ran for 0 msecs: create_proc_profile+0x0/0x1c0()
Calling initcall 0x40ced010: ioresources_init+0x0/0x40()
initcall 0x40ced010: ioresources_init+0x0/0x40() returned 0.
initcall 0x40ced010 ran for 0 msecs: ioresources_init+0x0/0x40()
Calling initcall 0x40ced1a0: uid_cache_init+0x0/0x80()
initcall 0x40ced1a0: uid_cache_init+0x0/0x80() returned 0.
initcall 0x40ced1a0 ran for 0 msecs: uid_cache_init+0x0/0x80()
Calling initcall 0x40ced740: init_posix_timers+0x0/0x90()
initcall 0x40ced740: init_posix_timers+0x0/0x90() returned 0.
initcall 0x40ced740 ran for 0 msecs: init_posix_timers+0x0/0x90()
Calling initcall 0x40ced7d0: init_posix_cpu_timers+0x0/0xa0()
initcall 0x40ced7d0: init_posix_cpu_timers+0x0/0xa0() returned 0.
initcall 0x40ced7d0 ran for 0 msecs: init_posix_cpu_timers+0x0/0xa0()
Calling initcall 0x40ced910: nsproxy_cache_init+0x0/0x30()
initcall 0x40ced910: nsproxy_cache_init+0x0/0x30() returned 0.
initcall 0x40ced910 ran for 0 msecs: nsproxy_cache_init+0x0/0x30()
Calling initcall 0x40ceda90: timekeeping_init_device+0x0/0x30()
initcall 0x40ceda90: timekeeping_init_device+0x0/0x30() returned 0.
initcall 0x40ceda90 ran for 0 msecs: timekeeping_init_device+0x0/0x30()
Calling initcall 0x40cedc50: init_clocksource_sysfs+0x0/0x60()
initcall 0x40cedc50: init_clocksource_sysfs+0x0/0x60() returned 0.
initcall 0x40cedc50 ran for 0 msecs: init_clocksource_sysfs+0x0/0x60()
Calling initcall 0x40cedd80: init_timer_list_procfs+0x0/0x40()
initcall 0x40cedd80: init_timer_list_procfs+0x0/0x40() returned 0.
initcall 0x40cedd80 ran for 0 msecs: init_timer_list_procfs+0x0/0x40()
Calling initcall 0x40cedee0: lockdep_proc_init+0x0/0x50()
initcall 0x40cedee0: lockdep_proc_init+0x0/0x50() returned 0.
initcall 0x40cedee0 ran for 0 msecs: lockdep_proc_init+0x0/0x50()
Calling initcall 0x40cedf30: init+0x0/0x100()
initcall 0x40cedf30: init+0x0/0x100() returned 0.
initcall 0x40cedf30 ran for 0 msecs: init+0x0/0x100()
Calling initcall 0x40cee030: proc_dma_init+0x0/0x30()
initcall 0x40cee030: proc_dma_init+0x0/0x30() returned 0.
initcall 0x40cee030 ran for 0 msecs: proc_dma_init+0x0/0x30()
Calling initcall 0x40cee0a0: kallsyms_init+0x0/0x30()
initcall 0x40cee0a0: kallsyms_init+0x0/0x30() returned 0.
initcall 0x40cee0a0 ran for 0 msecs: kallsyms_init+0x0/0x30()
Calling initcall 0x40cee1b0: audit_init+0x0/0x100()
audit: initializing netlink socket (disabled)
type=2000 audit(1202540515.683:1): initialized
initcall 0x40cee1b0: audit_init+0x0/0x100() returned 0.
initcall 0x40cee1b0 ran for 7 msecs: audit_init+0x0/0x100()
Calling initcall 0x40cee4d0: relay_init+0x0/0x20()
initcall 0x40cee4d0: relay_init+0x0/0x20() returned 0.
initcall 0x40cee4d0 ran for 0 msecs: relay_init+0x0/0x20()
Calling initcall 0x40cee4f0: utsname_sysctl_init+0x0/0x20()
initcall 0x40cee4f0: utsname_sysctl_init+0x0/0x20() returned 0.
initcall 0x40cee4f0 ran for 0 msecs: utsname_sysctl_init+0x0/0x20()
Calling initcall 0x40cee540: tracer_alloc_buffers+0x0/0x3c0()
tracer: 262144 bytes allocated for 4096<6> entries of 36 bytes
   actual entries 7281
initcall 0x40cee540: tracer_alloc_buffers+0x0/0x3c0() returned 0.
initcall 0x40cee540 ran for 7 msecs: tracer_alloc_buffers+0x0/0x3c0()
Calling initcall 0x40cee900: init_sched_switch_trace+0x0/0x30()
initcall 0x40cee900: init_sched_switch_trace+0x0/0x30() returned 0.
initcall 0x40cee900 ran for 0 msecs: init_sched_switch_trace+0x0/0x30()
Calling initcall 0x40cee930: init_function_trace+0x0/0x20()
initcall 0x40cee930: init_function_trace+0x0/0x20() returned 0.
initcall 0x40cee930 ran for 0 msecs: init_function_trace+0x0/0x20()
Calling initcall 0x40cee950: init_wakeup_tracer+0x0/0x20()
initcall 0x40cee950: init_wakeup_tracer+0x0/0x20() returned 0.
initcall 0x40cee950 ran for 0 msecs: init_wakeup_tracer+0x0/0x20()
Calling initcall 0x40cef730: init_per_zone_pages_min+0x0/0x60()
initcall 0x40cef730: init_per_zone_pages_min+0x0/0x60() returned 0.
initcall 0x40cef730 ran for 0 msecs: init_per_zone_pages_min+0x0/0x60()
Calling initcall 0x40ceff80: pdflush_init+0x0/0x20()
initcall 0x40ceff80: pdflush_init+0x0/0x20() returned 0.
initcall 0x40ceff80 ran for 0 msecs: pdflush_init+0x0/0x20()
Calling initcall 0x40cefff0: kswapd_init+0x0/0x30()
initcall 0x40cefff0: kswapd_init+0x0/0x30() returned 0.
initcall 0x40cefff0 ran for 0 msecs: kswapd_init+0x0/0x30()
Calling initcall 0x40cf0020: setup_vmstat+0x0/0x50()
initcall 0x40cf0020: setup_vmstat+0x0/0x50() returned 0.
initcall 0x40cf0020 ran for 0 msecs: setup_vmstat+0x0/0x50()
Calling initcall 0x40cf01c0: init_emergency_pool+0x0/0x60()
highmem bounce pool size: 64 pages
initcall 0x40cf01c0: init_emergency_pool+0x0/0x60() returned 0.
initcall 0x40cf01c0 ran for 2 msecs: init_emergency_pool+0x0/0x60()
Calling initcall 0x40cf0220: init_tmpfs+0x0/0xe0()
initcall 0x40cf0220: init_tmpfs+0x0/0xe0() returned 0.
initcall 0x40cf0220 ran for 0 msecs: init_tmpfs+0x0/0xe0()
Calling initcall 0x40cf0410: fasync_init+0x0/0x30()
initcall 0x40cf0410: fasync_init+0x0/0x30() returned 0.
initcall 0x40cf0410 ran for 0 msecs: fasync_init+0x0/0x30()
Calling initcall 0x40cf0a80: aio_setup+0x0/0x70()
initcall 0x40cf0a80: aio_setup+0x0/0x70() returned 0.
initcall 0x40cf0a80 ran for 0 msecs: aio_setup+0x0/0x70()
Calling initcall 0x40cf0cb0: inotify_setup+0x0/0x20()
initcall 0x40cf0cb0: inotify_setup+0x0/0x20() returned 0.
initcall 0x40cf0cb0 ran for 0 msecs: inotify_setup+0x0/0x20()
Calling initcall 0x40cf0e70: init_mbcache+0x0/0x20()
initcall 0x40cf0e70: init_mbcache+0x0/0x20() returned 0.
initcall 0x40cf0e70 ran for 0 msecs: init_mbcache+0x0/0x20()
Calling initcall 0x40cf0e90: dquot_init+0x0/0x100()
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
initcall 0x40cf0e90: dquot_init+0x0/0x100() returned 0.
initcall 0x40cf0e90 ran for 7 msecs: dquot_init+0x0/0x100()
Calling initcall 0x40cf0f90: init_v1_quota_format+0x0/0x20()
initcall 0x40cf0f90: init_v1_quota_format+0x0/0x20() returned 0.
initcall 0x40cf0f90 ran for 0 msecs: init_v1_quota_format+0x0/0x20()
Calling initcall 0x40cf13e0: vmcore_init+0x0/0xca0()
initcall 0x40cf13e0: vmcore_init+0x0/0xca0() returned 0.
initcall 0x40cf13e0 ran for 0 msecs: vmcore_init+0x0/0xca0()
Calling initcall 0x40cf2170: configfs_init+0x0/0xf0()
initcall 0x40cf2170: configfs_init+0x0/0xf0() returned 0.
initcall 0x40cf2170 ran for 0 msecs: configfs_init+0x0/0xf0()
Calling initcall 0x40cf2260: init_devpts_fs+0x0/0x40()
initcall 0x40cf2260: init_devpts_fs+0x0/0x40() returned 0.
initcall 0x40cf2260 ran for 0 msecs: init_devpts_fs+0x0/0x40()
Calling initcall 0x40cf2370: init_dlm+0x0/0x90()
DLM (built Feb  9 2008 06:52:45) installed
initcall 0x40cf2370: init_dlm+0x0/0x90() returned 0.
initcall 0x40cf2370 ran for 3 msecs: init_dlm+0x0/0x90()
Calling initcall 0x40cf2500: init_reiserfs_fs+0x0/0xa0()
initcall 0x40cf2500: init_reiserfs_fs+0x0/0xa0() returned 0.
initcall 0x40cf2500 ran for 0 msecs: init_reiserfs_fs+0x0/0xa0()
Calling initcall 0x40cf2670: init_ext3_fs+0x0/0x70()
initcall 0x40cf2670: init_ext3_fs+0x0/0x70() returned 0.
initcall 0x40cf2670 ran for 0 msecs: init_ext3_fs+0x0/0x70()
Calling initcall 0x40cf2710: init_ext4_fs+0x0/0x70()
initcall 0x40cf2710: init_ext4_fs+0x0/0x70() returned 0.
initcall 0x40cf2710 ran for 0 msecs: init_ext4_fs+0x0/0x70()
Calling initcall 0x40cf2880: journal_init+0x0/0xe0()
initcall 0x40cf2880: journal_init+0x0/0xe0() returned 0.
initcall 0x40cf2880 ran for 0 msecs: journal_init+0x0/0xe0()
Calling initcall 0x40cf29e0: journal_init+0x0/0xf0()
initcall 0x40cf29e0: journal_init+0x0/0xf0() returned 0.
initcall 0x40cf29e0 ran for 0 msecs: journal_init+0x0/0xf0()
Calling initcall 0x40cf2ad0: init_ramfs_fs+0x0/0x20()
initcall 0x40cf2ad0: init_ramfs_fs+0x0/0x20() returned 0.
initcall 0x40cf2ad0 ran for 0 msecs: init_ramfs_fs+0x0/0x20()
Calling initcall 0x40cf2b70: init_fat_fs+0x0/0x60()
initcall 0x40cf2b70: init_fat_fs+0x0/0x60() returned 0.
initcall 0x40cf2b70 ran for 0 msecs: init_fat_fs+0x0/0x60()
Calling initcall 0x40cf2bd0: init_vfat_fs+0x0/0x20()
initcall 0x40cf2bd0: init_vfat_fs+0x0/0x20() returned 0.
initcall 0x40cf2bd0 ran for 0 msecs: init_vfat_fs+0x0/0x20()
Calling initcall 0x40cf2bf0: init_iso9660_fs+0x0/0x70()
initcall 0x40cf2bf0: init_iso9660_fs+0x0/0x70() returned 0.
initcall 0x40cf2bf0 ran for 0 msecs: init_iso9660_fs+0x0/0x70()
Calling initcall 0x40cf2c60: init_hfs_fs+0x0/0x80()
initcall 0x40cf2c60: init_hfs_fs+0x0/0x80() returned 0.
initcall 0x40cf2c60 ran for 0 msecs: init_hfs_fs+0x0/0x80()
Calling initcall 0x40cf2ce0: ecryptfs_init+0x0/0x1a0()
initcall 0x40cf2ce0: ecryptfs_init+0x0/0x1a0() returned 0.
initcall 0x40cf2ce0 ran for 0 msecs: ecryptfs_init+0x0/0x1a0()
Calling initcall 0x40cf2e80: vxfs_init+0x0/0x80()
initcall 0x40cf2e80: vxfs_init+0x0/0x80() returned 0.
initcall 0x40cf2e80 ran for 0 msecs: vxfs_init+0x0/0x80()
Calling initcall 0x40cf2fb0: init_nfs_fs+0x0/0xc0()
initcall 0x40cf2fb0: init_nfs_fs+0x0/0xc0() returned 0.
initcall 0x40cf2fb0 ran for 0 msecs: init_nfs_fs+0x0/0xc0()
Calling initcall 0x40cf3260: init_nlm+0x0/0x30()
initcall 0x40cf3260: init_nlm+0x0/0x30() returned 0.
initcall 0x40cf3260 ran for 0 msecs: init_nlm+0x0/0x30()
Calling initcall 0x40cf3290: init_nls_cp737+0x0/0x20()
initcall 0x40cf3290: init_nls_cp737+0x0/0x20() returned 0.
initcall 0x40cf3290 ran for 0 msecs: init_nls_cp737+0x0/0x20()
Calling initcall 0x40cf32b0: init_nls_cp775+0x0/0x20()
initcall 0x40cf32b0: init_nls_cp775+0x0/0x20() returned 0.
initcall 0x40cf32b0 ran for 0 msecs: init_nls_cp775+0x0/0x20()
Calling initcall 0x40cf32d0: init_nls_cp850+0x0/0x20()
initcall 0x40cf32d0: init_nls_cp850+0x0/0x20() returned 0.
initcall 0x40cf32d0 ran for 0 msecs: init_nls_cp850+0x0/0x20()
Calling initcall 0x40cf32f0: init_nls_cp852+0x0/0x20()
initcall 0x40cf32f0: init_nls_cp852+0x0/0x20() returned 0.
initcall 0x40cf32f0 ran for 0 msecs: init_nls_cp852+0x0/0x20()
Calling initcall 0x40cf3310: init_nls_cp855+0x0/0x20()
initcall 0x40cf3310: init_nls_cp855+0x0/0x20() returned 0.
initcall 0x40cf3310 ran for 0 msecs: init_nls_cp855+0x0/0x20()
Calling initcall 0x40cf3330: init_nls_cp860+0x0/0x20()
initcall 0x40cf3330: init_nls_cp860+0x0/0x20() returned 0.
initcall 0x40cf3330 ran for 0 msecs: init_nls_cp860+0x0/0x20()
Calling initcall 0x40cf3350: init_nls_cp862+0x0/0x20()
initcall 0x40cf3350: init_nls_cp862+0x0/0x20() returned 0.
initcall 0x40cf3350 ran for 0 msecs: init_nls_cp862+0x0/0x20()
Calling initcall 0x40cf3370: init_nls_cp864+0x0/0x20()
initcall 0x40cf3370: init_nls_cp864+0x0/0x20() returned 0.
initcall 0x40cf3370 ran for 0 msecs: init_nls_cp864+0x0/0x20()
Calling initcall 0x40cf3390: init_nls_cp865+0x0/0x20()
initcall 0x40cf3390: init_nls_cp865+0x0/0x20() returned 0.
initcall 0x40cf3390 ran for 0 msecs: init_nls_cp865+0x0/0x20()
Calling initcall 0x40cf33b0: init_nls_cp866+0x0/0x20()
initcall 0x40cf33b0: init_nls_cp866+0x0/0x20() returned 0.
initcall 0x40cf33b0 ran for 0 msecs: init_nls_cp866+0x0/0x20()
Calling initcall 0x40cf33d0: init_nls_cp869+0x0/0x20()
initcall 0x40cf33d0: init_nls_cp869+0x0/0x20() returned 0.
initcall 0x40cf33d0 ran for 0 msecs: init_nls_cp869+0x0/0x20()
Calling initcall 0x40cf33f0: init_nls_cp949+0x0/0x20()
initcall 0x40cf33f0: init_nls_cp949+0x0/0x20() returned 0.
initcall 0x40cf33f0 ran for 0 msecs: init_nls_cp949+0x0/0x20()
Calling initcall 0x40cf3410: init_nls_cp950+0x0/0x20()
initcall 0x40cf3410: init_nls_cp950+0x0/0x20() returned 0.
initcall 0x40cf3410 ran for 0 msecs: init_nls_cp950+0x0/0x20()
Calling initcall 0x40cf3430: init_nls_cp1250+0x0/0x20()
initcall 0x40cf3430: init_nls_cp1250+0x0/0x20() returned 0.
initcall 0x40cf3430 ran for 0 msecs: init_nls_cp1250+0x0/0x20()
Calling initcall 0x40cf3450: init_nls_ascii+0x0/0x20()
initcall 0x40cf3450: init_nls_ascii+0x0/0x20() returned 0.
initcall 0x40cf3450 ran for 0 msecs: init_nls_ascii+0x0/0x20()
Calling initcall 0x40cf3470: init_nls_iso8859_1+0x0/0x20()
initcall 0x40cf3470: init_nls_iso8859_1+0x0/0x20() returned 0.
initcall 0x40cf3470 ran for 0 msecs: init_nls_iso8859_1+0x0/0x20()
Calling initcall 0x40cf3490: init_nls_iso8859_4+0x0/0x20()
initcall 0x40cf3490: init_nls_iso8859_4+0x0/0x20() returned 0.
initcall 0x40cf3490 ran for 0 msecs: init_nls_iso8859_4+0x0/0x20()
Calling initcall 0x40cf34b0: init_nls_iso8859_5+0x0/0x20()
initcall 0x40cf34b0: init_nls_iso8859_5+0x0/0x20() returned 0.
initcall 0x40cf34b0 ran for 0 msecs: init_nls_iso8859_5+0x0/0x20()
Calling initcall 0x40cf34d0: init_nls_iso8859_7+0x0/0x20()
initcall 0x40cf34d0: init_nls_iso8859_7+0x0/0x20() returned 0.
initcall 0x40cf34d0 ran for 0 msecs: init_nls_iso8859_7+0x0/0x20()
Calling initcall 0x40cf34f0: init_nls_cp1255+0x0/0x20()
initcall 0x40cf34f0: init_nls_cp1255+0x0/0x20() returned 0.
initcall 0x40cf34f0 ran for 0 msecs: init_nls_cp1255+0x0/0x20()
Calling initcall 0x40cf3510: init_nls_iso8859_9+0x0/0x20()
initcall 0x40cf3510: init_nls_iso8859_9+0x0/0x20() returned 0.
initcall 0x40cf3510 ran for 0 msecs: init_nls_iso8859_9+0x0/0x20()
Calling initcall 0x40cf3530: init_nls_iso8859_13+0x0/0x20()
initcall 0x40cf3530: init_nls_iso8859_13+0x0/0x20() returned 0.
initcall 0x40cf3530 ran for 0 msecs: init_nls_iso8859_13+0x0/0x20()
Calling initcall 0x40cf3550: init_nls_koi8_r+0x0/0x20()
initcall 0x40cf3550: init_nls_koi8_r+0x0/0x20() returned 0.
initcall 0x40cf3550 ran for 0 msecs: init_nls_koi8_r+0x0/0x20()
Calling initcall 0x40cf3570: init_nls_koi8_u+0x0/0x20()
initcall 0x40cf3570: init_nls_koi8_u+0x0/0x20() returned 0.
initcall 0x40cf3570 ran for 0 msecs: init_nls_koi8_u+0x0/0x20()
Calling initcall 0x40cf3590: init_nls_koi8_ru+0x0/0x50()
initcall 0x40cf3590: init_nls_koi8_ru+0x0/0x50() returned 0.
initcall 0x40cf3590 ran for 0 msecs: init_nls_koi8_ru+0x0/0x50()
Calling initcall 0x40cf35e0: init_ncp_fs+0x0/0x70()
initcall 0x40cf35e0: init_ncp_fs+0x0/0x70() returned 0.
initcall 0x40cf35e0 ran for 0 msecs: init_ncp_fs+0x0/0x70()
Calling initcall 0x40cf3650: init_ntfs_fs+0x0/0x240()
NTFS driver 2.1.29 [Flags: R/W DEBUG].
initcall 0x40cf3650: init_ntfs_fs+0x0/0x240() returned 0.
initcall 0x40cf3650 ran for 2 msecs: init_ntfs_fs+0x0/0x240()
Calling initcall 0x40cf3890: init_efs_fs+0x0/0x80()
EFS: 1.0a - http://aeschi.ch.eu.org/efs/
initcall 0x40cf3890: init_efs_fs+0x0/0x80() returned 0.
initcall 0x40cf3890 ran for 3 msecs: init_efs_fs+0x0/0x80()
Calling initcall 0x40cf3910: init_autofs_fs+0x0/0x20()
initcall 0x40cf3910: init_autofs_fs+0x0/0x20() returned 0.
initcall 0x40cf3910 ran for 0 msecs: init_autofs_fs+0x0/0x20()
Calling initcall 0x40cf3930: init_autofs4_fs+0x0/0x20()
initcall 0x40cf3930: init_autofs4_fs+0x0/0x20() returned -16.
initcall 0x40cf3930 ran for 0 msecs: init_autofs4_fs+0x0/0x20()
initcall at 0x40cf3930: init_autofs4_fs+0x0/0x20(): returned with error code -16
Calling initcall 0x40cf39c0: fuse_init+0x0/0x130()
fuse init (API version 7.9)
initcall 0x40cf39c0: fuse_init+0x0/0x130() returned 0.
initcall 0x40cf39c0 ran for 2 msecs: fuse_init+0x0/0x130()
Calling initcall 0x40cf3b10: init_jfs_fs+0x0/0x240()
JFS: nTxBlock = 7685, nTxLock = 61481
initcall 0x40cf3b10: init_jfs_fs+0x0/0x240() returned 0.
initcall 0x40cf3b10 ran for 7 msecs: init_jfs_fs+0x0/0x240()
Calling initcall 0x40cf40b0: init_xfs_fs+0x0/0x60()
SGI XFS with ACLs, security attributes, large block numbers, no debug enabled
initcall 0x40cf40b0: init_xfs_fs+0x0/0x60() returned 0.
initcall 0x40cf40b0 ran for 7 msecs: init_xfs_fs+0x0/0x60()
Calling initcall 0x40cf4160: init_befs_fs+0x0/0x90()
BeFS version: 0.9.3
initcall 0x40cf4160: init_befs_fs+0x0/0x90() returned 0.
initcall 0x40cf4160 ran for 1 msecs: init_befs_fs+0x0/0x90()
Calling initcall 0x40cf4250: ocfs2_init+0x0/0x220()
OCFS2 1.5.0
initcall 0x40cf4250: ocfs2_init+0x0/0x220() returned 0.
initcall 0x40cf4250 ran for 1 msecs: ocfs2_init+0x0/0x220()
Calling initcall 0x40cf44b0: init_o2nm+0x0/0xe0()
OCFS2 Node Manager 1.5.0
initcall 0x40cf44b0: init_o2nm+0x0/0xe0() returned 0.
initcall 0x40cf44b0 ran for 2 msecs: init_o2nm+0x0/0xe0()
Calling initcall 0x40cf4590: dlm_init+0x0/0xd0()
OCFS2 DLM 1.5.0
initcall 0x40cf4590: dlm_init+0x0/0xd0() returned 0.
initcall 0x40cf4590 ran for 0 msecs: dlm_init+0x0/0xd0()
Calling initcall 0x40cf4660: init_dlmfs_fs+0x0/0xf0()
OCFS2 DLMFS 1.5.0
OCFS2 User DLM kernel interface loaded
initcall 0x40cf4660: init_dlmfs_fs+0x0/0xf0() returned 0.
initcall 0x40cf4660 ran for 5 msecs: init_dlmfs_fs+0x0/0xf0()
Calling initcall 0x40cf4820: init_gfs2_fs+0x0/0x140()
GFS2 (built Feb  9 2008 06:52:52) installed
initcall 0x40cf4820: init_gfs2_fs+0x0/0x140() returned 0.
initcall 0x40cf4820 ran for 9 msecs: init_gfs2_fs+0x0/0x140()
Calling initcall 0x40cf4960: init_lock_dlm+0x0/0x90()
Lock_DLM (built Feb  9 2008 06:52:57) installed
initcall 0x40cf4960: init_lock_dlm+0x0/0x90() returned 0.
initcall 0x40cf4960 ran for 3 msecs: init_lock_dlm+0x0/0x90()
Calling initcall 0x40cf49f0: init_mqueue_fs+0x0/0xf0()
initcall 0x40cf49f0: init_mqueue_fs+0x0/0xf0() returned 0.
initcall 0x40cf49f0 ran for 0 msecs: init_mqueue_fs+0x0/0xf0()
Calling initcall 0x40cf4c40: key_proc_init+0x0/0x60()
initcall 0x40cf4c40: key_proc_init+0x0/0x60() returned 0.
initcall 0x40cf4c40 ran for 0 msecs: key_proc_init+0x0/0x60()
Calling initcall 0x40cf4e00: crypto_algapi_init+0x0/0x20()
initcall 0x40cf4e00: crypto_algapi_init+0x0/0x20() returned 0.
initcall 0x40cf4e00 ran for 0 msecs: crypto_algapi_init+0x0/0x20()
Calling initcall 0x40cf4e50: chainiv_module_init+0x0/0x20()
initcall 0x40cf4e50: chainiv_module_init+0x0/0x20() returned 0.
initcall 0x40cf4e50 ran for 0 msecs: chainiv_module_init+0x0/0x20()
Calling initcall 0x40cf4e70: eseqiv_module_init+0x0/0x20()
initcall 0x40cf4e70: eseqiv_module_init+0x0/0x20() returned 0.
initcall 0x40cf4e70 ran for 0 msecs: eseqiv_module_init+0x0/0x20()
Calling initcall 0x40cf4e90: seqiv_module_init+0x0/0x20()
initcall 0x40cf4e90: seqiv_module_init+0x0/0x20() returned 0.
initcall 0x40cf4e90 ran for 0 msecs: seqiv_module_init+0x0/0x20()
Calling initcall 0x40cf4eb0: cryptomgr_init+0x0/0x20()
initcall 0x40cf4eb0: cryptomgr_init+0x0/0x20() returned 0.
initcall 0x40cf4eb0 ran for 0 msecs: cryptomgr_init+0x0/0x20()
Calling initcall 0x40cf4ed0: hmac_module_init+0x0/0x20()
initcall 0x40cf4ed0: hmac_module_init+0x0/0x20() returned 0.
initcall 0x40cf4ed0 ran for 0 msecs: hmac_module_init+0x0/0x20()
Calling initcall 0x40cf4ef0: init+0x0/0x80()
initcall 0x40cf4ef0: init+0x0/0x80() returned 0.
initcall 0x40cf4ef0 ran for 0 msecs: init+0x0/0x80()
Calling initcall 0x40cf4f70: init+0x0/0x20()
initcall 0x40cf4f70: init+0x0/0x20() returned 0.
initcall 0x40cf4f70 ran for 0 msecs: init+0x0/0x20()
Calling initcall 0x40cf4f90: init+0x0/0x20()
initcall 0x40cf4f90: init+0x0/0x20() returned 0.
initcall 0x40cf4f90 ran for 0 msecs: init+0x0/0x20()
Calling initcall 0x40cf4fb0: init+0x0/0x40()
initcall 0x40cf4fb0: init+0x0/0x40() returned 0.
initcall 0x40cf4fb0 ran for 0 msecs: init+0x0/0x40()
Calling initcall 0x40cf4ff0: init+0x0/0x70()
initcall 0x40cf4ff0: init+0x0/0x70() returned 0.
initcall 0x40cf4ff0 ran for 0 msecs: init+0x0/0x70()
Calling initcall 0x40cf5060: init+0x0/0x70()
initcall 0x40cf5060: init+0x0/0x70() returned 0.
initcall 0x40cf5060 ran for 0 msecs: init+0x0/0x70()
Calling initcall 0x40cf50d0: crypto_ecb_module_init+0x0/0x20()
initcall 0x40cf50d0: crypto_ecb_module_init+0x0/0x20() returned 0.
initcall 0x40cf50d0 ran for 0 msecs: crypto_ecb_module_init+0x0/0x20()
Calling initcall 0x40cf50f0: crypto_cbc_module_init+0x0/0x20()
initcall 0x40cf50f0: crypto_cbc_module_init+0x0/0x20() returned 0.
initcall 0x40cf50f0 ran for 0 msecs: crypto_cbc_module_init+0x0/0x20()
Calling initcall 0x40cf5110: crypto_module_init+0x0/0x20()
initcall 0x40cf5110: crypto_module_init+0x0/0x20() returned 0.
initcall 0x40cf5110 ran for 0 msecs: crypto_module_init+0x0/0x20()
Calling initcall 0x40cf5130: crypto_module_init+0x0/0x20()
initcall 0x40cf5130: crypto_module_init+0x0/0x20() returned 0.
initcall 0x40cf5130 ran for 0 msecs: crypto_module_init+0x0/0x20()
Calling initcall 0x40cf5150: crypto_ctr_module_init+0x0/0x40()
initcall 0x40cf5150: crypto_ctr_module_init+0x0/0x40() returned 0.
initcall 0x40cf5150 ran for 0 msecs: crypto_ctr_module_init+0x0/0x40()
Calling initcall 0x40cf5190: crypto_ccm_module_init+0x0/0x60()
initcall 0x40cf5190: crypto_ccm_module_init+0x0/0x60() returned 0.
initcall 0x40cf5190 ran for 0 msecs: crypto_ccm_module_init+0x0/0x60()
Calling initcall 0x40cf51f0: cryptd_init+0x0/0xa0()
initcall 0x40cf51f0: cryptd_init+0x0/0xa0() returned 0.
initcall 0x40cf51f0 ran for 0 msecs: cryptd_init+0x0/0xa0()
Calling initcall 0x40cf5290: init+0x0/0x40()
initcall 0x40cf5290: init+0x0/0x40() returned 0.
initcall 0x40cf5290 ran for 0 msecs: init+0x0/0x40()
Calling initcall 0x40cf52d0: init+0x0/0x20()
initcall 0x40cf52d0: init+0x0/0x20() returned 0.
initcall 0x40cf52d0 ran for 0 msecs: init+0x0/0x20()
Calling initcall 0x40cf52f0: init+0x0/0x20()
initcall 0x40cf52f0: init+0x0/0x20() returned 0.
initcall 0x40cf52f0 ran for 0 msecs: init+0x0/0x20()
Calling initcall 0x40cf5310: aes_init+0x0/0x360()
initcall 0x40cf5310: aes_init+0x0/0x360() returned 0.
initcall 0x40cf5310 ran for 0 msecs: aes_init+0x0/0x360()
Calling initcall 0x40cf5670: camellia_init+0x0/0x20()
initcall 0x40cf5670: camellia_init+0x0/0x20() returned 0.
initcall 0x40cf5670 ran for 0 msecs: camellia_init+0x0/0x20()
Calling initcall 0x40cf5690: init+0x0/0x20()
initcall 0x40cf5690: init+0x0/0x20() returned 0.
initcall 0x40cf5690 ran for 0 msecs: init+0x0/0x20()
Calling initcall 0x40cf56b0: init+0x0/0x20()
initcall 0x40cf56b0: init+0x0/0x20() returned 0.
initcall 0x40cf56b0 ran for 0 msecs: init+0x0/0x20()
Calling initcall 0x40cf56d0: arc4_init+0x0/0x20()
initcall 0x40cf56d0: arc4_init+0x0/0x20() returned 0.
initcall 0x40cf56d0 ran for 0 msecs: arc4_init+0x0/0x20()
Calling initcall 0x40cf56f0: init+0x0/0x70()
initcall 0x40cf56f0: init+0x0/0x70() returned 0.
initcall 0x40cf56f0 ran for 0 msecs: init+0x0/0x70()
Calling initcall 0x40cf5760: init+0x0/0x20()
initcall 0x40cf5760: init+0x0/0x20() returned 0.
initcall 0x40cf5760 ran for 0 msecs: init+0x0/0x20()
Calling initcall 0x40cf5780: seed_init+0x0/0x20()
initcall 0x40cf5780: seed_init+0x0/0x20() returned 0.
initcall 0x40cf5780 ran for 0 msecs: seed_init+0x0/0x20()
Calling initcall 0x40cf57a0: michael_mic_init+0x0/0x20()
initcall 0x40cf57a0: michael_mic_init+0x0/0x20() returned 0.
initcall 0x40cf57a0 ran for 0 msecs: michael_mic_init+0x0/0x20()
Calling initcall 0x40cf5b20: noop_init+0x0/0x20()
io scheduler noop registered (default)
initcall 0x40cf5b20: noop_init+0x0/0x20() returned 0.
initcall 0x40cf5b20 ran for 2 msecs: noop_init+0x0/0x20()
Calling initcall 0x40cf5b40: as_init+0x0/0x20()
io scheduler anticipatory registered
initcall 0x40cf5b40: as_init+0x0/0x20() returned 0.
initcall 0x40cf5b40 ran for 2 msecs: as_init+0x0/0x20()
Calling initcall 0x40cf5b60: cfq_init+0x0/0xa0()
io scheduler cfq registered
initcall 0x40cf5b60: cfq_init+0x0/0xa0() returned 0.
initcall 0x40cf5b60 ran for 1 msecs: cfq_init+0x0/0xa0()
Calling initcall 0x40cf5e20: init_kmp+0x0/0x20()
initcall 0x40cf5e20: init_kmp+0x0/0x20() returned 0.
initcall 0x40cf5e20 ran for 0 msecs: init_kmp+0x0/0x20()
Calling initcall 0x40cf5e40: init_bm+0x0/0x20()
initcall 0x40cf5e40: init_bm+0x0/0x20() returned 0.
initcall 0x40cf5e40 ran for 0 msecs: init_bm+0x0/0x20()
Calling initcall 0x40cf5e60: init_fsm+0x0/0x20()
initcall 0x40cf5e60: init_fsm+0x0/0x20() returned 0.
initcall 0x40cf5e60 ran for 0 msecs: init_fsm+0x0/0x20()
Calling initcall 0x40cf5e80: percpu_counter_startup+0x0/0x20()
initcall 0x40cf5e80: percpu_counter_startup+0x0/0x20() returned 0.
initcall 0x40cf5e80 ran for 0 msecs: percpu_counter_startup+0x0/0x20()
Calling initcall 0x40cf5ea0: audit_classes_init+0x0/0x60()
initcall 0x40cf5ea0: audit_classes_init+0x0/0x60() returned 0.
initcall 0x40cf5ea0 ran for 0 msecs: audit_classes_init+0x0/0x60()
Calling initcall 0x4091d310: pci_init+0x0/0x40()
pci 0000:01:00.0: Boot video device
initcall 0x4091d310: pci_init+0x0/0x40() returned 0.
initcall 0x4091d310 ran for 13 msecs: pci_init+0x0/0x40()
Calling initcall 0x40cf6760: pci_proc_init+0x0/0x80()
initcall 0x40cf6760: pci_proc_init+0x0/0x80() returned 0.
initcall 0x40cf6760 ran for 0 msecs: pci_proc_init+0x0/0x80()
Calling initcall 0x40cf67e0: pcie_portdrv_init+0x0/0x60()
PCI: Setting latency timer of device 0000:00:0b.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:0b.0:pcie00]
PCI: Setting latency timer of device 0000:00:0c.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:0c.0:pcie00]
PCI: Setting latency timer of device 0000:00:0d.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:0d.0:pcie00]
PCI: Setting latency timer of device 0000:00:0e.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:0e.0:pcie00]
initcall 0x40cf67e0: pcie_portdrv_init+0x0/0x60() returned 0.
initcall 0x40cf67e0 ran for 50 msecs: pcie_portdrv_init+0x0/0x60()
Calling initcall 0x40cf6840: aer_service_init+0x0/0x30()
initcall 0x40cf6840: aer_service_init+0x0/0x30() returned 0.
initcall 0x40cf6840 ran for 0 msecs: aer_service_init+0x0/0x30()
Calling initcall 0x40cf6870: pci_hotplug_init+0x0/0xa0()
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
initcall 0x40cf6870: pci_hotplug_init+0x0/0xa0() returned 0.
initcall 0x40cf6870 ran for 4 msecs: pci_hotplug_init+0x0/0xa0()
Calling initcall 0x40cf6930: acpiphp_init+0x0/0x60()
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
ACPI Exception (utmutex-0263): AE_BAD_PARAMETER, Thread 5F815410 could not acquire Mutex [1] [20070126]
initcall 0x40cf6930: acpiphp_init+0x0/0x60() returned -1.
initcall 0x40cf6930 ran for 14 msecs: acpiphp_init+0x0/0x60()
initcall at 0x40cf6930: acpiphp_init+0x0/0x60(): returned with error code -1
Calling initcall 0x40cf6aa0: pcied_init+0x0/0x90()
pciehp: PCI Express Hot Plug Controller Driver version: 0.4
initcall 0x40cf6aa0: pcied_init+0x0/0x90() returned 0.
initcall 0x40cf6aa0 ran for 4 msecs: pcied_init+0x0/0x90()
Calling initcall 0x40cf6b30: shpcd_init+0x0/0x60()
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
initcall 0x40cf6b30: shpcd_init+0x0/0x60() returned 0.
initcall 0x40cf6b30 ran for 5 msecs: shpcd_init+0x0/0x60()
Calling initcall 0x40cf6b90: dummyphp_init+0x0/0xa0()
fakephp: Fake PCI Hot Plug Controller Driver
initcall 0x40cf6b90: dummyphp_init+0x0/0xa0() returned 0.
initcall 0x40cf6b90 ran for 5 msecs: dummyphp_init+0x0/0xa0()
Calling initcall 0x40cf6e90: pm2fb_init+0x0/0x130()
initcall 0x40cf6e90: pm2fb_init+0x0/0x130() returned 0.
initcall 0x40cf6e90 ran for 0 msecs: pm2fb_init+0x0/0x130()
Calling initcall 0x4091e920: nvidiafb_init+0x0/0x280()
initcall 0x4091e920: nvidiafb_init+0x0/0x280() returned 0.
initcall 0x4091e920 ran for 0 msecs: nvidiafb_init+0x0/0x280()
Calling initcall 0x40cf6fc0: atyfb_init+0x0/0x1e0()
initcall 0x40cf6fc0: atyfb_init+0x0/0x1e0() returned 0.
initcall 0x40cf6fc0 ran for 0 msecs: atyfb_init+0x0/0x1e0()
Calling initcall 0x40cf7220: sisfb_init+0x0/0x780()
initcall 0x40cf7220: sisfb_init+0x0/0x780() returned 0.
initcall 0x40cf7220 ran for 0 msecs: sisfb_init+0x0/0x780()
Calling initcall 0x40cf79a0: kyrofb_init+0x0/0xe0()
initcall 0x40cf79a0: kyrofb_init+0x0/0xe0() returned 0.
initcall 0x40cf79a0 ran for 0 msecs: kyrofb_init+0x0/0xe0()
Calling initcall 0x40cf7a80: gx1fb_init+0x0/0x120()
initcall 0x40cf7a80: gx1fb_init+0x0/0x120() returned 0.
initcall 0x40cf7a80 ran for 0 msecs: gx1fb_init+0x0/0x120()
Calling initcall 0x40cf7ff0: gxfb_init+0x0/0x90()
initcall 0x40cf7ff0: gxfb_init+0x0/0x90() returned 0.
initcall 0x40cf7ff0 ran for 0 msecs: gxfb_init+0x0/0x90()
Calling initcall 0x40cf84a0: lxfb_init+0x0/0x110()
initcall 0x40cf84a0: lxfb_init+0x0/0x110() returned 0.
initcall 0x40cf84a0 ran for 0 msecs: lxfb_init+0x0/0x110()
Calling initcall 0x40cf8a80: neofb_init+0x0/0x130()
initcall 0x40cf8a80: neofb_init+0x0/0x130() returned 0.
initcall 0x40cf8a80 ran for 0 msecs: neofb_init+0x0/0x130()
Calling initcall 0x40cf8bb0: tdfxfb_init+0x0/0x110()
initcall 0x40cf8bb0: tdfxfb_init+0x0/0x110() returned 0.
initcall 0x40cf8bb0 ran for 0 msecs: tdfxfb_init+0x0/0x110()
Calling initcall 0x40cf8cc0: imsttfb_init+0x0/0x110()
initcall 0x40cf8cc0: imsttfb_init+0x0/0x110() returned 0.
initcall 0x40cf8cc0 ran for 0 msecs: imsttfb_init+0x0/0x110()
Calling initcall 0x40cf8dd0: vmlfb_init+0x0/0x90()
vmlfb: initializing
initcall 0x40cf8dd0: vmlfb_init+0x0/0x90() returned 0.
initcall 0x40cf8dd0 ran for 1 msecs: vmlfb_init+0x0/0x90()
Calling initcall 0x40cf8e60: cr_pll_init+0x0/0xe0()
Could not find Carillo Ranch MCH device.
initcall 0x40cf8e60: cr_pll_init+0x0/0xe0() returned -19.
initcall 0x40cf8e60 ran for 3 msecs: cr_pll_init+0x0/0xe0()
Calling initcall 0x40cf8f40: s3fb_init+0x0/0xd0()
initcall 0x40cf8f40: s3fb_init+0x0/0xd0() returned 0.
initcall 0x40cf8f40 ran for 0 msecs: s3fb_init+0x0/0xd0()
Calling initcall 0x40cf9010: arkfb_init+0x0/0x60()
initcall 0x40cf9010: arkfb_init+0x0/0x60() returned 0.
initcall 0x40cf9010 ran for 0 msecs: arkfb_init+0x0/0x60()
Calling initcall 0x40cf9070: hecubafb_init+0x0/0x90()
Use hecubafb_enable to enable the device
initcall 0x40cf9070: hecubafb_init+0x0/0x90() returned -6.
initcall 0x40cf9070 ran for 2 msecs: hecubafb_init+0x0/0x90()
initcall at 0x40cf9070: hecubafb_init+0x0/0x90(): returned with error code -6
Calling initcall 0x40cf9100: hgafb_init+0x0/0x60()
hgafb: HGA card not detected.
hgafb: probe of hgafb.0 failed with error -22
initcall 0x40cf9100: hgafb_init+0x0/0x60() returned 0.
initcall 0x40cf9100 ran for 6 msecs: hgafb_init+0x0/0x60()
Calling initcall 0x4092bde0: sstfb_init+0x0/0x190()
initcall 0x4092bde0: sstfb_init+0x0/0x190() returned 0.
initcall 0x4092bde0 ran for 0 msecs: sstfb_init+0x0/0x190()
Calling initcall 0x40cf9430: s1d13xxxfb_init+0x0/0x30()
initcall 0x40cf9430: s1d13xxxfb_init+0x0/0x30() returned 0.
initcall 0x40cf9430 ran for 0 msecs: s1d13xxxfb_init+0x0/0x30()
Calling initcall 0x4092d7f0: uvesafb_init+0x0/0x390()
uvesafb: failed to execute /sbin/v86d
uvesafb: make sure that the v86d helper is installed and executable
uvesafb: Getting VBE info block failed (eax=0x4f00, err=-2)
uvesafb: vbe_init() failed with -22
uvesafb: probe of uvesafb.0 failed with error -22
initcall 0x4092d7f0: uvesafb_init+0x0/0x390() returned 0.
initcall 0x4092d7f0 ran for 22 msecs: uvesafb_init+0x0/0x390()
Calling initcall 0x40cf98d0: acpi_reserve_resources+0x0/0xd0()
initcall 0x40cf98d0: acpi_reserve_resources+0x0/0xd0() returned 0.
initcall 0x40cf98d0 ran for 0 msecs: acpi_reserve_resources+0x0/0xd0()
Calling initcall 0x40cfa930: acpi_ac_init+0x0/0x30()
initcall 0x40cfa930: acpi_ac_init+0x0/0x30() returned -19.
initcall 0x40cfa930 ran for 0 msecs: acpi_ac_init+0x0/0x30()
Calling initcall 0x40cfa960: acpi_button_init+0x0/0x60()
initcall 0x40cfa960: acpi_button_init+0x0/0x60() returned -19.
initcall 0x40cfa960 ran for 0 msecs: acpi_button_init+0x0/0x60()
Calling initcall 0x40cfab80: irqrouter_init_sysfs+0x0/0x40()
initcall 0x40cfab80: irqrouter_init_sysfs+0x0/0x40() returned 0.
initcall 0x40cfab80 ran for 0 msecs: irqrouter_init_sysfs+0x0/0x40()
Calling initcall 0x40cfad10: acpi_processor_init+0x0/0xd0()
initcall 0x40cfad10: acpi_processor_init+0x0/0xd0() returned -19.
initcall 0x40cfad10 ran for 0 msecs: acpi_processor_init+0x0/0xd0()
Calling initcall 0x40cfade0: acpi_container_init+0x0/0x50()
initcall 0x40cfade0: acpi_container_init+0x0/0x50() returned -19.
initcall 0x40cfade0 ran for 0 msecs: acpi_container_init+0x0/0x50()
Calling initcall 0x40cfb190: toshiba_acpi_init+0x0/0x160()
initcall 0x40cfb190: toshiba_acpi_init+0x0/0x160() returned -19.
initcall 0x40cfb190 ran for 0 msecs: toshiba_acpi_init+0x0/0x160()
Calling initcall 0x40cfb2f0: acpi_sbs_init+0x0/0x30()
initcall 0x40cfb2f0: acpi_sbs_init+0x0/0x30() returned -19.
initcall 0x40cfb2f0 ran for 0 msecs: acpi_sbs_init+0x0/0x30()
Calling initcall 0x40cfb320: acpi_smb_hc_init+0x0/0x20()
initcall 0x40cfb320: acpi_smb_hc_init+0x0/0x20() returned -19.
initcall 0x40cfb320 ran for 0 msecs: acpi_smb_hc_init+0x0/0x20()
Calling initcall 0x40cfbfc0: rand_initialize+0x0/0x30()
initcall 0x40cfbfc0: rand_initialize+0x0/0x30() returned 0.
initcall 0x40cfbfc0 ran for 0 msecs: rand_initialize+0x0/0x30()
Calling initcall 0x40cfc040: tty_init+0x0/0x1d0()
initcall 0x40cfc040: tty_init+0x0/0x1d0() returned 0.
initcall 0x40cfc040 ran for 5 msecs: tty_init+0x0/0x1d0()
Calling initcall 0x40cfc250: pty_init+0x0/0x210()
initcall 0x40cfc250: pty_init+0x0/0x210() returned 0.
initcall 0x40cfc250 ran for 0 msecs: pty_init+0x0/0x210()
Calling initcall 0x40cfca60: nozomi_init+0x0/0x120()
Initializing Nozomi driver 2.1d (build date: Feb  9 2008 06:53:04)
initcall 0x40cfca60: nozomi_init+0x0/0x120() returned 0.
initcall 0x40cfca60 ran for 5 msecs: nozomi_init+0x0/0x120()
Calling initcall 0x40cfcb80: raw_init+0x0/0xe0()
initcall 0x40cfcb80: raw_init+0x0/0xe0() returned 0.
initcall 0x40cfcb80 ran for 0 msecs: raw_init+0x0/0xe0()
Calling initcall 0x40cfcc60: r3964_init+0x0/0x40()
r3964: Philips r3964 Driver $Revision: 1.10 $
initcall 0x40cfcc60: r3964_init+0x0/0x40() returned 0.
initcall 0x40cfcc60 ran for 3 msecs: r3964_init+0x0/0x40()
Calling initcall 0x40cfcca0: applicom_init+0x0/0x4c0()
Applicom driver: $Id: ac.c,v 1.30 2000/03/22 16:03:57 dwmw2 Exp $
ac.o: No PCI boards found.
ac.o: For an ISA board you must supply memory and irq parameters.
initcall 0x40cfcca0: applicom_init+0x0/0x4c0() returned -6.
initcall 0x40cfcca0 ran for 13 msecs: applicom_init+0x0/0x4c0()
initcall at 0x40cfcca0: applicom_init+0x0/0x4c0(): returned with error code -6
Calling initcall 0x40cfd160: sonypi_init+0x0/0xb0()
sonypi: Sony Programmable I/O Controller Driver v1.26.
initcall 0x40cfd160: sonypi_init+0x0/0xb0() returned -19.
initcall 0x40cfd160 ran for 4 msecs: sonypi_init+0x0/0xb0()
Calling initcall 0x40cfd210: rtc_generic_init+0x0/0x60()
Generic RTC Driver v1.07
initcall 0x40cfd210: rtc_generic_init+0x0/0x60() returned 0.
initcall 0x40cfd210 ran for 2 msecs: rtc_generic_init+0x0/0x60()
Calling initcall 0x40cfd270: i8k_init+0x0/0x240()
initcall 0x40cfd270: i8k_init+0x0/0x240() returned -19.
initcall 0x40cfd270 ran for 0 msecs: i8k_init+0x0/0x240()
Calling initcall 0x40cfd4b0: mod_init+0x0/0xc0()
initcall 0x40cfd4b0: mod_init+0x0/0xc0() returned -19.
initcall 0x40cfd4b0 ran for 0 msecs: mod_init+0x0/0xc0()
Calling initcall 0x40cfd570: mod_init+0x0/0x50()
initcall 0x40cfd570: mod_init+0x0/0x50() returned -19.
initcall 0x40cfd570 ran for 0 msecs: mod_init+0x0/0x50()
Calling initcall 0x40cfd5c0: nsc_gpio_init+0x0/0x20()
nsc_gpio initializing
initcall 0x40cfd5c0: nsc_gpio_init+0x0/0x20() returned 0.
initcall 0x40cfd5c0 ran for 1 msecs: nsc_gpio_init+0x0/0x20()
Calling initcall 0x40cfd630: agp_init+0x0/0x30()
Linux agpgart interface v0.103
initcall 0x40cfd630: agp_init+0x0/0x30() returned 0.
initcall 0x40cfd630 ran for 2 msecs: agp_init+0x0/0x30()
Calling initcall 0x40cfd660: agp_ali_init+0x0/0x40()
initcall 0x40cfd660: agp_ali_init+0x0/0x40() returned 0.
initcall 0x40cfd660 ran for 0 msecs: agp_ali_init+0x0/0x40()
Calling initcall 0x40cfd6a0: agp_ati_init+0x0/0x40()
initcall 0x40cfd6a0: agp_ati_init+0x0/0x40() returned 0.
initcall 0x40cfd6a0 ran for 0 msecs: agp_ati_init+0x0/0x40()
Calling initcall 0x40cfd6e0: agp_efficeon_init+0x0/0x60()
initcall 0x40cfd6e0: agp_efficeon_init+0x0/0x60() returned 0.
initcall 0x40cfd6e0 ran for 0 msecs: agp_efficeon_init+0x0/0x60()
Calling initcall 0x40cfd740: agp_intel_init+0x0/0x40()
initcall 0x40cfd740: agp_intel_init+0x0/0x40() returned 0.
initcall 0x40cfd740 ran for 0 msecs: agp_intel_init+0x0/0x40()
Calling initcall 0x40cfd780: agp_sis_init+0x0/0x40()
initcall 0x40cfd780: agp_sis_init+0x0/0x40() returned 0.
initcall 0x40cfd780 ran for 0 msecs: agp_sis_init+0x0/0x40()
Calling initcall 0x40cfd7c0: agp_serverworks_init+0x0/0x40()
initcall 0x40cfd7c0: agp_serverworks_init+0x0/0x40() returned 0.
initcall 0x40cfd7c0 ran for 0 msecs: agp_serverworks_init+0x0/0x40()
Calling initcall 0x40cfd800: agp_via_init+0x0/0x40()
initcall 0x40cfd800: agp_via_init+0x0/0x40() returned 0.
initcall 0x40cfd800 ran for 0 msecs: agp_via_init+0x0/0x40()
Calling initcall 0x40cfd840: intelfb_init+0x0/0x4e0()
intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM chipsets
intelfb: Version 0.9.4
initcall 0x40cfd840: intelfb_init+0x0/0x4e0() returned 0.
initcall 0x40cfd840 ran for 10 msecs: intelfb_init+0x0/0x4e0()
Calling initcall 0x40cfe220: serial8250_init+0x0/0x150()
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
initcall 0x40cfe220: serial8250_init+0x0/0x150() returned 0.
initcall 0x40cfe220 ran for 11 msecs: serial8250_init+0x0/0x150()
Calling initcall 0x40cfe370: serial8250_pci_init+0x0/0x20()
initcall 0x40cfe370: serial8250_pci_init+0x0/0x20() returned 0.
initcall 0x40cfe370 ran for 0 msecs: serial8250_pci_init+0x0/0x20()
Calling initcall 0x40cfe820: jsm_init_module+0x0/0x50()
initcall 0x40cfe820: jsm_init_module+0x0/0x50() returned 0.
initcall 0x40cfe820 ran for 0 msecs: jsm_init_module+0x0/0x50()
Calling initcall 0x404f6700: kgdb8250_late_init+0x0/0x190()
initcall 0x404f6700: kgdb8250_late_init+0x0/0x190() returned 0.
initcall 0x404f6700 ran for 0 msecs: kgdb8250_late_init+0x0/0x190()
Calling initcall 0x4095a400: topology_sysfs_init+0x0/0x50()
initcall 0x4095a400: topology_sysfs_init+0x0/0x50() returned 0.
initcall 0x4095a400 ran for 0 msecs: topology_sysfs_init+0x0/0x50()
Calling initcall 0x40cfeb70: brd_init+0x0/0x180()
brd: module loaded
initcall 0x40cfeb70: brd_init+0x0/0x180() returned 0.
initcall 0x40cfeb70 ran for 3 msecs: brd_init+0x0/0x180()
Calling initcall 0x40cff240: cpqarray_init+0x0/0x260()
Compaq SMART2 Driver (v 2.6.0)
initcall 0x40cff240: cpqarray_init+0x0/0x260() returned 0.
initcall 0x40cff240 ran for 2 msecs: cpqarray_init+0x0/0x260()
Calling initcall 0x40cff7f0: cciss_init+0x0/0x30()
HP CISS Driver (v 3.6.14)
initcall 0x40cff7f0: cciss_init+0x0/0x30() returned 0.
initcall 0x40cff7f0 ran for 1 msecs: cciss_init+0x0/0x30()
Calling initcall 0x40cff820: pkt_init+0x0/0x1a0()
initcall 0x40cff820: pkt_init+0x0/0x1a0() returned 0.
initcall 0x40cff820 ran for 0 msecs: pkt_init+0x0/0x1a0()
Calling initcall 0x40cff9c0: mm_init+0x0/0x190()
MM: desc_per_page = 128
initcall 0x40cff9c0: mm_init+0x0/0x190() returned 0.
initcall 0x40cff9c0 ran for 2 msecs: mm_init+0x0/0x190()
Calling initcall 0x40cffb50: ibmasm_init+0x0/0x80()
ibmasm: IBM ASM Service Processor Driver version 1.0 loaded
initcall 0x40cffb50: ibmasm_init+0x0/0x80() returned 0.
initcall 0x40cffb50 ran for 5 msecs: ibmasm_init+0x0/0x80()
Calling initcall 0x40cffbd0: msi_init+0x0/0x150()
initcall 0x40cffbd0: msi_init+0x0/0x150() returned -19.
initcall 0x40cffbd0 ran for 0 msecs: msi_init+0x0/0x150()
Calling initcall 0x40cffd20: tc1100_init+0x0/0x70()
BUG: unable to handle kernel NULL pointer dereference at 00000000
IP: [<404b96a2>] find_guid+0x132/0x150
*pde = 00000000 
Oops: 0000 [#1] SMP 

Pid: 1, comm: swapper Not tainted (2.6.24 #34)
EIP: 0060:[<404b96a2>] EFLAGS: 00010247 CPU: 1
EIP is at find_guid+0x132/0x150
EAX: 05a572d4 EBX: 5f81af54 ECX: 00000000 EDX: ffffffff
ESI: 00000000 EDI: 5f81af54 EBP: 5f81af80 ESP: 5f81af48
 DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
Process swapper (pid: 1, ti=5f81a000 task=5f815410 task.ti=5f81a000)
Stack: 00000000 5f81af74 00000005 c364ac71 495a36db 39b49484 05a572d4 71ac64c3 
       5a49db36 39b49484 05a572d4 00000000 00000000 ffffffed 5f81af88 404b96cf 
       5f81af94 40cffd33 00000000 5f81afe0 40cdb5d3 2c7b1366 00000001 00000000 
Call Trace:
 [<404b96cf>] ? wmi_has_guid+0xf/0x20
 [<40cffd33>] ? tc1100_init+0x13/0x70
 [<40cdb5d3>] ? kernel_init+0x123/0x2f0
 [<40cdb4b0>] ? kernel_init+0x0/0x2f0
 [<401053d7>] ? kernel_thread_helper+0x7/0x10
 =======================
Code: 0c 41 8d 7d d4 eb 24 8d 46 08 b9 10 00 00 00 89 fa e8 e3 88 f6 ff 85 c0 75 0f b0 01 83 7d c8 00 74 19 8b 55 c8 89 32 eb 12 89 de <8b> 1e 0f 18 03 90 81 fe 90 c1 0c 41 75 ce 31 c0 83 c4 2c 5b 5e 
EIP: [<404b96a2>] find_guid+0x132/0x150 SS:ESP 0068:5f81af48
---[ end trace 5d95b7a12e9c31b7 ]---
Kernel panic - not syncing: Attempted to kill init!

[-- Attachment #4: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2)
  2008-02-09  6:17 ` Ingo Molnar
  2008-02-09  6:19   ` Ingo Molnar
@ 2008-02-09  6:19   ` Ingo Molnar
  2008-02-09 11:42     ` Carlos Corbacho
  2008-02-09 11:42     ` [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2) Carlos Corbacho
  1 sibling, 2 replies; 26+ messages in thread
From: Ingo Molnar @ 2008-02-09  6:19 UTC (permalink / raw)
  To: Len Brown
  Cc: Linus Torvalds, Andrew Morton, linux-acpi, linux-kernel,
	linux-pm, Carlos Corbacho


(Carlos Cc:-ed too)

* Ingo Molnar <mingo@elte.hu> wrote:

> * Len Brown <lenb@kernel.org> wrote:
> 
> > Len Brown (6):
> >       ACPI: add newline to printk
> >       ACPI: build WMI on X86 only
> >       acer-wmi, tc1100-wmi: select ACPI_WMI
> 
> hm, this new WMI code caused a bootup crash in the overnight x86.git 
> tests:
> 
> initcall 0x40cffbd0 ran for 0 msecs: msi_init+0x0/0x150()
> Calling initcall 0x40cffd20: tc1100_init+0x0/0x70()
> BUG: unable to handle kernel NULL pointer dereference at 00000000
> IP: [<404b96a2>] find_guid+0x132/0x150
> *pde = 00000000 
> Oops: 0000 [#1] SMP 
> 
> Pid: 1, comm: swapper Not tainted (2.6.24 #34)
> EIP: 0060:[<404b96a2>] EFLAGS: 00010247 CPU: 1
> EIP is at find_guid+0x132/0x150
> EAX: 05a572d4 EBX: 5f81af54 ECX: 00000000 EDX: ffffffff
> ESI: 00000000 EDI: 5f81af54 EBP: 5f81af80 ESP: 5f81af48
>  DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
> Process swapper (pid: 1, ti=5f81a000 task=5f815410 task.ti=5f81a000)
> Stack: 00000000 5f81af74 00000005 c364ac71 495a36db 39b49484 05a572d4 71ac64c3 
>        5a49db36 39b49484 05a572d4 00000000 00000000 ffffffed 5f81af88 404b96cf 
>        5f81af94 40cffd33 00000000 5f81afe0 40cdb5d3 2c7b1366 00000001 00000000 
> Call Trace:
>  [<404b96cf>] ? wmi_has_guid+0xf/0x20
>  [<40cffd33>] ? tc1100_init+0x13/0x70
>  [<40cdb5d3>] ? kernel_init+0x123/0x2f0
>  [<40cdb4b0>] ? kernel_init+0x0/0x2f0
>  [<401053d7>] ? kernel_thread_helper+0x7/0x10
>  =======================
> Code: 0c 41 8d 7d d4 eb 24 8d 46 08 b9 10 00 00 00 89 fa e8 e3 88 f6 ff 85 c0 75 0f b0 01 83 7d c8 00 74 19 8b 55 c8 89 32 eb 12 89 de <8b> 1e 0f 18 03 90 81 fe 90 c1 0c 41 75 ce 31 c0 83 c4 2c 5b 5e 
> EIP: [<404b96a2>] find_guid+0x132/0x150 SS:ESP 0068:5f81af48
> ---[ end trace 5d95b7a12e9c31b7 ]---
> Kernel panic - not syncing: Attempted to kill init!
> Press any key to enter the menu
> 
> config and crashlog attached.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2)
  2008-02-09  6:17 ` Ingo Molnar
@ 2008-02-09  6:19   ` Ingo Molnar
  2008-02-09  6:19   ` Ingo Molnar
  1 sibling, 0 replies; 26+ messages in thread
From: Ingo Molnar @ 2008-02-09  6:19 UTC (permalink / raw)
  To: Len Brown
  Cc: Carlos Corbacho, linux-kernel, linux-acpi, Andrew Morton,
	Linus Torvalds, linux-pm


(Carlos Cc:-ed too)

* Ingo Molnar <mingo@elte.hu> wrote:

> * Len Brown <lenb@kernel.org> wrote:
> 
> > Len Brown (6):
> >       ACPI: add newline to printk
> >       ACPI: build WMI on X86 only
> >       acer-wmi, tc1100-wmi: select ACPI_WMI
> 
> hm, this new WMI code caused a bootup crash in the overnight x86.git 
> tests:
> 
> initcall 0x40cffbd0 ran for 0 msecs: msi_init+0x0/0x150()
> Calling initcall 0x40cffd20: tc1100_init+0x0/0x70()
> BUG: unable to handle kernel NULL pointer dereference at 00000000
> IP: [<404b96a2>] find_guid+0x132/0x150
> *pde = 00000000 
> Oops: 0000 [#1] SMP 
> 
> Pid: 1, comm: swapper Not tainted (2.6.24 #34)
> EIP: 0060:[<404b96a2>] EFLAGS: 00010247 CPU: 1
> EIP is at find_guid+0x132/0x150
> EAX: 05a572d4 EBX: 5f81af54 ECX: 00000000 EDX: ffffffff
> ESI: 00000000 EDI: 5f81af54 EBP: 5f81af80 ESP: 5f81af48
>  DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
> Process swapper (pid: 1, ti=5f81a000 task=5f815410 task.ti=5f81a000)
> Stack: 00000000 5f81af74 00000005 c364ac71 495a36db 39b49484 05a572d4 71ac64c3 
>        5a49db36 39b49484 05a572d4 00000000 00000000 ffffffed 5f81af88 404b96cf 
>        5f81af94 40cffd33 00000000 5f81afe0 40cdb5d3 2c7b1366 00000001 00000000 
> Call Trace:
>  [<404b96cf>] ? wmi_has_guid+0xf/0x20
>  [<40cffd33>] ? tc1100_init+0x13/0x70
>  [<40cdb5d3>] ? kernel_init+0x123/0x2f0
>  [<40cdb4b0>] ? kernel_init+0x0/0x2f0
>  [<401053d7>] ? kernel_thread_helper+0x7/0x10
>  =======================
> Code: 0c 41 8d 7d d4 eb 24 8d 46 08 b9 10 00 00 00 89 fa e8 e3 88 f6 ff 85 c0 75 0f b0 01 83 7d c8 00 74 19 8b 55 c8 89 32 eb 12 89 de <8b> 1e 0f 18 03 90 81 fe 90 c1 0c 41 75 ce 31 c0 83 c4 2c 5b 5e 
> EIP: [<404b96a2>] find_guid+0x132/0x150 SS:ESP 0068:5f81af48
> ---[ end trace 5d95b7a12e9c31b7 ]---
> Kernel panic - not syncing: Attempted to kill init!
> Press any key to enter the menu
> 
> config and crashlog attached.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2)
  2008-02-09  6:19   ` Ingo Molnar
@ 2008-02-09 11:42     ` Carlos Corbacho
  2008-02-11  9:17       ` Ingo Molnar
  2008-02-11  9:17       ` Ingo Molnar
  2008-02-09 11:42     ` [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2) Carlos Corbacho
  1 sibling, 2 replies; 26+ messages in thread
From: Carlos Corbacho @ 2008-02-09 11:42 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Len Brown, Linus Torvalds, Andrew Morton, linux-acpi,
	linux-kernel, linux-pm

On Saturday 09 February 2008 06:19:36 Ingo Molnar wrote:
> (Carlos Cc:-ed too)
>
> * Ingo Molnar <mingo@elte.hu> wrote:
> > * Len Brown <lenb@kernel.org> wrote:
> > > Len Brown (6):
> > >       ACPI: add newline to printk
> > >       ACPI: build WMI on X86 only
> > >       acer-wmi, tc1100-wmi: select ACPI_WMI
> >
> > hm, this new WMI code caused a bootup crash in the overnight x86.git
> > tests:

I suspect this is a problem on systems without ACPI-WMI in the DSDT - though I 
can't reproduce this here on my other box that lacks ACPI-WMI.

Ingo, can you try the patch below and see if this cures it?
---
ACPI: WMI: Fix crash on WMI free systems

From: Carlos Corbacho <carlos@strangeworlds.co.uk>

We have two pointers in the find_guid() code that aren't checked before
we use them. On ACPI-WMI free systems, this can sometimes cause a crash if
another driver tries to use any of the methods provided by WMI.

Also throw in an extra early check to see if the GUID list is empty, so we
can try to bail out before reaching this code as well.

Spotted by Ingo Molnar.

Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
CC: Ingo Molnar <mingo@elte.hu>
CC: Linus Torvalds <torvalds@linux-foundation.org>
CC: Andrew Morton <akpm@linux-foundation.org>
CC: Len Brown <lenb@kernel.org>
---

 drivers/acpi/wmi.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/drivers/acpi/wmi.c b/drivers/acpi/wmi.c
index 36b84ab..b54e734 100644
--- a/drivers/acpi/wmi.c
+++ b/drivers/acpi/wmi.c
@@ -201,12 +201,20 @@ static bool find_guid(const char *guid_string, struct wmi_block **out)
 	struct guid_block *block;
 	struct list_head *p;
 
+	if (list_empty(&wmi_blocks.list))
+		return 0;
+
 	wmi_parse_guid(guid_string, tmp);
 	wmi_swap_bytes(tmp, guid_input);
 
 	list_for_each(p, &wmi_blocks.list) {
 		wblock = list_entry(p, struct wmi_block, list);
+		if (!wblock)
+			return 0;
+
 		block = &wblock->gblock;
+		if (!block)
+			return 0;
 
 		if (memcmp(block->guid, guid_input, 16) == 0) {
 			if (out)
-- 
E-Mail: carlos@strangeworlds.co.uk
Web: strangeworlds.co.uk
GPG Key ID: 0x23EE722D

^ permalink raw reply related	[flat|nested] 26+ messages in thread

* Re: [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2)
  2008-02-09  6:19   ` Ingo Molnar
  2008-02-09 11:42     ` Carlos Corbacho
@ 2008-02-09 11:42     ` Carlos Corbacho
  1 sibling, 0 replies; 26+ messages in thread
From: Carlos Corbacho @ 2008-02-09 11:42 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: linux-kernel, linux-acpi, Andrew Morton, Linus Torvalds, linux-pm

On Saturday 09 February 2008 06:19:36 Ingo Molnar wrote:
> (Carlos Cc:-ed too)
>
> * Ingo Molnar <mingo@elte.hu> wrote:
> > * Len Brown <lenb@kernel.org> wrote:
> > > Len Brown (6):
> > >       ACPI: add newline to printk
> > >       ACPI: build WMI on X86 only
> > >       acer-wmi, tc1100-wmi: select ACPI_WMI
> >
> > hm, this new WMI code caused a bootup crash in the overnight x86.git
> > tests:

I suspect this is a problem on systems without ACPI-WMI in the DSDT - though I 
can't reproduce this here on my other box that lacks ACPI-WMI.

Ingo, can you try the patch below and see if this cures it?
---
ACPI: WMI: Fix crash on WMI free systems

From: Carlos Corbacho <carlos@strangeworlds.co.uk>

We have two pointers in the find_guid() code that aren't checked before
we use them. On ACPI-WMI free systems, this can sometimes cause a crash if
another driver tries to use any of the methods provided by WMI.

Also throw in an extra early check to see if the GUID list is empty, so we
can try to bail out before reaching this code as well.

Spotted by Ingo Molnar.

Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
CC: Ingo Molnar <mingo@elte.hu>
CC: Linus Torvalds <torvalds@linux-foundation.org>
CC: Andrew Morton <akpm@linux-foundation.org>
CC: Len Brown <lenb@kernel.org>
---

 drivers/acpi/wmi.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/drivers/acpi/wmi.c b/drivers/acpi/wmi.c
index 36b84ab..b54e734 100644
--- a/drivers/acpi/wmi.c
+++ b/drivers/acpi/wmi.c
@@ -201,12 +201,20 @@ static bool find_guid(const char *guid_string, struct wmi_block **out)
 	struct guid_block *block;
 	struct list_head *p;
 
+	if (list_empty(&wmi_blocks.list))
+		return 0;
+
 	wmi_parse_guid(guid_string, tmp);
 	wmi_swap_bytes(tmp, guid_input);
 
 	list_for_each(p, &wmi_blocks.list) {
 		wblock = list_entry(p, struct wmi_block, list);
+		if (!wblock)
+			return 0;
+
 		block = &wblock->gblock;
+		if (!block)
+			return 0;
 
 		if (memcmp(block->guid, guid_input, 16) == 0) {
 			if (out)
-- 
E-Mail: carlos@strangeworlds.co.uk
Web: strangeworlds.co.uk
GPG Key ID: 0x23EE722D

^ permalink raw reply related	[flat|nested] 26+ messages in thread

* Re: [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2)
  2008-02-09 11:42     ` Carlos Corbacho
  2008-02-11  9:17       ` Ingo Molnar
@ 2008-02-11  9:17       ` Ingo Molnar
  2008-02-11 19:23         ` Carlos Corbacho
  2008-02-11 19:23         ` Carlos Corbacho
  1 sibling, 2 replies; 26+ messages in thread
From: Ingo Molnar @ 2008-02-11  9:17 UTC (permalink / raw)
  To: Carlos Corbacho
  Cc: Len Brown, Linus Torvalds, Andrew Morton, linux-acpi,
	linux-kernel, linux-pm

[-- Attachment #1: Type: text/plain, Size: 890 bytes --]


* Carlos Corbacho <carlos@strangeworlds.co.uk> wrote:

> > * Ingo Molnar <mingo@elte.hu> wrote:
> > > * Len Brown <lenb@kernel.org> wrote:
> > > > Len Brown (6):
> > > >       ACPI: add newline to printk
> > > >       ACPI: build WMI on X86 only
> > > >       acer-wmi, tc1100-wmi: select ACPI_WMI
> > >
> > > hm, this new WMI code caused a bootup crash in the overnight x86.git
> > > tests:
> 
> I suspect this is a problem on systems without ACPI-WMI in the DSDT - though I 
> can't reproduce this here on my other box that lacks ACPI-WMI.
> 
> Ingo, can you try the patch below and see if this cures it?
> ---
> ACPI: WMI: Fix crash on WMI free systems

no, it does not help - see the attached .config and the crash.log. 

(triggered this crash after about 80 randconfig bootups, 7 of which had 
WMI enabled - so the chance for the crash is about 1:10 on a WMI enabled 
kernel.)

	Ingo

[-- Attachment #2: config --]
[-- Type: text/plain, Size: 51659 bytes --]

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.24
# Mon Feb 11 03:40:21 2008
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
# CONFIG_GENERIC_LOCKBREAK is not set
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_FAST_CMPXCHG_LOCAL=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_QUICKLIST=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_HWEIGHT=y
# CONFIG_GENERIC_GPIO is not set
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_DMI=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_GENERIC_CALIBRATE_DELAY=y
# CONFIG_GENERIC_TIME_VSYSCALL is not set
CONFIG_ARCH_HAS_CPU_RELAX=y
# CONFIG_HAVE_SETUP_PER_CPU_AREA 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_AOUT=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_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
# CONFIG_SWAP is not set
# CONFIG_SYSVIPC is not set
# CONFIG_POSIX_MQUEUE is not set
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
# CONFIG_TASK_XACCT is not set
# CONFIG_AUDIT is not set
CONFIG_IKCONFIG=y
# CONFIG_IKCONFIG_PROC is not set
CONFIG_LOG_BUF_SHIFT=20
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_CGROUP_NS=y
# CONFIG_FAIR_GROUP_SCHED is not set
# CONFIG_BOOTPARAM_MAXCPUS_1 is not set
# CONFIG_BOOTPARAM_NOSMP is not set
# CONFIG_CGROUP_CPUACCT is not set
# CONFIG_RESOURCE_COUNTERS is not set
CONFIG_SYSFS_DEPRECATED=y
CONFIG_RELAY=y
# CONFIG_NAMESPACES is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
CONFIG_EMBEDDED=y
CONFIG_UID16=y
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_EXTRA_PASS=y
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
# CONFIG_BUG is not set
CONFIG_ELF_CORE=y
# CONFIG_COMPAT_BRK is not set
# CONFIG_BASE_FULL is not set
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
# CONFIG_EPOLL is not set
# CONFIG_SIGNALFD is not set
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
# CONFIG_SHMEM is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
CONFIG_PROFILING=y
CONFIG_MARKERS=y
# CONFIG_OPROFILE is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_HAVE_KPROBES=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_TINY_SHMEM=y
CONFIG_BASE_SMALL=1
# CONFIG_MODULES is not set
CONFIG_BLOCK=y
# CONFIG_LBD is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
CONFIG_LSF=y
CONFIG_BLK_DEV_BSG=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
# CONFIG_IOSCHED_DEADLINE is not set
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
CONFIG_DEFAULT_NOOP=y
CONFIG_DEFAULT_IOSCHED="noop"
CONFIG_CLASSIC_RCU=y
# CONFIG_PREEMPT_RCU is not set

#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
# CONFIG_BOOTPARAM_NO_HZ_OFF is not set
# CONFIG_HIGH_RES_TIMERS is not set
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_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_X86_RDC321X is not set
# CONFIG_X86_VSMP is not set
CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
# CONFIG_PARAVIRT_GUEST is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
CONFIG_MWINCHIP2=y
# 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 is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_XADD=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_ALIGNMENT_16=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_X86_MINIMUM_CPU_FAMILY=4
CONFIG_X86_DEBUGCTLMSR=y
# CONFIG_HPET_TIMER is not set
# CONFIG_IOMMU_HELPER is not set
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
# CONFIG_RCU_TRACE is not set
CONFIG_X86_UP_APIC=y
# CONFIG_X86_UP_IOAPIC is not set
CONFIG_X86_LOCAL_APIC=y
# CONFIG_X86_MCE is not set
CONFIG_VM86=y
# CONFIG_TOSHIBA is not set
CONFIG_I8K=y
# CONFIG_X86_REBOOTFIXUPS is not set
CONFIG_MICROCODE=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_VMSPLIT_3G is not set
# CONFIG_VMSPLIT_3G_OPT is not set
# CONFIG_VMSPLIT_2G is not set
# CONFIG_VMSPLIT_2G_OPT is not set
CONFIG_VMSPLIT_1G=y
CONFIG_PAGE_OFFSET=0x40000000
CONFIG_HIGHMEM=y
CONFIG_NEED_NODE_MEMMAP_SIZE=y
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
# CONFIG_ARCH_MEMORY_PROBE is not set
CONFIG_SELECT_MEMORY_MODEL=y
# CONFIG_FLATMEM_MANUAL is not set
# CONFIG_DISCONTIGMEM_MANUAL is not set
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_STATIC=y
# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTPLUG_SPARSE=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_RESOURCES_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_NR_QUICK=1
CONFIG_VIRT_TO_BUS=y
CONFIG_HIGHPTE=y
CONFIG_MATH_EMULATION=y
# CONFIG_MTRR is not set
# CONFIG_EFI is not set
CONFIG_SECCOMP=y
CONFIG_HZ_100=y
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=100
# CONFIG_SCHED_HRTICK is not set
# CONFIG_KEXEC is not set
CONFIG_CRASH_DUMP=y
CONFIG_PHYSICAL_START=0x100000
CONFIG_RELOCATABLE=y
CONFIG_PHYSICAL_ALIGN=0x100000
CONFIG_COMPAT_VDSO=y
# CONFIG_BOOTPARAM_NMI_WATCHDOG_BIT_1 is not set
# CONFIG_BOOTPARAM_NOAPIC is not set
CONFIG_BOOTPARAM_NOLAPIC=y
CONFIG_BOOTPARAM_NOLAPIC_TIMER=y
CONFIG_BOOTPARAM_LAPIC=y
CONFIG_BOOTPARAM_HPET_DISABLE=y
# CONFIG_BOOTPARAM_IDLE_MWAIT is not set
CONFIG_BOOTPARAM_IDLE_POLL=y
# CONFIG_BOOTPARAM_HIGHMEM_512M is not set
CONFIG_BOOTPARAM_NOPAT=y
# CONFIG_BOOTPARAM_NOTSC is not set
CONFIG_BOOTPARAM_ACPI_OFF=y
# CONFIG_BOOTPARAM_PCI_NOACPI is not set
# CONFIG_BOOTPARAM_PCI_NOMSI is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

#
# Power management options
#
CONFIG_PM=y
# CONFIG_PM_LEGACY is not set
# CONFIG_PM_DEBUG is not set
# CONFIG_SUSPEND is not set
CONFIG_ACPI=y
# CONFIG_ACPI_PROCFS is not set
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
# CONFIG_ACPI_BUTTON is not set
CONFIG_ACPI_VIDEO=y
# CONFIG_ACPI_FAN is not set
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_BAY=y
# CONFIG_ACPI_PROCESSOR is not set
CONFIG_ACPI_WMI=y
CONFIG_ACPI_ASUS=y
CONFIG_ACPI_TOSHIBA=y
CONFIG_ACPI_CUSTOM_DSDT_INITRD=y
CONFIG_ACPI_BLACKLIST_YEAR=0
CONFIG_ACPI_DEBUG=y
# CONFIG_ACPI_DEBUG_FUNC_TRACE is not set
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_X86_PM_TIMER is not set
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_HOTPLUG_MEMORY=y
# CONFIG_ACPI_SBS 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=y
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
# CONFIG_PCI_GOANY is not set
CONFIG_PCI_BIOS=y
CONFIG_PCI_DOMAINS=y
# CONFIG_PCIEPORTBUS is not set
# CONFIG_ARCH_SUPPORTS_MSI is not set
CONFIG_PCI_LEGACY=y
CONFIG_ISA_DMA_API=y
CONFIG_ISA=y
CONFIG_EISA=y
CONFIG_EISA_VLB_PRIMING=y
CONFIG_EISA_PCI_EISA=y
CONFIG_EISA_VIRTUAL_ROOT=y
# CONFIG_EISA_NAMES is not set
# CONFIG_MCA is not set
CONFIG_SCx200=y
# CONFIG_SCx200HR_TIMER is not set
# CONFIG_PCCARD is not set
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_FAKE=y
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
CONFIG_HOTPLUG_PCI_ACPI=y
CONFIG_HOTPLUG_PCI_ACPI_IBM=y
CONFIG_HOTPLUG_PCI_CPCI=y
# CONFIG_HOTPLUG_PCI_CPCI_ZT5550 is not set
CONFIG_HOTPLUG_PCI_CPCI_GENERIC=y
# CONFIG_HOTPLUG_PCI_SHPC is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_MISC=y

#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_UNIX=y
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
# CONFIG_XFRM_SUB_POLICY is not set
CONFIG_XFRM_MIGRATE=y
CONFIG_XFRM_STATISTICS=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_ASK_IP_FIB_HASH is not set
CONFIG_IP_FIB_TRIE=y
# CONFIG_IP_FIB_HASH is not set
# CONFIG_IP_FIB_TRIE_STATS is not set
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
# CONFIG_IP_ROUTE_VERBOSE is not set
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=y
CONFIG_NET_IPGRE=y
CONFIG_ARPD=y
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
CONFIG_INET_TUNNEL=y
CONFIG_INET_XFRM_MODE_TRANSPORT=y
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
# CONFIG_INET_LRO is not set
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BIC=y
# CONFIG_TCP_CONG_CUBIC is not set
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
CONFIG_TCP_CONG_VEGAS=y
# CONFIG_TCP_CONG_SCALABLE is not set
CONFIG_TCP_CONG_LP=y
# CONFIG_TCP_CONG_VENO is not set
CONFIG_TCP_CONG_YEAH=y
# CONFIG_TCP_CONG_ILLINOIS is not set
# CONFIG_DEFAULT_BIC is not set
# CONFIG_DEFAULT_CUBIC is not set
# CONFIG_DEFAULT_HTCP is not set
# CONFIG_DEFAULT_VEGAS is not set
# CONFIG_DEFAULT_WESTWOOD is not set
CONFIG_DEFAULT_RENO=y
CONFIG_DEFAULT_TCP_CONG="reno"
CONFIG_TCP_MD5SIG=y
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
# CONFIG_NETLABEL is not set
CONFIG_NETWORK_SECMARK=y
CONFIG_NETFILTER=y
CONFIG_NETFILTER_DEBUG=y
# CONFIG_NETFILTER_ADVANCED is not set

#
# Core Netfilter Configuration
#
# CONFIG_NETFILTER_NETLINK_LOG is not set
CONFIG_NF_CONNTRACK=y
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_FTP=y
CONFIG_NF_CONNTRACK_IRC=y
CONFIG_NF_CONNTRACK_SIP=y
# CONFIG_NF_CT_NETLINK is not set
# CONFIG_NETFILTER_XTABLES is not set

#
# IP: Netfilter Configuration
#
# CONFIG_NF_CONNTRACK_IPV4 is not set
# CONFIG_IP_NF_IPTABLES is not set
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 is not set
CONFIG_IP_DCCP_CCID3_RTO=100
CONFIG_IP_DCCP_TFRC_LIB=y
# CONFIG_IP_SCTP is not set
CONFIG_TIPC=y
# CONFIG_TIPC_ADVANCED is not set
CONFIG_TIPC_DEBUG=y
CONFIG_ATM=y
# CONFIG_ATM_CLIP is not set
CONFIG_ATM_LANE=y
# CONFIG_ATM_MPOA is not set
# CONFIG_ATM_BR2684 is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
CONFIG_DECNET=y
CONFIG_DECNET_ROUTER=y
CONFIG_LLC=y
CONFIG_LLC2=y
# CONFIG_IPX is not set
CONFIG_ATALK=y
# CONFIG_DEV_APPLETALK is not set
# CONFIG_X25 is not set
CONFIG_LAPB=y
# CONFIG_ECONET is not set
CONFIG_WAN_ROUTER=y
# CONFIG_NET_SCHED is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
CONFIG_HAMRADIO=y

#
# Packet Radio protocols
#
# CONFIG_AX25 is not set
CONFIG_CAN=y
# CONFIG_CAN_RAW is not set
# CONFIG_CAN_BCM is not set

#
# CAN Device Drivers
#
CONFIG_CAN_VCAN=y
# CONFIG_CAN_DEBUG_DEVICES is not set
# CONFIG_IRDA is not set
CONFIG_BT=y
CONFIG_BT_L2CAP=y
CONFIG_BT_SCO=y
# CONFIG_BT_RFCOMM is not set
CONFIG_BT_BNEP=y
CONFIG_BT_BNEP_MC_FILTER=y
# CONFIG_BT_BNEP_PROTO_FILTER is not set
CONFIG_BT_HIDP=y

#
# Bluetooth device drivers
#
CONFIG_BT_HCIUSB=y
CONFIG_BT_HCIUSB_SCO=y
# CONFIG_BT_HCIUART is not set
# CONFIG_BT_HCIBCM203X is not set
CONFIG_BT_HCIBPA10X=y
# CONFIG_BT_HCIBFUSB is not set
CONFIG_BT_HCIVHCI=y
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y

#
# Wireless
#
# CONFIG_CFG80211 is not set
CONFIG_WIRELESS_EXT=y
# CONFIG_MAC80211 is not set
CONFIG_IEEE80211=y
# CONFIG_IEEE80211_DEBUG is not set
CONFIG_IEEE80211_CRYPT_WEP=y
# CONFIG_IEEE80211_CRYPT_CCMP is not set
CONFIG_IEEE80211_CRYPT_TKIP=y
# CONFIG_IEEE80211_SOFTMAC is not set
# CONFIG_RFKILL is not set
CONFIG_NET_9P=y
CONFIG_NET_9P_FD=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_SYS_HYPERVISOR is not set
CONFIG_CONNECTOR=y
# CONFIG_PROC_EVENTS is not set
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_AX88796 is not set
# CONFIG_PARPORT_1284 is not set
CONFIG_PNP=y
CONFIG_PNP_DEBUG=y

#
# Protocols
#
CONFIG_ISAPNP=y
# CONFIG_PNPBIOS is not set
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_FD is not set
CONFIG_BLK_DEV_XD=y
CONFIG_BLK_CPQ_DA=y
CONFIG_BLK_CPQ_CISS_DA=y
# CONFIG_CISS_SCSI_TAPE is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_CRYPTOLOOP=y
# CONFIG_BLK_DEV_NBD is not set
CONFIG_BLK_DEV_SX8=y
CONFIG_BLK_DEV_UB=y
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
CONFIG_MISC_DEVICES=y
# CONFIG_IBM_ASM is not set
CONFIG_PHANTOM=y
CONFIG_EEPROM_93CX6=y
# CONFIG_SGI_IOC4 is not set
CONFIG_TIFM_CORE=y
CONFIG_TIFM_7XX1=y
CONFIG_FUJITSU_LAPTOP=y
CONFIG_TC1100_WMI=y
# CONFIG_MSI_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
CONFIG_ENCLOSURE_SERVICES=y

#
# SCSI device support
#
CONFIG_RAID_ATTRS=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_TGT=y
CONFIG_SCSI_NETLINK=y
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=y
CONFIG_CHR_DEV_OSST=y
# CONFIG_BLK_DEV_SR is not set
# CONFIG_CHR_DEV_SG is not set
# CONFIG_CHR_DEV_SCH is not set
CONFIG_SCSI_ENCLOSURE=y

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_ATTRS=y
CONFIG_SCSI_FC_TGT_ATTRS=y
CONFIG_SCSI_ISCSI_ATTRS=y
CONFIG_SCSI_SAS_ATTRS=y
CONFIG_SCSI_SAS_LIBSAS=y
# CONFIG_SCSI_SAS_ATA is not set
CONFIG_SCSI_SAS_HOST_SMP=y
CONFIG_SCSI_SAS_LIBSAS_DEBUG=y
CONFIG_SCSI_SRP_ATTRS=y
CONFIG_SCSI_SRP_TGT_ATTRS=y
CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=y
CONFIG_BLK_DEV_3W_XXXX_RAID=y
CONFIG_SCSI_3W_9XXX=y
CONFIG_SCSI_7000FASST=y
CONFIG_SCSI_ACARD=y
CONFIG_SCSI_AHA152X=y
# CONFIG_SCSI_AHA1542 is not set
CONFIG_SCSI_AHA1740=y
# CONFIG_SCSI_AACRAID is not set
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
CONFIG_AIC7XXX_RESET_DELAY_MS=5000
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
CONFIG_AIC7XXX_DEBUG_MASK=0
# CONFIG_AIC7XXX_REG_PRETTY_PRINT is not set
CONFIG_SCSI_AIC7XXX_OLD=y
CONFIG_SCSI_AIC79XX=y
CONFIG_AIC79XX_CMDS_PER_DEVICE=32
CONFIG_AIC79XX_RESET_DELAY_MS=5000
CONFIG_AIC79XX_DEBUG_ENABLE=y
CONFIG_AIC79XX_DEBUG_MASK=0
CONFIG_AIC79XX_REG_PRETTY_PRINT=y
CONFIG_SCSI_AIC94XX=y
CONFIG_AIC94XX_DEBUG=y
CONFIG_SCSI_DPT_I2O=y
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
CONFIG_SCSI_DMX3191D=y
CONFIG_SCSI_DTC3280=y
CONFIG_SCSI_EATA=y
# CONFIG_SCSI_EATA_TAGGED_QUEUE is not set
# CONFIG_SCSI_EATA_LINKED_COMMANDS is not set
CONFIG_SCSI_EATA_MAX_TAGS=16
# CONFIG_SCSI_FUTURE_DOMAIN is not set
CONFIG_SCSI_GDTH=y
CONFIG_SCSI_GENERIC_NCR5380=y
# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
# CONFIG_SCSI_GENERIC_NCR53C400 is not set
# CONFIG_SCSI_IPS is not set
CONFIG_SCSI_INITIO=y
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
CONFIG_SCSI_IMM=y
CONFIG_SCSI_IZIP_EPP16=y
CONFIG_SCSI_IZIP_SLOW_CTR=y
CONFIG_SCSI_NCR53C406A=y
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
CONFIG_SCSI_IPR=y
# CONFIG_SCSI_IPR_TRACE is not set
# CONFIG_SCSI_IPR_DUMP is not set
CONFIG_SCSI_PAS16=y
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
CONFIG_SCSI_QLA_ISCSI=y
# CONFIG_SCSI_LPFC is not set
CONFIG_SCSI_SIM710=y
CONFIG_SCSI_SYM53C416=y
CONFIG_SCSI_DC395x=y
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
CONFIG_SCSI_SRP=y
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_ACPI=y
CONFIG_SATA_AHCI=y
# CONFIG_SATA_SVW is not set
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=y
# CONFIG_SATA_SIL24 is not set
CONFIG_SATA_SIS=y
CONFIG_SATA_ULI=y
CONFIG_SATA_VIA=y
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_PATA_ACPI is not set
# CONFIG_PATA_ALI is not set
CONFIG_PATA_AMD=y
CONFIG_PATA_ARTOP=y
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_CMD640_PCI is not set
CONFIG_PATA_CMD64X=y
# CONFIG_PATA_CS5520 is not set
CONFIG_PATA_CS5530=y
# CONFIG_PATA_CS5535 is not set
CONFIG_PATA_CS5536=y
CONFIG_PATA_CYPRESS=y
# CONFIG_PATA_EFAR is not set
CONFIG_ATA_GENERIC=y
CONFIG_PATA_HPT366=y
CONFIG_PATA_HPT37X=y
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_ISAPNP is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_LEGACY is not set
# CONFIG_PATA_TRIFLEX is not set
CONFIG_PATA_MARVELL=y
# CONFIG_PATA_MPIIX is not set
CONFIG_PATA_OLDPIIX=y
CONFIG_PATA_NETCELL=y
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87410 is not set
CONFIG_PATA_NS87415=y
CONFIG_PATA_OPTI=y
# CONFIG_PATA_OPTIDMA is not set
CONFIG_PATA_PDC_OLD=y
CONFIG_PATA_QDI=y
CONFIG_PATA_RADISYS=y
# CONFIG_PATA_RZ1000 is not set
CONFIG_PATA_SC1200=y
CONFIG_PATA_SERVERWORKS=y
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_SIL680 is not set
CONFIG_PATA_SIS=y
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
# CONFIG_PATA_WINBOND_VLB is not set
CONFIG_PATA_PLATFORM=y
CONFIG_MD=y
# CONFIG_BLK_DEV_MD is not set
# CONFIG_BLK_DEV_DM is not set
CONFIG_FUSION=y
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
# CONFIG_FUSION_SAS is not set
CONFIG_FUSION_MAX_SGE=128
CONFIG_FUSION_LOGGING=y

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
CONFIG_IEEE1394=y

#
# Subsystem Options
#
CONFIG_IEEE1394_VERBOSEDEBUG=y

#
# Controllers
#
# CONFIG_IEEE1394_PCILYNX is not set
CONFIG_IEEE1394_OHCI1394=y

#
# Protocols
#
# CONFIG_IEEE1394_VIDEO1394 is not set
CONFIG_IEEE1394_SBP2=y
# CONFIG_IEEE1394_SBP2_PHYS_DMA is not set
CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y
CONFIG_IEEE1394_ETH1394=y
CONFIG_IEEE1394_DV1394=y
# CONFIG_IEEE1394_RAWIO is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
# CONFIG_NETDEVICES_MULTIQUEUE is not set
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
CONFIG_EQUALIZER=y
CONFIG_TUN=y
# CONFIG_VETH is not set
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
CONFIG_PHYLIB=y

#
# MII PHY device drivers
#
CONFIG_MARVELL_PHY=y
# CONFIG_DAVICOM_PHY is not set
CONFIG_QSEMI_PHY=y
# CONFIG_LXT_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_ICPLUS_PHY is not set
CONFIG_REALTEK_PHY=y
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 is not set
CONFIG_NET_VENDOR_3COM=y
CONFIG_EL1=y
# CONFIG_EL2 is not set
CONFIG_ELPLUS=y
# CONFIG_EL16 is not set
CONFIG_EL3=y
# CONFIG_3C515 is not set
# CONFIG_VORTEX is not set
CONFIG_TYPHOON=y
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
CONFIG_ENC28J60=y
CONFIG_ENC28J60_WRITEVERIFY=y
CONFIG_NET_VENDOR_RACAL=y
# CONFIG_NI5010 is not set
CONFIG_NI52=y
# CONFIG_NI65 is not set
# CONFIG_NET_TULIP is not set
CONFIG_AT1700=y
CONFIG_DEPCA=y
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
CONFIG_B44=y
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
CONFIG_FORCEDETH=y
# CONFIG_FORCEDETH_NAPI is not set
# CONFIG_CS89x0 is not set
CONFIG_EEPRO100=y
CONFIG_E100=y
CONFIG_LNE390=y
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
CONFIG_NE2K_PCI=y
# CONFIG_NE3210 is not set
CONFIG_ES3210=y
# CONFIG_8139CP is not set
CONFIG_8139TOO=y
CONFIG_8139TOO_PIO=y
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
CONFIG_8139_OLD_RX_RESET=y
# CONFIG_R6040 is not set
# CONFIG_SIS900 is not set
CONFIG_EPIC100=y
# CONFIG_SUNDANCE is not set
CONFIG_TLAN=y
CONFIG_VIA_RHINE=y
# CONFIG_VIA_RHINE_MMIO is not set
CONFIG_VIA_RHINE_NAPI=y
# CONFIG_SC92031 is not set
CONFIG_NET_POCKET=y
# CONFIG_ATP is not set
CONFIG_DE600=y
# CONFIG_DE620 is not set
CONFIG_NETDEV_1000=y
# CONFIG_ACENIC is not set
CONFIG_DL2K=y
CONFIG_E1000=y
# CONFIG_E1000_NAPI is not set
# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
# CONFIG_E1000E is not set
# CONFIG_E1000E_ENABLED is not set
CONFIG_IP1000=y
# CONFIG_IGB is not set
CONFIG_NS83820=y
CONFIG_HAMACHI=y
# CONFIG_YELLOWFIN is not set
CONFIG_R8169=y
CONFIG_R8169_NAPI=y
# CONFIG_SKGE is not set
CONFIG_SKY2=y
# CONFIG_SK98LIN is not set
CONFIG_VIA_VELOCITY=y
CONFIG_TIGON3=y
CONFIG_BNX2=y
CONFIG_QLA3XXX=y
# CONFIG_ATL1 is not set
CONFIG_NETDEV_10000=y
CONFIG_CHELSIO_T1=y
# CONFIG_CHELSIO_T1_1G is not set
# CONFIG_CHELSIO_T1_NAPI is not set
CONFIG_CHELSIO_T3=y
# CONFIG_IXGBE is not set
# CONFIG_IXGB is not set
CONFIG_S2IO=y
CONFIG_S2IO_NAPI=y
# CONFIG_MYRI10GE is not set
# CONFIG_NETXEN_NIC is not set
# CONFIG_NIU is not set
CONFIG_MLX4_CORE=y
CONFIG_MLX4_DEBUG=y
# CONFIG_TEHUTI is not set
# CONFIG_BNX2X is not set
# CONFIG_TR is not set

#
# Wireless LAN
#
CONFIG_WLAN_PRE80211=y
# CONFIG_STRIP is not set
CONFIG_ARLAN=y
CONFIG_WAVELAN=y
CONFIG_WLAN_80211=y
CONFIG_IPW2100=y
CONFIG_IPW2100_MONITOR=y
CONFIG_IPW2100_DEBUG=y
# CONFIG_IPW2200 is not set
CONFIG_LIBERTAS=y
CONFIG_LIBERTAS_USB=y
CONFIG_LIBERTAS_DEBUG=y
# CONFIG_AIRO is not set
# CONFIG_HERMES is not set
CONFIG_ATMEL=y
CONFIG_PCI_ATMEL=y
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
CONFIG_USB_NET_RNDIS_WLAN=y
# CONFIG_HOSTAP is not set

#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
CONFIG_USB_RTL8150=y
CONFIG_USB_USBNET=y
CONFIG_USB_NET_AX8817X=y
CONFIG_USB_NET_CDCETHER=y
CONFIG_USB_NET_DM9601=y
CONFIG_USB_NET_GL620A=y
CONFIG_USB_NET_NET1080=y
CONFIG_USB_NET_PLUSB=y
CONFIG_USB_NET_MCS7830=y
CONFIG_USB_NET_RNDIS_HOST=y
# CONFIG_USB_NET_CDC_SUBSET is not set
CONFIG_USB_NET_ZAURUS=y
# CONFIG_WAN is not set
# CONFIG_ATM_DRIVERS is not set
# CONFIG_FDDI is not set
CONFIG_HIPPI=y
CONFIG_ROADRUNNER=y
# CONFIG_ROADRUNNER_LARGE_RINGS is not set
CONFIG_PLIP=y
CONFIG_PPP=y
# CONFIG_PPP_MULTILINK is not set
CONFIG_PPP_FILTER=y
# CONFIG_PPP_ASYNC is not set
CONFIG_PPP_SYNC_TTY=y
CONFIG_PPP_DEFLATE=y
# CONFIG_PPP_BSDCOMP is not set
# CONFIG_PPP_MPPE is not set
# CONFIG_PPPOE is not set
CONFIG_PPPOATM=y
# CONFIG_PPPOL2TP is not set
CONFIG_SLIP=y
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLHC=y
# CONFIG_SLIP_SMART is not set
# CONFIG_SLIP_MODE_SLIP6 is not set
CONFIG_NET_FC=y
CONFIG_NETCONSOLE=y
# CONFIG_NETCONSOLE_DYNAMIC is not set
CONFIG_NETPOLL=y
# CONFIG_NETPOLL_TRAP is not set
CONFIG_NET_POLL_CONTROLLER=y
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=y
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 is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# 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 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_INPUT_MOUSE is not set
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
CONFIG_JOYSTICK_A3D=y
# CONFIG_JOYSTICK_ADI is not set
CONFIG_JOYSTICK_COBRA=y
# CONFIG_JOYSTICK_GF2K is not set
CONFIG_JOYSTICK_GRIP=y
CONFIG_JOYSTICK_GRIP_MP=y
# CONFIG_JOYSTICK_GUILLEMOT is not set
CONFIG_JOYSTICK_INTERACT=y
CONFIG_JOYSTICK_SIDEWINDER=y
# CONFIG_JOYSTICK_TMDC is not set
# CONFIG_JOYSTICK_IFORCE is not set
CONFIG_JOYSTICK_WARRIOR=y
# CONFIG_JOYSTICK_MAGELLAN is not set
CONFIG_JOYSTICK_SPACEORB=y
CONFIG_JOYSTICK_SPACEBALL=y
CONFIG_JOYSTICK_STINGER=y
# CONFIG_JOYSTICK_TWIDJOY is not set
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=y
CONFIG_INPUT_TABLET=y
CONFIG_TABLET_USB_ACECAD=y
# CONFIG_TABLET_USB_AIPTEK is not set
# CONFIG_TABLET_USB_GTCO is not set
# CONFIG_TABLET_USB_KBTAB is not set
CONFIG_TABLET_USB_WACOM=y
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_ADS7846=y
CONFIG_TOUCHSCREEN_FUJITSU=y
CONFIG_TOUCHSCREEN_GUNZE=y
CONFIG_TOUCHSCREEN_ELO=y
# CONFIG_TOUCHSCREEN_MTOUCH is not set
CONFIG_TOUCHSCREEN_MK712=y
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
CONFIG_TOUCHSCREEN_UCB1400=y
CONFIG_TOUCHSCREEN_USB_COMPOSITE=y
# CONFIG_TOUCHSCREEN_USB_EGALAX is not set
CONFIG_TOUCHSCREEN_USB_PANJIT=y
# CONFIG_TOUCHSCREEN_USB_3M is not set
CONFIG_TOUCHSCREEN_USB_ITM=y
# CONFIG_TOUCHSCREEN_USB_ETURBO is not set
CONFIG_TOUCHSCREEN_USB_GUNZE=y
CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y
# CONFIG_TOUCHSCREEN_USB_IRTOUCH is not set
# CONFIG_TOUCHSCREEN_USB_IDEALTEK is not set
CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y
CONFIG_TOUCHSCREEN_USB_GOTOP=y
# CONFIG_INPUT_MISC 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=y
CONFIG_GAMEPORT=y
CONFIG_GAMEPORT_NS558=y
CONFIG_GAMEPORT_L4=y
CONFIG_GAMEPORT_EMU10K1=y
CONFIG_GAMEPORT_FM801=y

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_SERIAL_NONSTANDARD=y
CONFIG_COMPUTONE=y
CONFIG_ROCKETPORT=y
# CONFIG_CYCLADES is not set
CONFIG_DIGIEPCA=y
CONFIG_ESPSERIAL=y
CONFIG_MOXA_INTELLIO=y
CONFIG_MOXA_SMARTIO=y
CONFIG_ISI=y
CONFIG_SYNCLINK=y
CONFIG_SYNCLINKMP=y
CONFIG_SYNCLINK_GT=y
# CONFIG_N_HDLC is not set
# CONFIG_SPECIALIX is not set
# CONFIG_SX is not set
# CONFIG_RIO is not set
# CONFIG_STALDRV is not set
# CONFIG_NOZOMI is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_FIX_EARLYCON_MEM=y
# CONFIG_SERIAL_8250_PCI is not set
# CONFIG_SERIAL_8250_PNP is not set
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
CONFIG_PRINTER=y
# CONFIG_LP_CONSOLE is not set
CONFIG_PPDEV=y
# CONFIG_IPMI_HANDLER is not set
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=y
# CONFIG_NVRAM is not set
CONFIG_RTC=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
CONFIG_SONYPI=y
# CONFIG_MWAVE is not set
CONFIG_SCx200_GPIO=y
CONFIG_PC8736x_GPIO=y
CONFIG_NSC_GPIO=y
CONFIG_CS5535_GPIO=y
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
# CONFIG_HPET_RTC_IRQ is not set
# CONFIG_HPET_MMAP is not set
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_TCG_TPM is not set
CONFIG_TELCLOCK=y
CONFIG_DEVPORT=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
# CONFIG_I2C_CHARDEV is not set

#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=y
CONFIG_I2C_ALGOPCF=y
CONFIG_I2C_ALGOPCA=y

#
# I2C Hardware Bus support
#
CONFIG_I2C_ALI1535=y
CONFIG_I2C_ALI1563=y
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
CONFIG_I2C_AMD8111=y
CONFIG_I2C_ELEKTOR=y
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_I810 is not set
# CONFIG_I2C_PIIX4 is not set
CONFIG_I2C_NFORCE2=y
# CONFIG_I2C_OCORES is not set
CONFIG_I2C_PARPORT=y
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_I2C_SAVAGE4 is not set
# CONFIG_I2C_SIMTEC is not set
CONFIG_SCx200_I2C=y
CONFIG_SCx200_I2C_SCL=12
CONFIG_SCx200_I2C_SDA=13
CONFIG_SCx200_ACB=y
CONFIG_I2C_SIS5595=y
# CONFIG_I2C_SIS630 is not set
CONFIG_I2C_SIS96X=y
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set
CONFIG_I2C_VIA=y
# CONFIG_I2C_VIAPRO is not set
CONFIG_I2C_VOODOO3=y
CONFIG_I2C_PCA_ISA=y

#
# Miscellaneous I2C Chip support
#
# CONFIG_DS1682 is not set
CONFIG_SENSORS_EEPROM=y
CONFIG_SENSORS_PCF8574=y
# CONFIG_PCF8575 is not set
CONFIG_SENSORS_PCF8591=y
# CONFIG_TPS65010 is not set
CONFIG_SENSORS_MAX6875=y
CONFIG_SENSORS_TSL2550=y
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
CONFIG_I2C_DEBUG_BUS=y
CONFIG_I2C_DEBUG_CHIP=y

#
# SPI support
#
CONFIG_SPI=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 is not set
# CONFIG_SPI_TLE62X0 is not set
CONFIG_W1=y
CONFIG_W1_CON=y

#
# 1-wire Bus Masters
#
CONFIG_W1_MASTER_MATROX=y
# CONFIG_W1_MASTER_DS2490 is not set
CONFIG_W1_MASTER_DS2482=y

#
# 1-wire Slaves
#
# CONFIG_W1_SLAVE_THERM is not set
CONFIG_W1_SLAVE_SMEM=y
# CONFIG_W1_SLAVE_DS2433 is not set
CONFIG_W1_SLAVE_DS2760=y
CONFIG_POWER_SUPPLY=y
CONFIG_POWER_SUPPLY_DEBUG=y
# CONFIG_PDA_POWER is not set
CONFIG_BATTERY_DS2760=y
# CONFIG_HWMON is not set
CONFIG_THERMAL=y
# CONFIG_WATCHDOG is not set

#
# Sonics Silicon Backplane
#
CONFIG_SSB_POSSIBLE=y
CONFIG_SSB=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
CONFIG_SSB_SILENT=y
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y

#
# Multifunction device drivers
#
CONFIG_MFD_SM501=y

#
# Multimedia devices
#
# CONFIG_DVB_CORE is not set
CONFIG_DAB=y
CONFIG_USB_DABUSB=y

#
# Graphics support
#
CONFIG_AGP=y
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
CONFIG_AGP_AMD=y
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=y
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
CONFIG_AGP_VIA=y
# CONFIG_AGP_EFFICEON is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
CONFIG_DRM_R128=y
# CONFIG_DRM_RADEON is not set
CONFIG_DRM_I810=y
# CONFIG_DRM_I830 is not set
# CONFIG_DRM_I915 is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
CONFIG_VGASTATE=y
CONFIG_VIDEO_OUTPUT_CONTROL=y
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
CONFIG_FB_DDC=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_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=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 is not set
CONFIG_FB_ARC=y
CONFIG_FB_IMSTT=y
CONFIG_FB_UVESA=y
# CONFIG_FB_EFI is not set
CONFIG_FB_HECUBA=y
CONFIG_FB_HGA=y
# CONFIG_FB_HGA_ACCEL is not set
CONFIG_FB_S1D13XXX=y
CONFIG_FB_NVIDIA=y
# CONFIG_FB_NVIDIA_I2C is not set
CONFIG_FB_NVIDIA_DEBUG=y
# CONFIG_FB_NVIDIA_BACKLIGHT is not set
CONFIG_FB_RIVA=y
CONFIG_FB_RIVA_I2C=y
# CONFIG_FB_RIVA_DEBUG is not set
CONFIG_FB_RIVA_BACKLIGHT=y
CONFIG_FB_I810=y
CONFIG_FB_I810_GTF=y
CONFIG_FB_I810_I2C=y
CONFIG_FB_LE80578=y
CONFIG_FB_CARILLO_RANCH=y
# 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 is not set
# CONFIG_FB_MATROX_I2C is not set
CONFIG_FB_MATROX_MULTIHEAD=y
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
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=y
CONFIG_FB_NEOMAGIC=y
# CONFIG_FB_KYRO is not set
CONFIG_FB_3DFX=y
CONFIG_FB_3DFX_ACCEL=y
CONFIG_FB_VOODOO1=y
CONFIG_FB_VT8623=y
CONFIG_FB_TRIDENT=y
CONFIG_FB_TRIDENT_ACCEL=y
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_GEODE is not set
CONFIG_FB_SM501=y
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=y
# CONFIG_LCD_LTV350QV is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_CORGI is not set
CONFIG_BACKLIGHT_PROGEAR=y
CONFIG_BACKLIGHT_CARILLO_RANCH=y

#
# Display device support
#
CONFIG_DISPLAY_SUPPORT=y

#
# Display hardware drivers
#

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
# CONFIG_VIDEO_SELECT is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y

#
# Sound
#
CONFIG_SOUND=y

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_RAWMIDI=y
# CONFIG_SND_SEQUENCER is not set
CONFIG_SND_OSSEMUL=y
# CONFIG_SND_MIXER_OSS is not set
CONFIG_SND_PCM_OSS=y
# CONFIG_SND_PCM_OSS_PLUGINS is not set
CONFIG_SND_RTCTIMER=y
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
CONFIG_SND_MPU401_UART=y
CONFIG_SND_OPL3_LIB=y
CONFIG_SND_OPL4_LIB=y
CONFIG_SND_VX_LIB=y
CONFIG_SND_AC97_CODEC=y
# CONFIG_SND_DUMMY is not set
CONFIG_SND_MTS64=y
CONFIG_SND_SERIAL_U16550=y
# CONFIG_SND_MPU401 is not set
CONFIG_SND_PORTMAN2X4=y
CONFIG_SND_AD1848_LIB=y
CONFIG_SND_CS4231_LIB=y
CONFIG_SND_SB_COMMON=y
CONFIG_SND_SB16_DSP=y

#
# ISA devices
#
CONFIG_SND_ADLIB=y
# CONFIG_SND_AD1816A is not set
CONFIG_SND_AD1848=y
# CONFIG_SND_ALS100 is not set
CONFIG_SND_AZT2320=y
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_CS4231 is not set
CONFIG_SND_CS4232=y
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_DT019X is not set
# CONFIG_SND_ES968 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_SC6000 is not set
CONFIG_SND_OPL3SA2=y
CONFIG_SND_OPTI92X_AD1848=y
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
CONFIG_SND_MIRO=y
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
CONFIG_SND_SBAWE=y
CONFIG_SND_SB16_CSP=y
CONFIG_SND_SB16_CSP_FIRMWARE_IN_KERNEL=y
CONFIG_SND_SGALAXY=y
# CONFIG_SND_SSCAPE is not set
# CONFIG_SND_WAVEFRONT is not set

#
# PCI devices
#
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
CONFIG_SND_ALS4000=y
# CONFIG_SND_ALI5451 is not set
CONFIG_SND_ATIIXP=y
# CONFIG_SND_ATIIXP_MODEM is not set
CONFIG_SND_AU8810=y
CONFIG_SND_AU8820=y
CONFIG_SND_AU8830=y
CONFIG_SND_AZT3328=y
CONFIG_SND_BT87X=y
# CONFIG_SND_BT87X_OVERCLOCK is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
CONFIG_SND_OXYGEN_LIB=y
CONFIG_SND_OXYGEN=y
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS5530 is not set
# CONFIG_SND_CS5535AUDIO is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
CONFIG_SND_DARLA24=y
# CONFIG_SND_GINA24 is not set
CONFIG_SND_LAYLA24=y
CONFIG_SND_MONA=y
# CONFIG_SND_MIA is not set
CONFIG_SND_ECHO3G=y
CONFIG_SND_INDIGO=y
CONFIG_SND_INDIGOIO=y
CONFIG_SND_INDIGODJ=y
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
CONFIG_SND_ENS1370=y
CONFIG_SND_ENS1371=y
CONFIG_SND_ES1938=y
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
CONFIG_SND_HDA_INTEL=y
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
CONFIG_SND_HDA_CODEC_VIA=y
# CONFIG_SND_HDA_CODEC_ATIHDMI is not set
CONFIG_SND_HDA_CODEC_CONEXANT=y
# CONFIG_SND_HDA_CODEC_CMEDIA is not set
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_HDA_POWER_SAVE=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
CONFIG_SND_HDSP=y
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_HIFIER is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
CONFIG_SND_INTEL8X0M=y
CONFIG_SND_KORG1212=y
CONFIG_SND_KORG1212_FIRMWARE_IN_KERNEL=y
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
CONFIG_SND_NM256=y
# CONFIG_SND_PCXHR is not set
CONFIG_SND_RIPTIDE=y
CONFIG_SND_RME32=y
CONFIG_SND_RME96=y
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SIS7019 is not set
# CONFIG_SND_SONICVIBES is not set
CONFIG_SND_TRIDENT=y
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VIRTUOSO is not set
CONFIG_SND_VX222=y
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_AC97_POWER_SAVE is not set

#
# SPI devices
#

#
# USB devices
#
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set
CONFIG_SND_USB_CAIAQ=y
CONFIG_SND_USB_CAIAQ_INPUT=y

#
# System on Chip audio support
#
CONFIG_SND_SOC=y

#
# SoC Audio support for SuperH
#

#
# ALSA SoC audio for Freescale SOCs
#

#
# Open Sound System
#
CONFIG_SOUND_PRIME=y
# CONFIG_SOUND_TRIDENT is not set
CONFIG_AC97_BUS=y
# CONFIG_HID_SUPPORT is not set
CONFIG_HID=y
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=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
# CONFIG_USB_DEVICEFS is not set
CONFIG_USB_DEVICE_CLASS=y
CONFIG_USB_DYNAMIC_MINORS=y
CONFIG_USB_SUSPEND=y
# CONFIG_USB_PERSIST is not set
# CONFIG_USB_OTG is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_ISP116X_HCD=y
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_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set

#
# USB Device Class drivers
#
CONFIG_USB_ACM=y
CONFIG_USB_PRINTER=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 is not set
CONFIG_USB_STORAGE_DPCM=y
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
CONFIG_USB_STORAGE_SDDR55=y
# CONFIG_USB_STORAGE_JUMPSHOT is not set
CONFIG_USB_STORAGE_ALAUDA=y
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_LIBUSUAL is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
CONFIG_USB_MICROTEK=y
CONFIG_USB_MON=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=y
# CONFIG_USB_SERIAL_AIRCABLE is not set
# CONFIG_USB_SERIAL_AIRPRIME is not set
# CONFIG_USB_SERIAL_ARK3116 is not set
CONFIG_USB_SERIAL_BELKIN=y
CONFIG_USB_SERIAL_CH341=y
CONFIG_USB_SERIAL_WHITEHEAT=y
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=y
# CONFIG_USB_SERIAL_CP2101 is not set
CONFIG_USB_SERIAL_CYPRESS_M8=y
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
# CONFIG_USB_SERIAL_FUNSOFT is not set
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 is not set
CONFIG_USB_SERIAL_GARMIN=y
CONFIG_USB_SERIAL_IPW=y
# CONFIG_USB_SERIAL_IUU is not set
CONFIG_USB_SERIAL_KEYSPAN_PDA=y
CONFIG_USB_SERIAL_KEYSPAN=y
# CONFIG_USB_SERIAL_KEYSPAN_MPR is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set
CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
# CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set
CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
# CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19QW is not set
CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
# CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set
CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
CONFIG_USB_SERIAL_KLSI=y
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
CONFIG_USB_SERIAL_MCT_U232=y
# CONFIG_USB_SERIAL_MOS7720 is not set
CONFIG_USB_SERIAL_MOS7840=y
# CONFIG_USB_SERIAL_NAVMAN is not set
CONFIG_USB_SERIAL_PL2303=y
CONFIG_USB_SERIAL_OTI6858=y
CONFIG_USB_SERIAL_HP4X=y
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 is not set
CONFIG_USB_SERIAL_XIRCOM=y
# CONFIG_USB_SERIAL_OPTION is not set
# CONFIG_USB_SERIAL_OMNINET is not set
CONFIG_USB_SERIAL_DEBUG=y

#
# USB Miscellaneous drivers
#
CONFIG_USB_EMI62=y
CONFIG_USB_EMI26=y
CONFIG_USB_ADUTUX=y
CONFIG_USB_AUERSWALD=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 is not set
# CONFIG_USB_CYTHERM is not set
CONFIG_USB_PHIDGET=y
# CONFIG_USB_PHIDGETKIT is not set
CONFIG_USB_PHIDGETMOTORCONTROL=y
# CONFIG_USB_PHIDGETSERVO is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
CONFIG_USB_APPLEDISPLAY=y
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
CONFIG_USB_ATM=y
CONFIG_USB_SPEEDTOUCH=y
CONFIG_USB_CXACRU=y
# CONFIG_USB_UEAGLEATM is not set
CONFIG_USB_XUSBATM=y
# CONFIG_USB_GADGET is not set
# CONFIG_MMC is not set
CONFIG_NEW_LEDS=y
# CONFIG_LEDS_CLASS is not set

#
# LED drivers
#

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
# CONFIG_LEDS_TRIGGER_TIMER is not set
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
CONFIG_INFINIBAND=y
# CONFIG_INFINIBAND_USER_MAD is not set
# CONFIG_INFINIBAND_USER_ACCESS is not set
CONFIG_INFINIBAND_ADDR_TRANS=y
# CONFIG_INFINIBAND_MTHCA is not set
CONFIG_INFINIBAND_AMSO1100=y
# CONFIG_INFINIBAND_AMSO1100_DEBUG is not set
CONFIG_INFINIBAND_CXGB3=y
# CONFIG_INFINIBAND_CXGB3_DEBUG is not set
CONFIG_MLX4_INFINIBAND=y
# CONFIG_INFINIBAND_NES is not set
CONFIG_INFINIBAND_IPOIB=y
CONFIG_INFINIBAND_IPOIB_CM=y
CONFIG_INFINIBAND_IPOIB_DEBUG=y
# CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set
# CONFIG_INFINIBAND_SRP is not set
# CONFIG_INFINIBAND_ISER is not set
# CONFIG_EDAC is not set
# CONFIG_RTC_CLASS is not set
CONFIG_DMADEVICES=y

#
# DMA Devices
#
CONFIG_INTEL_IOATDMA=y
CONFIG_DMA_ENGINE=y

#
# DMA Clients
#
CONFIG_NET_DMA=y
CONFIG_DCA=y
# CONFIG_AUXDISPLAY is not set

#
# Userspace I/O
#
CONFIG_UIO=y
CONFIG_UIO_CIF=y

#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_DELL_RBU is not set
CONFIG_DCDBAS=y
CONFIG_DMIID=y

#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
# CONFIG_EXT4DEV_FS is not set
CONFIG_JBD=y
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=y
CONFIG_REISERFS_CHECK=y
CONFIG_REISERFS_PROC_INFO=y
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
CONFIG_REISERFS_FS_SECURITY=y
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_XFS_FS=y
# CONFIG_XFS_QUOTA is not set
# CONFIG_XFS_SECURITY is not set
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
# CONFIG_GFS2_FS is not set
CONFIG_OCFS2_FS=y
CONFIG_OCFS2_DEBUG_MASKLOG=y
CONFIG_OCFS2_DEBUG_FS=y
CONFIG_DNOTIFY=y
# CONFIG_INOTIFY is not set
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=y
# CONFIG_FUSE_FS is not set

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
# CONFIG_UDF_FS is not set

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_NTFS_FS=y
CONFIG_NTFS_DEBUG=y
# CONFIG_NTFS_RW is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_VMCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=y

#
# Miscellaneous filesystems
#
CONFIG_ADFS_FS=y
CONFIG_ADFS_FS_RW=y
CONFIG_AFFS_FS=y
CONFIG_ECRYPT_FS=y
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
CONFIG_BFS_FS=y
# CONFIG_EFS_FS is not set
CONFIG_CRAMFS=y
CONFIG_VXFS_FS=y
# CONFIG_MINIX_FS is not set
CONFIG_HPFS_FS=y
# CONFIG_QNX4FS_FS is not set
CONFIG_ROMFS_FS=y
# CONFIG_SYSV_FS is not set
CONFIG_UFS_FS=y
CONFIG_UFS_FS_WRITE=y
CONFIG_UFS_DEBUG=y
# CONFIG_NETWORK_FILESYSTEMS is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
CONFIG_ACORN_PARTITION=y
# CONFIG_ACORN_PARTITION_CUMANA is not set
CONFIG_ACORN_PARTITION_EESOX=y
CONFIG_ACORN_PARTITION_ICS=y
# CONFIG_ACORN_PARTITION_ADFS is not set
CONFIG_ACORN_PARTITION_POWERTEC=y
CONFIG_ACORN_PARTITION_RISCIX=y
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
CONFIG_ATARI_PARTITION=y
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
CONFIG_SGI_PARTITION=y
# CONFIG_ULTRIX_PARTITION is not set
CONFIG_SUN_PARTITION=y
# CONFIG_KARMA_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
CONFIG_SYSV68_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
# CONFIG_NLS_CODEPAGE_437 is not set
CONFIG_NLS_CODEPAGE_737=y
CONFIG_NLS_CODEPAGE_775=y
# CONFIG_NLS_CODEPAGE_850 is not set
CONFIG_NLS_CODEPAGE_852=y
# CONFIG_NLS_CODEPAGE_855 is not set
CONFIG_NLS_CODEPAGE_857=y
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
CONFIG_NLS_CODEPAGE_862=y
CONFIG_NLS_CODEPAGE_863=y
# CONFIG_NLS_CODEPAGE_864 is not set
CONFIG_NLS_CODEPAGE_865=y
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
CONFIG_NLS_CODEPAGE_936=y
CONFIG_NLS_CODEPAGE_950=y
# CONFIG_NLS_CODEPAGE_932 is not set
CONFIG_NLS_CODEPAGE_949=y
CONFIG_NLS_CODEPAGE_874=y
CONFIG_NLS_ISO8859_8=y
# CONFIG_NLS_CODEPAGE_1250 is not set
CONFIG_NLS_CODEPAGE_1251=y
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_2=y
CONFIG_NLS_ISO8859_3=y
CONFIG_NLS_ISO8859_4=y
# 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 is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set
# CONFIG_DLM is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
# CONFIG_ENABLE_WARN_DEPRECATED is not set
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_UNUSED_SYMBOLS=y
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_KERNEL is not set
# CONFIG_LATENCYTOP is not set
CONFIG_HAVE_FTRACE=y
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_NONPROMISC_DEVMEM is not set
CONFIG_EARLY_PRINTK=y
CONFIG_X86_PTDUMP=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
# CONFIG_DOUBLEFAULT is not set
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
# CONFIG_IO_DELAY_0X80 is not set
# CONFIG_IO_DELAY_0XED is not set
CONFIG_IO_DELAY_UDELAY=y
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=2

#
# Security options
#
CONFIG_KEYS=y
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
CONFIG_SECURITY=y
# CONFIG_SECURITY_NETWORK is not set
CONFIG_SECURITY_CAPABILITIES=y
CONFIG_SECURITY_FILE_CAPABILITIES=y
CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
CONFIG_CRYPTO=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_SEQIV=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_XCBC is not set
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
# CONFIG_CRYPTO_SHA1 is not set
# CONFIG_CRYPTO_SHA256 is not set
# CONFIG_CRYPTO_SHA512 is not set
# CONFIG_CRYPTO_WP512 is not set
CONFIG_CRYPTO_TGR192=y
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_PCBC is not set
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_XTS is not set
CONFIG_CRYPTO_CTR=y
# CONFIG_CRYPTO_GCM is not set
CONFIG_CRYPTO_CCM=y
# CONFIG_CRYPTO_CRYPTD is not set
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_FCRYPT=y
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_TWOFISH_586 is not set
# CONFIG_CRYPTO_SERPENT is not set
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_586=y
# CONFIG_CRYPTO_CAST5 is not set
CONFIG_CRYPTO_CAST6=y
CONFIG_CRYPTO_TEA=y
CONFIG_CRYPTO_ARC4=y
# CONFIG_CRYPTO_KHAZAD is not set
CONFIG_CRYPTO_ANUBIS=y
# CONFIG_CRYPTO_SEED is not set
CONFIG_CRYPTO_SALSA20=y
CONFIG_CRYPTO_SALSA20_586=y
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CAMELLIA=y
# CONFIG_CRYPTO_AUTHENC is not set
# CONFIG_CRYPTO_LZO is not set
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=y
# CONFIG_VIRTUALIZATION is not set

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_FORCE_MINIMAL_CONFIG=y
CONFIG_FORCE_MINIMAL_CONFIG_PHYS=y
CONFIG_X86_32_ALWAYS_ON=y

[-- Attachment #3: crash.log --]
[-- Type: text/plain, Size: 80847 bytes --]

[    0.000000] Linux version 2.6.24 (mingo@dione) (gcc version 4.2.2) #288 Mon Feb 11 03:41:31 CET 2008
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
[    0.000000]  BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] console [earlyser0] enabled
[    0.000000] using polling idle threads.
[    0.000000] using polling idle threads.
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 1023MB LOWMEM available.
[    0.000000] Scan SMP from 40000000 for 1024 bytes.
[    0.000000] Scan SMP from 4009fc00 for 1024 bytes.
[    0.000000] Scan SMP from 400f0000 for 65536 bytes.
[    0.000000] found SMP MP-table at [400f5680] 000f5680
[    0.000000] Entering add_active_range(0, 0, 262128) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->   262128
[    0.000000]   HighMem    262128 ->   262128
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->   262128
[    0.000000] On node 0 totalpages: 262128
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0
[    0.000000]   Normal zone: 2015 pages used for memmap
[    0.000000]   Normal zone: 256017 pages, LIFO batch:31
[    0.000000]   HighMem zone: 0 pages used for memmap
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] DMI 2.3 present.
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000]     Virtual Wire compatibility mode.
[    0.000000] OEM ID: OEM00000 Product ID: PROD00000000 APIC at: 0xFEE00000
[    0.000000] Processor #0 15:3 APIC version 17
[    0.000000] Processor #1 15:3 APIC version 17
[    0.000000] WARNING: NR_CPUS limit of 1 reached.  Processor ignored.
[    0.000000] I/O APIC #2 Version 17 at 0xFEC00000.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Processors: 1
[    0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000)
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260081
[    0.000000] Kernel command line: root=/dev/sda1 earlyprintk=serial,ttyS0,115200 console=tty console=ttyS0,115200 profile=0 debug initcall_debug enforcing=0 apic=verbose sysrq_always_enabled selinux=0 nmi_watchdog=2 idle=poll kgdboc=ttyS0,115200 highres=0 nolapic nolapic_timer lapic hpet=disable idle=poll nopat acpi=off
[    0.000000] kernel profiling enabled (shift: 0)
[    0.000000] debug: sysrq always enabled.
[    0.000000] mapped APIC to ffffb000 (fee00000)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[    0.000000] Detected 2160.187 MHz processor.
[    0.010000] spurious 8259A interrupt: IRQ7.
[    0.010000] Console: colour VGA+ 80x25
[    0.010000] console [tty0] enabled
[    0.010000] console handover: boot [earlyser0] -> real [ttyS0]
[    0.010000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.010000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.010000] Memory: 1000972k/1048512k available (6483k kernel code, 46984k reserved, 3692k data, 392k init, 0k highmem)
[    0.010000] virtual kernel memory layout:
[    0.010000]     fixmap  : 0xfffe9000 - 0xfffff000   (  88 kB)
[    0.010000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.010000]     vmalloc : 0x80800000 - 0xff7fe000   (2031 MB)
[    0.010000]     lowmem  : 0x40000000 - 0x7fff0000   (1023 MB)
[    0.010000]       .init : 0x40af4000 - 0x40b56000   ( 392 kB)
[    0.010000]       .data : 0x40754edf - 0x40af01b0   (3692 kB)
[    0.010000]       .text : 0x40100000 - 0x40754edf   (6483 kB)
[    0.010000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.010000] CPA: page pool initialized 16 of 16 pages preallocated
[    0.160001] Calibrating delay using timer specific routine.. 4322.41 BogoMIPS (lpj=21612097)
[    0.168498] Security Framework initialized
[    0.170003] Capability LSM initialized
[    0.173773] Mount-cache hash table entries: 512
[    0.180078] Initializing cgroup subsys ns
[    0.184105] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.190001] CPU: L2 Cache: 512K (64 bytes/line)
[    0.194575] Compat vDSO mapped to ffffe000.
[    0.200003] CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
[    0.207128] Checking 'hlt' instruction... OK.
[    0.251173] Freeing SMP alternatives: 0k freed
[    0.255773] enabled ExtINT on CPU#0
[    0.259619] Calling initcall 0x40b21622: net_ns_init+0x0/0xd3()
[    0.262390] net_namespace: 448 bytes
[    0.266014] initcall 0x40b21622: net_ns_init+0x0/0xd3() returned 0.
[    0.273423] initcall 0x40b21622 ran for 0 msecs: net_ns_init+0x0/0xd3()
[    0.282146] Calling initcall 0x40af97bf: reboot_init+0x0/0xd()
[    0.288153] initcall 0x40af97bf: reboot_init+0x0/0xd() returned 0.
[    0.293334] initcall 0x40af97bf ran for 0 msecs: reboot_init+0x0/0xd()
[    0.300001] Calling initcall 0x40afc6ba: sysctl_init+0x0/0x24()
[    0.306174] initcall 0x40afc6ba: sysctl_init+0x0/0x24() returned 0.
[    0.313420] initcall 0x40afc6ba ran for 0 msecs: sysctl_init+0x0/0x24()
[    0.320001] Calling initcall 0x40afcc7f: ksysfs_init+0x0/0x92()
[    0.326082] initcall 0x40afcc7f: ksysfs_init+0x0/0x92() returned 0.
[    0.331281] initcall 0x40afcc7f ran for 0 msecs: ksysfs_init+0x0/0x92()
[    0.340001] Calling initcall 0x40afcf2a: init_jiffies_clocksource+0x0/0xa()
[    0.347121] initcall 0x40afcf2a: init_jiffies_clocksource+0x0/0xa() returned 0.
[    0.354473] initcall 0x40afcf2a ran for 0 msecs: init_jiffies_clocksource+0x0/0xa()
[    0.360001] Calling initcall 0x40afd056: pm_init+0x0/0x25()
[    0.365749] initcall 0x40afd056: pm_init+0x0/0x25() returned 0.
[    0.373075] initcall 0x40afd056 ran for 0 msecs: pm_init+0x0/0x25()
[    0.380001] Calling initcall 0x40afe9e1: filelock_init+0x0/0x25()
[    0.386265] initcall 0x40afe9e1: filelock_init+0x0/0x25() returned 0.
[    0.391281] initcall 0x40afe9e1 ran for 0 msecs: filelock_init+0x0/0x25()
[    0.400001] Calling initcall 0x40aff098: init_misc_binfmt+0x0/0x2f()
[    0.406514] initcall 0x40aff098: init_misc_binfmt+0x0/0x2f() returned 0.
[    0.413854] initcall 0x40aff098 ran for 0 msecs: init_misc_binfmt+0x0/0x2f()
[    0.420001] Calling initcall 0x40aff0c7: init_script_binfmt+0x0/0xa()
[    0.426609] initcall 0x40aff0c7: init_script_binfmt+0x0/0xa() returned 0.
[    0.433942] initcall 0x40aff0c7 ran for 0 msecs: init_script_binfmt+0x0/0xa()
[    0.440001] Calling initcall 0x40aff0d1: init_elf_binfmt+0x0/0xa()
[    0.446338] initcall 0x40aff0d1: init_elf_binfmt+0x0/0xa() returned 0.
[    0.453681] initcall 0x40aff0d1 ran for 0 msecs: init_elf_binfmt+0x0/0xa()
[    0.460001] Calling initcall 0x40b013c8: securityfs_init+0x0/0x3d()
[    0.466436] initcall 0x40b013c8: securityfs_init+0x0/0x3d() returned 0.
[    0.473776] initcall 0x40b013c8 ran for 0 msecs: securityfs_init+0x0/0x3d()
[    0.480001] Calling initcall 0x40b01dcc: random32_init+0x0/0x13()
[    0.486254] initcall 0x40b01dcc: random32_init+0x0/0x13() returned 0.
[    0.493594] initcall 0x40b01dcc ran for 0 msecs: random32_init+0x0/0x13()
[    0.500001] Calling initcall 0x40b1ed77: cpuidle_init+0x0/0x14()
[    0.506175] initcall 0x40b1ed77: cpuidle_init+0x0/0x14() returned 0.
[    0.513508] initcall 0x40b1ed77 ran for 0 msecs: cpuidle_init+0x0/0x14()
[    0.520001] Calling initcall 0x40b21521: sock_init+0x0/0x4f()
[    0.525920] initcall 0x40b21521: sock_init+0x0/0x4f() returned 0.
[    0.533248] initcall 0x40b21521 ran for 0 msecs: sock_init+0x0/0x4f()
[    0.540001] Calling initcall 0x40b21c7c: netpoll_init+0x0/0x21()
[    0.546174] initcall 0x40b21c7c: netpoll_init+0x0/0x21() returned 0.
[    0.551281] initcall 0x40b21c7c ran for 0 msecs: netpoll_init+0x0/0x21()
[    0.558091] Calling initcall 0x40b22053: netlink_proto_init+0x0/0xfd()
[    0.562991] NET: Registered protocol family 16
[    0.570007] initcall 0x40b22053: netlink_proto_init+0x0/0xfd() returned 0.
[    0.577049] initcall 0x40b22053 ran for 9 msecs: netlink_proto_init+0x0/0xfd()
[    0.582755] Calling initcall 0x40b01d25: kobject_uevent_init+0x0/0x3b()
[    0.590242] initcall 0x40b01d25: kobject_uevent_init+0x0/0x3b() returned 0.
[    0.597365] initcall 0x40b01d25 ran for 0 msecs: kobject_uevent_init+0x0/0x3b()
[    0.602842] Calling initcall 0x40b01e42: pcibus_class_init+0x0/0xa()
[    0.612834] initcall 0x40b01e42: pcibus_class_init+0x0/0xa() returned 0.
[    0.620001] initcall 0x40b01e42 ran for 0 msecs: pcibus_class_init+0x0/0xa()
[    0.627154] Calling initcall 0x40b022d3: pci_driver_init+0x0/0xa()
[    0.632664] initcall 0x40b022d3: pci_driver_init+0x0/0xa() returned 0.
[    0.640001] initcall 0x40b022d3 ran for 0 msecs: pci_driver_init+0x0/0xa()
[    0.646982] Calling initcall 0x40b02c07: lcd_class_init+0x0/0x38()
[    0.652655] initcall 0x40b02c07: lcd_class_init+0x0/0x38() returned 0.
[    0.660001] initcall 0x40b02c07 ran for 0 msecs: lcd_class_init+0x0/0x38()
[    0.666973] Calling initcall 0x40b02c3f: backlight_class_init+0x0/0x38()
[    0.673174] initcall 0x40b02c3f: backlight_class_init+0x0/0x38() returned 0.
[    0.681281] initcall 0x40b02c3f ran for 0 msecs: backlight_class_init+0x0/0x38()
[    0.688788] Calling initcall 0x40b05184: video_output_class_init+0x0/0xa()
[    0.693345] initcall 0x40b05184: video_output_class_init+0x0/0xa() returned 0.
[    0.701283] initcall 0x40b05184 ran for 0 msecs: video_output_class_init+0x0/0xa()
[    0.710002] Calling initcall 0x40b06206: dock_init+0x0/0x48()
[    0.715914] ACPI Exception (utmutex-0263): AE_BAD_PARAMETER, Thread 7F845670 could not acquire Mutex [1] [20070126]
[    0.724988] No dock devices found.
[    0.730001] initcall 0x40b06206: dock_init+0x0/0x48() returned 0.
[    0.736253] initcall 0x40b06206 ran for 19 msecs: dock_init+0x0/0x48()
[    0.741975] Calling initcall 0x40b0624e: bay_init+0x0/0x48()
[    0.747807] ACPI Exception (utmutex-0263): AE_BAD_PARAMETER, Thread 7F845670 could not acquire Mutex [1] [20070126]
[    0.760001] initcall 0x40b0624e: bay_init+0x0/0x48() returned -19.
[    0.766975] initcall 0x40b0624e ran for 19 msecs: bay_init+0x0/0x48()
[    0.771885] Calling initcall 0x40b08552: tty_class_init+0x0/0x23()
[    0.780252] initcall 0x40b08552: tty_class_init+0x0/0x23() returned 0.
[    0.786957] initcall 0x40b08552 ran for 0 msecs: tty_class_init+0x0/0x23()
[    0.792406] Calling initcall 0x40b08ea4: vtconsole_class_init+0x0/0x94()
[    0.800269] initcall 0x40b08ea4: vtconsole_class_init+0x0/0x94() returned 0.
[    0.807484] initcall 0x40b08ea4 ran for 0 msecs: vtconsole_class_init+0x0/0x94()
[    0.812930] Calling initcall 0x40b1e725: eisa_init+0x0/0x20()
[    0.820257] EISA bus registered
[    0.823448] initcall 0x40b1e725: eisa_init+0x0/0x20() returned 0.
[    0.830001] initcall 0x40b1e725 ran for 0 msecs: eisa_init+0x0/0x20()
[    0.836548] Calling initcall 0x40af8991: arch_kdebugfs_init+0x0/0x3()
[    0.842900] initcall 0x40af8991: arch_kdebugfs_init+0x0/0x3() returned 0.
[    0.850001] initcall 0x40af8991 ran for 0 msecs: arch_kdebugfs_init+0x0/0x3()
[    0.857240] Calling initcall 0x40af89e8: init_pit_clocksource+0x0/0x57()
[    0.863178] initcall 0x40af89e8: init_pit_clocksource+0x0/0x57() returned 0.
[    0.871283] initcall 0x40af89e8 ran for 0 msecs: init_pit_clocksource+0x0/0x57()
[    0.878789] Calling initcall 0x40afaed1: kdump_buf_page_init+0x0/0x2d()
[    0.883074] initcall 0x40afaed1: kdump_buf_page_init+0x0/0x2d() returned 0.
[    0.891280] initcall 0x40afaed1 ran for 0 msecs: kdump_buf_page_init+0x0/0x2d()
[    0.900001] Calling initcall 0x40b02ae7: acpi_pci_init+0x0/0x2f()
[    0.906268] initcall 0x40b02ae7: acpi_pci_init+0x0/0x2f() returned 0.
[    0.913596] initcall 0x40b02ae7 ran for 0 msecs: acpi_pci_init+0x0/0x2f()
[    0.920001] Calling initcall 0x40b05f71: init_acpi_device_notify+0x0/0x3f()
[    0.927128] initcall 0x40b05f71: init_acpi_device_notify+0x0/0x3f() returned 0.
[    0.934463] initcall 0x40b05f71 ran for 0 msecs: init_acpi_device_notify+0x0/0x3f()
[    0.943190] Calling initcall 0x40b1f9c2: dmi_id_init+0x0/0x262()
[    0.949407] initcall 0x40b1f9c2: dmi_id_init+0x0/0x262() returned 0.
[    0.953506] initcall 0x40b1f9c2 ran for 0 msecs: dmi_id_init+0x0/0x262()
[    0.962234] Calling initcall 0x40b20a8a: pci_access_init+0x0/0x25()
[    0.974047] PCI: PCI BIOS revision 3.00 entry at 0xf21d0, last bus=5
[    0.980001] initcall 0x40b20a8a: pci_access_init+0x0/0x25() returned 0.
[    0.986780] initcall 0x40b20a8a ran for 19 msecs: pci_access_init+0x0/0x25()
[    0.992494] Calling initcall 0x40af7686: request_standard_resources+0x0/0x51()
[    1.000237] Setting up standard PCI resources
[    1.007463] initcall 0x40af7686: request_standard_resources+0x0/0x51() returned 0.
[    1.014723] initcall 0x40af7686 ran for 0 msecs: request_standard_resources+0x0/0x51()
[    1.023450] Calling initcall 0x40af8982: topology_init+0x0/0xf()
[    1.030255] initcall 0x40af8982: topology_init+0x0/0xf() returned 0.
[    1.036776] initcall 0x40af8982 ran for 0 msecs: topology_init+0x0/0xf()
[    1.042233] Calling initcall 0x40afc9e4: param_sysfs_init+0x0/0x148()
[    1.054146] initcall 0x40afc9e4: param_sysfs_init+0x0/0x148() returned 0.
[    1.061287] initcall 0x40afc9e4 ran for 0 msecs: param_sysfs_init+0x0/0x148()
[    1.068533] Calling initcall 0x4012857c: pm_sysrq_init+0x0/0x12()
[    1.072562] initcall 0x4012857c: pm_sysrq_init+0x0/0x12() returned 0.
[    1.081283] initcall 0x4012857c ran for 0 msecs: pm_sysrq_init+0x0/0x12()
[    1.088180] Calling initcall 0x40afe313: readahead_init+0x0/0xa()
[    1.092553] initcall 0x40afe313: readahead_init+0x0/0xa() returned 0.
[    1.101281] initcall 0x40afe313 ran for 0 msecs: readahead_init+0x0/0xa()
[    1.108169] Calling initcall 0x40afeebf: init_bio+0x0/0xa0()
[    1.112145] initcall 0x40afeebf: init_bio+0x0/0xa0() returned 0.
[    1.120001] initcall 0x40afeebf ran for 0 msecs: init_bio+0x0/0xa0()
[    1.126461] Calling initcall 0x40b019fd: blk_settings_init+0x0/0x19()
[    1.132899] initcall 0x40b019fd: blk_settings_init+0x0/0x19() returned 0.
[    1.140001] initcall 0x40b019fd ran for 0 msecs: blk_settings_init+0x0/0x19()
[    1.147242] Calling initcall 0x40b01a16: blk_ioc_init+0x0/0x22()
[    1.152469] initcall 0x40b01a16: blk_ioc_init+0x0/0x22() returned 0.
[    1.160001] initcall 0x40b01a16 ran for 0 msecs: blk_ioc_init+0x0/0x22()
[    1.166809] Calling initcall 0x40b01a38: genhd_device_init+0x0/0x26()
[    1.172918] initcall 0x40b01a38: genhd_device_init+0x0/0x26() returned 0.
[    1.180001] initcall 0x40b01a38 ran for 0 msecs: genhd_device_init+0x0/0x26()
[    1.187240] Calling initcall 0x40b02b16: fbmem_init+0x0/0x78()
[    1.192522] initcall 0x40b02b16: fbmem_init+0x0/0x78() returned 0.
[    1.200001] initcall 0x40b02b16 ran for 0 msecs: fbmem_init+0x0/0x78()
[    1.206634] Calling initcall 0x40b05d55: acpi_init+0x0/0x21c()
[    1.212294] ACPI: Interpreter disabled.
[    1.216178] initcall 0x40b05d55: acpi_init+0x0/0x21c() returned -19.
[    1.223509] initcall 0x40b05d55 ran for 0 msecs: acpi_init+0x0/0x21c()
[    1.230001] Calling initcall 0x40b05fb0: acpi_scan_init+0x0/0xef()
[    1.236349] initcall 0x40b05fb0: acpi_scan_init+0x0/0xef() returned 0.
[    1.241283] initcall 0x40b05fb0 ran for 0 msecs: acpi_scan_init+0x0/0xef()
[    1.250001] Calling initcall 0x40b0609f: acpi_ec_init+0x0/0x51()
[    1.256167] initcall 0x40b0609f: acpi_ec_init+0x0/0x51() returned 0.
[    1.261281] initcall 0x40b0609f ran for 0 msecs: acpi_ec_init+0x0/0x51()
[    1.270001] Calling initcall 0x40b062e3: acpi_pci_root_init+0x0/0x21()
[    1.276697] initcall 0x40b062e3: acpi_pci_root_init+0x0/0x21() returned 0.
[    1.281280] initcall 0x40b062e3 ran for 0 msecs: acpi_pci_root_init+0x0/0x21()
[    1.290001] Calling initcall 0x40b063be: acpi_pci_link_init+0x0/0x3f()
[    1.296684] initcall 0x40b063be: acpi_pci_link_init+0x0/0x3f() returned 0.
[    1.304027] initcall 0x40b063be ran for 0 msecs: acpi_pci_link_init+0x0/0x3f()
[    1.310001] Calling initcall 0x40b06478: acpi_power_init+0x0/0x65()
[    1.316440] initcall 0x40b06478: acpi_power_init+0x0/0x65() returned 0.
[    1.323766] initcall 0x40b06478 ran for 0 msecs: acpi_power_init+0x0/0x65()
[    1.332494] Calling initcall 0x40b06518: acpi_system_init+0x0/0x161()
[    1.339106] initcall 0x40b06518: acpi_system_init+0x0/0x161() returned 0.
[    1.343939] initcall 0x40b06518 ran for 0 msecs: acpi_system_init+0x0/0x161()
[    1.352666] Calling initcall 0x40b066e4: acpi_wmi_init+0x0/0x3e()
[    1.358931] initcall 0x40b066e4: acpi_wmi_init+0x0/0x3e() returned -19.
[    1.363776] initcall 0x40b066e4 ran for 0 msecs: acpi_wmi_init+0x0/0x3e()
[    1.372321] Calling initcall 0x40b06b07: acpi_cm_sbs_init+0x0/0x3()
[    1.378759] initcall 0x40b06b07: acpi_cm_sbs_init+0x0/0x3() returned 0.
[    1.383769] initcall 0x40b06b07 ran for 0 msecs: acpi_cm_sbs_init+0x0/0x3()
[    1.392494] Calling initcall 0x40b06b0a: pnp_init+0x0/0x15()
[    1.398326] Linux Plug and Play Support v0.97 (c) Adam Belay
[    1.400018] initcall 0x40b06b0a: pnp_init+0x0/0x15() returned 0.
[    1.411281] initcall 0x40b06b0a ran for 9 msecs: pnp_init+0x0/0x15()
[    1.417736] Calling initcall 0x40b06ca5: pnpacpi_init+0x0/0x77()
[    1.422468] pnp: PnP ACPI: disabled
[    1.426004] initcall 0x40b06ca5: pnpacpi_init+0x0/0x77() returned 0.
[    1.433508] initcall 0x40b06ca5 ran for 0 msecs: pnpacpi_init+0x0/0x77()
[    1.440001] Calling initcall 0x40b08a93: misc_init+0x0/0x6d()
[    1.445930] initcall 0x40b08a93: misc_init+0x0/0x6d() returned 0.
[    1.451281] initcall 0x40b08a93 ran for 0 msecs: misc_init+0x0/0x6d()
[    1.457833] Calling initcall 0x4071d79e: cn_init+0x0/0xab()
[    1.462045] initcall 0x4071d79e: cn_init+0x0/0xab() returned 0.
[    1.471280] initcall 0x4071d79e ran for 0 msecs: cn_init+0x0/0xab()
[    1.477659] Calling initcall 0x40b0f20f: tifm_init+0x0/0x61()
[    1.482244] initcall 0x40b0f20f: tifm_init+0x0/0x61() returned 0.
[    1.490001] initcall 0x40b0f20f ran for 0 msecs: tifm_init+0x0/0x61()
[    1.496549] Calling initcall 0x40b0fc46: phy_init+0x0/0x25()
[    1.502152] initcall 0x40b0fc46: phy_init+0x0/0x25() returned 0.
[    1.508318] initcall 0x40b0fc46 ran for 0 msecs: phy_init+0x0/0x25()
[    1.511887] Calling initcall 0x40b142a8: init_scsi+0x0/0x83()
[    1.520345] SCSI subsystem initialized
[    1.524142] initcall 0x40b142a8: init_scsi+0x0/0x83() returned 0.
[    1.530001] initcall 0x40b142a8 ran for 0 msecs: init_scsi+0x0/0x83()
[    1.536546] Calling initcall 0x40b1a9b6: ata_init+0x0/0x6f()
[    1.542131] libata version 3.00 loaded.
[    1.546013] initcall 0x40b1a9b6: ata_init+0x0/0x6f() returned 0.
[    1.553161] initcall 0x40b1a9b6 ran for 0 msecs: ata_init+0x0/0x6f()
[    1.560002] Calling initcall 0x40b1b2c2: spi_init+0x0/0x64()
[    1.565859] initcall 0x40b1b2c2: spi_init+0x0/0x64() returned 0.
[    1.571281] initcall 0x40b1b2c2 ran for 0 msecs: spi_init+0x0/0x64()
[    1.577747] Calling initcall 0x40b1b3af: usb_init+0x0/0xee()
[    1.582170] usbcore: registered new interface driver usbfs
[    1.590030] usbcore: registered new interface driver hub
[    1.595407] usbcore: registered new device driver usb
[    1.600002] initcall 0x40b1b3af: usb_init+0x0/0xee() returned 0.
[    1.606182] initcall 0x40b1b3af ran for 19 msecs: usb_init+0x0/0xee()
[    1.611888] Calling initcall 0x40b1c8f9: serio_init+0x0/0x7b()
[    1.617906] initcall 0x40b1c8f9: serio_init+0x0/0x7b() returned 0.
[    1.623333] initcall 0x40b1c8f9 ran for 0 msecs: serio_init+0x0/0x7b()
[    1.632061] Calling initcall 0x40b1ce14: gameport_init+0x0/0x7b()
[    1.638348] initcall 0x40b1ce14: gameport_init+0x0/0x7b() returned 0.
[    1.643594] initcall 0x40b1ce14 ran for 0 msecs: gameport_init+0x0/0x7b()
[    1.650002] Calling initcall 0x40b1d452: input_init+0x0/0xed()
[    1.656018] initcall 0x40b1d452: input_init+0x0/0xed() returned 0.
[    1.663335] initcall 0x40b1d452 ran for 0 msecs: input_init+0x0/0xed()
[    1.670002] Calling initcall 0x40b1e0f3: i2c_init+0x0/0x4b()
[    1.675872] initcall 0x40b1e0f3: i2c_init+0x0/0x4b() returned 0.
[    1.683160] initcall 0x40b1e0f3 ran for 0 msecs: i2c_init+0x0/0x4b()
[    1.689627] Calling initcall 0x40b1e622: power_supply_class_init+0x0/0x25()
[    1.693432] initcall 0x40b1e622: power_supply_class_init+0x0/0x25() returned 0.
[    1.701283] initcall 0x40b1e622 ran for 0 msecs: power_supply_class_init+0x0/0x25()
[    1.710003] Calling initcall 0x40b1e651: thermal_init+0x0/0x29()
[    1.716192] initcall 0x40b1e651: thermal_init+0x0/0x29() returned 0.
[    1.723517] initcall 0x40b1e651 ran for 0 msecs: thermal_init+0x0/0x29()
[    1.730002] Calling initcall 0x40b1fc24: dma_bus_init+0x0/0x1e()
[    1.736187] initcall 0x40b1fc24: dma_bus_init+0x0/0x1e() returned 0.
[    1.743508] initcall 0x40b1fc24 ran for 0 msecs: dma_bus_init+0x0/0x1e()
[    1.750002] Calling initcall 0x40b20798: ac97_bus_init+0x0/0xa()
[    1.756191] initcall 0x40b20798: ac97_bus_init+0x0/0xa() returned 0.
[    1.763507] initcall 0x40b20798 ran for 0 msecs: ac97_bus_init+0x0/0xa()
[    1.770002] Calling initcall 0x40b20c67: pci_acpi_init+0x0/0x80()
[    1.776260] initcall 0x40b20c67: pci_acpi_init+0x0/0x80() returned 0.
[    1.781280] initcall 0x40b20c67 ran for 0 msecs: pci_acpi_init+0x0/0x80()
[    1.790001] Calling initcall 0x40b20ce7: pci_legacy_init+0x0/0xce()
[    1.796434] PCI: Probing PCI hardware
[    1.800009] PCI: Probing PCI hardware (bus 00)
[    1.807465] PCI: Transparent bridge - 0000:00:09.0
[    1.811785] initcall 0x40b20ce7: pci_legacy_init+0x0/0xce() returned 0.
[    1.821282] initcall 0x40b20ce7 ran for 19 msecs: pci_legacy_init+0x0/0xce()
[    1.828440] Calling initcall 0x40b2116b: pcibios_irq_init+0x0/0x340()
[    1.833157] PCI: Using IRQ router default [10de/005e] at 0000:00:00.0
[    1.840090] initcall 0x40b2116b: pcibios_irq_init+0x0/0x340() returned 0.
[    1.847047] initcall 0x40b2116b ran for 9 msecs: pcibios_irq_init+0x0/0x340()
[    1.852666] Calling initcall 0x40b214ab: pcibios_init+0x0/0x76()
[    1.913229] initcall 0x40b214ab: pcibios_init+0x0/0x76() returned 0.
[    1.921907] initcall 0x40b214ab ran for 47 msecs: pcibios_init+0x0/0x76()
[    1.930001] Calling initcall 0x40b215c1: proto_init+0x0/0x23()
[    1.936004] initcall 0x40b215c1: proto_init+0x0/0x23() returned 0.
[    1.941283] initcall 0x40b215c1 ran for 0 msecs: proto_init+0x0/0x23()
[    1.947920] Calling initcall 0x40b21912: net_dev_init+0x0/0x116()
[    1.952576] initcall 0x40b21912: net_dev_init+0x0/0x116() returned 0.
[    1.961281] initcall 0x40b21912 ran for 0 msecs: net_dev_init+0x0/0x116()
[    1.968180] Calling initcall 0x40b21a57: neigh_init+0x0/0x65()
[    1.972302] initcall 0x40b21a57: neigh_init+0x0/0x65() returned 0.
[    1.980004] initcall 0x40b21a57 ran for 0 msecs: neigh_init+0x0/0x65()
[    1.986643] Calling initcall 0x40b21c9d: fib_rules_init+0x0/0x93()
[    1.992641] initcall 0x40b21c9d: fib_rules_init+0x0/0x93() returned 0.
[    2.000001] initcall 0x40b21c9d ran for 0 msecs: fib_rules_init+0x0/0x93()
[    2.006982] Calling initcall 0x40b22150: genl_init+0x0/0xa7()
[    2.012220] initcall 0x40b22150: genl_init+0x0/0xa7() returned 0.
[    2.020001] initcall 0x40b22150 ran for 0 msecs: genl_init+0x0/0xa7()
[    2.026548] Calling initcall 0x40b23e26: wanrouter_init+0x0/0x3c()
[    2.032640] Sangoma WANPIPE Router v1.1 (c) 1995-2000 Sangoma Technologies Inc.
[    2.040003] initcall 0x40b23e26: wanrouter_init+0x0/0x3c() returned 0.
[    2.046700] initcall 0x40b23e26 ran for 9 msecs: wanrouter_init+0x0/0x3c()
[    2.052406] Calling initcall 0x40b23f36: bt_init+0x0/0x4a()
[    2.058142] Bluetooth: Core ver 2.11
[    2.060062] NET: Registered protocol family 31
[    2.064548] Bluetooth: HCI device and connection manager initialized
[    2.070002] Bluetooth: HCI socket layer initialized
[    2.074925] initcall 0x40b23f36: bt_init+0x0/0x4a() returned 0.
[    2.083073] initcall 0x40b23f36 ran for 19 msecs: bt_init+0x0/0x4a()
[    2.091800] Calling initcall 0x40b2433d: atm_init+0x0/0x96()
[    2.097622] NET: Registered protocol family 8
[    2.100001] NET: Registered protocol family 20
[    2.104501] initcall 0x40b2433d: atm_init+0x0/0x96() returned 0.
[    2.111281] initcall 0x40b2433d ran for 9 msecs: atm_init+0x0/0x96()
[    2.117736] Calling initcall 0x40b24c18: wireless_nlevent_init+0x0/0x21()
[    2.123248] initcall 0x40b24c18: wireless_nlevent_init+0x0/0x21() returned 0.
[    2.131281] initcall 0x40b24c18 ran for 0 msecs: wireless_nlevent_init+0x0/0x21()
[    2.140001] Calling initcall 0x40b24dc4: sysctl_init+0x0/0x1f()
[    2.146095] initcall 0x40b24dc4: sysctl_init+0x0/0x1f() returned 0.
[    2.153429] initcall 0x40b24dc4 ran for 0 msecs: sysctl_init+0x0/0x1f()
[    2.160001] Calling initcall 0x40afce89: clocksource_done_booting+0x0/0xd()
[    2.167128] initcall 0x40afce89<6>Time: tsc clocksource has been installed.
[    2.170002] : clocksource_done_booting+0x0/0xd() returned 0.
[    2.180001] initcall 0x40afce89 ran for 0 msecs: clocksource_done_booting+0x0/0xd()
[    2.187765] Calling initcall 0x40afe982: init_pipe_fs+0x0/0x3d()
[    2.192473] initcall 0x40afe982: init_pipe_fs+0x0/0x3d() returned 0.
[    2.200001] initcall 0x40afe982 ran for 0 msecs: init_pipe_fs+0x0/0x3d()
[    2.206809] Calling initcall 0x40afefc1: anon_inode_init+0x0/0xd7()
[    2.212729] initcall 0x40afefc1: anon_inode_init+0x0/0xd7() returned 0.
[    2.220001] initcall 0x40afefc1 ran for 0 msecs: anon_inode_init+0x0/0xd7()
[    2.227067] Calling initcall 0x40b06679: acpi_event_init+0x0/0x6b()
[    2.232727] initcall 0x40b06679: acpi_event_init+0x0/0x6b() returned 0.
[    2.240001] initcall 0x40b06679 ran for 0 msecs: acpi_event_init+0x0/0x6b()
[    2.247069] Calling initcall 0x40b06bdb: pnp_system_init+0x0/0xa()
[    2.252640] pnp: the driver 'system' has been registered
[    2.258013] initcall 0x40b06bdb: pnp_system_init+0x0/0xa() returned 0.
[    2.263679] initcall 0x40b06bdb ran for 5 msecs: pnp_system_init+0x0/0xa()
[    2.272407] Calling initcall 0x40b08485: chr_dev_init+0x0/0x7f()
[    2.278751] initcall 0x40b08485: chr_dev_init+0x0/0x7f() returned 0.
[    2.283507] initcall 0x40b08485 ran for 0 msecs: chr_dev_init+0x0/0x7f()
[    2.292234] Calling initcall 0x40b0d6e1: firmware_class_init+0x0/0x56()
[    2.300015] initcall 0x40b0d6e1: firmware_class_init+0x0/0x56() returned 0.
[    2.307145] initcall 0x40b0d6e1 ran for 0 msecs: firmware_class_init+0x0/0x56()
[    2.312842] Calling initcall 0x40b0fe10: loopback_init+0x0/0xa()
[    2.320291] initcall 0x40b0fe10: loopback_init+0x0/0xa() returned 0.
[    2.326817] initcall 0x40b0fe10 ran for 0 msecs: loopback_init+0x0/0xa()
[    2.332233] Calling initcall 0x40b1fcbf: ssb_modinit+0x0/0x42()
[    2.340275] initcall 0x40b1fcbf: ssb_modinit+0x0/0x42() returned 0.
[    2.346705] initcall 0x40b1fcbf ran for 0 msecs: ssb_modinit+0x0/0x42()
[    2.352146] Calling initcall 0x40b207eb: pcibios_assign_resources+0x0/0x8d()
[    2.360284] PCI: Bridge: 0000:00:09.0
[    2.363997]   IO window: c000-cfff
[    2.367452]   MEM window: 0xda000000-0xda0fffff
[    2.370008]   PREFETCH window: disabled.
[    2.373988] PCI: Bridge: 0000:00:0b.0
[    2.380001]   IO window: disabled.
[    2.383455]   MEM window: disabled.
[    2.386998]   PREFETCH window: disabled.
[    2.390016] PCI: Bridge: 0000:00:0c.0
[    2.393723]   IO window: disabled.
[    2.397181]   MEM window: disabled.
[    2.400008]   PREFETCH window: disabled.
[    2.403990] PCI: Bridge: 0000:00:0d.0
[    2.407701]   IO window: disabled.
[    2.410011]   MEM window: disabled.
[    2.413547]   PREFETCH window: disabled.
[    2.420016] PCI: Bridge: 0000:00:0e.0
[    2.423727]   IO window: b000-bfff
[    2.427181]   MEM window: 0xd8000000-0xd9ffffff
[    2.430008]   PREFETCH window: 0x00000000d0000000-0x00000000d7ffffff
[    2.436437] PCI: Setting latency timer of device 0000:00:09.0 to 64
[    2.440043] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[    2.450043] PCI: Setting latency timer of device 0000:00:0c.0 to 64
[    2.456391] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[    2.460043] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[    2.470006] initcall 0x40b207eb: pcibios_assign_resources+0x0/0x8d() returned 0.
[    2.477571] initcall 0x40b207eb ran for 104 msecs: pcibios_assign_resources+0x0/0x8d()
[    2.483277] Calling initcall 0x40b23233: inet_init+0x0/0x274()
[    2.490257] NET: Registered protocol family 2
[    2.494711] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    2.500251] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    2.510636] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[    2.517454] TCP: Hash tables configured (established 131072 bind 65536)
[    2.520002] TCP reno registered
[    2.523248] initcall 0x40b23233: inet_init+0x0/0x274() returned 0.
[    2.533335] initcall 0x40b23233 ran for 35 msecs: inet_init+0x0/0x274()
[    2.540001] Calling initcall 0x40af7bd1: i8259A_init_sysfs+0x0/0x19()
[    2.546678] initcall 0x40af7bd1: i8259A_init_sysfs+0x0/0x19() returned 0.
[    2.553942] initcall 0x40af7bd1 ran for 0 msecs: i8259A_init_sysfs+0x0/0x19()
[    2.562667] Calling initcall 0x40af7cd5: sbf_init+0x0/0x85()
[    2.568498] initcall 0x40af7cd5: sbf_init+0x0/0x85() returned 0.
[    2.573161] initcall 0x40af7cd5 ran for 0 msecs: sbf_init+0x0/0x85()
[    2.580001] Calling initcall 0x40af8969: i8237A_init_sysfs+0x0/0x19()
[    2.586634] initcall 0x40af8969: i8237A_init_sysfs+0x0/0x19() returned 0.
[    2.593940] initcall 0x40af8969 ran for 0 msecs: i8237A_init_sysfs+0x0/0x19()
[    2.600004] Calling initcall 0x40b2536d: cache_sysfs_init+0x0/0x1d2()
[    2.606678] initcall 0x40b2536d: cache_sysfs_init+0x0/0x1d2() returned 0.
[    2.613942] initcall 0x40b2536d ran for 0 msecs: cache_sysfs_init+0x0/0x1d2()
[    2.622668] Calling initcall 0x40af97f1: msr_init+0x0/0x9d()
[    2.628537] initcall 0x40af97f1: msr_init+0x0/0x9d() returned 0.
[    2.633161] initcall 0x40af97f1 ran for 0 msecs: msr_init+0x0/0x9d()
[    2.640003] Calling initcall 0x40af988e: cpuid_init+0x0/0x9d()
[    2.646031] initcall 0x40af988e: cpuid_init+0x0/0x9d() returned 0.
[    2.653334] initcall 0x40af988e ran for 0 msecs: cpuid_init+0x0/0x9d()
[    2.660002] Calling initcall 0x40af992b: microcode_init+0x0/0x88()
[    2.666388] microcode: CPU0 not a capable Intel processor
[    2.670001] IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
[    2.677355] initcall 0x40af992b: microcode_init+0x0/0x88() returned 0.
[    2.683681] initcall 0x40af992b ran for 12 msecs: microcode_init+0x0/0x88()
[    2.692406] Calling initcall 0x40afa386: init_lapic_sysfs+0x0/0x24()
[    2.700026] initcall 0x40afa386: init_lapic_sysfs+0x0/0x24() returned 0.
[    2.706895] initcall 0x40afa386 ran for 0 msecs: init_lapic_sysfs+0x0/0x24()
[    2.712579] Calling initcall 0x40afb154: scx200_init+0x0/0x1c()
[    2.720003] scx200: NatSemi SCx200 Driver
[    2.724079] initcall 0x40afb154: scx200_init+0x0/0x1c() returned 0.
[    2.730001] initcall 0x40afb154 ran for 3 msecs: scx200_init+0x0/0x1c()
[    2.736722] Calling initcall 0x4010c09c: pt_dump_init+0x0/0x26()
[    2.742479] initcall 0x4010c09c: pt_dump_init+0x0/0x26() returned 0.
[    2.750001] initcall 0x4010c09c ran for 0 msecs: pt_dump_init+0x0/0x26()
[    2.756809] Calling initcall 0x40afbc3b: aes_init+0x0/0xa()
[    2.762035] initcall 0x40afbc3b: aes_init+0x0/0xa() returned 0.
[    2.768125] initcall 0x40afbc3b ran for 0 msecs: aes_init+0x0/0xa()
[    2.771800] Calling initcall 0x40afbc45: init+0x0/0xa()
[    2.780241] initcall 0x40afbc45: init+0x0/0xa() returned 0.
[    2.785987] initcall 0x40afbc45 ran for 0 msecs: init+0x0/0xa()
[    2.791454] Calling initcall 0x40afc4fa: create_proc_profile+0x0/0x3d()
[    2.798232] initcall 0x40afc4fa: create_proc_profile+0x0/0x3d() returned 0.
[    2.804114] initcall 0x40afc4fa ran for 0 msecs: create_proc_profile+0x0/0x3d()
[    2.812844] Calling initcall 0x40afc5bd: ioresources_init+0x0/0x35()
[    2.820002] initcall 0x40afc5bd: ioresources_init+0x0/0x35() returned 0.
[    2.826871] initcall 0x40afc5bd ran for 0 msecs: ioresources_init+0x0/0x35()
[    2.832581] Calling initcall 0x40afc700: uid_cache_init+0x0/0x46()
[    2.840249] initcall 0x40afc700: uid_cache_init+0x0/0x46() returned 0.
[    2.846949] initcall 0x40afc700 ran for 0 msecs: uid_cache_init+0x0/0x46()
[    2.852406] Calling initcall 0x40afcb2c: init_posix_timers+0x0/0x81()
[    2.860251] initcall 0x40afcb2c: init_posix_timers+0x0/0x81() returned 0.
[    2.867199] initcall 0x40afcb2c ran for 0 msecs: init_posix_timers+0x0/0x81()
[    2.872667] Calling initcall 0x40afcbad: init_posix_cpu_timers+0x0/0x9c()
[    2.880241] initcall 0x40afcbad: init_posix_cpu_timers+0x0/0x9c() returned 0.
[    2.887536] initcall 0x40afcbad ran for 0 msecs: init_posix_cpu_timers+0x0/0x9c()
[    2.893015] Calling initcall 0x40afcc5a: nsproxy_cache_init+0x0/0x25()
[    2.902990] initcall 0x40afcc5a: nsproxy_cache_init+0x0/0x25() returned 0.
[    2.910001] initcall 0x40afcc5a ran for 0 msecs: nsproxy_cache_init+0x0/0x25()
[    2.917330] Calling initcall 0x40afcd5f: timekeeping_init_device+0x0/0x19()
[    2.923447] initcall 0x40afcd5f: timekeeping_init_device+0x0/0x19() returned 0.
[    2.931283] initcall 0x40afcd5f ran for 0 msecs: timekeeping_init_device+0x0/0x19()
[    2.940002] Calling initcall 0x40afce96: init_clocksource_sysfs+0x0/0x3f()
[    2.947074] initcall 0x40afce96: init_clocksource_sysfs+0x0/0x3f() returned 0.
[    2.955004] initcall 0x40afce96 ran for 0 msecs: init_clocksource_sysfs+0x0/0x3f()
[    2.963103] Calling initcall 0x40afcf34: init_timer_list_procfs+0x0/0x26()
[    2.970242] initcall 0x40afcf34: init_timer_list_procfs+0x0/0x26() returned 0.
[    2.977645] initcall 0x40afcf34 ran for 0 msecs: init_timer_list_procfs+0x0/0x26()
[    2.983102] Calling initcall 0x40afcfa8: init+0x0/0x73()
[    2.990247] initcall 0x40afcfa8: init+0x0/0x73() returned 0.
[    2.996065] initcall 0x40afcfa8 ran for 0 msecs: init+0x0/0x73()
[    3.001539] Calling initcall 0x40afd01b: proc_dma_init+0x0/0x1c()
[    3.007796] initcall 0x40afd01b: proc_dma_init+0x0/0x1c() returned 0.
[    3.013596] initcall 0x40afd01b ran for 0 msecs: proc_dma_init+0x0/0x1c()
[    3.022320] Calling initcall 0x40afd037: kallsyms_init+0x0/0x1f()
[    3.028577] initcall 0x40afd037: kallsyms_init+0x0/0x1f() returned 0.
[    3.033596] initcall 0x40afd037 ran for 0 msecs: kallsyms_init+0x0/0x1f()
[    3.042321] Calling initcall 0x40afd2bb: relay_init+0x0/0x3()
[    3.048238] initcall 0x40afd2bb: relay_init+0x0/0x3() returned 0.
[    3.053248] initcall 0x40afd2bb ran for 0 msecs: relay_init+0x0/0x3()
[    3.060001] Calling initcall 0x40afd2be: utsname_sysctl_init+0x0/0xd()
[    3.066706] initcall 0x40afd2be: utsname_sysctl_init+0x0/0xd() returned 0.
[    3.074029] initcall 0x40afd2be ran for 0 msecs: utsname_sysctl_init+0x0/0xd()
[    3.080001] Calling initcall 0x40afdc93: init_per_zone_pages_min+0x0/0x44()
[    3.087163] initcall 0x40afdc93: init_per_zone_pages_min+0x0/0x44() returned 0.
[    3.094465] initcall 0x40afdc93 ran for 0 msecs: init_per_zone_pages_min+0x0/0x44()
[    3.103190] Calling initcall 0x40afe301: pdflush_init+0x0/0x12()
[    3.110254] initcall 0x40afe301: pdflush_init+0x0/0x12() returned 0.
[    3.116766] initcall 0x40afe301 ran for 0 msecs: pdflush_init+0x0/0x12()
[    3.122233] Calling initcall 0x40afe333: kswapd_init+0x0/0xf()
[    3.130009] initcall 0x40afe333: kswapd_init+0x0/0xf() returned 0.
[    3.136348] initcall 0x40afe333 ran for 0 msecs: kswapd_init+0x0/0xf()
[    3.142060] Calling initcall 0x40afe3de: init_emergency_pool+0x0/0x51()
[    3.148845] initcall 0x40afe3de: init_emergency_pool+0x0/0x51() returned 0.
[    3.154115] initcall 0x40afe3de ran for 0 msecs: init_emergency_pool+0x0/0x51()
[    3.162842] Calling initcall 0x40afe42f: hugetlb_init+0x0/0x6f()
[    3.170241] Total HugeTLB memory allocated, 0
[    3.174647] initcall 0x40afe42f: hugetlb_init+0x0/0x6f() returned 0.
[    3.181278] initcall 0x40afe42f ran for 4 msecs: hugetlb_init+0x0/0x6f()
[    3.188091] Calling initcall 0x40afe61a: init_tmpfs+0x0/0x1e()
[    3.192298] initcall 0x40afe61a: init_tmpfs+0x0/0x1e() returned 0.
[    3.200001] initcall 0x40afe61a ran for 0 msecs: init_tmpfs+0x0/0x1e()
[    3.206634] Calling initcall 0x40afe672: cpucache_init+0x0/0xa()
[    3.212467] initcall 0x40afe672: cpucache_init+0x0/0xa() returned 0.
[    3.220001] initcall 0x40afe672 ran for 0 msecs: cpucache_init+0x0/0xa()
[    3.226809] Calling initcall 0x40afe9bf: fasync_init+0x0/0x22()
[    3.232387] initcall 0x40afe9bf: fasync_init+0x0/0x22() returned 0.
[    3.238820] initcall 0x40afe9bf ran for 0 msecs: fasync_init+0x0/0x22()
[    3.242148] Calling initcall 0x40afee24: aio_setup+0x0/0x5d()
[    3.250253] initcall 0x40afee24: aio_setup+0x0/0x5d() returned 0.
[    3.256516] initcall 0x40afee24 ran for 0 msecs: aio_setup+0x0/0x5d()
[    3.261973] Calling initcall 0x40aff0db: init_mbcache+0x0/0xd()
[    3.270241] initcall 0x40aff0db: init_mbcache+0x0/0xd() returned 0.
[    3.276670] initcall 0x40aff0db ran for 0 msecs: init_mbcache+0x0/0xd()
[    3.282146] Calling initcall 0x40aff0e8: dnotify_init+0x0/0x22()
[    3.290243] initcall 0x40aff0e8: dnotify_init+0x0/0x22() returned 0.
[    3.296766] initcall 0x40aff0e8 ran for 0 msecs: dnotify_init+0x0/0x22()
[    3.302233] Calling initcall 0x40aff4d8: vmcore_init+0x0/0x985()
[    3.308412] initcall 0x40aff4d8: vmcore_init+0x0/0x985() returned 0.
[    3.313507] initcall 0x40aff4d8 ran for 0 msecs: vmcore_init+0x0/0x985()
[    3.322236] Calling initcall 0x40afff07: configfs_init+0x0/0xb5()
[    3.328506] initcall 0x40afff07: configfs_init+0x0/0xb5() returned 0.
[    3.333596] initcall 0x40afff07 ran for 0 msecs: configfs_init+0x0/0xb5()
[    3.342319] Calling initcall 0x40afffbc: init_devpts_fs+0x0/0x2f()
[    3.348675] initcall 0x40afffbc: init_devpts_fs+0x0/0x2f() returned 0.
[    3.353679] initcall 0x40afffbc ran for 0 msecs: init_devpts_fs+0x0/0x2f()
[    3.362417] Calling initcall 0x40afffeb: init_reiserfs_fs+0x0/0x7e()
[    3.368948] initcall 0x40afffeb: init_reiserfs_fs+0x0/0x7e() returned 0.
[    3.373855] initcall 0x40afffeb ran for 0 msecs: init_reiserfs_fs+0x0/0x7e()
[    3.382581] Calling initcall 0x40b00135: init_ext3_fs+0x0/0x59()
[    3.388766] initcall 0x40b00135: init_ext3_fs+0x0/0x59() returned 0.
[    3.393506] initcall 0x40b00135 ran for 0 msecs: init_ext3_fs+0x0/0x59()
[    3.402233] Calling initcall 0x40b0021c: journal_init+0x0/0x72()
[    3.408419] initcall 0x40b0021c: journal_init+0x0/0x72() returned 0.
[    3.413506] initcall 0x40b0021c ran for 0 msecs: journal_init+0x0/0x72()
[    3.422233] Calling initcall 0x40b0028e: init_ext2_fs+0x0/0x49()
[    3.428414] initcall 0x40b0028e: init_ext2_fs+0x0/0x49() returned 0.
[    3.433506] initcall 0x40b0028e ran for 0 msecs: init_ext2_fs+0x0/0x49()
[    3.440001] Calling initcall 0x40b002d7: init_cramfs_fs+0x0/0x25()
[    3.446355] initcall 0x40b002d7: init_cramfs_fs+0x0/0x25() returned 0.
[    3.453681] initcall 0x40b002d7 ran for 0 msecs: init_cramfs_fs+0x0/0x25()
[    3.460001] Calling initcall 0x40b002fc: init_ramfs_fs+0x0/0xa()
[    3.466174] initcall 0x40b002fc: init_ramfs_fs+0x0/0xa() returned 0.
[    3.473508] initcall 0x40b002fc ran for 0 msecs: init_ramfs_fs+0x0/0xa()
[    3.480001] Calling initcall 0x40b00335: init_hugetlbfs_fs+0x0/0x7e()
[    3.486610] initcall 0x40b00335: init_hugetlbfs_fs+0x0/0x7e() returned 0.
[    3.493942] initcall 0x40b00335 ran for 0 msecs: init_hugetlbfs_fs+0x0/0x7e()
[    3.500001] Calling initcall 0x40b003de: init_fat_fs+0x0/0x40()
[    3.506094] initcall 0x40b003de: init_fat_fs+0x0/0x40() returned 0.
[    3.513421] initcall 0x40b003de ran for 0 msecs: init_fat_fs+0x0/0x40()
[    3.520001] Calling initcall 0x40b0041e: init_msdos_fs+0x0/0xa()
[    3.526175] initcall 0x40b0041e: init_msdos_fs+0x0/0xa() returned 0.
[    3.533509] initcall 0x40b0041e ran for 0 msecs: init_msdos_fs+0x0/0xa()
[    3.540001] Calling initcall 0x40b00428: init_vfat_fs+0x0/0xa()
[    3.546089] initcall 0x40b00428: init_vfat_fs+0x0/0xa() returned 0.
[    3.553421] initcall 0x40b00428 ran for 0 msecs: init_vfat_fs+0x0/0xa()
[    3.560001] Calling initcall 0x40b00432: init_bfs_fs+0x0/0x49()
[    3.566092] initcall 0x40b00432: init_bfs_fs+0x0/0x49() returned 0.
[    3.571281] initcall 0x40b00432 ran for 0 msecs: init_bfs_fs+0x0/0x49()
[    3.578006] Calling initcall 0x40b0047b: init_iso9660_fs+0x0/0x49()
[    3.582731] initcall 0x40b0047b: init_iso9660_fs+0x0/0x49() returned 0.
[    3.591281] initcall 0x40b0047b ran for 0 msecs: init_iso9660_fs+0x0/0x49()
[    3.600001] Calling initcall 0x40b004c4: ecryptfs_init+0x0/0x175()
[    3.606389] initcall 0x40b004c4: ecryptfs_init+0x0/0x175() returned 0.
[    3.611281] initcall 0x40b004c4 ran for 0 msecs: ecryptfs_init+0x0/0x175()
[    3.620001] Calling initcall 0x40b00639: vxfs_init+0x0/0x47()
[    3.625917] initcall 0x40b00639: vxfs_init+0x0/0x47() returned 0.
[    3.631281] initcall 0x40b00639 ran for 0 msecs: vxfs_init+0x0/0x47()
[    3.637834] Calling initcall 0x40b00680: init_nls_cp737+0x0/0xa()
[    3.642555] initcall 0x40b00680: init_nls_cp737+0x0/0xa() returned 0.
[    3.651283] initcall 0x40b00680 ran for 0 msecs: init_nls_cp737+0x0/0xa()
[    3.658181] Calling initcall 0x40b0068a: init_nls_cp775+0x0/0xa()
[    3.662554] initcall 0x40b0068a: init_nls_cp775+0x0/0xa() returned 0.
[    3.671281] initcall 0x40b0068a ran for 0 msecs: init_nls_cp775+0x0/0xa()
[    3.678180] Calling initcall 0x40b00694: init_nls_cp852+0x0/0xa()
[    3.682553] initcall 0x40b00694: init_nls_cp852+0x0/0xa() returned 0.
[    3.691281] initcall 0x40b00694 ran for 0 msecs: init_nls_cp852+0x0/0xa()
[    3.698178] Calling initcall 0x40b0069e: init_nls_cp857+0x0/0xa()
[    3.702554] initcall 0x40b0069e: init_nls_cp857+0x0/0xa() returned 0.
[    3.710001] initcall 0x40b0069e ran for 0 msecs: init_nls_cp857+0x0/0xa()
[    3.716897] Calling initcall 0x40b006a8: init_nls_cp862+0x0/0xa()
[    3.722553] initcall 0x40b006a8: init_nls_cp862+0x0/0xa() returned 0.
[    3.730001] initcall 0x40b006a8 ran for 0 msecs: init_nls_cp862+0x0/0xa()
[    3.736895] Calling initcall 0x40b006b2: init_nls_cp863+0x0/0xa()
[    3.742554] initcall 0x40b006b2: init_nls_cp863+0x0/0xa() returned 0.
[    3.750001] initcall 0x40b006b2 ran for 0 msecs: init_nls_cp863+0x0/0xa()
[    3.756894] Calling initcall 0x40b006bc: init_nls_cp865+0x0/0xa()
[    3.762555] initcall 0x40b006bc: init_nls_cp865+0x0/0xa() returned 0.
[    3.770001] initcall 0x40b006bc ran for 0 msecs: init_nls_cp865+0x0/0xa()
[    3.776894] Calling initcall 0x40b006c6: init_nls_cp874+0x0/0xa()
[    3.782552] initcall 0x40b006c6: init_nls_cp874+0x0/0xa() returned 0.
[    3.790001] initcall 0x40b006c6 ran for 0 msecs: init_nls_cp874+0x0/0xa()
[    3.796895] Calling initcall 0x40b006d0: init_nls_cp936+0x0/0xa()
[    3.802555] initcall 0x40b006d0: init_nls_cp936+0x0/0xa() returned 0.
[    3.809167] initcall 0x40b006d0 ran for 0 msecs: init_nls_cp936+0x0/0xa()
[    3.812321] Calling initcall 0x40b006da: init_nls_cp949+0x0/0xa()
[    3.822552] initcall 0x40b006da: init_nls_cp949+0x0/0xa() returned 0.
[    3.829166] initcall 0x40b006da ran for 0 msecs: init_nls_cp949+0x0/0xa()
[    3.832319] Calling initcall 0x40b006e4: init_nls_cp950+0x0/0xa()
[    3.842554] initcall 0x40b006e4: init_nls_cp950+0x0/0xa() returned 0.
[    3.849167] initcall 0x40b006e4 ran for 0 msecs: init_nls_cp950+0x0/0xa()
[    3.852321] Calling initcall 0x40b006ee: init_nls_cp1251+0x0/0xa()
[    3.862649] initcall 0x40b006ee: init_nls_cp1251+0x0/0xa() returned 0.
[    3.869349] initcall 0x40b006ee ran for 0 msecs: init_nls_cp1251+0x0/0xa()
[    3.872408] Calling initcall 0x40b006f8: init_nls_ascii+0x0/0xa()
[    3.882552] initcall 0x40b006f8: init_nls_ascii+0x0/0xa() returned 0.
[    3.889165] initcall 0x40b006f8 ran for 0 msecs: init_nls_ascii+0x0/0xa()
[    3.892321] Calling initcall 0x40b00702: init_nls_iso8859_1+0x0/0xa()
[    3.900239] initcall 0x40b00702: init_nls_iso8859_1+0x0/0xa() returned 0.
[    3.907198] initcall 0x40b00702 ran for 0 msecs: init_nls_iso8859_1+0x0/0xa()
[    3.912667] Calling initcall 0x40b0070c: init_nls_iso8859_2+0x0/0xa()
[    3.922900] initcall 0x40b0070c: init_nls_iso8859_2+0x0/0xa() returned 0.
[    3.930001] initcall 0x40b0070c ran for 0 msecs: init_nls_iso8859_2+0x0/0xa()
[    3.937243] Calling initcall 0x40b00716: init_nls_iso8859_3+0x0/0xa()
[    3.942900] initcall 0x40b00716: init_nls_iso8859_3+0x0/0xa() returned 0.
[    3.951281] initcall 0x40b00716 ran for 0 msecs: init_nls_iso8859_3+0x0/0xa()
[    3.958524] Calling initcall 0x40b00720: init_nls_iso8859_4+0x0/0xa()
[    3.962900] initcall 0x40b00720: init_nls_iso8859_4+0x0/0xa() returned 0.
[    3.971281] initcall 0x40b00720 ran for 0 msecs: init_nls_iso8859_4+0x0/0xa()
[    3.978526] Calling initcall 0x40b0072a: init_nls_iso8859_7+0x0/0xa()
[    3.982900] initcall 0x40b0072a: init_nls_iso8859_7+0x0/0xa() returned 0.
[    3.991281] initcall 0x40b0072a ran for 0 msecs: init_nls_iso8859_7+0x0/0xa()
[    4.000001] Calling initcall 0x40b00734: init_nls_cp1255+0x0/0xa()
[    4.006341] initcall 0x40b00734: init_nls_cp1255+0x0/0xa() returned 0.
[    4.011281] initcall 0x40b00734 ran for 0 msecs: init_nls_cp1255+0x0/0xa()
[    4.020001] Calling initcall 0x40b0073e: init_nls_iso8859_9+0x0/0xa()
[    4.026601] initcall 0x40b0073e: init_nls_iso8859_9+0x0/0xa() returned 0.
[    4.033942] initcall 0x40b0073e ran for 0 msecs: init_nls_iso8859_9+0x0/0xa()
[    4.040001] Calling initcall 0x40b00748: init_nls_iso8859_13+0x0/0xa()
[    4.046695] initcall 0x40b00748: init_nls_iso8859_13+0x0/0xa() returned 0.
[    4.054028] initcall 0x40b00748 ran for 0 msecs: init_nls_iso8859_13+0x0/0xa()
[    4.060001] Calling initcall 0x40b00752: init_nls_iso8859_14+0x0/0xa()
[    4.066692] initcall 0x40b00752: init_nls_iso8859_14+0x0/0xa() returned 0.
[    4.074036] initcall 0x40b00752 ran for 0 msecs: init_nls_iso8859_14+0x0/0xa()
[    4.082757] Calling initcall 0x40b0075c: init_nls_iso8859_15+0x0/0xa()
[    4.090001] initcall 0x40b0075c: init_nls_iso8859_15+0x0/0xa() returned 0.
[    4.097041] initcall 0x40b0075c ran for 0 msecs: init_nls_iso8859_15+0x0/0xa()
[    4.102757] Calling initcall 0x40b00766: init_hpfs_fs+0x0/0x49()
[    4.110245] initcall 0x40b00766: init_hpfs_fs+0x0/0x49() returned 0.
[    4.116758] initcall 0x40b00766 ran for 0 msecs: init_hpfs_fs+0x0/0x49()
[    4.122233] Calling initcall 0x40b007af: init_ntfs_fs+0x0/0x1e4()
[    4.130241] NTFS driver 2.1.29 [Flags: R/O DEBUG].
[    4.135096] initcall 0x40b007af: init_ntfs_fs+0x0/0x1e4() returned 0.
[    4.141281] initcall 0x40b007af ran for 4 msecs: init_ntfs_fs+0x0/0x1e4()
[    4.148181] Calling initcall 0x40b00993: init_ufs_fs+0x0/0x49()
[    4.152384] initcall 0x40b00993: init_ufs_fs+0x0/0x49() returned 0.
[    4.161283] initcall 0x40b00993 ran for 0 msecs: init_ufs_fs+0x0/0x49()
[    4.168008] Calling initcall 0x40b009dc: init_affs_fs+0x0/0x49()
[    4.172471] initcall 0x40b009dc: init_affs_fs+0x0/0x49() returned 0.
[    4.180001] initcall 0x40b009dc ran for 0 msecs: init_affs_fs+0x0/0x49()
[    4.186807] Calling initcall 0x40b00a25: init_romfs_fs+0x0/0x49()
[    4.192559] initcall 0x40b00a25: init_romfs_fs+0x0/0x49() returned 0.
[    4.200001] initcall 0x40b00a25 ran for 0 msecs: init_romfs_fs+0x0/0x49()
[    4.206895] Calling initcall 0x40b00a6e: init_autofs4_fs+0x0/0xa()
[    4.212641] initcall 0x40b00a6e: init_autofs4_fs+0x0/0xa() returned 0.
[    4.220001] initcall 0x40b00a6e ran for 0 msecs: init_autofs4_fs+0x0/0xa()
[    4.226982] Calling initcall 0x40b00a78: init_adfs_fs+0x0/0x49()
[    4.232472] initcall 0x40b00a78: init_adfs_fs+0x0/0x49() returned 0.
[    4.240001] initcall 0x40b00a78 ran for 0 msecs: init_adfs_fs+0x0/0x49()
[    4.246809] Calling initcall 0x40b00d5c: init_xfs_fs+0x0/0x4f()
[    4.252380] SGI XFS with ACLs, no debug enabled
[    4.257086] initcall 0x40b00d5c: init_xfs_fs+0x0/0x4f() returned 0.
[    4.263422] initcall 0x40b00d5c ran for 4 msecs: init_xfs_fs+0x0/0x4f()
[    4.270001] Calling initcall 0x40b00dd9: ocfs2_init+0x0/0x203()
[    4.276089] OCFS2 1.5.0
[    4.278602] initcall 0x40b00dd9: ocfs2_init+0x0/0x203() returned 0.
[    4.283422] initcall 0x40b00dd9 ran for 2 msecs: ocfs2_init+0x0/0x203()
[    4.292146] Calling initcall 0x40b01045: init_o2nm+0x0/0xaa()
[    4.298066] OCFS2 Node Manager 1.5.0
[    4.300081] initcall 0x40b01045: init_o2nm+0x0/0xaa() returned 0.
[    4.306349] initcall 0x40b01045 ran for 3 msecs: init_o2nm+0x0/0xaa()
[    4.311973] Calling initcall 0x40b010ef: dlm_init+0x0/0xa6()
[    4.320239] OCFS2 DLM 1.5.0
[    4.323095] initcall 0x40b010ef: dlm_init+0x0/0xa6() returned 0.
[    4.330001] initcall 0x40b010ef ran for 2 msecs: dlm_init+0x0/0xa6()
[    4.336461] Calling initcall 0x40b01195: init_dlmfs_fs+0x0/0xb3()
[    4.342553] OCFS2 DLMFS 1.5.0
[    4.345583] OCFS2 User DLM kernel interface loaded
[    4.350001] initcall 0x40b01195: init_dlmfs_fs+0x0/0xb3() returned 0.
[    4.356614] initcall 0x40b01195 ran for 7 msecs: init_dlmfs_fs+0x0/0xb3()
[    4.362330] Calling initcall 0x40b0136a: key_proc_init+0x0/0x26()
[    4.370243] initcall 0x40b0136a: key_proc_init+0x0/0x26() returned 0.
[    4.376853] initcall 0x40b0136a ran for 0 msecs: key_proc_init+0x0/0x26()
[    4.382319] Calling initcall 0x40b0147b: crypto_algapi_init+0x0/0x8()
[    4.390242] initcall 0x40b0147b: crypto_algapi_init+0x0/0x8() returned 0.
[    4.397209] initcall 0x40b0147b ran for 0 msecs: crypto_algapi_init+0x0/0x8()
[    4.402667] Calling initcall 0x40b0149d: chainiv_module_init+0x0/0xa()
[    4.410239] initcall 0x40b0149d: chainiv_module_init+0x0/0xa() returned 0.
[    4.417285] initcall 0x40b0149d ran for 0 msecs: chainiv_module_init+0x0/0xa()
[    4.422757] Calling initcall 0x40b014a7: eseqiv_module_init+0x0/0xa()
[    4.430239] initcall 0x40b014a7: eseqiv_module_init+0x0/0xa() returned 0.
[    4.437209] initcall 0x40b014a7 ran for 0 msecs: eseqiv_module_init+0x0/0xa()
[    4.442667] Calling initcall 0x40b014b1: seqiv_module_init+0x0/0xa()
[    4.452813] initcall 0x40b014b1: seqiv_module_init+0x0/0xa() returned 0.
[    4.460001] initcall 0x40b014b1 ran for 0 msecs: seqiv_module_init+0x0/0xa()
[    4.467155] Calling initcall 0x40b014bb: cryptomgr_init+0x0/0xa()
[    4.472553] initcall 0x40b014bb: cryptomgr_init+0x0/0xa() returned 0.
[    4.480001] initcall 0x40b014bb ran for 0 msecs: cryptomgr_init+0x0/0xa()
[    4.486895] Calling initcall 0x40b014c5: hmac_module_init+0x0/0xa()
[    4.492728] initcall 0x40b014c5: hmac_module_init+0x0/0xa() returned 0.
[    4.500001] initcall 0x40b014c5 ran for 0 msecs: hmac_module_init+0x0/0xa()
[    4.507070] Calling initcall 0x40b014cf: init+0x0/0xa()
[    4.511686] initcall 0x40b014cf: init+0x0/0xa() returned 0.
[    4.517432] initcall 0x40b014cf ran for 0 msecs: init+0x0/0xa()
[    4.521452] Calling initcall 0x40b014d9: init+0x0/0x4e()
[    4.530242] initcall 0x40b014d9: init+0x0/0x4e() returned 0.
[    4.536074] initcall 0x40b014d9 ran for 0 msecs: init+0x0/0x4e()
[    4.541540] Calling initcall 0x40b01527: crypto_ecb_module_init+0x0/0xa()
[    4.548498] initcall 0x40b01527: crypto_ecb_module_init+0x0/0xa() returned 0.
[    4.554288] initcall 0x40b01527 ran for 0 msecs: crypto_ecb_module_init+0x0/0xa()
[    4.563015] Calling initcall 0x40b01531: crypto_cbc_module_init+0x0/0xa()
[    4.570239] initcall 0x40b01531: crypto_cbc_module_init+0x0/0xa() returned 0.
[    4.577546] initcall 0x40b01531 ran for 0 msecs: crypto_cbc_module_init+0x0/0xa()
[    4.583015] Calling initcall 0x40b0153b: crypto_ctr_module_init+0x0/0x2f()
[    4.590239] initcall 0x40b0153b: crypto_ctr_module_init+0x0/0x2f() returned 0.
[    4.600001] initcall 0x40b0153b ran for 0 msecs: crypto_ctr_module_init+0x0/0x2f()
[    4.607685] Calling initcall 0x40b0156a: crypto_ccm_module_init+0x0/0x49()
[    4.613334] initcall 0x40b0156a: crypto_ccm_module_init+0x0/0x49() returned 0.
[    4.621283] initcall 0x40b0156a ran for 0 msecs: crypto_ccm_module_init+0x0/0x49()
[    4.630001] Calling initcall 0x40b015b3: init+0x0/0x2f()
[    4.635487] initcall 0x40b015b3: init+0x0/0x2f() returned 0.
[    4.641280] initcall 0x40b015b3 ran for 0 msecs: init+0x0/0x2f()
[    4.647399] Calling initcall 0x40b015e2: init+0x0/0xa()
[    4.651688] initcall 0x40b015e2: init+0x0/0xa() returned 0.
[    4.657432] initcall 0x40b015e2 ran for 0 msecs: init+0x0/0xa()
[    4.661452] Calling initcall 0x40b015ec: aes_init+0x0/0x2ad()
[    4.670257] initcall 0x40b015ec: aes_init+0x0/0x2ad() returned 0.
[    4.676507] initcall 0x40b015ec ran for 0 msecs: aes_init+0x0/0x2ad()
[    4.681973] Calling initcall 0x40b01899: camellia_init+0x0/0xa()
[    4.688153] initcall 0x40b01899: camellia_init+0x0/0xa() returned 0.
[    4.693509] initcall 0x40b01899 ran for 0 msecs: camellia_init+0x0/0xa()
[    4.702234] Calling initcall 0x40b018a3: init+0x0/0xa()
[    4.707632] initcall 0x40b018a3: init+0x0/0xa() returned 0.
[    4.712727] initcall 0x40b018a3 ran for 0 msecs: init+0x0/0xa()
[    4.720001] Calling initcall 0x40b018ad: arc4_init+0x0/0xa()
[    4.725829] initcall 0x40b018ad: arc4_init+0x0/0xa() returned 0.
[    4.731281] initcall 0x40b018ad ran for 0 msecs: arc4_init+0x0/0xa()
[    4.737745] Calling initcall 0x40b018b7: init+0x0/0x4e()
[    4.741777] initcall 0x40b018b7: init+0x0/0x4e() returned 0.
[    4.750001] initcall 0x40b018b7 ran for 0 msecs: init+0x0/0x4e()
[    4.756115] Calling initcall 0x40b01905: init+0x0/0xa()
[    4.760242] initcall 0x40b01905: init+0x0/0xa() returned 0.
[    4.765986] initcall 0x40b01905 ran for 0 msecs: init+0x0/0xa()
[    4.771454] Calling initcall 0x40b0190f: init+0x0/0xa()
[    4.776852] initcall 0x40b0190f: init+0x0/0xa() returned 0.
[    4.782729] initcall 0x40b0190f ran for 0 msecs: init+0x0/0xa()
[    4.790001] Calling initcall 0x40b01919: init+0x0/0xa()
[    4.795395] initcall 0x40b01919: init+0x0/0xa() returned 0.
[    4.801283] initcall 0x40b01919 ran for 0 msecs: init+0x0/0xa()
[    4.807314] Calling initcall 0x40b01923: michael_mic_init+0x0/0xa()
[    4.812728] initcall 0x40b01923: michael_mic_init+0x0/0xa() returned 0.
[    4.820001] initcall 0x40b01923 ran for 0 msecs: michael_mic_init+0x0/0xa()
[    4.827068] Calling initcall 0x40b0192d: init+0x0/0xa()
[    4.831688] initcall 0x40b0192d: init+0x0/0xa() returned 0.
[    4.837435] initcall 0x40b0192d ran for 0 msecs: init+0x0/0xa()
[    4.841452] Calling initcall 0x40b01b8a: bsg_init+0x0/0xfa()
[    4.850265] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    4.857708] initcall 0x40b01b8a: bsg_init+0x0/0xfa() returned 0.
[    4.863169] initcall 0x40b01b8a ran for 7 msecs: bsg_init+0x0/0xfa()
[    4.870001] Calling initcall 0x40b01c84: noop_init+0x0/0xd()
[    4.875829] io scheduler noop registered (default)
[    4.880001] initcall 0x40b01c84: noop_init+0x0/0xd() returned 0.
[    4.886174] initcall 0x40b01c84 ran for 4 msecs: noop_init+0x0/0xd()
[    4.891886] Calling initcall 0x40b01c91: as_init+0x0/0xd()
[    4.900001] io scheduler anticipatory registered
[    4.904660] initcall 0x40b01c91: as_init+0x0/0xd() returned 0.
[    4.910001] initcall 0x40b01c91 ran for 4 msecs: as_init+0x0/0xd()
[    4.916289] Calling initcall 0x40b01c9e: cfq_init+0x0/0x87()
[    4.922132] io scheduler cfq registered
[    4.926013] initcall 0x40b01c9e: cfq_init+0x0/0x87() returned 0.
[    4.931280] initcall 0x40b01c9e ran for 3 msecs: cfq_init+0x0/0x87()
[    4.937747] Calling initcall 0x4070e7b5: pci_init+0x0/0x28()
[    4.960030] pci 0000:01:00.0: Boot video device
[    4.964605] initcall 0x4070e7b5: pci_init+0x0/0x28() returned 0.
[    4.970001] initcall 0x4070e7b5 ran for 18 msecs: pci_init+0x0/0x28()
[    4.976547] Calling initcall 0x40b0231d: pci_proc_init+0x0/0x5b()
[    4.982571] initcall 0x40b0231d: pci_proc_init+0x0/0x5b() returned 0.
[    4.990001] initcall 0x40b0231d ran for 0 msecs: pci_proc_init+0x0/0x5b()
[    4.996885] Calling initcall 0x40b02378: pci_hotplug_init+0x0/0x7d()
[    5.002816] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    5.008432] initcall 0x40b02378: pci_hotplug_init+0x0/0x7d() returned 0.
[    5.013863] initcall 0x40b02378 ran for 5 msecs: pci_hotplug_init+0x0/0x7d()
[    5.022581] Calling initcall 0x40b023fd: acpiphp_init+0x0/0x43()
[    5.028751] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    5.030003] ACPI Exception (utmutex-0263): AE_BAD_PARAMETER, Thread 7F845670 could not acquire Mutex [1] [20070126]
[    5.044988] initcall 0x40b023fd: acpiphp_init+0x0/0x43() returned -1.
[    5.051368] initcall 0x40b023fd ran for 16 msecs: acpiphp_init+0x0/0x43()
[    5.060001] initcall at 0x40b023fd: acpiphp_init+0x0/0x43(): returned with error code -1
[    5.068257] Calling initcall 0x40b024fc: ibm_acpiphp_init+0x0/0x12e()
[    5.072903] ACPI Exception (utmutex-0263): AE_BAD_PARAMETER, Thread 7F845670 could not acquire Mutex [1] [20070126]
[    5.084988] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
[    5.090001] initcall 0x40b024fc: ibm_acpiphp_init+0x0/0x12e() returned -19.
[    5.097127] initcall 0x40b024fc ran for 16 msecs: ibm_acpiphp_init+0x0/0x12e()
[    5.102669] Calling initcall 0x40b026d0: cpcihp_generic_init+0x0/0x364()
[    5.113161] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
[    5.120001] cpcihp_generic: not configured, disabling.
[    5.125183] initcall 0x40b026d0: cpcihp_generic_init+0x0/0x364() returned -22.
[    5.131456] initcall 0x40b026d0 ran for 12 msecs: cpcihp_generic_init+0x0/0x364()
[    5.140001] initcall at 0x40b026d0: cpcihp_generic_init+0x0/0x364(): returned with error code -22
[    5.150001] Calling initcall 0x40b02a34: dummyphp_init+0x0/0x6b()
[    5.156257] fakephp: Fake PCI Hot Plug Controller Driver
[    5.160283] initcall 0x40b02a34: dummyphp_init+0x0/0x6b() returned 0.
[    5.166892] initcall 0x40b02a34 ran for 5 msecs: dummyphp_init+0x0/0x6b()
[    5.172318] Calling initcall 0x40b02c77: progearbl_init+0x0/0x4f()
[    5.182683] ALI M7101 PMU not found.
[    5.186310] initcall 0x40b02c77: progearbl_init+0x0/0x4f() returned 0.
[    5.191281] initcall 0x40b02c77 ran for 3 msecs: progearbl_init+0x0/0x4f()
[    5.200010] Calling initcall 0x40b02cc6: cr_backlight_init+0x0/0x5a()
[    5.206651] INTEL CARILLO RANCH LPC not found.
[    5.210002] Carillo Ranch Backlight Driver Initialized.
[    5.215274] initcall 0x40b02cc6: cr_backlight_init+0x0/0x5a() returned 0.
[    5.221280] initcall 0x40b02cc6 ran for 9 msecs: cr_backlight_init+0x0/0x5a()
[    5.230001] Calling initcall 0x40b02d20: display_class_init+0x0/0x68()
[    5.236699] initcall 0x40b02d20: display_class_init+0x0/0x68() returned 0.
[    5.244029] initcall 0x40b02d20 ran for 0 msecs: display_class_init+0x0/0x68()
[    5.250002] Calling initcall 0x40b02d88: arcfb_init+0x0/0x5c()
[    5.256008] initcall 0x40b02d88: arcfb_init+0x0/0x5c() returned -6.
[    5.263421] initcall 0x40b02d88 ran for 0 msecs: arcfb_init+0x0/0x5c()
[    5.270001] initcall at 0x40b02d88: arcfb_init+0x0/0x5c(): returned with error code -6
[    5.278083] Calling initcall 0x40b03041: pm2fb_init+0x0/0x105()
[    5.282400] initcall 0x40b03041: pm2fb_init+0x0/0x105() returned 0.
[    5.291281] initcall 0x40b03041 ran for 0 msecs: pm2fb_init+0x0/0x105()
[    5.298006] Calling initcall 0x40b03146: matroxfb_init+0x0/0x87c()
[    5.302659] initcall 0x40b03146: matroxfb_init+0x0/0x87c() returned 0.
[    5.311281] initcall 0x40b03146 ran for 0 msecs: matroxfb_init+0x0/0x87c()
[    5.318266] Calling initcall 0x4070f830: rivafb_init+0x0/0x156()
[    5.322488] initcall 0x4070f830: rivafb_init+0x0/0x156() returned 0.
[    5.330001] initcall 0x4070f830 ran for 0 msecs: rivafb_init+0x0/0x156()
[    5.336806] Calling initcall 0x407102ec: nvidiafb_init+0x0/0x270()
[    5.342643] nvidiafb_setup START
[    5.345935] initcall 0x407102ec: nvidiafb_init+0x0/0x270() returned 0.
[    5.353681] initcall 0x407102ec ran for 3 msecs: nvidiafb_init+0x0/0x270()
[    5.360010] Calling initcall 0x40b03a0b: sisfb_init+0x0/0x6fd()
[    5.366113] initcall 0x40b03a0b: sisfb_init+0x0/0x6fd() returned 0.
[    5.373421] initcall 0x40b03a0b ran for 0 msecs: sisfb_init+0x0/0x6fd()
[    5.380002] Calling initcall 0x40b04108: savagefb_init+0x0/0x5b()
[    5.386281] initcall 0x40b04108: savagefb_init+0x0/0x5b() returned 0.
[    5.391281] initcall 0x40b04108 ran for 0 msecs: savagefb_init+0x0/0x5b()
[    5.400002] Calling initcall 0x40b04163: neofb_init+0x0/0x12c()
[    5.406105] initcall 0x40b04163: neofb_init+0x0/0x12c() returned 0.
[    5.411281] initcall 0x40b04163 ran for 0 msecs: neofb_init+0x0/0x12c()
[    5.418006] Calling initcall 0x40b0428f: tdfxfb_init+0x0/0xd5()
[    5.422397] initcall 0x40b0428f: tdfxfb_init+0x0/0xd5() returned 0.
[    5.431281] initcall 0x40b0428f ran for 0 msecs: tdfxfb_init+0x0/0xd5()
[    5.438006] Calling initcall 0x40b04364: imsttfb_init+0x0/0xe6()
[    5.442485] initcall 0x40b04364: imsttfb_init+0x0/0xe6() returned 0.
[    5.451281] initcall 0x40b04364 ran for 0 msecs: imsttfb_init+0x0/0xe6()
[    5.458091] Calling initcall 0x40b0444a: vt8623fb_init+0x0/0x47()
[    5.462572] initcall 0x40b0444a: vt8623fb_init+0x0/0x47() returned 0.
[    5.471281] initcall 0x40b0444a ran for 0 msecs: vt8623fb_init+0x0/0x47()
[    5.478179] Calling initcall 0x40b04491: tridentfb_init+0x0/0x1e9()
[    5.482729] tridentfb: Trident framebuffer 0.7.8-NEWAPI initializing
[    5.490019] initcall 0x40b04491: tridentfb_init+0x0/0x1e9() returned 0.
[    5.496804] initcall 0x40b04491 ran for 6 msecs: tridentfb_init+0x0/0x1e9()
[    5.502494] Calling initcall 0x40b0467a: vmlfb_init+0x0/0x7d()
[    5.510240] vmlfb: initializing
[    5.513446] initcall 0x40b0467a: vmlfb_init+0x0/0x7d() returned 0.
[    5.520001] initcall 0x40b0467a ran for 3 msecs: vmlfb_init+0x0/0x7d()
[    5.526634] Calling initcall 0x40b046f7: cr_pll_init+0x0/0xbd()
[    5.532380] Could not find Carillo Ranch MCH device.
[    5.537393] initcall 0x40b046f7: cr_pll_init+0x0/0xbd() returned -19.
[    5.543596] initcall 0x40b046f7 ran for 4 msecs: cr_pll_init+0x0/0xbd()
[    5.550001] Calling initcall 0x40b047b4: hecubafb_init+0x0/0x69()
[    5.556261] Use hecubafb_enable to enable the device
[    5.560001] initcall 0x40b047b4: hecubafb_init+0x0/0x69() returned -6.
[    5.566693] initcall 0x40b047b4 ran for 4 msecs: hecubafb_init+0x0/0x69()
[    5.572321] initcall at 0x40b047b4: hecubafb_init+0x0/0x69(): returned with error code -6
[    5.582755] Calling initcall 0x40b0481d: hgafb_init+0x0/0x44()
[    5.590275] hgafb: HGA card not detected.
[    5.594334] hgafb: probe of hgafb.0 failed with error -22
[    5.600001] initcall 0x40b0481d: hgafb_init+0x0/0x44() returned 0.
[    5.606347] initcall 0x40b0481d ran for 9 msecs: hgafb_init+0x0/0x44()
[    5.612059] Calling initcall 0x407193da: sstfb_init+0x0/0x188()
[    5.618169] initcall 0x407193da: sstfb_init+0x0/0x188() returned 0.
[    5.623421] initcall 0x407193da ran for 0 msecs: sstfb_init+0x0/0x188()
[    5.632147] Calling initcall 0x40b04b30: s1d13xxxfb_init+0x0/0x20()
[    5.638594] initcall 0x40b04b30: s1d13xxxfb_init+0x0/0x20() returned 0.
[    5.643767] initcall 0x40b04b30 ran for 0 msecs: s1d13xxxfb_init+0x0/0x20()
[    5.652494] Calling initcall 0x407199ee: sm501fb_init+0x0/0xa()
[    5.658599] initcall 0x407199ee: sm501fb_init+0x0/0xa() returned 0.
[    5.663421] initcall 0x407199ee ran for 0 msecs: sm501fb_init+0x0/0xa()
[    5.670002] Calling initcall 0x4071a7ac: uvesafb_init+0x0/0x359()
[    5.676320] uvesafb: failed to execute /sbin/v86d
[    5.680001] uvesafb: make sure that the v86d helper is installed and executable
[    5.690002] uvesafb: Getting VBE info block failed (eax=0x4f00, err=-2)
[    5.696660] uvesafb: vbe_init() failed with -22
[    5.700002] uvesafb: probe of uvesafb.0 failed with error -22
[    5.705787] initcall 0x4071a7ac: uvesafb_init+0x0/0x359() returned 0.
[    5.713596] initcall 0x4071a7ac ran for 27 msecs: uvesafb_init+0x0/0x359()
[    5.720001] Calling initcall 0x40b05566: acpi_reserve_resources+0x0/0xc4()
[    5.727040] initcall 0x40b05566: acpi_reserve_resources+0x0/0xc4() returned 0.
[    5.734375] initcall 0x40b05566 ran for 0 msecs: acpi_reserve_resources+0x0/0xc4()
[    5.743102] Calling initcall 0x40b06296: acpi_video_init+0x0/0x4d()
[    5.749541] initcall 0x40b06296: acpi_video_init+0x0/0x4d() returned -19.
[    5.753942] initcall 0x40b06296 ran for 0 msecs: acpi_video_init+0x0/0x4d()
[    5.762494] Calling initcall 0x40b06391: irqrouter_init_sysfs+0x0/0x2d()
[    5.770241] initcall 0x40b06391: irqrouter_init_sysfs+0x0/0x2d() returned 0.
[    5.777451] initcall 0x40b06391 ran for 0 msecs: irqrouter_init_sysfs+0x0/0x2d()
[    5.782929] Calling initcall 0x40b064dd: acpi_container_init+0x0/0x3b()
[    5.790239] initcall 0x40b064dd: acpi_container_init+0x0/0x3b() returned -19.
[    5.797546] initcall 0x40b064dd ran for 0 msecs: acpi_container_init+0x0/0x3b()
[    5.802844] Calling initcall 0x40b0686c: asus_acpi_init+0x0/0xdc()
[    5.812640] initcall 0x40b0686c: asus_acpi_init+0x0/0xdc() returned -19.
[    5.820001] initcall 0x40b0686c ran for 0 msecs: asus_acpi_init+0x0/0xdc()
[    5.826980] Calling initcall 0x40b06948: toshiba_acpi_init+0x0/0x154()
[    5.832988] initcall 0x40b06948: toshiba_acpi_init+0x0/0x154() returned -19.
[    5.840001] initcall 0x40b06948 ran for 0 msecs: toshiba_acpi_init+0x0/0x154()
[    5.847331] Calling initcall 0x40b06a9c: acpi_memory_device_init+0x0/0x6b()
[    5.853421] initcall 0x40b06a9c: acpi_memory_device_init+0x0/0x6b() returned -19.
[    5.861466] initcall 0x40b06a9c ran for 0 msecs: acpi_memory_device_init+0x0/0x6b()
[    5.870001] Calling initcall 0x40b07f88: isapnp_init+0x0/0x3e3()
[    5.876185] isapnp: Scanning for PnP cards...
[    6.193190] isapnp: No Plug & Play device found
[    6.197766] initcall 0x40b07f88: isapnp_init+0x0/0x3e3() returned 0.
[    6.203509] initcall 0x40b07f88 ran for 305 msecs: isapnp_init+0x0/0x3e3()
[    6.210001] Calling initcall 0x40b08504: rand_initialize+0x0/0x21()
[    6.216444] initcall 0x40b08504: rand_initialize+0x0/0x21() returned 0.
[    6.223767] initcall 0x40b08504 ran for 0 msecs: rand_initialize+0x0/0x21()
[    6.230001] Calling initcall 0x40b08575: tty_init+0x0/0x18e()
[    6.237139] initcall 0x40b08575: tty_init+0x0/0x18e() returned 0.
[    6.243254] initcall 0x40b08575 ran for 1 msecs: tty_init+0x0/0x18e()
[    6.250004] Calling initcall 0x40b08703: pty_init+0x0/0x390()
[    6.271296] initcall 0x40b08703: pty_init+0x0/0x390() returned 0.
[    6.277563] initcall 0x40b08703 ran for 13 msecs: pty_init+0x0/0x390()
[    6.281973] Calling initcall 0x40b08f53: espserial_init+0x0/0x542()
[    6.290242] ESP serial driver version 2.2 (DMA 0)
[    6.297252] initcall 0x40b08f53: espserial_init+0x0/0x542() returned 0.
[    6.303766] initcall 0x40b08f53 ran for 6 msecs: espserial_init+0x0/0x542()
[    6.310014] Calling initcall 0x40b09495: rp_init+0x0/0xfe0()
[    6.315837] RocketPort device driver module, version 2.09, 12-June-2003
[    6.320007] No rocketport ports found; unloading driver
[    6.325278] initcall 0x40b09495: rp_init+0x0/0xfe0() returned -6.
[    6.333248] initcall 0x40b09495 ran for 11 msecs: rp_init+0x0/0xfe0()
[    6.341885] initcall at 0x40b09495: rp_init+0x0/0xfe0(): returned with error code -6
[    6.350001] Calling initcall 0x40b0a475: epca_module_init+0x0/0x409()
[    6.356614] DIGI epca driver version 1.3.0.1-LK2.6 loaded.
[    6.385955] initcall 0x40b0a475: epca_module_init+0x0/0x409() returned 0.
[    6.391279] initcall 0x40b0a475 ran for 27 msecs: epca_module_init+0x0/0x409()
[    6.400001] Calling initcall 0x40b0a87e: moxa_init+0x0/0x1ec()
[    6.406008] MOXA Intellio family driver version 5.1k
[    6.418123] initcall 0x40b0a87e: moxa_init+0x0/0x1ec() returned 0.
[    6.423340] initcall 0x40b0a87e ran for 12 msecs: moxa_init+0x0/0x1ec()
[    6.432085] Calling initcall 0x40b0aa6a: mxser_module_init+0x0/0x5d2()
[    6.438786] MOXA Smartio/Industio family driver version 2.0.3
[    6.440230] initcall 0x40b0aa6a: mxser_module_init+0x0/0x5d2() returned 0.
[    6.451279] initcall 0x40b0aa6a ran for 5 msecs: mxser_module_init+0x0/0x5d2()
[    6.458613] Calling initcall 0x40b0b03c: ip2_init+0x0/0x4c()
[    6.462120] Computone IntelliPort Plus multiport driver version 1.2.14
[    6.470030] initcall 0x40b0b03c: ip2_init+0x0/0x4c() returned 0.
[    6.476206] initcall 0x40b0b03c ran for 6 msecs: ip2_init+0x0/0x4c()
[    6.481888] Calling initcall 0x40b0b0de: isicom_init+0x0/0x142()
[    6.490263] initcall 0x40b0b0de: isicom_init+0x0/0x142() returned 0.
[    6.496784] initcall 0x40b0b0de ran for 0 msecs: isicom_init+0x0/0x142()
[    6.502232] Calling initcall 0x40b0b220: synclink_init+0x0/0x20f()
[    6.510242] SyncLink serial driver $Revision: 4.38 $
[    6.524635] SyncLink serial driver $Revision: 4.38 $, tty major#253
[    6.530005] initcall 0x40b0b220: synclink_init+0x0/0x20f() returned 0.
[    6.536699] initcall 0x40b0b220 ran for 19 msecs: synclink_init+0x0/0x20f()
[    6.542407] Calling initcall 0x40b0b42f: synclinkmp_init+0x0/0x14b()
[    6.550239] SyncLink MultiPort driver $Revision: 4.38 $
[    6.566733] SyncLink MultiPort driver $Revision: 4.38 $, tty major#252
[    6.570024] initcall 0x40b0b42f: synclinkmp_init+0x0/0x14b() returned 0.
[    6.580021] initcall 0x40b0b42f ran for 21 msecs: synclinkmp_init+0x0/0x14b()
[    6.587260] Calling initcall 0x40b0b57a: slgt_init+0x0/0x171()
[    6.592934] SyncLink GT $Revision: 4.50 $
[    6.596996] SyncLink GT $Revision: 4.50 $, tty major#251
[    6.600234] SyncLink GT no devices found
[    6.604198] initcall 0x40b0b57a: slgt_init+0x0/0x171() returned 0.
[    6.613334] initcall 0x40b0b57a ran for 12 msecs: slgt_init+0x0/0x171()
[    6.620001] Calling initcall 0x40b0b7e6: lp_init_module+0x0/0x1f5()
[    6.626456] lp: driver loaded but no devices found
[    6.630001] initcall 0x40b0b7e6: lp_init_module+0x0/0x1f5() returned 0.
[    6.636781] initcall 0x40b0b7e6 ran for 4 msecs: lp_init_module+0x0/0x1f5()
[    6.642495] Calling initcall 0x40b0b9db: sonypi_init+0x0/0x8d()
[    6.650242] sonypi: Sony Programmable I/O Controller Driver v1.26.
[    6.656466] initcall 0x40b0b9db: sonypi_init+0x0/0x8d() returned -19.
[    6.663594] initcall 0x40b0b9db ran for 5 msecs: sonypi_init+0x0/0x8d()
[    6.670001] Calling initcall 0x40b0ba9c: rtc_init+0x0/0x11f()
[    6.675962] Real Time Clock Driver v1.12ac
[    6.680001] initcall 0x40b0ba9c: rtc_init+0x0/0x11f() returned 0.
[    6.686268] initcall 0x40b0ba9c ran for 3 msecs: rtc_init+0x0/0x11f()
[    6.691972] Calling initcall 0x40b0bbbb: hpet_init+0x0/0x55()
[    6.700280] initcall 0x40b0bbbb: hpet_init+0x0/0x55() returned -19.
[    6.706716] initcall 0x40b0bbbb ran for 0 msecs: hpet_init+0x0/0x55()
[    6.711974] Calling initcall 0x40b0bc10: i8k_init+0x0/0x1b0()
[    6.717895] initcall 0x40b0bc10: i8k_init+0x0/0x1b0() returned -19.
[    6.723422] initcall 0x40b0bc10 ran for 0 msecs: i8k_init+0x0/0x1b0()
[    6.731975] Calling initcall 0x40b0bdc0: mod_init+0x0/0x19e()
[    6.737896] initcall 0x40b0bdc0: mod_init+0x0/0x19e() returned -19.
[    6.743421] initcall 0x40b0bdc0 ran for 0 msecs: mod_init+0x0/0x19e()
[    6.750001] Calling initcall 0x40b0c022: mod_init+0x0/0x8a()
[    6.755830] initcall 0x40b0c022: mod_init+0x0/0x8a() returned -19.
[    6.763336] initcall 0x40b0c022 ran for 0 msecs: mod_init+0x0/0x8a()
[    6.769801] Calling initcall 0x40b0c0ac: mod_init+0x0/0x3b()
[    6.772121] initcall 0x40b0c0ac: mod_init+0x0/0x3b() returned -19.
[    6.781454] initcall 0x40b0c0ac ran for 0 msecs: mod_init+0x0/0x3b()
[    6.787918] Calling initcall 0x40b0c0e7: ppdev_init+0x0/0x8f()
[    6.792309] ppdev: user-space parallel port driver
[    6.797149] initcall 0x40b0c0e7: ppdev_init+0x0/0x8f() returned 0.
[    6.803336] initcall 0x40b0c0e7 ran for 4 msecs: ppdev_init+0x0/0x8f()
[    6.812060] Calling initcall 0x40b0c176: scx200_gpio_init+0x0/0x108()
[    6.818671] scx200_gpio: no SCx200 gpio present
[    6.820001] initcall 0x40b0c176: scx200_gpio_init+0x0/0x108() returned -19.
[    6.830001] initcall 0x40b0c176 ran for 4 msecs: scx200_gpio_init+0x0/0x108()
[    6.837243] Calling initcall 0x40b0c27e: pc8736x_gpio_init+0x0/0x32e()
[    6.843012] platform pc8736x_gpio.0: NatSemi pc8736x GPIO Driver Initializing
[    6.850014] platform pc8736x_gpio.0: no device found
[    6.855038] initcall 0x40b0c27e: pc8736x_gpio_init+0x0/0x32e() returned -19.
[    6.864211] initcall 0x40b0c27e ran for 11 msecs: pc8736x_gpio_init+0x0/0x32e()
[    6.870001] Calling initcall 0x40b0c5ac: nsc_gpio_init+0x0/0xe()
[    6.876181] nsc_gpio initializing
[    6.880001] initcall 0x40b0c5ac: nsc_gpio_init+0x0/0xe() returned 0.
[    6.886511] initcall 0x40b0c5ac ran for 3 msecs: nsc_gpio_init+0x0/0xe()
[    6.892231] Calling initcall 0x40b0c5ba: cs5535_gpio_init+0x0/0x143()
[    6.900240] cs5535_gpio: DIVIL not found
[    6.904212] initcall 0x40b0c5ba: cs5535_gpio_init+0x0/0x143() returned -19.
[    6.911454] initcall 0x40b0c5ba ran for 3 msecs: cs5535_gpio_init+0x0/0x143()
[    6.918698] Calling initcall 0x40b0c6fd: tlclk_init+0x0/0x175()
[    6.922382] telclk_interrup = 0xf non-mcpbl0010 hw.
[    6.930002] initcall 0x40b0c6fd: tlclk_init+0x0/0x175() returned -6.
[    6.936512] initcall 0x40b0c6fd ran for 4 msecs: tlclk_init+0x0/0x175()
[    6.942146] initcall at 0x40b0c6fd: tlclk_init+0x0/0x175(): returned with error code -6
[    6.950001] Calling initcall 0x40b0c8ae: agp_init+0x0/0x1d()
[    6.955835] Linux agpgart interface v0.103
[    6.960001] initcall 0x40b0c8ae: agp_init+0x0/0x1d() returned 0.
[    6.966174] initcall 0x40b0c8ae ran for 3 msecs: agp_init+0x0/0x1d()
[    6.971888] Calling initcall 0x40b0c8cb: agp_amdk7_init+0x0/0x20()
[    6.980259] initcall 0x40b0c8cb: agp_amdk7_init+0x0/0x20() returned 0.
[    6.986957] initcall 0x40b0c8cb ran for 0 msecs: agp_amdk7_init+0x0/0x20()
[    6.992407] Calling initcall 0x40b0c8eb: agp_intel_init+0x0/0x20()
[    7.000260] initcall 0x40b0c8eb: agp_intel_init+0x0/0x20() returned 0.
[    7.006956] initcall 0x40b0c8eb ran for 0 msecs: agp_intel_init+0x0/0x20()
[    7.012406] Calling initcall 0x40b0c90b: agp_via_init+0x0/0x20()
[    7.020259] initcall 0x40b0c90b: agp_via_init+0x0/0x20() returned 0.
[    7.026775] initcall 0x40b0c90b ran for 0 msecs: agp_via_init+0x0/0x20()
[    7.032231] Calling initcall 0x40b0c92b: drm_core_init+0x0/0x107()
[    7.040260] [drm] Initialized drm 1.1.0 20060810
[    7.044924] initcall 0x40b0c92b: drm_core_init+0x0/0x107() returned 0.
[    7.051281] initcall 0x40b0c92b ran for 4 msecs: drm_core_init+0x0/0x107()
[    7.058267] Calling initcall 0x40b0ca32: r128_init+0x0/0x14()
[    7.062212] initcall 0x40b0ca32: r128_init+0x0/0x14() returned 0.
[    7.070001] initcall 0x40b0ca32 ran for 0 msecs: r128_init+0x0/0x14()
[    7.076549] Calling initcall 0x40b0ca46: i810_init+0x0/0x14()
[    7.082207] initcall 0x40b0ca46: i810_init+0x0/0x14() returned 0.
[    7.088473] initcall 0x40b0ca46 ran for 0 msecs: i810_init+0x0/0x14()
[    7.091975] Calling initcall 0x4071d849: i810fb_init+0x0/0x358()
[    7.102486] initcall 0x4071d849: i810fb_init+0x0/0x358() returned 0.
[    7.109010] initcall 0x4071d849 ran for 0 msecs: i810fb_init+0x0/0x358()
[    7.112231] Calling initcall 0x40b0ccb5: serial8250_init+0x0/0xe0()
[    7.120243] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
[    7.130082] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    7.136613] initcall 0x40b0ccb5: serial8250_init+0x0/0xe0() returned 0.
[    7.141282] initcall 0x40b0ccb5 ran for 13 msecs: serial8250_init+0x0/0xe0()
[    7.150002] Calling initcall 0x40b0d153: parport_default_proc_register+0x0/0x12()
[    7.157668] initcall 0x40b0d153: parport_default_proc_register+0x0/0x12() returned 0.
[    7.164982] initcall 0x40b0d153 ran for 0 msecs: parport_default_proc_register+0x0/0x12()
[    7.173709] Calling initcall 0x40b0d3c7: parport_pc_init+0x0/0x17e()
[    7.180265] pnp: the driver 'parport_pc' has been registered
[    7.186066] parport0: PC-style at 0x378 (0x778) [PCSPP(,...)]
[    7.331694] parport0: irq 7 detected
[    7.335398] lp0: using parport0 (polling).
[    7.339609] initcall 0x40b0d3c7: parport_pc_init+0x0/0x17e() returned 0.
[    7.343853] initcall 0x40b0d3c7 ran for 150 msecs: parport_pc_init+0x0/0x17e()
[    7.352582] Calling initcall 0x40b0d6b2: isa_bus_init+0x0/0x2f()
[    7.360025] initcall 0x40b0d6b2: isa_bus_init+0x0/0x2f() returned 0.
[    7.366551] initcall 0x40b0d6b2 ran for 0 msecs: isa_bus_init+0x0/0x2f()
[    7.372241] Calling initcall 0x40b0d7b4: loop_init+0x0/0x132()
[    7.378427] loop: module loaded
[    7.380002] initcall 0x40b0d7b4: loop_init+0x0/0x132() returned 0.
[    7.386355] initcall 0x40b0d7b4 ran for 3 msecs: loop_init+0x0/0x132()
[    7.392059] Calling initcall 0x40b0dec8: xd_init+0x0/0x46d()
[    7.400241] xd: Out of memory.
[    7.403345] initcall 0x40b0dec8: xd_init+0x0/0x46d() returned -12.
[    7.410001] initcall 0x40b0dec8 ran for 2 msecs: xd_init+0x0/0x46d()
[    7.416461] initcall at 0x40b0dec8: xd_init+0x0/0x46d(): returned with error code -12
[    7.424723] Calling initcall 0x40b0ec46: cpqarray_init+0x0/0x228()
[    7.430241] Compaq SMART2 Driver (v 2.6.0)
[    7.434404] initcall 0x40b0ec46: cpqarray_init+0x0/0x228() returned 0.
[    7.441281] initcall 0x40b0ec46 ran for 3 msecs: cpqarray_init+0x0/0x228()
[    7.448266] Calling initcall 0x40b0f138: cciss_init+0x0/0x1c()
[    7.452301] HP CISS Driver (v 3.6.14)
[    7.456032] initcall 0x40b0f138: cciss_init+0x0/0x1c() returned 0.
[    7.463334] initcall 0x40b0f138 ran for 3 msecs: cciss_init+0x0/0x1c()
[    7.472060] Calling initcall 0x40b0f154: init_cryptoloop+0x0/0x20()
[    7.478498] initcall 0x40b0f154: init_cryptoloop+0x0/0x20() returned 0.
[    7.483776] initcall 0x40b0f154 ran for 0 msecs: init_cryptoloop+0x0/0x20()
[    7.492494] Calling initcall 0x40b0f174: carm_init+0x0/0x11()
[    7.498435] initcall 0x40b0f174: carm_init+0x0/0x11() returned 0.
[    7.503247] initcall 0x40b0f174 ran for 0 msecs: carm_init+0x0/0x11()
[    7.510002] Calling initcall 0x40b0f185: ub_init+0x0/0x40()
[    7.515758] usbcore: registered new interface driver ub
[    7.520002] initcall 0x40b0f185: ub_init+0x0/0x40() returned 0.
[    7.526095] initcall 0x40b0f185 ran for 5 msecs: ub_init+0x0/0x40()
[    7.531799] Calling initcall 0x40b0f1c5: tc1100_init+0x0/0x4a()
[    7.540244] BUG: unable to handle kernel NULL pointer dereference at 00000000
[    7.547538] IP: [<4033a7e1>] find_guid+0x13d/0x155
[    7.553276] *pde = 00000000 
[    7.556265] Oops: 0000 [#1] 
[    7.559254] 
[    7.560000] Pid: 1, comm: swapper Not tainted (2.6.24 #288)
[    7.560000] EIP: 0060:[<4033a7e1>] EFLAGS: 00010246 CPU: 0
[    7.560000] EIP is at find_guid+0x13d/0x155
[    7.560000] EAX: 05a572d4 EBX: 00000000 ECX: 7f847f60 EDX: 00000004
[    7.560000] ESI: 7f847f70 EDI: 7f847f60 EBP: 00000005 ESP: 7f847f58
[    7.560000]  DS: 007b ES: 007b FS: 0000 GS: 0000 SS: 0068
[    7.560000] Process swapper (pid: 1, ti=7f846000 task=7f845670 task.ti=7f846000)
[    7.560000] Stack: 00000000 7f847f80 c364ac71 495a36db 39b49484 05a572d4 71ac64c3 5a49db36 
[    7.560000]        39b49484 05a572d4 00000000 00000000 00000000 40b40668 4033a800 40b0f1d0 
[    7.560000]        00000000 40af4602 c176d0fb 00000001 00000000 6f727265 6f632072 2d206564 
[    7.560000] Call Trace:
[    7.560000]  [<4033a800>] wmi_has_guid+0x7/0xb
[    7.560000]  [<40b0f1d0>] tc1100_init+0xb/0x4a
[    7.560000]  [<40af4602>] kernel_init+0x97/0x1d5
[    7.560000]  [<40af456b>] kernel_init+0x0/0x1d5
[    7.560000]  [<40102d27>] kernel_thread_helper+0x7/0x10
[    7.560000]  =======================
[    7.560000] Code: 83 c0 08 74 34 b9 10 00 00 00 89 fa e8 30 7f f8 ff 85 c0 75 14 b0 01 83 3c 24 00 74 1e 8b 04 24 89 18 b8 01 00 00 00 eb 12 89 f3 <8b> 33 0f 18 06 90 81 fb cc fe c7 40 75 c5 31 c0 83 c4 28 5b 5e 
[    7.560000] EIP: [<4033a7e1>] find_guid+0x13d/0x155 SS:ESP 0068:7f847f58
[    7.560006] ---[ end trace dd4fa91a24a39720 ]---
[    7.570002] Kernel panic - not syncing: Attempted to kill init!

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2)
  2008-02-09 11:42     ` Carlos Corbacho
@ 2008-02-11  9:17       ` Ingo Molnar
  2008-02-11  9:17       ` Ingo Molnar
  1 sibling, 0 replies; 26+ messages in thread
From: Ingo Molnar @ 2008-02-11  9:17 UTC (permalink / raw)
  To: Carlos Corbacho
  Cc: linux-kernel, linux-acpi, Andrew Morton, Linus Torvalds, linux-pm

[-- Attachment #1: Type: text/plain, Size: 890 bytes --]


* Carlos Corbacho <carlos@strangeworlds.co.uk> wrote:

> > * Ingo Molnar <mingo@elte.hu> wrote:
> > > * Len Brown <lenb@kernel.org> wrote:
> > > > Len Brown (6):
> > > >       ACPI: add newline to printk
> > > >       ACPI: build WMI on X86 only
> > > >       acer-wmi, tc1100-wmi: select ACPI_WMI
> > >
> > > hm, this new WMI code caused a bootup crash in the overnight x86.git
> > > tests:
> 
> I suspect this is a problem on systems without ACPI-WMI in the DSDT - though I 
> can't reproduce this here on my other box that lacks ACPI-WMI.
> 
> Ingo, can you try the patch below and see if this cures it?
> ---
> ACPI: WMI: Fix crash on WMI free systems

no, it does not help - see the attached .config and the crash.log. 

(triggered this crash after about 80 randconfig bootups, 7 of which had 
WMI enabled - so the chance for the crash is about 1:10 on a WMI enabled 
kernel.)

	Ingo

[-- Attachment #2: config --]
[-- Type: text/plain, Size: 51659 bytes --]

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.24
# Mon Feb 11 03:40:21 2008
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
# CONFIG_GENERIC_LOCKBREAK is not set
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_SEMAPHORE_SLEEPERS=y
CONFIG_FAST_CMPXCHG_LOCAL=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_QUICKLIST=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_HWEIGHT=y
# CONFIG_GENERIC_GPIO is not set
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_DMI=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_GENERIC_CALIBRATE_DELAY=y
# CONFIG_GENERIC_TIME_VSYSCALL is not set
CONFIG_ARCH_HAS_CPU_RELAX=y
# CONFIG_HAVE_SETUP_PER_CPU_AREA 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_AOUT=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_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
# CONFIG_SWAP is not set
# CONFIG_SYSVIPC is not set
# CONFIG_POSIX_MQUEUE is not set
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
# CONFIG_TASK_XACCT is not set
# CONFIG_AUDIT is not set
CONFIG_IKCONFIG=y
# CONFIG_IKCONFIG_PROC is not set
CONFIG_LOG_BUF_SHIFT=20
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_CGROUP_NS=y
# CONFIG_FAIR_GROUP_SCHED is not set
# CONFIG_BOOTPARAM_MAXCPUS_1 is not set
# CONFIG_BOOTPARAM_NOSMP is not set
# CONFIG_CGROUP_CPUACCT is not set
# CONFIG_RESOURCE_COUNTERS is not set
CONFIG_SYSFS_DEPRECATED=y
CONFIG_RELAY=y
# CONFIG_NAMESPACES is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
CONFIG_EMBEDDED=y
CONFIG_UID16=y
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_EXTRA_PASS=y
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
# CONFIG_BUG is not set
CONFIG_ELF_CORE=y
# CONFIG_COMPAT_BRK is not set
# CONFIG_BASE_FULL is not set
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
# CONFIG_EPOLL is not set
# CONFIG_SIGNALFD is not set
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
# CONFIG_SHMEM is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
CONFIG_PROFILING=y
CONFIG_MARKERS=y
# CONFIG_OPROFILE is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_HAVE_KPROBES=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_TINY_SHMEM=y
CONFIG_BASE_SMALL=1
# CONFIG_MODULES is not set
CONFIG_BLOCK=y
# CONFIG_LBD is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
CONFIG_LSF=y
CONFIG_BLK_DEV_BSG=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
# CONFIG_IOSCHED_DEADLINE is not set
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
CONFIG_DEFAULT_NOOP=y
CONFIG_DEFAULT_IOSCHED="noop"
CONFIG_CLASSIC_RCU=y
# CONFIG_PREEMPT_RCU is not set

#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
# CONFIG_BOOTPARAM_NO_HZ_OFF is not set
# CONFIG_HIGH_RES_TIMERS is not set
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_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_X86_RDC321X is not set
# CONFIG_X86_VSMP is not set
CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
# CONFIG_PARAVIRT_GUEST is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
CONFIG_MWINCHIP2=y
# 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 is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_XADD=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_ALIGNMENT_16=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_X86_MINIMUM_CPU_FAMILY=4
CONFIG_X86_DEBUGCTLMSR=y
# CONFIG_HPET_TIMER is not set
# CONFIG_IOMMU_HELPER is not set
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
# CONFIG_RCU_TRACE is not set
CONFIG_X86_UP_APIC=y
# CONFIG_X86_UP_IOAPIC is not set
CONFIG_X86_LOCAL_APIC=y
# CONFIG_X86_MCE is not set
CONFIG_VM86=y
# CONFIG_TOSHIBA is not set
CONFIG_I8K=y
# CONFIG_X86_REBOOTFIXUPS is not set
CONFIG_MICROCODE=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_VMSPLIT_3G is not set
# CONFIG_VMSPLIT_3G_OPT is not set
# CONFIG_VMSPLIT_2G is not set
# CONFIG_VMSPLIT_2G_OPT is not set
CONFIG_VMSPLIT_1G=y
CONFIG_PAGE_OFFSET=0x40000000
CONFIG_HIGHMEM=y
CONFIG_NEED_NODE_MEMMAP_SIZE=y
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
# CONFIG_ARCH_MEMORY_PROBE is not set
CONFIG_SELECT_MEMORY_MODEL=y
# CONFIG_FLATMEM_MANUAL is not set
# CONFIG_DISCONTIGMEM_MANUAL is not set
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_STATIC=y
# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTPLUG_SPARSE=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_RESOURCES_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_NR_QUICK=1
CONFIG_VIRT_TO_BUS=y
CONFIG_HIGHPTE=y
CONFIG_MATH_EMULATION=y
# CONFIG_MTRR is not set
# CONFIG_EFI is not set
CONFIG_SECCOMP=y
CONFIG_HZ_100=y
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=100
# CONFIG_SCHED_HRTICK is not set
# CONFIG_KEXEC is not set
CONFIG_CRASH_DUMP=y
CONFIG_PHYSICAL_START=0x100000
CONFIG_RELOCATABLE=y
CONFIG_PHYSICAL_ALIGN=0x100000
CONFIG_COMPAT_VDSO=y
# CONFIG_BOOTPARAM_NMI_WATCHDOG_BIT_1 is not set
# CONFIG_BOOTPARAM_NOAPIC is not set
CONFIG_BOOTPARAM_NOLAPIC=y
CONFIG_BOOTPARAM_NOLAPIC_TIMER=y
CONFIG_BOOTPARAM_LAPIC=y
CONFIG_BOOTPARAM_HPET_DISABLE=y
# CONFIG_BOOTPARAM_IDLE_MWAIT is not set
CONFIG_BOOTPARAM_IDLE_POLL=y
# CONFIG_BOOTPARAM_HIGHMEM_512M is not set
CONFIG_BOOTPARAM_NOPAT=y
# CONFIG_BOOTPARAM_NOTSC is not set
CONFIG_BOOTPARAM_ACPI_OFF=y
# CONFIG_BOOTPARAM_PCI_NOACPI is not set
# CONFIG_BOOTPARAM_PCI_NOMSI is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

#
# Power management options
#
CONFIG_PM=y
# CONFIG_PM_LEGACY is not set
# CONFIG_PM_DEBUG is not set
# CONFIG_SUSPEND is not set
CONFIG_ACPI=y
# CONFIG_ACPI_PROCFS is not set
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
# CONFIG_ACPI_BUTTON is not set
CONFIG_ACPI_VIDEO=y
# CONFIG_ACPI_FAN is not set
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_BAY=y
# CONFIG_ACPI_PROCESSOR is not set
CONFIG_ACPI_WMI=y
CONFIG_ACPI_ASUS=y
CONFIG_ACPI_TOSHIBA=y
CONFIG_ACPI_CUSTOM_DSDT_INITRD=y
CONFIG_ACPI_BLACKLIST_YEAR=0
CONFIG_ACPI_DEBUG=y
# CONFIG_ACPI_DEBUG_FUNC_TRACE is not set
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_X86_PM_TIMER is not set
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_HOTPLUG_MEMORY=y
# CONFIG_ACPI_SBS 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=y
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
# CONFIG_PCI_GOANY is not set
CONFIG_PCI_BIOS=y
CONFIG_PCI_DOMAINS=y
# CONFIG_PCIEPORTBUS is not set
# CONFIG_ARCH_SUPPORTS_MSI is not set
CONFIG_PCI_LEGACY=y
CONFIG_ISA_DMA_API=y
CONFIG_ISA=y
CONFIG_EISA=y
CONFIG_EISA_VLB_PRIMING=y
CONFIG_EISA_PCI_EISA=y
CONFIG_EISA_VIRTUAL_ROOT=y
# CONFIG_EISA_NAMES is not set
# CONFIG_MCA is not set
CONFIG_SCx200=y
# CONFIG_SCx200HR_TIMER is not set
# CONFIG_PCCARD is not set
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_FAKE=y
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
CONFIG_HOTPLUG_PCI_ACPI=y
CONFIG_HOTPLUG_PCI_ACPI_IBM=y
CONFIG_HOTPLUG_PCI_CPCI=y
# CONFIG_HOTPLUG_PCI_CPCI_ZT5550 is not set
CONFIG_HOTPLUG_PCI_CPCI_GENERIC=y
# CONFIG_HOTPLUG_PCI_SHPC is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_MISC=y

#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_UNIX=y
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
# CONFIG_XFRM_SUB_POLICY is not set
CONFIG_XFRM_MIGRATE=y
CONFIG_XFRM_STATISTICS=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_ASK_IP_FIB_HASH is not set
CONFIG_IP_FIB_TRIE=y
# CONFIG_IP_FIB_HASH is not set
# CONFIG_IP_FIB_TRIE_STATS is not set
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
# CONFIG_IP_ROUTE_VERBOSE is not set
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=y
CONFIG_NET_IPGRE=y
CONFIG_ARPD=y
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
CONFIG_INET_TUNNEL=y
CONFIG_INET_XFRM_MODE_TRANSPORT=y
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
# CONFIG_INET_LRO is not set
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BIC=y
# CONFIG_TCP_CONG_CUBIC is not set
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
CONFIG_TCP_CONG_VEGAS=y
# CONFIG_TCP_CONG_SCALABLE is not set
CONFIG_TCP_CONG_LP=y
# CONFIG_TCP_CONG_VENO is not set
CONFIG_TCP_CONG_YEAH=y
# CONFIG_TCP_CONG_ILLINOIS is not set
# CONFIG_DEFAULT_BIC is not set
# CONFIG_DEFAULT_CUBIC is not set
# CONFIG_DEFAULT_HTCP is not set
# CONFIG_DEFAULT_VEGAS is not set
# CONFIG_DEFAULT_WESTWOOD is not set
CONFIG_DEFAULT_RENO=y
CONFIG_DEFAULT_TCP_CONG="reno"
CONFIG_TCP_MD5SIG=y
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
# CONFIG_NETLABEL is not set
CONFIG_NETWORK_SECMARK=y
CONFIG_NETFILTER=y
CONFIG_NETFILTER_DEBUG=y
# CONFIG_NETFILTER_ADVANCED is not set

#
# Core Netfilter Configuration
#
# CONFIG_NETFILTER_NETLINK_LOG is not set
CONFIG_NF_CONNTRACK=y
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_FTP=y
CONFIG_NF_CONNTRACK_IRC=y
CONFIG_NF_CONNTRACK_SIP=y
# CONFIG_NF_CT_NETLINK is not set
# CONFIG_NETFILTER_XTABLES is not set

#
# IP: Netfilter Configuration
#
# CONFIG_NF_CONNTRACK_IPV4 is not set
# CONFIG_IP_NF_IPTABLES is not set
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 is not set
CONFIG_IP_DCCP_CCID3_RTO=100
CONFIG_IP_DCCP_TFRC_LIB=y
# CONFIG_IP_SCTP is not set
CONFIG_TIPC=y
# CONFIG_TIPC_ADVANCED is not set
CONFIG_TIPC_DEBUG=y
CONFIG_ATM=y
# CONFIG_ATM_CLIP is not set
CONFIG_ATM_LANE=y
# CONFIG_ATM_MPOA is not set
# CONFIG_ATM_BR2684 is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
CONFIG_DECNET=y
CONFIG_DECNET_ROUTER=y
CONFIG_LLC=y
CONFIG_LLC2=y
# CONFIG_IPX is not set
CONFIG_ATALK=y
# CONFIG_DEV_APPLETALK is not set
# CONFIG_X25 is not set
CONFIG_LAPB=y
# CONFIG_ECONET is not set
CONFIG_WAN_ROUTER=y
# CONFIG_NET_SCHED is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
CONFIG_HAMRADIO=y

#
# Packet Radio protocols
#
# CONFIG_AX25 is not set
CONFIG_CAN=y
# CONFIG_CAN_RAW is not set
# CONFIG_CAN_BCM is not set

#
# CAN Device Drivers
#
CONFIG_CAN_VCAN=y
# CONFIG_CAN_DEBUG_DEVICES is not set
# CONFIG_IRDA is not set
CONFIG_BT=y
CONFIG_BT_L2CAP=y
CONFIG_BT_SCO=y
# CONFIG_BT_RFCOMM is not set
CONFIG_BT_BNEP=y
CONFIG_BT_BNEP_MC_FILTER=y
# CONFIG_BT_BNEP_PROTO_FILTER is not set
CONFIG_BT_HIDP=y

#
# Bluetooth device drivers
#
CONFIG_BT_HCIUSB=y
CONFIG_BT_HCIUSB_SCO=y
# CONFIG_BT_HCIUART is not set
# CONFIG_BT_HCIBCM203X is not set
CONFIG_BT_HCIBPA10X=y
# CONFIG_BT_HCIBFUSB is not set
CONFIG_BT_HCIVHCI=y
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y

#
# Wireless
#
# CONFIG_CFG80211 is not set
CONFIG_WIRELESS_EXT=y
# CONFIG_MAC80211 is not set
CONFIG_IEEE80211=y
# CONFIG_IEEE80211_DEBUG is not set
CONFIG_IEEE80211_CRYPT_WEP=y
# CONFIG_IEEE80211_CRYPT_CCMP is not set
CONFIG_IEEE80211_CRYPT_TKIP=y
# CONFIG_IEEE80211_SOFTMAC is not set
# CONFIG_RFKILL is not set
CONFIG_NET_9P=y
CONFIG_NET_9P_FD=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_SYS_HYPERVISOR is not set
CONFIG_CONNECTOR=y
# CONFIG_PROC_EVENTS is not set
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_AX88796 is not set
# CONFIG_PARPORT_1284 is not set
CONFIG_PNP=y
CONFIG_PNP_DEBUG=y

#
# Protocols
#
CONFIG_ISAPNP=y
# CONFIG_PNPBIOS is not set
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_FD is not set
CONFIG_BLK_DEV_XD=y
CONFIG_BLK_CPQ_DA=y
CONFIG_BLK_CPQ_CISS_DA=y
# CONFIG_CISS_SCSI_TAPE is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_CRYPTOLOOP=y
# CONFIG_BLK_DEV_NBD is not set
CONFIG_BLK_DEV_SX8=y
CONFIG_BLK_DEV_UB=y
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
CONFIG_MISC_DEVICES=y
# CONFIG_IBM_ASM is not set
CONFIG_PHANTOM=y
CONFIG_EEPROM_93CX6=y
# CONFIG_SGI_IOC4 is not set
CONFIG_TIFM_CORE=y
CONFIG_TIFM_7XX1=y
CONFIG_FUJITSU_LAPTOP=y
CONFIG_TC1100_WMI=y
# CONFIG_MSI_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
CONFIG_ENCLOSURE_SERVICES=y

#
# SCSI device support
#
CONFIG_RAID_ATTRS=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_TGT=y
CONFIG_SCSI_NETLINK=y
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=y
CONFIG_CHR_DEV_OSST=y
# CONFIG_BLK_DEV_SR is not set
# CONFIG_CHR_DEV_SG is not set
# CONFIG_CHR_DEV_SCH is not set
CONFIG_SCSI_ENCLOSURE=y

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_ATTRS=y
CONFIG_SCSI_FC_TGT_ATTRS=y
CONFIG_SCSI_ISCSI_ATTRS=y
CONFIG_SCSI_SAS_ATTRS=y
CONFIG_SCSI_SAS_LIBSAS=y
# CONFIG_SCSI_SAS_ATA is not set
CONFIG_SCSI_SAS_HOST_SMP=y
CONFIG_SCSI_SAS_LIBSAS_DEBUG=y
CONFIG_SCSI_SRP_ATTRS=y
CONFIG_SCSI_SRP_TGT_ATTRS=y
CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=y
CONFIG_BLK_DEV_3W_XXXX_RAID=y
CONFIG_SCSI_3W_9XXX=y
CONFIG_SCSI_7000FASST=y
CONFIG_SCSI_ACARD=y
CONFIG_SCSI_AHA152X=y
# CONFIG_SCSI_AHA1542 is not set
CONFIG_SCSI_AHA1740=y
# CONFIG_SCSI_AACRAID is not set
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
CONFIG_AIC7XXX_RESET_DELAY_MS=5000
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
CONFIG_AIC7XXX_DEBUG_MASK=0
# CONFIG_AIC7XXX_REG_PRETTY_PRINT is not set
CONFIG_SCSI_AIC7XXX_OLD=y
CONFIG_SCSI_AIC79XX=y
CONFIG_AIC79XX_CMDS_PER_DEVICE=32
CONFIG_AIC79XX_RESET_DELAY_MS=5000
CONFIG_AIC79XX_DEBUG_ENABLE=y
CONFIG_AIC79XX_DEBUG_MASK=0
CONFIG_AIC79XX_REG_PRETTY_PRINT=y
CONFIG_SCSI_AIC94XX=y
CONFIG_AIC94XX_DEBUG=y
CONFIG_SCSI_DPT_I2O=y
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
CONFIG_SCSI_DMX3191D=y
CONFIG_SCSI_DTC3280=y
CONFIG_SCSI_EATA=y
# CONFIG_SCSI_EATA_TAGGED_QUEUE is not set
# CONFIG_SCSI_EATA_LINKED_COMMANDS is not set
CONFIG_SCSI_EATA_MAX_TAGS=16
# CONFIG_SCSI_FUTURE_DOMAIN is not set
CONFIG_SCSI_GDTH=y
CONFIG_SCSI_GENERIC_NCR5380=y
# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
# CONFIG_SCSI_GENERIC_NCR53C400 is not set
# CONFIG_SCSI_IPS is not set
CONFIG_SCSI_INITIO=y
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
CONFIG_SCSI_IMM=y
CONFIG_SCSI_IZIP_EPP16=y
CONFIG_SCSI_IZIP_SLOW_CTR=y
CONFIG_SCSI_NCR53C406A=y
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
CONFIG_SCSI_IPR=y
# CONFIG_SCSI_IPR_TRACE is not set
# CONFIG_SCSI_IPR_DUMP is not set
CONFIG_SCSI_PAS16=y
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
CONFIG_SCSI_QLA_ISCSI=y
# CONFIG_SCSI_LPFC is not set
CONFIG_SCSI_SIM710=y
CONFIG_SCSI_SYM53C416=y
CONFIG_SCSI_DC395x=y
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
CONFIG_SCSI_SRP=y
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_ACPI=y
CONFIG_SATA_AHCI=y
# CONFIG_SATA_SVW is not set
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=y
# CONFIG_SATA_SIL24 is not set
CONFIG_SATA_SIS=y
CONFIG_SATA_ULI=y
CONFIG_SATA_VIA=y
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_PATA_ACPI is not set
# CONFIG_PATA_ALI is not set
CONFIG_PATA_AMD=y
CONFIG_PATA_ARTOP=y
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_CMD640_PCI is not set
CONFIG_PATA_CMD64X=y
# CONFIG_PATA_CS5520 is not set
CONFIG_PATA_CS5530=y
# CONFIG_PATA_CS5535 is not set
CONFIG_PATA_CS5536=y
CONFIG_PATA_CYPRESS=y
# CONFIG_PATA_EFAR is not set
CONFIG_ATA_GENERIC=y
CONFIG_PATA_HPT366=y
CONFIG_PATA_HPT37X=y
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_ISAPNP is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_LEGACY is not set
# CONFIG_PATA_TRIFLEX is not set
CONFIG_PATA_MARVELL=y
# CONFIG_PATA_MPIIX is not set
CONFIG_PATA_OLDPIIX=y
CONFIG_PATA_NETCELL=y
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87410 is not set
CONFIG_PATA_NS87415=y
CONFIG_PATA_OPTI=y
# CONFIG_PATA_OPTIDMA is not set
CONFIG_PATA_PDC_OLD=y
CONFIG_PATA_QDI=y
CONFIG_PATA_RADISYS=y
# CONFIG_PATA_RZ1000 is not set
CONFIG_PATA_SC1200=y
CONFIG_PATA_SERVERWORKS=y
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_SIL680 is not set
CONFIG_PATA_SIS=y
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
# CONFIG_PATA_WINBOND_VLB is not set
CONFIG_PATA_PLATFORM=y
CONFIG_MD=y
# CONFIG_BLK_DEV_MD is not set
# CONFIG_BLK_DEV_DM is not set
CONFIG_FUSION=y
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
# CONFIG_FUSION_SAS is not set
CONFIG_FUSION_MAX_SGE=128
CONFIG_FUSION_LOGGING=y

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
CONFIG_IEEE1394=y

#
# Subsystem Options
#
CONFIG_IEEE1394_VERBOSEDEBUG=y

#
# Controllers
#
# CONFIG_IEEE1394_PCILYNX is not set
CONFIG_IEEE1394_OHCI1394=y

#
# Protocols
#
# CONFIG_IEEE1394_VIDEO1394 is not set
CONFIG_IEEE1394_SBP2=y
# CONFIG_IEEE1394_SBP2_PHYS_DMA is not set
CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y
CONFIG_IEEE1394_ETH1394=y
CONFIG_IEEE1394_DV1394=y
# CONFIG_IEEE1394_RAWIO is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
# CONFIG_NETDEVICES_MULTIQUEUE is not set
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
CONFIG_EQUALIZER=y
CONFIG_TUN=y
# CONFIG_VETH is not set
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
CONFIG_PHYLIB=y

#
# MII PHY device drivers
#
CONFIG_MARVELL_PHY=y
# CONFIG_DAVICOM_PHY is not set
CONFIG_QSEMI_PHY=y
# CONFIG_LXT_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_ICPLUS_PHY is not set
CONFIG_REALTEK_PHY=y
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 is not set
CONFIG_NET_VENDOR_3COM=y
CONFIG_EL1=y
# CONFIG_EL2 is not set
CONFIG_ELPLUS=y
# CONFIG_EL16 is not set
CONFIG_EL3=y
# CONFIG_3C515 is not set
# CONFIG_VORTEX is not set
CONFIG_TYPHOON=y
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
CONFIG_ENC28J60=y
CONFIG_ENC28J60_WRITEVERIFY=y
CONFIG_NET_VENDOR_RACAL=y
# CONFIG_NI5010 is not set
CONFIG_NI52=y
# CONFIG_NI65 is not set
# CONFIG_NET_TULIP is not set
CONFIG_AT1700=y
CONFIG_DEPCA=y
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
CONFIG_B44=y
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
CONFIG_FORCEDETH=y
# CONFIG_FORCEDETH_NAPI is not set
# CONFIG_CS89x0 is not set
CONFIG_EEPRO100=y
CONFIG_E100=y
CONFIG_LNE390=y
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
CONFIG_NE2K_PCI=y
# CONFIG_NE3210 is not set
CONFIG_ES3210=y
# CONFIG_8139CP is not set
CONFIG_8139TOO=y
CONFIG_8139TOO_PIO=y
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
CONFIG_8139_OLD_RX_RESET=y
# CONFIG_R6040 is not set
# CONFIG_SIS900 is not set
CONFIG_EPIC100=y
# CONFIG_SUNDANCE is not set
CONFIG_TLAN=y
CONFIG_VIA_RHINE=y
# CONFIG_VIA_RHINE_MMIO is not set
CONFIG_VIA_RHINE_NAPI=y
# CONFIG_SC92031 is not set
CONFIG_NET_POCKET=y
# CONFIG_ATP is not set
CONFIG_DE600=y
# CONFIG_DE620 is not set
CONFIG_NETDEV_1000=y
# CONFIG_ACENIC is not set
CONFIG_DL2K=y
CONFIG_E1000=y
# CONFIG_E1000_NAPI is not set
# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
# CONFIG_E1000E is not set
# CONFIG_E1000E_ENABLED is not set
CONFIG_IP1000=y
# CONFIG_IGB is not set
CONFIG_NS83820=y
CONFIG_HAMACHI=y
# CONFIG_YELLOWFIN is not set
CONFIG_R8169=y
CONFIG_R8169_NAPI=y
# CONFIG_SKGE is not set
CONFIG_SKY2=y
# CONFIG_SK98LIN is not set
CONFIG_VIA_VELOCITY=y
CONFIG_TIGON3=y
CONFIG_BNX2=y
CONFIG_QLA3XXX=y
# CONFIG_ATL1 is not set
CONFIG_NETDEV_10000=y
CONFIG_CHELSIO_T1=y
# CONFIG_CHELSIO_T1_1G is not set
# CONFIG_CHELSIO_T1_NAPI is not set
CONFIG_CHELSIO_T3=y
# CONFIG_IXGBE is not set
# CONFIG_IXGB is not set
CONFIG_S2IO=y
CONFIG_S2IO_NAPI=y
# CONFIG_MYRI10GE is not set
# CONFIG_NETXEN_NIC is not set
# CONFIG_NIU is not set
CONFIG_MLX4_CORE=y
CONFIG_MLX4_DEBUG=y
# CONFIG_TEHUTI is not set
# CONFIG_BNX2X is not set
# CONFIG_TR is not set

#
# Wireless LAN
#
CONFIG_WLAN_PRE80211=y
# CONFIG_STRIP is not set
CONFIG_ARLAN=y
CONFIG_WAVELAN=y
CONFIG_WLAN_80211=y
CONFIG_IPW2100=y
CONFIG_IPW2100_MONITOR=y
CONFIG_IPW2100_DEBUG=y
# CONFIG_IPW2200 is not set
CONFIG_LIBERTAS=y
CONFIG_LIBERTAS_USB=y
CONFIG_LIBERTAS_DEBUG=y
# CONFIG_AIRO is not set
# CONFIG_HERMES is not set
CONFIG_ATMEL=y
CONFIG_PCI_ATMEL=y
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
CONFIG_USB_NET_RNDIS_WLAN=y
# CONFIG_HOSTAP is not set

#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
CONFIG_USB_RTL8150=y
CONFIG_USB_USBNET=y
CONFIG_USB_NET_AX8817X=y
CONFIG_USB_NET_CDCETHER=y
CONFIG_USB_NET_DM9601=y
CONFIG_USB_NET_GL620A=y
CONFIG_USB_NET_NET1080=y
CONFIG_USB_NET_PLUSB=y
CONFIG_USB_NET_MCS7830=y
CONFIG_USB_NET_RNDIS_HOST=y
# CONFIG_USB_NET_CDC_SUBSET is not set
CONFIG_USB_NET_ZAURUS=y
# CONFIG_WAN is not set
# CONFIG_ATM_DRIVERS is not set
# CONFIG_FDDI is not set
CONFIG_HIPPI=y
CONFIG_ROADRUNNER=y
# CONFIG_ROADRUNNER_LARGE_RINGS is not set
CONFIG_PLIP=y
CONFIG_PPP=y
# CONFIG_PPP_MULTILINK is not set
CONFIG_PPP_FILTER=y
# CONFIG_PPP_ASYNC is not set
CONFIG_PPP_SYNC_TTY=y
CONFIG_PPP_DEFLATE=y
# CONFIG_PPP_BSDCOMP is not set
# CONFIG_PPP_MPPE is not set
# CONFIG_PPPOE is not set
CONFIG_PPPOATM=y
# CONFIG_PPPOL2TP is not set
CONFIG_SLIP=y
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLHC=y
# CONFIG_SLIP_SMART is not set
# CONFIG_SLIP_MODE_SLIP6 is not set
CONFIG_NET_FC=y
CONFIG_NETCONSOLE=y
# CONFIG_NETCONSOLE_DYNAMIC is not set
CONFIG_NETPOLL=y
# CONFIG_NETPOLL_TRAP is not set
CONFIG_NET_POLL_CONTROLLER=y
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=y
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 is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# 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 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_INPUT_MOUSE is not set
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
CONFIG_JOYSTICK_A3D=y
# CONFIG_JOYSTICK_ADI is not set
CONFIG_JOYSTICK_COBRA=y
# CONFIG_JOYSTICK_GF2K is not set
CONFIG_JOYSTICK_GRIP=y
CONFIG_JOYSTICK_GRIP_MP=y
# CONFIG_JOYSTICK_GUILLEMOT is not set
CONFIG_JOYSTICK_INTERACT=y
CONFIG_JOYSTICK_SIDEWINDER=y
# CONFIG_JOYSTICK_TMDC is not set
# CONFIG_JOYSTICK_IFORCE is not set
CONFIG_JOYSTICK_WARRIOR=y
# CONFIG_JOYSTICK_MAGELLAN is not set
CONFIG_JOYSTICK_SPACEORB=y
CONFIG_JOYSTICK_SPACEBALL=y
CONFIG_JOYSTICK_STINGER=y
# CONFIG_JOYSTICK_TWIDJOY is not set
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=y
CONFIG_INPUT_TABLET=y
CONFIG_TABLET_USB_ACECAD=y
# CONFIG_TABLET_USB_AIPTEK is not set
# CONFIG_TABLET_USB_GTCO is not set
# CONFIG_TABLET_USB_KBTAB is not set
CONFIG_TABLET_USB_WACOM=y
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_ADS7846=y
CONFIG_TOUCHSCREEN_FUJITSU=y
CONFIG_TOUCHSCREEN_GUNZE=y
CONFIG_TOUCHSCREEN_ELO=y
# CONFIG_TOUCHSCREEN_MTOUCH is not set
CONFIG_TOUCHSCREEN_MK712=y
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
CONFIG_TOUCHSCREEN_UCB1400=y
CONFIG_TOUCHSCREEN_USB_COMPOSITE=y
# CONFIG_TOUCHSCREEN_USB_EGALAX is not set
CONFIG_TOUCHSCREEN_USB_PANJIT=y
# CONFIG_TOUCHSCREEN_USB_3M is not set
CONFIG_TOUCHSCREEN_USB_ITM=y
# CONFIG_TOUCHSCREEN_USB_ETURBO is not set
CONFIG_TOUCHSCREEN_USB_GUNZE=y
CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y
# CONFIG_TOUCHSCREEN_USB_IRTOUCH is not set
# CONFIG_TOUCHSCREEN_USB_IDEALTEK is not set
CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y
CONFIG_TOUCHSCREEN_USB_GOTOP=y
# CONFIG_INPUT_MISC 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=y
CONFIG_GAMEPORT=y
CONFIG_GAMEPORT_NS558=y
CONFIG_GAMEPORT_L4=y
CONFIG_GAMEPORT_EMU10K1=y
CONFIG_GAMEPORT_FM801=y

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_SERIAL_NONSTANDARD=y
CONFIG_COMPUTONE=y
CONFIG_ROCKETPORT=y
# CONFIG_CYCLADES is not set
CONFIG_DIGIEPCA=y
CONFIG_ESPSERIAL=y
CONFIG_MOXA_INTELLIO=y
CONFIG_MOXA_SMARTIO=y
CONFIG_ISI=y
CONFIG_SYNCLINK=y
CONFIG_SYNCLINKMP=y
CONFIG_SYNCLINK_GT=y
# CONFIG_N_HDLC is not set
# CONFIG_SPECIALIX is not set
# CONFIG_SX is not set
# CONFIG_RIO is not set
# CONFIG_STALDRV is not set
# CONFIG_NOZOMI is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_FIX_EARLYCON_MEM=y
# CONFIG_SERIAL_8250_PCI is not set
# CONFIG_SERIAL_8250_PNP is not set
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
CONFIG_PRINTER=y
# CONFIG_LP_CONSOLE is not set
CONFIG_PPDEV=y
# CONFIG_IPMI_HANDLER is not set
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=y
# CONFIG_NVRAM is not set
CONFIG_RTC=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
CONFIG_SONYPI=y
# CONFIG_MWAVE is not set
CONFIG_SCx200_GPIO=y
CONFIG_PC8736x_GPIO=y
CONFIG_NSC_GPIO=y
CONFIG_CS5535_GPIO=y
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
# CONFIG_HPET_RTC_IRQ is not set
# CONFIG_HPET_MMAP is not set
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_TCG_TPM is not set
CONFIG_TELCLOCK=y
CONFIG_DEVPORT=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
# CONFIG_I2C_CHARDEV is not set

#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=y
CONFIG_I2C_ALGOPCF=y
CONFIG_I2C_ALGOPCA=y

#
# I2C Hardware Bus support
#
CONFIG_I2C_ALI1535=y
CONFIG_I2C_ALI1563=y
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
CONFIG_I2C_AMD8111=y
CONFIG_I2C_ELEKTOR=y
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_I810 is not set
# CONFIG_I2C_PIIX4 is not set
CONFIG_I2C_NFORCE2=y
# CONFIG_I2C_OCORES is not set
CONFIG_I2C_PARPORT=y
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_I2C_SAVAGE4 is not set
# CONFIG_I2C_SIMTEC is not set
CONFIG_SCx200_I2C=y
CONFIG_SCx200_I2C_SCL=12
CONFIG_SCx200_I2C_SDA=13
CONFIG_SCx200_ACB=y
CONFIG_I2C_SIS5595=y
# CONFIG_I2C_SIS630 is not set
CONFIG_I2C_SIS96X=y
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set
CONFIG_I2C_VIA=y
# CONFIG_I2C_VIAPRO is not set
CONFIG_I2C_VOODOO3=y
CONFIG_I2C_PCA_ISA=y

#
# Miscellaneous I2C Chip support
#
# CONFIG_DS1682 is not set
CONFIG_SENSORS_EEPROM=y
CONFIG_SENSORS_PCF8574=y
# CONFIG_PCF8575 is not set
CONFIG_SENSORS_PCF8591=y
# CONFIG_TPS65010 is not set
CONFIG_SENSORS_MAX6875=y
CONFIG_SENSORS_TSL2550=y
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
CONFIG_I2C_DEBUG_BUS=y
CONFIG_I2C_DEBUG_CHIP=y

#
# SPI support
#
CONFIG_SPI=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 is not set
# CONFIG_SPI_TLE62X0 is not set
CONFIG_W1=y
CONFIG_W1_CON=y

#
# 1-wire Bus Masters
#
CONFIG_W1_MASTER_MATROX=y
# CONFIG_W1_MASTER_DS2490 is not set
CONFIG_W1_MASTER_DS2482=y

#
# 1-wire Slaves
#
# CONFIG_W1_SLAVE_THERM is not set
CONFIG_W1_SLAVE_SMEM=y
# CONFIG_W1_SLAVE_DS2433 is not set
CONFIG_W1_SLAVE_DS2760=y
CONFIG_POWER_SUPPLY=y
CONFIG_POWER_SUPPLY_DEBUG=y
# CONFIG_PDA_POWER is not set
CONFIG_BATTERY_DS2760=y
# CONFIG_HWMON is not set
CONFIG_THERMAL=y
# CONFIG_WATCHDOG is not set

#
# Sonics Silicon Backplane
#
CONFIG_SSB_POSSIBLE=y
CONFIG_SSB=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
CONFIG_SSB_SILENT=y
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y

#
# Multifunction device drivers
#
CONFIG_MFD_SM501=y

#
# Multimedia devices
#
# CONFIG_DVB_CORE is not set
CONFIG_DAB=y
CONFIG_USB_DABUSB=y

#
# Graphics support
#
CONFIG_AGP=y
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
CONFIG_AGP_AMD=y
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=y
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
CONFIG_AGP_VIA=y
# CONFIG_AGP_EFFICEON is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
CONFIG_DRM_R128=y
# CONFIG_DRM_RADEON is not set
CONFIG_DRM_I810=y
# CONFIG_DRM_I830 is not set
# CONFIG_DRM_I915 is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
CONFIG_VGASTATE=y
CONFIG_VIDEO_OUTPUT_CONTROL=y
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
CONFIG_FB_DDC=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_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=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 is not set
CONFIG_FB_ARC=y
CONFIG_FB_IMSTT=y
CONFIG_FB_UVESA=y
# CONFIG_FB_EFI is not set
CONFIG_FB_HECUBA=y
CONFIG_FB_HGA=y
# CONFIG_FB_HGA_ACCEL is not set
CONFIG_FB_S1D13XXX=y
CONFIG_FB_NVIDIA=y
# CONFIG_FB_NVIDIA_I2C is not set
CONFIG_FB_NVIDIA_DEBUG=y
# CONFIG_FB_NVIDIA_BACKLIGHT is not set
CONFIG_FB_RIVA=y
CONFIG_FB_RIVA_I2C=y
# CONFIG_FB_RIVA_DEBUG is not set
CONFIG_FB_RIVA_BACKLIGHT=y
CONFIG_FB_I810=y
CONFIG_FB_I810_GTF=y
CONFIG_FB_I810_I2C=y
CONFIG_FB_LE80578=y
CONFIG_FB_CARILLO_RANCH=y
# 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 is not set
# CONFIG_FB_MATROX_I2C is not set
CONFIG_FB_MATROX_MULTIHEAD=y
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
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=y
CONFIG_FB_NEOMAGIC=y
# CONFIG_FB_KYRO is not set
CONFIG_FB_3DFX=y
CONFIG_FB_3DFX_ACCEL=y
CONFIG_FB_VOODOO1=y
CONFIG_FB_VT8623=y
CONFIG_FB_TRIDENT=y
CONFIG_FB_TRIDENT_ACCEL=y
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_GEODE is not set
CONFIG_FB_SM501=y
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=y
# CONFIG_LCD_LTV350QV is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_CORGI is not set
CONFIG_BACKLIGHT_PROGEAR=y
CONFIG_BACKLIGHT_CARILLO_RANCH=y

#
# Display device support
#
CONFIG_DISPLAY_SUPPORT=y

#
# Display hardware drivers
#

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
# CONFIG_VIDEO_SELECT is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y

#
# Sound
#
CONFIG_SOUND=y

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_RAWMIDI=y
# CONFIG_SND_SEQUENCER is not set
CONFIG_SND_OSSEMUL=y
# CONFIG_SND_MIXER_OSS is not set
CONFIG_SND_PCM_OSS=y
# CONFIG_SND_PCM_OSS_PLUGINS is not set
CONFIG_SND_RTCTIMER=y
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
CONFIG_SND_MPU401_UART=y
CONFIG_SND_OPL3_LIB=y
CONFIG_SND_OPL4_LIB=y
CONFIG_SND_VX_LIB=y
CONFIG_SND_AC97_CODEC=y
# CONFIG_SND_DUMMY is not set
CONFIG_SND_MTS64=y
CONFIG_SND_SERIAL_U16550=y
# CONFIG_SND_MPU401 is not set
CONFIG_SND_PORTMAN2X4=y
CONFIG_SND_AD1848_LIB=y
CONFIG_SND_CS4231_LIB=y
CONFIG_SND_SB_COMMON=y
CONFIG_SND_SB16_DSP=y

#
# ISA devices
#
CONFIG_SND_ADLIB=y
# CONFIG_SND_AD1816A is not set
CONFIG_SND_AD1848=y
# CONFIG_SND_ALS100 is not set
CONFIG_SND_AZT2320=y
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_CS4231 is not set
CONFIG_SND_CS4232=y
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_DT019X is not set
# CONFIG_SND_ES968 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_SC6000 is not set
CONFIG_SND_OPL3SA2=y
CONFIG_SND_OPTI92X_AD1848=y
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
CONFIG_SND_MIRO=y
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
CONFIG_SND_SBAWE=y
CONFIG_SND_SB16_CSP=y
CONFIG_SND_SB16_CSP_FIRMWARE_IN_KERNEL=y
CONFIG_SND_SGALAXY=y
# CONFIG_SND_SSCAPE is not set
# CONFIG_SND_WAVEFRONT is not set

#
# PCI devices
#
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
CONFIG_SND_ALS4000=y
# CONFIG_SND_ALI5451 is not set
CONFIG_SND_ATIIXP=y
# CONFIG_SND_ATIIXP_MODEM is not set
CONFIG_SND_AU8810=y
CONFIG_SND_AU8820=y
CONFIG_SND_AU8830=y
CONFIG_SND_AZT3328=y
CONFIG_SND_BT87X=y
# CONFIG_SND_BT87X_OVERCLOCK is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
CONFIG_SND_OXYGEN_LIB=y
CONFIG_SND_OXYGEN=y
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS5530 is not set
# CONFIG_SND_CS5535AUDIO is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
CONFIG_SND_DARLA24=y
# CONFIG_SND_GINA24 is not set
CONFIG_SND_LAYLA24=y
CONFIG_SND_MONA=y
# CONFIG_SND_MIA is not set
CONFIG_SND_ECHO3G=y
CONFIG_SND_INDIGO=y
CONFIG_SND_INDIGOIO=y
CONFIG_SND_INDIGODJ=y
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
CONFIG_SND_ENS1370=y
CONFIG_SND_ENS1371=y
CONFIG_SND_ES1938=y
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
CONFIG_SND_HDA_INTEL=y
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
CONFIG_SND_HDA_CODEC_VIA=y
# CONFIG_SND_HDA_CODEC_ATIHDMI is not set
CONFIG_SND_HDA_CODEC_CONEXANT=y
# CONFIG_SND_HDA_CODEC_CMEDIA is not set
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_HDA_POWER_SAVE=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
CONFIG_SND_HDSP=y
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_HIFIER is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
CONFIG_SND_INTEL8X0M=y
CONFIG_SND_KORG1212=y
CONFIG_SND_KORG1212_FIRMWARE_IN_KERNEL=y
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
CONFIG_SND_NM256=y
# CONFIG_SND_PCXHR is not set
CONFIG_SND_RIPTIDE=y
CONFIG_SND_RME32=y
CONFIG_SND_RME96=y
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SIS7019 is not set
# CONFIG_SND_SONICVIBES is not set
CONFIG_SND_TRIDENT=y
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VIRTUOSO is not set
CONFIG_SND_VX222=y
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_AC97_POWER_SAVE is not set

#
# SPI devices
#

#
# USB devices
#
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set
CONFIG_SND_USB_CAIAQ=y
CONFIG_SND_USB_CAIAQ_INPUT=y

#
# System on Chip audio support
#
CONFIG_SND_SOC=y

#
# SoC Audio support for SuperH
#

#
# ALSA SoC audio for Freescale SOCs
#

#
# Open Sound System
#
CONFIG_SOUND_PRIME=y
# CONFIG_SOUND_TRIDENT is not set
CONFIG_AC97_BUS=y
# CONFIG_HID_SUPPORT is not set
CONFIG_HID=y
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=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
# CONFIG_USB_DEVICEFS is not set
CONFIG_USB_DEVICE_CLASS=y
CONFIG_USB_DYNAMIC_MINORS=y
CONFIG_USB_SUSPEND=y
# CONFIG_USB_PERSIST is not set
# CONFIG_USB_OTG is not set

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_ISP116X_HCD=y
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_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set

#
# USB Device Class drivers
#
CONFIG_USB_ACM=y
CONFIG_USB_PRINTER=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 is not set
CONFIG_USB_STORAGE_DPCM=y
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
CONFIG_USB_STORAGE_SDDR55=y
# CONFIG_USB_STORAGE_JUMPSHOT is not set
CONFIG_USB_STORAGE_ALAUDA=y
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_LIBUSUAL is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
CONFIG_USB_MICROTEK=y
CONFIG_USB_MON=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=y
# CONFIG_USB_SERIAL_AIRCABLE is not set
# CONFIG_USB_SERIAL_AIRPRIME is not set
# CONFIG_USB_SERIAL_ARK3116 is not set
CONFIG_USB_SERIAL_BELKIN=y
CONFIG_USB_SERIAL_CH341=y
CONFIG_USB_SERIAL_WHITEHEAT=y
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=y
# CONFIG_USB_SERIAL_CP2101 is not set
CONFIG_USB_SERIAL_CYPRESS_M8=y
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
# CONFIG_USB_SERIAL_FUNSOFT is not set
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 is not set
CONFIG_USB_SERIAL_GARMIN=y
CONFIG_USB_SERIAL_IPW=y
# CONFIG_USB_SERIAL_IUU is not set
CONFIG_USB_SERIAL_KEYSPAN_PDA=y
CONFIG_USB_SERIAL_KEYSPAN=y
# CONFIG_USB_SERIAL_KEYSPAN_MPR is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set
CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
# CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set
CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
# CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19QW is not set
CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
# CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set
CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
CONFIG_USB_SERIAL_KLSI=y
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
CONFIG_USB_SERIAL_MCT_U232=y
# CONFIG_USB_SERIAL_MOS7720 is not set
CONFIG_USB_SERIAL_MOS7840=y
# CONFIG_USB_SERIAL_NAVMAN is not set
CONFIG_USB_SERIAL_PL2303=y
CONFIG_USB_SERIAL_OTI6858=y
CONFIG_USB_SERIAL_HP4X=y
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 is not set
CONFIG_USB_SERIAL_XIRCOM=y
# CONFIG_USB_SERIAL_OPTION is not set
# CONFIG_USB_SERIAL_OMNINET is not set
CONFIG_USB_SERIAL_DEBUG=y

#
# USB Miscellaneous drivers
#
CONFIG_USB_EMI62=y
CONFIG_USB_EMI26=y
CONFIG_USB_ADUTUX=y
CONFIG_USB_AUERSWALD=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 is not set
# CONFIG_USB_CYTHERM is not set
CONFIG_USB_PHIDGET=y
# CONFIG_USB_PHIDGETKIT is not set
CONFIG_USB_PHIDGETMOTORCONTROL=y
# CONFIG_USB_PHIDGETSERVO is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
CONFIG_USB_APPLEDISPLAY=y
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
CONFIG_USB_ATM=y
CONFIG_USB_SPEEDTOUCH=y
CONFIG_USB_CXACRU=y
# CONFIG_USB_UEAGLEATM is not set
CONFIG_USB_XUSBATM=y
# CONFIG_USB_GADGET is not set
# CONFIG_MMC is not set
CONFIG_NEW_LEDS=y
# CONFIG_LEDS_CLASS is not set

#
# LED drivers
#

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
# CONFIG_LEDS_TRIGGER_TIMER is not set
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
CONFIG_INFINIBAND=y
# CONFIG_INFINIBAND_USER_MAD is not set
# CONFIG_INFINIBAND_USER_ACCESS is not set
CONFIG_INFINIBAND_ADDR_TRANS=y
# CONFIG_INFINIBAND_MTHCA is not set
CONFIG_INFINIBAND_AMSO1100=y
# CONFIG_INFINIBAND_AMSO1100_DEBUG is not set
CONFIG_INFINIBAND_CXGB3=y
# CONFIG_INFINIBAND_CXGB3_DEBUG is not set
CONFIG_MLX4_INFINIBAND=y
# CONFIG_INFINIBAND_NES is not set
CONFIG_INFINIBAND_IPOIB=y
CONFIG_INFINIBAND_IPOIB_CM=y
CONFIG_INFINIBAND_IPOIB_DEBUG=y
# CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set
# CONFIG_INFINIBAND_SRP is not set
# CONFIG_INFINIBAND_ISER is not set
# CONFIG_EDAC is not set
# CONFIG_RTC_CLASS is not set
CONFIG_DMADEVICES=y

#
# DMA Devices
#
CONFIG_INTEL_IOATDMA=y
CONFIG_DMA_ENGINE=y

#
# DMA Clients
#
CONFIG_NET_DMA=y
CONFIG_DCA=y
# CONFIG_AUXDISPLAY is not set

#
# Userspace I/O
#
CONFIG_UIO=y
CONFIG_UIO_CIF=y

#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_DELL_RBU is not set
CONFIG_DCDBAS=y
CONFIG_DMIID=y

#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
# CONFIG_EXT4DEV_FS is not set
CONFIG_JBD=y
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=y
CONFIG_REISERFS_CHECK=y
CONFIG_REISERFS_PROC_INFO=y
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
CONFIG_REISERFS_FS_SECURITY=y
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_XFS_FS=y
# CONFIG_XFS_QUOTA is not set
# CONFIG_XFS_SECURITY is not set
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
# CONFIG_GFS2_FS is not set
CONFIG_OCFS2_FS=y
CONFIG_OCFS2_DEBUG_MASKLOG=y
CONFIG_OCFS2_DEBUG_FS=y
CONFIG_DNOTIFY=y
# CONFIG_INOTIFY is not set
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=y
# CONFIG_FUSE_FS is not set

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
# CONFIG_UDF_FS is not set

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_NTFS_FS=y
CONFIG_NTFS_DEBUG=y
# CONFIG_NTFS_RW is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_VMCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=y

#
# Miscellaneous filesystems
#
CONFIG_ADFS_FS=y
CONFIG_ADFS_FS_RW=y
CONFIG_AFFS_FS=y
CONFIG_ECRYPT_FS=y
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
CONFIG_BFS_FS=y
# CONFIG_EFS_FS is not set
CONFIG_CRAMFS=y
CONFIG_VXFS_FS=y
# CONFIG_MINIX_FS is not set
CONFIG_HPFS_FS=y
# CONFIG_QNX4FS_FS is not set
CONFIG_ROMFS_FS=y
# CONFIG_SYSV_FS is not set
CONFIG_UFS_FS=y
CONFIG_UFS_FS_WRITE=y
CONFIG_UFS_DEBUG=y
# CONFIG_NETWORK_FILESYSTEMS is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
CONFIG_ACORN_PARTITION=y
# CONFIG_ACORN_PARTITION_CUMANA is not set
CONFIG_ACORN_PARTITION_EESOX=y
CONFIG_ACORN_PARTITION_ICS=y
# CONFIG_ACORN_PARTITION_ADFS is not set
CONFIG_ACORN_PARTITION_POWERTEC=y
CONFIG_ACORN_PARTITION_RISCIX=y
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
CONFIG_ATARI_PARTITION=y
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
CONFIG_SGI_PARTITION=y
# CONFIG_ULTRIX_PARTITION is not set
CONFIG_SUN_PARTITION=y
# CONFIG_KARMA_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
CONFIG_SYSV68_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
# CONFIG_NLS_CODEPAGE_437 is not set
CONFIG_NLS_CODEPAGE_737=y
CONFIG_NLS_CODEPAGE_775=y
# CONFIG_NLS_CODEPAGE_850 is not set
CONFIG_NLS_CODEPAGE_852=y
# CONFIG_NLS_CODEPAGE_855 is not set
CONFIG_NLS_CODEPAGE_857=y
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
CONFIG_NLS_CODEPAGE_862=y
CONFIG_NLS_CODEPAGE_863=y
# CONFIG_NLS_CODEPAGE_864 is not set
CONFIG_NLS_CODEPAGE_865=y
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
CONFIG_NLS_CODEPAGE_936=y
CONFIG_NLS_CODEPAGE_950=y
# CONFIG_NLS_CODEPAGE_932 is not set
CONFIG_NLS_CODEPAGE_949=y
CONFIG_NLS_CODEPAGE_874=y
CONFIG_NLS_ISO8859_8=y
# CONFIG_NLS_CODEPAGE_1250 is not set
CONFIG_NLS_CODEPAGE_1251=y
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_2=y
CONFIG_NLS_ISO8859_3=y
CONFIG_NLS_ISO8859_4=y
# 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 is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set
# CONFIG_DLM is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
# CONFIG_ENABLE_WARN_DEPRECATED is not set
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_UNUSED_SYMBOLS=y
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_KERNEL is not set
# CONFIG_LATENCYTOP is not set
CONFIG_HAVE_FTRACE=y
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_NONPROMISC_DEVMEM is not set
CONFIG_EARLY_PRINTK=y
CONFIG_X86_PTDUMP=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
# CONFIG_DOUBLEFAULT is not set
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
# CONFIG_IO_DELAY_0X80 is not set
# CONFIG_IO_DELAY_0XED is not set
CONFIG_IO_DELAY_UDELAY=y
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=2

#
# Security options
#
CONFIG_KEYS=y
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
CONFIG_SECURITY=y
# CONFIG_SECURITY_NETWORK is not set
CONFIG_SECURITY_CAPABILITIES=y
CONFIG_SECURITY_FILE_CAPABILITIES=y
CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
CONFIG_CRYPTO=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_SEQIV=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_XCBC is not set
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
# CONFIG_CRYPTO_SHA1 is not set
# CONFIG_CRYPTO_SHA256 is not set
# CONFIG_CRYPTO_SHA512 is not set
# CONFIG_CRYPTO_WP512 is not set
CONFIG_CRYPTO_TGR192=y
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_PCBC is not set
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_XTS is not set
CONFIG_CRYPTO_CTR=y
# CONFIG_CRYPTO_GCM is not set
CONFIG_CRYPTO_CCM=y
# CONFIG_CRYPTO_CRYPTD is not set
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_FCRYPT=y
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_TWOFISH_586 is not set
# CONFIG_CRYPTO_SERPENT is not set
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_586=y
# CONFIG_CRYPTO_CAST5 is not set
CONFIG_CRYPTO_CAST6=y
CONFIG_CRYPTO_TEA=y
CONFIG_CRYPTO_ARC4=y
# CONFIG_CRYPTO_KHAZAD is not set
CONFIG_CRYPTO_ANUBIS=y
# CONFIG_CRYPTO_SEED is not set
CONFIG_CRYPTO_SALSA20=y
CONFIG_CRYPTO_SALSA20_586=y
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CAMELLIA=y
# CONFIG_CRYPTO_AUTHENC is not set
# CONFIG_CRYPTO_LZO is not set
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=y
# CONFIG_VIRTUALIZATION is not set

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_FORCE_MINIMAL_CONFIG=y
CONFIG_FORCE_MINIMAL_CONFIG_PHYS=y
CONFIG_X86_32_ALWAYS_ON=y

[-- Attachment #3: crash.log --]
[-- Type: text/plain, Size: 80847 bytes --]

[    0.000000] Linux version 2.6.24 (mingo@dione) (gcc version 4.2.2) #288 Mon Feb 11 03:41:31 CET 2008
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
[    0.000000]  BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[    0.000000] console [earlyser0] enabled
[    0.000000] using polling idle threads.
[    0.000000] using polling idle threads.
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 1023MB LOWMEM available.
[    0.000000] Scan SMP from 40000000 for 1024 bytes.
[    0.000000] Scan SMP from 4009fc00 for 1024 bytes.
[    0.000000] Scan SMP from 400f0000 for 65536 bytes.
[    0.000000] found SMP MP-table at [400f5680] 000f5680
[    0.000000] Entering add_active_range(0, 0, 262128) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->   262128
[    0.000000]   HighMem    262128 ->   262128
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->   262128
[    0.000000] On node 0 totalpages: 262128
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0
[    0.000000]   Normal zone: 2015 pages used for memmap
[    0.000000]   Normal zone: 256017 pages, LIFO batch:31
[    0.000000]   HighMem zone: 0 pages used for memmap
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] DMI 2.3 present.
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000]     Virtual Wire compatibility mode.
[    0.000000] OEM ID: OEM00000 Product ID: PROD00000000 APIC at: 0xFEE00000
[    0.000000] Processor #0 15:3 APIC version 17
[    0.000000] Processor #1 15:3 APIC version 17
[    0.000000] WARNING: NR_CPUS limit of 1 reached.  Processor ignored.
[    0.000000] I/O APIC #2 Version 17 at 0xFEC00000.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Processors: 1
[    0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000)
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260081
[    0.000000] Kernel command line: root=/dev/sda1 earlyprintk=serial,ttyS0,115200 console=tty console=ttyS0,115200 profile=0 debug initcall_debug enforcing=0 apic=verbose sysrq_always_enabled selinux=0 nmi_watchdog=2 idle=poll kgdboc=ttyS0,115200 highres=0 nolapic nolapic_timer lapic hpet=disable idle=poll nopat acpi=off
[    0.000000] kernel profiling enabled (shift: 0)
[    0.000000] debug: sysrq always enabled.
[    0.000000] mapped APIC to ffffb000 (fee00000)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[    0.000000] Detected 2160.187 MHz processor.
[    0.010000] spurious 8259A interrupt: IRQ7.
[    0.010000] Console: colour VGA+ 80x25
[    0.010000] console [tty0] enabled
[    0.010000] console handover: boot [earlyser0] -> real [ttyS0]
[    0.010000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.010000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.010000] Memory: 1000972k/1048512k available (6483k kernel code, 46984k reserved, 3692k data, 392k init, 0k highmem)
[    0.010000] virtual kernel memory layout:
[    0.010000]     fixmap  : 0xfffe9000 - 0xfffff000   (  88 kB)
[    0.010000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.010000]     vmalloc : 0x80800000 - 0xff7fe000   (2031 MB)
[    0.010000]     lowmem  : 0x40000000 - 0x7fff0000   (1023 MB)
[    0.010000]       .init : 0x40af4000 - 0x40b56000   ( 392 kB)
[    0.010000]       .data : 0x40754edf - 0x40af01b0   (3692 kB)
[    0.010000]       .text : 0x40100000 - 0x40754edf   (6483 kB)
[    0.010000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.010000] CPA: page pool initialized 16 of 16 pages preallocated
[    0.160001] Calibrating delay using timer specific routine.. 4322.41 BogoMIPS (lpj=21612097)
[    0.168498] Security Framework initialized
[    0.170003] Capability LSM initialized
[    0.173773] Mount-cache hash table entries: 512
[    0.180078] Initializing cgroup subsys ns
[    0.184105] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.190001] CPU: L2 Cache: 512K (64 bytes/line)
[    0.194575] Compat vDSO mapped to ffffe000.
[    0.200003] CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ stepping 02
[    0.207128] Checking 'hlt' instruction... OK.
[    0.251173] Freeing SMP alternatives: 0k freed
[    0.255773] enabled ExtINT on CPU#0
[    0.259619] Calling initcall 0x40b21622: net_ns_init+0x0/0xd3()
[    0.262390] net_namespace: 448 bytes
[    0.266014] initcall 0x40b21622: net_ns_init+0x0/0xd3() returned 0.
[    0.273423] initcall 0x40b21622 ran for 0 msecs: net_ns_init+0x0/0xd3()
[    0.282146] Calling initcall 0x40af97bf: reboot_init+0x0/0xd()
[    0.288153] initcall 0x40af97bf: reboot_init+0x0/0xd() returned 0.
[    0.293334] initcall 0x40af97bf ran for 0 msecs: reboot_init+0x0/0xd()
[    0.300001] Calling initcall 0x40afc6ba: sysctl_init+0x0/0x24()
[    0.306174] initcall 0x40afc6ba: sysctl_init+0x0/0x24() returned 0.
[    0.313420] initcall 0x40afc6ba ran for 0 msecs: sysctl_init+0x0/0x24()
[    0.320001] Calling initcall 0x40afcc7f: ksysfs_init+0x0/0x92()
[    0.326082] initcall 0x40afcc7f: ksysfs_init+0x0/0x92() returned 0.
[    0.331281] initcall 0x40afcc7f ran for 0 msecs: ksysfs_init+0x0/0x92()
[    0.340001] Calling initcall 0x40afcf2a: init_jiffies_clocksource+0x0/0xa()
[    0.347121] initcall 0x40afcf2a: init_jiffies_clocksource+0x0/0xa() returned 0.
[    0.354473] initcall 0x40afcf2a ran for 0 msecs: init_jiffies_clocksource+0x0/0xa()
[    0.360001] Calling initcall 0x40afd056: pm_init+0x0/0x25()
[    0.365749] initcall 0x40afd056: pm_init+0x0/0x25() returned 0.
[    0.373075] initcall 0x40afd056 ran for 0 msecs: pm_init+0x0/0x25()
[    0.380001] Calling initcall 0x40afe9e1: filelock_init+0x0/0x25()
[    0.386265] initcall 0x40afe9e1: filelock_init+0x0/0x25() returned 0.
[    0.391281] initcall 0x40afe9e1 ran for 0 msecs: filelock_init+0x0/0x25()
[    0.400001] Calling initcall 0x40aff098: init_misc_binfmt+0x0/0x2f()
[    0.406514] initcall 0x40aff098: init_misc_binfmt+0x0/0x2f() returned 0.
[    0.413854] initcall 0x40aff098 ran for 0 msecs: init_misc_binfmt+0x0/0x2f()
[    0.420001] Calling initcall 0x40aff0c7: init_script_binfmt+0x0/0xa()
[    0.426609] initcall 0x40aff0c7: init_script_binfmt+0x0/0xa() returned 0.
[    0.433942] initcall 0x40aff0c7 ran for 0 msecs: init_script_binfmt+0x0/0xa()
[    0.440001] Calling initcall 0x40aff0d1: init_elf_binfmt+0x0/0xa()
[    0.446338] initcall 0x40aff0d1: init_elf_binfmt+0x0/0xa() returned 0.
[    0.453681] initcall 0x40aff0d1 ran for 0 msecs: init_elf_binfmt+0x0/0xa()
[    0.460001] Calling initcall 0x40b013c8: securityfs_init+0x0/0x3d()
[    0.466436] initcall 0x40b013c8: securityfs_init+0x0/0x3d() returned 0.
[    0.473776] initcall 0x40b013c8 ran for 0 msecs: securityfs_init+0x0/0x3d()
[    0.480001] Calling initcall 0x40b01dcc: random32_init+0x0/0x13()
[    0.486254] initcall 0x40b01dcc: random32_init+0x0/0x13() returned 0.
[    0.493594] initcall 0x40b01dcc ran for 0 msecs: random32_init+0x0/0x13()
[    0.500001] Calling initcall 0x40b1ed77: cpuidle_init+0x0/0x14()
[    0.506175] initcall 0x40b1ed77: cpuidle_init+0x0/0x14() returned 0.
[    0.513508] initcall 0x40b1ed77 ran for 0 msecs: cpuidle_init+0x0/0x14()
[    0.520001] Calling initcall 0x40b21521: sock_init+0x0/0x4f()
[    0.525920] initcall 0x40b21521: sock_init+0x0/0x4f() returned 0.
[    0.533248] initcall 0x40b21521 ran for 0 msecs: sock_init+0x0/0x4f()
[    0.540001] Calling initcall 0x40b21c7c: netpoll_init+0x0/0x21()
[    0.546174] initcall 0x40b21c7c: netpoll_init+0x0/0x21() returned 0.
[    0.551281] initcall 0x40b21c7c ran for 0 msecs: netpoll_init+0x0/0x21()
[    0.558091] Calling initcall 0x40b22053: netlink_proto_init+0x0/0xfd()
[    0.562991] NET: Registered protocol family 16
[    0.570007] initcall 0x40b22053: netlink_proto_init+0x0/0xfd() returned 0.
[    0.577049] initcall 0x40b22053 ran for 9 msecs: netlink_proto_init+0x0/0xfd()
[    0.582755] Calling initcall 0x40b01d25: kobject_uevent_init+0x0/0x3b()
[    0.590242] initcall 0x40b01d25: kobject_uevent_init+0x0/0x3b() returned 0.
[    0.597365] initcall 0x40b01d25 ran for 0 msecs: kobject_uevent_init+0x0/0x3b()
[    0.602842] Calling initcall 0x40b01e42: pcibus_class_init+0x0/0xa()
[    0.612834] initcall 0x40b01e42: pcibus_class_init+0x0/0xa() returned 0.
[    0.620001] initcall 0x40b01e42 ran for 0 msecs: pcibus_class_init+0x0/0xa()
[    0.627154] Calling initcall 0x40b022d3: pci_driver_init+0x0/0xa()
[    0.632664] initcall 0x40b022d3: pci_driver_init+0x0/0xa() returned 0.
[    0.640001] initcall 0x40b022d3 ran for 0 msecs: pci_driver_init+0x0/0xa()
[    0.646982] Calling initcall 0x40b02c07: lcd_class_init+0x0/0x38()
[    0.652655] initcall 0x40b02c07: lcd_class_init+0x0/0x38() returned 0.
[    0.660001] initcall 0x40b02c07 ran for 0 msecs: lcd_class_init+0x0/0x38()
[    0.666973] Calling initcall 0x40b02c3f: backlight_class_init+0x0/0x38()
[    0.673174] initcall 0x40b02c3f: backlight_class_init+0x0/0x38() returned 0.
[    0.681281] initcall 0x40b02c3f ran for 0 msecs: backlight_class_init+0x0/0x38()
[    0.688788] Calling initcall 0x40b05184: video_output_class_init+0x0/0xa()
[    0.693345] initcall 0x40b05184: video_output_class_init+0x0/0xa() returned 0.
[    0.701283] initcall 0x40b05184 ran for 0 msecs: video_output_class_init+0x0/0xa()
[    0.710002] Calling initcall 0x40b06206: dock_init+0x0/0x48()
[    0.715914] ACPI Exception (utmutex-0263): AE_BAD_PARAMETER, Thread 7F845670 could not acquire Mutex [1] [20070126]
[    0.724988] No dock devices found.
[    0.730001] initcall 0x40b06206: dock_init+0x0/0x48() returned 0.
[    0.736253] initcall 0x40b06206 ran for 19 msecs: dock_init+0x0/0x48()
[    0.741975] Calling initcall 0x40b0624e: bay_init+0x0/0x48()
[    0.747807] ACPI Exception (utmutex-0263): AE_BAD_PARAMETER, Thread 7F845670 could not acquire Mutex [1] [20070126]
[    0.760001] initcall 0x40b0624e: bay_init+0x0/0x48() returned -19.
[    0.766975] initcall 0x40b0624e ran for 19 msecs: bay_init+0x0/0x48()
[    0.771885] Calling initcall 0x40b08552: tty_class_init+0x0/0x23()
[    0.780252] initcall 0x40b08552: tty_class_init+0x0/0x23() returned 0.
[    0.786957] initcall 0x40b08552 ran for 0 msecs: tty_class_init+0x0/0x23()
[    0.792406] Calling initcall 0x40b08ea4: vtconsole_class_init+0x0/0x94()
[    0.800269] initcall 0x40b08ea4: vtconsole_class_init+0x0/0x94() returned 0.
[    0.807484] initcall 0x40b08ea4 ran for 0 msecs: vtconsole_class_init+0x0/0x94()
[    0.812930] Calling initcall 0x40b1e725: eisa_init+0x0/0x20()
[    0.820257] EISA bus registered
[    0.823448] initcall 0x40b1e725: eisa_init+0x0/0x20() returned 0.
[    0.830001] initcall 0x40b1e725 ran for 0 msecs: eisa_init+0x0/0x20()
[    0.836548] Calling initcall 0x40af8991: arch_kdebugfs_init+0x0/0x3()
[    0.842900] initcall 0x40af8991: arch_kdebugfs_init+0x0/0x3() returned 0.
[    0.850001] initcall 0x40af8991 ran for 0 msecs: arch_kdebugfs_init+0x0/0x3()
[    0.857240] Calling initcall 0x40af89e8: init_pit_clocksource+0x0/0x57()
[    0.863178] initcall 0x40af89e8: init_pit_clocksource+0x0/0x57() returned 0.
[    0.871283] initcall 0x40af89e8 ran for 0 msecs: init_pit_clocksource+0x0/0x57()
[    0.878789] Calling initcall 0x40afaed1: kdump_buf_page_init+0x0/0x2d()
[    0.883074] initcall 0x40afaed1: kdump_buf_page_init+0x0/0x2d() returned 0.
[    0.891280] initcall 0x40afaed1 ran for 0 msecs: kdump_buf_page_init+0x0/0x2d()
[    0.900001] Calling initcall 0x40b02ae7: acpi_pci_init+0x0/0x2f()
[    0.906268] initcall 0x40b02ae7: acpi_pci_init+0x0/0x2f() returned 0.
[    0.913596] initcall 0x40b02ae7 ran for 0 msecs: acpi_pci_init+0x0/0x2f()
[    0.920001] Calling initcall 0x40b05f71: init_acpi_device_notify+0x0/0x3f()
[    0.927128] initcall 0x40b05f71: init_acpi_device_notify+0x0/0x3f() returned 0.
[    0.934463] initcall 0x40b05f71 ran for 0 msecs: init_acpi_device_notify+0x0/0x3f()
[    0.943190] Calling initcall 0x40b1f9c2: dmi_id_init+0x0/0x262()
[    0.949407] initcall 0x40b1f9c2: dmi_id_init+0x0/0x262() returned 0.
[    0.953506] initcall 0x40b1f9c2 ran for 0 msecs: dmi_id_init+0x0/0x262()
[    0.962234] Calling initcall 0x40b20a8a: pci_access_init+0x0/0x25()
[    0.974047] PCI: PCI BIOS revision 3.00 entry at 0xf21d0, last bus=5
[    0.980001] initcall 0x40b20a8a: pci_access_init+0x0/0x25() returned 0.
[    0.986780] initcall 0x40b20a8a ran for 19 msecs: pci_access_init+0x0/0x25()
[    0.992494] Calling initcall 0x40af7686: request_standard_resources+0x0/0x51()
[    1.000237] Setting up standard PCI resources
[    1.007463] initcall 0x40af7686: request_standard_resources+0x0/0x51() returned 0.
[    1.014723] initcall 0x40af7686 ran for 0 msecs: request_standard_resources+0x0/0x51()
[    1.023450] Calling initcall 0x40af8982: topology_init+0x0/0xf()
[    1.030255] initcall 0x40af8982: topology_init+0x0/0xf() returned 0.
[    1.036776] initcall 0x40af8982 ran for 0 msecs: topology_init+0x0/0xf()
[    1.042233] Calling initcall 0x40afc9e4: param_sysfs_init+0x0/0x148()
[    1.054146] initcall 0x40afc9e4: param_sysfs_init+0x0/0x148() returned 0.
[    1.061287] initcall 0x40afc9e4 ran for 0 msecs: param_sysfs_init+0x0/0x148()
[    1.068533] Calling initcall 0x4012857c: pm_sysrq_init+0x0/0x12()
[    1.072562] initcall 0x4012857c: pm_sysrq_init+0x0/0x12() returned 0.
[    1.081283] initcall 0x4012857c ran for 0 msecs: pm_sysrq_init+0x0/0x12()
[    1.088180] Calling initcall 0x40afe313: readahead_init+0x0/0xa()
[    1.092553] initcall 0x40afe313: readahead_init+0x0/0xa() returned 0.
[    1.101281] initcall 0x40afe313 ran for 0 msecs: readahead_init+0x0/0xa()
[    1.108169] Calling initcall 0x40afeebf: init_bio+0x0/0xa0()
[    1.112145] initcall 0x40afeebf: init_bio+0x0/0xa0() returned 0.
[    1.120001] initcall 0x40afeebf ran for 0 msecs: init_bio+0x0/0xa0()
[    1.126461] Calling initcall 0x40b019fd: blk_settings_init+0x0/0x19()
[    1.132899] initcall 0x40b019fd: blk_settings_init+0x0/0x19() returned 0.
[    1.140001] initcall 0x40b019fd ran for 0 msecs: blk_settings_init+0x0/0x19()
[    1.147242] Calling initcall 0x40b01a16: blk_ioc_init+0x0/0x22()
[    1.152469] initcall 0x40b01a16: blk_ioc_init+0x0/0x22() returned 0.
[    1.160001] initcall 0x40b01a16 ran for 0 msecs: blk_ioc_init+0x0/0x22()
[    1.166809] Calling initcall 0x40b01a38: genhd_device_init+0x0/0x26()
[    1.172918] initcall 0x40b01a38: genhd_device_init+0x0/0x26() returned 0.
[    1.180001] initcall 0x40b01a38 ran for 0 msecs: genhd_device_init+0x0/0x26()
[    1.187240] Calling initcall 0x40b02b16: fbmem_init+0x0/0x78()
[    1.192522] initcall 0x40b02b16: fbmem_init+0x0/0x78() returned 0.
[    1.200001] initcall 0x40b02b16 ran for 0 msecs: fbmem_init+0x0/0x78()
[    1.206634] Calling initcall 0x40b05d55: acpi_init+0x0/0x21c()
[    1.212294] ACPI: Interpreter disabled.
[    1.216178] initcall 0x40b05d55: acpi_init+0x0/0x21c() returned -19.
[    1.223509] initcall 0x40b05d55 ran for 0 msecs: acpi_init+0x0/0x21c()
[    1.230001] Calling initcall 0x40b05fb0: acpi_scan_init+0x0/0xef()
[    1.236349] initcall 0x40b05fb0: acpi_scan_init+0x0/0xef() returned 0.
[    1.241283] initcall 0x40b05fb0 ran for 0 msecs: acpi_scan_init+0x0/0xef()
[    1.250001] Calling initcall 0x40b0609f: acpi_ec_init+0x0/0x51()
[    1.256167] initcall 0x40b0609f: acpi_ec_init+0x0/0x51() returned 0.
[    1.261281] initcall 0x40b0609f ran for 0 msecs: acpi_ec_init+0x0/0x51()
[    1.270001] Calling initcall 0x40b062e3: acpi_pci_root_init+0x0/0x21()
[    1.276697] initcall 0x40b062e3: acpi_pci_root_init+0x0/0x21() returned 0.
[    1.281280] initcall 0x40b062e3 ran for 0 msecs: acpi_pci_root_init+0x0/0x21()
[    1.290001] Calling initcall 0x40b063be: acpi_pci_link_init+0x0/0x3f()
[    1.296684] initcall 0x40b063be: acpi_pci_link_init+0x0/0x3f() returned 0.
[    1.304027] initcall 0x40b063be ran for 0 msecs: acpi_pci_link_init+0x0/0x3f()
[    1.310001] Calling initcall 0x40b06478: acpi_power_init+0x0/0x65()
[    1.316440] initcall 0x40b06478: acpi_power_init+0x0/0x65() returned 0.
[    1.323766] initcall 0x40b06478 ran for 0 msecs: acpi_power_init+0x0/0x65()
[    1.332494] Calling initcall 0x40b06518: acpi_system_init+0x0/0x161()
[    1.339106] initcall 0x40b06518: acpi_system_init+0x0/0x161() returned 0.
[    1.343939] initcall 0x40b06518 ran for 0 msecs: acpi_system_init+0x0/0x161()
[    1.352666] Calling initcall 0x40b066e4: acpi_wmi_init+0x0/0x3e()
[    1.358931] initcall 0x40b066e4: acpi_wmi_init+0x0/0x3e() returned -19.
[    1.363776] initcall 0x40b066e4 ran for 0 msecs: acpi_wmi_init+0x0/0x3e()
[    1.372321] Calling initcall 0x40b06b07: acpi_cm_sbs_init+0x0/0x3()
[    1.378759] initcall 0x40b06b07: acpi_cm_sbs_init+0x0/0x3() returned 0.
[    1.383769] initcall 0x40b06b07 ran for 0 msecs: acpi_cm_sbs_init+0x0/0x3()
[    1.392494] Calling initcall 0x40b06b0a: pnp_init+0x0/0x15()
[    1.398326] Linux Plug and Play Support v0.97 (c) Adam Belay
[    1.400018] initcall 0x40b06b0a: pnp_init+0x0/0x15() returned 0.
[    1.411281] initcall 0x40b06b0a ran for 9 msecs: pnp_init+0x0/0x15()
[    1.417736] Calling initcall 0x40b06ca5: pnpacpi_init+0x0/0x77()
[    1.422468] pnp: PnP ACPI: disabled
[    1.426004] initcall 0x40b06ca5: pnpacpi_init+0x0/0x77() returned 0.
[    1.433508] initcall 0x40b06ca5 ran for 0 msecs: pnpacpi_init+0x0/0x77()
[    1.440001] Calling initcall 0x40b08a93: misc_init+0x0/0x6d()
[    1.445930] initcall 0x40b08a93: misc_init+0x0/0x6d() returned 0.
[    1.451281] initcall 0x40b08a93 ran for 0 msecs: misc_init+0x0/0x6d()
[    1.457833] Calling initcall 0x4071d79e: cn_init+0x0/0xab()
[    1.462045] initcall 0x4071d79e: cn_init+0x0/0xab() returned 0.
[    1.471280] initcall 0x4071d79e ran for 0 msecs: cn_init+0x0/0xab()
[    1.477659] Calling initcall 0x40b0f20f: tifm_init+0x0/0x61()
[    1.482244] initcall 0x40b0f20f: tifm_init+0x0/0x61() returned 0.
[    1.490001] initcall 0x40b0f20f ran for 0 msecs: tifm_init+0x0/0x61()
[    1.496549] Calling initcall 0x40b0fc46: phy_init+0x0/0x25()
[    1.502152] initcall 0x40b0fc46: phy_init+0x0/0x25() returned 0.
[    1.508318] initcall 0x40b0fc46 ran for 0 msecs: phy_init+0x0/0x25()
[    1.511887] Calling initcall 0x40b142a8: init_scsi+0x0/0x83()
[    1.520345] SCSI subsystem initialized
[    1.524142] initcall 0x40b142a8: init_scsi+0x0/0x83() returned 0.
[    1.530001] initcall 0x40b142a8 ran for 0 msecs: init_scsi+0x0/0x83()
[    1.536546] Calling initcall 0x40b1a9b6: ata_init+0x0/0x6f()
[    1.542131] libata version 3.00 loaded.
[    1.546013] initcall 0x40b1a9b6: ata_init+0x0/0x6f() returned 0.
[    1.553161] initcall 0x40b1a9b6 ran for 0 msecs: ata_init+0x0/0x6f()
[    1.560002] Calling initcall 0x40b1b2c2: spi_init+0x0/0x64()
[    1.565859] initcall 0x40b1b2c2: spi_init+0x0/0x64() returned 0.
[    1.571281] initcall 0x40b1b2c2 ran for 0 msecs: spi_init+0x0/0x64()
[    1.577747] Calling initcall 0x40b1b3af: usb_init+0x0/0xee()
[    1.582170] usbcore: registered new interface driver usbfs
[    1.590030] usbcore: registered new interface driver hub
[    1.595407] usbcore: registered new device driver usb
[    1.600002] initcall 0x40b1b3af: usb_init+0x0/0xee() returned 0.
[    1.606182] initcall 0x40b1b3af ran for 19 msecs: usb_init+0x0/0xee()
[    1.611888] Calling initcall 0x40b1c8f9: serio_init+0x0/0x7b()
[    1.617906] initcall 0x40b1c8f9: serio_init+0x0/0x7b() returned 0.
[    1.623333] initcall 0x40b1c8f9 ran for 0 msecs: serio_init+0x0/0x7b()
[    1.632061] Calling initcall 0x40b1ce14: gameport_init+0x0/0x7b()
[    1.638348] initcall 0x40b1ce14: gameport_init+0x0/0x7b() returned 0.
[    1.643594] initcall 0x40b1ce14 ran for 0 msecs: gameport_init+0x0/0x7b()
[    1.650002] Calling initcall 0x40b1d452: input_init+0x0/0xed()
[    1.656018] initcall 0x40b1d452: input_init+0x0/0xed() returned 0.
[    1.663335] initcall 0x40b1d452 ran for 0 msecs: input_init+0x0/0xed()
[    1.670002] Calling initcall 0x40b1e0f3: i2c_init+0x0/0x4b()
[    1.675872] initcall 0x40b1e0f3: i2c_init+0x0/0x4b() returned 0.
[    1.683160] initcall 0x40b1e0f3 ran for 0 msecs: i2c_init+0x0/0x4b()
[    1.689627] Calling initcall 0x40b1e622: power_supply_class_init+0x0/0x25()
[    1.693432] initcall 0x40b1e622: power_supply_class_init+0x0/0x25() returned 0.
[    1.701283] initcall 0x40b1e622 ran for 0 msecs: power_supply_class_init+0x0/0x25()
[    1.710003] Calling initcall 0x40b1e651: thermal_init+0x0/0x29()
[    1.716192] initcall 0x40b1e651: thermal_init+0x0/0x29() returned 0.
[    1.723517] initcall 0x40b1e651 ran for 0 msecs: thermal_init+0x0/0x29()
[    1.730002] Calling initcall 0x40b1fc24: dma_bus_init+0x0/0x1e()
[    1.736187] initcall 0x40b1fc24: dma_bus_init+0x0/0x1e() returned 0.
[    1.743508] initcall 0x40b1fc24 ran for 0 msecs: dma_bus_init+0x0/0x1e()
[    1.750002] Calling initcall 0x40b20798: ac97_bus_init+0x0/0xa()
[    1.756191] initcall 0x40b20798: ac97_bus_init+0x0/0xa() returned 0.
[    1.763507] initcall 0x40b20798 ran for 0 msecs: ac97_bus_init+0x0/0xa()
[    1.770002] Calling initcall 0x40b20c67: pci_acpi_init+0x0/0x80()
[    1.776260] initcall 0x40b20c67: pci_acpi_init+0x0/0x80() returned 0.
[    1.781280] initcall 0x40b20c67 ran for 0 msecs: pci_acpi_init+0x0/0x80()
[    1.790001] Calling initcall 0x40b20ce7: pci_legacy_init+0x0/0xce()
[    1.796434] PCI: Probing PCI hardware
[    1.800009] PCI: Probing PCI hardware (bus 00)
[    1.807465] PCI: Transparent bridge - 0000:00:09.0
[    1.811785] initcall 0x40b20ce7: pci_legacy_init+0x0/0xce() returned 0.
[    1.821282] initcall 0x40b20ce7 ran for 19 msecs: pci_legacy_init+0x0/0xce()
[    1.828440] Calling initcall 0x40b2116b: pcibios_irq_init+0x0/0x340()
[    1.833157] PCI: Using IRQ router default [10de/005e] at 0000:00:00.0
[    1.840090] initcall 0x40b2116b: pcibios_irq_init+0x0/0x340() returned 0.
[    1.847047] initcall 0x40b2116b ran for 9 msecs: pcibios_irq_init+0x0/0x340()
[    1.852666] Calling initcall 0x40b214ab: pcibios_init+0x0/0x76()
[    1.913229] initcall 0x40b214ab: pcibios_init+0x0/0x76() returned 0.
[    1.921907] initcall 0x40b214ab ran for 47 msecs: pcibios_init+0x0/0x76()
[    1.930001] Calling initcall 0x40b215c1: proto_init+0x0/0x23()
[    1.936004] initcall 0x40b215c1: proto_init+0x0/0x23() returned 0.
[    1.941283] initcall 0x40b215c1 ran for 0 msecs: proto_init+0x0/0x23()
[    1.947920] Calling initcall 0x40b21912: net_dev_init+0x0/0x116()
[    1.952576] initcall 0x40b21912: net_dev_init+0x0/0x116() returned 0.
[    1.961281] initcall 0x40b21912 ran for 0 msecs: net_dev_init+0x0/0x116()
[    1.968180] Calling initcall 0x40b21a57: neigh_init+0x0/0x65()
[    1.972302] initcall 0x40b21a57: neigh_init+0x0/0x65() returned 0.
[    1.980004] initcall 0x40b21a57 ran for 0 msecs: neigh_init+0x0/0x65()
[    1.986643] Calling initcall 0x40b21c9d: fib_rules_init+0x0/0x93()
[    1.992641] initcall 0x40b21c9d: fib_rules_init+0x0/0x93() returned 0.
[    2.000001] initcall 0x40b21c9d ran for 0 msecs: fib_rules_init+0x0/0x93()
[    2.006982] Calling initcall 0x40b22150: genl_init+0x0/0xa7()
[    2.012220] initcall 0x40b22150: genl_init+0x0/0xa7() returned 0.
[    2.020001] initcall 0x40b22150 ran for 0 msecs: genl_init+0x0/0xa7()
[    2.026548] Calling initcall 0x40b23e26: wanrouter_init+0x0/0x3c()
[    2.032640] Sangoma WANPIPE Router v1.1 (c) 1995-2000 Sangoma Technologies Inc.
[    2.040003] initcall 0x40b23e26: wanrouter_init+0x0/0x3c() returned 0.
[    2.046700] initcall 0x40b23e26 ran for 9 msecs: wanrouter_init+0x0/0x3c()
[    2.052406] Calling initcall 0x40b23f36: bt_init+0x0/0x4a()
[    2.058142] Bluetooth: Core ver 2.11
[    2.060062] NET: Registered protocol family 31
[    2.064548] Bluetooth: HCI device and connection manager initialized
[    2.070002] Bluetooth: HCI socket layer initialized
[    2.074925] initcall 0x40b23f36: bt_init+0x0/0x4a() returned 0.
[    2.083073] initcall 0x40b23f36 ran for 19 msecs: bt_init+0x0/0x4a()
[    2.091800] Calling initcall 0x40b2433d: atm_init+0x0/0x96()
[    2.097622] NET: Registered protocol family 8
[    2.100001] NET: Registered protocol family 20
[    2.104501] initcall 0x40b2433d: atm_init+0x0/0x96() returned 0.
[    2.111281] initcall 0x40b2433d ran for 9 msecs: atm_init+0x0/0x96()
[    2.117736] Calling initcall 0x40b24c18: wireless_nlevent_init+0x0/0x21()
[    2.123248] initcall 0x40b24c18: wireless_nlevent_init+0x0/0x21() returned 0.
[    2.131281] initcall 0x40b24c18 ran for 0 msecs: wireless_nlevent_init+0x0/0x21()
[    2.140001] Calling initcall 0x40b24dc4: sysctl_init+0x0/0x1f()
[    2.146095] initcall 0x40b24dc4: sysctl_init+0x0/0x1f() returned 0.
[    2.153429] initcall 0x40b24dc4 ran for 0 msecs: sysctl_init+0x0/0x1f()
[    2.160001] Calling initcall 0x40afce89: clocksource_done_booting+0x0/0xd()
[    2.167128] initcall 0x40afce89<6>Time: tsc clocksource has been installed.
[    2.170002] : clocksource_done_booting+0x0/0xd() returned 0.
[    2.180001] initcall 0x40afce89 ran for 0 msecs: clocksource_done_booting+0x0/0xd()
[    2.187765] Calling initcall 0x40afe982: init_pipe_fs+0x0/0x3d()
[    2.192473] initcall 0x40afe982: init_pipe_fs+0x0/0x3d() returned 0.
[    2.200001] initcall 0x40afe982 ran for 0 msecs: init_pipe_fs+0x0/0x3d()
[    2.206809] Calling initcall 0x40afefc1: anon_inode_init+0x0/0xd7()
[    2.212729] initcall 0x40afefc1: anon_inode_init+0x0/0xd7() returned 0.
[    2.220001] initcall 0x40afefc1 ran for 0 msecs: anon_inode_init+0x0/0xd7()
[    2.227067] Calling initcall 0x40b06679: acpi_event_init+0x0/0x6b()
[    2.232727] initcall 0x40b06679: acpi_event_init+0x0/0x6b() returned 0.
[    2.240001] initcall 0x40b06679 ran for 0 msecs: acpi_event_init+0x0/0x6b()
[    2.247069] Calling initcall 0x40b06bdb: pnp_system_init+0x0/0xa()
[    2.252640] pnp: the driver 'system' has been registered
[    2.258013] initcall 0x40b06bdb: pnp_system_init+0x0/0xa() returned 0.
[    2.263679] initcall 0x40b06bdb ran for 5 msecs: pnp_system_init+0x0/0xa()
[    2.272407] Calling initcall 0x40b08485: chr_dev_init+0x0/0x7f()
[    2.278751] initcall 0x40b08485: chr_dev_init+0x0/0x7f() returned 0.
[    2.283507] initcall 0x40b08485 ran for 0 msecs: chr_dev_init+0x0/0x7f()
[    2.292234] Calling initcall 0x40b0d6e1: firmware_class_init+0x0/0x56()
[    2.300015] initcall 0x40b0d6e1: firmware_class_init+0x0/0x56() returned 0.
[    2.307145] initcall 0x40b0d6e1 ran for 0 msecs: firmware_class_init+0x0/0x56()
[    2.312842] Calling initcall 0x40b0fe10: loopback_init+0x0/0xa()
[    2.320291] initcall 0x40b0fe10: loopback_init+0x0/0xa() returned 0.
[    2.326817] initcall 0x40b0fe10 ran for 0 msecs: loopback_init+0x0/0xa()
[    2.332233] Calling initcall 0x40b1fcbf: ssb_modinit+0x0/0x42()
[    2.340275] initcall 0x40b1fcbf: ssb_modinit+0x0/0x42() returned 0.
[    2.346705] initcall 0x40b1fcbf ran for 0 msecs: ssb_modinit+0x0/0x42()
[    2.352146] Calling initcall 0x40b207eb: pcibios_assign_resources+0x0/0x8d()
[    2.360284] PCI: Bridge: 0000:00:09.0
[    2.363997]   IO window: c000-cfff
[    2.367452]   MEM window: 0xda000000-0xda0fffff
[    2.370008]   PREFETCH window: disabled.
[    2.373988] PCI: Bridge: 0000:00:0b.0
[    2.380001]   IO window: disabled.
[    2.383455]   MEM window: disabled.
[    2.386998]   PREFETCH window: disabled.
[    2.390016] PCI: Bridge: 0000:00:0c.0
[    2.393723]   IO window: disabled.
[    2.397181]   MEM window: disabled.
[    2.400008]   PREFETCH window: disabled.
[    2.403990] PCI: Bridge: 0000:00:0d.0
[    2.407701]   IO window: disabled.
[    2.410011]   MEM window: disabled.
[    2.413547]   PREFETCH window: disabled.
[    2.420016] PCI: Bridge: 0000:00:0e.0
[    2.423727]   IO window: b000-bfff
[    2.427181]   MEM window: 0xd8000000-0xd9ffffff
[    2.430008]   PREFETCH window: 0x00000000d0000000-0x00000000d7ffffff
[    2.436437] PCI: Setting latency timer of device 0000:00:09.0 to 64
[    2.440043] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[    2.450043] PCI: Setting latency timer of device 0000:00:0c.0 to 64
[    2.456391] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[    2.460043] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[    2.470006] initcall 0x40b207eb: pcibios_assign_resources+0x0/0x8d() returned 0.
[    2.477571] initcall 0x40b207eb ran for 104 msecs: pcibios_assign_resources+0x0/0x8d()
[    2.483277] Calling initcall 0x40b23233: inet_init+0x0/0x274()
[    2.490257] NET: Registered protocol family 2
[    2.494711] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    2.500251] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    2.510636] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[    2.517454] TCP: Hash tables configured (established 131072 bind 65536)
[    2.520002] TCP reno registered
[    2.523248] initcall 0x40b23233: inet_init+0x0/0x274() returned 0.
[    2.533335] initcall 0x40b23233 ran for 35 msecs: inet_init+0x0/0x274()
[    2.540001] Calling initcall 0x40af7bd1: i8259A_init_sysfs+0x0/0x19()
[    2.546678] initcall 0x40af7bd1: i8259A_init_sysfs+0x0/0x19() returned 0.
[    2.553942] initcall 0x40af7bd1 ran for 0 msecs: i8259A_init_sysfs+0x0/0x19()
[    2.562667] Calling initcall 0x40af7cd5: sbf_init+0x0/0x85()
[    2.568498] initcall 0x40af7cd5: sbf_init+0x0/0x85() returned 0.
[    2.573161] initcall 0x40af7cd5 ran for 0 msecs: sbf_init+0x0/0x85()
[    2.580001] Calling initcall 0x40af8969: i8237A_init_sysfs+0x0/0x19()
[    2.586634] initcall 0x40af8969: i8237A_init_sysfs+0x0/0x19() returned 0.
[    2.593940] initcall 0x40af8969 ran for 0 msecs: i8237A_init_sysfs+0x0/0x19()
[    2.600004] Calling initcall 0x40b2536d: cache_sysfs_init+0x0/0x1d2()
[    2.606678] initcall 0x40b2536d: cache_sysfs_init+0x0/0x1d2() returned 0.
[    2.613942] initcall 0x40b2536d ran for 0 msecs: cache_sysfs_init+0x0/0x1d2()
[    2.622668] Calling initcall 0x40af97f1: msr_init+0x0/0x9d()
[    2.628537] initcall 0x40af97f1: msr_init+0x0/0x9d() returned 0.
[    2.633161] initcall 0x40af97f1 ran for 0 msecs: msr_init+0x0/0x9d()
[    2.640003] Calling initcall 0x40af988e: cpuid_init+0x0/0x9d()
[    2.646031] initcall 0x40af988e: cpuid_init+0x0/0x9d() returned 0.
[    2.653334] initcall 0x40af988e ran for 0 msecs: cpuid_init+0x0/0x9d()
[    2.660002] Calling initcall 0x40af992b: microcode_init+0x0/0x88()
[    2.666388] microcode: CPU0 not a capable Intel processor
[    2.670001] IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
[    2.677355] initcall 0x40af992b: microcode_init+0x0/0x88() returned 0.
[    2.683681] initcall 0x40af992b ran for 12 msecs: microcode_init+0x0/0x88()
[    2.692406] Calling initcall 0x40afa386: init_lapic_sysfs+0x0/0x24()
[    2.700026] initcall 0x40afa386: init_lapic_sysfs+0x0/0x24() returned 0.
[    2.706895] initcall 0x40afa386 ran for 0 msecs: init_lapic_sysfs+0x0/0x24()
[    2.712579] Calling initcall 0x40afb154: scx200_init+0x0/0x1c()
[    2.720003] scx200: NatSemi SCx200 Driver
[    2.724079] initcall 0x40afb154: scx200_init+0x0/0x1c() returned 0.
[    2.730001] initcall 0x40afb154 ran for 3 msecs: scx200_init+0x0/0x1c()
[    2.736722] Calling initcall 0x4010c09c: pt_dump_init+0x0/0x26()
[    2.742479] initcall 0x4010c09c: pt_dump_init+0x0/0x26() returned 0.
[    2.750001] initcall 0x4010c09c ran for 0 msecs: pt_dump_init+0x0/0x26()
[    2.756809] Calling initcall 0x40afbc3b: aes_init+0x0/0xa()
[    2.762035] initcall 0x40afbc3b: aes_init+0x0/0xa() returned 0.
[    2.768125] initcall 0x40afbc3b ran for 0 msecs: aes_init+0x0/0xa()
[    2.771800] Calling initcall 0x40afbc45: init+0x0/0xa()
[    2.780241] initcall 0x40afbc45: init+0x0/0xa() returned 0.
[    2.785987] initcall 0x40afbc45 ran for 0 msecs: init+0x0/0xa()
[    2.791454] Calling initcall 0x40afc4fa: create_proc_profile+0x0/0x3d()
[    2.798232] initcall 0x40afc4fa: create_proc_profile+0x0/0x3d() returned 0.
[    2.804114] initcall 0x40afc4fa ran for 0 msecs: create_proc_profile+0x0/0x3d()
[    2.812844] Calling initcall 0x40afc5bd: ioresources_init+0x0/0x35()
[    2.820002] initcall 0x40afc5bd: ioresources_init+0x0/0x35() returned 0.
[    2.826871] initcall 0x40afc5bd ran for 0 msecs: ioresources_init+0x0/0x35()
[    2.832581] Calling initcall 0x40afc700: uid_cache_init+0x0/0x46()
[    2.840249] initcall 0x40afc700: uid_cache_init+0x0/0x46() returned 0.
[    2.846949] initcall 0x40afc700 ran for 0 msecs: uid_cache_init+0x0/0x46()
[    2.852406] Calling initcall 0x40afcb2c: init_posix_timers+0x0/0x81()
[    2.860251] initcall 0x40afcb2c: init_posix_timers+0x0/0x81() returned 0.
[    2.867199] initcall 0x40afcb2c ran for 0 msecs: init_posix_timers+0x0/0x81()
[    2.872667] Calling initcall 0x40afcbad: init_posix_cpu_timers+0x0/0x9c()
[    2.880241] initcall 0x40afcbad: init_posix_cpu_timers+0x0/0x9c() returned 0.
[    2.887536] initcall 0x40afcbad ran for 0 msecs: init_posix_cpu_timers+0x0/0x9c()
[    2.893015] Calling initcall 0x40afcc5a: nsproxy_cache_init+0x0/0x25()
[    2.902990] initcall 0x40afcc5a: nsproxy_cache_init+0x0/0x25() returned 0.
[    2.910001] initcall 0x40afcc5a ran for 0 msecs: nsproxy_cache_init+0x0/0x25()
[    2.917330] Calling initcall 0x40afcd5f: timekeeping_init_device+0x0/0x19()
[    2.923447] initcall 0x40afcd5f: timekeeping_init_device+0x0/0x19() returned 0.
[    2.931283] initcall 0x40afcd5f ran for 0 msecs: timekeeping_init_device+0x0/0x19()
[    2.940002] Calling initcall 0x40afce96: init_clocksource_sysfs+0x0/0x3f()
[    2.947074] initcall 0x40afce96: init_clocksource_sysfs+0x0/0x3f() returned 0.
[    2.955004] initcall 0x40afce96 ran for 0 msecs: init_clocksource_sysfs+0x0/0x3f()
[    2.963103] Calling initcall 0x40afcf34: init_timer_list_procfs+0x0/0x26()
[    2.970242] initcall 0x40afcf34: init_timer_list_procfs+0x0/0x26() returned 0.
[    2.977645] initcall 0x40afcf34 ran for 0 msecs: init_timer_list_procfs+0x0/0x26()
[    2.983102] Calling initcall 0x40afcfa8: init+0x0/0x73()
[    2.990247] initcall 0x40afcfa8: init+0x0/0x73() returned 0.
[    2.996065] initcall 0x40afcfa8 ran for 0 msecs: init+0x0/0x73()
[    3.001539] Calling initcall 0x40afd01b: proc_dma_init+0x0/0x1c()
[    3.007796] initcall 0x40afd01b: proc_dma_init+0x0/0x1c() returned 0.
[    3.013596] initcall 0x40afd01b ran for 0 msecs: proc_dma_init+0x0/0x1c()
[    3.022320] Calling initcall 0x40afd037: kallsyms_init+0x0/0x1f()
[    3.028577] initcall 0x40afd037: kallsyms_init+0x0/0x1f() returned 0.
[    3.033596] initcall 0x40afd037 ran for 0 msecs: kallsyms_init+0x0/0x1f()
[    3.042321] Calling initcall 0x40afd2bb: relay_init+0x0/0x3()
[    3.048238] initcall 0x40afd2bb: relay_init+0x0/0x3() returned 0.
[    3.053248] initcall 0x40afd2bb ran for 0 msecs: relay_init+0x0/0x3()
[    3.060001] Calling initcall 0x40afd2be: utsname_sysctl_init+0x0/0xd()
[    3.066706] initcall 0x40afd2be: utsname_sysctl_init+0x0/0xd() returned 0.
[    3.074029] initcall 0x40afd2be ran for 0 msecs: utsname_sysctl_init+0x0/0xd()
[    3.080001] Calling initcall 0x40afdc93: init_per_zone_pages_min+0x0/0x44()
[    3.087163] initcall 0x40afdc93: init_per_zone_pages_min+0x0/0x44() returned 0.
[    3.094465] initcall 0x40afdc93 ran for 0 msecs: init_per_zone_pages_min+0x0/0x44()
[    3.103190] Calling initcall 0x40afe301: pdflush_init+0x0/0x12()
[    3.110254] initcall 0x40afe301: pdflush_init+0x0/0x12() returned 0.
[    3.116766] initcall 0x40afe301 ran for 0 msecs: pdflush_init+0x0/0x12()
[    3.122233] Calling initcall 0x40afe333: kswapd_init+0x0/0xf()
[    3.130009] initcall 0x40afe333: kswapd_init+0x0/0xf() returned 0.
[    3.136348] initcall 0x40afe333 ran for 0 msecs: kswapd_init+0x0/0xf()
[    3.142060] Calling initcall 0x40afe3de: init_emergency_pool+0x0/0x51()
[    3.148845] initcall 0x40afe3de: init_emergency_pool+0x0/0x51() returned 0.
[    3.154115] initcall 0x40afe3de ran for 0 msecs: init_emergency_pool+0x0/0x51()
[    3.162842] Calling initcall 0x40afe42f: hugetlb_init+0x0/0x6f()
[    3.170241] Total HugeTLB memory allocated, 0
[    3.174647] initcall 0x40afe42f: hugetlb_init+0x0/0x6f() returned 0.
[    3.181278] initcall 0x40afe42f ran for 4 msecs: hugetlb_init+0x0/0x6f()
[    3.188091] Calling initcall 0x40afe61a: init_tmpfs+0x0/0x1e()
[    3.192298] initcall 0x40afe61a: init_tmpfs+0x0/0x1e() returned 0.
[    3.200001] initcall 0x40afe61a ran for 0 msecs: init_tmpfs+0x0/0x1e()
[    3.206634] Calling initcall 0x40afe672: cpucache_init+0x0/0xa()
[    3.212467] initcall 0x40afe672: cpucache_init+0x0/0xa() returned 0.
[    3.220001] initcall 0x40afe672 ran for 0 msecs: cpucache_init+0x0/0xa()
[    3.226809] Calling initcall 0x40afe9bf: fasync_init+0x0/0x22()
[    3.232387] initcall 0x40afe9bf: fasync_init+0x0/0x22() returned 0.
[    3.238820] initcall 0x40afe9bf ran for 0 msecs: fasync_init+0x0/0x22()
[    3.242148] Calling initcall 0x40afee24: aio_setup+0x0/0x5d()
[    3.250253] initcall 0x40afee24: aio_setup+0x0/0x5d() returned 0.
[    3.256516] initcall 0x40afee24 ran for 0 msecs: aio_setup+0x0/0x5d()
[    3.261973] Calling initcall 0x40aff0db: init_mbcache+0x0/0xd()
[    3.270241] initcall 0x40aff0db: init_mbcache+0x0/0xd() returned 0.
[    3.276670] initcall 0x40aff0db ran for 0 msecs: init_mbcache+0x0/0xd()
[    3.282146] Calling initcall 0x40aff0e8: dnotify_init+0x0/0x22()
[    3.290243] initcall 0x40aff0e8: dnotify_init+0x0/0x22() returned 0.
[    3.296766] initcall 0x40aff0e8 ran for 0 msecs: dnotify_init+0x0/0x22()
[    3.302233] Calling initcall 0x40aff4d8: vmcore_init+0x0/0x985()
[    3.308412] initcall 0x40aff4d8: vmcore_init+0x0/0x985() returned 0.
[    3.313507] initcall 0x40aff4d8 ran for 0 msecs: vmcore_init+0x0/0x985()
[    3.322236] Calling initcall 0x40afff07: configfs_init+0x0/0xb5()
[    3.328506] initcall 0x40afff07: configfs_init+0x0/0xb5() returned 0.
[    3.333596] initcall 0x40afff07 ran for 0 msecs: configfs_init+0x0/0xb5()
[    3.342319] Calling initcall 0x40afffbc: init_devpts_fs+0x0/0x2f()
[    3.348675] initcall 0x40afffbc: init_devpts_fs+0x0/0x2f() returned 0.
[    3.353679] initcall 0x40afffbc ran for 0 msecs: init_devpts_fs+0x0/0x2f()
[    3.362417] Calling initcall 0x40afffeb: init_reiserfs_fs+0x0/0x7e()
[    3.368948] initcall 0x40afffeb: init_reiserfs_fs+0x0/0x7e() returned 0.
[    3.373855] initcall 0x40afffeb ran for 0 msecs: init_reiserfs_fs+0x0/0x7e()
[    3.382581] Calling initcall 0x40b00135: init_ext3_fs+0x0/0x59()
[    3.388766] initcall 0x40b00135: init_ext3_fs+0x0/0x59() returned 0.
[    3.393506] initcall 0x40b00135 ran for 0 msecs: init_ext3_fs+0x0/0x59()
[    3.402233] Calling initcall 0x40b0021c: journal_init+0x0/0x72()
[    3.408419] initcall 0x40b0021c: journal_init+0x0/0x72() returned 0.
[    3.413506] initcall 0x40b0021c ran for 0 msecs: journal_init+0x0/0x72()
[    3.422233] Calling initcall 0x40b0028e: init_ext2_fs+0x0/0x49()
[    3.428414] initcall 0x40b0028e: init_ext2_fs+0x0/0x49() returned 0.
[    3.433506] initcall 0x40b0028e ran for 0 msecs: init_ext2_fs+0x0/0x49()
[    3.440001] Calling initcall 0x40b002d7: init_cramfs_fs+0x0/0x25()
[    3.446355] initcall 0x40b002d7: init_cramfs_fs+0x0/0x25() returned 0.
[    3.453681] initcall 0x40b002d7 ran for 0 msecs: init_cramfs_fs+0x0/0x25()
[    3.460001] Calling initcall 0x40b002fc: init_ramfs_fs+0x0/0xa()
[    3.466174] initcall 0x40b002fc: init_ramfs_fs+0x0/0xa() returned 0.
[    3.473508] initcall 0x40b002fc ran for 0 msecs: init_ramfs_fs+0x0/0xa()
[    3.480001] Calling initcall 0x40b00335: init_hugetlbfs_fs+0x0/0x7e()
[    3.486610] initcall 0x40b00335: init_hugetlbfs_fs+0x0/0x7e() returned 0.
[    3.493942] initcall 0x40b00335 ran for 0 msecs: init_hugetlbfs_fs+0x0/0x7e()
[    3.500001] Calling initcall 0x40b003de: init_fat_fs+0x0/0x40()
[    3.506094] initcall 0x40b003de: init_fat_fs+0x0/0x40() returned 0.
[    3.513421] initcall 0x40b003de ran for 0 msecs: init_fat_fs+0x0/0x40()
[    3.520001] Calling initcall 0x40b0041e: init_msdos_fs+0x0/0xa()
[    3.526175] initcall 0x40b0041e: init_msdos_fs+0x0/0xa() returned 0.
[    3.533509] initcall 0x40b0041e ran for 0 msecs: init_msdos_fs+0x0/0xa()
[    3.540001] Calling initcall 0x40b00428: init_vfat_fs+0x0/0xa()
[    3.546089] initcall 0x40b00428: init_vfat_fs+0x0/0xa() returned 0.
[    3.553421] initcall 0x40b00428 ran for 0 msecs: init_vfat_fs+0x0/0xa()
[    3.560001] Calling initcall 0x40b00432: init_bfs_fs+0x0/0x49()
[    3.566092] initcall 0x40b00432: init_bfs_fs+0x0/0x49() returned 0.
[    3.571281] initcall 0x40b00432 ran for 0 msecs: init_bfs_fs+0x0/0x49()
[    3.578006] Calling initcall 0x40b0047b: init_iso9660_fs+0x0/0x49()
[    3.582731] initcall 0x40b0047b: init_iso9660_fs+0x0/0x49() returned 0.
[    3.591281] initcall 0x40b0047b ran for 0 msecs: init_iso9660_fs+0x0/0x49()
[    3.600001] Calling initcall 0x40b004c4: ecryptfs_init+0x0/0x175()
[    3.606389] initcall 0x40b004c4: ecryptfs_init+0x0/0x175() returned 0.
[    3.611281] initcall 0x40b004c4 ran for 0 msecs: ecryptfs_init+0x0/0x175()
[    3.620001] Calling initcall 0x40b00639: vxfs_init+0x0/0x47()
[    3.625917] initcall 0x40b00639: vxfs_init+0x0/0x47() returned 0.
[    3.631281] initcall 0x40b00639 ran for 0 msecs: vxfs_init+0x0/0x47()
[    3.637834] Calling initcall 0x40b00680: init_nls_cp737+0x0/0xa()
[    3.642555] initcall 0x40b00680: init_nls_cp737+0x0/0xa() returned 0.
[    3.651283] initcall 0x40b00680 ran for 0 msecs: init_nls_cp737+0x0/0xa()
[    3.658181] Calling initcall 0x40b0068a: init_nls_cp775+0x0/0xa()
[    3.662554] initcall 0x40b0068a: init_nls_cp775+0x0/0xa() returned 0.
[    3.671281] initcall 0x40b0068a ran for 0 msecs: init_nls_cp775+0x0/0xa()
[    3.678180] Calling initcall 0x40b00694: init_nls_cp852+0x0/0xa()
[    3.682553] initcall 0x40b00694: init_nls_cp852+0x0/0xa() returned 0.
[    3.691281] initcall 0x40b00694 ran for 0 msecs: init_nls_cp852+0x0/0xa()
[    3.698178] Calling initcall 0x40b0069e: init_nls_cp857+0x0/0xa()
[    3.702554] initcall 0x40b0069e: init_nls_cp857+0x0/0xa() returned 0.
[    3.710001] initcall 0x40b0069e ran for 0 msecs: init_nls_cp857+0x0/0xa()
[    3.716897] Calling initcall 0x40b006a8: init_nls_cp862+0x0/0xa()
[    3.722553] initcall 0x40b006a8: init_nls_cp862+0x0/0xa() returned 0.
[    3.730001] initcall 0x40b006a8 ran for 0 msecs: init_nls_cp862+0x0/0xa()
[    3.736895] Calling initcall 0x40b006b2: init_nls_cp863+0x0/0xa()
[    3.742554] initcall 0x40b006b2: init_nls_cp863+0x0/0xa() returned 0.
[    3.750001] initcall 0x40b006b2 ran for 0 msecs: init_nls_cp863+0x0/0xa()
[    3.756894] Calling initcall 0x40b006bc: init_nls_cp865+0x0/0xa()
[    3.762555] initcall 0x40b006bc: init_nls_cp865+0x0/0xa() returned 0.
[    3.770001] initcall 0x40b006bc ran for 0 msecs: init_nls_cp865+0x0/0xa()
[    3.776894] Calling initcall 0x40b006c6: init_nls_cp874+0x0/0xa()
[    3.782552] initcall 0x40b006c6: init_nls_cp874+0x0/0xa() returned 0.
[    3.790001] initcall 0x40b006c6 ran for 0 msecs: init_nls_cp874+0x0/0xa()
[    3.796895] Calling initcall 0x40b006d0: init_nls_cp936+0x0/0xa()
[    3.802555] initcall 0x40b006d0: init_nls_cp936+0x0/0xa() returned 0.
[    3.809167] initcall 0x40b006d0 ran for 0 msecs: init_nls_cp936+0x0/0xa()
[    3.812321] Calling initcall 0x40b006da: init_nls_cp949+0x0/0xa()
[    3.822552] initcall 0x40b006da: init_nls_cp949+0x0/0xa() returned 0.
[    3.829166] initcall 0x40b006da ran for 0 msecs: init_nls_cp949+0x0/0xa()
[    3.832319] Calling initcall 0x40b006e4: init_nls_cp950+0x0/0xa()
[    3.842554] initcall 0x40b006e4: init_nls_cp950+0x0/0xa() returned 0.
[    3.849167] initcall 0x40b006e4 ran for 0 msecs: init_nls_cp950+0x0/0xa()
[    3.852321] Calling initcall 0x40b006ee: init_nls_cp1251+0x0/0xa()
[    3.862649] initcall 0x40b006ee: init_nls_cp1251+0x0/0xa() returned 0.
[    3.869349] initcall 0x40b006ee ran for 0 msecs: init_nls_cp1251+0x0/0xa()
[    3.872408] Calling initcall 0x40b006f8: init_nls_ascii+0x0/0xa()
[    3.882552] initcall 0x40b006f8: init_nls_ascii+0x0/0xa() returned 0.
[    3.889165] initcall 0x40b006f8 ran for 0 msecs: init_nls_ascii+0x0/0xa()
[    3.892321] Calling initcall 0x40b00702: init_nls_iso8859_1+0x0/0xa()
[    3.900239] initcall 0x40b00702: init_nls_iso8859_1+0x0/0xa() returned 0.
[    3.907198] initcall 0x40b00702 ran for 0 msecs: init_nls_iso8859_1+0x0/0xa()
[    3.912667] Calling initcall 0x40b0070c: init_nls_iso8859_2+0x0/0xa()
[    3.922900] initcall 0x40b0070c: init_nls_iso8859_2+0x0/0xa() returned 0.
[    3.930001] initcall 0x40b0070c ran for 0 msecs: init_nls_iso8859_2+0x0/0xa()
[    3.937243] Calling initcall 0x40b00716: init_nls_iso8859_3+0x0/0xa()
[    3.942900] initcall 0x40b00716: init_nls_iso8859_3+0x0/0xa() returned 0.
[    3.951281] initcall 0x40b00716 ran for 0 msecs: init_nls_iso8859_3+0x0/0xa()
[    3.958524] Calling initcall 0x40b00720: init_nls_iso8859_4+0x0/0xa()
[    3.962900] initcall 0x40b00720: init_nls_iso8859_4+0x0/0xa() returned 0.
[    3.971281] initcall 0x40b00720 ran for 0 msecs: init_nls_iso8859_4+0x0/0xa()
[    3.978526] Calling initcall 0x40b0072a: init_nls_iso8859_7+0x0/0xa()
[    3.982900] initcall 0x40b0072a: init_nls_iso8859_7+0x0/0xa() returned 0.
[    3.991281] initcall 0x40b0072a ran for 0 msecs: init_nls_iso8859_7+0x0/0xa()
[    4.000001] Calling initcall 0x40b00734: init_nls_cp1255+0x0/0xa()
[    4.006341] initcall 0x40b00734: init_nls_cp1255+0x0/0xa() returned 0.
[    4.011281] initcall 0x40b00734 ran for 0 msecs: init_nls_cp1255+0x0/0xa()
[    4.020001] Calling initcall 0x40b0073e: init_nls_iso8859_9+0x0/0xa()
[    4.026601] initcall 0x40b0073e: init_nls_iso8859_9+0x0/0xa() returned 0.
[    4.033942] initcall 0x40b0073e ran for 0 msecs: init_nls_iso8859_9+0x0/0xa()
[    4.040001] Calling initcall 0x40b00748: init_nls_iso8859_13+0x0/0xa()
[    4.046695] initcall 0x40b00748: init_nls_iso8859_13+0x0/0xa() returned 0.
[    4.054028] initcall 0x40b00748 ran for 0 msecs: init_nls_iso8859_13+0x0/0xa()
[    4.060001] Calling initcall 0x40b00752: init_nls_iso8859_14+0x0/0xa()
[    4.066692] initcall 0x40b00752: init_nls_iso8859_14+0x0/0xa() returned 0.
[    4.074036] initcall 0x40b00752 ran for 0 msecs: init_nls_iso8859_14+0x0/0xa()
[    4.082757] Calling initcall 0x40b0075c: init_nls_iso8859_15+0x0/0xa()
[    4.090001] initcall 0x40b0075c: init_nls_iso8859_15+0x0/0xa() returned 0.
[    4.097041] initcall 0x40b0075c ran for 0 msecs: init_nls_iso8859_15+0x0/0xa()
[    4.102757] Calling initcall 0x40b00766: init_hpfs_fs+0x0/0x49()
[    4.110245] initcall 0x40b00766: init_hpfs_fs+0x0/0x49() returned 0.
[    4.116758] initcall 0x40b00766 ran for 0 msecs: init_hpfs_fs+0x0/0x49()
[    4.122233] Calling initcall 0x40b007af: init_ntfs_fs+0x0/0x1e4()
[    4.130241] NTFS driver 2.1.29 [Flags: R/O DEBUG].
[    4.135096] initcall 0x40b007af: init_ntfs_fs+0x0/0x1e4() returned 0.
[    4.141281] initcall 0x40b007af ran for 4 msecs: init_ntfs_fs+0x0/0x1e4()
[    4.148181] Calling initcall 0x40b00993: init_ufs_fs+0x0/0x49()
[    4.152384] initcall 0x40b00993: init_ufs_fs+0x0/0x49() returned 0.
[    4.161283] initcall 0x40b00993 ran for 0 msecs: init_ufs_fs+0x0/0x49()
[    4.168008] Calling initcall 0x40b009dc: init_affs_fs+0x0/0x49()
[    4.172471] initcall 0x40b009dc: init_affs_fs+0x0/0x49() returned 0.
[    4.180001] initcall 0x40b009dc ran for 0 msecs: init_affs_fs+0x0/0x49()
[    4.186807] Calling initcall 0x40b00a25: init_romfs_fs+0x0/0x49()
[    4.192559] initcall 0x40b00a25: init_romfs_fs+0x0/0x49() returned 0.
[    4.200001] initcall 0x40b00a25 ran for 0 msecs: init_romfs_fs+0x0/0x49()
[    4.206895] Calling initcall 0x40b00a6e: init_autofs4_fs+0x0/0xa()
[    4.212641] initcall 0x40b00a6e: init_autofs4_fs+0x0/0xa() returned 0.
[    4.220001] initcall 0x40b00a6e ran for 0 msecs: init_autofs4_fs+0x0/0xa()
[    4.226982] Calling initcall 0x40b00a78: init_adfs_fs+0x0/0x49()
[    4.232472] initcall 0x40b00a78: init_adfs_fs+0x0/0x49() returned 0.
[    4.240001] initcall 0x40b00a78 ran for 0 msecs: init_adfs_fs+0x0/0x49()
[    4.246809] Calling initcall 0x40b00d5c: init_xfs_fs+0x0/0x4f()
[    4.252380] SGI XFS with ACLs, no debug enabled
[    4.257086] initcall 0x40b00d5c: init_xfs_fs+0x0/0x4f() returned 0.
[    4.263422] initcall 0x40b00d5c ran for 4 msecs: init_xfs_fs+0x0/0x4f()
[    4.270001] Calling initcall 0x40b00dd9: ocfs2_init+0x0/0x203()
[    4.276089] OCFS2 1.5.0
[    4.278602] initcall 0x40b00dd9: ocfs2_init+0x0/0x203() returned 0.
[    4.283422] initcall 0x40b00dd9 ran for 2 msecs: ocfs2_init+0x0/0x203()
[    4.292146] Calling initcall 0x40b01045: init_o2nm+0x0/0xaa()
[    4.298066] OCFS2 Node Manager 1.5.0
[    4.300081] initcall 0x40b01045: init_o2nm+0x0/0xaa() returned 0.
[    4.306349] initcall 0x40b01045 ran for 3 msecs: init_o2nm+0x0/0xaa()
[    4.311973] Calling initcall 0x40b010ef: dlm_init+0x0/0xa6()
[    4.320239] OCFS2 DLM 1.5.0
[    4.323095] initcall 0x40b010ef: dlm_init+0x0/0xa6() returned 0.
[    4.330001] initcall 0x40b010ef ran for 2 msecs: dlm_init+0x0/0xa6()
[    4.336461] Calling initcall 0x40b01195: init_dlmfs_fs+0x0/0xb3()
[    4.342553] OCFS2 DLMFS 1.5.0
[    4.345583] OCFS2 User DLM kernel interface loaded
[    4.350001] initcall 0x40b01195: init_dlmfs_fs+0x0/0xb3() returned 0.
[    4.356614] initcall 0x40b01195 ran for 7 msecs: init_dlmfs_fs+0x0/0xb3()
[    4.362330] Calling initcall 0x40b0136a: key_proc_init+0x0/0x26()
[    4.370243] initcall 0x40b0136a: key_proc_init+0x0/0x26() returned 0.
[    4.376853] initcall 0x40b0136a ran for 0 msecs: key_proc_init+0x0/0x26()
[    4.382319] Calling initcall 0x40b0147b: crypto_algapi_init+0x0/0x8()
[    4.390242] initcall 0x40b0147b: crypto_algapi_init+0x0/0x8() returned 0.
[    4.397209] initcall 0x40b0147b ran for 0 msecs: crypto_algapi_init+0x0/0x8()
[    4.402667] Calling initcall 0x40b0149d: chainiv_module_init+0x0/0xa()
[    4.410239] initcall 0x40b0149d: chainiv_module_init+0x0/0xa() returned 0.
[    4.417285] initcall 0x40b0149d ran for 0 msecs: chainiv_module_init+0x0/0xa()
[    4.422757] Calling initcall 0x40b014a7: eseqiv_module_init+0x0/0xa()
[    4.430239] initcall 0x40b014a7: eseqiv_module_init+0x0/0xa() returned 0.
[    4.437209] initcall 0x40b014a7 ran for 0 msecs: eseqiv_module_init+0x0/0xa()
[    4.442667] Calling initcall 0x40b014b1: seqiv_module_init+0x0/0xa()
[    4.452813] initcall 0x40b014b1: seqiv_module_init+0x0/0xa() returned 0.
[    4.460001] initcall 0x40b014b1 ran for 0 msecs: seqiv_module_init+0x0/0xa()
[    4.467155] Calling initcall 0x40b014bb: cryptomgr_init+0x0/0xa()
[    4.472553] initcall 0x40b014bb: cryptomgr_init+0x0/0xa() returned 0.
[    4.480001] initcall 0x40b014bb ran for 0 msecs: cryptomgr_init+0x0/0xa()
[    4.486895] Calling initcall 0x40b014c5: hmac_module_init+0x0/0xa()
[    4.492728] initcall 0x40b014c5: hmac_module_init+0x0/0xa() returned 0.
[    4.500001] initcall 0x40b014c5 ran for 0 msecs: hmac_module_init+0x0/0xa()
[    4.507070] Calling initcall 0x40b014cf: init+0x0/0xa()
[    4.511686] initcall 0x40b014cf: init+0x0/0xa() returned 0.
[    4.517432] initcall 0x40b014cf ran for 0 msecs: init+0x0/0xa()
[    4.521452] Calling initcall 0x40b014d9: init+0x0/0x4e()
[    4.530242] initcall 0x40b014d9: init+0x0/0x4e() returned 0.
[    4.536074] initcall 0x40b014d9 ran for 0 msecs: init+0x0/0x4e()
[    4.541540] Calling initcall 0x40b01527: crypto_ecb_module_init+0x0/0xa()
[    4.548498] initcall 0x40b01527: crypto_ecb_module_init+0x0/0xa() returned 0.
[    4.554288] initcall 0x40b01527 ran for 0 msecs: crypto_ecb_module_init+0x0/0xa()
[    4.563015] Calling initcall 0x40b01531: crypto_cbc_module_init+0x0/0xa()
[    4.570239] initcall 0x40b01531: crypto_cbc_module_init+0x0/0xa() returned 0.
[    4.577546] initcall 0x40b01531 ran for 0 msecs: crypto_cbc_module_init+0x0/0xa()
[    4.583015] Calling initcall 0x40b0153b: crypto_ctr_module_init+0x0/0x2f()
[    4.590239] initcall 0x40b0153b: crypto_ctr_module_init+0x0/0x2f() returned 0.
[    4.600001] initcall 0x40b0153b ran for 0 msecs: crypto_ctr_module_init+0x0/0x2f()
[    4.607685] Calling initcall 0x40b0156a: crypto_ccm_module_init+0x0/0x49()
[    4.613334] initcall 0x40b0156a: crypto_ccm_module_init+0x0/0x49() returned 0.
[    4.621283] initcall 0x40b0156a ran for 0 msecs: crypto_ccm_module_init+0x0/0x49()
[    4.630001] Calling initcall 0x40b015b3: init+0x0/0x2f()
[    4.635487] initcall 0x40b015b3: init+0x0/0x2f() returned 0.
[    4.641280] initcall 0x40b015b3 ran for 0 msecs: init+0x0/0x2f()
[    4.647399] Calling initcall 0x40b015e2: init+0x0/0xa()
[    4.651688] initcall 0x40b015e2: init+0x0/0xa() returned 0.
[    4.657432] initcall 0x40b015e2 ran for 0 msecs: init+0x0/0xa()
[    4.661452] Calling initcall 0x40b015ec: aes_init+0x0/0x2ad()
[    4.670257] initcall 0x40b015ec: aes_init+0x0/0x2ad() returned 0.
[    4.676507] initcall 0x40b015ec ran for 0 msecs: aes_init+0x0/0x2ad()
[    4.681973] Calling initcall 0x40b01899: camellia_init+0x0/0xa()
[    4.688153] initcall 0x40b01899: camellia_init+0x0/0xa() returned 0.
[    4.693509] initcall 0x40b01899 ran for 0 msecs: camellia_init+0x0/0xa()
[    4.702234] Calling initcall 0x40b018a3: init+0x0/0xa()
[    4.707632] initcall 0x40b018a3: init+0x0/0xa() returned 0.
[    4.712727] initcall 0x40b018a3 ran for 0 msecs: init+0x0/0xa()
[    4.720001] Calling initcall 0x40b018ad: arc4_init+0x0/0xa()
[    4.725829] initcall 0x40b018ad: arc4_init+0x0/0xa() returned 0.
[    4.731281] initcall 0x40b018ad ran for 0 msecs: arc4_init+0x0/0xa()
[    4.737745] Calling initcall 0x40b018b7: init+0x0/0x4e()
[    4.741777] initcall 0x40b018b7: init+0x0/0x4e() returned 0.
[    4.750001] initcall 0x40b018b7 ran for 0 msecs: init+0x0/0x4e()
[    4.756115] Calling initcall 0x40b01905: init+0x0/0xa()
[    4.760242] initcall 0x40b01905: init+0x0/0xa() returned 0.
[    4.765986] initcall 0x40b01905 ran for 0 msecs: init+0x0/0xa()
[    4.771454] Calling initcall 0x40b0190f: init+0x0/0xa()
[    4.776852] initcall 0x40b0190f: init+0x0/0xa() returned 0.
[    4.782729] initcall 0x40b0190f ran for 0 msecs: init+0x0/0xa()
[    4.790001] Calling initcall 0x40b01919: init+0x0/0xa()
[    4.795395] initcall 0x40b01919: init+0x0/0xa() returned 0.
[    4.801283] initcall 0x40b01919 ran for 0 msecs: init+0x0/0xa()
[    4.807314] Calling initcall 0x40b01923: michael_mic_init+0x0/0xa()
[    4.812728] initcall 0x40b01923: michael_mic_init+0x0/0xa() returned 0.
[    4.820001] initcall 0x40b01923 ran for 0 msecs: michael_mic_init+0x0/0xa()
[    4.827068] Calling initcall 0x40b0192d: init+0x0/0xa()
[    4.831688] initcall 0x40b0192d: init+0x0/0xa() returned 0.
[    4.837435] initcall 0x40b0192d ran for 0 msecs: init+0x0/0xa()
[    4.841452] Calling initcall 0x40b01b8a: bsg_init+0x0/0xfa()
[    4.850265] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[    4.857708] initcall 0x40b01b8a: bsg_init+0x0/0xfa() returned 0.
[    4.863169] initcall 0x40b01b8a ran for 7 msecs: bsg_init+0x0/0xfa()
[    4.870001] Calling initcall 0x40b01c84: noop_init+0x0/0xd()
[    4.875829] io scheduler noop registered (default)
[    4.880001] initcall 0x40b01c84: noop_init+0x0/0xd() returned 0.
[    4.886174] initcall 0x40b01c84 ran for 4 msecs: noop_init+0x0/0xd()
[    4.891886] Calling initcall 0x40b01c91: as_init+0x0/0xd()
[    4.900001] io scheduler anticipatory registered
[    4.904660] initcall 0x40b01c91: as_init+0x0/0xd() returned 0.
[    4.910001] initcall 0x40b01c91 ran for 4 msecs: as_init+0x0/0xd()
[    4.916289] Calling initcall 0x40b01c9e: cfq_init+0x0/0x87()
[    4.922132] io scheduler cfq registered
[    4.926013] initcall 0x40b01c9e: cfq_init+0x0/0x87() returned 0.
[    4.931280] initcall 0x40b01c9e ran for 3 msecs: cfq_init+0x0/0x87()
[    4.937747] Calling initcall 0x4070e7b5: pci_init+0x0/0x28()
[    4.960030] pci 0000:01:00.0: Boot video device
[    4.964605] initcall 0x4070e7b5: pci_init+0x0/0x28() returned 0.
[    4.970001] initcall 0x4070e7b5 ran for 18 msecs: pci_init+0x0/0x28()
[    4.976547] Calling initcall 0x40b0231d: pci_proc_init+0x0/0x5b()
[    4.982571] initcall 0x40b0231d: pci_proc_init+0x0/0x5b() returned 0.
[    4.990001] initcall 0x40b0231d ran for 0 msecs: pci_proc_init+0x0/0x5b()
[    4.996885] Calling initcall 0x40b02378: pci_hotplug_init+0x0/0x7d()
[    5.002816] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    5.008432] initcall 0x40b02378: pci_hotplug_init+0x0/0x7d() returned 0.
[    5.013863] initcall 0x40b02378 ran for 5 msecs: pci_hotplug_init+0x0/0x7d()
[    5.022581] Calling initcall 0x40b023fd: acpiphp_init+0x0/0x43()
[    5.028751] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    5.030003] ACPI Exception (utmutex-0263): AE_BAD_PARAMETER, Thread 7F845670 could not acquire Mutex [1] [20070126]
[    5.044988] initcall 0x40b023fd: acpiphp_init+0x0/0x43() returned -1.
[    5.051368] initcall 0x40b023fd ran for 16 msecs: acpiphp_init+0x0/0x43()
[    5.060001] initcall at 0x40b023fd: acpiphp_init+0x0/0x43(): returned with error code -1
[    5.068257] Calling initcall 0x40b024fc: ibm_acpiphp_init+0x0/0x12e()
[    5.072903] ACPI Exception (utmutex-0263): AE_BAD_PARAMETER, Thread 7F845670 could not acquire Mutex [1] [20070126]
[    5.084988] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
[    5.090001] initcall 0x40b024fc: ibm_acpiphp_init+0x0/0x12e() returned -19.
[    5.097127] initcall 0x40b024fc ran for 16 msecs: ibm_acpiphp_init+0x0/0x12e()
[    5.102669] Calling initcall 0x40b026d0: cpcihp_generic_init+0x0/0x364()
[    5.113161] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
[    5.120001] cpcihp_generic: not configured, disabling.
[    5.125183] initcall 0x40b026d0: cpcihp_generic_init+0x0/0x364() returned -22.
[    5.131456] initcall 0x40b026d0 ran for 12 msecs: cpcihp_generic_init+0x0/0x364()
[    5.140001] initcall at 0x40b026d0: cpcihp_generic_init+0x0/0x364(): returned with error code -22
[    5.150001] Calling initcall 0x40b02a34: dummyphp_init+0x0/0x6b()
[    5.156257] fakephp: Fake PCI Hot Plug Controller Driver
[    5.160283] initcall 0x40b02a34: dummyphp_init+0x0/0x6b() returned 0.
[    5.166892] initcall 0x40b02a34 ran for 5 msecs: dummyphp_init+0x0/0x6b()
[    5.172318] Calling initcall 0x40b02c77: progearbl_init+0x0/0x4f()
[    5.182683] ALI M7101 PMU not found.
[    5.186310] initcall 0x40b02c77: progearbl_init+0x0/0x4f() returned 0.
[    5.191281] initcall 0x40b02c77 ran for 3 msecs: progearbl_init+0x0/0x4f()
[    5.200010] Calling initcall 0x40b02cc6: cr_backlight_init+0x0/0x5a()
[    5.206651] INTEL CARILLO RANCH LPC not found.
[    5.210002] Carillo Ranch Backlight Driver Initialized.
[    5.215274] initcall 0x40b02cc6: cr_backlight_init+0x0/0x5a() returned 0.
[    5.221280] initcall 0x40b02cc6 ran for 9 msecs: cr_backlight_init+0x0/0x5a()
[    5.230001] Calling initcall 0x40b02d20: display_class_init+0x0/0x68()
[    5.236699] initcall 0x40b02d20: display_class_init+0x0/0x68() returned 0.
[    5.244029] initcall 0x40b02d20 ran for 0 msecs: display_class_init+0x0/0x68()
[    5.250002] Calling initcall 0x40b02d88: arcfb_init+0x0/0x5c()
[    5.256008] initcall 0x40b02d88: arcfb_init+0x0/0x5c() returned -6.
[    5.263421] initcall 0x40b02d88 ran for 0 msecs: arcfb_init+0x0/0x5c()
[    5.270001] initcall at 0x40b02d88: arcfb_init+0x0/0x5c(): returned with error code -6
[    5.278083] Calling initcall 0x40b03041: pm2fb_init+0x0/0x105()
[    5.282400] initcall 0x40b03041: pm2fb_init+0x0/0x105() returned 0.
[    5.291281] initcall 0x40b03041 ran for 0 msecs: pm2fb_init+0x0/0x105()
[    5.298006] Calling initcall 0x40b03146: matroxfb_init+0x0/0x87c()
[    5.302659] initcall 0x40b03146: matroxfb_init+0x0/0x87c() returned 0.
[    5.311281] initcall 0x40b03146 ran for 0 msecs: matroxfb_init+0x0/0x87c()
[    5.318266] Calling initcall 0x4070f830: rivafb_init+0x0/0x156()
[    5.322488] initcall 0x4070f830: rivafb_init+0x0/0x156() returned 0.
[    5.330001] initcall 0x4070f830 ran for 0 msecs: rivafb_init+0x0/0x156()
[    5.336806] Calling initcall 0x407102ec: nvidiafb_init+0x0/0x270()
[    5.342643] nvidiafb_setup START
[    5.345935] initcall 0x407102ec: nvidiafb_init+0x0/0x270() returned 0.
[    5.353681] initcall 0x407102ec ran for 3 msecs: nvidiafb_init+0x0/0x270()
[    5.360010] Calling initcall 0x40b03a0b: sisfb_init+0x0/0x6fd()
[    5.366113] initcall 0x40b03a0b: sisfb_init+0x0/0x6fd() returned 0.
[    5.373421] initcall 0x40b03a0b ran for 0 msecs: sisfb_init+0x0/0x6fd()
[    5.380002] Calling initcall 0x40b04108: savagefb_init+0x0/0x5b()
[    5.386281] initcall 0x40b04108: savagefb_init+0x0/0x5b() returned 0.
[    5.391281] initcall 0x40b04108 ran for 0 msecs: savagefb_init+0x0/0x5b()
[    5.400002] Calling initcall 0x40b04163: neofb_init+0x0/0x12c()
[    5.406105] initcall 0x40b04163: neofb_init+0x0/0x12c() returned 0.
[    5.411281] initcall 0x40b04163 ran for 0 msecs: neofb_init+0x0/0x12c()
[    5.418006] Calling initcall 0x40b0428f: tdfxfb_init+0x0/0xd5()
[    5.422397] initcall 0x40b0428f: tdfxfb_init+0x0/0xd5() returned 0.
[    5.431281] initcall 0x40b0428f ran for 0 msecs: tdfxfb_init+0x0/0xd5()
[    5.438006] Calling initcall 0x40b04364: imsttfb_init+0x0/0xe6()
[    5.442485] initcall 0x40b04364: imsttfb_init+0x0/0xe6() returned 0.
[    5.451281] initcall 0x40b04364 ran for 0 msecs: imsttfb_init+0x0/0xe6()
[    5.458091] Calling initcall 0x40b0444a: vt8623fb_init+0x0/0x47()
[    5.462572] initcall 0x40b0444a: vt8623fb_init+0x0/0x47() returned 0.
[    5.471281] initcall 0x40b0444a ran for 0 msecs: vt8623fb_init+0x0/0x47()
[    5.478179] Calling initcall 0x40b04491: tridentfb_init+0x0/0x1e9()
[    5.482729] tridentfb: Trident framebuffer 0.7.8-NEWAPI initializing
[    5.490019] initcall 0x40b04491: tridentfb_init+0x0/0x1e9() returned 0.
[    5.496804] initcall 0x40b04491 ran for 6 msecs: tridentfb_init+0x0/0x1e9()
[    5.502494] Calling initcall 0x40b0467a: vmlfb_init+0x0/0x7d()
[    5.510240] vmlfb: initializing
[    5.513446] initcall 0x40b0467a: vmlfb_init+0x0/0x7d() returned 0.
[    5.520001] initcall 0x40b0467a ran for 3 msecs: vmlfb_init+0x0/0x7d()
[    5.526634] Calling initcall 0x40b046f7: cr_pll_init+0x0/0xbd()
[    5.532380] Could not find Carillo Ranch MCH device.
[    5.537393] initcall 0x40b046f7: cr_pll_init+0x0/0xbd() returned -19.
[    5.543596] initcall 0x40b046f7 ran for 4 msecs: cr_pll_init+0x0/0xbd()
[    5.550001] Calling initcall 0x40b047b4: hecubafb_init+0x0/0x69()
[    5.556261] Use hecubafb_enable to enable the device
[    5.560001] initcall 0x40b047b4: hecubafb_init+0x0/0x69() returned -6.
[    5.566693] initcall 0x40b047b4 ran for 4 msecs: hecubafb_init+0x0/0x69()
[    5.572321] initcall at 0x40b047b4: hecubafb_init+0x0/0x69(): returned with error code -6
[    5.582755] Calling initcall 0x40b0481d: hgafb_init+0x0/0x44()
[    5.590275] hgafb: HGA card not detected.
[    5.594334] hgafb: probe of hgafb.0 failed with error -22
[    5.600001] initcall 0x40b0481d: hgafb_init+0x0/0x44() returned 0.
[    5.606347] initcall 0x40b0481d ran for 9 msecs: hgafb_init+0x0/0x44()
[    5.612059] Calling initcall 0x407193da: sstfb_init+0x0/0x188()
[    5.618169] initcall 0x407193da: sstfb_init+0x0/0x188() returned 0.
[    5.623421] initcall 0x407193da ran for 0 msecs: sstfb_init+0x0/0x188()
[    5.632147] Calling initcall 0x40b04b30: s1d13xxxfb_init+0x0/0x20()
[    5.638594] initcall 0x40b04b30: s1d13xxxfb_init+0x0/0x20() returned 0.
[    5.643767] initcall 0x40b04b30 ran for 0 msecs: s1d13xxxfb_init+0x0/0x20()
[    5.652494] Calling initcall 0x407199ee: sm501fb_init+0x0/0xa()
[    5.658599] initcall 0x407199ee: sm501fb_init+0x0/0xa() returned 0.
[    5.663421] initcall 0x407199ee ran for 0 msecs: sm501fb_init+0x0/0xa()
[    5.670002] Calling initcall 0x4071a7ac: uvesafb_init+0x0/0x359()
[    5.676320] uvesafb: failed to execute /sbin/v86d
[    5.680001] uvesafb: make sure that the v86d helper is installed and executable
[    5.690002] uvesafb: Getting VBE info block failed (eax=0x4f00, err=-2)
[    5.696660] uvesafb: vbe_init() failed with -22
[    5.700002] uvesafb: probe of uvesafb.0 failed with error -22
[    5.705787] initcall 0x4071a7ac: uvesafb_init+0x0/0x359() returned 0.
[    5.713596] initcall 0x4071a7ac ran for 27 msecs: uvesafb_init+0x0/0x359()
[    5.720001] Calling initcall 0x40b05566: acpi_reserve_resources+0x0/0xc4()
[    5.727040] initcall 0x40b05566: acpi_reserve_resources+0x0/0xc4() returned 0.
[    5.734375] initcall 0x40b05566 ran for 0 msecs: acpi_reserve_resources+0x0/0xc4()
[    5.743102] Calling initcall 0x40b06296: acpi_video_init+0x0/0x4d()
[    5.749541] initcall 0x40b06296: acpi_video_init+0x0/0x4d() returned -19.
[    5.753942] initcall 0x40b06296 ran for 0 msecs: acpi_video_init+0x0/0x4d()
[    5.762494] Calling initcall 0x40b06391: irqrouter_init_sysfs+0x0/0x2d()
[    5.770241] initcall 0x40b06391: irqrouter_init_sysfs+0x0/0x2d() returned 0.
[    5.777451] initcall 0x40b06391 ran for 0 msecs: irqrouter_init_sysfs+0x0/0x2d()
[    5.782929] Calling initcall 0x40b064dd: acpi_container_init+0x0/0x3b()
[    5.790239] initcall 0x40b064dd: acpi_container_init+0x0/0x3b() returned -19.
[    5.797546] initcall 0x40b064dd ran for 0 msecs: acpi_container_init+0x0/0x3b()
[    5.802844] Calling initcall 0x40b0686c: asus_acpi_init+0x0/0xdc()
[    5.812640] initcall 0x40b0686c: asus_acpi_init+0x0/0xdc() returned -19.
[    5.820001] initcall 0x40b0686c ran for 0 msecs: asus_acpi_init+0x0/0xdc()
[    5.826980] Calling initcall 0x40b06948: toshiba_acpi_init+0x0/0x154()
[    5.832988] initcall 0x40b06948: toshiba_acpi_init+0x0/0x154() returned -19.
[    5.840001] initcall 0x40b06948 ran for 0 msecs: toshiba_acpi_init+0x0/0x154()
[    5.847331] Calling initcall 0x40b06a9c: acpi_memory_device_init+0x0/0x6b()
[    5.853421] initcall 0x40b06a9c: acpi_memory_device_init+0x0/0x6b() returned -19.
[    5.861466] initcall 0x40b06a9c ran for 0 msecs: acpi_memory_device_init+0x0/0x6b()
[    5.870001] Calling initcall 0x40b07f88: isapnp_init+0x0/0x3e3()
[    5.876185] isapnp: Scanning for PnP cards...
[    6.193190] isapnp: No Plug & Play device found
[    6.197766] initcall 0x40b07f88: isapnp_init+0x0/0x3e3() returned 0.
[    6.203509] initcall 0x40b07f88 ran for 305 msecs: isapnp_init+0x0/0x3e3()
[    6.210001] Calling initcall 0x40b08504: rand_initialize+0x0/0x21()
[    6.216444] initcall 0x40b08504: rand_initialize+0x0/0x21() returned 0.
[    6.223767] initcall 0x40b08504 ran for 0 msecs: rand_initialize+0x0/0x21()
[    6.230001] Calling initcall 0x40b08575: tty_init+0x0/0x18e()
[    6.237139] initcall 0x40b08575: tty_init+0x0/0x18e() returned 0.
[    6.243254] initcall 0x40b08575 ran for 1 msecs: tty_init+0x0/0x18e()
[    6.250004] Calling initcall 0x40b08703: pty_init+0x0/0x390()
[    6.271296] initcall 0x40b08703: pty_init+0x0/0x390() returned 0.
[    6.277563] initcall 0x40b08703 ran for 13 msecs: pty_init+0x0/0x390()
[    6.281973] Calling initcall 0x40b08f53: espserial_init+0x0/0x542()
[    6.290242] ESP serial driver version 2.2 (DMA 0)
[    6.297252] initcall 0x40b08f53: espserial_init+0x0/0x542() returned 0.
[    6.303766] initcall 0x40b08f53 ran for 6 msecs: espserial_init+0x0/0x542()
[    6.310014] Calling initcall 0x40b09495: rp_init+0x0/0xfe0()
[    6.315837] RocketPort device driver module, version 2.09, 12-June-2003
[    6.320007] No rocketport ports found; unloading driver
[    6.325278] initcall 0x40b09495: rp_init+0x0/0xfe0() returned -6.
[    6.333248] initcall 0x40b09495 ran for 11 msecs: rp_init+0x0/0xfe0()
[    6.341885] initcall at 0x40b09495: rp_init+0x0/0xfe0(): returned with error code -6
[    6.350001] Calling initcall 0x40b0a475: epca_module_init+0x0/0x409()
[    6.356614] DIGI epca driver version 1.3.0.1-LK2.6 loaded.
[    6.385955] initcall 0x40b0a475: epca_module_init+0x0/0x409() returned 0.
[    6.391279] initcall 0x40b0a475 ran for 27 msecs: epca_module_init+0x0/0x409()
[    6.400001] Calling initcall 0x40b0a87e: moxa_init+0x0/0x1ec()
[    6.406008] MOXA Intellio family driver version 5.1k
[    6.418123] initcall 0x40b0a87e: moxa_init+0x0/0x1ec() returned 0.
[    6.423340] initcall 0x40b0a87e ran for 12 msecs: moxa_init+0x0/0x1ec()
[    6.432085] Calling initcall 0x40b0aa6a: mxser_module_init+0x0/0x5d2()
[    6.438786] MOXA Smartio/Industio family driver version 2.0.3
[    6.440230] initcall 0x40b0aa6a: mxser_module_init+0x0/0x5d2() returned 0.
[    6.451279] initcall 0x40b0aa6a ran for 5 msecs: mxser_module_init+0x0/0x5d2()
[    6.458613] Calling initcall 0x40b0b03c: ip2_init+0x0/0x4c()
[    6.462120] Computone IntelliPort Plus multiport driver version 1.2.14
[    6.470030] initcall 0x40b0b03c: ip2_init+0x0/0x4c() returned 0.
[    6.476206] initcall 0x40b0b03c ran for 6 msecs: ip2_init+0x0/0x4c()
[    6.481888] Calling initcall 0x40b0b0de: isicom_init+0x0/0x142()
[    6.490263] initcall 0x40b0b0de: isicom_init+0x0/0x142() returned 0.
[    6.496784] initcall 0x40b0b0de ran for 0 msecs: isicom_init+0x0/0x142()
[    6.502232] Calling initcall 0x40b0b220: synclink_init+0x0/0x20f()
[    6.510242] SyncLink serial driver $Revision: 4.38 $
[    6.524635] SyncLink serial driver $Revision: 4.38 $, tty major#253
[    6.530005] initcall 0x40b0b220: synclink_init+0x0/0x20f() returned 0.
[    6.536699] initcall 0x40b0b220 ran for 19 msecs: synclink_init+0x0/0x20f()
[    6.542407] Calling initcall 0x40b0b42f: synclinkmp_init+0x0/0x14b()
[    6.550239] SyncLink MultiPort driver $Revision: 4.38 $
[    6.566733] SyncLink MultiPort driver $Revision: 4.38 $, tty major#252
[    6.570024] initcall 0x40b0b42f: synclinkmp_init+0x0/0x14b() returned 0.
[    6.580021] initcall 0x40b0b42f ran for 21 msecs: synclinkmp_init+0x0/0x14b()
[    6.587260] Calling initcall 0x40b0b57a: slgt_init+0x0/0x171()
[    6.592934] SyncLink GT $Revision: 4.50 $
[    6.596996] SyncLink GT $Revision: 4.50 $, tty major#251
[    6.600234] SyncLink GT no devices found
[    6.604198] initcall 0x40b0b57a: slgt_init+0x0/0x171() returned 0.
[    6.613334] initcall 0x40b0b57a ran for 12 msecs: slgt_init+0x0/0x171()
[    6.620001] Calling initcall 0x40b0b7e6: lp_init_module+0x0/0x1f5()
[    6.626456] lp: driver loaded but no devices found
[    6.630001] initcall 0x40b0b7e6: lp_init_module+0x0/0x1f5() returned 0.
[    6.636781] initcall 0x40b0b7e6 ran for 4 msecs: lp_init_module+0x0/0x1f5()
[    6.642495] Calling initcall 0x40b0b9db: sonypi_init+0x0/0x8d()
[    6.650242] sonypi: Sony Programmable I/O Controller Driver v1.26.
[    6.656466] initcall 0x40b0b9db: sonypi_init+0x0/0x8d() returned -19.
[    6.663594] initcall 0x40b0b9db ran for 5 msecs: sonypi_init+0x0/0x8d()
[    6.670001] Calling initcall 0x40b0ba9c: rtc_init+0x0/0x11f()
[    6.675962] Real Time Clock Driver v1.12ac
[    6.680001] initcall 0x40b0ba9c: rtc_init+0x0/0x11f() returned 0.
[    6.686268] initcall 0x40b0ba9c ran for 3 msecs: rtc_init+0x0/0x11f()
[    6.691972] Calling initcall 0x40b0bbbb: hpet_init+0x0/0x55()
[    6.700280] initcall 0x40b0bbbb: hpet_init+0x0/0x55() returned -19.
[    6.706716] initcall 0x40b0bbbb ran for 0 msecs: hpet_init+0x0/0x55()
[    6.711974] Calling initcall 0x40b0bc10: i8k_init+0x0/0x1b0()
[    6.717895] initcall 0x40b0bc10: i8k_init+0x0/0x1b0() returned -19.
[    6.723422] initcall 0x40b0bc10 ran for 0 msecs: i8k_init+0x0/0x1b0()
[    6.731975] Calling initcall 0x40b0bdc0: mod_init+0x0/0x19e()
[    6.737896] initcall 0x40b0bdc0: mod_init+0x0/0x19e() returned -19.
[    6.743421] initcall 0x40b0bdc0 ran for 0 msecs: mod_init+0x0/0x19e()
[    6.750001] Calling initcall 0x40b0c022: mod_init+0x0/0x8a()
[    6.755830] initcall 0x40b0c022: mod_init+0x0/0x8a() returned -19.
[    6.763336] initcall 0x40b0c022 ran for 0 msecs: mod_init+0x0/0x8a()
[    6.769801] Calling initcall 0x40b0c0ac: mod_init+0x0/0x3b()
[    6.772121] initcall 0x40b0c0ac: mod_init+0x0/0x3b() returned -19.
[    6.781454] initcall 0x40b0c0ac ran for 0 msecs: mod_init+0x0/0x3b()
[    6.787918] Calling initcall 0x40b0c0e7: ppdev_init+0x0/0x8f()
[    6.792309] ppdev: user-space parallel port driver
[    6.797149] initcall 0x40b0c0e7: ppdev_init+0x0/0x8f() returned 0.
[    6.803336] initcall 0x40b0c0e7 ran for 4 msecs: ppdev_init+0x0/0x8f()
[    6.812060] Calling initcall 0x40b0c176: scx200_gpio_init+0x0/0x108()
[    6.818671] scx200_gpio: no SCx200 gpio present
[    6.820001] initcall 0x40b0c176: scx200_gpio_init+0x0/0x108() returned -19.
[    6.830001] initcall 0x40b0c176 ran for 4 msecs: scx200_gpio_init+0x0/0x108()
[    6.837243] Calling initcall 0x40b0c27e: pc8736x_gpio_init+0x0/0x32e()
[    6.843012] platform pc8736x_gpio.0: NatSemi pc8736x GPIO Driver Initializing
[    6.850014] platform pc8736x_gpio.0: no device found
[    6.855038] initcall 0x40b0c27e: pc8736x_gpio_init+0x0/0x32e() returned -19.
[    6.864211] initcall 0x40b0c27e ran for 11 msecs: pc8736x_gpio_init+0x0/0x32e()
[    6.870001] Calling initcall 0x40b0c5ac: nsc_gpio_init+0x0/0xe()
[    6.876181] nsc_gpio initializing
[    6.880001] initcall 0x40b0c5ac: nsc_gpio_init+0x0/0xe() returned 0.
[    6.886511] initcall 0x40b0c5ac ran for 3 msecs: nsc_gpio_init+0x0/0xe()
[    6.892231] Calling initcall 0x40b0c5ba: cs5535_gpio_init+0x0/0x143()
[    6.900240] cs5535_gpio: DIVIL not found
[    6.904212] initcall 0x40b0c5ba: cs5535_gpio_init+0x0/0x143() returned -19.
[    6.911454] initcall 0x40b0c5ba ran for 3 msecs: cs5535_gpio_init+0x0/0x143()
[    6.918698] Calling initcall 0x40b0c6fd: tlclk_init+0x0/0x175()
[    6.922382] telclk_interrup = 0xf non-mcpbl0010 hw.
[    6.930002] initcall 0x40b0c6fd: tlclk_init+0x0/0x175() returned -6.
[    6.936512] initcall 0x40b0c6fd ran for 4 msecs: tlclk_init+0x0/0x175()
[    6.942146] initcall at 0x40b0c6fd: tlclk_init+0x0/0x175(): returned with error code -6
[    6.950001] Calling initcall 0x40b0c8ae: agp_init+0x0/0x1d()
[    6.955835] Linux agpgart interface v0.103
[    6.960001] initcall 0x40b0c8ae: agp_init+0x0/0x1d() returned 0.
[    6.966174] initcall 0x40b0c8ae ran for 3 msecs: agp_init+0x0/0x1d()
[    6.971888] Calling initcall 0x40b0c8cb: agp_amdk7_init+0x0/0x20()
[    6.980259] initcall 0x40b0c8cb: agp_amdk7_init+0x0/0x20() returned 0.
[    6.986957] initcall 0x40b0c8cb ran for 0 msecs: agp_amdk7_init+0x0/0x20()
[    6.992407] Calling initcall 0x40b0c8eb: agp_intel_init+0x0/0x20()
[    7.000260] initcall 0x40b0c8eb: agp_intel_init+0x0/0x20() returned 0.
[    7.006956] initcall 0x40b0c8eb ran for 0 msecs: agp_intel_init+0x0/0x20()
[    7.012406] Calling initcall 0x40b0c90b: agp_via_init+0x0/0x20()
[    7.020259] initcall 0x40b0c90b: agp_via_init+0x0/0x20() returned 0.
[    7.026775] initcall 0x40b0c90b ran for 0 msecs: agp_via_init+0x0/0x20()
[    7.032231] Calling initcall 0x40b0c92b: drm_core_init+0x0/0x107()
[    7.040260] [drm] Initialized drm 1.1.0 20060810
[    7.044924] initcall 0x40b0c92b: drm_core_init+0x0/0x107() returned 0.
[    7.051281] initcall 0x40b0c92b ran for 4 msecs: drm_core_init+0x0/0x107()
[    7.058267] Calling initcall 0x40b0ca32: r128_init+0x0/0x14()
[    7.062212] initcall 0x40b0ca32: r128_init+0x0/0x14() returned 0.
[    7.070001] initcall 0x40b0ca32 ran for 0 msecs: r128_init+0x0/0x14()
[    7.076549] Calling initcall 0x40b0ca46: i810_init+0x0/0x14()
[    7.082207] initcall 0x40b0ca46: i810_init+0x0/0x14() returned 0.
[    7.088473] initcall 0x40b0ca46 ran for 0 msecs: i810_init+0x0/0x14()
[    7.091975] Calling initcall 0x4071d849: i810fb_init+0x0/0x358()
[    7.102486] initcall 0x4071d849: i810fb_init+0x0/0x358() returned 0.
[    7.109010] initcall 0x4071d849 ran for 0 msecs: i810fb_init+0x0/0x358()
[    7.112231] Calling initcall 0x40b0ccb5: serial8250_init+0x0/0xe0()
[    7.120243] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
[    7.130082] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    7.136613] initcall 0x40b0ccb5: serial8250_init+0x0/0xe0() returned 0.
[    7.141282] initcall 0x40b0ccb5 ran for 13 msecs: serial8250_init+0x0/0xe0()
[    7.150002] Calling initcall 0x40b0d153: parport_default_proc_register+0x0/0x12()
[    7.157668] initcall 0x40b0d153: parport_default_proc_register+0x0/0x12() returned 0.
[    7.164982] initcall 0x40b0d153 ran for 0 msecs: parport_default_proc_register+0x0/0x12()
[    7.173709] Calling initcall 0x40b0d3c7: parport_pc_init+0x0/0x17e()
[    7.180265] pnp: the driver 'parport_pc' has been registered
[    7.186066] parport0: PC-style at 0x378 (0x778) [PCSPP(,...)]
[    7.331694] parport0: irq 7 detected
[    7.335398] lp0: using parport0 (polling).
[    7.339609] initcall 0x40b0d3c7: parport_pc_init+0x0/0x17e() returned 0.
[    7.343853] initcall 0x40b0d3c7 ran for 150 msecs: parport_pc_init+0x0/0x17e()
[    7.352582] Calling initcall 0x40b0d6b2: isa_bus_init+0x0/0x2f()
[    7.360025] initcall 0x40b0d6b2: isa_bus_init+0x0/0x2f() returned 0.
[    7.366551] initcall 0x40b0d6b2 ran for 0 msecs: isa_bus_init+0x0/0x2f()
[    7.372241] Calling initcall 0x40b0d7b4: loop_init+0x0/0x132()
[    7.378427] loop: module loaded
[    7.380002] initcall 0x40b0d7b4: loop_init+0x0/0x132() returned 0.
[    7.386355] initcall 0x40b0d7b4 ran for 3 msecs: loop_init+0x0/0x132()
[    7.392059] Calling initcall 0x40b0dec8: xd_init+0x0/0x46d()
[    7.400241] xd: Out of memory.
[    7.403345] initcall 0x40b0dec8: xd_init+0x0/0x46d() returned -12.
[    7.410001] initcall 0x40b0dec8 ran for 2 msecs: xd_init+0x0/0x46d()
[    7.416461] initcall at 0x40b0dec8: xd_init+0x0/0x46d(): returned with error code -12
[    7.424723] Calling initcall 0x40b0ec46: cpqarray_init+0x0/0x228()
[    7.430241] Compaq SMART2 Driver (v 2.6.0)
[    7.434404] initcall 0x40b0ec46: cpqarray_init+0x0/0x228() returned 0.
[    7.441281] initcall 0x40b0ec46 ran for 3 msecs: cpqarray_init+0x0/0x228()
[    7.448266] Calling initcall 0x40b0f138: cciss_init+0x0/0x1c()
[    7.452301] HP CISS Driver (v 3.6.14)
[    7.456032] initcall 0x40b0f138: cciss_init+0x0/0x1c() returned 0.
[    7.463334] initcall 0x40b0f138 ran for 3 msecs: cciss_init+0x0/0x1c()
[    7.472060] Calling initcall 0x40b0f154: init_cryptoloop+0x0/0x20()
[    7.478498] initcall 0x40b0f154: init_cryptoloop+0x0/0x20() returned 0.
[    7.483776] initcall 0x40b0f154 ran for 0 msecs: init_cryptoloop+0x0/0x20()
[    7.492494] Calling initcall 0x40b0f174: carm_init+0x0/0x11()
[    7.498435] initcall 0x40b0f174: carm_init+0x0/0x11() returned 0.
[    7.503247] initcall 0x40b0f174 ran for 0 msecs: carm_init+0x0/0x11()
[    7.510002] Calling initcall 0x40b0f185: ub_init+0x0/0x40()
[    7.515758] usbcore: registered new interface driver ub
[    7.520002] initcall 0x40b0f185: ub_init+0x0/0x40() returned 0.
[    7.526095] initcall 0x40b0f185 ran for 5 msecs: ub_init+0x0/0x40()
[    7.531799] Calling initcall 0x40b0f1c5: tc1100_init+0x0/0x4a()
[    7.540244] BUG: unable to handle kernel NULL pointer dereference at 00000000
[    7.547538] IP: [<4033a7e1>] find_guid+0x13d/0x155
[    7.553276] *pde = 00000000 
[    7.556265] Oops: 0000 [#1] 
[    7.559254] 
[    7.560000] Pid: 1, comm: swapper Not tainted (2.6.24 #288)
[    7.560000] EIP: 0060:[<4033a7e1>] EFLAGS: 00010246 CPU: 0
[    7.560000] EIP is at find_guid+0x13d/0x155
[    7.560000] EAX: 05a572d4 EBX: 00000000 ECX: 7f847f60 EDX: 00000004
[    7.560000] ESI: 7f847f70 EDI: 7f847f60 EBP: 00000005 ESP: 7f847f58
[    7.560000]  DS: 007b ES: 007b FS: 0000 GS: 0000 SS: 0068
[    7.560000] Process swapper (pid: 1, ti=7f846000 task=7f845670 task.ti=7f846000)
[    7.560000] Stack: 00000000 7f847f80 c364ac71 495a36db 39b49484 05a572d4 71ac64c3 5a49db36 
[    7.560000]        39b49484 05a572d4 00000000 00000000 00000000 40b40668 4033a800 40b0f1d0 
[    7.560000]        00000000 40af4602 c176d0fb 00000001 00000000 6f727265 6f632072 2d206564 
[    7.560000] Call Trace:
[    7.560000]  [<4033a800>] wmi_has_guid+0x7/0xb
[    7.560000]  [<40b0f1d0>] tc1100_init+0xb/0x4a
[    7.560000]  [<40af4602>] kernel_init+0x97/0x1d5
[    7.560000]  [<40af456b>] kernel_init+0x0/0x1d5
[    7.560000]  [<40102d27>] kernel_thread_helper+0x7/0x10
[    7.560000]  =======================
[    7.560000] Code: 83 c0 08 74 34 b9 10 00 00 00 89 fa e8 30 7f f8 ff 85 c0 75 14 b0 01 83 3c 24 00 74 1e 8b 04 24 89 18 b8 01 00 00 00 eb 12 89 f3 <8b> 33 0f 18 06 90 81 fb cc fe c7 40 75 c5 31 c0 83 c4 28 5b 5e 
[    7.560000] EIP: [<4033a7e1>] find_guid+0x13d/0x155 SS:ESP 0068:7f847f58
[    7.560006] ---[ end trace dd4fa91a24a39720 ]---
[    7.570002] Kernel panic - not syncing: Attempted to kill init!

[-- Attachment #4: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2)
  2008-02-11  9:17       ` Ingo Molnar
  2008-02-11 19:23         ` Carlos Corbacho
@ 2008-02-11 19:23         ` Carlos Corbacho
  2008-02-11 19:55           ` [PATCH 1/2] acer-wmi - Fail gracefully if ACPI is disabled Carlos Corbacho
                             ` (3 more replies)
  1 sibling, 4 replies; 26+ messages in thread
From: Carlos Corbacho @ 2008-02-11 19:23 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Len Brown, Linus Torvalds, Andrew Morton, linux-acpi,
	linux-kernel, linux-pm

On Monday 11 February 2008 09:17:43 Ingo Molnar wrote:
> no, it does not help - see the attached .config and the crash.log.

Thanks Ingo - the cause of the crash is ACPI being disabled on your system for 
some reason. I can reproduce your crash every time here with acpi=off.

The two WMI based drivers (acer-wmi, tc1100-wmi) in the kernel both need a 
simple patch each to fix this - patches to follow.

-Carlos
-- 
E-Mail: carlos@strangeworlds.co.uk
Web: strangeworlds.co.uk
GPG Key ID: 0x23EE722D

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2)
  2008-02-11  9:17       ` Ingo Molnar
@ 2008-02-11 19:23         ` Carlos Corbacho
  2008-02-11 19:23         ` Carlos Corbacho
  1 sibling, 0 replies; 26+ messages in thread
From: Carlos Corbacho @ 2008-02-11 19:23 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: linux-kernel, linux-acpi, Andrew Morton, Linus Torvalds, linux-pm

On Monday 11 February 2008 09:17:43 Ingo Molnar wrote:
> no, it does not help - see the attached .config and the crash.log.

Thanks Ingo - the cause of the crash is ACPI being disabled on your system for 
some reason. I can reproduce your crash every time here with acpi=off.

The two WMI based drivers (acer-wmi, tc1100-wmi) in the kernel both need a 
simple patch each to fix this - patches to follow.

-Carlos
-- 
E-Mail: carlos@strangeworlds.co.uk
Web: strangeworlds.co.uk
GPG Key ID: 0x23EE722D

^ permalink raw reply	[flat|nested] 26+ messages in thread

* [PATCH 1/2] acer-wmi - Fail gracefully if ACPI is disabled
  2008-02-11 19:23         ` Carlos Corbacho
  2008-02-11 19:55           ` [PATCH 1/2] acer-wmi - Fail gracefully if ACPI is disabled Carlos Corbacho
@ 2008-02-11 19:55           ` Carlos Corbacho
  2008-02-12  4:41             ` Linus Torvalds
  2008-02-12  4:41             ` Linus Torvalds
  2008-02-11 19:55           ` [PATCH 2/2] tc1100-wmi " Carlos Corbacho
  2008-02-11 19:55           ` Carlos Corbacho
  3 siblings, 2 replies; 26+ messages in thread
From: Carlos Corbacho @ 2008-02-11 19:55 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Len Brown, Linus Torvalds, Andrew Morton, linux-acpi,
	linux-kernel, linux-pm

acer-wmi - Fail gracefully if ACPI is disabled

From: Carlos Corbacho <carlos@strangeworlds.co.uk>

WMI drivers, like their ACPI counterparts, should also check if ACPI is
disabled or not, and bail out if so, otherwise we cause a crash.

Spotted by Ingo Molnar.

Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
CC: Ingo Molnar <mingo@elte.hu>
CC: Linus Torvalds <torvalds@linux-foundation.org>
CC: Andrew Morton <akpm@linux-foundation.org>
CC: Len Brown <lenb@kernel.org>
---

 drivers/misc/acer-wmi.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/drivers/misc/acer-wmi.c b/drivers/misc/acer-wmi.c
index d7aea93..6e81027 100644
--- a/drivers/misc/acer-wmi.c
+++ b/drivers/misc/acer-wmi.c
@@ -1029,6 +1029,9 @@ static int __init acer_wmi_init(void)
 {
 	int err;
 
+	if (acpi_disabled)
+		return -ENODEV;
+
 	printk(ACER_INFO "Acer Laptop ACPI-WMI Extras version %s\n",
 			ACER_WMI_VERSION);
 

^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [PATCH 1/2] acer-wmi - Fail gracefully if ACPI is disabled
  2008-02-11 19:23         ` Carlos Corbacho
@ 2008-02-11 19:55           ` Carlos Corbacho
  2008-02-11 19:55           ` Carlos Corbacho
                             ` (2 subsequent siblings)
  3 siblings, 0 replies; 26+ messages in thread
From: Carlos Corbacho @ 2008-02-11 19:55 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: linux-kernel, linux-acpi, Andrew Morton, Linus Torvalds, linux-pm

acer-wmi - Fail gracefully if ACPI is disabled

From: Carlos Corbacho <carlos@strangeworlds.co.uk>

WMI drivers, like their ACPI counterparts, should also check if ACPI is
disabled or not, and bail out if so, otherwise we cause a crash.

Spotted by Ingo Molnar.

Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
CC: Ingo Molnar <mingo@elte.hu>
CC: Linus Torvalds <torvalds@linux-foundation.org>
CC: Andrew Morton <akpm@linux-foundation.org>
CC: Len Brown <lenb@kernel.org>
---

 drivers/misc/acer-wmi.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/drivers/misc/acer-wmi.c b/drivers/misc/acer-wmi.c
index d7aea93..6e81027 100644
--- a/drivers/misc/acer-wmi.c
+++ b/drivers/misc/acer-wmi.c
@@ -1029,6 +1029,9 @@ static int __init acer_wmi_init(void)
 {
 	int err;
 
+	if (acpi_disabled)
+		return -ENODEV;
+
 	printk(ACER_INFO "Acer Laptop ACPI-WMI Extras version %s\n",
 			ACER_WMI_VERSION);
 

^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [PATCH 2/2]  tc1100-wmi - Fail gracefully if ACPI is disabled
  2008-02-11 19:23         ` Carlos Corbacho
  2008-02-11 19:55           ` [PATCH 1/2] acer-wmi - Fail gracefully if ACPI is disabled Carlos Corbacho
  2008-02-11 19:55           ` Carlos Corbacho
@ 2008-02-11 19:55           ` Carlos Corbacho
  2008-02-14  6:11             ` Len Brown
  2008-02-14  6:11             ` Len Brown
  2008-02-11 19:55           ` Carlos Corbacho
  3 siblings, 2 replies; 26+ messages in thread
From: Carlos Corbacho @ 2008-02-11 19:55 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Len Brown, Linus Torvalds, Andrew Morton, linux-acpi,
	linux-kernel, linux-pm

tc1100-wmi - Fail gracefully if ACPI is disabled

From: Carlos Corbacho <carlos@strangeworlds.co.uk>

WMI drivers, like their ACPI counterparts, should also check if ACPI is
disabled or not, and bail out if so, otherwise we cause a crash.

Spotted by Ingo Molnar.

Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
CC: Ingo Molnar <mingo@elte.hu>
CC: Linus Torvalds <torvalds@linux-foundation.org>
CC: Andrew Morton <akpm@linux-foundation.org>
CC: Len Brown <lenb@kernel.org>
---

 drivers/misc/tc1100-wmi.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/drivers/misc/tc1100-wmi.c b/drivers/misc/tc1100-wmi.c
index f25e4c9..cb8f79f 100644
--- a/drivers/misc/tc1100-wmi.c
+++ b/drivers/misc/tc1100-wmi.c
@@ -263,6 +263,9 @@ static int __init tc1100_init(void)
 {
 	int result = 0;
 
+	if (acpi_disabled)
+		return -ENODEV;
+
 	if (!wmi_has_guid(GUID))
 		return -ENODEV;
 

^ permalink raw reply related	[flat|nested] 26+ messages in thread

* [PATCH 2/2] tc1100-wmi - Fail gracefully if ACPI is disabled
  2008-02-11 19:23         ` Carlos Corbacho
                             ` (2 preceding siblings ...)
  2008-02-11 19:55           ` [PATCH 2/2] tc1100-wmi " Carlos Corbacho
@ 2008-02-11 19:55           ` Carlos Corbacho
  3 siblings, 0 replies; 26+ messages in thread
From: Carlos Corbacho @ 2008-02-11 19:55 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: linux-kernel, linux-acpi, Andrew Morton, Linus Torvalds, linux-pm

tc1100-wmi - Fail gracefully if ACPI is disabled

From: Carlos Corbacho <carlos@strangeworlds.co.uk>

WMI drivers, like their ACPI counterparts, should also check if ACPI is
disabled or not, and bail out if so, otherwise we cause a crash.

Spotted by Ingo Molnar.

Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
CC: Ingo Molnar <mingo@elte.hu>
CC: Linus Torvalds <torvalds@linux-foundation.org>
CC: Andrew Morton <akpm@linux-foundation.org>
CC: Len Brown <lenb@kernel.org>
---

 drivers/misc/tc1100-wmi.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/drivers/misc/tc1100-wmi.c b/drivers/misc/tc1100-wmi.c
index f25e4c9..cb8f79f 100644
--- a/drivers/misc/tc1100-wmi.c
+++ b/drivers/misc/tc1100-wmi.c
@@ -263,6 +263,9 @@ static int __init tc1100_init(void)
 {
 	int result = 0;
 
+	if (acpi_disabled)
+		return -ENODEV;
+
 	if (!wmi_has_guid(GUID))
 		return -ENODEV;
 

^ permalink raw reply related	[flat|nested] 26+ messages in thread

* Re: [PATCH 1/2] acer-wmi - Fail gracefully if ACPI is disabled
  2008-02-11 19:55           ` Carlos Corbacho
@ 2008-02-12  4:41             ` Linus Torvalds
  2008-02-12 15:12               ` Ingo Molnar
                                 ` (3 more replies)
  2008-02-12  4:41             ` Linus Torvalds
  1 sibling, 4 replies; 26+ messages in thread
From: Linus Torvalds @ 2008-02-12  4:41 UTC (permalink / raw)
  To: Carlos Corbacho
  Cc: Ingo Molnar, Len Brown, Andrew Morton, linux-acpi, linux-kernel,
	linux-pm



On Mon, 11 Feb 2008, Carlos Corbacho wrote:
> 
> WMI drivers, like their ACPI counterparts, should also check if ACPI is
> disabled or not, and bail out if so, otherwise we cause a crash.

Shouldn't "wmi_has_guid()" just return false if ACPI isn't enabled, and 
the drivers should just then always give up?

The proper way to get there would seem to be to just do this instead..

We should *not* add some random ACPI workarounds to individual drivers, we 
should just make the wmi subsystem so robust that nobody *cares* if acpi 
exists or is enabled on that machine.

		Linus

---
 drivers/acpi/wmi.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/acpi/wmi.c b/drivers/acpi/wmi.c
index 36b84ab..457ed3d 100644
--- a/drivers/acpi/wmi.c
+++ b/drivers/acpi/wmi.c
@@ -673,11 +673,11 @@ static int __init acpi_wmi_init(void)
 {
 	acpi_status result;
 
+	INIT_LIST_HEAD(&wmi_blocks.list);
+
 	if (acpi_disabled)
 		return -ENODEV;
 
-	INIT_LIST_HEAD(&wmi_blocks.list);
-
 	result = acpi_bus_register_driver(&acpi_wmi_driver);
 
 	if (result < 0) {

^ permalink raw reply related	[flat|nested] 26+ messages in thread

* Re: [PATCH 1/2] acer-wmi - Fail gracefully if ACPI is disabled
  2008-02-11 19:55           ` Carlos Corbacho
  2008-02-12  4:41             ` Linus Torvalds
@ 2008-02-12  4:41             ` Linus Torvalds
  1 sibling, 0 replies; 26+ messages in thread
From: Linus Torvalds @ 2008-02-12  4:41 UTC (permalink / raw)
  To: Carlos Corbacho
  Cc: Andrew Morton, linux-kernel, linux-acpi, Ingo Molnar, linux-pm



On Mon, 11 Feb 2008, Carlos Corbacho wrote:
> 
> WMI drivers, like their ACPI counterparts, should also check if ACPI is
> disabled or not, and bail out if so, otherwise we cause a crash.

Shouldn't "wmi_has_guid()" just return false if ACPI isn't enabled, and 
the drivers should just then always give up?

The proper way to get there would seem to be to just do this instead..

We should *not* add some random ACPI workarounds to individual drivers, we 
should just make the wmi subsystem so robust that nobody *cares* if acpi 
exists or is enabled on that machine.

		Linus

---
 drivers/acpi/wmi.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/acpi/wmi.c b/drivers/acpi/wmi.c
index 36b84ab..457ed3d 100644
--- a/drivers/acpi/wmi.c
+++ b/drivers/acpi/wmi.c
@@ -673,11 +673,11 @@ static int __init acpi_wmi_init(void)
 {
 	acpi_status result;
 
+	INIT_LIST_HEAD(&wmi_blocks.list);
+
 	if (acpi_disabled)
 		return -ENODEV;
 
-	INIT_LIST_HEAD(&wmi_blocks.list);
-
 	result = acpi_bus_register_driver(&acpi_wmi_driver);
 
 	if (result < 0) {

^ permalink raw reply related	[flat|nested] 26+ messages in thread

* Re: [PATCH 1/2] acer-wmi - Fail gracefully if ACPI is disabled
  2008-02-12  4:41             ` Linus Torvalds
  2008-02-12 15:12               ` Ingo Molnar
@ 2008-02-12 15:12               ` Ingo Molnar
  2008-02-12 19:28               ` Carlos Corbacho
  2008-02-12 19:28               ` Carlos Corbacho
  3 siblings, 0 replies; 26+ messages in thread
From: Ingo Molnar @ 2008-02-12 15:12 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Carlos Corbacho, Len Brown, Andrew Morton, linux-acpi,
	linux-kernel, linux-pm


* Linus Torvalds <torvalds@linux-foundation.org> wrote:

> @@ -673,11 +673,11 @@ static int __init acpi_wmi_init(void)
>  {
>  	acpi_status result;
>  
> +	INIT_LIST_HEAD(&wmi_blocks.list);
> +
>  	if (acpi_disabled)
>  		return -ENODEV;
>  
> -	INIT_LIST_HEAD(&wmi_blocks.list);
> -

test results: i've turned the WMI options back on earlier today on 
latest -git which has your patch above, and those crashes i reported 
disappeared. So the problem is fixed.

	Ingo

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PATCH 1/2] acer-wmi - Fail gracefully if ACPI is disabled
  2008-02-12  4:41             ` Linus Torvalds
@ 2008-02-12 15:12               ` Ingo Molnar
  2008-02-12 15:12               ` Ingo Molnar
                                 ` (2 subsequent siblings)
  3 siblings, 0 replies; 26+ messages in thread
From: Ingo Molnar @ 2008-02-12 15:12 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Carlos Corbacho, linux-kernel, linux-acpi, Andrew Morton, linux-pm


* Linus Torvalds <torvalds@linux-foundation.org> wrote:

> @@ -673,11 +673,11 @@ static int __init acpi_wmi_init(void)
>  {
>  	acpi_status result;
>  
> +	INIT_LIST_HEAD(&wmi_blocks.list);
> +
>  	if (acpi_disabled)
>  		return -ENODEV;
>  
> -	INIT_LIST_HEAD(&wmi_blocks.list);
> -

test results: i've turned the WMI options back on earlier today on 
latest -git which has your patch above, and those crashes i reported 
disappeared. So the problem is fixed.

	Ingo

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PATCH 1/2] acer-wmi - Fail gracefully if ACPI is disabled
  2008-02-12  4:41             ` Linus Torvalds
                                 ` (2 preceding siblings ...)
  2008-02-12 19:28               ` Carlos Corbacho
@ 2008-02-12 19:28               ` Carlos Corbacho
  3 siblings, 0 replies; 26+ messages in thread
From: Carlos Corbacho @ 2008-02-12 19:28 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Ingo Molnar, Len Brown, Andrew Morton, linux-acpi, linux-kernel,
	linux-pm

On Tuesday 12 February 2008 04:41:42 Linus Torvalds wrote:
> 
> On Mon, 11 Feb 2008, Carlos Corbacho wrote:
> > 
> > WMI drivers, like their ACPI counterparts, should also check if ACPI is
> > disabled or not, and bail out if so, otherwise we cause a crash.
> 
> Shouldn't "wmi_has_guid()" just return false if ACPI isn't enabled, and 
> the drivers should just then always give up?

Yes - that's a better fix.

-Carlos
-- 
E-Mail: carlos@strangeworlds.co.uk
Web: strangeworlds.co.uk
GPG Key ID: 0x23EE722D

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PATCH 1/2] acer-wmi - Fail gracefully if ACPI is disabled
  2008-02-12  4:41             ` Linus Torvalds
  2008-02-12 15:12               ` Ingo Molnar
  2008-02-12 15:12               ` Ingo Molnar
@ 2008-02-12 19:28               ` Carlos Corbacho
  2008-02-12 19:28               ` Carlos Corbacho
  3 siblings, 0 replies; 26+ messages in thread
From: Carlos Corbacho @ 2008-02-12 19:28 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andrew Morton, linux-kernel, linux-acpi, Ingo Molnar, linux-pm

On Tuesday 12 February 2008 04:41:42 Linus Torvalds wrote:
> 
> On Mon, 11 Feb 2008, Carlos Corbacho wrote:
> > 
> > WMI drivers, like their ACPI counterparts, should also check if ACPI is
> > disabled or not, and bail out if so, otherwise we cause a crash.
> 
> Shouldn't "wmi_has_guid()" just return false if ACPI isn't enabled, and 
> the drivers should just then always give up?

Yes - that's a better fix.

-Carlos
-- 
E-Mail: carlos@strangeworlds.co.uk
Web: strangeworlds.co.uk
GPG Key ID: 0x23EE722D

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PATCH 2/2]  tc1100-wmi - Fail gracefully if ACPI is disabled
  2008-02-11 19:55           ` [PATCH 2/2] tc1100-wmi " Carlos Corbacho
  2008-02-14  6:11             ` Len Brown
@ 2008-02-14  6:11             ` Len Brown
  2008-02-14  6:15               ` Len Brown
  2008-02-14  6:15               ` Len Brown
  1 sibling, 2 replies; 26+ messages in thread
From: Len Brown @ 2008-02-14  6:11 UTC (permalink / raw)
  To: Carlos Corbacho
  Cc: Ingo Molnar, Linus Torvalds, Andrew Morton, linux-acpi,
	linux-kernel, linux-pm

applied.

thanks,
-len

On Monday 11 February 2008 14:55, Carlos Corbacho wrote:
> tc1100-wmi - Fail gracefully if ACPI is disabled
> 
> From: Carlos Corbacho <carlos@strangeworlds.co.uk>
> 
> WMI drivers, like their ACPI counterparts, should also check if ACPI is
> disabled or not, and bail out if so, otherwise we cause a crash.
> 
> Spotted by Ingo Molnar.
> 
> Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
> CC: Ingo Molnar <mingo@elte.hu>
> CC: Linus Torvalds <torvalds@linux-foundation.org>
> CC: Andrew Morton <akpm@linux-foundation.org>
> CC: Len Brown <lenb@kernel.org>
> ---
> 
>  drivers/misc/tc1100-wmi.c |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> 
> diff --git a/drivers/misc/tc1100-wmi.c b/drivers/misc/tc1100-wmi.c
> index f25e4c9..cb8f79f 100644
> --- a/drivers/misc/tc1100-wmi.c
> +++ b/drivers/misc/tc1100-wmi.c
> @@ -263,6 +263,9 @@ static int __init tc1100_init(void)
>  {
>  	int result = 0;
>  
> +	if (acpi_disabled)
> +		return -ENODEV;
> +
>  	if (!wmi_has_guid(GUID))
>  		return -ENODEV;
>  
> 

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PATCH 2/2] tc1100-wmi - Fail gracefully if ACPI is disabled
  2008-02-11 19:55           ` [PATCH 2/2] tc1100-wmi " Carlos Corbacho
@ 2008-02-14  6:11             ` Len Brown
  2008-02-14  6:11             ` Len Brown
  1 sibling, 0 replies; 26+ messages in thread
From: Len Brown @ 2008-02-14  6:11 UTC (permalink / raw)
  To: Carlos Corbacho
  Cc: linux-kernel, linux-acpi, linux-pm, Ingo Molnar, Linus Torvalds,
	Andrew Morton

applied.

thanks,
-len

On Monday 11 February 2008 14:55, Carlos Corbacho wrote:
> tc1100-wmi - Fail gracefully if ACPI is disabled
> 
> From: Carlos Corbacho <carlos@strangeworlds.co.uk>
> 
> WMI drivers, like their ACPI counterparts, should also check if ACPI is
> disabled or not, and bail out if so, otherwise we cause a crash.
> 
> Spotted by Ingo Molnar.
> 
> Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
> CC: Ingo Molnar <mingo@elte.hu>
> CC: Linus Torvalds <torvalds@linux-foundation.org>
> CC: Andrew Morton <akpm@linux-foundation.org>
> CC: Len Brown <lenb@kernel.org>
> ---
> 
>  drivers/misc/tc1100-wmi.c |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> 
> diff --git a/drivers/misc/tc1100-wmi.c b/drivers/misc/tc1100-wmi.c
> index f25e4c9..cb8f79f 100644
> --- a/drivers/misc/tc1100-wmi.c
> +++ b/drivers/misc/tc1100-wmi.c
> @@ -263,6 +263,9 @@ static int __init tc1100_init(void)
>  {
>  	int result = 0;
>  
> +	if (acpi_disabled)
> +		return -ENODEV;
> +
>  	if (!wmi_has_guid(GUID))
>  		return -ENODEV;
>  
> 

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PATCH 2/2]  tc1100-wmi - Fail gracefully if ACPI is disabled
  2008-02-14  6:11             ` Len Brown
@ 2008-02-14  6:15               ` Len Brown
  2008-02-14  6:15               ` Len Brown
  1 sibling, 0 replies; 26+ messages in thread
From: Len Brown @ 2008-02-14  6:15 UTC (permalink / raw)
  To: Carlos Corbacho
  Cc: Ingo Molnar, Linus Torvalds, Andrew Morton, linux-acpi,
	linux-kernel, linux-pm

never mind -- linus fixed this in a more elegant way.

-len

On Thursday 14 February 2008 01:11, Len Brown wrote:
> applied.
> 
> thanks,
> -len
> 
> On Monday 11 February 2008 14:55, Carlos Corbacho wrote:
> > tc1100-wmi - Fail gracefully if ACPI is disabled
> > 
> > From: Carlos Corbacho <carlos@strangeworlds.co.uk>
> > 
> > WMI drivers, like their ACPI counterparts, should also check if ACPI is
> > disabled or not, and bail out if so, otherwise we cause a crash.
> > 
> > Spotted by Ingo Molnar.
> > 
> > Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
> > CC: Ingo Molnar <mingo@elte.hu>
> > CC: Linus Torvalds <torvalds@linux-foundation.org>
> > CC: Andrew Morton <akpm@linux-foundation.org>
> > CC: Len Brown <lenb@kernel.org>
> > ---
> > 
> >  drivers/misc/tc1100-wmi.c |    3 +++
> >  1 files changed, 3 insertions(+), 0 deletions(-)
> > 
> > 
> > diff --git a/drivers/misc/tc1100-wmi.c b/drivers/misc/tc1100-wmi.c
> > index f25e4c9..cb8f79f 100644
> > --- a/drivers/misc/tc1100-wmi.c
> > +++ b/drivers/misc/tc1100-wmi.c
> > @@ -263,6 +263,9 @@ static int __init tc1100_init(void)
> >  {
> >  	int result = 0;
> >  
> > +	if (acpi_disabled)
> > +		return -ENODEV;
> > +
> >  	if (!wmi_has_guid(GUID))
> >  		return -ENODEV;
> >  
> > 
> 

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [PATCH 2/2] tc1100-wmi - Fail gracefully if ACPI is disabled
  2008-02-14  6:11             ` Len Brown
  2008-02-14  6:15               ` Len Brown
@ 2008-02-14  6:15               ` Len Brown
  1 sibling, 0 replies; 26+ messages in thread
From: Len Brown @ 2008-02-14  6:15 UTC (permalink / raw)
  To: Carlos Corbacho
  Cc: linux-kernel, linux-acpi, linux-pm, Ingo Molnar, Linus Torvalds,
	Andrew Morton

never mind -- linus fixed this in a more elegant way.

-len

On Thursday 14 February 2008 01:11, Len Brown wrote:
> applied.
> 
> thanks,
> -len
> 
> On Monday 11 February 2008 14:55, Carlos Corbacho wrote:
> > tc1100-wmi - Fail gracefully if ACPI is disabled
> > 
> > From: Carlos Corbacho <carlos@strangeworlds.co.uk>
> > 
> > WMI drivers, like their ACPI counterparts, should also check if ACPI is
> > disabled or not, and bail out if so, otherwise we cause a crash.
> > 
> > Spotted by Ingo Molnar.
> > 
> > Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
> > CC: Ingo Molnar <mingo@elte.hu>
> > CC: Linus Torvalds <torvalds@linux-foundation.org>
> > CC: Andrew Morton <akpm@linux-foundation.org>
> > CC: Len Brown <lenb@kernel.org>
> > ---
> > 
> >  drivers/misc/tc1100-wmi.c |    3 +++
> >  1 files changed, 3 insertions(+), 0 deletions(-)
> > 
> > 
> > diff --git a/drivers/misc/tc1100-wmi.c b/drivers/misc/tc1100-wmi.c
> > index f25e4c9..cb8f79f 100644
> > --- a/drivers/misc/tc1100-wmi.c
> > +++ b/drivers/misc/tc1100-wmi.c
> > @@ -263,6 +263,9 @@ static int __init tc1100_init(void)
> >  {
> >  	int result = 0;
> >  
> > +	if (acpi_disabled)
> > +		return -ENODEV;
> > +
> >  	if (!wmi_has_guid(GUID))
> >  		return -ENODEV;
> >  
> > 
> 

^ permalink raw reply	[flat|nested] 26+ messages in thread

* [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2)
@ 2008-02-08  6:45 Len Brown
  0 siblings, 0 replies; 26+ messages in thread
From: Len Brown @ 2008-02-08  6:45 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-acpi, Andrew Morton, linux-kernel, linux-pm

Hi Linus,

please pull from: 

git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git release

Nothing exciting here, generally just tweaks to the previous batch.

This will update the files shown below.

thanks!

-Len

ps. individual patches are available on linux-acpi@vger.kernel.org
and a consolidated plain patch is available here:
ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.6.24/acpi-release-20070126-2.6.24.diff.gz

 Documentation/thermal/sysfs-api.txt |   23 +++++------
 drivers/acpi/Kconfig                |   20 +++++++--
 drivers/acpi/blacklist.c            |   20 +++++++++
 drivers/acpi/osl.c                  |    2 
 drivers/acpi/processor_perflib.c    |    7 +++
 drivers/misc/Kconfig                |    5 +-
 drivers/thermal/Kconfig             |    4 -
 drivers/thermal/thermal.c           |   49 +++++++++++++-----------
 8 files changed, 88 insertions(+), 42 deletions(-)

through these commits:

Carlos Corbacho (1):
      ACPI: WMI: Improve Kconfig description

Len Brown (6):
      ACPI: add newline to printk
      ACPI: build WMI on X86 only
      intel_menlo: build on X86 only
      ACPI: thermal: syntax, spelling, kernel-doc
      ACPI: DMI: add Panasonic CF-52 and Thinpad X61
      acer-wmi, tc1100-wmi: select ACPI_WMI

Thomas Renninger (1):
      ACPI: cpufreq: Print _PPC changes via cpufreq debug layer

with this log:

commit 2e6c4e5101633a54aeee1f2e83020ee77fcb70d2
Merge: 446b1df... 4a507d9...
Author: Len Brown <len.brown@intel.com>
Date:   Fri Feb 8 01:22:26 2008 -0500

    Merge branches 'release', 'dmi' and 'misc' into release

commit 4a507d93fac78ecd37d18343c57c564f6a126f01
Author: Len Brown <len.brown@intel.com>
Date:   Fri Feb 8 00:37:16 2008 -0500

    acer-wmi, tc1100-wmi: select ACPI_WMI
    
    It is safe for these Kconfig entries to use select because
    they select ACPI_WMI, which already has its dependencies
    satisfied.  This makes Kconfig more user friendly, since
    the user selects the driver they want and the dependency
    is met for them.  Otherwise, the user would have to find
    and enable ACPI_WMI to make enabling these drivers possible.
    
    Signed-off-by: Len Brown <len.brown@intel.com>

commit 20b4514799ebcfb04b45537e90e421cb73fd0cc9
Author: Carlos Corbacho <carlos@strangeworlds.co.uk>
Date:   Fri Feb 8 00:36:49 2008 -0500

    ACPI: WMI: Improve Kconfig description
    
    As Pavel Machek has pointed out, the Kconfig entry for WMI is pretty
    non-descriptive.
    
    Rewrite it so that it explains what ACPI-WMI is, and why anyone
    would want to enable it.
    
    Many thanks to Ray Lee for ideas on this.
    
    Signed-off-by: Carlos Corbacho <carlos@strangeworlds.co.uk>
    CC: Pavel Machek <pavel@ucw.cz>
    CC: Ray Lee <ray-lk@madrabbit.org>
    Signed-off-by: Len Brown <len.brown@intel.com>

commit 446b1dfc4cd1c2bbc7eb22d5fec38e23a577492c
Author: Len Brown <len.brown@intel.com>
Date:   Thu Feb 7 16:23:00 2008 -0500

    ACPI: DMI: add Panasonic CF-52 and Thinpad X61
    
    Add Lenovo X61
    Add Panasonic Toughbook CF-52
    
    Signed-off-by: Len Brown <len.brown@intel.com>

commit 543a956140e1f57331c0e528d2367106057aeca0
Author: Len Brown <len.brown@intel.com>
Date:   Thu Feb 7 16:55:08 2008 -0500

    ACPI: thermal: syntax, spelling, kernel-doc
    
    Reviewed-by: Randy Dunlap <randy.dunlap@oracle.com>
    Signed-off-by: Len Brown <len.brown@intel.com>

commit 9f2eef25e044603527e121066284d22f51d853cc
Author: Len Brown <len.brown@intel.com>
Date:   Thu Feb 7 16:19:56 2008 -0500

    intel_menlo: build on X86 only
    
    Signed-off-by: Len Brown <len.brown@intel.com>

commit 9c2f7de8c0f979fc6354bf0d22c0cdcc29722bf6
Author: Len Brown <len.brown@intel.com>
Date:   Thu Feb 7 16:18:24 2008 -0500

    ACPI: build WMI on X86 only
    
    Signed-off-by: Len Brown <len.brown@intel.com>

commit 919158d17b42683a5c7368e1e77661c65a20a48a
Author: Thomas Renninger <trenn@suse.de>
Date:   Wed Oct 31 15:41:42 2007 +0100

    ACPI: cpufreq: Print _PPC changes via cpufreq debug layer
    
    enabled with CPU_FREQ_DEBUG
    
    Signed-off-by: Thomas Renninger <trenn@suse.de>
    Signed-off-by: Len Brown <len.brown@intel.com>

commit b0b23e0ade6aa265d7278e06d50bc10ec81dd174
Author: Len Brown <len.brown@intel.com>
Date:   Thu Feb 7 14:42:25 2008 -0500

    ACPI: add newline to printk
    
    Signed-off-by: Len Brown <len.brown@intel.com>

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2008-02-14  6:17 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-08  6:45 [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2) Len Brown
2008-02-09  6:17 ` Ingo Molnar
2008-02-09  6:17 ` Ingo Molnar
2008-02-09  6:19   ` Ingo Molnar
2008-02-09  6:19   ` Ingo Molnar
2008-02-09 11:42     ` Carlos Corbacho
2008-02-11  9:17       ` Ingo Molnar
2008-02-11  9:17       ` Ingo Molnar
2008-02-11 19:23         ` Carlos Corbacho
2008-02-11 19:23         ` Carlos Corbacho
2008-02-11 19:55           ` [PATCH 1/2] acer-wmi - Fail gracefully if ACPI is disabled Carlos Corbacho
2008-02-11 19:55           ` Carlos Corbacho
2008-02-12  4:41             ` Linus Torvalds
2008-02-12 15:12               ` Ingo Molnar
2008-02-12 15:12               ` Ingo Molnar
2008-02-12 19:28               ` Carlos Corbacho
2008-02-12 19:28               ` Carlos Corbacho
2008-02-12  4:41             ` Linus Torvalds
2008-02-11 19:55           ` [PATCH 2/2] tc1100-wmi " Carlos Corbacho
2008-02-14  6:11             ` Len Brown
2008-02-14  6:11             ` Len Brown
2008-02-14  6:15               ` Len Brown
2008-02-14  6:15               ` Len Brown
2008-02-11 19:55           ` Carlos Corbacho
2008-02-09 11:42     ` [GIT PATCH] ACPI patches for 2.6.25-rc0 (#2) Carlos Corbacho
  -- strict thread matches above, loose matches on Subject: below --
2008-02-08  6:45 Len Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.