LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* Linux 2.6.25-rc1
@ 2008-02-11 0:44 Linus Torvalds
2008-02-11 1:36 ` Sergio Luis
` (7 more replies)
0 siblings, 8 replies; 36+ messages in thread
From: Linus Torvalds @ 2008-02-11 0:44 UTC (permalink / raw)
To: Linux Kernel Mailing List
Ok, it's a bloody large -rc (as was 24-rc1, for that matter), probably
because the 2.6.24 release cycle dragged out, so people had a lot of
things pending.
The full diff is something like 11MB and 1.4M lines of diffs, with the
bulk of the stuff being in architecture updates and drivers.
Just to have some fun, I did trivial statistics, and of the 1.4M lines of
diffs, about 38% - 530k lines - were in architecture files (400k+ lines of
diffs in arch/, 100k+ lines of diffs in include/asm-*), and another big
chunk is in drivers (including sound) at about 44% - 610k lines - of
changes.
The rest comes in much smaller, but still noticeable is networking (8% -
110k lines), with filesystems at 4%, and documentation at about 2%. The
remaining crumbles being spread out mostly over block layer, crypto,
kernel core, and security layer updates (ie SElinux and smack).
[ Just to make it more obvious how driver and architecture-dominated the
kernel changelogs are: just the network driver changes were 200kloc, and
even just infiniband - which came way behind not just networking
drivers, but also DVB, SCSI, char and ide - generated more lines of code
changed than the "core" kernel code under the kernel/ subdirectory.
And that's despite the fact that the "core" code was actually under a
fairly active merge cycle, with a lot of namespace- and scheduling-
related stuff. ]
Now, some of that is files moving about and other reorganizations (SH and
to a lesser degree sparc starting to merge 32-bit and 64-bit
architectures), but most of it really is just the normal flood of changes
and new driver or platform support.
The full shortlog is half a meg in size (and the diffstat is even bigger),
so I won't be including that here, but some things that may be worth
pointing out not because they are big in line sizes, but because they have
potential to be noticed by more people:
- the intel graphics driver is starting to do suspend/resume natively
(ie even without X support), which is a welcome sign of the times and
may help some people. It helped on my laptop.
- Other suspend/resume changes in device access ordering etc, and the
usual ACPI changes means that we really want reports from people about
this all even if you don't have intel graphics.
- Lots of cleanups from the x86 merge (making more and more use of common
files), but also the big page attribute stuff is in and caused a fair
amount of churn, and while most of the issues should have been very
obvious and all got fixed, this is definitely one of those things that
we want a lot of very wide testing of to make sure nothing regressed.
- fair number of changes to things like the legacy IDE drivers too, and a
totally new driver for the very common PCIE version of the Intel e1000
network card etc.
- .. and I've probably totally forgotten about tons of other stuff I
should have mentioned, but the point is that not only do we have lots
of new core, we do have a fair amout of changes to basic stuff that can
actually affect perfectly bog-standard hardware setups.
So give it all a good testing.
Linus
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: Linux 2.6.25-rc1
2008-02-11 0:44 Linux 2.6.25-rc1 Linus Torvalds
@ 2008-02-11 1:36 ` Sergio Luis
2008-02-11 1:47 ` Linux 2.6.25-rc1 , syntax error near unexpected token `;' Mr. James W. Laferriere
` (6 subsequent siblings)
7 siblings, 0 replies; 36+ messages in thread
From: Sergio Luis @ 2008-02-11 1:36 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 4445 bytes --]
Just compiled it and I still see the same lguest problem reported here
http://lkml.org/lkml/2008/2/3/118
Kernel: arch/x86/boot/bzImage is ready (#1)
ERROR: "LGUEST_PAGES_guest_gdt_desc" [drivers/lguest/lg.ko] undefined!
ERROR: "LGUEST_PAGES_host_gdt_desc" [drivers/lguest/lg.ko] undefined!
ERROR: "LGUEST_PAGES_host_cr3" [drivers/lguest/lg.ko] undefined!
ERROR: "LGUEST_PAGES_regs" [drivers/lguest/lg.ko] undefined!
ERROR: "LGUEST_PAGES_host_idt_desc" [drivers/lguest/lg.ko] undefined!
ERROR: "LGUEST_PAGES_guest_gdt" [drivers/lguest/lg.ko] undefined!
ERROR: "LGUEST_PAGES_host_sp" [drivers/lguest/lg.ko] undefined!
ERROR: "LGUEST_PAGES_regs_trapnum" [drivers/lguest/lg.ko] undefined!
ERROR: "LGUEST_PAGES_guest_idt_desc" [drivers/lguest/lg.ko] undefined!
WARNING: modpost: Found 16 section mismatch(es).
config attached.
-sergio
On Feb 10, 2008 9:44 PM, Linus Torvalds <torvalds@linux-foundation.org> wrote:
>
> Ok, it's a bloody large -rc (as was 24-rc1, for that matter), probably
> because the 2.6.24 release cycle dragged out, so people had a lot of
> things pending.
>
> The full diff is something like 11MB and 1.4M lines of diffs, with the
> bulk of the stuff being in architecture updates and drivers.
>
> Just to have some fun, I did trivial statistics, and of the 1.4M lines of
> diffs, about 38% - 530k lines - were in architecture files (400k+ lines of
> diffs in arch/, 100k+ lines of diffs in include/asm-*), and another big
> chunk is in drivers (including sound) at about 44% - 610k lines - of
> changes.
>
> The rest comes in much smaller, but still noticeable is networking (8% -
> 110k lines), with filesystems at 4%, and documentation at about 2%. The
> remaining crumbles being spread out mostly over block layer, crypto,
> kernel core, and security layer updates (ie SElinux and smack).
>
> [ Just to make it more obvious how driver and architecture-dominated the
> kernel changelogs are: just the network driver changes were 200kloc, and
> even just infiniband - which came way behind not just networking
> drivers, but also DVB, SCSI, char and ide - generated more lines of code
> changed than the "core" kernel code under the kernel/ subdirectory.
>
> And that's despite the fact that the "core" code was actually under a
> fairly active merge cycle, with a lot of namespace- and scheduling-
> related stuff. ]
>
> Now, some of that is files moving about and other reorganizations (SH and
> to a lesser degree sparc starting to merge 32-bit and 64-bit
> architectures), but most of it really is just the normal flood of changes
> and new driver or platform support.
>
> The full shortlog is half a meg in size (and the diffstat is even bigger),
> so I won't be including that here, but some things that may be worth
> pointing out not because they are big in line sizes, but because they have
> potential to be noticed by more people:
>
> - the intel graphics driver is starting to do suspend/resume natively
> (ie even without X support), which is a welcome sign of the times and
> may help some people. It helped on my laptop.
>
> - Other suspend/resume changes in device access ordering etc, and the
> usual ACPI changes means that we really want reports from people about
> this all even if you don't have intel graphics.
>
> - Lots of cleanups from the x86 merge (making more and more use of common
> files), but also the big page attribute stuff is in and caused a fair
> amount of churn, and while most of the issues should have been very
> obvious and all got fixed, this is definitely one of those things that
> we want a lot of very wide testing of to make sure nothing regressed.
>
> - fair number of changes to things like the legacy IDE drivers too, and a
> totally new driver for the very common PCIE version of the Intel e1000
> network card etc.
>
> - .. and I've probably totally forgotten about tons of other stuff I
> should have mentioned, but the point is that not only do we have lots
> of new core, we do have a fair amout of changes to basic stuff that can
> actually affect perfectly bog-standard hardware setups.
>
> So give it all a good testing.
>
> Linus
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
[-- Attachment #2: config --]
[-- Type: application/octet-stream, Size: 82125 bytes --]
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.25-rc1
# Sun Feb 10 22:08:10 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_BUG=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_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
# CONFIG_GENERIC_TIME_VSYSCALL is not set
CONFIG_ARCH_HAS_CPU_RELAX=y
# CONFIG_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="-smp"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=15
# CONFIG_CGROUPS is not set
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_FAIR_USER_SCHED=y
# CONFIG_FAIR_CGROUP_SCHED is not set
# CONFIG_SYSFS_DEPRECATED is not set
# CONFIG_RELAY is not set
CONFIG_NAMESPACES=y
# CONFIG_UTS_NS is not set
# CONFIG_IPC_NS is not set
# CONFIG_USER_NS is not set
# CONFIG_PID_NS is not set
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_COMPAT_BRK=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLOB is not set
CONFIG_PROFILING=y
# CONFIG_MARKERS is not set
CONFIG_OPROFILE=m
CONFIG_HAVE_OPROFILE=y
# CONFIG_KPROBES is not set
CONFIG_HAVE_KPROBES=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_LBD=y
# CONFIG_BLK_DEV_IO_TRACE is not set
CONFIG_LSF=y
# CONFIG_BLK_DEV_BSG is not set
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_CLASSIC_RCU=y
# CONFIG_PREEMPT_RCU is not set
#
# Processor type and features
#
# CONFIG_TICK_ONESHOT is not set
# CONFIG_NO_HZ is not set
# CONFIG_HIGH_RES_TIMERS is not set
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=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=y
# 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 is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_GENERIC=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=7
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_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_X86_MINIMUM_CPU_FAMILY=4
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
# CONFIG_IOMMU_HELPER is not set
CONFIG_NR_CPUS=32
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
CONFIG_RCU_TRACE=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=m
# CONFIG_X86_MCE_P4THERMAL is not set
CONFIG_VM86=y
CONFIG_TOSHIBA=m
CONFIG_I8K=m
CONFIG_X86_REBOOTFIXUPS=y
CONFIG_MICROCODE=m
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
CONFIG_PAGE_OFFSET=0xC0000000
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 is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
# CONFIG_SCHED_HRTICK is not set
CONFIG_KEXEC=y
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x100000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x100000
CONFIG_HOTPLUG_CPU=y
CONFIG_COMPAT_VDSO=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
#
# Power management options
#
CONFIG_PM=y
CONFIG_PM_LEGACY=y
# CONFIG_PM_DEBUG is not set
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_SLEEP=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION="\"\""
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_BAY=m
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_WMI is not set
CONFIG_ACPI_ASUS=m
CONFIG_ACPI_TOSHIBA=m
# CONFIG_ACPI_CUSTOM_DSDT_INITRD is not set
CONFIG_ACPI_BLACKLIST_YEAR=2001
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=y
# CONFIG_ACPI_SBS is not set
# CONFIG_APM is not set
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
# CONFIG_CPU_FREQ_DEBUG is not set
CONFIG_CPU_FREQ_STAT=m
CONFIG_CPU_FREQ_STAT_DETAILS=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=m
CONFIG_CPU_FREQ_GOV_POWERSAVE=m
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=y
CONFIG_X86_POWERNOW_K6=m
CONFIG_X86_POWERNOW_K7=m
CONFIG_X86_POWERNOW_K7_ACPI=y
CONFIG_X86_POWERNOW_K8=y
CONFIG_X86_POWERNOW_K8_ACPI=y
CONFIG_X86_GX_SUSPMOD=m
CONFIG_X86_SPEEDSTEP_CENTRINO=m
CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
CONFIG_X86_SPEEDSTEP_ICH=m
CONFIG_X86_SPEEDSTEP_SMI=m
CONFIG_X86_P4_CLOCKMOD=m
CONFIG_X86_CPUFREQ_NFORCE2=m
CONFIG_X86_LONGRUN=m
CONFIG_X86_LONGHAUL=m
CONFIG_X86_E_POWERSAVER=m
#
# shared options
#
# CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set
CONFIG_X86_SPEEDSTEP_LIB=m
CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y
# CONFIG_CPU_IDLE is not set
#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=m
CONFIG_PCIEAER=y
CONFIG_ARCH_SUPPORTS_MSI=y
# CONFIG_PCI_MSI is not set
CONFIG_PCI_LEGACY=y
CONFIG_HT_IRQ=y
CONFIG_ISA_DMA_API=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_SCx200=m
CONFIG_SCx200HR_TIMER=m
CONFIG_K8_NB=y
CONFIG_PCCARD=m
# CONFIG_PCMCIA_DEBUG is not set
CONFIG_PCMCIA=m
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_PCMCIA_IOCTL=y
CONFIG_CARDBUS=y
#
# PC-card bridges
#
CONFIG_YENTA=m
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
CONFIG_PD6729=m
CONFIG_I82092=m
CONFIG_I82365=m
CONFIG_TCIC=m
CONFIG_PCMCIA_PROBE=y
CONFIG_PCCARD_NONSTATIC=m
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_FAKE=m
CONFIG_HOTPLUG_PCI_COMPAQ=m
# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
CONFIG_HOTPLUG_PCI_IBM=m
CONFIG_HOTPLUG_PCI_ACPI=m
CONFIG_HOTPLUG_PCI_ACPI_IBM=m
# CONFIG_HOTPLUG_PCI_CPCI is not set
CONFIG_HOTPLUG_PCI_SHPC=m
#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_MISC=m
#
# Networking
#
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=y
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_NET_KEY=m
# CONFIG_NET_KEY_MIGRATE is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_INET_IPCOMP=m
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=m
CONFIG_INET_XFRM_MODE_TRANSPORT=m
CONFIG_INET_XFRM_MODE_TUNNEL=m
CONFIG_INET_XFRM_MODE_BEET=m
CONFIG_INET_LRO=m
CONFIG_INET_DIAG=m
CONFIG_INET_TCP_DIAG=m
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BIC=m
CONFIG_TCP_CONG_CUBIC=y
CONFIG_TCP_CONG_WESTWOOD=m
CONFIG_TCP_CONG_HTCP=m
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
# CONFIG_TCP_CONG_VEGAS is not set
# CONFIG_TCP_CONG_SCALABLE is not set
# CONFIG_TCP_CONG_LP is not set
# CONFIG_TCP_CONG_VENO is not set
# CONFIG_TCP_CONG_YEAH is not set
# CONFIG_TCP_CONG_ILLINOIS is not set
# CONFIG_DEFAULT_BIC is not set
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_HTCP is not set
# CONFIG_DEFAULT_VEGAS is not set
# CONFIG_DEFAULT_WESTWOOD is not set
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IP_VS=m
# CONFIG_IP_VS_DEBUG is not set
CONFIG_IP_VS_TAB_BITS=12
#
# IPVS transport protocol load balancing support
#
CONFIG_IP_VS_PROTO_TCP=y
CONFIG_IP_VS_PROTO_UDP=y
CONFIG_IP_VS_PROTO_ESP=y
CONFIG_IP_VS_PROTO_AH=y
#
# IPVS scheduler
#
CONFIG_IP_VS_RR=m
CONFIG_IP_VS_WRR=m
CONFIG_IP_VS_LC=m
CONFIG_IP_VS_WLC=m
CONFIG_IP_VS_LBLC=m
CONFIG_IP_VS_LBLCR=m
CONFIG_IP_VS_DH=m
CONFIG_IP_VS_SH=m
CONFIG_IP_VS_SED=m
CONFIG_IP_VS_NQ=m
#
# IPVS application helper
#
CONFIG_IP_VS_FTP=m
CONFIG_IPV6=m
CONFIG_IPV6_PRIVACY=y
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_IPCOMP=m
# CONFIG_IPV6_MIP6 is not set
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_INET6_XFRM_MODE_BEET=m
CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m
CONFIG_IPV6_SIT=m
CONFIG_IPV6_TUNNEL=m
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_NETLABEL is not set
# CONFIG_NETWORK_SECMARK is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=y
#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NF_CONNTRACK=m
CONFIG_NF_CT_ACCT=y
CONFIG_NF_CONNTRACK_MARK=y
# CONFIG_NF_CONNTRACK_EVENTS is not set
CONFIG_NF_CT_PROTO_GRE=m
CONFIG_NF_CT_PROTO_SCTP=m
CONFIG_NF_CT_PROTO_UDPLITE=m
CONFIG_NF_CONNTRACK_AMANDA=m
CONFIG_NF_CONNTRACK_FTP=m
CONFIG_NF_CONNTRACK_H323=m
CONFIG_NF_CONNTRACK_IRC=m
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
CONFIG_NF_CONNTRACK_PPTP=m
CONFIG_NF_CONNTRACK_SANE=m
CONFIG_NF_CONNTRACK_SIP=m
CONFIG_NF_CONNTRACK_TFTP=m
CONFIG_NF_CT_NETLINK=m
CONFIG_NETFILTER_XTABLES=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
CONFIG_NETFILTER_XT_TARGET_TRACE=m
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
CONFIG_NETFILTER_XT_MATCH_DCCP=m
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HELPER=m
# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
CONFIG_NETFILTER_XT_MATCH_POLICY=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
CONFIG_NETFILTER_XT_MATCH_REALM=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_NETFILTER_XT_MATCH_STATE=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
# CONFIG_NETFILTER_XT_MATCH_TIME is not set
CONFIG_NETFILTER_XT_MATCH_U32=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
#
# IP: Netfilter Configuration
#
CONFIG_NF_CONNTRACK_IPV4=m
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
CONFIG_IP_NF_QUEUE=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_RECENT=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_MATCH_ADDRTYPE=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_NF_NAT=m
CONFIG_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_NF_NAT_SNMP_BASIC=m
CONFIG_NF_NAT_PROTO_GRE=m
CONFIG_NF_NAT_FTP=m
CONFIG_NF_NAT_IRC=m
CONFIG_NF_NAT_TFTP=m
CONFIG_NF_NAT_AMANDA=m
CONFIG_NF_NAT_PPTP=m
CONFIG_NF_NAT_H323=m
CONFIG_NF_NAT_SIP=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_TTL=m
CONFIG_IP_NF_TARGET_CLUSTERIP=m
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m
#
# IPv6: Netfilter Configuration
#
CONFIG_NF_CONNTRACK_IPV6=m
CONFIG_IP6_NF_QUEUE=m
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MATCH_RT=m
CONFIG_IP6_NF_MATCH_OPTS=m
CONFIG_IP6_NF_MATCH_FRAG=m
CONFIG_IP6_NF_MATCH_HL=m
CONFIG_IP6_NF_MATCH_IPV6HEADER=m
CONFIG_IP6_NF_MATCH_AH=m
CONFIG_IP6_NF_MATCH_MH=m
CONFIG_IP6_NF_MATCH_EUI64=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_LOG=m
CONFIG_IP6_NF_TARGET_REJECT=m
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_TARGET_HL=m
CONFIG_IP6_NF_RAW=m
#
# DECnet: Netfilter Configuration
#
# CONFIG_DECNET_NF_GRABULATOR is not set
#
# Bridge: Netfilter Configuration
#
CONFIG_BRIDGE_NF_EBTABLES=m
CONFIG_BRIDGE_EBT_BROUTE=m
CONFIG_BRIDGE_EBT_T_FILTER=m
CONFIG_BRIDGE_EBT_T_NAT=m
CONFIG_BRIDGE_EBT_802_3=m
CONFIG_BRIDGE_EBT_AMONG=m
CONFIG_BRIDGE_EBT_ARP=m
CONFIG_BRIDGE_EBT_IP=m
CONFIG_BRIDGE_EBT_LIMIT=m
CONFIG_BRIDGE_EBT_MARK=m
CONFIG_BRIDGE_EBT_PKTTYPE=m
CONFIG_BRIDGE_EBT_STP=m
CONFIG_BRIDGE_EBT_VLAN=m
CONFIG_BRIDGE_EBT_ARPREPLY=m
CONFIG_BRIDGE_EBT_DNAT=m
CONFIG_BRIDGE_EBT_MARK_T=m
CONFIG_BRIDGE_EBT_REDIRECT=m
CONFIG_BRIDGE_EBT_SNAT=m
CONFIG_BRIDGE_EBT_LOG=m
CONFIG_BRIDGE_EBT_ULOG=m
CONFIG_IP_DCCP=m
CONFIG_INET_DCCP_DIAG=m
CONFIG_IP_DCCP_ACKVEC=y
#
# DCCP CCIDs Configuration (EXPERIMENTAL)
#
CONFIG_IP_DCCP_CCID2=m
# CONFIG_IP_DCCP_CCID2_DEBUG is not set
CONFIG_IP_DCCP_CCID3=m
# CONFIG_IP_DCCP_CCID3_DEBUG is not set
CONFIG_IP_DCCP_CCID3_RTO=100
CONFIG_IP_DCCP_TFRC_LIB=m
CONFIG_IP_SCTP=m
# 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=m
# CONFIG_TIPC_ADVANCED is not set
# CONFIG_TIPC_DEBUG is not set
CONFIG_ATM=m
CONFIG_ATM_CLIP=m
# CONFIG_ATM_CLIP_NO_ICMP is not set
CONFIG_ATM_LANE=m
CONFIG_ATM_MPOA=m
CONFIG_ATM_BR2684=m
# CONFIG_ATM_BR2684_IPFILTER is not set
CONFIG_BRIDGE=m
CONFIG_VLAN_8021Q=m
CONFIG_DECNET=m
# CONFIG_DECNET_ROUTER is not set
CONFIG_LLC=y
CONFIG_LLC2=m
CONFIG_IPX=m
# CONFIG_IPX_INTERN is not set
CONFIG_ATALK=m
CONFIG_DEV_APPLETALK=m
CONFIG_LTPC=m
CONFIG_COPS=m
CONFIG_COPS_DAYNA=y
CONFIG_COPS_TANGENT=y
CONFIG_IPDDP=m
CONFIG_IPDDP_ENCAP=y
CONFIG_IPDDP_DECAP=y
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
CONFIG_WAN_ROUTER=m
CONFIG_NET_SCHED=y
#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
CONFIG_NET_SCH_ATM=m
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_RR=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_NETEM=m
CONFIG_NET_SCH_INGRESS=m
#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=m
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
# CONFIG_CLS_U32_PERF is not set
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
# CONFIG_NET_CLS_FLOW is not set
# CONFIG_NET_EMATCH is not set
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=y
CONFIG_NET_ACT_GACT=m
CONFIG_GACT_PROB=y
CONFIG_NET_ACT_MIRRED=m
CONFIG_NET_ACT_IPT=m
# CONFIG_NET_ACT_NAT is not set
CONFIG_NET_ACT_PEDIT=m
CONFIG_NET_ACT_SIMP=m
# CONFIG_NET_CLS_IND is not set
CONFIG_NET_SCH_FIFO=y
#
# Network testing
#
CONFIG_NET_PKTGEN=m
CONFIG_HAMRADIO=y
#
# Packet Radio protocols
#
CONFIG_AX25=m
# CONFIG_AX25_DAMA_SLAVE is not set
CONFIG_NETROM=m
CONFIG_ROSE=m
#
# AX.25 network device drivers
#
CONFIG_MKISS=m
CONFIG_6PACK=m
CONFIG_BPQETHER=m
CONFIG_SCC=m
CONFIG_SCC_DELAY=y
CONFIG_SCC_TRXECHO=y
CONFIG_BAYCOM_SER_FDX=m
CONFIG_BAYCOM_SER_HDX=m
CONFIG_BAYCOM_PAR=m
CONFIG_BAYCOM_EPP=m
CONFIG_YAM=m
# CONFIG_CAN is not set
CONFIG_IRDA=m
#
# IrDA protocols
#
CONFIG_IRLAN=m
CONFIG_IRNET=m
CONFIG_IRCOMM=m
# CONFIG_IRDA_ULTRA is not set
#
# 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=m
#
# Dongle support
#
CONFIG_DONGLE=y
CONFIG_ESI_DONGLE=m
CONFIG_ACTISYS_DONGLE=m
CONFIG_TEKRAM_DONGLE=m
CONFIG_TOIM3232_DONGLE=m
CONFIG_LITELINK_DONGLE=m
CONFIG_MA600_DONGLE=m
CONFIG_GIRBIL_DONGLE=m
CONFIG_MCP2120_DONGLE=m
CONFIG_OLD_BELKIN_DONGLE=m
CONFIG_ACT200L_DONGLE=m
CONFIG_KINGSUN_DONGLE=m
# CONFIG_KSDAZZLE_DONGLE is not set
# CONFIG_KS959_DONGLE is not set
#
# FIR device drivers
#
CONFIG_USB_IRDA=m
CONFIG_SIGMATEL_FIR=m
CONFIG_NSC_FIR=m
CONFIG_WINBOND_FIR=m
CONFIG_TOSHIBA_FIR=m
CONFIG_SMC_IRCC_FIR=m
CONFIG_ALI_FIR=m
CONFIG_VLSI_FIR=m
CONFIG_VIA_FIR=m
CONFIG_MCS_FIR=m
CONFIG_BT=m
CONFIG_BT_L2CAP=m
CONFIG_BT_SCO=m
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_CMTP=m
CONFIG_BT_HIDP=m
#
# Bluetooth device drivers
#
CONFIG_BT_HCIUSB=m
CONFIG_BT_HCIUSB_SCO=y
# CONFIG_BT_HCIBTSDIO is not set
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
# CONFIG_BT_HCIUART_LL is not set
CONFIG_BT_HCIBCM203X=m
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
CONFIG_BT_HCIDTL1=m
CONFIG_BT_HCIBT3C=m
CONFIG_BT_HCIBLUECARD=m
CONFIG_BT_HCIBTUART=m
CONFIG_BT_HCIVHCI=m
CONFIG_AF_RXRPC=m
# CONFIG_AF_RXRPC_DEBUG is not set
CONFIG_RXKAD=m
CONFIG_FIB_RULES=y
#
# Wireless
#
CONFIG_CFG80211=m
CONFIG_NL80211=y
CONFIG_WIRELESS_EXT=y
CONFIG_MAC80211=m
#
# Rate control algorithm selection
#
CONFIG_MAC80211_RC_DEFAULT_PID=y
# CONFIG_MAC80211_RC_DEFAULT_SIMPLE is not set
# CONFIG_MAC80211_RC_DEFAULT_NONE is not set
#
# Selecting 'y' for an algorithm will
#
#
# build the algorithm into mac80211.
#
CONFIG_MAC80211_RC_DEFAULT="pid"
CONFIG_MAC80211_RC_PID=y
# CONFIG_MAC80211_RC_SIMPLE is not set
CONFIG_MAC80211_LEDS=y
# CONFIG_MAC80211_DEBUGFS is not set
# CONFIG_MAC80211_DEBUG_PACKET_ALIGNMENT is not set
# CONFIG_MAC80211_DEBUG is not set
CONFIG_IEEE80211=m
# CONFIG_IEEE80211_DEBUG is not set
CONFIG_IEEE80211_CRYPT_WEP=m
CONFIG_IEEE80211_CRYPT_CCMP=m
CONFIG_IEEE80211_CRYPT_TKIP=m
CONFIG_IEEE80211_SOFTMAC=m
# CONFIG_IEEE80211_SOFTMAC_DEBUG is not set
CONFIG_RFKILL=m
CONFIG_RFKILL_INPUT=m
CONFIG_RFKILL_LEDS=y
CONFIG_NET_9P=m
CONFIG_NET_9P_FD=m
# CONFIG_NET_9P_DEBUG 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_SYS_HYPERVISOR is not set
CONFIG_CONNECTOR=m
# CONFIG_MTD is not set
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_SERIAL=m
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
CONFIG_PARPORT_PC_PCMCIA=m
# CONFIG_PARPORT_GSC is not set
CONFIG_PARPORT_AX88796=m
CONFIG_PARPORT_1284=y
CONFIG_PARPORT_NOT_PC=y
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set
#
# Protocols
#
CONFIG_ISAPNP=y
# CONFIG_PNPBIOS is not set
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_XD=m
CONFIG_PARIDE=m
#
# Parallel IDE high-level drivers
#
CONFIG_PARIDE_PD=m
CONFIG_PARIDE_PCD=m
CONFIG_PARIDE_PF=m
CONFIG_PARIDE_PT=m
CONFIG_PARIDE_PG=m
#
# Parallel IDE protocol modules
#
CONFIG_PARIDE_ATEN=m
CONFIG_PARIDE_BPCK=m
CONFIG_PARIDE_BPCK6=m
CONFIG_PARIDE_COMM=m
CONFIG_PARIDE_DSTR=m
CONFIG_PARIDE_FIT2=m
CONFIG_PARIDE_FIT3=m
CONFIG_PARIDE_EPAT=m
CONFIG_PARIDE_EPATC8=y
CONFIG_PARIDE_EPIA=m
CONFIG_PARIDE_FRIQ=m
CONFIG_PARIDE_FRPW=m
CONFIG_PARIDE_KBIC=m
CONFIG_PARIDE_KTTI=m
CONFIG_PARIDE_ON20=m
CONFIG_PARIDE_ON26=m
CONFIG_BLK_CPQ_DA=y
CONFIG_BLK_CPQ_CISS_DA=y
CONFIG_CISS_SCSI_TAPE=y
CONFIG_BLK_DEV_DAC960=y
CONFIG_BLK_DEV_UMEM=m
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_CRYPTOLOOP=m
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_SX8=y
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=16384
# CONFIG_BLK_DEV_XIP is not set
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
CONFIG_ATA_OVER_ETH=m
CONFIG_MISC_DEVICES=y
CONFIG_IBM_ASM=m
CONFIG_PHANTOM=m
CONFIG_EEPROM_93CX6=m
CONFIG_SGI_IOC4=m
CONFIG_TIFM_CORE=m
CONFIG_TIFM_7XX1=m
# CONFIG_ACER_WMI is not set
CONFIG_ASUS_LAPTOP=m
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_TC1100_WMI is not set
CONFIG_MSI_LAPTOP=m
CONFIG_SONY_LAPTOP=m
CONFIG_SONYPI_COMPAT=y
CONFIG_THINKPAD_ACPI=m
# CONFIG_THINKPAD_ACPI_DEBUG is not set
CONFIG_THINKPAD_ACPI_BAY=y
CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y
# CONFIG_INTEL_MENLOW is not set
# CONFIG_ENCLOSURE_SERVICES is not set
CONFIG_HAVE_IDE=y
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
CONFIG_BLK_DEV_IDECS=m
CONFIG_BLK_DEV_DELKIN=m
CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
CONFIG_BLK_DEV_IDETAPE=m
CONFIG_BLK_DEV_IDEFLOPPY=y
CONFIG_BLK_DEV_IDESCSI=m
CONFIG_BLK_DEV_IDEACPI=y
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_IDE_PROC_FS=y
#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_PLATFORM is not set
# CONFIG_BLK_DEV_CMD640 is not set
CONFIG_BLK_DEV_IDEPNP=y
#
# PCI IDE chipsets support
#
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_PCIBUS_ORDER=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_OPTI621 is not set
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_BLK_DEV_AEC62XX=y
CONFIG_BLK_DEV_ALI15X3=y
# CONFIG_WDC_ALI15X3 is not set
CONFIG_BLK_DEV_AMD74XX=y
CONFIG_BLK_DEV_ATIIXP=y
CONFIG_BLK_DEV_CMD64X=y
CONFIG_BLK_DEV_TRIFLEX=y
CONFIG_BLK_DEV_CY82C693=y
CONFIG_BLK_DEV_CS5520=y
CONFIG_BLK_DEV_CS5530=y
CONFIG_BLK_DEV_CS5535=y
CONFIG_BLK_DEV_HPT34X=y
# CONFIG_HPT34X_AUTODMA is not set
CONFIG_BLK_DEV_HPT366=y
CONFIG_BLK_DEV_JMICRON=y
CONFIG_BLK_DEV_SC1200=y
CONFIG_BLK_DEV_PIIX=y
CONFIG_BLK_DEV_IT8213=y
CONFIG_BLK_DEV_IT821X=y
# CONFIG_BLK_DEV_NS87415 is not set
CONFIG_BLK_DEV_PDC202XX_OLD=y
CONFIG_PDC202XX_BURST=y
CONFIG_BLK_DEV_PDC202XX_NEW=y
CONFIG_BLK_DEV_SVWKS=y
CONFIG_BLK_DEV_SIIMAGE=y
CONFIG_BLK_DEV_SIS5513=y
CONFIG_BLK_DEV_SLC90E66=y
CONFIG_BLK_DEV_TRM290=m
CONFIG_BLK_DEV_VIA82CXXX=y
CONFIG_BLK_DEV_TC86C001=y
#
# Other IDE chipsets support
#
#
# Note: most of these also require special kernel boot parameters
#
CONFIG_BLK_DEV_4DRIVES=y
CONFIG_BLK_DEV_ALI14XX=m
CONFIG_BLK_DEV_DTC2278=m
CONFIG_BLK_DEV_HT6560B=m
CONFIG_BLK_DEV_QD65XX=m
CONFIG_BLK_DEV_UMC8672=m
CONFIG_BLK_DEV_IDEDMA=y
CONFIG_IDE_ARCH_OBSOLETE_INIT=y
# CONFIG_BLK_DEV_HD is not set
#
# 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=m
CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=m
CONFIG_CHR_DEV_SCH=m
#
# 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 is not set
# CONFIG_SCSI_SCAN_ASYNC is not set
CONFIG_SCSI_WAIT_SCAN=m
#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_ATTRS=y
# CONFIG_SCSI_FC_TGT_ATTRS is not set
CONFIG_SCSI_ISCSI_ATTRS=y
CONFIG_SCSI_SAS_ATTRS=y
CONFIG_SCSI_SAS_LIBSAS=y
CONFIG_SCSI_SAS_ATA=y
CONFIG_SCSI_SAS_HOST_SMP=y
# CONFIG_SCSI_SAS_LIBSAS_DEBUG is not set
CONFIG_SCSI_SRP_ATTRS=m
# CONFIG_SCSI_SRP_TGT_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=y
CONFIG_BLK_DEV_3W_XXXX_RAID=y
CONFIG_SCSI_3W_9XXX=y
CONFIG_SCSI_7000FASST=y
CONFIG_SCSI_ACARD=y
CONFIG_SCSI_AHA152X=y
CONFIG_SCSI_AHA1542=y
CONFIG_SCSI_AACRAID=y
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=4
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
CONFIG_AIC7XXX_DEBUG_MASK=0
# CONFIG_AIC7XXX_REG_PRETTY_PRINT is not set
CONFIG_SCSI_AIC7XXX_OLD=m
CONFIG_SCSI_AIC79XX=y
CONFIG_AIC79XX_CMDS_PER_DEVICE=4
CONFIG_AIC79XX_RESET_DELAY_MS=15000
# CONFIG_AIC79XX_DEBUG_ENABLE is not set
CONFIG_AIC79XX_DEBUG_MASK=0
# CONFIG_AIC79XX_REG_PRETTY_PRINT is not set
CONFIG_SCSI_AIC94XX=y
# CONFIG_AIC94XX_DEBUG is not set
CONFIG_SCSI_DPT_I2O=y
CONFIG_SCSI_ADVANSYS=m
CONFIG_SCSI_IN2000=y
CONFIG_SCSI_ARCMSR=y
# CONFIG_SCSI_ARCMSR_AER is not set
CONFIG_MEGARAID_NEWGEN=y
CONFIG_MEGARAID_MM=y
CONFIG_MEGARAID_MAILBOX=y
CONFIG_MEGARAID_LEGACY=y
CONFIG_MEGARAID_SAS=y
CONFIG_SCSI_HPTIOP=y
CONFIG_SCSI_BUSLOGIC=y
# CONFIG_SCSI_OMIT_FLASHPOINT 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=y
CONFIG_SCSI_GDTH=y
CONFIG_SCSI_GENERIC_NCR5380=m
CONFIG_SCSI_GENERIC_NCR5380_MMIO=y
CONFIG_SCSI_GENERIC_NCR53C400=y
CONFIG_SCSI_IPS=y
CONFIG_SCSI_INITIO=y
CONFIG_SCSI_INIA100=y
CONFIG_SCSI_PPA=m
CONFIG_SCSI_IMM=m
# CONFIG_SCSI_IZIP_EPP16 is not set
# CONFIG_SCSI_IZIP_SLOW_CTR is not set
CONFIG_SCSI_NCR53C406A=m
CONFIG_SCSI_STEX=m
CONFIG_SCSI_SYM53C8XX_2=y
CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
CONFIG_SCSI_SYM53C8XX_MMIO=y
CONFIG_SCSI_IPR=y
# CONFIG_SCSI_IPR_TRACE is not set
# CONFIG_SCSI_IPR_DUMP is not set
CONFIG_SCSI_PAS16=m
CONFIG_SCSI_QLOGIC_FAS=y
CONFIG_SCSI_QLOGIC_1280=y
CONFIG_SCSI_QLA_FC=y
CONFIG_SCSI_QLA_ISCSI=y
CONFIG_SCSI_LPFC=y
CONFIG_SCSI_SYM53C416=y
CONFIG_SCSI_DC395x=y
CONFIG_SCSI_DC390T=y
CONFIG_SCSI_T128=y
CONFIG_SCSI_U14_34F=m
# CONFIG_SCSI_U14_34F_TAGGED_QUEUE is not set
# CONFIG_SCSI_U14_34F_LINKED_COMMANDS is not set
CONFIG_SCSI_U14_34F_MAX_TAGS=8
CONFIG_SCSI_ULTRASTOR=m
CONFIG_SCSI_NSP32=y
CONFIG_SCSI_DEBUG=m
CONFIG_SCSI_SRP=y
CONFIG_SCSI_LOWLEVEL_PCMCIA=y
CONFIG_PCMCIA_AHA152X=m
CONFIG_PCMCIA_FDOMAIN=m
CONFIG_PCMCIA_NINJA_SCSI=m
CONFIG_PCMCIA_QLOGIC=m
CONFIG_PCMCIA_SYM53C500=m
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=y
CONFIG_SATA_SX4=y
CONFIG_SATA_SIL=y
CONFIG_SATA_SIL24=y
CONFIG_SATA_SIS=y
CONFIG_SATA_ULI=y
CONFIG_SATA_VIA=y
CONFIG_SATA_VITESSE=y
CONFIG_SATA_INIC162X=m
# CONFIG_PATA_ACPI is not set
CONFIG_PATA_ALI=m
CONFIG_PATA_AMD=m
CONFIG_PATA_ARTOP=m
CONFIG_PATA_ATIIXP=m
CONFIG_PATA_CMD640_PCI=m
CONFIG_PATA_CMD64X=m
CONFIG_PATA_CS5520=m
CONFIG_PATA_CS5530=m
CONFIG_PATA_CS5535=m
# CONFIG_PATA_CS5536 is not set
CONFIG_PATA_CYPRESS=m
CONFIG_PATA_EFAR=m
CONFIG_ATA_GENERIC=m
CONFIG_PATA_HPT366=m
CONFIG_PATA_HPT37X=m
CONFIG_PATA_HPT3X2N=m
CONFIG_PATA_HPT3X3=m
CONFIG_PATA_HPT3X3_DMA=y
CONFIG_PATA_ISAPNP=m
CONFIG_PATA_IT821X=m
CONFIG_PATA_IT8213=m
CONFIG_PATA_JMICRON=m
CONFIG_PATA_LEGACY=m
CONFIG_PATA_TRIFLEX=m
CONFIG_PATA_MARVELL=m
CONFIG_PATA_MPIIX=m
CONFIG_PATA_OLDPIIX=m
CONFIG_PATA_NETCELL=m
# CONFIG_PATA_NINJA32 is not set
CONFIG_PATA_NS87410=m
# CONFIG_PATA_NS87415 is not set
CONFIG_PATA_OPTI=m
CONFIG_PATA_OPTIDMA=m
CONFIG_PATA_PCMCIA=m
CONFIG_PATA_PDC_OLD=m
CONFIG_PATA_QDI=m
CONFIG_PATA_RADISYS=m
CONFIG_PATA_RZ1000=m
CONFIG_PATA_SC1200=m
CONFIG_PATA_SERVERWORKS=m
CONFIG_PATA_PDC2027X=m
CONFIG_PATA_SIL680=m
CONFIG_PATA_SIS=y
CONFIG_PATA_VIA=m
CONFIG_PATA_WINBOND=m
CONFIG_PATA_WINBOND_VLB=m
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=y
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=y
CONFIG_MD_RAID10=y
CONFIG_MD_RAID456=y
CONFIG_MD_RAID5_RESHAPE=y
CONFIG_MD_MULTIPATH=y
CONFIG_MD_FAULTY=m
CONFIG_BLK_DEV_DM=y
# CONFIG_DM_DEBUG is not set
CONFIG_DM_CRYPT=y
CONFIG_DM_SNAPSHOT=m
CONFIG_DM_MIRROR=m
CONFIG_DM_ZERO=m
CONFIG_DM_MULTIPATH=m
CONFIG_DM_MULTIPATH_EMC=m
CONFIG_DM_MULTIPATH_RDAC=m
# CONFIG_DM_MULTIPATH_HP is not set
# CONFIG_DM_DELAY is not set
# CONFIG_DM_UEVENT is not set
CONFIG_FUSION=y
CONFIG_FUSION_SPI=y
CONFIG_FUSION_FC=y
CONFIG_FUSION_SAS=y
CONFIG_FUSION_MAX_SGE=128
CONFIG_FUSION_CTL=m
CONFIG_FUSION_LAN=m
# CONFIG_FUSION_LOGGING is not set
#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
CONFIG_IEEE1394=y
#
# Subsystem Options
#
# CONFIG_IEEE1394_VERBOSEDEBUG is not set
#
# Controllers
#
CONFIG_IEEE1394_PCILYNX=y
CONFIG_IEEE1394_OHCI1394=y
#
# Protocols
#
CONFIG_IEEE1394_VIDEO1394=m
CONFIG_IEEE1394_SBP2=y
# CONFIG_IEEE1394_SBP2_PHYS_DMA is not set
CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y
CONFIG_IEEE1394_ETH1394=m
CONFIG_IEEE1394_DV1394=m
CONFIG_IEEE1394_RAWIO=m
CONFIG_I2O=y
CONFIG_I2O_LCT_NOTIFY_ON_CHANGES=y
CONFIG_I2O_EXT_ADAPTEC=y
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_IFB=m
CONFIG_DUMMY=m
CONFIG_BONDING=m
CONFIG_MACVLAN=m
CONFIG_EQUALIZER=m
CONFIG_TUN=m
# CONFIG_VETH is not set
CONFIG_NET_SB1000=m
CONFIG_ARCNET=m
CONFIG_ARCNET_1201=m
CONFIG_ARCNET_1051=m
CONFIG_ARCNET_RAW=m
CONFIG_ARCNET_CAP=m
CONFIG_ARCNET_COM90xx=m
CONFIG_ARCNET_COM90xxIO=m
CONFIG_ARCNET_RIM_I=m
CONFIG_ARCNET_COM20020=m
CONFIG_ARCNET_COM20020_ISA=m
CONFIG_ARCNET_COM20020_PCI=m
CONFIG_PHYLIB=m
#
# MII PHY device drivers
#
CONFIG_MARVELL_PHY=m
CONFIG_DAVICOM_PHY=m
CONFIG_QSEMI_PHY=m
CONFIG_LXT_PHY=m
CONFIG_CICADA_PHY=m
CONFIG_VITESSE_PHY=m
CONFIG_SMSC_PHY=m
CONFIG_BROADCOM_PHY=m
CONFIG_ICPLUS_PHY=m
# CONFIG_REALTEK_PHY is not set
# CONFIG_FIXED_PHY is not set
# CONFIG_MDIO_BITBANG is not set
CONFIG_NET_ETHERNET=y
CONFIG_MII=m
CONFIG_HAPPYMEAL=m
CONFIG_SUNGEM=m
CONFIG_CASSINI=m
CONFIG_NET_VENDOR_3COM=y
CONFIG_EL1=m
CONFIG_EL2=m
CONFIG_ELPLUS=m
CONFIG_EL16=m
CONFIG_EL3=m
CONFIG_3C515=m
CONFIG_VORTEX=m
CONFIG_TYPHOON=m
CONFIG_LANCE=m
CONFIG_NET_VENDOR_SMC=y
CONFIG_WD80x3=m
CONFIG_ULTRA=m
CONFIG_SMC9194=m
CONFIG_NET_VENDOR_RACAL=y
CONFIG_NI52=m
CONFIG_NI65=m
CONFIG_NET_TULIP=y
CONFIG_DE2104X=m
CONFIG_TULIP=m
# CONFIG_TULIP_MWI is not set
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_NAPI is not set
CONFIG_DE4X5=m
CONFIG_WINBOND_840=m
CONFIG_DM9102=m
CONFIG_ULI526X=m
CONFIG_PCMCIA_XIRCOM=m
CONFIG_AT1700=m
CONFIG_DEPCA=m
CONFIG_HP100=m
CONFIG_NET_ISA=y
CONFIG_E2100=m
CONFIG_EWRK3=m
CONFIG_EEXPRESS=m
CONFIG_EEXPRESS_PRO=m
CONFIG_HPLAN_PLUS=m
CONFIG_HPLAN=m
CONFIG_LP486E=m
CONFIG_ETH16I=m
CONFIG_NE2000=m
CONFIG_ZNET=m
CONFIG_SEEQ8005=m
# 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=m
CONFIG_PCNET32_NAPI=y
CONFIG_AMD8111_ETH=m
# CONFIG_AMD8111E_NAPI is not set
CONFIG_ADAPTEC_STARFIRE=m
CONFIG_ADAPTEC_STARFIRE_NAPI=y
CONFIG_AC3200=m
CONFIG_APRICOT=m
CONFIG_B44=m
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
CONFIG_FORCEDETH=m
CONFIG_FORCEDETH_NAPI=y
CONFIG_CS89x0=m
CONFIG_EEPRO100=m
CONFIG_E100=m
CONFIG_FEALNX=m
CONFIG_NATSEMI=m
CONFIG_NE2K_PCI=m
CONFIG_8139CP=m
CONFIG_8139TOO=m
CONFIG_8139TOO_PIO=y
# CONFIG_8139TOO_TUNE_TWISTER is not set
CONFIG_8139TOO_8129=y
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_R6040 is not set
CONFIG_SIS900=m
CONFIG_EPIC100=m
CONFIG_SUNDANCE=m
# CONFIG_SUNDANCE_MMIO is not set
CONFIG_TLAN=m
CONFIG_VIA_RHINE=m
CONFIG_VIA_RHINE_MMIO=y
CONFIG_VIA_RHINE_NAPI=y
# CONFIG_SC92031 is not set
CONFIG_NET_POCKET=y
CONFIG_ATP=m
CONFIG_DE600=m
CONFIG_DE620=m
CONFIG_NETDEV_1000=y
CONFIG_ACENIC=m
# CONFIG_ACENIC_OMIT_TIGON_I is not set
CONFIG_DL2K=m
CONFIG_E1000=m
CONFIG_E1000_NAPI=y
# 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 is not set
CONFIG_NS83820=m
CONFIG_HAMACHI=m
CONFIG_YELLOWFIN=m
CONFIG_R8169=m
# CONFIG_R8169_NAPI is not set
CONFIG_R8169_VLAN=y
CONFIG_SIS190=m
CONFIG_SKGE=m
# CONFIG_SKGE_DEBUG is not set
CONFIG_SKY2=m
# CONFIG_SKY2_DEBUG is not set
CONFIG_SK98LIN=m
CONFIG_VIA_VELOCITY=m
CONFIG_TIGON3=m
CONFIG_BNX2=m
CONFIG_QLA3XXX=m
# CONFIG_ATL1 is not set
CONFIG_NETDEV_10000=y
CONFIG_CHELSIO_T1=m
CONFIG_CHELSIO_T1_1G=y
CONFIG_CHELSIO_T1_NAPI=y
# CONFIG_CHELSIO_T3 is not set
# CONFIG_IXGBE is not set
CONFIG_IXGB=m
CONFIG_IXGB_NAPI=y
CONFIG_S2IO=m
# CONFIG_S2IO_NAPI is not set
CONFIG_MYRI10GE=m
CONFIG_NETXEN_NIC=m
# CONFIG_NIU is not set
CONFIG_MLX4_CORE=m
CONFIG_MLX4_DEBUG=y
# CONFIG_TEHUTI is not set
# CONFIG_BNX2X is not set
CONFIG_TR=y
CONFIG_IBMTR=m
CONFIG_IBMOL=m
CONFIG_IBMLS=m
CONFIG_3C359=m
CONFIG_TMS380TR=m
CONFIG_TMSPCI=m
CONFIG_SKISA=m
CONFIG_PROTEON=m
CONFIG_ABYSS=m
CONFIG_SMCTR=m
#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
CONFIG_WLAN_80211=y
CONFIG_PCMCIA_RAYCS=m
CONFIG_IPW2100=m
CONFIG_IPW2100_MONITOR=y
# CONFIG_IPW2100_DEBUG is not set
CONFIG_IPW2200=m
CONFIG_IPW2200_MONITOR=y
CONFIG_IPW2200_RADIOTAP=y
CONFIG_IPW2200_PROMISCUOUS=y
CONFIG_IPW2200_QOS=y
# CONFIG_IPW2200_DEBUG is not set
CONFIG_LIBERTAS=m
CONFIG_LIBERTAS_USB=m
# CONFIG_LIBERTAS_CS is not set
# CONFIG_LIBERTAS_SDIO is not set
# CONFIG_LIBERTAS_DEBUG is not set
CONFIG_AIRO=m
CONFIG_HERMES=m
CONFIG_PLX_HERMES=m
CONFIG_TMD_HERMES=m
CONFIG_NORTEL_HERMES=m
CONFIG_PCI_HERMES=m
CONFIG_PCMCIA_HERMES=m
CONFIG_PCMCIA_SPECTRUM=m
CONFIG_ATMEL=m
CONFIG_PCI_ATMEL=m
CONFIG_PCMCIA_ATMEL=m
CONFIG_AIRO_CS=m
CONFIG_PCMCIA_WL3501=m
CONFIG_PRISM54=m
CONFIG_USB_ZD1201=m
# CONFIG_USB_NET_RNDIS_WLAN is not set
# CONFIG_RTL8180 is not set
CONFIG_RTL8187=m
# CONFIG_ADM8211 is not set
# CONFIG_P54_COMMON is not set
# CONFIG_ATH5K is not set
# CONFIG_IWL4965 is not set
# CONFIG_IWL3945 is not set
CONFIG_HOSTAP=m
CONFIG_HOSTAP_FIRMWARE=y
CONFIG_HOSTAP_FIRMWARE_NVRAM=y
CONFIG_HOSTAP_PLX=m
CONFIG_HOSTAP_PCI=m
CONFIG_HOSTAP_CS=m
CONFIG_BCM43XX=m
CONFIG_BCM43XX_DEBUG=y
CONFIG_BCM43XX_DMA=y
CONFIG_BCM43XX_PIO=y
CONFIG_BCM43XX_DMA_AND_PIO_MODE=y
# CONFIG_BCM43XX_DMA_MODE is not set
# CONFIG_BCM43XX_PIO_MODE is not set
CONFIG_B43=m
CONFIG_B43_PCI_AUTOSELECT=y
CONFIG_B43_PCICORE_AUTOSELECT=y
CONFIG_B43_PCMCIA=y
CONFIG_B43_LEDS=y
CONFIG_B43_RFKILL=y
CONFIG_B43_DEBUG=y
CONFIG_B43LEGACY=m
CONFIG_B43LEGACY_PCI_AUTOSELECT=y
CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y
CONFIG_B43LEGACY_LEDS=y
CONFIG_B43LEGACY_RFKILL=y
CONFIG_B43LEGACY_DEBUG=y
CONFIG_B43LEGACY_DMA=y
CONFIG_B43LEGACY_PIO=y
CONFIG_B43LEGACY_DMA_AND_PIO_MODE=y
# CONFIG_B43LEGACY_DMA_MODE is not set
# CONFIG_B43LEGACY_PIO_MODE is not set
CONFIG_ZD1211RW=m
# CONFIG_ZD1211RW_DEBUG is not set
# CONFIG_RT2X00 is not set
#
# USB Network Adapters
#
CONFIG_USB_CATC=m
CONFIG_USB_KAWETH=m
CONFIG_USB_PEGASUS=m
CONFIG_USB_RTL8150=m
CONFIG_USB_USBNET=m
CONFIG_USB_NET_AX8817X=m
CONFIG_USB_NET_CDCETHER=m
# CONFIG_USB_NET_DM9601 is not set
CONFIG_USB_NET_GL620A=m
CONFIG_USB_NET_NET1080=m
CONFIG_USB_NET_PLUSB=m
CONFIG_USB_NET_MCS7830=m
CONFIG_USB_NET_RNDIS_HOST=m
CONFIG_USB_NET_CDC_SUBSET=m
CONFIG_USB_ALI_M5632=y
CONFIG_USB_AN2720=y
CONFIG_USB_BELKIN=y
CONFIG_USB_ARMLINUX=y
# CONFIG_USB_EPSON2888 is not set
# CONFIG_USB_KC2190 is not set
CONFIG_USB_NET_ZAURUS=m
CONFIG_NET_PCMCIA=y
CONFIG_PCMCIA_3C589=m
CONFIG_PCMCIA_3C574=m
CONFIG_PCMCIA_FMVJ18X=m
CONFIG_PCMCIA_PCNET=m
CONFIG_PCMCIA_NMCLAN=m
CONFIG_PCMCIA_SMC91C92=m
CONFIG_PCMCIA_XIRC2PS=m
CONFIG_PCMCIA_AXNET=m
CONFIG_ARCNET_COM20020_CS=m
CONFIG_PCMCIA_IBMTR=m
CONFIG_WAN=y
CONFIG_HOSTESS_SV11=m
CONFIG_COSA=m
CONFIG_LANMEDIA=m
CONFIG_SEALEVEL_4021=m
CONFIG_HDLC=m
CONFIG_HDLC_RAW=m
CONFIG_HDLC_RAW_ETH=m
CONFIG_HDLC_CISCO=m
CONFIG_HDLC_FR=m
CONFIG_HDLC_PPP=m
#
# X.25/LAPB support is disabled
#
CONFIG_PCI200SYN=m
CONFIG_WANXL=m
CONFIG_PC300=m
# CONFIG_PC300_MLPPP is not set
#
# Cyclades-PC300 MLPPP support is disabled.
#
#
# Refer to the file README.mlppp, provided by PC300 package.
#
# CONFIG_PC300TOO is not set
CONFIG_N2=m
CONFIG_C101=m
CONFIG_FARSYNC=m
CONFIG_DSCC4=m
# CONFIG_DSCC4_PCISYNC is not set
# CONFIG_DSCC4_PCI_RST is not set
CONFIG_DLCI=m
CONFIG_DLCI_MAX=8
CONFIG_SDLA=m
CONFIG_WAN_ROUTER_DRIVERS=m
CONFIG_CYCLADES_SYNC=m
CONFIG_CYCLOMX_X25=y
CONFIG_SBNI=m
# CONFIG_SBNI_MULTILINE is not set
CONFIG_ATM_DRIVERS=y
CONFIG_ATM_DUMMY=m
CONFIG_ATM_TCP=m
CONFIG_ATM_LANAI=m
CONFIG_ATM_ENI=m
# CONFIG_ATM_ENI_DEBUG is not set
# CONFIG_ATM_ENI_TUNE_BURST is not set
CONFIG_ATM_FIRESTREAM=m
CONFIG_ATM_ZATM=m
# CONFIG_ATM_ZATM_DEBUG is not set
CONFIG_ATM_NICSTAR=m
# CONFIG_ATM_NICSTAR_USE_SUNI is not set
# CONFIG_ATM_NICSTAR_USE_IDT77105 is not set
CONFIG_ATM_IDT77252=m
# CONFIG_ATM_IDT77252_DEBUG is not set
# CONFIG_ATM_IDT77252_RCV_ALL is not set
CONFIG_ATM_IDT77252_USE_SUNI=y
CONFIG_ATM_AMBASSADOR=m
# CONFIG_ATM_AMBASSADOR_DEBUG is not set
CONFIG_ATM_HORIZON=m
# CONFIG_ATM_HORIZON_DEBUG is not set
CONFIG_ATM_IA=m
# CONFIG_ATM_IA_DEBUG is not set
CONFIG_ATM_FORE200E_MAYBE=m
# CONFIG_ATM_FORE200E_PCA is not set
CONFIG_ATM_HE=m
# CONFIG_ATM_HE_USE_SUNI is not set
CONFIG_FDDI=y
CONFIG_DEFXX=m
# CONFIG_DEFXX_MMIO is not set
CONFIG_SKFP=m
CONFIG_HIPPI=y
CONFIG_ROADRUNNER=m
# CONFIG_ROADRUNNER_LARGE_RINGS is not set
CONFIG_PLIP=m
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPP_MPPE=m
CONFIG_PPPOE=m
CONFIG_PPPOATM=m
CONFIG_PPPOL2TP=m
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLHC=m
CONFIG_SLIP_SMART=y
# CONFIG_SLIP_MODE_SLIP6 is not set
CONFIG_NET_FC=y
CONFIG_NETCONSOLE=m
# CONFIG_NETCONSOLE_DYNAMIC is not set
CONFIG_NETPOLL=y
# CONFIG_NETPOLL_TRAP is not set
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_ISDN=m
CONFIG_ISDN_I4L=m
CONFIG_ISDN_PPP=y
CONFIG_ISDN_PPP_VJ=y
CONFIG_ISDN_MPP=y
CONFIG_IPPP_FILTER=y
CONFIG_ISDN_PPP_BSDCOMP=m
CONFIG_ISDN_AUDIO=y
CONFIG_ISDN_TTY_FAX=y
#
# ISDN feature submodules
#
CONFIG_ISDN_DIVERSION=m
#
# ISDN4Linux hardware drivers
#
#
# Passive cards
#
CONFIG_ISDN_DRV_HISAX=m
#
# D-channel protocol features
#
CONFIG_HISAX_EURO=y
CONFIG_DE_AOC=y
CONFIG_HISAX_NO_SENDCOMPLETE=y
CONFIG_HISAX_NO_LLC=y
CONFIG_HISAX_NO_KEYPAD=y
CONFIG_HISAX_1TR6=y
CONFIG_HISAX_NI1=y
CONFIG_HISAX_MAX_CARDS=8
#
# HiSax supported cards
#
CONFIG_HISAX_16_0=y
CONFIG_HISAX_16_3=y
CONFIG_HISAX_TELESPCI=y
CONFIG_HISAX_S0BOX=y
CONFIG_HISAX_AVM_A1=y
CONFIG_HISAX_FRITZPCI=y
CONFIG_HISAX_AVM_A1_PCMCIA=y
CONFIG_HISAX_ELSA=y
CONFIG_HISAX_IX1MICROR2=y
CONFIG_HISAX_DIEHLDIVA=y
CONFIG_HISAX_ASUSCOM=y
CONFIG_HISAX_TELEINT=y
CONFIG_HISAX_HFCS=y
CONFIG_HISAX_SEDLBAUER=y
CONFIG_HISAX_SPORTSTER=y
CONFIG_HISAX_MIC=y
CONFIG_HISAX_NETJET=y
CONFIG_HISAX_NETJET_U=y
CONFIG_HISAX_NICCY=y
CONFIG_HISAX_ISURF=y
CONFIG_HISAX_HSTSAPHIR=y
CONFIG_HISAX_BKM_A4T=y
CONFIG_HISAX_SCT_QUADRO=y
CONFIG_HISAX_GAZEL=y
CONFIG_HISAX_HFC_PCI=y
CONFIG_HISAX_W6692=y
CONFIG_HISAX_HFC_SX=y
CONFIG_HISAX_ENTERNOW_PCI=y
# CONFIG_HISAX_DEBUG is not set
#
# HiSax PCMCIA card service modules
#
CONFIG_HISAX_SEDLBAUER_CS=m
CONFIG_HISAX_ELSA_CS=m
CONFIG_HISAX_AVM_A1_CS=m
CONFIG_HISAX_TELES_CS=m
#
# HiSax sub driver modules
#
CONFIG_HISAX_ST5481=m
CONFIG_HISAX_HFCUSB=m
CONFIG_HISAX_HFC4S8S=m
CONFIG_HISAX_FRITZ_PCIPNP=m
CONFIG_HISAX_HDLC=y
#
# Active cards
#
CONFIG_ISDN_DRV_ICN=m
CONFIG_ISDN_DRV_PCBIT=m
CONFIG_ISDN_DRV_SC=m
CONFIG_ISDN_DRV_ACT2000=m
CONFIG_ISDN_DRV_GIGASET=m
CONFIG_GIGASET_BASE=m
CONFIG_GIGASET_M105=m
# CONFIG_GIGASET_M101 is not set
# CONFIG_GIGASET_DEBUG is not set
# CONFIG_GIGASET_UNDOCREQ is not set
CONFIG_ISDN_CAPI=m
CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON=y
CONFIG_CAPI_TRACE=y
CONFIG_ISDN_CAPI_MIDDLEWARE=y
CONFIG_ISDN_CAPI_CAPI20=m
CONFIG_ISDN_CAPI_CAPIFS_BOOL=y
CONFIG_ISDN_CAPI_CAPIFS=m
CONFIG_ISDN_CAPI_CAPIDRV=m
#
# CAPI hardware drivers
#
CONFIG_CAPI_AVM=y
CONFIG_ISDN_DRV_AVMB1_B1ISA=m
CONFIG_ISDN_DRV_AVMB1_B1PCI=m
CONFIG_ISDN_DRV_AVMB1_B1PCIV4=y
CONFIG_ISDN_DRV_AVMB1_T1ISA=m
CONFIG_ISDN_DRV_AVMB1_B1PCMCIA=m
CONFIG_ISDN_DRV_AVMB1_AVM_CS=m
CONFIG_ISDN_DRV_AVMB1_T1PCI=m
CONFIG_ISDN_DRV_AVMB1_C4=m
CONFIG_CAPI_EICON=y
CONFIG_ISDN_DIVAS=m
CONFIG_ISDN_DIVAS_BRIPCI=y
CONFIG_ISDN_DIVAS_PRIPCI=y
CONFIG_ISDN_DIVAS_DIVACAPI=m
CONFIG_ISDN_DIVAS_USERIDI=m
CONFIG_ISDN_DIVAS_MAINT=m
CONFIG_PHONE=m
CONFIG_PHONE_IXJ=m
CONFIG_PHONE_IXJ_PCMCIA=m
#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=y
CONFIG_INPUT_POLLDEV=m
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=640
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=m
# 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=m
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
CONFIG_MOUSE_PS2_TOUCHKIT=y
CONFIG_MOUSE_SERIAL=m
CONFIG_MOUSE_APPLETOUCH=m
CONFIG_MOUSE_INPORT=m
CONFIG_MOUSE_ATIXL=y
CONFIG_MOUSE_LOGIBM=m
CONFIG_MOUSE_PC110PAD=m
CONFIG_MOUSE_VSXXXAA=m
CONFIG_INPUT_JOYSTICK=y
CONFIG_JOYSTICK_ANALOG=m
CONFIG_JOYSTICK_A3D=m
CONFIG_JOYSTICK_ADI=m
CONFIG_JOYSTICK_COBRA=m
CONFIG_JOYSTICK_GF2K=m
CONFIG_JOYSTICK_GRIP=m
CONFIG_JOYSTICK_GRIP_MP=m
CONFIG_JOYSTICK_GUILLEMOT=m
CONFIG_JOYSTICK_INTERACT=m
CONFIG_JOYSTICK_SIDEWINDER=m
CONFIG_JOYSTICK_TMDC=m
CONFIG_JOYSTICK_IFORCE=m
CONFIG_JOYSTICK_IFORCE_USB=y
CONFIG_JOYSTICK_IFORCE_232=y
CONFIG_JOYSTICK_WARRIOR=m
CONFIG_JOYSTICK_MAGELLAN=m
CONFIG_JOYSTICK_SPACEORB=m
CONFIG_JOYSTICK_SPACEBALL=m
CONFIG_JOYSTICK_STINGER=m
CONFIG_JOYSTICK_TWIDJOY=m
CONFIG_JOYSTICK_DB9=m
CONFIG_JOYSTICK_GAMECON=m
CONFIG_JOYSTICK_TURBOGRAFX=m
CONFIG_JOYSTICK_JOYDUMP=m
CONFIG_JOYSTICK_XPAD=m
CONFIG_JOYSTICK_XPAD_FF=y
CONFIG_JOYSTICK_XPAD_LEDS=y
# CONFIG_INPUT_TABLET is not set
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_FUJITSU=m
CONFIG_TOUCHSCREEN_GUNZE=m
CONFIG_TOUCHSCREEN_ELO=m
CONFIG_TOUCHSCREEN_MTOUCH=m
CONFIG_TOUCHSCREEN_MK712=m
CONFIG_TOUCHSCREEN_PENMOUNT=m
CONFIG_TOUCHSCREEN_TOUCHRIGHT=m
CONFIG_TOUCHSCREEN_TOUCHWIN=m
CONFIG_TOUCHSCREEN_UCB1400=m
CONFIG_TOUCHSCREEN_USB_COMPOSITE=m
CONFIG_TOUCHSCREEN_USB_EGALAX=y
CONFIG_TOUCHSCREEN_USB_PANJIT=y
CONFIG_TOUCHSCREEN_USB_3M=y
CONFIG_TOUCHSCREEN_USB_ITM=y
CONFIG_TOUCHSCREEN_USB_ETURBO=y
CONFIG_TOUCHSCREEN_USB_GUNZE=y
CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y
CONFIG_TOUCHSCREEN_USB_IRTOUCH=y
CONFIG_TOUCHSCREEN_USB_IDEALTEK=y
CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y
CONFIG_TOUCHSCREEN_USB_GOTOP=y
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=m
# CONFIG_INPUT_APANEL is not set
CONFIG_INPUT_WISTRON_BTNS=m
CONFIG_INPUT_ATLAS_BTNS=m
CONFIG_INPUT_ATI_REMOTE=m
CONFIG_INPUT_ATI_REMOTE2=m
CONFIG_INPUT_KEYSPAN_REMOTE=m
CONFIG_INPUT_POWERMATE=m
CONFIG_INPUT_YEALINK=m
CONFIG_INPUT_UINPUT=m
#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=m
CONFIG_SERIO_CT82C710=m
CONFIG_SERIO_PARKBD=m
CONFIG_SERIO_PCIPS2=m
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=m
CONFIG_GAMEPORT=m
CONFIG_GAMEPORT_NS558=m
CONFIG_GAMEPORT_L4=m
CONFIG_GAMEPORT_EMU10K1=m
CONFIG_GAMEPORT_FM801=m
#
# 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=m
CONFIG_ROCKETPORT=m
CONFIG_CYCLADES=m
# CONFIG_CYZ_INTR is not set
CONFIG_DIGIEPCA=m
CONFIG_ESPSERIAL=m
CONFIG_MOXA_INTELLIO=m
CONFIG_MOXA_SMARTIO=m
CONFIG_ISI=m
CONFIG_SYNCLINK=m
CONFIG_SYNCLINKMP=m
CONFIG_SYNCLINK_GT=m
CONFIG_N_HDLC=m
# CONFIG_RISCOM8 is not set
CONFIG_SPECIALIX=m
# CONFIG_SPECIALIX_RTSCTS is not set
CONFIG_SX=m
CONFIG_RIO=m
# CONFIG_RIO_OLDPCI is not set
CONFIG_STALDRV=y
# 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=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_CS=m
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_FOURPORT=m
CONFIG_SERIAL_8250_ACCENT=m
CONFIG_SERIAL_8250_BOCA=m
CONFIG_SERIAL_8250_EXAR_ST16C554=m
CONFIG_SERIAL_8250_HUB6=m
CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_8250_DETECT_IRQ=y
CONFIG_SERIAL_8250_RSA=y
#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_JSM=m
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
CONFIG_PRINTER=m
CONFIG_LP_CONSOLE=y
CONFIG_PPDEV=m
CONFIG_HVC_DRIVER=y
CONFIG_IPMI_HANDLER=m
# CONFIG_IPMI_PANIC_EVENT is not set
CONFIG_IPMI_DEVICE_INTERFACE=m
CONFIG_IPMI_SI=m
CONFIG_IPMI_WATCHDOG=m
CONFIG_IPMI_POWEROFF=m
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_INTEL=m
CONFIG_HW_RANDOM_AMD=m
CONFIG_HW_RANDOM_GEODE=m
CONFIG_HW_RANDOM_VIA=m
CONFIG_NVRAM=m
CONFIG_RTC=y
CONFIG_DTLK=m
CONFIG_R3964=m
CONFIG_APPLICOM=m
CONFIG_SONYPI=m
#
# PCMCIA character devices
#
CONFIG_SYNCLINK_CS=m
CONFIG_CARDMAN_4000=m
CONFIG_CARDMAN_4040=m
# CONFIG_IPWIRELESS is not set
CONFIG_MWAVE=m
CONFIG_SCx200_GPIO=m
CONFIG_PC8736x_GPIO=m
CONFIG_NSC_GPIO=m
CONFIG_CS5535_GPIO=m
# CONFIG_RAW_DRIVER is not set
# CONFIG_HPET is not set
CONFIG_HANGCHECK_TIMER=m
CONFIG_TCG_TPM=m
# CONFIG_TCG_TIS is not set
# CONFIG_TCG_NSC is not set
CONFIG_TCG_ATMEL=m
# CONFIG_TCG_INFINEON is not set
CONFIG_TELCLOCK=m
CONFIG_DEVPORT=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_CHARDEV=m
#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=y
CONFIG_I2C_ALGOPCF=m
CONFIG_I2C_ALGOPCA=m
#
# I2C Hardware Bus support
#
CONFIG_I2C_ALI1535=m
CONFIG_I2C_ALI1563=m
CONFIG_I2C_ALI15X3=m
CONFIG_I2C_AMD756=m
CONFIG_I2C_AMD756_S4882=m
CONFIG_I2C_AMD8111=m
CONFIG_I2C_I801=m
CONFIG_I2C_I810=m
CONFIG_I2C_PIIX4=m
CONFIG_I2C_NFORCE2=m
CONFIG_I2C_OCORES=m
CONFIG_I2C_PARPORT=m
CONFIG_I2C_PARPORT_LIGHT=m
CONFIG_I2C_PROSAVAGE=m
CONFIG_I2C_SAVAGE4=m
CONFIG_I2C_SIMTEC=m
CONFIG_SCx200_I2C=m
CONFIG_SCx200_I2C_SCL=12
CONFIG_SCx200_I2C_SDA=13
CONFIG_SCx200_ACB=m
CONFIG_I2C_SIS5595=m
CONFIG_I2C_SIS630=m
CONFIG_I2C_SIS96X=m
CONFIG_I2C_TAOS_EVM=m
CONFIG_I2C_STUB=m
CONFIG_I2C_TINY_USB=m
CONFIG_I2C_VIA=m
CONFIG_I2C_VIAPRO=m
CONFIG_I2C_VOODOO3=m
CONFIG_I2C_PCA_ISA=m
#
# Miscellaneous I2C Chip support
#
CONFIG_DS1682=m
CONFIG_SENSORS_EEPROM=m
CONFIG_SENSORS_PCF8574=m
# CONFIG_PCF8575 is not set
CONFIG_SENSORS_PCF8591=m
# CONFIG_TPS65010 is not set
CONFIG_SENSORS_MAX6875=m
CONFIG_SENSORS_TSL2550=m
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
#
# SPI support
#
# CONFIG_SPI is not set
# CONFIG_SPI_MASTER is not set
CONFIG_W1=m
CONFIG_W1_CON=y
#
# 1-wire Bus Masters
#
CONFIG_W1_MASTER_MATROX=m
CONFIG_W1_MASTER_DS2490=m
CONFIG_W1_MASTER_DS2482=m
#
# 1-wire Slaves
#
CONFIG_W1_SLAVE_THERM=m
CONFIG_W1_SLAVE_SMEM=m
CONFIG_W1_SLAVE_DS2433=m
CONFIG_W1_SLAVE_DS2433_CRC=y
CONFIG_W1_SLAVE_DS2760=m
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
CONFIG_PDA_POWER=m
CONFIG_BATTERY_DS2760=m
CONFIG_HWMON=m
CONFIG_HWMON_VID=m
CONFIG_SENSORS_ABITUGURU=m
CONFIG_SENSORS_ABITUGURU3=m
CONFIG_SENSORS_AD7418=m
CONFIG_SENSORS_ADM1021=m
CONFIG_SENSORS_ADM1025=m
CONFIG_SENSORS_ADM1026=m
CONFIG_SENSORS_ADM1029=m
CONFIG_SENSORS_ADM1031=m
CONFIG_SENSORS_ADM9240=m
# CONFIG_SENSORS_ADT7470 is not set
CONFIG_SENSORS_K8TEMP=m
CONFIG_SENSORS_ASB100=m
CONFIG_SENSORS_ATXP1=m
CONFIG_SENSORS_DS1621=m
# CONFIG_SENSORS_I5K_AMB is not set
CONFIG_SENSORS_F71805F=m
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
CONFIG_SENSORS_FSCHER=m
CONFIG_SENSORS_FSCPOS=m
# CONFIG_SENSORS_FSCHMD is not set
CONFIG_SENSORS_GL518SM=m
CONFIG_SENSORS_GL520SM=m
CONFIG_SENSORS_CORETEMP=m
# CONFIG_SENSORS_IBMPEX is not set
CONFIG_SENSORS_IT87=m
CONFIG_SENSORS_LM63=m
CONFIG_SENSORS_LM75=m
CONFIG_SENSORS_LM77=m
CONFIG_SENSORS_LM78=m
CONFIG_SENSORS_LM80=m
CONFIG_SENSORS_LM83=m
CONFIG_SENSORS_LM85=m
CONFIG_SENSORS_LM87=m
CONFIG_SENSORS_LM90=m
CONFIG_SENSORS_LM92=m
CONFIG_SENSORS_LM93=m
CONFIG_SENSORS_MAX1619=m
CONFIG_SENSORS_MAX6650=m
CONFIG_SENSORS_PC87360=m
CONFIG_SENSORS_PC87427=m
CONFIG_SENSORS_SIS5595=m
CONFIG_SENSORS_DME1737=m
CONFIG_SENSORS_SMSC47M1=m
CONFIG_SENSORS_SMSC47M192=m
CONFIG_SENSORS_SMSC47B397=m
# CONFIG_SENSORS_ADS7828 is not set
CONFIG_SENSORS_THMC50=m
CONFIG_SENSORS_VIA686A=m
CONFIG_SENSORS_VT1211=m
CONFIG_SENSORS_VT8231=m
CONFIG_SENSORS_W83781D=m
CONFIG_SENSORS_W83791D=m
CONFIG_SENSORS_W83792D=m
CONFIG_SENSORS_W83793=m
CONFIG_SENSORS_W83L785TS=m
# CONFIG_SENSORS_W83L786NG is not set
CONFIG_SENSORS_W83627HF=m
CONFIG_SENSORS_W83627EHF=m
CONFIG_SENSORS_HDAPS=m
CONFIG_SENSORS_APPLESMC=m
# CONFIG_HWMON_DEBUG_CHIP is not set
CONFIG_THERMAL=y
CONFIG_WATCHDOG=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
#
# Watchdog Device Drivers
#
CONFIG_SOFT_WATCHDOG=m
CONFIG_ACQUIRE_WDT=m
CONFIG_ADVANTECH_WDT=m
CONFIG_ALIM1535_WDT=m
CONFIG_ALIM7101_WDT=m
CONFIG_SC520_WDT=m
CONFIG_EUROTECH_WDT=m
CONFIG_IB700_WDT=m
CONFIG_IBMASR=m
CONFIG_WAFER_WDT=m
CONFIG_I6300ESB_WDT=m
CONFIG_ITCO_WDT=m
CONFIG_ITCO_VENDOR_SUPPORT=y
# CONFIG_IT8712F_WDT is not set
CONFIG_SC1200_WDT=m
CONFIG_SCx200_WDT=m
CONFIG_PC87413_WDT=m
CONFIG_60XX_WDT=m
CONFIG_SBC8360_WDT=m
# CONFIG_SBC7240_WDT is not set
CONFIG_CPU5_WDT=m
CONFIG_SMSC37B787_WDT=m
CONFIG_W83627HF_WDT=m
CONFIG_W83697HF_WDT=m
CONFIG_W83877F_WDT=m
CONFIG_W83977F_WDT=m
CONFIG_MACHZ_WDT=m
CONFIG_SBC_EPX_C3_WATCHDOG=m
#
# ISA-based Watchdog Cards
#
CONFIG_PCWATCHDOG=m
CONFIG_MIXCOMWD=m
CONFIG_WDT=m
# CONFIG_WDT_501 is not set
#
# PCI-based Watchdog Cards
#
CONFIG_PCIPCWATCHDOG=m
CONFIG_WDTPCI=m
CONFIG_WDT_501_PCI=y
#
# USB-based Watchdog Cards
#
CONFIG_USBPCWATCHDOG=m
#
# Sonics Silicon Backplane
#
CONFIG_SSB_POSSIBLE=y
CONFIG_SSB=m
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
CONFIG_SSB_PCMCIAHOST=y
# CONFIG_SSB_DEBUG is not set
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y
#
# Multifunction device drivers
#
# CONFIG_MFD_SM501 is not set
#
# Multimedia devices
#
CONFIG_VIDEO_DEV=m
CONFIG_VIDEO_V4L1=y
CONFIG_VIDEO_V4L1_COMPAT=y
CONFIG_VIDEO_V4L2=y
CONFIG_VIDEO_CAPTURE_DRIVERS=y
# CONFIG_VIDEO_ADV_DEBUG is not set
# CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set
#
# Encoders/decoders and other helper chips
#
#
# Audio decoders
#
CONFIG_VIDEO_TVAUDIO=m
CONFIG_VIDEO_TDA7432=m
CONFIG_VIDEO_TDA9840=m
CONFIG_VIDEO_TDA9875=m
CONFIG_VIDEO_TEA6415C=m
CONFIG_VIDEO_TEA6420=m
CONFIG_VIDEO_MSP3400=m
# CONFIG_VIDEO_CS5345 is not set
CONFIG_VIDEO_CS53L32A=m
CONFIG_VIDEO_M52790=m
CONFIG_VIDEO_TLV320AIC23B=m
CONFIG_VIDEO_WM8775=m
CONFIG_VIDEO_WM8739=m
CONFIG_VIDEO_VP27SMPX=m
#
# Video decoders
#
CONFIG_VIDEO_BT819=m
CONFIG_VIDEO_BT856=m
CONFIG_VIDEO_BT866=m
CONFIG_VIDEO_KS0127=m
CONFIG_VIDEO_OV7670=m
# CONFIG_VIDEO_TCM825X is not set
CONFIG_VIDEO_SAA7110=m
CONFIG_VIDEO_SAA7111=m
CONFIG_VIDEO_SAA7114=m
CONFIG_VIDEO_SAA711X=m
CONFIG_VIDEO_SAA7191=m
CONFIG_VIDEO_TVP5150=m
CONFIG_VIDEO_VPX3220=m
#
# Video and audio decoders
#
CONFIG_VIDEO_CX25840=m
#
# MPEG video encoders
#
CONFIG_VIDEO_CX2341X=m
#
# Video encoders
#
CONFIG_VIDEO_SAA7127=m
CONFIG_VIDEO_SAA7185=m
CONFIG_VIDEO_ADV7170=m
CONFIG_VIDEO_ADV7175=m
#
# Video improvement chips
#
CONFIG_VIDEO_UPD64031A=m
CONFIG_VIDEO_UPD64083=m
CONFIG_VIDEO_VIVI=m
CONFIG_VIDEO_BT848=m
CONFIG_VIDEO_BT848_DVB=y
CONFIG_VIDEO_SAA6588=m
CONFIG_VIDEO_PMS=m
CONFIG_VIDEO_BWQCAM=m
CONFIG_VIDEO_CQCAM=m
CONFIG_VIDEO_W9966=m
CONFIG_VIDEO_CPIA=m
CONFIG_VIDEO_CPIA_PP=m
CONFIG_VIDEO_CPIA_USB=m
CONFIG_VIDEO_CPIA2=m
CONFIG_VIDEO_SAA5246A=m
CONFIG_VIDEO_SAA5249=m
CONFIG_TUNER_3036=m
CONFIG_VIDEO_STRADIS=m
CONFIG_VIDEO_ZORAN_ZR36060=m
CONFIG_VIDEO_ZORAN=m
CONFIG_VIDEO_ZORAN_BUZ=m
CONFIG_VIDEO_ZORAN_DC10=m
CONFIG_VIDEO_ZORAN_DC30=m
CONFIG_VIDEO_ZORAN_LML33=m
CONFIG_VIDEO_ZORAN_LML33R10=m
CONFIG_VIDEO_ZORAN_AVS6EYES=m
CONFIG_VIDEO_MEYE=m
CONFIG_VIDEO_SAA7134=m
CONFIG_VIDEO_SAA7134_ALSA=m
CONFIG_VIDEO_SAA7134_DVB=m
CONFIG_VIDEO_MXB=m
CONFIG_VIDEO_DPC=m
CONFIG_VIDEO_HEXIUM_ORION=m
CONFIG_VIDEO_HEXIUM_GEMINI=m
CONFIG_VIDEO_CX88=m
CONFIG_VIDEO_CX88_ALSA=m
CONFIG_VIDEO_CX88_BLACKBIRD=m
CONFIG_VIDEO_CX88_DVB=m
CONFIG_VIDEO_CX88_VP3054=m
# CONFIG_VIDEO_CX23885 is not set
CONFIG_VIDEO_IVTV=m
# CONFIG_VIDEO_FB_IVTV is not set
CONFIG_VIDEO_CAFE_CCIC=m
CONFIG_V4L_USB_DRIVERS=y
CONFIG_VIDEO_PVRUSB2=m
# CONFIG_VIDEO_PVRUSB2_ONAIR_CREATOR is not set
# CONFIG_VIDEO_PVRUSB2_ONAIR_USB2 is not set
CONFIG_VIDEO_PVRUSB2_SYSFS=y
# CONFIG_VIDEO_PVRUSB2_DEBUGIFC is not set
CONFIG_VIDEO_EM28XX=m
# CONFIG_VIDEO_EM28XX_ALSA is not set
CONFIG_VIDEO_USBVISION=m
CONFIG_VIDEO_USBVIDEO=m
CONFIG_USB_VICAM=m
CONFIG_USB_IBMCAM=m
CONFIG_USB_KONICAWC=m
CONFIG_USB_QUICKCAM_MESSENGER=m
CONFIG_USB_ET61X251=m
CONFIG_VIDEO_OVCAMCHIP=m
CONFIG_USB_W9968CF=m
CONFIG_USB_OV511=m
CONFIG_USB_SE401=m
CONFIG_USB_SN9C102=m
CONFIG_USB_STV680=m
CONFIG_USB_ZC0301=m
CONFIG_USB_PWC=m
# CONFIG_USB_PWC_DEBUG is not set
CONFIG_USB_ZR364XX=m
# CONFIG_USB_STKWEBCAM is not set
CONFIG_RADIO_ADAPTERS=y
CONFIG_RADIO_CADET=m
CONFIG_RADIO_RTRACK=m
CONFIG_RADIO_RTRACK2=m
CONFIG_RADIO_AZTECH=m
CONFIG_RADIO_GEMTEK=m
CONFIG_RADIO_GEMTEK_PCI=m
CONFIG_RADIO_MAXIRADIO=m
CONFIG_RADIO_MAESTRO=m
CONFIG_RADIO_SF16FMI=m
CONFIG_RADIO_SF16FMR2=m
CONFIG_RADIO_TERRATEC=m
CONFIG_RADIO_TRUST=m
CONFIG_RADIO_TYPHOON=m
CONFIG_RADIO_TYPHOON_PROC_FS=y
CONFIG_RADIO_ZOLTRIX=m
CONFIG_USB_DSBR=m
# CONFIG_USB_SI470X is not set
CONFIG_DVB_CORE=m
# CONFIG_DVB_CORE_ATTACH is not set
CONFIG_DVB_CAPTURE_DRIVERS=y
#
# Supported SAA7146 based PCI Adapters
#
CONFIG_TTPCI_EEPROM=m
CONFIG_DVB_AV7110=m
CONFIG_DVB_AV7110_OSD=y
# CONFIG_DVB_BUDGET_CORE is not set
#
# Supported USB Adapters
#
CONFIG_DVB_USB=m
# CONFIG_DVB_USB_DEBUG is not set
CONFIG_DVB_USB_A800=m
CONFIG_DVB_USB_DIBUSB_MB=m
# CONFIG_DVB_USB_DIBUSB_MB_FAULTY is not set
CONFIG_DVB_USB_DIBUSB_MC=m
CONFIG_DVB_USB_DIB0700=m
CONFIG_DVB_USB_UMT_010=m
CONFIG_DVB_USB_CXUSB=m
CONFIG_DVB_USB_M920X=m
CONFIG_DVB_USB_GL861=m
CONFIG_DVB_USB_AU6610=m
CONFIG_DVB_USB_DIGITV=m
CONFIG_DVB_USB_VP7045=m
CONFIG_DVB_USB_VP702X=m
CONFIG_DVB_USB_GP8PSK=m
CONFIG_DVB_USB_NOVA_T_USB2=m
CONFIG_DVB_USB_TTUSB2=m
CONFIG_DVB_USB_DTT200U=m
CONFIG_DVB_USB_OPERA1=m
CONFIG_DVB_USB_AF9005=m
CONFIG_DVB_USB_AF9005_REMOTE=m
CONFIG_DVB_TTUSB_BUDGET=m
CONFIG_DVB_TTUSB_DEC=m
CONFIG_DVB_CINERGYT2=m
CONFIG_DVB_CINERGYT2_TUNING=y
CONFIG_DVB_CINERGYT2_STREAM_URB_COUNT=32
CONFIG_DVB_CINERGYT2_STREAM_BUF_SIZE=512
CONFIG_DVB_CINERGYT2_QUERY_INTERVAL=250
# CONFIG_DVB_CINERGYT2_ENABLE_RC_INPUT_DEVICE is not set
#
# Supported FlexCopII (B2C2) Adapters
#
CONFIG_DVB_B2C2_FLEXCOP=m
CONFIG_DVB_B2C2_FLEXCOP_PCI=m
CONFIG_DVB_B2C2_FLEXCOP_USB=m
# CONFIG_DVB_B2C2_FLEXCOP_DEBUG is not set
#
# Supported BT878 Adapters
#
CONFIG_DVB_BT8XX=m
#
# Supported Pluto2 Adapters
#
CONFIG_DVB_PLUTO2=m
#
# Supported DVB Frontends
#
#
# Customise DVB Frontends
#
CONFIG_DVB_FE_CUSTOMISE=y
#
# DVB-S (satellite) frontends
#
CONFIG_DVB_STV0299=m
CONFIG_DVB_CX24110=m
CONFIG_DVB_CX24123=m
CONFIG_DVB_TDA8083=m
CONFIG_DVB_MT312=m
CONFIG_DVB_VES1X93=m
CONFIG_DVB_S5H1420=m
CONFIG_DVB_TDA10086=m
#
# DVB-T (terrestrial) frontends
#
CONFIG_DVB_SP8870=m
CONFIG_DVB_SP887X=m
CONFIG_DVB_CX22700=m
CONFIG_DVB_CX22702=m
CONFIG_DVB_L64781=m
CONFIG_DVB_TDA1004X=m
CONFIG_DVB_NXT6000=m
CONFIG_DVB_MT352=m
CONFIG_DVB_ZL10353=m
CONFIG_DVB_DIB3000MB=m
CONFIG_DVB_DIB3000MC=m
CONFIG_DVB_DIB7000M=m
CONFIG_DVB_DIB7000P=m
#
# DVB-C (cable) frontends
#
CONFIG_DVB_VES1820=m
CONFIG_DVB_TDA10021=m
CONFIG_DVB_TDA10023=m
CONFIG_DVB_STV0297=m
#
# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
#
CONFIG_DVB_NXT200X=m
CONFIG_DVB_OR51211=m
CONFIG_DVB_OR51132=m
CONFIG_DVB_BCM3510=m
CONFIG_DVB_LGDT330X=m
CONFIG_DVB_S5H1409=m
#
# Tuners/PLL support
#
CONFIG_DVB_PLL=m
CONFIG_DVB_TDA826X=m
CONFIG_DVB_TDA827X=m
CONFIG_DVB_TDA18271=m
CONFIG_DVB_TUNER_QT1010=m
CONFIG_DVB_TUNER_MT2060=m
CONFIG_DVB_TUNER_MT2266=m
CONFIG_DVB_TUNER_MT2131=m
CONFIG_DVB_TUNER_DIB0070=m
CONFIG_DVB_TUNER_XC5000=m
#
# Miscellaneous devices
#
CONFIG_DVB_LNBP21=m
CONFIG_DVB_ISL6421=m
CONFIG_DVB_TUA6100=m
CONFIG_VIDEO_SAA7146=m
CONFIG_VIDEO_SAA7146_VV=m
CONFIG_VIDEO_TUNER=m
# CONFIG_VIDEO_TUNER_CUSTOMIZE is not set
CONFIG_TUNER_XC2028=m
CONFIG_TUNER_MT20XX=m
CONFIG_TUNER_TDA8290=m
CONFIG_TUNER_TEA5761=m
CONFIG_TUNER_TEA5767=m
CONFIG_TUNER_SIMPLE=m
CONFIG_TUNER_TDA9887=m
CONFIG_VIDEOBUF_GEN=m
CONFIG_VIDEOBUF_DMA_SG=m
CONFIG_VIDEOBUF_VMALLOC=m
CONFIG_VIDEOBUF_DVB=m
CONFIG_VIDEO_BTCX=m
CONFIG_VIDEO_IR_I2C=m
CONFIG_VIDEO_IR=m
CONFIG_VIDEO_TVEEPROM=m
CONFIG_DAB=y
CONFIG_USB_DABUSB=m
#
# Graphics support
#
CONFIG_AGP=m
CONFIG_AGP_ALI=m
CONFIG_AGP_ATI=m
CONFIG_AGP_AMD=m
CONFIG_AGP_AMD64=m
CONFIG_AGP_INTEL=m
CONFIG_AGP_NVIDIA=m
CONFIG_AGP_SIS=m
CONFIG_AGP_SWORKS=m
CONFIG_AGP_VIA=m
CONFIG_AGP_EFFICEON=m
CONFIG_DRM=m
CONFIG_DRM_TDFX=m
CONFIG_DRM_R128=m
CONFIG_DRM_RADEON=m
CONFIG_DRM_I810=m
CONFIG_DRM_I830=m
CONFIG_DRM_I915=m
CONFIG_DRM_MGA=m
CONFIG_DRM_SIS=m
CONFIG_DRM_VIA=m
CONFIG_DRM_SAVAGE=m
CONFIG_VGASTATE=m
CONFIG_VIDEO_OUTPUT_CONTROL=m
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_DDC=m
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=m
CONFIG_FB_SYS_COPYAREA=m
CONFIG_FB_SYS_IMAGEBLIT=m
CONFIG_FB_SYS_FOPS=m
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_SVGALIB=m
# 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=m
CONFIG_FB_PM2=m
# CONFIG_FB_PM2_FIFO_DISCONNECT is not set
CONFIG_FB_CYBER2000=m
CONFIG_FB_ARC=m
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
CONFIG_FB_VGA16=m
# CONFIG_FB_UVESA is not set
CONFIG_FB_VESA=y
# CONFIG_FB_EFI is not set
CONFIG_FB_HECUBA=m
CONFIG_FB_HGA=m
# CONFIG_FB_HGA_ACCEL is not set
CONFIG_FB_S1D13XXX=m
CONFIG_FB_NVIDIA=m
CONFIG_FB_NVIDIA_I2C=y
# CONFIG_FB_NVIDIA_DEBUG is not set
CONFIG_FB_NVIDIA_BACKLIGHT=y
CONFIG_FB_RIVA=m
CONFIG_FB_RIVA_I2C=y
# CONFIG_FB_RIVA_DEBUG is not set
CONFIG_FB_RIVA_BACKLIGHT=y
CONFIG_FB_I810=m
CONFIG_FB_I810_GTF=y
CONFIG_FB_I810_I2C=y
CONFIG_FB_LE80578=m
CONFIG_FB_CARILLO_RANCH=m
CONFIG_FB_INTEL=m
# CONFIG_FB_INTEL_DEBUG is not set
CONFIG_FB_INTEL_I2C=y
CONFIG_FB_MATROX=m
CONFIG_FB_MATROX_MILLENIUM=y
CONFIG_FB_MATROX_MYSTIQUE=y
CONFIG_FB_MATROX_G=y
CONFIG_FB_MATROX_I2C=m
CONFIG_FB_MATROX_MAVEN=m
CONFIG_FB_MATROX_MULTIHEAD=y
CONFIG_FB_RADEON=m
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_BACKLIGHT=y
# CONFIG_FB_RADEON_DEBUG is not set
CONFIG_FB_ATY128=m
CONFIG_FB_ATY128_BACKLIGHT=y
CONFIG_FB_ATY=m
CONFIG_FB_ATY_CT=y
CONFIG_FB_ATY_GENERIC_LCD=y
CONFIG_FB_ATY_GX=y
CONFIG_FB_ATY_BACKLIGHT=y
CONFIG_FB_S3=m
CONFIG_FB_SAVAGE=m
CONFIG_FB_SAVAGE_I2C=y
CONFIG_FB_SAVAGE_ACCEL=y
CONFIG_FB_SIS=m
CONFIG_FB_SIS_300=y
CONFIG_FB_SIS_315=y
CONFIG_FB_NEOMAGIC=m
CONFIG_FB_KYRO=m
CONFIG_FB_3DFX=m
# CONFIG_FB_3DFX_ACCEL is not set
CONFIG_FB_VOODOO1=m
CONFIG_FB_VT8623=m
CONFIG_FB_CYBLA=m
CONFIG_FB_TRIDENT=m
# CONFIG_FB_TRIDENT_ACCEL is not set
CONFIG_FB_ARK=m
CONFIG_FB_PM3=m
CONFIG_FB_GEODE=y
CONFIG_FB_GEODE_LX=m
CONFIG_FB_GEODE_GX=m
# CONFIG_FB_GEODE_GX_SET_FBSIZE is not set
CONFIG_FB_GEODE_GX1=m
# CONFIG_FB_VIRTUAL is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=m
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_CORGI is not set
CONFIG_BACKLIGHT_PROGEAR=m
CONFIG_BACKLIGHT_CARILLO_RANCH=m
#
# Display device support
#
CONFIG_DISPLAY_SUPPORT=m
#
# Display hardware drivers
#
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
CONFIG_VIDEO_SELECT=y
CONFIG_MDA_CONSOLE=m
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_7x14 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
# CONFIG_FONT_MINI_4x6 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set
# CONFIG_FONT_10x18 is not set
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
#
# Sound
#
CONFIG_SOUND=m
#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=m
CONFIG_SND_SEQ_RTCTIMER_DEFAULT=y
# CONFIG_SND_DYNAMIC_MINORS is not set
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=m
CONFIG_SND_OPL3_LIB=m
CONFIG_SND_OPL4_LIB=m
CONFIG_SND_VX_LIB=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_DUMMY=m
CONFIG_SND_VIRMIDI=m
CONFIG_SND_MTPAV=m
CONFIG_SND_MTS64=m
CONFIG_SND_SERIAL_U16550=m
CONFIG_SND_MPU401=m
CONFIG_SND_PORTMAN2X4=m
CONFIG_SND_AD1848_LIB=m
CONFIG_SND_CS4231_LIB=m
CONFIG_SND_SB_COMMON=m
CONFIG_SND_SB8_DSP=m
CONFIG_SND_SB16_DSP=m
#
# ISA devices
#
CONFIG_SND_ADLIB=m
CONFIG_SND_AD1816A=m
CONFIG_SND_AD1848=m
CONFIG_SND_ALS100=m
CONFIG_SND_AZT2320=m
CONFIG_SND_CMI8330=m
CONFIG_SND_CS4231=m
CONFIG_SND_CS4232=m
CONFIG_SND_CS4236=m
CONFIG_SND_DT019X=m
CONFIG_SND_ES968=m
CONFIG_SND_ES1688=m
CONFIG_SND_ES18XX=m
# CONFIG_SND_SC6000 is not set
CONFIG_SND_GUS_SYNTH=m
CONFIG_SND_GUSCLASSIC=m
CONFIG_SND_GUSEXTREME=m
CONFIG_SND_GUSMAX=m
CONFIG_SND_INTERWAVE=m
CONFIG_SND_INTERWAVE_STB=m
CONFIG_SND_OPL3SA2=m
CONFIG_SND_OPTI92X_AD1848=m
CONFIG_SND_OPTI92X_CS4231=m
CONFIG_SND_OPTI93X=m
CONFIG_SND_MIRO=m
CONFIG_SND_SB8=m
CONFIG_SND_SB16=m
CONFIG_SND_SBAWE=m
CONFIG_SND_SB16_CSP=y
CONFIG_SND_SB16_CSP_FIRMWARE_IN_KERNEL=y
CONFIG_SND_SGALAXY=m
CONFIG_SND_SSCAPE=m
CONFIG_SND_WAVEFRONT=m
CONFIG_SND_WAVEFRONT_FIRMWARE_IN_KERNEL=y
#
# PCI devices
#
CONFIG_SND_AD1889=m
CONFIG_SND_ALS300=m
CONFIG_SND_ALS4000=m
CONFIG_SND_ALI5451=m
CONFIG_SND_ATIIXP=m
CONFIG_SND_ATIIXP_MODEM=m
CONFIG_SND_AU8810=m
CONFIG_SND_AU8820=m
CONFIG_SND_AU8830=m
CONFIG_SND_AZT3328=m
CONFIG_SND_BT87X=m
# CONFIG_SND_BT87X_OVERCLOCK is not set
CONFIG_SND_CA0106=m
CONFIG_SND_CMIPCI=m
# CONFIG_SND_OXYGEN is not set
CONFIG_SND_CS4281=m
CONFIG_SND_CS46XX=m
CONFIG_SND_CS46XX_NEW_DSP=y
CONFIG_SND_CS5530=m
CONFIG_SND_CS5535AUDIO=m
CONFIG_SND_DARLA20=m
CONFIG_SND_GINA20=m
CONFIG_SND_LAYLA20=m
CONFIG_SND_DARLA24=m
CONFIG_SND_GINA24=m
CONFIG_SND_LAYLA24=m
CONFIG_SND_MONA=m
CONFIG_SND_MIA=m
CONFIG_SND_ECHO3G=m
CONFIG_SND_INDIGO=m
CONFIG_SND_INDIGOIO=m
CONFIG_SND_INDIGODJ=m
CONFIG_SND_EMU10K1=m
CONFIG_SND_EMU10K1X=m
CONFIG_SND_ENS1370=m
CONFIG_SND_ENS1371=m
CONFIG_SND_ES1938=m
CONFIG_SND_ES1968=m
CONFIG_SND_FM801=m
CONFIG_SND_FM801_TEA575X_BOOL=y
CONFIG_SND_FM801_TEA575X=m
CONFIG_SND_HDA_INTEL=m
# CONFIG_SND_HDA_HWDEP is not set
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_ATIHDMI=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
# CONFIG_SND_HDA_POWER_SAVE is not set
CONFIG_SND_HDSP=m
CONFIG_SND_HDSPM=m
# CONFIG_SND_HIFIER is not set
CONFIG_SND_ICE1712=m
CONFIG_SND_ICE1724=m
CONFIG_SND_INTEL8X0=m
CONFIG_SND_INTEL8X0M=m
CONFIG_SND_KORG1212=m
CONFIG_SND_KORG1212_FIRMWARE_IN_KERNEL=y
CONFIG_SND_MAESTRO3=m
CONFIG_SND_MAESTRO3_FIRMWARE_IN_KERNEL=y
CONFIG_SND_MIXART=m
CONFIG_SND_NM256=m
CONFIG_SND_PCXHR=m
CONFIG_SND_RIPTIDE=m
CONFIG_SND_RME32=m
CONFIG_SND_RME96=m
CONFIG_SND_RME9652=m
# CONFIG_SND_SIS7019 is not set
CONFIG_SND_SONICVIBES=m
CONFIG_SND_TRIDENT=m
CONFIG_SND_VIA82XX=m
CONFIG_SND_VIA82XX_MODEM=m
# CONFIG_SND_VIRTUOSO is not set
CONFIG_SND_VX222=m
CONFIG_SND_YMFPCI=m
CONFIG_SND_YMFPCI_FIRMWARE_IN_KERNEL=y
CONFIG_SND_AC97_POWER_SAVE=y
CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0
#
# USB devices
#
CONFIG_SND_USB_AUDIO=m
CONFIG_SND_USB_USX2Y=m
CONFIG_SND_USB_CAIAQ=m
CONFIG_SND_USB_CAIAQ_INPUT=y
#
# PCMCIA devices
#
CONFIG_SND_VXPOCKET=m
CONFIG_SND_PDAUDIOCF=m
#
# System on Chip audio support
#
# CONFIG_SND_SOC is not set
#
# SoC Audio support for SuperH
#
#
# ALSA SoC audio for Freescale SOCs
#
#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
CONFIG_AC97_BUS=m
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
# CONFIG_HID_DEBUG is not set
# CONFIG_HIDRAW is not set
#
# USB Input Devices
#
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT_POWERBOOK=y
CONFIG_HID_FF=y
CONFIG_HID_PID=y
CONFIG_LOGITECH_FF=y
CONFIG_PANTHERLORD_FF=y
CONFIG_THRUSTMASTER_FF=y
CONFIG_ZEROPLUS_FF=y
CONFIG_USB_HIDDEV=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_DEVICE_CLASS=y
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_SUSPEND is not set
# 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_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=y
CONFIG_USB_U132_HCD=m
CONFIG_USB_SL811_HCD=y
CONFIG_USB_SL811_CS=m
CONFIG_USB_R8A66597_HCD=m
#
# USB Device Class drivers
#
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m
#
# 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 is not set
CONFIG_USB_STORAGE_DATAFAB=y
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_STORAGE_ISD200=y
CONFIG_USB_STORAGE_DPCM=y
CONFIG_USB_STORAGE_USBAT=y
CONFIG_USB_STORAGE_SDDR09=y
CONFIG_USB_STORAGE_SDDR55=y
CONFIG_USB_STORAGE_JUMPSHOT=y
CONFIG_USB_STORAGE_ALAUDA=y
CONFIG_USB_STORAGE_KARMA=y
# CONFIG_USB_LIBUSUAL is not set
#
# USB Imaging devices
#
CONFIG_USB_MDC800=m
CONFIG_USB_MICROTEK=m
CONFIG_USB_MON=y
#
# USB port drivers
#
CONFIG_USB_USS720=m
CONFIG_USB_SERIAL=m
CONFIG_USB_EZUSB=y
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_AIRCABLE=m
CONFIG_USB_SERIAL_AIRPRIME=m
CONFIG_USB_SERIAL_ARK3116=m
CONFIG_USB_SERIAL_BELKIN=m
# CONFIG_USB_SERIAL_CH341 is not set
CONFIG_USB_SERIAL_WHITEHEAT=m
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
CONFIG_USB_SERIAL_CP2101=m
CONFIG_USB_SERIAL_CYPRESS_M8=m
CONFIG_USB_SERIAL_EMPEG=m
CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_FUNSOFT=m
CONFIG_USB_SERIAL_VISOR=m
CONFIG_USB_SERIAL_IPAQ=m
CONFIG_USB_SERIAL_IR=m
CONFIG_USB_SERIAL_EDGEPORT=m
CONFIG_USB_SERIAL_EDGEPORT_TI=m
CONFIG_USB_SERIAL_GARMIN=m
CONFIG_USB_SERIAL_IPW=m
# CONFIG_USB_SERIAL_IUU is not set
CONFIG_USB_SERIAL_KEYSPAN_PDA=m
CONFIG_USB_SERIAL_KEYSPAN=m
CONFIG_USB_SERIAL_KEYSPAN_MPR=y
CONFIG_USB_SERIAL_KEYSPAN_USA28=y
CONFIG_USB_SERIAL_KEYSPAN_USA28X=y
CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y
CONFIG_USB_SERIAL_KEYSPAN_USA19=y
CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
CONFIG_USB_SERIAL_KEYSPAN_USA19W=y
CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y
CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
CONFIG_USB_SERIAL_KEYSPAN_USA49W=y
CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
CONFIG_USB_SERIAL_KLSI=m
CONFIG_USB_SERIAL_KOBIL_SCT=m
CONFIG_USB_SERIAL_MCT_U232=m
CONFIG_USB_SERIAL_MOS7720=m
CONFIG_USB_SERIAL_MOS7840=m
CONFIG_USB_SERIAL_NAVMAN=m
CONFIG_USB_SERIAL_PL2303=m
CONFIG_USB_SERIAL_OTI6858=m
CONFIG_USB_SERIAL_HP4X=m
CONFIG_USB_SERIAL_SAFE=m
CONFIG_USB_SERIAL_SAFE_PADDED=y
CONFIG_USB_SERIAL_SIERRAWIRELESS=m
CONFIG_USB_SERIAL_TI=m
CONFIG_USB_SERIAL_CYBERJACK=m
CONFIG_USB_SERIAL_XIRCOM=m
CONFIG_USB_SERIAL_OPTION=m
CONFIG_USB_SERIAL_OMNINET=m
CONFIG_USB_SERIAL_DEBUG=m
#
# USB Miscellaneous drivers
#
CONFIG_USB_EMI62=m
CONFIG_USB_EMI26=m
CONFIG_USB_ADUTUX=m
CONFIG_USB_AUERSWALD=m
CONFIG_USB_RIO500=m
CONFIG_USB_LEGOTOWER=m
CONFIG_USB_LCD=m
CONFIG_USB_BERRY_CHARGE=m
CONFIG_USB_LED=m
CONFIG_USB_CYPRESS_CY7C63=m
CONFIG_USB_CYTHERM=m
CONFIG_USB_PHIDGET=m
CONFIG_USB_PHIDGETKIT=m
CONFIG_USB_PHIDGETMOTORCONTROL=m
CONFIG_USB_PHIDGETSERVO=m
CONFIG_USB_IDMOUSE=m
CONFIG_USB_FTDI_ELAN=m
CONFIG_USB_APPLEDISPLAY=m
CONFIG_USB_SISUSBVGA=m
CONFIG_USB_SISUSBVGA_CON=y
CONFIG_USB_LD=m
CONFIG_USB_TRANCEVIBRATOR=m
CONFIG_USB_IOWARRIOR=m
CONFIG_USB_TEST=m
CONFIG_USB_ATM=m
CONFIG_USB_SPEEDTOUCH=m
CONFIG_USB_CXACRU=m
CONFIG_USB_UEAGLEATM=m
CONFIG_USB_XUSBATM=m
# CONFIG_USB_GADGET is not set
CONFIG_MMC=m
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_UNSAFE_RESUME is not set
#
# MMC/SD Card Drivers
#
CONFIG_MMC_BLOCK=m
CONFIG_MMC_BLOCK_BOUNCE=y
# CONFIG_SDIO_UART is not set
#
# MMC/SD Host Controller Drivers
#
CONFIG_MMC_SDHCI=m
CONFIG_MMC_RICOH_MMC=m
CONFIG_MMC_WBSD=m
CONFIG_MMC_TIFM_SD=m
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=m
#
# LED drivers
#
CONFIG_LEDS_NET48XX=m
CONFIG_LEDS_WRAP=m
# CONFIG_LEDS_CLEVO_MAIL is not set
#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=m
CONFIG_LEDS_TRIGGER_IDE_DISK=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=m
CONFIG_INFINIBAND=m
CONFIG_INFINIBAND_USER_MAD=m
CONFIG_INFINIBAND_USER_ACCESS=m
CONFIG_INFINIBAND_USER_MEM=y
CONFIG_INFINIBAND_ADDR_TRANS=y
CONFIG_INFINIBAND_MTHCA=m
CONFIG_INFINIBAND_MTHCA_DEBUG=y
CONFIG_INFINIBAND_AMSO1100=m
# CONFIG_INFINIBAND_AMSO1100_DEBUG is not set
CONFIG_MLX4_INFINIBAND=m
# CONFIG_INFINIBAND_NES is not set
CONFIG_INFINIBAND_IPOIB=m
# CONFIG_INFINIBAND_IPOIB_CM is not set
CONFIG_INFINIBAND_IPOIB_DEBUG=y
# CONFIG_INFINIBAND_IPOIB_DEBUG_DATA is not set
CONFIG_INFINIBAND_SRP=m
CONFIG_INFINIBAND_ISER=m
# CONFIG_EDAC is not set
CONFIG_RTC_LIB=m
CONFIG_RTC_CLASS=m
#
# Conflicting RTC option has been selected, check GEN_RTC and RTC
#
#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
CONFIG_RTC_INTF_DEV_UIE_EMUL=y
CONFIG_RTC_DRV_TEST=m
#
# I2C RTC drivers
#
CONFIG_RTC_DRV_DS1307=m
# CONFIG_RTC_DRV_DS1374 is not set
CONFIG_RTC_DRV_DS1672=m
CONFIG_RTC_DRV_MAX6900=m
CONFIG_RTC_DRV_RS5C372=m
CONFIG_RTC_DRV_ISL1208=m
CONFIG_RTC_DRV_X1205=m
CONFIG_RTC_DRV_PCF8563=m
CONFIG_RTC_DRV_PCF8583=m
CONFIG_RTC_DRV_M41T80=m
CONFIG_RTC_DRV_M41T80_WDT=y
#
# SPI RTC drivers
#
#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=m
# CONFIG_RTC_DRV_DS1511 is not set
CONFIG_RTC_DRV_DS1553=m
CONFIG_RTC_DRV_DS1742=m
CONFIG_RTC_DRV_STK17TA8=m
CONFIG_RTC_DRV_M48T86=m
CONFIG_RTC_DRV_M48T59=m
CONFIG_RTC_DRV_V3020=m
#
# on-CPU RTC drivers
#
# CONFIG_DMADEVICES is not set
CONFIG_AUXDISPLAY=y
# CONFIG_KS0108 is not set
#
# Userspace I/O
#
CONFIG_UIO=m
CONFIG_UIO_CIF=m
#
# Firmware Drivers
#
CONFIG_EDD=m
CONFIG_DELL_RBU=m
CONFIG_DCDBAS=m
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=y
CONFIG_EXT4DEV_FS_XATTR=y
CONFIG_EXT4DEV_FS_POSIX_ACL=y
CONFIG_EXT4DEV_FS_SECURITY=y
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
CONFIG_REISERFS_FS_SECURITY=y
CONFIG_JFS_FS=y
CONFIG_JFS_POSIX_ACL=y
CONFIG_JFS_SECURITY=y
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_XFS_FS=y
CONFIG_XFS_QUOTA=y
CONFIG_XFS_SECURITY=y
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
CONFIG_GFS2_FS=y
CONFIG_GFS2_FS_LOCKING_NOLOCK=m
CONFIG_GFS2_FS_LOCKING_DLM=m
CONFIG_OCFS2_FS=y
CONFIG_OCFS2_DEBUG_MASKLOG=y
# CONFIG_OCFS2_DEBUG_FS is not set
CONFIG_DNOTIFY=y
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_QUOTA=y
# CONFIG_QUOTA_NETLINK_INTERFACE is not set
CONFIG_PRINT_QUOTA_WARNING=y
CONFIG_QFMT_V1=m
CONFIG_QFMT_V2=m
CONFIG_QUOTACTL=y
CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m
CONFIG_FUSE_FS=m
CONFIG_GENERIC_ACL=y
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=y
CONFIG_UDF_NLS=y
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_NTFS_FS=y
# CONFIG_NTFS_DEBUG is not set
CONFIG_NTFS_RW=y
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_CONFIGFS_FS=y
#
# Miscellaneous filesystems
#
CONFIG_ADFS_FS=m
# CONFIG_ADFS_FS_RW is not set
CONFIG_AFFS_FS=m
# CONFIG_ECRYPT_FS is not set
CONFIG_HFS_FS=m
CONFIG_HFSPLUS_FS=m
CONFIG_BEFS_FS=m
# CONFIG_BEFS_DEBUG is not set
CONFIG_BFS_FS=m
CONFIG_EFS_FS=m
CONFIG_CRAMFS=m
CONFIG_VXFS_FS=m
CONFIG_MINIX_FS=y
CONFIG_HPFS_FS=m
CONFIG_QNX4FS_FS=m
CONFIG_ROMFS_FS=y
CONFIG_SYSV_FS=m
CONFIG_UFS_FS=m
# CONFIG_UFS_FS_WRITE is not set
# CONFIG_UFS_DEBUG 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 is not set
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
CONFIG_NFSD_V4=y
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=m
CONFIG_SUNRPC_XPRT_RDMA=m
# CONFIG_SUNRPC_BIND34 is not set
CONFIG_RPCSEC_GSS_KRB5=m
CONFIG_RPCSEC_GSS_SPKM3=m
CONFIG_SMB_FS=m
# CONFIG_SMB_NLS_DEFAULT is not set
CONFIG_CIFS=m
# CONFIG_CIFS_STATS is not set
CONFIG_CIFS_WEAK_PW_HASH=y
# CONFIG_CIFS_XATTR is not set
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_EXPERIMENTAL is not set
CONFIG_NCP_FS=m
CONFIG_NCPFS_PACKET_SIGNING=y
CONFIG_NCPFS_IOCTL_LOCKING=y
CONFIG_NCPFS_STRONG=y
CONFIG_NCPFS_NFS_NS=y
CONFIG_NCPFS_OS2_NS=y
CONFIG_NCPFS_SMALLDOS=y
CONFIG_NCPFS_NLS=y
CONFIG_NCPFS_EXTRAS=y
CONFIG_CODA_FS=m
# CONFIG_CODA_FS_OLD_API is not set
CONFIG_AFS_FS=m
# CONFIG_AFS_DEBUG is not set
CONFIG_9P_FS=m
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
# CONFIG_MINIX_SUBPARTITION is not set
CONFIG_SOLARIS_X86_PARTITION=y
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
CONFIG_KARMA_PARTITION=y
# CONFIG_EFI_PARTITION is not set
# CONFIG_SYSV68_PARTITION is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_CODEPAGE_737=m
CONFIG_NLS_CODEPAGE_775=m
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_852=m
CONFIG_NLS_CODEPAGE_855=m
CONFIG_NLS_CODEPAGE_857=m
CONFIG_NLS_CODEPAGE_860=y
CONFIG_NLS_CODEPAGE_861=m
CONFIG_NLS_CODEPAGE_862=m
CONFIG_NLS_CODEPAGE_863=m
CONFIG_NLS_CODEPAGE_864=m
CONFIG_NLS_CODEPAGE_865=m
CONFIG_NLS_CODEPAGE_866=m
CONFIG_NLS_CODEPAGE_869=m
CONFIG_NLS_CODEPAGE_936=m
CONFIG_NLS_CODEPAGE_950=m
CONFIG_NLS_CODEPAGE_932=m
CONFIG_NLS_CODEPAGE_949=m
CONFIG_NLS_CODEPAGE_874=m
CONFIG_NLS_ISO8859_8=m
CONFIG_NLS_CODEPAGE_1250=m
CONFIG_NLS_CODEPAGE_1251=m
CONFIG_NLS_ASCII=m
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_2=m
CONFIG_NLS_ISO8859_3=m
CONFIG_NLS_ISO8859_4=m
CONFIG_NLS_ISO8859_5=m
CONFIG_NLS_ISO8859_6=m
CONFIG_NLS_ISO8859_7=m
CONFIG_NLS_ISO8859_9=m
CONFIG_NLS_ISO8859_13=m
CONFIG_NLS_ISO8859_14=m
CONFIG_NLS_ISO8859_15=m
CONFIG_NLS_KOI8_R=m
CONFIG_NLS_KOI8_U=m
CONFIG_NLS_UTF8=y
CONFIG_DLM=m
# CONFIG_DLM_DEBUG is not set
#
# 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 is not set
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_LATENCYTOP is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_SAMPLES is not set
CONFIG_EARLY_PRINTK=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
#
# 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 is not set
# CONFIG_SECURITY_ROOTPLUG is not set
CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
CONFIG_XOR_BLOCKS=y
CONFIG_ASYNC_CORE=y
CONFIG_ASYNC_MEMCPY=y
CONFIG_ASYNC_XOR=y
CONFIG_CRYPTO=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_AEAD=m
CONFIG_CRYPTO_BLKCIPHER=y
# CONFIG_CRYPTO_SEQIV is not set
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_MD4=y
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
CONFIG_CRYPTO_WP512=y
CONFIG_CRYPTO_TGR192=y
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_PCBC=y
CONFIG_CRYPTO_LRW=y
# CONFIG_CRYPTO_XTS is not set
# CONFIG_CRYPTO_CTR is not set
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_CCM is not set
CONFIG_CRYPTO_CRYPTD=m
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_FCRYPT=y
CONFIG_CRYPTO_BLOWFISH=y
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_TWOFISH_COMMON=y
CONFIG_CRYPTO_TWOFISH_586=y
CONFIG_CRYPTO_SERPENT=y
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_586=y
CONFIG_CRYPTO_CAST5=y
CONFIG_CRYPTO_CAST6=y
CONFIG_CRYPTO_TEA=y
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_KHAZAD=y
CONFIG_CRYPTO_ANUBIS=y
CONFIG_CRYPTO_SEED=m
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_586 is not set
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CAMELLIA=y
CONFIG_CRYPTO_TEST=m
# CONFIG_CRYPTO_AUTHENC is not set
# CONFIG_CRYPTO_LZO is not set
CONFIG_CRYPTO_HW=y
CONFIG_CRYPTO_DEV_PADLOCK=m
CONFIG_CRYPTO_DEV_PADLOCK_AES=m
CONFIG_CRYPTO_DEV_PADLOCK_SHA=m
CONFIG_CRYPTO_DEV_GEODE=m
# CONFIG_CRYPTO_DEV_HIFN_795X is not set
CONFIG_VIRTUALIZATION=y
CONFIG_LGUEST=m
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_BALLOON is not set
#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_CRC_CCITT=m
CONFIG_CRC16=y
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
CONFIG_CRC7=m
CONFIG_LIBCRC32C=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_CHECK_SIGNATURE=y
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
2008-02-11 0:44 Linux 2.6.25-rc1 Linus Torvalds
2008-02-11 1:36 ` Sergio Luis
@ 2008-02-11 1:47 ` Mr. James W. Laferriere
2008-02-11 7:02 ` Ray Lee
2008-02-11 13:26 ` Sam Ravnborg
2008-02-11 3:14 ` Linux 2.6.25-rc1 Gene Heskett
` (5 subsequent siblings)
7 siblings, 2 replies; 36+ messages in thread
From: Mr. James W. Laferriere @ 2008-02-11 1:47 UTC (permalink / raw)
To: Linux Kernel Mailing List
Hello All , grabbed using git just moments ago .
make V=1 KBUILD_VERBOSE=1 INSTALL_PATH=/boot clean all install modules_install
...snip...
make -f scripts/Makefile.clean obj=sound/usb/usx2y
make -f scripts/Makefile.clean obj=usr
rm -rf .tmp_versions
rm -f arch/x86/boot/fdimage arch/x86/boot/image.iso arch/x86/boot/mtools.conf
vmlinux System.map .tmp_kallsyms* .tmp_version .tmp_vmlinux* .tmp_System.map
rm -f include/config/kernel.release
echo 2.6.25-rc1 > include/config/kernel.release
set -e; ; mkdir -p include/linux/; (echo \#define LINUX_VERSION_CODE
132633; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))';)
< /usr/src/linux-2.6.25-rc1-git/Makefile > include/linux/version.h.tmp; if [ -r
include/linux/version.h ] && cmp -s include/linux/version.h
include/linux/version.h.tmp; then rm -f include/linux/version.h.tmp; else ; mv
-f include/linux/version.h.tmp include/linux/version.h; fi
/bin/sh: -c: line 0: syntax error near unexpected token `;'
/bin/sh: -c: line 0: `set -e; ; mkdir -p include/linux/; (echo \#define
LINUX_VERSION_CODE 132633; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) +
((b) << 8) + (c))';) < /usr/src/linux-2.6.25-rc1-git/Makefile >
include/linux/version.h.tmp; if [ -r include/linux/version.h ] && cmp -s
include/linux/version.h include/linux/version.h.tmp; then rm -f
include/linux/version.h.tmp; else ; mv -f include/linux/version.h.tmp
include/linux/version.h; fi'
make: *** [include/linux/version.h] Error 2
# scripts/ver_linux
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.
Linux filesrv2 2.6.23-rc9 #1 SMP Wed Oct 3 02:12:33 UTC 2007 i686 pentium4 i386 GNU/Linux
Gnu C 3.4.6
Gnu make 3.81
binutils 2.15.92.0.2
util-linux 2.12r
mount 2.12r
module-init-tools 3.2.2
e2fsprogs 1.38
jfsutils 1.1.11
reiserfsprogs 3.6.19
xfsprogs 2.8.10
pcmciautils 014
pcmcia-cs 3.2.8
quota-tools 3.13.
PPP 2.4.4
Linux C Library 2.3.6
Dynamic linker (ldd) 2.3.6
Linux C++ Library 6.0.3
Procps 3.2.7
Net-tools 1.60
Kbd 1.12
oprofile 0.9.1
Sh-utils 5.97
udev 097
Modules Loaded
--
+------------------------------------------------------------------+
| James W. Laferriere | System Techniques | Give me VMS |
| Network&System Engineer | 2133 McCullam Ave | Give me Linux |
| babydr@baby-dragons.com | Fairbanks, AK. 99701 | only on AXP |
+------------------------------------------------------------------+
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: Linux 2.6.25-rc1
2008-02-11 0:44 Linux 2.6.25-rc1 Linus Torvalds
2008-02-11 1:36 ` Sergio Luis
2008-02-11 1:47 ` Linux 2.6.25-rc1 , syntax error near unexpected token `;' Mr. James W. Laferriere
@ 2008-02-11 3:14 ` Gene Heskett
2008-02-11 7:39 ` Brice Goglin
` (4 subsequent siblings)
7 siblings, 0 replies; 36+ messages in thread
From: Gene Heskett @ 2008-02-11 3:14 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux Kernel Mailing List
On Sunday 10 February 2008, Linus Torvalds wrote:
>Ok, it's a bloody large -rc (as was 24-rc1, for that matter), probably
>because the 2.6.24 release cycle dragged out, so people had a lot of
>things pending.
>
>The full diff is something like 11MB and 1.4M lines of diffs, with the
>bulk of the stuff being in architecture updates and drivers.
>
>Just to have some fun, I did trivial statistics, and of the 1.4M lines of
>diffs, about 38% - 530k lines - were in architecture files (400k+ lines of
>diffs in arch/, 100k+ lines of diffs in include/asm-*), and another big
>chunk is in drivers (including sound) at about 44% - 610k lines - of
>changes.
>
>The rest comes in much smaller, but still noticeable is networking (8% -
>110k lines), with filesystems at 4%, and documentation at about 2%. The
>remaining crumbles being spread out mostly over block layer, crypto,
>kernel core, and security layer updates (ie SElinux and smack).
>
>[ Just to make it more obvious how driver and architecture-dominated the
> kernel changelogs are: just the network driver changes were 200kloc, and
> even just infiniband - which came way behind not just networking
> drivers, but also DVB, SCSI, char and ide - generated more lines of code
> changed than the "core" kernel code under the kernel/ subdirectory.
>
> And that's despite the fact that the "core" code was actually under a
> fairly active merge cycle, with a lot of namespace- and scheduling-
> related stuff. ]
>
>Now, some of that is files moving about and other reorganizations (SH and
>to a lesser degree sparc starting to merge 32-bit and 64-bit
>architectures), but most of it really is just the normal flood of changes
>and new driver or platform support.
>
>The full shortlog is half a meg in size (and the diffstat is even bigger),
>so I won't be including that here, but some things that may be worth
>pointing out not because they are big in line sizes, but because they have
>potential to be noticed by more people:
>
> - the intel graphics driver is starting to do suspend/resume natively
> (ie even without X support), which is a welcome sign of the times and
> may help some people. It helped on my laptop.
>
> - Other suspend/resume changes in device access ordering etc, and the
> usual ACPI changes means that we really want reports from people about
> this all even if you don't have intel graphics.
>
> - Lots of cleanups from the x86 merge (making more and more use of common
> files), but also the big page attribute stuff is in and caused a fair
> amount of churn, and while most of the issues should have been very
> obvious and all got fixed, this is definitely one of those things that
> we want a lot of very wide testing of to make sure nothing regressed.
>
> - fair number of changes to things like the legacy IDE drivers too, and a
> totally new driver for the very common PCIE version of the Intel e1000
> network card etc.
>
> - .. and I've probably totally forgotten about tons of other stuff I
> should have mentioned, but the point is that not only do we have lots
> of new core, we do have a fair amout of changes to basic stuff that can
> actually affect perfectly bog-standard hardware setups.
>
>So give it all a good testing.
I just did, and while non-x seems stable, the latest nvidia driver, about a
week old, will not build a valid kernel module, so X bails out with a failed
to load it, even though its sitting
in /lib/modules/`uname -r`/kernel/drivers/video with exactly the same length
as the one built for 2.6.24. The nvidia-installer log recommends doing
a 'make prepare' which I did, but nvidia still errors out during the module
build. So obviously I am back to 2.6.24, and my next stop is the nvidia web
site to see if they have a fix.
Other than that, it feels good.
> Linus
>--
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/
--
Cheers, Gene
"There are four boxes to be used in defense of liberty:
soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Idleness is the holiday of fools.
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
2008-02-11 1:47 ` Linux 2.6.25-rc1 , syntax error near unexpected token `;' Mr. James W. Laferriere
@ 2008-02-11 7:02 ` Ray Lee
2008-02-11 13:29 ` [patch] " Oleg Verych
2008-02-11 13:26 ` Sam Ravnborg
1 sibling, 1 reply; 36+ messages in thread
From: Ray Lee @ 2008-02-11 7:02 UTC (permalink / raw)
To: Mr. James W. Laferriere, Sam Ravnborg; +Cc: Linux Kernel Mailing List
On Feb 10, 2008 5:47 PM, Mr. James W. Laferriere
<babydr@baby-dragons.com> wrote:
> Hello All , grabbed using git just moments ago .
>
> make V=1 KBUILD_VERBOSE=1 INSTALL_PATH=/boot clean all install modules_install
>
> ...snip...
> make -f scripts/Makefile.clean obj=sound/usb/usx2y
> make -f scripts/Makefile.clean obj=usr
> rm -rf .tmp_versions
> rm -f arch/x86/boot/fdimage arch/x86/boot/image.iso arch/x86/boot/mtools.conf
> vmlinux System.map .tmp_kallsyms* .tmp_version .tmp_vmlinux* .tmp_System.map
> rm -f include/config/kernel.release
> echo 2.6.25-rc1 > include/config/kernel.release
> set -e; ; mkdir -p include/linux/; (echo \#define LINUX_VERSION_CODE
> 132633; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))';)
> < /usr/src/linux-2.6.25-rc1-git/Makefile > include/linux/version.h.tmp; if [ -r
> include/linux/version.h ] && cmp -s include/linux/version.h
> include/linux/version.h.tmp; then rm -f include/linux/version.h.tmp; else ; mv
> -f include/linux/version.h.tmp include/linux/version.h; fi
> /bin/sh: -c: line 0: syntax error near unexpected token `;'
> /bin/sh: -c: line 0: `set -e; ; mkdir -p include/linux/; (echo \#define
> LINUX_VERSION_CODE 132633; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) +
> ((b) << 8) + (c))';) < /usr/src/linux-2.6.25-rc1-git/Makefile >
> include/linux/version.h.tmp; if [ -r include/linux/version.h ] && cmp -s
> include/linux/version.h include/linux/version.h.tmp; then rm -f
> include/linux/version.h.tmp; else ; mv -f include/linux/version.h.tmp
> include/linux/version.h; fi'
> make: *** [include/linux/version.h] Error 2
>
>
> # scripts/ver_linux
> If some fields are empty or look unusual you may have an old version.
> Compare to the current minimal requirements in Documentation/Changes.
>
> Linux filesrv2 2.6.23-rc9 #1 SMP Wed Oct 3 02:12:33 UTC 2007 i686 pentium4 i386 GNU/Linux
>
> Gnu C 3.4.6
> Gnu make 3.81
> binutils 2.15.92.0.2
> util-linux 2.12r
> mount 2.12r
> module-init-tools 3.2.2
> e2fsprogs 1.38
> jfsutils 1.1.11
> reiserfsprogs 3.6.19
> xfsprogs 2.8.10
> pcmciautils 014
> pcmcia-cs 3.2.8
> quota-tools 3.13.
> PPP 2.4.4
> Linux C Library 2.3.6
> Dynamic linker (ldd) 2.3.6
> Linux C++ Library 6.0.3
> Procps 3.2.7
> Net-tools 1.60
> Kbd 1.12
> oprofile 0.9.1
> Sh-utils 5.97
> udev 097
> Modules Loaded
>
> --
Please send your .config as well so someone can try to reproduce this.
And have you done a make mrproper first before trying to compile?
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: Linux 2.6.25-rc1
2008-02-11 0:44 Linux 2.6.25-rc1 Linus Torvalds
` (2 preceding siblings ...)
2008-02-11 3:14 ` Linux 2.6.25-rc1 Gene Heskett
@ 2008-02-11 7:39 ` Brice Goglin
2008-02-11 15:16 ` Arjan van de Ven
2008-02-11 11:19 ` parisc - error: 'VMALLOC_START' undeclared Domenico Andreoli
` (3 subsequent siblings)
7 siblings, 1 reply; 36+ messages in thread
From: Brice Goglin @ 2008-02-11 7:39 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux Kernel Mailing List
Linus Torvalds wrote:
> - Lots of cleanups from the x86 merge (making more and more use of common
> files), but also the big page attribute stuff is in and caused a fair
> amount of churn, and while most of the issues should have been very
> obvious and all got fixed, this is definitely one of those things that
> we want a lot of very wide testing of to make sure nothing regressed.
>
Now that __ioremap isn't available anymore, is there anything in the new
pageattr stuff to replace a manual __ioremap with __PAGE_PCD or
__PAGE_PSE? or do we have to wait for 2.6.26 to bring PAT support? I
don't see any new function accepting random page attributes as __ioremap
did.
thanks,
Brice
^ permalink raw reply [flat|nested] 36+ messages in thread
* parisc - error: 'VMALLOC_START' undeclared...
2008-02-11 0:44 Linux 2.6.25-rc1 Linus Torvalds
` (3 preceding siblings ...)
2008-02-11 7:39 ` Brice Goglin
@ 2008-02-11 11:19 ` Domenico Andreoli
2008-02-11 12:06 ` Adrian Bunk
2008-02-11 13:31 ` Linux 2.6.25-rc1 Sam Ravnborg
` (2 subsequent siblings)
7 siblings, 1 reply; 36+ messages in thread
From: Domenico Andreoli @ 2008-02-11 11:19 UTC (permalink / raw)
To: Linux Kernel Mailing List
Hi,
in building 2.6.25-rc1:
CC arch/parisc/kernel/asm-offsets.s
In file included from include/asm/pgtable.h:13,
from arch/parisc/kernel/asm-offsets.c:36:
include/linux/mm.h: In function 'is_vmalloc_addr':
include/linux/mm.h:243: error: 'VMALLOC_START' undeclared (first use in this function)
include/linux/mm.h:243: error: (Each undeclared identifier is reported only once
include/linux/mm.h:243: error: for each function it appears in.)
include/linux/mm.h:243: error: 'VMALLOC_END' undeclared (first use in this function)
make[1]: *** [arch/parisc/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2
bisected to commit 9e2779fa281cfda13ac060753d674bbcaa23367e. it looks
like is_vmalloc_addr() did not arrive down to the parisc stuff.
cheers,
Domenico
-----[ Domenico Andreoli, aka cavok
--[ http://www.dandreoli.com/gpgkey.asc
---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: parisc - error: 'VMALLOC_START' undeclared...
2008-02-11 11:19 ` parisc - error: 'VMALLOC_START' undeclared Domenico Andreoli
@ 2008-02-11 12:06 ` Adrian Bunk
0 siblings, 0 replies; 36+ messages in thread
From: Adrian Bunk @ 2008-02-11 12:06 UTC (permalink / raw)
To: Linux Kernel Mailing List, Kyle McMartin
On Mon, Feb 11, 2008 at 12:19:53PM +0100, Domenico Andreoli wrote:
> Hi,
>
> in building 2.6.25-rc1:
>
> CC arch/parisc/kernel/asm-offsets.s
> In file included from include/asm/pgtable.h:13,
> from arch/parisc/kernel/asm-offsets.c:36:
> include/linux/mm.h: In function 'is_vmalloc_addr':
> include/linux/mm.h:243: error: 'VMALLOC_START' undeclared (first use in this function)
> include/linux/mm.h:243: error: (Each undeclared identifier is reported only once
> include/linux/mm.h:243: error: for each function it appears in.)
> include/linux/mm.h:243: error: 'VMALLOC_END' undeclared (first use in this function)
> make[1]: *** [arch/parisc/kernel/asm-offsets.s] Error 1
> make: *** [prepare0] Error 2
>
> bisected to commit 9e2779fa281cfda13ac060753d674bbcaa23367e. it looks
> like is_vmalloc_addr() did not arrive down to the parisc stuff.
Kyle, you said you had a patch for this issue.
> cheers,
> Domenico
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
2008-02-11 1:47 ` Linux 2.6.25-rc1 , syntax error near unexpected token `;' Mr. James W. Laferriere
2008-02-11 7:02 ` Ray Lee
@ 2008-02-11 13:26 ` Sam Ravnborg
2008-02-12 3:37 ` Mr. James W. Laferriere
1 sibling, 1 reply; 36+ messages in thread
From: Sam Ravnborg @ 2008-02-11 13:26 UTC (permalink / raw)
To: Mr. James W. Laferriere; +Cc: Linux Kernel Mailing List
On Sun, Feb 10, 2008 at 04:47:43PM -0900, Mr. James W. Laferriere wrote:
> Hello All , grabbed using git just moments ago .
>
> make V=1 KBUILD_VERBOSE=1 INSTALL_PATH=/boot clean all install
> modules_install
>
> ...snip...
> make -f scripts/Makefile.clean obj=sound/usb/usx2y
> make -f scripts/Makefile.clean obj=usr
> rm -rf .tmp_versions
> rm -f arch/x86/boot/fdimage arch/x86/boot/image.iso
> arch/x86/boot/mtools.conf vmlinux System.map .tmp_kallsyms* .tmp_version
> .tmp_vmlinux* .tmp_System.map
> rm -f include/config/kernel.release
> echo 2.6.25-rc1 > include/config/kernel.release
> set -e; ; mkdir -p include/linux/; (echo \#define LINUX_VERSION_CODE
> 132633; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) +
> (c))';) < /usr/src/linux-2.6.25-rc1-git/Makefile >
> include/linux/version.h.tmp; if [ -r include/linux/version.h ] && cmp -s
> include/linux/version.h include/linux/version.h.tmp; then rm -f
> include/linux/version.h.tmp; else ; mv -f include/linux/version.h.tmp
> include/linux/version.h; fi
> /bin/sh: -c: line 0: syntax error near unexpected token `;'
> /bin/sh: -c: line 0: `set -e; ; mkdir -p include/linux/; (echo
> \#define LINUX_VERSION_CODE 132633; echo '#define KERNEL_VERSION(a,b,c)
> (((a) << 16) + ((b) << 8) + (c))';) <
> /usr/src/linux-2.6.25-rc1-git/Makefile > include/linux/version.h.tmp; if [
> -r include/linux/version.h ] && cmp -s include/linux/version.h
> include/linux/version.h.tmp; then rm -f include/linux/version.h.tmp; else ;
> mv -f include/linux/version.h.tmp include/linux/version.h; fi'
> make: *** [include/linux/version.h] Error 2
Please use following fix.
Sam
diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include
index da3559e..d64e6ba 100644
--- a/scripts/Kbuild.include
+++ b/scripts/Kbuild.include
@@ -39,10 +39,13 @@ escsq = $(subst $(squote),'\$(squote)',$1)
# - If they are equal no change, and no timestamp update
# - stdin is piped in from the first prerequisite ($<) so one has
# to specify a valid file as first prerequisite (often the kbuild file)
+ chk_filechk = :
quiet_chk_filechk = echo ' CHK $@'
silent_chk_filechk = :
+ upd_filechk = :
quiet_upd_filechk = echo ' UPD $@'
silent_upd_filechk = :
+
define filechk
$(Q)set -e; \
$($(quiet)chk_filechk); \
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [patch] Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
2008-02-11 7:02 ` Ray Lee
@ 2008-02-11 13:29 ` Oleg Verych
0 siblings, 0 replies; 36+ messages in thread
From: Oleg Verych @ 2008-02-11 13:29 UTC (permalink / raw)
To: Ray Lee, Mr. James W. Laferriere; +Cc: Linux Kernel Mailing List
>> set -e; ; mkdir -p include/linux/; (echo \#define LINUX_VERSION_CODE
http://mid.gmane.org/20080211024640.GF24008@flower.upol.cz
_____
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: Linux 2.6.25-rc1
2008-02-11 0:44 Linux 2.6.25-rc1 Linus Torvalds
` (4 preceding siblings ...)
2008-02-11 11:19 ` parisc - error: 'VMALLOC_START' undeclared Domenico Andreoli
@ 2008-02-11 13:31 ` Sam Ravnborg
2008-02-11 16:17 ` Mike Frysinger
2008-02-11 16:47 ` [PATCH] kbuild: fix make V=1 Sam Ravnborg
2008-02-11 21:46 ` Linux 2.6.25-rc1 Torsten Kaiser
2008-02-12 8:18 ` [ata crash] " Ingo Molnar
7 siblings, 2 replies; 36+ messages in thread
From: Sam Ravnborg @ 2008-02-11 13:31 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Mike Frysinger
Hi Linus.
A kbuild bug sneaked in. Please pull from:
ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild.git
to fix the following bug.
Sam
>From 49af821e4b1c07e756cbc2e389eba9d885912602 Mon Sep 17 00:00:00 2001
From: Sam Ravnborg <sam@ravnborg.org>
Date: Mon, 11 Feb 2008 14:26:26 +0100
Subject: [PATCH] kbuild: fix make V=1
When make -s support were added to filechk to
combination created with make V=1 were not
covered.
Fix it by explicitly cover this case too.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Mike Frysinger <vapier@gentoo.org>
---
scripts/Kbuild.include | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include
index da3559e..d64e6ba 100644
--- a/scripts/Kbuild.include
+++ b/scripts/Kbuild.include
@@ -39,10 +39,13 @@ escsq = $(subst $(squote),'\$(squote)',$1)
# - If they are equal no change, and no timestamp update
# - stdin is piped in from the first prerequisite ($<) so one has
# to specify a valid file as first prerequisite (often the kbuild file)
+ chk_filechk = :
quiet_chk_filechk = echo ' CHK $@'
silent_chk_filechk = :
+ upd_filechk = :
quiet_upd_filechk = echo ' UPD $@'
silent_upd_filechk = :
+
define filechk
$(Q)set -e; \
$($(quiet)chk_filechk); \
--
1.5.4.rc3.14.g44397
^ permalink raw reply related [flat|nested] 36+ messages in thread
* Re: Linux 2.6.25-rc1
2008-02-11 7:39 ` Brice Goglin
@ 2008-02-11 15:16 ` Arjan van de Ven
0 siblings, 0 replies; 36+ messages in thread
From: Arjan van de Ven @ 2008-02-11 15:16 UTC (permalink / raw)
To: Brice Goglin; +Cc: Linus Torvalds, Linux Kernel Mailing List
On Mon, 11 Feb 2008 08:39:11 +0100
Brice Goglin <Brice.Goglin@ens-lyon.org> wrote:
> Linus Torvalds wrote:
> > - Lots of cleanups from the x86 merge (making more and more use of
> > common files), but also the big page attribute stuff is in and
> > caused a fair amount of churn, and while most of the issues should
> > have been very obvious and all got fixed, this is definitely one of
> > those things that we want a lot of very wide testing of to make
> > sure nothing regressed.
>
> Now that __ioremap isn't available anymore, is there anything in the
> new pageattr stuff to replace a manual __ioremap with __PAGE_PCD or
if you want uncached memory, use iorenmap_uncached...
> __PAGE_PSE? or do we have to wait for 2.6.26 to bring PAT support? I
__PAGE_PSE is the large page bit... that should be managed by the core for sure.
(yes I know that the same bit may have different meanings, but it's not __PAGE_PSE then).
PAT has a bunch of complications that really need to be resolved in the core
(eg how to deal with aliases etc etc)
> don't see any new function accepting random page attributes as
> __ioremap did.
correct
--
If you want to reach me at my work email, use arjan@linux.intel.com
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: Linux 2.6.25-rc1
2008-02-11 13:31 ` Linux 2.6.25-rc1 Sam Ravnborg
@ 2008-02-11 16:17 ` Mike Frysinger
2008-02-11 16:47 ` [PATCH] kbuild: fix make V=1 Sam Ravnborg
1 sibling, 0 replies; 36+ messages in thread
From: Mike Frysinger @ 2008-02-11 16:17 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: Linus Torvalds, Linux Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 1168 bytes --]
On Monday 11 February 2008, Sam Ravnborg wrote:
> From 49af821e4b1c07e756cbc2e389eba9d885912602 Mon Sep 17 00:00:00 2001
> From: Sam Ravnborg <sam@ravnborg.org>
> Date: Mon, 11 Feb 2008 14:26:26 +0100
> Subject: [PATCH] kbuild: fix make V=1
>
> When make -s support were added to filechk to
> combination created with make V=1 were not
> covered.
> Fix it by explicitly cover this case too.
>
> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
> Cc: Mike Frysinger <vapier@gentoo.org>
erp, i wondered if there was another case i was missing ... you'll also need
the attached fixed ...
---
When make -s support was added to compile.h, it broke make V=1.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
diff --git a/init/Makefile b/init/Makefile
index c5f157c..781f102 100644
--- a/init/Makefile
+++ b/init/Makefile
@@ -26,7 +26,7 @@ $(obj)/version.o: include/linux/compile.h
# so we regenerate it always.
# mkcompile_h will make sure to only update the
# actual file if its content has changed.
-
+ chk_compile.h = :
quiet_chk_compile.h = echo ' CHK $@'
silent_chk_compile.h = :
include/linux/compile.h: FORCE
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [PATCH] kbuild: fix make V=1
2008-02-11 13:31 ` Linux 2.6.25-rc1 Sam Ravnborg
2008-02-11 16:17 ` Mike Frysinger
@ 2008-02-11 16:47 ` Sam Ravnborg
2008-02-11 23:38 ` Oleg Verych
1 sibling, 1 reply; 36+ messages in thread
From: Sam Ravnborg @ 2008-02-11 16:47 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Mike Frysinger
On Mon, Feb 11, 2008 at 02:31:37PM +0100, Sam Ravnborg wrote:
> Hi Linus.
>
> A kbuild bug sneaked in. Please pull from:
>
> ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild.git
>
> to fix the following bug.
>
> Sam
Mike spotted another missing thing from his initial
patch so I folded it into the fix and pushed out
a new kbuild.git tree.
See updated patch below.
Sam
>From 49af821e4b1c07e756cbc2e389eba9d885912602 Mon Sep 17 00:00:00 2001
From: Sam Ravnborg <sam@ravnborg.org>
Date: Mon, 11 Feb 2008 14:26:26 +0100
Subject: [PATCH] kbuild: fix make V=1
When make -s support were added to filechk to
combination created with make V=1 were not
covered.
Fix it by explicitly cover this case too.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Mike Frysinger <vapier@gentoo.org>
---
scripts/Kbuild.include | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/init/Makefile b/init/Makefile
index c5f157c..4a243df 100644
--- a/init/Makefile
+++ b/init/Makefile
@@ -27,6 +27,7 @@ $(obj)/version.o: include/linux/compile.h
# mkcompile_h will make sure to only update the
# actual file if its content has changed.
+ chk_compile.h = :
quiet_chk_compile.h = echo ' CHK $@'
silent_chk_compile.h = :
include/linux/compile.h: FORCE
diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include
index da3559e..d64e6ba 100644
--- a/scripts/Kbuild.include
+++ b/scripts/Kbuild.include
@@ -39,10 +39,13 @@ escsq = $(subst $(squote),'\$(squote)',$1)
# - If they are equal no change, and no timestamp update
# - stdin is piped in from the first prerequisite ($<) so one has
# to specify a valid file as first prerequisite (often the kbuild file)
+ chk_filechk = :
quiet_chk_filechk = echo ' CHK $@'
silent_chk_filechk = :
+ upd_filechk = :
quiet_upd_filechk = echo ' UPD $@'
silent_upd_filechk = :
+
define filechk
$(Q)set -e; \
$($(quiet)chk_filechk); \
^ permalink raw reply related [flat|nested] 36+ messages in thread
* Re: Linux 2.6.25-rc1
2008-02-11 0:44 Linux 2.6.25-rc1 Linus Torvalds
` (5 preceding siblings ...)
2008-02-11 13:31 ` Linux 2.6.25-rc1 Sam Ravnborg
@ 2008-02-11 21:46 ` Torsten Kaiser
2008-02-11 22:15 ` Andrew Morton
2008-02-12 8:18 ` [ata crash] " Ingo Molnar
7 siblings, 1 reply; 36+ messages in thread
From: Torsten Kaiser @ 2008-02-11 21:46 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Andrew Morton
On Feb 11, 2008 1:44 AM, Linus Torvalds <torvalds@linux-foundation.org> wrote:
> So give it all a good testing.
My mm-mystery-crash has now sneaked into mainline:
[ 1463.829078] BUG: unable to handle kernel NULL pointer dereference
at 0000000000000378
[ 1463.832141] IP: [<ffffffff8047af18>] ether1394_dg_complete+0x28/0xa0
[ 1463.834616] PGD 7955e067 PUD 7955d067 PMD 0
[ 1463.836148] Oops: 0000 [1] SMP
[ 1463.836148] CPU 0
[ 1463.836148] Modules linked in: radeon drm w83792d ipv6 tuner
tea5767 tda8290 tuner_xc2028 tda9887 tuner_simple mt20xx tea5761
tvaudio msp3400 bttv videodev v4l1_compat ir_common compat_ioctl32
v4l2_common videobuf_dma_sg videobuf_core btcx_risc usbhid tveeprom sg
i2c_nforce2 hid pata_amd
[ 1463.836148] Pid: 519, comm: khpsbpkt Not tainted 2.6.25-rc1 #1
[ 1463.836148] RIP: 0010:[<ffffffff8047af18>] [<ffffffff8047af18>]
ether1394_dg_complete+0x28/0xa0
[ 1463.836148] RSP: 0000:ffff81007eeb1e80 EFLAGS: 00010282
[ 1463.836148] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000001
[ 1463.836148] RDX: ffff81004bc62d80 RSI: 0000000000000000 RDI: ffff810051873e40
[ 1463.836148] RBP: ffff81007eeb1eb0 R08: 0000000000000000 R09: 0000000000000001
[ 1463.836148] R10: 0000000000000001 R11: 0000000000000001 R12: ffff810051873e40
[ 1463.836148] R13: ffff81007e1f7200 R14: 0000000000000001 R15: ffff810051873e40
[ 1463.836148] FS: 00007f727d6d4700(0000) GS:ffffffff807e8000(0000)
knlGS:0000000000000000
[ 1463.836148] CS: 0010 DS: 0018 ES: 0018 CR0: 000000008005003b
[ 1463.836148] CR2: 0000000000000378 CR3: 0000000079559000 CR4: 00000000000006e0
[ 1463.836148] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 1463.836148] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
[ 1463.836148] Process khpsbpkt (pid: 519, threadinfo
ffff81007eeb0000, task ffff81007ee9e000)
[ 1463.836148] Stack: ffff81007eeb1e90 ffff81004bc62b40
ffff810051873e40 0000000000000000
[ 1463.836148] 0000000000000001 0000000000000000 ffff81007eeb1ee0
ffffffff8047b233
[ 1463.836148] ffff81007eeb1ec8 ffff81007eeb1ef0 ffffffff8046c280
ffff81007ff6df10
[ 1463.836148] Call Trace:
[ 1463.836148] [<ffffffff8047b233>] ether1394_complete_cb+0xb3/0xd0
[ 1463.836148] [<ffffffff8046c280>] ? hpsbpkt_thread+0x0/0x140
[ 1463.836148] [<ffffffff8046c33b>] hpsbpkt_thread+0xbb/0x140
[ 1463.836148] [<ffffffff8024aead>] kthread+0x4d/0x80
[ 1463.836148] [<ffffffff8020c578>] child_rip+0xa/0x12
[ 1463.836148] [<ffffffff8020bc8f>] ? restore_args+0x0/0x31
[ 1463.836148] [<ffffffff8024ae60>] ? kthread+0x0/0x80
[ 1463.836148] [<ffffffff8020c56e>] ? child_rip+0x0/0x12
[ 1463.836148]
[ 1463.836148]
[ 1463.836148] Code: 00 00 00 55 48 89 e5 48 83 ec 30 48 89 5d d8 4c
89 75 f0 89 f3 4c 89 7d f8 4c 89 65 e0 49 89 ff 4c 89 6d e8 4c 8b 2f
49 8b 45 20 <4c> 8b a0 78 03 00 00 4d 8d b4 24 d0 00 00 00 4c 89 f7 e8
41 f0
[ 1463.836148] RIP [<ffffffff8047af18>] ether1394_dg_complete+0x28/0xa0
[ 1463.836148] RSP <ffff81007eeb1e80>
[ 1463.836148] CR2: 0000000000000378
[ 1463.836208] ohci1394: fw-host0: Waking dma ctx=0 ... processing is
probably too slow
[ 1463.839250] BUG: unable to handle kernel NULL pointer dereference
at 0000000000000000
[ 1463.841549] IP: [<ffffffff80296d1d>] kmem_cache_alloc_node+0x6d/0xa0
[ 1463.842925] PGD 7955e067 PUD 7955d067 PMD 0
[ 1463.846148] Oops: 0000 [2] SMP
[ 1463.846148] CPU 0
[ 1463.846148] Modules linked in: radeon drm w83792d ipv6 tuner
tea5767 tda8290 tuner_xc2028 tda9887 tuner_simple mt20xx tea5761
tvaudio msp3400 bttv videodev v4l1_compat ir_common compat_ioctl32
v4l2_common videobuf_dma_sg videobuf_core btcx_risc usbhid tveeprom sg
i2c_nforce2 hid pata_amd
[ 1463.846148] Pid: 519, comm: khpsbpkt Tainted: G D 2.6.25-rc1 #1
[ 1463.846148] RIP: 0010:[<ffffffff80296d1d>] [<ffffffff80296d1d>]
kmem_cache_alloc_node+0x6d/0xa0
[ 1463.846148] RSP: 0000:ffffffff80871ae0 EFLAGS: 00010046
[ 1463.846148] RAX: 0000000000000000 RBX: ffff810001006820 RCX: ffffffff8052c549
[ 1463.846148] RDX: 00000000ffffffff RSI: 0000000000000000 RDI: ffffffff807fbec0
[ 1463.846148] RBP: ffffffff80871b00 R08: 00000000000005e0 R09: 000000000000ffc1
[ 1463.846148] R10: 0000000000000001 R11: 0000000000000000 R12: 00000000ffffffff
[ 1463.846148] R13: 0000000000000020 R14: 0000000000000020 R15: ffffffff807fbec0
-> here the output from the serial console stopped.
Caps lock and Scroll lock where flashing again and as it hit a 'good'
spot during the installing of the package this crash resulted in a
corrupted ld.so.cache and damage several housekeeping files of the
package manager. :-(
Last good mm was 2.6.24-rc2-mm1, the next booting mm was
2.6.24-rc3-mm2 and that version had these "random" crashes.
Last good mainline was 2.6.24-rc7 that I was testing with the new
iommu patches that where added to 2.6.24-rc3-mm2.
I did a partly bisect of 2.6.24-rc6-mm1 that narrow it to this range:
2.6.24-rc6 + mm-patches up to (including) git.nfsd -> worked
2.6.24-rc6 + mm-patches up to (including) git.xfs -> crashed
I think the only added patch between rc2-mm1 and rc3-mm2 in that range
where the iommu changes that I later ruled out.
That leaves some git trees as suspects:
git-ocfs2.patch
git-selinux.patch
git-s390.patch
git-sched.patch
git-sh.patch
git-scsi-misc.patch
git-unionfs.patch
git-v9fs.patch
git-watchdog.patch
git-wireless.patch
git-ipwireless_cs.patch
git-x86.patch
git-xfs.patch
I don't use ocfs2, selinux, unionfs or the p9fs.
The system is a dual opteron x86_64 system with 4 GB ECC RAM and an
nVidia 3600 chipset (MCP55).
As noted in the rc3-mm2-thread the crash will also happen, if I use
normal ethernet instead of ether1394.
The root filesystem is xfs on dm-crypt on raid5 on 3 sata disks. 2 on
sata_sil24, 1 on sata_nv.
My testcase is updating the system, this means in the case of gentoo
compiling the new packages, then installing them. The portage tree and
the distfiles (source packages) are on a NFSv4 share.
Sadly I currently lack the time to do much testing, so further
bisecting that mm-kernel is not possible, as each step takes several
hours of compiling packages and hoping to hit the bug. Somtimes I
needed to compile over 100 KDE packages until it triggered.
Torsten
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: Linux 2.6.25-rc1
2008-02-11 21:46 ` Linux 2.6.25-rc1 Torsten Kaiser
@ 2008-02-11 22:15 ` Andrew Morton
2008-02-11 22:48 ` Stefan Richter
2008-02-13 19:17 ` Torsten Kaiser
0 siblings, 2 replies; 36+ messages in thread
From: Andrew Morton @ 2008-02-11 22:15 UTC (permalink / raw)
To: Torsten Kaiser; +Cc: torvalds, linux-kernel, Stefan Richter
On Mon, 11 Feb 2008 22:46:18 +0100
"Torsten Kaiser" <just.for.lkml@googlemail.com> wrote:
> On Feb 11, 2008 1:44 AM, Linus Torvalds <torvalds@linux-foundation.org> wrote:
> > So give it all a good testing.
>
> My mm-mystery-crash has now sneaked into mainline:
hm, I don't remember that.
> [ 1463.829078] BUG: unable to handle kernel NULL pointer dereference
> at 0000000000000378
> [ 1463.832141] IP: [<ffffffff8047af18>] ether1394_dg_complete+0x28/0xa0
> [ 1463.834616] PGD 7955e067 PUD 7955d067 PMD 0
> [ 1463.836148] Oops: 0000 [1] SMP
> [ 1463.836148] CPU 0
> [ 1463.836148] Modules linked in: radeon drm w83792d ipv6 tuner
> tea5767 tda8290 tuner_xc2028 tda9887 tuner_simple mt20xx tea5761
> tvaudio msp3400 bttv videodev v4l1_compat ir_common compat_ioctl32
> v4l2_common videobuf_dma_sg videobuf_core btcx_risc usbhid tveeprom sg
> i2c_nforce2 hid pata_amd
> [ 1463.836148] Pid: 519, comm: khpsbpkt Not tainted 2.6.25-rc1 #1
> [ 1463.836148] RIP: 0010:[<ffffffff8047af18>] [<ffffffff8047af18>]
> ether1394_dg_complete+0x28/0xa0
> [ 1463.836148] RSP: 0000:ffff81007eeb1e80 EFLAGS: 00010282
> [ 1463.836148] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000001
> [ 1463.836148] RDX: ffff81004bc62d80 RSI: 0000000000000000 RDI: ffff810051873e40
> [ 1463.836148] RBP: ffff81007eeb1eb0 R08: 0000000000000000 R09: 0000000000000001
> [ 1463.836148] R10: 0000000000000001 R11: 0000000000000001 R12: ffff810051873e40
> [ 1463.836148] R13: ffff81007e1f7200 R14: 0000000000000001 R15: ffff810051873e40
> [ 1463.836148] FS: 00007f727d6d4700(0000) GS:ffffffff807e8000(0000)
> knlGS:0000000000000000
> [ 1463.836148] CS: 0010 DS: 0018 ES: 0018 CR0: 000000008005003b
> [ 1463.836148] CR2: 0000000000000378 CR3: 0000000079559000 CR4: 00000000000006e0
> [ 1463.836148] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
> [ 1463.836148] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
> [ 1463.836148] Process khpsbpkt (pid: 519, threadinfo
> ffff81007eeb0000, task ffff81007ee9e000)
> [ 1463.836148] Stack: ffff81007eeb1e90 ffff81004bc62b40
> ffff810051873e40 0000000000000000
> [ 1463.836148] 0000000000000001 0000000000000000 ffff81007eeb1ee0
> ffffffff8047b233
> [ 1463.836148] ffff81007eeb1ec8 ffff81007eeb1ef0 ffffffff8046c280
> ffff81007ff6df10
> [ 1463.836148] Call Trace:
> [ 1463.836148] [<ffffffff8047b233>] ether1394_complete_cb+0xb3/0xd0
> [ 1463.836148] [<ffffffff8046c280>] ? hpsbpkt_thread+0x0/0x140
> [ 1463.836148] [<ffffffff8046c33b>] hpsbpkt_thread+0xbb/0x140
> [ 1463.836148] [<ffffffff8024aead>] kthread+0x4d/0x80
> [ 1463.836148] [<ffffffff8020c578>] child_rip+0xa/0x12
> [ 1463.836148] [<ffffffff8020bc8f>] ? restore_args+0x0/0x31
> [ 1463.836148] [<ffffffff8024ae60>] ? kthread+0x0/0x80
> [ 1463.836148] [<ffffffff8020c56e>] ? child_rip+0x0/0x12
> [ 1463.836148]
> [ 1463.836148]
> [ 1463.836148] Code: 00 00 00 55 48 89 e5 48 83 ec 30 48 89 5d d8 4c
> 89 75 f0 89 f3 4c 89 7d f8 4c 89 65 e0 49 89 ff 4c 89 6d e8 4c 8b 2f
> 49 8b 45 20 <4c> 8b a0 78 03 00 00 4d 8d b4 24 d0 00 00 00 4c 89 f7 e8
> 41 f0
> [ 1463.836148] RIP [<ffffffff8047af18>] ether1394_dg_complete+0x28/0xa0
> [ 1463.836148] RSP <ffff81007eeb1e80>
> [ 1463.836148] CR2: 0000000000000378
> [ 1463.836208] ohci1394: fw-host0: Waking dma ctx=0 ... processing is
> probably too slow
> [ 1463.839250] BUG: unable to handle kernel NULL pointer dereference
> at 0000000000000000
> [ 1463.841549] IP: [<ffffffff80296d1d>] kmem_cache_alloc_node+0x6d/0xa0
> [ 1463.842925] PGD 7955e067 PUD 7955d067 PMD 0
> [ 1463.846148] Oops: 0000 [2] SMP
> [ 1463.846148] CPU 0
> [ 1463.846148] Modules linked in: radeon drm w83792d ipv6 tuner
> tea5767 tda8290 tuner_xc2028 tda9887 tuner_simple mt20xx tea5761
> tvaudio msp3400 bttv videodev v4l1_compat ir_common compat_ioctl32
> v4l2_common videobuf_dma_sg videobuf_core btcx_risc usbhid tveeprom sg
> i2c_nforce2 hid pata_amd
> [ 1463.846148] Pid: 519, comm: khpsbpkt Tainted: G D 2.6.25-rc1 #1
> [ 1463.846148] RIP: 0010:[<ffffffff80296d1d>] [<ffffffff80296d1d>]
> kmem_cache_alloc_node+0x6d/0xa0
> [ 1463.846148] RSP: 0000:ffffffff80871ae0 EFLAGS: 00010046
> [ 1463.846148] RAX: 0000000000000000 RBX: ffff810001006820 RCX: ffffffff8052c549
> [ 1463.846148] RDX: 00000000ffffffff RSI: 0000000000000000 RDI: ffffffff807fbec0
> [ 1463.846148] RBP: ffffffff80871b00 R08: 00000000000005e0 R09: 000000000000ffc1
> [ 1463.846148] R10: 0000000000000001 R11: 0000000000000000 R12: 00000000ffffffff
> [ 1463.846148] R13: 0000000000000020 R14: 0000000000000020 R15: ffffffff807fbec0
> -> here the output from the serial console stopped.
> Caps lock and Scroll lock where flashing again and as it hit a 'good'
> spot during the installing of the package this crash resulted in a
> corrupted ld.so.cache and damage several housekeeping files of the
> package manager. :-(
>
> Last good mm was 2.6.24-rc2-mm1, the next booting mm was
> 2.6.24-rc3-mm2 and that version had these "random" crashes.
> Last good mainline was 2.6.24-rc7 that I was testing with the new
> iommu patches that where added to 2.6.24-rc3-mm2.
>
> I did a partly bisect of 2.6.24-rc6-mm1 that narrow it to this range:
> 2.6.24-rc6 + mm-patches up to (including) git.nfsd -> worked
> 2.6.24-rc6 + mm-patches up to (including) git.xfs -> crashed
>
> I think the only added patch between rc2-mm1 and rc3-mm2 in that range
> where the iommu changes that I later ruled out.
> That leaves some git trees as suspects:
> git-ocfs2.patch
> git-selinux.patch
> git-s390.patch
> git-sched.patch
> git-sh.patch
> git-scsi-misc.patch
> git-unionfs.patch
> git-v9fs.patch
> git-watchdog.patch
> git-wireless.patch
> git-ipwireless_cs.patch
> git-x86.patch
> git-xfs.patch
>
> I don't use ocfs2, selinux, unionfs or the p9fs.
> The system is a dual opteron x86_64 system with 4 GB ECC RAM and an
> nVidia 3600 chipset (MCP55).
> As noted in the rc3-mm2-thread the crash will also happen, if I use
> normal ethernet instead of ether1394.
But this is a crash inside the 1394 code. So if you're getting a crash
with plain-old-ethernet then it is a different crash. It'd be good if we
could see the oops trace for that one too please.
> The root filesystem is xfs on dm-crypt on raid5 on 3 sata disks. 2 on
> sata_sil24, 1 on sata_nv.
>
> My testcase is updating the system, this means in the case of gentoo
> compiling the new packages, then installing them. The portage tree and
> the distfiles (source packages) are on a NFSv4 share.
>
> Sadly I currently lack the time to do much testing, so further
> bisecting that mm-kernel is not possible, as each step takes several
> hours of compiling packages and hoping to hit the bug. Somtimes I
> needed to compile over 100 KDE packages until it triggered.
>
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: Linux 2.6.25-rc1
2008-02-11 22:15 ` Andrew Morton
@ 2008-02-11 22:48 ` Stefan Richter
2008-02-13 19:17 ` Torsten Kaiser
1 sibling, 0 replies; 36+ messages in thread
From: Stefan Richter @ 2008-02-11 22:48 UTC (permalink / raw)
To: Andrew Morton; +Cc: Torsten Kaiser, torvalds, linux-kernel
Andrew Morton wrote:
> On Mon, 11 Feb 2008 22:46:18 +0100
> "Torsten Kaiser" <just.for.lkml@googlemail.com> wrote:
>> The system is a dual opteron x86_64 system with 4 GB ECC RAM and an
>> nVidia 3600 chipset (MCP55).
>> As noted in the rc3-mm2-thread the crash will also happen, if I use
>> normal ethernet instead of ether1394.
>
> But this is a crash inside the 1394 code. So if you're getting a crash
> with plain-old-ethernet then it is a different crash. It'd be good if we
> could see the oops trace for that one too please.
There are no bugs in 1394. :-)
Here are two postings from Torsten which I found in my mail archive.
2007-11-29, an IP-over-1394 backtrace + an ethernet backtrace:
http://marc.info/?l=linux-kernel&m=119636996902805
2007-12-03, a backtrace in the TCP code:
http://marc.info/?l=linux-kernel&m=119671371413299
--
Stefan Richter
-=====-==--- --=- -=-==
http://arcgraph.de/sr/
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [PATCH] kbuild: fix make V=1
2008-02-11 16:47 ` [PATCH] kbuild: fix make V=1 Sam Ravnborg
@ 2008-02-11 23:38 ` Oleg Verych
2008-02-12 8:56 ` Sam Ravnborg
0 siblings, 1 reply; 36+ messages in thread
From: Oleg Verych @ 2008-02-11 23:38 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: Linux Kernel Mailing List, Mike Frysinger, Linus Torvalds
* Date: Mon, 11 Feb 2008 17:47:09 +0100
[]
> Mike spotted another missing thing from his initial
> patch so I folded it into the fix and pushed out
> a new kbuild.git tree.
>
> See updated patch below.
>
> Sam
Sam, do you agree my fix was more reliable (yea, not only efficient:)?
On cost of one new line in silent mode, one gets working "V=1" (and
all others).
_____
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
2008-02-11 13:26 ` Sam Ravnborg
@ 2008-02-12 3:37 ` Mr. James W. Laferriere
0 siblings, 0 replies; 36+ messages in thread
From: Mr. James W. Laferriere @ 2008-02-12 3:37 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: Linux Kernel Mailing List
Hello Sam ,
On Mon, 11 Feb 2008, Sam Ravnborg wrote:
> On Sun, Feb 10, 2008 at 04:47:43PM -0900, Mr. James W. Laferriere wrote:
>> Hello All , grabbed using git just moments ago .
>>
>> make V=1 KBUILD_VERBOSE=1 INSTALL_PATH=/boot clean all install
>> modules_install
>>
>> ...snip...
>> make -f scripts/Makefile.clean obj=sound/usb/usx2y
>> make -f scripts/Makefile.clean obj=usr
>> rm -rf .tmp_versions
>> rm -f arch/x86/boot/fdimage arch/x86/boot/image.iso
>> arch/x86/boot/mtools.conf vmlinux System.map .tmp_kallsyms* .tmp_version
>> .tmp_vmlinux* .tmp_System.map
>> rm -f include/config/kernel.release
>> echo 2.6.25-rc1 > include/config/kernel.release
>> set -e; ; mkdir -p include/linux/; (echo \#define LINUX_VERSION_CODE
>> 132633; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) +
>> (c))';) < /usr/src/linux-2.6.25-rc1-git/Makefile >
>> include/linux/version.h.tmp; if [ -r include/linux/version.h ] && cmp -s
>> include/linux/version.h include/linux/version.h.tmp; then rm -f
>> include/linux/version.h.tmp; else ; mv -f include/linux/version.h.tmp
>> include/linux/version.h; fi
>> /bin/sh: -c: line 0: syntax error near unexpected token `;'
>> /bin/sh: -c: line 0: `set -e; ; mkdir -p include/linux/; (echo
>> \#define LINUX_VERSION_CODE 132633; echo '#define KERNEL_VERSION(a,b,c)
>> (((a) << 16) + ((b) << 8) + (c))';) <
>> /usr/src/linux-2.6.25-rc1-git/Makefile > include/linux/version.h.tmp; if [
>> -r include/linux/version.h ] && cmp -s include/linux/version.h
>> include/linux/version.h.tmp; then rm -f include/linux/version.h.tmp; else ;
>> mv -f include/linux/version.h.tmp include/linux/version.h; fi'
>> make: *** [include/linux/version.h] Error 2
>
> Please use following fix.
>
> Sam
>
> diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include
> index da3559e..d64e6ba 100644
> --- a/scripts/Kbuild.include
> +++ b/scripts/Kbuild.include
> @@ -39,10 +39,13 @@ escsq = $(subst $(squote),'\$(squote)',$1)
> # - If they are equal no change, and no timestamp update
> # - stdin is piped in from the first prerequisite ($<) so one has
> # to specify a valid file as first prerequisite (often the kbuild file)
> + chk_filechk = :
> quiet_chk_filechk = echo ' CHK $@'
> silent_chk_filechk = :
> + upd_filechk = :
> quiet_upd_filechk = echo ' UPD $@'
> silent_upd_filechk = :
> +
> define filechk
> $(Q)set -e; \
> $($(quiet)chk_filechk); \
>
Thank You . that got me past that error . 2.6.25-rc1 is
compiling as I write this .
Tnx Agn , JimL
--
+------------------------------------------------------------------+
| James W. Laferriere | System Techniques | Give me VMS |
| Network&System Engineer | 2133 McCullam Ave | Give me Linux |
| babydr@baby-dragons.com | Fairbanks, AK. 99701 | only on AXP |
+------------------------------------------------------------------+
^ permalink raw reply [flat|nested] 36+ messages in thread
* [ata crash] Re: Linux 2.6.25-rc1
2008-02-11 0:44 Linux 2.6.25-rc1 Linus Torvalds
` (6 preceding siblings ...)
2008-02-11 21:46 ` Linux 2.6.25-rc1 Torsten Kaiser
@ 2008-02-12 8:18 ` Ingo Molnar
2008-02-12 15:14 ` Arjan van de Ven
2008-02-13 9:51 ` [ata crash] Re: Linux 2.6.25-rc1 Tejun Heo
7 siblings, 2 replies; 36+ messages in thread
From: Ingo Molnar @ 2008-02-12 8:18 UTC (permalink / raw)
To: linux-kernel; +Cc: Linus Torvalds, Mark Lord, Jeff Garzik, Alan Cox, Tejun Heo
[-- Attachment #1: Type: text/plain, Size: 3937 bytes --]
hm, ata_port_wait_eh() started crashing on a testsystem (8-way box):
[ 39.324116] Calling initcall 0xc09f41eb: legacy_init+0x0/0x888()
[ 39.331868] BUG: unable to handle kernel NULL pointer dereference at 000000e4
[ 39.338811] IP: [<c04a4e11>] ata_port_wait_eh+0x77/0xa2
[ 39.344115] *pde = 00000000
[ 39.347778] Oops: 0000 [#1] SMP
[ 39.350769]
[ 39.350769] Pid: 1, comm: swapper Not tainted (2.6.25-rc1 #5)
[ 39.350769] EIP: 0060:[<c04a4e11>] EFLAGS: 00010246 CPU: 1
[ 39.350769] EIP is at ata_port_wait_eh+0x77/0xa2
[ 39.350769] EAX: f72e5d9c EBX: f7340000 ECX: c035eb18 EDX: 00000000
[ 39.350769] ESI: f73424f0 EDI: 00000246 EBP: f7c63efc ESP: f7c63edc
[ 39.350769] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
[ 39.350769] Process swapper (pid: 1, ti=f7c62000 task=f7c60000 task.ti=f7c62)
[ 39.350769] Stack: 00000000 f7c60000 c012fd31 f7c63ee8 f7c63ee8 f7340000 f73
[ 39.350769] f7c63f18 c049c4b1 f72e5d9c 00000000 f7340000 00810001 000
[ 39.350769] c09f4a60 00000000 00000000 c0b79a9c 00000001 00000001 000
[ 39.350769] Call Trace:
[ 39.350769] [<c012fd31>] ? autoremove_wake_function+0x0/0x30
[ 39.350769] [<c049c4b1>] ? ata_host_detach+0x4c/0x13b
[ 39.350769] [<c09f4a60>] ? legacy_init+0x875/0x888
[ 39.350769] [<c0133fa6>] ? getnstimeofday+0x35/0xc0
[ 39.350769] [<c09d7465>] ? kernel_init+0x12a/0x277
[ 39.350769] [<c09d7300>] ? do_early_param+0x34/0x6f
[ 39.350769] [<c09d733b>] ? kernel_init+0x0/0x277
[ 39.350769] [<c0104b17>] ? kernel_thread_helper+0x7/0x10
[ 39.350769] =======================
[ 39.350769] Code: e8 82 0f 21 00 8b 43 08 e8 28 2c 21 00 89 c7 f6 43 10 03 8
[ 39.350769] EIP: [<c04a4e11>] ata_port_wait_eh+0x77/0xa2 SS:ESP 0068:f7c63edc[ 39.350793] ---[ end trace 07a6e399b623c9d0 ]---
[ 39.354119] Kernel panic - not syncing: Attempted to kill init!
no particular commit stands out at me - so i Cc:-ed various PATA folks.
Config attached [it's randconfig generated so might have weird option
combinations in it]. [ Note: the box uses BLK_CPQ_DA as its primary
storage, ATA is just a CDROM side-thing - so it was never heavily tested
here. It never crashed the bootup before though. ]
On a second attempt to boot the same bzImage, another ATA related
weirdness showed up:
[ 8.226144] Calling initcall 0xc09f3d8e: isapnp_init+0x0/0xf()
[ 8.232017] Bad IO access at port 0x0 (outb(val,port))
[ 8.232799] ------------[ cut here ]------------
[ 8.232799] WARNING: at lib/iomap.c:44 bad_io_access+0x2f/0x34()
[ 8.232799] Pid: 1, comm: swapper Not tainted 2.6.25-rc1 #5
[ 8.232799] [<c011fd63>] warn_on_slowpath+0x3c/0x4c
[ 8.232799] [<c0358e9d>] ? serial8250_console_write+0x0/0x14e
[ 8.232799] [<c01200a5>] ? __call_console_drivers+0x56/0x63
[ 8.232799] [<c06b7acf>] ? _spin_unlock_irqrestore+0x15/0x21
[ 8.232799] [<c0120556>] ? release_console_sem+0x1c1/0x1c9
[ 8.232799] [<c015c400>] ? print_trailer+0x6e/0xfc
[ 8.232799] [<c015c77f>] ? check_object+0x10b/0x181
[ 8.232799] [<c01209a0>] ? printk+0x15/0x17
[ 8.232799] [<c02cc2ce>] bad_io_access+0x2f/0x34
[ 8.232799] [<c02cc48a>] iowrite8+0x31/0x34
[ 8.232799] [<c04a1c8d>] ata_bmdma_freeze+0x1d/0x30
[ 8.232799] [<c04a2063>] __ata_port_freeze+0x2c/0x33
[ 8.232799] [<c04a224f>] ata_eh_freeze_port+0x21/0x2f
[ 8.232799] [<c0497fa9>] ata_host_start+0xe1/0x132
the window of where the bug was introduced is not clear [i dont
frequently randconfig test this box] - maybe randconfig just managed to
stumble onto some really ancient bug.
if nobody can think of anything obvious i will try to bisect it down.
( but that will take some time - this box is a slow booter and the
failure mode is not stable, for example panic_timeout was not followed
in the last msg so i cannot run automated crash-bisection scripts on
it either. I'll try to turn that WARN_ON() into a BUG_ON())
Ingo
[-- Attachment #2: config --]
[-- Type: text/plain, Size: 46636 bytes --]
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.25-rc1
# Tue Feb 12 08:37:17 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_BUG=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_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
# CONFIG_GENERIC_TIME_VSYSCALL is not set
CONFIG_ARCH_HAS_CPU_RELAX=y
# CONFIG_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_BOOTPARAM_SUPPORT is not set
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=y
# 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=y
# CONFIG_TASKSTATS is not set
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=20
# CONFIG_CGROUPS is not set
CONFIG_GROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_USER_SCHED=y
# CONFIG_CGROUP_SCHED is not set
CONFIG_SYSFS_DEPRECATED=y
CONFIG_RELAY=y
CONFIG_NAMESPACES=y
# CONFIG_UTS_NS is not set
CONFIG_USER_NS=y
# CONFIG_PID_NS is not set
# CONFIG_BLK_DEV_INITRD is not set
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_COMPAT_BRK=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLOB is not set
# CONFIG_PROFILING is not set
# CONFIG_MARKERS 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 is not set
CONFIG_BASE_SMALL=0
# CONFIG_MODULES is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
# CONFIG_LBD is not set
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 is not set
CONFIG_IOSCHED_DEADLINE=y
# CONFIG_IOSCHED_CFQ is not set
# 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 is not set
# 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=y
# 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_X86_CYCLONE_TIMER=y
# CONFIG_M386 is not set
CONFIG_M486=y
# 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 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=4
CONFIG_X86_XADD=y
CONFIG_X86_PPRO_FENCE=y
CONFIG_X86_F00F_BUG=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_MINIMUM_CPU_FAMILY=4
# CONFIG_HPET_TIMER is not set
# CONFIG_IOMMU_HELPER is not set
CONFIG_NR_CPUS=8
# CONFIG_SCHED_SMT is not set
# CONFIG_SCHED_MC is not set
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_RCU_TRACE=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_MCE is not set
CONFIG_VM86=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# 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=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
CONFIG_PAGE_OFFSET=0xC0000000
# CONFIG_X86_PAE is not set
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 is not set
# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
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_MATH_EMULATION is not set
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=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=300
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
CONFIG_PHYSICAL_START=0x100000
CONFIG_RELOCATABLE=y
CONFIG_PHYSICAL_ALIGN=0x100000
CONFIG_HOTPLUG_CPU=y
# CONFIG_COMPAT_VDSO is not set
#
# Power management options
#
CONFIG_PM=y
CONFIG_PM_LEGACY=y
# CONFIG_PM_DEBUG is not set
# CONFIG_SUSPEND is not set
CONFIG_ACPI=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=y
# CONFIG_ACPI_AC is not set
CONFIG_ACPI_BATTERY=y
# CONFIG_ACPI_BUTTON is not set
CONFIG_ACPI_VIDEO=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=y
# CONFIG_ACPI_BAY is not set
# CONFIG_ACPI_PROCESSOR is not set
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA 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 is not set
CONFIG_ACPI_SBS=y
#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
# CONFIG_PCIEPORTBUS is not set
CONFIG_ARCH_SUPPORTS_MSI=y
# CONFIG_PCI_MSI is not set
# CONFIG_PCI_LEGACY is not set
CONFIG_HT_IRQ=y
CONFIG_ISA_DMA_API=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_SCx200=y
CONFIG_SCx200HR_TIMER=y
# CONFIG_PCCARD is not set
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_FAKE=y
# CONFIG_HOTPLUG_PCI_ACPI is not set
CONFIG_HOTPLUG_PCI_CPCI=y
# CONFIG_HOTPLUG_PCI_CPCI_ZT5550 is not set
CONFIG_HOTPLUG_PCI_SHPC=y
#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=y
# CONFIG_BINFMT_MISC is not set
#
# 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 is not set
# CONFIG_NET_KEY is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
# CONFIG_IP_PNP_BOOTP is not set
# CONFIG_IP_PNP_RARP is not set
# CONFIG_NET_IPIP is not set
CONFIG_NET_IPGRE=y
CONFIG_ARPD=y
CONFIG_SYN_COOKIES=y
CONFIG_INET_AH=y
# CONFIG_INET_ESP is not set
CONFIG_INET_IPCOMP=y
CONFIG_INET_XFRM_TUNNEL=y
CONFIG_INET_TUNNEL=y
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_LRO=y
# CONFIG_INET_DIAG is not set
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
CONFIG_IP_VS=y
# CONFIG_IP_VS_DEBUG is not set
CONFIG_IP_VS_TAB_BITS=12
#
# IPVS transport protocol load balancing support
#
CONFIG_IP_VS_PROTO_TCP=y
# CONFIG_IP_VS_PROTO_UDP is not set
# CONFIG_IP_VS_PROTO_ESP is not set
# CONFIG_IP_VS_PROTO_AH is not set
#
# IPVS scheduler
#
CONFIG_IP_VS_RR=y
# CONFIG_IP_VS_WRR is not set
# CONFIG_IP_VS_LC is not set
CONFIG_IP_VS_WLC=y
CONFIG_IP_VS_LBLC=y
CONFIG_IP_VS_LBLCR=y
# CONFIG_IP_VS_DH is not set
# CONFIG_IP_VS_SH is not set
CONFIG_IP_VS_SED=y
CONFIG_IP_VS_NQ=y
#
# IPVS application helper
#
# CONFIG_IP_VS_FTP 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=y
# CONFIG_BRIDGE_NETFILTER is not set
#
# Core Netfilter Configuration
#
# CONFIG_NETFILTER_NETLINK_QUEUE is not set
# CONFIG_NETFILTER_NETLINK_LOG is not set
# CONFIG_NF_CONNTRACK is not set
CONFIG_NETFILTER_XTABLES=y
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=y
# CONFIG_NETFILTER_XT_TARGET_DSCP is not set
# CONFIG_NETFILTER_XT_TARGET_MARK is not set
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=y
# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
# CONFIG_NETFILTER_XT_TARGET_SECMARK is not set
CONFIG_NETFILTER_XT_TARGET_TCPMSS=y
# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
CONFIG_NETFILTER_XT_MATCH_DSCP=y
CONFIG_NETFILTER_XT_MATCH_ESP=y
# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
CONFIG_NETFILTER_XT_MATCH_LIMIT=y
# CONFIG_NETFILTER_XT_MATCH_MAC is not set
CONFIG_NETFILTER_XT_MATCH_MARK=y
CONFIG_NETFILTER_XT_MATCH_OWNER=y
CONFIG_NETFILTER_XT_MATCH_POLICY=y
# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=y
# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
CONFIG_NETFILTER_XT_MATCH_REALM=y
# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
# CONFIG_NETFILTER_XT_MATCH_STRING is not set
# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
# CONFIG_NETFILTER_XT_MATCH_TIME is not set
CONFIG_NETFILTER_XT_MATCH_U32=y
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=y
#
# IP: Netfilter Configuration
#
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_RECENT=y
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_AH is not set
CONFIG_IP_NF_MATCH_TTL=y
CONFIG_IP_NF_MATCH_ADDRTYPE=y
# CONFIG_IP_NF_FILTER is not set
# CONFIG_IP_NF_TARGET_LOG is not set
# CONFIG_IP_NF_TARGET_ULOG is not set
CONFIG_IP_NF_MANGLE=y
CONFIG_IP_NF_TARGET_ECN=y
# CONFIG_IP_NF_TARGET_TTL is not set
# CONFIG_IP_NF_RAW is not set
CONFIG_IP_NF_ARPTABLES=y
CONFIG_IP_NF_ARPFILTER=y
CONFIG_IP_NF_ARP_MANGLE=y
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
CONFIG_TIPC=y
# CONFIG_TIPC_ADVANCED is not set
# CONFIG_TIPC_DEBUG is not set
# CONFIG_ATM is not set
CONFIG_BRIDGE=y
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
CONFIG_LLC=y
# CONFIG_LLC2 is not set
CONFIG_IPX=y
# CONFIG_IPX_INTERN is not set
# CONFIG_ATALK is not set
CONFIG_X25=y
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
CONFIG_NET_SCHED=y
#
# Queueing/Scheduling
#
# CONFIG_NET_SCH_CBQ is not set
# CONFIG_NET_SCH_HTB is not set
CONFIG_NET_SCH_HFSC=y
# CONFIG_NET_SCH_PRIO is not set
# CONFIG_NET_SCH_RR is not set
CONFIG_NET_SCH_RED=y
CONFIG_NET_SCH_SFQ=y
# CONFIG_NET_SCH_TEQL is not set
# CONFIG_NET_SCH_TBF is not set
# CONFIG_NET_SCH_GRED is not set
CONFIG_NET_SCH_DSMARK=y
CONFIG_NET_SCH_NETEM=y
CONFIG_NET_SCH_INGRESS=y
#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=y
CONFIG_NET_CLS_TCINDEX=y
CONFIG_NET_CLS_ROUTE4=y
CONFIG_NET_CLS_ROUTE=y
# CONFIG_NET_CLS_FW is not set
CONFIG_NET_CLS_U32=y
# CONFIG_CLS_U32_PERF is not set
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_RSVP=y
# CONFIG_NET_CLS_RSVP6 is not set
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
# CONFIG_NET_EMATCH_CMP is not set
CONFIG_NET_EMATCH_NBYTE=y
# CONFIG_NET_EMATCH_U32 is not set
# CONFIG_NET_EMATCH_META is not set
CONFIG_NET_EMATCH_TEXT=y
CONFIG_NET_CLS_ACT=y
# CONFIG_NET_ACT_POLICE is not set
# CONFIG_NET_ACT_GACT is not set
CONFIG_NET_ACT_MIRRED=y
CONFIG_NET_ACT_IPT=y
# CONFIG_NET_ACT_NAT is not set
CONFIG_NET_ACT_PEDIT=y
CONFIG_NET_ACT_SIMP=y
# CONFIG_NET_CLS_IND is not set
CONFIG_NET_SCH_FIFO=y
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
CONFIG_HAMRADIO=y
#
# Packet Radio protocols
#
# CONFIG_AX25 is not set
CONFIG_CAN=y
CONFIG_CAN_RAW=y
# CONFIG_CAN_BCM is not set
#
# CAN Device Drivers
#
CONFIG_CAN_VCAN=y
CONFIG_CAN_DEBUG_DEVICES=y
CONFIG_IRDA=y
#
# IrDA protocols
#
CONFIG_IRLAN=y
CONFIG_IRCOMM=y
# CONFIG_IRDA_ULTRA is not set
#
# IrDA options
#
CONFIG_IRDA_CACHE_LAST_LSAP=y
# CONFIG_IRDA_FAST_RR is not set
# CONFIG_IRDA_DEBUG is not set
#
# Infrared-port device drivers
#
#
# SIR device drivers
#
# CONFIG_IRTTY_SIR is not set
#
# Dongle support
#
CONFIG_KINGSUN_DONGLE=y
# CONFIG_KSDAZZLE_DONGLE is not set
CONFIG_KS959_DONGLE=y
#
# FIR device drivers
#
# CONFIG_USB_IRDA is not set
# CONFIG_SIGMATEL_FIR is not set
CONFIG_NSC_FIR=y
CONFIG_WINBOND_FIR=y
# CONFIG_TOSHIBA_FIR is not set
# CONFIG_SMC_IRCC_FIR is not set
CONFIG_ALI_FIR=y
# CONFIG_VLSI_FIR is not set
CONFIG_VIA_FIR=y
CONFIG_MCS_FIR=y
CONFIG_BT=y
# CONFIG_BT_L2CAP is not set
CONFIG_BT_SCO=y
#
# Bluetooth device drivers
#
CONFIG_BT_HCIUSB=y
CONFIG_BT_HCIUSB_SCO=y
CONFIG_BT_HCIBTSDIO=y
# CONFIG_BT_HCIUART is not set
CONFIG_BT_HCIBCM203X=y
CONFIG_BT_HCIBPA10X=y
CONFIG_BT_HCIBFUSB=y
# CONFIG_BT_HCIVHCI is not set
CONFIG_AF_RXRPC=y
# CONFIG_AF_RXRPC_DEBUG is not set
CONFIG_RXKAD=y
#
# Wireless
#
CONFIG_CFG80211=y
# CONFIG_NL80211 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 is not set
# CONFIG_IEEE80211_SOFTMAC is not set
# CONFIG_RFKILL is not set
CONFIG_NET_9P=y
# CONFIG_NET_9P_FD is not set
CONFIG_NET_9P_VIRTIO=y
# CONFIG_NET_9P_DEBUG 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_SYS_HYPERVISOR is not set
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
# CONFIG_PARPORT is not set
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set
#
# Protocols
#
CONFIG_ISAPNP=y
# CONFIG_PNPBIOS is not set
CONFIG_PNPACPI=y
# CONFIG_BLK_DEV is not set
CONFIG_BLK_CPQ_DA=y
CONFIG_MISC_DEVICES=y
# CONFIG_IBM_ASM is not set
CONFIG_PHANTOM=y
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_SGI_IOC4 is not set
CONFIG_TIFM_CORE=y
# CONFIG_TIFM_7XX1 is not set
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_MSI_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
CONFIG_THINKPAD_ACPI=y
# CONFIG_THINKPAD_ACPI_DEBUG is not set
CONFIG_THINKPAD_ACPI_BAY=y
CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y
# CONFIG_ENCLOSURE_SERVICES is not set
CONFIG_HAVE_IDE=y
#
# 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 is not set
#
# 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 is not set
CONFIG_CHR_DEV_SG=y
CONFIG_CHR_DEV_SCH=y
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
# CONFIG_SCSI_SCAN_ASYNC is not set
#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
# CONFIG_SCSI_FC_ATTRS is not set
CONFIG_SCSI_ISCSI_ATTRS=y
CONFIG_SCSI_SAS_ATTRS=y
# CONFIG_SCSI_SAS_LIBSAS is not set
CONFIG_SCSI_SRP_ATTRS=y
# CONFIG_SCSI_LOWLEVEL is not set
CONFIG_SCSI_AIC7XXX=y
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=y
CONFIG_SATA_SX4=y
# CONFIG_SATA_SIL is not set
CONFIG_SATA_SIL24=y
CONFIG_SATA_SIS=y
# CONFIG_SATA_ULI is not set
CONFIG_SATA_VIA=y
CONFIG_SATA_VITESSE=y
# 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=y
# CONFIG_PATA_CMD640_PCI is not set
CONFIG_PATA_CMD64X=y
CONFIG_PATA_CS5520=y
CONFIG_PATA_CS5530=y
# CONFIG_PATA_CS5535 is not set
# CONFIG_PATA_CS5536 is not set
# CONFIG_PATA_CYPRESS is not set
CONFIG_PATA_EFAR=y
# CONFIG_ATA_GENERIC is not set
CONFIG_PATA_HPT366=y
# CONFIG_PATA_HPT37X is not set
CONFIG_PATA_HPT3X2N=y
# CONFIG_PATA_HPT3X3 is not set
CONFIG_PATA_ISAPNP=y
# CONFIG_PATA_IT821X is not set
CONFIG_PATA_IT8213=y
CONFIG_PATA_JMICRON=y
CONFIG_PATA_LEGACY=y
CONFIG_PATA_TRIFLEX=y
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_MPIIX is not set
CONFIG_PATA_OLDPIIX=y
CONFIG_PATA_NETCELL=y
CONFIG_PATA_NINJA32=y
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_NS87415 is not set
CONFIG_PATA_OPTI=y
# CONFIG_PATA_OPTIDMA is not set
CONFIG_PATA_PDC_OLD=y
CONFIG_PATA_QDI=y
# CONFIG_PATA_RADISYS is not set
CONFIG_PATA_RZ1000=y
CONFIG_PATA_SC1200=y
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_PDC2027X is not set
CONFIG_PATA_SIL680=y
CONFIG_PATA_SIS=y
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
# CONFIG_PATA_WINBOND_VLB is not set
# CONFIG_MD is not set
CONFIG_FUSION=y
CONFIG_FUSION_SPI=y
# CONFIG_FUSION_FC is not set
CONFIG_FUSION_SAS=y
CONFIG_FUSION_MAX_SGE=128
CONFIG_FUSION_CTL=y
CONFIG_FUSION_LOGGING=y
#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_IEEE1394 is not set
CONFIG_I2O=y
# CONFIG_I2O_LCT_NOTIFY_ON_CHANGES is not set
CONFIG_I2O_EXT_ADAPTEC=y
# CONFIG_I2O_CONFIG is not set
CONFIG_I2O_BUS=y
CONFIG_I2O_BLOCK=y
CONFIG_I2O_SCSI=y
CONFIG_I2O_PROC=y
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
# CONFIG_NETDEVICES_MULTIQUEUE is not set
CONFIG_IFB=y
CONFIG_DUMMY=y
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
CONFIG_EQUALIZER=y
CONFIG_TUN=y
CONFIG_VETH=y
CONFIG_NET_SB1000=y
# CONFIG_ARCNET is not set
CONFIG_PHYLIB=y
#
# MII PHY device drivers
#
CONFIG_MARVELL_PHY=y
CONFIG_DAVICOM_PHY=y
# CONFIG_QSEMI_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_CICADA_PHY is not set
CONFIG_VITESSE_PHY=y
CONFIG_SMSC_PHY=y
CONFIG_BROADCOM_PHY=y
# CONFIG_ICPLUS_PHY is not set
# CONFIG_REALTEK_PHY is not set
CONFIG_FIXED_PHY=y
# CONFIG_MDIO_BITBANG is not set
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_LANCE=y
CONFIG_NET_VENDOR_SMC=y
# CONFIG_WD80x3 is not set
CONFIG_ULTRA=y
CONFIG_SMC9194=y
CONFIG_NET_VENDOR_RACAL=y
CONFIG_NI52=y
# CONFIG_NI65 is not set
# CONFIG_NET_TULIP is not set
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
CONFIG_NET_PCI=y
CONFIG_PCNET32=y
# CONFIG_PCNET32_NAPI is not set
CONFIG_AMD8111_ETH=y
CONFIG_AMD8111E_NAPI=y
CONFIG_ADAPTEC_STARFIRE=y
CONFIG_ADAPTEC_STARFIRE_NAPI=y
CONFIG_AC3200=y
CONFIG_APRICOT=y
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_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
CONFIG_8139CP=y
CONFIG_8139TOO=y
# CONFIG_8139TOO_PIO is not set
CONFIG_8139TOO_TUNE_TWISTER=y
CONFIG_8139TOO_8129=y
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_R6040 is not set
CONFIG_SIS900=y
CONFIG_EPIC100=y
# CONFIG_SUNDANCE is not set
CONFIG_TLAN=y
# CONFIG_VIA_RHINE is not set
CONFIG_SC92031=y
CONFIG_NETDEV_1000=y
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
CONFIG_E1000=y
# CONFIG_E1000_NAPI is not set
CONFIG_E1000_DISABLE_PACKET_SPLIT=y
CONFIG_E1000E=y
CONFIG_E1000E_ENABLED=y
CONFIG_IP1000=y
CONFIG_IGB=y
CONFIG_NS83820=y
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
CONFIG_R8169=y
CONFIG_R8169_NAPI=y
CONFIG_SKGE=y
CONFIG_SKGE_DEBUG=y
CONFIG_SKY2=y
# CONFIG_SKY2_DEBUG is not set
# CONFIG_SK98LIN is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_TIGON3=y
CONFIG_BNX2=y
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set
CONFIG_NETDEV_10000=y
# CONFIG_CHELSIO_T1 is not set
CONFIG_CHELSIO_T3=y
CONFIG_IXGBE=y
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set
CONFIG_MYRI10GE=y
CONFIG_NETXEN_NIC=y
CONFIG_NIU=y
# CONFIG_MLX4_CORE is not set
# CONFIG_TEHUTI is not set
CONFIG_BNX2X=y
# CONFIG_TR is not set
#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
CONFIG_WLAN_80211=y
CONFIG_IPW2100=y
# CONFIG_IPW2100_MONITOR is not set
# CONFIG_IPW2100_DEBUG is not set
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=y
CONFIG_PLX_HERMES=y
# CONFIG_TMD_HERMES is not set
CONFIG_NORTEL_HERMES=y
CONFIG_PCI_HERMES=y
CONFIG_ATMEL=y
# CONFIG_PCI_ATMEL is not set
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
# CONFIG_USB_NET_RNDIS_WLAN is not set
CONFIG_HOSTAP=y
CONFIG_HOSTAP_FIRMWARE=y
# CONFIG_HOSTAP_FIRMWARE_NVRAM is not set
CONFIG_HOSTAP_PLX=y
# CONFIG_HOSTAP_PCI 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 is not set
CONFIG_USB_NET_CDCETHER=y
CONFIG_USB_NET_DM9601=y
# 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 is not set
CONFIG_USB_NET_ZAURUS=y
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PPP is not set
CONFIG_SLIP=y
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLHC=y
CONFIG_SLIP_SMART=y
# CONFIG_SLIP_MODE_SLIP6 is not set
# CONFIG_NET_FC is not set
CONFIG_NETCONSOLE=y
CONFIG_NETCONSOLE_DYNAMIC=y
CONFIG_NETPOLL=y
CONFIG_NETPOLL_TRAP=y
CONFIG_NET_POLL_CONTROLLER=y
# CONFIG_VIRTIO_NET is not set
CONFIG_ISDN=y
CONFIG_ISDN_I4L=y
# CONFIG_ISDN_PPP is not set
CONFIG_ISDN_AUDIO=y
# CONFIG_ISDN_TTY_FAX is not set
CONFIG_ISDN_X25=y
#
# ISDN feature submodules
#
CONFIG_ISDN_DIVERSION=y
#
# ISDN4Linux hardware drivers
#
#
# Passive cards
#
# CONFIG_ISDN_DRV_HISAX is not set
#
# Active cards
#
CONFIG_ISDN_DRV_ICN=y
# CONFIG_ISDN_DRV_PCBIT is not set
# CONFIG_ISDN_DRV_SC is not set
# CONFIG_ISDN_DRV_ACT2000 is not set
CONFIG_ISDN_DRV_GIGASET=y
# CONFIG_GIGASET_BASE is not set
CONFIG_GIGASET_M105=y
CONFIG_GIGASET_M101=y
# CONFIG_GIGASET_DEBUG is not set
# CONFIG_GIGASET_UNDOCREQ is not set
# CONFIG_ISDN_CAPI 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=y
# CONFIG_INPUT_EVDEV is not set
# 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=y
CONFIG_KEYBOARD_XTKBD=y
CONFIG_KEYBOARD_NEWTON=y
# 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 is not set
CONFIG_MOUSE_INPORT=y
CONFIG_MOUSE_ATIXL=y
CONFIG_MOUSE_LOGIBM=y
# CONFIG_MOUSE_PC110PAD is not set
# CONFIG_MOUSE_VSXXXAA is not set
CONFIG_INPUT_JOYSTICK=y
CONFIG_JOYSTICK_ANALOG=y
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
CONFIG_JOYSTICK_GF2K=y
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
CONFIG_JOYSTICK_SIDEWINDER=y
# CONFIG_JOYSTICK_TMDC is not set
CONFIG_JOYSTICK_IFORCE=y
# CONFIG_JOYSTICK_IFORCE_USB is not set
# CONFIG_JOYSTICK_IFORCE_232 is not set
# CONFIG_JOYSTICK_WARRIOR is not set
CONFIG_JOYSTICK_MAGELLAN=y
CONFIG_JOYSTICK_SPACEORB=y
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
CONFIG_JOYSTICK_TWIDJOY=y
# CONFIG_JOYSTICK_JOYDUMP is not set
CONFIG_JOYSTICK_XPAD=y
CONFIG_JOYSTICK_XPAD_FF=y
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# 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=y
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=y
CONFIG_GAMEPORT=y
# CONFIG_GAMEPORT_NS558 is not set
CONFIG_GAMEPORT_L4=y
CONFIG_GAMEPORT_EMU10K1=y
# CONFIG_GAMEPORT_FM801 is not set
#
# Character devices
#
CONFIG_VT=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=y
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_IPMI_HANDLER=y
# CONFIG_IPMI_PANIC_EVENT is not set
CONFIG_IPMI_DEVICE_INTERFACE=y
CONFIG_IPMI_SI=y
CONFIG_IPMI_WATCHDOG=y
# CONFIG_IPMI_POWEROFF 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 is not set
CONFIG_NVRAM=y
CONFIG_RTC=y
CONFIG_DTLK=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
# CONFIG_MWAVE is not set
CONFIG_SCx200_GPIO=y
# CONFIG_PC8736x_GPIO is not set
CONFIG_NSC_GPIO=y
CONFIG_CS5535_GPIO=y
CONFIG_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=256
CONFIG_HPET=y
CONFIG_HPET_RTC_IRQ=y
CONFIG_HPET_MMAP=y
CONFIG_HANGCHECK_TIMER=y
CONFIG_TCG_TPM=y
# CONFIG_TCG_TIS is not set
CONFIG_TCG_NSC=y
CONFIG_TCG_ATMEL=y
# CONFIG_TCG_INFINEON is not set
# CONFIG_TELCLOCK is not set
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 is not set
# CONFIG_I2C_ALGOPCA is not set
#
# I2C Hardware Bus support
#
CONFIG_I2C_ALI1535=y
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
CONFIG_I2C_AMD756=y
CONFIG_I2C_AMD756_S4882=y
# CONFIG_I2C_AMD8111 is not set
CONFIG_I2C_I801=y
# CONFIG_I2C_I810 is not set
CONFIG_I2C_PIIX4=y
CONFIG_I2C_NFORCE2=y
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_I2C_SAVAGE4 is not set
CONFIG_I2C_SIMTEC=y
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 is not set
CONFIG_I2C_TAOS_EVM=y
# CONFIG_I2C_TINY_USB is not set
CONFIG_I2C_VIA=y
CONFIG_I2C_VIAPRO=y
CONFIG_I2C_VOODOO3=y
# CONFIG_I2C_PCA_ISA is not set
#
# Miscellaneous I2C Chip support
#
CONFIG_DS1682=y
# CONFIG_SENSORS_EEPROM is not set
# CONFIG_SENSORS_PCF8574 is not set
CONFIG_PCF8575=y
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_TPS65010 is not set
# CONFIG_SENSORS_MAX6875 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_I2C_DEBUG_CORE is not set
CONFIG_I2C_DEBUG_ALGO=y
CONFIG_I2C_DEBUG_BUS=y
CONFIG_I2C_DEBUG_CHIP=y
#
# SPI support
#
# CONFIG_SPI is not set
# CONFIG_SPI_MASTER is not set
CONFIG_W1=y
# CONFIG_W1_CON is not set
#
# 1-wire Bus Masters
#
CONFIG_W1_MASTER_MATROX=y
# CONFIG_W1_MASTER_DS2490 is not set
# CONFIG_W1_MASTER_DS2482 is not set
#
# 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 is not set
# CONFIG_POWER_SUPPLY is not set
CONFIG_HWMON=y
CONFIG_HWMON_VID=y
CONFIG_SENSORS_ABITUGURU=y
CONFIG_SENSORS_ABITUGURU3=y
CONFIG_SENSORS_AD7418=y
CONFIG_SENSORS_ADM1021=y
CONFIG_SENSORS_ADM1025=y
# CONFIG_SENSORS_ADM1026 is not set
CONFIG_SENSORS_ADM1029=y
# CONFIG_SENSORS_ADM1031 is not set
CONFIG_SENSORS_ADM9240=y
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_K8TEMP is not set
# CONFIG_SENSORS_ASB100 is not set
CONFIG_SENSORS_ATXP1=y
CONFIG_SENSORS_DS1621=y
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
CONFIG_SENSORS_FSCHER=y
CONFIG_SENSORS_FSCPOS=y
CONFIG_SENSORS_FSCHMD=y
CONFIG_SENSORS_GL518SM=y
# CONFIG_SENSORS_GL520SM is not set
CONFIG_SENSORS_CORETEMP=y
CONFIG_SENSORS_IBMPEX=y
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_LM63 is not set
CONFIG_SENSORS_LM75=y
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
CONFIG_SENSORS_LM87=y
CONFIG_SENSORS_LM90=y
CONFIG_SENSORS_LM92=y
CONFIG_SENSORS_LM93=y
CONFIG_SENSORS_MAX1619=y
CONFIG_SENSORS_MAX6650=y
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_SIS5595 is not set
CONFIG_SENSORS_DME1737=y
# CONFIG_SENSORS_SMSC47M1 is not set
CONFIG_SENSORS_SMSC47M192=y
CONFIG_SENSORS_SMSC47B397=y
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_THMC50 is not set
CONFIG_SENSORS_VIA686A=y
CONFIG_SENSORS_VT1211=y
# CONFIG_SENSORS_VT8231 is not set
CONFIG_SENSORS_W83781D=y
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
CONFIG_SENSORS_W83793=y
CONFIG_SENSORS_W83L785TS=y
# CONFIG_SENSORS_W83L786NG is not set
CONFIG_SENSORS_W83627HF=y
# CONFIG_SENSORS_W83627EHF is not set
# CONFIG_SENSORS_HDAPS is not set
# CONFIG_SENSORS_APPLESMC is not set
CONFIG_HWMON_DEBUG_CHIP=y
# CONFIG_THERMAL is not set
CONFIG_WATCHDOG=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
#
# Watchdog Device Drivers
#
# CONFIG_SOFT_WATCHDOG is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
CONFIG_ALIM1535_WDT=y
CONFIG_ALIM7101_WDT=y
CONFIG_SC520_WDT=y
CONFIG_IB700_WDT=y
# CONFIG_IBMASR is not set
CONFIG_WAFER_WDT=y
CONFIG_I6300ESB_WDT=y
# CONFIG_ITCO_WDT is not set
# CONFIG_IT8712F_WDT is not set
CONFIG_SC1200_WDT=y
CONFIG_SCx200_WDT=y
CONFIG_PC87413_WDT=y
# CONFIG_60XX_WDT is not set
CONFIG_SBC8360_WDT=y
CONFIG_SBC7240_WDT=y
# CONFIG_CPU5_WDT is not set
CONFIG_SMSC37B787_WDT=y
# CONFIG_W83627HF_WDT is not set
# CONFIG_W83697HF_WDT is not set
CONFIG_W83877F_WDT=y
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
CONFIG_SBC_EPX_C3_WATCHDOG=y
#
# ISA-based Watchdog Cards
#
# CONFIG_PCWATCHDOG is not set
CONFIG_MIXCOMWD=y
#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
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_DEBUG=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 is not set
#
# 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 is not set
CONFIG_AGP_NVIDIA=y
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
CONFIG_AGP_VIA=y
CONFIG_AGP_EFFICEON=y
CONFIG_DRM=y
CONFIG_DRM_TDFX=y
# CONFIG_DRM_R128 is not set
CONFIG_DRM_RADEON=y
# CONFIG_DRM_MGA is not set
CONFIG_DRM_SIS=y
# CONFIG_DRM_VIA is not set
CONFIG_DRM_SAVAGE=y
# CONFIG_VGASTATE is not set
CONFIG_VIDEO_OUTPUT_CONTROL=y
# CONFIG_FB 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=y
#
# Display device support
#
# CONFIG_DISPLAY_SUPPORT is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
CONFIG_VIDEO_SELECT=y
CONFIG_DUMMY_CONSOLE=y
#
# Sound
#
# CONFIG_SOUND is not set
# CONFIG_HID_SUPPORT is not set
CONFIG_USB_MOUSE=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
CONFIG_USB_DEBUG=y
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
#
# Miscellaneous USB options
#
# CONFIG_USB_DEVICEFS is not set
# CONFIG_USB_DEVICE_CLASS is not set
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 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=y
#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
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 is not set
CONFIG_USB_MON=y
#
# USB port drivers
#
# CONFIG_USB_SERIAL is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# 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=y
# CONFIG_USB_PHIDGETKIT is not set
# CONFIG_USB_PHIDGETMOTORCONTROL is not set
CONFIG_USB_PHIDGETSERVO=y
CONFIG_USB_IDMOUSE=y
# CONFIG_USB_FTDI_ELAN is not set
CONFIG_USB_APPLEDISPLAY=y
# CONFIG_USB_SISUSBVGA is not set
CONFIG_USB_LD=y
# CONFIG_USB_TRANCEVIBRATOR is not set
CONFIG_USB_IOWARRIOR=y
CONFIG_USB_GADGET=y
# CONFIG_USB_GADGET_DEBUG_FILES is not set
# CONFIG_USB_GADGET_DEBUG_FS is not set
CONFIG_USB_GADGET_SELECTED=y
# CONFIG_USB_GADGET_AMD5536UDC is not set
# CONFIG_USB_GADGET_ATMEL_USBA is not set
# CONFIG_USB_GADGET_FSL_USB2 is not set
# CONFIG_USB_GADGET_NET2280 is not set
# CONFIG_USB_GADGET_PXA2XX is not set
CONFIG_USB_GADGET_M66592=y
CONFIG_USB_M66592=y
# CONFIG_USB_GADGET_GOKU is not set
# CONFIG_USB_GADGET_LH7A40X is not set
# CONFIG_USB_GADGET_OMAP is not set
# CONFIG_USB_GADGET_S3C2410 is not set
# CONFIG_USB_GADGET_AT91 is not set
# CONFIG_USB_GADGET_DUMMY_HCD is not set
CONFIG_USB_GADGET_DUALSPEED=y
# CONFIG_USB_ZERO is not set
# CONFIG_USB_ETH is not set
CONFIG_USB_GADGETFS=y
# CONFIG_USB_FILE_STORAGE is not set
# CONFIG_USB_G_SERIAL is not set
# CONFIG_USB_MIDI_GADGET is not set
# CONFIG_USB_G_PRINTER is not set
CONFIG_MMC=y
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_UNSAFE_RESUME is not set
#
# MMC/SD Card Drivers
#
# CONFIG_MMC_BLOCK is not set
CONFIG_SDIO_UART=y
#
# MMC/SD Host Controller Drivers
#
# CONFIG_MMC_SDHCI is not set
CONFIG_MMC_WBSD=y
# CONFIG_MMC_TIFM_SD is not set
CONFIG_MEMSTICK=y
# CONFIG_MEMSTICK_DEBUG is not set
#
# MemoryStick drivers
#
CONFIG_MEMSTICK_UNSAFE_RESUME=y
# CONFIG_MSPRO_BLOCK is not set
#
# MemoryStick Host Controller Drivers
#
CONFIG_MEMSTICK_TIFM_MS=y
# CONFIG_NEW_LEDS is not set
CONFIG_INFINIBAND=y
# CONFIG_INFINIBAND_USER_MAD is not set
CONFIG_INFINIBAND_USER_ACCESS=y
CONFIG_INFINIBAND_USER_MEM=y
CONFIG_INFINIBAND_ADDR_TRANS=y
# CONFIG_INFINIBAND_MTHCA is not set
CONFIG_INFINIBAND_AMSO1100=y
CONFIG_INFINIBAND_AMSO1100_DEBUG=y
CONFIG_INFINIBAND_CXGB3=y
CONFIG_INFINIBAND_CXGB3_DEBUG=y
# CONFIG_MLX4_INFINIBAND is not set
CONFIG_INFINIBAND_NES=y
# CONFIG_INFINIBAND_NES_DEBUG is not set
CONFIG_INFINIBAND_IPOIB=y
# CONFIG_INFINIBAND_IPOIB_CM is not set
CONFIG_INFINIBAND_IPOIB_DEBUG=y
CONFIG_INFINIBAND_IPOIB_DEBUG_DATA=y
# CONFIG_INFINIBAND_SRP is not set
CONFIG_INFINIBAND_ISER=y
CONFIG_EDAC=y
#
# Reporting subsystems
#
CONFIG_EDAC_DEBUG=y
# CONFIG_EDAC_MM_EDAC 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 is not set
# CONFIG_RTC_DEBUG is not set
#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
# CONFIG_RTC_INTF_PROC is not set
# CONFIG_RTC_INTF_DEV is not set
CONFIG_RTC_DRV_TEST=y
#
# I2C RTC drivers
#
CONFIG_RTC_DRV_DS1307=y
CONFIG_RTC_DRV_DS1374=y
CONFIG_RTC_DRV_DS1672=y
# CONFIG_RTC_DRV_MAX6900 is not set
CONFIG_RTC_DRV_RS5C372=y
CONFIG_RTC_DRV_ISL1208=y
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
#
# SPI RTC drivers
#
#
# Platform RTC drivers
#
# CONFIG_RTC_DRV_CMOS is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1742 is not set
CONFIG_RTC_DRV_STK17TA8=y
CONFIG_RTC_DRV_M48T86=y
# CONFIG_RTC_DRV_M48T59 is not set
CONFIG_RTC_DRV_V3020=y
#
# 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=y
# CONFIG_UIO_CIF is not set
#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_DELL_RBU=y
# CONFIG_DCDBAS is not set
CONFIG_DMIID=y
#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
CONFIG_EXT2_FS_XIP=y
CONFIG_FS_XIP=y
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 is not set
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=y
CONFIG_REISERFS_CHECK=y
CONFIG_REISERFS_PROC_INFO=y
# CONFIG_REISERFS_FS_XATTR is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_DNOTIFY is not set
# CONFIG_INOTIFY is not set
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
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=y
CONFIG_UDF_NLS=y
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
# CONFIG_VFAT_FS is not set
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_NTFS_FS=y
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
# CONFIG_TMPFS 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=y
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
CONFIG_EFS_FS=y
CONFIG_CRAMFS=y
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
CONFIG_HPFS_FS=y
CONFIG_QNX4FS_FS=y
CONFIG_ROMFS_FS=y
# CONFIG_SYSV_FS is not set
CONFIG_UFS_FS=y
# CONFIG_UFS_FS_WRITE is not set
CONFIG_UFS_DEBUG=y
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
# CONFIG_NFS_V3 is not set
# CONFIG_NFS_V4 is not set
CONFIG_NFS_DIRECTIO=y
# CONFIG_NFSD is not set
CONFIG_LOCKD=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
CONFIG_SUNRPC_XPRT_RDMA=y
CONFIG_SUNRPC_BIND34=y
# CONFIG_RPCSEC_GSS_KRB5 is not set
CONFIG_RPCSEC_GSS_SPKM3=y
# CONFIG_SMB_FS is not set
CONFIG_CIFS=y
# CONFIG_CIFS_STATS is not set
# CONFIG_CIFS_WEAK_PW_HASH is not set
# CONFIG_CIFS_XATTR is not set
CONFIG_CIFS_DEBUG2=y
# CONFIG_CIFS_EXPERIMENTAL is not set
CONFIG_NCP_FS=y
CONFIG_NCPFS_PACKET_SIGNING=y
CONFIG_NCPFS_IOCTL_LOCKING=y
CONFIG_NCPFS_STRONG=y
# CONFIG_NCPFS_NFS_NS is not set
# 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=y
CONFIG_AFS_DEBUG=y
# CONFIG_9P_FS is not set
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
CONFIG_OSF_PARTITION=y
# CONFIG_AMIGA_PARTITION is not set
CONFIG_ATARI_PARTITION=y
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
# CONFIG_SGI_PARTITION is not set
CONFIG_ULTRIX_PARTITION=y
CONFIG_SUN_PARTITION=y
# CONFIG_KARMA_PARTITION is not set
CONFIG_EFI_PARTITION=y
CONFIG_SYSV68_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
CONFIG_NLS_CODEPAGE_852=y
CONFIG_NLS_CODEPAGE_855=y
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
CONFIG_NLS_CODEPAGE_861=y
CONFIG_NLS_CODEPAGE_862=y
# CONFIG_NLS_CODEPAGE_863 is not set
CONFIG_NLS_CODEPAGE_864=y
CONFIG_NLS_CODEPAGE_865=y
CONFIG_NLS_CODEPAGE_866=y
CONFIG_NLS_CODEPAGE_869=y
# CONFIG_NLS_CODEPAGE_936 is not set
CONFIG_NLS_CODEPAGE_950=y
CONFIG_NLS_CODEPAGE_932=y
CONFIG_NLS_CODEPAGE_949=y
CONFIG_NLS_CODEPAGE_874=y
CONFIG_NLS_ISO8859_8=y
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_2=y
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
CONFIG_NLS_ISO8859_5=y
CONFIG_NLS_ISO8859_6=y
# CONFIG_NLS_ISO8859_7 is not set
CONFIG_NLS_ISO8859_9=y
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=y
CONFIG_NLS_KOI8_R=y
CONFIG_NLS_KOI8_U=y
CONFIG_NLS_UTF8=y
# CONFIG_DLM is not set
#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
# CONFIG_ENABLE_WARN_DEPRECATED is not set
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_MAGIC_SYSRQ=y
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_DEBUG_FS=y
CONFIG_HEADERS_CHECK=y
# CONFIG_DEBUG_KERNEL is not set
CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y
CONFIG_SLUB_DEBUG_ON=y
CONFIG_SLUB_STATS=y
CONFIG_TRACE_IRQFLAGS=y
CONFIG_STACKTRACE=y
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_FRAME_POINTER=y
CONFIG_LATENCYTOP=y
CONFIG_HAVE_FTRACE=y
CONFIG_TRACER_MAX_TRACE=y
CONFIG_TRACING=y
CONFIG_IRQSOFF_TRACER=y
CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_NONPROMISC_DEVMEM is not set
CONFIG_EARLY_PRINTK=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
#
# 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_DEFAULT_MMAP_MIN_ADDR=0
# CONFIG_SECURITY_SELINUX 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=y
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_SHA1=y
# CONFIG_CRYPTO_SHA256 is not set
CONFIG_CRYPTO_SHA512=y
CONFIG_CRYPTO_WP512=y
CONFIG_CRYPTO_TGR192=y
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_PCBC=y
CONFIG_CRYPTO_LRW=y
# CONFIG_CRYPTO_XTS is not set
CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_GCM=y
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 is not set
CONFIG_CRYPTO_TWOFISH_COMMON=y
CONFIG_CRYPTO_TWOFISH_586=y
CONFIG_CRYPTO_SERPENT=y
# CONFIG_CRYPTO_AES is not set
# CONFIG_CRYPTO_AES_586 is not set
CONFIG_CRYPTO_CAST5=y
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_TEA is not set
CONFIG_CRYPTO_ARC4=y
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_ANUBIS is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_586 is not set
CONFIG_CRYPTO_DEFLATE=y
# CONFIG_CRYPTO_MICHAEL_MIC is not set
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CAMELLIA=y
CONFIG_CRYPTO_AUTHENC=y
# CONFIG_CRYPTO_LZO is not set
# CONFIG_CRYPTO_HW is not set
CONFIG_VIRTUALIZATION=y
CONFIG_VIRTIO=y
CONFIG_VIRTIO_RING=y
# CONFIG_VIRTIO_PCI is not set
CONFIG_VIRTIO_BALLOON=y
#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
CONFIG_CRC7=y
CONFIG_LIBCRC32C=y
CONFIG_AUDIT_GENERIC=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_GENERIC_ALLOCATOR=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
CONFIG_FORCE_MINIMAL_CONFIG=y
CONFIG_FORCE_MINIMAL_CONFIG_PHYS=y
CONFIG_X86_32_ALWAYS_ON=y
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: crash.log --]
[-- Type: text/plain; charset=utf-8, Size: 158471 bytes --]
[ 0.000000] Linux version 2.6.25-rc1 (mingo@dione) (gcc version 4.2.2) #5 SMP Tue Feb 12 08:38:21 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 - 00000000efff8000 (usable)
[ 0.000000] BIOS-e820: 00000000efff8000 - 00000000f0000000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 0000000110000000 (usable)
[ 0.000000] console [earlyser0] enabled
[ 0.000000] using polling idle threads.
[ 0.000000] Warning only 896MB will be used.
[ 0.000000] Use a HIGHMEM64G enabled kernel.
[ 0.000000] 896MB LOWMEM available.
[ 0.000000] Scan SMP from c0000000 for 1024 bytes.
[ 0.000000] Scan SMP from c009fc00 for 1024 bytes.
[ 0.000000] Scan SMP from c00f0000 for 65536 bytes.
[ 0.000000] found SMP MP-table at [c00f4fd0] 000f4fd0
[ 0.000000] Entering add_active_range(0, 0, 229376) 0 entries of 256 used
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] Normal 4096 -> 229376
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0 -> 229376
[ 0.000000] On node 0 totalpages: 229376
[ 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: 1760 pages used for memmap
[ 0.000000] Normal zone: 223520 pages, LIFO batch:31
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] DMI 2.3 present.
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: RSDP 000F4F70, 0014 (r0 COMPAQ)
[ 0.000000] ACPI: RSDT EFFF8000, 002C (r1 Compaq 8500____ 1 Ò\x04 162E)
[ 0.000000] ACPI: FACP EFFF8040, 0074 (r1 Compaq 8500____ 1 Ò\x04 162E)
[ 0.000000] ACPI Warning (tbfadt-0442): Optional field "Gpe1Block" has zero address or length: 0000000000000000/2 [20070126]
[ 0.000000] ACPI: DSDT EFFF81C0, 3D9E (r1 COMPAQ 8500 16 MSFT 100000B)
[ 0.000000] ACPI: FACS EFFF80C0, 0040
[ 0.000000] ACPI: APIC EFFF8100, 00B2 (r1 Compaq 8500____ 1 0)
[ 0.000000] ACPI: PM-Timer IO Port: 0x240
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] enabled)
[ 0.000000] Processor #0 6:10 APIC version 17
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x01] enabled)
[ 0.000000] Processor #1 6:10 APIC version 17
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x02] enabled)
[ 0.000000] Processor #2 6:10 APIC version 17
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x03] enabled)
[ 0.000000] Processor #3 6:10 APIC version 17
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
[ 0.000000] Processor #4 6:10 APIC version 17
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] enabled)
[ 0.000000] Processor #5 6:10 APIC version 17
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x06] enabled)
[ 0.000000] Processor #6 6:10 APIC version 17
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x07] enabled)
[ 0.000000] Processor #7 6:10 APIC version 17
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] dfl dfl lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 8, version 17, address 0xfec00000, GSI 0-34
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] Allocating PCI resources starting at f1000000 (gap: f0000000:0ec00000)
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 227584
[ 0.000000] Kernel command line: root=/dev/ida/c0d0p3 earlyprintk=serial,ttyS0,115200 console=ttyS0,115200 console=tty 3 nmi_watchdog=0 profile=0 debug initcall_debug maxcpus=8 selinux=0 idle=poll
[ 0.000000] kernel profiling enabled (shift: 0)
[ 0.000000] mapped APIC to ffffb000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffa000 (fec00000)
[ 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 700.046 MHz processor.
[ 0.003333] Console: colour VGA+ 80x25
[ 0.003333] console handover: boot [earlyser0] -> real [tty0]
[ 0.003333] console [ttyS0] enabled
[ 0.003333] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.003333] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.003333] Memory: 874552k/917504k available (5858k kernel code, 42532k reserved, 3135k data, 324k init, 0k highmem)
[ 0.003333] virtual kernel memory layout:
[ 0.003333] fixmap : 0xfffb3000 - 0xfffff000 ( 304 kB)
[ 0.003333] vmalloc : 0xf8800000 - 0xfffb1000 ( 119 MB)
[ 0.003333] lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
[ 0.003333] .init : 0xc09d7000 - 0xc0a28000 ( 324 kB)
[ 0.003333] .data : 0xc06b8a5b - 0xc09c8a2c (3135 kB)
[ 0.003333] .text : 0xc0100000 - 0xc06b8a5b (5858 kB)
[ 0.003333] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.003333] CPA: page pool initialized 16 of 16 pages preallocated
[ 0.003333] SLUB: Genslabs=11, HWalign=32, Order=0-1, MinObjects=4, CPUs=8, Nodes=1
[ 0.086668] Calibrating delay using timer specific routine.. 1402.92 BogoMIPS (lpj=2335878)
[ 0.093458] Security Framework initialized
[ 0.096689] Capability LSM initialized
[ 0.100080] Mount-cache hash table entries: 512
[ 0.104376] CPU: L1 I cache: 16K, L1 D cache: 16K
[ 0.110000] CPU: L2 cache: 2048K
[ 0.113352] Compat vDSO mapped to ffffe000.
[ 0.116695] Checking 'hlt' instruction... OK.
[ 0.135031] ACPI: Core revision 20070126
[ 0.203202] Parsing all Control Methods:
[ 0.203802] Table [DSDT](id 0001) - 610 Objects with 38 Devices 133 Methods 7 Regions
[ 0.206664] tbxface-0598 [02] tb_load_namespace : ACPI Tables successfully acquired
[ 0.216682] evxfevnt-0091 [02] enable : Transition to ACPI mode successful
[ 0.223609] CPU0: Intel Pentium III (Cascades) stepping 01
[ 0.231485] Booting processor 1/0 ip 2000
[ 0.003333] Initializing CPU#1
[ 0.003333] Calibrating delay using timer specific routine.. 1400.35 BogoMIPS (lpj=2333368)
[ 0.003333] CPU: L1 I cache: 16K, L1 D cache: 16K
[ 0.003333] CPU: L2 cache: 2048K
[ 0.327614] CPU1: Intel Pentium III (Cascades) stepping 01
[ 0.336706] Booting processor 2/1 ip 2000
[ 0.003333] Initializing CPU#2
[ 0.003333] Calibrating delay using timer specific routine.. 1400.35 BogoMIPS (lpj=2333361)
[ 0.003333] CPU: L1 I cache: 16K, L1 D cache: 16K
[ 0.003333] CPU: L2 cache: 2048K
[ 0.434173] CPU2: Intel Pentium III (Cascades) stepping 01
[ 0.443395] Booting processor 3/2 ip 2000
[ 0.003333] Initializing CPU#3
[ 0.003333] Calibrating delay using timer specific routine.. 1400.34 BogoMIPS (lpj=2333355)
[ 0.003333] CPU: L1 I cache: 16K, L1 D cache: 16K
[ 0.003333] CPU: L2 cache: 2048K
[ 0.540881] CPU3: Intel Pentium III (Cascades) stepping 01
[ 0.550026] Booting processor 4/3 ip 2000
[ 0.003333] Initializing CPU#4
[ 0.003333] Calibrating delay using timer specific routine.. 1400.36 BogoMIPS (lpj=2333387)
[ 0.003333] CPU: L1 I cache: 16K, L1 D cache: 16K
[ 0.003333] CPU: L2 cache: 2048K
[ 0.647537] CPU4: Intel Pentium III (Cascades) stepping 01
[ 0.656714] Booting processor 5/4 ip 2000
[ 0.003333] Initializing CPU#5
[ 0.003333] Calibrating delay using timer specific routine.. 1400.30 BogoMIPS (lpj=2333285)
[ 0.003333] CPU: L1 I cache: 16K, L1 D cache: 16K
[ 0.003333] CPU: L2 cache: 2048K
[ 0.754232] CPU5: Intel Pentium III (Cascades) stepping 01
[ 0.763370] Booting processor 6/5 ip 2000
[ 0.003333] Initializing CPU#6
[ 0.003333] Calibrating delay using timer specific routine.. 1400.29 BogoMIPS (lpj=2333274)
[ 0.003333] CPU: L1 I cache: 16K, L1 D cache: 16K
[ 0.003333] CPU: L2 cache: 2048K
[ 0.860812] CPU6: Intel Pentium III (Cascades) stepping 01
[ 0.870049] Booting processor 7/6 ip 2000
[ 0.003333] Initializing CPU#7
[ 0.003333] Calibrating delay using timer specific routine.. 1400.30 BogoMIPS (lpj=2333283)
[ 0.003333] CPU: L1 I cache: 16K, L1 D cache: 16K
[ 0.003333] CPU: L2 cache: 2048K
[ 0.967522] CPU7: Intel Pentium III (Cascades) stepping 01
[ 0.976623] Total of 8 processors activated (11205.24 BogoMIPS).
[ 0.980224] ENABLING IO-APIC IRQs
[ 0.983548] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.986602] ..MP-BIOS bug: 8254 timer not connected to IO-APIC
[ 0.986602] ...trying to set up timer (IRQ0) through the 8259A ... failed.
[ 0.986602] ...trying to set up timer as Virtual Wire IRQ... works.
[ 1.023266] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 1.023562] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[ 1.026870] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[ 1.030185] checking TSC synchronization [CPU#0 -> CPU#4]: passed.
[ 1.033546] checking TSC synchronization [CPU#0 -> CPU#5]: passed.
[ 1.036848] checking TSC synchronization [CPU#0 -> CPU#6]: passed.
[ 1.040201] checking TSC synchronization [CPU#0 -> CPU#7]: passed.
[ 1.043289] Brought up 8 CPUs
[ 1.046718] CPU0 attaching sched-domain:
[ 1.049941] domain 0: span ff
[ 1.054197] groups: 01 02 04 08 10 20 40 80
[ 1.060916] CPU1 attaching sched-domain:
[ 1.063272] domain 0: span ff
[ 1.067537] groups: 02 04 08 10 20 40 80 01
[ 1.073272] CPU2 attaching sched-domain:
[ 1.076603] domain 0: span ff
[ 1.080869] groups: 04 08 10 20 40 80 01 02
[ 1.085887] CPU3 attaching sched-domain:
[ 1.086602] domain 0: span ff
[ 1.089934] groups: 08 10 20 40 80 01 02 04
[ 1.094906] CPU4 attaching sched-domain:
[ 1.096602] domain 0: span ff
[ 1.100861] groups: 10 20 40 80 01 02 04 08
[ 1.107580] CPU5 attaching sched-domain:
[ 1.109934] domain 0: span ff
[ 1.114202] groups: 20 40 80 01 02 04 08 10
[ 1.119934] CPU6 attaching sched-domain:
[ 1.123267] domain 0: span ff
[ 1.126598] groups: 40 80 01 02 04 08 10 20
[ 1.132557] CPU7 attaching sched-domain:
[ 1.133266] domain 0: span ff
[ 1.136597] groups: 80 01 02 04 08 10 20 40
[ 1.145526] Calling initcall 0xc09fd5b7: net_ns_init+0x0/0xda()
[ 1.150253] net_namespace: 452 bytes
[ 1.153267] initcall 0xc09fd5b7: net_ns_init+0x0/0xda() returned 0.
[ 1.161298] initcall 0xc09fd5b7 ran for 3 msecs: net_ns_init+0x0/0xda()
[ 1.165505] Calling initcall 0xc09db57f: reboot_init+0x0/0x11()
[ 1.170258] initcall 0xc09db57f: reboot_init+0x0/0x11() returned 0.
[ 1.177960] initcall 0xc09db57f ran for 0 msecs: reboot_init+0x0/0x11()
[ 1.183262] Calling initcall 0xc09e0c7a: sysctl_init+0x0/0x29()
[ 1.190710] initcall 0xc09e0c7a: sysctl_init+0x0/0x29() returned 0.
[ 1.197960] initcall 0xc09e0c7a ran for 0 msecs: sysctl_init+0x0/0x29()
[ 1.203261] Calling initcall 0xc09e136a: ksysfs_init+0x0/0x96()
[ 1.210641] initcall 0xc09e136a: ksysfs_init+0x0/0x96() returned 0.
[ 1.217960] initcall 0xc09e136a ran for 0 msecs: ksysfs_init+0x0/0x96()
[ 1.222168] Calling initcall 0xc09e167e: init_jiffies_clocksource+0x0/0xf()
[ 1.226926] initcall 0xc09e167e: init_jiffies_clocksource+0x0/0xf() returned 0.
[ 1.236592] initcall 0xc09e167e ran for 0 msecs: init_jiffies_clocksource+0x0/0xf()
[ 1.243264] Calling initcall 0xc09e180f: pm_init+0x0/0x2d()
[ 1.250265] initcall 0xc09e180f: pm_init+0x0/0x2d() returned 0.
[ 1.256591] initcall 0xc09e180f ran for 0 msecs: pm_init+0x0/0x2d()
[ 1.263257] Calling initcall 0xc09e3a04: filelock_init+0x0/0x27()
[ 1.270253] initcall 0xc09e3a04: filelock_init+0x0/0x27() returned 0.
[ 1.276590] initcall 0xc09e3a04 ran for 0 msecs: filelock_init+0x0/0x27()
[ 1.283255] Calling initcall 0xc09e41b0: init_aout_binfmt+0x0/0xf()
[ 1.290243] initcall 0xc09e41b0: init_aout_binfmt+0x0/0xf() returned 0.
[ 1.296589] initcall 0xc09e41b0 ran for 0 msecs: init_aout_binfmt+0x0/0xf()
[ 1.303254] Calling initcall 0xc09e41bf: init_script_binfmt+0x0/0xf()
[ 1.310240] initcall 0xc09e41bf: init_script_binfmt+0x0/0xf() returned 0.
[ 1.317954] initcall 0xc09e41bf ran for 0 msecs: init_script_binfmt+0x0/0xf()
[ 1.323253] Calling initcall 0xc09e41ce: init_elf_binfmt+0x0/0xf()
[ 1.330239] initcall 0xc09e41ce: init_elf_binfmt+0x0/0xf() returned 0.
[ 1.337953] initcall 0xc09e41ce ran for 0 msecs: init_elf_binfmt+0x0/0xf()
[ 1.342418] Calling initcall 0xc09e6044: debugfs_init+0x0/0x41()
[ 1.345836] initcall 0xc09e6044: debugfs_init+0x0/0x41() returned 0.
[ 1.351286] initcall 0xc09e6044 ran for 0 msecs: debugfs_init+0x0/0x41()
[ 1.355579] Calling initcall 0xc09e623d: securityfs_init+0x0/0x41()
[ 1.359429] initcall 0xc09e623d: securityfs_init+0x0/0x41() returned 0.
[ 1.366584] initcall 0xc09e623d ran for 0 msecs: securityfs_init+0x0/0x41()
[ 1.373251] Calling initcall 0xc09e6a5c: random32_init+0x0/0x48()
[ 1.379923] initcall 0xc09e6a5c: random32_init+0x0/0x48() returned 0.
[ 1.386583] initcall 0xc09e6a5c ran for 0 msecs: random32_init+0x0/0x48()
[ 1.393248] Calling initcall 0xc09fa34b: cpuidle_init+0x0/0x32()
[ 1.400251] initcall 0xc09fa34b: cpuidle_init+0x0/0x32() returned 0.
[ 1.406581] initcall 0xc09fa34b ran for 0 msecs: cpuidle_init+0x0/0x32()
[ 1.413247] Calling initcall 0xc05ad17f: virtio_init+0x0/0x1f()
[ 1.420251] initcall 0xc05ad17f: virtio_init+0x0/0x1f() returned 0.
[ 1.426580] initcall 0xc05ad17f ran for 0 msecs: virtio_init+0x0/0x1f()
[ 1.433246] Calling initcall 0xc09fd4a7: sock_init+0x0/0x51()
[ 1.440015] initcall 0xc09fd4a7: sock_init+0x0/0x51() returned 0.
[ 1.444610] initcall 0xc09fd4a7 ran for 0 msecs: sock_init+0x0/0x51()
[ 1.449911] Calling initcall 0xc09fdcf3: netpoll_init+0x0/0x2f()
[ 1.455817] initcall 0xc09fdcf3: netpoll_init+0x0/0x2f() returned 0.
[ 1.461280] initcall 0xc09fdcf3 ran for 0 msecs: netpoll_init+0x0/0x2f()
[ 1.465571] Calling initcall 0xc09fe054: netlink_proto_init+0x0/0x107()
[ 1.470023] NET: Registered protocol family 16
[ 1.473302] initcall 0xc09fe054: netlink_proto_init+0x0/0x107() returned 0.
[ 1.481276] initcall 0xc09fe054 ran for 3 msecs: netlink_proto_init+0x0/0x107()
[ 1.486262] Calling initcall 0xc09e699a: kobject_uevent_init+0x0/0x3f()
[ 1.489923] initcall 0xc09e699a: kobject_uevent_init+0x0/0x3f() returned 0.
[ 1.496575] initcall 0xc09e699a ran for 0 msecs: kobject_uevent_init+0x0/0x3f()
[ 1.503242] Calling initcall 0xc09e6bcf: pcibus_class_init+0x0/0xf()
[ 1.510595] initcall 0xc09e6bcf: pcibus_class_init+0x0/0xf() returned 0.
[ 1.517942] initcall 0xc09e6bcf ran for 0 msecs: pcibus_class_init+0x0/0xf()
[ 1.522581] Calling initcall 0xc09e7112: pci_driver_init+0x0/0xf()
[ 1.526334] initcall 0xc09e7112: pci_driver_init+0x0/0xf() returned 0.
[ 1.533240] initcall 0xc09e7112 ran for 0 msecs: pci_driver_init+0x0/0xf()
[ 1.539905] Calling initcall 0xc09e73aa: backlight_class_init+0x0/0x3d()
[ 1.547261] initcall 0xc09e73aa: backlight_class_init+0x0/0x3d() returned 0.
[ 1.554607] initcall 0xc09e73aa ran for 0 msecs: backlight_class_init+0x0/0x3d()
[ 1.559904] Calling initcall 0xc09e743a: video_output_class_init+0x0/0xf()
[ 1.566888] initcall 0xc09e743a: video_output_class_init+0x0/0xf() returned 0.
[ 1.574683] initcall 0xc09e743a ran for 0 msecs: video_output_class_init+0x0/0xf()
[ 1.579903] Calling initcall 0xc09e86dd: dock_init+0x0/0x4a()
[ 1.587245] No dock devices found.
[ 1.589903] initcall 0xc09e86dd: dock_init+0x0/0x4a() returned 0.
[ 1.597938] initcall 0xc09e86dd ran for 3 msecs: dock_init+0x0/0x4a()
[ 1.601969] Calling initcall 0xc09ea606: tty_class_init+0x0/0x27()
[ 1.607241] initcall 0xc09ea606: tty_class_init+0x0/0x27() returned 0.
[ 1.614602] initcall 0xc09ea606 ran for 0 msecs: tty_class_init+0x0/0x27()
[ 1.619067] Calling initcall 0xc09eafc1: vtconsole_class_init+0x0/0x9a()
[ 1.623904] initcall 0xc09eafc1: vtconsole_class_init+0x0/0x9a() returned 0.
[ 1.631266] initcall 0xc09eafc1 ran for 0 msecs: vtconsole_class_init+0x0/0x9a()
[ 1.636566] Calling initcall 0xc09d9b25: arch_kdebugfs_init+0x0/0x7()
[ 1.643552] initcall 0xc09d9b25: arch_kdebugfs_init+0x0/0x7() returned 0.
[ 1.651263] initcall 0xc09d9b25 ran for 0 msecs: arch_kdebugfs_init+0x0/0x7()
[ 1.656565] Calling initcall 0xc09d9c7f: init_pit_clocksource+0x0/0x6a()
[ 1.663550] initcall 0xc09d9c7f: init_pit_clocksource+0x0/0x6a() returned 0.
[ 1.671263] initcall 0xc09d9c7f ran for 0 msecs: init_pit_clocksource+0x0/0x6a()
[ 1.676563] Calling initcall 0xc09da76e: mtrr_if_init+0x0/0x57()
[ 1.683561] initcall 0xc09da76e: mtrr_if_init+0x0/0x57() returned 0.
[ 1.691256] initcall 0xc09da76e ran for 0 msecs: mtrr_if_init+0x0/0x57()
[ 1.695557] Calling initcall 0xc09e735f: acpi_pci_init+0x0/0x33()
[ 1.700215] ACPI: bus type pci registered
[ 1.703229] initcall 0xc09e735f: acpi_pci_init+0x0/0x33() returned 0.
[ 1.713228] initcall 0xc09e735f ran for 3 msecs: acpi_pci_init+0x0/0x33()
[ 1.719894] Calling initcall 0xc09e83ee: init_acpi_device_notify+0x0/0x43()
[ 1.726887] initcall 0xc09e83ee: init_acpi_device_notify+0x0/0x43() returned 0.
[ 1.734673] initcall 0xc09e83ee ran for 0 msecs: init_acpi_device_notify+0x0/0x43()
[ 1.739892] Calling initcall 0xc09fb70f: dmi_id_init+0x0/0x266()
[ 1.747034] initcall 0xc09fb70f: dmi_id_init+0x0/0x266() returned 0.
[ 1.753226] initcall 0xc09fb70f ran for 3 msecs: dmi_id_init+0x0/0x266()
[ 1.759891] Calling initcall 0xc09fb975: init_cyclone_clocksource+0x0/0x16e()
[ 1.766877] initcall 0xc09fb975: init_cyclone_clocksource+0x0/0x16e() returned -19.
[ 1.774847] initcall 0xc09fb975 ran for 0 msecs: init_cyclone_clocksource+0x0/0x16e()
[ 1.779890] Calling initcall 0xc09fc112: pci_access_init+0x0/0x40()
[ 1.804068] PCI: PCI BIOS revision 2.10 entry at 0xf14d5, last bus=16
[ 1.806556] PCI: Using configuration type 1
[ 1.809888] initcall 0xc09fc112: pci_access_init+0x0/0x40() returned 0.
[ 1.817919] initcall 0xc09fc112 ran for 22 msecs: pci_access_init+0x0/0x40()
[ 1.822474] Calling initcall 0xc09d8829: request_standard_resources+0x0/0x57()
[ 1.829887] Setting up standard PCI resources
[ 1.839421] initcall 0xc09d8829: request_standard_resources+0x0/0x57() returned 0.
[ 1.846553] initcall 0xc09d8829 ran for 6 msecs: request_standard_resources+0x0/0x57()
[ 1.853218] Calling initcall 0xc09d9af6: topology_init+0x0/0x2f()
[ 1.864698] initcall 0xc09d9af6: topology_init+0x0/0x2f() returned 0.
[ 1.871252] initcall 0xc09d9af6 ran for 3 msecs: topology_init+0x0/0x2f()
[ 1.876550] Calling initcall 0xc09da44f: mtrr_init_finialize+0x0/0x2c()
[ 1.883537] initcall 0xc09da44f: mtrr_init_finialize+0x0/0x2c() returned 0.
[ 1.891248] initcall 0xc09da44f ran for 0 msecs: mtrr_init_finialize+0x0/0x2c()
[ 1.896549] Calling initcall 0xc09e1065: param_sysfs_init+0x0/0x154()
[ 1.971707] initcall 0xc09e1065: param_sysfs_init+0x0/0x154() returned 0.
[ 1.977913] initcall 0xc09e1065 ran for 63 msecs: param_sysfs_init+0x0/0x154()
[ 1.982724] Calling initcall 0xc013b28c: pm_sysrq_init+0x0/0x16()
[ 1.985876] initcall 0xc013b28c: pm_sysrq_init+0x0/0x16() returned 0.
[ 1.991244] initcall 0xc013b28c ran for 0 msecs: pm_sysrq_init+0x0/0x16()
[ 1.996542] Calling initcall 0xc09e3483: readahead_init+0x0/0xf()
[ 2.002598] initcall 0xc09e3483: readahead_init+0x0/0xf() returned 0.
[ 2.007911] initcall 0xc09e3483 ran for 0 msecs: readahead_init+0x0/0xf()
[ 2.013215] Calling initcall 0xc09e3f52: init_bio+0x0/0xa6()
[ 2.019884] initcall 0xc09e3f52: init_bio+0x0/0xa6() returned 0.
[ 2.024574] initcall 0xc09e3f52 ran for 3 msecs: init_bio+0x0/0xa6()
[ 2.028521] Calling initcall 0xc09e67d8: blk_settings_init+0x0/0x1d()
[ 2.036541] initcall 0xc09e67d8: blk_settings_init+0x0/0x1d() returned 0.
[ 2.044574] initcall 0xc09e67d8 ran for 0 msecs: blk_settings_init+0x0/0x1d()
[ 2.049873] Calling initcall 0xc09e67f5: blk_ioc_init+0x0/0x24()
[ 2.056872] initcall 0xc09e67f5: blk_ioc_init+0x0/0x24() returned 0.
[ 2.064573] initcall 0xc09e67f5 ran for 0 msecs: blk_ioc_init+0x0/0x24()
[ 2.068866] Calling initcall 0xc09e6819: genhd_device_init+0x0/0x2a()
[ 2.077194] initcall 0xc09e6819: genhd_device_init+0x0/0x2a() returned 0.
[ 2.083204] initcall 0xc09e6819 ran for 3 msecs: genhd_device_init+0x0/0x2a()
[ 2.089869] Calling initcall 0xc09e81d7: acpi_init+0x0/0x217()
[ 2.099881] evgpeblk-0956 [04] ev_create_gpe_block : GPE 00 to 1F [_GPE] 4 regs on int 0x9
[ 2.107565] evgpeblk-1052 [03] ev_initialize_gpe_bloc: Found 0 Wake, Enabled 1 Runtime GPEs in this block
[ 2.116542] ACPI: EC: Look up EC in DSDT
[ 2.142700] Completing Region/Field/Buffer/Package initialization:................................................................................................................................................................................................................................................................................
[ 2.251468] Initialized 5/7 Regions 206/206 Fields 58/58 Buffers 3/3 Packages (619 nodes)
[ 2.253196] Initializing Device/Processor/Thermal objects by executing _INI methods:.................
[ 2.290319] Executed 17 _INI methods requiring 17 _STA executions (examined 49 objects)
[ 2.293520] ACPI: Interpreter enabled
[ 2.296523] ACPI: (supports S0 S5)
[ 2.303190] ACPI: Using IOAPIC for interrupt routing
[ 2.306813] initcall 0xc09e81d7: acpi_init+0x0/0x217() returned 0.
[ 2.314559] initcall 0xc09e81d7 ran for 200 msecs: acpi_init+0x0/0x217()
[ 2.318676] Calling initcall 0xc09e8431: acpi_scan_init+0x0/0xed()
[ 2.394386] initcall 0xc09e8431: acpi_scan_init+0x0/0xed() returned 0.
[ 2.401215] initcall 0xc09e8431 ran for 66 msecs: acpi_scan_init+0x0/0xed()
[ 2.406516] Calling initcall 0xc09e851e: acpi_ec_init+0x0/0x55()
[ 2.413927] initcall 0xc09e851e: acpi_ec_init+0x0/0x55() returned 0.
[ 2.421215] initcall 0xc09e851e ran for 0 msecs: acpi_ec_init+0x0/0x55()
[ 2.426514] Calling initcall 0xc09e8778: acpi_pci_root_init+0x0/0x25()
[ 2.433593] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 2.438552] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 2.467695] ACPI: PCI Root Bridge [PCI1] (0000:05)
[ 2.473507] ACPI: PCI Interrupt Routing Table [\_SB_.PCI1._PRT]
[ 2.491907] ACPI: PCI Root Bridge [PCI2] (0000:0d)
[ 2.494011] ACPI: PCI Interrupt Routing Table [\_SB_.PCI2._PRT]
[ 2.503200] initcall 0xc09e8778: acpi_pci_root_init+0x0/0x25() returned 0.
[ 2.509843] initcall 0xc09e8778 ran for 66 msecs: acpi_pci_root_init+0x0/0x25()
[ 2.516509] Calling initcall 0xc09e8876: acpi_pci_link_init+0x0/0x43()
[ 2.524659] ACPI: PCI Interrupt Link [INT8] (IRQs *11)
[ 2.528397] ACPI: Invalid IRQ 0
[ 2.533416] ACPI: PCI Interrupt Link [INT7] (IRQs) *0, disabled.
[ 2.541699] ACPI: PCI Interrupt Link [INT6] (IRQs *5)
[ 2.548842] ACPI: PCI Interrupt Link [INT5] (IRQs *15)
[ 2.551710] ACPI: Invalid IRQ 0
[ 2.554040] ACPI: PCI Interrupt Link [INT4] (IRQs) *0, disabled.
[ 2.561296] ACPI: PCI Interrupt Link [INT3] (IRQs *15)
[ 2.567496] ACPI: Invalid IRQ 0
[ 2.570705] ACPI: PCI Interrupt Link [INT2] (IRQs) *0, disabled.
[ 2.575980] ACPI: Invalid IRQ 0
[ 2.580225] ACPI: PCI Interrupt Link [INT1] (IRQs) *0, disabled.
[ 2.588357] ACPI: PCI Interrupt Link [INT0] (IRQs *10)
[ 2.595496] ACPI: PCI Interrupt Link [INTA] (IRQs *10)
[ 2.598415] ACPI: Invalid IRQ 0
[ 2.603256] ACPI: PCI Interrupt Link [INT9] (IRQs) *0, disabled.
[ 2.610689] ACPI: Invalid IRQ 0
[ 2.614031] ACPI: PCI Interrupt Link [INTG] (IRQs) *0, disabled.
[ 2.622165] ACPI: Invalid IRQ 0
[ 2.624030] ACPI: PCI Interrupt Link [INTF] (IRQs) *0, disabled.
[ 2.631419] ACPI: PCI Interrupt Link [INTE] (IRQs *5)
[ 2.637807] ACPI: Invalid IRQ 0
[ 2.640695] ACPI: PCI Interrupt Link [INTD] (IRQs) *0, disabled.
[ 2.646951] ACPI: PCI Interrupt Link [INTC] (IRQs *15)
[ 2.653453] ACPI: Invalid IRQ 0
[ 2.657358] ACPI: PCI Interrupt Link [INTB] (IRQs) *0, disabled.
[ 2.664613] initcall 0xc09e8876: acpi_pci_link_init+0x0/0x43() returned 0.
[ 2.671197] initcall 0xc09e8876 ran for 133 msecs: acpi_pci_link_init+0x0/0x43()
[ 2.676498] Calling initcall 0xc09e8938: acpi_power_init+0x0/0x69()
[ 2.683534] initcall 0xc09e8938: acpi_power_init+0x0/0x69() returned 0.
[ 2.689831] initcall 0xc09e8938 ran for 0 msecs: acpi_power_init+0x0/0x69()
[ 2.696497] Calling initcall 0xc09e89a1: acpi_system_init+0x0/0x16a()
[ 2.703570] initcall 0xc09e89a1: acpi_system_init+0x0/0x16a() returned 0.
[ 2.711197] initcall 0xc09e89a1 ran for 0 msecs: acpi_system_init+0x0/0x16a()
[ 2.716496] Calling initcall 0xc09e8bb4: pnp_init+0x0/0x19()
[ 2.723483] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 2.726883] initcall 0xc09e8bb4: pnp_init+0x0/0x19() returned 0.
[ 2.733162] initcall 0xc09e8bb4 ran for 3 msecs: pnp_init+0x0/0x19()
[ 2.739827] Calling initcall 0xc09e8d7d: pnpacpi_init+0x0/0x7b()
[ 2.746814] pnp: PnP ACPI init
[ 2.749856] ACPI: bus type pnp registered
[ 2.804488] pnp: PnP ACPI: found 15 devices
[ 2.806491] ACPI: ACPI bus type pnp unregistered
[ 2.809824] initcall 0xc09e8d7d: pnpacpi_init+0x0/0x7b() returned 0.
[ 2.816490] initcall 0xc09e8d7d ran for 60 msecs: pnpacpi_init+0x0/0x7b()
[ 2.823156] Calling initcall 0xc09eab7a: misc_init+0x0/0x71()
[ 2.830179] initcall 0xc09eab7a: misc_init+0x0/0x71() returned 0.
[ 2.836488] initcall 0xc09eab7a ran for 0 msecs: misc_init+0x0/0x71()
[ 2.843154] Calling initcall 0xc068e092: cn_init+0x0/0xaf()
[ 2.850820] initcall 0xc068e092: cn_init+0x0/0xaf() returned 0.
[ 2.856487] initcall 0xc068e092 ran for 3 msecs: cn_init+0x0/0xaf()
[ 2.863153] Calling initcall 0xc09ed539: tifm_init+0x0/0x67()
[ 2.870486] initcall 0xc09ed539: tifm_init+0x0/0x67() returned 0.
[ 2.876486] initcall 0xc09ed539 ran for 3 msecs: tifm_init+0x0/0x67()
[ 2.883152] Calling initcall 0xc09ef78f: phy_init+0x0/0x29()
[ 2.890262] initcall 0xc09ef78f: phy_init+0x0/0x29() returned 0.
[ 2.896485] initcall 0xc09ef78f ran for 3 msecs: phy_init+0x0/0x29()
[ 2.903150] Calling initcall 0xc09f3196: init_scsi+0x0/0x74()
[ 2.911113] SCSI subsystem initialized
[ 2.913151] initcall 0xc09f3196: init_scsi+0x0/0x74() returned 0.
[ 2.921182] initcall 0xc09f3196 ran for 6 msecs: init_scsi+0x0/0x74()
[ 2.926482] Calling initcall 0xc09f3b02: ata_init+0x0/0x76()
[ 2.935056] libata version 3.00 loaded.
[ 2.936483] initcall 0xc09f3b02: ata_init+0x0/0x76() returned 0.
[ 2.944518] initcall 0xc09f3b02 ran for 3 msecs: ata_init+0x0/0x76()
[ 2.948462] Calling initcall 0xc09f5474: usb_init+0x0/0xf4()
[ 2.956505] usbcore: registered new interface driver usbfs
[ 2.960195] usbcore: registered new interface driver hub
[ 2.963673] usbcore: registered new device driver usb
[ 2.966482] initcall 0xc09f5474: usb_init+0x0/0xf4() returned 0.
[ 2.973146] initcall 0xc09f5474 ran for 12 msecs: usb_init+0x0/0xf4()
[ 2.979812] Calling initcall 0xc09f6195: serio_init+0x0/0x82()
[ 2.986790] initcall 0xc09f6195: serio_init+0x0/0x82() returned 0.
[ 2.993144] initcall 0xc09f6195 ran for 3 msecs: serio_init+0x0/0x82()
[ 2.999810] Calling initcall 0xc09f66ee: gameport_init+0x0/0x82()
[ 3.007020] initcall 0xc09f66ee: gameport_init+0x0/0x82() returned 0.
[ 3.013143] initcall 0xc09f66ee ran for 0 msecs: gameport_init+0x0/0x82()
[ 3.019809] Calling initcall 0xc09f69c5: input_init+0x0/0xf3()
[ 3.027140] initcall 0xc09f69c5: input_init+0x0/0xf3() returned 0.
[ 3.033142] initcall 0xc09f69c5 ran for 0 msecs: input_init+0x0/0xf3()
[ 3.039814] Calling initcall 0xc09f6f6a: rtc_init+0x0/0x5a()
[ 3.046835] initcall 0xc09f6f6a: rtc_init+0x0/0x5a() returned 0.
[ 3.053141] initcall 0xc09f6f6a ran for 0 msecs: rtc_init+0x0/0x5a()
[ 3.059806] Calling initcall 0xc09f7380: i2c_init+0x0/0x4f()
[ 3.066808] initcall 0xc09f7380: i2c_init+0x0/0x4f() returned 0.
[ 3.073140] initcall 0xc09f7380 ran for 3 msecs: i2c_init+0x0/0x4f()
[ 3.078455] Calling initcall 0xc09f7ad9: hwmon_init+0x0/0x32()
[ 3.082516] initcall 0xc09f7ad9: hwmon_init+0x0/0x32() returned 0.
[ 3.087833] initcall 0xc09f7ad9 ran for 0 msecs: hwmon_init+0x0/0x32()
[ 3.091960] Calling initcall 0xc09fa3af: mmc_init+0x0/0x65()
[ 3.096622] initcall 0xc09fa3af: mmc_init+0x0/0x65() returned 0.
[ 3.101169] initcall 0xc09fa3af ran for 3 msecs: mmc_init+0x0/0x65()
[ 3.105119] Calling initcall 0xc09fbd67: dma_bus_init+0x0/0x23()
[ 3.109356] initcall 0xc09fbd67: dma_bus_init+0x0/0x23() returned 0.
[ 3.114504] initcall 0xc09fbd67 ran for 0 msecs: dma_bus_init+0x0/0x23()
[ 3.118796] Calling initcall 0xc09fcaa1: pci_acpi_init+0x0/0x98()
[ 3.122461] PCI: Using ACPI for IRQ routing
[ 3.123139] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[ 3.126469] initcall 0xc09fcaa1: pci_acpi_init+0x0/0x98() returned 0.
[ 3.134503] initcall 0xc09fcaa1 ran for 6 msecs: pci_acpi_init+0x0/0x98()
[ 3.138882] Calling initcall 0xc09fcb39: pci_legacy_init+0x0/0xd0()
[ 3.142633] initcall 0xc09fcb39: pci_legacy_init+0x0/0xd0() returned 0.
[ 3.147836] initcall 0xc09fcb39 ran for 0 msecs: pci_legacy_init+0x0/0xd0()
[ 3.153133] Calling initcall 0xc09fcff2: pcibios_irq_init+0x0/0x43b()
[ 3.160121] initcall 0xc09fcff2: pcibios_irq_init+0x0/0x43b() returned 0.
[ 3.166466] initcall 0xc09fcff2 ran for 0 msecs: pcibios_irq_init+0x0/0x43b()
[ 3.173132] Calling initcall 0xc09fd42d: pcibios_init+0x0/0x7a()
[ 3.209796] PCI: Device 0000:00:0f.0 not found by BIOS
[ 3.216462] PCI: Device 0000:00:14.0 not found by BIOS
[ 3.223129] PCI: Device 0000:00:14.1 not found by BIOS
[ 2.539847] Clocksource tsc unstable (delta = 76638168 ns)
[ 3.229796] PCI: Device 0000:00:19.0 not found by BIOS
[ 3.233129] PCI: Device 0000:00:1a.0 not found by BIOS
[ 3.236462] PCI: Device 0000:00:1b.0 not found by BIOS
[ 3.253128] initcall 0xc09fd42d: pcibios_init+0x0/0x7a() returned 0.
[ 3.259794] initcall 0xc09fd42d ran for 69 msecs: pcibios_init+0x0/0x7a()
[ 3.266460] Calling initcall 0xc09fd54e: proto_init+0x0/0x27()
[ 3.273132] initcall 0xc09fd54e: proto_init+0x0/0x27() returned 0.
[ 3.277825] initcall 0xc09fd54e ran for 0 msecs: proto_init+0x0/0x27()
[ 3.283125] Calling initcall 0xc09fd8c4: net_dev_init+0x0/0x154()
[ 3.289994] initcall 0xc09fd8c4: net_dev_init+0x0/0x154() returned 0.
[ 3.296464] initcall 0xc09fd8c4 ran for 3 msecs: net_dev_init+0x0/0x154()
[ 3.303124] Calling initcall 0xc09fda55: neigh_init+0x0/0x66()
[ 3.309792] initcall 0xc09fda55: neigh_init+0x0/0x66() returned 0.
[ 3.314491] initcall 0xc09fda55 ran for 0 msecs: neigh_init+0x0/0x66()
[ 3.319790] Calling initcall 0xc09fddb9: pktsched_init+0x0/0xa9()
[ 3.325790] initcall 0xc09fddb9: pktsched_init+0x0/0xa9() returned 0.
[ 3.331150] initcall 0xc09fddb9 ran for 0 msecs: pktsched_init+0x0/0xa9()
[ 3.336455] Calling initcall 0xc09fde71: tc_filter_init+0x0/0x43()
[ 3.343122] initcall 0xc09fde71: tc_filter_init+0x0/0x43() returned 0.
[ 3.349788] initcall 0xc09fde71 ran for 0 msecs: tc_filter_init+0x0/0x43()
[ 3.356454] Calling initcall 0xc09fdeb4: tc_action_init+0x0/0x43()
[ 3.363438] initcall 0xc09fdeb4: tc_action_init+0x0/0x43() returned 0.
[ 3.371154] initcall 0xc09fdeb4 ran for 0 msecs: tc_action_init+0x0/0x43()
[ 3.375620] Calling initcall 0xc09fe15b: genl_init+0x0/0xad()
[ 3.380260] initcall 0xc09fe15b: genl_init+0x0/0xad() returned 0.
[ 3.387822] initcall 0xc09fe15b ran for 0 msecs: genl_init+0x0/0xad()
[ 3.391855] Calling initcall 0xc0a01c00: irda_init+0x0/0x88()
[ 3.396895] NET: Registered protocol family 23
[ 3.399910] initcall 0xc0a01c00: irda_init+0x0/0x88() returned 0.
[ 3.407813] initcall 0xc0a01c00 ran for 3 msecs: irda_init+0x0/0x88()
[ 3.411851] Calling initcall 0xc0a02054: bt_init+0x0/0x50()
[ 3.416771] Bluetooth: Core ver 2.11
[ 3.423573] NET: Registered protocol family 31
[ 3.426451] Bluetooth: HCI device and connection manager initialized
[ 3.429823] Bluetooth: HCI socket layer initialized
[ 3.433117] initcall 0xc0a02054: bt_init+0x0/0x50() returned 0.
[ 3.437815] initcall 0xc0a02054 ran for 15 msecs: bt_init+0x0/0x50()
[ 3.441676] Calling initcall 0xc0a02598: wireless_nlevent_init+0x0/0x2f()
[ 3.446767] initcall 0xc0a02598: wireless_nlevent_init+0x0/0x2f() returned 0.
[ 3.456447] initcall 0xc0a02598 ran for 0 msecs: wireless_nlevent_init+0x0/0x2f()
[ 3.463113] Calling initcall 0xc06701dc: cfg80211_init+0x0/0x3c()
[ 3.470504] initcall 0xc06701dc: cfg80211_init+0x0/0x3c() returned 0.
[ 3.477812] initcall 0xc06701dc ran for 0 msecs: cfg80211_init+0x0/0x3c()
[ 3.482193] Calling initcall 0xc0a026d4: sysctl_init+0x0/0x23()
[ 3.486771] initcall 0xc0a026d4: sysctl_init+0x0/0x23() returned 0.
[ 3.494478] initcall 0xc0a026d4 ran for 0 msecs: sysctl_init+0x0/0x23()
[ 3.499778] Calling initcall 0xc09e15b1: clocksource_done_booting+0x0/0x11()
[ 3.506764] initcall 0xc09e15b1: clocksource_done_booting+0x0/0x11() returned 0.
[ 3.516443] initcall 0xc09e15b1 ran for 0 msecs: clocksource_done_booting+0x0/0x11()
[ 3.523109] Calling initcall 0xc09e399f: init_pipe_fs+0x0/0x41()
[ 3.530122] initcall 0xc09e399f: init_pipe_fs+0x0/0x41() returned 0.
[ 3.537810] initcall 0xc09e399f ran for 0 msecs: init_pipe_fs+0x0/0x41()
[ 3.543108] Calling initcall 0xc09e405e: eventpoll_init+0x0/0x73()
[ 3.550117] initcall 0xc09e405e: eventpoll_init+0x0/0x73() returned 0.
[ 3.557807] initcall 0xc09e405e ran for 0 msecs: eventpoll_init+0x0/0x73()
[ 3.562276] Calling initcall 0xc09e40d1: anon_inode_init+0x0/0xdf()
[ 3.566785] initcall 0xc09e40d1: anon_inode_init+0x0/0xdf() returned 0.
[ 3.574474] initcall 0xc09e40d1 ran for 0 msecs: anon_inode_init+0x0/0xdf()
[ 3.579027] Calling initcall 0xc09e8b0b: acpi_event_init+0x0/0x6f()
[ 3.582754] initcall 0xc09e8b0b: acpi_event_init+0x0/0x6f() returned 0.
[ 3.589772] initcall 0xc09e8b0b ran for 0 msecs: acpi_event_init+0x0/0x6f()
[ 3.596438] Calling initcall 0xc09e8ca5: pnp_system_init+0x0/0xf()
[ 3.603478] system 00:01: ioport range 0xf50-0xf58 has been reserved
[ 3.606444] system 00:01: ioport range 0x1000-0x107f has been reserved
[ 3.609783] system 00:01: iomem range 0xc0000-0xdffff could not be reserved
[ 3.613452] initcall 0xc09e8ca5: pnp_system_init+0x0/0xf() returned 0.
[ 3.621138] initcall 0xc09e8ca5 ran for 9 msecs: pnp_system_init+0x0/0xf()
[ 3.626437] Calling initcall 0xc09ea54d: chr_dev_init+0x0/0x86()
[ 3.638402] initcall 0xc09ea54d: chr_dev_init+0x0/0x86() returned 0.
[ 3.644468] initcall 0xc09ea54d ran for 3 msecs: chr_dev_init+0x0/0x86()
[ 3.649768] Calling initcall 0xc09ecb60: firmware_class_init+0x0/0x5c()
[ 3.657337] initcall 0xc09ecb60: firmware_class_init+0x0/0x5c() returned 0.
[ 3.666434] initcall 0xc09ecb60 ran for 0 msecs: firmware_class_init+0x0/0x5c()
[ 3.673100] Calling initcall 0xc09efa21: loopback_init+0x0/0xf()
[ 3.680761] initcall 0xc09efa21: loopback_init+0x0/0xf() returned 0.
[ 3.687798] initcall 0xc09efa21 ran for 0 msecs: loopback_init+0x0/0xf()
[ 3.693099] Calling initcall 0xc09fbaf7: init_acpi_pm_clocksource+0x0/0x146()
[ 3.732563] initcall 0xc09fbaf7<6>Time: acpi_pm clocksource has been installed.
[ 3.099874] Switched to high resolution mode on CPU 3
[ 3.736809] Switched to high resolution mode on CPU 0
[ 3.143406] Switched to high resolution mode on CPU 2
[ 3.063481] Switched to high resolution mode on CPU 5
[ 3.036852] Switched to high resolution mode on CPU 6
[ 3.736877] : init_acpi_pm_clocksource+0x0/0x146()<7>Switched to high resolution mode on CPU 4
[ 3.009886] Switched to high resolution mode on CPU 7
[ 3.736926] returned 0.
[ 3.169848] Switched to high resolution mode on CPU 1
[ 3.736957] initcall 0xc09fbaf7 ran for 28 msecs: init_acpi_pm_clocksource+0x0/0x146()
[ 3.736972] Calling initcall 0xc09fbdef: ssb_modinit+0x0/0x58()
[ 3.739756] initcall 0xc09fbdef: ssb_modinit+0x0/0x58() returned 0.
[ 3.744465] initcall 0xc09fbdef ran for 60 msecs: ssb_modinit+0x0/0x58()
[ 3.749766] Calling initcall 0xc09fbe65: pcibios_assign_resources+0x0/0x91()
[ 3.756789] PCI: Bridge: 0000:00:03.0
[ 3.759771] IO window: 3000-3fff
[ 3.763107] MEM window: 0xf7c00000-0xf7dfffff
[ 3.766439] PREFETCH window: 0x00000000f4f00000-0x00000000f4ffffff
[ 3.769809] initcall 0xc09fbe65: pcibios_assign_resources+0x0/0x91() returned 0.
[ 3.777901] initcall 0xc09fbe65 ran for 17 msecs: pcibios_assign_resources+0x0/0x91()
[ 3.783098] Calling initcall 0xc09fefca: inet_init+0x0/0x2af()
[ 3.789825] NET: Registered protocol family 2
[ 3.794860] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 3.797901] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 3.807081] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 3.812122] TCP: Hash tables configured (established 131072 bind 65536)
[ 3.813105] TCP reno registered
[ 3.821492] initcall 0xc09fefca: inet_init+0x0/0x2af() returned 0.
[ 3.827794] initcall 0xc09fefca ran for 45 msecs: inet_init+0x0/0x2af()
[ 3.833094] Calling initcall 0xc09d7cb3: default_rootfs+0x0/0x63()
[ 3.840393] initcall 0xc09d7cb3: default_rootfs+0x0/0x63() returned 0.
[ 3.847793] initcall 0xc09d7cb3 ran for 0 msecs: default_rootfs+0x0/0x63()
[ 3.852260] Calling initcall 0xc09d8ce6: i8259A_init_sysfs+0x0/0x1d()
[ 3.860102] initcall 0xc09d8ce6: i8259A_init_sysfs+0x0/0x1d() returned 0.
[ 3.867791] initcall 0xc09d8ce6 ran for 1 msecs: i8259A_init_sysfs+0x0/0x1d()
[ 3.873092] Calling initcall 0xc09d8de6: sbf_init+0x0/0xba()
[ 3.880091] initcall 0xc09d8de6: sbf_init+0x0/0xba() returned 0.
[ 3.886425] initcall 0xc09d8de6 ran for 0 msecs: sbf_init+0x0/0xba()
[ 3.893091] Calling initcall 0xc09d9ad9: i8237A_init_sysfs+0x0/0x1d()
[ 3.901199] initcall 0xc09d9ad9: i8237A_init_sysfs+0x0/0x1d() returned 0.
[ 3.907786] initcall 0xc09d9ad9 ran for 1 msecs: i8237A_init_sysfs+0x0/0x1d()
[ 3.913090] Calling initcall 0xc06b1569: cache_sysfs_init+0x0/0x4e()
[ 3.920110] initcall 0xc06b1569: cache_sysfs_init+0x0/0x4e() returned 0.
[ 3.926426] initcall 0xc06b1569 ran for 0 msecs: cache_sysfs_init+0x0/0x4e()
[ 3.933088] Calling initcall 0xc09db5b9: cpuid_init+0x0/0xd4()
[ 3.943076] initcall 0xc09db5b9: cpuid_init+0x0/0xd4() returned 0.
[ 3.947784] initcall 0xc09db5b9 ran for 4 msecs: cpuid_init+0x0/0xd4()
[ 3.953086] Calling initcall 0xc09db68d: microcode_init+0x0/0xa2()
[ 3.016470] IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
[ 3.016491] initcall 0xc09db68d: microcode_init+0x0/0xa2() returned 0.
[ 3.024512] initcall 0xc09db68d ran for 9 msecs: microcode_init+0x0/0xa2()
[ 3.029813] Calling initcall 0xc09dca4a: init_lapic_sysfs+0x0/0x28()
[ 3.038074] initcall 0xc09dca4a: init_lapic_sysfs+0x0/0x28() returned 0.
[ 3.043149] initcall 0xc09dca4a ran for 1 msecs: init_lapic_sysfs+0x0/0x28()
[ 3.049812] Calling initcall 0xc09deae0: ioapic_init_sysfs+0x0/0xb7()
[ 3.058275] initcall 0xc09deae0: ioapic_init_sysfs+0x0/0xb7() returned 0.
[ 3.066478] initcall 0xc09deae0 ran for 1 msecs: ioapic_init_sysfs+0x0/0xb7()
[ 3.073144] Calling initcall 0xc09df192: scx200_init+0x0/0x20()
[ 3.080130] scx200: NatSemi SCx200 Driver
[ 3.083662] initcall 0xc09df192: scx200_init+0x0/0x20() returned 0.
[ 3.091174] initcall 0xc09df192 ran for 4 msecs: scx200_init+0x0/0x20()
[ 3.095381] Calling initcall 0xc09dfc11: init+0x0/0xf()
[ 3.100141] initcall 0xc09dfc11: init+0x0/0xf() returned 0.
[ 3.106476] initcall 0xc09dfc11 ran for 0 msecs: init+0x0/0xf()
[ 3.113141] Calling initcall 0xc09dff26: init_sched_debug_procfs+0x0/0x2a()
[ 3.120176] initcall 0xc09dff26: init_sched_debug_procfs+0x0/0x2a() returned 0.
[ 3.127916] initcall 0xc09dff26 ran for 0 msecs: init_sched_debug_procfs+0x0/0x2a()
[ 3.133140] Calling initcall 0xc09e093b: create_proc_profile+0x0/0x18f()
[ 3.140347] initcall 0xc09e093b: create_proc_profile+0x0/0x18f() returned 0.
[ 3.147838] initcall 0xc09e093b ran for 0 msecs: create_proc_profile+0x0/0x18f()
[ 3.153139] Calling initcall 0xc09e0b7a: ioresources_init+0x0/0x39()
[ 3.160146] initcall 0xc09e0b7a: ioresources_init+0x0/0x39() returned 0.
[ 3.167842] initcall 0xc09e0b7a ran for 0 msecs: ioresources_init+0x0/0x39()
[ 3.173137] Calling initcall 0xc09e0ce4: uid_cache_init+0x0/0x61()
[ 3.179868] initcall 0xc09e0ce4: uid_cache_init+0x0/0x61() returned 0.
[ 3.186471] initcall 0xc09e0ce4 ran for 0 msecs: uid_cache_init+0x0/0x61()
[ 3.193137] Calling initcall 0xc09e11b9: init_posix_timers+0x0/0x7c()
[ 3.200155] initcall 0xc09e11b9: init_posix_timers+0x0/0x7c() returned 0.
[ 3.207832] initcall 0xc09e11b9 ran for 0 msecs: init_posix_timers+0x0/0x7c()
[ 3.213135] Calling initcall 0xc09e1235: init_posix_cpu_timers+0x0/0x90()
[ 3.220126] initcall 0xc09e1235: init_posix_cpu_timers+0x0/0x90() returned 0.
[ 3.229801] initcall 0xc09e1235 ran for 0 msecs: init_posix_cpu_timers+0x0/0x90()
[ 3.236467] Calling initcall 0xc09e1343: nsproxy_cache_init+0x0/0x27()
[ 3.243482] initcall 0xc09e1343: nsproxy_cache_init+0x0/0x27() returned 0.
[ 3.251163] initcall 0xc09e1343 ran for 0 msecs: nsproxy_cache_init+0x0/0x27()
[ 3.256061] Calling initcall 0xc09e1454: timekeeping_init_device+0x0/0x1d()
[ 3.260927] initcall 0xc09e1454: timekeeping_init_device+0x0/0x1d() returned 0.
[ 3.267918] initcall 0xc09e1454 ran for 1 msecs: timekeeping_init_device+0x0/0x1d()
[ 3.273131] Calling initcall 0xc09e15c2: init_clocksource_sysfs+0x0/0x43()
[ 3.281095] initcall 0xc09e15c2: init_clocksource_sysfs+0x0/0x43() returned 0.
[ 3.289797] initcall 0xc09e15c2 ran for 0 msecs: init_clocksource_sysfs+0x0/0x43()
[ 3.296463] Calling initcall 0xc09e168d: init_timer_list_procfs+0x0/0x2a()
[ 3.303464] initcall 0xc09e168d: init_timer_list_procfs+0x0/0x2a() returned 0.
[ 3.311238] initcall 0xc09e168d ran for 0 msecs: init_timer_list_procfs+0x0/0x2a()
[ 3.316462] Calling initcall 0xc09e170e: init+0x0/0x87()
[ 3.323245] initcall 0xc09e170e: init+0x0/0x87() returned 0.
[ 3.327827] initcall 0xc09e170e ran for 0 msecs: init+0x0/0x87()
[ 3.331428] Calling initcall 0xc09e1795: proc_dma_init+0x0/0x20()
[ 3.336792] initcall 0xc09e1795: proc_dma_init+0x0/0x20() returned 0.
[ 3.344490] initcall 0xc09e1795 ran for 0 msecs: proc_dma_init+0x0/0x20()
[ 3.349793] Calling initcall 0xc09e17ec: kallsyms_init+0x0/0x23()
[ 3.356792] initcall 0xc09e17ec: kallsyms_init+0x0/0x23() returned 0.
[ 3.363126] initcall 0xc09e17ec ran for 0 msecs: kallsyms_init+0x0/0x23()
[ 3.369791] Calling initcall 0xc09e1872: crash_save_vmcoreinfo_init+0x0/0x2e0()
[ 3.376830] initcall 0xc09e1872: crash_save_vmcoreinfo_init+0x0/0x2e0() returned 0.
[ 3.386457] initcall 0xc09e1872 ran for 0 msecs: crash_save_vmcoreinfo_init+0x0/0x2e0()
[ 3.393124] Calling initcall 0xc09e183c: crash_notes_memory_init+0x0/0x36()
[ 3.400142] initcall 0xc09e183c: crash_notes_memory_init+0x0/0x36() returned 0.
[ 3.409789] initcall 0xc09e183c ran for 0 msecs: crash_notes_memory_init+0x0/0x36()
[ 3.416456] Calling initcall 0xc09e1d77: ikconfig_init+0x0/0x3b()
[ 3.423454] initcall 0xc09e1d77: ikconfig_init+0x0/0x3b() returned 0.
[ 3.431152] initcall 0xc09e1d77 ran for 0 msecs: ikconfig_init+0x0/0x3b()
[ 3.436453] Calling initcall 0xc09e1e23: audit_init+0x0/0xec()
[ 3.443440] audit: initializing netlink socket (disabled)
[ 3.446565] type=2000 audit(1202813400.537:1): initialized
[ 3.449804] audit: cannot initialize inotify handle
[ 3.453125] initcall 0xc09e1e23: audit_init+0x0/0xec() returned 0.
[ 3.459786] initcall 0xc09e1e23 ran for 15 msecs: audit_init+0x0/0xec()
[ 3.466452] Calling initcall 0xc09e2083: relay_init+0x0/0x11()
[ 3.473446] initcall 0xc09e2083: relay_init+0x0/0x11() returned 0.
[ 3.479785] initcall 0xc09e2083 ran for 0 msecs: relay_init+0x0/0x11()
[ 3.486451] Calling initcall 0xc09e2094: utsname_sysctl_init+0x0/0x11()
[ 3.493515] initcall 0xc09e2094: utsname_sysctl_init+0x0/0x11() returned 0.
[ 3.501146] initcall 0xc09e2094 ran for 0 msecs: utsname_sysctl_init+0x0/0x11()
[ 3.506134] Calling initcall 0xc09e20a5: init_lstats_procfs+0x0/0x2a()
[ 3.509564] initcall 0xc09e20a5: init_lstats_procfs+0x0/0x2a() returned 0.
[ 3.516449] initcall 0xc09e20a5 ran for 0 msecs: init_lstats_procfs+0x0/0x2a()
[ 3.523115] Calling initcall 0xc09e20f6: tracer_alloc_buffers+0x0/0x334()
[ 3.530127] tracer: 262144 bytes allocated for 4096<6> entries of 36 bytes
[ 3.535439] actual entries 7281
[ 3.536904] initcall 0xc09e20f6: tracer_alloc_buffers+0x0/0x334() returned 0.
[ 3.546447] initcall 0xc09e20f6 ran for 10 msecs: tracer_alloc_buffers+0x0/0x334()
[ 3.553113] Calling initcall 0xc09e242a: init_irqsoff_tracer+0x0/0x11()
[ 3.560107] initcall 0xc09e242a: init_irqsoff_tracer+0x0/0x11() returned 0.
[ 3.567810] initcall 0xc09e242a ran for 0 msecs: init_irqsoff_tracer+0x0/0x11()
[ 3.573112] Calling initcall 0xc09e2e1b: init_per_zone_pages_min+0x0/0x48()
[ 3.580188] initcall 0xc09e2e1b: init_per_zone_pages_min+0x0/0x48() returned 0.
[ 3.587894] initcall 0xc09e2e1b ran for 0 msecs: init_per_zone_pages_min+0x0/0x48()
[ 3.593110] Calling initcall 0xc09e346d: pdflush_init+0x0/0x16()
[ 3.599554] initcall 0xc09e346d: pdflush_init+0x0/0x16() returned 0.
[ 3.603110] initcall 0xc09e346d ran for 0 msecs: pdflush_init+0x0/0x16()
[ 3.609775] Calling initcall 0xc09e34b6: kswapd_init+0x0/0x1d()
[ 3.616727] initcall 0xc09e34b6: kswapd_init+0x0/0x1d() returned 0.
[ 3.623108] initcall 0xc09e34b6 ran for 0 msecs: kswapd_init+0x0/0x1d()
[ 3.629774] Calling initcall 0xc09e34d3: setup_vmstat+0x0/0x3e()
[ 3.636788] initcall 0xc09e34d3: setup_vmstat+0x0/0x3e() returned 0.
[ 3.643107] initcall 0xc09e34d3 ran for 0 msecs: setup_vmstat+0x0/0x3e()
[ 3.649773] Calling initcall 0xc09e354c: init_tmpfs+0x0/0xb9()
[ 3.656546] initcall 0xc09e354c: init_tmpfs+0x0/0xb9() returned 0.
[ 3.663106] initcall 0xc09e354c ran for 0 msecs: init_tmpfs+0x0/0xb9()
[ 3.669772] Calling initcall 0xc09e3757: slab_sysfs_init+0x0/0xb7()
[ 3.713091] initcall 0xc09e3757: slab_sysfs_init+0x0/0xb7() returned 0.
[ 3.717803] initcall 0xc09e3757 ran for 55 msecs: slab_sysfs_init+0x0/0xb7()
[ 3.722361] Calling initcall 0xc09e39e0: fasync_init+0x0/0x24()
[ 3.726260] initcall 0xc09e39e0: fasync_init+0x0/0x24() returned 0.
[ 3.729769] initcall 0xc09e39e0 ran for 0 msecs: fasync_init+0x0/0x24()
[ 3.736435] Calling initcall 0xc09e3ea8: aio_setup+0x0/0x5e()
[ 3.287447] initcall 0xc09e3ea8: aio_setup+0x0/0x5e() returned 0.
[ 3.293131] initcall 0xc09e3ea8 ran for 3 msecs: aio_setup+0x0/0x5e()
[ 3.299797] Calling initcall 0xc09e41dd: init_mbcache+0x0/0x11()
[ 3.306798] initcall 0xc09e41dd: init_mbcache+0x0/0x11() returned 0.
[ 3.313133] initcall 0xc09e41dd ran for 0 msecs: init_mbcache+0x0/0x11()
[ 3.319797] Calling initcall 0xc09e466a: configfs_init+0x0/0xbb()
[ 3.327982] initcall 0xc09e466a: configfs_init+0x0/0xbb() returned 0.
[ 3.334495] initcall 0xc09e466a ran for 1 msecs: configfs_init+0x0/0xbb()
[ 3.338880] Calling initcall 0xc09e4725: init_devpts_fs+0x0/0x33()
[ 3.343553] initcall 0xc09e4725: init_devpts_fs+0x0/0x33() returned 0.
[ 3.351163] initcall 0xc09e4725 ran for 0 msecs: init_devpts_fs+0x0/0x33()
[ 3.355642] Calling initcall 0xc09e4758: init_reiserfs_fs+0x0/0x72()
[ 3.360561] initcall 0xc09e4758: init_reiserfs_fs+0x0/0x72() returned 0.
[ 3.367831] initcall 0xc09e4758 ran for 0 msecs: init_reiserfs_fs+0x0/0x72()
[ 3.373125] Calling initcall 0xc09e47ca: init_ext3_fs+0x0/0x5f()
[ 3.381722] initcall 0xc09e47ca: init_ext3_fs+0x0/0x5f() returned 0.
[ 3.386459] initcall 0xc09e47ca ran for 1 msecs: init_ext3_fs+0x0/0x5f()
[ 3.393124] Calling initcall 0xc09e4852: init_ext4_fs+0x0/0x5f()
[ 3.402409] initcall 0xc09e4852: init_ext4_fs+0x0/0x5f() returned 0.
[ 3.407828] initcall 0xc09e4852 ran for 2 msecs: init_ext4_fs+0x0/0x5f()
[ 3.413122] Calling initcall 0xc09e49af: journal_init+0x0/0xb6()
[ 3.422698] initcall 0xc09e49af: journal_init+0x0/0xb6() returned 0.
[ 3.427818] initcall 0xc09e49af ran for 3 msecs: journal_init+0x0/0xb6()
[ 3.433125] Calling initcall 0xc09e4ad2: journal_init+0x0/0x96()
[ 3.442505] initcall 0xc09e4ad2: journal_init+0x0/0x96() returned 0.
[ 3.447825] initcall 0xc09e4ad2 ran for 2 msecs: journal_init+0x0/0x96()
[ 3.453119] Calling initcall 0xc09e4b68: init_ext2_fs+0x0/0x4f()
[ 3.460179] initcall 0xc09e4b68: init_ext2_fs+0x0/0x4f() returned 0.
[ 3.466453] initcall 0xc09e4b68 ran for 0 msecs: init_ext2_fs+0x0/0x4f()
[ 3.473119] Calling initcall 0xc09e4bb7: init_cramfs_fs+0x0/0x29()
[ 3.480132] initcall 0xc09e4bb7: init_cramfs_fs+0x0/0x29() returned 0.
[ 3.486451] initcall 0xc09e4bb7 ran for 0 msecs: init_cramfs_fs+0x0/0x29()
[ 3.493117] Calling initcall 0xc09e4be0: init_ramfs_fs+0x0/0xf()
[ 3.500120] initcall 0xc09e4be0: init_ramfs_fs+0x0/0xf() returned 0.
[ 3.507812] initcall 0xc09e4be0 ran for 0 msecs: init_ramfs_fs+0x0/0xf()
[ 3.513116] Calling initcall 0xc09e4c51: init_fat_fs+0x0/0x46()
[ 3.521539] initcall 0xc09e4c51: init_fat_fs+0x0/0x46() returned 0.
[ 3.527812] initcall 0xc09e4c51 ran for 1 msecs: init_fat_fs+0x0/0x46()
[ 3.532026] Calling initcall 0xc09e4c97: init_msdos_fs+0x0/0xf()
[ 3.535692] initcall 0xc09e4c97: init_msdos_fs+0x0/0xf() returned 0.
[ 3.541152] initcall 0xc09e4c97 ran for 0 msecs: init_msdos_fs+0x0/0xf()
[ 3.545439] Calling initcall 0xc09e4ca6: init_iso9660_fs+0x0/0x4f()
[ 3.550114] initcall 0xc09e4ca6: init_iso9660_fs+0x0/0x4f() returned 0.
[ 3.556447] initcall 0xc09e4ca6 ran for 0 msecs: init_iso9660_fs+0x0/0x4f()
[ 3.563112] Calling initcall 0xc09e4cf5: init_hfsplus_fs+0x0/0x50()
[ 3.570807] initcall 0xc09e4cf5: init_hfsplus_fs+0x0/0x50() returned 0.
[ 3.577816] initcall 0xc09e4cf5 ran for 0 msecs: init_hfsplus_fs+0x0/0x50()
[ 3.583111] Calling initcall 0xc09e4d45: init_hfs_fs+0x0/0x50()
[ 3.590303] initcall 0xc09e4d45: init_hfs_fs+0x0/0x50() returned 0.
[ 3.596445] initcall 0xc09e4d45 ran for 0 msecs: init_hfs_fs+0x0/0x50()
[ 3.603110] Calling initcall 0xc09e4d95: ecryptfs_init+0x0/0x17c()
[ 3.617540] initcall 0xc09e4d95: ecryptfs_init+0x0/0x17c() returned 0.
[ 3.624480] initcall 0xc09e4d95 ran for 9 msecs: ecryptfs_init+0x0/0x17c()
[ 3.629775] Calling initcall 0xc09e4fae: init_nfs_fs+0x0/0xb4()
[ 3.642490] initcall 0xc09e4fae: init_nfs_fs+0x0/0xb4() returned 0.
[ 3.647806] initcall 0xc09e4fae ran for 4 msecs: init_nfs_fs+0x0/0xb4()
[ 3.652028] Calling initcall 0xc09e51df: init_nlm+0x0/0x1c()
[ 3.655388] initcall 0xc09e51df: init_nlm+0x0/0x1c() returned 0.
[ 3.661153] initcall 0xc09e51df ran for 0 msecs: init_nlm+0x0/0x1c()
[ 3.665082] Calling initcall 0xc09e51fb: init_nls_cp437+0x0/0xf()
[ 3.670106] initcall 0xc09e51fb: init_nls_cp437+0x0/0xf() returned 0.
[ 3.677802] initcall 0xc09e51fb ran for 0 msecs: init_nls_cp437+0x0/0xf()
[ 3.683105] Calling initcall 0xc09e520a: init_nls_cp852+0x0/0xf()
[ 3.690102] initcall 0xc09e520a: init_nls_cp852+0x0/0xf() returned 0.
[ 3.697820] initcall 0xc09e520a ran for 0 msecs: init_nls_cp852+0x0/0xf()
[ 3.702190] Calling initcall 0xc09e5219: init_nls_cp855+0x0/0xf()
[ 3.706769] initcall 0xc09e5219: init_nls_cp855+0x0/0xf() returned 0.
[ 3.714467] initcall 0xc09e5219 ran for 0 msecs: init_nls_cp855+0x0/0xf()
[ 3.718856] Calling initcall 0xc09e5228: init_nls_cp861+0x0/0xf()
[ 3.723435] initcall 0xc09e5228: init_nls_cp861+0x0/0xf() returned 0.
[ 3.731139] initcall 0xc09e5228 ran for 0 msecs: init_nls_cp861+0x0/0xf()
[ 3.735523] Calling initcall 0xc09e5237: init_nls_cp862+0x0/0xf()
[ 3.739098] initcall 0xc09e5237: init_nls_cp862+0x0/0xf() returned 0.
[ 3.744471] initcall 0xc09e5237 ran for 0 msecs: init_nls_cp862+0x0/0xf()
[ 3.749767] Calling initcall 0xc09e5246: init_nls_cp864+0x0/0xf()
[ 3.755769] initcall 0xc09e5246: init_nls_cp864+0x0/0xf() returned 0.
[ 3.761130] initcall 0xc09e5246 ran for 0 msecs: init_nls_cp864+0x0/0xf()
[ 3.766434] Calling initcall 0xc09e5255: init_nls_cp865+0x0/0xf()
[ 3.773108] initcall 0xc09e5255: init_nls_cp865+0x0/0xf() returned 0.
[ 3.779766] initcall 0xc09e5255 ran for 0 msecs: init_nls_cp865+0x0/0xf()
[ 3.786432] Calling initcall 0xc09e5264: init_nls_cp866+0x0/0xf()
[ 3.793430] initcall 0xc09e5264: init_nls_cp866+0x0/0xf() returned 0.
[ 3.799764] initcall 0xc09e5264 ran for 0 msecs: init_nls_cp866+0x0/0xf()
[ 3.806430] Calling initcall 0xc09e5273: init_nls_cp869+0x0/0xf()
[ 3.813430] initcall 0xc09e5273: init_nls_cp869+0x0/0xf() returned 0.
[ 3.819763] initcall 0xc09e5273 ran for 0 msecs: init_nls_cp869+0x0/0xf()
[ 3.826429] Calling initcall 0xc09e5282: init_nls_cp874+0x0/0xf()
[ 3.833431] initcall 0xc09e5282: init_nls_cp874+0x0/0xf() returned 0.
[ 3.839768] initcall 0xc09e5282 ran for 0 msecs: init_nls_cp874+0x0/0xf()
[ 3.846428] Calling initcall 0xc09e5291: init_nls_cp932+0x0/0xf()
[ 3.853425] initcall 0xc09e5291: init_nls_cp932+0x0/0xf() returned 0.
[ 3.861131] initcall 0xc09e5291 ran for 0 msecs: init_nls_cp932+0x0/0xf()
[ 3.866426] Calling initcall 0xc09e52a0: init_nls_euc_jp+0x0/0x39()
[ 3.873425] initcall 0xc09e52a0: init_nls_euc_jp+0x0/0x39() returned 0.
[ 3.881130] initcall 0xc09e52a0 ran for 0 msecs: init_nls_euc_jp+0x0/0x39()
[ 3.886424] Calling initcall 0xc09e52d9: init_nls_cp949+0x0/0xf()
[ 3.893425] initcall 0xc09e52d9: init_nls_cp949+0x0/0xf() returned 0.
[ 3.901130] initcall 0xc09e52d9 ran for 0 msecs: init_nls_cp949+0x0/0xf()
[ 3.905502] Calling initcall 0xc09e52e8: init_nls_cp950+0x0/0xf()
[ 3.910083] initcall 0xc09e52e8: init_nls_cp950+0x0/0xf() returned 0.
[ 3.917794] initcall 0xc09e52e8 ran for 0 msecs: init_nls_cp950+0x0/0xf()
[ 3.922183] Calling initcall 0xc09e52f7: init_nls_iso8859_1+0x0/0xf()
[ 3.926108] initcall 0xc09e52f7: init_nls_iso8859_1+0x0/0xf() returned 0.
[ 3.933089] initcall 0xc09e52f7 ran for 0 msecs: init_nls_iso8859_1+0x0/0xf()
[ 3.939755] Calling initcall 0xc09e5306: init_nls_iso8859_2+0x0/0xf()
[ 3.946752] initcall 0xc09e5306: init_nls_iso8859_2+0x0/0xf() returned 0.
[ 3.954449] initcall 0xc09e5306 ran for 0 msecs: init_nls_iso8859_2+0x0/0xf()
[ 3.959754] Calling initcall 0xc09e5315: init_nls_iso8859_5+0x0/0xf()
[ 3.966753] initcall 0xc09e5315: init_nls_iso8859_5+0x0/0xf() returned 0.
[ 3.974457] initcall 0xc09e5315 ran for 0 msecs: init_nls_iso8859_5+0x0/0xf()
[ 3.979752] Calling initcall 0xc09e5324: init_nls_iso8859_6+0x0/0xf()
[ 3.986750] initcall 0xc09e5324: init_nls_iso8859_6+0x0/0xf() returned 0.
[ 3.993085] initcall 0xc09e5324 ran for 0 msecs: init_nls_iso8859_6+0x0/0xf()
[ 3.999751] Calling initcall 0xc09e5333: init_nls_cp1255+0x0/0xf()
[ 4.006426] initcall 0xc09e5333: init_nls_cp1255+0x0/0xf() returned 0.
[ 4.013083] initcall 0xc09e5333 ran for 0 msecs: init_nls_cp1255+0x0/0xf()
[ 4.019749] Calling initcall 0xc09e5342: init_nls_iso8859_9+0x0/0xf()
[ 4.026750] initcall 0xc09e5342: init_nls_iso8859_9+0x0/0xf() returned 0.
[ 4.033083] initcall 0xc09e5342 ran for 0 msecs: init_nls_iso8859_9+0x0/0xf()
[ 4.039748] Calling initcall 0xc09e5351: init_nls_iso8859_15+0x0/0xf()
[ 4.046748] initcall 0xc09e5351: init_nls_iso8859_15+0x0/0xf() returned 0.
[ 4.054451] initcall 0xc09e5351 ran for 0 msecs: init_nls_iso8859_15+0x0/0xf()
[ 4.059748] Calling initcall 0xc09e5360: init_nls_koi8_r+0x0/0xf()
[ 4.066425] initcall 0xc09e5360: init_nls_koi8_r+0x0/0xf() returned 0.
[ 4.073084] initcall 0xc09e5360 ran for 0 msecs: init_nls_koi8_r+0x0/0xf()
[ 4.079749] Calling initcall 0xc09e536f: init_nls_koi8_u+0x0/0xf()
[ 4.086743] initcall 0xc09e536f: init_nls_koi8_u+0x0/0xf() returned 0.
[ 4.093081] initcall 0xc09e536f ran for 0 msecs: init_nls_koi8_u+0x0/0xf()
[ 4.099747] Calling initcall 0xc09e537e: init_nls_koi8_ru+0x0/0x39()
[ 4.106741] initcall 0xc09e537e: init_nls_koi8_ru+0x0/0x39() returned 0.
[ 4.114450] initcall 0xc09e537e ran for 0 msecs: init_nls_koi8_ru+0x0/0x39()
[ 4.119746] Calling initcall 0xc09e53b7: init_nls_utf8+0x0/0x1f()
[ 4.126740] initcall 0xc09e53b7: init_nls_utf8+0x0/0x1f() returned 0.
[ 4.134448] initcall 0xc09e53b7 ran for 0 msecs: init_nls_utf8+0x0/0x1f()
[ 4.138828] Calling initcall 0xc09e53d6: init_cifs+0x0/0x44b()
[ 4.147522] initcall 0xc09e53d6: init_cifs+0x0/0x44b() returned 0.
[ 4.153074] initcall 0xc09e53d6 ran for 5 msecs: init_cifs+0x0/0x44b()
[ 4.159740] Calling initcall 0xc09e5821: init_ncp_fs+0x0/0x4f()
[ 4.167340] initcall 0xc09e5821: init_ncp_fs+0x0/0x4f() returned 0.
[ 4.174437] initcall 0xc09e5821 ran for 0 msecs: init_ncp_fs+0x0/0x4f()
[ 4.179739] Calling initcall 0xc09e5870: init_hpfs_fs+0x0/0x4f()
[ 4.187338] initcall 0xc09e5870: init_hpfs_fs+0x0/0x4f() returned 0.
[ 4.194442] initcall 0xc09e5870 ran for 0 msecs: init_hpfs_fs+0x0/0x4f()
[ 4.198728] Calling initcall 0xc09e58bf: init_ntfs_fs+0x0/0x199()
[ 4.203392] NTFS driver 2.1.29 [Flags: R/O].
[ 4.209726] initcall 0xc09e58bf: init_ntfs_fs+0x0/0x199() returned 0.
[ 4.213071] initcall 0xc09e58bf ran for 7 msecs: init_ntfs_fs+0x0/0x199()
[ 4.219736] Calling initcall 0xc09e5a58: init_ufs_fs+0x0/0x4f()
[ 4.227342] initcall 0xc09e5a58: init_ufs_fs+0x0/0x4f() returned 0.
[ 4.234442] initcall 0xc09e5a58 ran for 0 msecs: init_ufs_fs+0x0/0x4f()
[ 4.239735] Calling initcall 0xc09e5aa7: init_efs_fs+0x0/0x5a()
[ 4.246731] EFS: 1.0a - http://aeschi.ch.eu.org/efs/
[ 4.253464] initcall 0xc09e5aa7: init_efs_fs+0x0/0x5a() returned 0.
[ 4.259734] initcall 0xc09e5aa7 ran for 5 msecs: init_efs_fs+0x0/0x5a()
[ 4.266400] Calling initcall 0xc09e5b01: init_romfs_fs+0x0/0x4f()
[ 4.274034] initcall 0xc09e5b01: init_romfs_fs+0x0/0x4f() returned 0.
[ 4.281115] initcall 0xc09e5b01 ran for 0 msecs: init_romfs_fs+0x0/0x4f()
[ 4.286398] Calling initcall 0xc09e5b50: init_qnx4_fs+0x0/0x5e()
[ 4.293997] QNX4 filesystem 0.2.3 registered.
[ 4.296404] initcall 0xc09e5b50: init_qnx4_fs+0x0/0x5e() returned 0.
[ 4.303065] initcall 0xc09e5b50 ran for 5 msecs: init_qnx4_fs+0x0/0x5e()
[ 4.309730] Calling initcall 0xc09e5bae: init_autofs4_fs+0x0/0xf()
[ 4.316728] initcall 0xc09e5bae: init_autofs4_fs+0x0/0xf() returned 0.
[ 4.323063] initcall 0xc09e5bae ran for 0 msecs: init_autofs4_fs+0x0/0xf()
[ 4.329729] Calling initcall 0xc09e5c07: fuse_init+0x0/0xfd()
[ 4.336717] fuse init (API version 7.9)
[ 4.343346] initcall 0xc09e5c07: fuse_init+0x0/0xfd() returned 0.
[ 4.349729] initcall 0xc09e5c07 ran for 5 msecs: fuse_init+0x0/0xfd()
[ 4.356394] Calling initcall 0xc09e5d13: init_udf_fs+0x0/0x4f()
[ 4.363944] initcall 0xc09e5d13: init_udf_fs+0x0/0x4f() returned 0.
[ 4.369727] initcall 0xc09e5d13 ran for 0 msecs: init_udf_fs+0x0/0x4f()
[ 4.376393] Calling initcall 0xc09e61b5: key_proc_init+0x0/0x4a()
[ 4.383462] initcall 0xc09e61b5: key_proc_init+0x0/0x4a() returned 0.
[ 4.391090] initcall 0xc09e61b5 ran for 0 msecs: key_proc_init+0x0/0x4a()
[ 4.396391] Calling initcall 0xc09e62f9: crypto_algapi_init+0x0/0xc()
[ 4.403389] initcall 0xc09e62f9: crypto_algapi_init+0x0/0xc() returned 0.
[ 4.411090] initcall 0xc09e62f9 ran for 0 msecs: crypto_algapi_init+0x0/0xc()
[ 4.415824] Calling initcall 0xc09e6323: chainiv_module_init+0x0/0xf()
[ 4.419734] initcall 0xc09e6323: chainiv_module_init+0x0/0xf() returned 0.
[ 4.426390] initcall 0xc09e6323 ran for 0 msecs: chainiv_module_init+0x0/0xf()
[ 4.433056] Calling initcall 0xc09e6332: eseqiv_module_init+0x0/0xf()
[ 4.440048] initcall 0xc09e6332: eseqiv_module_init+0x0/0xf() returned 0.
[ 4.447769] initcall 0xc09e6332 ran for 0 msecs: eseqiv_module_init+0x0/0xf()
[ 4.452489] Calling initcall 0xc09e6341: seqiv_module_init+0x0/0xf()
[ 4.455977] initcall 0xc09e6341: seqiv_module_init+0x0/0xf() returned 0.
[ 4.461091] initcall 0xc09e6341 ran for 0 msecs: seqiv_module_init+0x0/0xf()
[ 4.466387] Calling initcall 0xc09e6350: cryptomgr_init+0x0/0xf()
[ 4.473386] initcall 0xc09e6350: cryptomgr_init+0x0/0xf() returned 0.
[ 4.479720] initcall 0xc09e6350 ran for 0 msecs: cryptomgr_init+0x0/0xf()
[ 4.486385] Calling initcall 0xc09e635f: hmac_module_init+0x0/0xf()
[ 4.493383] initcall 0xc09e635f: hmac_module_init+0x0/0xf() returned 0.
[ 4.499719] initcall 0xc09e635f ran for 0 msecs: hmac_module_init+0x0/0xf()
[ 4.506384] Calling initcall 0xc09e636e: crypto_xcbc_module_init+0x0/0xf()
[ 4.513377] initcall 0xc09e636e: crypto_xcbc_module_init+0x0/0xf() returned 0.
[ 4.521167] initcall 0xc09e636e ran for 0 msecs: crypto_xcbc_module_init+0x0/0xf()
[ 4.526383] Calling initcall 0xc09e637d: init+0x0/0xf()
[ 4.533066] initcall 0xc09e637d: init+0x0/0xf() returned 0.
[ 4.537752] initcall 0xc09e637d ran for 0 msecs: init+0x0/0xf()
[ 4.541259] Calling initcall 0xc09e638c: init+0x0/0xf()
[ 4.546726] initcall 0xc09e638c: init+0x0/0xf() returned 0.
[ 4.553049] initcall 0xc09e638c ran for 0 msecs: init+0x0/0xf()
[ 4.557926] Calling initcall 0xc09e639b: init+0x0/0x33()
[ 4.561599] initcall 0xc09e639b: init+0x0/0x33() returned 0.
[ 4.567745] initcall 0xc09e639b ran for 0 msecs: init+0x0/0x33()
[ 4.573047] Calling initcall 0xc09e63ce: init+0x0/0x52()
[ 4.579727] initcall 0xc09e63ce: init+0x0/0x52() returned 0.
[ 4.584416] initcall 0xc09e63ce ran for 0 msecs: init+0x0/0x52()
[ 4.588020] Calling initcall 0xc09e6420: init+0x0/0x52()
[ 4.593384] initcall 0xc09e6420: init+0x0/0x52() returned 0.
[ 4.599712] initcall 0xc09e6420 ran for 0 msecs: init+0x0/0x52()
[ 4.606378] Calling initcall 0xc09e6472: crypto_ecb_module_init+0x0/0xf()
[ 4.613377] initcall 0xc09e6472: crypto_ecb_module_init+0x0/0xf() returned 0.
[ 4.621074] initcall 0xc09e6472 ran for 0 msecs: crypto_ecb_module_init+0x0/0xf()
[ 4.626377] Calling initcall 0xc09e6481: crypto_cbc_module_init+0x0/0xf()
[ 4.633379] initcall 0xc09e6481: crypto_cbc_module_init+0x0/0xf() returned 0.
[ 4.643043] initcall 0xc09e6481 ran for 0 msecs: crypto_cbc_module_init+0x0/0xf()
[ 4.649709] Calling initcall 0xc09e6490: crypto_pcbc_module_init+0x0/0xf()
[ 4.656707] initcall 0xc09e6490: crypto_pcbc_module_init+0x0/0xf() returned 0.
[ 4.666374] initcall 0xc09e6490 ran for 0 msecs: crypto_pcbc_module_init+0x0/0xf()
[ 4.673040] Calling initcall 0xc09e649f: crypto_module_init+0x0/0xf()
[ 4.680033] initcall 0xc09e649f: crypto_module_init+0x0/0xf() returned 0.
[ 4.687738] initcall 0xc09e649f ran for 0 msecs: crypto_module_init+0x0/0xf()
[ 4.693039] Calling initcall 0xc09e64ae: crypto_ctr_module_init+0x0/0x33()
[ 4.700034] initcall 0xc09e64ae: crypto_ctr_module_init+0x0/0x33() returned 0.
[ 4.709705] initcall 0xc09e64ae ran for 0 msecs: crypto_ctr_module_init+0x0/0x33()
[ 4.716371] Calling initcall 0xc09e64e1: crypto_gcm_module_init+0x0/0x4d()
[ 4.723372] initcall 0xc09e64e1: crypto_gcm_module_init+0x0/0x4d() returned 0.
[ 4.733036] initcall 0xc09e64e1 ran for 0 msecs: crypto_gcm_module_init+0x0/0x4d()
[ 4.739702] Calling initcall 0xc09e652e: crypto_ccm_module_init+0x0/0x4d()
[ 4.746704] initcall 0xc09e652e: crypto_ccm_module_init+0x0/0x4d() returned 0.
[ 4.754484] initcall 0xc09e652e ran for 0 msecs: crypto_ccm_module_init+0x0/0x4d()
[ 4.759702] Calling initcall 0xc09e657b: cryptd_init+0x0/0x92()
[ 4.766875] initcall 0xc09e657b: cryptd_init+0x0/0x92() returned 0.
[ 4.773034] initcall 0xc09e657b ran for 0 msecs: cryptd_init+0x0/0x92()
[ 4.779700] Calling initcall 0xc09e660d: init+0x0/0x33()
[ 4.786379] initcall 0xc09e660d: init+0x0/0x33() returned 0.
[ 4.791062] initcall 0xc09e660d ran for 0 msecs: init+0x0/0x33()
[ 4.794664] Calling initcall 0xc09e6640: init+0x0/0xf()
[ 4.800035] initcall 0xc09e6640: init+0x0/0xf() returned 0.
[ 4.806365] initcall 0xc09e6640 ran for 0 msecs: init+0x0/0xf()
[ 4.813030] Calling initcall 0xc09e664f: init+0x0/0x33()
[ 4.818252] initcall 0xc09e664f: init+0x0/0x33() returned 0.
[ 4.824407] initcall 0xc09e664f ran for 0 msecs: init+0x0/0x33()
[ 4.829697] Calling initcall 0xc09e6682: camellia_init+0x0/0xf()
[ 4.836691] initcall 0xc09e6682: camellia_init+0x0/0xf() returned 0.
[ 4.843030] initcall 0xc09e6682 ran for 0 msecs: camellia_init+0x0/0xf()
[ 4.849695] Calling initcall 0xc09e6691: init+0x0/0xf()
[ 4.856373] initcall 0xc09e6691: init+0x0/0xf() returned 0.
[ 4.861061] initcall 0xc09e6691 ran for 0 msecs: init+0x0/0xf()
[ 4.864573] Calling initcall 0xc09e66a0: arc4_init+0x0/0xf()
[ 4.870023] initcall 0xc09e66a0: arc4_init+0x0/0xf() returned 0.
[ 4.876360] initcall 0xc09e66a0 ran for 0 msecs: arc4_init+0x0/0xf()
[ 4.883026] Calling initcall 0xc09e66af: init+0x0/0xf()
[ 4.889704] initcall 0xc09e66af: init+0x0/0xf() returned 0.
[ 4.894390] initcall 0xc09e66af ran for 0 msecs: init+0x0/0xf()
[ 4.897905] Calling initcall 0xc09e66be: init+0x0/0xf()
[ 4.903361] initcall 0xc09e66be: init+0x0/0xf() returned 0.
[ 4.909692] initcall 0xc09e66be ran for 0 msecs: init+0x0/0xf()
[ 4.914568] Calling initcall 0xc09e66cd: crypto_authenc_module_init+0x0/0xf()
[ 4.920017] initcall 0xc09e66cd: crypto_authenc_module_init+0x0/0xf() returned 0.
[ 4.927806] initcall 0xc09e66cd ran for 0 msecs: crypto_authenc_module_init+0x0/0xf()
[ 4.933023] Calling initcall 0xc09e6978: noop_init+0x0/0x11()
[ 4.938670] io scheduler noop registered (default)
[ 4.939694] initcall 0xc09e6978: noop_init+0x0/0x11() returned 0.
[ 4.946356] initcall 0xc09e6978 ran for 4 msecs: noop_init+0x0/0x11()
[ 4.953022] Calling initcall 0xc09e6989: deadline_init+0x0/0x11()
[ 4.960019] io scheduler deadline registered
[ 4.963025] initcall 0xc09e6989: deadline_init+0x0/0x11() returned 0.
[ 4.971052] initcall 0xc09e6989 ran for 4 msecs: deadline_init+0x0/0x11()
[ 4.976353] Calling initcall 0xc09e6afb: init_kmp+0x0/0xf()
[ 4.983349] initcall 0xc09e6afb: init_kmp+0x0/0xf() returned 0.
[ 4.989686] initcall 0xc09e6afb ran for 0 msecs: init_kmp+0x0/0xf()
[ 4.996352] Calling initcall 0xc09e6b0a: init_bm+0x0/0xf()
[ 5.003028] initcall 0xc09e6b0a: init_bm+0x0/0xf() returned 0.
[ 5.007715] initcall 0xc09e6b0a ran for 0 msecs: init_bm+0x0/0xf()
[ 5.011489] Calling initcall 0xc09e6b19: init_fsm+0x0/0xf()
[ 5.019693] initcall 0xc09e6b19: init_fsm+0x0/0xf() returned 0.
[ 5.026189] initcall 0xc09e6b19 ran for 0 msecs: init_fsm+0x0/0xf()
[ 5.028245] Calling initcall 0xc09e6b28: percpu_counter_startup+0x0/0x11()
[ 5.033354] initcall 0xc09e6b28: percpu_counter_startup+0x0/0x11() returned 0.
[ 5.039683] initcall 0xc09e6b28 ran for 0 msecs: percpu_counter_startup+0x0/0x11()
[ 5.046349] Calling initcall 0xc09e6b39: audit_classes_init+0x0/0x4f()
[ 5.053364] initcall 0xc09e6b39: audit_classes_init+0x0/0x4f() returned 0.
[ 5.063020] initcall 0xc09e6b39 ran for 0 msecs: audit_classes_init+0x0/0x4f()
[ 5.069684] Calling initcall 0xc068c249: pci_init+0x0/0x2c()
[ 5.076717] pci 0000:00:0d.0: Boot video device
[ 5.079738] pci 0000:01:04.0: Firmware left e100 interrupts enabled; disabling
[ 5.083318] pci 0000:01:05.0: Firmware left e100 interrupts enabled; disabling
[ 5.086677] initcall 0xc068c249: pci_init+0x0/0x2c() returned 0.
[ 5.093016] initcall 0xc068c249 ran for 19 msecs: pci_init+0x0/0x2c()
[ 5.099682] Calling initcall 0xc09e7165: pci_proc_init+0x0/0x5f()
[ 5.106517] initcall 0xc09e7165: pci_proc_init+0x0/0x5f() returned 0.
[ 5.113015] initcall 0xc09e7165 ran for 0 msecs: pci_proc_init+0x0/0x5f()
[ 5.119680] Calling initcall 0xc09e71c4: pci_hotplug_init+0x0/0x83()
[ 5.126694] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 5.129684] initcall 0xc09e71c4: pci_hotplug_init+0x0/0x83() returned 0.
[ 5.136346] initcall 0xc09e71c4 ran for 5 msecs: pci_hotplug_init+0x0/0x83()
[ 5.143012] Calling initcall 0xc09e7253: shpcd_init+0x0/0x4e()
[ 5.150588] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 5.153015] initcall 0xc09e7253: shpcd_init+0x0/0x4e() returned 0.
[ 5.161056] initcall 0xc09e7253 ran for 7 msecs: shpcd_init+0x0/0x4e()
[ 5.166342] Calling initcall 0xc09e72a1: dummyphp_init+0x0/0x72()
[ 5.173337] fakephp: Fake PCI Hot Plug Controller Driver
[ 5.189181] initcall 0xc09e72a1: dummyphp_init+0x0/0x72() returned 0.
[ 5.196340] initcall 0xc09e72a1 ran for 17 msecs: dummyphp_init+0x0/0x72()
[ 5.203006] Calling initcall 0xc09e73e7: progearbl_init+0x0/0x53()
[ 5.210990] ALI M7101 PMU not found.
[ 5.213032] initcall 0xc09e73e7: progearbl_init+0x0/0x53() returned 0.
[ 5.221037] initcall 0xc09e73e7 ran for 4 msecs: progearbl_init+0x0/0x53()
[ 5.225511] Calling initcall 0xc09e7837: acpi_reserve_resources+0x0/0xc8()
[ 5.229700] initcall 0xc09e7837: acpi_reserve_resources+0x0/0xc8() returned 0.
[ 5.236337] initcall 0xc09e7837 ran for 0 msecs: acpi_reserve_resources+0x0/0xc8()
[ 5.243003] Calling initcall 0xc09e868c: acpi_battery_init+0x0/0x25()
[ 5.253146] initcall 0xc09e868c: acpi_battery_init+0x0/0x25() returned 0.
[ 5.259669] initcall 0xc09e868c ran for 0 msecs: acpi_battery_init+0x0/0x25()
[ 5.266335] Calling initcall 0xc09e86b1: acpi_fan_init+0x0/0x2c()
[ 5.273737] initcall 0xc09e86b1: acpi_fan_init+0x0/0x2c() returned 0.
[ 5.281031] initcall 0xc09e86b1 ran for 0 msecs: acpi_fan_init+0x0/0x2c()
[ 5.285412] Calling initcall 0xc09e8727: acpi_video_init+0x0/0x51()
[ 5.290413] initcall 0xc09e8727: acpi_video_init+0x0/0x51() returned 0.
[ 5.299667] initcall 0xc09e8727 ran for 0 msecs: acpi_video_init+0x0/0x51()
[ 5.306333] Calling initcall 0xc09e8843: irqrouter_init_sysfs+0x0/0x33()
[ 5.314296] initcall 0xc09e8843: irqrouter_init_sysfs+0x0/0x33() returned 0.
[ 5.321037] initcall 0xc09e8843 ran for 0 msecs: irqrouter_init_sysfs+0x0/0x33()
[ 5.326331] Calling initcall 0xc09e8b7a: acpi_smb_hc_init+0x0/0x15()
[ 5.333768] initcall 0xc09e8b7a: acpi_smb_hc_init+0x0/0x15() returned 0.
[ 5.341027] initcall 0xc09e8b7a ran for 0 msecs: acpi_smb_hc_init+0x0/0x15()
[ 5.345676] Calling initcall 0xc09e8b8f: acpi_sbs_init+0x0/0x25()
[ 5.350405] initcall 0xc09e8b8f: acpi_sbs_init+0x0/0x25() returned 0.
[ 5.359663] initcall 0xc09e8b8f ran for 0 msecs: acpi_sbs_init+0x0/0x25()
[ 5.366329] Calling initcall 0xc09ea036: isapnp_init+0x0/0x3f4()
[ 5.373366] isapnp: Scanning for PnP cards...
[ 5.691305] isapnp: No Plug & Play device found
[ 5.692979] initcall 0xc09ea036: isapnp_init+0x0/0x3f4() returned 0.
[ 5.701012] initcall 0xc09ea036 ran for 307 msecs: isapnp_init+0x0/0x3f4()
[ 5.706306] Calling initcall 0xc09ea5d3: rand_initialize+0x0/0x25()
[ 5.713026] initcall 0xc09ea5d3: rand_initialize+0x0/0x25() returned 0.
[ 5.719639] initcall 0xc09ea5d3 ran for 0 msecs: rand_initialize+0x0/0x25()
[ 5.726305] Calling initcall 0xc09ea62d: tty_init+0x0/0x18f()
[ 5.766703] initcall 0xc09ea62d: tty_init+0x0/0x18f() returned 0.
[ 5.772972] initcall 0xc09ea62d ran for 41 msecs: tty_init+0x0/0x18f()
[ 5.779639] Calling initcall 0xc09ea7e3: pty_init+0x0/0x397()
[ 3.506440] initcall 0xc09ea7e3: pty_init+0x0/0x397() returned 0.
[ 3.511152] initcall 0xc09ea7e3 ran for 320 msecs: pty_init+0x0/0x397()
[ 3.515191] Calling initcall 0xc09eb079: nozomi_init+0x0/0xfb()
[ 3.520109] Initializing Nozomi driver 2.1d (build date: Feb 12 2008 08:37:47)
[ 3.523712] initcall 0xc09eb079: nozomi_init+0x0/0xfb() returned 0.
[ 3.533117] initcall 0xc09eb079 ran for 7 msecs: nozomi_init+0x0/0xfb()
[ 3.539783] Calling initcall 0xc09eb174: raw_init+0x0/0xb9()
[ 3.546438] initcall 0xc09eb174: raw_init+0x0/0xb9() returned 0.
[ 3.549783] initcall 0xc09eb174 ran for 1 msecs: raw_init+0x0/0xb9()
[ 3.556448] Calling initcall 0xc09eb22d: dtlk_init+0x0/0x197()
[ 3.563510] DoubleTalk PC - not found
[ 3.566468] initcall 0xc09eb22d: dtlk_init+0x0/0x197() returned -19.
[ 3.573115] initcall 0xc09eb22d ran for 3 msecs: dtlk_init+0x0/0x197()
[ 3.579780] Calling initcall 0xc09eb3ff: rtc_init+0x0/0x95()
[ 3.587346] Real Time Clock Driver v1.12ac
[ 3.589786] initcall 0xc09eb3ff: rtc_init+0x0/0x95() returned 0.
[ 3.597809] initcall 0xc09eb3ff ran for 4 msecs: rtc_init+0x0/0x95()
[ 3.603112] Calling initcall 0xc09eb494: hpet_init+0x0/0x59()
[ 3.611492] initcall 0xc09eb494: hpet_init+0x0/0x59() returned 0.
[ 3.617811] initcall 0xc09eb494 ran for 1 msecs: hpet_init+0x0/0x59()
[ 3.621845] Calling initcall 0xc09eb4ed: nvram_init+0x0/0x77()
[ 3.627332] Non-volatile memory driver v1.2
[ 3.629784] initcall 0xc09eb4ed: nvram_init+0x0/0x77() returned 0.
[ 3.636444] initcall 0xc09eb4ed ran for 5 msecs: nvram_init+0x0/0x77()
[ 3.643110] Calling initcall 0xc09eb564: mod_init+0x0/0x9f()
[ 3.649804] initcall 0xc09eb564: mod_init+0x0/0x9f() returned -19.
[ 3.656442] initcall 0xc09eb564 ran for 0 msecs: mod_init+0x0/0x9f()
[ 3.661757] Calling initcall 0xc09eb603: scx200_gpio_init+0x0/0x10e()
[ 3.666445] scx200_gpio: no SCx200 gpio present
[ 3.669779] initcall 0xc09eb603: scx200_gpio_init+0x0/0x10e() returned -19.
[ 3.677978] initcall 0xc09eb603 ran for 4 msecs: scx200_gpio_init+0x0/0x10e()
[ 3.682538] Calling initcall 0xc09eb711: nsc_gpio_init+0x0/0x11()
[ 3.686762] nsc_gpio initializing
[ 3.689777] initcall 0xc09eb711: nsc_gpio_init+0x0/0x11() returned 0.
[ 3.697803] initcall 0xc09eb711 ran for 3 msecs: nsc_gpio_init+0x0/0x11()
[ 3.702183] Calling initcall 0xc09eb722: cs5535_gpio_init+0x0/0x147()
[ 3.706445] cs5535_gpio: DIVIL not found
[ 3.709776] initcall 0xc09eb722: cs5535_gpio_init+0x0/0x147() returned -19.
[ 3.716438] initcall 0xc09eb722 ran for 3 msecs: cs5535_gpio_init+0x0/0x147()
[ 3.723104] Calling initcall 0xc09eb8a9: agp_init+0x0/0x21()
[ 3.730093] Linux agpgart interface v0.103
[ 3.733108] initcall 0xc09eb8a9: agp_init+0x0/0x21() returned 0.
[ 3.741135] initcall 0xc09eb8a9 ran for 4 msecs: agp_init+0x0/0x21()
[ 3.745083] Calling initcall 0xc09eb8ca: agp_amdk7_init+0x0/0x24()
[ 3.750724] initcall 0xc09eb8ca: agp_amdk7_init+0x0/0x24() returned 0.
[ 3.757802] initcall 0xc09eb8ca ran for 0 msecs: agp_amdk7_init+0x0/0x24()
[ 3.763102] Calling initcall 0xc09eb8ee: agp_efficeon_init+0x0/0x39()
[ 3.770649] initcall 0xc09eb8ee: agp_efficeon_init+0x0/0x39() returned 0.
[ 3.777800] initcall 0xc09eb8ee ran for 0 msecs: agp_efficeon_init+0x0/0x39()
[ 3.783100] Calling initcall 0xc09eb927: agp_nvidia_init+0x0/0x24()
[ 3.790969] initcall 0xc09eb927: agp_nvidia_init+0x0/0x24() returned 0.
[ 3.799766] initcall 0xc09eb927 ran for 0 msecs: agp_nvidia_init+0x0/0x24()
[ 3.806432] Calling initcall 0xc09eb94b: agp_via_init+0x0/0x24()
[ 3.814053] initcall 0xc09eb94b: agp_via_init+0x0/0x24() returned 0.
[ 3.821128] initcall 0xc09eb94b ran for 0 msecs: agp_via_init+0x0/0x24()
[ 3.826431] Calling initcall 0xc09eb96f: drm_core_init+0x0/0x10d()
[ 3.833969] [drm] Initialized drm 1.1.0 20060810
[ 3.836437] initcall 0xc09eb96f: drm_core_init+0x0/0x10d() returned 0.
[ 3.843097] initcall 0xc09eb96f ran for 5 msecs: drm_core_init+0x0/0x10d()
[ 3.849762] Calling initcall 0xc09eba7c: tdfx_init+0x0/0xf()
[ 3.856762] initcall 0xc09eba7c: tdfx_init+0x0/0xf() returned 0.
[ 3.863096] initcall 0xc09eba7c ran for 0 msecs: tdfx_init+0x0/0xf()
[ 3.869761] Calling initcall 0xc09eba8b: radeon_init+0x0/0x19()
[ 3.876590] initcall 0xc09eba8b: radeon_init+0x0/0x19() returned 0.
[ 3.883094] initcall 0xc09eba8b ran for 0 msecs: radeon_init+0x0/0x19()
[ 3.889760] Calling initcall 0xc09ebaa4: sis_init+0x0/0x19()
[ 3.895330] initcall 0xc09ebaa4: sis_init+0x0/0x19() returned 0.
[ 3.901124] initcall 0xc09ebaa4 ran for 0 msecs: sis_init+0x0/0x19()
[ 3.905072] Calling initcall 0xc09ebabd: savage_init+0x0/0x19()
[ 3.910099] initcall 0xc09ebabd: savage_init+0x0/0x19() returned 0.
[ 3.917788] initcall 0xc09ebabd ran for 0 msecs: savage_init+0x0/0x19()
[ 3.921998] Calling initcall 0xc09ebad6: ipmi_init_msghandler_mod+0x0/0xc()
[ 3.927297] ipmi message handler version 39.1
[ 3.929775] initcall 0xc09ebad6: ipmi_init_msghandler_mod+0x0/0xc() returned 0.
[ 3.937867] initcall 0xc09ebad6 ran for 5 msecs: ipmi_init_msghandler_mod+0x0/0xc()
[ 3.943090] Calling initcall 0xc09ebae2: init_ipmi_devintf+0x0/0xcc()
[ 3.950084] ipmi device interface
[ 3.954013] initcall 0xc09ebae2: init_ipmi_devintf+0x0/0xcc() returned 0.
[ 3.961121] initcall 0xc09ebae2 ran for 4 msecs: init_ipmi_devintf+0x0/0xcc()
[ 3.965856] Calling initcall 0xc068d8d1: init_ipmi_si+0x0/0x683()
[ 3.969642] IPMI System Interface driver.
[ 3.974410] ipmi_si: Unable to find any System Interface(s)
[ 3.976433] initcall 0xc068d8d1: init_ipmi_si+0x0/0x683() returned -19.
[ 3.983088] initcall 0xc068d8d1 ran for 14 msecs: init_ipmi_si+0x0/0x683()
[ 3.989753] Calling initcall 0xc09ebbae: ipmi_wdog_init+0x0/0xfe()
[ 3.996749] IPMI Watchdog: driver initialized
[ 3.999757] initcall 0xc09ebbae: ipmi_wdog_init+0x0/0xfe() returned 0.
[ 4.007785] initcall 0xc09ebbae ran for 4 msecs: ipmi_wdog_init+0x0/0xfe()
[ 4.013086] Calling initcall 0xc09ebd48: hangcheck_init+0x0/0x9e()
[ 4.019759] Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
[ 4.023084] Hangcheck: Using get_cycles().
[ 4.026424] initcall 0xc09ebd48: hangcheck_init+0x0/0x9e() returned 0.
[ 4.033085] initcall 0xc09ebd48 ran for 12 msecs: hangcheck_init+0x0/0x9e()
[ 4.039750] Calling initcall 0xc09ebde6: init_nsc+0x0/0x292()
[ 4.046755] initcall 0xc09ebde6: init_nsc+0x0/0x292() returned -19.
[ 4.053083] initcall 0xc09ebde6 ran for 0 msecs: init_nsc+0x0/0x292()
[ 4.059749] Calling initcall 0xc09ec078: init_atmel+0x0/0x15b()
[ 4.067772] initcall 0xc09ec078: init_atmel+0x0/0x15b() returned -19.
[ 4.074619] initcall 0xc09ec078 ran for 1 msecs: init_atmel+0x0/0x15b()
[ 4.079748] Calling initcall 0xc09ec1d3: cn_proc_init+0x0/0x30()
[ 4.086751] initcall 0xc09ec1d3: cn_proc_init+0x0/0x30() returned 0.
[ 4.094444] initcall 0xc09ec1d3 ran for 0 msecs: cn_proc_init+0x0/0x30()
[ 4.099748] Calling initcall 0xc09ec477: serial8250_init+0x0/0xff()
[ 4.106734] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
[ 4.110920] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 4.116422] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 4.122945] initcall 0xc09ec477: serial8250_init+0x0/0xff() returned 0.
[ 4.129745] initcall 0xc09ec477 ran for 24 msecs: serial8250_init+0x0/0xff()
[ 4.136411] Calling initcall 0xc09ec576: serial8250_pnp_init+0x0/0xf()
[ 4.145194] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 4.148414] 00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 4.151145] initcall 0xc09ec576: serial8250_pnp_init+0x0/0xf() returned 0.
[ 4.157775] initcall 0xc09ec576 ran for 15 msecs: serial8250_pnp_init+0x0/0xf()
[ 4.162671] Calling initcall 0xc09ec585: serial8250_pci_init+0x0/0x16()
[ 4.167010] initcall 0xc09ec585: serial8250_pci_init+0x0/0x16() returned 0.
[ 4.174439] initcall 0xc09ec585 ran for 0 msecs: serial8250_pci_init+0x0/0x16()
[ 4.179741] Calling initcall 0xc09ecb2d: isa_bus_init+0x0/0x33()
[ 4.187435] initcall 0xc09ecb2d: isa_bus_init+0x0/0x33() returned 0.
[ 4.194447] initcall 0xc09ecb2d ran for 0 msecs: isa_bus_init+0x0/0x33()
[ 4.199740] Calling initcall 0xc06b5b58: topology_sysfs_init+0x0/0x3d()
[ 4.206803] initcall 0xc06b5b58: topology_sysfs_init+0x0/0x3d() returned 0.
[ 4.213074] initcall 0xc06b5b58 ran for 0 msecs: topology_sysfs_init+0x0/0x3d()
[ 4.219739] Calling initcall 0xc09ed045: cpqarray_init+0x0/0x22b()
[ 4.226727] Compaq SMART2 Driver (v 2.6.0)
[ 4.229793] cpqarray: Device 0x10 has been found at bus 0 dev 14 func 0
[ 4.233156] ACPI: PCI Interrupt 0000:00:0e.0[A] -> GSI 24 (level, low) -> IRQ 24
[ 4.240416] cpqarray: Finding drives on ida0 (Integrated Array)
[ 4.247137] cpqarray ida/c0d0: blksz=512 nr_blks=53284800
[ 4.250121] cpqarray: Starting firmware's background processing
[ 4.253534] ida/c0d0: p1 p2 p3
[ 4.263057] initcall 0xc09ed045: cpqarray_init+0x0/0x22b() returned 1.
[ 4.267766] initcall 0xc09ed045 ran for 46 msecs: cpqarray_init+0x0/0x22b()
[ 4.273070] initcall at 0xc09ed045: cpqarray_init+0x0/0x22b(): returned with error code 1
[ 4.283067] Calling initcall 0xc09ed5a0: phantom_init+0x0/0xd4()
[ 4.291016] Phantom Linux Driver, version n0.9.8, init OK
[ 4.293073] initcall 0xc09ed5a0: phantom_init+0x0/0xd4() returned 0.
[ 4.299734] initcall 0xc09ed5a0 ran for 6 msecs: phantom_init+0x0/0xd4()
[ 4.306399] Calling initcall 0xc09ee921: thinkpad_acpi_module_init+0x0/0x749()
[ 4.313575] initcall 0xc09ee921: thinkpad_acpi_module_init+0x0/0x749() returned -19.
[ 4.323065] initcall 0xc09ee921 ran for 0 msecs: thinkpad_acpi_module_init+0x0/0x749()
[ 4.329732] Calling initcall 0xc09ef06a: sm501_base_init+0x0/0x20()
[ 4.339803] initcall 0xc09ef06a: sm501_base_init+0x0/0x20() returned 0.
[ 4.346399] initcall 0xc09ef06a ran for 1 msecs: sm501_base_init+0x0/0x20()
[ 4.353064] Calling initcall 0xc09ef08a: e1000_init_module+0x0/0x6d()
[ 4.360051] Intel(R) PRO/1000 Network Driver - version 7.3.20-k2
[ 4.363063] Copyright (c) 1999-2006 Intel Corporation.
[ 4.366492] ACPI: PCI Interrupt 0000:05:05.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 4.612411] e1000: 0000:05:05.0: e1000_probe: (PCI:33MHz:64-bit) 00:02:b3:a6:aa:8c
[ 4.632741] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
[ 4.633556] initcall 0xc09ef08a: e1000_init_module+0x0/0x6d() returned 0.
[ 4.641076] initcall 0xc09ef08a ran for 294 msecs: e1000_init_module+0x0/0x6d()
[ 4.646377] Calling initcall 0xc09ef0f7: e1000_init_module+0x0/0x39()
[ 4.653372] e1000e: Intel(R) PRO/1000 Network Driver - 0.2.0
[ 4.656378] e1000e: Copyright (c) 1999-2007 Intel Corporation.
[ 4.660229] initcall 0xc09ef0f7: e1000_init_module+0x0/0x39() returned 0.
[ 4.667740] initcall 0xc09ef0f7 ran for 11 msecs: e1000_init_module+0x0/0x39()
[ 4.672553] Calling initcall 0xc09ef130: igb_init_module+0x0/0x39()
[ 4.675878] Intel(R) Gigabit Ethernet Network Driver - version 1.0.8-k2
[ 4.676376] Copyright (c) 2007 Intel Corporation.
[ 4.680441] initcall 0xc09ef130: igb_init_module+0x0/0x39() returned 0.
[ 4.687741] initcall 0xc09ef130 ran for 11 msecs: igb_init_module+0x0/0x39()
[ 4.692294] Calling initcall 0xc09ef169: ixgbe_init_module+0x0/0x43()
[ 4.696380] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 1.1.18
[ 4.699708] ixgbe: Copyright (c) 1999-2007 Intel Corporation.
[ 4.703751] initcall 0xc09ef169: ixgbe_init_module+0x0/0x43() returned 0.
[ 4.711071] initcall 0xc09ef169 ran for 13 msecs: ixgbe_init_module+0x0/0x43()
[ 4.716373] Calling initcall 0xc09ef1ac: ipg_init_module+0x0/0x16()
[ 4.723886] initcall 0xc09ef1ac: ipg_init_module+0x0/0x16() returned 0.
[ 4.733038] initcall 0xc09ef1ac ran for 0 msecs: ipg_init_module+0x0/0x16()
[ 4.739704] Calling initcall 0xc09ef1c2: cxgb3_init_module+0x0/0x1b()
[ 4.747583] initcall 0xc09ef1c2: cxgb3_init_module+0x0/0x1b() returned 0.
[ 4.754401] initcall 0xc09ef1c2 ran for 0 msecs: cxgb3_init_module+0x0/0x1b()
[ 4.759127] Calling initcall 0xc09ef37a: vcan_init_module+0x0/0x2e()
[ 4.762620] vcan: Virtual CAN interface driver
[ 4.763043] initcall 0xc09ef37a: vcan_init_module+0x0/0x2e() returned 0.
[ 4.771067] initcall 0xc09ef37a ran for 4 msecs: vcan_init_module+0x0/0x2e()
[ 4.776369] Calling initcall 0xc09ef3a8: happy_meal_probe+0x0/0x16()
[ 4.783972] initcall 0xc09ef3a8: happy_meal_probe+0x0/0x16() returned 0.
[ 4.793034] initcall 0xc09ef3a8 ran for 0 msecs: happy_meal_probe+0x0/0x16()
[ 4.799701] Calling initcall 0xc09ef3be: cas_init+0x0/0x36()
[ 4.807012] initcall 0xc09ef3be: cas_init+0x0/0x36() returned 0.
[ 4.813034] initcall 0xc09ef3be ran for 0 msecs: cas_init+0x0/0x36()
[ 4.819699] Calling initcall 0xc09ef3f4: pcnet32_init_module+0x0/0x118()
[ 4.826693] pcnet32.c:v1.34 14.Aug.2007 tsbogend@alpha.franken.de
[ 4.830214] initcall 0xc09ef3f4: pcnet32_init_module+0x0/0x118() returned 0.
[ 4.837729] initcall 0xc09ef3f4 ran for 6 msecs: pcnet32_init_module+0x0/0x118()
[ 4.843031] Calling initcall 0xc09ef50c: eepro100_init_module+0x0/0x16()
[ 4.850084] eepro100.c:v1.09j-t 9/29/99 Donald Becker
[ 4.850090] eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin <saw@saw.sw.com.sg> and others
[ 4.853083] ACPI: PCI Interrupt 0000:01:04.0[A] -> GSI 21 (level, low) -> IRQ 21
[ 4.876222] eth1: OEM i82557/i82558 10/100 Ethernet, 00:02:a5:13:51:cc, IRQ 21.
[ 4.876363] Receiver lock-up bug exists -- enabling work-around.
[ 4.879697] Board assembly 009542-003, Physical connectors present: RJ45
[ 4.883530] Primary interface chip i82555 PHY #1.
[ 4.889739] General self-test: passed.
[ 4.889744] Serial sub-system self-test: passed.
[ 4.889748] Internal registers self-test: passed.
[ 4.889753] ROM checksum self-test: passed (0x24c9f043).
[ 4.893053] Receiver lock-up workaround activated.
[ 4.897820] ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 21 (level, low) -> IRQ 21
[ 4.919366] eth2: OEM i82557/i82558 10/100 Ethernet, 00:02:a5:13:51:cd, IRQ 21.
[ 4.919694] Receiver lock-up bug exists -- enabling work-around.
[ 4.923028] Board assembly 009542-003, Physical connectors present: RJ45
[ 4.929692] Primary interface chip i82555 PHY #1.
[ 4.933700] General self-test: passed.
[ 4.933705] Serial sub-system self-test: passed.
[ 4.933710] Internal registers self-test: passed.
[ 4.933714] ROM checksum self-test: passed (0x24c9f043).
[ 4.936385] Receiver lock-up workaround activated.
[ 4.943252] initcall 0xc09ef50c: eepro100_init_module+0x0/0x16() returned 0.
[ 4.949697] initcall 0xc09ef50c ran for 161 msecs: eepro100_init_module+0x0/0x16()
[ 4.956357] Calling initcall 0xc09ef522: e100_init_module+0x0/0x4d()
[ 4.963345] e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI
[ 4.966357] e100: Copyright(c) 1999-2006 Intel Corporation
[ 4.970210] initcall 0xc09ef522: e100_init_module+0x0/0x4d() returned 0.
[ 4.977720] initcall 0xc09ef522 ran for 11 msecs: e100_init_module+0x0/0x4d()
[ 4.982360] Calling initcall 0xc09ef56f: tlan_probe+0x0/0x11d()
[ 4.985526] ThunderLAN driver v1.15
[ 4.986971] TLAN: 0 devices installed, PCI: 0 EISA: 0
[ 4.990159] initcall 0xc09ef56f: tlan_probe+0x0/0x11d() returned -19.
[ 4.999688] initcall 0xc09ef56f ran for 9 msecs: tlan_probe+0x0/0x11d()
[ 5.006354] Calling initcall 0xc09ef68c: epic_init+0x0/0x16()
[ 5.012483] initcall 0xc09ef68c: epic_init+0x0/0x16() returned 0.
[ 5.016354] initcall 0xc09ef68c ran for 0 msecs: epic_init+0x0/0x16()
[ 5.023019] Calling initcall 0xc09ef6a2: sis900_init_module+0x0/0x16()
[ 5.030448] initcall 0xc09ef6a2: sis900_init_module+0x0/0x16() returned 0.
[ 5.037715] initcall 0xc09ef6a2 ran for 0 msecs: sis900_init_module+0x0/0x16()
[ 5.043019] Calling initcall 0xc09ef6b8: ns83820_init+0x0/0x20()
[ 5.050030] ns83820.c: National Semiconductor DP83820 10/100/1000 driver.
[ 5.056414] initcall 0xc09ef6b8: ns83820_init+0x0/0x20() returned 0.
[ 5.063028] initcall 0xc09ef6b8 ran for 7 msecs: ns83820_init+0x0/0x20()
[ 5.069684] Calling initcall 0xc09ef6d8: tg3_init+0x0/0x16()
[ 5.076448] tg3.c:v3.87 (December 20, 2007)
[ 5.079722] ACPI: PCI Interrupt 0000:0d:01.0[A] -> GSI 30 (level, low) -> IRQ 30
[ 5.680885] eth3: Tigon3 [partno(BCM95700A6) rev 7102 PHY(5401)] (PCI:66MHz:64-bit) 10/100/1000Base-T Ethernet 00:04:76:2f:be:86
[ 5.682982] eth3: RXcsums[1] LinkChgREG[1] MIirq[1] ASF[0] WireSpeed[0] TSOcap[0]
[ 5.686312] eth3: dma_rwctrl[76ff000f] dma_mask[64-bit]
[ 5.689710] ACPI: PCI Interrupt 0000:0d:02.0[A] -> GSI 28 (level, low) -> IRQ 28
[ 6.287528] eth4: Tigon3 [partno(BCM95700A6) rev 7102 PHY(5401)] (PCI:66MHz:64-bit) 10/100/1000Base-T Ethernet 00:04:76:2f:bd:1c
[ 6.289609] eth4: RXcsums[1] LinkChgREG[1] MIirq[1] ASF[0] WireSpeed[0] TSOcap[0]
[ 6.292939] eth4: dma_rwctrl[76ff000f] dma_mask[64-bit]
[ 6.296957] initcall 0xc09ef6d8: tg3_init+0x0/0x16() returned 0.
[ 6.302937] initcall 0xc09ef6d8 ran for 2228 msecs: tg3_init+0x0/0x16()
[ 6.309602] Calling initcall 0xc09ef6ee: bnx2_init+0x0/0x16()
[ 6.315775] initcall 0xc09ef6ee: bnx2_init+0x0/0x16() returned 0.
[ 6.319602] initcall 0xc09ef6ee ran for 0 msecs: bnx2_init+0x0/0x16()
[ 6.326268] Calling initcall 0xc09ef704: bnx2x_init+0x0/0x16()
[ 6.333408] initcall 0xc09ef704: bnx2x_init+0x0/0x16() returned 0.
[ 6.339601] initcall 0xc09ef704 ran for 0 msecs: bnx2x_init+0x0/0x16()
[ 6.346266] Calling initcall 0xc09ef71a: skge_init_module+0x0/0x49()
[ 6.353367] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 22 (level, low) -> IRQ 22
[ 6.359654] skge 1.13 addr 0xf7bf0000 irq 22 chip Genesis rev 0
[ 6.368176] skge eth5: addr 00:00:5a:98:37:b0
[ 6.369672] ACPI: PCI Interrupt 0000:05:02.0[A] -> GSI 19 (level, low) -> IRQ 19
[ 6.376318] skge 1.13 addr 0xf7ef0000 irq 19 chip Genesis rev 0
[ 6.381336] skge eth6: addr 00:00:5a:98:37:ac
[ 6.383421] initcall 0xc09ef71a: skge_init_module+0x0/0x49() returned 0.
[ 6.389598] initcall 0xc09ef71a ran for 41 msecs: skge_init_module+0x0/0x49()
[ 6.396263] Calling initcall 0xc09ef763: sky2_init_module+0x0/0x16()
[ 6.403775] initcall 0xc09ef763: sky2_init_module+0x0/0x16() returned 0.
[ 6.410962] initcall 0xc09ef763 ran for 0 msecs: sky2_init_module+0x0/0x16()
[ 6.416262] Calling initcall 0xc09ef779: starfire_init+0x0/0x16()
[ 6.423754] initcall 0xc09ef779: starfire_init+0x0/0x16() returned 0.
[ 6.429595] initcall 0xc09ef779 ran for 0 msecs: starfire_init+0x0/0x16()
[ 6.436261] Calling initcall 0xc09ef7c7: marvell_init+0x0/0x46()
[ 6.447603] initcall 0xc09ef7c7: marvell_init+0x0/0x46() returned 0.
[ 6.454289] initcall 0xc09ef7c7 ran for 3 msecs: marvell_init+0x0/0x46()
[ 6.459592] Calling initcall 0xc09ef80d: davicom_init+0x0/0x4d()
[ 6.468503] initcall 0xc09ef80d: davicom_init+0x0/0x4d() returned 0.
[ 6.472927] initcall 0xc09ef80d ran for 1 msecs: davicom_init+0x0/0x4d()
[ 6.479591] Calling initcall 0xc09ef85a: smsc_init+0x0/0xf()
[ 6.487159] initcall 0xc09ef85a: smsc_init+0x0/0xf() returned 0.
[ 6.492925] initcall 0xc09ef85a ran for 0 msecs: smsc_init+0x0/0xf()
[ 6.499590] Calling initcall 0xc09ef869: vsc8244_init+0x0/0xf()
[ 6.507097] initcall 0xc09ef869: vsc8244_init+0x0/0xf() returned 0.
[ 6.512923] initcall 0xc09ef869 ran for 0 msecs: vsc8244_init+0x0/0xf()
[ 6.519589] Calling initcall 0xc09ef878: broadcom_init+0x0/0x67()
[ 6.529951] initcall 0xc09ef878: broadcom_init+0x0/0x67() returned 0.
[ 6.536255] initcall 0xc09ef878 ran for 2 msecs: broadcom_init+0x0/0x67()
[ 6.542920] Calling initcall 0xc09ef8df: fixed_mdio_bus_init+0x0/0x7e()
[ 6.550418] Fixed MDIO Bus: probed
[ 6.552926] initcall 0xc09ef8df: fixed_mdio_bus_init+0x0/0x7e() returned 0.
[ 6.562919] initcall 0xc09ef8df ran for 4 msecs: fixed_mdio_bus_init+0x0/0x7e()
[ 6.569586] Calling initcall 0xc09ef9a0: net_olddevs_init+0x0/0x81()
[ 6.576999] initcall 0xc09ef9a0: net_olddevs_init+0x0/0x81() returned 0.
[ 6.584281] initcall 0xc09ef9a0 ran for 0 msecs: net_olddevs_init+0x0/0x81()
[ 6.589584] Calling initcall 0xc09efa93: sb1000_init+0x0/0xf()
[ 6.597288] initcall 0xc09efa93: sb1000_init+0x0/0xf() returned 0.
[ 6.604280] initcall 0xc09efa93 ran for 0 msecs: sb1000_init+0x0/0xf()
[ 6.608401] Calling initcall 0xc09f0448: b44_init+0x0/0x49()
[ 6.612904] initcall 0xc09f0448: b44_init+0x0/0x49() returned 0.
[ 6.616249] initcall 0xc09f0448 ran for 1 msecs: b44_init+0x0/0x49()
[ 6.622917] Calling initcall 0xc09f0491: init_nic+0x0/0x16()
[ 6.629162] initcall 0xc09f0491: init_nic+0x0/0x16() returned 0.
[ 6.632915] initcall 0xc09f0491 ran for 0 msecs: init_nic+0x0/0x16()
[ 6.639580] Calling initcall 0xc09f04a7: slip_init+0x0/0xa2()
[ 6.645217] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256).
[ 6.649579] CSLIP: code copyright 1989 Regents of the University of California.
[ 6.652913] SLIP linefill/keepalive option.
[ 6.656264] initcall 0xc09f04a7: slip_init+0x0/0xa2() returned 0.
[ 6.664296] initcall 0xc09f04a7 ran for 18 msecs: slip_init+0x0/0xa2()
[ 6.669579] Calling initcall 0xc09f0549: dummy_init_module+0x0/0x95()
[ 6.679951] initcall 0xc09f0549: dummy_init_module+0x0/0x95() returned 0.
[ 6.686245] initcall 0xc09f0549 ran for 1 msecs: dummy_init_module+0x0/0x95()
[ 6.692911] Calling initcall 0xc09f05de: ifb_init_module+0x0/0x9a()
[ 6.704694] initcall 0xc09f05de: ifb_init_module+0x0/0x9a() returned 0.
[ 6.710940] initcall 0xc09f05de ran for 3 msecs: ifb_init_module+0x0/0x9a()
[ 6.715493] Calling initcall 0xc09f0e59: cp_init+0x0/0x16()
[ 6.720696] initcall 0xc09f0e59: cp_init+0x0/0x16() returned 0.
[ 6.727605] initcall 0xc09f0e59 ran for 0 msecs: cp_init+0x0/0x16()
[ 6.731483] Calling initcall 0xc09f0e6f: rtl8139_init_module+0x0/0x16()
[ 6.737257] initcall 0xc09f0e6f: rtl8139_init_module+0x0/0x16() returned 0.
[ 6.746241] initcall 0xc09f0e6f ran for 0 msecs: rtl8139_init_module+0x0/0x16()
[ 6.752907] Calling initcall 0xc09f17c3: sc92031_init+0x0/0x20()
[ 6.759893] Silan SC92031 PCI Fast Ethernet Adapter driver 2.0c
[ 6.763478] initcall 0xc09f17c3: sc92031_init+0x0/0x20() returned 0.
[ 6.770938] initcall 0xc09f17c3 ran for 6 msecs: sc92031_init+0x0/0x20()
[ 6.776239] Calling initcall 0xc09f17e3: eql_init_module+0x0/0x50()
[ 6.783233] Equalizer2002: Simon Janes (simon@ncm.com) and David S. Miller (davem@redhat.com)
[ 6.788071] initcall 0xc09f17e3: eql_init_module+0x0/0x50() returned 0.
[ 6.794267] initcall 0xc09f17e3 ran for 10 msecs: eql_init_module+0x0/0x50()
[ 6.799570] Calling initcall 0xc09f18c2: tun_init+0x0/0x52()
[ 6.805129] tun: Universal TUN/TAP device driver, 1.6
[ 6.806237] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 6.810098] initcall 0xc09f18c2: tun_init+0x0/0x52() returned 0.
[ 6.817612] initcall 0xc09f18c2 ran for 11 msecs: tun_init+0x0/0x52()
[ 6.822903] Calling initcall 0xc09f1914: veth_init+0x0/0xf()
[ 6.829902] initcall 0xc09f1914: veth_init+0x0/0xf() returned 0.
[ 6.836235] initcall 0xc09f1914 ran for 0 msecs: veth_init+0x0/0xf()
[ 6.842901] Calling initcall 0xc09f1923: rtl8169_init_module+0x0/0x16()
[ 6.850403] initcall 0xc09f1923: rtl8169_init_module+0x0/0x16() returned 0.
[ 6.857598] initcall 0xc09f1923 ran for 0 msecs: rtl8169_init_module+0x0/0x16()
[ 6.862583] Calling initcall 0xc09f1939: amd8111e_init+0x0/0x16()
[ 6.866221] initcall 0xc09f1939: amd8111e_init+0x0/0x16() returned 0.
[ 6.869566] initcall 0xc09f1939 ran for 0 msecs: amd8111e_init+0x0/0x16()
[ 6.876232] Calling initcall 0xc09f194f: myri10ge_init_module+0x0/0x2b()
[ 6.883228] myri10ge: Version 1.3.2-1.287
[ 6.886789] initcall 0xc09f194f: myri10ge_init_module+0x0/0x2b() returned 0.
[ 6.896241] initcall 0xc09f194f ran for 4 msecs: myri10ge_init_module+0x0/0x2b()
[ 6.902900] Calling initcall 0xc09f197a: catc_init+0x0/0x33()
[ 6.910373] usbcore: registered new interface driver catc
[ 6.912906] drivers/net/usb/catc.c: v2.8 CATC EL1210A NetMate USB Ethernet driver
[ 6.916234] initcall 0xc09f197a: catc_init+0x0/0x33() returned 0.
[ 6.924263] initcall 0xc09f197a ran for 13 msecs: catc_init+0x0/0x33()
[ 6.929562] Calling initcall 0xc09f19ad: kaweth_init+0x0/0x25()
[ 6.936555] drivers/net/usb/kaweth.c: Driver loading
[ 6.940026] usbcore: registered new interface driver kaweth
[ 6.942907] initcall 0xc09f19ad: kaweth_init+0x0/0x25() returned 0.
[ 6.950932] initcall 0xc09f19ad ran for 11 msecs: kaweth_init+0x0/0x25()
[ 6.955132] Calling initcall 0xc09f19d2: pegasus_init+0x0/0x14a()
[ 6.958910] pegasus: v0.6.14 (2006/09/27), Pegasus/Pegasus II USB Ethernet driver
[ 6.960302] usbcore: registered new interface driver pegasus
[ 6.962907] initcall 0xc09f19d2: pegasus_init+0x0/0x14a() returned 0.
[ 6.969560] initcall 0xc09f19d2 ran for 13 msecs: pegasus_init+0x0/0x14a()
[ 6.976226] Calling initcall 0xc09f1b1c: usb_rtl8150_init+0x0/0x25()
[ 6.983213] drivers/net/usb/rtl8150.c: rtl8150 based usb-ethernet driver v0.6.2 (2004/08/27)
[ 6.986689] usbcore: registered new interface driver rtl8150
[ 6.989571] initcall 0xc09f1b1c: usb_rtl8150_init+0x0/0x25() returned 0.
[ 6.996225] initcall 0xc09f1b1c ran for 14 msecs: usb_rtl8150_init+0x0/0x25()
[ 7.002890] Calling initcall 0xc09f1b41: cdc_init+0x0/0x16()
[ 7.010368] usbcore: registered new interface driver cdc_ether
[ 7.012902] initcall 0xc09f1b41: cdc_init+0x0/0x16() returned 0.
[ 7.019557] initcall 0xc09f1b41 ran for 6 msecs: cdc_init+0x0/0x16()
[ 7.026222] Calling initcall 0xc09f1b57: dm9601_init+0x0/0x16()
[ 7.033376] usbcore: registered new interface driver dm9601
[ 7.036234] initcall 0xc09f1b57: dm9601_init+0x0/0x16() returned 0.
[ 7.040919] initcall 0xc09f1b57 ran for 6 msecs: dm9601_init+0x0/0x16()
[ 7.046221] Calling initcall 0xc09f1b6d: net1080_init+0x0/0x16()
[ 7.052635] usbcore: registered new interface driver net1080
[ 7.052899] initcall 0xc09f1b6d: net1080_init+0x0/0x16() returned 0.
[ 7.060916] initcall 0xc09f1b6d ran for 6 msecs: net1080_init+0x0/0x16()
[ 7.066220] Calling initcall 0xc09f1b83: plusb_init+0x0/0x16()
[ 7.072387] usbcore: registered new interface driver plusb
[ 7.072898] initcall 0xc09f1b83: plusb_init+0x0/0x16() returned 0.
[ 7.080916] initcall 0xc09f1b83 ran for 6 msecs: plusb_init+0x0/0x16()
[ 7.085035] Calling initcall 0xc09f1b99: rndis_init+0x0/0x16()
[ 7.090494] usbcore: registered new interface driver rndis_host
[ 7.092897] initcall 0xc09f1b99: rndis_init+0x0/0x16() returned 0.
[ 7.100912] initcall 0xc09f1b99 ran for 6 msecs: rndis_init+0x0/0x16()
[ 7.105034] Calling initcall 0xc09f1baf: zaurus_init+0x0/0x16()
[ 7.110370] usbcore: registered new interface driver zaurus
[ 7.112897] initcall 0xc09f1baf: zaurus_init+0x0/0x16() returned 0.
[ 7.120914] initcall 0xc09f1baf ran for 6 msecs: zaurus_init+0x0/0x16()
[ 7.125137] Calling initcall 0xc09f1bc5: usbnet_init+0x0/0x26()
[ 7.129884] initcall 0xc09f1bc5: usbnet_init+0x0/0x26() returned 0.
[ 7.137586] initcall 0xc09f1bc5 ran for 0 msecs: usbnet_init+0x0/0x26()
[ 7.142888] Calling initcall 0xc09f1beb: ipw2100_init+0x0/0x5a()
[ 7.149879] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, git-1.2.2
[ 7.152881] ipw2100: Copyright(c) 2003-2006 Intel Corporation
[ 7.156727] initcall 0xc09f1beb: ipw2100_init+0x0/0x5a() returned 0.
[ 7.164243] initcall 0xc09f1beb ran for 12 msecs: ipw2100_init+0x0/0x5a()
[ 7.168553] Calling initcall 0xc09f1c45: ipw_init+0x0/0x6e()
[ 7.173206] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kd
[ 7.176213] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[ 7.180027] initcall 0xc09f1c45: ipw_init+0x0/0x6e() returned 0.
[ 7.187575] initcall 0xc09f1c45 ran for 12 msecs: ipw_init+0x0/0x6e()
[ 7.191524] Calling initcall 0xc09f1cb3: init_orinoco+0x0/0x16()
[ 7.196540] orinoco 0.15 (David Gibson <hermes@gibson.dropbear.id.au>, Pavel Roskin <proski@gnu.org>, et al)
[ 7.199549] initcall 0xc09f1cb3: init_orinoco+0x0/0x16() returned 0.
[ 7.207574] initcall 0xc09f1cb3 ran for 9 msecs: init_orinoco+0x0/0x16()
[ 7.212877] Calling initcall 0xc09f1cc9: init_hermes+0x0/0x7()
[ 7.219868] initcall 0xc09f1cc9: init_hermes+0x0/0x7() returned 0.
[ 7.227575] initcall 0xc09f1cc9 ran for 0 msecs: init_hermes+0x0/0x7()
[ 7.232876] Calling initcall 0xc09f1cd0: orinoco_plx_init+0x0/0x25()
[ 7.239864] orinoco_plx 0.15 (Pavel Roskin <proski@gnu.org>, David Gibson <hermes@gibson.dropbear.id.au>, Daniel Barlow <dan@telent.net>)
[ 7.243530] initcall 0xc09f1cd0: orinoco_plx_init+0x0/0x25() returned 0.
[ 7.250906] initcall 0xc09f1cd0 ran for 12 msecs: orinoco_plx_init+0x0/0x25()
[ 7.255547] Calling initcall 0xc09f1cf5: orinoco_pci_init+0x0/0x25()
[ 7.259860] orinoco_pci 0.15 (Pavel Roskin <proski@gnu.org>, David Gibson <hermes@gibson.dropbear.id.au> & Jean Tourrilhes <jt@hpl.hp.com>)
[ 7.263398] initcall 0xc09f1cf5: orinoco_pci_init+0x0/0x25() returned 0.
[ 7.272874] initcall 0xc09f1cf5 ran for 12 msecs: orinoco_pci_init+0x0/0x25()
[ 7.279540] Calling initcall 0xc09f1d1a: orinoco_nortel_init+0x0/0x25()
[ 7.286537] orinoco_nortel 0.15 (Tobias Hoffmann & Christoph Jungegger <disdos@traum404.de>)
[ 7.290066] initcall 0xc09f1d1a: orinoco_nortel_init+0x0/0x25() returned 0.
[ 7.297569] initcall 0xc09f1d1a ran for 8 msecs: orinoco_nortel_init+0x0/0x25()
[ 7.302871] Calling initcall 0xc09f1d3f: airo_init_module+0x0/0xd6()
[ 7.309872] airo(): Probing for PCI adapters
[ 7.313346] airo(): Finished probing for PCI adapters
[ 7.316210] initcall 0xc09f1d3f: airo_init_module+0x0/0xd6() returned 0.
[ 7.324252] initcall 0xc09f1d3f ran for 11 msecs: airo_init_module+0x0/0xd6()
[ 7.329536] Calling initcall 0xc09f1e15: hostap_init+0x0/0x3b()
[ 7.336554] initcall 0xc09f1e15: hostap_init+0x0/0x3b() returned 0.
[ 7.344230] initcall 0xc09f1e15 ran for 0 msecs: hostap_init+0x0/0x3b()
[ 7.348440] Calling initcall 0xc09f1e50: init_prism2_plx+0x0/0x16()
[ 7.353848] initcall 0xc09f1e50: init_prism2_plx+0x0/0x16() returned 0.
[ 7.362867] initcall 0xc09f1e50 ran for 0 msecs: init_prism2_plx+0x0/0x16()
[ 7.369533] Calling initcall 0xc09f2319: nsc_ircc_init+0x0/0x1d4()
[ 7.379521] initcall 0xc09f2319: nsc_ircc_init+0x0/0x1d4() returned -19.
[ 7.382867] initcall 0xc09f2319 ran for 2 msecs: nsc_ircc_init+0x0/0x1d4()
[ 7.389532] Calling initcall 0xc09f24ed: w83977af_init+0x0/0x42a()
[ 7.396660] initcall 0xc09f24ed: w83977af_init+0x0/0x42a() returned -19.
[ 7.404405] initcall 0xc09f24ed ran for 0 msecs: w83977af_init+0x0/0x42a()
[ 7.409531] Calling initcall 0xc09f2917: ali_ircc_init+0x0/0x5bc()
[ 7.418237] initcall 0xc09f2917: ali_ircc_init+0x0/0x5bc() returned -19.
[ 7.422864] initcall 0xc09f2917 ran for 1 msecs: ali_ircc_init+0x0/0x5bc()
[ 7.429529] Calling initcall 0xc09f2ed3: via_ircc_init+0x0/0x1c()
[ 7.437297] initcall 0xc09f2ed3: via_ircc_init+0x0/0x1c() returned 0.
[ 7.444232] initcall 0xc09f2ed3 ran for 0 msecs: via_ircc_init+0x0/0x1c()
[ 7.448624] Calling initcall 0xc09f2eef: mcs_init+0x0/0x38()
[ 7.453675] usbcore: registered new interface driver mcs7780
[ 7.456206] initcall 0xc09f2eef: mcs_init+0x0/0x38() returned 0.
[ 7.464241] initcall 0xc09f2eef ran for 6 msecs: mcs_init+0x0/0x38()
[ 7.469527] Calling initcall 0xc09f2f27: kingsun_init+0x0/0x16()
[ 7.476973] usbcore: registered new interface driver kingsun-sir
[ 7.479538] initcall 0xc09f2f27: kingsun_init+0x0/0x16() returned 0.
[ 7.487575] initcall 0xc09f2f27 ran for 6 msecs: kingsun_init+0x0/0x16()
[ 7.492859] Calling initcall 0xc09f2f3d: ks959_init+0x0/0x16()
[ 7.500325] usbcore: registered new interface driver ks959-sir
[ 7.502870] initcall 0xc09f2f3d: ks959_init+0x0/0x16() returned 0.
[ 7.510889] initcall 0xc09f2f3d ran for 6 msecs: ks959_init+0x0/0x16()
[ 7.516191] Calling initcall 0xc09f2f6e: init_netconsole+0x0/0x1b3()
[ 7.523282] console [netcon0] enabled
[ 7.529626] netconsole: network logging started
[ 7.532862] initcall 0xc09f2f6e: init_netconsole+0x0/0x1b3() returned 0.
[ 7.540886] initcall 0xc09f2f6e ran for 9133 msecs: init_netconsole+0x0/0x1b3()
[ 7.546191] Calling initcall 0xc09f3121: netxen_init_module+0x0/0x3f()
[ 7.554150] initcall 0xc09f3121: netxen_init_module+0x0/0x3f() returned 0.
[ 7.560884] initcall 0xc09f3121 ran for 0 msecs: netxen_init_module+0x0/0x3f()
[ 7.566186] Calling initcall 0xc09f3160: niu_init+0x0/0x36()
[ 7.572309] initcall 0xc09f3160: niu_init+0x0/0x36() returned 0.
[ 7.576187] initcall 0xc09f3160 ran for 0 msecs: niu_init+0x0/0x36()
[ 7.582852] Calling initcall 0xc09f3440: raid_init+0x0/0xf()
[ 7.588926] initcall 0xc09f3440: raid_init+0x0/0xf() returned 0.
[ 7.594216] initcall 0xc09f3440 ran for 0 msecs: raid_init+0x0/0xf()
[ 7.598161] Calling initcall 0xc09f344f: spi_transport_init+0x0/0x27()
[ 7.603984] initcall 0xc09f344f: spi_transport_init+0x0/0x27() returned 0.
[ 7.610881] initcall 0xc09f344f ran for 1 msecs: spi_transport_init+0x0/0x27()
[ 7.615782] Calling initcall 0xc09f3476: iscsi_transport_init+0x0/0xf0()
[ 7.619458] Loading iSCSI transport class v2.0-868.
[ 7.624458] initcall 0xc09f3476: iscsi_transport_init+0x0/0xf0() returned 0.
[ 7.630882] initcall 0xc09f3476 ran for 7 msecs: iscsi_transport_init+0x0/0xf0()
[ 7.636183] Calling initcall 0xc09f3566: sas_transport_init+0x0/0x9f()
[ 7.646170] initcall 0xc09f3566: sas_transport_init+0x0/0x9f() returned 0.
[ 7.650878] initcall 0xc09f3566 ran for 4 msecs: sas_transport_init+0x0/0x9f()
[ 7.656182] Calling initcall 0xc09f3605: srp_transport_init+0x0/0x33()
[ 7.666169] initcall 0xc09f3605: srp_transport_init+0x0/0x33() returned 0.
[ 7.670896] initcall 0xc09f3605 ran for 1 msecs: srp_transport_init+0x0/0x33()
[ 7.676180] Calling initcall 0xc09f3638: ahc_linux_init+0x0/0x5c()
[ 7.683730] initcall 0xc09f3638: ahc_linux_init+0x0/0x5c() returned 0.
[ 7.692845] initcall 0xc09f3638 ran for 0 msecs: ahc_linux_init+0x0/0x5c()
[ 7.699512] Calling initcall 0xc09f377f: init_st+0x0/0x146()
[ 7.706185] st: Version 20080117, fixed bufsize 32768, s/g segs 256
[ 7.710016] Driver 'st' needs updating - please use bus_type methods
[ 7.713353] initcall 0xc09f377f: init_st+0x0/0x146() returned 0.
[ 7.719512] initcall 0xc09f377f ran for 13 msecs: init_st+0x0/0x146()
[ 7.726177] Calling initcall 0xc09f38c5: init_sd+0x0/0xcf()
[ 7.733724] Driver 'sd' needs updating - please use bus_type methods
[ 7.736933] initcall 0xc09f38c5: init_sd+0x0/0xcf() returned 0.
[ 7.744207] initcall 0xc09f38c5 ran for 7 msecs: init_sd+0x0/0xcf()
[ 7.749509] Calling initcall 0xc09f3994: init_sr+0x0/0x3d()
[ 7.756526] Driver 'sr' needs updating - please use bus_type methods
[ 7.760010] initcall 0xc09f3994: init_sr+0x0/0x3d() returned 0.
[ 7.766175] initcall 0xc09f3994 ran for 6 msecs: init_sr+0x0/0x3d()
[ 7.772840] Calling initcall 0xc09f39d1: init_sg+0x0/0xaa()
[ 7.780229] initcall 0xc09f39d1: init_sg+0x0/0xaa() returned 0.
[ 7.786174] initcall 0xc09f39d1 ran for 0 msecs: init_sg+0x0/0xaa()
[ 7.792839] Calling initcall 0xc09f3a7b: init_ch_module+0x0/0x87()
[ 7.799828] SCSI Media Changer driver v0.25
[ 7.803350] Driver 'ch' needs updating - please use bus_type methods
[ 7.806657] initcall 0xc09f3a7b: init_ch_module+0x0/0x87() returned 0.
[ 7.814201] initcall 0xc09f3a7b ran for 11 msecs: init_ch_module+0x0/0x87()
[ 7.819504] Calling initcall 0xc09f3b78: ahci_init+0x0/0x16()
[ 7.826617] initcall 0xc09f3b78: ahci_init+0x0/0x16() returned 0.
[ 7.832837] initcall 0xc09f3b78 ran for 0 msecs: ahci_init+0x0/0x16()
[ 7.839503] Calling initcall 0xc09f3b8e: k2_sata_init+0x0/0x16()
[ 7.847010] initcall 0xc09f3b8e: k2_sata_init+0x0/0x16() returned 0.
[ 7.852836] initcall 0xc09f3b8e ran for 0 msecs: k2_sata_init+0x0/0x16()
[ 7.859501] Calling initcall 0xc09f3ba4: piix_init+0x0/0x24()
[ 7.867233] initcall 0xc09f3ba4: piix_init+0x0/0x24() returned 0.
[ 7.874201] initcall 0xc09f3ba4 ran for 0 msecs: piix_init+0x0/0x24()
[ 7.879500] Calling initcall 0xc09f3bc8: pdc_ata_init+0x0/0x16()
[ 7.887330] initcall 0xc09f3bc8: pdc_ata_init+0x0/0x16() returned 0.
[ 7.894195] initcall 0xc09f3bc8 ran for 0 msecs: pdc_ata_init+0x0/0x16()
[ 7.898491] Calling initcall 0xc09f3bde: qs_ata_init+0x0/0x16()
[ 7.903734] initcall 0xc09f3bde: qs_ata_init+0x0/0x16() returned 0.
[ 7.910868] initcall 0xc09f3bde ran for 0 msecs: qs_ata_init+0x0/0x16()
[ 7.915076] Calling initcall 0xc09f3bf4: sil24_init+0x0/0x16()
[ 7.919115] initcall 0xc09f3bf4: sil24_init+0x0/0x16() returned 0.
[ 7.922831] initcall 0xc09f3bf4 ran for 0 msecs: sil24_init+0x0/0x16()
[ 7.929496] Calling initcall 0xc09f3c0a: svia_init+0x0/0x16()
[ 7.935816] initcall 0xc09f3c0a: svia_init+0x0/0x16() returned 0.
[ 7.939497] initcall 0xc09f3c0a ran for 0 msecs: svia_init+0x0/0x16()
[ 7.946162] Calling initcall 0xc09f3c20: vsc_sata_init+0x0/0x16()
[ 7.953395] initcall 0xc09f3c20: vsc_sata_init+0x0/0x16() returned 0.
[ 7.959496] initcall 0xc09f3c20 ran for 0 msecs: vsc_sata_init+0x0/0x16()
[ 7.966161] Calling initcall 0xc09f3c36: sis_init+0x0/0x16()
[ 7.973706] initcall 0xc09f3c36: sis_init+0x0/0x16() returned 0.
[ 7.980859] initcall 0xc09f3c36 ran for 0 msecs: sis_init+0x0/0x16()
[ 7.986160] Calling initcall 0xc09f3c4c: pdc_sata_init+0x0/0x16()
[ 7.993785] initcall 0xc09f3c4c: pdc_sata_init+0x0/0x16() returned 0.
[ 8.000856] initcall 0xc09f3c4c ran for 0 msecs: pdc_sata_init+0x0/0x16()
[ 8.005236] Calling initcall 0xc09f3c62: nv_init+0x0/0x16()
[ 8.010373] initcall 0xc09f3c62: nv_init+0x0/0x16() returned 0.
[ 8.017522] initcall 0xc09f3c62 ran for 0 msecs: nv_init+0x0/0x16()
[ 8.021411] Calling initcall 0xc09f3c78: mv_init+0x0/0x3a()
[ 8.027767] initcall 0xc09f3c78: mv_init+0x0/0x3a() returned 0.
[ 8.034188] initcall 0xc09f3c78 ran for 1 msecs: mv_init+0x0/0x3a()
[ 8.038048] Calling initcall 0xc09f3cb2: adma_ata_init+0x0/0x16()
[ 8.043766] initcall 0xc09f3cb2: adma_ata_init+0x0/0x16() returned 0.
[ 8.052822] initcall 0xc09f3cb2 ran for 0 msecs: adma_ata_init+0x0/0x16()
[ 8.059489] Calling initcall 0xc09f3cc8: amd_init+0x0/0x16()
[ 8.065620] initcall 0xc09f3cc8: amd_init+0x0/0x16() returned 0.
[ 8.069490] initcall 0xc09f3cc8 ran for 0 msecs: amd_init+0x0/0x16()
[ 8.076153] Calling initcall 0xc09f3cde: artop_init+0x0/0x16()
[ 8.083362] initcall 0xc09f3cde: artop_init+0x0/0x16() returned 0.
[ 8.089488] initcall 0xc09f3cde ran for 0 msecs: artop_init+0x0/0x16()
[ 8.094988] Calling initcall 0xc09f3cf4: atiixp_init+0x0/0x16()
[ 8.100417] initcall 0xc09f3cf4: atiixp_init+0x0/0x16() returned 0.
[ 8.107521] initcall 0xc09f3cf4 ran for 0 msecs: atiixp_init+0x0/0x16()
[ 8.111725] Calling initcall 0xc09f3d0a: cmd64x_init+0x0/0x16()
[ 8.116232] initcall 0xc09f3d0a: cmd64x_init+0x0/0x16() returned 0.
[ 8.122818] initcall 0xc09f3d0a ran for 0 msecs: cmd64x_init+0x0/0x16()
[ 8.129484] Calling initcall 0xc09f3d20: cs5520_init+0x0/0x16()
[ 8.136889] initcall 0xc09f3d20: cs5520_init+0x0/0x16() returned 0.
[ 8.142818] initcall 0xc09f3d20 ran for 0 msecs: cs5520_init+0x0/0x16()
[ 8.149482] Calling initcall 0xc09f3d36: cs5530_init+0x0/0x16()
[ 8.157280] initcall 0xc09f3d36: cs5530_init+0x0/0x16() returned 0.
[ 8.164178] initcall 0xc09f3d36 ran for 0 msecs: cs5530_init+0x0/0x16()
[ 8.169481] Calling initcall 0xc09f3d4c: efar_init+0x0/0x16()
[ 8.177147] initcall 0xc09f3d4c: efar_init+0x0/0x16() returned 0.
[ 8.184179] initcall 0xc09f3d4c ran for 0 msecs: efar_init+0x0/0x16()
[ 8.189480] Calling initcall 0xc09f3d62: hpt36x_init+0x0/0x16()
[ 8.197023] initcall 0xc09f3d62: hpt36x_init+0x0/0x16() returned 0.
[ 8.204176] initcall 0xc09f3d62 ran for 0 msecs: hpt36x_init+0x0/0x16()
[ 8.208402] Calling initcall 0xc09f3d78: hpt3x2n_init+0x0/0x16()
[ 8.213743] initcall 0xc09f3d78: hpt3x2n_init+0x0/0x16() returned 0.
[ 8.220842] initcall 0xc09f3d78 ran for 0 msecs: hpt3x2n_init+0x0/0x16()
[ 8.226144] Calling initcall 0xc09f3d8e: isapnp_init+0x0/0xf()
[ 8.232017] Bad IO access at port 0x0 (outb(val,port))
[ 8.232799] ------------[ cut here ]------------
[ 8.232799] WARNING: at lib/iomap.c:44 bad_io_access+0x2f/0x34()
[ 8.232799] Pid: 1, comm: swapper Not tainted 2.6.25-rc1 #5
[ 8.232799] [<c011fd63>] warn_on_slowpath+0x3c/0x4c
[ 8.232799] [<c0358e9d>] ? serial8250_console_write+0x0/0x14e
[ 8.232799] [<c01200a5>] ? __call_console_drivers+0x56/0x63
[ 8.232799] [<c06b7acf>] ? _spin_unlock_irqrestore+0x15/0x21
[ 8.232799] [<c0120556>] ? release_console_sem+0x1c1/0x1c9
[ 8.232799] [<c015c400>] ? print_trailer+0x6e/0xfc
[ 8.232799] [<c015c77f>] ? check_object+0x10b/0x181
[ 8.232799] [<c01209a0>] ? printk+0x15/0x17
[ 8.232799] [<c02cc2ce>] bad_io_access+0x2f/0x34
[ 8.232799] [<c02cc48a>] iowrite8+0x31/0x34
[ 8.232799] [<c04a1c8d>] ata_bmdma_freeze+0x1d/0x30
[ 8.232799] [<c04a2063>] __ata_port_freeze+0x2c/0x33
[ 8.232799] [<c04a224f>] ata_eh_freeze_port+0x21/0x2f
[ 8.232799] [<c0497fa9>] ata_host_start+0xe1/0x132
[ 8.232799] [<c049dcd1>] ? ata_interrupt+0x0/0x1d1
[ 8.232799] [<c049cbf7>] ata_host_activate+0x15/0xb0
[ 8.232799] [<c04b69c1>] isapnp_init_one+0x109/0x120
[ 8.232799] [<c049dcd1>] ? ata_interrupt+0x0/0x1d1
[ 8.232799] [<c030fa9d>] pnp_device_probe+0x66/0x85
[ 8.232799] [<c035c995>] driver_probe_device+0xa0/0x11b
[ 8.232799] [<c035cb07>] __driver_attach+0x55/0x8b
[ 8.232799] [<c035bf6f>] bus_for_each_dev+0x36/0x58
[ 8.232799] [<c035c83a>] driver_attach+0x14/0x16
[ 8.232799] [<c035cab2>] ? __driver_attach+0x0/0x8b
[ 8.232799] [<c035c66c>] bus_add_driver+0x93/0x197
[ 8.232799] [<c035ccd0>] driver_register+0x47/0xa3
[ 8.232799] [<c0132898>] ? ktime_get+0x11/0x2f
[ 8.232799] [<c030f8ae>] pnp_register_driver+0x17/0x19
[ 8.232799] [<c09f3d9b>] isapnp_init+0xd/0xf
[ 8.232799] [<c09d7465>] kernel_init+0x12a/0x277
[ 8.232799] [<c09d7300>] ? do_early_param+0x34/0x6f
[ 8.232799] [<c09d733b>] ? kernel_init+0x0/0x277
[ 8.232799] [<c0104b17>] kernel_thread_helper+0x7/0x10
[ 8.232799] =======================
[ 8.232799] ---[ end trace 1ad3a7e78405be11 ]---
[ 8.234991] scsi0 : pata_isapnp
[ 8.236794] ata1: PATA max PIO0 cmd 0x1f0 ctl 0x3f6 irq 14
[ 5.308081] Bad IO access at port 0x0 (return inb(port))
[ 5.309658] ------------[ cut here ]------------
[ 5.309658] WARNING: at lib/iomap.c:44 bad_io_access+0x2f/0x34()
[ 5.309658] Pid: 1395, comm: scsi_eh_0 Not tainted 2.6.25-rc1 #5
[ 5.309658] [<c011fd63>] warn_on_slowpath+0x3c/0x4c
[ 5.309658] [<c0358e9d>] ? serial8250_console_write+0x0/0x14e
[ 5.309658] [<c01200a5>] ? __call_console_drivers+0x56/0x63
[ 5.309658] [<c06b7acf>] ? _spin_unlock_irqrestore+0x15/0x21
[ 5.309658] [<c0120556>] ? release_console_sem+0x1c1/0x1c9
[ 5.309658] [<c01209a0>] ? printk+0x15/0x17
[ 5.309658] [<c02cc2ce>] bad_io_access+0x2f/0x34
[ 5.309658] [<c02cc4b5>] ioread8+0x28/0x2f
[ 5.309658] [<c04a195d>] ata_altstatus+0x1d/0x22
[ 5.309658] [<c04a1a1f>] ata_bmdma_drive_eh+0x97/0xda
[ 5.309658] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.309658] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 5.309658] [<c04a1a95>] ata_bmdma_error_handler+0x33/0x3a
[ 5.309658] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 5.309658] [<c04a5365>] ata_scsi_error+0x2db/0x536
[ 5.309658] [<c0468556>] scsi_error_handler+0xa7/0x402
[ 5.309658] [<c04684af>] ? scsi_error_handler+0x0/0x402
[ 5.309658] [<c012fc5e>] kthread+0x3b/0x61
[ 5.309658] [<c012fc23>] ? kthread+0x0/0x61
[ 5.309658] [<c0104b17>] kernel_thread_helper+0x7/0x10
[ 5.309658] =======================
[ 5.309658] ---[ end trace 1ad3a7e78405be11 ]---
[ 5.309728] Bad IO access at port 0x0 (outb(val,port))
[ 5.312991] ------------[ cut here ]------------
[ 5.312991] WARNING: at lib/iomap.c:44 bad_io_access+0x2f/0x34()
[ 5.312991] Pid: 1395, comm: scsi_eh_0 Not tainted 2.6.25-rc1 #5
[ 5.312991] [<c011fd63>] warn_on_slowpath+0x3c/0x4c
[ 5.312991] [<c0358e9d>] ? serial8250_console_write+0x0/0x14e
[ 5.312991] [<c01200a5>] ? __call_console_drivers+0x56/0x63
[ 5.312991] [<c06b7acf>] ? _spin_unlock_irqrestore+0x15/0x21
[ 5.312991] [<c0120556>] ? release_console_sem+0x1c1/0x1c9
[ 5.312991] [<c015c77f>] ? check_object+0x10b/0x181
[ 5.312991] [<c01209a0>] ? printk+0x15/0x17
[ 5.312991] [<c02cc2ce>] bad_io_access+0x2f/0x34
[ 5.312991] [<c02cc48a>] iowrite8+0x31/0x34
[ 5.312991] [<c04a1c8d>] ata_bmdma_freeze+0x1d/0x30
[ 5.312991] [<c04a2063>] __ata_port_freeze+0x2c/0x33
[ 5.312991] [<c04a224f>] ata_eh_freeze_port+0x21/0x2f
[ 5.312991] [<c04a4227>] ata_eh_recover+0x347/0x988
[ 5.312991] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 5.312991] [<c0124271>] ? do_softirq+0x46/0x52
[ 5.312991] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.312991] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 5.312991] [<c02ca2ec>] ? trace_hardirqs_on_thunk+0xc/0x10
[ 5.312991] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 5.312991] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.312991] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 5.312991] [<c04a49d2>] ata_do_eh+0x2b/0x8d
[ 5.312991] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 5.312991] [<c04a1a58>] ata_bmdma_drive_eh+0xd0/0xda
[ 5.312991] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 5.312991] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.312991] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 5.312991] [<c04a1a95>] ata_bmdma_error_handler+0x33/0x3a
[ 5.312991] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 5.312991] [<c04a5365>] ata_scsi_error+0x2db/0x536
[ 5.312991] [<c0468556>] scsi_error_handler+0xa7/0x402
[ 5.312991] [<c04684af>] ? scsi_error_handler+0x0/0x402
[ 5.312991] [<c012fc5e>] kthread+0x3b/0x61
[ 5.312991] [<c012fc23>] ? kthread+0x0/0x61
[ 5.312991] [<c0104b17>] kernel_thread_helper+0x7/0x10
[ 5.312991] =======================
[ 5.312991] ---[ end trace 1ad3a7e78405be11 ]---
[ 5.313025] Bad IO access at port 0x0 (return inb(port))
[ 5.316340] ------------[ cut here ]------------
[ 5.319670] WARNING: at lib/iomap.c:44 bad_io_access+0x2f/0x34()
[ 5.323004] Pid: 1395, comm: scsi_eh_0 Not tainted 2.6.25-rc1 #5
[ 5.326336] [<c011fd63>] warn_on_slowpath+0x3c/0x4c
[ 5.329669] [<c0103900>] ? restore_all+0x8/0x18
[ 5.336334] [<c0124271>] ? do_softirq+0x46/0x52
[ 5.341731] [<c02ca2ec>] ? trace_hardirqs_on_thunk+0xc/0x10
[ 5.346334] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 5.353001] [<c0120960>] ? vprintk+0x2ac/0x2d7
[ 5.358548] [<c01197a8>] ? rebalance_domains+0x10b/0x352
[ 5.363000] [<c01209a0>] ? printk+0x15/0x17
[ 5.368286] [<c02cc2ce>] bad_io_access+0x2f/0x34
[ 5.372999] [<c02cc4b5>] ioread8+0x28/0x2f
[ 5.378139] [<c04a195d>] ata_altstatus+0x1d/0x22
[ 5.382998] [<c0499c95>] ata_std_dev_select+0x23/0x30
[ 5.386332] [<c0499dd7>] ata_devchk+0xd/0x85
[ 5.392998] [<c0499e8b>] ata_std_softreset+0x3c/0x110
[ 5.396331] [<c04a1f4d>] ata_do_reset+0x6b/0x117
[ 5.402996] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.409244] [<c04a269d>] ata_eh_reset+0x333/0x6a4
[ 5.412997] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.419662] [<c04a42ac>] ata_eh_recover+0x3cc/0x988
[ 5.422996] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.429662] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 5.435824] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 5.439662] [<c0124271>] ? do_softirq+0x46/0x52
[ 5.446327] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.452341] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 5.456327] [<c02ca2ec>] ? trace_hardirqs_on_thunk+0xc/0x10
[ 5.462993] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 5.469660] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.472992] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 5.479659] [<c04a49d2>] ata_do_eh+0x2b/0x8d
[ 5.484965] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 5.489658] [<c04a1a58>] ata_bmdma_drive_eh+0xd0/0xda
[ 5.496325] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 5.499658] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.506324] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 5.512501] [<c04a1a95>] ata_bmdma_error_handler+0x33/0x3a
[ 5.516323] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 5.522989] [<c04a5365>] ata_scsi_error+0x2db/0x536
[ 5.528909] [<c0468556>] scsi_error_handler+0xa7/0x402
[ 5.532990] [<c04684af>] ? scsi_error_handler+0x0/0x402
[ 5.539655] [<c012fc5e>] kthread+0x3b/0x61
[ 5.544786] [<c012fc23>] ? kthread+0x0/0x61
[ 5.548271] [<c0104b17>] kernel_thread_helper+0x7/0x10
[ 5.552987] =======================
[ 5.556320] ---[ end trace 1ad3a7e78405be11 ]---
[ 5.559676] Bad IO access at port 0x0 (return inb(port))
[ 5.563007] ------------[ cut here ]------------
[ 5.566323] WARNING: at lib/iomap.c:44 bad_io_access+0x2f/0x34()
[ 5.569657] Pid: 1395, comm: scsi_eh_0 Not tainted 2.6.25-rc1 #5
[ 5.572990] [<c011fd63>] warn_on_slowpath+0x3c/0x4c
[ 5.579652] [<c0103900>] ? restore_all+0x8/0x18
[ 5.582989] [<c0124271>] ? do_softirq+0x46/0x52
[ 5.589651] [<c02ca2ec>] ? trace_hardirqs_on_thunk+0xc/0x10
[ 5.592988] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 5.599654] [<c0120960>] ? vprintk+0x2ac/0x2d7
[ 5.606317] [<c01197a8>] ? rebalance_domains+0x10b/0x352
[ 5.609654] [<c01209a0>] ? printk+0x15/0x17
[ 5.616316] [<c02cc2ce>] bad_io_access+0x2f/0x34
[ 5.619653] [<c02cc4b5>] ioread8+0x28/0x2f
[ 5.624788] [<c04a195d>] ata_altstatus+0x1d/0x22
[ 5.629652] [<c0499c95>] ata_std_dev_select+0x23/0x30
[ 5.636318] [<c0499dd7>] ata_devchk+0xd/0x85
[ 5.639652] [<c0499ea4>] ata_std_softreset+0x55/0x110
[ 5.646314] [<c04a1f4d>] ata_do_reset+0x6b/0x117
[ 5.649651] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.656318] [<c04a269d>] ata_eh_reset+0x333/0x6a4
[ 5.662058] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.666316] [<c04a42ac>] ata_eh_recover+0x3cc/0x988
[ 5.672982] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.676316] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 5.682982] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 5.689648] [<c0124271>] ? do_softirq+0x46/0x52
[ 5.692981] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.699647] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 5.705806] [<c02ca2ec>] ? trace_hardirqs_on_thunk+0xc/0x10
[ 5.709647] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 5.716313] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.722975] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 5.728902] [<c04a49d2>] ata_do_eh+0x2b/0x8d
[ 5.732975] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 5.738905] [<c04a1a58>] ata_bmdma_drive_eh+0xd0/0xda
[ 5.742978] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 5.749644] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.752977] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 5.759644] [<c04a1a95>] ata_bmdma_error_handler+0x33/0x3a
[ 5.766310] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 5.772232] [<c04a5365>] ata_scsi_error+0x2db/0x536
[ 5.776310] [<c0468556>] scsi_error_handler+0xa7/0x402
[ 5.782976] [<c04684af>] ? scsi_error_handler+0x0/0x402
[ 5.786309] [<c012fc5e>] kthread+0x3b/0x61
[ 5.792971] [<c012fc23>] ? kthread+0x0/0x61
[ 5.796308] [<c0104b17>] kernel_thread_helper+0x7/0x10
[ 5.802974] =======================
[ 5.806307] ---[ end trace 1ad3a7e78405be11 ]---
[ 5.809665] Bad IO access at port 0x0 (return inb(port))
[ 5.812977] ------------[ cut here ]------------
[ 5.816307] WARNING: at lib/iomap.c:44 bad_io_access+0x2f/0x34()
[ 5.819641] Pid: 1395, comm: scsi_eh_0 Not tainted 2.6.25-rc1 #5
[ 5.822973] [<c011fd63>] warn_on_slowpath+0x3c/0x4c
[ 5.829639] [<c0103900>] ? restore_all+0x8/0x18
[ 5.832972] [<c0124271>] ? do_softirq+0x46/0x52
[ 5.838608] [<c02ca2ec>] ? trace_hardirqs_on_thunk+0xc/0x10
[ 5.842971] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 5.849638] [<c0120960>] ? vprintk+0x2ac/0x2d7
[ 5.856301] [<c0119700>] ? rebalance_domains+0x63/0x352
[ 5.859637] [<c01209a0>] ? printk+0x15/0x17
[ 5.866300] [<c02cc2ce>] bad_io_access+0x2f/0x34
[ 5.869636] [<c02cc4b5>] ioread8+0x28/0x2f
[ 5.874769] [<c04a195d>] ata_altstatus+0x1d/0x22
[ 5.879635] [<c0499c95>] ata_std_dev_select+0x23/0x30
[ 5.886302] [<c0499eb5>] ata_std_softreset+0x66/0x110
[ 5.889635] [<c04a1f4d>] ata_do_reset+0x6b/0x117
[ 5.896301] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.902315] [<c04a269d>] ata_eh_reset+0x333/0x6a4
[ 5.906301] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.912967] [<c04a42ac>] ata_eh_recover+0x3cc/0x988
[ 5.916300] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.922967] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 5.929125] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 5.932965] [<c0124271>] ? do_softirq+0x46/0x52
[ 5.939628] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.945636] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 5.949631] [<c02ca2ec>] ? trace_hardirqs_on_thunk+0xc/0x10
[ 5.956297] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 5.962963] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.966297] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 5.972963] [<c04a49d2>] ata_do_eh+0x2b/0x8d
[ 5.978267] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 5.982962] [<c04a1a58>] ata_bmdma_drive_eh+0xd0/0xda
[ 5.989628] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 5.992961] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 5.999628] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 6.005803] [<c04a1a95>] ata_bmdma_error_handler+0x33/0x3a
[ 6.009627] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 6.016293] [<c04a5365>] ata_scsi_error+0x2db/0x536
[ 6.022210] [<c0468556>] scsi_error_handler+0xa7/0x402
[ 6.026293] [<c04684af>] ? scsi_error_handler+0x0/0x402
[ 6.032959] [<c012fc5e>] kthread+0x3b/0x61
[ 6.038094] [<c012fc23>] ? kthread+0x0/0x61
[ 6.042955] [<c0104b17>] kernel_thread_helper+0x7/0x10
[ 6.046291] =======================
[ 6.049624] ---[ end trace 1ad3a7e78405be11 ]---
[ 6.052962] Bad IO access at port 0x0 (outb(val,port))
[ 6.056294] ------------[ cut here ]------------
[ 6.059625] WARNING: at lib/iomap.c:44 bad_io_access+0x2f/0x34()
[ 6.062959] Pid: 1395, comm: scsi_eh_0 Not tainted 2.6.25-rc1 #5
[ 6.066290] [<c011fd63>] warn_on_slowpath+0x3c/0x4c
[ 6.072957] [<c0103900>] ? restore_all+0x8/0x18
[ 6.079619] [<c0124271>] ? do_softirq+0x46/0x52
[ 6.082956] [<c02ca2ec>] ? trace_hardirqs_on_thunk+0xc/0x10
[ 6.089622] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 6.096289] [<c0120960>] ? vprintk+0x2ac/0x2d7
[ 6.099622] [<c0119700>] ? rebalance_domains+0x63/0x352
[ 6.106284] [<c01209a0>] ? printk+0x15/0x17
[ 6.111577] [<c02cc2ce>] bad_io_access+0x2f/0x34
[ 6.116284] [<c02cc48a>] iowrite8+0x31/0x34
[ 6.119620] [<c0499cbe>] ata_bus_softreset+0x1c/0x128
[ 6.126286] [<c02c9f4d>] ? __delay+0x9/0xb
[ 6.129619] [<c02c9f7a>] ? __const_udelay+0x2b/0x2d
[ 6.136285] [<c0499ec1>] ata_std_softreset+0x72/0x110
[ 6.139619] [<c04a1f4d>] ata_do_reset+0x6b/0x117
[ 6.146281] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.152297] [<c04a269d>] ata_eh_reset+0x333/0x6a4
[ 6.156285] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.162530] [<c04a42ac>] ata_eh_recover+0x3cc/0x988
[ 6.166283] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.172946] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 6.179115] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 6.182949] [<c0124271>] ? do_softirq+0x46/0x52
[ 6.189612] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.195627] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 6.199615] [<c02ca2ec>] ? trace_hardirqs_on_thunk+0xc/0x10
[ 6.206282] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 6.212947] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.216280] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 6.222947] [<c04a49d2>] ata_do_eh+0x2b/0x8d
[ 6.228255] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 6.232946] [<c04a1a58>] ata_bmdma_drive_eh+0xd0/0xda
[ 6.239612] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 6.242945] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.249611] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 6.255771] [<c04a1a95>] ata_bmdma_error_handler+0x33/0x3a
[ 6.259611] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 6.266277] [<c04a5365>] ata_scsi_error+0x2db/0x536
[ 6.272196] [<c0468556>] scsi_error_handler+0xa7/0x402
[ 6.276277] [<c04684af>] ? scsi_error_handler+0x0/0x402
[ 6.282944] [<c012fc5e>] kthread+0x3b/0x61
[ 6.288087] [<c012fc23>] ? kthread+0x0/0x61
[ 6.291565] [<c0104b17>] kernel_thread_helper+0x7/0x10
[ 6.296275] =======================
[ 6.299608] ---[ end trace 1ad3a7e78405be11 ]---
[ 6.302968] Bad IO access at port 0x0 (outb(val,port))
[ 6.306278] ------------[ cut here ]------------
[ 6.309608] WARNING: at lib/iomap.c:44 bad_io_access+0x2f/0x34()
[ 6.312942] Pid: 1395, comm: scsi_eh_0 Not tainted 2.6.25-rc1 #5
[ 6.316274] [<c011fd63>] warn_on_slowpath+0x3c/0x4c
[ 6.322940] [<c0103900>] ? restore_all+0x8/0x18
[ 6.328576] [<c0124271>] ? do_softirq+0x46/0x52
[ 6.332939] [<c02ca2ec>] ? trace_hardirqs_on_thunk+0xc/0x10
[ 6.339606] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 6.346272] [<c0120960>] ? vprintk+0x2ac/0x2d7
[ 6.349606] [<c0119700>] ? rebalance_domains+0x63/0x352
[ 6.356268] [<c01209a0>] ? printk+0x15/0x17
[ 6.361555] [<c02cc2ce>] bad_io_access+0x2f/0x34
[ 6.366267] [<c02cc48a>] iowrite8+0x31/0x34
[ 6.369604] [<c0499cd9>] ata_bus_softreset+0x37/0x128
[ 6.376270] [<c02c9f4d>] ? __delay+0x9/0xb
[ 6.379603] [<c02c9f7a>] ? __const_udelay+0x2b/0x2d
[ 6.386270] [<c0499ec1>] ata_std_softreset+0x72/0x110
[ 6.389603] [<c04a1f4d>] ata_do_reset+0x6b/0x117
[ 6.396265] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.399602] [<c04a269d>] ata_eh_reset+0x333/0x6a4
[ 6.406268] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.412523] [<c04a42ac>] ata_eh_recover+0x3cc/0x988
[ 6.416267] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.422933] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 6.428857] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 6.432933] [<c0124271>] ? do_softirq+0x46/0x52
[ 6.439595] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.442932] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 6.449598] [<c02ca2ec>] ? trace_hardirqs_on_thunk+0xc/0x10
[ 6.456265] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 6.462931] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.466265] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 6.472930] [<c04a49d2>] ata_do_eh+0x2b/0x8d
[ 6.479596] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 6.485522] [<c04a1a58>] ata_bmdma_drive_eh+0xd0/0xda
[ 6.489596] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 6.496262] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.499595] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 6.506262] [<c04a1a95>] ata_bmdma_error_handler+0x33/0x3a
[ 6.512928] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 6.518850] [<c04a5365>] ata_scsi_error+0x2db/0x536
[ 6.522928] [<c0468556>] scsi_error_handler+0xa7/0x402
[ 6.529594] [<c04684af>] ? scsi_error_handler+0x0/0x402
[ 6.532927] [<c012fc5e>] kthread+0x3b/0x61
[ 6.539589] [<c012fc23>] ? kthread+0x0/0x61
[ 6.542926] [<c0104b17>] kernel_thread_helper+0x7/0x10
[ 6.549592] =======================
[ 6.552931] ---[ end trace 1ad3a7e78405be11 ]---
[ 6.556278] Bad IO access at port 0x0 (outb(val,port))
[ 6.559596] ------------[ cut here ]------------
[ 6.562924] WARNING: at lib/iomap.c:44 bad_io_access+0x2f/0x34()
[ 6.566259] Pid: 1395, comm: scsi_eh_0 Not tainted 2.6.25-rc1 #5
[ 6.569591] [<c011fd63>] warn_on_slowpath+0x3c/0x4c
[ 6.575507] [<c0103900>] ? restore_all+0x8/0x18
[ 6.579590] [<c0124271>] ? do_softirq+0x46/0x52
[ 6.585229] [<c02ca2ec>] ? trace_hardirqs_on_thunk+0xc/0x10
[ 6.589590] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 6.596256] [<c0120960>] ? vprintk+0x2ac/0x2d7
[ 6.602919] [<c0119700>] ? rebalance_domains+0x63/0x352
[ 6.606255] [<c01209a0>] ? printk+0x15/0x17
[ 6.612918] [<c02cc2ce>] bad_io_access+0x2f/0x34
[ 6.616255] [<c02cc48a>] iowrite8+0x31/0x34
[ 6.621474] [<c0499cef>] ata_bus_softreset+0x4d/0x128
[ 6.626254] [<c02c9f4d>] ? __delay+0x9/0xb
[ 6.631456] [<c02c9f7a>] ? __const_udelay+0x2b/0x2d
[ 6.636253] [<c0499ec1>] ata_std_softreset+0x72/0x110
[ 6.642916] [<c04a1f4d>] ata_do_reset+0x6b/0x117
[ 6.646252] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.652919] [<c04a269d>] ata_eh_reset+0x333/0x6a4
[ 6.658662] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.662918] [<c04a42ac>] ata_eh_recover+0x3cc/0x988
[ 6.669584] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.672917] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 6.679583] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 6.686250] [<c0124271>] ? do_softirq+0x46/0x52
[ 6.689583] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.696249] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 6.702408] [<c02ca2ec>] ? trace_hardirqs_on_thunk+0xc/0x10
[ 6.706249] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 6.712915] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.719577] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 6.725503] [<c04a49d2>] ata_do_eh+0x2b/0x8d
[ 6.729577] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 6.735497] [<c04a1a58>] ata_bmdma_drive_eh+0xd0/0xda
[ 6.739580] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 6.746245] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.749579] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 6.756245] [<c04a1a95>] ata_bmdma_error_handler+0x33/0x3a
[ 6.762911] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 6.768834] [<c04a5365>] ata_scsi_error+0x2db/0x536
[ 6.772911] [<c0468556>] scsi_error_handler+0xa7/0x402
[ 6.779578] [<c04684af>] ? scsi_error_handler+0x0/0x402
[ 6.782910] [<c012fc5e>] kthread+0x3b/0x61
[ 6.789573] [<c012fc23>] ? kthread+0x0/0x61
[ 6.792909] [<c0104b17>] kernel_thread_helper+0x7/0x10
[ 6.799582] =======================
[ 6.802909] ---[ end trace 1ad3a7e78405be11 ]---
[ 6.809593] Bad IO access at port 0x0 (return inb(port))
[ 6.812918] ------------[ cut here ]------------
[ 6.816239] WARNING: at lib/iomap.c:44 bad_io_access+0x2f/0x34()
[ 6.819573] Pid: 1395, comm: scsi_eh_0 Not tainted 2.6.25-rc1 #5
[ 6.822905] [<c011fd63>] warn_on_slowpath+0x3c/0x4c
[ 6.829571] [<c0103900>] ? restore_all+0x8/0x18
[ 6.835206] [<c0124271>] ? do_softirq+0x46/0x52
[ 6.839570] [<c02ca2ec>] ? trace_hardirqs_on_thunk+0xc/0x10
[ 6.846237] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 6.849570] [<c0120960>] ? vprintk+0x2ac/0x2d7
[ 6.856236] [<c0127b03>] ? try_to_del_timer_sync+0x48/0x4f
[ 6.862902] [<c01209a0>] ? printk+0x15/0x17
[ 6.866235] [<c02cc2ce>] bad_io_access+0x2f/0x34
[ 6.871892] [<c02cc4b5>] ioread8+0x28/0x2f
[ 6.876234] [<c04a195d>] ata_altstatus+0x1d/0x22
[ 6.881896] [<c0499c95>] ata_std_dev_select+0x23/0x30
[ 6.886234] [<c0499d4a>] ata_bus_softreset+0xa8/0x128
[ 6.892327] [<c02c9f4d>] ? __delay+0x9/0xb
[ 6.896238] [<c0499ec1>] ata_std_softreset+0x72/0x110
[ 6.902329] [<c04a1f4d>] ata_do_reset+0x6b/0x117
[ 6.906233] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.912899] [<c04a269d>] ata_eh_reset+0x333/0x6a4
[ 6.916232] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.922898] [<c04a42ac>] ata_eh_recover+0x3cc/0x988
[ 6.928820] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.932898] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 6.939564] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 6.946004] [<c0124271>] ? do_softirq+0x46/0x52
[ 6.949562] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.956229] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 6.962151] [<c02ca2ec>] ? trace_hardirqs_on_thunk+0xc/0x10
[ 6.966229] [<c010391f>] ? restore_nocheck_notrace+0x0/0x11
[ 6.972895] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 6.979561] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 6.982894] [<c04a49d2>] ata_do_eh+0x2b/0x8d
[ 6.989560] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 6.992894] [<c04a1a58>] ata_bmdma_drive_eh+0xd0/0xda
[ 6.999560] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 7.005715] [<c0499e4f>] ? ata_std_softreset+0x0/0x110
[ 7.009559] [<c049d06a>] ? ata_std_prereset+0x0/0x10f
[ 7.016225] [<c04a1a95>] ata_bmdma_error_handler+0x33/0x3a
[ 7.022892] [<c0499bf2>] ? ata_std_postreset+0x0/0x80
[ 7.026225] [<c04a5365>] ata_scsi_error+0x2db/0x536
[ 7.032892] [<c0468556>] scsi_error_handler+0xa7/0x402
[ 7.039073] [<c04684af>] ? scsi_error_handler+0x0/0x402
[ 7.042890] [<c012fc5e>] kthread+0x3b/0x61
[ 7.048031] [<c012fc23>] ? kthread+0x0/0x61
[ 7.052889] [<c0104b17>] kernel_thread_helper+0x7/0x10
[ 7.059072] =======================
[ 7.059556] ---[ end trace 1ad3a7e78405be11 ]---
[ 7.086323] ata1.00: ATAPI: CD-224E, 9.0B, max MWDMA2
[ 7.089575] ata1.00: Drive reports diagnostics failure. This may indicate a drive
[ 7.092888] ata1.00: fault or invalid emulation. Contact drive vendor for information.
[ 7.116329] ata1.00: configured for PIO0
[ 8.332792] isa bounce pool size: 16 pages
[ 7.122873] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 7.122985] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 7.122991] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 7.122997] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 7.126221] ata1.00: status: { DRDY }
[ 7.129571] ata1: soft resetting link
[ 7.176286] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 7.179555] ata1.00: revalidation failed (errno=-5)
[ 7.182883] ata1: failed to recover some devices, retrying in 5 secs
[ 7.199568] ata1: soft resetting link
[ 7.242979] ata1.00: configured for PIO0
[ 7.246237] ata1: EH complete
[ 7.252983] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 7.256238] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 7.256245] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 7.256250] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 7.259544] ata1.00: status: { DRDY }
[ 7.262894] ata1: soft resetting link
[ 7.309610] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 7.312879] ata1.00: revalidation failed (errno=-5)
[ 7.316207] ata1: failed to recover some devices, retrying in 5 secs
[ 7.326282] ata1: soft resetting link
[ 7.372969] ata1.00: configured for PIO0
[ 7.376211] ata1: EH complete
[ 7.402897] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 7.406226] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 7.406232] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 7.406238] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 7.409535] ata1.00: status: { DRDY }
[ 7.412884] ata1: soft resetting link
[ 7.456270] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 7.459532] ata1.00: revalidation failed (errno=-5)
[ 7.462863] ata1: failed to recover some devices, retrying in 5 secs
[ 7.486220] ata1: soft resetting link
[ 7.532959] ata1.00: configured for PIO0
[ 7.536201] ata1: EH complete
[ 7.559561] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 7.562884] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 7.562891] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 7.562897] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 7.566191] ata1.00: status: { DRDY }
[ 7.569541] ata1: soft resetting link
[ 7.612924] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 7.616193] ata1.00: revalidation failed (errno=-5)
[ 7.619520] ata1: failed to recover some devices, retrying in 5 secs
[ 7.642873] ata1: soft resetting link
[ 7.689615] ata1.00: configured for PIO0
[ 7.692950] ata1: EH complete
[ 10.209400] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 10.212714] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 10.212721] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 10.212727] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 10.216018] ata1.00: status: { DRDY }
[ 10.219375] ata1: soft resetting link
[ 10.276083] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 10.279352] ata1.00: revalidation failed (errno=-5)
[ 10.282681] ata1: failed to recover some devices, retrying in 5 secs
[ 10.459352] ata1: soft resetting link
[ 10.519814] ata1.00: configured for PIO0
[ 10.522688] ata1: EH complete
[ 10.716013] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 10.719344] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 10.719350] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 10.719356] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 10.722650] ata1.00: status: { DRDY }
[ 10.726000] ata1: soft resetting link
[ 10.782715] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 10.785984] ata1.00: revalidation failed (errno=-5)
[ 10.789312] ata1: failed to recover some devices, retrying in 5 secs
[ 10.965985] ata1: soft resetting link
[ 11.026445] ata1.00: configured for PIO0
[ 11.029313] ata1: EH complete
[ 11.222646] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 11.225973] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 11.225980] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 11.225986] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 11.229284] ata1.00: status: { DRDY }
[ 11.232634] ata1: soft resetting link
[ 11.292682] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 11.295951] ata1.00: revalidation failed (errno=-5)
[ 11.299288] ata1: failed to recover some devices, retrying in 5 secs
[ 11.475952] ata1: soft resetting link
[ 11.536411] ata1.00: configured for PIO0
[ 11.539280] ata1: EH complete
[ 11.732612] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 11.735941] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 11.735948] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 11.735954] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 11.739250] ata1.00: status: { DRDY }
[ 11.742600] ata1: soft resetting link
[ 11.799318] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 11.802585] ata1.00: revalidation failed (errno=-5)
[ 11.805913] ata1: failed to recover some devices, retrying in 5 secs
[ 11.982585] ata1: soft resetting link
[ 12.043045] ata1.00: configured for PIO0
[ 12.045975] ata1: EH complete
[ 12.245913] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 12.249244] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 12.249251] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 12.249257] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 12.252550] ata1.00: status: { DRDY }
[ 12.255900] ata1: soft resetting link
[ 12.319282] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 12.322552] ata1.00: revalidation failed (errno=-5)
[ 12.325878] ata1: failed to recover some devices, retrying in 5 secs
[ 12.502551] ata1: soft resetting link
[ 12.563012] ata1.00: configured for PIO0
[ 12.565879] ata1: EH complete
[ 12.759213] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 12.762544] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 12.762550] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 12.762556] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 12.765850] ata1.00: status: { DRDY }
[ 12.769200] ata1: soft resetting link
[ 12.829250] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 12.832518] ata1.00: revalidation failed (errno=-5)
[ 12.835845] ata1: failed to recover some devices, retrying in 5 secs
[ 13.012518] ata1: soft resetting link
[ 13.072979] ata1.00: configured for PIO0
[ 13.075846] ata1: EH complete
[ 13.269181] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 13.272506] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 13.272513] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 13.272519] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 13.275817] ata1.00: status: { DRDY }
[ 13.279167] ata1: soft resetting link
[ 13.335883] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 13.339152] ata1.00: revalidation failed (errno=-5)
[ 13.342478] ata1: failed to recover some devices, retrying in 5 secs
[ 13.519152] ata1: soft resetting link
[ 13.579612] ata1.00: configured for PIO0
[ 13.582480] ata1: EH complete
[ 13.775816] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 13.779144] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 13.779150] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 13.779156] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 13.782450] ata1.00: status: { DRDY }
[ 13.785800] ata1: soft resetting link
[ 13.842519] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 13.845785] ata1.00: revalidation failed (errno=-5)
[ 13.849112] ata1: failed to recover some devices, retrying in 5 secs
[ 14.025785] ata1: soft resetting link
[ 14.086245] ata1.00: configured for PIO0
[ 14.089155] ata1: EH complete
[ 14.289116] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 14.292445] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 14.292452] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 14.292458] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 14.295750] ata1.00: status: { DRDY }
[ 14.299101] ata1: soft resetting link
[ 14.359150] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 14.362418] ata1.00: revalidation failed (errno=-5)
[ 14.365745] ata1: failed to recover some devices, retrying in 5 secs
[ 14.542418] ata1: soft resetting link
[ 14.602879] ata1.00: configured for PIO0
[ 14.605747] ata1: EH complete
[ 14.799083] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 14.802407] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 14.802414] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 14.802420] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 14.805718] ata1.00: status: { DRDY }
[ 14.809067] ata1: soft resetting link
[ 14.869116] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 14.872385] ata1.00: revalidation failed (errno=-5)
[ 14.875711] ata1: failed to recover some devices, retrying in 5 secs
[ 15.055718] ata1: soft resetting link
[ 15.116180] ata1.00: configured for PIO0
[ 15.119046] ata1: EH complete
[ 15.312383] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 15.315709] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 15.315716] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 15.315722] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 15.319018] ata1.00: status: { DRDY }
[ 15.322367] ata1: soft resetting link
[ 15.382416] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 15.385685] ata1.00: revalidation failed (errno=-5)
[ 15.389011] ata1: failed to recover some devices, retrying in 5 secs
[ 15.565685] ata1: soft resetting link
[ 15.626144] ata1.00: configured for PIO0
[ 15.629013] ata1: EH complete
[ 15.825683] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 15.829008] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 15.829015] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 15.829020] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 15.832318] ata1.00: status: { DRDY }
[ 15.835667] ata1: soft resetting link
[ 15.895716] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 15.898984] ata1.00: revalidation failed (errno=-5)
[ 15.902311] ata1: failed to recover some devices, retrying in 5 secs
[ 16.078985] ata1: soft resetting link
[ 16.139446] ata1.00: configured for PIO0
[ 16.142355] ata1: EH complete
[ 16.342317] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 16.345643] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 16.345650] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 16.345656] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 16.348950] ata1.00: status: { DRDY }
[ 16.352300] ata1: soft resetting link
[ 16.412347] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 16.415617] ata1.00: revalidation failed (errno=-5)
[ 16.418944] ata1: failed to recover some devices, retrying in 5 secs
[ 16.595617] ata1: soft resetting link
[ 16.656079] ata1.00: configured for PIO0
[ 16.658946] ata1: EH complete
[ 16.852283] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 16.855606] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 16.855613] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 16.855619] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 16.858918] ata1.00: status: { DRDY }
[ 16.862267] ata1: soft resetting link
[ 16.922315] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 16.925584] ata1.00: revalidation failed (errno=-5)
[ 16.928911] ata1: failed to recover some devices, retrying in 5 secs
[ 17.105584] ata1: soft resetting link
[ 17.166044] ata1.00: configured for PIO0
[ 17.168912] ata1: EH complete
[ 17.365582] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 17.368908] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 17.368915] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 17.368921] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 17.372217] ata1.00: status: { DRDY }
[ 17.375566] ata1: soft resetting link
[ 17.435617] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 17.438884] ata1.00: revalidation failed (errno=-5)
[ 17.442211] ata1: failed to recover some devices, retrying in 5 secs
[ 17.618884] ata1: soft resetting link
[ 17.679345] ata1.00: configured for PIO0
[ 17.682213] ata1: EH complete
[ 17.875550] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 17.878873] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 17.878880] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 17.878886] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 17.882184] ata1.00: status: { DRDY }
[ 17.885533] ata1: soft resetting link
[ 17.945585] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 17.948845] ata1.00: revalidation failed (errno=-5)
[ 17.952177] ata1: failed to recover some devices, retrying in 5 secs
[ 18.132184] ata1: soft resetting link
[ 18.192644] ata1.00: configured for PIO0
[ 18.195554] ata1: EH complete
[ 18.098930] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 18.102202] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 18.102208] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 18.102214] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 18.105503] ata1.00: status: { DRDY }
[ 18.108864] ata1: soft resetting link
[ 18.158908] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 18.162172] ata1.00: revalidation failed (errno=-5)
[ 18.165499] ata1: failed to recover some devices, retrying in 5 secs
[ 18.298846] ata1: soft resetting link
[ 18.349308] ata1.00: configured for PIO0
[ 18.352180] ata1: EH complete
[ 18.502183] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 18.505501] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 18.505507] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 18.505513] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 18.508812] ata1.00: status: { DRDY }
[ 18.512159] ata1: soft resetting link
[ 18.562213] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 18.565477] ata1.00: revalidation failed (errno=-5)
[ 18.568804] ata1: failed to recover some devices, retrying in 5 secs
[ 18.712151] ata1: soft resetting link
[ 18.769281] ata1.00: configured for PIO0
[ 18.772139] ata1: EH complete
[ 18.925487] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x2 frozen
[ 18.928805] ata1.00: cmd a0/00:00:00:24:00/00:00:00:00:00/a0 tag 0 pio 36 in
[ 18.928812] cdb 12 00 00 00 24 00 00 00 00 00 00 00 00 00 00 00
[ 18.928818] res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 18.932115] ata1.00: status: { DRDY }
[ 18.935465] ata1: soft resetting link
[ 18.985518] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x1)
[ 18.988783] ata1.00: revalidation failed (errno=-5)
[ 18.992124] ata1: failed to recover some devices, retrying in 5 secs
[ 19.128787] ata1: soft resetting link
[ 19.185919] ata1.00: configured for PIO0
[ 19.188781] ata1: EH complete
[ ü
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [PATCH] kbuild: fix make V=1
2008-02-11 23:38 ` Oleg Verych
@ 2008-02-12 8:56 ` Sam Ravnborg
2008-02-12 9:25 ` Oleg Verych
0 siblings, 1 reply; 36+ messages in thread
From: Sam Ravnborg @ 2008-02-12 8:56 UTC (permalink / raw)
To: Oleg Verych; +Cc: Linux Kernel Mailing List, Mike Frysinger, Linus Torvalds
On Tue, Feb 12, 2008 at 12:38:24AM +0100, Oleg Verych wrote:
> * Date: Mon, 11 Feb 2008 17:47:09 +0100
> []
> > Mike spotted another missing thing from his initial
> > patch so I folded it into the fix and pushed out
> > a new kbuild.git tree.
> >
> > See updated patch below.
> >
> > Sam
>
> Sam, do you agree my fix was more reliable (yea, not only efficient:)?
You more or less just reverted the original patch - so it was obviously
more reliable than introducing new stuff as the fix did.
But we are at -r1 so I prefer to get the inteded behaviour
and not the minmal fix.
Sam
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [PATCH] kbuild: fix make V=1
2008-02-12 8:56 ` Sam Ravnborg
@ 2008-02-12 9:25 ` Oleg Verych
2008-02-12 15:07 ` Mike Frysinger
2008-02-12 20:01 ` Sam Ravnborg
0 siblings, 2 replies; 36+ messages in thread
From: Oleg Verych @ 2008-02-12 9:25 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: Linux Kernel Mailing List, Mike Frysinger, Linus Torvalds
On Tue, Feb 12, 2008 at 09:56:05AM +0100, Sam Ravnborg wrote:
> On Tue, Feb 12, 2008 at 12:38:24AM +0100, Oleg Verych wrote:
> > * Date: Mon, 11 Feb 2008 17:47:09 +0100
> > []
> > > Mike spotted another missing thing from his initial
> > > patch so I folded it into the fix and pushed out
> > > a new kbuild.git tree.
> > >
> > > See updated patch below.
> > >
> > > Sam
> >
> > Sam, do you agree my fix was more reliable (yea, not only efficient:)?
> You more or less just reverted the original patch - so it was obviously
> more reliable than introducing new stuff as the fix did.
> But we are at -r1 so I prefer to get the inteded behaviour
> and not the minmal fix.
Processing below changes arguments, not semantics of generated shell
code. And IMHO this is more reliable way of doing things. If one really
wants silence without commonly accepted ">/dev/null 2>&1" practice, then
choose portable "-n" argument for `echo`.
- quiet_chk_filechk = echo ' CHK $@'
-silent_chk_filechk = :
- quiet_upd_filechk = echo ' UPD $@'
-silent_upd_filechk = :
+quiet_chk_filechk = ' CHK $@'
+quiet_upd_filechk = ' UPD $@'
+
define filechk
$(Q)set -e; \
- $($(quiet)chk_filechk); \
+ echo $($(quiet)chk_filechk); \
mkdir -p $(dir $@); \
$(filechk_$(1)) < $< > $@.tmp; \
if [ -r $@ ] && cmp -s $@ $@.tmp; then \
rm -f $@.tmp; \
else \
- $($(quiet)upd_filechk); \
+ echo $($(quiet)upd_filechk); \
mv -f $@.tmp $@; \
fi
endef
______
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [PATCH] kbuild: fix make V=1
2008-02-12 9:25 ` Oleg Verych
@ 2008-02-12 15:07 ` Mike Frysinger
2008-02-12 15:49 ` Oleg Verych
2008-02-12 20:01 ` Sam Ravnborg
1 sibling, 1 reply; 36+ messages in thread
From: Mike Frysinger @ 2008-02-12 15:07 UTC (permalink / raw)
To: Oleg Verych; +Cc: Sam Ravnborg, Linux Kernel Mailing List, Linus Torvalds
[-- Attachment #1: Type: text/plain, Size: 2222 bytes --]
On Tuesday 12 February 2008, Oleg Verych wrote:
> On Tue, Feb 12, 2008 at 09:56:05AM +0100, Sam Ravnborg wrote:
> > On Tue, Feb 12, 2008 at 12:38:24AM +0100, Oleg Verych wrote:
> > > * Date: Mon, 11 Feb 2008 17:47:09 +0100
> > > []
> > >
> > > > Mike spotted another missing thing from his initial
> > > > patch so I folded it into the fix and pushed out
> > > > a new kbuild.git tree.
> > > >
> > > > See updated patch below.
> > >
> > > Sam, do you agree my fix was more reliable (yea, not only efficient:)?
> >
> > You more or less just reverted the original patch - so it was obviously
> > more reliable than introducing new stuff as the fix did.
> > But we are at -r1 so I prefer to get the inteded behaviour
> > and not the minmal fix.
>
> Processing below changes arguments, not semantics of generated shell
> code. And IMHO this is more reliable way of doing things. If one really
> wants silence without commonly accepted ">/dev/null 2>&1" practice, then
> choose portable "-n" argument for `echo`.
>
> - quiet_chk_filechk = echo ' CHK $@'
> -silent_chk_filechk = :
> - quiet_upd_filechk = echo ' UPD $@'
> -silent_upd_filechk = :
> +quiet_chk_filechk = ' CHK $@'
> +quiet_upd_filechk = ' UPD $@'
> +
> define filechk
> $(Q)set -e; \
> - $($(quiet)chk_filechk); \
> + echo $($(quiet)chk_filechk); \
> mkdir -p $(dir $@); \
> $(filechk_$(1)) < $< > $@.tmp; \
> if [ -r $@ ] && cmp -s $@ $@.tmp; then \
> rm -f $@.tmp; \
> else \
> - $($(quiet)upd_filechk); \
> + echo $($(quiet)upd_filechk); \
> mv -f $@.tmp $@; \
> fi
> endef
i dont see how yours is more efficient when it always runs echo. nor does it
give the same behavior ... your propposed change will echo blank lines in the
silent mode which is incorrect. it also does not seem to follow the standard
convention of other kconfig commands that have quiet/silent prefixes ... such
commands do not define arguments to an unknown program/function, nor do they
add arbitrary redirection which gets leads to confusion as to final
expansion, they define the entire command.
what Sam posted (and what was merged) makes sense to me.
-mike
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [ata crash] Re: Linux 2.6.25-rc1
2008-02-12 8:18 ` [ata crash] " Ingo Molnar
@ 2008-02-12 15:14 ` Arjan van de Ven
2008-02-13 9:01 ` Ingo Molnar
2008-02-13 9:51 ` [ata crash] Re: Linux 2.6.25-rc1 Tejun Heo
1 sibling, 1 reply; 36+ messages in thread
From: Arjan van de Ven @ 2008-02-12 15:14 UTC (permalink / raw)
To: Ingo Molnar
Cc: linux-kernel, Linus Torvalds, Mark Lord, Jeff Garzik, Alan Cox,
Tejun Heo
On Tue, 12 Feb 2008 09:18:16 +0100
Ingo Molnar <mingo@elte.hu> wrote:
>
> hm, ata_port_wait_eh() started crashing on a testsystem (8-way box):
>
> [ 39.324116] Calling initcall 0xc09f41eb: legacy_init+0x0/0x888()
> [ 39.331868] BUG: unable to handle kernel NULL pointer dereference
> at 000000e4 [ 39.338811] IP: [<c04a4e11>] ata_port_wait_eh+0x77/0xa2
> [ 39.344115] *pde = 00000000
> [ 39.347778] Oops: 0000 [#1] SMP
> [ 39.350769]
> [ 39.350769] Pid: 1, comm: swapper Not tainted (2.6.25-rc1 #5)
> [ 39.350769] EIP: 0060:[<c04a4e11>] EFLAGS: 00010246 CPU: 1
> [ 39.350769] EIP is at ata_port_wait_eh+0x77/0xa2
> [ 39.350769] EAX: f72e5d9c EBX: f7340000 ECX: c035eb18 EDX: 00000000
> [ 39.350769] ESI: f73424f0 EDI: 00000246 EBP: f7c63efc ESP: f7c63edc
> [ 39.350769] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
> [ 39.350769] Process swapper (pid: 1, ti=f7c62000 task=f7c60000
> task.ti=f7c62) [ 39.350769] Stack: 00000000 f7c60000 c012fd31
> f7c63ee8 f7c63ee8 f7340000 f73 [ 39.350769] f7c63f18
> c049c4b1 f72e5d9c 00000000 f7340000 00810001 000
> [ 39.350769] c09f4a60 00000000 00000000 c0b79a9c 00000001
> 00000001 000 [ 39.350769] Call Trace: [ 39.350769]
> [<c012fd31>] ? autoremove_wake_function+0x0/0x30 [ 39.350769]
> [<c049c4b1>] ? ata_host_detach+0x4c/0x13b [ 39.350769]
> [<c09f4a60>] ? legacy_init+0x875/0x888 [ 39.350769] [<c0133fa6>] ?
> getnstimeofday+0x35/0xc0 [ 39.350769] [<c09d7465>] ?
> kernel_init+0x12a/0x277 [ 39.350769] [<c09d7300>] ?
> do_early_param+0x34/0x6f [ 39.350769] [<c09d733b>] ?
> kernel_init+0x0/0x277 [ 39.350769] [<c0104b17>] ?
> kernel_thread_helper+0x7/0x10 [ 39.350769] =======================
> [ 39.350769] Code: e8 82 0f 21 00 8b 43 08 e8 28 2c 21 00 89 c7 f6
> 43 10 03 8 [ 39.350769] EIP: [<c04a4e11>]
> ata_port_wait_eh+0x77/0xa2 SS:ESP 0068:f7c63edc[ 39.350793]
> ---[ end trace 07a6e399b623c9d0 ]--- [ 39.354119] Kernel panic -
> not syncing: Attempted to kill init!
>
> no particular commit stands out at me - so i Cc:-ed various PATA
> folks. Config attached [it's randconfig generated so might have weird
> option combinations in it]. [ Note: the box uses BLK_CPQ_DA as its
> primary storage, ATA is just a CDROM side-thing - so it was never
> heavily tested here. It never crashed the bootup before though. ]
>
> On a second attempt to boot the same bzImage, another ATA related
> weirdness showed up:
>
> [ 8.226144] Calling initcall 0xc09f3d8e: isapnp_init+0x0/0xf()
> [ 8.232017] Bad IO access at port 0x0 (outb(val,port))
> [ 8.232799] ------------[ cut here ]------------
> [ 8.232799] WARNING: at lib/iomap.c:44 bad_io_access+0x2f/0x34()
> [ 8.232799] Pid: 1, comm: swapper Not tainted 2.6.25-rc1 #5
> [ 8.232799] [<c011fd63>] warn_on_slowpath+0x3c/0x4c
> [ 8.232799] [<c0358e9d>] ? serial8250_console_write+0x0/0x14e
> [ 8.232799] [<c01200a5>] ? __call_console_drivers+0x56/0x63
> [ 8.232799] [<c06b7acf>] ? _spin_unlock_irqrestore+0x15/0x21
> [ 8.232799] [<c0120556>] ? release_console_sem+0x1c1/0x1c9
> [ 8.232799] [<c015c400>] ? print_trailer+0x6e/0xfc
> [ 8.232799] [<c015c77f>] ? check_object+0x10b/0x181
> [ 8.232799] [<c01209a0>] ? printk+0x15/0x17
> [ 8.232799] [<c02cc2ce>] bad_io_access+0x2f/0x34
> [ 8.232799] [<c02cc48a>] iowrite8+0x31/0x34
> [ 8.232799] [<c04a1c8d>] ata_bmdma_freeze+0x1d/0x30
btw this one was featured in the weekly bug top 10.. it's a rather popular thing to happen.
--
If you want to reach me at my work email, use arjan@linux.intel.com
For development, discussion and tips for power savings,
visit http://www.lesswatts.org
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [PATCH] kbuild: fix make V=1
2008-02-12 15:07 ` Mike Frysinger
@ 2008-02-12 15:49 ` Oleg Verych
2008-02-12 16:18 ` Mike Frysinger
0 siblings, 1 reply; 36+ messages in thread
From: Oleg Verych @ 2008-02-12 15:49 UTC (permalink / raw)
To: Mike Frysinger
Cc: Oleg Verych, Sam Ravnborg, Linux Kernel Mailing List, Linus Torvalds
On Feb 12, 2008 4:07 PM, Mike Frysinger <vapier@gentoo.org> wrote:
[]
> > - quiet_chk_filechk = echo ' CHK $@'
> > -silent_chk_filechk = :
> > - quiet_upd_filechk = echo ' UPD $@'
> > -silent_upd_filechk = :
> > +quiet_chk_filechk = ' CHK $@'
> > +quiet_upd_filechk = ' UPD $@'
> > +
> > define filechk
> > $(Q)set -e; \
> > - $($(quiet)chk_filechk); \
> > + echo $($(quiet)chk_filechk); \
> > mkdir -p $(dir $@); \
> > $(filechk_$(1)) < $< > $@.tmp; \
> > if [ -r $@ ] && cmp -s $@ $@.tmp; then \
> > rm -f $@.tmp; \
> > else \
> > - $($(quiet)upd_filechk); \
> > + echo $($(quiet)upd_filechk); \
> > mv -f $@.tmp $@; \
> > fi
> > endef
>
> i dont see how yours is more efficient when it always runs echo.
Oh, this? It's like doing syscall for every write to "/dev/null".
> nor does it give the same behavior ... your propposed change will echo
> blank lines in the silent mode which is incorrect.
At least this will not crash, if you don't have some variable set.
Efficiency there is lesser number of variables(-2 vs +2), that are copied
for every make job, and are textually parsed and searched.
> it also does not seem to follow the standard convention of other
> kconfig commands that have quiet/silent prefixes ... such commands do
> not define arguments to an unknown program/function, nor do they add
> arbitrary redirection which gets leads to confusion as to final
> expansion, they define the entire command.
Right. Seems like you are talking about "[quite_]cmd_*", which are
commands. Here you've invented such rules for ordinary utility in
`filechk`. And by try they've failed due to mixing functionality
dependency on having arbitrary variable being set.
Shell syntax tried to avoid this, but `make` syntax and ``convention''
did a boom. Boom, where hacker's V=1 mode failed itself and failed to
give a clue about problem (at least, when i saw Sam's message in
linux-kbuild). Yea, `make` is not needed.
> what Sam posted (and what was merged) makes sense to me.
> -mike
>
--
-o--=O`C
#oo'L O
<___=E M
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [PATCH] kbuild: fix make V=1
2008-02-12 15:49 ` Oleg Verych
@ 2008-02-12 16:18 ` Mike Frysinger
2008-02-12 16:42 ` Oleg Verych
0 siblings, 1 reply; 36+ messages in thread
From: Mike Frysinger @ 2008-02-12 16:18 UTC (permalink / raw)
To: Oleg Verych
Cc: Oleg Verych, Sam Ravnborg, Linux Kernel Mailing List, Linus Torvalds
[-- Attachment #1: Type: text/plain, Size: 2849 bytes --]
On Tuesday 12 February 2008, Oleg Verych wrote:
> On Feb 12, 2008 4:07 PM, Mike Frysinger <vapier@gentoo.org> wrote:
> []
>
> > > - quiet_chk_filechk = echo ' CHK $@'
> > > -silent_chk_filechk = :
> > > - quiet_upd_filechk = echo ' UPD $@'
> > > -silent_upd_filechk = :
> > > +quiet_chk_filechk = ' CHK $@'
> > > +quiet_upd_filechk = ' UPD $@'
> > > +
> > > define filechk
> > > $(Q)set -e; \
> > > - $($(quiet)chk_filechk); \
> > > + echo $($(quiet)chk_filechk); \
> > > mkdir -p $(dir $@); \
> > > $(filechk_$(1)) < $< > $@.tmp; \
> > > if [ -r $@ ] && cmp -s $@ $@.tmp; then \
> > > rm -f $@.tmp; \
> > > else \
> > > - $($(quiet)upd_filechk); \
> > > + echo $($(quiet)upd_filechk); \
> > > mv -f $@.tmp $@; \
> > > fi
> > > endef
> >
> > i dont see how yours is more efficient when it always runs echo.
>
> Oh, this? It's like doing syscall for every write to "/dev/null".
how is that relevant ? there is no /dev/null redirection anywhere here
> > nor does it give the same behavior ... your propposed change will echo
> > blank lines in the silent mode which is incorrect.
>
> At least this will not crash, if you don't have some variable set.
>
> Efficiency there is lesser number of variables(-2 vs +2), that are copied
> for every make job, and are textually parsed and searched.
which is most likely less than executing `echo` everytime instead of ":"
> > it also does not seem to follow the standard convention of other
> > kconfig commands that have quiet/silent prefixes ... such commands do
> > not define arguments to an unknown program/function, nor do they add
> > arbitrary redirection which gets leads to confusion as to final
> > expansion, they define the entire command.
>
> Right. Seems like you are talking about "[quite_]cmd_*", which are
> commands. Here you've invented such rules for ordinary utility in
> `filechk`.
just like every other place in the tree.
> And by try they've failed due to mixing functionality
> dependency on having arbitrary variable being set.
and by "arbitrary" you mean "like every other kconfig consumer". sounds
pretty arbitrary to me.
> Shell syntax tried to avoid this, but `make` syntax and ``convention''
> did a boom. Boom, where hacker's V=1 mode failed itself and failed to
> give a clue about problem (at least, when i saw Sam's message in
> linux-kbuild). Yea, `make` is not needed.
shell syntax is irrelevant. a bug was introduced and it was fixed. saying a
bug existed is poor reasoning to introduce worse code.
-mike
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [PATCH] kbuild: fix make V=1
2008-02-12 16:18 ` Mike Frysinger
@ 2008-02-12 16:42 ` Oleg Verych
0 siblings, 0 replies; 36+ messages in thread
From: Oleg Verych @ 2008-02-12 16:42 UTC (permalink / raw)
To: Mike Frysinger
Cc: Oleg Verych, Sam Ravnborg, Linux Kernel Mailing List, Linus Torvalds
On Feb 12, 2008 5:18 PM, Mike Frysinger <vapier@gentoo.org> wrote:
> On Tuesday 12 February 2008, Oleg Verych wrote:
[]
> > > i dont see how yours is more efficient when it always runs echo.
> >
> > Oh, this? It's like doing syscall for every write to "/dev/null".
>
> how is that relevant ? there is no /dev/null redirection anywhere here
And here comes "no comments" part.
______
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [PATCH] kbuild: fix make V=1
2008-02-12 9:25 ` Oleg Verych
2008-02-12 15:07 ` Mike Frysinger
@ 2008-02-12 20:01 ` Sam Ravnborg
1 sibling, 0 replies; 36+ messages in thread
From: Sam Ravnborg @ 2008-02-12 20:01 UTC (permalink / raw)
To: Oleg Verych; +Cc: Linux Kernel Mailing List, Mike Frysinger, Linus Torvalds
On Tue, Feb 12, 2008 at 10:25:04AM +0100, Oleg Verych wrote:
> On Tue, Feb 12, 2008 at 09:56:05AM +0100, Sam Ravnborg wrote:
> > On Tue, Feb 12, 2008 at 12:38:24AM +0100, Oleg Verych wrote:
> > > * Date: Mon, 11 Feb 2008 17:47:09 +0100
> > > []
> > > > Mike spotted another missing thing from his initial
> > > > patch so I folded it into the fix and pushed out
> > > > a new kbuild.git tree.
> > > >
> > > > See updated patch below.
> > > >
> > > > Sam
> > >
> > > Sam, do you agree my fix was more reliable (yea, not only efficient:)?
> > You more or less just reverted the original patch - so it was obviously
> > more reliable than introducing new stuff as the fix did.
> > But we are at -r1 so I prefer to get the inteded behaviour
> > and not the minmal fix.
>
> Processing below changes arguments, not semantics of generated shell
> code. And IMHO this is more reliable way of doing things. If one really
> wants silence without commonly accepted ">/dev/null 2>&1" practice, then
> choose portable "-n" argument for `echo`.
>
> - quiet_chk_filechk = echo ' CHK $@'
> -silent_chk_filechk = :
> - quiet_upd_filechk = echo ' UPD $@'
> -silent_upd_filechk = :
> +quiet_chk_filechk = ' CHK $@'
> +quiet_upd_filechk = ' UPD $@'
> +
> define filechk
> $(Q)set -e; \
> - $($(quiet)chk_filechk); \
> + echo $($(quiet)chk_filechk); \
The way we do this in other places in kbuild is a simple:
$(if $($(quiet)chk_filechk),echo ' $($(quiet)chk_filechk)'
And I think we should have done so originally here.
Sam
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [ata crash] Re: Linux 2.6.25-rc1
2008-02-12 15:14 ` Arjan van de Ven
@ 2008-02-13 9:01 ` Ingo Molnar
2008-02-13 9:20 ` [libata-dev #upstream-fixes] pata_legacy: don't call ata_host_detach() after initialization failure Tejun Heo
0 siblings, 1 reply; 36+ messages in thread
From: Ingo Molnar @ 2008-02-13 9:01 UTC (permalink / raw)
To: Arjan van de Ven
Cc: linux-kernel, Linus Torvalds, Mark Lord, Jeff Garzik, Alan Cox,
Tejun Heo
* Arjan van de Ven <arjan@infradead.org> wrote:
> btw this one was featured in the weekly bug top 10.. it's a rather
> popular thing to happen.
i didnt get very far with bisection. .23 definitely did not crash and
booted up fine - but it produced the "Bad IO ..." messages - so my
automated bisector scripts which turned that warning into a crash&reboot
honed in on the wrong (and probably uninteresting) area. .24 had
timeouts but no crash. .25-rc1 had the crash. So it seems like multiple
IDE regressions building up a concert of failures here, and it's hard to
sort them out.
If an IDE/PATA/SATA person could take a look at the various logs i
posted and could suggest the most efficient way to proceed it could save
me from having to blindly spend hours on this problem.
Ingo
^ permalink raw reply [flat|nested] 36+ messages in thread
* [libata-dev #upstream-fixes] pata_legacy: don't call ata_host_detach() after initialization failure
2008-02-13 9:01 ` Ingo Molnar
@ 2008-02-13 9:20 ` Tejun Heo
2008-02-13 9:24 ` Ingo Molnar
2008-02-15 18:52 ` Jeff Garzik
0 siblings, 2 replies; 36+ messages in thread
From: Tejun Heo @ 2008-02-13 9:20 UTC (permalink / raw)
To: Ingo Molnar
Cc: Arjan van de Ven, linux-kernel, Linus Torvalds, Mark Lord,
Jeff Garzik, Alan Cox, IDE/ATA development list
ata_host_detach() detaches an attached port and shouldn't be called on
a port which hasn't been attached yet. pata_legacy incorrectly calls
ata_host_detach() on unattached port after initialization failure
causing oops. Fix it.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Arjan van de Ven <arjan@infradead.org>
---
drivers/ata/pata_legacy.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/ata/pata_legacy.c b/drivers/ata/pata_legacy.c
index 333dc15..7383f19 100644
--- a/drivers/ata/pata_legacy.c
+++ b/drivers/ata/pata_legacy.c
@@ -1278,8 +1278,6 @@ static __init int legacy_init_one(struct legacy_probe *probe)
}
}
fail:
- if (host)
- ata_host_detach(host);
platform_device_unregister(pdev);
return ret;
}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* Re: [libata-dev #upstream-fixes] pata_legacy: don't call ata_host_detach() after initialization failure
2008-02-13 9:20 ` [libata-dev #upstream-fixes] pata_legacy: don't call ata_host_detach() after initialization failure Tejun Heo
@ 2008-02-13 9:24 ` Ingo Molnar
2008-02-15 18:52 ` Jeff Garzik
1 sibling, 0 replies; 36+ messages in thread
From: Ingo Molnar @ 2008-02-13 9:24 UTC (permalink / raw)
To: Tejun Heo
Cc: Arjan van de Ven, linux-kernel, Linus Torvalds, Mark Lord,
Jeff Garzik, Alan Cox, IDE/ATA development list
* Tejun Heo <htejun@gmail.com> wrote:
> ata_host_detach() detaches an attached port and shouldn't be called on
> a port which hasn't been attached yet. pata_legacy incorrectly calls
> ata_host_detach() on unattached port after initialization failure
> causing oops. Fix it.
thanks, i'll try this!
Ingo
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [ata crash] Re: Linux 2.6.25-rc1
2008-02-12 8:18 ` [ata crash] " Ingo Molnar
2008-02-12 15:14 ` Arjan van de Ven
@ 2008-02-13 9:51 ` Tejun Heo
2008-02-21 2:33 ` Tejun Heo
1 sibling, 1 reply; 36+ messages in thread
From: Tejun Heo @ 2008-02-13 9:51 UTC (permalink / raw)
To: Ingo Molnar
Cc: linux-kernel, Linus Torvalds, Mark Lord, Jeff Garzik, Alan Cox
Ingo Molnar wrote:
> On a second attempt to boot the same bzImage, another ATA related
> weirdness showed up:
>
> [ 8.226144] Calling initcall 0xc09f3d8e: isapnp_init+0x0/0xf()
> [ 8.232017] Bad IO access at port 0x0 (outb(val,port))
> [ 8.232799] ------------[ cut here ]------------
> [ 8.232799] WARNING: at lib/iomap.c:44 bad_io_access+0x2f/0x34()
> [ 8.232799] Pid: 1, comm: swapper Not tainted 2.6.25-rc1 #5
> [ 8.232799] [<c011fd63>] warn_on_slowpath+0x3c/0x4c
> [ 8.232799] [<c0358e9d>] ? serial8250_console_write+0x0/0x14e
> [ 8.232799] [<c01200a5>] ? __call_console_drivers+0x56/0x63
> [ 8.232799] [<c06b7acf>] ? _spin_unlock_irqrestore+0x15/0x21
> [ 8.232799] [<c0120556>] ? release_console_sem+0x1c1/0x1c9
> [ 8.232799] [<c015c400>] ? print_trailer+0x6e/0xfc
> [ 8.232799] [<c015c77f>] ? check_object+0x10b/0x181
> [ 8.232799] [<c01209a0>] ? printk+0x15/0x17
> [ 8.232799] [<c02cc2ce>] bad_io_access+0x2f/0x34
> [ 8.232799] [<c02cc48a>] iowrite8+0x31/0x34
> [ 8.232799] [<c04a1c8d>] ata_bmdma_freeze+0x1d/0x30
> [ 8.232799] [<c04a2063>] __ata_port_freeze+0x2c/0x33
> [ 8.232799] [<c04a224f>] ata_eh_freeze_port+0x21/0x2f
> [ 8.232799] [<c0497fa9>] ata_host_start+0xe1/0x132
Does the following patch fix the above problem? pata_isapnp is the
only one which can have NULL ctl_addr and libata SFF layer wasn't
ready for that.
Thanks.
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c
index 4e31071..c6c04dc 100644
--- a/drivers/ata/libata-eh.c
+++ b/drivers/ata/libata-eh.c
@@ -2150,6 +2150,15 @@ int ata_eh_reset(struct ata_link *link, int classify,
ap->ops->set_piomode(ap, dev);
}
+ if (!softreset && !hardreset) {
+ if (verbose)
+ ata_link_printk(link, KERN_INFO, "no reset method "
+ "available, skipping reset\n");
+ if (!(lflags & ATA_LFLAG_ASSUME_CLASS))
+ lflags |= ATA_LFLAG_ASSUME_ATA;
+ goto done;
+ }
+
/* Determine which reset to use and record in ehc->i.action.
* prereset() may examine and modify it.
*/
@@ -2254,6 +2263,7 @@ int ata_eh_reset(struct ata_link *link, int classify,
lflags |= ATA_LFLAG_ASSUME_ATA;
}
+ done:
ata_link_for_each_dev(dev, link) {
/* After the reset, the device state is PIO 0 and the
* controller state is undefined. Reset also wakes up
diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c
index 60cd4b1..93ea0db 100644
--- a/drivers/ata/libata-sff.c
+++ b/drivers/ata/libata-sff.c
@@ -56,7 +56,8 @@ u8 ata_irq_on(struct ata_port *ap)
ap->ctl &= ~ATA_NIEN;
ap->last_ctl = ap->ctl;
- iowrite8(ap->ctl, ioaddr->ctl_addr);
+ if (ioaddr->ctl_addr)
+ iowrite8(ap->ctl, ioaddr->ctl_addr);
tmp = ata_wait_idle(ap);
ap->ops->irq_clear(ap);
@@ -81,7 +82,8 @@ void ata_tf_load(struct ata_port *ap, const struct ata_taskfile *tf)
unsigned int is_addr = tf->flags & ATA_TFLAG_ISADDR;
if (tf->ctl != ap->last_ctl) {
- iowrite8(tf->ctl, ioaddr->ctl_addr);
+ if (ioaddr->ctl_addr)
+ iowrite8(tf->ctl, ioaddr->ctl_addr);
ap->last_ctl = tf->ctl;
ata_wait_idle(ap);
}
@@ -167,13 +169,15 @@ void ata_tf_read(struct ata_port *ap, struct ata_taskfile *tf)
tf->device = ioread8(ioaddr->device_addr);
if (tf->flags & ATA_TFLAG_LBA48) {
- iowrite8(tf->ctl | ATA_HOB, ioaddr->ctl_addr);
+ if (ioaddr->ctl_addr)
+ iowrite8(tf->ctl | ATA_HOB, ioaddr->ctl_addr);
tf->hob_feature = ioread8(ioaddr->error_addr);
tf->hob_nsect = ioread8(ioaddr->nsect_addr);
tf->hob_lbal = ioread8(ioaddr->lbal_addr);
tf->hob_lbam = ioread8(ioaddr->lbam_addr);
tf->hob_lbah = ioread8(ioaddr->lbah_addr);
- iowrite8(tf->ctl, ioaddr->ctl_addr);
+ if (ioaddr->ctl_addr)
+ iowrite8(tf->ctl, ioaddr->ctl_addr);
ap->last_ctl = tf->ctl;
}
}
@@ -352,7 +356,8 @@ void ata_bmdma_freeze(struct ata_port *ap)
ap->ctl |= ATA_NIEN;
ap->last_ctl = ap->ctl;
- iowrite8(ap->ctl, ioaddr->ctl_addr);
+ if (ioaddr->ctl_addr)
+ iowrite8(ap->ctl, ioaddr->ctl_addr);
/* Under certain circumstances, some controllers raise IRQ on
* ATA_NIEN manipulation. Also, many controllers fail to mask
@@ -459,13 +464,14 @@ void ata_bmdma_drive_eh(struct ata_port *ap, ata_prereset_fn_t prereset,
*/
void ata_bmdma_error_handler(struct ata_port *ap)
{
- ata_reset_fn_t hardreset;
+ ata_reset_fn_t softreset = NULL, hardreset = NULL;
- hardreset = NULL;
+ if (ap->ioaddr.ctl_addr)
+ softreset = ata_std_softreset;
if (sata_scr_valid(&ap->link))
hardreset = sata_std_hardreset;
- ata_bmdma_drive_eh(ap, ata_std_prereset, ata_std_softreset, hardreset,
+ ata_bmdma_drive_eh(ap, ata_std_prereset, softreset, hardreset,
ata_std_postreset);
}
diff --git a/drivers/ata/pata_legacy.c b/drivers/ata/pata_legacy.c
^ permalink raw reply related [flat|nested] 36+ messages in thread
* Re: Linux 2.6.25-rc1
2008-02-11 22:15 ` Andrew Morton
2008-02-11 22:48 ` Stefan Richter
@ 2008-02-13 19:17 ` Torsten Kaiser
1 sibling, 0 replies; 36+ messages in thread
From: Torsten Kaiser @ 2008-02-13 19:17 UTC (permalink / raw)
To: Andrew Morton; +Cc: torvalds, linux-kernel, Stefan Richter
On Feb 11, 2008 11:15 PM, Andrew Morton <akpm@linux-foundation.org> wrote:
> On Mon, 11 Feb 2008 22:46:18 +0100
> "Torsten Kaiser" <just.for.lkml@googlemail.com> wrote:
>
> > On Feb 11, 2008 1:44 AM, Linus Torvalds <torvalds@linux-foundation.org> wrote:
> > > So give it all a good testing.
> >
> > My mm-mystery-crash has now sneaked into mainline:
>
> hm, I don't remember that.
Last report: http://marc.info/?l=linux-kernel&m=120129854023202
> > [ 1463.829078] BUG: unable to handle kernel NULL pointer dereference
> > at 0000000000000378
> > [ 1463.832141] IP: [<ffffffff8047af18>] ether1394_dg_complete+0x28/0xa0
> > [ 1463.834616] PGD 7955e067 PUD 7955d067 PMD 0
> > [ 1463.836148] Oops: 0000 [1] SMP
> > [ 1463.836148] CPU 0
> > [ 1463.836148] Modules linked in: radeon drm w83792d ipv6 tuner
> > tea5767 tda8290 tuner_xc2028 tda9887 tuner_simple mt20xx tea5761
> > tvaudio msp3400 bttv videodev v4l1_compat ir_common compat_ioctl32
> > v4l2_common videobuf_dma_sg videobuf_core btcx_risc usbhid tveeprom sg
> > i2c_nforce2 hid pata_amd
> > [ 1463.836148] Pid: 519, comm: khpsbpkt Not tainted 2.6.25-rc1 #1
> > [ 1463.836148] RIP: 0010:[<ffffffff8047af18>] [<ffffffff8047af18>]
> > ether1394_dg_complete+0x28/0xa0
> > [ 1463.836148] RSP: 0000:ffff81007eeb1e80 EFLAGS: 00010282
> > [ 1463.836148] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000001
> > [ 1463.836148] RDX: ffff81004bc62d80 RSI: 0000000000000000 RDI: ffff810051873e40
> > [ 1463.836148] RBP: ffff81007eeb1eb0 R08: 0000000000000000 R09: 0000000000000001
> > [ 1463.836148] R10: 0000000000000001 R11: 0000000000000001 R12: ffff810051873e40
> > [ 1463.836148] R13: ffff81007e1f7200 R14: 0000000000000001 R15: ffff810051873e40
> > [ 1463.836148] FS: 00007f727d6d4700(0000) GS:ffffffff807e8000(0000)
> > knlGS:0000000000000000
> > [ 1463.836148] CS: 0010 DS: 0018 ES: 0018 CR0: 000000008005003b
> > [ 1463.836148] CR2: 0000000000000378 CR3: 0000000079559000 CR4: 00000000000006e0
> > [ 1463.836148] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
> > [ 1463.836148] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
> > [ 1463.836148] Process khpsbpkt (pid: 519, threadinfo
> > ffff81007eeb0000, task ffff81007ee9e000)
> > [ 1463.836148] Stack: ffff81007eeb1e90 ffff81004bc62b40
> > ffff810051873e40 0000000000000000
> > [ 1463.836148] 0000000000000001 0000000000000000 ffff81007eeb1ee0
> > ffffffff8047b233
> > [ 1463.836148] ffff81007eeb1ec8 ffff81007eeb1ef0 ffffffff8046c280
> > ffff81007ff6df10
> > [ 1463.836148] Call Trace:
> > [ 1463.836148] [<ffffffff8047b233>] ether1394_complete_cb+0xb3/0xd0
> > [ 1463.836148] [<ffffffff8046c280>] ? hpsbpkt_thread+0x0/0x140
> > [ 1463.836148] [<ffffffff8046c33b>] hpsbpkt_thread+0xbb/0x140
> > [ 1463.836148] [<ffffffff8024aead>] kthread+0x4d/0x80
> > [ 1463.836148] [<ffffffff8020c578>] child_rip+0xa/0x12
> > [ 1463.836148] [<ffffffff8020bc8f>] ? restore_args+0x0/0x31
> > [ 1463.836148] [<ffffffff8024ae60>] ? kthread+0x0/0x80
> > [ 1463.836148] [<ffffffff8020c56e>] ? child_rip+0x0/0x12
> > [ 1463.836148]
> > [ 1463.836148]
> > [ 1463.836148] Code: 00 00 00 55 48 89 e5 48 83 ec 30 48 89 5d d8 4c
> > 89 75 f0 89 f3 4c 89 7d f8 4c 89 65 e0 49 89 ff 4c 89 6d e8 4c 8b 2f
> > 49 8b 45 20 <4c> 8b a0 78 03 00 00 4d 8d b4 24 d0 00 00 00 4c 89 f7 e8
> > 41 f0
> > [ 1463.836148] RIP [<ffffffff8047af18>] ether1394_dg_complete+0x28/0xa0
> > [ 1463.836148] RSP <ffff81007eeb1e80>
> > [ 1463.836148] CR2: 0000000000000378
> > [ 1463.836208] ohci1394: fw-host0: Waking dma ctx=0 ... processing is
> > probably too slow
> > [ 1463.839250] BUG: unable to handle kernel NULL pointer dereference
> > at 0000000000000000
> > [ 1463.841549] IP: [<ffffffff80296d1d>] kmem_cache_alloc_node+0x6d/0xa0
> > [ 1463.842925] PGD 7955e067 PUD 7955d067 PMD 0
> > [ 1463.846148] Oops: 0000 [2] SMP
> > [ 1463.846148] CPU 0
> > [ 1463.846148] Modules linked in: radeon drm w83792d ipv6 tuner
> > tea5767 tda8290 tuner_xc2028 tda9887 tuner_simple mt20xx tea5761
> > tvaudio msp3400 bttv videodev v4l1_compat ir_common compat_ioctl32
> > v4l2_common videobuf_dma_sg videobuf_core btcx_risc usbhid tveeprom sg
> > i2c_nforce2 hid pata_amd
> > [ 1463.846148] Pid: 519, comm: khpsbpkt Tainted: G D 2.6.25-rc1 #1
> > [ 1463.846148] RIP: 0010:[<ffffffff80296d1d>] [<ffffffff80296d1d>]
> > kmem_cache_alloc_node+0x6d/0xa0
> > [ 1463.846148] RSP: 0000:ffffffff80871ae0 EFLAGS: 00010046
> > [ 1463.846148] RAX: 0000000000000000 RBX: ffff810001006820 RCX: ffffffff8052c549
> > [ 1463.846148] RDX: 00000000ffffffff RSI: 0000000000000000 RDI: ffffffff807fbec0
> > [ 1463.846148] RBP: ffffffff80871b00 R08: 00000000000005e0 R09: 000000000000ffc1
> > [ 1463.846148] R10: 0000000000000001 R11: 0000000000000000 R12: 00000000ffffffff
> > [ 1463.846148] R13: 0000000000000020 R14: 0000000000000020 R15: ffffffff807fbec0
> > -> here the output from the serial console stopped.
[snip]
> But this is a crash inside the 1394 code. So if you're getting a crash
> with plain-old-ethernet then it is a different crash. It'd be good if we
> could see the oops trace for that one too please.
2.6.24-rc3-mm2:
http://marc.info/?l=linux-kernel&m=119636996902805
-> crash in ether1394 and another one in sunrpc
http://marc.info/?l=linux-kernel&m=119671371413299
-> crash in tcp v4
http://marc.info/?l=linux-kernel&m=119888251227487
-> crash in sunrpc (first oops in mail)
2.6.24-rc6-mm1:
http://marc.info/?l=linux-kernel&m=119888251227487
-> crash net-core (skb_release_data) (second oops in mail)
http://marc.info/?l=linux-kernel&m=119898573229965
-> another one in net-core (skb_release_data)
http://marc.info/?l=linux-kernel&m=119910705115373
-> crash in sunrpc
http://marc.info/?l=linux-kernel&m=119921272203686
-> crash in tcp v4
http://marc.info/?l=linux-kernel&m=119933661810303
-> crash in sunrpc
http://marc.info/?l=linux-kernel&m=119946018207746
-> crash in firewire thread
http://marc.info/?l=linux-kernel&m=119958976409612
-> crash in sunrpc
2.6.24-rc8-mm1:
http://marc.info/?l=linux-kernel&m=119671371413299
-> unknown, but some list check triggered (kernel BUG at lib/list_debug.c:33!)
2.6.25-rc1:
http://marc.info/?l=linux-kernel&m=120276641105256&w=2
-> crash in ether1394
All looks network related, and my testcase did stress the network
somewhat because it was reading large files from a NFSv4 share.
But I agree with Stefan, that its not looking like a ether1394 bug.
The code did not change and looking at the code from these crashed in
my eyes it can't crash. The list is checked before calling into the
processing functions and the locking also looks right. It very much
looks like the list itself got corrupted somehow. And that the other
network system also suffer from a similar corruption.
But I have no clue where to look for the corruptor. I tried
slub_debug=FZP, but that also crashed (after several days of working)
without the slub debugging catching anything.
The corruptor also might be in the disk subsystem, as testcase also
stresses the disks.
My current best guess are the changes between rc2-mm1 and rc3-mm2 in
the git trees sched, scsi-misc or x86. Maybe git-xfs, but during all
the crashes my root xfs filesystem did lose some files because their
contents was still in writeback, but the directories or other
filesystem structures where not damaged once.
Torsten
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [libata-dev #upstream-fixes] pata_legacy: don't call ata_host_detach() after initialization failure
2008-02-13 9:20 ` [libata-dev #upstream-fixes] pata_legacy: don't call ata_host_detach() after initialization failure Tejun Heo
2008-02-13 9:24 ` Ingo Molnar
@ 2008-02-15 18:52 ` Jeff Garzik
1 sibling, 0 replies; 36+ messages in thread
From: Jeff Garzik @ 2008-02-15 18:52 UTC (permalink / raw)
To: Tejun Heo
Cc: Ingo Molnar, Arjan van de Ven, linux-kernel, Linus Torvalds,
Mark Lord, Alan Cox, IDE/ATA development list
Tejun Heo wrote:
> ata_host_detach() detaches an attached port and shouldn't be called on
> a port which hasn't been attached yet. pata_legacy incorrectly calls
> ata_host_detach() on unattached port after initialization failure
> causing oops. Fix it.
>
> Signed-off-by: Tejun Heo <htejun@gmail.com>
> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
> Cc: Ingo Molnar <mingo@elte.hu>
> Cc: Arjan van de Ven <arjan@infradead.org>
> ---
> drivers/ata/pata_legacy.c | 2 --
> 1 file changed, 2 deletions(-)
applied
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [ata crash] Re: Linux 2.6.25-rc1
2008-02-13 9:51 ` [ata crash] Re: Linux 2.6.25-rc1 Tejun Heo
@ 2008-02-21 2:33 ` Tejun Heo
2008-02-21 7:12 ` Ingo Molnar
0 siblings, 1 reply; 36+ messages in thread
From: Tejun Heo @ 2008-02-21 2:33 UTC (permalink / raw)
To: Ingo Molnar
Cc: linux-kernel, Linus Torvalds, Mark Lord, Jeff Garzik, Alan Cox
Tejun Heo wrote:
> Ingo Molnar wrote:
>> On a second attempt to boot the same bzImage, another ATA related
>> weirdness showed up:
>>
>> [ 8.226144] Calling initcall 0xc09f3d8e: isapnp_init+0x0/0xf()
>> [ 8.232017] Bad IO access at port 0x0 (outb(val,port))
>> [ 8.232799] ------------[ cut here ]------------
>> [ 8.232799] WARNING: at lib/iomap.c:44 bad_io_access+0x2f/0x34()
>> [ 8.232799] Pid: 1, comm: swapper Not tainted 2.6.25-rc1 #5
>> [ 8.232799] [<c011fd63>] warn_on_slowpath+0x3c/0x4c
>> [ 8.232799] [<c0358e9d>] ? serial8250_console_write+0x0/0x14e
>> [ 8.232799] [<c01200a5>] ? __call_console_drivers+0x56/0x63
>> [ 8.232799] [<c06b7acf>] ? _spin_unlock_irqrestore+0x15/0x21
>> [ 8.232799] [<c0120556>] ? release_console_sem+0x1c1/0x1c9
>> [ 8.232799] [<c015c400>] ? print_trailer+0x6e/0xfc
>> [ 8.232799] [<c015c77f>] ? check_object+0x10b/0x181
>> [ 8.232799] [<c01209a0>] ? printk+0x15/0x17
>> [ 8.232799] [<c02cc2ce>] bad_io_access+0x2f/0x34
>> [ 8.232799] [<c02cc48a>] iowrite8+0x31/0x34
>> [ 8.232799] [<c04a1c8d>] ata_bmdma_freeze+0x1d/0x30
>> [ 8.232799] [<c04a2063>] __ata_port_freeze+0x2c/0x33
>> [ 8.232799] [<c04a224f>] ata_eh_freeze_port+0x21/0x2f
>> [ 8.232799] [<c0497fa9>] ata_host_start+0xe1/0x132
>
> Does the following patch fix the above problem? pata_isapnp is the
> only one which can have NULL ctl_addr and libata SFF layer wasn't
> ready for that.
Ping.
--
tejun
^ permalink raw reply [flat|nested] 36+ messages in thread
* Re: [ata crash] Re: Linux 2.6.25-rc1
2008-02-21 2:33 ` Tejun Heo
@ 2008-02-21 7:12 ` Ingo Molnar
0 siblings, 0 replies; 36+ messages in thread
From: Ingo Molnar @ 2008-02-21 7:12 UTC (permalink / raw)
To: Tejun Heo; +Cc: linux-kernel, Linus Torvalds, Mark Lord, Jeff Garzik, Alan Cox
* Tejun Heo <htejun@gmail.com> wrote:
> Tejun Heo wrote:
> > Ingo Molnar wrote:
> >> On a second attempt to boot the same bzImage, another ATA related
> >> weirdness showed up:
> >>
> >> [ 8.226144] Calling initcall 0xc09f3d8e: isapnp_init+0x0/0xf()
> >> [ 8.232017] Bad IO access at port 0x0 (outb(val,port))
> >> [ 8.232799] ------------[ cut here ]------------
> >> [ 8.232799] WARNING: at lib/iomap.c:44 bad_io_access+0x2f/0x34()
> >> [ 8.232799] Pid: 1, comm: swapper Not tainted 2.6.25-rc1 #5
> >> [ 8.232799] [<c011fd63>] warn_on_slowpath+0x3c/0x4c
> >> [ 8.232799] [<c0358e9d>] ? serial8250_console_write+0x0/0x14e
> >> [ 8.232799] [<c01200a5>] ? __call_console_drivers+0x56/0x63
> >> [ 8.232799] [<c06b7acf>] ? _spin_unlock_irqrestore+0x15/0x21
> >> [ 8.232799] [<c0120556>] ? release_console_sem+0x1c1/0x1c9
> >> [ 8.232799] [<c015c400>] ? print_trailer+0x6e/0xfc
> >> [ 8.232799] [<c015c77f>] ? check_object+0x10b/0x181
> >> [ 8.232799] [<c01209a0>] ? printk+0x15/0x17
> >> [ 8.232799] [<c02cc2ce>] bad_io_access+0x2f/0x34
> >> [ 8.232799] [<c02cc48a>] iowrite8+0x31/0x34
> >> [ 8.232799] [<c04a1c8d>] ata_bmdma_freeze+0x1d/0x30
> >> [ 8.232799] [<c04a2063>] __ata_port_freeze+0x2c/0x33
> >> [ 8.232799] [<c04a224f>] ata_eh_freeze_port+0x21/0x2f
> >> [ 8.232799] [<c0497fa9>] ata_host_start+0xe1/0x132
> >
> > Does the following patch fix the above problem? pata_isapnp is the
> > only one which can have NULL ctl_addr and libata SFF layer wasn't
> > ready for that.
>
> Ping.
Pong. Please consider it fixed and merge the fix upstream - i havent
seen these problems since i put your fix into my qa tree (and forgot
about it completely). If there's any problem left i'll follow up on it.
(For the record, the patch below is the one i tested with various x86
hardware.)
Ingo
------------->
Subject: Re: Re: Linux 2.6.25-rc1
From: Tejun Heo <htejun@gmail.com>
Date: Wed, 13 Feb 2008 18:51:39 +0900
Ingo Molnar wrote:
> On a second attempt to boot the same bzImage, another ATA related
> weirdness showed up:
>
> [ 8.226144] Calling initcall 0xc09f3d8e: isapnp_init+0x0/0xf()
> [ 8.232017] Bad IO access at port 0x0 (outb(val,port))
> [ 8.232799] ------------[ cut here ]------------
> [ 8.232799] WARNING: at lib/iomap.c:44 bad_io_access+0x2f/0x34()
> [ 8.232799] Pid: 1, comm: swapper Not tainted 2.6.25-rc1 #5
> [ 8.232799] [<c011fd63>] warn_on_slowpath+0x3c/0x4c
> [ 8.232799] [<c0358e9d>] ? serial8250_console_write+0x0/0x14e
> [ 8.232799] [<c01200a5>] ? __call_console_drivers+0x56/0x63
> [ 8.232799] [<c06b7acf>] ? _spin_unlock_irqrestore+0x15/0x21
> [ 8.232799] [<c0120556>] ? release_console_sem+0x1c1/0x1c9
> [ 8.232799] [<c015c400>] ? print_trailer+0x6e/0xfc
> [ 8.232799] [<c015c77f>] ? check_object+0x10b/0x181
> [ 8.232799] [<c01209a0>] ? printk+0x15/0x17
> [ 8.232799] [<c02cc2ce>] bad_io_access+0x2f/0x34
> [ 8.232799] [<c02cc48a>] iowrite8+0x31/0x34
> [ 8.232799] [<c04a1c8d>] ata_bmdma_freeze+0x1d/0x30
> [ 8.232799] [<c04a2063>] __ata_port_freeze+0x2c/0x33
> [ 8.232799] [<c04a224f>] ata_eh_freeze_port+0x21/0x2f
> [ 8.232799] [<c0497fa9>] ata_host_start+0xe1/0x132
Does the following patch fix the above problem? pata_isapnp is the
only one which can have NULL ctl_addr and libata SFF layer wasn't
ready for that.
Thanks.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
drivers/ata/libata-eh.c | 10 ++++++++++
drivers/ata/libata-sff.c | 22 ++++++++++++++--------
2 files changed, 24 insertions(+), 8 deletions(-)
Index: linux/drivers/ata/libata-eh.c
===================================================================
--- linux.orig/drivers/ata/libata-eh.c
+++ linux/drivers/ata/libata-eh.c
@@ -2150,6 +2150,15 @@ int ata_eh_reset(struct ata_link *link,
ap->ops->set_piomode(ap, dev);
}
+ if (!softreset && !hardreset) {
+ if (verbose)
+ ata_link_printk(link, KERN_INFO, "no reset method "
+ "available, skipping reset\n");
+ if (!(lflags & ATA_LFLAG_ASSUME_CLASS))
+ lflags |= ATA_LFLAG_ASSUME_ATA;
+ goto done;
+ }
+
/* Determine which reset to use and record in ehc->i.action.
* prereset() may examine and modify it.
*/
@@ -2254,6 +2263,7 @@ int ata_eh_reset(struct ata_link *link,
lflags |= ATA_LFLAG_ASSUME_ATA;
}
+ done:
ata_link_for_each_dev(dev, link) {
/* After the reset, the device state is PIO 0 and the
* controller state is undefined. Reset also wakes up
Index: linux/drivers/ata/libata-sff.c
===================================================================
--- linux.orig/drivers/ata/libata-sff.c
+++ linux/drivers/ata/libata-sff.c
@@ -56,7 +56,8 @@ u8 ata_irq_on(struct ata_port *ap)
ap->ctl &= ~ATA_NIEN;
ap->last_ctl = ap->ctl;
- iowrite8(ap->ctl, ioaddr->ctl_addr);
+ if (ioaddr->ctl_addr)
+ iowrite8(ap->ctl, ioaddr->ctl_addr);
tmp = ata_wait_idle(ap);
ap->ops->irq_clear(ap);
@@ -81,7 +82,8 @@ void ata_tf_load(struct ata_port *ap, co
unsigned int is_addr = tf->flags & ATA_TFLAG_ISADDR;
if (tf->ctl != ap->last_ctl) {
- iowrite8(tf->ctl, ioaddr->ctl_addr);
+ if (ioaddr->ctl_addr)
+ iowrite8(tf->ctl, ioaddr->ctl_addr);
ap->last_ctl = tf->ctl;
ata_wait_idle(ap);
}
@@ -167,13 +169,15 @@ void ata_tf_read(struct ata_port *ap, st
tf->device = ioread8(ioaddr->device_addr);
if (tf->flags & ATA_TFLAG_LBA48) {
- iowrite8(tf->ctl | ATA_HOB, ioaddr->ctl_addr);
+ if (ioaddr->ctl_addr)
+ iowrite8(tf->ctl | ATA_HOB, ioaddr->ctl_addr);
tf->hob_feature = ioread8(ioaddr->error_addr);
tf->hob_nsect = ioread8(ioaddr->nsect_addr);
tf->hob_lbal = ioread8(ioaddr->lbal_addr);
tf->hob_lbam = ioread8(ioaddr->lbam_addr);
tf->hob_lbah = ioread8(ioaddr->lbah_addr);
- iowrite8(tf->ctl, ioaddr->ctl_addr);
+ if (ioaddr->ctl_addr)
+ iowrite8(tf->ctl, ioaddr->ctl_addr);
ap->last_ctl = tf->ctl;
}
}
@@ -352,7 +356,8 @@ void ata_bmdma_freeze(struct ata_port *a
ap->ctl |= ATA_NIEN;
ap->last_ctl = ap->ctl;
- iowrite8(ap->ctl, ioaddr->ctl_addr);
+ if (ioaddr->ctl_addr)
+ iowrite8(ap->ctl, ioaddr->ctl_addr);
/* Under certain circumstances, some controllers raise IRQ on
* ATA_NIEN manipulation. Also, many controllers fail to mask
@@ -459,13 +464,14 @@ void ata_bmdma_drive_eh(struct ata_port
*/
void ata_bmdma_error_handler(struct ata_port *ap)
{
- ata_reset_fn_t hardreset;
+ ata_reset_fn_t softreset = NULL, hardreset = NULL;
- hardreset = NULL;
+ if (ap->ioaddr.ctl_addr)
+ softreset = ata_std_softreset;
if (sata_scr_valid(&ap->link))
hardreset = sata_std_hardreset;
- ata_bmdma_drive_eh(ap, ata_std_prereset, ata_std_softreset, hardreset,
+ ata_bmdma_drive_eh(ap, ata_std_prereset, softreset, hardreset,
ata_std_postreset);
}
^ permalink raw reply [flat|nested] 36+ messages in thread
end of thread, other threads:[~2008-02-21 7:13 UTC | newest]
Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-11 0:44 Linux 2.6.25-rc1 Linus Torvalds
2008-02-11 1:36 ` Sergio Luis
2008-02-11 1:47 ` Linux 2.6.25-rc1 , syntax error near unexpected token `;' Mr. James W. Laferriere
2008-02-11 7:02 ` Ray Lee
2008-02-11 13:29 ` [patch] " Oleg Verych
2008-02-11 13:26 ` Sam Ravnborg
2008-02-12 3:37 ` Mr. James W. Laferriere
2008-02-11 3:14 ` Linux 2.6.25-rc1 Gene Heskett
2008-02-11 7:39 ` Brice Goglin
2008-02-11 15:16 ` Arjan van de Ven
2008-02-11 11:19 ` parisc - error: 'VMALLOC_START' undeclared Domenico Andreoli
2008-02-11 12:06 ` Adrian Bunk
2008-02-11 13:31 ` Linux 2.6.25-rc1 Sam Ravnborg
2008-02-11 16:17 ` Mike Frysinger
2008-02-11 16:47 ` [PATCH] kbuild: fix make V=1 Sam Ravnborg
2008-02-11 23:38 ` Oleg Verych
2008-02-12 8:56 ` Sam Ravnborg
2008-02-12 9:25 ` Oleg Verych
2008-02-12 15:07 ` Mike Frysinger
2008-02-12 15:49 ` Oleg Verych
2008-02-12 16:18 ` Mike Frysinger
2008-02-12 16:42 ` Oleg Verych
2008-02-12 20:01 ` Sam Ravnborg
2008-02-11 21:46 ` Linux 2.6.25-rc1 Torsten Kaiser
2008-02-11 22:15 ` Andrew Morton
2008-02-11 22:48 ` Stefan Richter
2008-02-13 19:17 ` Torsten Kaiser
2008-02-12 8:18 ` [ata crash] " Ingo Molnar
2008-02-12 15:14 ` Arjan van de Ven
2008-02-13 9:01 ` Ingo Molnar
2008-02-13 9:20 ` [libata-dev #upstream-fixes] pata_legacy: don't call ata_host_detach() after initialization failure Tejun Heo
2008-02-13 9:24 ` Ingo Molnar
2008-02-15 18:52 ` Jeff Garzik
2008-02-13 9:51 ` [ata crash] Re: Linux 2.6.25-rc1 Tejun Heo
2008-02-21 2:33 ` Tejun Heo
2008-02-21 7:12 ` Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).