* [Xenomai-help] rt_task_create with mode T_CPU(1)
@ 2009-02-19 1:18 Thomas Schaefer
2009-02-22 23:24 ` Jan Kiszka
0 siblings, 1 reply; 16+ messages in thread
From: Thomas Schaefer @ 2009-02-19 1:18 UTC (permalink / raw)
To: xenomai
Hi,
I did some testing with the very latest Xenomai svn repository and kernel 2.6.28.2 on a quad core xeon arch X86_64.
Until a few days ago everything seemed to work just fine.
Now a task created with T_CPU( anything but 0) doesn't start after rt_task_start is called.
I modified the trivial-periodic example and changed the mode to T_CPU(1).
Now the example doesn't work anymore. It works unmodified or with T_CPU(0).
I was wondering if I missed a change that would explain this behavior or if this is a bug?
Thomas
_________________________________________________________________
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
2009-02-19 1:18 [Xenomai-help] rt_task_create with mode T_CPU(1) Thomas Schaefer
@ 2009-02-22 23:24 ` Jan Kiszka
2009-02-23 16:11 ` Thomas Schaefer
0 siblings, 1 reply; 16+ messages in thread
From: Jan Kiszka @ 2009-02-22 23:24 UTC (permalink / raw)
To: Thomas Schaefer; +Cc: xenomai
[-- Attachment #1: Type: text/plain, Size: 1239 bytes --]
Thomas Schaefer wrote:
> Hi,
>
> I did some testing with the very latest Xenomai svn repository and kernel 2.6.28.2 on a quad core xeon arch X86_64.
>
> Until a few days ago everything seemed to work just fine.
> Now a task created with T_CPU( anything but 0) doesn't start after rt_task_start is called.
> I modified the trivial-periodic example and changed the mode to T_CPU(1).
> Now the example doesn't work anymore. It works unmodified or with T_CPU(0).
>
> I was wondering if I missed a change that would explain this behavior or if this is a bug?
Just tested with
diff --git a/examples/native/trivial-periodic.c b/examples/native/trivial-periodic.c
index c0422db..b8198f0 100644
--- a/examples/native/trivial-periodic.c
+++ b/examples/native/trivial-periodic.c
@@ -57,7 +57,7 @@ int main(int argc, char* argv[])
* priority,
* mode (FPU, start suspended, ...)
*/
- rt_task_create(&demo_task, "trivial", 0, 99, 0);
+ rt_task_create(&demo_task, "trivial", 0, 99, T_CPU(1));
/*
* Arguments: &task,
on a dual core system using latest trunk on 2.6.28.7. Works fine, and
the same is true for "latency -c 1". Can you provide more details about
your setup?
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
^ permalink raw reply related [flat|nested] 16+ messages in thread
* Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
2009-02-22 23:24 ` Jan Kiszka
@ 2009-02-23 16:11 ` Thomas Schaefer
2009-02-23 16:53 ` Jan Kiszka
` (2 more replies)
0 siblings, 3 replies; 16+ messages in thread
From: Thomas Schaefer @ 2009-02-23 16:11 UTC (permalink / raw)
To: jan.kiszka; +Cc: xenomai
[-- Attachment #1: Type: text/plain, Size: 2554 bytes --]
Hi,
I downloaded kernel 2.6.28.7 and used the xenomai svn revision 4639.
BTW. I can't update my svn repository i get "svn: Can't find a temporary directory: Internal error".
According to Google this means that your svn server is out of disk space.
After running the new kernel and running ./latency -c1 it hangs after "warming up...".
After ctrl+c I get:
^C---|------------|------------|------------|--------|-------------------------
RTS| 4699.016| 0.000| -4699.016| 0| 00:11:21/00:11:21
and it still hangs. Except for this windows the system stays responsive.
Revision 4595 seems to work as expected.
I tried booting the kernel with maxcpus=2 but it yields the same result.
I am running debian lenny on a quad core xeon with 3GB ram.
The Kernel is compiled for 64bit.
I attached the kernel config file.
Thomas
----------------------------------------
> Date: Mon, 23 Feb 2009 00:24:46 +0100
> From: jan.kiszka@domain.hid
> To: thomas_schaefer_canada@domain.hid
> CC: xenomai@xenomai.org
> Subject: Re: rt_task_create with mode T_CPU(1)
>
> Thomas Schaefer wrote:
>> Hi,
>>
>> I did some testing with the very latest Xenomai svn repository and kernel 2.6.28.2 on a quad core xeon arch X86_64.
>>
>> Until a few days ago everything seemed to work just fine.
>> Now a task created with T_CPU( anything but 0) doesn't start after rt_task_start is called.
>> I modified the trivial-periodic example and changed the mode to T_CPU(1).
>> Now the example doesn't work anymore. It works unmodified or with T_CPU(0).
>>
>> I was wondering if I missed a change that would explain this behavior or if this is a bug?
>
> Just tested with
>
> diff --git a/examples/native/trivial-periodic.c b/examples/native/trivial-periodic.c
> index c0422db..b8198f0 100644
> --- a/examples/native/trivial-periodic.c
> +++ b/examples/native/trivial-periodic.c
> @@ -57,7 +57,7 @@ int main(int argc, char* argv[])
> * priority,
> * mode (FPU, start suspended, ...)
> */
> - rt_task_create(&demo_task, "trivial", 0, 99, 0);
> + rt_task_create(&demo_task, "trivial", 0, 99, T_CPU(1));
>
> /*
> * Arguments: &task,
>
> on a dual core system using latest trunk on 2.6.28.7. Works fine, and
> the same is true for "latency -c 1". Can you provide more details about
> your setup?
>
> Jan
>
_________________________________________________________________
The new Windows Live Messenger. You don’t want to miss this.
http://www.microsoft.com/windows/windowslive/products/messenger.aspx
[-- Attachment #2: config --]
[-- Type: application/octet-stream, Size: 40133 bytes --]
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.28.2
# Thu Feb 19 18:06:53 2009
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_FAST_CMPXCHG_LOCAL=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_DEFAULT_IDLE=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_HAVE_CPUMASK_OF_CPU_MAP=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ZONE_DMA32=y
CONFIG_ARCH_POPULATES_NODE_MAP=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_X86_SMP=y
CONFIG_USE_GENERIC_SMP_HELPERS=y
CONFIG_X86_64_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_X86_TRAMPOLINE=y
# CONFIG_KTIME_SCALAR 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 is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
# CONFIG_POSIX_MQUEUE is not set
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set
# CONFIG_IKCONFIG is not set
CONFIG_LOG_BUF_SHIFT=17
# CONFIG_CGROUPS is not set
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
# CONFIG_GROUP_SCHED is not set
CONFIG_SYSFS_DEPRECATED=y
CONFIG_SYSFS_DEPRECATED_V2=y
CONFIG_RELAY=y
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 is not set
CONFIG_SYSCTL=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=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_AIO=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_PCI_QUIRKS=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_KPROBES is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
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_BLK_DEV_IO_TRACE is not set
# CONFIG_BLK_DEV_BSG is not set
# CONFIG_BLK_DEV_INTEGRITY is not set
CONFIG_BLOCK_COMPAT=y
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
# CONFIG_IOSCHED_DEADLINE is not set
# CONFIG_IOSCHED_CFQ is not set
CONFIG_DEFAULT_AS=y
# CONFIG_DEFAULT_DEADLINE is not set
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="anticipatory"
CONFIG_CLASSIC_RCU=y
#
# Real-time sub-system
#
CONFIG_XENOMAI=y
CONFIG_XENO_GENERIC_STACKPOOL=y
CONFIG_XENO_FASTSYNCH=y
CONFIG_XENO_OPT_NUCLEUS=y
CONFIG_XENO_OPT_PERVASIVE=y
CONFIG_XENO_OPT_PRIOCPL=y
CONFIG_XENO_OPT_PIPELINE_HEAD=y
# CONFIG_XENO_OPT_SCHED_CLASSES is not set
CONFIG_XENO_OPT_PIPE=y
CONFIG_XENO_OPT_PIPE_NRDEV=32
CONFIG_XENO_OPT_REGISTRY=y
CONFIG_XENO_OPT_REGISTRY_NRSLOTS=512
CONFIG_XENO_OPT_SYS_HEAPSZ=128
CONFIG_XENO_OPT_SYS_STACKPOOLSZ=32
CONFIG_XENO_OPT_SEM_HEAPSZ=12
CONFIG_XENO_OPT_GLOBAL_SEM_HEAPSZ=12
CONFIG_XENO_OPT_STATS=y
# CONFIG_XENO_OPT_DEBUG is not set
# CONFIG_XENO_OPT_SHIRQ is not set
CONFIG_XENO_OPT_SELECT=y
#
# Timing
#
# CONFIG_XENO_OPT_TIMING_PERIODIC is not set
CONFIG_XENO_OPT_TIMING_VIRTICK=1000
CONFIG_XENO_OPT_TIMING_SCHEDLAT=0
#
# Scalability
#
# CONFIG_XENO_OPT_SCALABLE_SCHED is not set
CONFIG_XENO_OPT_TIMER_LIST=y
# CONFIG_XENO_OPT_TIMER_HEAP is not set
# CONFIG_XENO_OPT_TIMER_WHEEL is not set
#
# Machine
#
CONFIG_XENO_HW_FPU=y
#
# NMI watchdog
#
# CONFIG_XENO_HW_NMI_DEBUG_LATENCY is not set
#
# SMI workaround
#
# CONFIG_XENO_HW_SMI_DETECT_DISABLE is not set
CONFIG_XENO_HW_SMI_DETECT=y
CONFIG_XENO_HW_SMI_WORKAROUND=y
CONFIG_XENO_HW_SMI_ALL=y
#
# Interfaces
#
CONFIG_XENO_SKIN_NATIVE=y
CONFIG_XENO_OPT_NATIVE_PERIOD=0
CONFIG_XENO_OPT_NATIVE_PIPE=y
CONFIG_XENO_OPT_NATIVE_PIPE_BUFSZ=1024
CONFIG_XENO_OPT_NATIVE_REGISTRY=y
CONFIG_XENO_OPT_NATIVE_SEM=y
CONFIG_XENO_OPT_NATIVE_EVENT=y
CONFIG_XENO_OPT_NATIVE_MUTEX=y
CONFIG_XENO_OPT_NATIVE_COND=y
CONFIG_XENO_OPT_NATIVE_QUEUE=y
CONFIG_XENO_OPT_NATIVE_BUFFER=y
CONFIG_XENO_OPT_NATIVE_HEAP=y
CONFIG_XENO_OPT_NATIVE_ALARM=y
CONFIG_XENO_OPT_NATIVE_MPS=y
CONFIG_XENO_OPT_NATIVE_INTR=y
CONFIG_XENO_SKIN_POSIX=y
CONFIG_XENO_OPT_POSIX_PERIOD=0
CONFIG_XENO_OPT_POSIX_SHM=y
CONFIG_XENO_OPT_POSIX_INTR=y
CONFIG_XENO_OPT_POSIX_SELECT=y
CONFIG_XENO_OPT_DEBUG_POSIX=y
# CONFIG_XENO_SKIN_PSOS is not set
# CONFIG_XENO_SKIN_UITRON is not set
# CONFIG_XENO_SKIN_VRTX is not set
# CONFIG_XENO_SKIN_VXWORKS is not set
# CONFIG_XENO_SKIN_RTAI is not set
CONFIG_XENO_SKIN_RTDM=y
CONFIG_XENO_OPT_RTDM_PERIOD=0
CONFIG_XENO_OPT_RTDM_FILDES=128
CONFIG_XENO_OPT_RTDM_SELECT=y
#
# Drivers
#
#
# Serial drivers
#
# CONFIG_XENO_DRIVERS_16550A is not set
#
# Testing drivers
#
CONFIG_XENO_KLATENCY_MODULE=m
CONFIG_XENO_DRIVERS_TIMERBENCH=y
CONFIG_XENO_DRIVERS_KLATENCY=m
CONFIG_XENO_DRIVERS_IRQBENCH=y
CONFIG_XENO_DRIVERS_SWITCHTEST=y
#
# CAN drivers
#
# CONFIG_XENO_DRIVERS_CAN is not set
#
# COMEDI drivers
#
# CONFIG_XENO_DRIVERS_COMEDI is not set
# CONFIG_FREEZER 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_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_VSMP is not set
# CONFIG_MEMTEST is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
# CONFIG_MPSC is not set
CONFIG_MCORE2=y
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_CPU=y
CONFIG_X86_L1_CACHE_BYTES=64
CONFIG_X86_INTERNODE_CACHE_BYTES=64
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_P6_NOP=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR_64=y
# CONFIG_X86_DS is not set
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_GART_IOMMU=y
# CONFIG_CALGARY_IOMMU is not set
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
CONFIG_NR_CPUS=4
# CONFIG_SCHED_SMT is not set
CONFIG_SCHED_MC=y
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
CONFIG_IPIPE=y
CONFIG_IPIPE_DOMAINS=4
CONFIG_IPIPE_COMPAT=y
CONFIG_IPIPE_DELAYED_ATOMICSW=y
# CONFIG_IPIPE_UNMASKED_CONTEXT_SWITCH is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
# CONFIG_X86_MCE_AMD is not set
# CONFIG_I8K is not set
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=y
# CONFIG_MICROCODE_AMD is not set
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
# CONFIG_NUMA is not set
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_SELECT_MEMORY_MODEL=y
# CONFIG_FLATMEM_MANUAL is not set
# CONFIG_DISCONTIGMEM_MANUAL is not set
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_VMEMMAP=y
# CONFIG_MEMORY_HOTPLUG is not set
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_RESOURCES_64BIT=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_UNEVICTABLE_LRU=y
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
CONFIG_X86_RESERVE_LOW_64K=y
CONFIG_MTRR=y
# CONFIG_MTRR_SANITIZER is not set
CONFIG_X86_PAT=y
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
CONFIG_CRASH_DUMP=y
CONFIG_PHYSICAL_START=0x200000
CONFIG_RELOCATABLE=y
CONFIG_PHYSICAL_ALIGN=0x200000
# CONFIG_HOTPLUG_CPU is not set
CONFIG_COMPAT_VDSO=y
# CONFIG_CMDLINE_BOOL is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
#
# Power management and ACPI options
#
# CONFIG_PM is not set
#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set
# CONFIG_CPU_IDLE is not set
#
# Memory power savings
#
# CONFIG_I7300_IDLE is not set
#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
# CONFIG_PCIEAER is not set
# CONFIG_PCIEASPM is not set
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
# CONFIG_PCI_LEGACY is not set
# CONFIG_PCI_DEBUG is not set
CONFIG_HT_IRQ=y
CONFIG_ISA_DMA_API=y
CONFIG_K8_NB=y
# CONFIG_PCCARD is not set
# CONFIG_HOTPLUG_PCI is not set
#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=y
CONFIG_IA32_EMULATION=y
CONFIG_IA32_AOUT=y
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=y
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_XFRM_IPCOMP=y
CONFIG_NET_KEY=y
# CONFIG_NET_KEY_MIGRATE is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_IP_PNP_BOOTP=y
CONFIG_IP_PNP_RARP=y
CONFIG_NET_IPIP=y
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
CONFIG_INET_AH=y
CONFIG_INET_ESP=y
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
CONFIG_INET_TUNNEL=y
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_LRO=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=y
CONFIG_IPV6_PRIVACY=y
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
CONFIG_INET6_AH=y
CONFIG_INET6_ESP=y
CONFIG_INET6_IPCOMP=y
# CONFIG_IPV6_MIP6 is not set
CONFIG_INET6_XFRM_TUNNEL=y
CONFIG_INET6_TUNNEL=y
CONFIG_INET6_XFRM_MODE_TRANSPORT=y
CONFIG_INET6_XFRM_MODE_TUNNEL=y
CONFIG_INET6_XFRM_MODE_BEET=y
CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=y
CONFIG_IPV6_SIT=y
CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_IPV6_TUNNEL=y
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_MROUTE is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETFILTER is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_NET_DSA is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_SCHED is not set
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
# CONFIG_PHONET is not set
# CONFIG_WIRELESS is not set
# CONFIG_RFKILL is not set
# CONFIG_NET_9P is not set
#
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_CONNECTOR is not set
# CONFIG_MTD is not set
# CONFIG_PARPORT is not set
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=8
CONFIG_BLK_DEV_RAM_SIZE=65536
# CONFIG_BLK_DEV_XIP is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_BLK_DEV_HD is not set
# CONFIG_MISC_DEVICES is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set
#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_TGT is not set
# CONFIG_SCSI_NETLINK is not set
CONFIG_SCSI_PROC_FS=y
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
# CONFIG_CHR_DEV_SG is not set
# CONFIG_CHR_DEV_SCH is not set
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
# CONFIG_SCSI_SCAN_ASYNC is not set
CONFIG_SCSI_WAIT_SCAN=m
#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
# CONFIG_SCSI_LOWLEVEL is not set
# CONFIG_SCSI_DH is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_SATA_PMP=y
CONFIG_SATA_AHCI=y
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y
# CONFIG_SATA_SVW is not set
CONFIG_ATA_PIIX=y
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
CONFIG_ATA_GENERIC=y
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RZ1000 is not set
# CONFIG_PATA_SC1200 is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
# CONFIG_PATA_SCH is not set
# CONFIG_MD is not set
# CONFIG_FUSION is not set
#
# IEEE 1394 (FireWire) support
#
#
# Enable only one of the two stacks, unless you know what you are doing
#
# CONFIG_FIREWIRE is not set
# CONFIG_IEEE1394 is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
CONFIG_DUMMY=y
CONFIG_BONDING=y
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
# CONFIG_ARCNET is not set
# CONFIG_NET_ETHERNET is not set
CONFIG_NETDEV_1000=y
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
CONFIG_E1000=y
CONFIG_E1000E=y
# CONFIG_IP1000 is not set
# CONFIG_IGB is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_VIA_VELOCITY is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set
# CONFIG_ATL1E is not set
# CONFIG_JME is not set
# CONFIG_NETDEV_10000 is not set
# CONFIG_TR is not set
#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
# CONFIG_WLAN_80211 is not set
# CONFIG_IWLWIFI_LEDS is not set
#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set
#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_POLLDEV is not set
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_JOYSTICK is not set
# 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 is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_GAMEPORT is not set
#
# Character devices
#
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
CONFIG_DEVKMEM=y
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_NOZOMI is not set
#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_NR_UARTS=2
CONFIG_SERIAL_8250_RUNTIME_UARTS=2
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
# CONFIG_SERIAL_8250_RSA is not set
#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=4
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_INTEL=y
# CONFIG_HW_RANDOM_AMD is not set
CONFIG_NVRAM=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
CONFIG_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=256
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_HELPER_AUTO=y
#
# I2C Hardware Bus support
#
#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
CONFIG_I2C_I801=y
# CONFIG_I2C_ISCH is not set
CONFIG_I2C_PIIX4=y
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_SIMTEC is not set
#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set
#
# Graphics adapter I2C/DDC channel drivers
#
# CONFIG_I2C_VOODOO3 is not set
#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_STUB is not set
#
# Miscellaneous I2C Chip support
#
# CONFIG_DS1682 is not set
# CONFIG_AT24 is not set
CONFIG_SENSORS_EEPROM=y
# CONFIG_SENSORS_PCF8574 is not set
# CONFIG_PCF8575 is not set
# CONFIG_SENSORS_PCA9539 is not set
# CONFIG_SENSORS_PCF8591 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 is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
# CONFIG_SPI is not set
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_BATTERY_DS2760 is not set
# CONFIG_BATTERY_BQ27x00 is not set
CONFIG_HWMON=y
CONFIG_HWMON_VID=y
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7473 is not set
# CONFIG_SENSORS_K8TEMP is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS1621 is not set
# 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 is not set
# CONFIG_SENSORS_FSCPOS is not set
# CONFIG_SENSORS_FSCHMD is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
CONFIG_SENSORS_CORETEMP=y
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM75 is not set
# 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 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
CONFIG_SENSORS_W83793=y
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
# CONFIG_SENSORS_HDAPS is not set
# CONFIG_SENSORS_APPLESMC is not set
# CONFIG_HWMON_DEBUG_CHIP is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_HWMON=y
# CONFIG_WATCHDOG is not set
CONFIG_SSB_POSSIBLE=y
#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set
#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_REGULATOR is not set
#
# Multimedia devices
#
#
# Multimedia core support
#
# CONFIG_VIDEO_DEV is not set
# CONFIG_DVB_CORE is not set
# CONFIG_VIDEO_MEDIA is not set
#
# Multimedia drivers
#
# CONFIG_DAB is not set
#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_DRM is not set
# CONFIG_VGASTATE is not set
# CONFIG_VIDEO_OUTPUT_CONTROL is not set
# CONFIG_FB is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
#
# Display device support
#
# CONFIG_DISPLAY_SUPPORT is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=64
CONFIG_DUMMY_CONSOLE=y
# CONFIG_SOUND is not set
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_HID_PID is not set
# CONFIG_USB_HIDDEV is not set
#
# Special HID drivers
#
CONFIG_HID_COMPAT=y
CONFIG_HID_A4TECH=y
CONFIG_HID_APPLE=y
CONFIG_HID_BELKIN=y
CONFIG_HID_BRIGHT=y
CONFIG_HID_CHERRY=y
CONFIG_HID_CHICONY=y
CONFIG_HID_CYPRESS=y
CONFIG_HID_DELL=y
CONFIG_HID_EZKEY=y
CONFIG_HID_GYRATION=y
CONFIG_HID_LOGITECH=y
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MONTEREY=y
CONFIG_HID_PANTHERLORD=y
# CONFIG_PANTHERLORD_FF is not set
CONFIG_HID_PETALYNX=y
CONFIG_HID_SAMSUNG=y
CONFIG_HID_SONY=y
CONFIG_HID_SUNPLUS=y
# CONFIG_THRUSTMASTER_FF is not set
# CONFIG_ZEROPLUS_FF is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_DEVICE_CLASS is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_OTG is not set
# CONFIG_USB_MON is not set
# CONFIG_USB_WUSB is not set
# CONFIG_USB_WUSB_CBAF is not set
#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
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_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_WHCI_HCD is not set
# CONFIG_USB_HWA_HCD is not set
#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set
#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD 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 is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
CONFIG_USB_LIBUSUAL=y
#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
#
# 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_SEVSEG is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_BERRY_CHARGE is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGET is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_VST is not set
# CONFIG_USB_GADGET is not set
# CONFIG_UWB is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
# CONFIG_NEW_LEDS is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set
#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
CONFIG_RTC_INTF_DEV_UIE_EMUL=y
# CONFIG_RTC_DRV_TEST is not set
#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# 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
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8581 is not set
#
# SPI RTC drivers
#
#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
# CONFIG_RTC_DRV_DS1286 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 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_BQ4802 is not set
# CONFIG_RTC_DRV_V3020 is not set
#
# on-CPU RTC drivers
#
CONFIG_DMADEVICES=y
#
# DMA Devices
#
CONFIG_INTEL_IOATDMA=y
CONFIG_DMA_ENGINE=y
#
# DMA Clients
#
CONFIG_NET_DMA=y
# CONFIG_DMATEST is not set
CONFIG_DCA=y
# CONFIG_UIO is not set
# CONFIG_STAGING is not set
#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_FIRMWARE_MEMMAP=y
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
# CONFIG_DMIID is not set
# CONFIG_ISCSI_IBFT_FIND is not set
#
# File systems
#
# CONFIG_EXT2_FS is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_EXT4_FS=y
# CONFIG_EXT4DEV_COMPAT is not set
CONFIG_EXT4_FS_XATTR=y
# CONFIG_EXT4_FS_POSIX_ACL is not set
# CONFIG_EXT4_FS_SECURITY is not set
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 is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_FILE_LOCKING=y
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
CONFIG_DNOTIFY=y
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
CONFIG_AUTOFS_FS=y
CONFIG_AUTOFS4_FS=y
# CONFIG_FUSE_FS is not set
CONFIG_GENERIC_ACL=y
#
# CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
# CONFIG_UDF_FS is not set
#
# DOS/FAT/NT Filesystems
#
# CONFIG_MSDOS_FS is not set
# CONFIG_VFAT_FS is not set
# CONFIG_NTFS_FS is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_VMCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=y
#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
# CONFIG_NFS_FS is not set
# CONFIG_NFSD is not set
# CONFIG_SMB_FS is not set
CONFIG_CIFS=y
# 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 is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="cp437"
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 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
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 is not set
CONFIG_FRAME_WARN=2048
CONFIG_MAGIC_SYSRQ=y
CONFIG_UNUSED_SYMBOLS=y
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_IPIPE_DEBUG is not set
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
CONFIG_DETECT_SOFTLOCKUP=y
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_SCHED_DEBUG=y
# CONFIG_SCHEDSTATS is not set
CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_VIRTUAL is not set
# CONFIG_DEBUG_WRITECOUNT is not set
CONFIG_DEBUG_MEMORY_INIT=y
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_FRAME_POINTER is not set
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
CONFIG_SYSCTL_SYSCALL_CHECK=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
#
# Tracers
#
# CONFIG_FUNCTION_TRACER is not set
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_SYSPROF_TRACER is not set
# CONFIG_SCHED_TRACER is not set
# CONFIG_CONTEXT_SWITCH_TRACER is not set
# CONFIG_BOOT_TRACER is not set
# CONFIG_STACK_TRACER is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_DYNAMIC_PRINTK_DEBUG is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
# CONFIG_STRICT_DEVMEM is not set
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
# CONFIG_EARLY_PRINTK_DBGP is not set
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_DEBUG_PER_CPU_MAPS is not set
# CONFIG_X86_PTDUMP is not set
# CONFIG_DEBUG_RODATA is not set
# CONFIG_DIRECT_GBPAGES is not set
# CONFIG_DEBUG_NX_TEST is not set
# CONFIG_IOMMU_DEBUG is not set
# CONFIG_MMIOTRACE is not set
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set
# CONFIG_OPTIMIZE_INLINING is not set
#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITYFS is not set
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
CONFIG_CRYPTO=y
#
# Crypto core or helper
#
# CONFIG_CRYPTO_FIPS is not set
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_CRYPTD=y
CONFIG_CRYPTO_AUTHENC=y
# CONFIG_CRYPTO_TEST is not set
#
# Authenticated Encryption with Associated Data
#
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_SEQIV is not set
#
# Block modes
#
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_CTR is not set
# CONFIG_CRYPTO_CTS is not set
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_LRW=y
CONFIG_CRYPTO_PCBC=y
CONFIG_CRYPTO_XTS=y
#
# Hash modes
#
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=y
#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
# CONFIG_CRYPTO_CRC32C_INTEL is not set
CONFIG_CRYPTO_MD4=y
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=y
# CONFIG_CRYPTO_RMD128 is not set
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_RMD256 is not set
# CONFIG_CRYPTO_RMD320 is not set
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
CONFIG_CRYPTO_TGR192=y
CONFIG_CRYPTO_WP512=y
#
# Ciphers
#
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_X86_64=y
CONFIG_CRYPTO_ANUBIS=y
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_BLOWFISH=y
CONFIG_CRYPTO_CAMELLIA=y
CONFIG_CRYPTO_CAST5=y
CONFIG_CRYPTO_CAST6=y
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_FCRYPT=y
CONFIG_CRYPTO_KHAZAD=y
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_X86_64 is not set
CONFIG_CRYPTO_SEED=y
CONFIG_CRYPTO_SERPENT=y
CONFIG_CRYPTO_TEA=y
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_TWOFISH_COMMON=y
CONFIG_CRYPTO_TWOFISH_X86_64=y
#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
# CONFIG_CRYPTO_LZO is not set
#
# Random Number Generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
# CONFIG_CRYPTO_HW is not set
CONFIG_HAVE_KVM=y
# CONFIG_VIRTUALIZATION is not set
#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
# CONFIG_CRC_T10DIF is not set
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
CONFIG_CRC7=y
CONFIG_LIBCRC32C=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
2009-02-23 16:11 ` Thomas Schaefer
@ 2009-02-23 16:53 ` Jan Kiszka
2009-02-23 18:32 ` Thomas Schaefer
2009-02-23 17:05 ` Gilles Chanteperdrix
2009-02-23 17:08 ` Gilles Chanteperdrix
2 siblings, 1 reply; 16+ messages in thread
From: Jan Kiszka @ 2009-02-23 16:53 UTC (permalink / raw)
To: Thomas Schaefer; +Cc: xenomai
Thomas Schaefer wrote:
>
> Hi,
>
> I downloaded kernel 2.6.28.7 and used the xenomai svn revision 4639.
> BTW. I can't update my svn repository i get "svn: Can't find a temporary directory: Internal error".
> According to Google this means that your svn server is out of disk space.
>
> After running the new kernel and running ./latency -c1 it hangs after "warming up...".
> After ctrl+c I get:
>
> ^C---|------------|------------|------------|--------|-------------------------
> RTS| 4699.016| 0.000| -4699.016| 0| 00:11:21/00:11:21
>
> and it still hangs. Except for this windows the system stays responsive.
>
> Revision 4595 seems to work as expected.
>
> I tried booting the kernel with maxcpus=2 but it yields the same result.
>
> I am running debian lenny on a quad core xeon with 3GB ram.
> The Kernel is compiled for 64bit.
> I attached the kernel config file.
You've got CONFIG_X86_HT enabled. In case your CPU actually supports
this feature, please try to disable it. Latency-wise, it's no good idea
for RT scheduling anyway. I'm not aware of problems related to it, but
it's worth a try (and I couldn't test it ATM due to lacking comparable HW).
Jan
--
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
2009-02-23 16:11 ` Thomas Schaefer
2009-02-23 16:53 ` Jan Kiszka
@ 2009-02-23 17:05 ` Gilles Chanteperdrix
2009-02-23 18:41 ` Thomas Schaefer
2009-02-23 17:08 ` Gilles Chanteperdrix
2 siblings, 1 reply; 16+ messages in thread
From: Gilles Chanteperdrix @ 2009-02-23 17:05 UTC (permalink / raw)
To: Thomas Schaefer; +Cc: xenomai, jan.kiszka
Thomas Schaefer wrote:
>
> Hi,
>
> I downloaded kernel 2.6.28.7 and used the xenomai svn revision 4639.
> BTW. I can't update my svn repository i get "svn: Can't find a temporary directory: Internal error".
> According to Google this means that your svn server is out of disk space.
>
> After running the new kernel and running ./latency -c1 it hangs after "warming up...".
> After ctrl+c I get:
>
> ^C---|------------|------------|------------|--------|-------------------------
> RTS| 4699.016| 0.000| -4699.016| 0| 00:11:21/00:11:21
>
> and it still hangs. Except for this windows the system stays responsive.
>
> Revision 4595 seems to work as expected.
>
> I tried booting the kernel with maxcpus=2 but it yields the same result.
>
> I am running debian lenny on a quad core xeon with 3GB ram.
> The Kernel is compiled for 64bit.
> I attached the kernel config file.
What does /proc/cpuinfo say ?
--
Gilles.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
2009-02-23 16:11 ` Thomas Schaefer
2009-02-23 16:53 ` Jan Kiszka
2009-02-23 17:05 ` Gilles Chanteperdrix
@ 2009-02-23 17:08 ` Gilles Chanteperdrix
2 siblings, 0 replies; 16+ messages in thread
From: Gilles Chanteperdrix @ 2009-02-23 17:08 UTC (permalink / raw)
To: Thomas Schaefer; +Cc: xenomai, jan.kiszka
Thomas Schaefer wrote:
>
> Hi,
>
> I downloaded kernel 2.6.28.7 and used the xenomai svn revision 4639.
> BTW. I can't update my svn repository i get "svn: Can't find a temporary directory: Internal error".
> According to Google this means that your svn server is out of disk space.
>
> After running the new kernel and running ./latency -c1 it hangs after "warming up...".
> After ctrl+c I get:
>
> ^C---|------------|------------|------------|--------|-------------------------
> RTS| 4699.016| 0.000| -4699.016| 0| 00:11:21/00:11:21
>
> and it still hangs. Except for this windows the system stays responsive.
>
> Revision 4595 seems to work as expected.
>
> I tried booting the kernel with maxcpus=2 but it yields the same result.
>
> I am running debian lenny on a quad core xeon with 3GB ram.
> The Kernel is compiled for 64bit.
> I attached the kernel config file.
Enable ACPI, except the ACPI "processor" module.
--
Gilles.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
2009-02-23 16:53 ` Jan Kiszka
@ 2009-02-23 18:32 ` Thomas Schaefer
2009-02-23 22:31 ` Jan Kiszka
0 siblings, 1 reply; 16+ messages in thread
From: Thomas Schaefer @ 2009-02-23 18:32 UTC (permalink / raw)
To: jan.kiszka; +Cc: xenomai
Hi,
CONFIG_SCHED_SMT is not set.
I manually overwrite CONFIG_X86_HT to n but every time I run make-kpkg it will overwrite CONFIG_X86_HT to y.
Thomas
----------------------------------------
> Date: Mon, 23 Feb 2009 17:53:17 +0100
> From: jan.kiszka@domain.hid
> To: thomas_schaefer_canada@domain.hid
> CC: xenomai@xenomai.org
> Subject: Re: rt_task_create with mode T_CPU(1)
>
> Thomas Schaefer wrote:
>>
>> Hi,
>>
>> I downloaded kernel 2.6.28.7 and used the xenomai svn revision 4639.
>> BTW. I can't update my svn repository i get "svn: Can't find a temporary directory: Internal error".
>> According to Google this means that your svn server is out of disk space.
>>
>> After running the new kernel and running ./latency -c1 it hangs after "warming up...".
>> After ctrl+c I get:
>>
>> ^C---|------------|------------|------------|--------|-------------------------
>> RTS| 4699.016| 0.000| -4699.016| 0| 00:11:21/00:11:21
>>
>> and it still hangs. Except for this windows the system stays responsive.
>>
>> Revision 4595 seems to work as expected.
>>
>> I tried booting the kernel with maxcpus=2 but it yields the same result.
>>
>> I am running debian lenny on a quad core xeon with 3GB ram.
>> The Kernel is compiled for 64bit.
>> I attached the kernel config file.
>
> You've got CONFIG_X86_HT enabled. In case your CPU actually supports
> this feature, please try to disable it. Latency-wise, it's no good idea
> for RT scheduling anyway. I'm not aware of problems related to it, but
> it's worth a try (and I couldn't test it ATM due to lacking comparable HW).
>
> Jan
>
> --
> Siemens AG, Corporate Technology, CT SE 2
> Corporate Competence Center Embedded Linux
_________________________________________________________________
How fun is this? IMing with Windows Live Messenger just got better.
http://www.microsoft.com/windows/windowslive/products/messenger.aspx
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
2009-02-23 17:05 ` Gilles Chanteperdrix
@ 2009-02-23 18:41 ` Thomas Schaefer
2009-02-23 18:42 ` Gilles Chanteperdrix
0 siblings, 1 reply; 16+ messages in thread
From: Thomas Schaefer @ 2009-02-23 18:41 UTC (permalink / raw)
To: gilles.chanteperdrix; +Cc: xenomai, jan.kiszka
Hi,
----------------------------------------
> Date: Mon, 23 Feb 2009 18:05:56 +0100
> From: gilles.chanteperdrix@xenomai.org
> To: thomas_schaefer_canada@domain.hid
> CC: jan.kiszka@domain.hid xenomai@xenomai.org
> Subject: Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
>
> Thomas Schaefer wrote:
>>
>> Hi,
>>
>> I downloaded kernel 2.6.28.7 and used the xenomai svn revision 4639.
>> BTW. I can't update my svn repository i get "svn: Can't find a temporary directory: Internal error".
>> According to Google this means that your svn server is out of disk space.
>>
>> After running the new kernel and running ./latency -c1 it hangs after "warming up...".
>> After ctrl+c I get:
>>
>> ^C---|------------|------------|------------|--------|-------------------------
>> RTS| 4699.016| 0.000| -4699.016| 0| 00:11:21/00:11:21
>>
>> and it still hangs. Except for this windows the system stays responsive.
>>
>> Revision 4595 seems to work as expected.
>>
>> I tried booting the kernel with maxcpus=2 but it yields the same result.
>>
>> I am running debian lenny on a quad core xeon with 3GB ram.
>> The Kernel is compiled for 64bit.
>> I attached the kernel config file.
>
> What does /proc/cpuinfo say ?
>
>
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Xeon(R) CPU L5408 @ 2.13GHz
stepping : 6
cpu MHz : 2127.961
cache size : 6144 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2
ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
pdcm dca sse4_1 lahf_lm tpr_shadow vnmi flexpriority
bogomips : 4255.92
clflush size : 64
cache_alignment : 64
address sizes : 38 bits physical, 48 bits virtual
power management:
I turned on the APCI except for processor but ./latency -c1 still hangs.
Thomas
_________________________________________________________________
The new Windows Live Messenger. You don’t want to miss this.
http://www.microsoft.com/windows/windowslive/products/messenger.aspx
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
2009-02-23 18:41 ` Thomas Schaefer
@ 2009-02-23 18:42 ` Gilles Chanteperdrix
2009-02-23 18:47 ` Thomas Schaefer
0 siblings, 1 reply; 16+ messages in thread
From: Gilles Chanteperdrix @ 2009-02-23 18:42 UTC (permalink / raw)
To: Thomas Schaefer; +Cc: xenomai, jan.kiszka
Thomas Schaefer wrote:
> Hi,
>
> ----------------------------------------
>> Date: Mon, 23 Feb 2009 18:05:56 +0100
>> From: gilles.chanteperdrix@xenomai.org
>> To: thomas_schaefer_canada@domain.hid
>> CC: jan.kiszka@domain.hid; xenomai@xenomai.org
>> Subject: Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
>>
>> Thomas Schaefer wrote:
>>> Hi,
>>>
>>> I downloaded kernel 2.6.28.7 and used the xenomai svn revision 4639.
>>> BTW. I can't update my svn repository i get "svn: Can't find a temporary directory: Internal error".
>>> According to Google this means that your svn server is out of disk space.
>>>
>>> After running the new kernel and running ./latency -c1 it hangs after "warming up...".
>>> After ctrl+c I get:
>>>
>>> ^C---|------------|------------|------------|--------|-------------------------
>>> RTS| 4699.016| 0.000| -4699.016| 0| 00:11:21/00:11:21
>>>
>>> and it still hangs. Except for this windows the system stays responsive.
>>>
>>> Revision 4595 seems to work as expected.
>>>
>>> I tried booting the kernel with maxcpus=2 but it yields the same result.
>>>
>>> I am running debian lenny on a quad core xeon with 3GB ram.
>>> The Kernel is compiled for 64bit.
>>> I attached the kernel config file.
>> What does /proc/cpuinfo say ?
>>
>>
> processor : 0
> vendor_id : GenuineIntel
> cpu family : 6
> model : 23
> model name : Intel(R) Xeon(R) CPU L5408 @ 2.13GHz
> stepping : 6
> cpu MHz : 2127.961
> cache size : 6144 KB
> physical id : 0
> siblings : 2
> core id : 0
> cpu cores : 2
> apicid : 0
> initial apicid : 0
> fpu : yes
> fpu_exception : yes
> cpuid level : 10
> wp : yes
> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2
> ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
> pdcm dca sse4_1 lahf_lm tpr_shadow vnmi flexpriority
> bogomips : 4255.92
> clflush size : 64
> cache_alignment : 64
> address sizes : 38 bits physical, 48 bits virtual
> power management:
>
> I turned on the APCI except for processor but ./latency -c1 still hangs.
That is normal, the kernel only detected one cpu.
--
Gilles.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
2009-02-23 18:42 ` Gilles Chanteperdrix
@ 2009-02-23 18:47 ` Thomas Schaefer
2009-02-23 19:04 ` Gilles Chanteperdrix
0 siblings, 1 reply; 16+ messages in thread
From: Thomas Schaefer @ 2009-02-23 18:47 UTC (permalink / raw)
To: gilles.chanteperdrix; +Cc: xenomai, jan.kiszka
Hi,
I thought I would safe some space in the email and only list the first core.
All four cores (or 2 with maxcpus=2) show up.
Thomas
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Xeon(R) CPU L5408 @ 2.13GHz
stepping : 6
cpu MHz : 2127.819
cache size : 6144 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 lahf_lm tpr_shadow vnmi flexpriority
bogomips : 4255.63
clflush size : 64
cache_alignment : 64
address sizes : 38 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Xeon(R) CPU L5408 @ 2.13GHz
stepping : 6
cpu MHz : 2127.819
cache size : 6144 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 lahf_lm tpr_shadow vnmi flexpriority
bogomips : 4255.99
clflush size : 64
cache_alignment : 64
address sizes : 38 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Xeon(R) CPU L5408 @ 2.13GHz
stepping : 6
cpu MHz : 2127.819
cache size : 6144 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 lahf_lm tpr_shadow vnmi flexpriority
bogomips : 4256.02
clflush size : 64
cache_alignment : 64
address sizes : 38 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Xeon(R) CPU L5408 @ 2.13GHz
stepping : 6
cpu MHz : 2127.819
cache size : 6144 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 3
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 lahf_lm tpr_shadow vnmi flexpriority
bogomips : 4256.00
clflush size : 64
cache_alignment : 64
address sizes : 38 bits physical, 48 bits virtual
power management:
----------------------------------------
> Date: Mon, 23 Feb 2009 19:42:45 +0100
> From: gilles.chanteperdrix@xenomai.org
> To: thomas_schaefer_canada@domain.hid
> CC: jan.kiszka@domain.hid xenomai@xenomai.org
> Subject: Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
>
> Thomas Schaefer wrote:
>> Hi,
>>
>> ----------------------------------------
>>> Date: Mon, 23 Feb 2009 18:05:56 +0100
>>> From: gilles.chanteperdrix@xenomai.org
>>> To: thomas_schaefer_canada@domain.hid
>>> CC: jan.kiszka@domain.hid xenomai@xenomai.org
>>> Subject: Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
>>>
>>> Thomas Schaefer wrote:
>>>> Hi,
>>>>
>>>> I downloaded kernel 2.6.28.7 and used the xenomai svn revision 4639.
>>>> BTW. I can't update my svn repository i get "svn: Can't find a temporary directory: Internal error".
>>>> According to Google this means that your svn server is out of disk space.
>>>>
>>>> After running the new kernel and running ./latency -c1 it hangs after "warming up...".
>>>> After ctrl+c I get:
>>>>
>>>> ^C---|------------|------------|------------|--------|-------------------------
>>>> RTS| 4699.016| 0.000| -4699.016| 0| 00:11:21/00:11:21
>>>>
>>>> and it still hangs. Except for this windows the system stays responsive.
>>>>
>>>> Revision 4595 seems to work as expected.
>>>>
>>>> I tried booting the kernel with maxcpus=2 but it yields the same result.
>>>>
>>>> I am running debian lenny on a quad core xeon with 3GB ram.
>>>> The Kernel is compiled for 64bit.
>>>> I attached the kernel config file.
>>> What does /proc/cpuinfo say ?
>>>
>>>
>> processor : 0
>> vendor_id : GenuineIntel
>> cpu family : 6
>> model : 23
>> model name : Intel(R) Xeon(R) CPU L5408 @ 2.13GHz
>> stepping : 6
>> cpu MHz : 2127.961
>> cache size : 6144 KB
>> physical id : 0
>> siblings : 2
>> core id : 0
>> cpu cores : 2
>> apicid : 0
>> initial apicid : 0
>> fpu : yes
>> fpu_exception : yes
>> cpuid level : 10
>> wp : yes
>> flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2
>> ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr
>> pdcm dca sse4_1 lahf_lm tpr_shadow vnmi flexpriority
>> bogomips : 4255.92
>> clflush size : 64
>> cache_alignment : 64
>> address sizes : 38 bits physical, 48 bits virtual
>> power management:
>>
>> I turned on the APCI except for processor but ./latency -c1 still hangs.
>
> That is normal, the kernel only detected one cpu.
>
> --
> Gilles.
_________________________________________________________________
Twice the fun—Share photos while you chat with Windows Live Messenger.
http://www.microsoft.com/windows/windowslive/products/messenger.aspx
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
2009-02-23 18:47 ` Thomas Schaefer
@ 2009-02-23 19:04 ` Gilles Chanteperdrix
2009-02-23 19:23 ` Thomas Schaefer
0 siblings, 1 reply; 16+ messages in thread
From: Gilles Chanteperdrix @ 2009-02-23 19:04 UTC (permalink / raw)
To: Thomas Schaefer; +Cc: xenomai, jan.kiszka
Thomas Schaefer wrote:
> Hi,
>
> I thought I would safe some space in the email and only list the first core.
> All four cores (or 2 with maxcpus=2) show up.
Ok. Could you show us the boot logs then?
--
Gilles.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
2009-02-23 19:04 ` Gilles Chanteperdrix
@ 2009-02-23 19:23 ` Thomas Schaefer
0 siblings, 0 replies; 16+ messages in thread
From: Thomas Schaefer @ 2009-02-23 19:23 UTC (permalink / raw)
To: gilles.chanteperdrix; +Cc: xenomai, jan.kiszka
[-- Attachment #1: Type: text/plain, Size: 761 bytes --]
Yes, of course.
Thomas
----------------------------------------
> Date: Mon, 23 Feb 2009 20:04:45 +0100
> From: gilles.chanteperdrix@xenomai.org
> To: thomas_schaefer_canada@domain.hid
> CC: jan.kiszka@domain.hid xenomai@xenomai.org
> Subject: Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
>
> Thomas Schaefer wrote:
>> Hi,
>>
>> I thought I would safe some space in the email and only list the first core.
>> All four cores (or 2 with maxcpus=2) show up.
>
> Ok. Could you show us the boot logs then?
>
> --
> Gilles.
_________________________________________________________________
How fun is this? IMing with Windows Live Messenger just got better.
http://www.microsoft.com/windows/windowslive/products/messenger.aspx
[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain, Size: 42265 bytes --]
[ 0.000000] BIOS EBDA/lowmem at: 0009cc00/0009cc00
[ 0.000000] Linux version 2.6.28.7 (root@thomas-test) (gcc version 4.3.2 (Debian 4.3.2-1.1) ) #1 SMP Mon Feb 23 19:08:04 UTC 2009
[ 0.000000] Command line: root=/dev/sda1 ro console=ttyS0,115200N8
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009cc00 (usable)
[ 0.000000] BIOS-e820: 000000000009cc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000c0000 - 00000000000c4000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 00000000000e0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bff10000 (usable)
[ 0.000000] BIOS-e820: 00000000bff10000 - 00000000bff1b000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bff1b000 - 00000000bff1c000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bff1c000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] DMI present.
[ 0.000000] Phoenix BIOS detected: BIOS may corrupt low RAM, working it around.
[ 0.000000] last_pfn = 0xbff10 max_arch_pfn = 0x3ffffffff
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bff10000
[ 0.000000] 0000000000 - 00bfe00000 page 2M
[ 0.000000] 00bfe00000 - 00bff10000 page 4k
[ 0.000000] kernel direct mapping tables up to bff10000 @ 10000-15000
[ 0.000000] last_map_addr: bff10000 end: bff10000
[ 0.000000] RAMDISK: 37e11000 - 37fefb08
[ 0.000000] ACPI: RSDP 000F7150, 0024 (r2 PTLTD )
[ 0.000000] ACPI: XSDT BFF134DE, 0094 (r1 PTLTD XSDT 6040000 LTP 0)
[ 0.000000] ACPI: FACP BFF1ADEC, 00F4 (r3 MSLI GRAVITY 6040000 PTL 3)
[ 0.000000] ACPI: DSDT BFF15044, 5D24 (r1 Intel SEABURG 6040000 MSFT 3000001)
[ 0.000000] ACPI: FACS BFF1BFC0, 0040
[ 0.000000] ACPI: APIC BFF1AEE0, 0084 (r1 PTLTD APIC 6040000 LTP 0)
[ 0.000000] ACPI: MCFG BFF1AF64, 003C (r1 PTLTD MCFG 6040000 LTP 0)
[ 0.000000] ACPI: HPET BFF1AFA0, 0038 (r1 PTLTD HPETTBL 6040000 LTP 1)
[ 0.000000] ACPI: BOOT BFF1AFD8, 0028 (r1 PTLTD $SBFTBL$ 6040000 LTP 1)
[ 0.000000] ACPI: SSDT BFF14DE5, 025F (r1 PmRef Cpu0Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT BFF14D3F, 00A6 (r1 PmRef Cpu7Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT BFF14C99, 00A6 (r1 PmRef Cpu6Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT BFF14BF3, 00A6 (r1 PmRef Cpu5Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT BFF14B4D, 00A6 (r1 PmRef Cpu4Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT BFF14AA7, 00A6 (r1 PmRef Cpu3Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT BFF14A01, 00A6 (r1 PmRef Cpu2Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT BFF1495B, 00A6 (r1 PmRef Cpu1Tst 3000 INTL 20050228)
[ 0.000000] ACPI: SSDT BFF13572, 13E9 (r1 PmRef CpuPm 3000 INTL 20050228)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] (6 early reservations) ==> bootmem [0000000000 - 00bff10000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
[ 0.000000] #2 [0000200000 - 000094e810] TEXT DATA BSS ==> [0000200000 - 000094e810]
[ 0.000000] #3 [0037e11000 - 0037fefb08] RAMDISK ==> [0037e11000 - 0037fefb08]
[ 0.000000] #4 [000009cc00 - 0000100000] BIOS reserved ==> [000009cc00 - 0000100000]
[ 0.000000] #5 [0000010000 - 0000013000] PGTABLE ==> [0000010000 - 0000013000]
[ 0.000000] found SMP MP-table at [ffff8800000f7180] 000f7180
[ 0.000000] [ffffe20000000000-ffffe200029fffff] PMD -> [ffff880001200000-ffff880003bfffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00100000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009c
[ 0.000000] 0: 0x00000100 -> 0x000bff10
[ 0.000000] On node 0 totalpages: 786076
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 1977 pages reserved
[ 0.000000] DMA zone: 1947 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10693 pages used for memmap
[ 0.000000] DMA32 zone: 771403 pages, LIFO batch:31
[ 0.000000] Normal zone: 0 pages used for memmap
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 4, version 0, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] Allocating PCI resources starting at c2000000 (gap: c0000000:20000000)
[ 0.000000] PERCPU: Allocating 65536 bytes of per cpu data
[ 0.000000] NR_CPUS: 4, nr_cpu_ids: 4, nr_node_ids 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 773350
[ 0.000000] Kernel command line: root=/dev/sda1 ro console=ttyS0,115200N8
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2128.331 MHz processor.
[ 0.004000] I-pipe 2.2-06: pipeline enabled.
[ 0.004000] Console: colour dummy device 80x25
[ 0.004000] console [ttyS0] enabled
[ 0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.004000] Checking aperture...
[ 0.004000] No AGP bridge found
[ 0.004000] Memory: 3084776k/3144768k available (4101k kernel code, 464k absent, 58984k reserved, 1969k data, 396k init)
[ 0.004000] SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.004000] hpet clockevent registered
[ 0.004000] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.004009] Calibrating delay loop (skipped), value calculated using timer frequency.. 4256.66 BogoMIPS (lpj=8513324)
[ 0.012024] Mount-cache hash table entries: 256
[ 0.016157] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.021663] CPU: L2 cache: 6144K
[ 0.024003] CPU: Physical Processor ID: 0
[ 0.028002] CPU: Processor Core ID: 0
[ 0.032007] CPU0: Thermal monitoring enabled (TM2)
[ 0.036010] Freeing SMP alternatives: 40k freed
[ 0.040033] ACPI: Core revision 20080926
[ 0.056051] Setting APIC routing to flat
[ 0.060333] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.105319] CPU0: Intel(R) Xeon(R) CPU L5408 @ 2.13GHz stepping 06
[ 0.116001] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.004000] Initializing CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 4255.85 BogoMIPS (lpj=8511712)
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 6144K
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 1
[ 0.004000] CPU1: Thermal monitoring enabled (TM2)
[ 0.004000] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[ 0.209967] CPU1: Intel(R) Xeon(R) CPU L5408 @ 2.13GHz stepping 06
[ 0.217254] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.220109] Booting processor 2 APIC 0x2 ip 0x6000
[ 0.004000] Initializing CPU#2
[ 0.004000] Calibrating delay using timer specific routine.. 4256.02 BogoMIPS (lpj=8512050)
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 6144K
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 2
[ 0.004000] CPU2: Thermal monitoring enabled (TM2)
[ 0.004000] x86 PAT enabled: cpu 2, old 0x7040600070406, new 0x7010600070106
[ 0.317980] CPU2: Intel(R) Xeon(R) CPU L5408 @ 2.13GHz stepping 06
[ 0.325256] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[ 0.328081] Booting processor 3 APIC 0x3 ip 0x6000
[ 0.004000] Initializing CPU#3
[ 0.004000] Calibrating delay using timer specific routine.. 4255.98 BogoMIPS (lpj=8511961)
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 6144K
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 3
[ 0.004000] CPU3: Thermal monitoring enabled (TM2)
[ 0.004000] x86 PAT enabled: cpu 3, old 0x7040600070406, new 0x7010600070106
[ 0.425969] CPU3: Intel(R) Xeon(R) CPU L5408 @ 2.13GHz stepping 06
[ 0.433256] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[ 0.436014] Brought up 4 CPUs
[ 0.440004] Total of 4 processors activated (17024.52 BogoMIPS).
[ 0.444046] CPU0 attaching sched-domain:
[ 0.444049] domain 0: span 0-1 level MC
[ 0.444052] groups: 0 1
[ 0.444055] domain 1: span 0-3 level CPU
[ 0.444057] groups: 0-1 2-3
[ 0.444062] CPU1 attaching sched-domain:
[ 0.444064] domain 0: span 0-1 level MC
[ 0.444066] groups: 1 0
[ 0.444069] domain 1: span 0-3 level CPU
[ 0.444071] groups: 0-1 2-3
[ 0.444075] CPU2 attaching sched-domain:
[ 0.444076] domain 0: span 2-3 level MC
[ 0.444078] groups: 2 3
[ 0.444081] domain 1: span 0-3 level CPU
[ 0.444083] groups: 2-3 0-1
[ 0.444087] CPU3 attaching sched-domain:
[ 0.444089] domain 0: span 2-3 level MC
[ 0.444090] groups: 3 2
[ 0.444093] domain 1: span 0-3 level CPU
[ 0.444095] groups: 2-3 0-1
[ 0.444197] net_namespace: 952 bytes
[ 0.448116] NET: Registered protocol family 16
[ 0.456018] ACPI: bus type pci registered
[ 0.460008] PCI: Using configuration type 1 for base access
[ 0.468663] ACPI: EC: Look up EC in DSDT
[ 0.473247] ACPI: Interpreter enabled
[ 0.476003] ACPI: (supports S0 S5)
[ 0.480285] ACPI: Using IOAPIC for interrupt routing
[ 0.488512] ACPI: No dock devices found.
[ 0.492013] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.496047] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 0.500008] pci 0000:00:00.0: PME# disabled
[ 0.504036] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[ 0.508004] pci 0000:00:02.0: PME# disabled
[ 0.512035] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.516004] pci 0000:00:03.0: PME# disabled
[ 0.520034] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[ 0.524004] pci 0000:00:04.0: PME# disabled
[ 0.528034] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[ 0.532004] pci 0000:00:05.0: PME# disabled
[ 0.536034] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 0.540004] pci 0000:00:06.0: PME# disabled
[ 0.544034] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 0.548004] pci 0000:00:07.0: PME# disabled
[ 0.552032] pci 0000:00:08.0: reg 10 64bit mmio: [0xfe700000-0xfe7003ff]
[ 0.552050] pci 0000:00:08.0: PME# supported from D0 D3hot D3cold
[ 0.556004] pci 0000:00:08.0: PME# disabled
[ 0.560247] pci 0000:00:1a.0: reg 20 io port: [0x1820-0x183f]
[ 0.560308] pci 0000:00:1a.1: reg 20 io port: [0x1840-0x185f]
[ 0.560370] pci 0000:00:1a.2: reg 20 io port: [0x1860-0x187f]
[ 0.560435] pci 0000:00:1a.7: reg 10 32bit mmio: [0xdf400000-0xdf4003ff]
[ 0.560472] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.564005] pci 0000:00:1a.7: PME# disabled
[ 0.568048] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.572005] pci 0000:00:1c.0: PME# disabled
[ 0.576060] pci 0000:00:1d.0: reg 20 io port: [0x1880-0x189f]
[ 0.576122] pci 0000:00:1d.1: reg 20 io port: [0x18a0-0x18bf]
[ 0.576183] pci 0000:00:1d.2: reg 20 io port: [0x18c0-0x18df]
[ 0.576251] pci 0000:00:1d.7: reg 10 32bit mmio: [0xdf400400-0xdf4007ff]
[ 0.576289] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.580005] pci 0000:00:1d.7: PME# disabled
[ 0.584115] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
[ 0.588005] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH6 GPIO
[ 0.592053] pci 0000:00:1f.2: reg 10 io port: [0x1c50-0x1c57]
[ 0.592058] pci 0000:00:1f.2: reg 14 io port: [0x1c44-0x1c47]
[ 0.592064] pci 0000:00:1f.2: reg 18 io port: [0x1c48-0x1c4f]
[ 0.592069] pci 0000:00:1f.2: reg 1c io port: [0x1c40-0x1c43]
[ 0.592075] pci 0000:00:1f.2: reg 20 io port: [0x18e0-0x18ff]
[ 0.592081] pci 0000:00:1f.2: reg 24 32bit mmio: [0xdf400800-0xdf400fff]
[ 0.592094] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.596005] pci 0000:00:1f.2: PME# disabled
[ 0.600030] pci 0000:00:1f.3: reg 10 64bit mmio: [0xdf401000-0xdf4010ff]
[ 0.600043] pci 0000:00:1f.3: reg 20 io port: [0x1c00-0x1c1f]
[ 0.600093] pci 0000:00:1f.6: reg 10 64bit mmio: [0xdf402000-0xdf402fff]
[ 0.600170] pci 0000:00:02.0: bridge io port: [0x2000-0x2fff]
[ 0.600174] pci 0000:00:02.0: bridge 32bit mmio: [0xdf500000-0xdf5fffff]
[ 0.600179] pci 0000:00:02.0: bridge 64bit mmio pref: [0xdfa00000-0xdfbfffff]
[ 0.600261] pci 0000:04:00.0: reg 10 64bit mmio: [0xdfc00000-0xdfc003ff]
[ 0.600289] pci 0000:04:00.0: reg 30 32bit mmio: [0x000000-0x0fffff]
[ 0.600344] pci 0000:00:04.0: bridge 64bit mmio pref: [0xdfc00000-0xdfdfffff]
[ 0.600416] pci 0000:07:00.0: reg 10 32bit mmio: [0xdf600000-0xdf61ffff]
[ 0.600427] pci 0000:07:00.0: reg 18 io port: [0x3000-0x301f]
[ 0.600454] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[ 0.604005] pci 0000:07:00.0: PME# disabled
[ 0.608040] pci 0000:07:00.1: reg 10 32bit mmio: [0xdf620000-0xdf63ffff]
[ 0.608051] pci 0000:07:00.1: reg 18 io port: [0x3020-0x303f]
[ 0.608078] pci 0000:07:00.1: PME# supported from D0 D3hot D3cold
[ 0.612005] pci 0000:07:00.1: PME# disabled
[ 0.616049] pci 0000:00:06.0: bridge io port: [0x3000-0x3fff]
[ 0.616052] pci 0000:00:06.0: bridge 32bit mmio: [0xdf600000-0xdf6fffff]
[ 0.616088] pci 0000:08:00.0: reg 10 32bit mmio: [0xdf720000-0xdf73ffff]
[ 0.616095] pci 0000:08:00.0: reg 14 32bit mmio: [0xdf700000-0xdf71ffff]
[ 0.616101] pci 0000:08:00.0: reg 18 io port: [0x4000-0x401f]
[ 0.616121] pci 0000:08:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[ 0.616130] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[ 0.620005] pci 0000:08:00.0: PME# disabled
[ 0.624040] pci 0000:08:00.1: reg 10 32bit mmio: [0xdf760000-0xdf77ffff]
[ 0.624046] pci 0000:08:00.1: reg 14 32bit mmio: [0xdf740000-0xdf75ffff]
[ 0.624053] pci 0000:08:00.1: reg 18 io port: [0x4020-0x403f]
[ 0.624072] pci 0000:08:00.1: reg 30 32bit mmio: [0x000000-0x01ffff]
[ 0.624081] pci 0000:08:00.1: PME# supported from D0 D3hot D3cold
[ 0.628005] pci 0000:08:00.1: PME# disabled
[ 0.632049] pci 0000:00:07.0: bridge io port: [0x4000-0x4fff]
[ 0.632052] pci 0000:00:07.0: bridge 32bit mmio: [0xdf700000-0xdf7fffff]
[ 0.632145] pci 0000:00:1e.0: transparent bridge
[ 0.636036] bus 00 -> node 0
[ 0.636041] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.636944] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[ 0.637089] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 0.644081] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 10 11 14 15)
[ 0.650563] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 14 15)
[ 0.654551] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 11 14 15)
[ 0.661896] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.669929] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.678213] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.686475] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.694484] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 6 7 10 11 14 15) *0, disabled.
[ 0.702730] SCSI subsystem initialized
[ 0.704019] libata version 3.00 loaded.
[ 0.704019] usbcore: registered new interface driver usbfs
[ 0.708018] usbcore: registered new interface driver hub
[ 0.712018] usbcore: registered new device driver usb
[ 0.716018] dca service started, version 1.4
[ 0.720015] PCI: Using ACPI for IRQ routing
[ 0.752009] Switched to high resolution mode on CPU 0
[ 0.754175] Switched to high resolution mode on CPU 1
[ 0.754184] Switched to high resolution mode on CPU 3
[ 0.754198] Switched to high resolution mode on CPU 2
[ 0.760014] pnp: PnP ACPI init
[ 0.763073] ACPI: bus type pnp registered
[ 0.770007] pnp: PnP ACPI: found 11 devices
[ 0.774192] ACPI: ACPI bus type pnp unregistered
[ 0.778817] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[ 0.785169] system 00:01: ioport range 0x600-0x63f has been reserved
[ 0.791521] system 00:01: ioport range 0x800-0x80f has been reserved
[ 0.797872] system 00:01: ioport range 0x1000-0x107f has been reserved
[ 0.804397] system 00:01: ioport range 0x1180-0x11bf has been reserved
[ 0.810922] system 00:01: ioport range 0xfe00-0xfe00 has been reserved
[ 0.817447] system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
[ 0.824578] system 00:01: iomem range 0xfed20000-0xfed3ffff has been reserved
[ 0.831710] system 00:01: iomem range 0xfed40000-0xfed44fff has been reserved
[ 0.838841] system 00:01: iomem range 0xfed45000-0xfed8ffff has been reserved
[ 0.845972] system 00:01: iomem range 0xfee00000-0xfee0ffff could not be reserved
[ 0.853450] system 00:01: iomem range 0xfef00000-0xfeffffff has been reserved
[ 0.865705] pci 0000:00:02.0: PCI bridge, secondary bus 0000:01
[ 0.871620] pci 0000:00:02.0: IO window: 0x2000-0x2fff
[ 0.876932] pci 0000:00:02.0: MEM window: 0xdf500000-0xdf5fffff
[ 0.883024] pci 0000:00:02.0: PREFETCH window: 0x000000dfa00000-0x000000dfbfffff
[ 0.890589] pci 0000:00:03.0: PCI bridge, secondary bus 0000:03
[ 0.896504] pci 0000:00:03.0: IO window: disabled
[ 0.901385] pci 0000:00:03.0: MEM window: disabled
[ 0.906351] pci 0000:00:03.0: PREFETCH window: disabled
[ 0.911749] pci 0000:00:04.0: PCI bridge, secondary bus 0000:04
[ 0.917665] pci 0000:00:04.0: IO window: disabled
[ 0.922545] pci 0000:00:04.0: MEM window: 0xc2000000-0xc20fffff
[ 0.928638] pci 0000:00:04.0: PREFETCH window: 0x000000dfc00000-0x000000dfdfffff
[ 0.936203] pci 0000:00:05.0: PCI bridge, secondary bus 0000:06
[ 0.942118] pci 0000:00:05.0: IO window: disabled
[ 0.946998] pci 0000:00:05.0: MEM window: disabled
[ 0.951962] pci 0000:00:05.0: PREFETCH window: disabled
[ 0.957362] pci 0000:00:06.0: PCI bridge, secondary bus 0000:07
[ 0.963278] pci 0000:00:06.0: IO window: 0x3000-0x3fff
[ 0.968592] pci 0000:00:06.0: MEM window: 0xdf600000-0xdf6fffff
[ 0.975420] pci 0000:00:06.0: PREFETCH window: disabled
[ 0.980821] pci 0000:00:07.0: PCI bridge, secondary bus 0000:08
[ 0.986734] pci 0000:00:07.0: IO window: 0x4000-0x4fff
[ 0.992048] pci 0000:00:07.0: MEM window: 0xdf700000-0xdf7fffff
[ 0.998138] pci 0000:00:07.0: PREFETCH window: 0x000000c2100000-0x000000c21fffff
[ 1.005705] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:09
[ 1.011619] pci 0000:00:1c.0: IO window: disabled
[ 1.016501] pci 0000:00:1c.0: MEM window: disabled
[ 1.021465] pci 0000:00:1c.0: PREFETCH window: disabled
[ 1.026866] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:0a
[ 1.032780] pci 0000:00:1e.0: IO window: disabled
[ 1.037660] pci 0000:00:1e.0: MEM window: disabled
[ 1.042626] pci 0000:00:1e.0: PREFETCH window: disabled
[ 1.048033] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.054731] pci 0000:00:02.0: setting latency timer to 64
[ 1.054736] pci 0000:00:03.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.061438] pci 0000:00:03.0: setting latency timer to 64
[ 1.061443] pci 0000:00:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.068142] pci 0000:00:04.0: setting latency timer to 64
[ 1.068147] pci 0000:00:05.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.074841] pci 0000:00:05.0: setting latency timer to 64
[ 1.074846] pci 0000:00:06.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.081549] pci 0000:00:06.0: setting latency timer to 64
[ 1.081554] pci 0000:00:07.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.088254] pci 0000:00:07.0: setting latency timer to 64
[ 1.088261] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.094962] pci 0000:00:1c.0: setting latency timer to 64
[ 1.094968] pci 0000:00:1e.0: setting latency timer to 64
[ 1.094972] bus: 00 index 0 io port: [0x00-0xffff]
[ 1.099761] bus: 00 index 1 mmio: [0x000000-0xffffffffffffffff]
[ 1.105678] bus: 01 index 0 io port: [0x2000-0x2fff]
[ 1.110645] bus: 01 index 1 mmio: [0xdf500000-0xdf5fffff]
[ 1.116043] bus: 01 index 2 mmio: [0xdfa00000-0xdfbfffff]
[ 1.121440] bus: 01 index 3 mmio: [0x0-0x0]
[ 1.125626] bus: 03 index 0 mmio: [0x0-0x0]
[ 1.129810] bus: 03 index 1 mmio: [0x0-0x0]
[ 1.133995] bus: 03 index 2 mmio: [0x0-0x0]
[ 1.138181] bus: 03 index 3 mmio: [0x0-0x0]
[ 1.142367] bus: 04 index 0 mmio: [0x0-0x0]
[ 1.146553] bus: 04 index 1 mmio: [0xc2000000-0xc20fffff]
[ 1.151949] bus: 04 index 2 mmio: [0xdfc00000-0xdfdfffff]
[ 1.157348] bus: 04 index 3 mmio: [0x0-0x0]
[ 1.161534] bus: 06 index 0 mmio: [0x0-0x0]
[ 1.165718] bus: 06 index 1 mmio: [0x0-0x0]
[ 1.169903] bus: 06 index 2 mmio: [0x0-0x0]
[ 1.174090] bus: 06 index 3 mmio: [0x0-0x0]
[ 1.178274] bus: 07 index 0 io port: [0x3000-0x3fff]
[ 1.183240] bus: 07 index 1 mmio: [0xdf600000-0xdf6fffff]
[ 1.188637] bus: 07 index 2 mmio: [0x0-0x0]
[ 1.192823] bus: 07 index 3 mmio: [0x0-0x0]
[ 1.197009] bus: 08 index 0 io port: [0x4000-0x4fff]
[ 1.201973] bus: 08 index 1 mmio: [0xdf700000-0xdf7fffff]
[ 1.207372] bus: 08 index 2 mmio: [0xc2100000-0xc21fffff]
[ 1.212770] bus: 08 index 3 mmio: [0x0-0x0]
[ 1.216955] bus: 09 index 0 mmio: [0x0-0x0]
[ 1.221141] bus: 09 index 1 mmio: [0x0-0x0]
[ 1.225325] bus: 09 index 2 mmio: [0x0-0x0]
[ 1.229512] bus: 09 index 3 mmio: [0x0-0x0]
[ 1.234399] bus: 0a index 0 mmio: [0x0-0x0]
[ 1.238583] bus: 0a index 1 mmio: [0x0-0x0]
[ 1.242769] bus: 0a index 2 mmio: [0x0-0x0]
[ 1.246954] bus: 0a index 3 io port: [0x00-0xffff]
[ 1.251745] bus: 0a index 4 mmio: [0x000000-0xffffffffffffffff]
[ 1.257673] NET: Registered protocol family 2
[ 1.300051] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 1.307873] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 1.317021] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 1.324166] TCP: Hash tables configured (established 262144 bind 65536)
[ 1.330780] TCP reno registered
[ 1.344093] NET: Registered protocol family 1
[ 1.348561] checking if image is initramfs... it is
[ 1.483264] Freeing initrd memory: 1914k freed
[ 1.488143] Simple Boot Flag at 0x36 set to 0x80
[ 1.495559] Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 1.503449] alg: cipher: Test 1 failed on encryption for aes-asm
[ 1.509456] 00000000: 00 01 02 03 04 05 06 07 08 08 08 08 08 08 08 08
[ 1.516388] I-pipe: Domain Xenomai registered.
[ 1.521025] Xenomai: hal/x86_64 started.
[ 1.526549] Xenomai: real-time nucleus v2.5-devel (Flying In A Blue Dream) loaded.
[ 1.534372] Xenomai: starting native API services.
[ 1.539166] Xenomai: starting POSIX services.
[ 1.543566] Xenomai: starting RTDM services.
[ 1.548164] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.557963] msgmni has been set to 6029
[ 1.561860] alg: No test for cipher_null (cipher_null-generic)
[ 1.567774] alg: No test for digest_null (digest_null-generic)
[ 1.573652] alg: No test for compress_null (compress_null-generic)
[ 1.580692] alg: No test for fcrypt (fcrypt-generic)
[ 1.587613] alg: No test for stdrng (krng)
[ 1.591726] io scheduler noop registered
[ 1.595654] io scheduler anticipatory registered (default)
[ 1.602760] pcieport-driver 0000:00:02.0: setting latency timer to 64
[ 1.602789] pcieport-driver 0000:00:02.0: found MSI capability
[ 1.608645] pcieport-driver 0000:00:02.0: irq 383 for MSI/MSI-X
[ 1.608654] pci_express 0000:00:02.0:pcie00: allocate port service
[ 1.608731] pcieport-driver 0000:00:03.0: setting latency timer to 64
[ 1.608758] pcieport-driver 0000:00:03.0: found MSI capability
[ 1.614606] pcieport-driver 0000:00:03.0: irq 382 for MSI/MSI-X
[ 1.614614] pci_express 0000:00:03.0:pcie00: allocate port service
[ 1.614691] pcieport-driver 0000:00:04.0: setting latency timer to 64
[ 1.614719] pcieport-driver 0000:00:04.0: found MSI capability
[ 1.620563] pcieport-driver 0000:00:04.0: irq 381 for MSI/MSI-X
[ 1.620571] pci_express 0000:00:04.0:pcie00: allocate port service
[ 1.620611] pci_express 0000:00:04.0:pcie02: allocate port service
[ 1.620683] pcieport-driver 0000:00:05.0: setting latency timer to 64
[ 1.620711] pcieport-driver 0000:00:05.0: found MSI capability
[ 1.626560] pcieport-driver 0000:00:05.0: irq 380 for MSI/MSI-X
[ 1.626569] pci_express 0000:00:05.0:pcie00: allocate port service
[ 1.626648] pcieport-driver 0000:00:06.0: setting latency timer to 64
[ 1.626676] pcieport-driver 0000:00:06.0: found MSI capability
[ 1.632522] pcieport-driver 0000:00:06.0: irq 379 for MSI/MSI-X
[ 1.632530] pci_express 0000:00:06.0:pcie00: allocate port service
[ 1.632572] pci_express 0000:00:06.0:pcie02: allocate port service
[ 1.632644] pcieport-driver 0000:00:07.0: setting latency timer to 64
[ 1.632672] pcieport-driver 0000:00:07.0: found MSI capability
[ 1.638517] pcieport-driver 0000:00:07.0: irq 378 for MSI/MSI-X
[ 1.638525] pci_express 0000:00:07.0:pcie00: allocate port service
[ 1.638599] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 1.638629] pcieport-driver 0000:00:1c.0: found MSI capability
[ 1.644485] pcieport-driver 0000:00:1c.0: irq 377 for MSI/MSI-X
[ 1.644496] pci_express 0000:00:1c.0:pcie00: allocate port service
[ 1.644535] pci_express 0000:00:1c.0:pcie02: allocate port service
[ 1.644827] input: Power Button (FF) as /class/input/input0
[ 1.650400] ACPI: Power Button (FF) [PWRF]
[ 1.654572] input: Power Button (CM) as /class/input/input1
[ 1.660147] ACPI: Power Button (CM) [PWRB]
[ 1.690137] Non-volatile memory driver v1.2
[ 1.694420] Linux agpgart interface v0.103
[ 1.698516] Serial: 8250/16550 driver2 ports, IRQ sharing enabled
[ 1.704727] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.711117] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.717645] brd: module loaded
[ 1.721468] loop: module loaded
[ 1.724616] Intel(R) PRO/1000 Network Driver - version 7.3.21-k3-NAPI
[ 1.731052] Copyright (c) 1999-2006 Intel Corporation.
[ 1.736241] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
[ 1.742335] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[ 1.748198] e1000e 0000:07:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.755162] e1000e 0000:07:00.0: setting latency timer to 64
[ 1.755254] e1000e 0000:07:00.0: irq 376 for MSI/MSI-X
[ 1.914488] 0000:07:00.0: eth0: (PCI Express:2.5GB/s:Width x4) 00:60:2b:02:40:b8
[ 1.921875] 0000:07:00.0: eth0: Intel(R) PRO/1000 Network Connection
[ 1.928300] 0000:07:00.0: eth0: MAC: 0, PHY: 4, PBA No: ffffff-0ff
[ 1.934494] e1000e 0000:07:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 1.941452] e1000e 0000:07:00.1: setting latency timer to 64
[ 1.941535] e1000e 0000:07:00.1: irq 375 for MSI/MSI-X
[ 2.102467] 0000:07:00.1: eth1: (PCI Express:2.5GB/s:Width x4) 00:60:2b:02:40:b9
[ 2.109863] 0000:07:00.1: eth1: Intel(R) PRO/1000 Network Connection
[ 2.116283] 0000:07:00.1: eth1: MAC: 0, PHY: 4, PBA No: ffffff-0ff
[ 2.122480] e1000e 0000:08:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 2.129440] e1000e 0000:08:00.0: setting latency timer to 64
[ 2.129524] e1000e 0000:08:00.0: irq 374 for MSI/MSI-X
[ 2.290478] 0000:08:00.0: eth2: (PCI Express:2.5GB/s:Width x4) 00:15:17:4a:d6:b8
[ 2.297867] 0000:08:00.0: eth2: Intel(R) PRO/1000 Network Connection
[ 2.304294] 0000:08:00.0: eth2: MAC: 0, PHY: 4, PBA No: d50868-003
[ 2.310493] e1000e 0000:08:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 2.317454] e1000e 0000:08:00.1: setting latency timer to 64
[ 2.317536] e1000e 0000:08:00.1: irq 373 for MSI/MSI-X
[ 2.478490] 0000:08:00.1: eth3: (PCI Express:2.5GB/s:Width x4) 00:15:17:4a:d6:b9
[ 2.485883] 0000:08:00.1: eth3: Intel(R) PRO/1000 Network Connection
[ 2.492304] 0000:08:00.1: eth3: MAC: 0, PHY: 4, PBA No: d50868-003
[ 2.498522] Ethernet Channel Bonding Driver: v3.3.0 (June 10, 2008)
[ 2.504790] bonding: Warning: either miimon or arp_interval and arp_ip_target module parameters must be specified, otherwise bonding will not detect link failures! see bonding.txt for details.
[ 2.522352] Driver 'sd' needs updating - please use bus_type methods
[ 2.528759] ahci 0000:00:1f.2: version 3.0
[ 2.528767] ahci 0000:00:1f.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 2.535573] ahci 0000:00:1f.2: irq 372 for MSI/MSI-X
[ 2.535648] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0xf impl SATA mode
[ 2.543732] ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pmp pio slum part
[ 2.551035] ahci 0000:00:1f.2: setting latency timer to 64
[ 2.551329] scsi0 : ahci
[ 2.553967] scsi1 : ahci
[ 2.556576] scsi2 : ahci
[ 2.559190] scsi3 : ahci
[ 2.561808] scsi4 : ahci
[ 2.564419] scsi5 : ahci
[ 2.567092] ata1: SATA max UDMA/133 abar m2048@0xdf400800 port 0xdf400900 irq 372
[ 2.574570] ata2: SATA max UDMA/133 abar m2048@0xdf400800 port 0xdf400980 irq 372
[ 2.582049] ata3: SATA max UDMA/133 abar m2048@0xdf400800 port 0xdf400a00 irq 372
[ 2.589524] ata4: SATA max UDMA/133 abar m2048@0xdf400800 port 0xdf400a80 irq 372
[ 2.597002] ata5: DUMMY
[ 2.599454] ata6: DUMMY
[ 3.084013] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 3.091007] ata1.00: ATA-8: WDC WD2502ABYS-01B7A0, 02.03B02, max UDMA/133
[ 3.097795] ata1.00: 490350672 sectors, multi 0: LBA48 NCQ (depth 31/32)
[ 3.105410] ata1.00: configured for UDMA/133
[ 3.428012] ata2: SATA link down (SStatus 0 SControl 300)
[ 3.752011] ata3: SATA link down (SStatus 0 SControl 300)
[ 4.076011] ata4: SATA link down (SStatus 0 SControl 300)
[ 4.081539] scsi 0:0:0:0: Direct-Access ATA WDC WD2502ABYS-0 02.0 PQ: 0 ANSI: 5
[ 4.089772] sd 0:0:0:0: [sda] 490350672 512-byte hardware sectors: (251 GB/233 GiB)
[ 4.097436] sd 0:0:0:0: [sda] Write Protect is off
[ 4.102225] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.102246] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.111337] sd 0:0:0:0: [sda] 490350672 512-byte hardware sectors: (251 GB/233 GiB)
[ 4.119002] sd 0:0:0:0: [sda] Write Protect is off
[ 4.123792] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.123813] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.132846] sda: sda1 sda2
[ 4.150606] sd 0:0:0:0: [sda] Attached SCSI disk
[ 4.155406] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.161965] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 4.169113] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 4.169116] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 4.174411] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 4.185724] ehci_hcd 0000:00:1a.7: debug port 1
[ 4.190255] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[ 4.190272] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xdf400000
[ 4.208007] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 4.213860] usb usb1: configuration #1 chosen from 1 choice
[ 4.219480] hub 1-0:1.0: USB hub found
[ 4.223236] hub 1-0:1.0: 6 ports detected
[ 4.227428] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 4.234565] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 4.234568] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 4.239836] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 4.251111] ehci_hcd 0000:00:1d.7: debug port 1
[ 4.255642] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 4.255654] ehci_hcd 0000:00:1d.7: irq 16, io mem 0xdf400400
[ 4.276006] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 4.281824] usb usb2: configuration #1 chosen from 1 choice
[ 4.287445] hub 2-0:1.0: USB hub found
[ 4.291205] hub 2-0:1.0: 6 ports detected
[ 4.295373] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 4.301590] uhci_hcd: USB Universal Host Controller Interface driver
[ 4.307974] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 4.315111] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 4.315114] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 4.320389] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 4.327795] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001820
[ 4.333632] usb usb3: configuration #1 chosen from 1 choice
[ 4.339258] hub 3-0:1.0: USB hub found
[ 4.343013] hub 3-0:1.0: 2 ports detected
[ 4.347145] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 4.354276] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 4.354279] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 4.359557] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 4.366974] uhci_hcd 0000:00:1a.1: irq 17, io base 0x00001840
[ 4.372818] usb usb4: configuration #1 chosen from 1 choice
[ 4.378444] hub 4-0:1.0: USB hub found
[ 4.382196] hub 4-0:1.0: 2 ports detected
[ 4.386330] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 4.393470] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 4.393472] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 4.398750] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 4.406161] uhci_hcd 0000:00:1a.2: irq 18, io base 0x00001860
[ 4.412006] usb usb5: configuration #1 chosen from 1 choice
[ 4.417638] hub 5-0:1.0: USB hub found
[ 4.421396] hub 5-0:1.0: 2 ports detected
[ 4.425543] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 4.432677] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 4.432680] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 4.437973] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 4.445380] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00001880
[ 4.451218] usb usb6: configuration #1 chosen from 1 choice
[ 4.456843] hub 6-0:1.0: USB hub found
[ 4.460597] hub 6-0:1.0: 2 ports detected
[ 4.464731] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 4.471869] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 4.471872] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 4.477151] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 4.484563] uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018a0
[ 4.490401] usb usb7: configuration #1 chosen from 1 choice
[ 4.496025] hub 7-0:1.0: USB hub found
[ 4.499777] hub 7-0:1.0: 2 ports detected
[ 4.503937] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 4.511071] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 4.511074] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 4.516352] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 4.523761] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018c0
[ 4.529607] usb usb8: configuration #1 chosen from 1 choice
[ 4.535233] hub 8-0:1.0: USB hub found
[ 4.538991] hub 8-0:1.0: 2 ports detected
[ 4.543174] Initializing USB Mass Storage driver...
[ 4.548112] usbcore: registered new interface driver usb-storage
[ 4.554115] USB Mass Storage support registered.
[ 4.558796] usbcore: registered new interface driver libusual
[ 4.564651] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:PSM0] at 0x60,0x64 irq 1,12
[ 4.574462] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 4.579428] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 4.584593] mice: PS/2 mouse device common for all mice
[ 4.620177] rtc_cmos 00:05: RTC can wake from S4
[ 4.624858] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 4.630970] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 4.637797] i2c /dev entries driver
[ 4.641391] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 4.760107] coretemp coretemp.0: Using relative temperature scale!
[ 4.766389] coretemp coretemp.1: Using relative temperature scale!
[ 4.772666] coretemp coretemp.2: Using relative temperature scale!
[ 4.778940] coretemp coretemp.3: Using relative temperature scale!
[ 4.785185] ioatdma 0000:00:08.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 4.792239] ioatdma 0000:00:08.0: setting latency timer to 64
[ 4.792248] ioatdma 0000:00:08.0: Intel(R) I/OAT DMA Engine found, 4 channels, device version 0x12, driver version 3.30
[ 4.803041] ioatdma 0000:00:08.0: irq 371 for MSI/MSI-X
[ 4.817509] usb 7-1: new low speed USB device using uhci_hcd and address 2
[ 4.903058] ioatdma 0000:00:08.0: DCA is disabled in BIOS
[ 4.909555] usbcore: registered new interface driver usbhid
[ 4.915128] usbhid: v2.6:USB HID core driver
[ 4.919819] IPv4 over IPv4 tunneling driver
[ 4.924491] TCP cubic registered
[ 4.929018] Initializing XFRM netlink socket
[ 4.935000] NET: Registered protocol family 10
[ 4.941331] lo: Disabled Privacy Extensions
[ 4.948206] tunl0: Disabled Privacy Extensions
[ 4.954524] IPv6 over IPv4 tunneling driver
[ 4.959345] sit0: Disabled Privacy Extensions
[ 4.964324] ip6tnl0: Disabled Privacy Extensions
[ 4.969233] NET: Registered protocol family 17
[ 4.973690] NET: Registered protocol family 15
[ 4.978487] rtc_cmos 00:05: setting system clock to 2009-02-23 19:11:10 UTC (1235416270)
[ 4.986619] Freeing unused kernel memory: 396k freed
[ 4.989339] usb 7-1: configuration #1 chosen from 1 choice
[ 5.010644] input: HID 0566:3002 as /class/input/input2
[ 5.049588] generic-usb 0003:0566:3002.0001: input: USB HID v1.10 Keyboard [HID 0566:3002] on usb-0000:00:1d.1-1/input0
[ 5.096319] input: HID 0566:3002 as /class/input/input3
[ 5.128575] generic-usb 0003:0566:3002.0002: input: USB HID v1.10 Device [HID 0566:3002] on usb-0000:00:1d.1-1/input1
[ 5.226915] kjournald starting. Commit interval 5 seconds
[ 5.232685] EXT3-fs: mounted filesystem with ordered data mode.
[ 6.037170] udevd version 125 started
[ 6.575122] Adding 2980048k swap on /dev/sda2. Priority:-1 extents:1 across:2980048k
[ 7.028505] EXT3 FS on sda1, internal journal
[ 8.597263] e1000e 0000:08:00.1: irq 373 for MSI/MSI-X
[ 8.653052] e1000e 0000:08:00.1: irq 373 for MSI/MSI-X
[ 8.653910] ADDRCONF(NETDEV_UP): eth3: link is not ready
[ 8.788235] e1000e 0000:07:00.1: irq 375 for MSI/MSI-X
[ 8.844544] e1000e 0000:07:00.1: irq 375 for MSI/MSI-X
[ 8.845361] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 8.976254] e1000e 0000:07:00.0: irq 376 for MSI/MSI-X
[ 9.032046] e1000e 0000:07:00.0: irq 376 for MSI/MSI-X
[ 9.032826] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 9.165771] e1000e 0000:08:00.0: irq 374 for MSI/MSI-X
[ 9.220044] e1000e 0000:08:00.0: irq 374 for MSI/MSI-X
[ 9.220852] ADDRCONF(NETDEV_UP): eth2: link is not ready
[ 11.704845] 0000:07:00.1: eth1: Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 11.713463] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 22.688004] eth1: no IPv6 routers present
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
2009-02-23 18:32 ` Thomas Schaefer
@ 2009-02-23 22:31 ` Jan Kiszka
2009-02-24 0:36 ` Thomas Schaefer
0 siblings, 1 reply; 16+ messages in thread
From: Jan Kiszka @ 2009-02-23 22:31 UTC (permalink / raw)
To: Thomas Schaefer; +Cc: xenomai
[-- Attachment #1: Type: text/plain, Size: 843 bytes --]
Thomas Schaefer wrote:
> Hi,
>
> CONFIG_SCHED_SMT is not set.
> I manually overwrite CONFIG_X86_HT to n but every time I run make-kpkg it will overwrite CONFIG_X86_HT to y.
Yeah, that was nonsense. And I do have a HT-capable test box with an
older 2x2 Xeon in fact. It never caused problems, at least not like
those you found (the box has sever and unfixable SMI issues, so I
stopped using it for Xenomai tests).
More ideas: What happens if your run latency like this?
taskset -c 1 latency -c 1
Maybe there is some strange issue with sending IPIs on your box (which
is required to start things up in case creator and created task sit on
different CPUs). If that happens to make a difference, please try again
without taskset but with dumping /proc/xenomai/irq before and after the
start and post the result.
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
2009-02-23 22:31 ` Jan Kiszka
@ 2009-02-24 0:36 ` Thomas Schaefer
2009-02-24 8:35 ` Jan Kiszka
2009-02-24 10:03 ` Jan Kiszka
0 siblings, 2 replies; 16+ messages in thread
From: Thomas Schaefer @ 2009-02-24 0:36 UTC (permalink / raw)
To: Jan Kiszka, Thomas Schaefer; +Cc: xenomai
Hi,
unfortunately this doesn't work.
I tried a few other svn revisions.
4610 is the last one that works correctly and I can compile without an
error message.
The next revision that successfully compiles hangs.
Thomas
-----Original Message-----
From: xenomai-help-bounces@domain.hid [mailto:xenomai-help-bounces@domain.hid]
On Behalf Of Jan Kiszka
Sent: Monday, February 23, 2009 2:32 PM
To: Thomas Schaefer
Cc: xenomai@xenomai.org
Subject: Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
Thomas Schaefer wrote:
> Hi,
>
> CONFIG_SCHED_SMT is not set.
> I manually overwrite CONFIG_X86_HT to n but every time I run make-kpkg
it will overwrite CONFIG_X86_HT to y.
Yeah, that was nonsense. And I do have a HT-capable test box with an
older 2x2 Xeon in fact. It never caused problems, at least not like
those you found (the box has sever and unfixable SMI issues, so I
stopped using it for Xenomai tests).
More ideas: What happens if your run latency like this?
taskset -c 1 latency -c 1
Maybe there is some strange issue with sending IPIs on your box (which
is required to start things up in case creator and created task sit on
different CPUs). If that happens to make a difference, please try again
without taskset but with dumping /proc/xenomai/irq before and after the
start and post the result.
Jan
CONFIDENTIALITY NOTICE: This electronic mail message and any attachment hereto may contain confidential information of Meyer Sound Laboratories, Incorporated and is intended for the personal and confidential use of the designated recipient(s) only. If you are not the intended recipient (or responsible for delivering the message to the intended recipient), you have received this message in error and any review, distribution, or copying of this message or any attachment hereto is prohibited. If you have received this message in error, please promptly notify the sender and permanently delete it from your computer.
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
2009-02-24 0:36 ` Thomas Schaefer
@ 2009-02-24 8:35 ` Jan Kiszka
2009-02-24 10:03 ` Jan Kiszka
1 sibling, 0 replies; 16+ messages in thread
From: Jan Kiszka @ 2009-02-24 8:35 UTC (permalink / raw)
To: Thomas Schaefer; +Cc: xenomai
[-- Attachment #1: Type: text/plain, Size: 296 bytes --]
Thomas Schaefer wrote:
> Hi,
>
> unfortunately this doesn't work.
> I tried a few other svn revisions.
> 4610 is the last one that works correctly and I can compile without an
> error message.
> The next revision that successfully compiles hangs.
>
Which version is this?
Jan
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 257 bytes --]
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: [Xenomai-help] rt_task_create with mode T_CPU(1)
2009-02-24 0:36 ` Thomas Schaefer
2009-02-24 8:35 ` Jan Kiszka
@ 2009-02-24 10:03 ` Jan Kiszka
1 sibling, 0 replies; 16+ messages in thread
From: Jan Kiszka @ 2009-02-24 10:03 UTC (permalink / raw)
To: Thomas Schaefer; +Cc: xenomai
Thomas Schaefer wrote:
> Hi,
>
> unfortunately this doesn't work.
> I tried a few other svn revisions.
> 4610 is the last one that works correctly and I can compile without an
> error message.
> The next revision that successfully compiles hangs.
Good news: Problem reproduced with your .config. Debugging now.
Jan
--
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2009-02-24 10:03 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-19 1:18 [Xenomai-help] rt_task_create with mode T_CPU(1) Thomas Schaefer
2009-02-22 23:24 ` Jan Kiszka
2009-02-23 16:11 ` Thomas Schaefer
2009-02-23 16:53 ` Jan Kiszka
2009-02-23 18:32 ` Thomas Schaefer
2009-02-23 22:31 ` Jan Kiszka
2009-02-24 0:36 ` Thomas Schaefer
2009-02-24 8:35 ` Jan Kiszka
2009-02-24 10:03 ` Jan Kiszka
2009-02-23 17:05 ` Gilles Chanteperdrix
2009-02-23 18:41 ` Thomas Schaefer
2009-02-23 18:42 ` Gilles Chanteperdrix
2009-02-23 18:47 ` Thomas Schaefer
2009-02-23 19:04 ` Gilles Chanteperdrix
2009-02-23 19:23 ` Thomas Schaefer
2009-02-23 17:08 ` Gilles Chanteperdrix
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.