All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
       [not found] <bug-11388-27@http.bugzilla.kernel.org/>
@ 2008-08-21  1:04 ` Andrew Morton
  2008-08-21  1:20   ` Yinghai Lu
  0 siblings, 1 reply; 34+ messages in thread
From: Andrew Morton @ 2008-08-21  1:04 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: bugme-daemon, linux-kernel, j_kernel


(switched to email.  Please respond via emailed reply-to-all, not via the
bugzilla web interface).

On Wed, 20 Aug 2008 17:38:59 -0700 (PDT)
bugme-daemon@bugzilla.kernel.org wrote:

> http://bugzilla.kernel.org/show_bug.cgi?id=11388
> 
>            Summary: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of
>                     memory is usable
>            Product: Memory Management
>            Version: 2.5
>      KernelVersion: 2.6.27-rc3
>           Platform: All
>         OS/Version: Linux
>               Tree: Mainline
>             Status: NEW
>           Severity: normal
>           Priority: P1
>          Component: MTTR
>         AssignedTo: akpm@osdl.org
>         ReportedBy: j_kernel@hoblitt.com
> 
> 
> Latest working kernel version: 2.4.24.2 (possibly later)
> Earliest failing kernel version: 2.6.27-rc3-21328-ga7f5aaf (from netdev-2.6)
> Distribution: Gentoo
> Hardware Environment: 2x Intel X5482
> Software Environment:
> Problem Description:
> 
> [    0.000000] WARNING: BIOS bug: CPU MTRRs don't cover all of memory, losing
> 13056MB of RAM.
> [    0.000000] ------------[ cut here ]------------
> [    0.000000] WARNING: at arch/x86/kernel/cpu/mtrr/main.c:1561
> mtrr_trim_uncached_memory+0x508/0x550()
> [    0.000000] Modules linked in:
> [    0.000000] Pid: 0, comm: swapper Not tainted 2.6.27-rc3-21328-ga7f5aaf #8
> [    0.000000] 
> [    0.000000] Call Trace:
> [    0.000000]  [<ffffffff80234c3e>] warn_on_slowpath+0x51/0x77
> [    0.000000]  [<ffffffff8023570a>] printk+0x4e/0x56
> [    0.000000]  [<ffffffff803add02>] sort+0xfa/0x18c
> [    0.000000]  [<ffffffff808283d3>] cmp_range+0x0/0x6
> [    0.000000]  [<ffffffff80828a47>] mtrr_trim_uncached_memory+0x508/0x550
> [    0.000000]  [<ffffffff802178e1>] post_set+0x20/0x3d
> [    0.000000]  [<ffffffff80824f99>] setup_arch+0x39d/0x6be
> [    0.000000]  [<ffffffff8081e962>] start_kernel+0x74/0x341
> [    0.000000]  [<ffffffff8081e394>] x86_64_start_kernel+0xe3/0xe7
> [    0.000000] 
> [    0.000000] ---[ end trace 4eaa2a86a8e2da22 ]---
> 
> 
> Steps to reproduce:
> 
> This warning isn't present under 2.6.24.2 and the full range of physical memory
> is usable.

Looks like a post-2.6.26 regression caused by
12031a624af7816ec7660b82be648aa3703b4ebe.


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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-21  1:04 ` [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable Andrew Morton
@ 2008-08-21  1:20   ` Yinghai Lu
  2008-08-21  1:49     ` Yinghai Lu
  0 siblings, 1 reply; 34+ messages in thread
From: Yinghai Lu @ 2008-08-21  1:20 UTC (permalink / raw)
  To: Andrew Morton; +Cc: bugme-daemon, linux-kernel, j_kernel

On Wed, Aug 20, 2008 at 6:04 PM, Andrew Morton
<akpm@linux-foundation.org> wrote:
>
> (switched to email.  Please respond via emailed reply-to-all, not via the
> bugzilla web interface).
>
> On Wed, 20 Aug 2008 17:38:59 -0700 (PDT)
> bugme-daemon@bugzilla.kernel.org wrote:
>
>> http://bugzilla.kernel.org/show_bug.cgi?id=11388
>>
>>            Summary: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of
>>                     memory is usable
>>            Product: Memory Management
>>            Version: 2.5
>>      KernelVersion: 2.6.27-rc3
>>           Platform: All
>>         OS/Version: Linux
>>               Tree: Mainline
>>             Status: NEW
>>           Severity: normal
>>           Priority: P1
>>          Component: MTTR
>>         AssignedTo: akpm@osdl.org
>>         ReportedBy: j_kernel@hoblitt.com
>>
>>
>> Latest working kernel version: 2.4.24.2 (possibly later)
>> Earliest failing kernel version: 2.6.27-rc3-21328-ga7f5aaf (from netdev-2.6)
>> Distribution: Gentoo
>> Hardware Environment: 2x Intel X5482
>> Software Environment:
>> Problem Description:
>>
>> [    0.000000] WARNING: BIOS bug: CPU MTRRs don't cover all of memory, losing
>> 13056MB of RAM.
>> [    0.000000] ------------[ cut here ]------------
>> [    0.000000] WARNING: at arch/x86/kernel/cpu/mtrr/main.c:1561
>> mtrr_trim_uncached_memory+0x508/0x550()
>> [    0.000000] Modules linked in:
>> [    0.000000] Pid: 0, comm: swapper Not tainted 2.6.27-rc3-21328-ga7f5aaf #8
>> [    0.000000]
>> [    0.000000] Call Trace:
>> [    0.000000]  [<ffffffff80234c3e>] warn_on_slowpath+0x51/0x77
>> [    0.000000]  [<ffffffff8023570a>] printk+0x4e/0x56
>> [    0.000000]  [<ffffffff803add02>] sort+0xfa/0x18c
>> [    0.000000]  [<ffffffff808283d3>] cmp_range+0x0/0x6
>> [    0.000000]  [<ffffffff80828a47>] mtrr_trim_uncached_memory+0x508/0x550
>> [    0.000000]  [<ffffffff802178e1>] post_set+0x20/0x3d
>> [    0.000000]  [<ffffffff80824f99>] setup_arch+0x39d/0x6be
>> [    0.000000]  [<ffffffff8081e962>] start_kernel+0x74/0x341
>> [    0.000000]  [<ffffffff8081e394>] x86_64_start_kernel+0xe3/0xe7
>> [    0.000000]
>> [    0.000000] ---[ end trace 4eaa2a86a8e2da22 ]---
>>
>>
>> Steps to reproduce:
>>
>> This warning isn't present under 2.6.24.2 and the full range of physical memory
>> is usable.
>
> Looks like a post-2.6.26 regression caused by
> 12031a624af7816ec7660b82be648aa3703b4ebe.
reg00: base=0xd0000000 (3328MB), size=196864MB: uncachable, count=1
reg01: base=0xe0000000 (3584MB), size=197120MB: uncachable, count=1
reg02: base=0x00000000 (   0MB), size=212992MB: write-back, count=1
reg03: base=0x400000000 (16384MB), size=197120MB: write-back, count=1
reg04: base=0x420000000 (16896MB), size=196864MB: write-back, count=1

the size mtrr looks crazy.

YH

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-21  1:20   ` Yinghai Lu
@ 2008-08-21  1:49     ` Yinghai Lu
  2008-08-21 11:44       ` Ingo Molnar
  2008-08-21 20:55       ` Joshua Hoblitt
  0 siblings, 2 replies; 34+ messages in thread
From: Yinghai Lu @ 2008-08-21  1:49 UTC (permalink / raw)
  To: Andrew Morton; +Cc: bugme-daemon, linux-kernel, j_kernel

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

On Wed, Aug 20, 2008 at 6:20 PM, Yinghai Lu <yhlu.kernel@gmail.com> wrote:
> On Wed, Aug 20, 2008 at 6:04 PM, Andrew Morton
> <akpm@linux-foundation.org> wrote:
>>
>> (switched to email.  Please respond via emailed reply-to-all, not via the
>> bugzilla web interface).
>>
>> On Wed, 20 Aug 2008 17:38:59 -0700 (PDT)
>> bugme-daemon@bugzilla.kernel.org wrote:
>>
>>> http://bugzilla.kernel.org/show_bug.cgi?id=11388
>>>
>>>            Summary: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of
>>>                     memory is usable
>>>            Product: Memory Management
>>>            Version: 2.5
>>>      KernelVersion: 2.6.27-rc3
>>>           Platform: All
>>>         OS/Version: Linux
>>>               Tree: Mainline
>>>             Status: NEW
>>>           Severity: normal
>>>           Priority: P1
>>>          Component: MTTR
>>>         AssignedTo: akpm@osdl.org
>>>         ReportedBy: j_kernel@hoblitt.com
>>>
>>>
>>> Latest working kernel version: 2.4.24.2 (possibly later)
>>> Earliest failing kernel version: 2.6.27-rc3-21328-ga7f5aaf (from netdev-2.6)
>>> Distribution: Gentoo
>>> Hardware Environment: 2x Intel X5482
>>> Software Environment:
>>> Problem Description:
>>>
>>> [    0.000000] WARNING: BIOS bug: CPU MTRRs don't cover all of memory, losing
>>> 13056MB of RAM.
>>> [    0.000000] ------------[ cut here ]------------
>>> [    0.000000] WARNING: at arch/x86/kernel/cpu/mtrr/main.c:1561
>>> mtrr_trim_uncached_memory+0x508/0x550()
>>> [    0.000000] Modules linked in:
>>> [    0.000000] Pid: 0, comm: swapper Not tainted 2.6.27-rc3-21328-ga7f5aaf #8
>>> [    0.000000]
>>> [    0.000000] Call Trace:
>>> [    0.000000]  [<ffffffff80234c3e>] warn_on_slowpath+0x51/0x77
>>> [    0.000000]  [<ffffffff8023570a>] printk+0x4e/0x56
>>> [    0.000000]  [<ffffffff803add02>] sort+0xfa/0x18c
>>> [    0.000000]  [<ffffffff808283d3>] cmp_range+0x0/0x6
>>> [    0.000000]  [<ffffffff80828a47>] mtrr_trim_uncached_memory+0x508/0x550
>>> [    0.000000]  [<ffffffff802178e1>] post_set+0x20/0x3d
>>> [    0.000000]  [<ffffffff80824f99>] setup_arch+0x39d/0x6be
>>> [    0.000000]  [<ffffffff8081e962>] start_kernel+0x74/0x341
>>> [    0.000000]  [<ffffffff8081e394>] x86_64_start_kernel+0xe3/0xe7
>>> [    0.000000]
>>> [    0.000000] ---[ end trace 4eaa2a86a8e2da22 ]---
>>>
>>>
>>> Steps to reproduce:
>>>
>>> This warning isn't present under 2.6.24.2 and the full range of physical memory
>>> is usable.
>>
>> Looks like a post-2.6.26 regression caused by
>> 12031a624af7816ec7660b82be648aa3703b4ebe.
> reg00: base=0xd0000000 (3328MB), size=196864MB: uncachable, count=1
> reg01: base=0xe0000000 (3584MB), size=197120MB: uncachable, count=1
> reg02: base=0x00000000 (   0MB), size=212992MB: write-back, count=1
> reg03: base=0x400000000 (16384MB), size=197120MB: write-back, count=1
> reg04: base=0x420000000 (16896MB), size=196864MB: write-back, count=1
>
> the size mtrr looks crazy.

please apply attached patch and boot with show_msr=1 to dump the msr
(including mtrr)

YH

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: debug_extra_print_out_msr_x.patch --]
[-- Type: text/x-patch; name=debug_extra_print_out_msr_x.patch, Size: 3059 bytes --]

[PATCH] x86_64: printout msr

commandline show_msr=1 for bsp, show_msr=32 for all 32 cpus.

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>

---
 arch/x86/kernel/cpu/common_64.c |   46 ++++++++++++++++++++++++++++++++++++++++
 include/asm-x86/msr.h           |   23 ++++++++++++++++++++
 2 files changed, 69 insertions(+)

Index: linux-2.6/arch/x86/kernel/cpu/common_64.c
===================================================================
--- linux-2.6.orig/arch/x86/kernel/cpu/common_64.c
+++ linux-2.6/arch/x86/kernel/cpu/common_64.c
@@ -430,6 +430,49 @@ static __init int setup_noclflush(char *
 }
 __setup("noclflush", setup_noclflush);
 
+struct msr_range {
+	unsigned min;
+	unsigned max;
+};
+
+static struct msr_range msr_range_array[] __cpuinitdata = {
+	{ 0x00000000, 0x00000418},
+	{ 0xc0000000, 0xc000040b},
+	{ 0xc0010000, 0xc0010142},
+	{ 0xc0011000, 0xc001103b},
+};
+
+static void __cpuinit print_cpu_msr(void)
+{
+	unsigned index;
+	u64 val;
+	int i;
+	unsigned index_min, index_max;
+
+	for (i = 0; i < ARRAY_SIZE(msr_range_array); i++) {
+		index_min = msr_range_array[i].min;
+		index_max = msr_range_array[i].max;
+		for (index = index_min; index < index_max; index++) {
+			if (rdmsrl_amd_safe(index, &val))
+				continue;
+			printk(KERN_INFO " MSR%08x: %016llx\n", index, val);
+		}
+	}
+}
+
+static int show_msr __cpuinitdata;
+static __init int setup_show_msr(char *arg)
+{
+	int num;
+
+	get_option(&arg, &num);
+
+	if (num > 0)
+		show_msr = num;
+	return 1;
+}
+__setup("show_msr=", setup_show_msr);
+
 void __cpuinit print_cpu_info(struct cpuinfo_x86 *c)
 {
 	if (c->x86_model_id[0])
@@ -439,6 +482,9 @@ void __cpuinit print_cpu_info(struct cpu
 		printk(KERN_CONT " stepping %02x\n", c->x86_mask);
 	else
 		printk(KERN_CONT "\n");
+
+	if (c->cpu_index < show_msr)
+		print_cpu_msr();
 }
 
 static __init int setup_disablecpuid(char *arg)
Index: linux-2.6/include/asm-x86/msr.h
===================================================================
--- linux-2.6.orig/include/asm-x86/msr.h
+++ linux-2.6/include/asm-x86/msr.h
@@ -63,6 +63,22 @@ static inline unsigned long long native_
 	return EAX_EDX_VAL(val, low, high);
 }
 
+static inline unsigned long long native_read_msr_amd_safe(unsigned int msr,
+						      int *err)
+{
+	DECLARE_ARGS(val, low, high);
+
+	asm volatile("2: rdmsr ; xor %0,%0\n"
+		     "1:\n\t"
+		     ".section .fixup,\"ax\"\n\t"
+		     "3:  mov %3,%0 ; jmp 1b\n\t"
+		     ".previous\n\t"
+		     _ASM_EXTABLE(2b, 3b)
+		     : "=r" (*err), EAX_EDX_RET(val, low, high)
+		     : "c" (msr), "D" (0x9c5a203a), "i" (-EFAULT));
+	return EAX_EDX_VAL(val, low, high);
+}
+
 static inline void native_write_msr(unsigned int msr,
 				    unsigned low, unsigned high)
 {
@@ -158,6 +174,13 @@ static inline int rdmsrl_safe(unsigned m
 	*p = native_read_msr_safe(msr, &err);
 	return err;
 }
+static inline int rdmsrl_amd_safe(unsigned msr, unsigned long long *p)
+{
+	int err;
+
+	*p = native_read_msr_amd_safe(msr, &err);
+	return err;
+}
 
 #define rdtscl(low)						\
 	((low) = (u32)native_read_tsc())

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-21  1:49     ` Yinghai Lu
@ 2008-08-21 11:44       ` Ingo Molnar
  2008-08-21 11:56         ` Ingo Molnar
  2008-08-21 20:55       ` Joshua Hoblitt
  1 sibling, 1 reply; 34+ messages in thread
From: Ingo Molnar @ 2008-08-21 11:44 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel


* Yinghai Lu <yhlu.kernel@gmail.com> wrote:

> [PATCH] x86_64: printout msr

looks rather useful - added it to tip/x86/debug.

	Ingo

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-21 11:44       ` Ingo Molnar
@ 2008-08-21 11:56         ` Ingo Molnar
  2008-08-21 15:39           ` Yinghai Lu
  0 siblings, 1 reply; 34+ messages in thread
From: Ingo Molnar @ 2008-08-21 11:56 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel

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


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

> 
> * Yinghai Lu <yhlu.kernel@gmail.com> wrote:
> 
> > [PATCH] x86_64: printout msr
> 
> looks rather useful - added it to tip/x86/debug.

fails to build with the attached config:

arch/x86/kernel/cpu/common_64.c: In function ‘print_cpu_msr’:
arch/x86/kernel/cpu/common_64.c:456: error: implicit declaration of function ‘rdmsrl_amd_safe’
arch/x86/kernel/cpu/common_64.c: In function ‘print_cpu_info’:
arch/x86/kernel/cpu/common_64.c:486: error: ‘struct cpuinfo_x86’ has no member named ‘cpu_index’

i realize that this wasnt sent for inclusion, but i think it would make 
sense to tidy it up and integrate it.

	Ingo

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

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.27-rc4
# Thu Aug 21 13:58:19 2008
#
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_LOCKBREAK is not set
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_FAST_CMPXCHG_LOCAL=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_HWEIGHT=y
# CONFIG_GENERIC_GPIO is not set
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
# CONFIG_HAVE_SETUP_PER_CPU_AREA is not set
# CONFIG_HAVE_CPUMASK_OF_CPU_MAP is not set
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ZONE_DMA32=y
CONFIG_ARCH_POPULATES_NODE_MAP=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_AOUT=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_X86_BIOS_REBOOT=y
# CONFIG_KTIME_SCALAR is not set
CONFIG_BOOTPARAM_SUPPORT_NOT_WANTED=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_BROKEN_BOOT_ALLOWED3=y
CONFIG_BROKEN_BOOT_ALLOWED2=y
CONFIG_BROKEN_BOOT_ALLOWED=y
CONFIG_BROKEN_BOOT=y
CONFIG_BROKEN_BOOT_EUROPE=y
CONFIG_BROKEN_BOOT_TITAN=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_AUDIT_TREE=y
# CONFIG_IKCONFIG is not set
CONFIG_LOG_BUF_SHIFT=20
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
# CONFIG_CGROUP_NS is not set
# CONFIG_CGROUP_DEVICE is not set
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
# CONFIG_GROUP_SCHED is not set
CONFIG_CGROUP_CPUACCT=y
CONFIG_RESOURCE_COUNTERS=y
CONFIG_MM_OWNER=y
CONFIG_CGROUP_MEM_RES_CTLR=y
CONFIG_RELAY=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
# CONFIG_IPC_NS is not set
CONFIG_USER_NS=y
CONFIG_PID_NS=y
# CONFIG_BLK_DEV_INITRD is not set
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_FASTBOOT=y
CONFIG_SYSCTL=y
CONFIG_EMBEDDED=y
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
# CONFIG_BUG is not set
CONFIG_ELF_CORE=y
# CONFIG_PCSPKR_PLATFORM is not set
CONFIG_COMPAT_BRK=y
# CONFIG_BASE_FULL is not set
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
# CONFIG_TIMERFD is not set
CONFIG_EVENTFD=y
# CONFIG_SHMEM is not set
CONFIG_VM_EVENT_COUNTERS=y
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLOB is not set
# CONFIG_PROFILING is not set
CONFIG_TRACEPOINTS=y
CONFIG_MARKERS=y
CONFIG_HAVE_OPROFILE=y
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
# CONFIG_HAVE_DMA_ATTRS is not set
# CONFIG_USE_GENERIC_SMP_HELPERS is not set
# CONFIG_HAVE_CLK is not set
CONFIG_HAVE_DYN_ARRAY=y
CONFIG_PROC_PAGE_MONITOR=y
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
CONFIG_RT_MUTEXES=y
CONFIG_TINY_SHMEM=y
CONFIG_BASE_SMALL=1
# CONFIG_MODULES is not set
CONFIG_BLOCK=y
# 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=y
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_CLASSIC_RCU=y

#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
# CONFIG_SMP_SUPPORT is not set
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
CONFIG_UP_WANTED_1=y
CONFIG_UP_WANTED_2=y
CONFIG_UP_WANTED=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_PARAVIRT_GUEST=y
CONFIG_XEN=y
CONFIG_XEN_MAX_DOMAIN_MEMORY=32
CONFIG_XEN_SAVE_RESTORE=y
# CONFIG_XEN_DEBUG_FS is not set
CONFIG_KVM_CLOCK=y
CONFIG_KVM_GUEST=y
CONFIG_PARAVIRT=y
CONFIG_PARAVIRT_CLOCK=y
# CONFIG_MEMTEST is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
CONFIG_GENERIC_CPU=y
CONFIG_X86_CPU=y
CONFIG_X86_L1_CACHE_BYTES=128
CONFIG_X86_INTERNODE_CACHE_BYTES=128
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=7
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
# CONFIG_X86_DS is not set
CONFIG_PROCESSOR_SELECT=y
CONFIG_CPU_SUP_INTEL_64=y
CONFIG_CPU_SUP_AMD_64=y
CONFIG_CPU_SUP_CENTAUR_64=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_GART_IOMMU=y
CONFIG_CALGARY_IOMMU=y
# CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT is not set
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
# CONFIG_X86_MCE_AMD is not set
CONFIG_I8K=y
CONFIG_MICROCODE=y
# CONFIG_MICROCODE_INTEL is not set
# CONFIG_MICROCODE_AMD is not set
CONFIG_MICROCODE_OLD_INTERFACE=y
# CONFIG_X86_MSR is not set
CONFIG_X86_CPUID=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
CONFIG_SELECT_MEMORY_MODEL=y
# CONFIG_FLATMEM_MANUAL is not set
# CONFIG_DISCONTIGMEM_MANUAL is not set
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_HAVE_MEMORY_PRESENT=y
# CONFIG_SPARSEMEM_STATIC is not set
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_VMEMMAP=y

#
# Memory hotplug is currently incompatible with Software Suspend
#
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_RESOURCES_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MMU_NOTIFIER=y
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_SECCOMP=y
# CONFIG_CC_STACKPROTECTOR is not set
# 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 is not set
CONFIG_PHYSICAL_START=0x200000
CONFIG_RELOCATABLE=y
CONFIG_PHYSICAL_ALIGN=0x200000
# CONFIG_COMPAT_VDSO is not set
CONFIG_CMDLINE_BOOL=y
CONFIG_CMDLINE=""
CONFIG_CMDLINE_OVERRIDE=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

#
# Power management options
#
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_PM_VERBOSE=y
CONFIG_CAN_PM_TRACE=y
CONFIG_PM_TRACE=y
CONFIG_PM_TRACE_RTC=y
CONFIG_PM_SLEEP=y
# CONFIG_SUSPEND is not set
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
# CONFIG_ACPI is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_CPU_FREQ_DEBUG=y
CONFIG_CPU_FREQ_STAT=y
CONFIG_CPU_FREQ_STAT_DETAILS=y
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_GOV_ONDEMAND is not set
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y

#
# CPUFreq processor drivers
#
CONFIG_X86_POWERNOW_K8=y
CONFIG_X86_P4_CLOCKMOD=y

#
# shared options
#
CONFIG_X86_SPEEDSTEP_LIB=y
# CONFIG_CPU_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=y
CONFIG_PCIEASPM_DEBUG=y
CONFIG_ARCH_SUPPORTS_MSI=y
# CONFIG_PCI_MSI is not set
CONFIG_PCI_LEGACY=y
# CONFIG_HT_IRQ is not set
CONFIG_ISA_DMA_API=y
CONFIG_K8_NB=y
CONFIG_PCCARD=y
# CONFIG_PCMCIA_DEBUG is not set
CONFIG_PCMCIA=y
CONFIG_PCMCIA_LOAD_CIS=y
# CONFIG_PCMCIA_IOCTL is not set
CONFIG_CARDBUS=y

#
# PC-card bridges
#
CONFIG_YENTA=y
# CONFIG_YENTA_O2 is not set
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
CONFIG_PD6729=y
# CONFIG_I82092 is not set
CONFIG_PCCARD_NONSTATIC=y
# CONFIG_HOTPLUG_PCI is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
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_NET_NS=y
# CONFIG_PACKET is not set
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=y
CONFIG_XFRM_SUB_POLICY=y
CONFIG_XFRM_MIGRATE=y
# CONFIG_XFRM_STATISTICS is not set
CONFIG_XFRM_IPCOMP=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_MULTIPLE_TABLES is not set
CONFIG_IP_ROUTE_MULTIPATH=y
# CONFIG_IP_ROUTE_VERBOSE is not set
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=y
# CONFIG_NET_IPGRE is not set
CONFIG_IP_MROUTE=y
# CONFIG_IP_PIMSM_V1 is not set
CONFIG_IP_PIMSM_V2=y
CONFIG_ARPD=y
CONFIG_SYN_COOKIES=y
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
CONFIG_INET_IPCOMP=y
CONFIG_INET_XFRM_TUNNEL=y
CONFIG_INET_TUNNEL=y
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_LRO=y
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BIC=y
# CONFIG_TCP_CONG_CUBIC is not set
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
CONFIG_TCP_CONG_HYBLA=y
CONFIG_TCP_CONG_VEGAS=y
CONFIG_TCP_CONG_SCALABLE=y
CONFIG_TCP_CONG_LP=y
CONFIG_TCP_CONG_VENO=y
CONFIG_TCP_CONG_YEAH=y
CONFIG_TCP_CONG_ILLINOIS=y
CONFIG_DEFAULT_BIC=y
# CONFIG_DEFAULT_CUBIC is not set
# CONFIG_DEFAULT_HTCP is not set
# CONFIG_DEFAULT_VEGAS is not set
# CONFIG_DEFAULT_WESTWOOD is not set
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="bic"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=y
# CONFIG_IPV6_PRIVACY is not set
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
# CONFIG_INET6_AH is not set
CONFIG_INET6_ESP=y
CONFIG_INET6_IPCOMP=y
# CONFIG_IPV6_MIP6 is not set
CONFIG_INET6_XFRM_TUNNEL=y
CONFIG_INET6_TUNNEL=y
CONFIG_INET6_XFRM_MODE_TRANSPORT=y
CONFIG_INET6_XFRM_MODE_TUNNEL=y
CONFIG_INET6_XFRM_MODE_BEET=y
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
CONFIG_IPV6_SIT=y
CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_IPV6_TUNNEL=y
CONFIG_IPV6_MULTIPLE_TABLES=y
# CONFIG_IPV6_SUBTREES is not set
# CONFIG_IPV6_MROUTE is not set
CONFIG_NETWORK_SECMARK=y
# 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_STP=y
CONFIG_GARP=y
CONFIG_BRIDGE=y
CONFIG_VLAN_8021Q=y
CONFIG_VLAN_8021Q_GVRP=y
CONFIG_DECNET=y
CONFIG_DECNET_ROUTER=y
CONFIG_LLC=y
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
CONFIG_ATALK=y
CONFIG_DEV_APPLETALK=y
# CONFIG_IPDDP is not set
CONFIG_X25=y
CONFIG_LAPB=y
CONFIG_ECONET=y
CONFIG_ECONET_AUNUDP=y
CONFIG_ECONET_NATIVE=y
CONFIG_WAN_ROUTER=y
CONFIG_NET_SCHED=y

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

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

#
# Network testing
#
CONFIG_NET_PKTGEN=y
CONFIG_HAMRADIO=y

#
# Packet Radio protocols
#
CONFIG_AX25=y
CONFIG_AX25_DAMA_SLAVE=y
CONFIG_NETROM=y
CONFIG_ROSE=y

#
# AX.25 network device drivers
#
CONFIG_MKISS=y
CONFIG_6PACK=y
CONFIG_BPQETHER=y
CONFIG_BAYCOM_SER_FDX=y
# CONFIG_BAYCOM_SER_HDX is not set
# CONFIG_BAYCOM_PAR is not set
CONFIG_YAM=y
CONFIG_CAN=y
# CONFIG_CAN_RAW is not set
# CONFIG_CAN_BCM is not set

#
# CAN Device Drivers
#
CONFIG_CAN_VCAN=y
# CONFIG_CAN_DEBUG_DEVICES is not set
CONFIG_IRDA=y

#
# IrDA protocols
#
# CONFIG_IRLAN is not set
CONFIG_IRNET=y
CONFIG_IRCOMM=y
CONFIG_IRDA_ULTRA=y

#
# IrDA options
#
# CONFIG_IRDA_CACHE_LAST_LSAP is not set
# CONFIG_IRDA_FAST_RR is not set
CONFIG_IRDA_DEBUG=y

#
# Infrared-port device drivers
#

#
# SIR device drivers
#
CONFIG_IRTTY_SIR=y

#
# Dongle support
#
CONFIG_DONGLE=y
CONFIG_ESI_DONGLE=y
# CONFIG_ACTISYS_DONGLE is not set
# CONFIG_TEKRAM_DONGLE is not set
CONFIG_TOIM3232_DONGLE=y
# CONFIG_LITELINK_DONGLE is not set
CONFIG_MA600_DONGLE=y
# CONFIG_GIRBIL_DONGLE is not set
CONFIG_MCP2120_DONGLE=y
CONFIG_OLD_BELKIN_DONGLE=y
# CONFIG_ACT200L_DONGLE is not set
CONFIG_KINGSUN_DONGLE=y
CONFIG_KSDAZZLE_DONGLE=y
CONFIG_KS959_DONGLE=y

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

#
# Bluetooth device drivers
#
CONFIG_BT_HCIBTUSB=y
CONFIG_BT_HCIBTSDIO=y
CONFIG_BT_HCIUART=y
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
# CONFIG_BT_HCIUART_LL is not set
CONFIG_BT_HCIBCM203X=y
CONFIG_BT_HCIBPA10X=y
CONFIG_BT_HCIBFUSB=y
CONFIG_BT_HCIDTL1=y
# CONFIG_BT_HCIBT3C is not set
CONFIG_BT_HCIBLUECARD=y
CONFIG_BT_HCIBTUART=y
CONFIG_BT_HCIVHCI=y
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y

#
# Wireless
#
CONFIG_CFG80211=y
CONFIG_NL80211=y
CONFIG_WIRELESS_EXT=y
# CONFIG_MAC80211 is not set
CONFIG_IEEE80211=y
CONFIG_IEEE80211_DEBUG=y
CONFIG_IEEE80211_CRYPT_WEP=y
CONFIG_IEEE80211_CRYPT_CCMP=y
CONFIG_IEEE80211_CRYPT_TKIP=y
# CONFIG_RFKILL is not set
CONFIG_NET_9P=y
# CONFIG_NET_9P_VIRTIO is not set
CONFIG_NET_9P_DEBUG=y

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_CONNECTOR is not set
CONFIG_MTD=y
# CONFIG_MTD_DEBUG is not set
CONFIG_MTD_CONCAT=y
CONFIG_MTD_PARTITIONS=y
# CONFIG_MTD_REDBOOT_PARTS is not set
CONFIG_MTD_CMDLINE_PARTS=y
# CONFIG_MTD_AR7_PARTS is not set

#
# User Modules And Translation Layers
#
CONFIG_MTD_CHAR=y
CONFIG_MTD_BLKDEVS=y
CONFIG_MTD_BLOCK=y
CONFIG_FTL=y
# CONFIG_NFTL is not set
# CONFIG_INFTL is not set
CONFIG_RFD_FTL=y
# CONFIG_SSFDC is not set
# CONFIG_MTD_OOPS is not set

#
# RAM/ROM/Flash chip drivers
#
CONFIG_MTD_CFI=y
CONFIG_MTD_JEDECPROBE=y
CONFIG_MTD_GEN_PROBE=y
# CONFIG_MTD_CFI_ADV_OPTIONS is not set
CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
# CONFIG_MTD_CFI_I4 is not set
# CONFIG_MTD_CFI_I8 is not set
CONFIG_MTD_CFI_INTELEXT=y
CONFIG_MTD_CFI_AMDSTD=y
CONFIG_MTD_CFI_STAA=y
CONFIG_MTD_CFI_UTIL=y
CONFIG_MTD_RAM=y
CONFIG_MTD_ROM=y
CONFIG_MTD_ABSENT=y

#
# Mapping drivers for chip access
#
# CONFIG_MTD_COMPLEX_MAPPINGS is not set
CONFIG_MTD_PHYSMAP=y
CONFIG_MTD_PHYSMAP_START=0x8000000
CONFIG_MTD_PHYSMAP_LEN=0
CONFIG_MTD_PHYSMAP_BANKWIDTH=2
CONFIG_MTD_SC520CDP=y
CONFIG_MTD_NETSC520=y
# CONFIG_MTD_TS5500 is not set
CONFIG_MTD_AMD76XROM=y
# CONFIG_MTD_ICHXROM is not set
CONFIG_MTD_ESB2ROM=y
CONFIG_MTD_CK804XROM=y
CONFIG_MTD_SCB2_FLASH=y
CONFIG_MTD_NETtel=y
# CONFIG_MTD_DILNETPC is not set
# CONFIG_MTD_L440GX is not set
CONFIG_MTD_INTEL_VR_NOR=y
CONFIG_MTD_PLATRAM=y

#
# Self-contained MTD device drivers
#
CONFIG_MTD_PMC551=y
CONFIG_MTD_PMC551_BUGFIX=y
CONFIG_MTD_PMC551_DEBUG=y
CONFIG_MTD_DATAFLASH=y
CONFIG_MTD_M25P80=y
CONFIG_M25PXX_USE_FAST_READ=y
# CONFIG_MTD_SLRAM is not set
CONFIG_MTD_PHRAM=y
CONFIG_MTD_MTDRAM=y
CONFIG_MTDRAM_TOTAL_SIZE=4096
CONFIG_MTDRAM_ERASE_SIZE=128
CONFIG_MTDRAM_ABS_POS=0
# CONFIG_MTD_BLOCK2MTD is not set

#
# Disk-On-Chip Device Drivers
#
CONFIG_MTD_DOC2000=y
# CONFIG_MTD_DOC2001 is not set
CONFIG_MTD_DOC2001PLUS=y
CONFIG_MTD_DOCPROBE=y
CONFIG_MTD_DOCECC=y
CONFIG_MTD_DOCPROBE_ADVANCED=y
CONFIG_MTD_DOCPROBE_ADDRESS=0x0000
CONFIG_MTD_DOCPROBE_HIGH=y
CONFIG_MTD_DOCPROBE_55AA=y
CONFIG_MTD_NAND=y
# CONFIG_MTD_NAND_VERIFY_WRITE is not set
CONFIG_MTD_NAND_ECC_SMC=y
CONFIG_MTD_NAND_MUSEUM_IDS=y
CONFIG_MTD_NAND_IDS=y
# CONFIG_MTD_NAND_DISKONCHIP is not set
CONFIG_MTD_NAND_CAFE=y
# CONFIG_MTD_NAND_NANDSIM is not set
CONFIG_MTD_NAND_PLATFORM=y
CONFIG_MTD_ALAUDA=y
# CONFIG_MTD_ONENAND is not set

#
# UBI - Unsorted block images
#
CONFIG_MTD_UBI=y
CONFIG_MTD_UBI_WL_THRESHOLD=4096
CONFIG_MTD_UBI_BEB_RESERVE=1
CONFIG_MTD_UBI_GLUEBI=y

#
# UBI debugging options
#
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
CONFIG_PARPORT_SERIAL=y
CONFIG_PARPORT_PC_FIFO=y
CONFIG_PARPORT_PC_SUPERIO=y
CONFIG_PARPORT_PC_PCMCIA=y
# CONFIG_PARPORT_GSC is not set
CONFIG_PARPORT_AX88796=y
CONFIG_PARPORT_1284=y
CONFIG_PARPORT_NOT_PC=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_FD=y
CONFIG_PARIDE=y

#
# Parallel IDE high-level drivers
#
CONFIG_PARIDE_PD=y
# CONFIG_PARIDE_PCD is not set
CONFIG_PARIDE_PF=y
# CONFIG_PARIDE_PT is not set
CONFIG_PARIDE_PG=y

#
# Parallel IDE protocol modules
#
CONFIG_PARIDE_ATEN=y
CONFIG_PARIDE_BPCK=y
CONFIG_PARIDE_COMM=y
CONFIG_PARIDE_DSTR=y
# CONFIG_PARIDE_FIT2 is not set
CONFIG_PARIDE_FIT3=y
CONFIG_PARIDE_EPAT=y
CONFIG_PARIDE_EPATC8=y
# CONFIG_PARIDE_EPIA is not set
# CONFIG_PARIDE_FRIQ is not set
CONFIG_PARIDE_FRPW=y
CONFIG_PARIDE_KBIC=y
CONFIG_PARIDE_KTTI=y
# CONFIG_PARIDE_ON20 is not set
# CONFIG_PARIDE_ON26 is not set
CONFIG_BLK_CPQ_DA=y
CONFIG_BLK_CPQ_CISS_DA=y
# CONFIG_CISS_SCSI_TAPE is not set
CONFIG_BLK_DEV_DAC960=y
CONFIG_BLK_DEV_UMEM=y
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_CRYPTOLOOP=y
CONFIG_BLK_DEV_NBD=y
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_XIP=y
CONFIG_CDROM_PKTCDVD=y
CONFIG_CDROM_PKTCDVD_BUFFERS=8
CONFIG_CDROM_PKTCDVD_WCACHE=y
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_XEN_BLKDEV_FRONTEND is not set
CONFIG_VIRTIO_BLK=y
CONFIG_BLK_DEV_HD=y
# CONFIG_MISC_DEVICES is not set
CONFIG_TIFM_CORE=y
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=y
CONFIG_SCSI_NETLINK=y
# CONFIG_SCSI_PROC_FS is not set

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

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

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_ATTRS=y
CONFIG_SCSI_FC_TGT_ATTRS=y
CONFIG_SCSI_ISCSI_ATTRS=y
CONFIG_SCSI_SAS_ATTRS=y
CONFIG_SCSI_SRP_ATTRS=y
CONFIG_SCSI_SRP_TGT_ATTRS=y
# CONFIG_SCSI_LOWLEVEL is not set
CONFIG_SCSI_LOWLEVEL_PCMCIA=y
CONFIG_SCSI_DH=y
CONFIG_SCSI_DH_RDAC=y
# CONFIG_SCSI_DH_HP_SW is not set
CONFIG_SCSI_DH_EMC=y
CONFIG_SCSI_DH_ALUA=y
# CONFIG_ATA is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=y
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=y
# CONFIG_MD_RAID10 is not set
CONFIG_MD_RAID456=y
CONFIG_MD_RAID5_RESHAPE=y
CONFIG_MD_MULTIPATH=y
# CONFIG_MD_FAULTY is not set
CONFIG_BLK_DEV_DM=y
# CONFIG_DM_DEBUG is not set
CONFIG_DM_CRYPT=y
# CONFIG_DM_SNAPSHOT is not set
CONFIG_DM_MIRROR=y
CONFIG_DM_ZERO=y
CONFIG_DM_MULTIPATH=y
CONFIG_DM_DELAY=y
# CONFIG_DM_UEVENT is not set
CONFIG_FUSION=y
# CONFIG_FUSION_SPI is not set
CONFIG_FUSION_FC=y
CONFIG_FUSION_SAS=y
CONFIG_FUSION_MAX_SGE=128
CONFIG_FUSION_CTL=y
CONFIG_FUSION_LAN=y
CONFIG_FUSION_LOGGING=y

#
# IEEE 1394 (FireWire) support
#

#
# Enable only one of the two stacks, unless you know what you are doing
#
CONFIG_FIREWIRE=y
CONFIG_FIREWIRE_OHCI=y
CONFIG_FIREWIRE_OHCI_DEBUG=y
CONFIG_FIREWIRE_SBP2=y
CONFIG_IEEE1394=y
CONFIG_IEEE1394_OHCI1394=y
# CONFIG_IEEE1394_PCILYNX is not set
CONFIG_IEEE1394_SBP2=y
# CONFIG_IEEE1394_SBP2_PHYS_DMA is not set
CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y
CONFIG_IEEE1394_ETH1394=y
# CONFIG_IEEE1394_RAWIO is not set
CONFIG_IEEE1394_VIDEO1394=y
CONFIG_IEEE1394_DV1394=y
CONFIG_IEEE1394_VERBOSEDEBUG=y
CONFIG_I2O=y
CONFIG_I2O_LCT_NOTIFY_ON_CHANGES=y
# CONFIG_I2O_EXT_ADAPTEC is not set
CONFIG_I2O_CONFIG=y
# CONFIG_I2O_CONFIG_OLD_IOCTL is not set
CONFIG_I2O_BUS=y
# CONFIG_I2O_BLOCK is not set
CONFIG_I2O_SCSI=y
# CONFIG_I2O_PROC is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
CONFIG_DUMMY=y
CONFIG_BONDING=y
CONFIG_MACVLAN=y
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
CONFIG_VETH=y
CONFIG_ARCNET=y
CONFIG_ARCNET_1201=y
# CONFIG_ARCNET_1051 is not set
CONFIG_ARCNET_RAW=y
CONFIG_ARCNET_CAP=y
CONFIG_ARCNET_COM90xx=y
# CONFIG_ARCNET_COM90xxIO is not set
CONFIG_ARCNET_RIM_I=y
CONFIG_ARCNET_COM20020=y
# CONFIG_ARCNET_COM20020_PCI is not set
CONFIG_PHYLIB=y

#
# MII PHY device drivers
#
CONFIG_MARVELL_PHY=y
# CONFIG_DAVICOM_PHY is not set
CONFIG_QSEMI_PHY=y
CONFIG_LXT_PHY=y
# CONFIG_CICADA_PHY is not set
CONFIG_VITESSE_PHY=y
CONFIG_SMSC_PHY=y
# CONFIG_BROADCOM_PHY is not set
CONFIG_ICPLUS_PHY=y
CONFIG_REALTEK_PHY=y
# CONFIG_FIXED_PHY is not set
# CONFIG_MDIO_BITBANG is not set
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
CONFIG_HAPPYMEAL=y
CONFIG_SUNGEM=y
# CONFIG_CASSINI is not set
CONFIG_NET_VENDOR_3COM=y
CONFIG_VORTEX=y
# CONFIG_TYPHOON is not set
CONFIG_ENC28J60=y
CONFIG_ENC28J60_WRITEVERIFY=y
# CONFIG_NET_TULIP is not set
CONFIG_HP100=y
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
CONFIG_NET_PCI=y
CONFIG_PCNET32=y
CONFIG_AMD8111_ETH=y
# CONFIG_ADAPTEC_STARFIRE is not set
CONFIG_B44=y
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
# CONFIG_FORCEDETH is not set
CONFIG_EEPRO100=y
CONFIG_E100=y
CONFIG_FEALNX=y
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
CONFIG_8139CP=y
CONFIG_8139TOO=y
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
CONFIG_8139TOO_8129=y
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_R6040 is not set
CONFIG_SIS900=y
# CONFIG_EPIC100 is not set
CONFIG_SUNDANCE=y
CONFIG_SUNDANCE_MMIO=y
CONFIG_TLAN=y
# CONFIG_VIA_RHINE is not set
CONFIG_SC92031=y
CONFIG_NET_POCKET=y
CONFIG_ATP=y
CONFIG_DE600=y
CONFIG_DE620=y
# CONFIG_NETDEV_1000 is not set
# CONFIG_NETDEV_10000 is not set
CONFIG_TR=y
CONFIG_IBMOL=y
CONFIG_3C359=y
# CONFIG_TMS380TR 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=y
# CONFIG_USB_KAWETH is not set
CONFIG_USB_PEGASUS=y
# CONFIG_USB_RTL8150 is not set
CONFIG_USB_USBNET=y
# CONFIG_USB_NET_AX8817X is not set
CONFIG_USB_NET_CDCETHER=y
CONFIG_USB_NET_DM9601=y
CONFIG_USB_NET_GL620A=y
CONFIG_USB_NET_NET1080=y
CONFIG_USB_NET_PLUSB=y
# CONFIG_USB_NET_MCS7830 is not set
CONFIG_USB_NET_RNDIS_HOST=y
CONFIG_USB_NET_CDC_SUBSET=y
CONFIG_USB_ALI_M5632=y
CONFIG_USB_AN2720=y
CONFIG_USB_BELKIN=y
CONFIG_USB_ARMLINUX=y
CONFIG_USB_EPSON2888=y
CONFIG_USB_KC2190=y
CONFIG_USB_NET_ZAURUS=y
# CONFIG_NET_PCMCIA is not set
CONFIG_WAN=y
# CONFIG_HDLC is not set
# CONFIG_DLCI is not set
CONFIG_WAN_ROUTER_DRIVERS=y
# CONFIG_CYCLADES_SYNC is not set
CONFIG_LAPBETHER=y
# CONFIG_X25_ASY is not set
CONFIG_SBNI=y
# CONFIG_SBNI_MULTILINE is not set
CONFIG_XEN_NETDEV_FRONTEND=y
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PLIP=y
CONFIG_PPP=y
CONFIG_PPP_MULTILINK=y
# CONFIG_PPP_FILTER is not set
CONFIG_PPP_ASYNC=y
CONFIG_PPP_SYNC_TTY=y
CONFIG_PPP_DEFLATE=y
# CONFIG_PPP_BSDCOMP is not set
CONFIG_PPP_MPPE=y
# CONFIG_PPPOE is not set
CONFIG_PPPOL2TP=y
# CONFIG_SLIP is not set
CONFIG_SLHC=y
CONFIG_NET_FC=y
CONFIG_NETCONSOLE=y
CONFIG_NETPOLL=y
# CONFIG_NETPOLL_TRAP is not set
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_VIRTIO_NET=y
CONFIG_ISDN=y
CONFIG_ISDN_I4L=y
# CONFIG_ISDN_PPP is not set
CONFIG_ISDN_AUDIO=y
# CONFIG_ISDN_TTY_FAX is not set
# CONFIG_ISDN_X25 is not set

#
# ISDN feature submodules
#
CONFIG_ISDN_DRV_LOOP=y
# CONFIG_ISDN_DIVERSION is not set

#
# ISDN4Linux hardware drivers
#

#
# Passive cards
#
# CONFIG_ISDN_DRV_HISAX is not set

#
# Active cards
#
CONFIG_ISDN_DRV_GIGASET=y
CONFIG_GIGASET_BASE=y
CONFIG_GIGASET_M105=y
# CONFIG_GIGASET_M101 is not set
CONFIG_GIGASET_DEBUG=y
# CONFIG_GIGASET_UNDOCREQ is not set
# CONFIG_ISDN_CAPI is not set
CONFIG_PHONE=y

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=y
CONFIG_INPUT_POLLDEV=y

#
# Userland interfaces
#
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=y
CONFIG_INPUT_EVBUG=y
CONFIG_XEN_KBDDEV_FRONTEND=y

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
CONFIG_KEYBOARD_LKKBD=y
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_KEYBOARD_STOWAWAY=y
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
CONFIG_MOUSE_PS2_TOUCHKIT=y
CONFIG_MOUSE_SERIAL=y
CONFIG_MOUSE_APPLETOUCH=y
CONFIG_MOUSE_BCM5974=y
CONFIG_MOUSE_VSXXXAA=y
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
CONFIG_JOYSTICK_A3D=y
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
CONFIG_JOYSTICK_GRIP=y
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
CONFIG_JOYSTICK_INTERACT=y
CONFIG_JOYSTICK_SIDEWINDER=y
CONFIG_JOYSTICK_TMDC=y
# CONFIG_JOYSTICK_IFORCE is not set
# CONFIG_JOYSTICK_WARRIOR is not set
CONFIG_JOYSTICK_MAGELLAN=y
CONFIG_JOYSTICK_SPACEORB=y
CONFIG_JOYSTICK_SPACEBALL=y
CONFIG_JOYSTICK_STINGER=y
# CONFIG_JOYSTICK_TWIDJOY is not set
CONFIG_JOYSTICK_ZHENHUA=y
# CONFIG_JOYSTICK_DB9 is not set
CONFIG_JOYSTICK_GAMECON=y
CONFIG_JOYSTICK_TURBOGRAFX=y
# CONFIG_JOYSTICK_JOYDUMP is not set
CONFIG_JOYSTICK_XPAD=y
CONFIG_JOYSTICK_XPAD_FF=y
CONFIG_INPUT_TABLET=y
# CONFIG_TABLET_USB_ACECAD is not set
CONFIG_TABLET_USB_AIPTEK=y
CONFIG_TABLET_USB_GTCO=y
CONFIG_TABLET_USB_KBTAB=y
# CONFIG_TABLET_USB_WACOM is not set
CONFIG_INPUT_TOUCHSCREEN=y
CONFIG_TOUCHSCREEN_ADS7846=y
CONFIG_TOUCHSCREEN_FUJITSU=y
CONFIG_TOUCHSCREEN_GUNZE=y
# CONFIG_TOUCHSCREEN_ELO is not set
CONFIG_TOUCHSCREEN_MTOUCH=y
CONFIG_TOUCHSCREEN_INEXIO=y
CONFIG_TOUCHSCREEN_MK712=y
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
CONFIG_TOUCHSCREEN_UCB1400=y
# CONFIG_TOUCHSCREEN_WM97XX is not set
CONFIG_TOUCHSCREEN_USB_COMPOSITE=y
# CONFIG_TOUCHSCREEN_USB_EGALAX is not set
CONFIG_TOUCHSCREEN_USB_PANJIT=y
CONFIG_TOUCHSCREEN_USB_3M=y
CONFIG_TOUCHSCREEN_USB_ITM=y
CONFIG_TOUCHSCREEN_USB_ETURBO=y
# CONFIG_TOUCHSCREEN_USB_GUNZE is not set
CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y
CONFIG_TOUCHSCREEN_USB_IRTOUCH=y
CONFIG_TOUCHSCREEN_USB_IDEALTEK=y
CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y
# CONFIG_TOUCHSCREEN_USB_GOTOP is not set
CONFIG_TOUCHSCREEN_TOUCHIT213=y
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
CONFIG_SERIO_CT82C710=y
CONFIG_SERIO_PARKBD=y
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
CONFIG_GAMEPORT=y
CONFIG_GAMEPORT_NS558=y
CONFIG_GAMEPORT_L4=y
# CONFIG_GAMEPORT_EMU10K1 is not set
# CONFIG_GAMEPORT_FM801 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=y
CONFIG_DEVKMEM=y
CONFIG_SERIAL_NONSTANDARD=y
# CONFIG_COMPUTONE is not set
# CONFIG_ROCKETPORT is not set
CONFIG_CYCLADES=y
CONFIG_CYZ_INTR=y
CONFIG_DIGIEPCA=y
CONFIG_MOXA_INTELLIO=y
# CONFIG_MOXA_SMARTIO is not set
# CONFIG_ISI is not set
# CONFIG_SYNCLINK is not set
CONFIG_SYNCLINKMP=y
# CONFIG_SYNCLINK_GT is not set
CONFIG_N_HDLC=y
CONFIG_RISCOM8=y
CONFIG_SPECIALIX=y
# CONFIG_SX is not set
CONFIG_RIO=y
# CONFIG_RIO_OLDPCI is not set
CONFIG_STALDRV=y
CONFIG_STALLION=y
CONFIG_NOZOMI=y

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_CONSOLE is not set
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_CS=y
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
CONFIG_SERIAL_8250_RSA=y

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_JSM=y
# CONFIG_UNIX98_PTYS is not set
# CONFIG_LEGACY_PTYS is not set
CONFIG_PRINTER=y
# CONFIG_LP_CONSOLE is not set
# CONFIG_PPDEV is not set
CONFIG_HVC_DRIVER=y
CONFIG_HVC_IRQ=y
CONFIG_HVC_XEN=y
CONFIG_VIRTIO_CONSOLE=y
CONFIG_IPMI_HANDLER=y
CONFIG_IPMI_PANIC_EVENT=y
# CONFIG_IPMI_PANIC_STRING is not set
CONFIG_IPMI_DEVICE_INTERFACE=y
CONFIG_IPMI_SI=y
# CONFIG_IPMI_WATCHDOG is not set
CONFIG_IPMI_POWEROFF=y
# CONFIG_HW_RANDOM is not set
CONFIG_NVRAM=y
CONFIG_R3964=y
CONFIG_APPLICOM=y

#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
CONFIG_CARDMAN_4000=y
CONFIG_CARDMAN_4040=y
# CONFIG_IPWIRELESS is not set
CONFIG_MWAVE=y
CONFIG_PC8736x_GPIO=y
CONFIG_NSC_GPIO=y
CONFIG_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=256
CONFIG_HANGCHECK_TIMER=y
CONFIG_TCG_TPM=y
CONFIG_TCG_NSC=y
CONFIG_TCG_ATMEL=y
CONFIG_TELCLOCK=y
CONFIG_DEVPORT=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
# CONFIG_I2C_CHARDEV is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=y
CONFIG_I2C_ALGOPCA=y

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
CONFIG_I2C_ALI1535=y
CONFIG_I2C_ALI1563=y
CONFIG_I2C_ALI15X3=y
CONFIG_I2C_AMD756=y
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
CONFIG_I2C_ISCH=y
CONFIG_I2C_PIIX4=y
# CONFIG_I2C_NFORCE2 is not set
CONFIG_I2C_SIS5595=y
CONFIG_I2C_SIS630=y
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
CONFIG_I2C_VIAPRO=y

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
CONFIG_I2C_OCORES=y
CONFIG_I2C_SIMTEC=y

#
# External I2C/SMBus adapter drivers
#
CONFIG_I2C_PARPORT=y
# CONFIG_I2C_PARPORT_LIGHT is not set
CONFIG_I2C_TAOS_EVM=y
CONFIG_I2C_TINY_USB=y

#
# Graphics adapter I2C/DDC channel drivers
#
CONFIG_I2C_VOODOO3=y

#
# Other I2C/SMBus bus drivers
#
CONFIG_I2C_PCA_PLATFORM=y

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

#
# SPI Master Controller Drivers
#
CONFIG_SPI_BITBANG=y
CONFIG_SPI_BUTTERFLY=y
# CONFIG_SPI_LM70_LLP is not set

#
# SPI Protocol Masters
#
# CONFIG_SPI_SPIDEV is not set
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
# CONFIG_GPIOLIB is not set
CONFIG_W1=y

#
# 1-wire Bus Masters
#
CONFIG_W1_MASTER_MATROX=y
CONFIG_W1_MASTER_DS2490=y
CONFIG_W1_MASTER_DS2482=y

#
# 1-wire Slaves
#
CONFIG_W1_SLAVE_THERM=y
# CONFIG_W1_SLAVE_SMEM is not set
CONFIG_W1_SLAVE_DS2433=y
CONFIG_W1_SLAVE_DS2433_CRC=y
# CONFIG_W1_SLAVE_DS2760 is not set
# CONFIG_POWER_SUPPLY is not set
# CONFIG_HWMON is not set
CONFIG_THERMAL=y
CONFIG_WATCHDOG=y
# CONFIG_WATCHDOG_NOWAYOUT is not set

#
# Watchdog Device Drivers
#
# CONFIG_SOFT_WATCHDOG is not set
CONFIG_ACQUIRE_WDT=y
CONFIG_ADVANTECH_WDT=y
# CONFIG_ALIM1535_WDT is not set
CONFIG_ALIM7101_WDT=y
CONFIG_SC520_WDT=y
CONFIG_EUROTECH_WDT=y
CONFIG_IB700_WDT=y
CONFIG_IBMASR=y
CONFIG_WAFER_WDT=y
# CONFIG_I6300ESB_WDT is not set
# CONFIG_ITCO_WDT is not set
# CONFIG_IT8712F_WDT is not set
CONFIG_HP_WATCHDOG=y
CONFIG_SC1200_WDT=y
CONFIG_PC87413_WDT=y
CONFIG_60XX_WDT=y
# CONFIG_SBC8360_WDT is not set
CONFIG_CPU5_WDT=y
CONFIG_SMSC37B787_WDT=y
# CONFIG_W83627HF_WDT is not set
CONFIG_W83697HF_WDT=y
# CONFIG_W83877F_WDT is not set
CONFIG_W83977F_WDT=y
CONFIG_MACHZ_WDT=y
CONFIG_SBC_EPX_C3_WATCHDOG=y

#
# PCI-based Watchdog Cards
#
CONFIG_PCIPCWATCHDOG=y
# CONFIG_WDTPCI is not set

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

#
# Sonics Silicon Backplane
#
CONFIG_SSB_POSSIBLE=y
CONFIG_SSB=y
CONFIG_SSB_SPROM=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
# CONFIG_SSB_B43_PCI_BRIDGE is not set
CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
CONFIG_SSB_PCMCIAHOST=y
CONFIG_SSB_SILENT=y
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y

#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
CONFIG_MFD_SM501=y
CONFIG_HTC_PASIC3=y
# CONFIG_MFD_TMIO is not set

#
# Multimedia devices
#

#
# Multimedia core support
#
# CONFIG_VIDEO_DEV is not set
CONFIG_DVB_CORE=y
CONFIG_VIDEO_MEDIA=y

#
# Multimedia drivers
#
CONFIG_MEDIA_TUNER=y
CONFIG_MEDIA_TUNER_CUSTOMIZE=y
CONFIG_MEDIA_TUNER_SIMPLE=y
CONFIG_MEDIA_TUNER_TDA8290=y
CONFIG_MEDIA_TUNER_TDA827X=y
CONFIG_MEDIA_TUNER_TDA18271=y
CONFIG_MEDIA_TUNER_TDA9887=y
CONFIG_MEDIA_TUNER_TEA5761=y
CONFIG_MEDIA_TUNER_TEA5767=y
CONFIG_MEDIA_TUNER_MT20XX=y
CONFIG_MEDIA_TUNER_MT2060=y
CONFIG_MEDIA_TUNER_MT2266=y
# CONFIG_MEDIA_TUNER_MT2131 is not set
CONFIG_MEDIA_TUNER_QT1010=y
CONFIG_MEDIA_TUNER_XC2028=y
CONFIG_MEDIA_TUNER_XC5000=y
CONFIG_MEDIA_TUNER_MXL5005S=y
CONFIG_MEDIA_TUNER_MXL5007T=y
CONFIG_DVB_CAPTURE_DRIVERS=y

#
# Supported SAA7146 based PCI Adapters
#
# CONFIG_TTPCI_EEPROM is not set
# CONFIG_DVB_BUDGET_CORE is not set

#
# Supported USB Adapters
#
CONFIG_DVB_USB=y
CONFIG_DVB_USB_DEBUG=y
CONFIG_DVB_USB_A800=y
CONFIG_DVB_USB_DIBUSB_MB=y
# CONFIG_DVB_USB_DIBUSB_MB_FAULTY is not set
CONFIG_DVB_USB_DIBUSB_MC=y
CONFIG_DVB_USB_DIB0700=y
# CONFIG_DVB_USB_UMT_010 is not set
CONFIG_DVB_USB_CXUSB=y
CONFIG_DVB_USB_M920X=y
CONFIG_DVB_USB_GL861=y
# CONFIG_DVB_USB_AU6610 is not set
# CONFIG_DVB_USB_DIGITV is not set
# CONFIG_DVB_USB_VP7045 is not set
CONFIG_DVB_USB_VP702X=y
# CONFIG_DVB_USB_GP8PSK is not set
CONFIG_DVB_USB_NOVA_T_USB2=y
CONFIG_DVB_USB_TTUSB2=y
CONFIG_DVB_USB_DTT200U=y
CONFIG_DVB_USB_OPERA1=y
CONFIG_DVB_USB_DW2102=y
CONFIG_DVB_USB_ANYSEE=y
CONFIG_DVB_TTUSB_BUDGET=y
# CONFIG_DVB_TTUSB_DEC is not set
CONFIG_DVB_CINERGYT2=y
# CONFIG_DVB_CINERGYT2_TUNING is not set
CONFIG_DVB_SIANO_SMS1XXX=y
CONFIG_DVB_SIANO_SMS1XXX_SMS_IDS=y

#
# Supported FlexCopII (B2C2) Adapters
#
CONFIG_DVB_B2C2_FLEXCOP=y
CONFIG_DVB_B2C2_FLEXCOP_PCI=y
CONFIG_DVB_B2C2_FLEXCOP_USB=y
CONFIG_DVB_B2C2_FLEXCOP_DEBUG=y

#
# Supported BT878 Adapters
#

#
# Supported Pluto2 Adapters
#
# CONFIG_DVB_PLUTO2 is not set

#
# Supported DVB Frontends
#

#
# Customise DVB Frontends
#
# CONFIG_DVB_FE_CUSTOMISE is not set

#
# DVB-S (satellite) frontends
#
# CONFIG_DVB_CX24110 is not set
CONFIG_DVB_CX24123=y
CONFIG_DVB_MT312=y
CONFIG_DVB_S5H1420=y
CONFIG_DVB_STV0299=y
CONFIG_DVB_TDA8083=y
CONFIG_DVB_TDA10086=y
# CONFIG_DVB_VES1X93 is not set
CONFIG_DVB_TUNER_ITD1000=y
CONFIG_DVB_TDA826X=y
CONFIG_DVB_TUA6100=y

#
# DVB-T (terrestrial) frontends
#
CONFIG_DVB_SP8870=y
CONFIG_DVB_SP887X=y
CONFIG_DVB_CX22700=y
CONFIG_DVB_CX22702=y
CONFIG_DVB_DRX397XD=y
# CONFIG_DVB_L64781 is not set
CONFIG_DVB_TDA1004X=y
CONFIG_DVB_NXT6000=y
CONFIG_DVB_MT352=y
CONFIG_DVB_ZL10353=y
CONFIG_DVB_DIB3000MB=y
CONFIG_DVB_DIB3000MC=y
CONFIG_DVB_DIB7000M=y
CONFIG_DVB_DIB7000P=y
# CONFIG_DVB_TDA10048 is not set

#
# DVB-C (cable) frontends
#
CONFIG_DVB_VES1820=y
CONFIG_DVB_TDA10021=y
CONFIG_DVB_TDA10023=y
CONFIG_DVB_STV0297=y

#
# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
#
CONFIG_DVB_NXT200X=y
# CONFIG_DVB_OR51211 is not set
CONFIG_DVB_OR51132=y
CONFIG_DVB_BCM3510=y
CONFIG_DVB_LGDT330X=y
CONFIG_DVB_S5H1409=y
# CONFIG_DVB_AU8522 is not set
# CONFIG_DVB_S5H1411 is not set

#
# Digital terrestrial only tuners/PLL
#
CONFIG_DVB_PLL=y
CONFIG_DVB_TUNER_DIB0070=y

#
# SEC control devices for DVB-S
#
CONFIG_DVB_LNBP21=y
CONFIG_DVB_ISL6405=y
CONFIG_DVB_ISL6421=y
CONFIG_DAB=y
# CONFIG_USB_DABUSB is not set

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
CONFIG_AGP_SIS=y
# CONFIG_AGP_VIA is not set
# CONFIG_DRM is not set
CONFIG_VGASTATE=y
# CONFIG_VIDEO_OUTPUT_CONTROL is not set
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_DDC=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_SVGALIB=y
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
CONFIG_FB_CIRRUS=y
CONFIG_FB_PM2=y
CONFIG_FB_PM2_FIFO_DISCONNECT=y
CONFIG_FB_CYBER2000=y
# CONFIG_FB_ARC is not set
CONFIG_FB_ASILIANT=y
CONFIG_FB_IMSTT=y
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_VESA is not set
CONFIG_FB_EFI=y
# CONFIG_FB_N411 is not set
CONFIG_FB_HGA=y
CONFIG_FB_HGA_ACCEL=y
CONFIG_FB_S1D13XXX=y
# CONFIG_FB_NVIDIA is not set
CONFIG_FB_RIVA=y
CONFIG_FB_RIVA_I2C=y
CONFIG_FB_RIVA_DEBUG=y
CONFIG_FB_RIVA_BACKLIGHT=y
CONFIG_FB_LE80578=y
# CONFIG_FB_CARILLO_RANCH is not set
CONFIG_FB_INTEL=y
CONFIG_FB_INTEL_DEBUG=y
CONFIG_FB_INTEL_I2C=y
CONFIG_FB_MATROX=y
CONFIG_FB_MATROX_MILLENIUM=y
CONFIG_FB_MATROX_MYSTIQUE=y
CONFIG_FB_MATROX_G=y
CONFIG_FB_MATROX_I2C=y
CONFIG_FB_MATROX_MAVEN=y
# CONFIG_FB_MATROX_MULTIHEAD is not set
CONFIG_FB_RADEON=y
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_BACKLIGHT=y
CONFIG_FB_RADEON_DEBUG=y
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
CONFIG_FB_S3=y
CONFIG_FB_SAVAGE=y
CONFIG_FB_SAVAGE_I2C=y
CONFIG_FB_SAVAGE_ACCEL=y
CONFIG_FB_SIS=y
CONFIG_FB_SIS_300=y
CONFIG_FB_SIS_315=y
CONFIG_FB_NEOMAGIC=y
CONFIG_FB_KYRO=y
CONFIG_FB_3DFX=y
CONFIG_FB_3DFX_ACCEL=y
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
CONFIG_FB_ARK=y
# CONFIG_FB_PM3 is not set
CONFIG_FB_CARMINE=y
CONFIG_FB_CARMINE_DRAM_EVAL=y
# CONFIG_CARMINE_DRAM_CUSTOM is not set
CONFIG_FB_GEODE=y
CONFIG_FB_GEODE_LX=y
CONFIG_FB_GEODE_GX=y
# CONFIG_FB_GEODE_GX1 is not set
CONFIG_FB_SM501=y
# CONFIG_FB_VIRTUAL is not set
CONFIG_XEN_FBDEV_FRONTEND=y
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=y
CONFIG_LCD_LTV350QV=y
# CONFIG_LCD_ILI9320 is not set
# CONFIG_LCD_VGG2432A4 is not set
# CONFIG_LCD_PLATFORM is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_CORGI is not set
CONFIG_BACKLIGHT_PROGEAR=y
CONFIG_BACKLIGHT_CARILLO_RANCH=y
CONFIG_BACKLIGHT_MBP_NVIDIA=y

#
# Display device support
#
CONFIG_DISPLAY_SUPPORT=y

#
# Display hardware drivers
#

#
# Console display driver support
#
# CONFIG_VGA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE is not set
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_MONO=y
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y
CONFIG_SOUND=y
# CONFIG_SND is not set
CONFIG_SOUND_PRIME=y
CONFIG_SOUND_OSS=y
CONFIG_SOUND_TRACEINIT=y
CONFIG_SOUND_DMAP=y
CONFIG_SOUND_SSCAPE=y
# CONFIG_SOUND_VMIDI is not set
# CONFIG_SOUND_TRIX is not set
CONFIG_SOUND_MSS=y
# CONFIG_SOUND_MPU401 is not set
CONFIG_SOUND_PAS=y
CONFIG_PAS_JOYSTICK=y
CONFIG_SOUND_PSS=y
CONFIG_PSS_MIXER=y
CONFIG_SOUND_SB=y
# CONFIG_SOUND_YM3812 is not set
CONFIG_SOUND_UART6850=y
CONFIG_SOUND_AEDSP16=y
CONFIG_SC6600=y
CONFIG_SC6600_JOY=y
CONFIG_SC6600_CDROM=4
CONFIG_SC6600_CDROMBASE=0
# CONFIG_AEDSP16_MSS is not set
# CONFIG_AEDSP16_SBPRO is not set
# CONFIG_SOUND_KAHLUA is not set
CONFIG_AC97_BUS=y
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
# CONFIG_HID_DEBUG is not set
CONFIG_HIDRAW=y

#
# USB Input Devices
#
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT_POWERBOOK=y
# CONFIG_HID_FF is not set
# CONFIG_USB_HIDDEV is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
CONFIG_USB_DEBUG=y
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set

#
# Miscellaneous USB options
#
# CONFIG_USB_DEVICEFS is not set
# CONFIG_USB_DEVICE_CLASS is not set
CONFIG_USB_DYNAMIC_MINORS=y
CONFIG_USB_SUSPEND=y
# CONFIG_USB_OTG is not set
# CONFIG_USB_OTG_WHITELIST is not set
CONFIG_USB_OTG_BLACKLIST_HUB=y
CONFIG_USB_MON=y

#
# USB Host Controller Drivers
#
CONFIG_USB_C67X00_HCD=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
CONFIG_USB_ISP116X_HCD=y
CONFIG_USB_ISP1760_HCD=y
# CONFIG_USB_ISP1760_PCI is not set
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_OHCI_HCD_SSB=y
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_U132_HCD is not set
CONFIG_USB_SL811_HCD=y
CONFIG_USB_SL811_CS=y
# CONFIG_USB_R8A66597_HCD is not set

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

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

#
# may also be needed; see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=y
CONFIG_USB_STORAGE_DEBUG=y
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
CONFIG_USB_STORAGE_ISD200=y
CONFIG_USB_STORAGE_DPCM=y
CONFIG_USB_STORAGE_USBAT=y
CONFIG_USB_STORAGE_SDDR09=y
# CONFIG_USB_STORAGE_SDDR55 is not set
CONFIG_USB_STORAGE_JUMPSHOT=y
CONFIG_USB_STORAGE_ALAUDA=y
CONFIG_USB_STORAGE_ONETOUCH=y
CONFIG_USB_STORAGE_KARMA=y
CONFIG_USB_STORAGE_SIERRA=y
CONFIG_USB_STORAGE_CYPRESS_ATACB=y
# CONFIG_USB_LIBUSUAL is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set

#
# USB port drivers
#
CONFIG_USB_USS720=y
CONFIG_USB_SERIAL=y
# CONFIG_USB_SERIAL_CONSOLE is not set
CONFIG_USB_EZUSB=y
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_AIRCABLE=y
CONFIG_USB_SERIAL_ARK3116=y
CONFIG_USB_SERIAL_BELKIN=y
CONFIG_USB_SERIAL_CH341=y
CONFIG_USB_SERIAL_WHITEHEAT=y
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=y
# CONFIG_USB_SERIAL_CP2101 is not set
CONFIG_USB_SERIAL_CYPRESS_M8=y
CONFIG_USB_SERIAL_EMPEG=y
CONFIG_USB_SERIAL_FTDI_SIO=y
CONFIG_USB_SERIAL_FUNSOFT=y
CONFIG_USB_SERIAL_VISOR=y
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
CONFIG_USB_SERIAL_EDGEPORT=y
CONFIG_USB_SERIAL_EDGEPORT_TI=y
# CONFIG_USB_SERIAL_GARMIN is not set
CONFIG_USB_SERIAL_IPW=y
CONFIG_USB_SERIAL_IUU=y
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
CONFIG_USB_SERIAL_KEYSPAN=y
CONFIG_USB_SERIAL_KLSI=y
CONFIG_USB_SERIAL_KOBIL_SCT=y
CONFIG_USB_SERIAL_MCT_U232=y
# CONFIG_USB_SERIAL_MOS7720 is not set
# CONFIG_USB_SERIAL_MOS7840 is not set
# CONFIG_USB_SERIAL_MOTOROLA is not set
CONFIG_USB_SERIAL_NAVMAN=y
# CONFIG_USB_SERIAL_PL2303 is not set
CONFIG_USB_SERIAL_OTI6858=y
# CONFIG_USB_SERIAL_SPCP8X5 is not set
CONFIG_USB_SERIAL_HP4X=y
CONFIG_USB_SERIAL_SAFE=y
CONFIG_USB_SERIAL_SAFE_PADDED=y
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
CONFIG_USB_SERIAL_TI=y
# CONFIG_USB_SERIAL_CYBERJACK is not set
CONFIG_USB_SERIAL_XIRCOM=y
CONFIG_USB_SERIAL_OPTION=y
# CONFIG_USB_SERIAL_OMNINET is not set
# CONFIG_USB_SERIAL_DEBUG is not set

#
# USB Miscellaneous drivers
#
CONFIG_USB_EMI62=y
# CONFIG_USB_EMI26 is not set
CONFIG_USB_ADUTUX=y
# CONFIG_USB_RIO500 is not set
CONFIG_USB_LEGOTOWER=y
CONFIG_USB_LCD=y
CONFIG_USB_BERRY_CHARGE=y
# CONFIG_USB_LED is not set
CONFIG_USB_CYPRESS_CY7C63=y
CONFIG_USB_CYTHERM=y
CONFIG_USB_PHIDGET=y
# CONFIG_USB_PHIDGETKIT is not set
CONFIG_USB_PHIDGETMOTORCONTROL=y
CONFIG_USB_PHIDGETSERVO=y
# CONFIG_USB_IDMOUSE is not set
CONFIG_USB_FTDI_ELAN=y
CONFIG_USB_APPLEDISPLAY=y
CONFIG_USB_SISUSBVGA=y
# CONFIG_USB_SISUSBVGA_CON is not set
CONFIG_USB_LD=y
CONFIG_USB_TRANCEVIBRATOR=y
CONFIG_USB_IOWARRIOR=y
# CONFIG_USB_ISIGHTFW is not set
CONFIG_MMC=y
CONFIG_MMC_DEBUG=y
CONFIG_MMC_UNSAFE_RESUME=y

#
# MMC/SD Card Drivers
#
CONFIG_MMC_BLOCK=y
# CONFIG_MMC_BLOCK_BOUNCE is not set
CONFIG_SDIO_UART=y
CONFIG_MMC_TEST=y

#
# MMC/SD Host Controller Drivers
#
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_PCI=y
CONFIG_MMC_RICOH_MMC=y
CONFIG_MMC_WBSD=y
CONFIG_MMC_TIFM_SD=y
# CONFIG_MMC_SPI is not set
# CONFIG_MMC_SDRICOH_CS is not set
CONFIG_MEMSTICK=y
CONFIG_MEMSTICK_DEBUG=y

#
# MemoryStick drivers
#
CONFIG_MEMSTICK_UNSAFE_RESUME=y
# CONFIG_MSPRO_BLOCK is not set

#
# MemoryStick Host Controller Drivers
#
CONFIG_MEMSTICK_TIFM_MS=y
CONFIG_MEMSTICK_JMICRON_38X=y
# CONFIG_NEW_LEDS is not set
CONFIG_ACCESSIBILITY=y
CONFIG_INFINIBAND=y
# CONFIG_INFINIBAND_USER_MAD is not set
CONFIG_INFINIBAND_USER_ACCESS=y
CONFIG_INFINIBAND_USER_MEM=y
CONFIG_INFINIBAND_ADDR_TRANS=y
CONFIG_INFINIBAND_MTHCA=y
# CONFIG_INFINIBAND_MTHCA_DEBUG is not set
CONFIG_INFINIBAND_IPATH=y
# CONFIG_INFINIBAND_AMSO1100 is not set
# CONFIG_MLX4_INFINIBAND is not set
CONFIG_INFINIBAND_NES=y
CONFIG_INFINIBAND_NES_DEBUG=y
CONFIG_INFINIBAND_IPOIB=y
CONFIG_INFINIBAND_IPOIB_CM=y
CONFIG_INFINIBAND_IPOIB_DEBUG=y
CONFIG_INFINIBAND_IPOIB_DEBUG_DATA=y
CONFIG_INFINIBAND_SRP=y
CONFIG_INFINIBAND_ISER=y
CONFIG_EDAC=y

#
# Reporting subsystems
#
# CONFIG_EDAC_DEBUG is not set
CONFIG_EDAC_MM_EDAC=y
CONFIG_EDAC_E752X=y
CONFIG_EDAC_I82975X=y
# CONFIG_EDAC_I3000 is not set
# CONFIG_EDAC_I5000 is not set
# CONFIG_EDAC_I5100 is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
CONFIG_RTC_DEBUG=y

#
# RTC interfaces
#
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=y
# CONFIG_RTC_DRV_MAX6900 is not set
CONFIG_RTC_DRV_RS5C372=y
CONFIG_RTC_DRV_ISL1208=y
CONFIG_RTC_DRV_X1205=y
# CONFIG_RTC_DRV_PCF8563 is not set
CONFIG_RTC_DRV_PCF8583=y
CONFIG_RTC_DRV_M41T80=y
CONFIG_RTC_DRV_M41T80_WDT=y
CONFIG_RTC_DRV_S35390A=y
CONFIG_RTC_DRV_FM3130=y

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

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

#
# on-CPU RTC drivers
#
# CONFIG_DMADEVICES is not set
# CONFIG_AUXDISPLAY is not set
CONFIG_UIO=y
# CONFIG_UIO_CIF is not set
# CONFIG_UIO_PDRV is not set
CONFIG_UIO_SMX=y
CONFIG_XEN_BALLOON=y
CONFIG_XEN_SCRUB_PAGES=y

#
# Firmware Drivers
#
CONFIG_EDD=y
CONFIG_EDD_OFF=y
CONFIG_FIRMWARE_MEMMAP=y
CONFIG_DELL_RBU=y
CONFIG_DCDBAS=y
CONFIG_DMIID=y
CONFIG_ISCSI_IBFT_FIND=y
CONFIG_ISCSI_IBFT=y

#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT2_FS_XIP=y
CONFIG_FS_XIP=y
# CONFIG_EXT3_FS is not set
CONFIG_EXT4DEV_FS=y
CONFIG_EXT4DEV_FS_XATTR=y
# CONFIG_EXT4DEV_FS_POSIX_ACL is not set
CONFIG_EXT4DEV_FS_SECURITY=y
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
CONFIG_REISERFS_FS_XATTR=y
CONFIG_REISERFS_FS_POSIX_ACL=y
CONFIG_REISERFS_FS_SECURITY=y
CONFIG_JFS_FS=y
CONFIG_JFS_POSIX_ACL=y
# CONFIG_JFS_SECURITY is not set
CONFIG_JFS_DEBUG=y
# CONFIG_JFS_STATISTICS is not set
CONFIG_FS_POSIX_ACL=y
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
CONFIG_DNOTIFY=y
CONFIG_INOTIFY=y
# CONFIG_INOTIFY_USER is not set
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
CONFIG_PRINT_QUOTA_WARNING=y
CONFIG_QFMT_V1=y
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
CONFIG_AUTOFS_FS=y
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set
CONFIG_GENERIC_ACL=y

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

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
# CONFIG_VFAT_FS is not set
CONFIG_FAT_DEFAULT_CODEPAGE=437
# CONFIG_NTFS_FS is not set

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

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

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
CONFIG_OSF_PARTITION=y
CONFIG_AMIGA_PARTITION=y
# CONFIG_ATARI_PARTITION is not set
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
CONFIG_MINIX_SUBPARTITION=y
# CONFIG_SOLARIS_X86_PARTITION is not set
CONFIG_UNIXWARE_DISKLABEL=y
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
CONFIG_KARMA_PARTITION=y
CONFIG_EFI_PARTITION=y
CONFIG_SYSV68_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_CODEPAGE_737=y
CONFIG_NLS_CODEPAGE_775=y
CONFIG_NLS_CODEPAGE_850=y
CONFIG_NLS_CODEPAGE_852=y
CONFIG_NLS_CODEPAGE_855=y
CONFIG_NLS_CODEPAGE_857=y
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
CONFIG_NLS_CODEPAGE_862=y
CONFIG_NLS_CODEPAGE_863=y
CONFIG_NLS_CODEPAGE_864=y
CONFIG_NLS_CODEPAGE_865=y
CONFIG_NLS_CODEPAGE_866=y
CONFIG_NLS_CODEPAGE_869=y
CONFIG_NLS_CODEPAGE_936=y
# CONFIG_NLS_CODEPAGE_950 is not set
CONFIG_NLS_CODEPAGE_932=y
CONFIG_NLS_CODEPAGE_949=y
CONFIG_NLS_CODEPAGE_874=y
CONFIG_NLS_ISO8859_8=y
CONFIG_NLS_CODEPAGE_1250=y
CONFIG_NLS_CODEPAGE_1251=y
CONFIG_NLS_ASCII=y
# CONFIG_NLS_ISO8859_1 is not set
CONFIG_NLS_ISO8859_2=y
# CONFIG_NLS_ISO8859_3 is not set
CONFIG_NLS_ISO8859_4=y
CONFIG_NLS_ISO8859_5=y
# CONFIG_NLS_ISO8859_6 is not set
CONFIG_NLS_ISO8859_7=y
# CONFIG_NLS_ISO8859_9 is not set
CONFIG_NLS_ISO8859_13=y
CONFIG_NLS_ISO8859_14=y
# CONFIG_NLS_ISO8859_15 is not set
CONFIG_NLS_KOI8_R=y
CONFIG_NLS_KOI8_U=y
CONFIG_NLS_UTF8=y

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
CONFIG_ENABLE_WARN_DEPRECATED=y
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_FRAME_WARN=2048
CONFIG_MAGIC_SYSRQ=y
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_KERNEL is not set
CONFIG_STACKTRACE=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_RCU_CPU_STALL=y
# CONFIG_LATENCYTOP is not set
CONFIG_SYSCTL_SYSCALL_CHECK=y
CONFIG_HAVE_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_TRACING=y
# CONFIG_FTRACE is not set
# CONFIG_IRQSOFF_TRACER is not set
CONFIG_SYSPROF_TRACER=y
# CONFIG_SCHED_TRACER is not set
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_FTRACE_SELFTEST=y
CONFIG_FTRACE_STARTUP_TEST=y
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
CONFIG_FIREWIRE_OHCI_REMOTE_DMA=y
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_STRICT_DEVMEM is not set
CONFIG_X86_VERBOSE_BOOTUP=y
# CONFIG_EARLY_PRINTK 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_OPTIMIZE_INLINING is not set

#
# Security options
#
CONFIG_KEYS=y
CONFIG_KEYS_DEBUG_PROC_KEYS=y
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
CONFIG_XOR_BLOCKS=y
CONFIG_ASYNC_CORE=y
CONFIG_ASYNC_MEMCPY=y
CONFIG_ASYNC_XOR=y
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_CRYPTD=y
CONFIG_CRYPTO_AUTHENC=y

#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=y
CONFIG_CRYPTO_GCM=y
CONFIG_CRYPTO_SEQIV=y

#
# Block modes
#
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_CTS=y
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_LRW=y
CONFIG_CRYPTO_PCBC=y
CONFIG_CRYPTO_XTS=y

#
# Hash modes
#
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_XCBC is not set

#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_MD4=y
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_RMD128=y
CONFIG_CRYPTO_RMD160=y
CONFIG_CRYPTO_RMD256=y
# CONFIG_CRYPTO_RMD320 is not set
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
# CONFIG_CRYPTO_TGR192 is not set
CONFIG_CRYPTO_WP512=y

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_X86_64=y
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_BLOWFISH=y
# CONFIG_CRYPTO_CAMELLIA is not set
CONFIG_CRYPTO_CAST5=y
CONFIG_CRYPTO_CAST6=y
CONFIG_CRYPTO_DES=y
# CONFIG_CRYPTO_FCRYPT is not set
CONFIG_CRYPTO_KHAZAD=y
CONFIG_CRYPTO_SALSA20=y
CONFIG_CRYPTO_SALSA20_X86_64=y
CONFIG_CRYPTO_SEED=y
CONFIG_CRYPTO_SERPENT=y
# CONFIG_CRYPTO_TEA is not set
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_TWOFISH_COMMON=y
# CONFIG_CRYPTO_TWOFISH_X86_64 is not set

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
# CONFIG_CRYPTO_LZO is not set
CONFIG_CRYPTO_HW=y
CONFIG_CRYPTO_DEV_HIFN_795X=y
# CONFIG_CRYPTO_DEV_HIFN_795X_RNG is not set
CONFIG_HAVE_KVM=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=y
# CONFIG_KVM_INTEL is not set
# CONFIG_KVM_AMD is not set
CONFIG_VIRTIO=y
CONFIG_VIRTIO_RING=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_BALLOON=y

#
# 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=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
CONFIG_CRC7=y
CONFIG_LIBCRC32C=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_REED_SOLOMON=y
CONFIG_REED_SOLOMON_DEC16=y
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_FORCE_SUCCESSFUL_BUILD=y

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-21 11:56         ` Ingo Molnar
@ 2008-08-21 15:39           ` Yinghai Lu
  2008-08-22  3:51             ` Ingo Molnar
  0 siblings, 1 reply; 34+ messages in thread
From: Yinghai Lu @ 2008-08-21 15:39 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel

On Thu, Aug 21, 2008 at 4:56 AM, Ingo Molnar <mingo@elte.hu> wrote:
>
> * Ingo Molnar <mingo@elte.hu> wrote:
>
>>
>> * Yinghai Lu <yhlu.kernel@gmail.com> wrote:
>>
>> > [PATCH] x86_64: printout msr
>>
>> looks rather useful - added it to tip/x86/debug.
>
> fails to build with the attached config:
>
> arch/x86/kernel/cpu/common_64.c: In function 'print_cpu_msr':
> arch/x86/kernel/cpu/common_64.c:456: error: implicit declaration of function 'rdmsrl_amd_safe'
> arch/x86/kernel/cpu/common_64.c: In function 'print_cpu_info':
> arch/x86/kernel/cpu/common_64.c:486: error: 'struct cpuinfo_x86' has no member named 'cpu_index'
>
> i realize that this wasnt sent for inclusion, but i think it would make
> sense to tidy it up and integrate it.

that was one tool to verify if BIOS does right thing about some special bits.

it seems it doesn't compile when xen etc is enable in config.

YH

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-21  1:49     ` Yinghai Lu
  2008-08-21 11:44       ` Ingo Molnar
@ 2008-08-21 20:55       ` Joshua Hoblitt
  2008-08-21 21:51         ` Yinghai Lu
  1 sibling, 1 reply; 34+ messages in thread
From: Joshua Hoblitt @ 2008-08-21 20:55 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel

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

Both hunks in the patch applied with an offset of -36 but the show_msr
flag doesn't seem to have any effect.  The dmesg is still the same
number of lines accord to wc.

I'm attaching the new dmesg anyways.

$ cat /proc/cmdline 
root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0
console=ttyS0,115200n8 

-J

--
On Wed, Aug 20, 2008 at 06:49:11PM -0700, Yinghai Lu wrote:
> On Wed, Aug 20, 2008 at 6:20 PM, Yinghai Lu <yhlu.kernel@gmail.com> wrote:
> > On Wed, Aug 20, 2008 at 6:04 PM, Andrew Morton
> > <akpm@linux-foundation.org> wrote:
> >>
> >> (switched to email.  Please respond via emailed reply-to-all, not via the
> >> bugzilla web interface).
> >>
> >> On Wed, 20 Aug 2008 17:38:59 -0700 (PDT)
> >> bugme-daemon@bugzilla.kernel.org wrote:
> >>
> >>> http://bugzilla.kernel.org/show_bug.cgi?id=11388
> >>>
> >>>            Summary: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of
> >>>                     memory is usable
> >>>            Product: Memory Management
> >>>            Version: 2.5
> >>>      KernelVersion: 2.6.27-rc3
> >>>           Platform: All
> >>>         OS/Version: Linux
> >>>               Tree: Mainline
> >>>             Status: NEW
> >>>           Severity: normal
> >>>           Priority: P1
> >>>          Component: MTTR
> >>>         AssignedTo: akpm@osdl.org
> >>>         ReportedBy: j_kernel@hoblitt.com
> >>>
> >>>
> >>> Latest working kernel version: 2.4.24.2 (possibly later)
> >>> Earliest failing kernel version: 2.6.27-rc3-21328-ga7f5aaf (from netdev-2.6)
> >>> Distribution: Gentoo
> >>> Hardware Environment: 2x Intel X5482
> >>> Software Environment:
> >>> Problem Description:
> >>>
> >>> [    0.000000] WARNING: BIOS bug: CPU MTRRs don't cover all of memory, losing
> >>> 13056MB of RAM.
> >>> [    0.000000] ------------[ cut here ]------------
> >>> [    0.000000] WARNING: at arch/x86/kernel/cpu/mtrr/main.c:1561
> >>> mtrr_trim_uncached_memory+0x508/0x550()
> >>> [    0.000000] Modules linked in:
> >>> [    0.000000] Pid: 0, comm: swapper Not tainted 2.6.27-rc3-21328-ga7f5aaf #8
> >>> [    0.000000]
> >>> [    0.000000] Call Trace:
> >>> [    0.000000]  [<ffffffff80234c3e>] warn_on_slowpath+0x51/0x77
> >>> [    0.000000]  [<ffffffff8023570a>] printk+0x4e/0x56
> >>> [    0.000000]  [<ffffffff803add02>] sort+0xfa/0x18c
> >>> [    0.000000]  [<ffffffff808283d3>] cmp_range+0x0/0x6
> >>> [    0.000000]  [<ffffffff80828a47>] mtrr_trim_uncached_memory+0x508/0x550
> >>> [    0.000000]  [<ffffffff802178e1>] post_set+0x20/0x3d
> >>> [    0.000000]  [<ffffffff80824f99>] setup_arch+0x39d/0x6be
> >>> [    0.000000]  [<ffffffff8081e962>] start_kernel+0x74/0x341
> >>> [    0.000000]  [<ffffffff8081e394>] x86_64_start_kernel+0xe3/0xe7
> >>> [    0.000000]
> >>> [    0.000000] ---[ end trace 4eaa2a86a8e2da22 ]---
> >>>
> >>>
> >>> Steps to reproduce:
> >>>
> >>> This warning isn't present under 2.6.24.2 and the full range of physical memory
> >>> is usable.
> >>
> >> Looks like a post-2.6.26 regression caused by
> >> 12031a624af7816ec7660b82be648aa3703b4ebe.
> > reg00: base=0xd0000000 (3328MB), size=196864MB: uncachable, count=1
> > reg01: base=0xe0000000 (3584MB), size=197120MB: uncachable, count=1
> > reg02: base=0x00000000 (   0MB), size=212992MB: write-back, count=1
> > reg03: base=0x400000000 (16384MB), size=197120MB: write-back, count=1
> > reg04: base=0x420000000 (16896MB), size=196864MB: write-back, count=1
> >
> > the size mtrr looks crazy.
> 
> please apply attached patch and boot with show_msr=1 to dump the msr
> (including mtrr)
> 
> YH

> [PATCH] x86_64: printout msr
> 
> commandline show_msr=1 for bsp, show_msr=32 for all 32 cpus.
> 
> Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
> 
> ---
>  arch/x86/kernel/cpu/common_64.c |   46 ++++++++++++++++++++++++++++++++++++++++
>  include/asm-x86/msr.h           |   23 ++++++++++++++++++++
>  2 files changed, 69 insertions(+)
> 
> Index: linux-2.6/arch/x86/kernel/cpu/common_64.c
> ===================================================================
> --- linux-2.6.orig/arch/x86/kernel/cpu/common_64.c
> +++ linux-2.6/arch/x86/kernel/cpu/common_64.c
> @@ -430,6 +430,49 @@ static __init int setup_noclflush(char *
>  }
>  __setup("noclflush", setup_noclflush);
>  
> +struct msr_range {
> +	unsigned min;
> +	unsigned max;
> +};
> +
> +static struct msr_range msr_range_array[] __cpuinitdata = {
> +	{ 0x00000000, 0x00000418},
> +	{ 0xc0000000, 0xc000040b},
> +	{ 0xc0010000, 0xc0010142},
> +	{ 0xc0011000, 0xc001103b},
> +};
> +
> +static void __cpuinit print_cpu_msr(void)
> +{
> +	unsigned index;
> +	u64 val;
> +	int i;
> +	unsigned index_min, index_max;
> +
> +	for (i = 0; i < ARRAY_SIZE(msr_range_array); i++) {
> +		index_min = msr_range_array[i].min;
> +		index_max = msr_range_array[i].max;
> +		for (index = index_min; index < index_max; index++) {
> +			if (rdmsrl_amd_safe(index, &val))
> +				continue;
> +			printk(KERN_INFO " MSR%08x: %016llx\n", index, val);
> +		}
> +	}
> +}
> +
> +static int show_msr __cpuinitdata;
> +static __init int setup_show_msr(char *arg)
> +{
> +	int num;
> +
> +	get_option(&arg, &num);
> +
> +	if (num > 0)
> +		show_msr = num;
> +	return 1;
> +}
> +__setup("show_msr=", setup_show_msr);
> +
>  void __cpuinit print_cpu_info(struct cpuinfo_x86 *c)
>  {
>  	if (c->x86_model_id[0])
> @@ -439,6 +482,9 @@ void __cpuinit print_cpu_info(struct cpu
>  		printk(KERN_CONT " stepping %02x\n", c->x86_mask);
>  	else
>  		printk(KERN_CONT "\n");
> +
> +	if (c->cpu_index < show_msr)
> +		print_cpu_msr();
>  }
>  
>  static __init int setup_disablecpuid(char *arg)
> Index: linux-2.6/include/asm-x86/msr.h
> ===================================================================
> --- linux-2.6.orig/include/asm-x86/msr.h
> +++ linux-2.6/include/asm-x86/msr.h
> @@ -63,6 +63,22 @@ static inline unsigned long long native_
>  	return EAX_EDX_VAL(val, low, high);
>  }
>  
> +static inline unsigned long long native_read_msr_amd_safe(unsigned int msr,
> +						      int *err)
> +{
> +	DECLARE_ARGS(val, low, high);
> +
> +	asm volatile("2: rdmsr ; xor %0,%0\n"
> +		     "1:\n\t"
> +		     ".section .fixup,\"ax\"\n\t"
> +		     "3:  mov %3,%0 ; jmp 1b\n\t"
> +		     ".previous\n\t"
> +		     _ASM_EXTABLE(2b, 3b)
> +		     : "=r" (*err), EAX_EDX_RET(val, low, high)
> +		     : "c" (msr), "D" (0x9c5a203a), "i" (-EFAULT));
> +	return EAX_EDX_VAL(val, low, high);
> +}
> +
>  static inline void native_write_msr(unsigned int msr,
>  				    unsigned low, unsigned high)
>  {
> @@ -158,6 +174,13 @@ static inline int rdmsrl_safe(unsigned m
>  	*p = native_read_msr_safe(msr, &err);
>  	return err;
>  }
> +static inline int rdmsrl_amd_safe(unsigned msr, unsigned long long *p)
> +{
> +	int err;
> +
> +	*p = native_read_msr_amd_safe(msr, &err);
> +	return err;
> +}
>  
>  #define rdtscl(low)						\
>  	((low) = (u32)native_read_tsc())


[-- Attachment #2: 2.6.27-r3.dmesg2 --]
[-- Type: text/plain, Size: 43144 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Linux version 2.6.27-rc3-21328-ga7f5aaf (root@ipp000) (gcc version 4.1.2 (Gentoo 4.1.2 p1.1)) #8 SMP Wed Aug 20 14:17:51 HST 2008
[    0.000000] Command line: root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0 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 - 000000000009e400 (usable)
[    0.000000]  BIOS-e820: 000000000009e400 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000ca000 - 00000000000cc000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000cff00000 (usable)
[    0.000000]  BIOS-e820: 00000000cff00000 - 00000000cff0a000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000cff0a000 - 00000000cff0b000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000cff0b000 - 00000000d0000000 (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]  BIOS-e820: 0000000100000000 - 0000000430000000 (usable)
[    0.000000] last_pfn = 0x430000 max_arch_pfn = 0x3ffffffff
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] WARNING: BIOS bug: CPU MTRRs don't cover all of memory, losing 13056MB of RAM.
[    0.000000] ------------[ cut here ]------------
[    0.000000] WARNING: at arch/x86/kernel/cpu/mtrr/main.c:1561 mtrr_trim_uncached_memory+0x508/0x550()
[    0.000000] Modules linked in:
[    0.000000] Pid: 0, comm: swapper Not tainted 2.6.27-rc3-21328-ga7f5aaf #8
[    0.000000] 
[    0.000000] Call Trace:
[    0.000000]  [<ffffffff80234c3e>] warn_on_slowpath+0x51/0x77
[    0.000000]  [<ffffffff8023570a>] printk+0x4e/0x56
[    0.000000]  [<ffffffff803add02>] sort+0xfa/0x18c
[    0.000000]  [<ffffffff808283d3>] cmp_range+0x0/0x6
[    0.000000]  [<ffffffff80828a47>] mtrr_trim_uncached_memory+0x508/0x550
[    0.000000]  [<ffffffff802178e1>] post_set+0x20/0x3d
[    0.000000]  [<ffffffff80824f99>] setup_arch+0x39d/0x6be
[    0.000000]  [<ffffffff8081e962>] start_kernel+0x74/0x341
[    0.000000]  [<ffffffff8081e394>] x86_64_start_kernel+0xe3/0xe7
[    0.000000] 
[    0.000000] ---[ end trace 4eaa2a86a8e2da22 ]---
[    0.000000] update e820 for mtrr
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 000000000009e400 (usable)
[    0.000000]  modified: 000000000009e400 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000ca000 - 00000000000cc000 (reserved)
[    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 00000000cff00000 (usable)
[    0.000000]  modified: 00000000cff00000 - 00000000cff0a000 (ACPI data)
[    0.000000]  modified: 00000000cff0a000 - 00000000cff0b000 (ACPI NVS)
[    0.000000]  modified: 00000000cff0b000 - 00000000d0000000 (reserved)
[    0.000000]  modified: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  modified: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  modified: 00000000ff000000 - 0000000430000000 (reserved)
[    0.000000] last_pfn = 0xcff00 max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping
[    0.000000]  0000000000 - 00cfe00000 page 2M
[    0.000000]  00cfe00000 - 00cff00000 page 4k
[    0.000000] kernel direct mapping tables up to cff00000 @ 8000-e000
[    0.000000] last_map_addr: cff00000 end: cff00000
[    0.000000] RAMDISK: 37e11000 - 37feff22
[    0.000000] DMI present.
[    0.000000] ACPI: RSDP 000F7020, 0024 (r2 PTLTD )
[    0.000000] ACPI: XSDT CFF0395D, 005C (r1 PTLTD  	 XSDT    6040000  LTP        0)
[    0.000000] ACPI: FACP CFF09D60, 00F4 (r3 INTEL  TUMWATER  6040000 PTL         3)
[    0.000000] ACPI: DSDT CFF0599D, 434F (r1  Intel SEABURG   6040000 MSFT  3000000)
[    0.000000] ACPI: FACS CFF0AFC0, 0040
[    0.000000] ACPI: _MAR CFF09E54, 0030 (r1 Intel  OEMDMAR   6040000 LOHR        1)
[    0.000000] ACPI: APIC CFF09E84, 00C8 (r1 PTLTD  	 APIC    6040000  LTP        0)
[    0.000000] ACPI: MCFG CFF09F4C, 003C (r1 PTLTD    MCFG    6040000  LTP        0)
[    0.000000] ACPI: BOOT CFF09F88, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
[    0.000000] ACPI: SPCR CFF09FB0, 0050 (r1 PTLTD  $UCRTBL$  6040000 PTL         1)
[    0.000000] ACPI: SSDT CFF039B9, 1405 (r1  PmRef    CpuPm     3000 INTL 20050228)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000cff00000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000cff00000
[    0.000000]   NODE_DATA [000000000000c000 - 0000000000016fff]
[    0.000000]   bootmap [0000000000017000 -  0000000000030fdf] pages 1a
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00cff00000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0000200000 - 00009eff70]    TEXT DATA BSS ==> [0000200000 - 00009eff70]
[    0.000000]   #3 [0037e11000 - 0037feff22]          RAMDISK ==> [0037e11000 - 0037feff22]
[    0.000000]   #4 [000009e400 - 0000100000]    BIOS reserved ==> [000009e400 - 0000100000]
[    0.000000]   #5 [0000008000 - 000000c000]          PGTABLE ==> [0000008000 - 000000c000]
[    0.000000] found SMP MP-table at [ffff8800000f7050] 000f7050
[    0.000000]  [ffffe20000000000-ffffe200033fffff] PMD -> [ffff880001200000-ffff8800045fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 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: 0x00000000 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x000cff00
[    0.000000] On node 0 totalpages: 851614
[    0.000000]   DMA zone: 1797 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 834372 pages, LIFO batch:31
[    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[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] 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: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x09] address[0xfec88000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 9, version 0, address 0xfec88000, GSI 24-47
[    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] Setting APIC routing to flat
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000ca000
[    0.000000] PM: Registered nosave memory: 00000000000ca000 - 00000000000cc000
[    0.000000] PM: Registered nosave memory: 00000000000cc000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
[    0.000000] PERCPU: Allocating 51624 bytes of per cpu data
[    0.000000] NR_CPUS: 32, nr_cpu_ids: 8, nr_node_ids 1
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 836169
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0 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] TSC calibrated against PM_TIMER
[    0.000000] Detected 3192.011 MHz processor.
[    0.003333] Console: colour VGA+ 80x25
[    0.003333] console [tty0] enabled
[    0.003333] console [ttyS0] enabled
[    0.003333] Checking aperture...
[    0.003333] No AGP bridge found
[    0.003333] Memory: 3342244k/3406848k available (3799k kernel code, 64212k reserved, 2164k data, 672k init)
[    0.003333] CPA: page pool initialized 1 of 1 pages preallocated
[    0.003333] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.006666] Calibrating delay loop (skipped), value calculated using timer frequency.. 6386.02 BogoMIPS (lpj=10640036)
[    0.013085] Security Framework initialized
[    0.016665] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.021467] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.026664] Mount-cache hash table entries: 256
[    0.029998] Initializing cgroup subsys ns
[    0.033331] Initializing cgroup subsys cpuacct
[    0.036664] Initializing cgroup subsys memory
[    0.039997] Initializing cgroup subsys devices
[    0.043330] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.048288] CPU: L2 cache: 6144K
[    0.051710] CPU 0/0 -> Node 0
[    0.054867] CPU: Physical Processor ID: 0
[    0.059061] CPU: Processor Core ID: 0
[    0.062918] CPU0: Thermal monitoring enabled (TM2)
[    0.066662] using mwait in idle threads.
[    0.069995] ACPI: Core revision 20080609
[    0.082860] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.119582] CPU0: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.124747] Using local APIC timer interrupts.
[    0.133324] APIC timer calibration result 24937571
[    0.133324] Detected 24.937 MHz APIC timer.
[    0.136657] Booting processor 1/4 ip 6000
[    0.149990] Initializing CPU#1
[    0.149990] Calibrating delay using timer specific routine.. 6386.11 BogoMIPS (lpj=10640186)
[    0.149990] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.149990] CPU: L2 cache: 6144K
[    0.149990] CPU 1/4 -> Node 0
[    0.149990] CPU: Physical Processor ID: 1
[    0.149990] CPU: Processor Core ID: 0
[    0.149990] CPU1: Thermal monitoring enabled (TM2)
[    0.149990] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[    0.233318] CPU1: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.239984] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.243317] Booting processor 2/1 ip 6000
[    0.256649] Initializing CPU#2
[    0.256649] Calibrating delay using timer specific routine.. 6386.10 BogoMIPS (lpj=10640161)
[    0.256649] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.256649] CPU: L2 cache: 6144K
[    0.256649] CPU 2/1 -> Node 0
[    0.256649] CPU: Physical Processor ID: 0
[    0.256649] CPU: Processor Core ID: 1
[    0.256649] CPU2: Thermal monitoring enabled (TM2)
[    0.256649] x86 PAT enabled: cpu 2, old 0x7040600070406, new 0x7010600070106
[    0.339977] CPU2: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.348077] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[    0.353310] Booting processor 3/5 ip 6000
[    0.366642] Initializing CPU#3
[    0.366642] Calibrating delay using timer specific routine.. 6386.11 BogoMIPS (lpj=10640183)
[    0.366642] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.366642] CPU: L2 cache: 6144K
[    0.366642] CPU 3/5 -> Node 0
[    0.366642] CPU: Physical Processor ID: 1
[    0.366642] CPU: Processor Core ID: 1
[    0.366642] CPU3: Thermal monitoring enabled (TM2)
[    0.366642] x86 PAT enabled: cpu 3, old 0x7040600070406, new 0x7010600070106
[    0.449857] CPU3: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.456636] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[    0.459970] Booting processor 4/2 ip 6000
[    0.473302] Initializing CPU#4
[    0.473302] Calibrating delay using timer specific routine.. 6386.08 BogoMIPS (lpj=10640133)
[    0.473302] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.473302] CPU: L2 cache: 6144K
[    0.473302] CPU 4/2 -> Node 0
[    0.473302] CPU: Physical Processor ID: 0
[    0.473302] CPU: Processor Core ID: 2
[    0.473302] CPU4: Thermal monitoring enabled (TM2)
[    0.473302] x86 PAT enabled: cpu 4, old 0x7040600070406, new 0x7010600070106
[    0.556633] CPU4: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.563300] checking TSC synchronization [CPU#0 -> CPU#4]: passed.
[    0.566633] Booting processor 5/6 ip 6000
[    0.579962] Initializing CPU#5
[    0.579962] Calibrating delay using timer specific routine.. 6386.09 BogoMIPS (lpj=10640155)
[    0.579962] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.579962] CPU: L2 cache: 6144K
[    0.579962] CPU 5/6 -> Node 0
[    0.579962] CPU: Physical Processor ID: 1
[    0.579962] CPU: Processor Core ID: 2
[    0.579962] CPU5: Thermal monitoring enabled (TM2)
[    0.579962] x86 PAT enabled: cpu 5, old 0x7040600070406, new 0x7010600070106
[    0.663300] CPU5: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.669967] checking TSC synchronization [CPU#0 -> CPU#5]: passed.
[    0.673300] Booting processor 6/3 ip 6000
[    0.686621] Initializing CPU#6
[    0.686621] Calibrating delay using timer specific routine.. 6386.08 BogoMIPS (lpj=10640131)
[    0.686621] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.686621] CPU: L2 cache: 6144K
[    0.686621] CPU 6/3 -> Node 0
[    0.686621] CPU: Physical Processor ID: 0
[    0.686621] CPU: Processor Core ID: 3
[    0.686621] CPU6: Thermal monitoring enabled (TM2)
[    0.686621] x86 PAT enabled: cpu 6, old 0x7040600070406, new 0x7010600070106
[    0.769967] CPU6: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.776633] checking TSC synchronization [CPU#0 -> CPU#6]: passed.
[    0.779967] Booting processor 7/7 ip 6000
[    0.793281] Initializing CPU#7
[    0.793281] Calibrating delay using timer specific routine.. 6386.11 BogoMIPS (lpj=10640183)
[    0.793281] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.793281] CPU: L2 cache: 6144K
[    0.793281] CPU 7/7 -> Node 0
[    0.793281] CPU: Physical Processor ID: 1
[    0.793281] CPU: Processor Core ID: 3
[    0.793281] CPU7: Thermal monitoring enabled (TM2)
[    0.793281] x86 PAT enabled: cpu 7, old 0x7040600070406, new 0x7010600070106
[    0.876633] CPU7: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.883300] checking TSC synchronization [CPU#0 -> CPU#7]: passed.
[    0.886633] Brought up 8 CPUs
[    0.889809] Total of 8 processors activated (51093.73 BogoMIPS).
[    0.893300] net_namespace: 864 bytes
[    0.896633] xor: automatically using best checksumming function: generic_sse
[    0.916224]    generic_sse: 11872.800 MB/sec
[    0.919967] xor: using function: generic_sse (11872.800 MB/sec)
[    0.923300] NET: Registered protocol family 16
[    0.926633] No dock devices found.
[    0.929967] ACPI: bus type pci registered
[    0.933300] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 8
[    0.936633] PCI: MCFG area at e0000000 reserved in E820
[    0.939967] PCI: Using MMCONFIG at e0000000 - e08fffff
[    0.943300] PCI: Using configuration type 1 for base access
[    0.949967] ACPI: EC: Look up EC in DSDT
[    0.953300] ACPI: Interpreter enabled
[    0.956633] ACPI: (supports S0 S3 S4 S5)
[    0.959967] ACPI: Using IOAPIC for interrupt routing
[    0.966633] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.969967] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    0.973300] pci 0000:00:00.0: PME# disabled
[    0.976633] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.979967] pci 0000:00:01.0: PME# disabled
[    0.983300] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.986633] pci 0000:00:05.0: PME# disabled
[    0.989967] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.993300] pci 0000:00:09.0: PME# disabled
[    0.996633] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.999967] pci 0000:00:1b.0: PME# disabled
[    1.003300] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.006633] pci 0000:00:1c.0: PME# disabled
[    1.009967] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    1.013300] pci 0000:00:1d.7: PME# disabled
[    1.016633] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[    1.016633] pci 0000:01:00.0: supports D1
[    1.016633] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    1.019967] pci 0000:03:00.0: PME# disabled
[    1.023300] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    1.026633] pci 0000:03:00.3: PME# disabled
[    1.029967] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    1.033300] pci 0000:04:00.0: PME# disabled
[    1.036633] pci 0000:04:02.0: PME# supported from D0 D3hot D3cold
[    1.039967] pci 0000:04:02.0: PME# disabled
[    1.043300] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    1.046633] pci 0000:06:00.0: PME# disabled
[    1.049967] pci 0000:06:00.1: PME# supported from D0 D3hot D3cold
[    1.053300] pci 0000:06:00.1: PME# disabled
[    1.056633] pci 0000:09:05.0: supports D1
[    1.056633] pci 0000:09:05.0: supports D2
[    1.056633] pci 0000:09:06.0: supports D2
[    1.056633] pci 0000:09:06.0: PME# supported from D2 D3hot D3cold
[    1.059967] pci 0000:09:06.0: PME# disabled
[    1.063300] pci 0000:00:1e.0: transparent bridge
[    1.066633] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.067095] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    1.067267] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
[    1.067520] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    1.067855] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0._PRT]
[    1.068362] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0.BPD0._PRT]
[    1.068952] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0.BPD2._PRT]
[    1.069622] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMF3._PRT]
[    1.069967] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[    1.069967] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    1.079967] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 14 15)
[    1.086417] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.093100] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.096633] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.103092] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 14 15)
[    1.109748] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 6 7 10 *11 14 15)
[    1.116209] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 14 15)
[    1.123091] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 6 7 10 11 14 15) *9
[    1.129967] Linux Plug and Play Support v0.97 (c) Adam Belay
[    1.133300] pnp: PnP ACPI init
[    1.136606] ACPI: bus type pnp registered
[    1.143300] pnp: PnP ACPI: found 11 devices
[    1.146633] ACPI: ACPI bus type pnp unregistered
[    1.149967] SCSI subsystem initialized
[    1.153300] libata version 3.00 loaded.
[    1.153300] usbcore: registered new interface driver usbfs
[    1.156633] usbcore: registered new interface driver hub
[    1.159967] usbcore: registered new device driver usb
[    1.163300] PCI: Using ACPI for IRQ routing
[    1.182453] PCI-GART: No AMD northbridge found.
[    1.186633] hpet clockevent registered
[    1.186633] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.191225] hpet0: 3 64-bit timers, 14318180 Hz
[    1.196633] ACPI: RTC can wake from S4
[    1.206787] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[    1.210124] system 00:01: ioport range 0x800-0x80f has been reserved
[    1.216660] system 00:01: ioport range 0x1000-0x107f has been reserved
[    1.223304] system 00:01: ioport range 0x1180-0x11bf has been reserved
[    1.230025] system 00:01: ioport range 0xfe00-0xfe00 has been reserved
[    1.236751] system 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
[    1.244580] system 00:01: iomem range 0xfee00000-0xfee0ffff could not be reserved
[    1.252406] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
[    1.260230] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved
[    1.267562] system 00:01: iomem range 0xfec88000-0xfec88fff has been reserved
[    1.274894] system 00:01: iomem range 0xfe000000-0xfe01ffff has been reserved
[    1.282225] system 00:01: iomem range 0xfe600000-0xfe6fffff has been reserved
[    1.294506] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    1.296791] pci 0000:00:01.0:   IO window: disabled
[    1.301858] pci 0000:00:01.0:   MEM window: 0xdc100000-0xdc1fffff
[    1.308140] pci 0000:00:01.0:   PREFETCH window: 0x000000d1000000-0x000000d10fffff
[    1.316064] pci 0000:00:05.0: PCI bridge, secondary bus 0000:02
[    1.322185] pci 0000:00:05.0:   IO window: disabled
[    1.327259] pci 0000:00:05.0:   MEM window: disabled
[    1.332419] pci 0000:00:05.0:   PREFETCH window: disabled
[    1.338019] pci 0000:04:00.0: PCI bridge, secondary bus 0000:05
[    1.344139] pci 0000:04:00.0:   IO window: disabled
[    1.349215] pci 0000:04:00.0:   MEM window: disabled
[    1.354382] pci 0000:04:00.0:   PREFETCH window: disabled
[    1.359982] pci 0000:04:02.0: PCI bridge, secondary bus 0000:06
[    1.366655] pci 0000:04:02.0:   IO window: 0x2000-0x2fff
[    1.372163] pci 0000:04:02.0:   MEM window: 0xdc200000-0xdc2fffff
[    1.378460] pci 0000:04:02.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    1.386390] pci 0000:03:00.0: PCI bridge, secondary bus 0000:04
[    1.392505] pci 0000:03:00.0:   IO window: 0x2000-0x2fff
[    1.398019] pci 0000:03:00.0:   MEM window: 0xdc200000-0xdc2fffff
[    1.404312] pci 0000:03:00.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    1.412230] pci 0000:03:00.3: PCI bridge, secondary bus 0000:07
[    1.418350] pci 0000:03:00.3:   IO window: disabled
[    1.423427] pci 0000:03:00.3:   MEM window: disabled
[    1.428588] pci 0000:03:00.3:   PREFETCH window: disabled
[    1.434184] pci 0000:00:09.0: PCI bridge, secondary bus 0000:03
[    1.440304] pci 0000:00:09.0:   IO window: 0x2000-0x2fff
[    1.445813] pci 0000:00:09.0:   MEM window: 0xdc200000-0xdc3fffff
[    1.456277] pci 0000:00:09.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    1.464201] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:08
[    1.470313] pci 0000:00:1c.0:   IO window: disabled
[    1.475395] pci 0000:00:1c.0:   MEM window: disabled
[    1.480557] pci 0000:00:1c.0:   PREFETCH window: disabled
[    1.486173] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:09
[    1.492293] pci 0000:00:1e.0:   IO window: 0x3000-0x3fff
[    1.497803] pci 0000:00:1e.0:   MEM window: 0xdc000000-0xdc0fffff
[    1.504090] pci 0000:00:1e.0:   PREFETCH window: 0x000000d8000000-0x000000dbffffff
[    1.512011] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.518911] pci 0000:00:01.0: setting latency timer to 64
[    1.518917] pci 0000:00:05.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.525809] pci 0000:00:05.0: setting latency timer to 64
[    1.525815] pci 0000:00:09.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.532718] pci 0000:00:09.0: setting latency timer to 64
[    1.532725] pci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.539636] pci 0000:03:00.0: setting latency timer to 64
[    1.539643] pci 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.546542] pci 0000:04:00.0: setting latency timer to 64
[    1.546551] pci 0000:04:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.553447] pci 0000:04:02.0: setting latency timer to 64
[    1.553455] pci 0000:03:00.3: setting latency timer to 64
[    1.556782] pci 0000:00:1c.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[    1.560356] pci 0000:00:1c.0: setting latency timer to 64
[    1.560363] pci 0000:00:1e.0: setting latency timer to 64
[    1.560380] NET: Registered protocol family 2
[    1.598362] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.605434] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    1.616791] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.623135] TCP: Hash tables configured (established 524288 bind 65536)
[    1.630426] TCP reno registered
[    1.643899] NET: Registered protocol family 1
[    1.648674] checking if image is initramfs... it is
[    1.749046] Freeing initrd memory: 1915k freed
[    1.756055] Simple Boot Flag at 0x40 set to 0x80
[    1.766066] audit: initializing netlink socket (disabled)
[    1.766526] type=2000 audit(1219350940.763:1): initialized
[    1.779499] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.789241] VFS: Disk quotas dquot_6.5.1
[    1.796059] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.802377] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    1.809394] msgmni has been set to 6531
[    1.812727] async_tx: api initialized (async)
[    1.817410] io scheduler noop registered
[    1.820520] io scheduler anticipatory registered
[    1.824640] io scheduler deadline registered
[    1.832001] io scheduler cfq registered (default)
[    1.834045] pci 0000:09:05.0: Boot video device
[    1.836062] pcieport-driver 0000:00:01.0: setting latency timer to 64
[    1.836062] pcieport-driver 0000:00:01.0: found MSI capability
[    1.842343] pci_express 0000:00:01.0:pcie00: allocate port service
[    1.842729] pci_express 0000:00:01.0:pcie01: allocate port service
[    1.842729] pcieport-driver 0000:00:05.0: setting latency timer to 64
[    1.842729] pcieport-driver 0000:00:05.0: found MSI capability
[    1.848664] pci_express 0000:00:05.0:pcie00: allocate port service
[    1.849397] pci_express 0000:00:05.0:pcie01: allocate port service
[    1.849397] pcieport-driver 0000:00:09.0: setting latency timer to 64
[    1.849397] pcieport-driver 0000:00:09.0: found MSI capability
[    1.854900] pci_express 0000:00:09.0:pcie00: allocate port service
[    1.856064] pci_express 0000:00:09.0:pcie01: allocate port service
[    1.856064] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[    1.856064] pcieport-driver 0000:00:1c.0: found MSI capability
[    1.861124] pci_express 0000:00:1c.0:pcie00: allocate port service
[    1.862731] pci_express 0000:00:1c.0:pcie02: allocate port service
[    1.862731] pci_express 0000:00:1c.0:pcie03: allocate port service
[    1.862731] pcieport-driver 0000:03:00.0: setting latency timer to 64
[    1.862731] pci_express 0000:03:00.0:pcie11: allocate port service
[    1.862731] pcieport-driver 0000:04:00.0: setting latency timer to 64
[    1.862731] pcieport-driver 0000:04:00.0: found MSI capability
[    1.867353] Switched to high resolution mode on CPU 7
[    1.867353] pci_express 0000:04:00.0:pcie21: allocate port service
[    1.867070] Switched to high resolution mode on CPU 2
[    1.869398] pcieport-driver 0000:04:02.0: setting latency timer to 64
[    1.869398] pcieport-driver 0000:04:02.0: found MSI capability
[    1.869398] Switched to high resolution mode on CPU 3
[    1.866687] Switched to high resolution mode on CPU 1
[    1.869398] Switched to high resolution mode on CPU 6
[    1.869336] Switched to high resolution mode on CPU 4
[    1.869764] Switched to high resolution mode on CPU 5
[    1.869987] Switched to high resolution mode on CPU 0
[    1.870468] pci_express 0000:04:02.0:pcie21: allocate port service
[    2.057905] aer 0000:00:01.0:pcie01: AER service couldn't init device: no _OSC support
[    2.057905] aer 0000:00:05.0:pcie01: AER service couldn't init device: no _OSC support
[    2.057905] aer 0000:00:09.0:pcie01: AER service couldn't init device: no _OSC support
[    2.057905] input: Power Button (FF) as /class/input/input0
[    2.057905] ACPI: Power Button (FF) [PWRF]
[    2.057905] input: Power Button (CM) as /class/input/input1
[    2.057905] ACPI: Power Button (CM) [PWRB]
[    2.057905] ACPI: SSDT CFF04DBE, 01DD (r1  PmRef  Cpu0Ist     3000 INTL 20050228)
[    2.057905] processor ACPI0007:00: registered as cooling_device0
[    2.057905] ACPI: Processor [CPU0] (supports 8 throttling states)
[    2.057905] ACPI: SSDT CFF04F9B, 016E (r1  PmRef  Cpu1Ist     3000 INTL 20050228)
[    2.057905] processor ACPI0007:01: registered as cooling_device1
[    2.057905] ACPI: Processor [CPU1] (supports 8 throttling states)
[    2.057905] ACPI: SSDT CFF05109, 016E (r1  PmRef  Cpu2Ist     3000 INTL 20050228)
[    2.057905] processor ACPI0007:02: registered as cooling_device2
[    2.057905] ACPI: Processor [CPU2] (supports 8 throttling states)
[    2.057905] ACPI: SSDT CFF05277, 016E (r1  PmRef  Cpu3Ist     3000 INTL 20050228)
[    2.057905] processor ACPI0007:03: registered as cooling_device3
[    2.057905] ACPI: Processor [CPU3] (supports 8 throttling states)
[    2.057905] ACPI: SSDT CFF053E5, 016E (r1  PmRef  CPU4Ist     3000 INTL 20050228)
[    2.057906] processor ACPI0007:04: registered as cooling_device4
[    2.057906] ACPI: Processor [CPU4] (supports 8 throttling states)
[    2.057906] ACPI: SSDT CFF05553, 016E (r1  PmRef  CPU5Ist     3000 INTL 20050228)
[    2.057906] processor ACPI0007:05: registered as cooling_device5
[    2.057906] ACPI: Processor [CPU5] (supports 8 throttling states)
[    2.057906] ACPI: SSDT CFF056C1, 016E (r1  PmRef  Cpu6Ist     3000 INTL 20050228)
[    2.057906] processor ACPI0007:06: registered as cooling_device6
[    2.057906] ACPI: Processor [CPU6] (supports 8 throttling states)
[    2.057906] ACPI: SSDT CFF0582F, 016E (r1  PmRef  Cpu7Ist     3000 INTL 20050228)
[    2.057906] processor ACPI0007:07: registered as cooling_device7
[    2.059010] ACPI: Processor [CPU7] (supports 8 throttling states)
[    2.127920] Non-volatile memory driver v1.2
[    2.137073] intel_rng: FWH not detected
[    2.137655] Linux agpgart interface v0.103
[    2.142568] Serial: 8250/16550 driver4 ports, IRQ sharing disabled
[    2.149464] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    2.155797] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    2.162133] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    2.168478] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    2.190625] FDC 0 is a post-1991 82077
[    2.196818] brd: module loaded
[    2.200798] loop: module loaded
[    2.203969] tun: Universal TUN/TAP device driver, 1.6
[    2.207954] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.216078] console [netcon0] enabled
[    2.220046] netconsole: network logging started
[    2.223557] Uniform Multi-Platform E-IDE driver
[    2.229458] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
[    2.239618] Probing IDE interface ide0...
[    2.938159] hda: Optiarc DVD RW AD-7590A, ATAPI CD/DVD-ROM drive
[    3.584497] Probing IDE interface ide1...
[    4.117883] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[    4.120417] ide1 at 0x170-0x177,0x376 on irq 15
[    4.127680] hda: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 974kB Cache
[    4.135328] Uniform CD-ROM driver Revision: 3.20
[    6.730957] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[    6.739681] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[    6.748200] megasas: 00.00.03.20-rc1 Mon. March 10 11:02:31 PDT 2008
[    6.755287] Driver 'sd' needs updating - please use bus_type methods
[    6.761939] Driver 'sr' needs updating - please use bus_type methods
[    6.768535] ata_piix 0000:00:1f.1: version 2.12
[    6.768535] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    6.775217] ata_piix 0000:00:1f.1: BAR 0: can't reserve I/O region [0x1f0-0x1f7]
[    6.782752] ata_piix 0000:00:1f.1: failed to request/iomap BARs for port 0 (errno=-16)
[    6.790999] ata_piix 0000:00:1f.1: BAR 2: can't reserve I/O region [0x170-0x177]
[    6.798722] ata_piix 0000:00:1f.1: failed to request/iomap BARs for port 1 (errno=-16)
[    6.806962] ata_piix 0000:00:1f.1: no available native port
[    6.814584] Fusion MPT base driver 3.04.07
[    6.817295] Copyright (c) 1999-2008 LSI Corporation
[    6.821978] Fusion MPT SPI Host driver 3.04.07
[    6.828279] Fusion MPT SAS Host driver 3.04.07
[    6.834584] ohci1394 0000:09:06.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    6.890635] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17]  MMIO=[dc040000-dc0407ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[    6.913818] ieee1394: raw1394: /dev/raw1394 device initialized
[    6.917291] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    6.923965] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    6.923974] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    6.930097] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    6.940624] ehci_hcd 0000:00:1d.7: debug port 1
[    6.943963] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    6.943975] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xdc608000
[    6.963958] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    6.971250] usb usb1: configuration #1 chosen from 1 choice
[    6.974979] hub 1-0:1.0: USB hub found
[    6.978985] hub 1-0:1.0: 8 ports detected
[    7.087911] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[    7.087911] USB Universal Host Controller Interface driver v3.0
[    7.090032] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    7.099763] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    7.099770] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    7.105905] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    7.113756] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001800
[    7.119781] usb usb2: configuration #1 chosen from 1 choice
[    7.127916] hub 2-0:1.0: USB hub found
[    7.128922] hub 2-0:1.0: 2 ports detected
[    7.237910] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    7.243340] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    7.243347] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    7.249619] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    7.257487] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00001820
[    7.264583] usb usb3: configuration #1 chosen from 1 choice
[    7.268605] hub 3-0:1.0: USB hub found
[    7.272675] hub 3-0:1.0: 2 ports detected
[    7.381244] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    7.386677] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    7.386687] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    7.392948] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    7.400814] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00001840
[    7.409047] usb usb4: configuration #1 chosen from 1 choice
[    7.411620] hub 4-0:1.0: USB hub found
[    7.416665] hub 4-0:1.0: 2 ports detected
[    7.524577] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[    7.530006] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    7.530013] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    7.536277] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    7.544152] uhci_hcd 0000:00:1d.3: irq 23, io base 0x00001860
[    7.552385] usb usb5: configuration #1 chosen from 1 choice
[    7.555258] hub 5-0:1.0: USB hub found
[    7.559263] hub 5-0:1.0: 2 ports detected
[    7.667910] usbcore: registered new interface driver usblp
[    7.670009] Initializing USB Mass Storage driver...
[    7.679164] usbcore: registered new interface driver usb-storage
[    7.684364] USB Mass Storage support registered.
[    7.688774] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[    7.706666] serio: i8042 KBD port at 0x60,0x64 irq 1
[    7.707299] serio: i8042 AUX port at 0x60,0x64 irq 12
[    7.713958] mice: PS/2 mouse device common for all mice
[    8.083323] md: linear personality registered for level -1
[    8.083327] md: raid0 personality registered for level 0
[    8.089095] md: raid1 personality registered for level 1
[    8.094588] md: raid10 personality registered for level 10
[    8.156666] raid6: int64x1   2955 MB/s
[    8.190623] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e08100002824f8]
[    8.217233] raid6: int64x2   3537 MB/s
[    8.276666] raid6: int64x4   3438 MB/s
[    8.336666] raid6: int64x8   2310 MB/s
[    8.396667] raid6: sse2x1    3699 MB/s
[    8.456666] raid6: sse2x2    7339 MB/s
[    8.516666] raid6: sse2x4    8744 MB/s
[    8.520001] raid6: using algorithm sse2x4 (8744 MB/s)
[    8.524573] md: raid6 personality registered for level 6
[    8.530066] md: raid5 personality registered for level 5
[    8.535567] md: raid4 personality registered for level 4
[    8.540833] md: multipath personality registered for level -4
[    8.550392] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[    8.558945] cpuidle: using governor ladder
[    8.561311] cpuidle: using governor menu
[    8.565682] usbcore: registered new interface driver usbhid
[    8.571516] usbhid: v2.6:USB HID core driver
[    8.580208] oprofile: using NMI interrupt.
[    8.580421] TCP cubic registered
[    8.586874] NET: Registered protocol family 10
[    8.588544] IPv6 over IPv4 tunneling driver
[    8.596875] NET: Registered protocol family 17
[    8.600208] RPC: Registered udp transport module.
[    8.605577] RPC: Registered tcp transport module.
[    8.611255] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    8.617963] Freeing unused kernel memory: 672k freed
[    8.621765] Write protecting the kernel read-only data: 5536k
[    8.863538] arcmsr 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    8.863538] arcmsr 0000:01:00.0: setting latency timer to 64
[    8.876862] ARECA RAID ADAPTER0: FIRMWARE VERSION V1.44 2008-1-31  
[    8.890209] scsi0 : Areca SATA Host Adapter RAID Controller( RAID6 capable)
[    8.890209]  Driver Version 1.20.00.15 2008/02/27
[    8.891249] scsi 0:0:0:0: Direct-Access     Areca    ARC-1280-VOL#00  R001 PQ: 0 ANSI: 5
[    8.891041] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
[    8.890625] sd 0:0:0:0: [sda] 42968747008 512-byte hardware sectors (21999998 MB)
[    8.891458] sd 0:0:0:0: [sda] Write Protect is off
[    8.891458] sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
[    8.890833] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.893749] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
[    8.893749] sd 0:0:0:0: [sda] 42968747008 512-byte hardware sectors (21999998 MB)
[    8.891041] sd 0:0:0:0: [sda] Write Protect is off
[    8.891041] sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
[    8.891458] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.891458]  sda: sda1 sda2 sda3 sda4
[    9.288125] sd 0:0:0:0: [sda] Attached SCSI disk
[    9.288125] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.288125] scsi 0:0:16:0: Processor         Areca    RAID controller  R001 PQ: 0 ANSI: 0
[    9.288125] scsi 0:0:16:0: Attached scsi generic sg1 type 3
[    9.357920] 3ware Storage Controller device driver for Linux v1.26.02.002.
[    9.369999] 3ware 9000 Storage Controller device driver for Linux v2.26.02.011.
[    9.384166] Adaptec aacraid driver 1.1-5[2456]-ms
[    9.491458] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[    9.491459] SGI XFS Quota Management subsystem
[    9.507917] Intel(R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI
[    9.507917] Copyright (c) 1999-2006 Intel Corporation.
[   13.719989] kjournald starting.  Commit interval 5 seconds
[   13.719989] EXT3-fs: mounted filesystem with ordered data mode.
[   22.084790] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
[   22.084790] iTCO_wdt: Found a 631xESB/632xESB TCO device (Version=2, TCOBASE=0x1060)
[   22.084790] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   22.088581] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k2
[   22.088581] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[   22.088581] e1000e 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[   22.088581] e1000e 0000:06:00.0: setting latency timer to 64
[   22.104790] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   22.163954] 0000:06:00.0: eth0: (PCI Express:2.5GB/s:Width x4) 00:e0:81:b0:84:14
[   22.163954] 0000:06:00.0: eth0: Intel(R) PRO/1000 Network Connection
[   22.163954] 0000:06:00.0: eth0: MAC: 3, PHY: 5, PBA No: ffffff-0ff
[   22.163954] e1000e 0000:06:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   22.163954] e1000e 0000:06:00.1: setting latency timer to 64
[   22.240623] 0000:06:00.1: eth1: (PCI Express:2.5GB/s:Width x4) 00:e0:81:b0:84:15
[   22.240623] 0000:06:00.1: eth1: Intel(R) PRO/1000 Network Connection
[   22.240623] 0000:06:00.1: eth1: MAC: 3, PHY: 5, PBA No: ffffff-0ff
[  116.458114] EXT3 FS on sda3, internal journal
[  116.601448] SMsC 37B787 watchdog component driver 1.1 initialising...
[  116.601448] smsc37b787_wdt: Unable to register miscdev on minor 130
[  117.221031] XFS mounting filesystem sda4
[  117.301234] Ending clean XFS mount for filesystem: sda4
[  117.421000] Adding 31999992k swap on /dev/sda2.  Priority:-1 extents:1 across:31999992k
[  120.787905] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  123.537072] 0000:06:00.0: eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: None
[  123.540197] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  134.356662] eth0: no IPv6 routers present
[  155.953259] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[  155.953944] NFSD: starting 90-second grace period

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-21 20:55       ` Joshua Hoblitt
@ 2008-08-21 21:51         ` Yinghai Lu
  2008-08-21 23:33           ` Joshua Hoblitt
  0 siblings, 1 reply; 34+ messages in thread
From: Yinghai Lu @ 2008-08-21 21:51 UTC (permalink / raw)
  To: Joshua Hoblitt; +Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel

On Thu, Aug 21, 2008 at 1:55 PM, Joshua Hoblitt <josh@hoblitt.com> wrote:
> Both hunks in the patch applied with an offset of -36 but the show_msr
> flag doesn't seem to have any effect.  The dmesg is still the same
> number of lines accord to wc.
>
> I'm attaching the new dmesg anyways.
>
> $ cat /proc/cmdline
> root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0
> console=ttyS0,115200n8

can you check that with tip/master?

http://people.redhat.com/mingo/tip.git/readme.txt

YH

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-21 21:51         ` Yinghai Lu
@ 2008-08-21 23:33           ` Joshua Hoblitt
  2008-08-22  0:10             ` Joshua Hoblitt
  0 siblings, 1 reply; 34+ messages in thread
From: Joshua Hoblitt @ 2008-08-21 23:33 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel

On Thu, Aug 21, 2008 at 02:51:43PM -0700, Yinghai Lu wrote:
> can you check that with tip/master?
> 
> http://people.redhat.com/mingo/tip.git/readme.txt

I'm doing that now.  Note that I was pulling from netdev-2.6 before.

-J

--

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-21 23:33           ` Joshua Hoblitt
@ 2008-08-22  0:10             ` Joshua Hoblitt
  2008-08-22  0:28               ` Yinghai Lu
  0 siblings, 1 reply; 34+ messages in thread
From: Joshua Hoblitt @ 2008-08-22  0:10 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel

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

The dmesg from the tip kernel is attached and it's at least larger than
the last builds dmesg.

 $ wc -l *.dmesg
  683 2.6.27-r3.dmesg
  829 2.6.27-rc4-tip.dmesg

-J

--
On Thu, Aug 21, 2008 at 01:33:17PM -1000, Joshua Hoblitt wrote:
> On Thu, Aug 21, 2008 at 02:51:43PM -0700, Yinghai Lu wrote:
> > can you check that with tip/master?
> > 
> > http://people.redhat.com/mingo/tip.git/readme.txt
> 
> I'm doing that now.  Note that I was pulling from netdev-2.6 before.
> 
> -J
> 
> --

[-- Attachment #2: 2.6.27-rc4-tip.dmesg --]
[-- Type: text/plain, Size: 50871 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Linux version 2.6.27-rc4-tip-00862-gcc150c8 (root@ipp000) (gcc version 4.1.2 (Gentoo 4.1.2 p1.1)) #1 SMP Thu Aug 21 13:52:09 HST 2008
[    0.000000] Command line: root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0 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 - 000000000009e400 (usable)
[    0.000000]  BIOS-e820: 000000000009e400 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000ca000 - 00000000000cc000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000cff00000 (usable)
[    0.000000]  BIOS-e820: 00000000cff00000 - 00000000cff0a000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000cff0a000 - 00000000cff0b000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000cff0b000 - 00000000d0000000 (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]  BIOS-e820: 0000000100000000 - 0000000430000000 (usable)
[    0.000000] last_pfn = 0x430000 max_arch_pfn = 0x3ffffffff
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] WARNING: BIOS bug: CPU MTRRs don't cover all of memory, losing 13056MB of RAM.
[    0.000000] ------------[ cut here ]------------
[    0.000000] WARNING: at arch/x86/kernel/cpu/mtrr/main.c:1558 mtrr_trim_uncached_memory+0x522/0x54b()
[    0.000000] Modules linked in:
[    0.000000] Pid: 0, comm: swapper Not tainted 2.6.27-rc4-tip-00862-gcc150c8 #1
[    0.000000] Call Trace:
[    0.000000]  [<ffffffff80237573>] warn_on_slowpath+0x51/0x77
[    0.000000]  [<ffffffff8023808b>] printk+0x4e/0x56
[    0.000000]  [<ffffffff803b1942>] sort+0xfa/0x18c
[    0.000000]  [<ffffffff80802a5b>] cmp_range+0x0/0x6
[    0.000000]  [<ffffffff808030e9>] mtrr_trim_uncached_memory+0x522/0x54b
[    0.000000]  [<ffffffff802194d9>] post_set+0x20/0x3d
[    0.000000]  [<ffffffff807ff4df>] setup_arch+0x39d/0x6d7
[    0.000000]  [<ffffffff8024702e>] kernel_text_address+0x9/0x26
[    0.000000]  [<ffffffff8024c4de>] notifier_chain_register+0x14/0x55
[    0.000000]  [<ffffffff807f8a1d>] start_kernel+0x74/0x346
[    0.000000]  [<ffffffff807f8394>] x86_64_start_kernel+0xe3/0xe7
[    0.000000] ---[ end trace 4eaa2a86a8e2da22 ]---
[    0.000000] update e820 for mtrr
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 000000000009e400 (usable)
[    0.000000]  modified: 000000000009e400 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000ca000 - 00000000000cc000 (reserved)
[    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 00000000cff00000 (usable)
[    0.000000]  modified: 00000000cff00000 - 00000000cff0a000 (ACPI data)
[    0.000000]  modified: 00000000cff0a000 - 00000000cff0b000 (ACPI NVS)
[    0.000000]  modified: 00000000cff0b000 - 00000000d0000000 (reserved)
[    0.000000]  modified: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  modified: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  modified: 00000000ff000000 - 0000000430000000 (reserved)
[    0.000000] last_pfn = 0xcff00 max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping
[    0.000000]  0000000000 - 00cfe00000 page 2M
[    0.000000]  00cfe00000 - 00cff00000 page 4k
[    0.000000] kernel direct mapping tables up to cff00000 @ 8000-e000
[    0.000000] last_map_addr: cff00000 end: cff00000
[    0.000000] RAMDISK: 37e10000 - 37fef7d5
[    0.000000] DMI present.
[    0.000000] ACPI: RSDP 000F7020, 0024 (r2 PTLTD )
[    0.000000] ACPI: XSDT CFF0395D, 005C (r1 PTLTD  	 XSDT    6040000  LTP        0)
[    0.000000] ACPI: FACP CFF09D60, 00F4 (r3 INTEL  TUMWATER  6040000 PTL         3)
[    0.000000] ACPI: DSDT CFF0599D, 434F (r1  Intel SEABURG   6040000 MSFT  3000000)
[    0.000000] ACPI: FACS CFF0AFC0, 0040
[    0.000000] ACPI: _MAR CFF09E54, 0030 (r1 Intel  OEMDMAR   6040000 LOHR        1)
[    0.000000] ACPI: APIC CFF09E84, 00C8 (r1 PTLTD  	 APIC    6040000  LTP        0)
[    0.000000] ACPI: MCFG CFF09F4C, 003C (r1 PTLTD    MCFG    6040000  LTP        0)
[    0.000000] ACPI: BOOT CFF09F88, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
[    0.000000] ACPI: SPCR CFF09FB0, 0050 (r1 PTLTD  $UCRTBL$  6040000 PTL         1)
[    0.000000] ACPI: SSDT CFF039B9, 1405 (r1  PmRef    CpuPm     3000 INTL 20050228)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000cff00000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000cff00000
[    0.000000]   NODE_DATA [000000000000c000 - 0000000000016fff]
[    0.000000]   bootmap [0000000000017000 -  0000000000030fdf] pages 1a
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00cff00000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0000200000 - 00009beef0]    TEXT DATA BSS ==> [0000200000 - 00009beef0]
[    0.000000]   #3 [0037e10000 - 0037fef7d5]          RAMDISK ==> [0037e10000 - 0037fef7d5]
[    0.000000]   #4 [000009e400 - 0000100000]    BIOS reserved ==> [000009e400 - 0000100000]
[    0.000000]   #5 [0000008000 - 000000c000]          PGTABLE ==> [0000008000 - 000000c000]
[    0.000000] found SMP MP-table at [ffff8800000f7050] 000f7050
[    0.000000]  [ffffe20000000000-ffffe200033fffff] PMD -> [ffff880001200000-ffff8800045fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 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: 0x00000000 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x000cff00
[    0.000000] On node 0 totalpages: 851614
[    0.000000]   DMA zone: 1846 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 834372 pages, LIFO batch:31
[    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[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] 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: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x09] address[0xfec88000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 9, version 0, address 0xfec88000, GSI 24-47
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000ca000
[    0.000000] PM: Registered nosave memory: 00000000000ca000 - 00000000000cc000
[    0.000000] PM: Registered nosave memory: 00000000000cc000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
[    0.000000] dyn_array irq_2_pin_head+0x0/0x418 size:0x10 nr:256 align:0x1000
[    0.000000] dyn_array irq_cfgx+0x0/0x8 size:0x30 nr:32 align:0x1000
[    0.000000] dyn_array sparse_irqs+0x0/0x8 size:0x100 nr:32 align:0x1000
[    0.000000] dyn_array total_size: 0x4000
[    0.000000] dyn_array irq_2_pin_head+0x0/0x418  ==> [0x101c000 - 0x101d000]
[    0.000000] dyn_array irq_cfgx+0x0/0x8  ==> [0x101d000 - 0x101d600]
[    0.000000] dyn_array sparse_irqs+0x0/0x8  ==> [0x101e000 - 0x1020000]
[    0.000000] kstat_irqs ==> [0x1020000 - 0x1020400]
[    0.000000] PERCPU: Allocating 49152 bytes of per cpu data
[    0.000000] per cpu data for cpu0 on node0 at 0000000001021000
[    0.000000] per cpu data for cpu1 on node0 at 000000000102d000
[    0.000000] per cpu data for cpu2 on node0 at 0000000001039000
[    0.000000] per cpu data for cpu3 on node0 at 0000000001045000
[    0.000000] per cpu data for cpu4 on node0 at 0000000001051000
[    0.000000] per cpu data for cpu5 on node0 at 000000000105d000
[    0.000000] per cpu data for cpu6 on node0 at 0000000001069000
[    0.000000] per cpu data for cpu7 on node0 at 0000000001075000
[    0.000000] NR_CPUS: 32, nr_cpu_ids: 8, nr_node_ids 1
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 836218
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0 console=ttyS0,115200n8 
[    0.000000] Initializing CPU#0
[    0.000000] found new irq_desc for irq 0
[    0.000000] found new irq_desc for irq 1
[    0.000000] found new irq_desc for irq 2
[    0.000000] found new irq_desc for irq 3
[    0.000000] found new irq_desc for irq 4
[    0.000000] found new irq_desc for irq 5
[    0.000000] found new irq_desc for irq 6
[    0.000000] found new irq_desc for irq 7
[    0.000000] found new irq_desc for irq 8
[    0.000000] found new irq_desc for irq 9
[    0.000000] found new irq_desc for irq 10
[    0.000000] found new irq_desc for irq 11
[    0.000000] found new irq_desc for irq 12
[    0.000000] found new irq_desc for irq 13
[    0.000000] found new irq_desc for irq 14
[    0.000000] found new irq_desc for irq 15
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Extended CMOS year: 2000
[    0.000000] TSC calibrated against PM_TIMER
[    0.000000] Detected 3191.983 MHz processor.
[    0.003333] Console: colour VGA+ 80x25
[    0.003333] console [tty0] enabled
[    0.003333] console [ttyS0] enabled
[    0.003333] Checking aperture...
[    0.003333] No AGP bridge found
[    0.003333] Memory: 3342444k/3406848k available (3830k kernel code, 64012k reserved, 2175k data, 672k init)
[    0.003333] CPA: page pool initialized 1 of 1 pages preallocated
[    0.003333] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.006666] Calibrating delay loop (skipped), value calculated using timer frequency.. 6386.96 BogoMIPS (lpj=10639943)
[    0.013081] Security Framework initialized
[    0.016665] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.021461] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.026664] Mount-cache hash table entries: 256
[    0.029998] Initializing cgroup subsys ns
[    0.033331] Initializing cgroup subsys cpuacct
[    0.036664] Initializing cgroup subsys memory
[    0.039997] Initializing cgroup subsys devices
[    0.043330] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.048291] CPU: L2 cache: 6144K
[    0.051710] CPU 0/0 -> Node 0
[    0.054865] CPU: Physical Processor ID: 0
[    0.059063] CPU: Processor Core ID: 0
[    0.063329] CPU0: Thermal monitoring enabled (TM2)
[    0.066662] using mwait in idle threads.
[    0.069995] ACPI: Core revision 20080609
[    0.082425] Setting APIC routing to flat
[    0.086661]  0 add_pin_to_irq: irq 1 --> apic 0 pin 1
[    0.086661]  0 add_pin_to_irq: irq 0 --> apic 0 pin 2
[    0.086661]  0 add_pin_to_irq: irq 3 --> apic 0 pin 3
[    0.086661]  0 add_pin_to_irq: irq 4 --> apic 0 pin 4
[    0.086661]  0 add_pin_to_irq: irq 5 --> apic 0 pin 5
[    0.086661]  0 add_pin_to_irq: irq 6 --> apic 0 pin 6
[    0.086661]  0 add_pin_to_irq: irq 7 --> apic 0 pin 7
[    0.086661]  0 add_pin_to_irq: irq 8 --> apic 0 pin 8
[    0.086661]  0 add_pin_to_irq: irq 9 --> apic 0 pin 9
[    0.086661]  0 add_pin_to_irq: irq 10 --> apic 0 pin 10
[    0.086661]  0 add_pin_to_irq: irq 11 --> apic 0 pin 11
[    0.086661]  0 add_pin_to_irq: irq 12 --> apic 0 pin 12
[    0.086661]  0 add_pin_to_irq: irq 13 --> apic 0 pin 13
[    0.086661]  0 add_pin_to_irq: irq 14 --> apic 0 pin 14
[    0.086661]  0 add_pin_to_irq: irq 15 --> apic 0 pin 15
[    0.086661] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.122915] CPU0: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.133324] APIC timer calibration result 24937431
[    0.133324] Detected 24.937 MHz APIC timer.
[    0.136657] Booting processor 1/4 ip 6000
[    0.149990] Initializing CPU#1
[    0.149990] Calibrating delay using timer specific routine.. 6386.03 BogoMIPS (lpj=10640061)
[    0.149990] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.149990] CPU: L2 cache: 6144K
[    0.149990] CPU 1/4 -> Node 0
[    0.149990] CPU: Physical Processor ID: 1
[    0.149990] CPU: Processor Core ID: 0
[    0.149990] CPU1: Thermal monitoring enabled (TM2)
[    0.149990] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[    0.233318] CPU1: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.243317] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.246650] Booting processor 2/1 ip 6000
[    0.259983] Initializing CPU#2
[    0.259983] Calibrating delay using timer specific routine.. 6386.02 BogoMIPS (lpj=10640043)
[    0.259983] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.259983] CPU: L2 cache: 6144K
[    0.259983] CPU 2/1 -> Node 0
[    0.259983] CPU: Physical Processor ID: 0
[    0.259983] CPU: Processor Core ID: 1
[    0.259983] CPU2: Thermal monitoring enabled (TM2)
[    0.259983] x86 PAT enabled: cpu 2, old 0x7040600070406, new 0x7010600070106
[    0.343097] CPU2: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.349977] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[    0.353310] Booting processor 3/5 ip 6000
[    0.366642] Initializing CPU#3
[    0.366642] Calibrating delay using timer specific routine.. 6453.47 BogoMIPS (lpj=10751153)
[    0.366642] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.366642] CPU: L2 cache: 6144K
[    0.366642] CPU 3/5 -> Node 0
[    0.366642] CPU: Physical Processor ID: 1
[    0.366642] CPU: Processor Core ID: 1
[    0.366642] CPU3: Thermal monitoring enabled (TM2)
[    0.366642] x86 PAT enabled: cpu 3, old 0x7040600070406, new 0x7010600070106
[    0.449970] CPU3: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.456636] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[    0.459970] Booting processor 4/2 ip 6000
[    0.473302] Initializing CPU#4
[    0.473302] Calibrating delay using timer specific routine.. 6386.99 BogoMIPS (lpj=10639998)
[    0.473302] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.473302] CPU: L2 cache: 6144K
[    0.473302] CPU 4/2 -> Node 0
[    0.473302] CPU: Physical Processor ID: 0
[    0.473302] CPU: Processor Core ID: 2
[    0.473302] CPU4: Thermal monitoring enabled (TM2)
[    0.473302] x86 PAT enabled: cpu 4, old 0x7040600070406, new 0x7010600070106
[    0.556633] CPU4: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.563300] checking TSC synchronization [CPU#0 -> CPU#4]: passed.
[    0.566633] Booting processor 5/6 ip 6000
[    0.579962] Initializing CPU#5
[    0.579962] Calibrating delay using timer specific routine.. 6386.01 BogoMIPS (lpj=10640030)
[    0.579962] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.579962] CPU: L2 cache: 6144K
[    0.579962] CPU 5/6 -> Node 0
[    0.579962] CPU: Physical Processor ID: 1
[    0.579962] CPU: Processor Core ID: 2
[    0.579962] CPU5: Thermal monitoring enabled (TM2)
[    0.579962] x86 PAT enabled: cpu 5, old 0x7040600070406, new 0x7010600070106
[    0.663300] CPU5: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.669967] checking TSC synchronization [CPU#0 -> CPU#5]: passed.
[    0.673300] Booting processor 6/3 ip 6000
[    0.686621] Initializing CPU#6
[    0.686621] Calibrating delay using timer specific routine.. 6386.99 BogoMIPS (lpj=10639999)
[    0.686621] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.686621] CPU: L2 cache: 6144K
[    0.686621] CPU 6/3 -> Node 0
[    0.686621] CPU: Physical Processor ID: 0
[    0.686621] CPU: Processor Core ID: 3
[    0.686621] CPU6: Thermal monitoring enabled (TM2)
[    0.686621] x86 PAT enabled: cpu 6, old 0x7040600070406, new 0x7010600070106
[    0.769967] CPU6: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.776633] checking TSC synchronization [CPU#0 -> CPU#6]: passed.
[    0.779967] Booting processor 7/7 ip 6000
[    0.793281] Initializing CPU#7
[    0.793281] Calibrating delay using timer specific routine.. 6386.01 BogoMIPS (lpj=10640024)
[    0.793281] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.793281] CPU: L2 cache: 6144K
[    0.793281] CPU 7/7 -> Node 0
[    0.793281] CPU: Physical Processor ID: 1
[    0.793281] CPU: Processor Core ID: 3
[    0.793281] CPU7: Thermal monitoring enabled (TM2)
[    0.793281] x86 PAT enabled: cpu 7, old 0x7040600070406, new 0x7010600070106
[    0.876633] CPU7: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.883300] checking TSC synchronization [CPU#0 -> CPU#7]: passed.
[    0.886633] Brought up 8 CPUs
[    0.889792] Total of 8 processors activated (51159.53 BogoMIPS).
[    0.893300] net_namespace: 864 bytes
[    0.896633] xor: automatically using best checksumming function: generic_sse
[    0.915667]    generic_sse: 11872.800 MB/sec
[    0.919967] xor: using function: generic_sse (11872.800 MB/sec)
[    0.923300] NET: Registered protocol family 16
[    0.926633] No dock devices found.
[    0.929967] ACPI: bus type pci registered
[    0.933300] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 8
[    0.936633] PCI: MCFG area at e0000000 reserved in E820
[    0.939967] PCI: Using MMCONFIG at e0000000 - e08fffff
[    0.943300] PCI: Using configuration type 1 for base access
[    0.949967] ACPI: EC: Look up EC in DSDT
[    0.953300] ACPI: Interpreter enabled
[    0.956633] ACPI: (supports S0 S3 S4 S5)
[    0.959967] ACPI: Using IOAPIC for interrupt routing
[    0.966633] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.969967] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    0.973300] pci 0000:00:00.0: PME# disabled
[    0.976633] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.979967] pci 0000:00:01.0: PME# disabled
[    0.983300] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.986633] pci 0000:00:05.0: PME# disabled
[    0.989967] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.993300] pci 0000:00:09.0: PME# disabled
[    0.996633] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.999967] pci 0000:00:1b.0: PME# disabled
[    1.003300] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.006633] pci 0000:00:1c.0: PME# disabled
[    1.009967] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    1.013300] pci 0000:00:1d.7: PME# disabled
[    1.016633] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[    1.016633] pci 0000:01:00.0: supports D1
[    1.016633] PCI: bridge 0000:00:01.0 32bit mmio: [dc100000, dc1fffff]
[    1.019967] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    1.023300] pci 0000:03:00.0: PME# disabled
[    1.026633] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    1.029967] pci 0000:03:00.3: PME# disabled
[    1.033300] PCI: bridge 0000:00:09.0 io port: [2000, 2fff]
[    1.036633] PCI: bridge 0000:00:09.0 32bit mmio: [dc200000, dc3fffff]
[    1.039967] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    1.043300] pci 0000:04:00.0: PME# disabled
[    1.046633] pci 0000:04:02.0: PME# supported from D0 D3hot D3cold
[    1.049967] pci 0000:04:02.0: PME# disabled
[    1.053300] PCI: bridge 0000:03:00.0 io port: [2000, 2fff]
[    1.056633] PCI: bridge 0000:03:00.0 32bit mmio: [dc200000, dc2fffff]
[    1.059967] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    1.063300] pci 0000:06:00.0: PME# disabled
[    1.066633] pci 0000:06:00.1: PME# supported from D0 D3hot D3cold
[    1.069967] pci 0000:06:00.1: PME# disabled
[    1.073300] PCI: bridge 0000:04:02.0 io port: [2000, 2fff]
[    1.076633] PCI: bridge 0000:04:02.0 32bit mmio: [dc200000, dc2fffff]
[    1.079967] pci 0000:09:05.0: supports D1
[    1.079967] pci 0000:09:05.0: supports D2
[    1.079967] pci 0000:09:06.0: supports D2
[    1.079967] pci 0000:09:06.0: PME# supported from D2 D3hot D3cold
[    1.083300] pci 0000:09:06.0: PME# disabled
[    1.086633] pci 0000:00:1e.0: transparent bridge
[    1.089967] PCI: bridge 0000:00:1e.0 io port: [3000, 3fff]
[    1.093300] PCI: bridge 0000:00:1e.0 32bit mmio: [dc000000, dc0fffff]
[    1.096633] PCI: bridge 0000:00:1e.0 64bit mmio pref: [d8000000, dbffffff]
[    1.099967] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.099967] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    1.099967] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
[    1.099967] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    1.099967] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0._PRT]
[    1.100861] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0.BPD0._PRT]
[    1.101087] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0.BPD2._PRT]
[    1.101394] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMF3._PRT]
[    1.101828] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[    1.102351] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    1.109967] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 14 15)
[    1.116426] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.123087] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.129762] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.136417] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 14 15)
[    1.143082] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 6 7 10 *11 14 15)
[    1.149515] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 14 15)
[    1.153300] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 6 7 10 11 14 15) *9
[    1.159967] Linux Plug and Play Support v0.97 (c) Adam Belay
[    1.163300] pnp: PnP ACPI init
[    1.166609] ACPI: bus type pnp registered
[    1.173300] pnp: PnP ACPI: found 11 devices
[    1.176633] ACPI: ACPI bus type pnp unregistered
[    1.179967] SCSI subsystem initialized
[    1.183300] libata version 3.00 loaded.
[    1.183300] usbcore: registered new interface driver usbfs
[    1.186633] usbcore: registered new interface driver hub
[    1.189967] usbcore: registered new device driver usb
[    1.193300] PCI: Using ACPI for IRQ routing
[    1.212875] PCI-GART: No AMD northbridge found.
[    1.216633] hpet clockevent registered
[    1.216633] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.221231] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    1.227657] ACPI: RTC can wake from S4
[    1.240451] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[    1.245465] system 00:01: ioport range 0x800-0x80f has been reserved
[    1.252012] system 00:01: ioport range 0x1000-0x107f has been reserved
[    1.258660] system 00:01: ioport range 0x1180-0x11bf has been reserved
[    1.265389] system 00:01: ioport range 0xfe00-0xfe00 has been reserved
[    1.272112] system 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
[    1.279932] system 00:01: iomem range 0xfee00000-0xfee0ffff could not be reserved
[    1.287758] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
[    1.295583] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved
[    1.302914] system 00:01: iomem range 0xfec88000-0xfec88fff has been reserved
[    1.310247] system 00:01: iomem range 0xfe000000-0xfe01ffff has been reserved
[    1.317577] system 00:01: iomem range 0xfe600000-0xfe6fffff has been reserved
[    1.330161] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    1.332154] pci 0000:00:01.0:   IO window: disabled
[    1.337231] pci 0000:00:01.0:   MEM window: 0xdc100000-0xdc1fffff
[    1.343525] pci 0000:00:01.0:   PREFETCH window: 0x000000d1000000-0x000000d10fffff
[    1.351436] pci 0000:00:05.0: PCI bridge, secondary bus 0000:02
[    1.357553] pci 0000:00:05.0:   IO window: disabled
[    1.362623] pci 0000:00:05.0:   MEM window: disabled
[    1.371932] pci 0000:00:05.0:   PREFETCH window: disabled
[    1.377532] pci 0000:04:00.0: PCI bridge, secondary bus 0000:05
[    1.383650] pci 0000:04:00.0:   IO window: disabled
[    1.388737] pci 0000:04:00.0:   MEM window: disabled
[    1.393900] pci 0000:04:00.0:   PREFETCH window: disabled
[    1.399496] pci 0000:04:02.0: PCI bridge, secondary bus 0000:06
[    1.405614] pci 0000:04:02.0:   IO window: 0x2000-0x2fff
[    1.411124] pci 0000:04:02.0:   MEM window: 0xdc200000-0xdc2fffff
[    1.417417] pci 0000:04:02.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    1.425343] pci 0000:03:00.0: PCI bridge, secondary bus 0000:04
[    1.431455] pci 0000:03:00.0:   IO window: 0x2000-0x2fff
[    1.436972] pci 0000:03:00.0:   MEM window: 0xdc200000-0xdc2fffff
[    1.443261] pci 0000:03:00.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    1.451646] pci 0000:03:00.3: PCI bridge, secondary bus 0000:07
[    1.457758] pci 0000:03:00.3:   IO window: disabled
[    1.462837] pci 0000:03:00.3:   MEM window: disabled
[    1.468002] pci 0000:03:00.3:   PREFETCH window: disabled
[    1.473602] pci 0000:00:09.0: PCI bridge, secondary bus 0000:03
[    1.479718] pci 0000:00:09.0:   IO window: 0x2000-0x2fff
[    1.485228] pci 0000:00:09.0:   MEM window: 0xdc200000-0xdc3fffff
[    1.491534] pci 0000:00:09.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    1.499450] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:08
[    1.505566] pci 0000:00:1c.0:   IO window: disabled
[    1.510643] pci 0000:00:1c.0:   MEM window: disabled
[    1.515808] pci 0000:00:1c.0:   PREFETCH window: disabled
[    1.521406] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:09
[    1.527518] pci 0000:00:1e.0:   IO window: 0x3000-0x3fff
[    1.533029] pci 0000:00:1e.0:   MEM window: 0xdc000000-0xdc0fffff
[    1.539325] pci 0000:00:1e.0:   PREFETCH window: 0x000000d8000000-0x000000dbffffff
[    1.547245] found new irq_cfg for irq 16
[    1.547254]  0 add_pin_to_irq: irq 16 --> apic 0 pin 16
[    1.547267] found new irq_desc for irq 16
[    1.547282] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.554155] pci 0000:00:01.0: setting latency timer to 64
[    1.554162] pci 0000:00:05.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.561061] pci 0000:00:05.0: setting latency timer to 64
[    1.561066] pci 0000:00:09.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.567959] pci 0000:00:09.0: setting latency timer to 64
[    1.567965] vendor=8086 device=4029
[    1.571652] pci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.578548] pci 0000:03:00.0: setting latency timer to 64
[    1.578556] vendor=8086 device=3500
[    1.582236] vendor=8086 device=4029
[    1.585919] pci 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.592811] pci 0000:04:00.0: setting latency timer to 64
[    1.592818] vendor=8086 device=3500
[    1.596501] vendor=8086 device=4029
[    1.600182] found new irq_cfg for irq 18
[    1.600183]  0 add_pin_to_irq: irq 18 --> apic 0 pin 18
[    1.600188] found new irq_desc for irq 18
[    1.600194] pci 0000:04:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.607088] pci 0000:04:02.0: setting latency timer to 64
[    1.607096] pci 0000:03:00.3: setting latency timer to 64
[    1.607109] found new irq_cfg for irq 21
[    1.607123]  0 add_pin_to_irq: irq 21 --> apic 0 pin 21
[    1.607138] found new irq_desc for irq 21
[    1.607155] pci 0000:00:1c.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[    1.613997] pci 0000:00:1c.0: setting latency timer to 64
[    1.614003] pci 0000:00:1e.0: setting latency timer to 64
[    1.614012] bus: 00 index 0 io port: [0, ffff]
[    1.618660] bus: 00 index 1 mmio: [0, ffffffffffffffff]
[    1.624071] bus: 01 index 0 mmio: [0, 0]
[    1.628193] bus: 01 index 1 mmio: [dc100000, dc1fffff]
[    1.633529] bus: 01 index 2 mmio: [d1000000, d10fffff]
[    1.638865] bus: 01 index 3 mmio: [0, 0]
[    1.642980] bus: 02 index 0 mmio: [0, 0]
[    1.647099] bus: 02 index 1 mmio: [0, 0]
[    1.651210] bus: 02 index 2 mmio: [0, 0]
[    1.655340] bus: 02 index 3 mmio: [0, 0]
[    1.659457] bus: 03 index 0 io port: [2000, 2fff]
[    1.664351] bus: 03 index 1 mmio: [dc200000, dc3fffff]
[    1.669686] bus: 03 index 2 mmio: [d1100000, d11fffff]
[    1.675035] bus: 03 index 3 mmio: [0, 0]
[    1.679152] bus: 04 index 0 io port: [2000, 2fff]
[    1.684055] bus: 04 index 1 mmio: [dc200000, dc2fffff]
[    1.689392] bus: 04 index 2 mmio: [d1100000, d11fffff]
[    1.694721] bus: 04 index 3 mmio: [0, 0]
[    1.698837] bus: 05 index 0 mmio: [0, 0]
[    1.702954] bus: 05 index 1 mmio: [0, 0]
[    1.707501] bus: 05 index 2 mmio: [0, 0]
[    1.711630] bus: 05 index 3 mmio: [0, 0]
[    1.715746] bus: 06 index 0 io port: [2000, 2fff]
[    1.720644] bus: 06 index 1 mmio: [dc200000, dc2fffff]
[    1.725975] bus: 06 index 2 mmio: [d1100000, d11fffff]
[    1.731306] bus: 06 index 3 mmio: [0, 0]
[    1.735435] bus: 07 index 0 mmio: [0, 0]
[    1.739553] bus: 07 index 1 mmio: [0, 0]
[    1.743672] bus: 07 index 2 mmio: [0, 0]
[    1.747788] bus: 07 index 3 mmio: [0, 0]
[    1.751902] bus: 08 index 0 mmio: [0, 0]
[    1.756020] bus: 08 index 1 mmio: [0, 0]
[    1.760137] bus: 08 index 2 mmio: [0, 0]
[    1.764252] bus: 08 index 3 mmio: [0, 0]
[    1.768379] bus: 09 index 0 io port: [3000, 3fff]
[    1.773278] bus: 09 index 1 mmio: [dc000000, dc0fffff]
[    1.778614] bus: 09 index 2 mmio: [d8000000, dbffffff]
[    1.783947] bus: 09 index 3 io port: [0, ffff]
[    1.788581] bus: 09 index 4 mmio: [0, ffffffffffffffff]
[    1.794014] NET: Registered protocol family 2
[    1.832044] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.837428] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    1.848795] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.855117] TCP: Hash tables configured (established 524288 bind 65536)
[    1.861926] TCP reno registered
[    1.875410] NET: Registered protocol family 1
[    1.878880] checking if image is initramfs... it is
[    1.932129] Freeing initrd memory: 1917k freed
[    1.935787] pci 0000:09:05.0: Boot video device
[    1.939163] input: Power Button (FF) as /class/input/input0
[    1.942159] ACPI: Power Button (FF) [PWRF]
[    1.949470] input: Power Button (CM) as /class/input/input1
[    1.952768] ACPI: Power Button (CM) [PWRB]
[    1.960068] found new irq_cfg for irq 20
[    1.960068]  0 add_pin_to_irq: irq 20 --> apic 0 pin 20
[    1.960068] found new irq_desc for irq 20
[    1.960068] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    1.957967] Switched to high resolution mode on CPU 2
[    1.958119] Switched to high resolution mode on CPU 5
[    1.960075] Switched to high resolution mode on CPU 3
[    1.960073] Switched to high resolution mode on CPU 6
[    1.958611] Switched to high resolution mode on CPU 4
[    1.958615] Switched to high resolution mode on CPU 7
[    1.959458] Switched to high resolution mode on CPU 1
[    1.963822] Switched to high resolution mode on CPU 0
[    1.963832] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.963845] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    2.221976] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    2.221976] ehci_hcd 0000:00:1d.7: debug port 1
[    2.221976] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    2.221976] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xdc608000
[    2.221976] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    2.221976] usb usb1: configuration #1 chosen from 1 choice
[    2.221976] hub 1-0:1.0: USB hub found
[    2.221976] hub 1-0:1.0: 8 ports detected
[    2.221977] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.221977] USB Universal Host Controller Interface driver v3.0
[    2.221977] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    2.221977] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    2.221977] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.221977] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.221977] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001800
[    2.221977] usb usb2: configuration #1 chosen from 1 choice
[    2.221977] hub 2-0:1.0: USB hub found
[    2.221977] hub 2-0:1.0: 2 ports detected
[    2.283328] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    2.286675] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    2.286682] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.291388] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    2.299653] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00001820
[    2.304781] usb usb3: configuration #1 chosen from 1 choice
[    2.311396] hub 3-0:1.0: USB hub found
[    2.315409] hub 3-0:1.0: 2 ports detected
[    2.424783] found new irq_cfg for irq 22
[    2.424783]  0 add_pin_to_irq: irq 22 --> apic 0 pin 22
[    2.424783] found new irq_desc for irq 22
[    2.424783] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    2.430006] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    2.430012] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.434719] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    2.443011] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00001840
[    2.448122] usb usb4: configuration #1 chosen from 1 choice
[    2.454726] hub 4-0:1.0: USB hub found
[    2.458737] hub 4-0:1.0: 2 ports detected
[    2.568116] found new irq_cfg for irq 23
[    2.568116]  0 add_pin_to_irq: irq 23 --> apic 0 pin 23
[    2.568116] found new irq_desc for irq 23
[    2.568116] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[    2.573340] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    2.573347] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    2.578044] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    2.586329] uhci_hcd 0000:00:1d.3: irq 23, io base 0x00001860
[    2.591448] usb usb5: configuration #1 chosen from 1 choice
[    2.598085] hub 5-0:1.0: USB hub found
[    2.602111] hub 5-0:1.0: 2 ports detected
[    2.711450] Simple Boot Flag at 0x40 set to 0x80
[    2.718126] audit: initializing netlink socket (disabled)
[    2.723993] type=2000 audit(1219363544.720:1): initialized
[    2.734797] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.744797] VFS: Disk quotas dquot_6.5.1
[    2.748463] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.755197] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    2.762850] msgmni has been set to 6531
[    2.767165] async_tx: api initialized (async)
[    2.771716] io scheduler noop registered
[    2.775187] io scheduler anticipatory registered
[    2.779310] io scheduler deadline registered
[    2.785250] io scheduler cfq registered (default)
[    2.789827] pcieport-driver 0000:00:01.0: setting latency timer to 64
[    2.789988] pcieport-driver 0000:00:01.0: found MSI capability
[    2.796171] found new irq_cfg for irq 33024
[    2.796188] found new irq_desc for irq 33024
[    2.796212] pci_express 0000:00:01.0:pcie00: allocate port service
[    2.796466] pci_express 0000:00:01.0:pcie01: allocate port service
[    2.796466] pcieport-driver 0000:00:05.0: setting latency timer to 64
[    2.796466] pcieport-driver 0000:00:05.0: found MSI capability
[    2.802674] found new irq_cfg for irq 164096
[    2.802674] found new irq_desc for irq 164096
[    2.802674] pci_express 0000:00:05.0:pcie00: allocate port service
[    2.802674] pci_express 0000:00:05.0:pcie01: allocate port service
[    2.802674] pcieport-driver 0000:00:09.0: setting latency timer to 64
[    2.802674] pcieport-driver 0000:00:09.0: found MSI capability
[    2.808872] found new irq_cfg for irq 295168
[    2.808878] found new irq_desc for irq 295168
[    2.808878] pci_express 0000:00:09.0:pcie00: allocate port service
[    2.808878] pci_express 0000:00:09.0:pcie01: allocate port service
[    2.808878] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[    2.808878] pcieport-driver 0000:00:1c.0: found MSI capability
[    2.815092] found new irq_cfg for irq 917760
[    2.815092] found new irq_desc for irq 917760
[    2.815092] pci_express 0000:00:1c.0:pcie00: allocate port service
[    2.815092] pci_express 0000:00:1c.0:pcie02: allocate port service
[    2.815092] pci_express 0000:00:1c.0:pcie03: allocate port service
[    2.815092] pcieport-driver 0000:03:00.0: setting latency timer to 64
[    2.815092] pci_express 0000:03:00.0:pcie11: allocate port service
[    2.815092] pcieport-driver 0000:04:00.0: setting latency timer to 64
[    2.815092] pcieport-driver 0000:04:00.0: found MSI capability
[    2.821470] found new irq_cfg for irq 4194560
[    2.821470] found new irq_desc for irq 4194560
[    2.821470] pci_express 0000:04:00.0:pcie21: allocate port service
[    2.821470] pcieport-driver 0000:04:02.0: setting latency timer to 64
[    2.821470] pcieport-driver 0000:04:02.0: found MSI capability
[    2.824818] found new irq_cfg for irq 4260096
[    2.824835] found new irq_desc for irq 4260096
[    2.824863] pci_express 0000:04:02.0:pcie21: allocate port service
[    2.827930] aer 0000:00:01.0:pcie01: AER service couldn't init device: no _OSC support
[    2.827930] aer 0000:00:05.0:pcie01: AER service couldn't init device: no _OSC support
[    2.827930] aer 0000:00:09.0:pcie01: AER service couldn't init device: no _OSC support
[    2.827930] ACPI: SSDT CFF04DBE, 01DD (r1  PmRef  Cpu0Ist     3000 INTL 20050228)
[    2.839743] processor ACPI0007:00: registered as cooling_device0
[    2.843338] ACPI: Processor [CPU0] (supports 8 throttling states)
[    2.851067] ACPI: SSDT CFF04F9B, 016E (r1  PmRef  Cpu1Ist     3000 INTL 20050228)
[    2.863958] processor ACPI0007:01: registered as cooling_device1
[    2.863961] ACPI: Processor [CPU1] (supports 8 throttling states)
[    2.870848] ACPI: SSDT CFF05109, 016E (r1  PmRef  Cpu2Ist     3000 INTL 20050228)
[    2.882423] processor ACPI0007:02: registered as cooling_device2
[    2.884887] ACPI: Processor [CPU2] (supports 8 throttling states)
[    2.894156] ACPI: SSDT CFF05277, 016E (r1  PmRef  Cpu3Ist     3000 INTL 20050228)
[    2.903959] processor ACPI0007:03: registered as cooling_device3
[    2.907296] ACPI: Processor [CPU3] (supports 8 throttling states)
[    2.914783] ACPI: SSDT CFF053E5, 016E (r1  PmRef  CPU4Ist     3000 INTL 20050228)
[    2.928625] processor ACPI0007:04: registered as cooling_device4
[    2.932042] ACPI: Processor [CPU4] (supports 8 throttling states)
[    2.940460] ACPI: SSDT CFF05553, 016E (r1  PmRef  CPU5Ist     3000 INTL 20050228)
[    2.953958] processor ACPI0007:05: registered as cooling_device5
[    2.953963] ACPI: Processor [CPU5] (supports 8 throttling states)
[    2.961174] ACPI: SSDT CFF056C1, 016E (r1  PmRef  Cpu6Ist     3000 INTL 20050228)
[    2.973963] processor ACPI0007:06: registered as cooling_device6
[    2.975295] ACPI: Processor [CPU6] (supports 8 throttling states)
[    2.983217] ACPI: SSDT CFF0582F, 016E (r1  PmRef  Cpu7Ist     3000 INTL 20050228)
[    2.994791] processor ACPI0007:07: registered as cooling_device7
[    2.996869] ACPI: Processor [CPU7] (supports 8 throttling states)
[    3.068127] Non-volatile memory driver v1.2
[    3.071952] intel_rng: FWH not detected
[    3.075411] Linux agpgart interface v0.103
[    3.081251] Serial: 8250/16550 driver4 ports, IRQ sharing disabled
[    3.087917] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    3.094583] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    3.101250] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    3.105852] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    3.128126] FDC 0 is a post-1991 82077
[    3.134794] brd: module loaded
[    3.139901] loop: module loaded
[    3.142122] tun: Universal TUN/TAP device driver, 1.6
[    3.147366] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.154791] console [netcon0] enabled
[    3.158127] netconsole: network logging started
[    3.162841] Uniform Multi-Platform E-IDE driver
[    3.168245] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
[    3.178252] Probing IDE interface ide0...
[    3.875104] hda: Optiarc DVD RW AD-7590A, ATAPI CD/DVD-ROM drive
[    4.521230] Probing IDE interface ide1...
[    5.053945] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[    5.057472] ide1 at 0x170-0x177,0x376 on irq 15
[    5.063300] hda: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 974kB Cache
[    5.072020] Uniform CD-ROM driver Revision: 3.20
[    7.671081] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[    7.680523] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[    7.688269] megasas: 00.00.04.01 Thu July 24 11:41:51 PST 2008
[    7.694910] Driver 'sd' needs updating - please use bus_type methods
[    7.701566] Driver 'sr' needs updating - please use bus_type methods
[    7.708162] ata_piix 0000:00:1f.1: version 2.12
[    7.708162] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    7.714844] ata_piix 0000:00:1f.1: BAR 0: can't reserve I/O region [0x1f0-0x1f7]
[    7.722590] ata_piix 0000:00:1f.1: failed to request/iomap BARs for port 0 (errno=-16)
[    7.730141] ata_piix 0000:00:1f.1: BAR 2: can't reserve I/O region [0x170-0x177]
[    7.737861] ata_piix 0000:00:1f.1: failed to request/iomap BARs for port 1 (errno=-16)
[    7.746104] ata_piix 0000:00:1f.1: no available native port
[    7.753958] Fusion MPT base driver 3.04.07
[    7.757293] Copyright (c) 1999-2008 LSI Corporation
[    7.761619] Fusion MPT SPI Host driver 3.04.07
[    7.767994] Fusion MPT SAS Host driver 3.04.07
[    7.772700] vendor=8086 device=244e
[    7.776036] found new irq_cfg for irq 17
[    7.776040]  0 add_pin_to_irq: irq 17 --> apic 0 pin 17
[    7.776047] found new irq_desc for irq 17
[    7.776056] ohci1394 0000:09:06.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    7.837304] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17]  MMIO=[dc040000-dc0407ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[    7.854831] ieee1394: raw1394: /dev/raw1394 device initialized
[    7.861257] usbcore: registered new interface driver usblp
[    7.864371] Initializing USB Mass Storage driver...
[    7.871561] usbcore: registered new interface driver usb-storage
[    7.877802] USB Mass Storage support registered.
[    7.883427] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[    7.893355] serio: i8042 KBD port at 0x60,0x64 irq 1
[    7.896706] serio: i8042 AUX port at 0x60,0x64 irq 12
[    7.904589] mice: PS/2 mouse device common for all mice
[    8.264580] md: linear personality registered for level -1
[    8.265864] md: raid0 personality registered for level 0
[    8.272529] md: raid1 personality registered for level 1
[    8.278027] md: raid10 personality registered for level 10
[    8.339999] raid6: int64x1   2954 MB/s
[    8.399999] raid6: int64x2   3542 MB/s
[    8.459999] raid6: int64x4   3432 MB/s
[    8.519999] raid6: int64x8   2319 MB/s
[    8.579999] raid6: sse2x1    3637 MB/s
[    8.639999] raid6: sse2x2    7362 MB/s
[    8.700418] raid6: sse2x4    8743 MB/s
[    8.703333] raid6: using algorithm sse2x4 (8743 MB/s)
[    8.707697] md: raid6 personality registered for level 6
[    8.716276] md: raid5 personality registered for level 5
[    8.721774] md: raid4 personality registered for level 4
[    8.723967] md: multipath personality registered for level -4
[    8.732811] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[    8.741824] cpuidle: using governor ladder
[    8.744461] cpuidle: using governor menu
[    8.748811] usbcore: registered new interface driver usbhid
[    8.754641] usbhid: v2.6:USB HID core driver
[    8.759372] oprofile: using NMI interrupt.
[    8.763967] TCP cubic registered
[    8.767922] NET: Registered protocol family 10
[    8.771676] IPv6 over IPv4 tunneling driver
[    8.777922] NET: Registered protocol family 17
[    8.782537] RPC: Registered udp transport module.
[    8.787891] RPC: Registered tcp transport module.
[    8.794588] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    8.801365] Freeing unused kernel memory: 672k freed
[    8.804896] Write protecting the kernel read-only data: 5576k
[    9.035910] vendor=8086 device=4021
[    9.035910] arcmsr 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    9.035910] arcmsr 0000:01:00.0: setting latency timer to 64
[    9.047290] ARECA RAID ADAPTER0: FIRMWARE VERSION V1.44 2008-1-31  
[    9.059982] scsi0 : Areca SATA Host Adapter RAID Controller( RAID6 capable)
[    9.059989]  Driver Version 1.20.00.15 2008/02/27
[    9.060416] scsi 0:0:0:0: Direct-Access     Areca    ARC-1280-VOL#00  R001 PQ: 0 ANSI: 5
[    9.060207] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
[    9.061041] sd 0:0:0:0: [sda] 42968747008 512-byte hardware sectors (21999998 MB)
[    9.061457] sd 0:0:0:0: [sda] Write Protect is off
[    9.061457] sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
[    9.060000] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.061457] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
[    9.061457] sd 0:0:0:0: [sda] 42968747008 512-byte hardware sectors (21999998 MB)
[    9.060207] sd 0:0:0:0: [sda] Write Protect is off
[    9.060207] sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
[    9.061457] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.061457]  sda:<7>ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e08100002824f8]
[    9.450808]  sda1 sda2 sda3 sda4
[    9.454374] sd 0:0:0:0: [sda] Attached SCSI disk
[    9.456849] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.456849] scsi 0:0:16:0: Processor         Areca    RAID controller  R001 PQ: 0 ANSI: 0
[    9.456849] scsi 0:0:16:0: Attached scsi generic sg1 type 3
[    9.521250] 3ware Storage Controller device driver for Linux v1.26.02.002.
[    9.532143] 3ware 9000 Storage Controller device driver for Linux v2.26.02.011.
[    9.548653] Adaptec aacraid driver 1.1-5[2456]-ms
[    9.653333] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[    9.656275] SGI XFS Quota Management subsystem
[    9.669306] Intel(R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI
[    9.669306] Copyright (c) 1999-2006 Intel Corporation.
[   13.883324] kjournald starting.  Commit interval 5 seconds
[   13.883324] EXT3-fs: mounted filesystem with ordered data mode.
[   22.158124] found new irq_cfg for irq 19
[   22.158124]  0 add_pin_to_irq: irq 19 --> apic 0 pin 19
[   22.158124] found new irq_desc for irq 19
[   22.158124] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   22.163542] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
[   22.163542] iTCO_wdt: Found a 631xESB/632xESB TCO device (Version=2, TCOBASE=0x1060)
[   22.163542] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   22.171457] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k2
[   22.171457] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[   22.171457] vendor=8086 device=3518
[   22.171457] vendor=8086 device=3500
[   22.171457] vendor=8086 device=4029
[   22.171457] e1000e 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[   22.171457] e1000e 0000:06:00.0: setting latency timer to 64
[   22.247915] 0000:06:00.0: eth0: (PCI Express:2.5GB/s:Width x4) 00:e0:81:b0:84:14
[   22.247915] 0000:06:00.0: eth0: Intel(R) PRO/1000 Network Connection
[   22.247915] 0000:06:00.0: eth0: MAC: 3, PHY: 5, PBA No: ffffff-0ff
[   22.247915] vendor=8086 device=3518
[   22.247915] vendor=8086 device=3500
[   22.247915] vendor=8086 device=4029
[   22.247915] e1000e 0000:06:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   22.247915] e1000e 0000:06:00.1: setting latency timer to 64
[   22.321248] 0000:06:00.1: eth1: (PCI Express:2.5GB/s:Width x4) 00:e0:81:b0:84:15
[   22.321248] 0000:06:00.1: eth1: Intel(R) PRO/1000 Network Connection
[   22.321248] 0000:06:00.1: eth1: MAC: 3, PHY: 5, PBA No: ffffff-0ff
[   23.093333] EXT3 FS on sda3, internal journal
[   23.244790] SMsC 37B787 watchdog component driver 1.1 initialising...
[   23.244790] smsc37b787_wdt: Unable to register miscdev on minor 130
[   23.634789] XFS mounting filesystem sda4
[   23.763214] Ending clean XFS mount for filesystem: sda4
[   23.846924] Adding 31999992k swap on /dev/sda2.  Priority:-1 extents:1 across:31999992k
[   27.620000] found new irq_cfg for irq 6291712
[   27.620000] found new irq_desc for irq 6291712
[   27.673651] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   30.790417] 0000:06:00.0: eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   30.793544] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   40.923341] eth0: no IPv6 routers present
[   62.888260] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   62.894694] NFSD: starting 90-second grace period

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  0:10             ` Joshua Hoblitt
@ 2008-08-22  0:28               ` Yinghai Lu
  2008-08-22  0:29                 ` Joshua Hoblitt
  0 siblings, 1 reply; 34+ messages in thread
From: Yinghai Lu @ 2008-08-22  0:28 UTC (permalink / raw)
  To: Joshua Hoblitt; +Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel

On Thu, Aug 21, 2008 at 5:10 PM, Joshua Hoblitt <josh@hoblitt.com> wrote:
> The dmesg from the tip kernel is attached and it's at least larger than
> the last builds dmesg.

did you apply my debug patch?
you should get msr print out...

YH

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  0:28               ` Yinghai Lu
@ 2008-08-22  0:29                 ` Joshua Hoblitt
  2008-08-22  1:00                   ` Joshua Hoblitt
  0 siblings, 1 reply; 34+ messages in thread
From: Joshua Hoblitt @ 2008-08-22  0:29 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel

Lol.  No - I thought you implied it was in the tip tree.  Sigh.  I'll
try again.

-J

--
On Thu, Aug 21, 2008 at 05:28:51PM -0700, Yinghai Lu wrote:
> On Thu, Aug 21, 2008 at 5:10 PM, Joshua Hoblitt <josh@hoblitt.com> wrote:
> > The dmesg from the tip kernel is attached and it's at least larger than
> > the last builds dmesg.
> 
> did you apply my debug patch?
> you should get msr print out...
> 
> YH

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  0:29                 ` Joshua Hoblitt
@ 2008-08-22  1:00                   ` Joshua Hoblitt
  2008-08-22  1:10                     ` Joshua Hoblitt
  0 siblings, 1 reply; 34+ messages in thread
From: Joshua Hoblitt @ 2008-08-22  1:00 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel

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

I have applied your patch to the tip tree and rebuilt.  Still no msr
dump.

-J

--
On Thu, Aug 21, 2008 at 02:29:52PM -1000, Joshua Hoblitt wrote:
> Lol.  No - I thought you implied it was in the tip tree.  Sigh.  I'll
> try again.
> 
> -J
> 
> --
> On Thu, Aug 21, 2008 at 05:28:51PM -0700, Yinghai Lu wrote:
> > On Thu, Aug 21, 2008 at 5:10 PM, Joshua Hoblitt <josh@hoblitt.com> wrote:
> > > The dmesg from the tip kernel is attached and it's at least larger than
> > > the last builds dmesg.
> > 
> > did you apply my debug patch?
> > you should get msr print out...
> > 
> > YH

[-- Attachment #2: 2.6.27-rc4-tip-dirty.dmesg --]
[-- Type: text/plain, Size: 51049 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Linux version 2.6.27-rc4-tip-00862-gcc150c8 (root@ipp000) (gcc version 4.1.2 (Gentoo 4.1.2 p1.1)) #1 SMP Thu Aug 21 13:52:09 HST 2008
[    0.000000] Command line: root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0 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 - 000000000009e400 (usable)
[    0.000000]  BIOS-e820: 000000000009e400 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000ca000 - 00000000000cc000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000cff00000 (usable)
[    0.000000]  BIOS-e820: 00000000cff00000 - 00000000cff0a000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000cff0a000 - 00000000cff0b000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000cff0b000 - 00000000d0000000 (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]  BIOS-e820: 0000000100000000 - 0000000430000000 (usable)
[    0.000000] last_pfn = 0x430000 max_arch_pfn = 0x3ffffffff
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] WARNING: BIOS bug: CPU MTRRs don't cover all of memory, losing 13056MB of RAM.
[    0.000000] ------------[ cut here ]------------
[    0.000000] WARNING: at arch/x86/kernel/cpu/mtrr/main.c:1558 mtrr_trim_uncached_memory+0x522/0x54b()
[    0.000000] Modules linked in:
[    0.000000] Pid: 0, comm: swapper Not tainted 2.6.27-rc4-tip-00862-gcc150c8 #1
[    0.000000] Call Trace:
[    0.000000]  [<ffffffff80237573>] warn_on_slowpath+0x51/0x77
[    0.000000]  [<ffffffff8023808b>] printk+0x4e/0x56
[    0.000000]  [<ffffffff803b1942>] sort+0xfa/0x18c
[    0.000000]  [<ffffffff80802a5b>] cmp_range+0x0/0x6
[    0.000000]  [<ffffffff808030e9>] mtrr_trim_uncached_memory+0x522/0x54b
[    0.000000]  [<ffffffff802194d9>] post_set+0x20/0x3d
[    0.000000]  [<ffffffff807ff4df>] setup_arch+0x39d/0x6d7
[    0.000000]  [<ffffffff8024702e>] kernel_text_address+0x9/0x26
[    0.000000]  [<ffffffff8024c4de>] notifier_chain_register+0x14/0x55
[    0.000000]  [<ffffffff807f8a1d>] start_kernel+0x74/0x346
[    0.000000]  [<ffffffff807f8394>] x86_64_start_kernel+0xe3/0xe7
[    0.000000] ---[ end trace 4eaa2a86a8e2da22 ]---
[    0.000000] update e820 for mtrr
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 000000000009e400 (usable)
[    0.000000]  modified: 000000000009e400 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000ca000 - 00000000000cc000 (reserved)
[    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 00000000cff00000 (usable)
[    0.000000]  modified: 00000000cff00000 - 00000000cff0a000 (ACPI data)
[    0.000000]  modified: 00000000cff0a000 - 00000000cff0b000 (ACPI NVS)
[    0.000000]  modified: 00000000cff0b000 - 00000000d0000000 (reserved)
[    0.000000]  modified: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  modified: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  modified: 00000000ff000000 - 0000000430000000 (reserved)
[    0.000000] last_pfn = 0xcff00 max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping
[    0.000000]  0000000000 - 00cfe00000 page 2M
[    0.000000]  00cfe00000 - 00cff00000 page 4k
[    0.000000] kernel direct mapping tables up to cff00000 @ 8000-e000
[    0.000000] last_map_addr: cff00000 end: cff00000
[    0.000000] RAMDISK: 37e10000 - 37fef7d5
[    0.000000] DMI present.
[    0.000000] ACPI: RSDP 000F7020, 0024 (r2 PTLTD )
[    0.000000] ACPI: XSDT CFF0395D, 005C (r1 PTLTD  	 XSDT    6040000  LTP        0)
[    0.000000] ACPI: FACP CFF09D60, 00F4 (r3 INTEL  TUMWATER  6040000 PTL         3)
[    0.000000] ACPI: DSDT CFF0599D, 434F (r1  Intel SEABURG   6040000 MSFT  3000000)
[    0.000000] ACPI: FACS CFF0AFC0, 0040
[    0.000000] ACPI: _MAR CFF09E54, 0030 (r1 Intel  OEMDMAR   6040000 LOHR        1)
[    0.000000] ACPI: APIC CFF09E84, 00C8 (r1 PTLTD  	 APIC    6040000  LTP        0)
[    0.000000] ACPI: MCFG CFF09F4C, 003C (r1 PTLTD    MCFG    6040000  LTP        0)
[    0.000000] ACPI: BOOT CFF09F88, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
[    0.000000] ACPI: SPCR CFF09FB0, 0050 (r1 PTLTD  $UCRTBL$  6040000 PTL         1)
[    0.000000] ACPI: SSDT CFF039B9, 1405 (r1  PmRef    CpuPm     3000 INTL 20050228)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000cff00000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000cff00000
[    0.000000]   NODE_DATA [000000000000c000 - 0000000000016fff]
[    0.000000]   bootmap [0000000000017000 -  0000000000030fdf] pages 1a
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00cff00000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0000200000 - 00009beef0]    TEXT DATA BSS ==> [0000200000 - 00009beef0]
[    0.000000]   #3 [0037e10000 - 0037fef7d5]          RAMDISK ==> [0037e10000 - 0037fef7d5]
[    0.000000]   #4 [000009e400 - 0000100000]    BIOS reserved ==> [000009e400 - 0000100000]
[    0.000000]   #5 [0000008000 - 000000c000]          PGTABLE ==> [0000008000 - 000000c000]
[    0.000000] found SMP MP-table at [ffff8800000f7050] 000f7050
[    0.000000]  [ffffe20000000000-ffffe200033fffff] PMD -> [ffff880001200000-ffff8800045fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 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: 0x00000000 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x000cff00
[    0.000000] On node 0 totalpages: 851614
[    0.000000]   DMA zone: 1846 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 834372 pages, LIFO batch:31
[    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[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] 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: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x09] address[0xfec88000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 9, version 0, address 0xfec88000, GSI 24-47
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000ca000
[    0.000000] PM: Registered nosave memory: 00000000000ca000 - 00000000000cc000
[    0.000000] PM: Registered nosave memory: 00000000000cc000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
[    0.000000] dyn_array irq_2_pin_head+0x0/0x418 size:0x10 nr:256 align:0x1000
[    0.000000] dyn_array irq_cfgx+0x0/0x8 size:0x30 nr:32 align:0x1000
[    0.000000] dyn_array sparse_irqs+0x0/0x8 size:0x100 nr:32 align:0x1000
[    0.000000] dyn_array total_size: 0x4000
[    0.000000] dyn_array irq_2_pin_head+0x0/0x418  ==> [0x101c000 - 0x101d000]
[    0.000000] dyn_array irq_cfgx+0x0/0x8  ==> [0x101d000 - 0x101d600]
[    0.000000] dyn_array sparse_irqs+0x0/0x8  ==> [0x101e000 - 0x1020000]
[    0.000000] kstat_irqs ==> [0x1020000 - 0x1020400]
[    0.000000] PERCPU: Allocating 49152 bytes of per cpu data
[    0.000000] per cpu data for cpu0 on node0 at 0000000001021000
[    0.000000] per cpu data for cpu1 on node0 at 000000000102d000
[    0.000000] per cpu data for cpu2 on node0 at 0000000001039000
[    0.000000] per cpu data for cpu3 on node0 at 0000000001045000
[    0.000000] per cpu data for cpu4 on node0 at 0000000001051000
[    0.000000] per cpu data for cpu5 on node0 at 000000000105d000
[    0.000000] per cpu data for cpu6 on node0 at 0000000001069000
[    0.000000] per cpu data for cpu7 on node0 at 0000000001075000
[    0.000000] NR_CPUS: 32, nr_cpu_ids: 8, nr_node_ids 1
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 836218
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0 console=ttyS0,115200n8 
[    0.000000] Initializing CPU#0
[    0.000000] found new irq_desc for irq 0
[    0.000000] found new irq_desc for irq 1
[    0.000000] found new irq_desc for irq 2
[    0.000000] found new irq_desc for irq 3
[    0.000000] found new irq_desc for irq 4
[    0.000000] found new irq_desc for irq 5
[    0.000000] found new irq_desc for irq 6
[    0.000000] found new irq_desc for irq 7
[    0.000000] found new irq_desc for irq 8
[    0.000000] found new irq_desc for irq 9
[    0.000000] found new irq_desc for irq 10
[    0.000000] found new irq_desc for irq 11
[    0.000000] found new irq_desc for irq 12
[    0.000000] found new irq_desc for irq 13
[    0.000000] found new irq_desc for irq 14
[    0.000000] found new irq_desc for irq 15
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Extended CMOS year: 2000
[    0.000000] TSC calibrated against PM_TIMER
[    0.000000] Detected 3192.003 MHz processor.
[    0.003333] Console: colour VGA+ 80x25
[    0.003333] console [tty0] enabled
[    0.003333] console [ttyS0] enabled
[    0.003333] Checking aperture...
[    0.003333] No AGP bridge found
[    0.003333] Memory: 3342444k/3406848k available (3830k kernel code, 64012k reserved, 2175k data, 672k init)
[    0.003333] CPA: page pool initialized 1 of 1 pages preallocated
[    0.003333] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.006666] Calibrating delay loop (skipped), value calculated using timer frequency.. 6386.00 BogoMIPS (lpj=10640010)
[    0.013090] Security Framework initialized
[    0.016665] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.021482] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.026664] Mount-cache hash table entries: 256
[    0.029998] Initializing cgroup subsys ns
[    0.033331] Initializing cgroup subsys cpuacct
[    0.036664] Initializing cgroup subsys memory
[    0.039997] Initializing cgroup subsys devices
[    0.043330] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.048295] CPU: L2 cache: 6144K
[    0.051718] CPU 0/0 -> Node 0
[    0.054884] CPU: Physical Processor ID: 0
[    0.059078] CPU: Processor Core ID: 0
[    0.062932] CPU0: Thermal monitoring enabled (TM2)
[    0.066662] using mwait in idle threads.
[    0.069995] ACPI: Core revision 20080609
[    0.082433] Setting APIC routing to flat
[    0.086661]  0 add_pin_to_irq: irq 1 --> apic 0 pin 1
[    0.086661]  0 add_pin_to_irq: irq 0 --> apic 0 pin 2
[    0.086661]  0 add_pin_to_irq: irq 3 --> apic 0 pin 3
[    0.086661]  0 add_pin_to_irq: irq 4 --> apic 0 pin 4
[    0.086661]  0 add_pin_to_irq: irq 5 --> apic 0 pin 5
[    0.086661]  0 add_pin_to_irq: irq 6 --> apic 0 pin 6
[    0.086661]  0 add_pin_to_irq: irq 7 --> apic 0 pin 7
[    0.086661]  0 add_pin_to_irq: irq 8 --> apic 0 pin 8
[    0.086661]  0 add_pin_to_irq: irq 9 --> apic 0 pin 9
[    0.086661]  0 add_pin_to_irq: irq 10 --> apic 0 pin 10
[    0.086661]  0 add_pin_to_irq: irq 11 --> apic 0 pin 11
[    0.086661]  0 add_pin_to_irq: irq 12 --> apic 0 pin 12
[    0.086661]  0 add_pin_to_irq: irq 13 --> apic 0 pin 13
[    0.086661]  0 add_pin_to_irq: irq 14 --> apic 0 pin 14
[    0.086661]  0 add_pin_to_irq: irq 15 --> apic 0 pin 15
[    0.086661] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.122915] CPU0: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.133324] APIC timer calibration result 24937581
[    0.133324] Detected 24.937 MHz APIC timer.
[    0.136657] Booting processor 1/4 ip 6000
[    0.149990] Initializing CPU#1
[    0.149990] Calibrating delay using timer specific routine.. 6386.12 BogoMIPS (lpj=10640193)
[    0.149990] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.149990] CPU: L2 cache: 6144K
[    0.149990] CPU 1/4 -> Node 0
[    0.149990] CPU: Physical Processor ID: 1
[    0.149990] CPU: Processor Core ID: 0
[    0.149990] CPU1: Thermal monitoring enabled (TM2)
[    0.149990] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[    0.233318] CPU1: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.243317] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.246829] Booting processor 2/1 ip 6000
[    0.263316] Initializing CPU#2
[    0.263316] Calibrating delay using timer specific routine.. 6386.09 BogoMIPS (lpj=10640154)
[    0.263316] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.263316] CPU: L2 cache: 6144K
[    0.263316] CPU 2/1 -> Node 0
[    0.263316] CPU: Physical Processor ID: 0
[    0.263316] CPU: Processor Core ID: 1
[    0.263316] CPU2: Thermal monitoring enabled (TM2)
[    0.263316] x86 PAT enabled: cpu 2, old 0x7040600070406, new 0x7010600070106
[    0.344816] CPU2: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.353310] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[    0.356643] Booting processor 3/5 ip 6000
[    0.369975] Initializing CPU#3
[    0.369975] Calibrating delay using timer specific routine.. 6386.10 BogoMIPS (lpj=10640161)
[    0.369975] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.369975] CPU: L2 cache: 6144K
[    0.369975] CPU 3/5 -> Node 0
[    0.369975] CPU: Physical Processor ID: 1
[    0.369975] CPU: Processor Core ID: 1
[    0.369975] CPU3: Thermal monitoring enabled (TM2)
[    0.369975] x86 PAT enabled: cpu 3, old 0x7040600070406, new 0x7010600070106
[    0.453303] CPU3: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.459970] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[    0.463303] Booting processor 4/2 ip 6000
[    0.476635] Initializing CPU#4
[    0.476635] Calibrating delay using timer specific routine.. 6386.09 BogoMIPS (lpj=10640144)
[    0.476635] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.476635] CPU: L2 cache: 6144K
[    0.476635] CPU 4/2 -> Node 0
[    0.476635] CPU: Physical Processor ID: 0
[    0.476635] CPU: Processor Core ID: 2
[    0.476635] CPU4: Thermal monitoring enabled (TM2)
[    0.476635] x86 PAT enabled: cpu 4, old 0x7040600070406, new 0x7010600070106
[    0.559967] CPU4: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.566633] checking TSC synchronization [CPU#0 -> CPU#4]: passed.
[    0.569967] Booting processor 5/6 ip 6000
[    0.583295] Initializing CPU#5
[    0.583295] Calibrating delay using timer specific routine.. 6386.07 BogoMIPS (lpj=10640124)
[    0.583295] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.583295] CPU: L2 cache: 6144K
[    0.583295] CPU 5/6 -> Node 0
[    0.583295] CPU: Physical Processor ID: 1
[    0.583295] CPU: Processor Core ID: 2
[    0.583295] CPU5: Thermal monitoring enabled (TM2)
[    0.583295] x86 PAT enabled: cpu 5, old 0x7040600070406, new 0x7010600070106
[    0.666633] CPU5: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.673300] checking TSC synchronization [CPU#0 -> CPU#5]: passed.
[    0.676633] Booting processor 6/3 ip 6000
[    0.689955] Initializing CPU#6
[    0.689955] Calibrating delay using timer specific routine.. 6386.07 BogoMIPS (lpj=10640124)
[    0.689955] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.689955] CPU: L2 cache: 6144K
[    0.689955] CPU 6/3 -> Node 0
[    0.689955] CPU: Physical Processor ID: 0
[    0.689955] CPU: Processor Core ID: 3
[    0.689955] CPU6: Thermal monitoring enabled (TM2)
[    0.689955] x86 PAT enabled: cpu 6, old 0x7040600070406, new 0x7010600070106
[    0.773300] CPU6: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.779967] checking TSC synchronization [CPU#0 -> CPU#6]: passed.
[    0.783300] Booting processor 7/7 ip 6000
[    0.796614] Initializing CPU#7
[    0.796614] Calibrating delay using timer specific routine.. 6386.11 BogoMIPS (lpj=10640182)
[    0.796614] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.796614] CPU: L2 cache: 6144K
[    0.796614] CPU 7/7 -> Node 0
[    0.796614] CPU: Physical Processor ID: 1
[    0.796614] CPU: Processor Core ID: 3
[    0.796614] CPU7: Thermal monitoring enabled (TM2)
[    0.796614] x86 PAT enabled: cpu 7, old 0x7040600070406, new 0x7010600070106
[    0.879967] CPU7: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.886633] checking TSC synchronization [CPU#0 -> CPU#7]: passed.
[    0.889967] Brought up 8 CPUs
[    0.893127] Total of 8 processors activated (51093.68 BogoMIPS).
[    0.896634] net_namespace: 864 bytes
[    0.899967] xor: automatically using best checksumming function: generic_sse
[    0.919003]    generic_sse: 11872.800 MB/sec
[    0.923300] xor: using function: generic_sse (11872.800 MB/sec)
[    0.926633] NET: Registered protocol family 16
[    0.929967] No dock devices found.
[    0.933300] ACPI: bus type pci registered
[    0.936633] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 8
[    0.939967] PCI: MCFG area at e0000000 reserved in E820
[    0.943300] PCI: Using MMCONFIG at e0000000 - e08fffff
[    0.946633] PCI: Using configuration type 1 for base access
[    0.953300] ACPI: EC: Look up EC in DSDT
[    0.956633] ACPI: Interpreter enabled
[    0.959967] ACPI: (supports S0 S3 S4 S5)
[    0.963300] ACPI: Using IOAPIC for interrupt routing
[    0.969967] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.973300] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    0.976633] pci 0000:00:00.0: PME# disabled
[    0.979967] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.983300] pci 0000:00:01.0: PME# disabled
[    0.986633] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    0.989967] pci 0000:00:05.0: PME# disabled
[    0.993300] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.996633] pci 0000:00:09.0: PME# disabled
[    0.999967] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.003300] pci 0000:00:1b.0: PME# disabled
[    1.006633] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.009967] pci 0000:00:1c.0: PME# disabled
[    1.013300] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    1.016633] pci 0000:00:1d.7: PME# disabled
[    1.019967] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[    1.019967] pci 0000:01:00.0: supports D1
[    1.019967] PCI: bridge 0000:00:01.0 32bit mmio: [dc100000, dc1fffff]
[    1.023300] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    1.026633] pci 0000:03:00.0: PME# disabled
[    1.029967] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    1.033300] pci 0000:03:00.3: PME# disabled
[    1.036633] PCI: bridge 0000:00:09.0 io port: [2000, 2fff]
[    1.039967] PCI: bridge 0000:00:09.0 32bit mmio: [dc200000, dc3fffff]
[    1.043300] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    1.046633] pci 0000:04:00.0: PME# disabled
[    1.049967] pci 0000:04:02.0: PME# supported from D0 D3hot D3cold
[    1.053300] pci 0000:04:02.0: PME# disabled
[    1.056633] PCI: bridge 0000:03:00.0 io port: [2000, 2fff]
[    1.059967] PCI: bridge 0000:03:00.0 32bit mmio: [dc200000, dc2fffff]
[    1.063300] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    1.066633] pci 0000:06:00.0: PME# disabled
[    1.069967] pci 0000:06:00.1: PME# supported from D0 D3hot D3cold
[    1.073300] pci 0000:06:00.1: PME# disabled
[    1.076633] PCI: bridge 0000:04:02.0 io port: [2000, 2fff]
[    1.079967] PCI: bridge 0000:04:02.0 32bit mmio: [dc200000, dc2fffff]
[    1.083300] pci 0000:09:05.0: supports D1
[    1.083300] pci 0000:09:05.0: supports D2
[    1.083300] pci 0000:09:06.0: supports D2
[    1.083300] pci 0000:09:06.0: PME# supported from D2 D3hot D3cold
[    1.086633] pci 0000:09:06.0: PME# disabled
[    1.089967] pci 0000:00:1e.0: transparent bridge
[    1.093300] PCI: bridge 0000:00:1e.0 io port: [3000, 3fff]
[    1.096633] PCI: bridge 0000:00:1e.0 32bit mmio: [dc000000, dc0fffff]
[    1.099967] PCI: bridge 0000:00:1e.0 64bit mmio pref: [d8000000, dbffffff]
[    1.103300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.103300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    1.103300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
[    1.103300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    1.104010] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0._PRT]
[    1.104195] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0.BPD0._PRT]
[    1.104463] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0.BPD2._PRT]
[    1.104813] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMF3._PRT]
[    1.105290] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[    1.105857] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    1.113300] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 14 15)
[    1.119752] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.126417] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.133099] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.139759] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 14 15)
[    1.146424] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 6 7 10 *11 14 15)
[    1.152859] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 14 15)
[    1.159752] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 6 7 10 11 14 15) *9
[    1.166633] Linux Plug and Play Support v0.97 (c) Adam Belay
[    1.169967] pnp: PnP ACPI init
[    1.173279] ACPI: bus type pnp registered
[    1.179967] pnp: PnP ACPI: found 11 devices
[    1.183300] ACPI: ACPI bus type pnp unregistered
[    1.186633] SCSI subsystem initialized
[    1.189967] libata version 3.00 loaded.
[    1.189967] usbcore: registered new interface driver usbfs
[    1.193300] usbcore: registered new interface driver hub
[    1.196633] usbcore: registered new device driver usb
[    1.199967] PCI: Using ACPI for IRQ routing
[    1.218715] PCI-GART: No AMD northbridge found.
[    1.223300] hpet clockevent registered
[    1.223300] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.228475] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    1.233300] ACPI: RTC can wake from S4
[    1.244882] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[    1.248222] system 00:01: ioport range 0x800-0x80f has been reserved
[    1.254771] system 00:01: ioport range 0x1000-0x107f has been reserved
[    1.261422] system 00:01: ioport range 0x1180-0x11bf has been reserved
[    1.268151] system 00:01: ioport range 0xfe00-0xfe00 has been reserved
[    1.274872] system 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
[    1.282705] system 00:01: iomem range 0xfee00000-0xfee0ffff could not be reserved
[    1.290524] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
[    1.298349] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved
[    1.305674] system 00:01: iomem range 0xfec88000-0xfec88fff has been reserved
[    1.313012] system 00:01: iomem range 0xfe000000-0xfe01ffff has been reserved
[    1.320342] system 00:01: iomem range 0xfe600000-0xfe6fffff has been reserved
[    1.332484] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    1.334892] pci 0000:00:01.0:   IO window: disabled
[    1.339968] pci 0000:00:01.0:   MEM window: 0xdc100000-0xdc1fffff
[    1.346259] pci 0000:00:01.0:   PREFETCH window: 0x000000d1000000-0x000000d10fffff
[    1.354179] pci 0000:00:05.0: PCI bridge, secondary bus 0000:02
[    1.360300] pci 0000:00:05.0:   IO window: disabled
[    1.365379] pci 0000:00:05.0:   MEM window: disabled
[    1.374717] pci 0000:00:05.0:   PREFETCH window: disabled
[    1.380313] pci 0000:04:00.0: PCI bridge, secondary bus 0000:05
[    1.386432] pci 0000:04:00.0:   IO window: disabled
[    1.391510] pci 0000:04:00.0:   MEM window: disabled
[    1.396674] pci 0000:04:00.0:   PREFETCH window: disabled
[    1.402276] pci 0000:04:02.0: PCI bridge, secondary bus 0000:06
[    1.408392] pci 0000:04:02.0:   IO window: 0x2000-0x2fff
[    1.413904] pci 0000:04:02.0:   MEM window: 0xdc200000-0xdc2fffff
[    1.420197] pci 0000:04:02.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    1.428122] pci 0000:03:00.0: PCI bridge, secondary bus 0000:04
[    1.434245] pci 0000:03:00.0:   IO window: 0x2000-0x2fff
[    1.439763] pci 0000:03:00.0:   MEM window: 0xdc200000-0xdc2fffff
[    1.446053] pci 0000:03:00.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    1.453970] pci 0000:03:00.3: PCI bridge, secondary bus 0000:07
[    1.460088] pci 0000:03:00.3:   IO window: disabled
[    1.465168] pci 0000:03:00.3:   MEM window: disabled
[    1.470332] pci 0000:03:00.3:   PREFETCH window: disabled
[    1.475931] pci 0000:00:09.0: PCI bridge, secondary bus 0000:03
[    1.482571] pci 0000:00:09.0:   IO window: 0x2000-0x2fff
[    1.488091] pci 0000:00:09.0:   MEM window: 0xdc200000-0xdc3fffff
[    1.494393] pci 0000:00:09.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    1.502310] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:08
[    1.508425] pci 0000:00:1c.0:   IO window: disabled
[    1.513500] pci 0000:00:1c.0:   MEM window: disabled
[    1.518654] pci 0000:00:1c.0:   PREFETCH window: disabled
[    1.524259] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:09
[    1.530377] pci 0000:00:1e.0:   IO window: 0x3000-0x3fff
[    1.535887] pci 0000:00:1e.0:   MEM window: 0xdc000000-0xdc0fffff
[    1.542182] pci 0000:00:1e.0:   PREFETCH window: 0x000000d8000000-0x000000dbffffff
[    1.550105] found new irq_cfg for irq 16
[    1.550114]  0 add_pin_to_irq: irq 16 --> apic 0 pin 16
[    1.550127] found new irq_desc for irq 16
[    1.550142] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.557012] pci 0000:00:01.0: setting latency timer to 64
[    1.557019] pci 0000:00:05.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.563917] pci 0000:00:05.0: setting latency timer to 64
[    1.563922] pci 0000:00:09.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.570818] pci 0000:00:09.0: setting latency timer to 64
[    1.570824] vendor=8086 device=4029
[    1.574510] pci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.581417] pci 0000:03:00.0: setting latency timer to 64
[    1.581424] vendor=8086 device=3500
[    1.585108] vendor=8086 device=4029
[    1.588793] pci 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.595689] pci 0000:04:00.0: setting latency timer to 64
[    1.595696] vendor=8086 device=3500
[    1.599376] vendor=8086 device=4029
[    1.603056] found new irq_cfg for irq 18
[    1.603058]  0 add_pin_to_irq: irq 18 --> apic 0 pin 18
[    1.603063] found new irq_desc for irq 18
[    1.603069] pci 0000:04:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.609965] pci 0000:04:02.0: setting latency timer to 64
[    1.609974] pci 0000:03:00.3: setting latency timer to 64
[    1.609986] found new irq_cfg for irq 21
[    1.610000]  0 add_pin_to_irq: irq 21 --> apic 0 pin 21
[    1.610015] found new irq_desc for irq 21
[    1.610032] pci 0000:00:1c.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[    1.616882] pci 0000:00:1c.0: setting latency timer to 64
[    1.616889] pci 0000:00:1e.0: setting latency timer to 64
[    1.616897] bus: 00 index 0 io port: [0, ffff]
[    1.621539] bus: 00 index 1 mmio: [0, ffffffffffffffff]
[    1.626955] bus: 01 index 0 mmio: [0, 0]
[    1.631078] bus: 01 index 1 mmio: [dc100000, dc1fffff]
[    1.636412] bus: 01 index 2 mmio: [d1000000, d10fffff]
[    1.641750] bus: 01 index 3 mmio: [0, 0]
[    1.645873] bus: 02 index 0 mmio: [0, 0]
[    1.649990] bus: 02 index 1 mmio: [0, 0]
[    1.654109] bus: 02 index 2 mmio: [0, 0]
[    1.658230] bus: 02 index 3 mmio: [0, 0]
[    1.662348] bus: 03 index 0 io port: [2000, 2fff]
[    1.667245] bus: 03 index 1 mmio: [dc200000, dc3fffff]
[    1.672577] bus: 03 index 2 mmio: [d1100000, d11fffff]
[    1.677915] bus: 03 index 3 mmio: [0, 0]
[    1.682029] bus: 04 index 0 io port: [2000, 2fff]
[    1.686928] bus: 04 index 1 mmio: [dc200000, dc2fffff]
[    1.692258] bus: 04 index 2 mmio: [d1100000, d11fffff]
[    1.697600] bus: 04 index 3 mmio: [0, 0]
[    1.701721] bus: 05 index 0 mmio: [0, 0]
[    1.705839] bus: 05 index 1 mmio: [0, 0]
[    1.709955] bus: 05 index 2 mmio: [0, 0]
[    1.714070] bus: 05 index 3 mmio: [0, 0]
[    1.718186] bus: 06 index 0 io port: [2000, 2fff]
[    1.723086] bus: 06 index 1 mmio: [dc200000, dc2fffff]
[    1.728425] bus: 06 index 2 mmio: [d1100000, d11fffff]
[    1.733763] bus: 06 index 3 mmio: [0, 0]
[    1.738390] bus: 07 index 0 mmio: [0, 0]
[    1.742506] bus: 07 index 1 mmio: [0, 0]
[    1.746618] bus: 07 index 2 mmio: [0, 0]
[    1.750740] bus: 07 index 3 mmio: [0, 0]
[    1.754860] bus: 08 index 0 mmio: [0, 0]
[    1.758982] bus: 08 index 1 mmio: [0, 0]
[    1.763097] bus: 08 index 2 mmio: [0, 0]
[    1.767214] bus: 08 index 3 mmio: [0, 0]
[    1.771340] bus: 09 index 0 io port: [3000, 3fff]
[    1.776235] bus: 09 index 1 mmio: [dc000000, dc0fffff]
[    1.781569] bus: 09 index 2 mmio: [d8000000, dbffffff]
[    1.786908] bus: 09 index 3 io port: [0, ffff]
[    1.791553] bus: 09 index 4 mmio: [0, ffffffffffffffff]
[    1.796987] NET: Registered protocol family 2
[    1.838223] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.843532] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    1.854890] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.861233] TCP: Hash tables configured (established 524288 bind 65536)
[    1.868057] TCP reno registered
[    1.881545] NET: Registered protocol family 1
[    1.884977] checking if image is initramfs... it is
[    1.938223] Freeing initrd memory: 1917k freed
[    1.941956] pci 0000:09:05.0: Boot video device
[    1.945345] input: Power Button (FF) as /class/input/input0
[    1.948325] ACPI: Power Button (FF) [PWRF]
[    1.955648] input: Power Button (CM) as /class/input/input1
[    1.958933] ACPI: Power Button (CM) [PWRB]
[    1.966437] found new irq_cfg for irq 20
[    1.966437]  0 add_pin_to_irq: irq 20 --> apic 0 pin 20
[    1.966437] found new irq_desc for irq 20
[    1.966437] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    1.964114] Switched to high resolution mode on CPU 2
[    1.966445] Switched to high resolution mode on CPU 3
[    1.966443] Switched to high resolution mode on CPU 6
[    1.964258] Switched to high resolution mode on CPU 5
[    1.964674] Switched to high resolution mode on CPU 4
[    1.964749] Switched to high resolution mode on CPU 7
[    1.964966] Switched to high resolution mode on CPU 1
[    1.969989] Switched to high resolution mode on CPU 0
[    1.969998] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.970011] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    2.228142] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    2.228142] ehci_hcd 0000:00:1d.7: debug port 1
[    2.228142] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    2.228142] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xdc608000
[    2.228142] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    2.228142] usb usb1: configuration #1 chosen from 1 choice
[    2.228142] hub 1-0:1.0: USB hub found
[    2.228142] hub 1-0:1.0: 8 ports detected
[    2.228142] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.228142] USB Universal Host Controller Interface driver v3.0
[    2.228142] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    2.228142] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    2.228142] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.228142] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.228142] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001800
[    2.228142] usb usb2: configuration #1 chosen from 1 choice
[    2.228142] hub 2-0:1.0: USB hub found
[    2.228142] hub 2-0:1.0: 2 ports detected
[    2.289994] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    2.293342] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    2.293348] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.298045] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    2.306325] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00001820
[    2.311447] usb usb3: configuration #1 chosen from 1 choice
[    2.318062] hub 3-0:1.0: USB hub found
[    2.322075] hub 3-0:1.0: 2 ports detected
[    2.431244] found new irq_cfg for irq 22
[    2.431244]  0 add_pin_to_irq: irq 22 --> apic 0 pin 22
[    2.431244] found new irq_desc for irq 22
[    2.431244] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    2.436673] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    2.436680] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.441397] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    2.449669] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00001840
[    2.454791] usb usb4: configuration #1 chosen from 1 choice
[    2.461395] hub 4-0:1.0: USB hub found
[    2.465407] hub 4-0:1.0: 2 ports detected
[    2.574578] found new irq_cfg for irq 23
[    2.574578]  0 add_pin_to_irq: irq 23 --> apic 0 pin 23
[    2.574578] found new irq_desc for irq 23
[    2.574578] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[    2.580007] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    2.580013] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    2.584712] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    2.593003] uhci_hcd 0000:00:1d.3: irq 23, io base 0x00001860
[    2.598150] usb usb5: configuration #1 chosen from 1 choice
[    2.604718] hub 5-0:1.0: USB hub found
[    2.608733] hub 5-0:1.0: 2 ports detected
[    2.717911] Simple Boot Flag at 0x40 set to 0x80
[    2.724792] audit: initializing netlink socket (disabled)
[    2.731484] type=2000 audit(1219366433.726:1): initialized
[    2.743333] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.753334] VFS: Disk quotas dquot_6.5.1
[    2.755221] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.766667] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    2.770319] msgmni has been set to 6531
[    2.774691] async_tx: api initialized (async)
[    2.778128] io scheduler noop registered
[    2.782240] io scheduler anticipatory registered
[    2.787039] io scheduler deadline registered
[    2.792639] io scheduler cfq registered (default)
[    2.797918] pcieport-driver 0000:00:01.0: setting latency timer to 64
[    2.797918] pcieport-driver 0000:00:01.0: found MSI capability
[    2.804128] found new irq_cfg for irq 33024
[    2.804128] found new irq_desc for irq 33024
[    2.804128] pci_express 0000:00:01.0:pcie00: allocate port service
[    2.804584] pci_express 0000:00:01.0:pcie01: allocate port service
[    2.804584] pcieport-driver 0000:00:05.0: setting latency timer to 64
[    2.804584] pcieport-driver 0000:00:05.0: found MSI capability
[    2.807391] found new irq_cfg for irq 164096
[    2.807405] found new irq_desc for irq 164096
[    2.807426] pci_express 0000:00:05.0:pcie00: allocate port service
[    2.808096] pci_express 0000:00:05.0:pcie01: allocate port service
[    2.808923] pcieport-driver 0000:00:09.0: setting latency timer to 64
[    2.809117] pcieport-driver 0000:00:09.0: found MSI capability
[    2.815332] found new irq_cfg for irq 295168
[    2.815343] found new irq_desc for irq 295168
[    2.815361] pci_express 0000:00:09.0:pcie00: allocate port service
[    2.815698] pci_express 0000:00:09.0:pcie01: allocate port service
[    2.816495] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[    2.816495] pcieport-driver 0000:00:1c.0: found MSI capability
[    2.822721] found new irq_cfg for irq 917760
[    2.822722] found new irq_desc for irq 917760
[    2.822722] pci_express 0000:00:1c.0:pcie00: allocate port service
[    2.822722] pci_express 0000:00:1c.0:pcie02: allocate port service
[    2.822722] pci_express 0000:00:1c.0:pcie03: allocate port service
[    2.822722] pcieport-driver 0000:03:00.0: setting latency timer to 64
[    2.822722] pci_express 0000:03:00.0:pcie11: allocate port service
[    2.822722] pcieport-driver 0000:04:00.0: setting latency timer to 64
[    2.822722] pcieport-driver 0000:04:00.0: found MSI capability
[    2.829140] found new irq_cfg for irq 4194560
[    2.829140] found new irq_desc for irq 4194560
[    2.829140] pci_express 0000:04:00.0:pcie21: allocate port service
[    2.829140] pcieport-driver 0000:04:02.0: setting latency timer to 64
[    2.829140] pcieport-driver 0000:04:02.0: found MSI capability
[    2.835337] found new irq_cfg for irq 4260096
[    2.835337] found new irq_desc for irq 4260096
[    2.835337] pci_express 0000:04:02.0:pcie21: allocate port service
[    2.835337] aer 0000:00:01.0:pcie01: AER service couldn't init device: no _OSC support
[    2.835337] aer 0000:00:05.0:pcie01: AER service couldn't init device: no _OSC support
[    2.837364] aer 0000:00:09.0:pcie01: AER service couldn't init device: no _OSC support
[    2.837924] ACPI: SSDT CFF04DBE, 01DD (r1  PmRef  Cpu0Ist     3000 INTL 20050228)
[    2.846662] processor ACPI0007:00: registered as cooling_device0
[    2.849521] ACPI: Processor [CPU0] (supports 8 throttling states)
[    2.856998] ACPI: SSDT CFF04F9B, 016E (r1  PmRef  Cpu1Ist     3000 INTL 20050228)
[    2.870207] processor ACPI0007:01: registered as cooling_device1
[    2.871125] ACPI: Processor [CPU1] (supports 8 throttling states)
[    2.880402] ACPI: SSDT CFF05109, 016E (r1  PmRef  Cpu2Ist     3000 INTL 20050228)
[    2.890408] processor ACPI0007:02: registered as cooling_device2
[    2.892720] ACPI: Processor [CPU2] (supports 8 throttling states)
[    2.901088] ACPI: SSDT CFF05277, 016E (r1  PmRef  Cpu3Ist     3000 INTL 20050228)
[    2.911304] processor ACPI0007:03: registered as cooling_device3
[    2.917297] ACPI: Processor [CPU3] (supports 8 throttling states)
[    2.923619] ACPI: SSDT CFF053E5, 016E (r1  PmRef  CPU4Ist     3000 INTL 20050228)
[    2.937917] processor ACPI0007:04: registered as cooling_device4
[    2.939955] ACPI: Processor [CPU4] (supports 8 throttling states)
[    2.948396] ACPI: SSDT CFF05553, 016E (r1  PmRef  CPU5Ist     3000 INTL 20050228)
[    2.958119] processor ACPI0007:05: registered as cooling_device5
[    2.961626] ACPI: Processor [CPU5] (supports 8 throttling states)
[    2.971364] ACPI: SSDT CFF056C1, 016E (r1  PmRef  Cpu6Ist     3000 INTL 20050228)
[    2.983963] processor ACPI0007:06: registered as cooling_device6
[    2.983967] ACPI: Processor [CPU6] (supports 8 throttling states)
[    2.992445] ACPI: SSDT CFF0582F, 016E (r1  PmRef  Cpu7Ist     3000 INTL 20050228)
[    3.003745] processor ACPI0007:07: registered as cooling_device7
[    3.008459] ACPI: Processor [CPU7] (supports 8 throttling states)
[    3.070637] Non-volatile memory driver v1.2
[    3.075359] intel_rng: FWH not detected
[    3.078812] Linux agpgart interface v0.103
[    3.084583] Serial: 8250/16550 driver4 ports, IRQ sharing disabled
[    3.091250] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    3.097917] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    3.103398] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    3.109592] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    3.127501] FDC 0 is a post-1991 82077
[    3.136839] brd: module loaded
[    3.141461] loop: module loaded
[    3.143964] tun: Universal TUN/TAP device driver, 1.6
[    3.147985] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.156178] console [netcon0] enabled
[    3.159608] netconsole: network logging started
[    3.164325] Uniform Multi-Platform E-IDE driver
[    3.169522] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
[    3.179678] Probing IDE interface ide0...
[    3.879494] hda: Optiarc DVD RW AD-7590A, ATAPI CD/DVD-ROM drive
[    4.524564] Probing IDE interface ide1...
[    5.056668] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[    5.060420] ide1 at 0x170-0x177,0x376 on irq 15
[    5.066634] hda: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 974kB Cache
[    5.074600] Uniform CD-ROM driver Revision: 3.20
[    7.728124] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[    7.734949] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[    7.742659] megasas: 00.00.04.01 Thu July 24 11:41:51 PST 2008
[    7.749038] Driver 'sd' needs updating - please use bus_type methods
[    7.755696] Driver 'sr' needs updating - please use bus_type methods
[    7.762300] ata_piix 0000:00:1f.1: version 2.12
[    7.762300] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    7.768982] ata_piix 0000:00:1f.1: BAR 0: can't reserve I/O region [0x1f0-0x1f7]
[    7.776518] ata_piix 0000:00:1f.1: failed to request/iomap BARs for port 0 (errno=-16)
[    7.784758] ata_piix 0000:00:1f.1: BAR 2: can't reserve I/O region [0x170-0x177]
[    7.792481] ata_piix 0000:00:1f.1: failed to request/iomap BARs for port 1 (errno=-16)
[    7.800724] ata_piix 0000:00:1f.1: no available native port
[    7.807931] Fusion MPT base driver 3.04.07
[    7.810977] Copyright (c) 1999-2008 LSI Corporation
[    7.815751] Fusion MPT SPI Host driver 3.04.07
[    7.821617] Fusion MPT SAS Host driver 3.04.07
[    7.826829] vendor=8086 device=244e
[    7.830165] found new irq_cfg for irq 17
[    7.830169]  0 add_pin_to_irq: irq 17 --> apic 0 pin 17
[    7.830177] found new irq_desc for irq 17
[    7.830187] ohci1394 0000:09:06.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    7.890637] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17]  MMIO=[dc040000-dc0407ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[    7.909020] ieee1394: raw1394: /dev/raw1394 device initialized
[    7.914584] usbcore: registered new interface driver usblp
[    7.917907] Initializing USB Mass Storage driver...
[    7.924887] usbcore: registered new interface driver usb-storage
[    7.931126] USB Mass Storage support registered.
[    7.936947] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[    7.946731] serio: i8042 KBD port at 0x60,0x64 irq 1
[    7.950619] serio: i8042 AUX port at 0x60,0x64 irq 12
[    7.957923] mice: PS/2 mouse device common for all mice
[    8.316658] md: linear personality registered for level -1
[    8.319171] md: raid0 personality registered for level 0
[    8.325837] md: raid1 personality registered for level 1
[    8.331336] md: raid10 personality registered for level 10
[    8.393333] raid6: int64x1   2954 MB/s
[    8.453333] raid6: int64x2   3541 MB/s
[    8.513333] raid6: int64x4   3431 MB/s
[    8.573333] raid6: int64x8   2300 MB/s
[    8.633333] raid6: sse2x1    3625 MB/s
[    8.693333] raid6: sse2x2    7342 MB/s
[    8.753534] raid6: sse2x4    8725 MB/s
[    8.756874] raid6: using algorithm sse2x4 (8725 MB/s)
[    8.760823] md: raid6 personality registered for level 6
[    8.769041] md: raid5 personality registered for level 5
[    8.774538] md: raid4 personality registered for level 4
[    8.777091] md: multipath personality registered for level -4
[    8.785215] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[    8.794213] cpuidle: using governor ladder
[    8.797563] cpuidle: using governor menu
[    8.801923] usbcore: registered new interface driver usbhid
[    8.807756] usbhid: v2.6:USB HID core driver
[    8.812469] oprofile: using NMI interrupt.
[    8.817063] TCP cubic registered
[    8.821255] NET: Registered protocol family 10
[    8.824775] IPv6 over IPv4 tunneling driver
[    8.831255] NET: Registered protocol family 17
[    8.835637] RPC: Registered udp transport module.
[    8.840903] RPC: Registered tcp transport module.
[    8.847922] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    8.854088] Freeing unused kernel memory: 672k freed
[    8.857881] Write protecting the kernel read-only data: 5576k
[    9.091458] vendor=8086 device=4021
[    9.091458] arcmsr 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    9.091458] arcmsr 0000:01:00.0: setting latency timer to 64
[    9.104583] ARECA RAID ADAPTER0: FIRMWARE VERSION V1.44 2008-1-31  
[    9.116650] scsi0 : Areca SATA Host Adapter RAID Controller( RAID6 capable)
[    9.116657]  Driver Version 1.20.00.15 2008/02/27
[    9.117082] scsi 0:0:0:0: Direct-Access     Areca    ARC-1280-VOL#00  R001 PQ: 0 ANSI: 5
[    9.116874] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
[    9.117707] sd 0:0:0:0: [sda] 42968747008 512-byte hardware sectors (21999998 MB)
[    9.118124] sd 0:0:0:0: [sda] Write Protect is off
[    9.118124] sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
[    9.116668] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.118124] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
[    9.118124] sd 0:0:0:0: [sda] 42968747008 512-byte hardware sectors (21999998 MB)
[    9.116874] sd 0:0:0:0: [sda] Write Protect is off
[    9.116874] sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
[    9.118124] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.118124]  sda:<7>ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e08100002824f8]
[    9.500831]  sda1 sda2 sda3 sda4
[    9.503517] sd 0:0:0:0: [sda] Attached SCSI disk
[    9.503517] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.504167] scsi 0:0:16:0: Processor         Areca    RAID controller  R001 PQ: 0 ANSI: 0
[    9.504583] scsi 0:0:16:0: Attached scsi generic sg1 type 3
[    9.572084] 3ware Storage Controller device driver for Linux v1.26.02.002.
[    9.583333] 3ware 9000 Storage Controller device driver for Linux v2.26.02.011.
[    9.598220] Adaptec aacraid driver 1.1-5[2456]-ms
[    9.703333] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[    9.706666] SGI XFS Quota Management subsystem
[    9.719602] Intel(R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI
[    9.719602] Copyright (c) 1999-2006 Intel Corporation.
[   13.929972] kjournald starting.  Commit interval 5 seconds
[   13.929972] EXT3-fs: mounted filesystem with ordered data mode.
[   22.301270] found new irq_cfg for irq 19
[   22.301270]  0 add_pin_to_irq: irq 19 --> apic 0 pin 19
[   22.301270] found new irq_desc for irq 19
[   22.301270] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   22.309893] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
[   22.309893] iTCO_wdt: Found a 631xESB/632xESB TCO device (Version=2, TCOBASE=0x1060)
[   22.309893] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   22.314574] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k2
[   22.314574] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[   22.314574] vendor=8086 device=3518
[   22.314574] vendor=8086 device=3500
[   22.314574] vendor=8086 device=4029
[   22.314574] e1000e 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[   22.314574] e1000e 0000:06:00.0: setting latency timer to 64
[   22.391040] 0000:06:00.0: eth0: (PCI Express:2.5GB/s:Width x4) 00:e0:81:b0:84:14
[   22.391040] 0000:06:00.0: eth0: Intel(R) PRO/1000 Network Connection
[   22.391040] 0000:06:00.0: eth0: MAC: 3, PHY: 5, PBA No: ffffff-0ff
[   22.391040] vendor=8086 device=3518
[   22.391040] vendor=8086 device=3500
[   22.391040] vendor=8086 device=4029
[   22.391040] e1000e 0000:06:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   22.391040] e1000e 0000:06:00.1: setting latency timer to 64
[   22.464373] 0000:06:00.1: eth1: (PCI Express:2.5GB/s:Width x4) 00:e0:81:b0:84:15
[   22.464373] 0000:06:00.1: eth1: Intel(R) PRO/1000 Network Connection
[   22.464373] 0000:06:00.1: eth1: MAC: 3, PHY: 5, PBA No: ffffff-0ff
[   23.297291] EXT3 FS on sda3, internal journal
[   23.463957] SMsC 37B787 watchdog component driver 1.1 initialising...
[   23.463957] smsc37b787_wdt: Unable to register miscdev on minor 130
[   23.840414] XFS mounting filesystem sda4
[   23.974769] Ending clean XFS mount for filesystem: sda4
[   24.050423] Adding 31999992k swap on /dev/sda2.  Priority:-1 extents:1 across:31999992k
[   27.870000] found new irq_cfg for irq 6291712
[   27.870000] found new irq_desc for irq 6291712
[   27.923748] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   30.684580] 0000:06:00.0: eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   30.689997] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   41.540007] eth0: no IPv6 routers present
[   63.181453] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   63.196662] NFSD: starting 90-second grace period
[  157.601435] kjournald starting.  Commit interval 5 seconds
[  157.599978] EXT3 FS on sda1, internal journal
[  157.599978] EXT3-fs: mounted filesystem with ordered data mode.

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  1:00                   ` Joshua Hoblitt
@ 2008-08-22  1:10                     ` Joshua Hoblitt
  2008-08-22  1:55                       ` Yinghai Lu
  0 siblings, 1 reply; 34+ messages in thread
From: Joshua Hoblitt @ 2008-08-22  1:10 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel

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

Ugh - I just realized I forgot to type "-dirty" into grub after
rebuilding the kernel.  Here is the new dmesg with the msr trace.

-J

--
On Thu, Aug 21, 2008 at 03:00:14PM -1000, Joshua Hoblitt wrote:
> I have applied your patch to the tip tree and rebuilt.  Still no msr
> dump.
> 
> -J
> 
> --
> On Thu, Aug 21, 2008 at 02:29:52PM -1000, Joshua Hoblitt wrote:
> > Lol.  No - I thought you implied it was in the tip tree.  Sigh.  I'll
> > try again.
> > 
> > -J
> > 
> > --
> > On Thu, Aug 21, 2008 at 05:28:51PM -0700, Yinghai Lu wrote:
> > > On Thu, Aug 21, 2008 at 5:10 PM, Joshua Hoblitt <josh@hoblitt.com> wrote:
> > > > The dmesg from the tip kernel is attached and it's at least larger than
> > > > the last builds dmesg.
> > > 
> > > did you apply my debug patch?
> > > you should get msr print out...
> > > 
> > > YH

> [    0.000000] Initializing cgroup subsys cpuset
> [    0.000000] Linux version 2.6.27-rc4-tip-00862-gcc150c8 (root@ipp000) (gcc version 4.1.2 (Gentoo 4.1.2 p1.1)) #1 SMP Thu Aug 21 13:52:09 HST 2008
> [    0.000000] Command line: root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0 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 - 000000000009e400 (usable)
> [    0.000000]  BIOS-e820: 000000000009e400 - 00000000000a0000 (reserved)
> [    0.000000]  BIOS-e820: 00000000000ca000 - 00000000000cc000 (reserved)
> [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
> [    0.000000]  BIOS-e820: 0000000000100000 - 00000000cff00000 (usable)
> [    0.000000]  BIOS-e820: 00000000cff00000 - 00000000cff0a000 (ACPI data)
> [    0.000000]  BIOS-e820: 00000000cff0a000 - 00000000cff0b000 (ACPI NVS)
> [    0.000000]  BIOS-e820: 00000000cff0b000 - 00000000d0000000 (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]  BIOS-e820: 0000000100000000 - 0000000430000000 (usable)
> [    0.000000] last_pfn = 0x430000 max_arch_pfn = 0x3ffffffff
> [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
> [    0.000000] WARNING: BIOS bug: CPU MTRRs don't cover all of memory, losing 13056MB of RAM.
> [    0.000000] ------------[ cut here ]------------
> [    0.000000] WARNING: at arch/x86/kernel/cpu/mtrr/main.c:1558 mtrr_trim_uncached_memory+0x522/0x54b()
> [    0.000000] Modules linked in:
> [    0.000000] Pid: 0, comm: swapper Not tainted 2.6.27-rc4-tip-00862-gcc150c8 #1
> [    0.000000] Call Trace:
> [    0.000000]  [<ffffffff80237573>] warn_on_slowpath+0x51/0x77
> [    0.000000]  [<ffffffff8023808b>] printk+0x4e/0x56
> [    0.000000]  [<ffffffff803b1942>] sort+0xfa/0x18c
> [    0.000000]  [<ffffffff80802a5b>] cmp_range+0x0/0x6
> [    0.000000]  [<ffffffff808030e9>] mtrr_trim_uncached_memory+0x522/0x54b
> [    0.000000]  [<ffffffff802194d9>] post_set+0x20/0x3d
> [    0.000000]  [<ffffffff807ff4df>] setup_arch+0x39d/0x6d7
> [    0.000000]  [<ffffffff8024702e>] kernel_text_address+0x9/0x26
> [    0.000000]  [<ffffffff8024c4de>] notifier_chain_register+0x14/0x55
> [    0.000000]  [<ffffffff807f8a1d>] start_kernel+0x74/0x346
> [    0.000000]  [<ffffffff807f8394>] x86_64_start_kernel+0xe3/0xe7
> [    0.000000] ---[ end trace 4eaa2a86a8e2da22 ]---
> [    0.000000] update e820 for mtrr
> [    0.000000] modified physical RAM map:
> [    0.000000]  modified: 0000000000000000 - 000000000009e400 (usable)
> [    0.000000]  modified: 000000000009e400 - 00000000000a0000 (reserved)
> [    0.000000]  modified: 00000000000ca000 - 00000000000cc000 (reserved)
> [    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
> [    0.000000]  modified: 0000000000100000 - 00000000cff00000 (usable)
> [    0.000000]  modified: 00000000cff00000 - 00000000cff0a000 (ACPI data)
> [    0.000000]  modified: 00000000cff0a000 - 00000000cff0b000 (ACPI NVS)
> [    0.000000]  modified: 00000000cff0b000 - 00000000d0000000 (reserved)
> [    0.000000]  modified: 00000000e0000000 - 00000000f0000000 (reserved)
> [    0.000000]  modified: 00000000fec00000 - 00000000fec10000 (reserved)
> [    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
> [    0.000000]  modified: 00000000ff000000 - 0000000430000000 (reserved)
> [    0.000000] last_pfn = 0xcff00 max_arch_pfn = 0x3ffffffff
> [    0.000000] init_memory_mapping
> [    0.000000]  0000000000 - 00cfe00000 page 2M
> [    0.000000]  00cfe00000 - 00cff00000 page 4k
> [    0.000000] kernel direct mapping tables up to cff00000 @ 8000-e000
> [    0.000000] last_map_addr: cff00000 end: cff00000
> [    0.000000] RAMDISK: 37e10000 - 37fef7d5
> [    0.000000] DMI present.
> [    0.000000] ACPI: RSDP 000F7020, 0024 (r2 PTLTD )
> [    0.000000] ACPI: XSDT CFF0395D, 005C (r1 PTLTD  	 XSDT    6040000  LTP        0)
> [    0.000000] ACPI: FACP CFF09D60, 00F4 (r3 INTEL  TUMWATER  6040000 PTL         3)
> [    0.000000] ACPI: DSDT CFF0599D, 434F (r1  Intel SEABURG   6040000 MSFT  3000000)
> [    0.000000] ACPI: FACS CFF0AFC0, 0040
> [    0.000000] ACPI: _MAR CFF09E54, 0030 (r1 Intel  OEMDMAR   6040000 LOHR        1)
> [    0.000000] ACPI: APIC CFF09E84, 00C8 (r1 PTLTD  	 APIC    6040000  LTP        0)
> [    0.000000] ACPI: MCFG CFF09F4C, 003C (r1 PTLTD    MCFG    6040000  LTP        0)
> [    0.000000] ACPI: BOOT CFF09F88, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
> [    0.000000] ACPI: SPCR CFF09FB0, 0050 (r1 PTLTD  $UCRTBL$  6040000 PTL         1)
> [    0.000000] ACPI: SSDT CFF039B9, 1405 (r1  PmRef    CpuPm     3000 INTL 20050228)
> [    0.000000] No NUMA configuration found
> [    0.000000] Faking a node at 0000000000000000-00000000cff00000
> [    0.000000] Bootmem setup node 0 0000000000000000-00000000cff00000
> [    0.000000]   NODE_DATA [000000000000c000 - 0000000000016fff]
> [    0.000000]   bootmap [0000000000017000 -  0000000000030fdf] pages 1a
> [    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00cff00000]
> [    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
> [    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
> [    0.000000]   #2 [0000200000 - 00009beef0]    TEXT DATA BSS ==> [0000200000 - 00009beef0]
> [    0.000000]   #3 [0037e10000 - 0037fef7d5]          RAMDISK ==> [0037e10000 - 0037fef7d5]
> [    0.000000]   #4 [000009e400 - 0000100000]    BIOS reserved ==> [000009e400 - 0000100000]
> [    0.000000]   #5 [0000008000 - 000000c000]          PGTABLE ==> [0000008000 - 000000c000]
> [    0.000000] found SMP MP-table at [ffff8800000f7050] 000f7050
> [    0.000000]  [ffffe20000000000-ffffe200033fffff] PMD -> [ffff880001200000-ffff8800045fffff] on node 0
> [    0.000000] Zone PFN ranges:
> [    0.000000]   DMA      0x00000000 -> 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: 0x00000000 -> 0x0000009e
> [    0.000000]     0: 0x00000100 -> 0x000cff00
> [    0.000000] On node 0 totalpages: 851614
> [    0.000000]   DMA zone: 1846 pages, LIFO batch:0
> [    0.000000]   DMA32 zone: 834372 pages, LIFO batch:31
> [    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[0x04] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x02] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x06] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] 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: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
> [    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
> [    0.000000] IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
> [    0.000000] ACPI: IOAPIC (id[0x09] address[0xfec88000] gsi_base[24])
> [    0.000000] IOAPIC[1]: apic_id 9, version 0, address 0xfec88000, GSI 24-47
> [    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] Using ACPI (MADT) for SMP configuration information
> [    0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
> [    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
> [    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
> [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000ca000
> [    0.000000] PM: Registered nosave memory: 00000000000ca000 - 00000000000cc000
> [    0.000000] PM: Registered nosave memory: 00000000000cc000 - 00000000000e0000
> [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
> [    0.000000] Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
> [    0.000000] dyn_array irq_2_pin_head+0x0/0x418 size:0x10 nr:256 align:0x1000
> [    0.000000] dyn_array irq_cfgx+0x0/0x8 size:0x30 nr:32 align:0x1000
> [    0.000000] dyn_array sparse_irqs+0x0/0x8 size:0x100 nr:32 align:0x1000
> [    0.000000] dyn_array total_size: 0x4000
> [    0.000000] dyn_array irq_2_pin_head+0x0/0x418  ==> [0x101c000 - 0x101d000]
> [    0.000000] dyn_array irq_cfgx+0x0/0x8  ==> [0x101d000 - 0x101d600]
> [    0.000000] dyn_array sparse_irqs+0x0/0x8  ==> [0x101e000 - 0x1020000]
> [    0.000000] kstat_irqs ==> [0x1020000 - 0x1020400]
> [    0.000000] PERCPU: Allocating 49152 bytes of per cpu data
> [    0.000000] per cpu data for cpu0 on node0 at 0000000001021000
> [    0.000000] per cpu data for cpu1 on node0 at 000000000102d000
> [    0.000000] per cpu data for cpu2 on node0 at 0000000001039000
> [    0.000000] per cpu data for cpu3 on node0 at 0000000001045000
> [    0.000000] per cpu data for cpu4 on node0 at 0000000001051000
> [    0.000000] per cpu data for cpu5 on node0 at 000000000105d000
> [    0.000000] per cpu data for cpu6 on node0 at 0000000001069000
> [    0.000000] per cpu data for cpu7 on node0 at 0000000001075000
> [    0.000000] NR_CPUS: 32, nr_cpu_ids: 8, nr_node_ids 1
> [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 836218
> [    0.000000] Policy zone: DMA32
> [    0.000000] Kernel command line: root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0 console=ttyS0,115200n8 
> [    0.000000] Initializing CPU#0
> [    0.000000] found new irq_desc for irq 0
> [    0.000000] found new irq_desc for irq 1
> [    0.000000] found new irq_desc for irq 2
> [    0.000000] found new irq_desc for irq 3
> [    0.000000] found new irq_desc for irq 4
> [    0.000000] found new irq_desc for irq 5
> [    0.000000] found new irq_desc for irq 6
> [    0.000000] found new irq_desc for irq 7
> [    0.000000] found new irq_desc for irq 8
> [    0.000000] found new irq_desc for irq 9
> [    0.000000] found new irq_desc for irq 10
> [    0.000000] found new irq_desc for irq 11
> [    0.000000] found new irq_desc for irq 12
> [    0.000000] found new irq_desc for irq 13
> [    0.000000] found new irq_desc for irq 14
> [    0.000000] found new irq_desc for irq 15
> [    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
> [    0.000000] Extended CMOS year: 2000
> [    0.000000] TSC calibrated against PM_TIMER
> [    0.000000] Detected 3192.003 MHz processor.
> [    0.003333] Console: colour VGA+ 80x25
> [    0.003333] console [tty0] enabled
> [    0.003333] console [ttyS0] enabled
> [    0.003333] Checking aperture...
> [    0.003333] No AGP bridge found
> [    0.003333] Memory: 3342444k/3406848k available (3830k kernel code, 64012k reserved, 2175k data, 672k init)
> [    0.003333] CPA: page pool initialized 1 of 1 pages preallocated
> [    0.003333] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
> [    0.006666] Calibrating delay loop (skipped), value calculated using timer frequency.. 6386.00 BogoMIPS (lpj=10640010)
> [    0.013090] Security Framework initialized
> [    0.016665] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
> [    0.021482] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
> [    0.026664] Mount-cache hash table entries: 256
> [    0.029998] Initializing cgroup subsys ns
> [    0.033331] Initializing cgroup subsys cpuacct
> [    0.036664] Initializing cgroup subsys memory
> [    0.039997] Initializing cgroup subsys devices
> [    0.043330] CPU: L1 I cache: 32K, L1 D cache: 32K
> [    0.048295] CPU: L2 cache: 6144K
> [    0.051718] CPU 0/0 -> Node 0
> [    0.054884] CPU: Physical Processor ID: 0
> [    0.059078] CPU: Processor Core ID: 0
> [    0.062932] CPU0: Thermal monitoring enabled (TM2)
> [    0.066662] using mwait in idle threads.
> [    0.069995] ACPI: Core revision 20080609
> [    0.082433] Setting APIC routing to flat
> [    0.086661]  0 add_pin_to_irq: irq 1 --> apic 0 pin 1
> [    0.086661]  0 add_pin_to_irq: irq 0 --> apic 0 pin 2
> [    0.086661]  0 add_pin_to_irq: irq 3 --> apic 0 pin 3
> [    0.086661]  0 add_pin_to_irq: irq 4 --> apic 0 pin 4
> [    0.086661]  0 add_pin_to_irq: irq 5 --> apic 0 pin 5
> [    0.086661]  0 add_pin_to_irq: irq 6 --> apic 0 pin 6
> [    0.086661]  0 add_pin_to_irq: irq 7 --> apic 0 pin 7
> [    0.086661]  0 add_pin_to_irq: irq 8 --> apic 0 pin 8
> [    0.086661]  0 add_pin_to_irq: irq 9 --> apic 0 pin 9
> [    0.086661]  0 add_pin_to_irq: irq 10 --> apic 0 pin 10
> [    0.086661]  0 add_pin_to_irq: irq 11 --> apic 0 pin 11
> [    0.086661]  0 add_pin_to_irq: irq 12 --> apic 0 pin 12
> [    0.086661]  0 add_pin_to_irq: irq 13 --> apic 0 pin 13
> [    0.086661]  0 add_pin_to_irq: irq 14 --> apic 0 pin 14
> [    0.086661]  0 add_pin_to_irq: irq 15 --> apic 0 pin 15
> [    0.086661] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> [    0.122915] CPU0: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
> [    0.133324] APIC timer calibration result 24937581
> [    0.133324] Detected 24.937 MHz APIC timer.
> [    0.136657] Booting processor 1/4 ip 6000
> [    0.149990] Initializing CPU#1
> [    0.149990] Calibrating delay using timer specific routine.. 6386.12 BogoMIPS (lpj=10640193)
> [    0.149990] CPU: L1 I cache: 32K, L1 D cache: 32K
> [    0.149990] CPU: L2 cache: 6144K
> [    0.149990] CPU 1/4 -> Node 0
> [    0.149990] CPU: Physical Processor ID: 1
> [    0.149990] CPU: Processor Core ID: 0
> [    0.149990] CPU1: Thermal monitoring enabled (TM2)
> [    0.149990] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
> [    0.233318] CPU1: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
> [    0.243317] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
> [    0.246829] Booting processor 2/1 ip 6000
> [    0.263316] Initializing CPU#2
> [    0.263316] Calibrating delay using timer specific routine.. 6386.09 BogoMIPS (lpj=10640154)
> [    0.263316] CPU: L1 I cache: 32K, L1 D cache: 32K
> [    0.263316] CPU: L2 cache: 6144K
> [    0.263316] CPU 2/1 -> Node 0
> [    0.263316] CPU: Physical Processor ID: 0
> [    0.263316] CPU: Processor Core ID: 1
> [    0.263316] CPU2: Thermal monitoring enabled (TM2)
> [    0.263316] x86 PAT enabled: cpu 2, old 0x7040600070406, new 0x7010600070106
> [    0.344816] CPU2: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
> [    0.353310] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
> [    0.356643] Booting processor 3/5 ip 6000
> [    0.369975] Initializing CPU#3
> [    0.369975] Calibrating delay using timer specific routine.. 6386.10 BogoMIPS (lpj=10640161)
> [    0.369975] CPU: L1 I cache: 32K, L1 D cache: 32K
> [    0.369975] CPU: L2 cache: 6144K
> [    0.369975] CPU 3/5 -> Node 0
> [    0.369975] CPU: Physical Processor ID: 1
> [    0.369975] CPU: Processor Core ID: 1
> [    0.369975] CPU3: Thermal monitoring enabled (TM2)
> [    0.369975] x86 PAT enabled: cpu 3, old 0x7040600070406, new 0x7010600070106
> [    0.453303] CPU3: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
> [    0.459970] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
> [    0.463303] Booting processor 4/2 ip 6000
> [    0.476635] Initializing CPU#4
> [    0.476635] Calibrating delay using timer specific routine.. 6386.09 BogoMIPS (lpj=10640144)
> [    0.476635] CPU: L1 I cache: 32K, L1 D cache: 32K
> [    0.476635] CPU: L2 cache: 6144K
> [    0.476635] CPU 4/2 -> Node 0
> [    0.476635] CPU: Physical Processor ID: 0
> [    0.476635] CPU: Processor Core ID: 2
> [    0.476635] CPU4: Thermal monitoring enabled (TM2)
> [    0.476635] x86 PAT enabled: cpu 4, old 0x7040600070406, new 0x7010600070106
> [    0.559967] CPU4: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
> [    0.566633] checking TSC synchronization [CPU#0 -> CPU#4]: passed.
> [    0.569967] Booting processor 5/6 ip 6000
> [    0.583295] Initializing CPU#5
> [    0.583295] Calibrating delay using timer specific routine.. 6386.07 BogoMIPS (lpj=10640124)
> [    0.583295] CPU: L1 I cache: 32K, L1 D cache: 32K
> [    0.583295] CPU: L2 cache: 6144K
> [    0.583295] CPU 5/6 -> Node 0
> [    0.583295] CPU: Physical Processor ID: 1
> [    0.583295] CPU: Processor Core ID: 2
> [    0.583295] CPU5: Thermal monitoring enabled (TM2)
> [    0.583295] x86 PAT enabled: cpu 5, old 0x7040600070406, new 0x7010600070106
> [    0.666633] CPU5: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
> [    0.673300] checking TSC synchronization [CPU#0 -> CPU#5]: passed.
> [    0.676633] Booting processor 6/3 ip 6000
> [    0.689955] Initializing CPU#6
> [    0.689955] Calibrating delay using timer specific routine.. 6386.07 BogoMIPS (lpj=10640124)
> [    0.689955] CPU: L1 I cache: 32K, L1 D cache: 32K
> [    0.689955] CPU: L2 cache: 6144K
> [    0.689955] CPU 6/3 -> Node 0
> [    0.689955] CPU: Physical Processor ID: 0
> [    0.689955] CPU: Processor Core ID: 3
> [    0.689955] CPU6: Thermal monitoring enabled (TM2)
> [    0.689955] x86 PAT enabled: cpu 6, old 0x7040600070406, new 0x7010600070106
> [    0.773300] CPU6: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
> [    0.779967] checking TSC synchronization [CPU#0 -> CPU#6]: passed.
> [    0.783300] Booting processor 7/7 ip 6000
> [    0.796614] Initializing CPU#7
> [    0.796614] Calibrating delay using timer specific routine.. 6386.11 BogoMIPS (lpj=10640182)
> [    0.796614] CPU: L1 I cache: 32K, L1 D cache: 32K
> [    0.796614] CPU: L2 cache: 6144K
> [    0.796614] CPU 7/7 -> Node 0
> [    0.796614] CPU: Physical Processor ID: 1
> [    0.796614] CPU: Processor Core ID: 3
> [    0.796614] CPU7: Thermal monitoring enabled (TM2)
> [    0.796614] x86 PAT enabled: cpu 7, old 0x7040600070406, new 0x7010600070106
> [    0.879967] CPU7: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
> [    0.886633] checking TSC synchronization [CPU#0 -> CPU#7]: passed.
> [    0.889967] Brought up 8 CPUs
> [    0.893127] Total of 8 processors activated (51093.68 BogoMIPS).
> [    0.896634] net_namespace: 864 bytes
> [    0.899967] xor: automatically using best checksumming function: generic_sse
> [    0.919003]    generic_sse: 11872.800 MB/sec
> [    0.923300] xor: using function: generic_sse (11872.800 MB/sec)
> [    0.926633] NET: Registered protocol family 16
> [    0.929967] No dock devices found.
> [    0.933300] ACPI: bus type pci registered
> [    0.936633] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 8
> [    0.939967] PCI: MCFG area at e0000000 reserved in E820
> [    0.943300] PCI: Using MMCONFIG at e0000000 - e08fffff
> [    0.946633] PCI: Using configuration type 1 for base access
> [    0.953300] ACPI: EC: Look up EC in DSDT
> [    0.956633] ACPI: Interpreter enabled
> [    0.959967] ACPI: (supports S0 S3 S4 S5)
> [    0.963300] ACPI: Using IOAPIC for interrupt routing
> [    0.969967] ACPI: PCI Root Bridge [PCI0] (0000:00)
> [    0.973300] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
> [    0.976633] pci 0000:00:00.0: PME# disabled
> [    0.979967] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
> [    0.983300] pci 0000:00:01.0: PME# disabled
> [    0.986633] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
> [    0.989967] pci 0000:00:05.0: PME# disabled
> [    0.993300] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
> [    0.996633] pci 0000:00:09.0: PME# disabled
> [    0.999967] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
> [    1.003300] pci 0000:00:1b.0: PME# disabled
> [    1.006633] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
> [    1.009967] pci 0000:00:1c.0: PME# disabled
> [    1.013300] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
> [    1.016633] pci 0000:00:1d.7: PME# disabled
> [    1.019967] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
> [    1.019967] pci 0000:01:00.0: supports D1
> [    1.019967] PCI: bridge 0000:00:01.0 32bit mmio: [dc100000, dc1fffff]
> [    1.023300] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
> [    1.026633] pci 0000:03:00.0: PME# disabled
> [    1.029967] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
> [    1.033300] pci 0000:03:00.3: PME# disabled
> [    1.036633] PCI: bridge 0000:00:09.0 io port: [2000, 2fff]
> [    1.039967] PCI: bridge 0000:00:09.0 32bit mmio: [dc200000, dc3fffff]
> [    1.043300] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
> [    1.046633] pci 0000:04:00.0: PME# disabled
> [    1.049967] pci 0000:04:02.0: PME# supported from D0 D3hot D3cold
> [    1.053300] pci 0000:04:02.0: PME# disabled
> [    1.056633] PCI: bridge 0000:03:00.0 io port: [2000, 2fff]
> [    1.059967] PCI: bridge 0000:03:00.0 32bit mmio: [dc200000, dc2fffff]
> [    1.063300] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
> [    1.066633] pci 0000:06:00.0: PME# disabled
> [    1.069967] pci 0000:06:00.1: PME# supported from D0 D3hot D3cold
> [    1.073300] pci 0000:06:00.1: PME# disabled
> [    1.076633] PCI: bridge 0000:04:02.0 io port: [2000, 2fff]
> [    1.079967] PCI: bridge 0000:04:02.0 32bit mmio: [dc200000, dc2fffff]
> [    1.083300] pci 0000:09:05.0: supports D1
> [    1.083300] pci 0000:09:05.0: supports D2
> [    1.083300] pci 0000:09:06.0: supports D2
> [    1.083300] pci 0000:09:06.0: PME# supported from D2 D3hot D3cold
> [    1.086633] pci 0000:09:06.0: PME# disabled
> [    1.089967] pci 0000:00:1e.0: transparent bridge
> [    1.093300] PCI: bridge 0000:00:1e.0 io port: [3000, 3fff]
> [    1.096633] PCI: bridge 0000:00:1e.0 32bit mmio: [dc000000, dc0fffff]
> [    1.099967] PCI: bridge 0000:00:1e.0 64bit mmio pref: [d8000000, dbffffff]
> [    1.103300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
> [    1.103300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
> [    1.103300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
> [    1.103300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
> [    1.104010] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0._PRT]
> [    1.104195] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0.BPD0._PRT]
> [    1.104463] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0.BPD2._PRT]
> [    1.104813] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMF3._PRT]
> [    1.105290] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
> [    1.105857] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
> [    1.113300] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 14 15)
> [    1.119752] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 14 15)
> [    1.126417] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 14 15)
> [    1.133099] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 14 15)
> [    1.139759] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 14 15)
> [    1.146424] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 6 7 10 *11 14 15)
> [    1.152859] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 14 15)
> [    1.159752] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 6 7 10 11 14 15) *9
> [    1.166633] Linux Plug and Play Support v0.97 (c) Adam Belay
> [    1.169967] pnp: PnP ACPI init
> [    1.173279] ACPI: bus type pnp registered
> [    1.179967] pnp: PnP ACPI: found 11 devices
> [    1.183300] ACPI: ACPI bus type pnp unregistered
> [    1.186633] SCSI subsystem initialized
> [    1.189967] libata version 3.00 loaded.
> [    1.189967] usbcore: registered new interface driver usbfs
> [    1.193300] usbcore: registered new interface driver hub
> [    1.196633] usbcore: registered new device driver usb
> [    1.199967] PCI: Using ACPI for IRQ routing
> [    1.218715] PCI-GART: No AMD northbridge found.
> [    1.223300] hpet clockevent registered
> [    1.223300] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
> [    1.228475] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
> [    1.233300] ACPI: RTC can wake from S4
> [    1.244882] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
> [    1.248222] system 00:01: ioport range 0x800-0x80f has been reserved
> [    1.254771] system 00:01: ioport range 0x1000-0x107f has been reserved
> [    1.261422] system 00:01: ioport range 0x1180-0x11bf has been reserved
> [    1.268151] system 00:01: ioport range 0xfe00-0xfe00 has been reserved
> [    1.274872] system 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
> [    1.282705] system 00:01: iomem range 0xfee00000-0xfee0ffff could not be reserved
> [    1.290524] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
> [    1.298349] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved
> [    1.305674] system 00:01: iomem range 0xfec88000-0xfec88fff has been reserved
> [    1.313012] system 00:01: iomem range 0xfe000000-0xfe01ffff has been reserved
> [    1.320342] system 00:01: iomem range 0xfe600000-0xfe6fffff has been reserved
> [    1.332484] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
> [    1.334892] pci 0000:00:01.0:   IO window: disabled
> [    1.339968] pci 0000:00:01.0:   MEM window: 0xdc100000-0xdc1fffff
> [    1.346259] pci 0000:00:01.0:   PREFETCH window: 0x000000d1000000-0x000000d10fffff
> [    1.354179] pci 0000:00:05.0: PCI bridge, secondary bus 0000:02
> [    1.360300] pci 0000:00:05.0:   IO window: disabled
> [    1.365379] pci 0000:00:05.0:   MEM window: disabled
> [    1.374717] pci 0000:00:05.0:   PREFETCH window: disabled
> [    1.380313] pci 0000:04:00.0: PCI bridge, secondary bus 0000:05
> [    1.386432] pci 0000:04:00.0:   IO window: disabled
> [    1.391510] pci 0000:04:00.0:   MEM window: disabled
> [    1.396674] pci 0000:04:00.0:   PREFETCH window: disabled
> [    1.402276] pci 0000:04:02.0: PCI bridge, secondary bus 0000:06
> [    1.408392] pci 0000:04:02.0:   IO window: 0x2000-0x2fff
> [    1.413904] pci 0000:04:02.0:   MEM window: 0xdc200000-0xdc2fffff
> [    1.420197] pci 0000:04:02.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
> [    1.428122] pci 0000:03:00.0: PCI bridge, secondary bus 0000:04
> [    1.434245] pci 0000:03:00.0:   IO window: 0x2000-0x2fff
> [    1.439763] pci 0000:03:00.0:   MEM window: 0xdc200000-0xdc2fffff
> [    1.446053] pci 0000:03:00.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
> [    1.453970] pci 0000:03:00.3: PCI bridge, secondary bus 0000:07
> [    1.460088] pci 0000:03:00.3:   IO window: disabled
> [    1.465168] pci 0000:03:00.3:   MEM window: disabled
> [    1.470332] pci 0000:03:00.3:   PREFETCH window: disabled
> [    1.475931] pci 0000:00:09.0: PCI bridge, secondary bus 0000:03
> [    1.482571] pci 0000:00:09.0:   IO window: 0x2000-0x2fff
> [    1.488091] pci 0000:00:09.0:   MEM window: 0xdc200000-0xdc3fffff
> [    1.494393] pci 0000:00:09.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
> [    1.502310] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:08
> [    1.508425] pci 0000:00:1c.0:   IO window: disabled
> [    1.513500] pci 0000:00:1c.0:   MEM window: disabled
> [    1.518654] pci 0000:00:1c.0:   PREFETCH window: disabled
> [    1.524259] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:09
> [    1.530377] pci 0000:00:1e.0:   IO window: 0x3000-0x3fff
> [    1.535887] pci 0000:00:1e.0:   MEM window: 0xdc000000-0xdc0fffff
> [    1.542182] pci 0000:00:1e.0:   PREFETCH window: 0x000000d8000000-0x000000dbffffff
> [    1.550105] found new irq_cfg for irq 16
> [    1.550114]  0 add_pin_to_irq: irq 16 --> apic 0 pin 16
> [    1.550127] found new irq_desc for irq 16
> [    1.550142] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    1.557012] pci 0000:00:01.0: setting latency timer to 64
> [    1.557019] pci 0000:00:05.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    1.563917] pci 0000:00:05.0: setting latency timer to 64
> [    1.563922] pci 0000:00:09.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    1.570818] pci 0000:00:09.0: setting latency timer to 64
> [    1.570824] vendor=8086 device=4029
> [    1.574510] pci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    1.581417] pci 0000:03:00.0: setting latency timer to 64
> [    1.581424] vendor=8086 device=3500
> [    1.585108] vendor=8086 device=4029
> [    1.588793] pci 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    1.595689] pci 0000:04:00.0: setting latency timer to 64
> [    1.595696] vendor=8086 device=3500
> [    1.599376] vendor=8086 device=4029
> [    1.603056] found new irq_cfg for irq 18
> [    1.603058]  0 add_pin_to_irq: irq 18 --> apic 0 pin 18
> [    1.603063] found new irq_desc for irq 18
> [    1.603069] pci 0000:04:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
> [    1.609965] pci 0000:04:02.0: setting latency timer to 64
> [    1.609974] pci 0000:03:00.3: setting latency timer to 64
> [    1.609986] found new irq_cfg for irq 21
> [    1.610000]  0 add_pin_to_irq: irq 21 --> apic 0 pin 21
> [    1.610015] found new irq_desc for irq 21
> [    1.610032] pci 0000:00:1c.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
> [    1.616882] pci 0000:00:1c.0: setting latency timer to 64
> [    1.616889] pci 0000:00:1e.0: setting latency timer to 64
> [    1.616897] bus: 00 index 0 io port: [0, ffff]
> [    1.621539] bus: 00 index 1 mmio: [0, ffffffffffffffff]
> [    1.626955] bus: 01 index 0 mmio: [0, 0]
> [    1.631078] bus: 01 index 1 mmio: [dc100000, dc1fffff]
> [    1.636412] bus: 01 index 2 mmio: [d1000000, d10fffff]
> [    1.641750] bus: 01 index 3 mmio: [0, 0]
> [    1.645873] bus: 02 index 0 mmio: [0, 0]
> [    1.649990] bus: 02 index 1 mmio: [0, 0]
> [    1.654109] bus: 02 index 2 mmio: [0, 0]
> [    1.658230] bus: 02 index 3 mmio: [0, 0]
> [    1.662348] bus: 03 index 0 io port: [2000, 2fff]
> [    1.667245] bus: 03 index 1 mmio: [dc200000, dc3fffff]
> [    1.672577] bus: 03 index 2 mmio: [d1100000, d11fffff]
> [    1.677915] bus: 03 index 3 mmio: [0, 0]
> [    1.682029] bus: 04 index 0 io port: [2000, 2fff]
> [    1.686928] bus: 04 index 1 mmio: [dc200000, dc2fffff]
> [    1.692258] bus: 04 index 2 mmio: [d1100000, d11fffff]
> [    1.697600] bus: 04 index 3 mmio: [0, 0]
> [    1.701721] bus: 05 index 0 mmio: [0, 0]
> [    1.705839] bus: 05 index 1 mmio: [0, 0]
> [    1.709955] bus: 05 index 2 mmio: [0, 0]
> [    1.714070] bus: 05 index 3 mmio: [0, 0]
> [    1.718186] bus: 06 index 0 io port: [2000, 2fff]
> [    1.723086] bus: 06 index 1 mmio: [dc200000, dc2fffff]
> [    1.728425] bus: 06 index 2 mmio: [d1100000, d11fffff]
> [    1.733763] bus: 06 index 3 mmio: [0, 0]
> [    1.738390] bus: 07 index 0 mmio: [0, 0]
> [    1.742506] bus: 07 index 1 mmio: [0, 0]
> [    1.746618] bus: 07 index 2 mmio: [0, 0]
> [    1.750740] bus: 07 index 3 mmio: [0, 0]
> [    1.754860] bus: 08 index 0 mmio: [0, 0]
> [    1.758982] bus: 08 index 1 mmio: [0, 0]
> [    1.763097] bus: 08 index 2 mmio: [0, 0]
> [    1.767214] bus: 08 index 3 mmio: [0, 0]
> [    1.771340] bus: 09 index 0 io port: [3000, 3fff]
> [    1.776235] bus: 09 index 1 mmio: [dc000000, dc0fffff]
> [    1.781569] bus: 09 index 2 mmio: [d8000000, dbffffff]
> [    1.786908] bus: 09 index 3 io port: [0, ffff]
> [    1.791553] bus: 09 index 4 mmio: [0, ffffffffffffffff]
> [    1.796987] NET: Registered protocol family 2
> [    1.838223] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
> [    1.843532] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
> [    1.854890] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
> [    1.861233] TCP: Hash tables configured (established 524288 bind 65536)
> [    1.868057] TCP reno registered
> [    1.881545] NET: Registered protocol family 1
> [    1.884977] checking if image is initramfs... it is
> [    1.938223] Freeing initrd memory: 1917k freed
> [    1.941956] pci 0000:09:05.0: Boot video device
> [    1.945345] input: Power Button (FF) as /class/input/input0
> [    1.948325] ACPI: Power Button (FF) [PWRF]
> [    1.955648] input: Power Button (CM) as /class/input/input1
> [    1.958933] ACPI: Power Button (CM) [PWRB]
> [    1.966437] found new irq_cfg for irq 20
> [    1.966437]  0 add_pin_to_irq: irq 20 --> apic 0 pin 20
> [    1.966437] found new irq_desc for irq 20
> [    1.966437] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
> [    1.964114] Switched to high resolution mode on CPU 2
> [    1.966445] Switched to high resolution mode on CPU 3
> [    1.966443] Switched to high resolution mode on CPU 6
> [    1.964258] Switched to high resolution mode on CPU 5
> [    1.964674] Switched to high resolution mode on CPU 4
> [    1.964749] Switched to high resolution mode on CPU 7
> [    1.964966] Switched to high resolution mode on CPU 1
> [    1.969989] Switched to high resolution mode on CPU 0
> [    1.969998] ehci_hcd 0000:00:1d.7: setting latency timer to 64
> [    1.970011] ehci_hcd 0000:00:1d.7: EHCI Host Controller
> [    2.228142] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
> [    2.228142] ehci_hcd 0000:00:1d.7: debug port 1
> [    2.228142] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
> [    2.228142] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xdc608000
> [    2.228142] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
> [    2.228142] usb usb1: configuration #1 chosen from 1 choice
> [    2.228142] hub 1-0:1.0: USB hub found
> [    2.228142] hub 1-0:1.0: 8 ports detected
> [    2.228142] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
> [    2.228142] USB Universal Host Controller Interface driver v3.0
> [    2.228142] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
> [    2.228142] uhci_hcd 0000:00:1d.0: setting latency timer to 64
> [    2.228142] uhci_hcd 0000:00:1d.0: UHCI Host Controller
> [    2.228142] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
> [    2.228142] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001800
> [    2.228142] usb usb2: configuration #1 chosen from 1 choice
> [    2.228142] hub 2-0:1.0: USB hub found
> [    2.228142] hub 2-0:1.0: 2 ports detected
> [    2.289994] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
> [    2.293342] uhci_hcd 0000:00:1d.1: setting latency timer to 64
> [    2.293348] uhci_hcd 0000:00:1d.1: UHCI Host Controller
> [    2.298045] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
> [    2.306325] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00001820
> [    2.311447] usb usb3: configuration #1 chosen from 1 choice
> [    2.318062] hub 3-0:1.0: USB hub found
> [    2.322075] hub 3-0:1.0: 2 ports detected
> [    2.431244] found new irq_cfg for irq 22
> [    2.431244]  0 add_pin_to_irq: irq 22 --> apic 0 pin 22
> [    2.431244] found new irq_desc for irq 22
> [    2.431244] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
> [    2.436673] uhci_hcd 0000:00:1d.2: setting latency timer to 64
> [    2.436680] uhci_hcd 0000:00:1d.2: UHCI Host Controller
> [    2.441397] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
> [    2.449669] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00001840
> [    2.454791] usb usb4: configuration #1 chosen from 1 choice
> [    2.461395] hub 4-0:1.0: USB hub found
> [    2.465407] hub 4-0:1.0: 2 ports detected
> [    2.574578] found new irq_cfg for irq 23
> [    2.574578]  0 add_pin_to_irq: irq 23 --> apic 0 pin 23
> [    2.574578] found new irq_desc for irq 23
> [    2.574578] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
> [    2.580007] uhci_hcd 0000:00:1d.3: setting latency timer to 64
> [    2.580013] uhci_hcd 0000:00:1d.3: UHCI Host Controller
> [    2.584712] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
> [    2.593003] uhci_hcd 0000:00:1d.3: irq 23, io base 0x00001860
> [    2.598150] usb usb5: configuration #1 chosen from 1 choice
> [    2.604718] hub 5-0:1.0: USB hub found
> [    2.608733] hub 5-0:1.0: 2 ports detected
> [    2.717911] Simple Boot Flag at 0x40 set to 0x80
> [    2.724792] audit: initializing netlink socket (disabled)
> [    2.731484] type=2000 audit(1219366433.726:1): initialized
> [    2.743333] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> [    2.753334] VFS: Disk quotas dquot_6.5.1
> [    2.755221] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> [    2.766667] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
> [    2.770319] msgmni has been set to 6531
> [    2.774691] async_tx: api initialized (async)
> [    2.778128] io scheduler noop registered
> [    2.782240] io scheduler anticipatory registered
> [    2.787039] io scheduler deadline registered
> [    2.792639] io scheduler cfq registered (default)
> [    2.797918] pcieport-driver 0000:00:01.0: setting latency timer to 64
> [    2.797918] pcieport-driver 0000:00:01.0: found MSI capability
> [    2.804128] found new irq_cfg for irq 33024
> [    2.804128] found new irq_desc for irq 33024
> [    2.804128] pci_express 0000:00:01.0:pcie00: allocate port service
> [    2.804584] pci_express 0000:00:01.0:pcie01: allocate port service
> [    2.804584] pcieport-driver 0000:00:05.0: setting latency timer to 64
> [    2.804584] pcieport-driver 0000:00:05.0: found MSI capability
> [    2.807391] found new irq_cfg for irq 164096
> [    2.807405] found new irq_desc for irq 164096
> [    2.807426] pci_express 0000:00:05.0:pcie00: allocate port service
> [    2.808096] pci_express 0000:00:05.0:pcie01: allocate port service
> [    2.808923] pcieport-driver 0000:00:09.0: setting latency timer to 64
> [    2.809117] pcieport-driver 0000:00:09.0: found MSI capability
> [    2.815332] found new irq_cfg for irq 295168
> [    2.815343] found new irq_desc for irq 295168
> [    2.815361] pci_express 0000:00:09.0:pcie00: allocate port service
> [    2.815698] pci_express 0000:00:09.0:pcie01: allocate port service
> [    2.816495] pcieport-driver 0000:00:1c.0: setting latency timer to 64
> [    2.816495] pcieport-driver 0000:00:1c.0: found MSI capability
> [    2.822721] found new irq_cfg for irq 917760
> [    2.822722] found new irq_desc for irq 917760
> [    2.822722] pci_express 0000:00:1c.0:pcie00: allocate port service
> [    2.822722] pci_express 0000:00:1c.0:pcie02: allocate port service
> [    2.822722] pci_express 0000:00:1c.0:pcie03: allocate port service
> [    2.822722] pcieport-driver 0000:03:00.0: setting latency timer to 64
> [    2.822722] pci_express 0000:03:00.0:pcie11: allocate port service
> [    2.822722] pcieport-driver 0000:04:00.0: setting latency timer to 64
> [    2.822722] pcieport-driver 0000:04:00.0: found MSI capability
> [    2.829140] found new irq_cfg for irq 4194560
> [    2.829140] found new irq_desc for irq 4194560
> [    2.829140] pci_express 0000:04:00.0:pcie21: allocate port service
> [    2.829140] pcieport-driver 0000:04:02.0: setting latency timer to 64
> [    2.829140] pcieport-driver 0000:04:02.0: found MSI capability
> [    2.835337] found new irq_cfg for irq 4260096
> [    2.835337] found new irq_desc for irq 4260096
> [    2.835337] pci_express 0000:04:02.0:pcie21: allocate port service
> [    2.835337] aer 0000:00:01.0:pcie01: AER service couldn't init device: no _OSC support
> [    2.835337] aer 0000:00:05.0:pcie01: AER service couldn't init device: no _OSC support
> [    2.837364] aer 0000:00:09.0:pcie01: AER service couldn't init device: no _OSC support
> [    2.837924] ACPI: SSDT CFF04DBE, 01DD (r1  PmRef  Cpu0Ist     3000 INTL 20050228)
> [    2.846662] processor ACPI0007:00: registered as cooling_device0
> [    2.849521] ACPI: Processor [CPU0] (supports 8 throttling states)
> [    2.856998] ACPI: SSDT CFF04F9B, 016E (r1  PmRef  Cpu1Ist     3000 INTL 20050228)
> [    2.870207] processor ACPI0007:01: registered as cooling_device1
> [    2.871125] ACPI: Processor [CPU1] (supports 8 throttling states)
> [    2.880402] ACPI: SSDT CFF05109, 016E (r1  PmRef  Cpu2Ist     3000 INTL 20050228)
> [    2.890408] processor ACPI0007:02: registered as cooling_device2
> [    2.892720] ACPI: Processor [CPU2] (supports 8 throttling states)
> [    2.901088] ACPI: SSDT CFF05277, 016E (r1  PmRef  Cpu3Ist     3000 INTL 20050228)
> [    2.911304] processor ACPI0007:03: registered as cooling_device3
> [    2.917297] ACPI: Processor [CPU3] (supports 8 throttling states)
> [    2.923619] ACPI: SSDT CFF053E5, 016E (r1  PmRef  CPU4Ist     3000 INTL 20050228)
> [    2.937917] processor ACPI0007:04: registered as cooling_device4
> [    2.939955] ACPI: Processor [CPU4] (supports 8 throttling states)
> [    2.948396] ACPI: SSDT CFF05553, 016E (r1  PmRef  CPU5Ist     3000 INTL 20050228)
> [    2.958119] processor ACPI0007:05: registered as cooling_device5
> [    2.961626] ACPI: Processor [CPU5] (supports 8 throttling states)
> [    2.971364] ACPI: SSDT CFF056C1, 016E (r1  PmRef  Cpu6Ist     3000 INTL 20050228)
> [    2.983963] processor ACPI0007:06: registered as cooling_device6
> [    2.983967] ACPI: Processor [CPU6] (supports 8 throttling states)
> [    2.992445] ACPI: SSDT CFF0582F, 016E (r1  PmRef  Cpu7Ist     3000 INTL 20050228)
> [    3.003745] processor ACPI0007:07: registered as cooling_device7
> [    3.008459] ACPI: Processor [CPU7] (supports 8 throttling states)
> [    3.070637] Non-volatile memory driver v1.2
> [    3.075359] intel_rng: FWH not detected
> [    3.078812] Linux agpgart interface v0.103
> [    3.084583] Serial: 8250/16550 driver4 ports, IRQ sharing disabled
> [    3.091250] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [    3.097917] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
> [    3.103398] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [    3.109592] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
> [    3.127501] FDC 0 is a post-1991 82077
> [    3.136839] brd: module loaded
> [    3.141461] loop: module loaded
> [    3.143964] tun: Universal TUN/TAP device driver, 1.6
> [    3.147985] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
> [    3.156178] console [netcon0] enabled
> [    3.159608] netconsole: network logging started
> [    3.164325] Uniform Multi-Platform E-IDE driver
> [    3.169522] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
> [    3.179678] Probing IDE interface ide0...
> [    3.879494] hda: Optiarc DVD RW AD-7590A, ATAPI CD/DVD-ROM drive
> [    4.524564] Probing IDE interface ide1...
> [    5.056668] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
> [    5.060420] ide1 at 0x170-0x177,0x376 on irq 15
> [    5.066634] hda: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 974kB Cache
> [    5.074600] Uniform CD-ROM driver Revision: 3.20
> [    7.728124] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
> [    7.734949] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
> [    7.742659] megasas: 00.00.04.01 Thu July 24 11:41:51 PST 2008
> [    7.749038] Driver 'sd' needs updating - please use bus_type methods
> [    7.755696] Driver 'sr' needs updating - please use bus_type methods
> [    7.762300] ata_piix 0000:00:1f.1: version 2.12
> [    7.762300] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
> [    7.768982] ata_piix 0000:00:1f.1: BAR 0: can't reserve I/O region [0x1f0-0x1f7]
> [    7.776518] ata_piix 0000:00:1f.1: failed to request/iomap BARs for port 0 (errno=-16)
> [    7.784758] ata_piix 0000:00:1f.1: BAR 2: can't reserve I/O region [0x170-0x177]
> [    7.792481] ata_piix 0000:00:1f.1: failed to request/iomap BARs for port 1 (errno=-16)
> [    7.800724] ata_piix 0000:00:1f.1: no available native port
> [    7.807931] Fusion MPT base driver 3.04.07
> [    7.810977] Copyright (c) 1999-2008 LSI Corporation
> [    7.815751] Fusion MPT SPI Host driver 3.04.07
> [    7.821617] Fusion MPT SAS Host driver 3.04.07
> [    7.826829] vendor=8086 device=244e
> [    7.830165] found new irq_cfg for irq 17
> [    7.830169]  0 add_pin_to_irq: irq 17 --> apic 0 pin 17
> [    7.830177] found new irq_desc for irq 17
> [    7.830187] ohci1394 0000:09:06.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
> [    7.890637] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17]  MMIO=[dc040000-dc0407ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
> [    7.909020] ieee1394: raw1394: /dev/raw1394 device initialized
> [    7.914584] usbcore: registered new interface driver usblp
> [    7.917907] Initializing USB Mass Storage driver...
> [    7.924887] usbcore: registered new interface driver usb-storage
> [    7.931126] USB Mass Storage support registered.
> [    7.936947] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
> [    7.946731] serio: i8042 KBD port at 0x60,0x64 irq 1
> [    7.950619] serio: i8042 AUX port at 0x60,0x64 irq 12
> [    7.957923] mice: PS/2 mouse device common for all mice
> [    8.316658] md: linear personality registered for level -1
> [    8.319171] md: raid0 personality registered for level 0
> [    8.325837] md: raid1 personality registered for level 1
> [    8.331336] md: raid10 personality registered for level 10
> [    8.393333] raid6: int64x1   2954 MB/s
> [    8.453333] raid6: int64x2   3541 MB/s
> [    8.513333] raid6: int64x4   3431 MB/s
> [    8.573333] raid6: int64x8   2300 MB/s
> [    8.633333] raid6: sse2x1    3625 MB/s
> [    8.693333] raid6: sse2x2    7342 MB/s
> [    8.753534] raid6: sse2x4    8725 MB/s
> [    8.756874] raid6: using algorithm sse2x4 (8725 MB/s)
> [    8.760823] md: raid6 personality registered for level 6
> [    8.769041] md: raid5 personality registered for level 5
> [    8.774538] md: raid4 personality registered for level 4
> [    8.777091] md: multipath personality registered for level -4
> [    8.785215] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
> [    8.794213] cpuidle: using governor ladder
> [    8.797563] cpuidle: using governor menu
> [    8.801923] usbcore: registered new interface driver usbhid
> [    8.807756] usbhid: v2.6:USB HID core driver
> [    8.812469] oprofile: using NMI interrupt.
> [    8.817063] TCP cubic registered
> [    8.821255] NET: Registered protocol family 10
> [    8.824775] IPv6 over IPv4 tunneling driver
> [    8.831255] NET: Registered protocol family 17
> [    8.835637] RPC: Registered udp transport module.
> [    8.840903] RPC: Registered tcp transport module.
> [    8.847922] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
> [    8.854088] Freeing unused kernel memory: 672k freed
> [    8.857881] Write protecting the kernel read-only data: 5576k
> [    9.091458] vendor=8086 device=4021
> [    9.091458] arcmsr 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    9.091458] arcmsr 0000:01:00.0: setting latency timer to 64
> [    9.104583] ARECA RAID ADAPTER0: FIRMWARE VERSION V1.44 2008-1-31  
> [    9.116650] scsi0 : Areca SATA Host Adapter RAID Controller( RAID6 capable)
> [    9.116657]  Driver Version 1.20.00.15 2008/02/27
> [    9.117082] scsi 0:0:0:0: Direct-Access     Areca    ARC-1280-VOL#00  R001 PQ: 0 ANSI: 5
> [    9.116874] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
> [    9.117707] sd 0:0:0:0: [sda] 42968747008 512-byte hardware sectors (21999998 MB)
> [    9.118124] sd 0:0:0:0: [sda] Write Protect is off
> [    9.118124] sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
> [    9.116668] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    9.118124] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
> [    9.118124] sd 0:0:0:0: [sda] 42968747008 512-byte hardware sectors (21999998 MB)
> [    9.116874] sd 0:0:0:0: [sda] Write Protect is off
> [    9.116874] sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
> [    9.118124] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    9.118124]  sda:<7>ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e08100002824f8]
> [    9.500831]  sda1 sda2 sda3 sda4
> [    9.503517] sd 0:0:0:0: [sda] Attached SCSI disk
> [    9.503517] sd 0:0:0:0: Attached scsi generic sg0 type 0
> [    9.504167] scsi 0:0:16:0: Processor         Areca    RAID controller  R001 PQ: 0 ANSI: 0
> [    9.504583] scsi 0:0:16:0: Attached scsi generic sg1 type 3
> [    9.572084] 3ware Storage Controller device driver for Linux v1.26.02.002.
> [    9.583333] 3ware 9000 Storage Controller device driver for Linux v2.26.02.011.
> [    9.598220] Adaptec aacraid driver 1.1-5[2456]-ms
> [    9.703333] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
> [    9.706666] SGI XFS Quota Management subsystem
> [    9.719602] Intel(R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI
> [    9.719602] Copyright (c) 1999-2006 Intel Corporation.
> [   13.929972] kjournald starting.  Commit interval 5 seconds
> [   13.929972] EXT3-fs: mounted filesystem with ordered data mode.
> [   22.301270] found new irq_cfg for irq 19
> [   22.301270]  0 add_pin_to_irq: irq 19 --> apic 0 pin 19
> [   22.301270] found new irq_desc for irq 19
> [   22.301270] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> [   22.309893] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
> [   22.309893] iTCO_wdt: Found a 631xESB/632xESB TCO device (Version=2, TCOBASE=0x1060)
> [   22.309893] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
> [   22.314574] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k2
> [   22.314574] e1000e: Copyright (c) 1999-2008 Intel Corporation.
> [   22.314574] vendor=8086 device=3518
> [   22.314574] vendor=8086 device=3500
> [   22.314574] vendor=8086 device=4029
> [   22.314574] e1000e 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
> [   22.314574] e1000e 0000:06:00.0: setting latency timer to 64
> [   22.391040] 0000:06:00.0: eth0: (PCI Express:2.5GB/s:Width x4) 00:e0:81:b0:84:14
> [   22.391040] 0000:06:00.0: eth0: Intel(R) PRO/1000 Network Connection
> [   22.391040] 0000:06:00.0: eth0: MAC: 3, PHY: 5, PBA No: ffffff-0ff
> [   22.391040] vendor=8086 device=3518
> [   22.391040] vendor=8086 device=3500
> [   22.391040] vendor=8086 device=4029
> [   22.391040] e1000e 0000:06:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> [   22.391040] e1000e 0000:06:00.1: setting latency timer to 64
> [   22.464373] 0000:06:00.1: eth1: (PCI Express:2.5GB/s:Width x4) 00:e0:81:b0:84:15
> [   22.464373] 0000:06:00.1: eth1: Intel(R) PRO/1000 Network Connection
> [   22.464373] 0000:06:00.1: eth1: MAC: 3, PHY: 5, PBA No: ffffff-0ff
> [   23.297291] EXT3 FS on sda3, internal journal
> [   23.463957] SMsC 37B787 watchdog component driver 1.1 initialising...
> [   23.463957] smsc37b787_wdt: Unable to register miscdev on minor 130
> [   23.840414] XFS mounting filesystem sda4
> [   23.974769] Ending clean XFS mount for filesystem: sda4
> [   24.050423] Adding 31999992k swap on /dev/sda2.  Priority:-1 extents:1 across:31999992k
> [   27.870000] found new irq_cfg for irq 6291712
> [   27.870000] found new irq_desc for irq 6291712
> [   27.923748] ADDRCONF(NETDEV_UP): eth0: link is not ready
> [   30.684580] 0000:06:00.0: eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: None
> [   30.689997] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
> [   41.540007] eth0: no IPv6 routers present
> [   63.181453] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
> [   63.196662] NFSD: starting 90-second grace period
> [  157.601435] kjournald starting.  Commit interval 5 seconds
> [  157.599978] EXT3 FS on sda1, internal journal
> [  157.599978] EXT3-fs: mounted filesystem with ordered data mode.


[-- Attachment #2: 2.6.27-rc4-tip-00862-gcc150c8-dirty.dmesg --]
[-- Type: text/plain, Size: 57783 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Linux version 2.6.27-rc4-tip-00862-gcc150c8-dirty (root@ipp000) (gcc version 4.1.2 (Gentoo 4.1.2 p1.1)) #3 SMP Thu Aug 21 14:45:43 HST 2008
[    0.000000] Command line: root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0 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 - 000000000009e400 (usable)
[    0.000000]  BIOS-e820: 000000000009e400 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000ca000 - 00000000000cc000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000cff00000 (usable)
[    0.000000]  BIOS-e820: 00000000cff00000 - 00000000cff0a000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000cff0a000 - 00000000cff0b000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000cff0b000 - 00000000d0000000 (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]  BIOS-e820: 0000000100000000 - 0000000430000000 (usable)
[    0.000000] last_pfn = 0x430000 max_arch_pfn = 0x3ffffffff
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] WARNING: BIOS bug: CPU MTRRs don't cover all of memory, losing 13056MB of RAM.
[    0.000000] ------------[ cut here ]------------
[    0.000000] WARNING: at arch/x86/kernel/cpu/mtrr/main.c:1558 mtrr_trim_uncached_memory+0x522/0x54b()
[    0.000000] Modules linked in:
[    0.000000] Pid: 0, comm: swapper Not tainted 2.6.27-rc4-tip-00862-gcc150c8-dirty #3
[    0.000000] Call Trace:
[    0.000000]  [<ffffffff80237573>] warn_on_slowpath+0x51/0x77
[    0.000000]  [<ffffffff8023808b>] printk+0x4e/0x56
[    0.000000]  [<ffffffff803b1942>] sort+0xfa/0x18c
[    0.000000]  [<ffffffff80802a8e>] cmp_range+0x0/0x6
[    0.000000]  [<ffffffff8080311c>] mtrr_trim_uncached_memory+0x522/0x54b
[    0.000000]  [<ffffffff802194d9>] post_set+0x20/0x3d
[    0.000000]  [<ffffffff807ff4df>] setup_arch+0x39d/0x6d7
[    0.000000]  [<ffffffff8024702e>] kernel_text_address+0x9/0x26
[    0.000000]  [<ffffffff8024c4d6>] notifier_chain_register+0x14/0x55
[    0.000000]  [<ffffffff807f8a1d>] start_kernel+0x74/0x346
[    0.000000]  [<ffffffff807f8394>] x86_64_start_kernel+0xe3/0xe7
[    0.000000] ---[ end trace 4eaa2a86a8e2da22 ]---
[    0.000000] update e820 for mtrr
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 000000000009e400 (usable)
[    0.000000]  modified: 000000000009e400 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000ca000 - 00000000000cc000 (reserved)
[    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 00000000cff00000 (usable)
[    0.000000]  modified: 00000000cff00000 - 00000000cff0a000 (ACPI data)
[    0.000000]  modified: 00000000cff0a000 - 00000000cff0b000 (ACPI NVS)
[    0.000000]  modified: 00000000cff0b000 - 00000000d0000000 (reserved)
[    0.000000]  modified: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  modified: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  modified: 00000000ff000000 - 0000000430000000 (reserved)
[    0.000000] last_pfn = 0xcff00 max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping
[    0.000000]  0000000000 - 00cfe00000 page 2M
[    0.000000]  00cfe00000 - 00cff00000 page 4k
[    0.000000] kernel direct mapping tables up to cff00000 @ 8000-e000
[    0.000000] last_map_addr: cff00000 end: cff00000
[    0.000000] RAMDISK: 37e10000 - 37fef7f3
[    0.000000] DMI present.
[    0.000000] ACPI: RSDP 000F7020, 0024 (r2 PTLTD )
[    0.000000] ACPI: XSDT CFF0395D, 005C (r1 PTLTD  	 XSDT    6040000  LTP        0)
[    0.000000] ACPI: FACP CFF09D60, 00F4 (r3 INTEL  TUMWATER  6040000 PTL         3)
[    0.000000] ACPI: DSDT CFF0599D, 434F (r1  Intel SEABURG   6040000 MSFT  3000000)
[    0.000000] ACPI: FACS CFF0AFC0, 0040
[    0.000000] ACPI: _MAR CFF09E54, 0030 (r1 Intel  OEMDMAR   6040000 LOHR        1)
[    0.000000] ACPI: APIC CFF09E84, 00C8 (r1 PTLTD  	 APIC    6040000  LTP        0)
[    0.000000] ACPI: MCFG CFF09F4C, 003C (r1 PTLTD    MCFG    6040000  LTP        0)
[    0.000000] ACPI: BOOT CFF09F88, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
[    0.000000] ACPI: SPCR CFF09FB0, 0050 (r1 PTLTD  $UCRTBL$  6040000 PTL         1)
[    0.000000] ACPI: SSDT CFF039B9, 1405 (r1  PmRef    CpuPm     3000 INTL 20050228)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-00000000cff00000
[    0.000000] Bootmem setup node 0 0000000000000000-00000000cff00000
[    0.000000]   NODE_DATA [000000000000c000 - 0000000000016fff]
[    0.000000]   bootmap [0000000000017000 -  0000000000030fdf] pages 1a
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00cff00000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0000200000 - 00009beef0]    TEXT DATA BSS ==> [0000200000 - 00009beef0]
[    0.000000]   #3 [0037e10000 - 0037fef7f3]          RAMDISK ==> [0037e10000 - 0037fef7f3]
[    0.000000]   #4 [000009e400 - 0000100000]    BIOS reserved ==> [000009e400 - 0000100000]
[    0.000000]   #5 [0000008000 - 000000c000]          PGTABLE ==> [0000008000 - 000000c000]
[    0.000000] found SMP MP-table at [ffff8800000f7050] 000f7050
[    0.000000]  [ffffe20000000000-ffffe200033fffff] PMD -> [ffff880001200000-ffff8800045fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 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: 0x00000000 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x000cff00
[    0.000000] On node 0 totalpages: 851614
[    0.000000]   DMA zone: 1846 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 834372 pages, LIFO batch:31
[    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[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] 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: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x09] address[0xfec88000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 9, version 0, address 0xfec88000, GSI 24-47
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000ca000
[    0.000000] PM: Registered nosave memory: 00000000000ca000 - 00000000000cc000
[    0.000000] PM: Registered nosave memory: 00000000000cc000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
[    0.000000] dyn_array irq_2_pin_head+0x0/0x418 size:0x10 nr:256 align:0x1000
[    0.000000] dyn_array irq_cfgx+0x0/0x8 size:0x30 nr:32 align:0x1000
[    0.000000] dyn_array sparse_irqs+0x0/0x8 size:0x100 nr:32 align:0x1000
[    0.000000] dyn_array total_size: 0x4000
[    0.000000] dyn_array irq_2_pin_head+0x0/0x418  ==> [0x101c000 - 0x101d000]
[    0.000000] dyn_array irq_cfgx+0x0/0x8  ==> [0x101d000 - 0x101d600]
[    0.000000] dyn_array sparse_irqs+0x0/0x8  ==> [0x101e000 - 0x1020000]
[    0.000000] kstat_irqs ==> [0x1020000 - 0x1020400]
[    0.000000] PERCPU: Allocating 49152 bytes of per cpu data
[    0.000000] per cpu data for cpu0 on node0 at 0000000001021000
[    0.000000] per cpu data for cpu1 on node0 at 000000000102d000
[    0.000000] per cpu data for cpu2 on node0 at 0000000001039000
[    0.000000] per cpu data for cpu3 on node0 at 0000000001045000
[    0.000000] per cpu data for cpu4 on node0 at 0000000001051000
[    0.000000] per cpu data for cpu5 on node0 at 000000000105d000
[    0.000000] per cpu data for cpu6 on node0 at 0000000001069000
[    0.000000] per cpu data for cpu7 on node0 at 0000000001075000
[    0.000000] NR_CPUS: 32, nr_cpu_ids: 8, nr_node_ids 1
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 836218
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0 console=ttyS0,115200n8 
[    0.000000] Initializing CPU#0
[    0.000000] found new irq_desc for irq 0
[    0.000000] found new irq_desc for irq 1
[    0.000000] found new irq_desc for irq 2
[    0.000000] found new irq_desc for irq 3
[    0.000000] found new irq_desc for irq 4
[    0.000000] found new irq_desc for irq 5
[    0.000000] found new irq_desc for irq 6
[    0.000000] found new irq_desc for irq 7
[    0.000000] found new irq_desc for irq 8
[    0.000000] found new irq_desc for irq 9
[    0.000000] found new irq_desc for irq 10
[    0.000000] found new irq_desc for irq 11
[    0.000000] found new irq_desc for irq 12
[    0.000000] found new irq_desc for irq 13
[    0.000000] found new irq_desc for irq 14
[    0.000000] found new irq_desc for irq 15
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Extended CMOS year: 2000
[    0.000000] TSC calibrated against PM_TIMER
[    0.000000] Detected 3192.011 MHz processor.
[    0.003333] Console: colour VGA+ 80x25
[    0.003333] console [tty0] enabled
[    0.003333] console [ttyS0] enabled
[    0.003333] Checking aperture...
[    0.003333] No AGP bridge found
[    0.003333] Memory: 3342444k/3406848k available (3830k kernel code, 64012k reserved, 2175k data, 672k init)
[    0.003333] CPA: page pool initialized 1 of 1 pages preallocated
[    0.003333] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.006666] Calibrating delay loop (skipped), value calculated using timer frequency.. 6386.02 BogoMIPS (lpj=10640036)
[    0.013094] Security Framework initialized
[    0.016665] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.021473] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.026664] Mount-cache hash table entries: 256
[    0.029998] Initializing cgroup subsys ns
[    0.033331] Initializing cgroup subsys cpuacct
[    0.036664] Initializing cgroup subsys memory
[    0.039997] Initializing cgroup subsys devices
[    0.043330] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.048288] CPU: L2 cache: 6144K
[    0.051710] CPU 0/0 -> Node 0
[    0.054866] CPU: Physical Processor ID: 0
[    0.059059] CPU: Processor Core ID: 0
[    0.062916] CPU0: Thermal monitoring enabled (TM2)
[    0.066662] using mwait in idle threads.
[    0.069995] ACPI: Core revision 20080609
[    0.082417] Setting APIC routing to flat
[    0.086661]  0 add_pin_to_irq: irq 1 --> apic 0 pin 1
[    0.086661]  0 add_pin_to_irq: irq 0 --> apic 0 pin 2
[    0.086661]  0 add_pin_to_irq: irq 3 --> apic 0 pin 3
[    0.086661]  0 add_pin_to_irq: irq 4 --> apic 0 pin 4
[    0.086661]  0 add_pin_to_irq: irq 5 --> apic 0 pin 5
[    0.086661]  0 add_pin_to_irq: irq 6 --> apic 0 pin 6
[    0.086661]  0 add_pin_to_irq: irq 7 --> apic 0 pin 7
[    0.086661]  0 add_pin_to_irq: irq 8 --> apic 0 pin 8
[    0.086661]  0 add_pin_to_irq: irq 9 --> apic 0 pin 9
[    0.086661]  0 add_pin_to_irq: irq 10 --> apic 0 pin 10
[    0.086661]  0 add_pin_to_irq: irq 11 --> apic 0 pin 11
[    0.086661]  0 add_pin_to_irq: irq 12 --> apic 0 pin 12
[    0.086661]  0 add_pin_to_irq: irq 13 --> apic 0 pin 13
[    0.086661]  0 add_pin_to_irq: irq 14 --> apic 0 pin 14
[    0.086661]  0 add_pin_to_irq: irq 15 --> apic 0 pin 15
[    0.086661] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.122915] CPU0: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.126658]  MSR00000000: 0000000000000000
[    0.129991]  MSR00000001: 0000000000000000
[    0.133324]  MSR00000006: 0000000000000040
[    0.136657]  MSR00000010: 00000041b55b9720
[    0.139990]  MSR00000017: 0018000088e40822
[    0.143323]  MSR0000001b: 00000000fee00900
[    0.146657]  MSR00000021: 0000000000000001
[    0.149990]  MSR0000002a: 00000000c208149e
[    0.153323]  MSR00000032: 0000000000000000
[    0.156656]  MSR00000033: 0000000000000000
[    0.159989]  MSR00000039: 0000000000000000
[    0.163322]  MSR0000003a: 000000000000000d
[    0.166655]  MSR0000003f: 0000000000000000
[    0.169988]  MSR00000040: ffffffff8023803c
[    0.173322]  MSR00000041: ffffffff8020c348
[    0.176655]  MSR00000042: ffffffff8023803c
[    0.179988]  MSR00000043: ffffffff80238092
[    0.183321]  MSR00000060: ffffffff805aec51
[    0.186654]  MSR00000061: ffffffff8023802b
[    0.189987]  MSR00000062: ffffffff805aec46
[    0.193320]  MSR00000063: ffffffff8023802b
[    0.196653]  MSR0000008b: 0000060600000000
[    0.199986]  MSR0000009b: 0000000000000000
[    0.203320]  MSR000000a0: 00000000cff80000
[    0.206653]  MSR000000a1: 00000000fff80800
[    0.209986]  MSR000000a8: 000000000000061a
[    0.213319]  MSR000000a9: 000000000000061a
[    0.216652]  MSR000000aa: 000000000000061a
[    0.219985]  MSR000000ab: 000000000000061a
[    0.223318]  MSR000000ac: 000000000000061a
[    0.226651]  MSR000000ad: 000000000000061a
[    0.229985]  MSR000000c1: 0000000000000000
[    0.233318]  MSR000000c2: 0000000000000000
[    0.236651]  MSR000000c7: 130000004c000000
[    0.239984]  MSR000000cd: 0000000000000806
[    0.243317]  MSR000000ce: 001a08227f7f071a
[    0.246650]  MSR000000cf: 0000000000000000
[    0.249983]  MSR000000e0: 00000000018bc0f0
[    0.253316]  MSR000000e1: 00000000f0f00000
[    0.256649]  MSR000000e2: 0000000002262201
[    0.259983]  MSR000000e3: 0000000000000000
[    0.263316]  MSR000000e4: 0000000000000000
[    0.266649]  MSR000000e5: 00000000d00208c8
[    0.269982]  MSR000000e7: 00000041d5ade028
[    0.273315]  MSR000000e8: 00000041d67ed760
[    0.276648]  MSR000000ee: 04000000877d4b01
[    0.279981]  MSR000000fe: 0000000000000d07
[    0.283314]  MSR00000116: 0000000000003fc0
[    0.286647]  MSR00000118: 00000000000f83e0
[    0.289981]  MSR0000011b: 0000000000000000
[    0.293314]  MSR0000011c: 00000000e000000c
[    0.296647]  MSR0000011e: 00000000be702111
[    0.300000]  MSR0000014e: 000000006be76c2f
[    0.304286]  MSR0000014f: 000000006b4036c9
[    0.308566]  MSR00000151: 000000009892ba00
[    0.312853]  MSR0000015e: 0000000000000006
[    0.316646]  MSR0000015f: 00000000001c0822
[    0.319979]  MSR00000174: 0000000000000010
[    0.323312]  MSR00000175: 0000000000000000
[    0.326645]  MSR00000176: ffffffff802288a0
[    0.329978]  MSR00000179: 0000000000000806
[    0.333311]  MSR0000017a: 0000000000000000
[    0.336644]  MSR00000186: 0000000000000000
[    0.339977]  MSR00000187: 0000000000000000
[    0.343310]  MSR00000193: 0000000000000000
[    0.346644]  MSR00000194: 0000000000000522
[    0.349977]  MSR00000198: 0822082206000822
[    0.353310]  MSR00000199: 0000000000000822
[    0.356643]  MSR0000019a: 0000000000000002
[    0.359976]  MSR0000019b: 0000000000000003
[    0.363309]  MSR0000019c: 00000000882a0000
[    0.366642]  MSR0000019d: 000000000000061a
[    0.369975]  MSR0000019e: 0000000006010000
[    0.373308]  MSR0000019f: 0000000000000000
[    0.376642]  MSR000001a0: 00000060669d2489
[    0.379975]  MSR000001a1: 0000000000000000
[    0.383308]  MSR000001a2: 0000000000001000
[    0.386641]  MSR000001aa: 00000000fe7f042f
[    0.389974]  MSR000001bf: 0000000000000404
[    0.393307]  MSR000001c9: 0000000000000003
[    0.396640]  MSR000001d3: 0000000000008000
[    0.399973]  MSR000001d9: 0000000000000001
[    0.403307]  MSR000001db: ffffffff805aec78
[    0.406640]  MSR000001dc: ffffffff805aec46
[    0.409973]  MSR000001dd: ffffffff8023800a
[    0.413306]  MSR000001de: ffffffff80238026
[    0.416639]  MSR000001e0: 0000000000000ff0
[    0.419972]  MSR000001f8: 0000000000000001
[    0.423305]  MSR000001f9: 0000000000000001
[    0.426638]  MSR000001fa: 0000000000008c89
[    0.429971]  MSR00000200: 00000000d0000000
[    0.433305]  MSR00000201: 0000000ff0000800
[    0.436638]  MSR00000202: 00000000e0000000
[    0.439971]  MSR00000203: 0000000fe0000800
[    0.443304]  MSR00000204: 0000000000000006
[    0.446637]  MSR00000205: 0000000c00000800
[    0.449970]  MSR00000206: 0000000400000006
[    0.453303]  MSR00000207: 0000000fe0000800
[    0.456636]  MSR00000208: 0000000420000006
[    0.459970]  MSR00000209: 0000000ff0000800
[    0.463303]  MSR0000020a: 0000000000000000
[    0.466636]  MSR0000020b: 0000000000000000
[    0.469969]  MSR0000020c: 0000000000000000
[    0.473302]  MSR0000020d: 0000000000000000
[    0.476635]  MSR00000250: 0606060606060606
[    0.479968]  MSR00000258: 0606060606060606
[    0.483301]  MSR00000259: 0000000000000000
[    0.486634]  MSR00000268: 0505050505050505
[    0.489968]  MSR00000269: 0505050505050505
[    0.493301]  MSR0000026a: 0000000000000000
[    0.496634]  MSR0000026b: 0000000000000000
[    0.499967]  MSR0000026c: 0505050505050505
[    0.503300]  MSR0000026d: 0505050505050505
[    0.506633]  MSR0000026e: 0505050505050505
[    0.509967]  MSR0000026f: 0505050505050505
[    0.513300]  MSR00000277: 0007010600070106
[    0.516633]  MSR000002ff: 0000000000000c00
[    0.519967]  MSR00000309: 0000000000000000
[    0.523300]  MSR0000030a: 0000000000000000
[    0.526633]  MSR0000030b: 0000000000000000
[    0.529967]  MSR00000345: 00000000000010c2
[    0.533300]  MSR0000038d: 0000000000000000
[    0.536633]  MSR0000038e: 0000000000000000
[    0.539967]  MSR0000038f: ffffffffffffffff
[    0.543300]  MSR00000390: ffffffffffffffff
[    0.546633]  MSR000003f1: 0000000000000000
[    0.549967]  MSR00000400: 00000000c208149e
[    0.553300]  MSR00000401: 1000000000000000
[    0.556633]  MSR00000402: 0000000000000000
[    0.559967]  MSR00000404: 0000000000000001
[    0.563300]  MSR00000405: 0000000000000000
[    0.566633]  MSR00000406: 000002a9000002a9
[    0.569967]  MSR00000408: 0000000000000001
[    0.573300]  MSR00000409: 0000000000000000
[    0.576633]  MSR0000040a: 000002a9000002a9
[    0.579967]  MSR0000040c: 0000000000000001
[    0.583300]  MSR0000040d: 0020000000000000
[    0.586633]  MSR0000040e: 00000077cdb7ed9b
[    0.589967]  MSR00000410: 0000000000000008
[    0.593300]  MSR00000411: 0000000000000011
[    0.596633]  MSR00000414: 0000000000000001
[    0.599967]  MSR00000415: 1000001004000e0f
[    0.603300]  MSRc0000080: 0000000000000d01
[    0.606633]  MSRc0000081: 0023001000000000
[    0.609967]  MSRc0000082: ffffffff8020bce0
[    0.613300]  MSRc0000083: ffffffff80228ab0
[    0.616633]  MSRc0000084: 0000000000003700
[    0.619967]  MSRc0000100: 0000000000000000
[    0.623300]  MSRc0000101: ffffffff807e6c00
[    0.626633]  MSRc0000102: 0000000000000000
[    0.633300] APIC timer calibration result 24937641
[    0.633300] Detected 24.937 MHz APIC timer.
[    0.636633] Booting processor 1/4 ip 6000
[    0.649957] Initializing CPU#1
[    0.649957] Calibrating delay using timer specific routine.. 6386.11 BogoMIPS (lpj=10640182)
[    0.649957] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.649957] CPU: L2 cache: 6144K
[    0.649957] CPU 1/4 -> Node 0
[    0.649957] CPU: Physical Processor ID: 1
[    0.649957] CPU: Processor Core ID: 0
[    0.649957] CPU1: Thermal monitoring enabled (TM2)
[    0.649957] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[    0.733300] CPU1: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.739967] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.743300] Booting processor 2/1 ip 6000
[    0.756617] Initializing CPU#2
[    0.756617] Calibrating delay using timer specific routine.. 6386.10 BogoMIPS (lpj=10640164)
[    0.756617] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.756617] CPU: L2 cache: 6144K
[    0.756617] CPU 2/1 -> Node 0
[    0.756617] CPU: Physical Processor ID: 0
[    0.756617] CPU: Processor Core ID: 1
[    0.756617] CPU2: Thermal monitoring enabled (TM2)
[    0.756617] x86 PAT enabled: cpu 2, old 0x7040600070406, new 0x7010600070106
[    0.839967] CPU2: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.846633] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[    0.849967] Booting processor 3/5 ip 6000
[    0.863277] Initializing CPU#3
[    0.863277] Calibrating delay using timer specific routine.. 6386.10 BogoMIPS (lpj=10640174)
[    0.863277] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.863277] CPU: L2 cache: 6144K
[    0.863277] CPU 3/5 -> Node 0
[    0.863277] CPU: Physical Processor ID: 1
[    0.863277] CPU: Processor Core ID: 1
[    0.863277] CPU3: Thermal monitoring enabled (TM2)
[    0.863277] x86 PAT enabled: cpu 3, old 0x7040600070406, new 0x7010600070106
[    0.946633] CPU3: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.953300] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[    0.956633] Booting processor 4/2 ip 6000
[    0.969936] Initializing CPU#4
[    0.969936] Calibrating delay using timer specific routine.. 6386.07 BogoMIPS (lpj=10640121)
[    0.969936] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.969936] CPU: L2 cache: 6144K
[    0.969936] CPU 4/2 -> Node 0
[    0.969936] CPU: Physical Processor ID: 0
[    0.969936] CPU: Processor Core ID: 2
[    0.969936] CPU4: Thermal monitoring enabled (TM2)
[    0.969936] x86 PAT enabled: cpu 4, old 0x7040600070406, new 0x7010600070106
[    1.053300] CPU4: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    1.061399] checking TSC synchronization [CPU#0 -> CPU#4]: passed.
[    1.066633] Booting processor 5/6 ip 6000
[    1.079929] Initializing CPU#5
[    1.079929] Calibrating delay using timer specific routine.. 6386.09 BogoMIPS (lpj=10640150)
[    1.079929] CPU: L1 I cache: 32K, L1 D cache: 32K
[    1.079929] CPU: L2 cache: 6144K
[    1.079929] CPU 5/6 -> Node 0
[    1.079929] CPU: Physical Processor ID: 1
[    1.079929] CPU: Processor Core ID: 2
[    1.079929] CPU5: Thermal monitoring enabled (TM2)
[    1.079929] x86 PAT enabled: cpu 5, old 0x7040600070406, new 0x7010600070106
[    1.163300] CPU5: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    1.169967] checking TSC synchronization [CPU#0 -> CPU#5]: passed.
[    1.173300] Booting processor 6/3 ip 6000
[    1.186589] Initializing CPU#6
[    1.186589] Calibrating delay using timer specific routine.. 6386.09 BogoMIPS (lpj=10640151)
[    1.186589] CPU: L1 I cache: 32K, L1 D cache: 32K
[    1.186589] CPU: L2 cache: 6144K
[    1.186589] CPU 6/3 -> Node 0
[    1.186589] CPU: Physical Processor ID: 0
[    1.186589] CPU: Processor Core ID: 3
[    1.186589] CPU6: Thermal monitoring enabled (TM2)
[    1.186589] x86 PAT enabled: cpu 6, old 0x7040600070406, new 0x7010600070106
[    1.269967] CPU6: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    1.276633] checking TSC synchronization [CPU#0 -> CPU#6]: passed.
[    1.279967] Booting processor 7/7 ip 6000
[    1.293249] Initializing CPU#7
[    1.293249] Calibrating delay using timer specific routine.. 6386.09 BogoMIPS (lpj=10640157)
[    1.293249] CPU: L1 I cache: 32K, L1 D cache: 32K
[    1.293249] CPU: L2 cache: 6144K
[    1.293249] CPU 7/7 -> Node 0
[    1.293249] CPU: Physical Processor ID: 1
[    1.293249] CPU: Processor Core ID: 3
[    1.293249] CPU7: Thermal monitoring enabled (TM2)
[    1.293249] x86 PAT enabled: cpu 7, old 0x7040600070406, new 0x7010600070106
[    1.376633] CPU7: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    1.383300] checking TSC synchronization [CPU#0 -> CPU#7]: passed.
[    1.386633] Brought up 8 CPUs
[    1.389797] Total of 8 processors activated (51093.70 BogoMIPS).
[    1.393300] net_namespace: 864 bytes
[    1.396633] xor: automatically using best checksumming function: generic_sse
[    1.415712]    generic_sse: 11872.800 MB/sec
[    1.419967] xor: using function: generic_sse (11872.800 MB/sec)
[    1.423300] NET: Registered protocol family 16
[    1.426633] No dock devices found.
[    1.429967] ACPI: bus type pci registered
[    1.433300] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 8
[    1.436633] PCI: MCFG area at e0000000 reserved in E820
[    1.439967] PCI: Using MMCONFIG at e0000000 - e08fffff
[    1.443300] PCI: Using configuration type 1 for base access
[    1.449967] ACPI: EC: Look up EC in DSDT
[    1.453300] ACPI: Interpreter enabled
[    1.456633] ACPI: (supports S0 S3 S4 S5)
[    1.459967] ACPI: Using IOAPIC for interrupt routing
[    1.466633] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    1.470863] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    1.476633] pci 0000:00:00.0: PME# disabled
[    1.479967] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.483300] pci 0000:00:01.0: PME# disabled
[    1.486633] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    1.489967] pci 0000:00:05.0: PME# disabled
[    1.493300] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    1.496633] pci 0000:00:09.0: PME# disabled
[    1.499967] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.503300] pci 0000:00:1b.0: PME# disabled
[    1.506633] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.509967] pci 0000:00:1c.0: PME# disabled
[    1.513300] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    1.516633] pci 0000:00:1d.7: PME# disabled
[    1.519967] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[    1.519967] pci 0000:01:00.0: supports D1
[    1.519967] PCI: bridge 0000:00:01.0 32bit mmio: [dc100000, dc1fffff]
[    1.523300] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    1.526633] pci 0000:03:00.0: PME# disabled
[    1.529967] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    1.533300] pci 0000:03:00.3: PME# disabled
[    1.536633] PCI: bridge 0000:00:09.0 io port: [2000, 2fff]
[    1.539967] PCI: bridge 0000:00:09.0 32bit mmio: [dc200000, dc3fffff]
[    1.543300] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    1.546633] pci 0000:04:00.0: PME# disabled
[    1.549967] pci 0000:04:02.0: PME# supported from D0 D3hot D3cold
[    1.553300] pci 0000:04:02.0: PME# disabled
[    1.556633] PCI: bridge 0000:03:00.0 io port: [2000, 2fff]
[    1.559967] PCI: bridge 0000:03:00.0 32bit mmio: [dc200000, dc2fffff]
[    1.563300] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    1.566633] pci 0000:06:00.0: PME# disabled
[    1.569967] pci 0000:06:00.1: PME# supported from D0 D3hot D3cold
[    1.573300] pci 0000:06:00.1: PME# disabled
[    1.576633] PCI: bridge 0000:04:02.0 io port: [2000, 2fff]
[    1.579967] PCI: bridge 0000:04:02.0 32bit mmio: [dc200000, dc2fffff]
[    1.583300] pci 0000:09:05.0: supports D1
[    1.583300] pci 0000:09:05.0: supports D2
[    1.583300] pci 0000:09:06.0: supports D2
[    1.583300] pci 0000:09:06.0: PME# supported from D2 D3hot D3cold
[    1.586633] pci 0000:09:06.0: PME# disabled
[    1.589967] pci 0000:00:1e.0: transparent bridge
[    1.593300] PCI: bridge 0000:00:1e.0 io port: [3000, 3fff]
[    1.596633] PCI: bridge 0000:00:1e.0 32bit mmio: [dc000000, dc0fffff]
[    1.599967] PCI: bridge 0000:00:1e.0 64bit mmio pref: [d8000000, dbffffff]
[    1.603300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.603300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    1.603300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
[    1.603300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    1.603300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0._PRT]
[    1.604197] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0.BPD0._PRT]
[    1.604391] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0.BPD2._PRT]
[    1.604666] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMF3._PRT]
[    1.605067] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[    1.605558] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    1.613300] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 14 15)
[    1.619751] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.626434] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.633102] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.639751] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 14 15)
[    1.646418] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 6 7 10 *11 14 15)
[    1.652855] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 14 15)
[    1.656633] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 6 7 10 11 14 15) *9
[    1.663300] Linux Plug and Play Support v0.97 (c) Adam Belay
[    1.666633] pnp: PnP ACPI init
[    1.669944] ACPI: bus type pnp registered
[    1.676633] pnp: PnP ACPI: found 11 devices
[    1.679967] ACPI: ACPI bus type pnp unregistered
[    1.683300] SCSI subsystem initialized
[    1.686633] libata version 3.00 loaded.
[    1.686634] usbcore: registered new interface driver usbfs
[    1.689967] usbcore: registered new interface driver hub
[    1.693300] usbcore: registered new device driver usb
[    1.696633] PCI: Using ACPI for IRQ routing
[    1.713505] PCI-GART: No AMD northbridge found.
[    1.718345] hpet clockevent registered
[    1.718447] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.723862] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    1.730905] ACPI: RTC can wake from S4
[    1.743689] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[    1.748303] system 00:01: ioport range 0x800-0x80f has been reserved
[    1.754838] system 00:01: ioport range 0x1000-0x107f has been reserved
[    1.761474] system 00:01: ioport range 0x1180-0x11bf has been reserved
[    1.768196] system 00:01: ioport range 0xfe00-0xfe00 has been reserved
[    1.774917] system 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
[    1.782739] system 00:01: iomem range 0xfee00000-0xfee0ffff could not be reserved
[    1.790573] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
[    1.798404] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved
[    1.805738] system 00:01: iomem range 0xfec88000-0xfec88fff has been reserved
[    1.813067] system 00:01: iomem range 0xfe000000-0xfe01ffff has been reserved
[    1.820401] system 00:01: iomem range 0xfe600000-0xfe6fffff has been reserved
[    1.832655] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    1.834985] pci 0000:00:01.0:   IO window: disabled
[    1.840048] pci 0000:00:01.0:   MEM window: 0xdc100000-0xdc1fffff
[    1.846325] pci 0000:00:01.0:   PREFETCH window: 0x000000d1000000-0x000000d10fffff
[    1.854219] pci 0000:00:05.0: PCI bridge, secondary bus 0000:02
[    1.860343] pci 0000:00:05.0:   IO window: disabled
[    1.865418] pci 0000:00:05.0:   MEM window: disabled
[    1.870576] pci 0000:00:05.0:   PREFETCH window: disabled
[    1.876177] pci 0000:04:00.0: PCI bridge, secondary bus 0000:05
[    1.882289] pci 0000:04:00.0:   IO window: disabled
[    1.887362] pci 0000:04:00.0:   MEM window: disabled
[    1.892520] pci 0000:04:00.0:   PREFETCH window: disabled
[    1.898121] pci 0000:04:02.0: PCI bridge, secondary bus 0000:06
[    1.904247] pci 0000:04:02.0:   IO window: 0x2000-0x2fff
[    1.909760] pci 0000:04:02.0:   MEM window: 0xdc200000-0xdc2fffff
[    1.916054] pci 0000:04:02.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    1.923971] pci 0000:03:00.0: PCI bridge, secondary bus 0000:04
[    1.930102] pci 0000:03:00.0:   IO window: 0x2000-0x2fff
[    1.935613] pci 0000:03:00.0:   MEM window: 0xdc200000-0xdc2fffff
[    1.941915] pci 0000:03:00.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    1.949834] pci 0000:03:00.3: PCI bridge, secondary bus 0000:07
[    1.955954] pci 0000:03:00.3:   IO window: disabled
[    1.961040] pci 0000:03:00.3:   MEM window: disabled
[    1.966203] pci 0000:03:00.3:   PREFETCH window: disabled
[    1.971812] pci 0000:00:09.0: PCI bridge, secondary bus 0000:03
[    1.977930] pci 0000:00:09.0:   IO window: 0x2000-0x2fff
[    1.983441] pci 0000:00:09.0:   MEM window: 0xdc200000-0xdc3fffff
[    1.990187] pci 0000:00:09.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    1.998105] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:08
[    2.004230] pci 0000:00:1c.0:   IO window: disabled
[    2.009311] pci 0000:00:1c.0:   MEM window: disabled
[    2.014479] pci 0000:00:1c.0:   PREFETCH window: disabled
[    2.020078] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:09
[    2.030353] pci 0000:00:1e.0:   IO window: 0x3000-0x3fff
[    2.035868] pci 0000:00:1e.0:   MEM window: 0xdc000000-0xdc0fffff
[    2.042161] pci 0000:00:1e.0:   PREFETCH window: 0x000000d8000000-0x000000dbffffff
[    2.050083] found new irq_cfg for irq 16
[    2.050093]  0 add_pin_to_irq: irq 16 --> apic 0 pin 16
[    2.050105] found new irq_desc for irq 16
[    2.050120] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.056989] pci 0000:00:01.0: setting latency timer to 64
[    2.056996] pci 0000:00:05.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.063888] pci 0000:00:05.0: setting latency timer to 64
[    2.063894] pci 0000:00:09.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.070786] pci 0000:00:09.0: setting latency timer to 64
[    2.070792] vendor=8086 device=4029
[    2.074468] pci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.081368] pci 0000:03:00.0: setting latency timer to 64
[    2.081375] vendor=8086 device=3500
[    2.085054] vendor=8086 device=4029
[    2.088736] pci 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.095631] pci 0000:04:00.0: setting latency timer to 64
[    2.095637] vendor=8086 device=3500
[    2.099318] vendor=8086 device=4029
[    2.103003] found new irq_cfg for irq 18
[    2.103005]  0 add_pin_to_irq: irq 18 --> apic 0 pin 18
[    2.103009] found new irq_desc for irq 18
[    2.103015] pci 0000:04:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    2.109910] pci 0000:04:02.0: setting latency timer to 64
[    2.109918] pci 0000:03:00.3: setting latency timer to 64
[    2.109931] found new irq_cfg for irq 21
[    2.109944]  0 add_pin_to_irq: irq 21 --> apic 0 pin 21
[    2.109959] found new irq_desc for irq 21
[    2.109975] pci 0000:00:1c.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[    2.116824] pci 0000:00:1c.0: setting latency timer to 64
[    2.116831] pci 0000:00:1e.0: setting latency timer to 64
[    2.116840] bus: 00 index 0 io port: [0, ffff]
[    2.121479] bus: 00 index 1 mmio: [0, ffffffffffffffff]
[    2.126891] bus: 01 index 0 mmio: [0, 0]
[    2.131022] bus: 01 index 1 mmio: [dc100000, dc1fffff]
[    2.136356] bus: 01 index 2 mmio: [d1000000, d10fffff]
[    2.141694] bus: 01 index 3 mmio: [0, 0]
[    2.145813] bus: 02 index 0 mmio: [0, 0]
[    2.149932] bus: 02 index 1 mmio: [0, 0]
[    2.154046] bus: 02 index 2 mmio: [0, 0]
[    2.158167] bus: 02 index 3 mmio: [0, 0]
[    2.162283] bus: 03 index 0 io port: [2000, 2fff]
[    2.167181] bus: 03 index 1 mmio: [dc200000, dc3fffff]
[    2.172513] bus: 03 index 2 mmio: [d1100000, d11fffff]
[    2.177850] bus: 03 index 3 mmio: [0, 0]
[    2.181971] bus: 04 index 0 io port: [2000, 2fff]
[    2.186874] bus: 04 index 1 mmio: [dc200000, dc2fffff]
[    2.192212] bus: 04 index 2 mmio: [d1100000, d11fffff]
[    2.197548] bus: 04 index 3 mmio: [0, 0]
[    2.201665] bus: 05 index 0 mmio: [0, 0]
[    2.205781] bus: 05 index 1 mmio: [0, 0]
[    2.209896] bus: 05 index 2 mmio: [0, 0]
[    2.214013] bus: 05 index 3 mmio: [0, 0]
[    2.218131] bus: 06 index 0 io port: [2000, 2fff]
[    2.223030] bus: 06 index 1 mmio: [dc200000, dc2fffff]
[    2.228370] bus: 06 index 2 mmio: [d1100000, d11fffff]
[    2.233708] bus: 06 index 3 mmio: [0, 0]
[    2.237829] bus: 07 index 0 mmio: [0, 0]
[    2.241957] bus: 07 index 1 mmio: [0, 0]
[    2.246631] bus: 07 index 2 mmio: [0, 0]
[    2.250751] bus: 07 index 3 mmio: [0, 0]
[    2.254869] bus: 08 index 0 mmio: [0, 0]
[    2.258986] bus: 08 index 1 mmio: [0, 0]
[    2.263102] bus: 08 index 2 mmio: [0, 0]
[    2.267218] bus: 08 index 3 mmio: [0, 0]
[    2.271335] bus: 09 index 0 io port: [3000, 3fff]
[    2.276234] bus: 09 index 1 mmio: [dc000000, dc0fffff]
[    2.281574] bus: 09 index 2 mmio: [d8000000, dbffffff]
[    2.286911] bus: 09 index 3 io port: [0, ffff]
[    2.291545] bus: 09 index 4 mmio: [0, ffffffffffffffff]
[    2.296970] NET: Registered protocol family 2
[    2.334969] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    2.340269] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    2.351636] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.357980] TCP: Hash tables configured (established 524288 bind 65536)
[    2.364793] TCP reno registered
[    2.378268] NET: Registered protocol family 1
[    2.381720] checking if image is initramfs... it is
[    2.434970] Freeing initrd memory: 1917k freed
[    2.441636] pci 0000:09:05.0: Boot video device
[    2.445263] input: Power Button (FF) as /class/input/input0
[    2.445265] ACPI: Power Button (FF) [PWRF]
[    2.452320] input: Power Button (CM) as /class/input/input1
[    2.455549] ACPI: Power Button (CM) [PWRB]
[    2.454796] Switched to high resolution mode on CPU 7
[    2.455171] Switched to high resolution mode on CPU 4
[    2.457532] Switched to high resolution mode on CPU 2
[    2.457576] Switched to high resolution mode on CPU 3
[    2.457589] Switched to high resolution mode on CPU 1
[    2.457624] Switched to high resolution mode on CPU 6
[    2.457627] Switched to high resolution mode on CPU 5
[    2.459843] Switched to high resolution mode on CPU 0
[    2.462575] found new irq_cfg for irq 20
[    2.462575]  0 add_pin_to_irq: irq 20 --> apic 0 pin 20
[    2.462575] found new irq_desc for irq 20
[    2.462575] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    2.705697] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    2.705697] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    2.707907] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    2.707907] ehci_hcd 0000:00:1d.7: debug port 1
[    2.707907] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    2.707907] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xdc608000
[    2.707907] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    2.707907] usb usb1: configuration #1 chosen from 1 choice
[    2.707907] hub 1-0:1.0: USB hub found
[    2.707907] hub 1-0:1.0: 8 ports detected
[    2.707907] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.707907] USB Universal Host Controller Interface driver v3.0
[    2.707907] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    2.707907] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    2.707907] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.707907] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.707907] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001800
[    2.707907] usb usb2: configuration #1 chosen from 1 choice
[    2.707907] hub 2-0:1.0: USB hub found
[    2.707907] hub 2-0:1.0: 2 ports detected
[    2.786661] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    2.790008] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    2.790015] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.794711] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    2.802996] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00001820
[    2.808114] usb usb3: configuration #1 chosen from 1 choice
[    2.814729] hub 3-0:1.0: USB hub found
[    2.818747] hub 3-0:1.0: 2 ports detected
[    2.927911] found new irq_cfg for irq 22
[    2.927911]  0 add_pin_to_irq: irq 22 --> apic 0 pin 22
[    2.927911] found new irq_desc for irq 22
[    2.927911] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    2.933339] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    2.933346] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.938063] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    2.946334] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00001840
[    2.951458] usb usb4: configuration #1 chosen from 1 choice
[    2.958062] hub 4-0:1.0: USB hub found
[    2.962073] hub 4-0:1.0: 2 ports detected
[    3.071244] found new irq_cfg for irq 23
[    3.071244]  0 add_pin_to_irq: irq 23 --> apic 0 pin 23
[    3.071244] found new irq_desc for irq 23
[    3.071244] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[    3.076673] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    3.076680] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    3.081378] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    3.089671] uhci_hcd 0000:00:1d.3: irq 23, io base 0x00001860
[    3.094781] usb usb5: configuration #1 chosen from 1 choice
[    3.101419] hub 5-0:1.0: USB hub found
[    3.105452] hub 5-0:1.0: 2 ports detected
[    3.214578] Simple Boot Flag at 0x40 set to 0x80
[    3.221460] audit: initializing netlink socket (disabled)
[    3.228152] type=2000 audit(1219367217.223:1): initialized
[    3.240000] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    3.248712] VFS: Disk quotas dquot_6.5.1
[    3.253731] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.261868] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    3.267439] msgmni has been set to 6531
[    3.271956] async_tx: api initialized (async)
[    3.275072] io scheduler noop registered
[    3.279185] io scheduler anticipatory registered
[    3.283985] io scheduler deadline registered
[    3.290630] io scheduler cfq registered (default)
[    3.296680] pcieport-driver 0000:00:01.0: setting latency timer to 64
[    3.296680] pcieport-driver 0000:00:01.0: found MSI capability
[    3.298233] found new irq_cfg for irq 33024
[    3.298250] found new irq_desc for irq 33024
[    3.298275] pci_express 0000:00:01.0:pcie00: allocate port service
[    3.301251] pci_express 0000:00:01.0:pcie01: allocate port service
[    3.301251] pcieport-driver 0000:00:05.0: setting latency timer to 64
[    3.301251] pcieport-driver 0000:00:05.0: found MSI capability
[    3.304452] found new irq_cfg for irq 164096
[    3.304466] found new irq_desc for irq 164096
[    3.304488] pci_express 0000:00:05.0:pcie00: allocate port service
[    3.307918] pci_express 0000:00:05.0:pcie01: allocate port service
[    3.307918] pcieport-driver 0000:00:09.0: setting latency timer to 64
[    3.307918] pcieport-driver 0000:00:09.0: found MSI capability
[    3.310679] found new irq_cfg for irq 295168
[    3.310691] found new irq_desc for irq 295168
[    3.310709] pci_express 0000:00:09.0:pcie00: allocate port service
[    3.313733] pci_express 0000:00:09.0:pcie01: allocate port service
[    3.313733] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[    3.313733] pcieport-driver 0000:00:1c.0: found MSI capability
[    3.319949] found new irq_cfg for irq 917760
[    3.319949] found new irq_desc for irq 917760
[    3.319949] pci_express 0000:00:1c.0:pcie00: allocate port service
[    3.320630] pci_express 0000:00:1c.0:pcie02: allocate port service
[    3.320630] pci_express 0000:00:1c.0:pcie03: allocate port service
[    3.320630] pcieport-driver 0000:03:00.0: setting latency timer to 64
[    3.320630] pci_express 0000:03:00.0:pcie11: allocate port service
[    3.320630] pcieport-driver 0000:04:00.0: setting latency timer to 64
[    3.320630] pcieport-driver 0000:04:00.0: found MSI capability
[    3.326465] found new irq_cfg for irq 4194560
[    3.326465] found new irq_desc for irq 4194560
[    3.326465] pci_express 0000:04:00.0:pcie21: allocate port service
[    3.327297] pcieport-driver 0000:04:02.0: setting latency timer to 64
[    3.327297] pcieport-driver 0000:04:02.0: found MSI capability
[    3.332889] found new irq_cfg for irq 4260096
[    3.332889] found new irq_desc for irq 4260096
[    3.332889] pci_express 0000:04:02.0:pcie21: allocate port service
[    3.332889] aer 0000:00:01.0:pcie01: AER service couldn't init device: no _OSC support
[    3.332889] aer 0000:00:05.0:pcie01: AER service couldn't init device: no _OSC support
[    3.332889] aer 0000:00:09.0:pcie01: AER service couldn't init device: no _OSC support
[    3.337080] ACPI: SSDT CFF04DBE, 01DD (r1  PmRef  Cpu0Ist     3000 INTL 20050228)
[    3.347297] processor ACPI0007:00: registered as cooling_device0
[    3.347325] ACPI: Processor [CPU0] (supports 8 throttling states)
[    3.354323] ACPI: SSDT CFF04F9B, 016E (r1  PmRef  Cpu1Ist     3000 INTL 20050228)
[    3.367291] processor ACPI0007:01: registered as cooling_device1
[    3.370214] ACPI: Processor [CPU1] (supports 8 throttling states)
[    3.377533] ACPI: SSDT CFF05109, 016E (r1  PmRef  Cpu2Ist     3000 INTL 20050228)
[    3.387291] processor ACPI0007:02: registered as cooling_device2
[    3.389833] ACPI: Processor [CPU2] (supports 8 throttling states)
[    3.397307] ACPI: SSDT CFF05277, 016E (r1  PmRef  Cpu3Ist     3000 INTL 20050228)
[    3.408341] processor ACPI0007:03: registered as cooling_device3
[    3.413963] ACPI: Processor [CPU3] (supports 8 throttling states)
[    3.421090] ACPI: SSDT CFF053E5, 016E (r1  PmRef  CPU4Ist     3000 INTL 20050228)
[    3.430823] processor ACPI0007:04: registered as cooling_device4
[    3.432883] ACPI: Processor [CPU4] (supports 8 throttling states)
[    3.441307] ACPI: SSDT CFF05553, 016E (r1  PmRef  CPU5Ist     3000 INTL 20050228)
[    3.454362] processor ACPI0007:05: registered as cooling_device5
[    3.454528] ACPI: Processor [CPU5] (supports 8 throttling states)
[    3.462336] ACPI: SSDT CFF056C1, 016E (r1  PmRef  Cpu6Ist     3000 INTL 20050228)
[    3.473963] processor ACPI0007:06: registered as cooling_device6
[    3.476077] ACPI: Processor [CPU6] (supports 8 throttling states)
[    3.484457] ACPI: SSDT CFF0582F, 016E (r1  PmRef  Cpu7Ist     3000 INTL 20050228)
[    3.494791] processor ACPI0007:07: registered as cooling_device7
[    3.497635] ACPI: Processor [CPU7] (supports 8 throttling states)
[    3.563951] Non-volatile memory driver v1.2
[    3.568103] intel_rng: FWH not detected
[    3.570824] Linux agpgart interface v0.103
[    3.577922] Serial: 8250/16550 driver4 ports, IRQ sharing disabled
[    3.584588] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    3.588292] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    3.597922] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    3.602485] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    3.623390] FDC 0 is a post-1991 82077
[    3.630626] brd: module loaded
[    3.634590] loop: module loaded
[    3.637313] tun: Universal TUN/TAP device driver, 1.6
[    3.641651] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.648953] console [netcon0] enabled
[    3.652945] netconsole: network logging started
[    3.661810] Uniform Multi-Platform E-IDE driver
[    3.670624] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
[    3.677568] Probing IDE interface ide0...
[    4.376078] hda: Optiarc DVD RW AD-7590A, ATAPI CD/DVD-ROM drive
[    5.021230] Probing IDE interface ide1...
[    5.553938] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[    5.557078] ide1 at 0x170-0x177,0x376 on irq 15
[    5.563300] hda: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 974kB Cache
[    5.571326] Uniform CD-ROM driver Revision: 3.20
[    8.173973] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[    8.187916] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[    8.194583] megasas: 00.00.04.01 Thu July 24 11:41:51 PST 2008
[    8.201249] Driver 'sd' needs updating - please use bus_type methods
[    8.207916] Driver 'sr' needs updating - please use bus_type methods
[    8.214583] ata_piix 0000:00:1f.1: version 2.12
[    8.214583] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    8.218242] ata_piix 0000:00:1f.1: BAR 0: can't reserve I/O region [0x1f0-0x1f7]
[    8.225985] ata_piix 0000:00:1f.1: failed to request/iomap BARs for port 0 (errno=-16)
[    8.233546] ata_piix 0000:00:1f.1: BAR 2: can't reserve I/O region [0x170-0x177]
[    8.241277] ata_piix 0000:00:1f.1: failed to request/iomap BARs for port 1 (errno=-16)
[    8.249568] ata_piix 0000:00:1f.1: no available native port
[    8.260193] Fusion MPT base driver 3.04.07
[    8.260627] Copyright (c) 1999-2008 LSI Corporation
[    8.265049] Fusion MPT SPI Host driver 3.04.07
[    8.271425] Fusion MPT SAS Host driver 3.04.07
[    8.276666] vendor=8086 device=244e
[    8.279459] found new irq_cfg for irq 17
[    8.279463]  0 add_pin_to_irq: irq 17 --> apic 0 pin 17
[    8.279471] found new irq_desc for irq 17
[    8.279482] ohci1394 0000:09:06.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    8.340583] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17]  MMIO=[dc040000-dc0407ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[    8.357645] ieee1394: raw1394: /dev/raw1394 device initialized
[    8.363958] usbcore: registered new interface driver usblp
[    8.370094] Initializing USB Mass Storage driver...
[    8.375180] usbcore: registered new interface driver usb-storage
[    8.381432] USB Mass Storage support registered.
[    8.386256] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[    8.389827] serio: i8042 KBD port at 0x60,0x64 irq 1
[    8.398867] serio: i8042 AUX port at 0x60,0x64 irq 12
[    8.407297] mice: PS/2 mouse device common for all mice
[    8.768114] md: linear personality registered for level -1
[    8.770584] md: raid0 personality registered for level 0
[    8.777250] md: raid1 personality registered for level 1
[    8.782757] md: raid10 personality registered for level 10
[    8.843631] raid6: int64x1   2951 MB/s
[    8.901540] raid6: int64x2   3587 MB/s
[    8.961537] raid6: int64x4   3434 MB/s
[    9.021537] raid6: int64x8   2294 MB/s
[    9.081527] raid6: sse2x1    3639 MB/s
[    9.141526] raid6: sse2x2    7362 MB/s
[    9.201528] raid6: sse2x4    8784 MB/s
[    9.205197] raid6: using algorithm sse2x4 (8784 MB/s)
[    9.210443] md: raid6 personality registered for level 6
[    9.217109] md: raid5 personality registered for level 5
[    9.222620] md: raid4 personality registered for level 4
[    9.228116] md: multipath personality registered for level -4
[    9.236249] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[    9.245238] cpuidle: using governor ladder
[    9.248588] cpuidle: using governor menu
[    9.254583] usbcore: registered new interface driver usbhid
[    9.257000] usbhid: v2.6:USB HID core driver
[    9.267296] oprofile: using NMI interrupt.
[    9.267513] TCP cubic registered
[    9.272634] NET: Registered protocol family 10
[    9.275787] IPv6 over IPv4 tunneling driver
[    9.283963] NET: Registered protocol family 17
[    9.287397] RPC: Registered udp transport module.
[    9.289993] RPC: Registered tcp transport module.
[    9.301041] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    9.307291] Freeing unused kernel memory: 672k freed
[    9.312235] Write protecting the kernel read-only data: 5576k
[    9.536668] vendor=8086 device=4021
[    9.536668] arcmsr 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    9.536668] arcmsr 0000:01:00.0: setting latency timer to 64
[    9.550416] ARECA RAID ADAPTER0: FIRMWARE VERSION V1.44 2008-1-31  
[    9.563315] scsi0 : Areca SATA Host Adapter RAID Controller( RAID6 capable)
[    9.563322]  Driver Version 1.20.00.15 2008/02/27
[    9.563683] scsi 0:0:0:0: Direct-Access     Areca    ARC-1280-VOL#00  R001 PQ: 0 ANSI: 5
[    9.567498] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
[    9.567498] sd 0:0:0:0: [sda] 42968747008 512-byte hardware sectors (21999998 MB)
[    9.564413] sd 0:0:0:0: [sda] Write Protect is off
[    9.564413] sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
[    9.567498] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.567498] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
[    9.567498] sd 0:0:0:0: [sda] 42968747008 512-byte hardware sectors (21999998 MB)
[    9.567498] sd 0:0:0:0: [sda] Write Protect is off
[    9.567498] sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
[    9.564413] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.564413]  sda:<7>ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e08100002824f8]
[    9.946813]  sda1 sda2 sda3 sda4
[    9.953728] sd 0:0:0:0: [sda] Attached SCSI disk
[    9.953729] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.953729] scsi 0:0:16:0: Processor         Areca    RAID controller  R001 PQ: 0 ANSI: 0
[    9.953729] scsi 0:0:16:0: Attached scsi generic sg1 type 3
[   10.018125] 3ware Storage Controller device driver for Linux v1.26.02.002.
[   10.028328] 3ware 9000 Storage Controller device driver for Linux v2.26.02.011.
[   10.046666] Adaptec aacraid driver 1.1-5[2456]-ms
[   10.150417] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[   10.153326] SGI XFS Quota Management subsystem
[   10.167083] Intel(R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI
[   10.167083] Copyright (c) 1999-2006 Intel Corporation.
[   14.359992] kjournald starting.  Commit interval 5 seconds
[   14.359992] EXT3-fs: mounted filesystem with ordered data mode.
[   22.758123] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k2
[   22.758123] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[   22.758123] vendor=8086 device=3518
[   22.758123] vendor=8086 device=3500
[   22.758123] vendor=8086 device=4029
[   22.758123] e1000e 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[   22.758123] e1000e 0000:06:00.0: setting latency timer to 64
[   22.766666] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
[   22.766666] iTCO_wdt: Found a 631xESB/632xESB TCO device (Version=2, TCOBASE=0x1060)
[   22.766666] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   22.768604] found new irq_cfg for irq 19
[   22.768604]  0 add_pin_to_irq: irq 19 --> apic 0 pin 19
[   22.768604] found new irq_desc for irq 19
[   22.768604] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   22.830831] 0000:06:00.0: eth0: (PCI Express:2.5GB/s:Width x4) 00:e0:81:b0:84:14
[   22.830831] 0000:06:00.0: eth0: Intel(R) PRO/1000 Network Connection
[   22.831454] 0000:06:00.0: eth0: MAC: 3, PHY: 5, PBA No: ffffff-0ff
[   22.833331] vendor=8086 device=3518
[   22.833331] vendor=8086 device=3500
[   22.833331] vendor=8086 device=4029
[   22.833331] e1000e 0000:06:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   22.833331] e1000e 0000:06:00.1: setting latency timer to 64
[   22.908421] 0000:06:00.1: eth1: (PCI Express:2.5GB/s:Width x4) 00:e0:81:b0:84:15
[   22.908421] 0000:06:00.1: eth1: Intel(R) PRO/1000 Network Connection
[   22.908421] 0000:06:00.1: eth1: MAC: 3, PHY: 5, PBA No: ffffff-0ff
[   23.601457] EXT3 FS on sda3, internal journal
[   23.770624] SMsC 37B787 watchdog component driver 1.1 initialising...
[   23.770624] smsc37b787_wdt: Unable to register miscdev on minor 130
[   24.207105] XFS mounting filesystem sda4
[   24.297702] Ending clean XFS mount for filesystem: sda4
[   24.416721] Adding 31999992k swap on /dev/sda2.  Priority:-1 extents:1 across:31999992k
[   28.213333] found new irq_cfg for irq 6291712
[   28.213333] found new irq_desc for irq 6291712
[   28.266415] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   31.071026] 0000:06:00.0: eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   31.073990] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   41.299996] eth0: no IPv6 routers present
[   63.503953] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   63.513536] NFSD: starting 90-second grace period

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  1:10                     ` Joshua Hoblitt
@ 2008-08-22  1:55                       ` Yinghai Lu
  2008-08-22  2:15                         ` Joshua Hoblitt
  0 siblings, 1 reply; 34+ messages in thread
From: Yinghai Lu @ 2008-08-22  1:55 UTC (permalink / raw)
  To: Joshua Hoblitt; +Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel

On Thu, Aug 21, 2008 at 6:10 PM, Joshua Hoblitt <josh@hoblitt.com> wrote:
> Ugh - I just realized I forgot to type "-dirty" into grub after
> rebuilding the kernel.  Here is the new dmesg with the msr trace.
>
> -J
>
> --
> On Thu, Aug 21, 2008 at 03:00:14PM -1000, Joshua Hoblitt wrote:
>> I have applied your patch to the tip tree and rebuilt.  Still no msr
>> dump.
>>
>> -J
>>
>> --
>> On Thu, Aug 21, 2008 at 02:29:52PM -1000, Joshua Hoblitt wrote:
>> > Lol.  No - I thought you implied it was in the tip tree.  Sigh.  I'll
>> > try again.
>> >
[    0.429971]  MSR00000200: 00000000d0000000
[    0.433305]  MSR00000201: 0000000ff0000800

==> base: 0xd0000000 size: 0x10000000 UC

[    0.436638]  MSR00000202: 00000000e0000000
[    0.439971]  MSR00000203: 0000000fe0000800
==> base: 0xe000000 size: 0x2000000 UC

[    0.443304]  MSR00000204: 0000000000000006
[    0.446637]  MSR00000205: 0000000c00000800

==> base: 0 size 16G WB

[    0.449970]  MSR00000206: 0000000400000006
[    0.453303]  MSR00000207: 0000000fe0000800

==> base: 16G, size: 128M WB

[    0.456636]  MSR00000208: 0000000420000006
[    0.459970]  MSR00000209: 0000000ff0000800
==> base: 16g+128M, size 64M WB

[    0.463303]  MSR0000020a: 0000000000000000
[    0.466636]  MSR0000020b: 0000000000000000

[    0.469969]  MSR0000020c: 0000000000000000
[    0.473302]  MSR0000020d: 0000000000000000

it seems right.

can you send out /proc/cpuinfo

YH

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  1:55                       ` Yinghai Lu
@ 2008-08-22  2:15                         ` Joshua Hoblitt
  2008-08-22  2:26                           ` Yinghai Lu
  0 siblings, 1 reply; 34+ messages in thread
From: Joshua Hoblitt @ 2008-08-22  2:15 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel

On Thu, Aug 21, 2008 at 06:55:58PM -0700, Yinghai Lu wrote:
> can you send out /proc/cpuinfo

See below.  I should also add that this kernel correctly sets up the mtrrs
on an amd system.

--
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 23
model name      : Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz
stepping        : 6
cpu MHz         : 2400.000
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 nopl pni
monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca sse4_1 lahf_lm
bogomips        : 6386.99
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           X5482  @ 3.20GHz
stepping        : 6
cpu MHz         : 2400.000
cache size      : 6144 KB
physical id     : 1
siblings        : 4
core id         : 0
cpu cores       : 4
apicid          : 4
initial apicid  : 4
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 nopl pni
monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca sse4_1 lahf_lm
bogomips        : 6386.12
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           X5482  @ 3.20GHz
stepping        : 6
cpu MHz         : 2400.000
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 nopl pni
monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca sse4_1 lahf_lm
bogomips        : 6386.09
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           X5482  @ 3.20GHz
stepping        : 6
cpu MHz         : 2400.000
cache size      : 6144 KB
physical id     : 1
siblings        : 4
core id         : 1
cpu cores       : 4
apicid          : 5
initial apicid  : 5
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 nopl pni
monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca sse4_1 lahf_lm
bogomips        : 6386.09
clflush size    : 64
cache_alignment : 64
address sizes   : 38 bits physical, 48 bits virtual
power management:

processor       : 4
vendor_id       : GenuineIntel
cpu family      : 6
model           : 23
model name      : Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz
stepping        : 6
cpu MHz         : 2400.000
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 nopl pni
monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca sse4_1 lahf_lm
bogomips        : 6386.09
clflush size    : 64
cache_alignment : 64
address sizes   : 38 bits physical, 48 bits virtual
power management:

processor       : 5
vendor_id       : GenuineIntel
cpu family      : 6
model           : 23
model name      : Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz
stepping        : 6
cpu MHz         : 2400.000
cache size      : 6144 KB
physical id     : 1
siblings        : 4
core id         : 2
cpu cores       : 4
apicid          : 6
initial apicid  : 6
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 nopl pni
monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca sse4_1 lahf_lm
bogomips        : 6386.10
clflush size    : 64
cache_alignment : 64
address sizes   : 38 bits physical, 48 bits virtual
power management:

processor       : 6
vendor_id       : GenuineIntel
cpu family      : 6
model           : 23
model name      : Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz
stepping        : 6
cpu MHz         : 2400.000
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 nopl pni
monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca sse4_1 lahf_lm
bogomips        : 6386.07
clflush size    : 64
cache_alignment : 64
address sizes   : 38 bits physical, 48 bits virtual
power management:

processor       : 7
vendor_id       : GenuineIntel
cpu family      : 6
model           : 23
model name      : Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz
stepping        : 6
cpu MHz         : 2400.000
cache size      : 6144 KB
physical id     : 1
siblings        : 4
core id         : 3
cpu cores       : 4
apicid          : 7
initial apicid  : 7
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 nopl pni
monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca sse4_1 lahf_lm
bogomips        : 6434.88
clflush size    : 64
cache_alignment : 64
address sizes   : 38 bits physical, 48 bits virtual
power management:

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  2:15                         ` Joshua Hoblitt
@ 2008-08-22  2:26                           ` Yinghai Lu
  2008-08-22  3:24                             ` Yinghai Lu
  2008-08-22  3:26                             ` Joshua Hoblitt
  0 siblings, 2 replies; 34+ messages in thread
From: Yinghai Lu @ 2008-08-22  2:26 UTC (permalink / raw)
  To: Joshua Hoblitt; +Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel

On Thu, Aug 21, 2008 at 7:15 PM, Joshua Hoblitt <josh@hoblitt.com> wrote:
> On Thu, Aug 21, 2008 at 06:55:58PM -0700, Yinghai Lu wrote:
>> can you send out /proc/cpuinfo
>
> See below.  I should also add that this kernel correctly sets up the mtrrs
> on an amd system.
>
> --
> processor       : 0
> vendor_id       : GenuineIntel
> cpu family      : 6
> model           : 23
> model name      : Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz
> stepping        : 6
> cpu MHz         : 2400.000
> 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 nopl pni
> monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca sse4_1 lahf_lm
> bogomips        : 6386.99
> 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           X5482  @ 3.20GHz
> stepping        : 6
> cpu MHz         : 2400.000
> cache size      : 6144 KB
> physical id     : 1
> siblings        : 4
> core id         : 0
> cpu cores       : 4
> apicid          : 4
> initial apicid  : 4
> 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 nopl pni
> monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr dca sse4_1 lahf_lm
> bogomips        : 6386.12
> clflush size    : 64
> cache_alignment : 64
> address sizes   : 38 bits physical, 48 bits virtual

good, the root cause is your bios not set mask correctly...

it should set var mtrr like

[    0.429971]  MSR00000200: 00000000d0000000
[    0.433305]  MSR00000201: 0000000ff0000800
==> [    0.433305]  MSR00000201: 0000003ff0000800

[    0.436638]  MSR00000202: 00000000e0000000
[    0.439971]  MSR00000203: 0000000fe0000800
==> [    0.439971]  MSR00000203: 0000003fe0000800

[    0.443304]  MSR00000204: 0000000000000006
[    0.446637]  MSR00000205: 0000000c00000800
==> [    0.446637]  MSR00000205: 0000003c00000800

[    0.449970]  MSR00000206: 0000000400000006
[    0.453303]  MSR00000207: 0000000fe0000800
==>[    0.453303]  MSR00000207: 0000003fe0000800

[    0.456636]  MSR00000208: 0000000420000006
[    0.459970]  MSR00000209: 0000000ff0000800
==> [    0.459970]  MSR00000209: 0000003ff0000800

you may talk to your BIOS vendor or system vendor to request one new
updated BIOS.

YH

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  2:26                           ` Yinghai Lu
@ 2008-08-22  3:24                             ` Yinghai Lu
  2008-08-22  3:50                               ` Ingo Molnar
  2008-08-22  3:26                             ` Joshua Hoblitt
  1 sibling, 1 reply; 34+ messages in thread
From: Yinghai Lu @ 2008-08-22  3:24 UTC (permalink / raw)
  To: Joshua Hoblitt, Ingo Molnar
  Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel

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

On Thu, Aug 21, 2008 at 7:26 PM, Yinghai Lu <yhlu.kernel@gmail.com> wrote:
> On Thu, Aug 21, 2008 at 7:15 PM, Joshua Hoblitt <josh@hoblitt.com> wrote:
>> On Thu, Aug 21, 2008 at 06:55:58PM -0700, Yinghai Lu wrote:
>> address sizes   : 38 bits physical, 48 bits virtual
>
> good, the root cause is your bios not set mask correctly...
>
> it should set var mtrr like
>
> [    0.429971]  MSR00000200: 00000000d0000000
> [    0.433305]  MSR00000201: 0000000ff0000800
> ==> [    0.433305]  MSR00000201: 0000003ff0000800
>
> [    0.436638]  MSR00000202: 00000000e0000000
> [    0.439971]  MSR00000203: 0000000fe0000800
> ==> [    0.439971]  MSR00000203: 0000003fe0000800
>
> [    0.443304]  MSR00000204: 0000000000000006
> [    0.446637]  MSR00000205: 0000000c00000800
> ==> [    0.446637]  MSR00000205: 0000003c00000800
>
> [    0.449970]  MSR00000206: 0000000400000006
> [    0.453303]  MSR00000207: 0000000fe0000800
> ==>[    0.453303]  MSR00000207: 0000003fe0000800
>
> [    0.456636]  MSR00000208: 0000000420000006
> [    0.459970]  MSR00000209: 0000000ff0000800
> ==> [    0.459970]  MSR00000209: 0000003ff0000800
>
> you may talk to your BIOS vendor or system vendor to request one new
> updated BIOS.
>

or please try attached workaround patch. hope it works.

Ingo,
if it works, we need to push it for 2.6.27

YH

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: work_aroun_mask.patch --]
[-- Type: text/x-patch; name=work_aroun_mask.patch, Size: 1340 bytes --]

[PATCH] x86: workaroun mtrr mask setting

Some BIOS doesn't set mtrr mask correctly, workaround it be prefix 111

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>

diff --git a/arch/x86/kernel/cpu/mtrr/generic.c b/arch/x86/kernel/cpu/mtrr/generic.c
index 509bd3d..a17d5ba 100644
--- a/arch/x86/kernel/cpu/mtrr/generic.c
+++ b/arch/x86/kernel/cpu/mtrr/generic.c
@@ -379,6 +379,7 @@ static void generic_get_mtrr(unsigned int reg, unsigned long *base,
 			     unsigned long *size, mtrr_type *type)
 {
 	unsigned int mask_lo, mask_hi, base_lo, base_hi;
+	unsigned int tmp, hi;
 
 	rdmsr(MTRRphysMask_MSR(reg), mask_lo, mask_hi);
 	if ((mask_lo & 0x800) == 0) {
@@ -392,8 +393,18 @@ static void generic_get_mtrr(unsigned int reg, unsigned long *base,
 	rdmsr(MTRRphysBase_MSR(reg), base_lo, base_hi);
 
 	/* Work out the shifted address mask. */
-	mask_lo = size_or_mask | mask_hi << (32 - PAGE_SHIFT)
-	    | mask_lo >> PAGE_SHIFT;
+	tmp = mask_hi << (32 - PAGE_SHIFT) | mask_lo >> PAGE_SHIFT;
+	mask_lo = size_or_mask | tmp;
+	/* expend tmp with high bits to all 1s*/
+	hi = fls(tmp);
+	if (hi > 0) {
+		tmp |= ~((1<<(hi - 1)) - 1);
+
+		if (tmp != mask_lo) {
+			WARN_ON("You BIOS mask set is wrong, complain to vendor\n");
+			mask_lo = tmp;
+		}
+	}
 
 	/* This works correctly if size is a power of two, i.e. a
 	   contiguous range. */

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  2:26                           ` Yinghai Lu
  2008-08-22  3:24                             ` Yinghai Lu
@ 2008-08-22  3:26                             ` Joshua Hoblitt
  1 sibling, 0 replies; 34+ messages in thread
From: Joshua Hoblitt @ 2008-08-22  3:26 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel

On Thu, Aug 21, 2008 at 07:26:35PM -0700, Yinghai Lu wrote:
> you may talk to your BIOS vendor or system vendor to request one new
> updated BIOS.

Thank you for diagnosing the problem so quickly!  I think those systems
(we have 16 in that set) are Tyan S539Xs, where X is a 6 or 7.  I'll
have to double check the exact model.

    http://www.tyan.com/product_board_detail.aspx?pid=562

I'll complain to Tyan about it during business hours tomorrow.  Any idea
as to why this issue didn't arise with earlier kernels?  I've had Tyan
technical support try to tell me to down rev. kernels in the past
instead of escalating the issue.  The more information I can give them
the better.

-J

--

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  3:24                             ` Yinghai Lu
@ 2008-08-22  3:50                               ` Ingo Molnar
  2008-08-22  3:56                                 ` Ingo Molnar
  2008-08-22  6:16                                 ` Yinghai Lu
  0 siblings, 2 replies; 34+ messages in thread
From: Ingo Molnar @ 2008-08-22  3:50 UTC (permalink / raw)
  To: Yinghai Lu
  Cc: Joshua Hoblitt, Andrew Morton, bugme-daemon, linux-kernel, j_kernel


* Yinghai Lu <yhlu.kernel@gmail.com> wrote:

> or please try attached workaround patch. hope it works.
> 
> Ingo,
> if it works, we need to push it for 2.6.27

i've tidied up your patch (see the commit below) and have queued it up 
in x86/urgent. It seems fairly safe and i guess we can push it to 
v2.6.27 if Joshua reports test success. Joshua, could you give it a go 
please?

	Ingo

-------------->
>From 38cc1c3df77c1bb739a4766788eb9fa49f16ffdf Mon Sep 17 00:00:00 2001
From: Yinghai Lu <yhlu.kernel@gmail.com>
Date: Thu, 21 Aug 2008 20:24:24 -0700
Subject: [PATCH] x86: work around MTRR mask setting

Joshua Hoblitt reported that only 3 GB of his 16 GB of RAM is
usable. Booting with mtrr_show showed us the BIOS-initialized
MTRR settings - which are all wrong.

So the root cause is that the BIOS has not set the mask correctly:

>               [    0.429971]  MSR00000200: 00000000d0000000
>               [    0.433305]  MSR00000201: 0000000ff0000800
> should be ==> [    0.433305]  MSR00000201: 0000003ff0000800
>
>               [    0.436638]  MSR00000202: 00000000e0000000
>               [    0.439971]  MSR00000203: 0000000fe0000800
> should be ==> [    0.439971]  MSR00000203: 0000003fe0000800
>
>               [    0.443304]  MSR00000204: 0000000000000006
>               [    0.446637]  MSR00000205: 0000000c00000800
> should be ==> [    0.446637]  MSR00000205: 0000003c00000800
>
>               [    0.449970]  MSR00000206: 0000000400000006
>               [    0.453303]  MSR00000207: 0000000fe0000800
> should be ==> [    0.453303]  MSR00000207: 0000003fe0000800
>
>               [    0.456636]  MSR00000208: 0000000420000006
>               [    0.459970]  MSR00000209: 0000000ff0000800
> should be ==> [    0.459970]  MSR00000209: 0000003ff0000800

So detect this borkage and add the prefix 111.

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Cc: <stable@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 arch/x86/kernel/cpu/mtrr/generic.c |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/arch/x86/kernel/cpu/mtrr/generic.c b/arch/x86/kernel/cpu/mtrr/generic.c
index 509bd3d..43102e0 100644
--- a/arch/x86/kernel/cpu/mtrr/generic.c
+++ b/arch/x86/kernel/cpu/mtrr/generic.c
@@ -379,6 +379,7 @@ static void generic_get_mtrr(unsigned int reg, unsigned long *base,
 			     unsigned long *size, mtrr_type *type)
 {
 	unsigned int mask_lo, mask_hi, base_lo, base_hi;
+	unsigned int tmp, hi;
 
 	rdmsr(MTRRphysMask_MSR(reg), mask_lo, mask_hi);
 	if ((mask_lo & 0x800) == 0) {
@@ -392,8 +393,18 @@ static void generic_get_mtrr(unsigned int reg, unsigned long *base,
 	rdmsr(MTRRphysBase_MSR(reg), base_lo, base_hi);
 
 	/* Work out the shifted address mask. */
-	mask_lo = size_or_mask | mask_hi << (32 - PAGE_SHIFT)
-	    | mask_lo >> PAGE_SHIFT;
+	tmp = mask_hi << (32 - PAGE_SHIFT) | mask_lo >> PAGE_SHIFT;
+	mask_lo = size_or_mask | tmp;
+	/* Expand tmp with high bits to all 1s*/
+	hi = fls(tmp);
+	if (hi > 0) {
+		tmp |= ~((1<<(hi - 1)) - 1);
+
+		if (tmp != mask_lo) {
+			WARN_ON("mtrr: your BIOS has set up an incorrect mask, fixing it up.\n");
+			mask_lo = tmp;
+		}
+	}
 
 	/* This works correctly if size is a power of two, i.e. a
 	   contiguous range. */

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-21 15:39           ` Yinghai Lu
@ 2008-08-22  3:51             ` Ingo Molnar
  2008-08-22  4:45               ` Yinghai Lu
  0 siblings, 1 reply; 34+ messages in thread
From: Ingo Molnar @ 2008-08-22  3:51 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel


* Yinghai Lu <yhlu.kernel@gmail.com> wrote:

> On Thu, Aug 21, 2008 at 4:56 AM, Ingo Molnar <mingo@elte.hu> wrote:
> >
> > * Ingo Molnar <mingo@elte.hu> wrote:
> >
> >>
> >> * Yinghai Lu <yhlu.kernel@gmail.com> wrote:
> >>
> >> > [PATCH] x86_64: printout msr
> >>
> >> looks rather useful - added it to tip/x86/debug.
> >
> > fails to build with the attached config:
> >
> > arch/x86/kernel/cpu/common_64.c: In function 'print_cpu_msr':
> > arch/x86/kernel/cpu/common_64.c:456: error: implicit declaration of function 'rdmsrl_amd_safe'
> > arch/x86/kernel/cpu/common_64.c: In function 'print_cpu_info':
> > arch/x86/kernel/cpu/common_64.c:486: error: 'struct cpuinfo_x86' has no member named 'cpu_index'
> >
> > i realize that this wasnt sent for inclusion, but i think it would make
> > sense to tidy it up and integrate it.
> 
> that was one tool to verify if BIOS does right thing about some special bits.
> 
> it seems it doesn't compile when xen etc is enable in config.

yeah - but would be nice to fix it, as it's a useful diagnostic patch. 
If people have similar problems in the future they can boot their distro 
kernels with show_mtrr=x to get a MTRR dump.

	Ingo

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  3:50                               ` Ingo Molnar
@ 2008-08-22  3:56                                 ` Ingo Molnar
  2008-08-22  4:48                                   ` Yinghai Lu
  2008-08-25 21:43                                   ` Joshua Hoblitt
  2008-08-22  6:16                                 ` Yinghai Lu
  1 sibling, 2 replies; 34+ messages in thread
From: Ingo Molnar @ 2008-08-22  3:56 UTC (permalink / raw)
  To: Yinghai Lu
  Cc: Joshua Hoblitt, Andrew Morton, bugme-daemon, linux-kernel, j_kernel


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

> i've tidied up your patch (see the commit below) and have queued it up 
> in x86/urgent. It seems fairly safe and i guess we can push it to 
> v2.6.27 if Joshua reports test success. Joshua, could you give it a go 
> please?

or just try the latest tip/master - please check whether you are getting 
the right amount of RAM out of box plus this warning message:

> WARN_ON("mtrr: your BIOS has set up an incorrect mask, fixing it up.\n");

	Ingo

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  3:51             ` Ingo Molnar
@ 2008-08-22  4:45               ` Yinghai Lu
  0 siblings, 0 replies; 34+ messages in thread
From: Yinghai Lu @ 2008-08-22  4:45 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Andrew Morton, bugme-daemon, linux-kernel, j_kernel

On Thu, Aug 21, 2008 at 8:51 PM, Ingo Molnar <mingo@elte.hu> wrote:
>
> * Yinghai Lu <yhlu.kernel@gmail.com> wrote:
>
>> On Thu, Aug 21, 2008 at 4:56 AM, Ingo Molnar <mingo@elte.hu> wrote:
>> >
>> > * Ingo Molnar <mingo@elte.hu> wrote:
>> >
>> >>
>> >> * Yinghai Lu <yhlu.kernel@gmail.com> wrote:
>> >>
>> >> > [PATCH] x86_64: printout msr
>> >>
>> >> looks rather useful - added it to tip/x86/debug.
>> >
>> > fails to build with the attached config:
>> >
>> > arch/x86/kernel/cpu/common_64.c: In function 'print_cpu_msr':
>> > arch/x86/kernel/cpu/common_64.c:456: error: implicit declaration of function 'rdmsrl_amd_safe'
>> > arch/x86/kernel/cpu/common_64.c: In function 'print_cpu_info':
>> > arch/x86/kernel/cpu/common_64.c:486: error: 'struct cpuinfo_x86' has no member named 'cpu_index'
>> >
>> > i realize that this wasnt sent for inclusion, but i think it would make
>> > sense to tidy it up and integrate it.
>>
>> that was one tool to verify if BIOS does right thing about some special bits.
>>
>> it seems it doesn't compile when xen etc is enable in config.
>
> yeah - but would be nice to fix it, as it's a useful diagnostic patch.
> If people have similar problems in the future they can boot their distro
> kernels with show_mtrr=x to get a MTRR dump.
>

will look at it.

YH

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  3:56                                 ` Ingo Molnar
@ 2008-08-22  4:48                                   ` Yinghai Lu
  2008-08-23  0:22                                     ` Joshua Hoblitt
  2008-08-25 21:43                                   ` Joshua Hoblitt
  1 sibling, 1 reply; 34+ messages in thread
From: Yinghai Lu @ 2008-08-22  4:48 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Joshua Hoblitt, Andrew Morton, bugme-daemon, linux-kernel, j_kernel

On Thu, Aug 21, 2008 at 8:56 PM, Ingo Molnar <mingo@elte.hu> wrote:
>
> * Ingo Molnar <mingo@elte.hu> wrote:
>
>> i've tidied up your patch (see the commit below) and have queued it up
>> in x86/urgent. It seems fairly safe and i guess we can push it to
>> v2.6.27 if Joshua reports test success. Joshua, could you give it a go
>> please?
>
> or just try the latest tip/master - please check whether you are getting
> the right amount of RAM out of box plus this warning message:
>
>> WARN_ON("mtrr: your BIOS has set up an incorrect mask, fixing it up.\n");
>

according to his dmesg, it works.

may need to change it to WARN_ON only print one time

YH

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  3:50                               ` Ingo Molnar
  2008-08-22  3:56                                 ` Ingo Molnar
@ 2008-08-22  6:16                                 ` Yinghai Lu
  2008-08-22  6:24                                   ` Ingo Molnar
  1 sibling, 1 reply; 34+ messages in thread
From: Yinghai Lu @ 2008-08-22  6:16 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Joshua Hoblitt, Andrew Morton, bugme-daemon, linux-kernel, j_kernel

On Thu, Aug 21, 2008 at 8:50 PM, Ingo Molnar <mingo@elte.hu> wrote:
>
> * Yinghai Lu <yhlu.kernel@gmail.com> wrote:
>
>> or please try attached workaround patch. hope it works.
>>
>> Ingo,
>> if it works, we need to push it for 2.6.27
>
> i've tidied up your patch (see the commit below) and have queued it up
> in x86/urgent. It seems fairly safe and i guess we can push it to
> v2.6.27 if Joshua reports test success. Joshua, could you give it a go
> please?
>
>        Ingo
>
> -------------->
> From 38cc1c3df77c1bb739a4766788eb9fa49f16ffdf Mon Sep 17 00:00:00 2001
> From: Yinghai Lu <yhlu.kernel@gmail.com>
> Date: Thu, 21 Aug 2008 20:24:24 -0700
> Subject: [PATCH] x86: work around MTRR mask setting
>
> Joshua Hoblitt reported that only 3 GB of his 16 GB of RAM is
> usable. Booting with mtrr_show showed us the BIOS-initialized
> MTRR settings - which are all wrong.
>
> So the root cause is that the BIOS has not set the mask correctly:
>
>>               [    0.429971]  MSR00000200: 00000000d0000000
>>               [    0.433305]  MSR00000201: 0000000ff0000800
>> should be ==> [    0.433305]  MSR00000201: 0000003ff0000800
>>
>>               [    0.436638]  MSR00000202: 00000000e0000000
>>               [    0.439971]  MSR00000203: 0000000fe0000800
>> should be ==> [    0.439971]  MSR00000203: 0000003fe0000800
>>
>>               [    0.443304]  MSR00000204: 0000000000000006
>>               [    0.446637]  MSR00000205: 0000000c00000800
>> should be ==> [    0.446637]  MSR00000205: 0000003c00000800
>>
>>               [    0.449970]  MSR00000206: 0000000400000006
>>               [    0.453303]  MSR00000207: 0000000fe0000800
>> should be ==> [    0.453303]  MSR00000207: 0000003fe0000800
>>
>>               [    0.456636]  MSR00000208: 0000000420000006
>>               [    0.459970]  MSR00000209: 0000000ff0000800
>> should be ==> [    0.459970]  MSR00000209: 0000003ff0000800
>
> So detect this borkage and add the prefix 111.
>
> Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
> Cc: <stable@kernel.org>
> Signed-off-by: Ingo Molnar <mingo@elte.hu>
> ---
>  arch/x86/kernel/cpu/mtrr/generic.c |   15 +++++++++++++--
>  1 files changed, 13 insertions(+), 2 deletions(-)
>
> diff --git a/arch/x86/kernel/cpu/mtrr/generic.c b/arch/x86/kernel/cpu/mtrr/generic.c
> index 509bd3d..43102e0 100644
> --- a/arch/x86/kernel/cpu/mtrr/generic.c
> +++ b/arch/x86/kernel/cpu/mtrr/generic.c
> @@ -379,6 +379,7 @@ static void generic_get_mtrr(unsigned int reg, unsigned long *base,
>                             unsigned long *size, mtrr_type *type)
>  {
>        unsigned int mask_lo, mask_hi, base_lo, base_hi;
> +       unsigned int tmp, hi;
>
>        rdmsr(MTRRphysMask_MSR(reg), mask_lo, mask_hi);
>        if ((mask_lo & 0x800) == 0) {
> @@ -392,8 +393,18 @@ static void generic_get_mtrr(unsigned int reg, unsigned long *base,
>        rdmsr(MTRRphysBase_MSR(reg), base_lo, base_hi);
>
>        /* Work out the shifted address mask. */
> -       mask_lo = size_or_mask | mask_hi << (32 - PAGE_SHIFT)
> -           | mask_lo >> PAGE_SHIFT;
> +       tmp = mask_hi << (32 - PAGE_SHIFT) | mask_lo >> PAGE_SHIFT;
> +       mask_lo = size_or_mask | tmp;
> +       /* Expand tmp with high bits to all 1s*/
> +       hi = fls(tmp);
> +       if (hi > 0) {
> +               tmp |= ~((1<<(hi - 1)) - 1);
> +
> +               if (tmp != mask_lo) {
> +                       WARN_ON("mtrr: your BIOS has set up an incorrect mask, fixing it up.\n");

can you change WARN_ON to WARN_ON_ONCE ?

YH

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  6:16                                 ` Yinghai Lu
@ 2008-08-22  6:24                                   ` Ingo Molnar
  2008-08-23 23:53                                     ` Arjan van de Ven
  0 siblings, 1 reply; 34+ messages in thread
From: Ingo Molnar @ 2008-08-22  6:24 UTC (permalink / raw)
  To: Yinghai Lu
  Cc: Joshua Hoblitt, Andrew Morton, bugme-daemon, linux-kernel,
	j_kernel, Arjan van de Ven


* Yinghai Lu <yhlu.kernel@gmail.com> wrote:

> > +               if (tmp != mask_lo) {
> > +                       WARN_ON("mtrr: your BIOS has set up an incorrect mask, fixing it up.\n");
> 
> can you change WARN_ON to WARN_ON_ONCE ?

the commit below does that. Note that the condition is 
WARN_ON(condition) or WARN(string) - WARN_ON(string) will just print a 
kernel stack unconditionally. Unfortunately there's no WARN_ONCE(). 
(Arjan?)

	Ingo

---------->
>From 1c8aa33e17dc4aa68b329d262fff253648a98adb Mon Sep 17 00:00:00 2001
From: Ingo Molnar <mingo@elte.hu>
Date: Fri, 22 Aug 2008 08:22:23 +0200
Subject: [PATCH] x86: work around MTRR mask setting, v2

improve the debug printout:

- make it actually display something
- print it only once

would be nice to have a WARN_ONCE() facility, to feed such things to
kerneloops.org.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
 arch/x86/kernel/cpu/mtrr/generic.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/arch/x86/kernel/cpu/mtrr/generic.c b/arch/x86/kernel/cpu/mtrr/generic.c
index 43102e0..cb7d3b6 100644
--- a/arch/x86/kernel/cpu/mtrr/generic.c
+++ b/arch/x86/kernel/cpu/mtrr/generic.c
@@ -401,7 +401,12 @@ static void generic_get_mtrr(unsigned int reg, unsigned long *base,
 		tmp |= ~((1<<(hi - 1)) - 1);
 
 		if (tmp != mask_lo) {
-			WARN_ON("mtrr: your BIOS has set up an incorrect mask, fixing it up.\n");
+			static int once = 1;
+
+			if (once) {
+				printk(KERN_INFO "mtrr: your BIOS has set up an incorrect mask, fixing it up.\n");
+				once = 0;
+			}
 			mask_lo = tmp;
 		}
 	}

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  4:48                                   ` Yinghai Lu
@ 2008-08-23  0:22                                     ` Joshua Hoblitt
  2008-08-23  5:52                                       ` Yinghai Lu
  0 siblings, 1 reply; 34+ messages in thread
From: Joshua Hoblitt @ 2008-08-23  0:22 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: Ingo Molnar, Andrew Morton, bugme-daemon, linux-kernel

I've confirmed that the boards in these systems are Tyan Tempest i5400PW
(S5397)s.  We've discovered a workload that will deadlock the system
under both 2.6.24.2 and -tip kernel with the mtrr masking patch.  The
only thing unusual about this workload is that one of the binaries in
it constantly segvs...  Is it possible that these deadlocks (no kernel
oops on console) are caused by MSR setup wierdness or is it likely unrelated?

-J

--
On Thu, Aug 21, 2008 at 09:48:41PM -0700, Yinghai Lu wrote:
> On Thu, Aug 21, 2008 at 8:56 PM, Ingo Molnar <mingo@elte.hu> wrote:
> >
> > * Ingo Molnar <mingo@elte.hu> wrote:
> >
> >> i've tidied up your patch (see the commit below) and have queued it up
> >> in x86/urgent. It seems fairly safe and i guess we can push it to
> >> v2.6.27 if Joshua reports test success. Joshua, could you give it a go
> >> please?
> >
> > or just try the latest tip/master - please check whether you are getting
> > the right amount of RAM out of box plus this warning message:
> >
> >> WARN_ON("mtrr: your BIOS has set up an incorrect mask, fixing it up.\n");
> >
> 
> according to his dmesg, it works.
> 
> may need to change it to WARN_ON only print one time
> 
> YH

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-23  0:22                                     ` Joshua Hoblitt
@ 2008-08-23  5:52                                       ` Yinghai Lu
  2008-08-23 10:43                                         ` Ingo Molnar
  0 siblings, 1 reply; 34+ messages in thread
From: Yinghai Lu @ 2008-08-23  5:52 UTC (permalink / raw)
  To: Joshua Hoblitt; +Cc: Ingo Molnar, Andrew Morton, bugme-daemon, linux-kernel

On Fri, Aug 22, 2008 at 5:22 PM, Joshua Hoblitt <j_kernel@hoblitt.com> wrote:
> I've confirmed that the boards in these systems are Tyan Tempest i5400PW
> (S5397)s.  We've discovered a workload that will deadlock the system
> under both 2.6.24.2 and -tip kernel with the mtrr masking patch.  The
> only thing unusual about this workload is that one of the binaries in
> it constantly segvs...  Is it possible that these deadlocks (no kernel
> oops on console) are caused by MSR setup wierdness or is it likely unrelated?

could be other problem.

cpu should be smarter enough to understand the missing bits in mask.
at least amd cpu. remember that we didn't set mask bits to 40bits with
opteron with LinuxBIOS, and everything still works well.

YH

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-23  5:52                                       ` Yinghai Lu
@ 2008-08-23 10:43                                         ` Ingo Molnar
  2008-08-26  8:35                                           ` Joshua Hoblitt
  0 siblings, 1 reply; 34+ messages in thread
From: Ingo Molnar @ 2008-08-23 10:43 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: Joshua Hoblitt, Andrew Morton, bugme-daemon, linux-kernel


* Yinghai Lu <yhlu.kernel@gmail.com> wrote:

> On Fri, Aug 22, 2008 at 5:22 PM, Joshua Hoblitt <j_kernel@hoblitt.com> wrote:
> > I've confirmed that the boards in these systems are Tyan Tempest 
> > i5400PW (S5397)s.  We've discovered a workload that will deadlock 
> > the system under both 2.6.24.2 and -tip kernel with the mtrr masking 
> > patch.  The only thing unusual about this workload is that one of 
> > the binaries in it constantly segvs...  Is it possible that these 
> > deadlocks (no kernel oops on console) are caused by MSR setup 
> > wierdness or is it likely unrelated?
> 
> could be other problem.
> 
> cpu should be smarter enough to understand the missing bits in mask. 
> at least amd cpu. remember that we didn't set mask bits to 40bits with 
> opteron with LinuxBIOS, and everything still works well.

yeah. Is the deadlock debuggable? (does nmi_watchdog=1 produce anything 
useful, or does the enabling of CONFIG_PROVE_LOCKING=y show anything 
weird in the syslog during light, non-deadlocking use of this workload?)

	Ingo

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  6:24                                   ` Ingo Molnar
@ 2008-08-23 23:53                                     ` Arjan van de Ven
  2008-08-25  9:17                                       ` Ingo Molnar
  0 siblings, 1 reply; 34+ messages in thread
From: Arjan van de Ven @ 2008-08-23 23:53 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Yinghai Lu, Joshua Hoblitt, Andrew Morton, bugme-daemon,
	linux-kernel, j_kernel

On Fri, 22 Aug 2008 08:24:59 +0200
Ingo Molnar <mingo@elte.hu> wrote:

> 
> * Yinghai Lu <yhlu.kernel@gmail.com> wrote:
> 
> > > +               if (tmp != mask_lo) {
> > > +                       WARN_ON("mtrr: your BIOS has set up an
> > > incorrect mask, fixing it up.\n");
> > 
> > can you change WARN_ON to WARN_ON_ONCE ?
> 
> the commit below does that. Note that the condition is 
> WARN_ON(condition) or WARN(string) - WARN_ON(string) will just print
> a kernel stack unconditionally. Unfortunately there's no WARN_ONCE(). 
> (Arjan?)

Andrew removed that from the patches as "unused" :-(
oh well easy to add back ;-)


-- 
If you want to reach me at my work email, use arjan@linux.intel.com
For development, discussion and tips for power savings, 
visit http://www.lesswatts.org

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-23 23:53                                     ` Arjan van de Ven
@ 2008-08-25  9:17                                       ` Ingo Molnar
  0 siblings, 0 replies; 34+ messages in thread
From: Ingo Molnar @ 2008-08-25  9:17 UTC (permalink / raw)
  To: Arjan van de Ven
  Cc: Yinghai Lu, Joshua Hoblitt, Andrew Morton, bugme-daemon,
	linux-kernel, j_kernel


* Arjan van de Ven <arjan@infradead.org> wrote:

> On Fri, 22 Aug 2008 08:24:59 +0200
> Ingo Molnar <mingo@elte.hu> wrote:
> 
> > 
> > * Yinghai Lu <yhlu.kernel@gmail.com> wrote:
> > 
> > > > +               if (tmp != mask_lo) {
> > > > +                       WARN_ON("mtrr: your BIOS has set up an
> > > > incorrect mask, fixing it up.\n");
> > > 
> > > can you change WARN_ON to WARN_ON_ONCE ?
> > 
> > the commit below does that. Note that the condition is 
> > WARN_ON(condition) or WARN(string) - WARN_ON(string) will just print
> > a kernel stack unconditionally. Unfortunately there's no WARN_ONCE(). 
> > (Arjan?)
> 
> Andrew removed that from the patches as "unused" :-(
> oh well easy to add back ;-)

please send a patch, with at least one user :-)

	Ingo

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-22  3:56                                 ` Ingo Molnar
  2008-08-22  4:48                                   ` Yinghai Lu
@ 2008-08-25 21:43                                   ` Joshua Hoblitt
  1 sibling, 0 replies; 34+ messages in thread
From: Joshua Hoblitt @ 2008-08-25 21:43 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Yinghai Lu, Andrew Morton, bugme-daemon, linux-kernel, j_kernel

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

I repulled/rebuilding the tip tree this morning.  I can confirm that the
show_msr patch is working and mtrr masking patch is now only printing a
single warning in the dmesg.  The dmesg is attached.

As per usual, the kernel folks provide the best support of any software
in history.  Thanks guys!

-J

--
On Fri, Aug 22, 2008 at 05:56:09AM +0200, Ingo Molnar wrote:
> 
> * Ingo Molnar <mingo@elte.hu> wrote:
> 
> > i've tidied up your patch (see the commit below) and have queued it up 
> > in x86/urgent. It seems fairly safe and i guess we can push it to 
> > v2.6.27 if Joshua reports test success. Joshua, could you give it a go 
> > please?
> 
> or just try the latest tip/master - please check whether you are getting 
> the right amount of RAM out of box plus this warning message:
> 
> > WARN_ON("mtrr: your BIOS has set up an incorrect mask, fixing it up.\n");
> 
> 	Ingo

[-- Attachment #2: 2.6.27-rc4-tip-00345-g8c8b7ed.dmesg --]
[-- Type: text/plain, Size: 57093 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Linux version 2.6.27-rc4-tip-00345-g8c8b7ed (root@ipp000) (gcc version 4.1.2 (Gentoo 4.1.2 p1.1)) #1 SMP Mon Aug 25 10:36:23 HST 2008
[    0.000000] Command line: root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0 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 - 000000000009e400 (usable)
[    0.000000]  BIOS-e820: 000000000009e400 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000ca000 - 00000000000cc000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000cff00000 (usable)
[    0.000000]  BIOS-e820: 00000000cff00000 - 00000000cff0a000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000cff0a000 - 00000000cff0b000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000cff0b000 - 00000000d0000000 (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]  BIOS-e820: 0000000100000000 - 0000000430000000 (usable)
[    0.000000] last_pfn = 0x430000 max_arch_pfn = 0x3ffffffff
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] mtrr: your BIOS has set up an incorrect mask, fixing it up.
[    0.000000] last_pfn = 0xcff00 max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping
[    0.000000]  0000000000 - 00cfe00000 page 2M
[    0.000000]  00cfe00000 - 00cff00000 page 4k
[    0.000000] kernel direct mapping tables up to cff00000 @ 8000-e000
[    0.000000] last_map_addr: cff00000 end: cff00000
[    0.000000] init_memory_mapping
[    0.000000]  0100000000 - 0430000000 page 2M
[    0.000000] kernel direct mapping tables up to 430000000 @ c000-1e000
[    0.000000] last_map_addr: 430000000 end: 430000000
[    0.000000] RAMDISK: 37e10000 - 37fef782
[    0.000000] DMI present.
[    0.000000] ACPI: RSDP 000F7020, 0024 (r2 PTLTD )
[    0.000000] ACPI: XSDT CFF0395D, 005C (r1 PTLTD  	 XSDT    6040000  LTP        0)
[    0.000000] ACPI: FACP CFF09D60, 00F4 (r3 INTEL  TUMWATER  6040000 PTL         3)
[    0.000000] ACPI: DSDT CFF0599D, 434F (r1  Intel SEABURG   6040000 MSFT  3000000)
[    0.000000] ACPI: FACS CFF0AFC0, 0040
[    0.000000] ACPI: _MAR CFF09E54, 0030 (r1 Intel  OEMDMAR   6040000 LOHR        1)
[    0.000000] ACPI: APIC CFF09E84, 00C8 (r1 PTLTD  	 APIC    6040000  LTP        0)
[    0.000000] ACPI: MCFG CFF09F4C, 003C (r1 PTLTD    MCFG    6040000  LTP        0)
[    0.000000] ACPI: BOOT CFF09F88, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
[    0.000000] ACPI: SPCR CFF09FB0, 0050 (r1 PTLTD  $UCRTBL$  6040000 PTL         1)
[    0.000000] ACPI: SSDT CFF039B9, 1405 (r1  PmRef    CpuPm     3000 INTL 20050228)
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000430000000
[    0.000000] Bootmem setup node 0 0000000000000000-0000000430000000
[    0.000000]   NODE_DATA [0000000000019000 - 0000000000023fff]
[    0.000000]   bootmap [0000000000100000 -  0000000000185fff] pages 86
[    0.000000] (7 early reservations) ==> bootmem [0000000000 - 0430000000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0000200000 - 00009bfef0]    TEXT DATA BSS ==> [0000200000 - 00009bfef0]
[    0.000000]   #3 [0037e10000 - 0037fef782]          RAMDISK ==> [0037e10000 - 0037fef782]
[    0.000000]   #4 [000009e400 - 0000100000]    BIOS reserved ==> [000009e400 - 0000100000]
[    0.000000]   #5 [0000008000 - 000000c000]          PGTABLE ==> [0000008000 - 000000c000]
[    0.000000]   #6 [000000c000 - 0000019000]          PGTABLE ==> [000000c000 - 0000019000]
[    0.000000] found SMP MP-table at [ffff8800000f7050] 000f7050
[    0.000000]  [ffffe20000000000-ffffe200107fffff] PMD -> [ffff880028200000-ffff880037dfffff] on node 0
[    0.000000]  [ffffe20010800000-ffffe20010bfffff] PMD -> [ffff880038000000-ffff8800383fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00430000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x000cff00
[    0.000000]     0: 0x00100000 -> 0x00430000
[    0.000000] On node 0 totalpages: 4193950
[    0.000000]   DMA zone: 1832 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 831296 pages, LIFO batch:31
[    0.000000]   Normal zone: 3290112 pages, LIFO batch:31
[    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[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] 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: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x09] address[0xfec88000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 9, version 0, address 0xfec88000, GSI 24-47
[    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] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000ca000
[    0.000000] PM: Registered nosave memory: 00000000000ca000 - 00000000000cc000
[    0.000000] PM: Registered nosave memory: 00000000000cc000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 00000000cff00000 - 00000000cff0a000
[    0.000000] PM: Registered nosave memory: 00000000cff0a000 - 00000000cff0b000
[    0.000000] PM: Registered nosave memory: 00000000cff0b000 - 00000000d0000000
[    0.000000] PM: Registered nosave memory: 00000000d0000000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
[    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
[    0.000000] PM: Registered nosave memory: 00000000fec10000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
[    0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at d1000000 (gap: d0000000:10000000)
[    0.000000] dyn_array irq_2_pin_head+0x0/0x418 size:0x10 nr:256 align:0x1000
[    0.000000] dyn_array irq_cfgx+0x0/0x8 size:0x30 nr:32 align:0x1000
[    0.000000] dyn_array sparse_irqs+0x0/0x8 size:0x100 nr:32 align:0x1000
[    0.000000] dyn_array total_size: 0x4000
[    0.000000] dyn_array irq_2_pin_head+0x0/0x418  ==> [0x28034000 - 0x28035000]
[    0.000000] dyn_array irq_cfgx+0x0/0x8  ==> [0x28035000 - 0x28035600]
[    0.000000] dyn_array sparse_irqs+0x0/0x8  ==> [0x28036000 - 0x28038000]
[    0.000000] kstat_irqs ==> [0x28038000 - 0x28038400]
[    0.000000] PERCPU: Allocating 49152 bytes of per cpu data
[    0.000000] per cpu data for cpu0 on node0 at 0000000028039000
[    0.000000] per cpu data for cpu1 on node0 at 0000000028045000
[    0.000000] per cpu data for cpu2 on node0 at 0000000028051000
[    0.000000] per cpu data for cpu3 on node0 at 000000002805d000
[    0.000000] per cpu data for cpu4 on node0 at 0000000028069000
[    0.000000] per cpu data for cpu5 on node0 at 0000000028075000
[    0.000000] per cpu data for cpu6 on node0 at 0000000028081000
[    0.000000] per cpu data for cpu7 on node0 at 000000002808d000
[    0.000000] NR_CPUS: 32, nr_cpu_ids: 8, nr_node_ids 1
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4123240
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/ram0 real_root=/dev/sda3 init=/linuxrc show_msr=1 console=tty0 console=ttyS0,115200n8 
[    0.000000] Initializing CPU#0
[    0.000000] found new irq_desc for irq 0
[    0.000000] found new irq_desc for irq 1
[    0.000000] found new irq_desc for irq 2
[    0.000000] found new irq_desc for irq 3
[    0.000000] found new irq_desc for irq 4
[    0.000000] found new irq_desc for irq 5
[    0.000000] found new irq_desc for irq 6
[    0.000000] found new irq_desc for irq 7
[    0.000000] found new irq_desc for irq 8
[    0.000000] found new irq_desc for irq 9
[    0.000000] found new irq_desc for irq 10
[    0.000000] found new irq_desc for irq 11
[    0.000000] found new irq_desc for irq 12
[    0.000000] found new irq_desc for irq 13
[    0.000000] found new irq_desc for irq 14
[    0.000000] found new irq_desc for irq 15
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Extended CMOS year: 2000
[    0.000000] TSC calibrated against PM_TIMER
[    0.000000] Detected 3192.010 MHz processor.
[    0.003333] Console: colour VGA+ 80x25
[    0.003333] console [tty0] enabled
[    0.003333] console [ttyS0] enabled
[    0.003333] Checking aperture...
[    0.003333] No AGP bridge found
[    0.003333] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.003333] Placing software IO TLB between 0x20000000 - 0x24000000
[    0.003333] Memory: 16436776k/17563648k available (3831k kernel code, 339024k reserved, 2175k data, 676k init)
[    0.003333] CPA: page pool initialized 1 of 1 pages preallocated
[    0.003333] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.003341] Calibrating delay loop (skipped), value calculated using timer frequency.. 6386.02 BogoMIPS (lpj=10640033)
[    0.010017] Security Framework initialized
[    0.016879] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.027256] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.034238] Mount-cache hash table entries: 256
[    0.036819] Initializing cgroup subsys ns
[    0.040003] Initializing cgroup subsys cpuacct
[    0.043333] Initializing cgroup subsys memory
[    0.046668] Initializing cgroup subsys devices
[    0.050006] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.055184] CPU: L2 cache: 6144K
[    0.056665] CPU 0/0 -> Node 0
[    0.059998] CPU: Physical Processor ID: 0
[    0.063330] CPU: Processor Core ID: 0
[    0.066667] CPU0: Thermal monitoring enabled (TM2)
[    0.069997] using mwait in idle threads.
[    0.073345] ACPI: Core revision 20080609
[    0.083380] Setting APIC routing to flat
[    0.090076]  0 add_pin_to_irq: irq 1 --> apic 0 pin 1
[    0.090081]  0 add_pin_to_irq: irq 0 --> apic 0 pin 2
[    0.090083]  0 add_pin_to_irq: irq 3 --> apic 0 pin 3
[    0.090086]  0 add_pin_to_irq: irq 4 --> apic 0 pin 4
[    0.090089]  0 add_pin_to_irq: irq 5 --> apic 0 pin 5
[    0.090091]  0 add_pin_to_irq: irq 6 --> apic 0 pin 6
[    0.090093]  0 add_pin_to_irq: irq 7 --> apic 0 pin 7
[    0.090096]  0 add_pin_to_irq: irq 8 --> apic 0 pin 8
[    0.090098]  0 add_pin_to_irq: irq 9 --> apic 0 pin 9
[    0.090101]  0 add_pin_to_irq: irq 10 --> apic 0 pin 10
[    0.090104]  0 add_pin_to_irq: irq 11 --> apic 0 pin 11
[    0.090106]  0 add_pin_to_irq: irq 12 --> apic 0 pin 12
[    0.090109]  0 add_pin_to_irq: irq 13 --> apic 0 pin 13
[    0.090111]  0 add_pin_to_irq: irq 14 --> apic 0 pin 14
[    0.090114]  0 add_pin_to_irq: irq 15 --> apic 0 pin 15
[    0.090247] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.129455] CPU0: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.136658]  MSR00000000: 00000000cff69380
[    0.139991]  MSR00000001: 0000000000000000
[    0.143327]  MSR00000006: 0000000000000040
[    0.146661]  MSR00000010: 00000041ff91fb10
[    0.149993]  MSR00000017: 0018000088e40822
[    0.153325]  MSR0000001b: 00000000fee00900
[    0.156659]  MSR00000021: 0000000000000001
[    0.159993]  MSR0000002a: 00000000c208149e
[    0.163326]  MSR00000032: 0000000000000000
[    0.166656]  MSR00000033: 0000000000000000
[    0.169991]  MSR00000039: 0000000000000000
[    0.173322]  MSR0000003a: 000000000000000d
[    0.176657]  MSR0000003f: 0000000000000000
[    0.179989]  MSR00000040: ffffffff805af2f3
[    0.183322]  MSR00000041: ffffffff8020c348
[    0.186655]  MSR00000042: ffffffff802380fc
[    0.189988]  MSR00000043: ffffffff8020c348
[    0.193332]  MSR00000060: ffffffff805af2cc
[    0.196654]  MSR00000061: ffffffff802380eb
[    0.199987]  MSR00000062: ffffffff805af2c1
[    0.203320]  MSR00000063: ffffffff802380eb
[    0.206668]  MSR0000008b: 0000060600000000
[    0.209992]  MSR0000009b: 0000000000000000
[    0.213321]  MSR000000a0: 00000000cff80000
[    0.216653]  MSR000000a1: 00000000fff80800
[    0.219989]  MSR000000a8: 000000000000061a
[    0.223319]  MSR000000a9: 000000000000061a
[    0.226652]  MSR000000aa: 000000000000061a
[    0.229985]  MSR000000ab: 000000000000061a
[    0.233318]  MSR000000ac: 000000000000061a
[    0.236652]  MSR000000ad: 000000000000061a
[    0.239992]  MSR000000c1: 0000000000000000
[    0.243318]  MSR000000c2: 0000000000000000
[    0.246653]  MSR000000c7: 130000004c000000
[    0.249986]  MSR000000cd: 0000000000000806
[    0.253317]  MSR000000ce: 001a08227f7f071a
[    0.256650]  MSR000000cf: 0000000000000000
[    0.259990]  MSR000000e0: 00000000018bc0f0
[    0.263316]  MSR000000e1: 00000000f0f00000
[    0.266650]  MSR000000e2: 0000000002262201
[    0.269983]  MSR000000e3: 0000000000000000
[    0.273316]  MSR000000e4: 0000000000000000
[    0.276649]  MSR000000e5: 00000000d00208c8
[    0.279982]  MSR000000e7: 000000421f188350
[    0.283315]  MSR000000e8: 000000421fe966d0
[    0.286650]  MSR000000ee: 04000000877d4b01
[    0.289987]  MSR000000fe: 0000000000000d07
[    0.293323]  MSR00000116: 0000000000003fc0
[    0.296648]  MSR00000118: 00000000000bfffd
[    0.299982]  MSR0000011b: 0000000000000000
[    0.303314]  MSR0000011c: 00000000e000000c
[    0.306647]  MSR0000011e: 00000000be702111
[    0.309998]  MSR0000014e: 000000006fe76e2f
[    0.313313]  MSR0000014f: 00000000f7bef7ff
[    0.316647]  MSR00000151: 00000000ad123a00
[    0.319984]  MSR0000015e: 0000000000000006
[    0.323313]  MSR0000015f: 00000000001c0822
[    0.326653]  MSR00000174: 0000000000000010
[    0.329979]  MSR00000175: 0000000000000000
[    0.333312]  MSR00000176: ffffffff80228960
[    0.336646]  MSR00000179: 0000000000000806
[    0.339978]  MSR0000017a: 0000000000000000
[    0.343315]  MSR00000186: 0000000000000000
[    0.346644]  MSR00000187: 0000000000000000
[    0.349982]  MSR00000193: 0000000000000000
[    0.353311]  MSR00000194: 0000000000000522
[    0.356645]  MSR00000198: 0822082206000822
[    0.359977]  MSR00000199: 0000000000000822
[    0.363310]  MSR0000019a: 0000000000000002
[    0.366643]  MSR0000019b: 0000000000000003
[    0.369976]  MSR0000019c: 00000000882a0000
[    0.373309]  MSR0000019d: 000000000000061a
[    0.376642]  MSR0000019e: 0000000006010000
[    0.379976]  MSR0000019f: 0000000000000000
[    0.383309]  MSR000001a0: 00000060669d2489
[    0.386642]  MSR000001a1: 0000000000000000
[    0.389975]  MSR000001a2: 0000000000001000
[    0.393311]  MSR000001aa: 00000000fe7f042f
[    0.396649]  MSR000001bf: 0000000000000404
[    0.399978]  MSR000001c9: 0000000000000002
[    0.403311]  MSR000001d3: 0000000000008000
[    0.406642]  MSR000001d9: 0000000000000001
[    0.409974]  MSR000001db: ffffffff805af2f3
[    0.413307]  MSR000001dc: ffffffff805af2c1
[    0.416640]  MSR000001dd: ffffffff802380ca
[    0.419973]  MSR000001de: ffffffff802380e6
[    0.423306]  MSR000001e0: 0000000000000ff0
[    0.426648]  MSR000001f8: 0000000000000001
[    0.429972]  MSR000001f9: 0000000000000001
[    0.433305]  MSR000001fa: 0000000000008c89
[    0.436640]  MSR00000200: 00000000d0000000
[    0.439972]  MSR00000201: 0000000ff0000800
[    0.443305]  MSR00000202: 00000000e0000000
[    0.446638]  MSR00000203: 0000000fe0000800
[    0.449971]  MSR00000204: 0000000000000006
[    0.453304]  MSR00000205: 0000000c00000800
[    0.456637]  MSR00000206: 0000000400000006
[    0.459970]  MSR00000207: 0000000fe0000800
[    0.463303]  MSR00000208: 0000000420000006
[    0.466637]  MSR00000209: 0000000ff0000800
[    0.469970]  MSR0000020a: 0000000000000000
[    0.473303]  MSR0000020b: 0000000000000000
[    0.476636]  MSR0000020c: 0000000000000000
[    0.479969]  MSR0000020d: 0000000000000000
[    0.483328]  MSR00000250: 0606060606060606
[    0.486638]  MSR00000258: 0606060606060606
[    0.489968]  MSR00000259: 0000000000000000
[    0.493307]  MSR00000268: 0505050505050505
[    0.496635]  MSR00000269: 0505050505050505
[    0.499968]  MSR0000026a: 0000000000000000
[    0.503301]  MSR0000026b: 0000000000000000
[    0.506634]  MSR0000026c: 0505050505050505
[    0.509968]  MSR0000026d: 0505050505050505
[    0.513301]  MSR0000026e: 0505050505050505
[    0.516634]  MSR0000026f: 0505050505050505
[    0.519970]  MSR00000277: 0007010600070106
[    0.523353]  MSR000002ff: 0000000000000c00
[    0.526638]  MSR00000309: 0000000000000000
[    0.529968]  MSR0000030a: 0000000000000000
[    0.533301]  MSR0000030b: 0000000000000000
[    0.536656]  MSR00000345: 00000000000010c2
[    0.539995]  MSR0000038d: 0000000000000000
[    0.543301]  MSR0000038e: 0000000000000000
[    0.546634]  MSR0000038f: ffffffffffffffff
[    0.549968]  MSR00000390: ffffffffffffffff
[    0.553338]  MSR000003f1: 0000000000000000
[    0.556640]  MSR00000400: 00000000c208149e
[    0.559968]  MSR00000401: 1000000000000000
[    0.563301]  MSR00000402: 0000000000000000
[    0.566635]  MSR00000404: 0000000000000001
[    0.569968]  MSR00000405: 0000000000000000
[    0.573301]  MSR00000406: 000002a9000002a9
[    0.576635]  MSR00000408: 0000000000000001
[    0.579968]  MSR00000409: 0000000000000000
[    0.583301]  MSR0000040a: 000002a9000002a9
[    0.586635]  MSR0000040c: 0000000000000001
[    0.589968]  MSR0000040d: 0020000000000000
[    0.593301]  MSR0000040e: 00000080608ad188
[    0.596635]  MSR00000410: 0000000000000008
[    0.599968]  MSR00000411: 0000000000000011
[    0.603302]  MSR00000414: 0000000000000001
[    0.606634]  MSR00000415: 1000001004000e0f
[    0.610018]  MSRc0000080: 0000000000000d01
[    0.613301]  MSRc0000081: 0023001000000000
[    0.616634]  MSRc0000082: ffffffff8020bce0
[    0.619968]  MSRc0000083: ffffffff80228b70
[    0.623301]  MSRc0000084: 0000000000003700
[    0.626681]  MSRc0000100: 0000000000000000
[    0.629968]  MSRc0000101: ffffffff807e6c00
[    0.633301]  MSRc0000102: 0000000000000000
[    0.643300] Booting processor 1/4 ip 6000
[    0.003333] Initializing CPU#1
[    0.003333] Calibrating delay using timer specific routine.. 6386.64 BogoMIPS (lpj=10639430)
[    0.003333] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.003333] CPU: L2 cache: 6144K
[    0.003333] CPU 1/4 -> Node 0
[    0.003333] CPU: Physical Processor ID: 1
[    0.003333] CPU: Processor Core ID: 0
[    0.003333] CPU1: Thermal monitoring enabled (TM2)
[    0.003333] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[    0.738103] CPU1: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.744732] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.746689] Booting processor 2/1 ip 6000
[    0.003333] Initializing CPU#2
[    0.003333] Calibrating delay using timer specific routine.. 6386.61 BogoMIPS (lpj=10639385)
[    0.003333] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.003333] CPU: L2 cache: 6144K
[    0.003333] CPU 2/1 -> Node 0
[    0.003333] CPU: Physical Processor ID: 0
[    0.003333] CPU: Processor Core ID: 1
[    0.003333] CPU2: Thermal monitoring enabled (TM2)
[    0.003333] x86 PAT enabled: cpu 2, old 0x7040600070406, new 0x7010600070106
[    0.844800] CPU2: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.851400] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[    0.853400] Booting processor 3/5 ip 6000
[    0.003333] Initializing CPU#3
[    0.003333] Calibrating delay using timer specific routine.. 6386.62 BogoMIPS (lpj=10639401)
[    0.003333] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.003333] CPU: L2 cache: 6144K
[    0.003333] CPU 3/5 -> Node 0
[    0.003333] CPU: Physical Processor ID: 1
[    0.003333] CPU: Processor Core ID: 1
[    0.003333] CPU3: Thermal monitoring enabled (TM2)
[    0.003333] x86 PAT enabled: cpu 3, old 0x7040600070406, new 0x7010600070106
[    0.951441] CPU3: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    0.958064] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[    0.960026] Booting processor 4/2 ip 6000
[    0.003333] Initializing CPU#4
[    0.003333] Calibrating delay using timer specific routine.. 6386.60 BogoMIPS (lpj=10639363)
[    0.003333] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.003333] CPU: L2 cache: 6144K
[    0.003333] CPU 4/2 -> Node 0
[    0.003333] CPU: Physical Processor ID: 0
[    0.003333] CPU: Processor Core ID: 2
[    0.003333] CPU4: Thermal monitoring enabled (TM2)
[    0.003333] x86 PAT enabled: cpu 4, old 0x7040600070406, new 0x7010600070106
[    1.058128] CPU4: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    1.064733] checking TSC synchronization [CPU#0 -> CPU#4]: passed.
[    1.066687] Booting processor 5/6 ip 6000
[    0.003333] Initializing CPU#5
[    0.003333] Calibrating delay using timer specific routine.. 6386.60 BogoMIPS (lpj=10639368)
[    0.003333] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.003333] CPU: L2 cache: 6144K
[    0.003333] CPU 5/6 -> Node 0
[    0.003333] CPU: Physical Processor ID: 1
[    0.003333] CPU: Processor Core ID: 2
[    0.003333] CPU5: Thermal monitoring enabled (TM2)
[    0.003333] x86 PAT enabled: cpu 5, old 0x7040600070406, new 0x7010600070106
[    1.164844] CPU5: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    1.171401] checking TSC synchronization [CPU#0 -> CPU#5]: passed.
[    1.173351] Booting processor 6/3 ip 6000
[    0.003333] Initializing CPU#6
[    0.003333] Calibrating delay using timer specific routine.. 6386.61 BogoMIPS (lpj=10639379)
[    0.003333] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.003333] CPU: L2 cache: 6144K
[    0.003333] CPU 6/3 -> Node 0
[    0.003333] CPU: Physical Processor ID: 0
[    0.003333] CPU: Processor Core ID: 3
[    0.003333] CPU6: Thermal monitoring enabled (TM2)
[    0.003333] x86 PAT enabled: cpu 6, old 0x7040600070406, new 0x7010600070106
[    1.271472] CPU6: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    1.279979] checking TSC synchronization [CPU#0 -> CPU#6]: passed.
[    1.286686] Booting processor 7/7 ip 6000
[    0.003333] Initializing CPU#7
[    0.003333] Calibrating delay using timer specific routine.. 6386.62 BogoMIPS (lpj=10639406)
[    0.003333] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.003333] CPU: L2 cache: 6144K
[    0.003333] CPU 7/7 -> Node 0
[    0.003333] CPU: Physical Processor ID: 1
[    0.003333] CPU: Processor Core ID: 3
[    0.003333] CPU7: Thermal monitoring enabled (TM2)
[    0.003333] x86 PAT enabled: cpu 7, old 0x7040600070406, new 0x7010600070106
[    1.384776] CPU7: Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz stepping 06
[    1.391399] checking TSC synchronization [CPU#0 -> CPU#7]: passed.
[    1.393308] Brought up 8 CPUs
[    1.396635] Total of 8 processors activated (51089.35 BogoMIPS).
[    1.400602] net_namespace: 864 bytes
[    1.403457] xor: automatically using best checksumming function: generic_sse
[    1.423301]    generic_sse: 11871.600 MB/sec
[    1.426634] xor: using function: generic_sse (11871.600 MB/sec)
[    1.429997] NET: Registered protocol family 16
[    1.433531] No dock devices found.
[    1.436849] ACPI: bus type pci registered
[    1.440110] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 8
[    1.443302] PCI: MCFG area at e0000000 reserved in E820
[    1.446821] PCI: Using MMCONFIG at e0000000 - e08fffff
[    1.449968] PCI: Using configuration type 1 for base access
[    1.458449] ACPI: EC: Look up EC in DSDT
[    1.460268] ACPI: Interpreter enabled
[    1.463302] ACPI: (supports S0 S3 S4 S5)
[    1.468074] ACPI: Using IOAPIC for interrupt routing
[    1.475012] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    1.476744] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    1.479969] pci 0000:00:00.0: PME# disabled
[    1.483323] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.486635] pci 0000:00:01.0: PME# disabled
[    1.489991] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    1.493302] pci 0000:00:05.0: PME# disabled
[    1.496658] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    1.499969] pci 0000:00:09.0: PME# disabled
[    1.503525] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.506636] pci 0000:00:1b.0: PME# disabled
[    1.510005] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.513303] pci 0000:00:1c.0: PME# disabled
[    1.516837] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    1.519970] pci 0000:00:1d.7: PME# disabled
[    1.523376] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[    1.523526] pci 0000:01:00.0: supports D1
[    1.523550] PCI: bridge 0000:00:01.0 32bit mmio: [dc100000, dc1fffff]
[    1.526695] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    1.529969] pci 0000:03:00.0: PME# disabled
[    1.533335] pci 0000:03:00.3: PME# supported from D0 D3hot D3cold
[    1.536636] pci 0000:03:00.3: PME# disabled
[    1.539993] PCI: bridge 0000:00:09.0 io port: [2000, 2fff]
[    1.543302] PCI: bridge 0000:00:09.0 32bit mmio: [dc200000, dc3fffff]
[    1.546674] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    1.549969] pci 0000:04:00.0: PME# disabled
[    1.553333] pci 0000:04:02.0: PME# supported from D0 D3hot D3cold
[    1.556636] pci 0000:04:02.0: PME# disabled
[    1.559987] PCI: bridge 0000:03:00.0 io port: [2000, 2fff]
[    1.563302] PCI: bridge 0000:03:00.0 32bit mmio: [dc200000, dc2fffff]
[    1.566736] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    1.569970] pci 0000:06:00.0: PME# disabled
[    1.573370] pci 0000:06:00.1: PME# supported from D0 D3hot D3cold
[    1.576636] pci 0000:06:00.1: PME# disabled
[    1.579995] PCI: bridge 0000:04:02.0 io port: [2000, 2fff]
[    1.583302] PCI: bridge 0000:04:02.0 32bit mmio: [dc200000, dc2fffff]
[    1.586779] pci 0000:09:05.0: supports D1
[    1.586780] pci 0000:09:05.0: supports D2
[    1.586839] pci 0000:09:06.0: supports D2
[    1.586840] pci 0000:09:06.0: PME# supported from D2 D3hot D3cold
[    1.589970] pci 0000:09:06.0: PME# disabled
[    1.593327] pci 0000:00:1e.0: transparent bridge
[    1.596644] PCI: bridge 0000:00:1e.0 io port: [3000, 3fff]
[    1.599969] PCI: bridge 0000:00:1e.0 32bit mmio: [dc000000, dc0fffff]
[    1.603304] PCI: bridge 0000:00:1e.0 64bit mmio pref: [d8000000, dbffffff]
[    1.606649] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.607085] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    1.607173] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
[    1.607254] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[    1.609973] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0._PRT]
[    1.610147] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0.BPD0._PRT]
[    1.610229] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMD0.BPD2._PRT]
[    1.610311] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9.BMF3._PRT]
[    1.610438] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[    1.610530] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    1.619795] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 14 15)
[    1.623888] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.631510] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.639519] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 14 15)
[    1.643883] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 14 15)
[    1.651512] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 6 7 10 *11 14 15)
[    1.659053] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *7 10 11 14 15)
[    1.663358] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 6 7 10 11 14 15) *9
[    1.671379] Linux Plug and Play Support v0.97 (c) Adam Belay
[    1.673363] pnp: PnP ACPI init
[    1.676638] ACPI: bus type pnp registered
[    1.684675] pnp: PnP ACPI: found 11 devices
[    1.686635] ACPI: ACPI bus type pnp unregistered
[    1.690226] SCSI subsystem initialized
[    1.693560] libata version 3.00 loaded.
[    1.693878] usbcore: registered new interface driver usbfs
[    1.696702] usbcore: registered new interface driver hub
[    1.700059] usbcore: registered new device driver usb
[    1.703709] PCI: Using ACPI for IRQ routing
[    1.723323] PCI-GART: No AMD northbridge found.
[    1.726732] hpet clockevent registered
[    1.726735] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.733301] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    1.739991] ACPI: RTC can wake from S4
[    1.752137] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[    1.758702] system 00:01: ioport range 0x800-0x80f has been reserved
[    1.765260] system 00:01: ioport range 0x1000-0x107f has been reserved
[    1.771994] system 00:01: ioport range 0x1180-0x11bf has been reserved
[    1.778731] system 00:01: ioport range 0xfe00-0xfe00 has been reserved
[    1.785460] system 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
[    1.793294] system 00:01: iomem range 0xfee00000-0xfee0ffff could not be reserved
[    1.801126] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
[    1.808961] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved
[    1.816288] system 00:01: iomem range 0xfec88000-0xfec88fff has been reserved
[    1.823621] system 00:01: iomem range 0xfe000000-0xfe01ffff has been reserved
[    1.830953] system 00:01: iomem range 0xfe600000-0xfe6fffff has been reserved
[    1.839316] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    1.845445] pci 0000:00:01.0:   IO window: disabled
[    1.850520] pci 0000:00:01.0:   MEM window: 0xdc100000-0xdc1fffff
[    1.856816] pci 0000:00:01.0:   PREFETCH window: 0x000000d1000000-0x000000d10fffff
[    1.864732] pci 0000:00:05.0: PCI bridge, secondary bus 0000:02
[    1.870855] pci 0000:00:05.0:   IO window: disabled
[    1.875931] pci 0000:00:05.0:   MEM window: disabled
[    1.881096] pci 0000:00:05.0:   PREFETCH window: disabled
[    1.886696] pci 0000:04:00.0: PCI bridge, secondary bus 0000:05
[    1.892815] pci 0000:04:00.0:   IO window: disabled
[    1.897892] pci 0000:04:00.0:   MEM window: disabled
[    1.903058] pci 0000:04:00.0:   PREFETCH window: disabled
[    1.908667] pci 0000:04:02.0: PCI bridge, secondary bus 0000:06
[    1.914787] pci 0000:04:02.0:   IO window: 0x2000-0x2fff
[    1.920296] pci 0000:04:02.0:   MEM window: 0xdc200000-0xdc2fffff
[    1.926590] pci 0000:04:02.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    1.934508] pci 0000:03:00.0: PCI bridge, secondary bus 0000:04
[    1.941128] pci 0000:03:00.0:   IO window: 0x2000-0x2fff
[    1.946634] pci 0000:03:00.0:   MEM window: 0xdc200000-0xdc2fffff
[    1.952928] pci 0000:03:00.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    1.960845] pci 0000:03:00.3: PCI bridge, secondary bus 0000:07
[    1.966966] pci 0000:03:00.3:   IO window: disabled
[    1.972055] pci 0000:03:00.3:   MEM window: disabled
[    1.977218] pci 0000:03:00.3:   PREFETCH window: disabled
[    1.982814] pci 0000:00:09.0: PCI bridge, secondary bus 0000:03
[    1.988938] pci 0000:00:09.0:   IO window: 0x2000-0x2fff
[    1.994447] pci 0000:00:09.0:   MEM window: 0xdc200000-0xdc3fffff
[    2.000745] pci 0000:00:09.0:   PREFETCH window: 0x000000d1100000-0x000000d11fffff
[    2.008670] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:08
[    2.014789] pci 0000:00:1c.0:   IO window: disabled
[    2.019866] pci 0000:00:1c.0:   MEM window: disabled
[    2.025029] pci 0000:00:1c.0:   PREFETCH window: disabled
[    2.030622] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:09
[    2.036743] pci 0000:00:1e.0:   IO window: 0x3000-0x3fff
[    2.042263] pci 0000:00:1e.0:   MEM window: 0xdc000000-0xdc0fffff
[    2.048555] pci 0000:00:1e.0:   PREFETCH window: 0x000000d8000000-0x000000dbffffff
[    2.056478] found new irq_cfg for irq 16
[    2.056479]  0 add_pin_to_irq: irq 16 --> apic 0 pin 16
[    2.056482] found new irq_desc for irq 16
[    2.056484] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.063384] pci 0000:00:01.0: setting latency timer to 64
[    2.063387] pci 0000:00:05.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.070283] pci 0000:00:05.0: setting latency timer to 64
[    2.070286] pci 0000:00:09.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.077180] pci 0000:00:09.0: setting latency timer to 64
[    2.077185] vendor=8086 device=4029
[    2.080865] pci 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.087764] pci 0000:03:00.0: setting latency timer to 64
[    2.087768] vendor=8086 device=3500
[    2.091456] vendor=8086 device=4029
[    2.095138] pci 0000:04:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.102047] pci 0000:04:00.0: setting latency timer to 64
[    2.102051] vendor=8086 device=3500
[    2.105749] vendor=8086 device=4029
[    2.109430] found new irq_cfg for irq 18
[    2.109431]  0 add_pin_to_irq: irq 18 --> apic 0 pin 18
[    2.109434] found new irq_desc for irq 18
[    2.109436] pci 0000:04:02.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    2.116340] pci 0000:04:02.0: setting latency timer to 64
[    2.116345] pci 0000:03:00.3: setting latency timer to 64
[    2.116349] found new irq_cfg for irq 21
[    2.116350]  0 add_pin_to_irq: irq 21 --> apic 0 pin 21
[    2.116352] found new irq_desc for irq 21
[    2.116353] pci 0000:00:1c.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[    2.123255] pci 0000:00:1c.0: setting latency timer to 64
[    2.123259] pci 0000:00:1e.0: setting latency timer to 64
[    2.123261] bus: 00 index 0 io port: [0, ffff]
[    2.127903] bus: 00 index 1 mmio: [0, ffffffffffffffff]
[    2.133331] bus: 01 index 0 mmio: [0, 0]
[    2.137454] bus: 01 index 1 mmio: [dc100000, dc1fffff]
[    2.142784] bus: 01 index 2 mmio: [d1000000, d10fffff]
[    2.148123] bus: 01 index 3 mmio: [0, 0]
[    2.152256] bus: 02 index 0 mmio: [0, 0]
[    2.156372] bus: 02 index 1 mmio: [0, 0]
[    2.160487] bus: 02 index 2 mmio: [0, 0]
[    2.164604] bus: 02 index 3 mmio: [0, 0]
[    2.168727] bus: 03 index 0 io port: [2000, 2fff]
[    2.173628] bus: 03 index 1 mmio: [dc200000, dc3fffff]
[    2.178968] bus: 03 index 2 mmio: [d1100000, d11fffff]
[    2.184307] bus: 03 index 3 mmio: [0, 0]
[    2.188429] bus: 04 index 0 io port: [2000, 2fff]
[    2.193329] bus: 04 index 1 mmio: [dc200000, dc2fffff]
[    2.199107] bus: 04 index 2 mmio: [d1100000, d11fffff]
[    2.204438] bus: 04 index 3 mmio: [0, 0]
[    2.208552] bus: 05 index 0 mmio: [0, 0]
[    2.216825] bus: 05 index 1 mmio: [0, 0]
[    2.220945] bus: 05 index 2 mmio: [0, 0]
[    2.225060] bus: 05 index 3 mmio: [0, 0]
[    2.229180] bus: 06 index 0 io port: [2000, 2fff]
[    2.234078] bus: 06 index 1 mmio: [dc200000, dc2fffff]
[    2.239404] bus: 06 index 2 mmio: [d1100000, d11fffff]
[    2.244739] bus: 06 index 3 mmio: [0, 0]
[    2.248859] bus: 07 index 0 mmio: [0, 0]
[    2.252977] bus: 07 index 1 mmio: [0, 0]
[    2.257092] bus: 07 index 2 mmio: [0, 0]
[    2.261210] bus: 07 index 3 mmio: [0, 0]
[    2.265335] bus: 08 index 0 mmio: [0, 0]
[    2.269451] bus: 08 index 1 mmio: [0, 0]
[    2.273570] bus: 08 index 2 mmio: [0, 0]
[    2.277688] bus: 08 index 3 mmio: [0, 0]
[    2.281803] bus: 09 index 0 io port: [3000, 3fff]
[    2.286702] bus: 09 index 1 mmio: [dc000000, dc0fffff]
[    2.292040] bus: 09 index 2 mmio: [d8000000, dbffffff]
[    2.297368] bus: 09 index 3 io port: [0, ffff]
[    2.302015] bus: 09 index 4 mmio: [0, ffffffffffffffff]
[    2.307441] NET: Registered protocol family 2
[    2.342447] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    2.351747] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    2.362318] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.369559] TCP: Hash tables configured (established 524288 bind 65536)
[    2.376372] TCP reno registered
[    2.388889] NET: Registered protocol family 1
[    2.393533] checking if image is initramfs... it is
[    2.447462] Freeing initrd memory: 1917k freed
[    2.452418] pci 0000:09:05.0: Boot video device
[    2.452642] input: Power Button (FF) as /class/input/input0
[    2.458415] ACPI: Power Button (FF) [PWRF]
[    2.462809] input: Power Button (CM) as /class/input/input1
[    2.468578] ACPI: Power Button (CM) [PWRB]
[    2.473058] found new irq_cfg for irq 20
[    2.473059]  0 add_pin_to_irq: irq 20 --> apic 0 pin 20
[    2.473065] found new irq_desc for irq 20
[    2.473069] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    2.474634] Switched to high resolution mode on CPU 2
[    2.474651] Switched to high resolution mode on CPU 7
[    2.474734] Switched to high resolution mode on CPU 5
[    2.474746] Switched to high resolution mode on CPU 3
[    2.475210] Switched to high resolution mode on CPU 1
[    2.475274] Switched to high resolution mode on CPU 4
[    2.475559] Switched to high resolution mode on CPU 6
[    2.480410] Switched to high resolution mode on CPU 0
[    2.480417] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    2.480420] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    2.485941] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    2.497588] ehci_hcd 0000:00:1d.7: debug port 1
[    2.502323] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    2.502334] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xdc608000
[    2.520008] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    2.527959] usb usb1: configuration #1 chosen from 1 choice
[    2.533803] hub 1-0:1.0: USB hub found
[    2.537753] hub 1-0:1.0: 8 ports detected
[    2.643637] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.643697] USB Universal Host Controller Interface driver v3.0
[    2.649833] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    2.657167] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    2.657169] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    2.662661] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    2.670423] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001800
[    2.676470] usb usb2: configuration #1 chosen from 1 choice
[    2.682306] hub 2-0:1.0: USB hub found
[    2.686256] hub 2-0:1.0: 2 ports detected
[    2.793526] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    2.800868] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    2.800870] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    2.806365] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    2.814138] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00001820
[    2.820190] usb usb3: configuration #1 chosen from 1 choice
[    2.826029] hub 3-0:1.0: USB hub found
[    2.829983] hub 3-0:1.0: 2 ports detected
[    2.936857] found new irq_cfg for irq 22
[    2.936858]  0 add_pin_to_irq: irq 22 --> apic 0 pin 22
[    2.936860] found new irq_desc for irq 22
[    2.936862] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[    2.944205] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    2.944207] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    2.949699] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    2.957472] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00001840
[    2.963516] usb usb4: configuration #1 chosen from 1 choice
[    2.969356] hub 4-0:1.0: USB hub found
[    2.973310] hub 4-0:1.0: 2 ports detected
[    3.080191] found new irq_cfg for irq 23
[    3.080192]  0 add_pin_to_irq: irq 23 --> apic 0 pin 23
[    3.080195] found new irq_desc for irq 23
[    3.080197] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[    3.087542] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[    3.087544] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    3.093035] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    3.100820] uhci_hcd 0000:00:1d.3: irq 23, io base 0x00001860
[    3.106869] usb usb5: configuration #1 chosen from 1 choice
[    3.112703] hub 5-0:1.0: USB hub found
[    3.116656] hub 5-0:1.0: 2 ports detected
[    3.223686] Simple Boot Flag at 0x40 set to 0x80
[    3.232748] audit: initializing netlink socket (disabled)
[    3.238371] type=2000 audit(1219700065.236:1): initialized
[    3.249049] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    3.258941] VFS: Disk quotas dquot_6.5.1
[    3.263163] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.271065] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    3.277919] msgmni has been set to 32106
[    3.282179] async_tx: api initialized (async)
[    3.286738] io scheduler noop registered
[    3.290862] io scheduler anticipatory registered
[    3.295673] io scheduler deadline registered
[    3.300297] io scheduler cfq registered (default)
[    3.305352] pcieport-driver 0000:00:01.0: setting latency timer to 64
[    3.305374] pcieport-driver 0000:00:01.0: found MSI capability
[    3.311410] found new irq_cfg for irq 33024
[    3.311415] found new irq_desc for irq 33024
[    3.311423] pci_express 0000:00:01.0:pcie00: allocate port service
[    3.311505] pci_express 0000:00:01.0:pcie01: allocate port service
[    3.311585] pcieport-driver 0000:00:05.0: setting latency timer to 64
[    3.311606] pcieport-driver 0000:00:05.0: found MSI capability
[    3.317646] found new irq_cfg for irq 164096
[    3.317648] found new irq_desc for irq 164096
[    3.317655] pci_express 0000:00:05.0:pcie00: allocate port service
[    3.317727] pci_express 0000:00:05.0:pcie01: allocate port service
[    3.317806] pcieport-driver 0000:00:09.0: setting latency timer to 64
[    3.317828] pcieport-driver 0000:00:09.0: found MSI capability
[    3.323867] found new irq_cfg for irq 295168
[    3.323868] found new irq_desc for irq 295168
[    3.323875] pci_express 0000:00:09.0:pcie00: allocate port service
[    3.323945] pci_express 0000:00:09.0:pcie01: allocate port service
[    3.324032] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[    3.324057] pcieport-driver 0000:00:1c.0: found MSI capability
[    3.330104] found new irq_cfg for irq 917760
[    3.330105] found new irq_desc for irq 917760
[    3.330115] pci_express 0000:00:1c.0:pcie00: allocate port service
[    3.330188] pci_express 0000:00:1c.0:pcie02: allocate port service
[    3.330236] pci_express 0000:00:1c.0:pcie03: allocate port service
[    3.330335] pcieport-driver 0000:03:00.0: setting latency timer to 64
[    3.330361] pci_express 0000:03:00.0:pcie11: allocate port service
[    3.330458] pcieport-driver 0000:04:00.0: setting latency timer to 64
[    3.330480] pcieport-driver 0000:04:00.0: found MSI capability
[    3.336530] found new irq_cfg for irq 4194560
[    3.336532] found new irq_desc for irq 4194560
[    3.336543] pci_express 0000:04:00.0:pcie21: allocate port service
[    3.336651] pcieport-driver 0000:04:02.0: setting latency timer to 64
[    3.336675] pcieport-driver 0000:04:02.0: found MSI capability
[    3.342722] found new irq_cfg for irq 4260096
[    3.342724] found new irq_desc for irq 4260096
[    3.342735] pci_express 0000:04:02.0:pcie21: allocate port service
[    3.343580] aer 0000:00:01.0:pcie01: AER service couldn't init device: no _OSC support
[    3.344172] aer 0000:00:05.0:pcie01: AER service couldn't init device: no _OSC support
[    3.344758] aer 0000:00:09.0:pcie01: AER service couldn't init device: no _OSC support
[    3.345543] ACPI: SSDT CFF04DBE, 01DD (r1  PmRef  Cpu0Ist     3000 INTL 20050228)
[    3.353334] processor ACPI0007:00: registered as cooling_device0
[    3.360253] ACPI: Processor [CPU0] (supports 8 throttling states)
[    3.367102] ACPI: SSDT CFF04F9B, 016E (r1  PmRef  Cpu1Ist     3000 INTL 20050228)
[    3.266881] processor ACPI0007:01: registered as cooling_device1
[    3.381854] ACPI: Processor [CPU1] (supports 8 throttling states)
[    3.388729] ACPI: SSDT CFF05109, 016E (r1  PmRef  Cpu2Ist     3000 INTL 20050228)
[    3.397234] processor ACPI0007:02: registered as cooling_device2
[    3.403440] ACPI: Processor [CPU2] (supports 8 throttling states)
[    3.410261] ACPI: SSDT CFF05277, 016E (r1  PmRef  Cpu3Ist     3000 INTL 20050228)
[    3.418748] processor ACPI0007:03: registered as cooling_device3
[    3.424960] ACPI: Processor [CPU3] (supports 8 throttling states)
[    3.431805] ACPI: SSDT CFF053E5, 016E (r1  PmRef  CPU4Ist     3000 INTL 20050228)
[    3.270834] processor ACPI0007:04: registered as cooling_device4
[    3.446507] ACPI: Processor [CPU4] (supports 8 throttling states)
[    3.453414] ACPI: SSDT CFF05553, 016E (r1  PmRef  CPU5Ist     3000 INTL 20050228)
[    3.271042] processor ACPI0007:05: registered as cooling_device5
[    3.468167] ACPI: Processor [CPU5] (supports 8 throttling states)
[    3.475014] ACPI: SSDT CFF056C1, 016E (r1  PmRef  Cpu6Ist     3000 INTL 20050228)
[    3.467918] processor ACPI0007:06: registered as cooling_device6
[    3.489708] ACPI: Processor [CPU6] (supports 8 throttling states)
[    3.496547] ACPI: SSDT CFF0582F, 016E (r1  PmRef  Cpu7Ist     3000 INTL 20050228)
[    3.505058] processor ACPI0007:07: registered as cooling_device7
[    3.511266] ACPI: Processor [CPU7] (supports 8 throttling states)
[    3.577486] Non-volatile memory driver v1.2
[    3.582244] intel_rng: FWH not detected
[    3.586374] Linux agpgart interface v0.103
[    3.590746] Serial: 8250/16550 driver4 ports, IRQ sharing disabled
[    3.597254] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    3.603650] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    3.610425] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    3.616418] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    3.637353] FDC 0 is a post-1991 82077
[    3.643999] brd: module loaded
[    3.648125] loop: module loaded
[    3.651483] tun: Universal TUN/TAP device driver, 1.6
[    3.656733] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    3.663226] console [netcon0] enabled
[    3.667087] netconsole: network logging started
[    3.671813] Uniform Multi-Platform E-IDE driver
[    3.676626] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
[    3.686719] Probing IDE interface ide0...
[    4.386871] hda: Optiarc DVD RW AD-7590A, ATAPI CD/DVD-ROM drive
[    5.030061] Probing IDE interface ide1...
[    5.563407] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[    5.568224] ide1 at 0x170-0x177,0x376 on irq 15
[    5.066667] hda: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 974kB Cache
[    5.584052] Uniform CD-ROM driver Revision: 3.20
[    7.726667] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[    8.179669] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[    8.186885] megasas: 00.00.04.01 Thu July 24 11:41:51 PST 2008
[    8.193019] Driver 'sd' needs updating - please use bus_type methods
[    8.199622] Driver 'sr' needs updating - please use bus_type methods
[    8.206389] ata_piix 0000:00:1f.1: version 2.12
[    8.206400] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    8.213746] ata_piix 0000:00:1f.1: BAR 0: can't reserve I/O region [0x1f0-0x1f7]
[    8.221489] ata_piix 0000:00:1f.1: failed to request/iomap BARs for port 0 (errno=-16)
[    8.229757] ata_piix 0000:00:1f.1: BAR 2: can't reserve I/O region [0x170-0x177]
[    8.237502] ata_piix 0000:00:1f.1: failed to request/iomap BARs for port 1 (errno=-16)
[    8.245763] ata_piix 0000:00:1f.1: no available native port
[    8.252009] Fusion MPT base driver 3.04.07
[    8.256298] Copyright (c) 1999-2008 LSI Corporation
[    8.261376] Fusion MPT SPI Host driver 3.04.07
[    8.266077] Fusion MPT SAS Host driver 3.04.07
[    8.271077] vendor=8086 device=244e
[    8.274770] found new irq_cfg for irq 17
[    8.274771]  0 add_pin_to_irq: irq 17 --> apic 0 pin 17
[    8.274775] found new irq_desc for irq 17
[    8.274778] ohci1394 0000:09:06.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    8.335284] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17]  MMIO=[dc040000-dc0407ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[    8.352396] ieee1394: raw1394: /dev/raw1394 device initialized
[    8.358974] usbcore: registered new interface driver usblp
[    8.364664] Initializing USB Mass Storage driver...
[    8.373899] usbcore: registered new interface driver usb-storage
[    8.380108] USB Mass Storage support registered.
[    8.385027] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[    8.394944] serio: i8042 KBD port at 0x60,0x64 irq 1
[    8.400119] serio: i8042 AUX port at 0x60,0x64 irq 12
[    8.405573] mice: PS/2 mouse device common for all mice
[    8.613333] md: linear personality registered for level -1
[    8.772496] md: raid0 personality registered for level 0
[    8.778017] md: raid1 personality registered for level 1
[    8.783526] md: raid10 personality registered for level 10
[    8.843752] raid6: int64x1   2858 MB/s
[    8.903766] raid6: int64x2   3533 MB/s
[    8.963751] raid6: int64x4   3433 MB/s
[    9.023764] raid6: int64x8   2296 MB/s
[    9.083752] raid6: sse2x1    3645 MB/s
[    9.143749] raid6: sse2x2    7359 MB/s
[    9.203750] raid6: sse2x4    8798 MB/s
[    9.207697] raid6: using algorithm sse2x4 (8798 MB/s)
[    9.212940] md: raid6 personality registered for level 6
[    9.218446] md: raid5 personality registered for level 5
[    9.223959] md: raid4 personality registered for level 4
[    9.229468] md: multipath personality registered for level -4
[    9.235625] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[    9.244414] cpuidle: using governor ladder
[    9.248708] cpuidle: using governor menu
[    9.252892] usbcore: registered new interface driver usbhid
[    9.258660] usbhid: v2.6:USB HID core driver
[    9.263234] oprofile: using NMI interrupt.
[    9.267730] TCP cubic registered
[    9.271247] NET: Registered protocol family 10
[    9.276347] IPv6 over IPv4 tunneling driver
[    9.281180] NET: Registered protocol family 17
[    9.286175] RPC: Registered udp transport module.
[    9.291082] RPC: Registered tcp transport module.
[    9.298064] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    9.304600] Freeing unused kernel memory: 676k freed
[    9.309964] Write protecting the kernel read-only data: 5576k
[    9.541223] vendor=8086 device=4021
[    9.541227] arcmsr 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    9.541232] arcmsr 0000:01:00.0: setting latency timer to 64
[    9.553980] ARECA RAID ADAPTER0: FIRMWARE VERSION V1.45 2008-3-14  
[    9.566674] scsi0 : Areca SATA Host Adapter RAID Controller( RAID6 capable)
[    9.566675]  Driver Version 1.20.00.15 2008/02/27
[    9.557083] scsi 0:0:0:0: Direct-Access     Areca    ARC-1280-VOL#00  R001 PQ: 0 ANSI: 5
[    9.556875] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
[    9.557708] sd 0:0:0:0: [sda] 42968747008 512-byte hardware sectors (21999998 MB)
[    9.557708] sd 0:0:0:0: [sda] Write Protect is off
[    9.557708] sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
[    9.556666] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.557083] sd 0:0:0:0: [sda] Very big device. Trying to use READ CAPACITY(16).
[    9.554583] sd 0:0:0:0: [sda] 42968747008 512-byte hardware sectors (21999998 MB)
[    9.556875] sd 0:0:0:0: [sda] Write Protect is off
[    9.556875] sd 0:0:0:0: [sda] Mode Sense: cb 00 00 08
[    9.557708] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    9.557708]  sda:<7>ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e08100002824f8]
[    9.577500]  sda1 sda2 sda3 sda4
[    9.954660] sd 0:0:0:0: [sda] Attached SCSI disk
[    9.954889] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    9.955753] scsi 0:0:16:0: Processor         Areca    RAID controller  R001 PQ: 0 ANSI: 0
[    9.956200] scsi 0:0:16:0: Attached scsi generic sg1 type 3
[   10.023565] 3ware Storage Controller device driver for Linux v1.26.02.002.
[   10.033876] 3ware 9000 Storage Controller device driver for Linux v2.26.02.011.
[   10.049059] Adaptec aacraid driver 1.1-5[2456]-ms
[   10.154668] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[   10.156139] SGI XFS Quota Management subsystem
[   10.169930] Intel(R) PRO/1000 Network Driver - version 7.3.20-k3-NAPI
[   10.169932] Copyright (c) 1999-2006 Intel Corporation.
[   14.230000] kjournald starting.  Commit interval 5 seconds
[   14.236667] EXT3-fs: mounted filesystem with ordered data mode.
[   22.764869] found new irq_cfg for irq 19
[   22.764871]  0 add_pin_to_irq: irq 19 --> apic 0 pin 19
[   22.764876] found new irq_desc for irq 19
[   22.764879] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   22.775780] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
[   22.775863] iTCO_wdt: Found a 631xESB/632xESB TCO device (Version=2, TCOBASE=0x1060)
[   22.775952] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   22.782406] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k2
[   22.782408] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[   22.782479] vendor=8086 device=3518
[   22.782480] vendor=8086 device=3500
[   22.782482] vendor=8086 device=4029
[   22.782484] e1000e 0000:06:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[   22.782492] e1000e 0000:06:00.0: setting latency timer to 64
[   22.855404] 0000:06:00.0: eth0: (PCI Express:2.5GB/s:Width x4) 00:e0:81:b0:84:14
[   22.855406] 0000:06:00.0: eth0: Intel(R) PRO/1000 Network Connection
[   22.855484] 0000:06:00.0: eth0: MAC: 3, PHY: 5, PBA No: ffffff-0ff
[   22.855506] vendor=8086 device=3518
[   22.855507] vendor=8086 device=3500
[   22.855508] vendor=8086 device=4029
[   22.855510] e1000e 0000:06:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[   22.855515] e1000e 0000:06:00.1: setting latency timer to 64
[   22.932857] 0000:06:00.1: eth1: (PCI Express:2.5GB/s:Width x4) 00:e0:81:b0:84:15
[   22.932859] 0000:06:00.1: eth1: Intel(R) PRO/1000 Network Connection
[   22.932937] 0000:06:00.1: eth1: MAC: 3, PHY: 5, PBA No: ffffff-0ff
[   23.605493] EXT3 FS on sda3, internal journal
[   24.137915] XFS mounting filesystem sda4
[   24.234165] Ending clean XFS mount for filesystem: sda4
[   24.370791] Adding 31999992k swap on /dev/sda2.  Priority:-1 extents:1 across:31999992k
[   28.090792] found new irq_cfg for irq 6291712
[   28.090798] found new irq_desc for irq 6291712
[   28.145496] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   30.766056] 0000:06:00.0: eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   30.768604] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   40.941246] eth0: no IPv6 routers present
[   61.380619] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   61.406663] NFSD: starting 90-second grace period

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-23 10:43                                         ` Ingo Molnar
@ 2008-08-26  8:35                                           ` Joshua Hoblitt
  2008-08-26  8:42                                             ` Ingo Molnar
  0 siblings, 1 reply; 34+ messages in thread
From: Joshua Hoblitt @ 2008-08-26  8:35 UTC (permalink / raw)
  To: Ingo Molnar; +Cc: Yinghai Lu, Andrew Morton, bugme-daemon, linux-kernel

On Sat, Aug 23, 2008 at 12:43:11PM +0200, Ingo Molnar wrote:
> 
> * Yinghai Lu <yhlu.kernel@gmail.com> wrote:
> 
> > On Fri, Aug 22, 2008 at 5:22 PM, Joshua Hoblitt <j_kernel@hoblitt.com> wrote:
> > > I've confirmed that the boards in these systems are Tyan Tempest 
> > > i5400PW (S5397)s.  We've discovered a workload that will deadlock 
> > > the system under both 2.6.24.2 and -tip kernel with the mtrr masking 
> > > patch.  The only thing unusual about this workload is that one of 
> > > the binaries in it constantly segvs...  Is it possible that these 
> > > deadlocks (no kernel oops on console) are caused by MSR setup 
> > > wierdness or is it likely unrelated?
> > 
> > could be other problem.
> > 
> > cpu should be smarter enough to understand the missing bits in mask. 
> > at least amd cpu. remember that we didn't set mask bits to 40bits with 
> > opteron with LinuxBIOS, and everything still works well.
> 
> yeah. Is the deadlock debuggable? (does nmi_watchdog=1 produce anything 
> useful, or does the enabling of CONFIG_PROVE_LOCKING=y show anything 
> weird in the syslog during light, non-deadlocking use of this workload?)

Enabling the nmi_watchdog doesn't produce anything at all (I double
checked the .config... it should be working).  Rebuilding with
PROVE_LOCKING seems to have prevented the deadlock.  It used to take
30-45 mins to lock the system up under heavy load and we're going on 6
hours here with no issues.  Absolutely nothing in the dmesg.  Ugh.  Any
other suggestions?  How bad is it to leave PROVE_LOCKING enabled?

-J

--

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

* Re: [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable
  2008-08-26  8:35                                           ` Joshua Hoblitt
@ 2008-08-26  8:42                                             ` Ingo Molnar
  0 siblings, 0 replies; 34+ messages in thread
From: Ingo Molnar @ 2008-08-26  8:42 UTC (permalink / raw)
  To: Joshua Hoblitt; +Cc: Yinghai Lu, Andrew Morton, bugme-daemon, linux-kernel


> Enabling the nmi_watchdog doesn't produce anything at all (I double
> checked the .config... it should be working). [...]

do the NMI counts in /proc/interrupts increase about once per second, on 
every CPU? Do you wait for the deadlock on a text (VGA) console, to make 
sure you see any NMI watchdog printout?

	Ingo

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

end of thread, other threads:[~2008-08-26  8:42 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-11388-27@http.bugzilla.kernel.org/>
2008-08-21  1:04 ` [Bug 11388] New: 2.6.27-rc3 warns about MTRR range; only 3 of 16gb of memory is usable Andrew Morton
2008-08-21  1:20   ` Yinghai Lu
2008-08-21  1:49     ` Yinghai Lu
2008-08-21 11:44       ` Ingo Molnar
2008-08-21 11:56         ` Ingo Molnar
2008-08-21 15:39           ` Yinghai Lu
2008-08-22  3:51             ` Ingo Molnar
2008-08-22  4:45               ` Yinghai Lu
2008-08-21 20:55       ` Joshua Hoblitt
2008-08-21 21:51         ` Yinghai Lu
2008-08-21 23:33           ` Joshua Hoblitt
2008-08-22  0:10             ` Joshua Hoblitt
2008-08-22  0:28               ` Yinghai Lu
2008-08-22  0:29                 ` Joshua Hoblitt
2008-08-22  1:00                   ` Joshua Hoblitt
2008-08-22  1:10                     ` Joshua Hoblitt
2008-08-22  1:55                       ` Yinghai Lu
2008-08-22  2:15                         ` Joshua Hoblitt
2008-08-22  2:26                           ` Yinghai Lu
2008-08-22  3:24                             ` Yinghai Lu
2008-08-22  3:50                               ` Ingo Molnar
2008-08-22  3:56                                 ` Ingo Molnar
2008-08-22  4:48                                   ` Yinghai Lu
2008-08-23  0:22                                     ` Joshua Hoblitt
2008-08-23  5:52                                       ` Yinghai Lu
2008-08-23 10:43                                         ` Ingo Molnar
2008-08-26  8:35                                           ` Joshua Hoblitt
2008-08-26  8:42                                             ` Ingo Molnar
2008-08-25 21:43                                   ` Joshua Hoblitt
2008-08-22  6:16                                 ` Yinghai Lu
2008-08-22  6:24                                   ` Ingo Molnar
2008-08-23 23:53                                     ` Arjan van de Ven
2008-08-25  9:17                                       ` Ingo Molnar
2008-08-22  3:26                             ` Joshua Hoblitt

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.