2009-03-30 21:17:28

by Arkadiusz Miskiewicz

[permalink] [raw]
Subject: 2.6.29 git master and PAT problems


I'm running git kernel (latest commit
e1c502482853f84606928f5a2f2eb6da1993cda1) with PAT enabled, xorg intel driver
master, libdrm master, xserver 1.6, mesa 74 on a ThinkPad T400.

There was bunch of PAT fixes but this bug appeared/still exists (not sure if
it's new, was using radeon card in this t400 for a while):

[ 929.074125] X:5817 freeing invalid memtype d5b05000-d5b06000
[ 929.074621] X:5817 freeing invalid memtype d5b06000-d5b07000
[ 929.075109] X:5817 freeing invalid memtype d5b07000-d5b08000
[ 929.075597] X:5817 freeing invalid memtype d5b08000-d5b09000
[ 929.076091] X:5817 freeing invalid memtype d5b09000-d5b0a000
[ 929.076579] X:5817 freeing invalid memtype d5b0a000-d5b0b000
[ 929.077101] X:5817 freeing invalid memtype d5b0b000-d5b0c000
[ 929.077612] X:5817 freeing invalid memtype d5b0c000-d5b0d000

_tons_ of these

# grep "freeing invalid memtype" /var/log/kernel |wc -l
219830

So meanwhile I applied ratelimit because notebook became totally unresponsible
while logs above were saved by syslog (please apply to Linus tree).

Is this issue known? Any patches?


diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
index 640339e..d6fe3e9 100644
--- a/arch/x86/mm/pat.c
+++ b/arch/x86/mm/pat.c
@@ -496,8 +496,9 @@ int free_memtype(u64 start, u64 end)
spin_unlock(&memtype_lock);

if (err) {
- printk(KERN_INFO "%s:%d freeing invalid memtype %Lx-%Lx\n",
- current->comm, current->pid, start, end);
+ if (printk_ratelimit())
+ printk(KERN_INFO "%s:%d freeing invalid memtype %Lx-%Lx\n",
+ current->comm, current->pid, start, end);
}

dprintk("free_memtype request 0x%Lx-0x%Lx\n", start, end);

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.29
# Mon Mar 30 22:48:30 2009
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_FAST_CMPXCHG_LOCAL=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_GPIO=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_DEFAULT_IDLE=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_HAVE_DYNAMIC_PER_CPU_AREA=y
CONFIG_HAVE_CPUMASK_OF_CPU_MAP=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ZONE_DMA32=y
CONFIG_ARCH_POPULATES_NODE_MAP=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_USE_GENERIC_SMP_HELPERS=y
CONFIG_X86_64_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_TRAMPOLINE=y
# CONFIG_KTIME_SCALAR is not set
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=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

#
# RCU Subsystem
#
CONFIG_CLASSIC_RCU=y
# CONFIG_TREE_RCU is not set
# CONFIG_PREEMPT_RCU is not set
# CONFIG_TREE_RCU_TRACE is not set
# CONFIG_PREEMPT_RCU_TRACE is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=19
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_GROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_USER_SCHED=y
# CONFIG_CGROUP_SCHED is not set
# CONFIG_CGROUPS is not set
CONFIG_SYSFS_DEPRECATED=y
CONFIG_SYSFS_DEPRECATED_V2=y
CONFIG_RELAY=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
# CONFIG_USER_NS is not set
# CONFIG_PID_NS is not set
CONFIG_NET_NS=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_INITRAMFS_COMPRESSION_NONE=y
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_KALLSYMS_EXTRA_PASS=y
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_PCI_QUIRKS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLOB is not set
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
# CONFIG_MARKERS is not set
CONFIG_OPROFILE=m
# CONFIG_OPROFILE_IBS is not set
CONFIG_HAVE_OPROFILE=y
# CONFIG_KPROBES is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLOCK_COMPAT=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_FREEZER=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=y
# CONFIG_X86_X2APIC is not set
# CONFIG_SPARSE_IRQ is not set
CONFIG_X86_MPPARSE=y
# CONFIG_X86_EXTENDED_PLATFORM is not set
CONFIG_SCHED_OMIT_FRAME_POINTER=y
# CONFIG_PARAVIRT_GUEST is not set
# CONFIG_MEMTEST is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
# CONFIG_MPSC is not set
CONFIG_MCORE2=y
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_CPU=y
CONFIG_X86_L1_CACHE_BYTES=64
CONFIG_X86_INTERNODE_CACHE_BYTES=64
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_P6_NOP=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_X86_DS=y
CONFIG_X86_PTRACE_BTS=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_GART_IOMMU=y
# CONFIG_CALGARY_IOMMU is not set
# CONFIG_AMD_IOMMU is not set
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
# CONFIG_IOMMU_API is not set
# CONFIG_MAXSMP is not set
CONFIG_NR_CPUS=2
# CONFIG_SCHED_SMT is not set
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
# CONFIG_X86_MCE_AMD is not set
CONFIG_X86_MCE_THRESHOLD=y
# CONFIG_I8K is not set
CONFIG_MICROCODE=m
CONFIG_MICROCODE_INTEL=y
# CONFIG_MICROCODE_AMD is not set
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
CONFIG_X86_CPU_DEBUG=m
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_DIRECT_GBPAGES=y
# CONFIG_NUMA is not set
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_SELECT_MEMORY_MODEL=y
# CONFIG_FLATMEM_MANUAL is not set
# CONFIG_DISCONTIGMEM_MANUAL is not set
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_VMEMMAP=y

#
# Memory hotplug is currently incompatible with Software Suspend
#
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_UNEVICTABLE_LRU=y
CONFIG_MMU_NOTIFIER=y
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
# CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set
CONFIG_X86_RESERVE_LOW_64K=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_EFI=y
# CONFIG_SECCOMP is not set
CONFIG_CC_STACKPROTECTOR_ALL=y
CONFIG_CC_STACKPROTECTOR=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
# CONFIG_CRASH_DUMP is not set
# CONFIG_KEXEC_JUMP is not set
CONFIG_PHYSICAL_START=0x200000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x200000
CONFIG_HOTPLUG_CPU=y
# CONFIG_COMPAT_VDSO is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

#
# Power management and ACPI options
#
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_SLEEP=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=m
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_THERMAL=m
CONFIG_ACPI_CUSTOM_DSDT_FILE=""
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_PCI_SLOT=m
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=m
CONFIG_ACPI_SBS=m

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

#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=m
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_P4_CLOCKMOD is not set

#
# shared options
#
# CONFIG_X86_SPEEDSTEP_LIB is not set
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y

#
# Memory power savings
#
CONFIG_I7300_IDLE_IOAT_CHANNEL=y
CONFIG_I7300_IDLE=m

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
# CONFIG_DMAR is not set
# CONFIG_INTR_REMAP is not set
CONFIG_PCIEPORTBUS=y
# CONFIG_HOTPLUG_PCI_PCIE is not set
CONFIG_PCIEAER=y
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
# CONFIG_PCI_LEGACY is not set
# CONFIG_PCI_DEBUG is not set
CONFIG_PCI_STUB=m
CONFIG_HT_IRQ=y
CONFIG_ISA_DMA_API=y
CONFIG_K8_NB=y
CONFIG_PCCARD=m
# CONFIG_PCMCIA_DEBUG is not set
CONFIG_PCMCIA=m
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_PCMCIA_IOCTL=y
CONFIG_CARDBUS=y

#
# PC-card bridges
#
CONFIG_YENTA=m
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
CONFIG_PD6729=m
CONFIG_I82092=m
CONFIG_PCCARD_NONSTATIC=m
CONFIG_HOTPLUG_PCI=m
# CONFIG_HOTPLUG_PCI_FAKE is not set
CONFIG_HOTPLUG_PCI_ACPI=m
CONFIG_HOTPLUG_PCI_ACPI_IBM=m
# CONFIG_HOTPLUG_PCI_CPCI is not set
# CONFIG_HOTPLUG_PCI_SHPC is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=m
CONFIG_IA32_EMULATION=y
# CONFIG_IA32_AOUT is not set
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=m
# CONFIG_XFRM_SUB_POLICY is not set
CONFIG_XFRM_MIGRATE=y
CONFIG_XFRM_STATISTICS=y
CONFIG_XFRM_IPCOMP=m
CONFIG_NET_KEY=m
CONFIG_NET_KEY_MIGRATE=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_IP_PNP_BOOTP=y
CONFIG_IP_PNP_RARP=y
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_INET_IPCOMP=m
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=m
CONFIG_INET_XFRM_MODE_TRANSPORT=m
CONFIG_INET_XFRM_MODE_TUNNEL=m
CONFIG_INET_XFRM_MODE_BEET=m
CONFIG_INET_LRO=m
CONFIG_INET_DIAG=m
CONFIG_INET_TCP_DIAG=m
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BIC=m
CONFIG_TCP_CONG_CUBIC=y
CONFIG_TCP_CONG_WESTWOOD=m
CONFIG_TCP_CONG_HTCP=m
CONFIG_TCP_CONG_HSTCP=m
CONFIG_TCP_CONG_HYBLA=m
CONFIG_TCP_CONG_VEGAS=m
CONFIG_TCP_CONG_SCALABLE=m
CONFIG_TCP_CONG_LP=m
CONFIG_TCP_CONG_VENO=m
CONFIG_TCP_CONG_YEAH=m
CONFIG_TCP_CONG_ILLINOIS=m
# CONFIG_DEFAULT_BIC is not set
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_HTCP is not set
# CONFIG_DEFAULT_VEGAS is not set
# CONFIG_DEFAULT_WESTWOOD is not set
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=m
CONFIG_IPV6_PRIVACY=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_IPCOMP=m
CONFIG_IPV6_MIP6=m
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_INET6_XFRM_MODE_BEET=m
CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m
CONFIG_IPV6_SIT=m
CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_IPV6_TUNNEL=m
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_PIMSM_V2=y
CONFIG_NETLABEL=y
CONFIG_NETWORK_SECMARK=y
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=y

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NF_CONNTRACK=m
CONFIG_NF_CT_ACCT=y
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CT_PROTO_DCCP=m
CONFIG_NF_CT_PROTO_GRE=m
CONFIG_NF_CT_PROTO_SCTP=m
CONFIG_NF_CT_PROTO_UDPLITE=m
CONFIG_NF_CONNTRACK_AMANDA=m
CONFIG_NF_CONNTRACK_FTP=m
CONFIG_NF_CONNTRACK_H323=m
CONFIG_NF_CONNTRACK_IRC=m
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
CONFIG_NF_CONNTRACK_PPTP=m
CONFIG_NF_CONNTRACK_SANE=m
CONFIG_NF_CONNTRACK_SIP=m
CONFIG_NF_CONNTRACK_TFTP=m
CONFIG_NF_CT_NETLINK=m
CONFIG_NETFILTER_TPROXY=m
CONFIG_NETFILTER_XTABLES=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_HL=m
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
CONFIG_NETFILTER_XT_TARGET_RATEEST=m
CONFIG_NETFILTER_XT_TARGET_TPROXY=m
CONFIG_NETFILTER_XT_TARGET_TRACE=m
CONFIG_NETFILTER_XT_TARGET_SECMARK=m
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
CONFIG_NETFILTER_XT_MATCH_DCCP=m
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
CONFIG_NETFILTER_XT_MATCH_HELPER=m
CONFIG_NETFILTER_XT_MATCH_HL=m
CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_NETFILTER_XT_MATCH_OWNER=m
CONFIG_NETFILTER_XT_MATCH_POLICY=m
CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
CONFIG_NETFILTER_XT_MATCH_RATEEST=m
CONFIG_NETFILTER_XT_MATCH_REALM=m
CONFIG_NETFILTER_XT_MATCH_RECENT=m
# CONFIG_NETFILTER_XT_MATCH_RECENT_PROC_COMPAT is not set
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_NETFILTER_XT_MATCH_SOCKET=m
CONFIG_NETFILTER_XT_MATCH_STATE=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_TIME=m
CONFIG_NETFILTER_XT_MATCH_U32=m
CONFIG_IP_VS=m
CONFIG_IP_VS_IPV6=y
# CONFIG_IP_VS_DEBUG is not set
CONFIG_IP_VS_TAB_BITS=12

#
# IPVS transport protocol load balancing support
#
CONFIG_IP_VS_PROTO_TCP=y
CONFIG_IP_VS_PROTO_UDP=y
CONFIG_IP_VS_PROTO_AH_ESP=y
CONFIG_IP_VS_PROTO_ESP=y
CONFIG_IP_VS_PROTO_AH=y

#
# IPVS scheduler
#
CONFIG_IP_VS_RR=m
CONFIG_IP_VS_WRR=m
CONFIG_IP_VS_LC=m
CONFIG_IP_VS_WLC=m
CONFIG_IP_VS_LBLC=m
CONFIG_IP_VS_LBLCR=m
CONFIG_IP_VS_DH=m
CONFIG_IP_VS_SH=m
CONFIG_IP_VS_SED=m
CONFIG_IP_VS_NQ=m

#
# IPVS application helper
#
CONFIG_IP_VS_FTP=m

#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=m
CONFIG_NF_CONNTRACK_IPV4=m
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
CONFIG_IP_NF_QUEUE=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_ADDRTYPE=m
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_NF_NAT=m
CONFIG_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_NF_NAT_SNMP_BASIC=m
CONFIG_NF_NAT_PROTO_DCCP=m
CONFIG_NF_NAT_PROTO_GRE=m
CONFIG_NF_NAT_PROTO_UDPLITE=m
CONFIG_NF_NAT_PROTO_SCTP=m
CONFIG_NF_NAT_FTP=m
CONFIG_NF_NAT_IRC=m
CONFIG_NF_NAT_TFTP=m
CONFIG_NF_NAT_AMANDA=m
CONFIG_NF_NAT_PPTP=m
CONFIG_NF_NAT_H323=m
CONFIG_NF_NAT_SIP=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_CLUSTERIP=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_TTL=m
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_SECURITY=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m

#
# IPv6: Netfilter Configuration
#
CONFIG_NF_CONNTRACK_IPV6=m
CONFIG_IP6_NF_QUEUE=m
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MATCH_AH=m
CONFIG_IP6_NF_MATCH_EUI64=m
CONFIG_IP6_NF_MATCH_FRAG=m
CONFIG_IP6_NF_MATCH_OPTS=m
CONFIG_IP6_NF_MATCH_HL=m
CONFIG_IP6_NF_MATCH_IPV6HEADER=m
CONFIG_IP6_NF_MATCH_MH=m
CONFIG_IP6_NF_MATCH_RT=m
CONFIG_IP6_NF_TARGET_HL=m
CONFIG_IP6_NF_TARGET_LOG=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_REJECT=m
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_RAW=m
CONFIG_IP6_NF_SECURITY=m

#
# DECnet: Netfilter Configuration
#
# CONFIG_DECNET_NF_GRABULATOR is not set
CONFIG_BRIDGE_NF_EBTABLES=m
CONFIG_BRIDGE_EBT_BROUTE=m
CONFIG_BRIDGE_EBT_T_FILTER=m
CONFIG_BRIDGE_EBT_T_NAT=m
CONFIG_BRIDGE_EBT_802_3=m
CONFIG_BRIDGE_EBT_AMONG=m
CONFIG_BRIDGE_EBT_ARP=m
CONFIG_BRIDGE_EBT_IP=m
CONFIG_BRIDGE_EBT_IP6=m
CONFIG_BRIDGE_EBT_LIMIT=m
CONFIG_BRIDGE_EBT_MARK=m
CONFIG_BRIDGE_EBT_PKTTYPE=m
CONFIG_BRIDGE_EBT_STP=m
CONFIG_BRIDGE_EBT_VLAN=m
CONFIG_BRIDGE_EBT_ARPREPLY=m
CONFIG_BRIDGE_EBT_DNAT=m
CONFIG_BRIDGE_EBT_MARK_T=m
CONFIG_BRIDGE_EBT_REDIRECT=m
CONFIG_BRIDGE_EBT_SNAT=m
CONFIG_BRIDGE_EBT_LOG=m
CONFIG_BRIDGE_EBT_ULOG=m
CONFIG_BRIDGE_EBT_NFLOG=m
CONFIG_IP_DCCP=m
CONFIG_INET_DCCP_DIAG=m

#
# DCCP CCIDs Configuration (EXPERIMENTAL)
#
# CONFIG_IP_DCCP_CCID2_DEBUG is not set
CONFIG_IP_DCCP_CCID3=y
# CONFIG_IP_DCCP_CCID3_DEBUG is not set
CONFIG_IP_DCCP_CCID3_RTO=100
CONFIG_IP_DCCP_TFRC_LIB=y

#
# DCCP Kernel Hacking
#
# CONFIG_IP_DCCP_DEBUG is not set
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_HMAC_NONE is not set
# CONFIG_SCTP_HMAC_SHA1 is not set
CONFIG_SCTP_HMAC_MD5=y
CONFIG_TIPC=m
CONFIG_TIPC_ADVANCED=y
CONFIG_TIPC_ZONES=3
CONFIG_TIPC_CLUSTERS=1
CONFIG_TIPC_NODES=255
CONFIG_TIPC_SLAVE_NODES=0
CONFIG_TIPC_PORTS=8191
CONFIG_TIPC_LOG=0
# CONFIG_TIPC_DEBUG is not set
CONFIG_ATM=m
CONFIG_ATM_CLIP=m
CONFIG_ATM_CLIP_NO_ICMP=y
CONFIG_ATM_LANE=m
CONFIG_ATM_MPOA=m
CONFIG_ATM_BR2684=m
# CONFIG_ATM_BR2684_IPFILTER is not set
CONFIG_STP=m
CONFIG_GARP=m
CONFIG_BRIDGE=m
# CONFIG_NET_DSA is not set
CONFIG_VLAN_8021Q=m
CONFIG_VLAN_8021Q_GVRP=y
CONFIG_DECNET=m
# CONFIG_DECNET_ROUTER is not set
CONFIG_LLC=m
CONFIG_LLC2=m
CONFIG_IPX=m
# CONFIG_IPX_INTERN is not set
CONFIG_ATALK=m
CONFIG_DEV_APPLETALK=m
CONFIG_IPDDP=m
# CONFIG_IPDDP_ENCAP is not set
# CONFIG_IPDDP_DECAP is not set
CONFIG_X25=m
CONFIG_LAPB=m
CONFIG_ECONET=m
CONFIG_ECONET_AUNUDP=y
# CONFIG_ECONET_NATIVE is not set
CONFIG_WAN_ROUTER=m
# CONFIG_PHONET is not set
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
CONFIG_NET_SCH_ATM=m
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_MULTIQ=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_NETEM=m
CONFIG_NET_SCH_DRR=m
CONFIG_NET_SCH_INGRESS=m

#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=m
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
CONFIG_CLS_U32_PERF=y
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
CONFIG_NET_CLS_FLOW=m
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
CONFIG_NET_EMATCH_CMP=m
CONFIG_NET_EMATCH_NBYTE=m
CONFIG_NET_EMATCH_U32=m
CONFIG_NET_EMATCH_META=m
CONFIG_NET_EMATCH_TEXT=m
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=m
CONFIG_NET_ACT_GACT=m
# CONFIG_GACT_PROB is not set
CONFIG_NET_ACT_MIRRED=m
CONFIG_NET_ACT_IPT=m
CONFIG_NET_ACT_NAT=m
CONFIG_NET_ACT_PEDIT=m
# CONFIG_NET_ACT_SIMP is not set
CONFIG_NET_ACT_SKBEDIT=m
CONFIG_NET_CLS_IND=y
CONFIG_NET_SCH_FIFO=y
CONFIG_DCB=y

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

#
# Packet Radio protocols
#
CONFIG_AX25=m
# CONFIG_AX25_DAMA_SLAVE is not set
CONFIG_NETROM=m
CONFIG_ROSE=m

#
# AX.25 network device drivers
#
CONFIG_MKISS=m
CONFIG_6PACK=m
CONFIG_BPQETHER=m
CONFIG_BAYCOM_SER_FDX=m
CONFIG_BAYCOM_SER_HDX=m
CONFIG_YAM=m
CONFIG_CAN=m
CONFIG_CAN_RAW=m
CONFIG_CAN_BCM=m

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

#
# IrDA protocols
#
CONFIG_IRLAN=m
CONFIG_IRNET=m
CONFIG_IRCOMM=m
CONFIG_IRDA_ULTRA=y

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

#
# Infrared-port device drivers
#

#
# SIR device drivers
#
CONFIG_IRTTY_SIR=m

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

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

#
# Bluetooth device drivers
#
CONFIG_BT_HCIBTUSB=m
CONFIG_BT_HCIBTSDIO=m
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_LL=y
CONFIG_BT_HCIBCM203X=m
CONFIG_BT_HCIBPA10X=m
CONFIG_BT_HCIBFUSB=m
CONFIG_BT_HCIDTL1=m
CONFIG_BT_HCIBT3C=m
CONFIG_BT_HCIBLUECARD=m
CONFIG_BT_HCIBTUART=m
CONFIG_BT_HCIVHCI=m
CONFIG_AF_RXRPC=m
# CONFIG_AF_RXRPC_DEBUG is not set
CONFIG_RXKAD=m
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
CONFIG_CFG80211=m
# CONFIG_CFG80211_REG_DEBUG is not set
# CONFIG_WIRELESS_OLD_REGULATORY is not set
CONFIG_WIRELESS_EXT=y
CONFIG_WIRELESS_EXT_SYSFS=y
CONFIG_LIB80211=m
CONFIG_LIB80211_CRYPT_WEP=m
CONFIG_LIB80211_CRYPT_CCMP=m
CONFIG_LIB80211_CRYPT_TKIP=m
# CONFIG_LIB80211_DEBUG is not set
CONFIG_MAC80211=m

#
# Rate control algorithm selection
#
CONFIG_MAC80211_RC_MINSTREL=y
# CONFIG_MAC80211_RC_DEFAULT_PID is not set
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel"
CONFIG_MAC80211_MESH=y
CONFIG_MAC80211_LEDS=y
# CONFIG_MAC80211_DEBUGFS is not set
# CONFIG_MAC80211_DEBUG_MENU is not set
CONFIG_WIMAX=m
CONFIG_WIMAX_DEBUG_LEVEL=8
CONFIG_RFKILL=m
CONFIG_RFKILL_INPUT=m
CONFIG_RFKILL_LEDS=y
# CONFIG_NET_9P is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
# CONFIG_STANDALONE is not set
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
CONFIG_CONNECTOR=m
CONFIG_MTD=m
# CONFIG_MTD_DEBUG is not set
CONFIG_MTD_CONCAT=m
CONFIG_MTD_PARTITIONS=y
# CONFIG_MTD_TESTS is not set
CONFIG_MTD_REDBOOT_PARTS=m
CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1
CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y
CONFIG_MTD_REDBOOT_PARTS_READONLY=y
# CONFIG_MTD_AR7_PARTS is not set

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

#
# RAM/ROM/Flash chip drivers
#
CONFIG_MTD_CFI=m
CONFIG_MTD_JEDECPROBE=m
CONFIG_MTD_GEN_PROBE=m
# 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=m
CONFIG_MTD_CFI_AMDSTD=m
CONFIG_MTD_CFI_STAA=m
CONFIG_MTD_CFI_UTIL=m
CONFIG_MTD_RAM=m
CONFIG_MTD_ROM=m
CONFIG_MTD_ABSENT=m

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

#
# Self-contained MTD device drivers
#
CONFIG_MTD_PMC551=m
CONFIG_MTD_PMC551_BUGFIX=y
# CONFIG_MTD_PMC551_DEBUG is not set
CONFIG_MTD_SLRAM=m
CONFIG_MTD_PHRAM=m
CONFIG_MTD_MTDRAM=m
CONFIG_MTDRAM_TOTAL_SIZE=4096
CONFIG_MTDRAM_ERASE_SIZE=128
CONFIG_MTD_BLOCK2MTD=m

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

#
# LPDDR flash memory drivers
#
# CONFIG_MTD_LPDDR is not set

#
# UBI - Unsorted block images
#
# CONFIG_MTD_UBI is not set
# CONFIG_PARPORT is not set
CONFIG_PNP=y
# CONFIG_PNP_DEBUG_MESSAGES is not set

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_FD=m
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_CRYPTOLOOP=m
CONFIG_BLK_DEV_NBD=m
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
# CONFIG_BLK_DEV_XIP is not set
CONFIG_CDROM_PKTCDVD=m
CONFIG_CDROM_PKTCDVD_BUFFERS=8
CONFIG_CDROM_PKTCDVD_WCACHE=y
CONFIG_ATA_OVER_ETH=m
CONFIG_VIRTIO_BLK=m
# CONFIG_BLK_DEV_HD is not set
CONFIG_MISC_DEVICES=y
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
CONFIG_ENCLOSURE_SERVICES=m
# CONFIG_HP_ILO is not set
# CONFIG_DELL_LAPTOP is not set
# CONFIG_C2PORT is not set

#
# EEPROM support
#
CONFIG_EEPROM_AT24=m
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_93CX6 is not set
CONFIG_HAVE_IDE=y
CONFIG_IDE=m

#
# Please see Documentation/ide/ide.txt for help/info on IDE drives
#
CONFIG_IDE_XFER_MODE=y
CONFIG_IDE_ATAPI=y
# CONFIG_BLK_DEV_IDE_SATA is not set
CONFIG_IDE_GD=m
CONFIG_IDE_GD_ATA=y
# CONFIG_IDE_GD_ATAPI is not set
CONFIG_BLK_DEV_IDECS=m
# CONFIG_BLK_DEV_DELKIN is not set
CONFIG_BLK_DEV_IDECD=m
CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
CONFIG_BLK_DEV_IDETAPE=m
CONFIG_BLK_DEV_IDEACPI=y
CONFIG_IDE_TASK_IOCTL=y
CONFIG_IDE_PROC_FS=y

#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=m
CONFIG_BLK_DEV_PLATFORM=m
# CONFIG_BLK_DEV_CMD640 is not set
CONFIG_BLK_DEV_IDEPNP=m
CONFIG_BLK_DEV_IDEDMA_SFF=y

#
# PCI IDE chipsets support
#
CONFIG_BLK_DEV_IDEPCI=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=m
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_JMICRON is not set
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=m
# CONFIG_BLK_DEV_IT8172 is not set
# CONFIG_BLK_DEV_IT8213 is not set
# CONFIG_BLK_DEV_IT821X is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_BLK_DEV_TC86C001 is not set
CONFIG_BLK_DEV_IDEDMA=y

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

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

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

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=m
CONFIG_SCSI_FC_ATTRS=m
CONFIG_SCSI_FC_TGT_ATTRS=y
CONFIG_SCSI_ISCSI_ATTRS=m
CONFIG_SCSI_SAS_ATTRS=m
CONFIG_SCSI_SAS_LIBSAS=m
# CONFIG_SCSI_SAS_ATA is not set
CONFIG_SCSI_SAS_HOST_SMP=y
CONFIG_SCSI_SAS_LIBSAS_DEBUG=y
CONFIG_SCSI_SRP_ATTRS=m
CONFIG_SCSI_SRP_TGT_ATTRS=y
CONFIG_SCSI_LOWLEVEL=y
CONFIG_ISCSI_TCP=m
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_MPT2SAS is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
CONFIG_LIBFC=m
CONFIG_FCOE=m
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_SRP is not set
# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
CONFIG_SCSI_DH=m
CONFIG_SCSI_DH_RDAC=m
# CONFIG_SCSI_DH_HP_SW is not set
# CONFIG_SCSI_DH_EMC is not set
CONFIG_SCSI_DH_ALUA=m
CONFIG_SCSI_OSD_INITIATOR=m
CONFIG_SCSI_OSD_ULD=m
CONFIG_SCSI_OSD_DPRINT_SENSE=1
# CONFIG_SCSI_OSD_DEBUG is not set
CONFIG_ATA=m
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_ACPI=y
CONFIG_SATA_PMP=y
CONFIG_SATA_AHCI=m
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y
# CONFIG_SATA_SVW is not set
CONFIG_ATA_PIIX=m
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
CONFIG_PATA_ACPI=m
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
CONFIG_ATA_GENERIC=m
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_MARVELL is not set
CONFIG_PATA_MPIIX=m
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PCMCIA is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RZ1000 is not set
# CONFIG_PATA_SC1200 is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
# CONFIG_PATA_SCH is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=m
CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID10=m
CONFIG_MD_RAID456=m
CONFIG_MD_RAID5_RESHAPE=y
CONFIG_MD_MULTIPATH=m
CONFIG_MD_FAULTY=m
CONFIG_BLK_DEV_DM=m
# CONFIG_DM_DEBUG is not set
CONFIG_DM_CRYPT=m
CONFIG_DM_SNAPSHOT=m
CONFIG_DM_MIRROR=m
CONFIG_DM_ZERO=m
CONFIG_DM_MULTIPATH=m
# CONFIG_DM_DELAY is not set
# CONFIG_DM_UEVENT is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#

#
# Enable only one of the two stacks, unless you know what you are doing
#
CONFIG_FIREWIRE=m
CONFIG_FIREWIRE_OHCI=m
CONFIG_FIREWIRE_OHCI_DEBUG=y
CONFIG_FIREWIRE_SBP2=m
# CONFIG_IEEE1394 is not set
CONFIG_I2O=m
CONFIG_I2O_LCT_NOTIFY_ON_CHANGES=y
# CONFIG_I2O_EXT_ADAPTEC is not set
CONFIG_I2O_CONFIG=m
CONFIG_I2O_CONFIG_OLD_IOCTL=y
CONFIG_I2O_BUS=m
CONFIG_I2O_BLOCK=m
CONFIG_I2O_SCSI=m
CONFIG_I2O_PROC=m
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
CONFIG_COMPAT_NET_DEV_OPS=y
CONFIG_IFB=m
CONFIG_DUMMY=m
CONFIG_BONDING=m
CONFIG_MACVLAN=m
CONFIG_EQUALIZER=m
CONFIG_TUN=m
CONFIG_VETH=m
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
CONFIG_PHYLIB=m

#
# MII PHY device drivers
#
# CONFIG_MARVELL_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_SMSC_PHY is not set
CONFIG_BROADCOM_PHY=m
# CONFIG_ICPLUS_PHY is not set
# CONFIG_REALTEK_PHY is not set
# CONFIG_NATIONAL_PHY is not set
# CONFIG_STE10XP is not set
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_MDIO_BITBANG is not set
# CONFIG_NET_ETHERNET is not set
CONFIG_MII=m
CONFIG_NETDEV_1000=y
CONFIG_ACENIC=m
# CONFIG_ACENIC_OMIT_TIGON_I is not set
# CONFIG_DL2K is not set
CONFIG_E1000=m
CONFIG_E1000E=m
# CONFIG_IP1000 is not set
CONFIG_IGB=m
CONFIG_IGB_DCA=y
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_TIGON3=m
CONFIG_BNX2=m
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set
# CONFIG_ATL1E is not set
# CONFIG_ATL1C is not set
# CONFIG_JME is not set
CONFIG_NETDEV_10000=y
# CONFIG_CHELSIO_T1 is not set
CONFIG_CHELSIO_T3_DEPENDS=y
# CONFIG_CHELSIO_T3 is not set
# CONFIG_ENIC is not set
# CONFIG_IXGBE is not set
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set
# CONFIG_MYRI10GE is not set
# CONFIG_NETXEN_NIC is not set
# CONFIG_NIU is not set
# CONFIG_MLX4_EN is not set
# CONFIG_MLX4_CORE is not set
# CONFIG_TEHUTI is not set
# CONFIG_BNX2X is not set
# CONFIG_QLGE is not set
# CONFIG_SFC is not set
# CONFIG_BE2NET is not set
# CONFIG_TR is not set

#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
CONFIG_WLAN_80211=y
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_LIBERTAS is not set
# CONFIG_LIBERTAS_THINFIRM is not set
# CONFIG_AIRO is not set
# CONFIG_ATMEL is not set
# CONFIG_AT76C50X_USB is not set
# CONFIG_AIRO_CS is not set
# CONFIG_PCMCIA_WL3501 is not set
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
CONFIG_USB_NET_RNDIS_WLAN=m
# CONFIG_RTL8180 is not set
# CONFIG_RTL8187 is not set
# CONFIG_ADM8211 is not set
CONFIG_MAC80211_HWSIM=m
# CONFIG_MWL8K is not set
# CONFIG_P54_COMMON is not set
CONFIG_ATH5K=m
# CONFIG_ATH5K_DEBUG is not set
CONFIG_ATH9K=m
# CONFIG_ATH9K_DEBUG is not set
# CONFIG_AR9170_USB is not set
CONFIG_IPW2100=m
CONFIG_IPW2100_MONITOR=y
# CONFIG_IPW2100_DEBUG is not set
CONFIG_IPW2200=m
CONFIG_IPW2200_MONITOR=y
CONFIG_IPW2200_RADIOTAP=y
CONFIG_IPW2200_PROMISCUOUS=y
CONFIG_IPW2200_QOS=y
# CONFIG_IPW2200_DEBUG is not set
CONFIG_LIBIPW=m
# CONFIG_LIBIPW_DEBUG is not set
CONFIG_IWLWIFI=m
CONFIG_IWLWIFI_LEDS=y
CONFIG_IWLWIFI_RFKILL=y
CONFIG_IWLWIFI_SPECTRUM_MEASUREMENT=y
# CONFIG_IWLWIFI_DEBUG is not set
CONFIG_IWLAGN=m
CONFIG_IWL4965=y
CONFIG_IWL5000=y
CONFIG_IWL3945=m
CONFIG_IWL3945_SPECTRUM_MEASUREMENT=y
# CONFIG_HOSTAP is not set
# CONFIG_B43 is not set
# CONFIG_B43LEGACY is not set
CONFIG_ZD1211RW=m
# CONFIG_ZD1211RW_DEBUG is not set
# CONFIG_RT2X00 is not set
# CONFIG_HERMES is not set

#
# WiMAX Wireless Broadband devices
#
CONFIG_WIMAX_I2400M=m
CONFIG_WIMAX_I2400M_USB=m
CONFIG_WIMAX_I2400M_SDIO=m
CONFIG_WIMAX_I2400M_DEBUG_LEVEL=8

#
# USB Network Adapters
#
CONFIG_USB_CATC=m
CONFIG_USB_KAWETH=m
CONFIG_USB_PEGASUS=m
CONFIG_USB_RTL8150=m
CONFIG_USB_USBNET=m
CONFIG_USB_NET_AX8817X=m
CONFIG_USB_NET_CDCETHER=m
# CONFIG_USB_NET_DM9601 is not set
# CONFIG_USB_NET_SMSC95XX is not set
CONFIG_USB_NET_GL620A=m
CONFIG_USB_NET_NET1080=m
CONFIG_USB_NET_PLUSB=m
# CONFIG_USB_NET_MCS7830 is not set
CONFIG_USB_NET_RNDIS_HOST=m
CONFIG_USB_NET_CDC_SUBSET=m
CONFIG_USB_ALI_M5632=y
CONFIG_USB_AN2720=y
CONFIG_USB_BELKIN=y
CONFIG_USB_ARMLINUX=y
# CONFIG_USB_EPSON2888 is not set
# CONFIG_USB_KC2190 is not set
CONFIG_USB_NET_ZAURUS=m
CONFIG_USB_HSO=m
CONFIG_NET_PCMCIA=y
CONFIG_PCMCIA_3C589=m
CONFIG_PCMCIA_3C574=m
CONFIG_PCMCIA_FMVJ18X=m
CONFIG_PCMCIA_PCNET=m
CONFIG_PCMCIA_NMCLAN=m
CONFIG_PCMCIA_SMC91C92=m
CONFIG_PCMCIA_XIRC2PS=m
CONFIG_PCMCIA_AXNET=m
# CONFIG_WAN is not set
CONFIG_ATM_DRIVERS=y
CONFIG_ATM_DUMMY=m
CONFIG_ATM_TCP=m
CONFIG_ATM_LANAI=m
CONFIG_ATM_ENI=m
# CONFIG_ATM_ENI_DEBUG is not set
# CONFIG_ATM_ENI_TUNE_BURST is not set
# CONFIG_ATM_FIRESTREAM is not set
# CONFIG_ATM_ZATM is not set
# CONFIG_ATM_IDT77252 is not set
# CONFIG_ATM_AMBASSADOR is not set
# CONFIG_ATM_HORIZON is not set
# CONFIG_ATM_IA is not set
# CONFIG_ATM_FORE200E is not set
# CONFIG_ATM_HE is not set
# CONFIG_ATM_SOLOS is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPP_MPPE=m
CONFIG_PPPOE=m
CONFIG_PPPOATM=m
CONFIG_PPPOL2TP=m
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLHC=m
CONFIG_SLIP_SMART=y
CONFIG_SLIP_MODE_SLIP6=y
CONFIG_NET_FC=y
CONFIG_NETCONSOLE=m
# CONFIG_NETCONSOLE_DYNAMIC is not set
CONFIG_NETPOLL=y
CONFIG_NETPOLL_TRAP=y
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_VIRTIO_NET=m
# CONFIG_ISDN is not set
CONFIG_PHONE=m
CONFIG_PHONE_IXJ=m
CONFIG_PHONE_IXJ_PCMCIA=m

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

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
CONFIG_KEYBOARD_XTKBD=m
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_KEYBOARD_GPIO=m
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=m
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_ELANTECH is not set
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
CONFIG_MOUSE_SERIAL=m
# CONFIG_MOUSE_APPLETOUCH is not set
CONFIG_MOUSE_BCM5974=m
# CONFIG_MOUSE_VSXXXAA is not set
CONFIG_MOUSE_GPIO=m
CONFIG_INPUT_JOYSTICK=y
CONFIG_JOYSTICK_ANALOG=m
CONFIG_JOYSTICK_A3D=m
CONFIG_JOYSTICK_ADI=m
CONFIG_JOYSTICK_COBRA=m
CONFIG_JOYSTICK_GF2K=m
CONFIG_JOYSTICK_GRIP=m
CONFIG_JOYSTICK_GRIP_MP=m
CONFIG_JOYSTICK_GUILLEMOT=m
CONFIG_JOYSTICK_INTERACT=m
CONFIG_JOYSTICK_SIDEWINDER=m
CONFIG_JOYSTICK_TMDC=m
CONFIG_JOYSTICK_IFORCE=m
CONFIG_JOYSTICK_IFORCE_USB=y
CONFIG_JOYSTICK_IFORCE_232=y
CONFIG_JOYSTICK_WARRIOR=m
CONFIG_JOYSTICK_MAGELLAN=m
CONFIG_JOYSTICK_SPACEORB=m
CONFIG_JOYSTICK_SPACEBALL=m
CONFIG_JOYSTICK_STINGER=m
CONFIG_JOYSTICK_TWIDJOY=m
# CONFIG_JOYSTICK_ZHENHUA is not set
CONFIG_JOYSTICK_JOYDUMP=m
# CONFIG_JOYSTICK_XPAD is not set
# CONFIG_INPUT_TABLET is not set
CONFIG_INPUT_TOUCHSCREEN=y
# CONFIG_TOUCHSCREEN_FUJITSU is not set
CONFIG_TOUCHSCREEN_GUNZE=m
CONFIG_TOUCHSCREEN_ELO=m
# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
CONFIG_TOUCHSCREEN_MTOUCH=m
# CONFIG_TOUCHSCREEN_INEXIO is not set
CONFIG_TOUCHSCREEN_MK712=m
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
# CONFIG_TOUCHSCREEN_WM97XX is not set
# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
# CONFIG_TOUCHSCREEN_TSC2007 is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=m
# CONFIG_INPUT_APANEL is not set
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
CONFIG_INPUT_UINPUT=m

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=m
CONFIG_SERIO_CT82C710=m
CONFIG_SERIO_PCIPS2=m
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=m
CONFIG_GAMEPORT=m
CONFIG_GAMEPORT_NS558=m
CONFIG_GAMEPORT_L4=m
CONFIG_GAMEPORT_EMU10K1=m
CONFIG_GAMEPORT_FM801=m

#
# Character devices
#
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
CONFIG_DEVKMEM=y
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_NOZOMI=m

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_CS=m
CONFIG_SERIAL_8250_NR_UARTS=8
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=y
CONFIG_SERIAL_8250_RSA=y

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_JSM=m
CONFIG_UNIX98_PTYS=y
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
CONFIG_HVC_DRIVER=y
CONFIG_VIRTIO_CONSOLE=m
CONFIG_IPMI_HANDLER=m
# CONFIG_IPMI_PANIC_EVENT is not set
CONFIG_IPMI_DEVICE_INTERFACE=m
CONFIG_IPMI_SI=m
CONFIG_IPMI_WATCHDOG=m
CONFIG_IPMI_POWEROFF=m
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_TIMERIOMEM=m
CONFIG_HW_RANDOM_INTEL=m
CONFIG_HW_RANDOM_AMD=y
# CONFIG_HW_RANDOM_VIRTIO is not set
CONFIG_NVRAM=m
# CONFIG_R3964 is not set
CONFIG_APPLICOM=m

#
# PCMCIA character devices
#
CONFIG_SYNCLINK_CS=m
# CONFIG_CARDMAN_4000 is not set
# CONFIG_CARDMAN_4040 is not set
CONFIG_IPWIRELESS=m
CONFIG_MWAVE=m
# CONFIG_PC8736x_GPIO is not set
CONFIG_RAW_DRIVER=m
CONFIG_MAX_RAW_DEVS=1024
CONFIG_HPET=y
CONFIG_HPET_MMAP=y
CONFIG_HANGCHECK_TIMER=m
CONFIG_TCG_TPM=m
CONFIG_TCG_TIS=m
CONFIG_TCG_NSC=m
CONFIG_TCG_ATMEL=m
CONFIG_TCG_INFINEON=m
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
CONFIG_I2C=m
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_CHARDEV=m
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=m

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
CONFIG_I2C_ALI1535=m
CONFIG_I2C_ALI1563=m
CONFIG_I2C_ALI15X3=m
CONFIG_I2C_AMD756=m
CONFIG_I2C_AMD756_S4882=m
CONFIG_I2C_AMD8111=m
CONFIG_I2C_I801=m
CONFIG_I2C_ISCH=m
CONFIG_I2C_PIIX4=m
CONFIG_I2C_NFORCE2=m
CONFIG_I2C_NFORCE2_S4985=m
CONFIG_I2C_SIS5595=m
CONFIG_I2C_SIS630=m
CONFIG_I2C_SIS96X=m
CONFIG_I2C_VIA=m
CONFIG_I2C_VIAPRO=m

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
CONFIG_I2C_GPIO=m
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_SIMTEC is not set

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

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

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_STUB is not set

#
# Miscellaneous I2C Chip support
#
# CONFIG_DS1682 is not set
CONFIG_SENSORS_PCF8574=m
CONFIG_PCF8575=m
# CONFIG_SENSORS_PCA9539 is not set
CONFIG_SENSORS_PCF8591=m
CONFIG_SENSORS_MAX6875=m
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
# CONFIG_SPI is not set
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
CONFIG_GPIOLIB=y
# CONFIG_DEBUG_GPIO is not set
CONFIG_GPIO_SYSFS=y

#
# Memory mapped GPIO expanders:
#

#
# I2C GPIO expanders:
#
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_PCA953X is not set
# CONFIG_GPIO_PCF857X is not set

#
# PCI GPIO expanders:
#
CONFIG_GPIO_BT8XX=m

#
# SPI GPIO expanders:
#
CONFIG_W1=m
CONFIG_W1_CON=y

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

#
# 1-wire Slaves
#
CONFIG_W1_SLAVE_THERM=m
# CONFIG_W1_SLAVE_SMEM is not set
# CONFIG_W1_SLAVE_DS2431 is not set
# CONFIG_W1_SLAVE_DS2433 is not set
# CONFIG_W1_SLAVE_DS2760 is not set
# CONFIG_W1_SLAVE_BQ27000 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
CONFIG_PDA_POWER=m
# CONFIG_BATTERY_DS2760 is not set
# CONFIG_BATTERY_BQ27x00 is not set
CONFIG_HWMON=y
CONFIG_HWMON_VID=m
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
CONFIG_SENSORS_ADM1021=m
CONFIG_SENSORS_ADM1025=m
CONFIG_SENSORS_ADM1026=m
CONFIG_SENSORS_ADM1029=m
CONFIG_SENSORS_ADM1031=m
CONFIG_SENSORS_ADM9240=m
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7473 is not set
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_K8TEMP is not set
CONFIG_SENSORS_ASB100=m
CONFIG_SENSORS_ATXP1=m
CONFIG_SENSORS_DS1621=m
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
CONFIG_SENSORS_FSCHER=m
CONFIG_SENSORS_FSCPOS=m
# CONFIG_SENSORS_FSCHMD is not set
CONFIG_SENSORS_GL518SM=m
CONFIG_SENSORS_GL520SM=m
# CONFIG_SENSORS_CORETEMP is not set
# CONFIG_SENSORS_IBMAEM is not set
# CONFIG_SENSORS_IBMPEX is not set
CONFIG_SENSORS_IT87=m
CONFIG_SENSORS_LM63=m
CONFIG_SENSORS_LM75=m
CONFIG_SENSORS_LM77=m
CONFIG_SENSORS_LM78=m
CONFIG_SENSORS_LM80=m
CONFIG_SENSORS_LM83=m
CONFIG_SENSORS_LM85=m
CONFIG_SENSORS_LM87=m
CONFIG_SENSORS_LM90=m
CONFIG_SENSORS_LM92=m
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LTC4245 is not set
CONFIG_SENSORS_MAX1619=m
# CONFIG_SENSORS_MAX6650 is not set
CONFIG_SENSORS_PC87360=m
# CONFIG_SENSORS_PC87427 is not set
CONFIG_SENSORS_SIS5595=m
# CONFIG_SENSORS_DME1737 is not set
CONFIG_SENSORS_SMSC47M1=m
# CONFIG_SENSORS_SMSC47M192 is not set
CONFIG_SENSORS_SMSC47B397=m
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_THMC50 is not set
CONFIG_SENSORS_VIA686A=m
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
CONFIG_SENSORS_W83781D=m
# CONFIG_SENSORS_W83791D is not set
CONFIG_SENSORS_W83792D=m
# CONFIG_SENSORS_W83793 is not set
CONFIG_SENSORS_W83L785TS=m
# CONFIG_SENSORS_W83L786NG is not set
CONFIG_SENSORS_W83627HF=m
CONFIG_SENSORS_W83627EHF=m
CONFIG_SENSORS_HDAPS=m
# CONFIG_SENSORS_LIS3LV02D is not set
# CONFIG_SENSORS_APPLESMC is not set
# CONFIG_HWMON_DEBUG_CHIP is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_HWMON=y
CONFIG_WATCHDOG=y
# CONFIG_WATCHDOG_NOWAYOUT is not set

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

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

#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set

#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_UCB1400_CORE is not set
# CONFIG_TPS65010 is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_PCF50633 is not set
CONFIG_REGULATOR=y
# CONFIG_REGULATOR_DEBUG is not set
# CONFIG_REGULATOR_FIXED_VOLTAGE is not set
# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
# CONFIG_REGULATOR_BQ24022 is not set

#
# Multimedia devices
#

#
# Multimedia core support
#
CONFIG_VIDEO_DEV=m
CONFIG_VIDEO_V4L2_COMMON=m
CONFIG_VIDEO_ALLOW_V4L1=y
CONFIG_VIDEO_V4L1_COMPAT=y
# CONFIG_DVB_CORE is not set
CONFIG_VIDEO_MEDIA=m

#
# Multimedia drivers
#
CONFIG_MEDIA_ATTACH=y
CONFIG_MEDIA_TUNER=m
# CONFIG_MEDIA_TUNER_CUSTOMISE is not set
CONFIG_MEDIA_TUNER_SIMPLE=m
CONFIG_MEDIA_TUNER_TDA8290=m
CONFIG_MEDIA_TUNER_TDA9887=m
CONFIG_MEDIA_TUNER_TEA5761=m
CONFIG_MEDIA_TUNER_TEA5767=m
CONFIG_MEDIA_TUNER_MT20XX=m
CONFIG_MEDIA_TUNER_XC2028=m
CONFIG_MEDIA_TUNER_XC5000=m
CONFIG_MEDIA_TUNER_MC44S803=m
CONFIG_VIDEO_V4L2=m
CONFIG_VIDEO_V4L1=m
CONFIG_VIDEOBUF_GEN=m
CONFIG_VIDEOBUF_VMALLOC=m
CONFIG_VIDEO_CAPTURE_DRIVERS=y
# CONFIG_VIDEO_ADV_DEBUG is not set
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
CONFIG_VIDEO_VIVI=m
# CONFIG_VIDEO_BT848 is not set
# CONFIG_VIDEO_CPIA is not set
# CONFIG_VIDEO_CPIA2 is not set
# CONFIG_VIDEO_SAA5246A is not set
# CONFIG_VIDEO_SAA5249 is not set
# CONFIG_VIDEO_STRADIS is not set
# CONFIG_VIDEO_ZORAN is not set
# CONFIG_VIDEO_SAA7134 is not set
# CONFIG_VIDEO_MXB is not set
# CONFIG_VIDEO_HEXIUM_ORION is not set
# CONFIG_VIDEO_HEXIUM_GEMINI is not set
# CONFIG_VIDEO_CX88 is not set
# CONFIG_VIDEO_IVTV is not set
# CONFIG_VIDEO_CAFE_CCIC is not set
# CONFIG_SOC_CAMERA is not set
CONFIG_V4L_USB_DRIVERS=y
CONFIG_USB_VIDEO_CLASS=m
CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
CONFIG_USB_GSPCA=m
# CONFIG_USB_M5602 is not set
# CONFIG_USB_STV06XX is not set
# CONFIG_USB_GSPCA_CONEX is not set
# CONFIG_USB_GSPCA_ETOMS is not set
# CONFIG_USB_GSPCA_FINEPIX is not set
# CONFIG_USB_GSPCA_MARS is not set
# CONFIG_USB_GSPCA_MR97310A is not set
# CONFIG_USB_GSPCA_OV519 is not set
# CONFIG_USB_GSPCA_OV534 is not set
# CONFIG_USB_GSPCA_PAC207 is not set
# CONFIG_USB_GSPCA_PAC7311 is not set
# CONFIG_USB_GSPCA_SONIXB is not set
# CONFIG_USB_GSPCA_SONIXJ is not set
CONFIG_USB_GSPCA_SPCA500=m
CONFIG_USB_GSPCA_SPCA501=m
CONFIG_USB_GSPCA_SPCA505=m
CONFIG_USB_GSPCA_SPCA506=m
CONFIG_USB_GSPCA_SPCA508=m
CONFIG_USB_GSPCA_SPCA561=m
# CONFIG_USB_GSPCA_SQ905 is not set
# CONFIG_USB_GSPCA_SQ905C is not set
# CONFIG_USB_GSPCA_STK014 is not set
# CONFIG_USB_GSPCA_SUNPLUS is not set
# CONFIG_USB_GSPCA_T613 is not set
# CONFIG_USB_GSPCA_TV8532 is not set
# CONFIG_USB_GSPCA_VC032X is not set
# CONFIG_USB_GSPCA_ZC3XX is not set
# CONFIG_VIDEO_PVRUSB2 is not set
# CONFIG_VIDEO_HDPVR is not set
# CONFIG_VIDEO_EM28XX is not set
# CONFIG_VIDEO_USBVISION is not set
CONFIG_VIDEO_USBVIDEO=m
# CONFIG_USB_VICAM is not set
# CONFIG_USB_IBMCAM is not set
# CONFIG_USB_KONICAWC is not set
CONFIG_USB_QUICKCAM_MESSENGER=m
# CONFIG_USB_ET61X251 is not set
# CONFIG_VIDEO_OVCAMCHIP is not set
# CONFIG_USB_OV511 is not set
# CONFIG_USB_SE401 is not set
# CONFIG_USB_SN9C102 is not set
# CONFIG_USB_STV680 is not set
CONFIG_USB_ZC0301=m
CONFIG_USB_PWC=m
# CONFIG_USB_PWC_DEBUG is not set
CONFIG_USB_PWC_INPUT_EVDEV=y
# CONFIG_USB_ZR364XX is not set
# CONFIG_USB_STKWEBCAM is not set
# CONFIG_USB_S2255 is not set
CONFIG_RADIO_ADAPTERS=y
# CONFIG_RADIO_GEMTEK_PCI is not set
# CONFIG_RADIO_MAXIRADIO is not set
# CONFIG_RADIO_MAESTRO is not set
# CONFIG_USB_DSBR is not set
# CONFIG_USB_SI470X is not set
# CONFIG_USB_MR800 is not set
# CONFIG_RADIO_TEA5764 is not set
CONFIG_DAB=y
CONFIG_USB_DABUSB=m

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=m
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_VIA is not set
CONFIG_DRM=m
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
CONFIG_DRM_RADEON=m
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
CONFIG_DRM_I915=m
# CONFIG_DRM_I915_KMS is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
# CONFIG_VGASTATE is not set
CONFIG_VIDEO_OUTPUT_CONTROL=m
CONFIG_FB=m
CONFIG_FIRMWARE_EDID=y
# CONFIG_FB_DDC is not set
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
CONFIG_FB_CFB_FILLRECT=m
CONFIG_FB_CFB_COPYAREA=m
CONFIG_FB_CFB_IMAGEBLIT=m
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_FOREIGN_ENDIAN is not set
# CONFIG_FB_SYS_FOPS is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_UVESA is not set
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_VIA is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_BROADSHEET is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=m
# CONFIG_LCD_ILI9320 is not set
CONFIG_LCD_PLATFORM=m
CONFIG_BACKLIGHT_CLASS_DEVICE=m
CONFIG_BACKLIGHT_GENERIC=m
# CONFIG_BACKLIGHT_PROGEAR is not set
# CONFIG_BACKLIGHT_MBP_NVIDIA is not set
# CONFIG_BACKLIGHT_SAHARA is not set

#
# Display device support
#
CONFIG_DISPLAY_SUPPORT=m

#
# Display hardware drivers
#

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=m
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_MONO=y
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y
CONFIG_SOUND=m
CONFIG_SOUND_OSS_CORE=y
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_JACK=y
CONFIG_SND_SEQUENCER=m
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
# CONFIG_SND_PCM_OSS is not set
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_HRTIMER=m
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
CONFIG_SND_DYNAMIC_MINORS=y
# CONFIG_SND_SUPPORT_OLD_API is not set
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
CONFIG_SND_DEBUG=y
# CONFIG_SND_DEBUG_VERBOSE is not set
# CONFIG_SND_PCM_XRUN_DEBUG is not set
CONFIG_SND_VMASTER=y
CONFIG_SND_MPU401_UART=m
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_DRIVERS=y
# CONFIG_SND_PCSP is not set
# CONFIG_SND_DUMMY is not set
CONFIG_SND_VIRMIDI=m
CONFIG_SND_MTPAV=m
CONFIG_SND_SERIAL_U16550=m
CONFIG_SND_MPU401=m
CONFIG_SND_AC97_POWER_SAVE=y
CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0
CONFIG_SND_PCI=y
CONFIG_SND_AD1889=m
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AW2 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_OXYGEN is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS5530 is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
# CONFIG_SND_INDIGOIOX is not set
# CONFIG_SND_INDIGODJX is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
CONFIG_SND_HDA_INTEL=m
CONFIG_SND_HDA_HWDEP=y
# CONFIG_SND_HDA_RECONFIG is not set
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_ATIHDMI=y
CONFIG_SND_HDA_CODEC_NVHDMI=y
CONFIG_SND_HDA_CODEC_INTELHDMI=y
CONFIG_SND_HDA_ELD=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_HDA_POWER_SAVE=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=10
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_HIFIER is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=m
CONFIG_SND_INTEL8X0M=m
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VIRTUOSO is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
CONFIG_SND_USB=y
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_USX2Y is not set
# CONFIG_SND_USB_CAIAQ is not set
# CONFIG_SND_USB_US122L is not set
CONFIG_SND_PCMCIA=y
# CONFIG_SND_VXPOCKET is not set
# CONFIG_SND_PDAUDIOCF is not set
# CONFIG_SND_SOC is not set
# CONFIG_SOUND_PRIME is not set
CONFIG_AC97_BUS=m
CONFIG_HID_SUPPORT=y
CONFIG_HID=m
# CONFIG_HID_DEBUG is not set
CONFIG_HIDRAW=y

#
# USB Input Devices
#
CONFIG_USB_HID=m
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y

#
# Special HID drivers
#
# CONFIG_HID_COMPAT is not set
CONFIG_HID_A4TECH=m
CONFIG_HID_APPLE=m
CONFIG_HID_BELKIN=m
CONFIG_HID_CHERRY=m
CONFIG_HID_CHICONY=m
CONFIG_HID_CYPRESS=m
CONFIG_HID_EZKEY=m
CONFIG_HID_GYRATION=m
CONFIG_HID_LOGITECH=m
CONFIG_LOGITECH_FF=y
# CONFIG_LOGIRUMBLEPAD2_FF is not set
CONFIG_HID_MICROSOFT=m
CONFIG_HID_MONTEREY=m
CONFIG_HID_NTRIG=m
CONFIG_HID_PANTHERLORD=m
# CONFIG_PANTHERLORD_FF is not set
CONFIG_HID_PETALYNX=m
CONFIG_HID_SAMSUNG=m
CONFIG_HID_SONY=m
CONFIG_HID_SUNPLUS=m
# CONFIG_GREENASIA_FF is not set
CONFIG_HID_TOPSEED=m
CONFIG_THRUSTMASTER_FF=m
# CONFIG_ZEROPLUS_FF is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_DEVICE_CLASS=y
CONFIG_USB_DYNAMIC_MINORS=y
CONFIG_USB_SUSPEND=y
# CONFIG_USB_OTG is not set
CONFIG_USB_MON=m
# CONFIG_USB_WUSB is not set
# CONFIG_USB_WUSB_CBAF is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_EHCI_ROOT_HUB_TT=y
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# CONFIG_USB_OXU210HP_HCD is not set
CONFIG_USB_ISP116X_HCD=m
# CONFIG_USB_ISP1760_HCD is not set
CONFIG_USB_OHCI_HCD=m
# 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=m
CONFIG_USB_SL811_HCD=m
CONFIG_USB_SL811_CS=m
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_WHCI_HCD is not set
# CONFIG_USB_HWA_HCD is not set
# CONFIG_USB_GADGET_MUSB_HDRC is not set

#
# USB Device Class drivers
#
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m
CONFIG_USB_WDM=m
CONFIG_USB_TMC=m

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#

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

#
# USB Imaging devices
#
CONFIG_USB_MDC800=m
CONFIG_USB_MICROTEK=m

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

#
# USB Miscellaneous drivers
#
CONFIG_USB_EMI62=m
CONFIG_USB_EMI26=m
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
CONFIG_USB_RIO500=m
CONFIG_USB_LEGOTOWER=m
CONFIG_USB_LCD=m
# CONFIG_USB_BERRY_CHARGE is not set
CONFIG_USB_LED=m
# CONFIG_USB_CYPRESS_CY7C63 is not set
CONFIG_USB_CYTHERM=m
CONFIG_USB_IDMOUSE=m
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
CONFIG_USB_SISUSBVGA=m
CONFIG_USB_SISUSBVGA_CON=y
CONFIG_USB_LD=m
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
CONFIG_USB_TEST=m
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_VST is not set
CONFIG_USB_ATM=m
CONFIG_USB_SPEEDTOUCH=m
CONFIG_USB_CXACRU=m
CONFIG_USB_UEAGLEATM=m
CONFIG_USB_XUSBATM=m
CONFIG_USB_GADGET=m
# CONFIG_USB_GADGET_DEBUG is not set
# CONFIG_USB_GADGET_DEBUG_FILES is not set
# CONFIG_USB_GADGET_DEBUG_FS is not set
CONFIG_USB_GADGET_VBUS_DRAW=2
CONFIG_USB_GADGET_SELECTED=y
# CONFIG_USB_GADGET_AT91 is not set
# CONFIG_USB_GADGET_ATMEL_USBA is not set
# CONFIG_USB_GADGET_FSL_USB2 is not set
# CONFIG_USB_GADGET_LH7A40X is not set
# CONFIG_USB_GADGET_OMAP is not set
# CONFIG_USB_GADGET_PXA25X is not set
# CONFIG_USB_GADGET_PXA27X is not set
# CONFIG_USB_GADGET_S3C2410 is not set
# CONFIG_USB_GADGET_IMX is not set
# CONFIG_USB_GADGET_M66592 is not set
CONFIG_USB_GADGET_AMD5536UDC=y
CONFIG_USB_AMD5536UDC=m
# CONFIG_USB_GADGET_FSL_QE is not set
# CONFIG_USB_GADGET_CI13XXX is not set
# CONFIG_USB_GADGET_NET2280 is not set
# CONFIG_USB_GADGET_GOKU is not set
# CONFIG_USB_GADGET_DUMMY_HCD is not set
CONFIG_USB_GADGET_DUALSPEED=y
CONFIG_USB_ZERO=m
CONFIG_USB_ETH=m
CONFIG_USB_ETH_RNDIS=y
CONFIG_USB_GADGETFS=m
CONFIG_USB_FILE_STORAGE=m
# CONFIG_USB_FILE_STORAGE_TEST is not set
CONFIG_USB_G_SERIAL=m
# CONFIG_USB_MIDI_GADGET is not set
CONFIG_USB_G_PRINTER=m
CONFIG_USB_CDC_COMPOSITE=m

#
# OTG and related infrastructure
#
CONFIG_USB_OTG_UTILS=y
CONFIG_USB_GPIO_VBUS=m
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_UWB is not set
CONFIG_MMC=m
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_UNSAFE_RESUME is not set

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

#
# MMC/SD/SDIO Host Controller Drivers
#
CONFIG_MMC_SDHCI=m
CONFIG_MMC_SDHCI_PCI=m
CONFIG_MMC_RICOH_MMC=m
CONFIG_MMC_WBSD=m
# CONFIG_MMC_TIFM_SD is not set
CONFIG_MMC_SDRICOH_CS=m
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=m

#
# LED drivers
#
# CONFIG_LEDS_ALIX2 is not set
# CONFIG_LEDS_PCA9532 is not set
CONFIG_LEDS_GPIO=m
# CONFIG_LEDS_CLEVO_MAIL is not set
# CONFIG_LEDS_PCA955X is not set

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=m
CONFIG_LEDS_TRIGGER_IDE_DISK=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=m
CONFIG_LEDS_TRIGGER_BACKLIGHT=m
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y

#
# iptables trigger is under Netfilter config (LED target)
#
CONFIG_ACCESSIBILITY=y
# CONFIG_A11Y_BRAILLE_CONSOLE is not set
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set

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

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8581 is not set

#
# SPI RTC drivers
#

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

#
# on-CPU RTC drivers
#
CONFIG_DMADEVICES=y

#
# DMA Devices
#
CONFIG_INTEL_IOATDMA=m
CONFIG_DMA_ENGINE=y

#
# DMA Clients
#
CONFIG_NET_DMA=y
# CONFIG_DMATEST is not set
CONFIG_DCA=m
CONFIG_UIO=m
# CONFIG_UIO_CIF is not set
CONFIG_UIO_PDRV=m
# CONFIG_UIO_PDRV_GENIRQ is not set
# CONFIG_UIO_SMX is not set
# CONFIG_UIO_AEC is not set
# CONFIG_UIO_SERCOS3 is not set
# CONFIG_STAGING is not set
CONFIG_X86_PLATFORM_DEVICES=y
# CONFIG_ACER_WMI is not set
# CONFIG_ASUS_LAPTOP is not set
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_HP_WMI is not set
# CONFIG_MSI_LAPTOP is not set
# CONFIG_PANASONIC_LAPTOP is not set
# CONFIG_COMPAL_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
CONFIG_THINKPAD_ACPI=m
# CONFIG_THINKPAD_ACPI_DEBUGFACILITIES is not set
# CONFIG_THINKPAD_ACPI_DEBUG is not set
CONFIG_THINKPAD_ACPI_BAY=y
CONFIG_THINKPAD_ACPI_VIDEO=y
CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y
CONFIG_INTEL_MENLOW=m
# CONFIG_EEEPC_LAPTOP is not set
CONFIG_ACPI_WMI=m
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_FIRMWARE_MEMMAP=y
# CONFIG_EFI_VARS is not set
CONFIG_DELL_RBU=m
CONFIG_DCDBAS=m
CONFIG_DMIID=y
CONFIG_ISCSI_IBFT_FIND=y
CONFIG_ISCSI_IBFT=m

#
# File systems
#
CONFIG_EXT2_FS=m
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=m
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_EXT4_FS=m
# CONFIG_EXT4DEV_COMPAT is not set
CONFIG_EXT4_FS_XATTR=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_JBD=m
# CONFIG_JBD_DEBUG is not set
CONFIG_JBD2=m
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=m
CONFIG_REISERFS_FS=m
# 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=m
CONFIG_JFS_POSIX_ACL=y
CONFIG_JFS_SECURITY=y
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_FILE_LOCKING=y
CONFIG_XFS_FS=m
CONFIG_XFS_QUOTA=y
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
# CONFIG_XFS_DEBUG is not set
CONFIG_GFS2_FS=m
CONFIG_GFS2_FS_LOCKING_DLM=y
CONFIG_OCFS2_FS=m
CONFIG_OCFS2_FS_O2CB=m
CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m
CONFIG_OCFS2_FS_STATS=y
CONFIG_OCFS2_DEBUG_MASKLOG=y
# CONFIG_OCFS2_DEBUG_FS is not set
CONFIG_OCFS2_FS_POSIX_ACL=y
CONFIG_BTRFS_FS=m
CONFIG_BTRFS_FS_POSIX_ACL=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
CONFIG_PRINT_QUOTA_WARNING=y
CONFIG_QUOTA_TREE=m
CONFIG_QFMT_V1=m
CONFIG_QFMT_V2=m
CONFIG_QUOTACTL=y
CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m
CONFIG_FUSE_FS=m
CONFIG_GENERIC_ACL=y

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y

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

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
# CONFIG_PROC_KCORE is not set
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=m
CONFIG_MISC_FILESYSTEMS=y
CONFIG_ADFS_FS=m
CONFIG_ADFS_FS_RW=y
CONFIG_AFFS_FS=m
CONFIG_ECRYPT_FS=m
CONFIG_HFS_FS=m
CONFIG_HFSPLUS_FS=m
CONFIG_BEFS_FS=m
# CONFIG_BEFS_DEBUG is not set
CONFIG_BFS_FS=m
CONFIG_EFS_FS=m
CONFIG_JFFS2_FS=m
CONFIG_JFFS2_FS_DEBUG=0
CONFIG_JFFS2_FS_WRITEBUFFER=y
# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
# CONFIG_JFFS2_SUMMARY is not set
CONFIG_JFFS2_FS_XATTR=y
CONFIG_JFFS2_FS_POSIX_ACL=y
CONFIG_JFFS2_FS_SECURITY=y
CONFIG_JFFS2_COMPRESSION_OPTIONS=y
CONFIG_JFFS2_ZLIB=y
CONFIG_JFFS2_LZO=y
CONFIG_JFFS2_RTIME=y
CONFIG_JFFS2_RUBIN=y
# CONFIG_JFFS2_CMODE_NONE is not set
CONFIG_JFFS2_CMODE_PRIORITY=y
# CONFIG_JFFS2_CMODE_SIZE is not set
# CONFIG_JFFS2_CMODE_FAVOURLZO is not set
CONFIG_CRAMFS=m
CONFIG_SQUASHFS=m
CONFIG_SQUASHFS_EMBEDDED=y
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
CONFIG_VXFS_FS=m
CONFIG_MINIX_FS=m
# CONFIG_OMFS_FS is not set
CONFIG_HPFS_FS=m
CONFIG_QNX4FS_FS=m
CONFIG_ROMFS_FS=y
CONFIG_SYSV_FS=m
CONFIG_UFS_FS=m
# CONFIG_UFS_FS_WRITE is not set
# CONFIG_UFS_DEBUG is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_GSS=m
# CONFIG_SUNRPC_REGISTER_V4 is not set
CONFIG_RPCSEC_GSS_KRB5=m
CONFIG_RPCSEC_GSS_SPKM3=m
CONFIG_SMB_FS=m
CONFIG_SMB_NLS_DEFAULT=y
CONFIG_SMB_NLS_REMOTE="iso8859-2"
CONFIG_CIFS=m
# CONFIG_CIFS_STATS is not set
# CONFIG_CIFS_WEAK_PW_HASH is not set
# CONFIG_CIFS_UPCALL is not set
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_DEBUG2 is not set
CONFIG_CIFS_DFS_UPCALL=y
CONFIG_CIFS_EXPERIMENTAL=y
CONFIG_NCP_FS=m
CONFIG_NCPFS_PACKET_SIGNING=y
CONFIG_NCPFS_IOCTL_LOCKING=y
CONFIG_NCPFS_STRONG=y
CONFIG_NCPFS_NFS_NS=y
CONFIG_NCPFS_OS2_NS=y
CONFIG_NCPFS_SMALLDOS=y
CONFIG_NCPFS_NLS=y
CONFIG_NCPFS_EXTRAS=y
CONFIG_CODA_FS=m
# CONFIG_AFS_FS is not set

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

#
# 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=1024
CONFIG_MAGIC_SYSRQ=y
CONFIG_UNUSED_SYMBOLS=y
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
CONFIG_DETECT_SOFTLOCKUP=y
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y
CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
# CONFIG_DEBUG_PREEMPT is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_VIRTUAL is not set
# CONFIG_DEBUG_WRITECOUNT is not set
CONFIG_DEBUG_MEMORY_INIT=y
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_FAULT_INJECTION is not set
CONFIG_LATENCYTOP=y
CONFIG_SYSCTL_SYSCALL_CHECK=y
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_HW_BRANCH_TRACER=y
CONFIG_RING_BUFFER=y
CONFIG_TRACING=y

#
# Tracers
#
# CONFIG_FUNCTION_TRACER is not set
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_PREEMPT_TRACER is not set
# CONFIG_SYSPROF_TRACER is not set
# CONFIG_SCHED_TRACER is not set
# CONFIG_CONTEXT_SWITCH_TRACER is not set
# CONFIG_BOOT_TRACER is not set
# CONFIG_TRACE_BRANCH_PROFILING is not set
# CONFIG_POWER_TRACER is not set
# CONFIG_STACK_TRACER is not set
# CONFIG_HW_BRANCH_TRACER is not set
# CONFIG_FTRACE_STARTUP_TEST is not set
# CONFIG_MMIOTRACE is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_FIREWIRE_OHCI_REMOTE_DMA is not set
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_STRICT_DEVMEM=y
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
# CONFIG_EARLY_PRINTK_DBGP is not set
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_DEBUG_PER_CPU_MAPS is not set
# CONFIG_X86_PTDUMP is not set
# CONFIG_DEBUG_RODATA is not set
# CONFIG_DEBUG_NX_TEST is not set
# CONFIG_IOMMU_DEBUG is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set
# CONFIG_OPTIMIZE_INLINING is not set

#
# Security options
#
CONFIG_KEYS=y
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_NETWORK_XFRM=y
CONFIG_SECURITY_PATH=y
CONFIG_SECURITY_FILE_CAPABILITIES=y
CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
# CONFIG_SECURITY_SELINUX is not set
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
# CONFIG_IMA is not set
CONFIG_XOR_BLOCKS=m
CONFIG_ASYNC_CORE=m
CONFIG_ASYNC_MEMCPY=m
CONFIG_ASYNC_XOR=m
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_FIPS=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=m
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=m
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=m
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_PCOMP=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_GF128MUL=m
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=m
CONFIG_CRYPTO_AUTHENC=m
# CONFIG_CRYPTO_TEST is not set

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

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

#
# Hash modes
#
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=m

#
# Digest
#
CONFIG_CRYPTO_CRC32C=m
CONFIG_CRYPTO_CRC32C_INTEL=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_MICHAEL_MIC=m
CONFIG_CRYPTO_RMD128=m
CONFIG_CRYPTO_RMD160=m
CONFIG_CRYPTO_RMD256=m
CONFIG_CRYPTO_RMD320=m
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_TGR192=m
CONFIG_CRYPTO_WP512=m

#
# Ciphers
#
CONFIG_CRYPTO_AES=m
CONFIG_CRYPTO_AES_X86_64=m
CONFIG_CRYPTO_AES_NI_INTEL=m
CONFIG_CRYPTO_ANUBIS=m
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_CAMELLIA=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_FCRYPT=m
CONFIG_CRYPTO_KHAZAD=m
CONFIG_CRYPTO_SALSA20=m
CONFIG_CRYPTO_SALSA20_X86_64=m
CONFIG_CRYPTO_SEED=m
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_TWOFISH_COMMON=m
CONFIG_CRYPTO_TWOFISH_X86_64=m

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_ZLIB=m
CONFIG_CRYPTO_LZO=m

#
# Random Number Generation
#
CONFIG_CRYPTO_ANSI_CPRNG=m
CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_HIFN_795X is not set
CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=m
CONFIG_KVM_INTEL=m
CONFIG_KVM_AMD=m
CONFIG_VIRTIO=m
CONFIG_VIRTIO_RING=m
CONFIG_VIRTIO_PCI=m
CONFIG_VIRTIO_BALLOON=m

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_GENERIC_FIND_LAST_BIT=y
CONFIG_CRC_CCITT=m
CONFIG_CRC16=m
CONFIG_CRC_T10DIF=m
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
CONFIG_CRC7=m
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=m
CONFIG_LZO_COMPRESS=m
CONFIG_LZO_DECOMPRESS=m
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_REED_SOLOMON=m
CONFIG_REED_SOLOMON_DEC16=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_NLATTR=y

[ 0.000000] Linux version 2.6.29 (root@t400) (gcc version 4.3.3 20090307
(release) (PLD-Linux) ) #120 SMP PREEMPT Mon Mar 30 22:49:42 CEST 2009
[ 0.000000] Command line: root=/dev/sda3 elevator=cfq resume=/dev/sda2 ro
vga=6
[ 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 - 000000000009ec00 (usable)
[ 0.000000] BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bd4a1000 (usable)
[ 0.000000] BIOS-e820: 00000000bd4a1000 - 00000000bd4a7000 (reserved)
[ 0.000000] BIOS-e820: 00000000bd4a7000 - 00000000bd5b7000 (usable)
[ 0.000000] BIOS-e820: 00000000bd5b7000 - 00000000bd60f000 (reserved)
[ 0.000000] BIOS-e820: 00000000bd60f000 - 00000000bd6c6000 (usable)
[ 0.000000] BIOS-e820: 00000000bd6c6000 - 00000000bd6d1000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bd6d1000 - 00000000bd6d4000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bd6d4000 - 00000000bd6d8000 (reserved)
[ 0.000000] BIOS-e820: 00000000bd6d8000 - 00000000bd6dc000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bd6dc000 - 00000000bd6df000 (reserved)
[ 0.000000] BIOS-e820: 00000000bd6df000 - 00000000bd706000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bd706000 - 00000000bd708000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bd708000 - 00000000bd90f000 (reserved)
[ 0.000000] BIOS-e820: 00000000bd90f000 - 00000000bd99f000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bd99f000 - 00000000bd9ff000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bd9ff000 - 00000000bda00000 (usable)
[ 0.000000] BIOS-e820: 00000000bdc00000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 000000013c000000 (usable)
[ 0.000000] DMI present.
[ 0.000000] last_pfn = 0x13c000 max_arch_pfn = 0x100000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-D3FFF write-protect
[ 0.000000] D4000-DBFFF uncachable
[ 0.000000] DC000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 13C000000 mask FFC000000 uncachable
[ 0.000000] 1 base 0BE000000 mask FFE000000 uncachable
[ 0.000000] 2 base 000000000 mask F80000000 write-back
[ 0.000000] 3 base 080000000 mask FC0000000 write-back
[ 0.000000] 4 base 100000000 mask FC0000000 write-back
[ 0.000000] 5 base 0BDE00000 mask FFFE00000 uncachable
[ 0.000000] 6 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new
0x7010600070106
[ 0.000000] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000
uncachable
[ 0.000000] get_mtrr: cpu0 reg01 base=00000be000 size=0000002000
uncachable
[ 0.000000] get_mtrr: cpu0 reg02 base=0000000000 size=0000080000 write-
back
[ 0.000000] get_mtrr: cpu0 reg03 base=0000080000 size=0000040000 write-
back
[ 0.000000] get_mtrr: cpu0 reg04 base=0000100000 size=0000040000 write-
back
[ 0.000000] get_mtrr: cpu0 reg05 base=00000bde00 size=0000000200
uncachable
[ 0.000000] e820 update range: 00000000bde00000 - 0000000100000000 (usable)
==> (reserved)
[ 0.000000] last_pfn = 0xbda00 max_arch_pfn = 0x100000000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bda00000
[ 0.000000] 0000000000 - 00bda00000 page 2M
[ 0.000000] kernel direct mapping tables up to bda00000 @ 8000-c000
[ 0.000000] init_memory_mapping: 0000000100000000-000000013c000000
[ 0.000000] 0100000000 - 013c000000 page 2M
[ 0.000000] kernel direct mapping tables up to 13c000000 @ a000-10000
[ 0.000000] RAMDISK: 37f14000 - 37fef62d
[ 0.000000] ACPI: RSDP 000F64E0, 0024 (r2 LENOVO)
[ 0.000000] ACPI: XSDT BD96A2C6, 009C (r1 LENOVO TP-7U 2070 LTP
0)
[ 0.000000] ACPI: FACP BD96A400, 00F4 (r3 LENOVO TP-7U 2070 LNVO
1)
[ 0.000000] ACPI Warning (tbfadt-0568): 32/64X length mismatch in
Pm1aControlBlock: 16/32 [20081204]
[ 0.000000] ACPI Warning (tbfadt-0412): Invalid length for
Pm1aControlBlock: 32, using default 16 [20081204]
[ 0.000000] FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN
(4)
[ 0.000000] ACPI: DSDT BD96A7DB, F3A8 (r1 LENOVO TP-7U 2070 MSFT
3000000)
[ 0.000000] ACPI: FACS BD98E000, 0040
[ 0.000000] ACPI: SSDT BD96A5B4, 0227 (r1 LENOVO TP-7U 2070 MSFT
3000000)
[ 0.000000] ACPI: ECDT BD979B83, 0052 (r1 LENOVO TP-7U 2070 LNVO
1)
[ 0.000000] ACPI: APIC BD979BD5, 0078 (r1 LENOVO TP-7U 2070 LNVO
1)
[ 0.000000] ACPI: MCFG BD979C4D, 003C (r1 LENOVO TP-7U 2070 LNVO
1)
[ 0.000000] ACPI: HPET BD979C89, 0038 (r1 LENOVO TP-7U 2070 LNVO
1)
[ 0.000000] ACPI: SLIC BD979DC2, 0176 (r1 LENOVO TP-7U 2070 LTP
0)
[ 0.000000] ACPI: BOOT BD979F38, 0028 (r1 LENOVO TP-7U 2070 LTP
1)
[ 0.000000] ACPI: ASF! BD979F60, 00A0 (r16 LENOVO TP-7U 2070 PTL
1)
[ 0.000000] ACPI: SSDT BD98D213, 054F (r1 LENOVO TP-7U 2070 INTL
20050513)
[ 0.000000] ACPI: TCPA BD707000, 0032 (r0 0
0)
[ 0.000000] ACPI: DMAR BD706000, 0120 (r1  1
0)
[ 0.000000] ACPI: SSDT BD6D3000, 0655 (r1 PmRef CpuPm 3000 INTL
20050624)
[ 0.000000] ACPI: SSDT BD6D2000, 0274 (r1 PmRef Cpu0Tst 3000 INTL
20050624)
[ 0.000000] ACPI: SSDT BD6D1000, 0242 (r1 PmRef ApTst 3000 INTL
20050624)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 013c000000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000
- 0000001000]
[ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000
- 0000008000]
[ 0.000000] #2 [0000200000 - 00007984d0] TEXT DATA BSS ==> [0000200000
- 00007984d0]
[ 0.000000] #3 [0037f14000 - 0037fef62d] RAMDISK ==> [0037f14000
- 0037fef62d]
[ 0.000000] #4 [000009ec00 - 0000100000] BIOS reserved ==> [000009ec00
- 0000100000]
[ 0.000000] #5 [0000799000 - 000079914c] BRK ==> [0000799000
- 000079914c]
[ 0.000000] #6 [0000008000 - 000000a000] PGTABLE ==> [0000008000
- 000000a000]
[ 0.000000] #7 [000000a000 - 000000b000] PGTABLE ==> [000000a000
- 000000b000]
[ 0.000000] found SMP MP-table at [ffff8800000f6520] f6520
[ 0.000000] [ffffe20000000000-ffffe200045fffff] PMD -> [ffff880028200000-
ffff88002c7fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x0013c000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[6] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x0000009e
[ 0.000000] 0: 0x00000100 -> 0x000bd4a1
[ 0.000000] 0: 0x000bd4a7 -> 0x000bd5b7
[ 0.000000] 0: 0x000bd60f -> 0x000bd6c6
[ 0.000000] 0: 0x000bd9ff -> 0x000bda00
[ 0.000000] 0: 0x00100000 -> 0x0013c000
[ 0.000000] On node 0 totalpages: 1021447
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 1535 pages reserved
[ 0.000000] DMA zone: 2407 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14280 pages used for memmap
[ 0.000000] DMA32 zone: 757409 pages, LIFO batch:31
[ 0.000000] Normal zone: 3360 pages used for memmap
[ 0.000000] Normal zone: 242400 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[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[ 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: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 0, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 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] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] 4 Processors exceeds NR_CPUS limit of 2
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 24
[ 0.000000] PM: Registered nosave memory: 000000000009e000 -
000000000009f000
[ 0.000000] PM: Registered nosave memory: 000000000009f000 -
00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 -
00000000000dc000
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 -
0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000bd4a1000 -
00000000bd4a7000
[ 0.000000] PM: Registered nosave memory: 00000000bd5b7000 -
00000000bd60f000
[ 0.000000] PM: Registered nosave memory: 00000000bd6c6000 -
00000000bd6d1000
[ 0.000000] PM: Registered nosave memory: 00000000bd6d1000 -
00000000bd6d4000
[ 0.000000] PM: Registered nosave memory: 00000000bd6d4000 -
00000000bd6d8000
[ 0.000000] PM: Registered nosave memory: 00000000bd6d8000 -
00000000bd6dc000
[ 0.000000] PM: Registered nosave memory: 00000000bd6dc000 -
00000000bd6df000
[ 0.000000] PM: Registered nosave memory: 00000000bd6df000 -
00000000bd706000
[ 0.000000] PM: Registered nosave memory: 00000000bd706000 -
00000000bd708000
[ 0.000000] PM: Registered nosave memory: 00000000bd708000 -
00000000bd90f000
[ 0.000000] PM: Registered nosave memory: 00000000bd90f000 -
00000000bd99f000
[ 0.000000] PM: Registered nosave memory: 00000000bd99f000 -
00000000bd9ff000
[ 0.000000] PM: Registered nosave memory: 00000000bda00000 -
00000000bdc00000
[ 0.000000] PM: Registered nosave memory: 00000000bdc00000 -
00000000c0000000
[ 0.000000] PM: Registered nosave memory: 00000000c0000000 -
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 -
00000000fed00000
[ 0.000000] PM: Registered nosave memory: 00000000fed00000 -
00000000fed10000
[ 0.000000] PM: Registered nosave memory: 00000000fed10000 -
00000000fed14000
[ 0.000000] PM: Registered nosave memory: 00000000fed14000 -
00000000fed18000
[ 0.000000] PM: Registered nosave memory: 00000000fed18000 -
00000000fed1a000
[ 0.000000] PM: Registered nosave memory: 00000000fed1a000 -
00000000fed1c000
[ 0.000000] PM: Registered nosave memory: 00000000fed1c000 -
00000000fed90000
[ 0.000000] PM: Registered nosave memory: 00000000fed90000 -
00000000fee00000
[ 0.000000] PM: Registered nosave memory: 00000000fee00000 -
00000000fee01000
[ 0.000000] PM: Registered nosave memory: 00000000fee01000 -
00000000ff800000
[ 0.000000] PM: Registered nosave memory: 00000000ff800000 -
0000000100000000
[ 0.000000] Allocating PCI resources starting at c2000000 (gap:
c0000000:20000000)
[ 0.000000] NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 25 pages at ffff880028023000, static data
73376 bytes
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total
pages: 1002216
[ 0.000000] Kernel command line: root=/dev/sda3 elevator=cfq
resume=/dev/sda2 ro vga=6
[ 0.000000] Initializing CPU#0
[ 0.000000] NR_IRQS:320
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2526.563 MHz processor.
[ 0.004000] Console: colour VGA+ 80x60
[ 0.004000] console [tty0] enabled
[ 0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304
bytes)
[ 0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152
bytes)
[ 0.004000] Checking aperture...
[ 0.004000] No AGP bridge found
[ 0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.004000] Placing 64MB software IO TLB between ffff880020000000 -
ffff880024000000
[ 0.004000] software IO TLB at phys 0x20000000 - 0x24000000
[ 0.004000] Memory: 3934036k/5177344k available (2870k kernel code,
1091556k absent, 150828k reserved, 1353k data, 424k init)
[ 0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2,
Nodes=1
[ 0.004000] hpet clockevent registered
[ 0.004000] HPET: 4 timers in total, 0 timers will be used for per-cpu
timer
[ 0.004000] Calibrating delay loop (skipped), value calculated using timer
frequency.. 5053.12 BogoMIPS (lpj=10106252)
[ 0.004000] Security Framework initialized
[ 0.004000] Mount-cache hash table entries: 256
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 6144K
[ 0.004000] [ds] using Core 2/Atom configuration
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 0
[ 0.004000] CPU0: Thermal monitoring enabled (TM2)
[ 0.004000] using mwait in idle threads.
[ 0.004000] ACPI: Core revision 20081204
[ 0.048118] Setting APIC routing to flat
[ 0.048639] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.090138] CPU0: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping
06
[ 0.092001] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.004000] Initializing CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 5054.06
BogoMIPS (lpj=10108125)
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 6144K
[ 0.004000] [ds] using Core 2/Atom configuration
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 1
[ 0.004000] CPU1: Thermal monitoring enabled (TM2)
[ 0.004000] x86 PAT enabled: cpu 1, old 0x7040600070406, new
0x7010600070106
[ 0.184185] CPU1: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping
06
[ 0.185032] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.188048] Brought up 2 CPUs
[ 0.188121] Total of 2 processors activated (10107.18 BogoMIPS).
[ 0.188256] CPU0 attaching sched-domain:
[ 0.188262] domain 0: span 0-1 level MC
[ 0.188267] groups: 0 1
[ 0.188278] CPU1 attaching sched-domain:
[ 0.188283] domain 0: span 0-1 level MC
[ 0.188288] groups: 1 0
[ 0.188452] net_namespace: 1952 bytes
[ 0.188517] regulator: core version 0.5
[ 0.188721] NET: Registered protocol family 16
[ 0.189045] ACPI FADT declares the system doesn't support PCIe ASPM, so
disable it
[ 0.189140] ACPI: bus type pci registered
[ 0.189400] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 63
[ 0.189483] PCI: MCFG area at e0000000 reserved in E820
[ 0.206494] PCI: Using MMCONFIG at e0000000 - e3ffffff
[ 0.206569] PCI: Using configuration type 1 for base access
[ 0.207617] bio: create slab <bio-0> at 0
[ 0.211433] ACPI: EC: EC description table is found, configuring boot EC
[ 0.233117] ACPI: BIOS _OSI(Linux) query ignored
[ 0.232025] ACPI: EC: non-query interrupt received, switching to interrupt
mode
[ 0.256872] ACPI: Interpreter enabled
[ 0.256948] ACPI: (supports S0 S3 S4 S5)
[ 0.257278] ACPI: Using IOAPIC for interrupt routing
[ 0.304733] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
[ 0.304813] ACPI: EC: driver started in interrupt mode
[ 0.311803] ACPI: ACPI Dock Station Driver: 3 docks/bays found
[ 0.313036] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.313329] pci 0000:00:02.0: reg 10 64bit mmio: [0xf4400000-0xf47fffff]
[ 0.313345] pci 0000:00:02.0: reg 18 64bit mmio: [0xd0000000-0xdfffffff]
[ 0.313356] pci 0000:00:02.0: reg 20 io port: [0x1800-0x1807]
[ 0.313442] pci 0000:00:02.1: reg 10 64bit mmio: [0xf4200000-0xf42fffff]
[ 0.313559] pci 0000:00:03.0: reg 10 64bit mmio: [0xfc226800-0xfc22680f]
[ 0.313623] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.313702] pci 0000:00:03.0: PME# disabled
[ 0.313832] pci 0000:00:03.2: reg 10 io port: [0x1828-0x182f]
[ 0.313843] pci 0000:00:03.2: reg 14 io port: [0x180c-0x180f]
[ 0.313853] pci 0000:00:03.2: reg 18 io port: [0x1820-0x1827]
[ 0.313864] pci 0000:00:03.2: reg 1c io port: [0x1808-0x180b]
[ 0.313875] pci 0000:00:03.2: reg 20 io port: [0x1810-0x181f]
[ 0.313977] pci 0000:00:03.3: reg 10 io port: [0x1830-0x1837]
[ 0.313988] pci 0000:00:03.3: reg 14 32bit mmio: [0xfc024000-0xfc024fff]
[ 0.314190] pci 0000:00:19.0: reg 10 32bit mmio: [0xfc000000-0xfc01ffff]
[ 0.314204] pci 0000:00:19.0: reg 14 32bit mmio: [0xfc025000-0xfc025fff]
[ 0.314218] pci 0000:00:19.0: reg 18 io port: [0x1840-0x185f]
[ 0.314304] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.314383] pci 0000:00:19.0: PME# disabled
[ 0.314555] pci 0000:00:1a.0: reg 20 io port: [0x1860-0x187f]
[ 0.314700] pci 0000:00:1a.1: reg 20 io port: [0x1880-0x189f]
[ 0.314844] pci 0000:00:1a.2: reg 20 io port: [0x18a0-0x18bf]
[ 0.314991] pci 0000:00:1a.7: reg 10 32bit mmio: [0xfc226c00-0xfc226fff]
[ 0.315095] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.315175] pci 0000:00:1a.7: PME# disabled
[ 0.315331] pci 0000:00:1b.0: reg 10 64bit mmio: [0xfc020000-0xfc023fff]
[ 0.315424] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.315503] pci 0000:00:1b.0: PME# disabled
[ 0.315700] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.315778] pci 0000:00:1c.0: PME# disabled
[ 0.315979] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.316012] pci 0000:00:1c.1: PME# disabled
[ 0.316216] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.316294] pci 0000:00:1c.3: PME# disabled
[ 0.316499] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.316578] pci 0000:00:1c.4: PME# disabled
[ 0.316761] pci 0000:00:1d.0: reg 20 io port: [0x18c0-0x18df]
[ 0.316907] pci 0000:00:1d.1: reg 20 io port: [0x18e0-0x18ff]
[ 0.317052] pci 0000:00:1d.2: reg 20 io port: [0x1c00-0x1c1f]
[ 0.317199] pci 0000:00:1d.7: reg 10 32bit mmio: [0xfc227000-0xfc2273ff]
[ 0.317303] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.317383] pci 0000:00:1d.7: PME# disabled
[ 0.317826] pci 0000:00:1f.2: reg 10 io port: [0x1c48-0x1c4f]
[ 0.317840] pci 0000:00:1f.2: reg 14 io port: [0x183c-0x183f]
[ 0.317854] pci 0000:00:1f.2: reg 18 io port: [0x1c40-0x1c47]
[ 0.317867] pci 0000:00:1f.2: reg 1c io port: [0x1838-0x183b]
[ 0.317880] pci 0000:00:1f.2: reg 20 io port: [0x1c20-0x1c3f]
[ 0.317894] pci 0000:00:1f.2: reg 24 32bit mmio: [0xfc226000-0xfc2267ff]
[ 0.317968] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.318045] pci 0000:00:1f.2: PME# disabled
[ 0.318177] pci 0000:00:1f.3: reg 10 64bit mmio: [0xfc227400-0xfc2274ff]
[ 0.318208] pci 0000:00:1f.3: reg 20 io port: [0x1c60-0x1c7f]
[ 0.318672] pci 0000:03:00.0: reg 10 64bit mmio: [0xf4300000-0xf4301fff]
[ 0.319081] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.319189] pci 0000:03:00.0: PME# disabled
[ 0.319432] pci 0000:00:1c.1: bridge 32bit mmio: [0xf4300000-0xf43fffff]
[ 0.319533] pci 0000:00:1c.3: bridge io port: [0x2000-0x2fff]
[ 0.319542] pci 0000:00:1c.3: bridge 32bit mmio: [0xf8000000-0xf9ffffff]
[ 0.319556] pci 0000:00:1c.3: bridge 64bit mmio pref:
[0xf4000000-0xf40fffff]
[ 0.319648] pci 0000:00:1c.4: bridge io port: [0x3000-0x3fff]
[ 0.319658] pci 0000:00:1c.4: bridge 32bit mmio: [0xfa000000-0xfbffffff]
[ 0.319671] pci 0000:00:1c.4: bridge 64bit mmio pref:
[0xf4100000-0xf41fffff]
[ 0.319750] pci 0000:15:00.0: reg 10 32bit mmio: [0xf4800000-0xf4800fff]
[ 0.319792] pci 0000:15:00.0: supports D1 D2
[ 0.319797] pci 0000:15:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.319878] pci 0000:15:00.0: PME# disabled
[ 0.320079] pci 0000:15:00.1: reg 10 32bit mmio: [0xf4801000-0xf48017ff]
[ 0.320183] pci 0000:15:00.1: supports D1 D2
[ 0.320188] pci 0000:15:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.320271] pci 0000:15:00.1: PME# disabled
[ 0.320414] pci 0000:15:00.2: reg 10 32bit mmio: [0xf4801800-0xf48018ff]
[ 0.320518] pci 0000:15:00.2: supports D1 D2
[ 0.320523] pci 0000:15:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.320605] pci 0000:15:00.2: PME# disabled
[ 0.320749] pci 0000:15:00.3: reg 10 32bit mmio: [0xf4801c00-0xf4801cff]
[ 0.320853] pci 0000:15:00.3: supports D1 D2
[ 0.320857] pci 0000:15:00.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.320940] pci 0000:15:00.3: PME# disabled
[ 0.321083] pci 0000:15:00.4: reg 10 32bit mmio: [0xf4802000-0xf48020ff]
[ 0.321187] pci 0000:15:00.4: supports D1 D2
[ 0.321191] pci 0000:15:00.4: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.321274] pci 0000:15:00.4: PME# disabled
[ 0.321417] pci 0000:15:00.5: reg 10 32bit mmio: [0xf4802400-0xf48024ff]
[ 0.321521] pci 0000:15:00.5: supports D1 D2
[ 0.321526] pci 0000:15:00.5: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.321608] pci 0000:15:00.5: PME# disabled
[ 0.321781] pci 0000:00:1e.0: transparent bridge
[ 0.321858] pci 0000:00:1e.0: bridge io port: [0x4000-0x7fff]
[ 0.321868] pci 0000:00:1e.0: bridge 32bit mmio: [0xf4800000-0xf7ffffff]
[ 0.321882] pci 0000:00:1e.0: bridge 64bit mmio pref:
[0xf0000000-0xf3ffffff]
[ 0.321970] pci_bus 0000:00: on NUMA node 0
[ 0.321990] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.322510] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
[ 0.322769] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[ 0.323031] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
[ 0.323292] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
[ 0.323553] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[ 0.343104] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.344400] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.345678] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.346952] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.348240] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.349513] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.350787] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.352072] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.353049] ACPI: Power Resource [PUBS] (on)
[ 0.353320] PCI: Using ACPI for IRQ routing
[ 0.364357] NetLabel: Initializing
[ 0.364429] NetLabel: domain hash size = 128
[ 0.364500] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.364603] NetLabel: unlabeled traffic allowed by default
[ 0.364748] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.365076] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.381310] pnp: PnP ACPI init
[ 0.381398] ACPI: bus type pnp registered
[ 0.456648] pnp: PnP ACPI: found 10 devices
[ 0.456723] ACPI: ACPI bus type pnp unregistered
[ 0.456815] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[ 0.456893] system 00:00: iomem range 0xc0000-0xc3fff has been reserved
[ 0.456971] system 00:00: iomem range 0xc4000-0xc7fff has been reserved
[ 0.457049] system 00:00: iomem range 0xc8000-0xcbfff has been reserved
[ 0.457125] system 00:00: iomem range 0xcc000-0xcffff has been reserved
[ 0.457203] system 00:00: iomem range 0xd0000-0xd3fff has been reserved
[ 0.457280] system 00:00: iomem range 0xdc000-0xdffff could not be reserved
[ 0.457359] system 00:00: iomem range 0xe0000-0xe3fff could not be reserved
[ 0.457437] system 00:00: iomem range 0xe4000-0xe7fff could not be reserved
[ 0.457515] system 00:00: iomem range 0xe8000-0xebfff could not be reserved
[ 0.457593] system 00:00: iomem range 0xec000-0xeffff could not be reserved
[ 0.457671] system 00:00: iomem range 0xf0000-0xfffff could not be reserved
[ 0.457750] system 00:00: iomem range 0x100000-0xbfffffff could not be
reserved
[ 0.457840] system 00:00: iomem range 0xfec00000-0xfed3ffff could not be
reserved
[ 0.457931] system 00:00: iomem range 0xfed4c000-0xffffffff could not be
reserved
[ 0.458031] system 00:02: ioport range 0x1000-0x107f has been reserved
[ 0.458109] system 00:02: ioport range 0x1180-0x11ff has been reserved
[ 0.458187] system 00:02: ioport range 0x800-0x80f has been reserved
[ 0.458264] system 00:02: ioport range 0x15e0-0x15ef has been reserved
[ 0.458341] system 00:02: ioport range 0x1600-0x167f has been reserved
[ 0.458418] system 00:02: ioport range 0x1680-0x169f has been reserved
[ 0.458497] system 00:02: iomem range 0xe0000000-0xefffffff has been
reserved
[ 0.458576] system 00:02: iomem range 0xfed1c000-0xfed1ffff has been
reserved
[ 0.458655] system 00:02: iomem range 0xfed10000-0xfed13fff has been
reserved
[ 0.458734] system 00:02: iomem range 0xfed18000-0xfed18fff has been
reserved
[ 0.458813] system 00:02: iomem range 0xfed19000-0xfed19fff has been
reserved
[ 0.458892] system 00:02: iomem range 0xfed45000-0xfed4bfff has been
reserved
[ 0.464076] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[ 0.464153] pci 0000:00:1c.0: IO window: disabled
[ 0.464231] pci 0000:00:1c.0: MEM window: disabled
[ 0.469715] pci 0000:00:1c.0: PREFETCH window: disabled
[ 0.469799] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:03
[ 0.469875] pci 0000:00:1c.1: IO window: disabled
[ 0.469955] pci 0000:00:1c.1: MEM window: 0xf4300000-0xf43fffff
[ 0.470036] pci 0000:00:1c.1: PREFETCH window: disabled
[ 0.470120] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:05
[ 0.470199] pci 0000:00:1c.3: IO window: 0x2000-0x2fff
[ 0.470280] pci 0000:00:1c.3: MEM window: 0xf8000000-0xf9ffffff
[ 0.470361] pci 0000:00:1c.3: PREFETCH window:
0x000000f4000000-0x000000f40fffff
[ 0.470461] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:0d
[ 0.470539] pci 0000:00:1c.4: IO window: 0x3000-0x3fff
[ 0.470621] pci 0000:00:1c.4: MEM window: 0xfa000000-0xfbffffff
[ 0.470702] pci 0000:00:1c.4: PREFETCH window:
0x000000f4100000-0x000000f41fffff
[ 0.470809] pci 0000:15:00.0: CardBus bridge, secondary bus 0000:16
[ 0.470887] pci 0000:15:00.0: IO window: 0x004000-0x0040ff
[ 0.470967] pci 0000:15:00.0: IO window: 0x004400-0x0044ff
[ 0.471048] pci 0000:15:00.0: PREFETCH window: 0xf0000000-0xf3ffffff
[ 0.471131] pci 0000:15:00.0: MEM window: 0xc4000000-0xc7ffffff
[ 0.471213] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:15
[ 0.471292] pci 0000:00:1e.0: IO window: 0x4000-0x7fff
[ 0.471374] pci 0000:00:1e.0: MEM window: 0xf4800000-0xf7ffffff
[ 0.471455] pci 0000:00:1e.0: PREFETCH window:
0x000000f0000000-0x000000f3ffffff
[ 0.471572] pci 0000:00:1c.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.471657] pci 0000:00:1c.0: setting latency timer to 64
[ 0.471675] pci 0000:00:1c.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.471757] pci 0000:00:1c.1: setting latency timer to 64
[ 0.471776] pci 0000:00:1c.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[ 0.471858] pci 0000:00:1c.3: setting latency timer to 64
[ 0.471874] pci 0000:00:1c.4: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.471956] pci 0000:00:1c.4: setting latency timer to 64
[ 0.471971] pci 0000:00:1e.0: setting latency timer to 64
[ 0.471990] pci 0000:15:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.472085] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.472090] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[ 0.472097] pci_bus 0000:02: resource 0 mem: [0x0-0x0]
[ 0.472101] pci_bus 0000:02: resource 1 mem: [0x0-0x0]
[ 0.472106] pci_bus 0000:02: resource 2 mem: [0x0-0x0]
[ 0.472110] pci_bus 0000:02: resource 3 mem: [0x0-0x0]
[ 0.472115] pci_bus 0000:03: resource 0 mem: [0x0-0x0]
[ 0.472120] pci_bus 0000:03: resource 1 mem: [0xf4300000-0xf43fffff]
[ 0.472125] pci_bus 0000:03: resource 2 mem: [0x0-0x0]
[ 0.472130] pci_bus 0000:03: resource 3 mem: [0x0-0x0]
[ 0.472135] pci_bus 0000:05: resource 0 io: [0x2000-0x2fff]
[ 0.472140] pci_bus 0000:05: resource 1 mem: [0xf8000000-0xf9ffffff]
[ 0.472146] pci_bus 0000:05: resource 2 mem: [0xf4000000-0xf40fffff]
[ 0.472151] pci_bus 0000:05: resource 3 mem: [0x0-0x0]
[ 0.472156] pci_bus 0000:0d: resource 0 io: [0x3000-0x3fff]
[ 0.472161] pci_bus 0000:0d: resource 1 mem: [0xfa000000-0xfbffffff]
[ 0.472166] pci_bus 0000:0d: resource 2 mem: [0xf4100000-0xf41fffff]
[ 0.472171] pci_bus 0000:0d: resource 3 mem: [0x0-0x0]
[ 0.472176] pci_bus 0000:15: resource 0 io: [0x4000-0x7fff]
[ 0.472182] pci_bus 0000:15: resource 1 mem: [0xf4800000-0xf7ffffff]
[ 0.472187] pci_bus 0000:15: resource 2 mem: [0xf0000000-0xf3ffffff]
[ 0.472192] pci_bus 0000:15: resource 3 io: [0x00-0xffff]
[ 0.472197] pci_bus 0000:15: resource 4 mem: [0x000000-0xffffffffffffffff]
[ 0.472203] pci_bus 0000:16: resource 0 io: [0x4000-0x40ff]
[ 0.472208] pci_bus 0000:16: resource 1 io: [0x4400-0x44ff]
[ 0.472213] pci_bus 0000:16: resource 2 mem: [0xf0000000-0xf3ffffff]
[ 0.472218] pci_bus 0000:16: resource 3 mem: [0xc4000000-0xc7ffffff]
[ 0.472290] NET: Registered protocol family 2
[ 0.520171] IP route cache hash table entries: 131072 (order: 8, 1048576
bytes)
[ 0.522267] TCP established hash table entries: 262144 (order: 10, 4194304
bytes)
[ 0.524754] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.525532] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.525608] TCP reno registered
[ 0.536228] NET: Registered protocol family 1
[ 0.536424] checking if image is initramfs...it isn't (no cpio magic);
looks like an initrd
[ 0.540524] Freeing initrd memory: 877k freed
[ 0.541216] Simple Boot Flag at 0x35 set to 0x1
[ 0.542238] audit: initializing netlink socket (disabled)
[ 0.542336] type=2000 audit(1238453573.540:1): initialized
[ 0.543184] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.547083] VFS: Disk quotas dquot_6.5.2
[ 0.547319] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.547656] msgmni has been set to 7687
[ 0.548967] alg: No test for stdrng (krng)
[ 0.549191] Block layer SCSI generic (bsg) driver version 0.4 loaded (major
253)
[ 0.549283] io scheduler noop registered
[ 0.549355] io scheduler anticipatory registered
[ 0.549427] io scheduler deadline registered
[ 0.549595] io scheduler cfq registered (default)
[ 0.549692] pci 0000:00:02.0: Boot video device
[ 0.550240] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 0.550365] pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X
[ 0.550611] pcieport-driver 0000:00:1c.1: setting latency timer to 64
[ 0.550730] pcieport-driver 0000:00:1c.1: irq 25 for MSI/MSI-X
[ 0.550989] pcieport-driver 0000:00:1c.3: setting latency timer to 64
[ 0.551107] pcieport-driver 0000:00:1c.3: irq 26 for MSI/MSI-X
[ 0.551365] pcieport-driver 0000:00:1c.4: setting latency timer to 64
[ 0.551481] pcieport-driver 0000:00:1c.4: irq 27 for MSI/MSI-X
[ 0.557240] Switched to high resolution mode on CPU 1
[ 0.560040] Switched to high resolution mode on CPU 0
[ 0.588135] Linux agpgart interface v0.103
[ 0.588217] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.589242] serial 0000:00:03.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 0.589720] 0000:00:03.3: ttyS0 at I/O 0x1830 (irq = 17) is a 16550A
[ 0.591972] brd: module loaded
[ 0.592185] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq
1,12
[ 0.600902] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.600995] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.601239] mice: PS/2 mouse device common for all mice
[ 0.601406] rtc_cmos 00:07: RTC can wake from S4
[ 0.601592] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[ 0.601715] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.601822] cpuidle: using governor ladder
[ 0.601896] cpuidle: using governor menu
[ 0.602800] TCP cubic registered
[ 0.602874] NET: Registered protocol family 17
[ 0.605651] input: AT Translated Set 2 keyboard as /class/input/input0
[ 0.617595] registered taskstats version 1
[ 0.618105] rtc_cmos 00:07: setting system clock to 2009-03-30 22:52:54 UTC
(1238453574)
[ 0.626882] RAMDISK: gzip image found at block 0
[ 0.693786] VFS: Mounted root (romfs filesystem) readonly on device 1:0.
[ 0.732879] SCSI subsystem initialized
[ 0.769027] libata version 3.00 loaded.
[ 0.777487] ahci 0000:00:1f.2: version 3.0
[ 0.777520] ahci 0000:00:1f.2: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.777699] ahci 0000:00:1f.2: irq 28 for MSI/MSI-X
[ 0.777779] ahci: SSS flag set, parallel bus scan disabled
[ 0.777893] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3
impl SATA mode
[ 0.777985] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio
slum part
[ 0.778080] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.778457] scsi0 : ahci
[ 0.778704] scsi1 : ahci
[ 0.778909] scsi2 : ahci
[ 0.779161] scsi3 : ahci
[ 0.781869] ata1: SATA max UDMA/133 abar m2048@0xfc226000 port 0xfc226100
irq 28
[ 0.781962] ata2: SATA max UDMA/133 abar m2048@0xfc226000 port 0xfc226180
irq 28
[ 0.782050] ata3: DUMMY
[ 0.782117] ata4: DUMMY
[ 0.791589] Driver 'sd' needs updating - please use bus_type methods
[ 1.100036] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.101223] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
[ 1.101230] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
[ 1.101405] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
[ 1.101414] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[ 1.101901] ata1.00: ATA-8: FUJITSU MHZ2160BJ G1, 0084001F, max UDMA/100
[ 1.101980] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 1.103253] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
[ 1.103260] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
[ 1.103435] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
[ 1.103442] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[ 1.103986] ata1.00: configured for UDMA/100
[ 1.121104] ata1.00: configured for UDMA/100
[ 1.121179] ata1: EH complete
[ 1.121450] scsi 0:0:0:0: Direct-Access ATA FUJITSU MHZ2160B 0084
PQ: 0 ANSI: 5
[ 1.122043] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160
GB/149 GiB)
[ 1.122171] sd 0:0:0:0: [sda] Write Protect is off
[ 1.122246] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.122317] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled,
doesn't support DPO or FUA
[ 1.122636] sda: sda1 sda2 sda3 sda4
[ 1.157068] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.440034] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.444276] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
[ 1.445349] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
[ 1.445358] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[ 1.446451] ata2.00: ATAPI: Optiarc DVD RW AD-7910S, 1.D0, max UDMA/100
[ 1.451192] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
[ 1.452280] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
[ 1.452288] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[ 1.453472] ata2.00: configured for UDMA/100
[ 1.469722] scsi 1:0:0:0: CD-ROM Optiarc DVD RW AD-7910S 1.D0
PQ: 0 ANSI: 5
[ 2.812303] SGI XFS with ACLs, security attributes, large block/inode
numbers, no debug enabled
[ 2.813463] SGI XFS Quota Management subsystem
[ 2.853134] XFS mounting filesystem sda3
[ 3.083859] Ending clean XFS mount for filesystem: sda3
[ 3.083926] VFS: Mounted root (xfs filesystem) readonly on device 8:3.
[ 3.084019] Trying to move old root to /initrd ... okay
[ 3.090905] Freeing unused kernel memory: 424k freed
[ 5.835047] Non-volatile memory driver v1.3
[ 5.901458] ACPI: SSDT BD6D6C20, 02C8 (r1 PmRef Cpu0Ist 3000 INTL
20050624)
[ 5.903018] ACPI: SSDT BD6D4020, 087A (r1 PmRef Cpu0Cst 3001 INTL
20050624)
[ 5.912932] Monitor-Mwait will be used to enter C-1 state
[ 5.912954] Monitor-Mwait will be used to enter C-2 state
[ 5.912972] Monitor-Mwait will be used to enter C-3 state
[ 5.913144] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[ 5.915986] processor ACPI_CPU:00: registered as cooling_device0
[ 5.916046] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 5.917830] ACPI: SSDT BD6D5CA0, 01CF (r1 PmRef ApIst 3000 INTL
20050624)
[ 5.919242] ACPI: SSDT BD6D5F20, 008D (r1 PmRef ApCst 3000 INTL
20050624)
[ 5.925502] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[ 5.925562] processor ACPI_CPU:01: registered as cooling_device1
[ 5.925572] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 5.926588] Marking TSC unstable due to TSC halts in idle
[ 5.930030] agpgart-intel 0000:00:00.0: Intel Mobile Intel® GM45 Express
Chipset
[ 5.935182] agpgart-intel 0000:00:00.0: detected 32764K stolen memory
[ 5.944057] input: Power Button (FF) as /class/input/input1
[ 5.952504] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 5.972751] ACPI: Battery Slot [BAT0] (battery present)
[ 5.973169] ACPI: Power Button (FF) [PWRF]
[ 5.973374] input: Lid Switch as /class/input/input2
[ 5.974273] ACPI: AC Adapter [AC] (off-line)
[ 5.989860] ACPI: Lid Switch [LID]
[ 5.990002] input: Sleep Button (CM) as /class/input/input3
[ 6.028175] ACPI: Sleep Button (CM) [SLPB]
[ 6.028461] ACPI: WMI: Mapper loaded
[ 6.030760] input: PC Speaker as /class/input/input4
[ 6.083159] thermal LNXTHERM:01: registered as thermal_zone0
[ 6.084271] cfg80211: Calling CRDA to update world regulatory domain
[ 6.087812] ACPI: Thermal Zone [THM0] (40 C)
[ 6.090740] thermal LNXTHERM:02: registered as thermal_zone1
[ 6.093985] ACPI: Thermal Zone [THM1] (30 C)
[ 6.107623] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.4-k4
[ 6.107630] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[ 6.107706] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 6.107726] e1000e 0000:00:19.0: setting latency timer to 64
[ 6.107949] e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
[ 6.119873] Driver 'sr' needs updating - please use bus_type methods
[ 6.129535] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2
cdda tray
[ 6.129543] Uniform CD-ROM driver Revision: 3.20
[ 6.129744] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 6.149173] acpi device:03: registered as cooling_device2
[ 6.149968] input: Video Bus as /class/input/input5
[ 6.165364] iTCO_vendor_support: vendor-support=0
[ 6.184260] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
[ 6.203972] 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1)
00:21:86:a2:19:06
[ 6.203980] 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[ 6.204026] 0000:00:19.0: eth0: MAC: 7, PHY: 8, PBA No: 1008ff-0ff
[ 6.221057] usbcore: registered new interface driver usbfs
[ 6.221131] usbcore: registered new interface driver hub
[ 6.228402] usbcore: registered new device driver usb
[ 6.244533] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[ 6.244788] iTCO_wdt: Found a ICH9M-E TCO device (Version=2,
TCOBASE=0x1060)
[ 6.244951] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 6.252867] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 6.252969] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 6.258895] ricoh-mmc: Ricoh MMC Controller disabling driver
[ 6.258901] ricoh-mmc: Copyright(c) Philip Langdale
[ 6.258948] ricoh-mmc: Ricoh MMC controller found at 0000:15:00.3
[1180:0843] (rev 11)
[ 6.258984] ricoh-mmc: Controller is now disabled.
[ 6.278046] firewire_ohci 0000:15:00.1: PCI INT B -> GSI 17 (level, low) ->
IRQ 17
[ 6.317682] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 6.318400] ehci_hcd 0000:00:1a.7: power state changed by ACPI to D0
[ 6.318419] ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 23 (level, low) -> IRQ
23
[ 6.318467] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 6.318475] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 6.318586] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus
number 1
[ 6.322527] ehci_hcd 0000:00:1a.7: debug port 1
[ 6.322540] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[ 6.322575] ehci_hcd 0000:00:1a.7: irq 23, io mem 0xfc226c00
[ 6.327457] thinkpad_acpi: ThinkPad ACPI Extras v0.22
[ 6.327462] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 6.327467] thinkpad_acpi: ThinkPad BIOS 7UET61WW (2.07 ), EC 7VHT12WW-1.01
[ 6.327472] thinkpad_acpi: Lenovo ThinkPad T400, model 2764CTO
[ 6.329471] Monitor-Mwait will be used to enter C-3 state
[ 6.330656] thinkpad_acpi: radio switch found; radios are enabled
[ 6.330993] thinkpad_acpi: This ThinkPad has standard ACPI backlight
brightness control, supported by the ACPI video driver
[ 6.331003] thinkpad_acpi: Disabling thinkpad-acpi brightness events by
default...
[ 6.336030] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 6.336081] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 6.336087] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.336093] usb usb1: Product: EHCI Host Controller
[ 6.336097] usb usb1: Manufacturer: Linux 2.6.29 ehci_hcd
[ 6.336102] usb usb1: SerialNumber: 0000:00:1a.7
[ 6.336304] usb usb1: configuration #1 chosen from 1 choice
[ 6.336389] hub 1-0:1.0: USB hub found
[ 6.336406] hub 1-0:1.0: 6 ports detected
[ 6.340879] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[ 6.340903] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ
19
[ 6.340950] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 6.340957] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 6.341028] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus
number 2
[ 6.345015] ehci_hcd 0000:00:1d.7: debug port 1
[ 6.345034] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 6.345065] ehci_hcd 0000:00:1d.7: irq 19, io mem 0xfc227000
[ 6.354621] Registered led device: tpacpi::thinklight
[ 6.354719] Registered led device: tpacpi::power
[ 6.354769] Registered led device: tpacpi:orange:batt
[ 6.354815] Registered led device: tpacpi:green:batt
[ 6.354861] Registered led device: tpacpi::dock_active
[ 6.354908] Registered led device: tpacpi::bay_active
[ 6.354955] Registered led device: tpacpi::dock_batt
[ 6.355002] Registered led device: tpacpi::unknown_led
[ 6.355054] Registered led device: tpacpi::standby
[ 6.357032] firewire_ohci: Added fw-ohci device 0000:15:00.1, OHCI version
1.10
[ 6.357914] thinkpad_acpi: Standard ACPI backlight interface available, not
loading native one.
[ 6.358317] input: ThinkPad Extra Buttons as /class/input/input6
[ 6.360034] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 6.360086] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 6.360092] usb usb2: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.360098] usb usb2: Product: EHCI Host Controller
[ 6.360103] usb usb2: Manufacturer: Linux 2.6.29 ehci_hcd
[ 6.360107] usb usb2: SerialNumber: 0000:00:1d.7
[ 6.360303] usb usb2: configuration #1 chosen from 1 choice
[ 6.360407] hub 2-0:1.0: USB hub found
[ 6.360428] hub 2-0:1.0: 6 ports detected
[ 6.409375] sdhci: Secure Digital Host Controller Interface driver
[ 6.409382] sdhci: Copyright(c) Pierre Ossman
[ 6.426258] pata_acpi 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ
18
[ 6.426316] pata_acpi 0000:00:03.2: setting latency timer to 64
[ 6.426340] pata_acpi 0000:00:03.2: PCI INT C disabled
[ 6.450100] sdhci-pci 0000:15:00.2: SDHCI controller found [1180:0822] (rev
21)
[ 6.450134] sdhci-pci 0000:15:00.2: PCI INT C -> GSI 18 (level, low) -> IRQ
18
[ 6.451217] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW
doesn't fully claim to support it.
[ 6.452323] Registered led device: mmc0::
[ 6.483591] mmc0: SDHCI controller on PCI [0000:15:00.2] using DMA
[ 6.496709] yenta_cardbus 0000:15:00.0: CardBus bridge found [17aa:20c6]
[ 6.499906] i801_smbus 0000:00:1f.3: PCI INT A -> GSI 23 (level, low) ->
IRQ 23
[ 6.507551] uhci_hcd: USB Universal Host Controller Interface driver
[ 6.509180] uhci_hcd 0000:00:1a.0: power state changed by ACPI to D0
[ 6.509193] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ
20
[ 6.509209] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 6.509217] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 6.509293] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus
number 3
[ 6.509358] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860
[ 6.509454] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.509460] usb usb3: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.509465] usb usb3: Product: UHCI Host Controller
[ 6.509470] usb usb3: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.509474] usb usb3: SerialNumber: 0000:00:1a.0
[ 6.509684] usb usb3: configuration #1 chosen from 1 choice
[ 6.509767] hub 3-0:1.0: USB hub found
[ 6.509783] hub 3-0:1.0: 2 ports detected
[ 6.510082] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ
21
[ 6.510097] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 6.510105] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 6.510166] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus
number 4
[ 6.510228] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880
[ 6.510314] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.510320] usb usb4: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.510325] usb usb4: Product: UHCI Host Controller
[ 6.510329] usb usb4: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.510334] usb usb4: SerialNumber: 0000:00:1a.1
[ 6.510474] usb usb4: configuration #1 chosen from 1 choice
[ 6.510548] hub 4-0:1.0: USB hub found
[ 6.510563] hub 4-0:1.0: 2 ports detected
[ 6.511457] uhci_hcd 0000:00:1a.2: power state changed by ACPI to D0
[ 6.511475] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ
22
[ 6.511489] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 6.511496] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 6.511572] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus
number 5
[ 6.511633] uhci_hcd 0000:00:1a.2: irq 22, io base 0x000018a0
[ 6.511721] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.511727] usb usb5: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.511733] usb usb5: Product: UHCI Host Controller
[ 6.511737] usb usb5: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.511741] usb usb5: SerialNumber: 0000:00:1a.2
[ 6.511883] usb usb5: configuration #1 chosen from 1 choice
[ 6.511959] hub 5-0:1.0: USB hub found
[ 6.511974] hub 5-0:1.0: 2 ports detected
[ 6.513062] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[ 6.513074] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ
16
[ 6.513089] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 6.513096] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 6.513165] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus
number 6
[ 6.513210] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018c0
[ 6.513298] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.513305] usb usb6: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.513310] usb usb6: Product: UHCI Host Controller
[ 6.513314] usb usb6: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.513319] usb usb6: SerialNumber: 0000:00:1d.0
[ 6.513466] usb usb6: configuration #1 chosen from 1 choice
[ 6.513544] hub 6-0:1.0: USB hub found
[ 6.513559] hub 6-0:1.0: 2 ports detected
[ 6.513868] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ
17
[ 6.513883] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 6.513890] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 6.513951] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus
number 7
[ 6.513995] uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018e0
[ 6.514079] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.514085] usb usb7: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.514090] usb usb7: Product: UHCI Host Controller
[ 6.514094] usb usb7: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.514099] usb usb7: SerialNumber: 0000:00:1d.1
[ 6.514243] usb usb7: configuration #1 chosen from 1 choice
[ 6.514326] hub 7-0:1.0: USB hub found
[ 6.514341] hub 7-0:1.0: 2 ports detected
[ 6.514648] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ
18
[ 6.514662] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 6.514669] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 6.514735] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus
number 8
[ 6.514780] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001c00
[ 6.514871] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.514878] usb usb8: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.514883] usb usb8: Product: UHCI Host Controller
[ 6.514887] usb usb8: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.514892] usb usb8: SerialNumber: 0000:00:1d.2
[ 6.515052] usb usb8: configuration #1 chosen from 1 choice
[ 6.515133] hub 8-0:1.0: USB hub found
[ 6.515147] hub 8-0:1.0: 2 ports detected
[ 6.558769] Uniform Multi-Platform E-IDE driver
[ 6.617237] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux,
1.3.27ks
[ 6.617244] iwlagn: Copyright(c) 2003-2009 Intel Corporation
[ 6.617432] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 6.617473] iwlagn 0000:03:00.0: setting latency timer to 64
[ 6.617608] iwlagn 0000:03:00.0: Detected Intel Wireless WiFi Link 5350AGN
REV=0x24
[ 6.625929] yenta_cardbus 0000:15:00.0: ISA IRQ mask 0x0cb8, PCI irq 16
[ 6.625936] yenta_cardbus 0000:15:00.0: Socket status: 30000006
[ 6.625948] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge I/O
window: 0x4000 - 0x7fff
[ 6.625955] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge Memory
window: 0xf4800000 - 0xf7ffffff
[ 6.625962] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge Memory
window: 0xf0000000 - 0xf3ffffff
[ 6.638927] iwlagn 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a
channels
[ 6.639023] iwlagn 0000:03:00.0: irq 30 for MSI/MSI-X
[ 6.657874] phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 6.716276] Synaptics Touchpad, model: 1, fw: 7.0, id: 0x1c0b1, caps:
0xd04791/0xb00000
[ 6.716287] serio: Synaptics pass-through port at isa0060/serio1/input0
[ 6.757522] input: SynPS/2 Synaptics TouchPad as /class/input/input7
[ 6.770715] udev: renamed network interface wlan0 to eth1
[ 6.816056] usb 1-6: new high speed USB device using ehci_hcd and address 4
[ 6.830058] HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ
17
[ 6.830144] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 6.856251] firewire_core: created device fw0: GUID 00061b032a347baa, S400
[ 6.949727] input: HDA Intel Headphone as /class/input/input8
[ 6.961054] usb 1-6: New USB device found, idVendor=17ef, idProduct=1004
[ 6.961062] usb 1-6: New USB device strings: Mfr=2, Product=1,
SerialNumber=3
[ 6.961068] usb 1-6: Product: Integrated Camera
[ 6.961072] usb 1-6: Manufacturer: Chicony Electronics Co., Ltd.
[ 6.961077] usb 1-6: SerialNumber: SN0001
[ 6.961255] usb 1-6: configuration #1 chosen from 1 choice
[ 6.968216] input: HDA Intel Mic as /class/input/input9
[ 6.984256] input: HDA Intel Mic as /class/input/input10
[ 7.000290] input: HDA Intel Headphone as /class/input/input11
[ 7.001063] Clocksource tsc unstable (delta = -168323549 ns)
[ 7.021227] Linux video capture interface: v2.00
[ 7.073076] usb 3-1: new low speed USB device using uhci_hcd and address 2
[ 7.076683] uvcvideo: Found UVC 1.00 device Integrated Camera (17ef:1004)
[ 7.081994] input: Integrated Camera as /class/input/input12
[ 7.109228] usbcore: registered new interface driver uvcvideo
[ 7.109236] USB Video Class driver (v0.1.0)
[ 7.246478] usb 3-1: New USB device found, idVendor=046d, idProduct=c404
[ 7.246486] usb 3-1: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[ 7.246492] usb 3-1: Product: Trackball
[ 7.246496] usb 3-1: Manufacturer: Logitech
[ 7.246735] usb 3-1: configuration #1 chosen from 1 choice
[ 7.296265] usbcore: registered new interface driver hiddev
[ 7.315235] input: Logitech Trackball as /class/input/input13
[ 7.341420] generic-usb 0003:046D:C404.0001: input,hidraw0: USB HID v1.10
Mouse [Logitech Trackball] on usb-0000:00:1a.0-1/input0
[ 7.341459] usbcore: registered new interface driver usbhid
[ 7.341465] usbhid: v2.6:USB HID core driver
[ 7.489088] usb 4-2: new full speed USB device using uhci_hcd and address 2
[ 7.654354] usb 4-2: New USB device found, idVendor=0a5c, idProduct=2145
[ 7.654362] usb 4-2: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[ 7.654368] usb 4-2: Product: ThinkPad Bluetooth with Enhanced Data Rate II
[ 7.654373] usb 4-2: Manufacturer: Lenovo Computer Corp
[ 7.654610] usb 4-2: configuration #1 chosen from 1 choice
[ 7.685634] Bluetooth: Core ver 2.15
[ 7.685831] NET: Registered protocol family 31
[ 7.685837] Bluetooth: HCI device and connection manager initialized
[ 7.685843] Bluetooth: HCI socket layer initialized
[ 7.714830] Bluetooth: Generic Bluetooth USB driver ver 0.5
[ 7.715069] usbcore: registered new interface driver btusb
[ 7.871649] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised:
[email protected]
[ 8.338386] Bluetooth: L2CAP ver 2.13
[ 8.338392] Bluetooth: L2CAP socket layer initialized
[ 8.558958] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 9.302445] Bluetooth: RFCOMM socket layer initialized
[ 9.302471] Bluetooth: RFCOMM TTY layer initialized
[ 9.302475] Bluetooth: RFCOMM ver 1.11
[ 12.289720] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 12.520826] input: TPPS/2 IBM TrackPoint as /class/input/input14
[ 26.177639] Intel AES-NI instructions are not detected.
[ 27.211165] [drm] Initialized drm 1.1.0 20060810
[ 27.246715] pci 0000:00:02.0: power state changed by ACPI to D0
[ 27.246733] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 27.246743] pci 0000:00:02.0: setting latency timer to 64
[ 27.303718] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000
uncachable
[ 27.303727] get_mtrr: cpu0 reg01 base=00000be000 size=0000002000
uncachable
[ 27.303734] get_mtrr: cpu0 reg02 base=0000000000 size=0000080000 write-
back
[ 27.303740] get_mtrr: cpu0 reg03 base=0000080000 size=0000040000 write-
back
[ 27.303746] get_mtrr: cpu0 reg04 base=0000100000 size=0000040000 write-
back
[ 27.303752] get_mtrr: cpu0 reg05 base=00000bde00 size=0000000200
uncachable
[ 27.303759] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000
uncachable
[ 27.303765] get_mtrr: cpu0 reg01 base=00000be000 size=0000002000
uncachable
[ 27.303772] get_mtrr: cpu0 reg02 base=0000000000 size=0000080000 write-
back
[ 27.303778] get_mtrr: cpu0 reg03 base=0000080000 size=0000040000 write-
back
[ 27.303784] get_mtrr: cpu0 reg04 base=0000100000 size=0000040000 write-
back
[ 27.303790] get_mtrr: cpu0 reg05 base=00000bde00 size=0000000200
uncachable
[ 27.308534] pci 0000:00:02.0: irq 31 for MSI/MSI-X
[ 27.833037] allocated 1440x900 fb: 0x02020000, bo ffff88013b011780
[ 27.837873] Console: switching to colour frame buffer device 180x56
[ 28.173818] [drm] LVDS-8: set mode 1440x900 d
[ 28.407136] fb0: inteldrmfb frame buffer device
[ 28.407138] registered panic notifier
[ 28.407141] [drm] Initialized i915 1.6.0 20080730 on minor 0
[ 28.852482] Filesystem "dm-0": Disabling barriers, trial barrier write
failed
[ 28.856468] XFS mounting filesystem dm-0
[ 29.192612] Ending clean XFS mount for filesystem: dm-0

--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/


2009-03-30 21:21:27

by Pallipadi, Venkatesh

[permalink] [raw]
Subject: RE: 2.6.29 git master and PAT problems


Patch here should get rid of these errors.

http://marc.info/?l=linux-kernel&m=123788806506230&w=2

The patch is in tip and on its way to upstream.

Thanks,
Venki

>-----Original Message-----
>From: Arkadiusz Miskiewicz [mailto:[email protected]]
>Sent: Monday, March 30, 2009 2:17 PM
>To: [email protected]; Pallipadi, Venkatesh
>Cc: Siddha, Suresh B; [email protected]
>Subject: 2.6.29 git master and PAT problems
>
>
>I'm running git kernel (latest commit
>e1c502482853f84606928f5a2f2eb6da1993cda1) with PAT enabled,
>xorg intel driver
>master, libdrm master, xserver 1.6, mesa 74 on a ThinkPad T400.
>
>There was bunch of PAT fixes but this bug appeared/still
>exists (not sure if
>it's new, was using radeon card in this t400 for a while):
>
>[ 929.074125] X:5817 freeing invalid memtype d5b05000-d5b06000
>[ 929.074621] X:5817 freeing invalid memtype d5b06000-d5b07000
>[ 929.075109] X:5817 freeing invalid memtype d5b07000-d5b08000
>[ 929.075597] X:5817 freeing invalid memtype d5b08000-d5b09000
>[ 929.076091] X:5817 freeing invalid memtype d5b09000-d5b0a000
>[ 929.076579] X:5817 freeing invalid memtype d5b0a000-d5b0b000
>[ 929.077101] X:5817 freeing invalid memtype d5b0b000-d5b0c000
>[ 929.077612] X:5817 freeing invalid memtype d5b0c000-d5b0d000
>
>_tons_ of these
>
># grep "freeing invalid memtype" /var/log/kernel |wc -l
>219830
>
>So meanwhile I applied ratelimit because notebook became
>totally unresponsible
>while logs above were saved by syslog (please apply to Linus tree).
>
>Is this issue known? Any patches?
>
>
>diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
>index 640339e..d6fe3e9 100644
>--- a/arch/x86/mm/pat.c
>+++ b/arch/x86/mm/pat.c
>@@ -496,8 +496,9 @@ int free_memtype(u64 start, u64 end)
> spin_unlock(&memtype_lock);
>
> if (err) {
>- printk(KERN_INFO "%s:%d freeing invalid memtype
>%Lx-%Lx\n",
>- current->comm, current->pid, start, end);
>+ if (printk_ratelimit())
>+ printk(KERN_INFO "%s:%d freeing invalid
>memtype %Lx-%Lx\n",
>+ current->comm,
>current->pid, start, end);
> }
>
> dprintk("free_memtype request 0x%Lx-0x%Lx\n", start, end);
>
>#
># Automatically generated make config: don't edit
># Linux kernel version: 2.6.29
># Mon Mar 30 22:48:30 2009
>#
>CONFIG_64BIT=y
># CONFIG_X86_32 is not set
>CONFIG_X86_64=y
>CONFIG_X86=y
>CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
>CONFIG_GENERIC_TIME=y
>CONFIG_GENERIC_CMOS_UPDATE=y
>CONFIG_CLOCKSOURCE_WATCHDOG=y
>CONFIG_GENERIC_CLOCKEVENTS=y
>CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
>CONFIG_LOCKDEP_SUPPORT=y
>CONFIG_STACKTRACE_SUPPORT=y
>CONFIG_HAVE_LATENCYTOP_SUPPORT=y
>CONFIG_FAST_CMPXCHG_LOCAL=y
>CONFIG_MMU=y
>CONFIG_ZONE_DMA=y
>CONFIG_GENERIC_ISA_DMA=y
>CONFIG_GENERIC_IOMAP=y
>CONFIG_GENERIC_BUG=y
>CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
>CONFIG_GENERIC_HWEIGHT=y
>CONFIG_GENERIC_GPIO=y
>CONFIG_ARCH_MAY_HAVE_PC_FDC=y
>CONFIG_RWSEM_GENERIC_SPINLOCK=y
># CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
>CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
>CONFIG_GENERIC_CALIBRATE_DELAY=y
>CONFIG_GENERIC_TIME_VSYSCALL=y
>CONFIG_ARCH_HAS_CPU_RELAX=y
>CONFIG_ARCH_HAS_DEFAULT_IDLE=y
>CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
>CONFIG_HAVE_SETUP_PER_CPU_AREA=y
>CONFIG_HAVE_DYNAMIC_PER_CPU_AREA=y
>CONFIG_HAVE_CPUMASK_OF_CPU_MAP=y
>CONFIG_ARCH_HIBERNATION_POSSIBLE=y
>CONFIG_ARCH_SUSPEND_POSSIBLE=y
>CONFIG_ZONE_DMA32=y
>CONFIG_ARCH_POPULATES_NODE_MAP=y
>CONFIG_AUDIT_ARCH=y
>CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
>CONFIG_GENERIC_HARDIRQS=y
>CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
>CONFIG_GENERIC_IRQ_PROBE=y
>CONFIG_GENERIC_PENDING_IRQ=y
>CONFIG_USE_GENERIC_SMP_HELPERS=y
>CONFIG_X86_64_SMP=y
>CONFIG_X86_HT=y
>CONFIG_X86_TRAMPOLINE=y
># CONFIG_KTIME_SCALAR is not set
>CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
>
>#
># General setup
>#
>CONFIG_EXPERIMENTAL=y
>CONFIG_LOCK_KERNEL=y
>CONFIG_INIT_ENV_ARG_LIMIT=32
>CONFIG_LOCALVERSION=""
># CONFIG_LOCALVERSION_AUTO is not set
>CONFIG_HAVE_KERNEL_GZIP=y
>CONFIG_HAVE_KERNEL_BZIP2=y
>CONFIG_HAVE_KERNEL_LZMA=y
>CONFIG_KERNEL_GZIP=y
># CONFIG_KERNEL_BZIP2 is not set
># CONFIG_KERNEL_LZMA is not set
>CONFIG_SWAP=y
>CONFIG_SYSVIPC=y
>CONFIG_SYSVIPC_SYSCTL=y
>CONFIG_POSIX_MQUEUE=y
>CONFIG_BSD_PROCESS_ACCT=y
>CONFIG_BSD_PROCESS_ACCT_V3=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
>
>#
># RCU Subsystem
>#
>CONFIG_CLASSIC_RCU=y
># CONFIG_TREE_RCU is not set
># CONFIG_PREEMPT_RCU is not set
># CONFIG_TREE_RCU_TRACE is not set
># CONFIG_PREEMPT_RCU_TRACE is not set
>CONFIG_IKCONFIG=y
>CONFIG_IKCONFIG_PROC=y
>CONFIG_LOG_BUF_SHIFT=19
>CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
>CONFIG_GROUP_SCHED=y
>CONFIG_FAIR_GROUP_SCHED=y
>CONFIG_RT_GROUP_SCHED=y
>CONFIG_USER_SCHED=y
># CONFIG_CGROUP_SCHED is not set
># CONFIG_CGROUPS is not set
>CONFIG_SYSFS_DEPRECATED=y
>CONFIG_SYSFS_DEPRECATED_V2=y
>CONFIG_RELAY=y
>CONFIG_NAMESPACES=y
>CONFIG_UTS_NS=y
>CONFIG_IPC_NS=y
># CONFIG_USER_NS is not set
># CONFIG_PID_NS is not set
>CONFIG_NET_NS=y
>CONFIG_BLK_DEV_INITRD=y
>CONFIG_INITRAMFS_SOURCE=""
>CONFIG_RD_GZIP=y
>CONFIG_RD_BZIP2=y
>CONFIG_RD_LZMA=y
>CONFIG_INITRAMFS_COMPRESSION_NONE=y
>CONFIG_CC_OPTIMIZE_FOR_SIZE=y
>CONFIG_SYSCTL=y
>CONFIG_ANON_INODES=y
># CONFIG_EMBEDDED is not set
>CONFIG_UID16=y
>CONFIG_SYSCTL_SYSCALL=y
>CONFIG_KALLSYMS=y
>CONFIG_KALLSYMS_ALL=y
>CONFIG_KALLSYMS_EXTRA_PASS=y
>CONFIG_HOTPLUG=y
>CONFIG_PRINTK=y
>CONFIG_BUG=y
>CONFIG_ELF_CORE=y
>CONFIG_PCSPKR_PLATFORM=y
>CONFIG_BASE_FULL=y
>CONFIG_FUTEX=y
>CONFIG_EPOLL=y
>CONFIG_SIGNALFD=y
>CONFIG_TIMERFD=y
>CONFIG_EVENTFD=y
>CONFIG_SHMEM=y
>CONFIG_AIO=y
>CONFIG_VM_EVENT_COUNTERS=y
>CONFIG_PCI_QUIRKS=y
>CONFIG_SLUB_DEBUG=y
># CONFIG_COMPAT_BRK is not set
># CONFIG_SLAB is not set
>CONFIG_SLUB=y
># CONFIG_SLOB is not set
>CONFIG_PROFILING=y
>CONFIG_TRACEPOINTS=y
># CONFIG_MARKERS is not set
>CONFIG_OPROFILE=m
># CONFIG_OPROFILE_IBS is not set
>CONFIG_HAVE_OPROFILE=y
># CONFIG_KPROBES is not set
>CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
>CONFIG_HAVE_IOREMAP_PROT=y
>CONFIG_HAVE_KPROBES=y
>CONFIG_HAVE_KRETPROBES=y
>CONFIG_HAVE_ARCH_TRACEHOOK=y
># CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
>CONFIG_SLABINFO=y
>CONFIG_RT_MUTEXES=y
>CONFIG_BASE_SMALL=0
>CONFIG_MODULES=y
># CONFIG_MODULE_FORCE_LOAD is not set
>CONFIG_MODULE_UNLOAD=y
>CONFIG_MODULE_FORCE_UNLOAD=y
># CONFIG_MODVERSIONS is not set
># CONFIG_MODULE_SRCVERSION_ALL is not set
>CONFIG_STOP_MACHINE=y
>CONFIG_BLOCK=y
>CONFIG_BLK_DEV_IO_TRACE=y
>CONFIG_BLK_DEV_BSG=y
>CONFIG_BLK_DEV_INTEGRITY=y
>CONFIG_BLOCK_COMPAT=y
>
>#
># IO Schedulers
>#
>CONFIG_IOSCHED_NOOP=y
>CONFIG_IOSCHED_AS=y
>CONFIG_IOSCHED_DEADLINE=y
>CONFIG_IOSCHED_CFQ=y
># CONFIG_DEFAULT_AS is not set
># CONFIG_DEFAULT_DEADLINE is not set
>CONFIG_DEFAULT_CFQ=y
># CONFIG_DEFAULT_NOOP is not set
>CONFIG_DEFAULT_IOSCHED="cfq"
>CONFIG_PREEMPT_NOTIFIERS=y
>CONFIG_FREEZER=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=y
># CONFIG_X86_X2APIC is not set
># CONFIG_SPARSE_IRQ is not set
>CONFIG_X86_MPPARSE=y
># CONFIG_X86_EXTENDED_PLATFORM is not set
>CONFIG_SCHED_OMIT_FRAME_POINTER=y
># CONFIG_PARAVIRT_GUEST is not set
># CONFIG_MEMTEST is not set
># CONFIG_M386 is not set
># CONFIG_M486 is not set
># CONFIG_M586 is not set
># CONFIG_M586TSC is not set
># CONFIG_M586MMX is not set
># CONFIG_M686 is not set
># CONFIG_MPENTIUMII is not set
># CONFIG_MPENTIUMIII is not set
># CONFIG_MPENTIUMM is not set
># CONFIG_MPENTIUM4 is not set
># CONFIG_MK6 is not set
># CONFIG_MK7 is not set
># CONFIG_MK8 is not set
># CONFIG_MCRUSOE is not set
># CONFIG_MEFFICEON is not set
># CONFIG_MWINCHIPC6 is not set
># CONFIG_MWINCHIP3D is not set
># CONFIG_MGEODEGX1 is not set
># CONFIG_MGEODE_LX is not set
># CONFIG_MCYRIXIII is not set
># CONFIG_MVIAC3_2 is not set
># CONFIG_MVIAC7 is not set
># CONFIG_MPSC is not set
>CONFIG_MCORE2=y
># CONFIG_GENERIC_CPU is not set
>CONFIG_X86_CPU=y
>CONFIG_X86_L1_CACHE_BYTES=64
>CONFIG_X86_INTERNODE_CACHE_BYTES=64
>CONFIG_X86_CMPXCHG=y
>CONFIG_X86_L1_CACHE_SHIFT=6
>CONFIG_X86_WP_WORKS_OK=y
>CONFIG_X86_INTEL_USERCOPY=y
>CONFIG_X86_USE_PPRO_CHECKSUM=y
>CONFIG_X86_P6_NOP=y
>CONFIG_X86_TSC=y
>CONFIG_X86_CMPXCHG64=y
>CONFIG_X86_CMOV=y
>CONFIG_X86_MINIMUM_CPU_FAMILY=64
>CONFIG_X86_DEBUGCTLMSR=y
>CONFIG_CPU_SUP_INTEL=y
>CONFIG_CPU_SUP_AMD=y
>CONFIG_CPU_SUP_CENTAUR=y
>CONFIG_X86_DS=y
>CONFIG_X86_PTRACE_BTS=y
>CONFIG_HPET_TIMER=y
>CONFIG_HPET_EMULATE_RTC=y
>CONFIG_DMI=y
>CONFIG_GART_IOMMU=y
># CONFIG_CALGARY_IOMMU is not set
># CONFIG_AMD_IOMMU is not set
>CONFIG_SWIOTLB=y
>CONFIG_IOMMU_HELPER=y
># CONFIG_IOMMU_API is not set
># CONFIG_MAXSMP is not set
>CONFIG_NR_CPUS=2
># CONFIG_SCHED_SMT is not set
>CONFIG_SCHED_MC=y
># CONFIG_PREEMPT_NONE is not set
># CONFIG_PREEMPT_VOLUNTARY is not set
>CONFIG_PREEMPT=y
>CONFIG_X86_LOCAL_APIC=y
>CONFIG_X86_IO_APIC=y
># CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
>CONFIG_X86_MCE=y
>CONFIG_X86_MCE_INTEL=y
># CONFIG_X86_MCE_AMD is not set
>CONFIG_X86_MCE_THRESHOLD=y
># CONFIG_I8K is not set
>CONFIG_MICROCODE=m
>CONFIG_MICROCODE_INTEL=y
># CONFIG_MICROCODE_AMD is not set
>CONFIG_MICROCODE_OLD_INTERFACE=y
>CONFIG_X86_MSR=m
>CONFIG_X86_CPUID=m
>CONFIG_X86_CPU_DEBUG=m
>CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
>CONFIG_DIRECT_GBPAGES=y
># CONFIG_NUMA is not set
>CONFIG_ARCH_SPARSEMEM_DEFAULT=y
>CONFIG_ARCH_SPARSEMEM_ENABLE=y
>CONFIG_ARCH_SELECT_MEMORY_MODEL=y
>CONFIG_SELECT_MEMORY_MODEL=y
># CONFIG_FLATMEM_MANUAL is not set
># CONFIG_DISCONTIGMEM_MANUAL is not set
>CONFIG_SPARSEMEM_MANUAL=y
>CONFIG_SPARSEMEM=y
>CONFIG_HAVE_MEMORY_PRESENT=y
>CONFIG_SPARSEMEM_EXTREME=y
>CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
>CONFIG_SPARSEMEM_VMEMMAP=y
>
>#
># Memory hotplug is currently incompatible with Software Suspend
>#
>CONFIG_PAGEFLAGS_EXTENDED=y
>CONFIG_SPLIT_PTLOCK_CPUS=4
>CONFIG_PHYS_ADDR_T_64BIT=y
>CONFIG_ZONE_DMA_FLAG=1
>CONFIG_BOUNCE=y
>CONFIG_VIRT_TO_BUS=y
>CONFIG_UNEVICTABLE_LRU=y
>CONFIG_MMU_NOTIFIER=y
>CONFIG_X86_CHECK_BIOS_CORRUPTION=y
># CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set
>CONFIG_X86_RESERVE_LOW_64K=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_EFI=y
># CONFIG_SECCOMP is not set
>CONFIG_CC_STACKPROTECTOR_ALL=y
>CONFIG_CC_STACKPROTECTOR=y
># CONFIG_HZ_100 is not set
>CONFIG_HZ_250=y
># CONFIG_HZ_300 is not set
># CONFIG_HZ_1000 is not set
>CONFIG_HZ=250
>CONFIG_SCHED_HRTICK=y
>CONFIG_KEXEC=y
># CONFIG_CRASH_DUMP is not set
># CONFIG_KEXEC_JUMP is not set
>CONFIG_PHYSICAL_START=0x200000
># CONFIG_RELOCATABLE is not set
>CONFIG_PHYSICAL_ALIGN=0x200000
>CONFIG_HOTPLUG_CPU=y
># CONFIG_COMPAT_VDSO is not set
># CONFIG_CMDLINE_BOOL is not set
>CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
>
>#
># Power management and ACPI options
>#
>CONFIG_ARCH_HIBERNATION_HEADER=y
>CONFIG_PM=y
># CONFIG_PM_DEBUG is not set
>CONFIG_PM_SLEEP_SMP=y
>CONFIG_PM_SLEEP=y
>CONFIG_SUSPEND=y
>CONFIG_SUSPEND_FREEZER=y
>CONFIG_HIBERNATION=y
>CONFIG_PM_STD_PARTITION=""
>CONFIG_ACPI=y
>CONFIG_ACPI_SLEEP=y
>CONFIG_ACPI_PROCFS=y
>CONFIG_ACPI_PROCFS_POWER=y
>CONFIG_ACPI_SYSFS_POWER=y
>CONFIG_ACPI_PROC_EVENT=y
>CONFIG_ACPI_AC=m
>CONFIG_ACPI_BATTERY=m
>CONFIG_ACPI_BUTTON=m
>CONFIG_ACPI_VIDEO=m
>CONFIG_ACPI_FAN=m
>CONFIG_ACPI_DOCK=y
>CONFIG_ACPI_PROCESSOR=m
>CONFIG_ACPI_HOTPLUG_CPU=y
>CONFIG_ACPI_THERMAL=m
>CONFIG_ACPI_CUSTOM_DSDT_FILE=""
># CONFIG_ACPI_CUSTOM_DSDT is not set
>CONFIG_ACPI_BLACKLIST_YEAR=0
># CONFIG_ACPI_DEBUG is not set
>CONFIG_ACPI_PCI_SLOT=m
>CONFIG_X86_PM_TIMER=y
>CONFIG_ACPI_CONTAINER=m
>CONFIG_ACPI_SBS=m
>
>#
># CPU Frequency scaling
>#
>CONFIG_CPU_FREQ=y
>CONFIG_CPU_FREQ_TABLE=y
># CONFIG_CPU_FREQ_DEBUG is not set
>CONFIG_CPU_FREQ_STAT=m
>CONFIG_CPU_FREQ_STAT_DETAILS=y
># CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
># CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
># CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
>CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
># CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
>CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
>CONFIG_CPU_FREQ_GOV_POWERSAVE=m
>CONFIG_CPU_FREQ_GOV_USERSPACE=m
>CONFIG_CPU_FREQ_GOV_ONDEMAND=y
>CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
>
>#
># CPUFreq processor drivers
>#
>CONFIG_X86_ACPI_CPUFREQ=m
># CONFIG_X86_POWERNOW_K8 is not set
># CONFIG_X86_SPEEDSTEP_CENTRINO is not set
># CONFIG_X86_P4_CLOCKMOD is not set
>
>#
># shared options
>#
># CONFIG_X86_SPEEDSTEP_LIB is not set
>CONFIG_CPU_IDLE=y
>CONFIG_CPU_IDLE_GOV_LADDER=y
>CONFIG_CPU_IDLE_GOV_MENU=y
>
>#
># Memory power savings
>#
>CONFIG_I7300_IDLE_IOAT_CHANNEL=y
>CONFIG_I7300_IDLE=m
>
>#
># Bus options (PCI etc.)
>#
>CONFIG_PCI=y
>CONFIG_PCI_DIRECT=y
>CONFIG_PCI_MMCONFIG=y
>CONFIG_PCI_DOMAINS=y
># CONFIG_DMAR is not set
># CONFIG_INTR_REMAP is not set
>CONFIG_PCIEPORTBUS=y
># CONFIG_HOTPLUG_PCI_PCIE is not set
>CONFIG_PCIEAER=y
>CONFIG_PCIEASPM=y
># CONFIG_PCIEASPM_DEBUG is not set
>CONFIG_ARCH_SUPPORTS_MSI=y
>CONFIG_PCI_MSI=y
># CONFIG_PCI_LEGACY is not set
># CONFIG_PCI_DEBUG is not set
>CONFIG_PCI_STUB=m
>CONFIG_HT_IRQ=y
>CONFIG_ISA_DMA_API=y
>CONFIG_K8_NB=y
>CONFIG_PCCARD=m
># CONFIG_PCMCIA_DEBUG is not set
>CONFIG_PCMCIA=m
>CONFIG_PCMCIA_LOAD_CIS=y
>CONFIG_PCMCIA_IOCTL=y
>CONFIG_CARDBUS=y
>
>#
># PC-card bridges
>#
>CONFIG_YENTA=m
>CONFIG_YENTA_O2=y
>CONFIG_YENTA_RICOH=y
>CONFIG_YENTA_TI=y
>CONFIG_YENTA_ENE_TUNE=y
>CONFIG_YENTA_TOSHIBA=y
>CONFIG_PD6729=m
>CONFIG_I82092=m
>CONFIG_PCCARD_NONSTATIC=m
>CONFIG_HOTPLUG_PCI=m
># CONFIG_HOTPLUG_PCI_FAKE is not set
>CONFIG_HOTPLUG_PCI_ACPI=m
>CONFIG_HOTPLUG_PCI_ACPI_IBM=m
># CONFIG_HOTPLUG_PCI_CPCI is not set
># CONFIG_HOTPLUG_PCI_SHPC is not set
>
>#
># Executable file formats / Emulations
>#
>CONFIG_BINFMT_ELF=y
>CONFIG_COMPAT_BINFMT_ELF=y
>CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
># CONFIG_HAVE_AOUT is not set
>CONFIG_BINFMT_MISC=m
>CONFIG_IA32_EMULATION=y
># CONFIG_IA32_AOUT is not set
>CONFIG_COMPAT=y
>CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
>CONFIG_SYSVIPC_COMPAT=y
>CONFIG_NET=y
>
>#
># Networking options
>#
>CONFIG_PACKET=y
>CONFIG_PACKET_MMAP=y
>CONFIG_UNIX=y
>CONFIG_XFRM=y
>CONFIG_XFRM_USER=m
># CONFIG_XFRM_SUB_POLICY is not set
>CONFIG_XFRM_MIGRATE=y
>CONFIG_XFRM_STATISTICS=y
>CONFIG_XFRM_IPCOMP=m
>CONFIG_NET_KEY=m
>CONFIG_NET_KEY_MIGRATE=y
>CONFIG_INET=y
>CONFIG_IP_MULTICAST=y
>CONFIG_IP_ADVANCED_ROUTER=y
>CONFIG_ASK_IP_FIB_HASH=y
># CONFIG_IP_FIB_TRIE is not set
>CONFIG_IP_FIB_HASH=y
>CONFIG_IP_MULTIPLE_TABLES=y
>CONFIG_IP_ROUTE_MULTIPATH=y
>CONFIG_IP_ROUTE_VERBOSE=y
>CONFIG_IP_PNP=y
>CONFIG_IP_PNP_DHCP=y
>CONFIG_IP_PNP_BOOTP=y
>CONFIG_IP_PNP_RARP=y
>CONFIG_NET_IPIP=m
>CONFIG_NET_IPGRE=m
>CONFIG_NET_IPGRE_BROADCAST=y
>CONFIG_IP_MROUTE=y
>CONFIG_IP_PIMSM_V1=y
>CONFIG_IP_PIMSM_V2=y
># CONFIG_ARPD is not set
>CONFIG_SYN_COOKIES=y
>CONFIG_INET_AH=m
>CONFIG_INET_ESP=m
>CONFIG_INET_IPCOMP=m
>CONFIG_INET_XFRM_TUNNEL=m
>CONFIG_INET_TUNNEL=m
>CONFIG_INET_XFRM_MODE_TRANSPORT=m
>CONFIG_INET_XFRM_MODE_TUNNEL=m
>CONFIG_INET_XFRM_MODE_BEET=m
>CONFIG_INET_LRO=m
>CONFIG_INET_DIAG=m
>CONFIG_INET_TCP_DIAG=m
>CONFIG_TCP_CONG_ADVANCED=y
>CONFIG_TCP_CONG_BIC=m
>CONFIG_TCP_CONG_CUBIC=y
>CONFIG_TCP_CONG_WESTWOOD=m
>CONFIG_TCP_CONG_HTCP=m
>CONFIG_TCP_CONG_HSTCP=m
>CONFIG_TCP_CONG_HYBLA=m
>CONFIG_TCP_CONG_VEGAS=m
>CONFIG_TCP_CONG_SCALABLE=m
>CONFIG_TCP_CONG_LP=m
>CONFIG_TCP_CONG_VENO=m
>CONFIG_TCP_CONG_YEAH=m
>CONFIG_TCP_CONG_ILLINOIS=m
># CONFIG_DEFAULT_BIC is not set
>CONFIG_DEFAULT_CUBIC=y
># CONFIG_DEFAULT_HTCP is not set
># CONFIG_DEFAULT_VEGAS is not set
># CONFIG_DEFAULT_WESTWOOD is not set
># CONFIG_DEFAULT_RENO is not set
>CONFIG_DEFAULT_TCP_CONG="cubic"
>CONFIG_TCP_MD5SIG=y
>CONFIG_IPV6=m
>CONFIG_IPV6_PRIVACY=y
>CONFIG_IPV6_ROUTER_PREF=y
>CONFIG_IPV6_ROUTE_INFO=y
>CONFIG_IPV6_OPTIMISTIC_DAD=y
>CONFIG_INET6_AH=m
>CONFIG_INET6_ESP=m
>CONFIG_INET6_IPCOMP=m
>CONFIG_IPV6_MIP6=m
>CONFIG_INET6_XFRM_TUNNEL=m
>CONFIG_INET6_TUNNEL=m
>CONFIG_INET6_XFRM_MODE_TRANSPORT=m
>CONFIG_INET6_XFRM_MODE_TUNNEL=m
>CONFIG_INET6_XFRM_MODE_BEET=m
>CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m
>CONFIG_IPV6_SIT=m
>CONFIG_IPV6_NDISC_NODETYPE=y
>CONFIG_IPV6_TUNNEL=m
>CONFIG_IPV6_MULTIPLE_TABLES=y
>CONFIG_IPV6_SUBTREES=y
>CONFIG_IPV6_MROUTE=y
>CONFIG_IPV6_PIMSM_V2=y
>CONFIG_NETLABEL=y
>CONFIG_NETWORK_SECMARK=y
>CONFIG_NETFILTER=y
># CONFIG_NETFILTER_DEBUG is not set
>CONFIG_NETFILTER_ADVANCED=y
>CONFIG_BRIDGE_NETFILTER=y
>
>#
># Core Netfilter Configuration
>#
>CONFIG_NETFILTER_NETLINK=m
>CONFIG_NETFILTER_NETLINK_QUEUE=m
>CONFIG_NETFILTER_NETLINK_LOG=m
>CONFIG_NF_CONNTRACK=m
>CONFIG_NF_CT_ACCT=y
>CONFIG_NF_CONNTRACK_MARK=y
>CONFIG_NF_CONNTRACK_SECMARK=y
>CONFIG_NF_CONNTRACK_EVENTS=y
>CONFIG_NF_CT_PROTO_DCCP=m
>CONFIG_NF_CT_PROTO_GRE=m
>CONFIG_NF_CT_PROTO_SCTP=m
>CONFIG_NF_CT_PROTO_UDPLITE=m
>CONFIG_NF_CONNTRACK_AMANDA=m
>CONFIG_NF_CONNTRACK_FTP=m
>CONFIG_NF_CONNTRACK_H323=m
>CONFIG_NF_CONNTRACK_IRC=m
>CONFIG_NF_CONNTRACK_NETBIOS_NS=m
>CONFIG_NF_CONNTRACK_PPTP=m
>CONFIG_NF_CONNTRACK_SANE=m
>CONFIG_NF_CONNTRACK_SIP=m
>CONFIG_NF_CONNTRACK_TFTP=m
>CONFIG_NF_CT_NETLINK=m
>CONFIG_NETFILTER_TPROXY=m
>CONFIG_NETFILTER_XTABLES=m
>CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
>CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
>CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m
>CONFIG_NETFILTER_XT_TARGET_DSCP=m
>CONFIG_NETFILTER_XT_TARGET_HL=m
>CONFIG_NETFILTER_XT_TARGET_MARK=m
>CONFIG_NETFILTER_XT_TARGET_NFLOG=m
>CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
>CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
>CONFIG_NETFILTER_XT_TARGET_RATEEST=m
>CONFIG_NETFILTER_XT_TARGET_TPROXY=m
>CONFIG_NETFILTER_XT_TARGET_TRACE=m
>CONFIG_NETFILTER_XT_TARGET_SECMARK=m
>CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
>CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
>CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
>CONFIG_NETFILTER_XT_MATCH_COMMENT=m
>CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
>CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
>CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
>CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
>CONFIG_NETFILTER_XT_MATCH_DCCP=m
>CONFIG_NETFILTER_XT_MATCH_DSCP=m
>CONFIG_NETFILTER_XT_MATCH_ESP=m
>CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
>CONFIG_NETFILTER_XT_MATCH_HELPER=m
>CONFIG_NETFILTER_XT_MATCH_HL=m
>CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
>CONFIG_NETFILTER_XT_MATCH_LENGTH=m
>CONFIG_NETFILTER_XT_MATCH_LIMIT=m
>CONFIG_NETFILTER_XT_MATCH_MAC=m
>CONFIG_NETFILTER_XT_MATCH_MARK=m
>CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
>CONFIG_NETFILTER_XT_MATCH_OWNER=m
>CONFIG_NETFILTER_XT_MATCH_POLICY=m
>CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
>CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
>CONFIG_NETFILTER_XT_MATCH_QUOTA=m
>CONFIG_NETFILTER_XT_MATCH_RATEEST=m
>CONFIG_NETFILTER_XT_MATCH_REALM=m
>CONFIG_NETFILTER_XT_MATCH_RECENT=m
># CONFIG_NETFILTER_XT_MATCH_RECENT_PROC_COMPAT is not set
>CONFIG_NETFILTER_XT_MATCH_SCTP=m
>CONFIG_NETFILTER_XT_MATCH_SOCKET=m
>CONFIG_NETFILTER_XT_MATCH_STATE=m
>CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
>CONFIG_NETFILTER_XT_MATCH_STRING=m
>CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
>CONFIG_NETFILTER_XT_MATCH_TIME=m
>CONFIG_NETFILTER_XT_MATCH_U32=m
>CONFIG_IP_VS=m
>CONFIG_IP_VS_IPV6=y
># CONFIG_IP_VS_DEBUG is not set
>CONFIG_IP_VS_TAB_BITS=12
>
>#
># IPVS transport protocol load balancing support
>#
>CONFIG_IP_VS_PROTO_TCP=y
>CONFIG_IP_VS_PROTO_UDP=y
>CONFIG_IP_VS_PROTO_AH_ESP=y
>CONFIG_IP_VS_PROTO_ESP=y
>CONFIG_IP_VS_PROTO_AH=y
>
>#
># IPVS scheduler
>#
>CONFIG_IP_VS_RR=m
>CONFIG_IP_VS_WRR=m
>CONFIG_IP_VS_LC=m
>CONFIG_IP_VS_WLC=m
>CONFIG_IP_VS_LBLC=m
>CONFIG_IP_VS_LBLCR=m
>CONFIG_IP_VS_DH=m
>CONFIG_IP_VS_SH=m
>CONFIG_IP_VS_SED=m
>CONFIG_IP_VS_NQ=m
>
>#
># IPVS application helper
>#
>CONFIG_IP_VS_FTP=m
>
>#
># IP: Netfilter Configuration
>#
>CONFIG_NF_DEFRAG_IPV4=m
>CONFIG_NF_CONNTRACK_IPV4=m
>CONFIG_NF_CONNTRACK_PROC_COMPAT=y
>CONFIG_IP_NF_QUEUE=m
>CONFIG_IP_NF_IPTABLES=m
>CONFIG_IP_NF_MATCH_ADDRTYPE=m
>CONFIG_IP_NF_MATCH_AH=m
>CONFIG_IP_NF_MATCH_ECN=m
>CONFIG_IP_NF_MATCH_TTL=m
>CONFIG_IP_NF_FILTER=m
>CONFIG_IP_NF_TARGET_REJECT=m
>CONFIG_IP_NF_TARGET_LOG=m
>CONFIG_IP_NF_TARGET_ULOG=m
>CONFIG_NF_NAT=m
>CONFIG_NF_NAT_NEEDED=y
>CONFIG_IP_NF_TARGET_MASQUERADE=m
>CONFIG_IP_NF_TARGET_NETMAP=m
>CONFIG_IP_NF_TARGET_REDIRECT=m
>CONFIG_NF_NAT_SNMP_BASIC=m
>CONFIG_NF_NAT_PROTO_DCCP=m
>CONFIG_NF_NAT_PROTO_GRE=m
>CONFIG_NF_NAT_PROTO_UDPLITE=m
>CONFIG_NF_NAT_PROTO_SCTP=m
>CONFIG_NF_NAT_FTP=m
>CONFIG_NF_NAT_IRC=m
>CONFIG_NF_NAT_TFTP=m
>CONFIG_NF_NAT_AMANDA=m
>CONFIG_NF_NAT_PPTP=m
>CONFIG_NF_NAT_H323=m
>CONFIG_NF_NAT_SIP=m
>CONFIG_IP_NF_MANGLE=m
>CONFIG_IP_NF_TARGET_CLUSTERIP=m
>CONFIG_IP_NF_TARGET_ECN=m
>CONFIG_IP_NF_TARGET_TTL=m
>CONFIG_IP_NF_RAW=m
>CONFIG_IP_NF_SECURITY=m
>CONFIG_IP_NF_ARPTABLES=m
>CONFIG_IP_NF_ARPFILTER=m
>CONFIG_IP_NF_ARP_MANGLE=m
>
>#
># IPv6: Netfilter Configuration
>#
>CONFIG_NF_CONNTRACK_IPV6=m
>CONFIG_IP6_NF_QUEUE=m
>CONFIG_IP6_NF_IPTABLES=m
>CONFIG_IP6_NF_MATCH_AH=m
>CONFIG_IP6_NF_MATCH_EUI64=m
>CONFIG_IP6_NF_MATCH_FRAG=m
>CONFIG_IP6_NF_MATCH_OPTS=m
>CONFIG_IP6_NF_MATCH_HL=m
>CONFIG_IP6_NF_MATCH_IPV6HEADER=m
>CONFIG_IP6_NF_MATCH_MH=m
>CONFIG_IP6_NF_MATCH_RT=m
>CONFIG_IP6_NF_TARGET_HL=m
>CONFIG_IP6_NF_TARGET_LOG=m
>CONFIG_IP6_NF_FILTER=m
>CONFIG_IP6_NF_TARGET_REJECT=m
>CONFIG_IP6_NF_MANGLE=m
>CONFIG_IP6_NF_RAW=m
>CONFIG_IP6_NF_SECURITY=m
>
>#
># DECnet: Netfilter Configuration
>#
># CONFIG_DECNET_NF_GRABULATOR is not set
>CONFIG_BRIDGE_NF_EBTABLES=m
>CONFIG_BRIDGE_EBT_BROUTE=m
>CONFIG_BRIDGE_EBT_T_FILTER=m
>CONFIG_BRIDGE_EBT_T_NAT=m
>CONFIG_BRIDGE_EBT_802_3=m
>CONFIG_BRIDGE_EBT_AMONG=m
>CONFIG_BRIDGE_EBT_ARP=m
>CONFIG_BRIDGE_EBT_IP=m
>CONFIG_BRIDGE_EBT_IP6=m
>CONFIG_BRIDGE_EBT_LIMIT=m
>CONFIG_BRIDGE_EBT_MARK=m
>CONFIG_BRIDGE_EBT_PKTTYPE=m
>CONFIG_BRIDGE_EBT_STP=m
>CONFIG_BRIDGE_EBT_VLAN=m
>CONFIG_BRIDGE_EBT_ARPREPLY=m
>CONFIG_BRIDGE_EBT_DNAT=m
>CONFIG_BRIDGE_EBT_MARK_T=m
>CONFIG_BRIDGE_EBT_REDIRECT=m
>CONFIG_BRIDGE_EBT_SNAT=m
>CONFIG_BRIDGE_EBT_LOG=m
>CONFIG_BRIDGE_EBT_ULOG=m
>CONFIG_BRIDGE_EBT_NFLOG=m
>CONFIG_IP_DCCP=m
>CONFIG_INET_DCCP_DIAG=m
>
>#
># DCCP CCIDs Configuration (EXPERIMENTAL)
>#
># CONFIG_IP_DCCP_CCID2_DEBUG is not set
>CONFIG_IP_DCCP_CCID3=y
># CONFIG_IP_DCCP_CCID3_DEBUG is not set
>CONFIG_IP_DCCP_CCID3_RTO=100
>CONFIG_IP_DCCP_TFRC_LIB=y
>
>#
># DCCP Kernel Hacking
>#
># CONFIG_IP_DCCP_DEBUG is not set
>CONFIG_IP_SCTP=m
># CONFIG_SCTP_DBG_MSG is not set
># CONFIG_SCTP_DBG_OBJCNT is not set
># CONFIG_SCTP_HMAC_NONE is not set
># CONFIG_SCTP_HMAC_SHA1 is not set
>CONFIG_SCTP_HMAC_MD5=y
>CONFIG_TIPC=m
>CONFIG_TIPC_ADVANCED=y
>CONFIG_TIPC_ZONES=3
>CONFIG_TIPC_CLUSTERS=1
>CONFIG_TIPC_NODES=255
>CONFIG_TIPC_SLAVE_NODES=0
>CONFIG_TIPC_PORTS=8191
>CONFIG_TIPC_LOG=0
># CONFIG_TIPC_DEBUG is not set
>CONFIG_ATM=m
>CONFIG_ATM_CLIP=m
>CONFIG_ATM_CLIP_NO_ICMP=y
>CONFIG_ATM_LANE=m
>CONFIG_ATM_MPOA=m
>CONFIG_ATM_BR2684=m
># CONFIG_ATM_BR2684_IPFILTER is not set
>CONFIG_STP=m
>CONFIG_GARP=m
>CONFIG_BRIDGE=m
># CONFIG_NET_DSA is not set
>CONFIG_VLAN_8021Q=m
>CONFIG_VLAN_8021Q_GVRP=y
>CONFIG_DECNET=m
># CONFIG_DECNET_ROUTER is not set
>CONFIG_LLC=m
>CONFIG_LLC2=m
>CONFIG_IPX=m
># CONFIG_IPX_INTERN is not set
>CONFIG_ATALK=m
>CONFIG_DEV_APPLETALK=m
>CONFIG_IPDDP=m
># CONFIG_IPDDP_ENCAP is not set
># CONFIG_IPDDP_DECAP is not set
>CONFIG_X25=m
>CONFIG_LAPB=m
>CONFIG_ECONET=m
>CONFIG_ECONET_AUNUDP=y
># CONFIG_ECONET_NATIVE is not set
>CONFIG_WAN_ROUTER=m
># CONFIG_PHONET is not set
>CONFIG_NET_SCHED=y
>
>#
># Queueing/Scheduling
>#
>CONFIG_NET_SCH_CBQ=m
>CONFIG_NET_SCH_HTB=m
>CONFIG_NET_SCH_HFSC=m
>CONFIG_NET_SCH_ATM=m
>CONFIG_NET_SCH_PRIO=m
>CONFIG_NET_SCH_MULTIQ=m
>CONFIG_NET_SCH_RED=m
>CONFIG_NET_SCH_SFQ=m
>CONFIG_NET_SCH_TEQL=m
>CONFIG_NET_SCH_TBF=m
>CONFIG_NET_SCH_GRED=m
>CONFIG_NET_SCH_DSMARK=m
>CONFIG_NET_SCH_NETEM=m
>CONFIG_NET_SCH_DRR=m
>CONFIG_NET_SCH_INGRESS=m
>
>#
># Classification
>#
>CONFIG_NET_CLS=y
>CONFIG_NET_CLS_BASIC=m
>CONFIG_NET_CLS_TCINDEX=m
>CONFIG_NET_CLS_ROUTE4=m
>CONFIG_NET_CLS_ROUTE=y
>CONFIG_NET_CLS_FW=m
>CONFIG_NET_CLS_U32=m
>CONFIG_CLS_U32_PERF=y
>CONFIG_CLS_U32_MARK=y
>CONFIG_NET_CLS_RSVP=m
>CONFIG_NET_CLS_RSVP6=m
>CONFIG_NET_CLS_FLOW=m
>CONFIG_NET_EMATCH=y
>CONFIG_NET_EMATCH_STACK=32
>CONFIG_NET_EMATCH_CMP=m
>CONFIG_NET_EMATCH_NBYTE=m
>CONFIG_NET_EMATCH_U32=m
>CONFIG_NET_EMATCH_META=m
>CONFIG_NET_EMATCH_TEXT=m
>CONFIG_NET_CLS_ACT=y
>CONFIG_NET_ACT_POLICE=m
>CONFIG_NET_ACT_GACT=m
># CONFIG_GACT_PROB is not set
>CONFIG_NET_ACT_MIRRED=m
>CONFIG_NET_ACT_IPT=m
>CONFIG_NET_ACT_NAT=m
>CONFIG_NET_ACT_PEDIT=m
># CONFIG_NET_ACT_SIMP is not set
>CONFIG_NET_ACT_SKBEDIT=m
>CONFIG_NET_CLS_IND=y
>CONFIG_NET_SCH_FIFO=y
>CONFIG_DCB=y
>
>#
># Network testing
>#
>CONFIG_NET_PKTGEN=m
># CONFIG_NET_DROP_MONITOR is not set
>CONFIG_HAMRADIO=y
>
>#
># Packet Radio protocols
>#
>CONFIG_AX25=m
># CONFIG_AX25_DAMA_SLAVE is not set
>CONFIG_NETROM=m
>CONFIG_ROSE=m
>
>#
># AX.25 network device drivers
>#
>CONFIG_MKISS=m
>CONFIG_6PACK=m
>CONFIG_BPQETHER=m
>CONFIG_BAYCOM_SER_FDX=m
>CONFIG_BAYCOM_SER_HDX=m
>CONFIG_YAM=m
>CONFIG_CAN=m
>CONFIG_CAN_RAW=m
>CONFIG_CAN_BCM=m
>
>#
># CAN Device Drivers
>#
>CONFIG_CAN_VCAN=m
># CONFIG_CAN_DEBUG_DEVICES is not set
>CONFIG_IRDA=m
>
>#
># IrDA protocols
>#
>CONFIG_IRLAN=m
>CONFIG_IRNET=m
>CONFIG_IRCOMM=m
>CONFIG_IRDA_ULTRA=y
>
>#
># IrDA options
>#
>CONFIG_IRDA_CACHE_LAST_LSAP=y
>CONFIG_IRDA_FAST_RR=y
># CONFIG_IRDA_DEBUG is not set
>
>#
># Infrared-port device drivers
>#
>
>#
># SIR device drivers
>#
>CONFIG_IRTTY_SIR=m
>
>#
># Dongle support
>#
># CONFIG_DONGLE is not set
># CONFIG_KINGSUN_DONGLE is not set
># CONFIG_KSDAZZLE_DONGLE is not set
># CONFIG_KS959_DONGLE is not set
>
>#
># FIR device drivers
>#
>CONFIG_USB_IRDA=m
>CONFIG_SIGMATEL_FIR=m
>CONFIG_NSC_FIR=m
>CONFIG_WINBOND_FIR=m
>CONFIG_SMC_IRCC_FIR=m
>CONFIG_ALI_FIR=m
>CONFIG_VLSI_FIR=m
>CONFIG_VIA_FIR=m
># CONFIG_MCS_FIR is not set
>CONFIG_BT=m
>CONFIG_BT_L2CAP=m
>CONFIG_BT_SCO=m
>CONFIG_BT_RFCOMM=m
>CONFIG_BT_RFCOMM_TTY=y
>CONFIG_BT_BNEP=m
>CONFIG_BT_BNEP_MC_FILTER=y
>CONFIG_BT_BNEP_PROTO_FILTER=y
>CONFIG_BT_HIDP=m
>
>#
># Bluetooth device drivers
>#
>CONFIG_BT_HCIBTUSB=m
>CONFIG_BT_HCIBTSDIO=m
>CONFIG_BT_HCIUART=m
>CONFIG_BT_HCIUART_H4=y
>CONFIG_BT_HCIUART_BCSP=y
>CONFIG_BT_HCIUART_LL=y
>CONFIG_BT_HCIBCM203X=m
>CONFIG_BT_HCIBPA10X=m
>CONFIG_BT_HCIBFUSB=m
>CONFIG_BT_HCIDTL1=m
>CONFIG_BT_HCIBT3C=m
>CONFIG_BT_HCIBLUECARD=m
>CONFIG_BT_HCIBTUART=m
>CONFIG_BT_HCIVHCI=m
>CONFIG_AF_RXRPC=m
># CONFIG_AF_RXRPC_DEBUG is not set
>CONFIG_RXKAD=m
>CONFIG_FIB_RULES=y
>CONFIG_WIRELESS=y
>CONFIG_CFG80211=m
># CONFIG_CFG80211_REG_DEBUG is not set
># CONFIG_WIRELESS_OLD_REGULATORY is not set
>CONFIG_WIRELESS_EXT=y
>CONFIG_WIRELESS_EXT_SYSFS=y
>CONFIG_LIB80211=m
>CONFIG_LIB80211_CRYPT_WEP=m
>CONFIG_LIB80211_CRYPT_CCMP=m
>CONFIG_LIB80211_CRYPT_TKIP=m
># CONFIG_LIB80211_DEBUG is not set
>CONFIG_MAC80211=m
>
>#
># Rate control algorithm selection
>#
>CONFIG_MAC80211_RC_MINSTREL=y
># CONFIG_MAC80211_RC_DEFAULT_PID is not set
>CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
>CONFIG_MAC80211_RC_DEFAULT="minstrel"
>CONFIG_MAC80211_MESH=y
>CONFIG_MAC80211_LEDS=y
># CONFIG_MAC80211_DEBUGFS is not set
># CONFIG_MAC80211_DEBUG_MENU is not set
>CONFIG_WIMAX=m
>CONFIG_WIMAX_DEBUG_LEVEL=8
>CONFIG_RFKILL=m
>CONFIG_RFKILL_INPUT=m
>CONFIG_RFKILL_LEDS=y
># CONFIG_NET_9P is not set
>
>#
># Device Drivers
>#
>
>#
># Generic Driver Options
>#
>CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
># CONFIG_STANDALONE is not set
>CONFIG_PREVENT_FIRMWARE_BUILD=y
>CONFIG_FW_LOADER=y
># CONFIG_FIRMWARE_IN_KERNEL is not set
>CONFIG_EXTRA_FIRMWARE=""
># CONFIG_DEBUG_DRIVER is not set
># CONFIG_DEBUG_DEVRES is not set
># CONFIG_SYS_HYPERVISOR is not set
>CONFIG_CONNECTOR=m
>CONFIG_MTD=m
># CONFIG_MTD_DEBUG is not set
>CONFIG_MTD_CONCAT=m
>CONFIG_MTD_PARTITIONS=y
># CONFIG_MTD_TESTS is not set
>CONFIG_MTD_REDBOOT_PARTS=m
>CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1
>CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y
>CONFIG_MTD_REDBOOT_PARTS_READONLY=y
># CONFIG_MTD_AR7_PARTS is not set
>
>#
># User Modules And Translation Layers
>#
>CONFIG_MTD_CHAR=m
>CONFIG_MTD_BLKDEVS=m
>CONFIG_MTD_BLOCK=m
>CONFIG_MTD_BLOCK_RO=m
>CONFIG_FTL=m
>CONFIG_NFTL=m
>CONFIG_NFTL_RW=y
>CONFIG_INFTL=m
># CONFIG_RFD_FTL is not set
>CONFIG_SSFDC=m
>CONFIG_MTD_OOPS=m
>
>#
># RAM/ROM/Flash chip drivers
>#
>CONFIG_MTD_CFI=m
>CONFIG_MTD_JEDECPROBE=m
>CONFIG_MTD_GEN_PROBE=m
># 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=m
>CONFIG_MTD_CFI_AMDSTD=m
>CONFIG_MTD_CFI_STAA=m
>CONFIG_MTD_CFI_UTIL=m
>CONFIG_MTD_RAM=m
>CONFIG_MTD_ROM=m
>CONFIG_MTD_ABSENT=m
>
>#
># Mapping drivers for chip access
>#
>CONFIG_MTD_COMPLEX_MAPPINGS=y
>CONFIG_MTD_PHYSMAP=m
>CONFIG_MTD_PHYSMAP_COMPAT=y
>CONFIG_MTD_PHYSMAP_START=0x8000000
>CONFIG_MTD_PHYSMAP_LEN=0x4000000
>CONFIG_MTD_PHYSMAP_BANKWIDTH=2
>CONFIG_MTD_SC520CDP=m
>CONFIG_MTD_NETSC520=m
>CONFIG_MTD_TS5500=m
>CONFIG_MTD_SBC_GXX=m
>CONFIG_MTD_AMD76XROM=m
>CONFIG_MTD_ICHXROM=m
>CONFIG_MTD_ESB2ROM=m
>CONFIG_MTD_CK804XROM=m
>CONFIG_MTD_SCB2_FLASH=m
>CONFIG_MTD_NETtel=m
>CONFIG_MTD_DILNETPC=m
>CONFIG_MTD_DILNETPC_BOOTSIZE=0x80000
>CONFIG_MTD_L440GX=m
>CONFIG_MTD_PCI=m
># CONFIG_MTD_INTEL_VR_NOR is not set
>CONFIG_MTD_PLATRAM=m
>
>#
># Self-contained MTD device drivers
>#
>CONFIG_MTD_PMC551=m
>CONFIG_MTD_PMC551_BUGFIX=y
># CONFIG_MTD_PMC551_DEBUG is not set
>CONFIG_MTD_SLRAM=m
>CONFIG_MTD_PHRAM=m
>CONFIG_MTD_MTDRAM=m
>CONFIG_MTDRAM_TOTAL_SIZE=4096
>CONFIG_MTDRAM_ERASE_SIZE=128
>CONFIG_MTD_BLOCK2MTD=m
>
>#
># Disk-On-Chip Device Drivers
>#
>CONFIG_MTD_DOC2000=m
>CONFIG_MTD_DOC2001=m
>CONFIG_MTD_DOC2001PLUS=m
>CONFIG_MTD_DOCPROBE=m
>CONFIG_MTD_DOCECC=m
># CONFIG_MTD_DOCPROBE_ADVANCED is not set
>CONFIG_MTD_DOCPROBE_ADDRESS=0
>CONFIG_MTD_NAND=m
>CONFIG_MTD_NAND_VERIFY_WRITE=y
># CONFIG_MTD_NAND_ECC_SMC is not set
># CONFIG_MTD_NAND_MUSEUM_IDS is not set
>CONFIG_MTD_NAND_IDS=m
>CONFIG_MTD_NAND_DISKONCHIP=m
># CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED is not set
>CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0
>CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE=y
>CONFIG_MTD_NAND_CAFE=m
># CONFIG_MTD_NAND_NANDSIM is not set
># CONFIG_MTD_NAND_PLATFORM is not set
>CONFIG_MTD_ALAUDA=m
># CONFIG_MTD_ONENAND is not set
>
>#
># LPDDR flash memory drivers
>#
># CONFIG_MTD_LPDDR is not set
>
>#
># UBI - Unsorted block images
>#
># CONFIG_MTD_UBI is not set
># CONFIG_PARPORT is not set
>CONFIG_PNP=y
># CONFIG_PNP_DEBUG_MESSAGES is not set
>
>#
># Protocols
>#
>CONFIG_PNPACPI=y
>CONFIG_BLK_DEV=y
>CONFIG_BLK_DEV_FD=m
># CONFIG_BLK_CPQ_DA is not set
># CONFIG_BLK_CPQ_CISS_DA is not set
># CONFIG_BLK_DEV_DAC960 is not set
># CONFIG_BLK_DEV_UMEM is not set
># CONFIG_BLK_DEV_COW_COMMON is not set
>CONFIG_BLK_DEV_LOOP=m
>CONFIG_BLK_DEV_CRYPTOLOOP=m
>CONFIG_BLK_DEV_NBD=m
># CONFIG_BLK_DEV_SX8 is not set
># CONFIG_BLK_DEV_UB is not set
>CONFIG_BLK_DEV_RAM=y
>CONFIG_BLK_DEV_RAM_COUNT=16
>CONFIG_BLK_DEV_RAM_SIZE=4096
># CONFIG_BLK_DEV_XIP is not set
>CONFIG_CDROM_PKTCDVD=m
>CONFIG_CDROM_PKTCDVD_BUFFERS=8
>CONFIG_CDROM_PKTCDVD_WCACHE=y
>CONFIG_ATA_OVER_ETH=m
>CONFIG_VIRTIO_BLK=m
># CONFIG_BLK_DEV_HD is not set
>CONFIG_MISC_DEVICES=y
># CONFIG_IBM_ASM is not set
># CONFIG_PHANTOM is not set
># CONFIG_SGI_IOC4 is not set
># CONFIG_TIFM_CORE is not set
># CONFIG_ICS932S401 is not set
>CONFIG_ENCLOSURE_SERVICES=m
># CONFIG_HP_ILO is not set
># CONFIG_DELL_LAPTOP is not set
># CONFIG_C2PORT is not set
>
>#
># EEPROM support
>#
>CONFIG_EEPROM_AT24=m
># CONFIG_EEPROM_LEGACY is not set
># CONFIG_EEPROM_93CX6 is not set
>CONFIG_HAVE_IDE=y
>CONFIG_IDE=m
>
>#
># Please see Documentation/ide/ide.txt for help/info on IDE drives
>#
>CONFIG_IDE_XFER_MODE=y
>CONFIG_IDE_ATAPI=y
># CONFIG_BLK_DEV_IDE_SATA is not set
>CONFIG_IDE_GD=m
>CONFIG_IDE_GD_ATA=y
># CONFIG_IDE_GD_ATAPI is not set
>CONFIG_BLK_DEV_IDECS=m
># CONFIG_BLK_DEV_DELKIN is not set
>CONFIG_BLK_DEV_IDECD=m
>CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
>CONFIG_BLK_DEV_IDETAPE=m
>CONFIG_BLK_DEV_IDEACPI=y
>CONFIG_IDE_TASK_IOCTL=y
>CONFIG_IDE_PROC_FS=y
>
>#
># IDE chipset support/bugfixes
>#
>CONFIG_IDE_GENERIC=m
>CONFIG_BLK_DEV_PLATFORM=m
># CONFIG_BLK_DEV_CMD640 is not set
>CONFIG_BLK_DEV_IDEPNP=m
>CONFIG_BLK_DEV_IDEDMA_SFF=y
>
>#
># PCI IDE chipsets support
>#
>CONFIG_BLK_DEV_IDEPCI=y
># CONFIG_BLK_DEV_OFFBOARD is not set
>CONFIG_BLK_DEV_GENERIC=m
># CONFIG_BLK_DEV_OPTI621 is not set
># CONFIG_BLK_DEV_RZ1000 is not set
>CONFIG_BLK_DEV_IDEDMA_PCI=y
># CONFIG_BLK_DEV_AEC62XX is not set
># CONFIG_BLK_DEV_ALI15X3 is not set
># CONFIG_BLK_DEV_AMD74XX is not set
># CONFIG_BLK_DEV_ATIIXP is not set
># CONFIG_BLK_DEV_CMD64X is not set
># CONFIG_BLK_DEV_TRIFLEX is not set
># CONFIG_BLK_DEV_CS5520 is not set
># CONFIG_BLK_DEV_CS5530 is not set
># CONFIG_BLK_DEV_HPT366 is not set
># CONFIG_BLK_DEV_JMICRON is not set
># CONFIG_BLK_DEV_SC1200 is not set
>CONFIG_BLK_DEV_PIIX=m
># CONFIG_BLK_DEV_IT8172 is not set
># CONFIG_BLK_DEV_IT8213 is not set
># CONFIG_BLK_DEV_IT821X is not set
># CONFIG_BLK_DEV_NS87415 is not set
># CONFIG_BLK_DEV_PDC202XX_OLD is not set
># CONFIG_BLK_DEV_PDC202XX_NEW is not set
># CONFIG_BLK_DEV_SVWKS is not set
># CONFIG_BLK_DEV_SIIMAGE is not set
># CONFIG_BLK_DEV_SIS5513 is not set
># CONFIG_BLK_DEV_SLC90E66 is not set
># CONFIG_BLK_DEV_TRM290 is not set
># CONFIG_BLK_DEV_VIA82CXXX is not set
># CONFIG_BLK_DEV_TC86C001 is not set
>CONFIG_BLK_DEV_IDEDMA=y
>
>#
># SCSI device support
>#
>CONFIG_RAID_ATTRS=m
>CONFIG_SCSI=m
>CONFIG_SCSI_DMA=y
>CONFIG_SCSI_TGT=m
>CONFIG_SCSI_NETLINK=y
>CONFIG_SCSI_PROC_FS=y
>
>#
># SCSI support type (disk, tape, CD-ROM)
>#
>CONFIG_BLK_DEV_SD=m
>CONFIG_CHR_DEV_ST=m
>CONFIG_CHR_DEV_OSST=m
>CONFIG_BLK_DEV_SR=m
>CONFIG_BLK_DEV_SR_VENDOR=y
>CONFIG_CHR_DEV_SG=m
>CONFIG_CHR_DEV_SCH=m
>CONFIG_SCSI_ENCLOSURE=m
>
>#
># Some SCSI devices (e.g. CD jukebox) support multiple LUNs
>#
>CONFIG_SCSI_MULTI_LUN=y
># CONFIG_SCSI_CONSTANTS is not set
>CONFIG_SCSI_LOGGING=y
>CONFIG_SCSI_SCAN_ASYNC=y
>CONFIG_SCSI_WAIT_SCAN=m
>
>#
># SCSI Transports
>#
>CONFIG_SCSI_SPI_ATTRS=m
>CONFIG_SCSI_FC_ATTRS=m
>CONFIG_SCSI_FC_TGT_ATTRS=y
>CONFIG_SCSI_ISCSI_ATTRS=m
>CONFIG_SCSI_SAS_ATTRS=m
>CONFIG_SCSI_SAS_LIBSAS=m
># CONFIG_SCSI_SAS_ATA is not set
>CONFIG_SCSI_SAS_HOST_SMP=y
>CONFIG_SCSI_SAS_LIBSAS_DEBUG=y
>CONFIG_SCSI_SRP_ATTRS=m
>CONFIG_SCSI_SRP_TGT_ATTRS=y
>CONFIG_SCSI_LOWLEVEL=y
>CONFIG_ISCSI_TCP=m
># CONFIG_SCSI_CXGB3_ISCSI is not set
># CONFIG_BLK_DEV_3W_XXXX_RAID is not set
># CONFIG_SCSI_3W_9XXX is not set
># CONFIG_SCSI_ACARD is not set
># CONFIG_SCSI_AACRAID is not set
># CONFIG_SCSI_AIC7XXX is not set
># CONFIG_SCSI_AIC7XXX_OLD is not set
># CONFIG_SCSI_AIC79XX is not set
># CONFIG_SCSI_AIC94XX is not set
># CONFIG_SCSI_DPT_I2O is not set
># CONFIG_SCSI_ADVANSYS is not set
># CONFIG_SCSI_ARCMSR is not set
># CONFIG_MEGARAID_NEWGEN is not set
># CONFIG_MEGARAID_LEGACY is not set
># CONFIG_MEGARAID_SAS is not set
># CONFIG_SCSI_MPT2SAS is not set
># CONFIG_SCSI_HPTIOP is not set
># CONFIG_SCSI_BUSLOGIC is not set
>CONFIG_LIBFC=m
>CONFIG_FCOE=m
># CONFIG_SCSI_DMX3191D is not set
># CONFIG_SCSI_EATA is not set
># CONFIG_SCSI_FUTURE_DOMAIN is not set
># CONFIG_SCSI_GDTH is not set
># CONFIG_SCSI_IPS is not set
># CONFIG_SCSI_INITIO is not set
># CONFIG_SCSI_INIA100 is not set
># CONFIG_SCSI_MVSAS is not set
># CONFIG_SCSI_STEX is not set
># CONFIG_SCSI_SYM53C8XX_2 is not set
># CONFIG_SCSI_IPR is not set
># CONFIG_SCSI_QLOGIC_1280 is not set
># CONFIG_SCSI_QLA_FC is not set
># CONFIG_SCSI_QLA_ISCSI is not set
># CONFIG_SCSI_LPFC is not set
># CONFIG_SCSI_DC395x is not set
># CONFIG_SCSI_DC390T is not set
># CONFIG_SCSI_DEBUG is not set
># CONFIG_SCSI_SRP is not set
># CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
>CONFIG_SCSI_DH=m
>CONFIG_SCSI_DH_RDAC=m
># CONFIG_SCSI_DH_HP_SW is not set
># CONFIG_SCSI_DH_EMC is not set
>CONFIG_SCSI_DH_ALUA=m
>CONFIG_SCSI_OSD_INITIATOR=m
>CONFIG_SCSI_OSD_ULD=m
>CONFIG_SCSI_OSD_DPRINT_SENSE=1
># CONFIG_SCSI_OSD_DEBUG is not set
>CONFIG_ATA=m
># CONFIG_ATA_NONSTANDARD is not set
>CONFIG_ATA_ACPI=y
>CONFIG_SATA_PMP=y
>CONFIG_SATA_AHCI=m
># CONFIG_SATA_SIL24 is not set
>CONFIG_ATA_SFF=y
># CONFIG_SATA_SVW is not set
>CONFIG_ATA_PIIX=m
># CONFIG_SATA_MV is not set
># CONFIG_SATA_NV is not set
># CONFIG_PDC_ADMA is not set
># CONFIG_SATA_QSTOR is not set
># CONFIG_SATA_PROMISE is not set
># CONFIG_SATA_SX4 is not set
># CONFIG_SATA_SIL is not set
># CONFIG_SATA_SIS is not set
># CONFIG_SATA_ULI is not set
># CONFIG_SATA_VIA is not set
># CONFIG_SATA_VITESSE is not set
># CONFIG_SATA_INIC162X is not set
>CONFIG_PATA_ACPI=m
># CONFIG_PATA_ALI is not set
># CONFIG_PATA_AMD is not set
># CONFIG_PATA_ARTOP is not set
># CONFIG_PATA_ATIIXP is not set
># CONFIG_PATA_CMD640_PCI is not set
># CONFIG_PATA_CMD64X is not set
># CONFIG_PATA_CS5520 is not set
># CONFIG_PATA_CS5530 is not set
># CONFIG_PATA_CYPRESS is not set
># CONFIG_PATA_EFAR is not set
>CONFIG_ATA_GENERIC=m
># CONFIG_PATA_HPT366 is not set
># CONFIG_PATA_HPT37X is not set
># CONFIG_PATA_HPT3X2N is not set
># CONFIG_PATA_HPT3X3 is not set
># CONFIG_PATA_IT821X is not set
># CONFIG_PATA_IT8213 is not set
># CONFIG_PATA_JMICRON is not set
># CONFIG_PATA_TRIFLEX is not set
># CONFIG_PATA_MARVELL is not set
>CONFIG_PATA_MPIIX=m
># CONFIG_PATA_OLDPIIX is not set
># CONFIG_PATA_NETCELL is not set
># CONFIG_PATA_NINJA32 is not set
># CONFIG_PATA_NS87410 is not set
># CONFIG_PATA_NS87415 is not set
># CONFIG_PATA_OPTI is not set
># CONFIG_PATA_OPTIDMA is not set
># CONFIG_PATA_PCMCIA is not set
># CONFIG_PATA_PDC_OLD is not set
># CONFIG_PATA_RADISYS is not set
># CONFIG_PATA_RZ1000 is not set
># CONFIG_PATA_SC1200 is not set
># CONFIG_PATA_SERVERWORKS is not set
># CONFIG_PATA_PDC2027X is not set
># CONFIG_PATA_SIL680 is not set
># CONFIG_PATA_SIS is not set
># CONFIG_PATA_VIA is not set
># CONFIG_PATA_WINBOND is not set
># CONFIG_PATA_SCH is not set
>CONFIG_MD=y
>CONFIG_BLK_DEV_MD=m
>CONFIG_MD_LINEAR=m
>CONFIG_MD_RAID0=m
>CONFIG_MD_RAID1=m
>CONFIG_MD_RAID10=m
>CONFIG_MD_RAID456=m
>CONFIG_MD_RAID5_RESHAPE=y
>CONFIG_MD_MULTIPATH=m
>CONFIG_MD_FAULTY=m
>CONFIG_BLK_DEV_DM=m
># CONFIG_DM_DEBUG is not set
>CONFIG_DM_CRYPT=m
>CONFIG_DM_SNAPSHOT=m
>CONFIG_DM_MIRROR=m
>CONFIG_DM_ZERO=m
>CONFIG_DM_MULTIPATH=m
># CONFIG_DM_DELAY is not set
># CONFIG_DM_UEVENT is not set
># CONFIG_FUSION is not set
>
>#
># IEEE 1394 (FireWire) support
>#
>
>#
># Enable only one of the two stacks, unless you know what you are doing
>#
>CONFIG_FIREWIRE=m
>CONFIG_FIREWIRE_OHCI=m
>CONFIG_FIREWIRE_OHCI_DEBUG=y
>CONFIG_FIREWIRE_SBP2=m
># CONFIG_IEEE1394 is not set
>CONFIG_I2O=m
>CONFIG_I2O_LCT_NOTIFY_ON_CHANGES=y
># CONFIG_I2O_EXT_ADAPTEC is not set
>CONFIG_I2O_CONFIG=m
>CONFIG_I2O_CONFIG_OLD_IOCTL=y
>CONFIG_I2O_BUS=m
>CONFIG_I2O_BLOCK=m
>CONFIG_I2O_SCSI=m
>CONFIG_I2O_PROC=m
># CONFIG_MACINTOSH_DRIVERS is not set
>CONFIG_NETDEVICES=y
>CONFIG_COMPAT_NET_DEV_OPS=y
>CONFIG_IFB=m
>CONFIG_DUMMY=m
>CONFIG_BONDING=m
>CONFIG_MACVLAN=m
>CONFIG_EQUALIZER=m
>CONFIG_TUN=m
>CONFIG_VETH=m
># CONFIG_NET_SB1000 is not set
># CONFIG_ARCNET is not set
>CONFIG_PHYLIB=m
>
>#
># MII PHY device drivers
>#
># CONFIG_MARVELL_PHY is not set
># CONFIG_DAVICOM_PHY is not set
># CONFIG_QSEMI_PHY is not set
># CONFIG_LXT_PHY is not set
># CONFIG_CICADA_PHY is not set
># CONFIG_VITESSE_PHY is not set
># CONFIG_SMSC_PHY is not set
>CONFIG_BROADCOM_PHY=m
># CONFIG_ICPLUS_PHY is not set
># CONFIG_REALTEK_PHY is not set
># CONFIG_NATIONAL_PHY is not set
># CONFIG_STE10XP is not set
># CONFIG_LSI_ET1011C_PHY is not set
># CONFIG_MDIO_BITBANG is not set
># CONFIG_NET_ETHERNET is not set
>CONFIG_MII=m
>CONFIG_NETDEV_1000=y
>CONFIG_ACENIC=m
># CONFIG_ACENIC_OMIT_TIGON_I is not set
># CONFIG_DL2K is not set
>CONFIG_E1000=m
>CONFIG_E1000E=m
># CONFIG_IP1000 is not set
>CONFIG_IGB=m
>CONFIG_IGB_DCA=y
># CONFIG_NS83820 is not set
># CONFIG_HAMACHI is not set
># CONFIG_YELLOWFIN is not set
># CONFIG_R8169 is not set
># CONFIG_SIS190 is not set
># CONFIG_SKGE is not set
># CONFIG_SKY2 is not set
># CONFIG_VIA_VELOCITY is not set
>CONFIG_TIGON3=m
>CONFIG_BNX2=m
># CONFIG_QLA3XXX is not set
># CONFIG_ATL1 is not set
># CONFIG_ATL1E is not set
># CONFIG_ATL1C is not set
># CONFIG_JME is not set
>CONFIG_NETDEV_10000=y
># CONFIG_CHELSIO_T1 is not set
>CONFIG_CHELSIO_T3_DEPENDS=y
># CONFIG_CHELSIO_T3 is not set
># CONFIG_ENIC is not set
># CONFIG_IXGBE is not set
># CONFIG_IXGB is not set
># CONFIG_S2IO is not set
># CONFIG_MYRI10GE is not set
># CONFIG_NETXEN_NIC is not set
># CONFIG_NIU is not set
># CONFIG_MLX4_EN is not set
># CONFIG_MLX4_CORE is not set
># CONFIG_TEHUTI is not set
># CONFIG_BNX2X is not set
># CONFIG_QLGE is not set
># CONFIG_SFC is not set
># CONFIG_BE2NET is not set
># CONFIG_TR is not set
>
>#
># Wireless LAN
>#
># CONFIG_WLAN_PRE80211 is not set
>CONFIG_WLAN_80211=y
># CONFIG_PCMCIA_RAYCS is not set
># CONFIG_LIBERTAS is not set
># CONFIG_LIBERTAS_THINFIRM is not set
># CONFIG_AIRO is not set
># CONFIG_ATMEL is not set
># CONFIG_AT76C50X_USB is not set
># CONFIG_AIRO_CS is not set
># CONFIG_PCMCIA_WL3501 is not set
># CONFIG_PRISM54 is not set
># CONFIG_USB_ZD1201 is not set
>CONFIG_USB_NET_RNDIS_WLAN=m
># CONFIG_RTL8180 is not set
># CONFIG_RTL8187 is not set
># CONFIG_ADM8211 is not set
>CONFIG_MAC80211_HWSIM=m
># CONFIG_MWL8K is not set
># CONFIG_P54_COMMON is not set
>CONFIG_ATH5K=m
># CONFIG_ATH5K_DEBUG is not set
>CONFIG_ATH9K=m
># CONFIG_ATH9K_DEBUG is not set
># CONFIG_AR9170_USB is not set
>CONFIG_IPW2100=m
>CONFIG_IPW2100_MONITOR=y
># CONFIG_IPW2100_DEBUG is not set
>CONFIG_IPW2200=m
>CONFIG_IPW2200_MONITOR=y
>CONFIG_IPW2200_RADIOTAP=y
>CONFIG_IPW2200_PROMISCUOUS=y
>CONFIG_IPW2200_QOS=y
># CONFIG_IPW2200_DEBUG is not set
>CONFIG_LIBIPW=m
># CONFIG_LIBIPW_DEBUG is not set
>CONFIG_IWLWIFI=m
>CONFIG_IWLWIFI_LEDS=y
>CONFIG_IWLWIFI_RFKILL=y
>CONFIG_IWLWIFI_SPECTRUM_MEASUREMENT=y
># CONFIG_IWLWIFI_DEBUG is not set
>CONFIG_IWLAGN=m
>CONFIG_IWL4965=y
>CONFIG_IWL5000=y
>CONFIG_IWL3945=m
>CONFIG_IWL3945_SPECTRUM_MEASUREMENT=y
># CONFIG_HOSTAP is not set
># CONFIG_B43 is not set
># CONFIG_B43LEGACY is not set
>CONFIG_ZD1211RW=m
># CONFIG_ZD1211RW_DEBUG is not set
># CONFIG_RT2X00 is not set
># CONFIG_HERMES is not set
>
>#
># WiMAX Wireless Broadband devices
>#
>CONFIG_WIMAX_I2400M=m
>CONFIG_WIMAX_I2400M_USB=m
>CONFIG_WIMAX_I2400M_SDIO=m
>CONFIG_WIMAX_I2400M_DEBUG_LEVEL=8
>
>#
># USB Network Adapters
>#
>CONFIG_USB_CATC=m
>CONFIG_USB_KAWETH=m
>CONFIG_USB_PEGASUS=m
>CONFIG_USB_RTL8150=m
>CONFIG_USB_USBNET=m
>CONFIG_USB_NET_AX8817X=m
>CONFIG_USB_NET_CDCETHER=m
># CONFIG_USB_NET_DM9601 is not set
># CONFIG_USB_NET_SMSC95XX is not set
>CONFIG_USB_NET_GL620A=m
>CONFIG_USB_NET_NET1080=m
>CONFIG_USB_NET_PLUSB=m
># CONFIG_USB_NET_MCS7830 is not set
>CONFIG_USB_NET_RNDIS_HOST=m
>CONFIG_USB_NET_CDC_SUBSET=m
>CONFIG_USB_ALI_M5632=y
>CONFIG_USB_AN2720=y
>CONFIG_USB_BELKIN=y
>CONFIG_USB_ARMLINUX=y
># CONFIG_USB_EPSON2888 is not set
># CONFIG_USB_KC2190 is not set
>CONFIG_USB_NET_ZAURUS=m
>CONFIG_USB_HSO=m
>CONFIG_NET_PCMCIA=y
>CONFIG_PCMCIA_3C589=m
>CONFIG_PCMCIA_3C574=m
>CONFIG_PCMCIA_FMVJ18X=m
>CONFIG_PCMCIA_PCNET=m
>CONFIG_PCMCIA_NMCLAN=m
>CONFIG_PCMCIA_SMC91C92=m
>CONFIG_PCMCIA_XIRC2PS=m
>CONFIG_PCMCIA_AXNET=m
># CONFIG_WAN is not set
>CONFIG_ATM_DRIVERS=y
>CONFIG_ATM_DUMMY=m
>CONFIG_ATM_TCP=m
>CONFIG_ATM_LANAI=m
>CONFIG_ATM_ENI=m
># CONFIG_ATM_ENI_DEBUG is not set
># CONFIG_ATM_ENI_TUNE_BURST is not set
># CONFIG_ATM_FIRESTREAM is not set
># CONFIG_ATM_ZATM is not set
># CONFIG_ATM_IDT77252 is not set
># CONFIG_ATM_AMBASSADOR is not set
># CONFIG_ATM_HORIZON is not set
># CONFIG_ATM_IA is not set
># CONFIG_ATM_FORE200E is not set
># CONFIG_ATM_HE is not set
># CONFIG_ATM_SOLOS is not set
># CONFIG_FDDI is not set
># CONFIG_HIPPI is not set
>CONFIG_PPP=m
>CONFIG_PPP_MULTILINK=y
>CONFIG_PPP_FILTER=y
>CONFIG_PPP_ASYNC=m
>CONFIG_PPP_SYNC_TTY=m
>CONFIG_PPP_DEFLATE=m
>CONFIG_PPP_BSDCOMP=m
>CONFIG_PPP_MPPE=m
>CONFIG_PPPOE=m
>CONFIG_PPPOATM=m
>CONFIG_PPPOL2TP=m
>CONFIG_SLIP=m
>CONFIG_SLIP_COMPRESSED=y
>CONFIG_SLHC=m
>CONFIG_SLIP_SMART=y
>CONFIG_SLIP_MODE_SLIP6=y
>CONFIG_NET_FC=y
>CONFIG_NETCONSOLE=m
># CONFIG_NETCONSOLE_DYNAMIC is not set
>CONFIG_NETPOLL=y
>CONFIG_NETPOLL_TRAP=y
>CONFIG_NET_POLL_CONTROLLER=y
>CONFIG_VIRTIO_NET=m
># CONFIG_ISDN is not set
>CONFIG_PHONE=m
>CONFIG_PHONE_IXJ=m
>CONFIG_PHONE_IXJ_PCMCIA=m
>
>#
># Input device support
>#
>CONFIG_INPUT=y
>CONFIG_INPUT_FF_MEMLESS=m
>CONFIG_INPUT_POLLDEV=m
>
>#
># Userland interfaces
>#
>CONFIG_INPUT_MOUSEDEV=y
>CONFIG_INPUT_MOUSEDEV_PSAUX=y
>CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
>CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
>CONFIG_INPUT_JOYDEV=m
>CONFIG_INPUT_EVDEV=m
># CONFIG_INPUT_EVBUG is not set
>
>#
># Input Device Drivers
>#
>CONFIG_INPUT_KEYBOARD=y
>CONFIG_KEYBOARD_ATKBD=y
># CONFIG_KEYBOARD_SUNKBD is not set
># CONFIG_KEYBOARD_LKKBD is not set
>CONFIG_KEYBOARD_XTKBD=m
># CONFIG_KEYBOARD_NEWTON is not set
># CONFIG_KEYBOARD_STOWAWAY is not set
>CONFIG_KEYBOARD_GPIO=m
>CONFIG_INPUT_MOUSE=y
>CONFIG_MOUSE_PS2=m
>CONFIG_MOUSE_PS2_ALPS=y
>CONFIG_MOUSE_PS2_LOGIPS2PP=y
>CONFIG_MOUSE_PS2_SYNAPTICS=y
>CONFIG_MOUSE_PS2_LIFEBOOK=y
>CONFIG_MOUSE_PS2_TRACKPOINT=y
># CONFIG_MOUSE_PS2_ELANTECH is not set
># CONFIG_MOUSE_PS2_TOUCHKIT is not set
>CONFIG_MOUSE_SERIAL=m
># CONFIG_MOUSE_APPLETOUCH is not set
>CONFIG_MOUSE_BCM5974=m
># CONFIG_MOUSE_VSXXXAA is not set
>CONFIG_MOUSE_GPIO=m
>CONFIG_INPUT_JOYSTICK=y
>CONFIG_JOYSTICK_ANALOG=m
>CONFIG_JOYSTICK_A3D=m
>CONFIG_JOYSTICK_ADI=m
>CONFIG_JOYSTICK_COBRA=m
>CONFIG_JOYSTICK_GF2K=m
>CONFIG_JOYSTICK_GRIP=m
>CONFIG_JOYSTICK_GRIP_MP=m
>CONFIG_JOYSTICK_GUILLEMOT=m
>CONFIG_JOYSTICK_INTERACT=m
>CONFIG_JOYSTICK_SIDEWINDER=m
>CONFIG_JOYSTICK_TMDC=m
>CONFIG_JOYSTICK_IFORCE=m
>CONFIG_JOYSTICK_IFORCE_USB=y
>CONFIG_JOYSTICK_IFORCE_232=y
>CONFIG_JOYSTICK_WARRIOR=m
>CONFIG_JOYSTICK_MAGELLAN=m
>CONFIG_JOYSTICK_SPACEORB=m
>CONFIG_JOYSTICK_SPACEBALL=m
>CONFIG_JOYSTICK_STINGER=m
>CONFIG_JOYSTICK_TWIDJOY=m
># CONFIG_JOYSTICK_ZHENHUA is not set
>CONFIG_JOYSTICK_JOYDUMP=m
># CONFIG_JOYSTICK_XPAD is not set
># CONFIG_INPUT_TABLET is not set
>CONFIG_INPUT_TOUCHSCREEN=y
># CONFIG_TOUCHSCREEN_FUJITSU is not set
>CONFIG_TOUCHSCREEN_GUNZE=m
>CONFIG_TOUCHSCREEN_ELO=m
># CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
>CONFIG_TOUCHSCREEN_MTOUCH=m
># CONFIG_TOUCHSCREEN_INEXIO is not set
>CONFIG_TOUCHSCREEN_MK712=m
># CONFIG_TOUCHSCREEN_PENMOUNT is not set
># CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
># CONFIG_TOUCHSCREEN_TOUCHWIN is not set
># CONFIG_TOUCHSCREEN_WM97XX is not set
># CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
># CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
># CONFIG_TOUCHSCREEN_TSC2007 is not set
>CONFIG_INPUT_MISC=y
>CONFIG_INPUT_PCSPKR=m
># CONFIG_INPUT_APANEL is not set
># CONFIG_INPUT_ATLAS_BTNS is not set
># CONFIG_INPUT_ATI_REMOTE is not set
># CONFIG_INPUT_ATI_REMOTE2 is not set
># CONFIG_INPUT_KEYSPAN_REMOTE is not set
># CONFIG_INPUT_POWERMATE is not set
># CONFIG_INPUT_YEALINK is not set
># CONFIG_INPUT_CM109 is not set
>CONFIG_INPUT_UINPUT=m
>
>#
># Hardware I/O ports
>#
>CONFIG_SERIO=y
>CONFIG_SERIO_I8042=y
>CONFIG_SERIO_SERPORT=m
>CONFIG_SERIO_CT82C710=m
>CONFIG_SERIO_PCIPS2=m
>CONFIG_SERIO_LIBPS2=y
>CONFIG_SERIO_RAW=m
>CONFIG_GAMEPORT=m
>CONFIG_GAMEPORT_NS558=m
>CONFIG_GAMEPORT_L4=m
>CONFIG_GAMEPORT_EMU10K1=m
>CONFIG_GAMEPORT_FM801=m
>
>#
># Character devices
>#
>CONFIG_VT=y
>CONFIG_CONSOLE_TRANSLATIONS=y
>CONFIG_VT_CONSOLE=y
>CONFIG_HW_CONSOLE=y
># CONFIG_VT_HW_CONSOLE_BINDING is not set
>CONFIG_DEVKMEM=y
># CONFIG_SERIAL_NONSTANDARD is not set
>CONFIG_NOZOMI=m
>
>#
># Serial drivers
>#
>CONFIG_SERIAL_8250=y
>CONFIG_SERIAL_8250_CONSOLE=y
>CONFIG_FIX_EARLYCON_MEM=y
>CONFIG_SERIAL_8250_PCI=y
>CONFIG_SERIAL_8250_PNP=y
>CONFIG_SERIAL_8250_CS=m
>CONFIG_SERIAL_8250_NR_UARTS=8
>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=y
>CONFIG_SERIAL_8250_RSA=y
>
>#
># Non-8250 serial port support
>#
>CONFIG_SERIAL_CORE=y
>CONFIG_SERIAL_CORE_CONSOLE=y
>CONFIG_SERIAL_JSM=m
>CONFIG_UNIX98_PTYS=y
>CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
>CONFIG_LEGACY_PTYS=y
>CONFIG_LEGACY_PTY_COUNT=256
>CONFIG_HVC_DRIVER=y
>CONFIG_VIRTIO_CONSOLE=m
>CONFIG_IPMI_HANDLER=m
># CONFIG_IPMI_PANIC_EVENT is not set
>CONFIG_IPMI_DEVICE_INTERFACE=m
>CONFIG_IPMI_SI=m
>CONFIG_IPMI_WATCHDOG=m
>CONFIG_IPMI_POWEROFF=m
>CONFIG_HW_RANDOM=y
>CONFIG_HW_RANDOM_TIMERIOMEM=m
>CONFIG_HW_RANDOM_INTEL=m
>CONFIG_HW_RANDOM_AMD=y
># CONFIG_HW_RANDOM_VIRTIO is not set
>CONFIG_NVRAM=m
># CONFIG_R3964 is not set
>CONFIG_APPLICOM=m
>
>#
># PCMCIA character devices
>#
>CONFIG_SYNCLINK_CS=m
># CONFIG_CARDMAN_4000 is not set
># CONFIG_CARDMAN_4040 is not set
>CONFIG_IPWIRELESS=m
>CONFIG_MWAVE=m
># CONFIG_PC8736x_GPIO is not set
>CONFIG_RAW_DRIVER=m
>CONFIG_MAX_RAW_DEVS=1024
>CONFIG_HPET=y
>CONFIG_HPET_MMAP=y
>CONFIG_HANGCHECK_TIMER=m
>CONFIG_TCG_TPM=m
>CONFIG_TCG_TIS=m
>CONFIG_TCG_NSC=m
>CONFIG_TCG_ATMEL=m
>CONFIG_TCG_INFINEON=m
># CONFIG_TELCLOCK is not set
>CONFIG_DEVPORT=y
>CONFIG_I2C=m
>CONFIG_I2C_BOARDINFO=y
>CONFIG_I2C_CHARDEV=m
>CONFIG_I2C_HELPER_AUTO=y
>CONFIG_I2C_ALGOBIT=m
>
>#
># I2C Hardware Bus support
>#
>
>#
># PC SMBus host controller drivers
>#
>CONFIG_I2C_ALI1535=m
>CONFIG_I2C_ALI1563=m
>CONFIG_I2C_ALI15X3=m
>CONFIG_I2C_AMD756=m
>CONFIG_I2C_AMD756_S4882=m
>CONFIG_I2C_AMD8111=m
>CONFIG_I2C_I801=m
>CONFIG_I2C_ISCH=m
>CONFIG_I2C_PIIX4=m
>CONFIG_I2C_NFORCE2=m
>CONFIG_I2C_NFORCE2_S4985=m
>CONFIG_I2C_SIS5595=m
>CONFIG_I2C_SIS630=m
>CONFIG_I2C_SIS96X=m
>CONFIG_I2C_VIA=m
>CONFIG_I2C_VIAPRO=m
>
>#
># I2C system bus drivers (mostly embedded / system-on-chip)
>#
>CONFIG_I2C_GPIO=m
># CONFIG_I2C_OCORES is not set
># CONFIG_I2C_SIMTEC is not set
>
>#
># External I2C/SMBus adapter drivers
>#
>CONFIG_I2C_PARPORT_LIGHT=m
># CONFIG_I2C_TAOS_EVM is not set
># CONFIG_I2C_TINY_USB is not set
>
>#
># Graphics adapter I2C/DDC channel drivers
>#
>CONFIG_I2C_VOODOO3=m
>
>#
># Other I2C/SMBus bus drivers
>#
># CONFIG_I2C_PCA_PLATFORM is not set
># CONFIG_I2C_STUB is not set
>
>#
># Miscellaneous I2C Chip support
>#
># CONFIG_DS1682 is not set
>CONFIG_SENSORS_PCF8574=m
>CONFIG_PCF8575=m
># CONFIG_SENSORS_PCA9539 is not set
>CONFIG_SENSORS_PCF8591=m
>CONFIG_SENSORS_MAX6875=m
># CONFIG_SENSORS_TSL2550 is not set
># CONFIG_I2C_DEBUG_CORE is not set
># CONFIG_I2C_DEBUG_ALGO is not set
># CONFIG_I2C_DEBUG_BUS is not set
># CONFIG_I2C_DEBUG_CHIP is not set
># CONFIG_SPI is not set
>CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
>CONFIG_GPIOLIB=y
># CONFIG_DEBUG_GPIO is not set
>CONFIG_GPIO_SYSFS=y
>
>#
># Memory mapped GPIO expanders:
>#
>
>#
># I2C GPIO expanders:
>#
># CONFIG_GPIO_MAX732X is not set
># CONFIG_GPIO_PCA953X is not set
># CONFIG_GPIO_PCF857X is not set
>
>#
># PCI GPIO expanders:
>#
>CONFIG_GPIO_BT8XX=m
>
>#
># SPI GPIO expanders:
>#
>CONFIG_W1=m
>CONFIG_W1_CON=y
>
>#
># 1-wire Bus Masters
>#
># CONFIG_W1_MASTER_MATROX is not set
># CONFIG_W1_MASTER_DS2490 is not set
># CONFIG_W1_MASTER_DS2482 is not set
># CONFIG_W1_MASTER_GPIO is not set
>
>#
># 1-wire Slaves
>#
>CONFIG_W1_SLAVE_THERM=m
># CONFIG_W1_SLAVE_SMEM is not set
># CONFIG_W1_SLAVE_DS2431 is not set
># CONFIG_W1_SLAVE_DS2433 is not set
># CONFIG_W1_SLAVE_DS2760 is not set
># CONFIG_W1_SLAVE_BQ27000 is not set
>CONFIG_POWER_SUPPLY=y
># CONFIG_POWER_SUPPLY_DEBUG is not set
>CONFIG_PDA_POWER=m
># CONFIG_BATTERY_DS2760 is not set
># CONFIG_BATTERY_BQ27x00 is not set
>CONFIG_HWMON=y
>CONFIG_HWMON_VID=m
># CONFIG_SENSORS_ABITUGURU is not set
># CONFIG_SENSORS_ABITUGURU3 is not set
># CONFIG_SENSORS_AD7414 is not set
># CONFIG_SENSORS_AD7418 is not set
>CONFIG_SENSORS_ADM1021=m
>CONFIG_SENSORS_ADM1025=m
>CONFIG_SENSORS_ADM1026=m
>CONFIG_SENSORS_ADM1029=m
>CONFIG_SENSORS_ADM1031=m
>CONFIG_SENSORS_ADM9240=m
># CONFIG_SENSORS_ADT7462 is not set
># CONFIG_SENSORS_ADT7470 is not set
># CONFIG_SENSORS_ADT7473 is not set
># CONFIG_SENSORS_ADT7475 is not set
># CONFIG_SENSORS_K8TEMP is not set
>CONFIG_SENSORS_ASB100=m
>CONFIG_SENSORS_ATXP1=m
>CONFIG_SENSORS_DS1621=m
># CONFIG_SENSORS_I5K_AMB is not set
># CONFIG_SENSORS_F71805F is not set
># CONFIG_SENSORS_F71882FG is not set
># CONFIG_SENSORS_F75375S is not set
>CONFIG_SENSORS_FSCHER=m
>CONFIG_SENSORS_FSCPOS=m
># CONFIG_SENSORS_FSCHMD is not set
>CONFIG_SENSORS_GL518SM=m
>CONFIG_SENSORS_GL520SM=m
># CONFIG_SENSORS_CORETEMP is not set
># CONFIG_SENSORS_IBMAEM is not set
># CONFIG_SENSORS_IBMPEX is not set
>CONFIG_SENSORS_IT87=m
>CONFIG_SENSORS_LM63=m
>CONFIG_SENSORS_LM75=m
>CONFIG_SENSORS_LM77=m
>CONFIG_SENSORS_LM78=m
>CONFIG_SENSORS_LM80=m
>CONFIG_SENSORS_LM83=m
>CONFIG_SENSORS_LM85=m
>CONFIG_SENSORS_LM87=m
>CONFIG_SENSORS_LM90=m
>CONFIG_SENSORS_LM92=m
># CONFIG_SENSORS_LM93 is not set
># CONFIG_SENSORS_LTC4245 is not set
>CONFIG_SENSORS_MAX1619=m
># CONFIG_SENSORS_MAX6650 is not set
>CONFIG_SENSORS_PC87360=m
># CONFIG_SENSORS_PC87427 is not set
>CONFIG_SENSORS_SIS5595=m
># CONFIG_SENSORS_DME1737 is not set
>CONFIG_SENSORS_SMSC47M1=m
># CONFIG_SENSORS_SMSC47M192 is not set
>CONFIG_SENSORS_SMSC47B397=m
># CONFIG_SENSORS_ADS7828 is not set
># CONFIG_SENSORS_THMC50 is not set
>CONFIG_SENSORS_VIA686A=m
># CONFIG_SENSORS_VT1211 is not set
># CONFIG_SENSORS_VT8231 is not set
>CONFIG_SENSORS_W83781D=m
># CONFIG_SENSORS_W83791D is not set
>CONFIG_SENSORS_W83792D=m
># CONFIG_SENSORS_W83793 is not set
>CONFIG_SENSORS_W83L785TS=m
># CONFIG_SENSORS_W83L786NG is not set
>CONFIG_SENSORS_W83627HF=m
>CONFIG_SENSORS_W83627EHF=m
>CONFIG_SENSORS_HDAPS=m
># CONFIG_SENSORS_LIS3LV02D is not set
># CONFIG_SENSORS_APPLESMC is not set
># CONFIG_HWMON_DEBUG_CHIP is not set
>CONFIG_THERMAL=y
>CONFIG_THERMAL_HWMON=y
>CONFIG_WATCHDOG=y
># CONFIG_WATCHDOG_NOWAYOUT is not set
>
>#
># Watchdog Device Drivers
>#
>CONFIG_SOFT_WATCHDOG=m
># CONFIG_ACQUIRE_WDT is not set
># CONFIG_ADVANTECH_WDT is not set
># CONFIG_ALIM1535_WDT is not set
># CONFIG_ALIM7101_WDT is not set
># CONFIG_SC520_WDT is not set
># CONFIG_EUROTECH_WDT is not set
># CONFIG_IB700_WDT is not set
># CONFIG_IBMASR is not set
># CONFIG_WAFER_WDT is not set
>CONFIG_I6300ESB_WDT=m
>CONFIG_ITCO_WDT=m
>CONFIG_ITCO_VENDOR_SUPPORT=y
># CONFIG_IT8712F_WDT is not set
># CONFIG_IT87_WDT is not set
># CONFIG_HP_WATCHDOG is not set
># CONFIG_SC1200_WDT is not set
># CONFIG_PC87413_WDT is not set
># CONFIG_60XX_WDT is not set
># CONFIG_SBC8360_WDT is not set
># CONFIG_CPU5_WDT is not set
># CONFIG_SMSC_SCH311X_WDT is not set
># CONFIG_SMSC37B787_WDT is not set
># CONFIG_W83627HF_WDT is not set
># CONFIG_W83697HF_WDT is not set
># CONFIG_W83697UG_WDT is not set
># CONFIG_W83877F_WDT is not set
># CONFIG_W83977F_WDT is not set
># CONFIG_MACHZ_WDT is not set
># CONFIG_SBC_EPX_C3_WATCHDOG is not set
>
>#
># PCI-based Watchdog Cards
>#
># CONFIG_PCIPCWATCHDOG is not set
># CONFIG_WDTPCI is not set
>
>#
># USB-based Watchdog Cards
>#
># CONFIG_USBPCWATCHDOG is not set
>CONFIG_SSB_POSSIBLE=y
>
>#
># Sonics Silicon Backplane
>#
># CONFIG_SSB is not set
>
>#
># Multifunction device drivers
>#
># CONFIG_MFD_CORE is not set
># CONFIG_MFD_SM501 is not set
># CONFIG_HTC_PASIC3 is not set
># CONFIG_UCB1400_CORE is not set
># CONFIG_TPS65010 is not set
># CONFIG_MFD_TMIO is not set
># CONFIG_MFD_WM8400 is not set
># CONFIG_MFD_WM8350_I2C is not set
># CONFIG_MFD_PCF50633 is not set
>CONFIG_REGULATOR=y
># CONFIG_REGULATOR_DEBUG is not set
># CONFIG_REGULATOR_FIXED_VOLTAGE is not set
># CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
># CONFIG_REGULATOR_BQ24022 is not set
>
>#
># Multimedia devices
>#
>
>#
># Multimedia core support
>#
>CONFIG_VIDEO_DEV=m
>CONFIG_VIDEO_V4L2_COMMON=m
>CONFIG_VIDEO_ALLOW_V4L1=y
>CONFIG_VIDEO_V4L1_COMPAT=y
># CONFIG_DVB_CORE is not set
>CONFIG_VIDEO_MEDIA=m
>
>#
># Multimedia drivers
>#
>CONFIG_MEDIA_ATTACH=y
>CONFIG_MEDIA_TUNER=m
># CONFIG_MEDIA_TUNER_CUSTOMISE is not set
>CONFIG_MEDIA_TUNER_SIMPLE=m
>CONFIG_MEDIA_TUNER_TDA8290=m
>CONFIG_MEDIA_TUNER_TDA9887=m
>CONFIG_MEDIA_TUNER_TEA5761=m
>CONFIG_MEDIA_TUNER_TEA5767=m
>CONFIG_MEDIA_TUNER_MT20XX=m
>CONFIG_MEDIA_TUNER_XC2028=m
>CONFIG_MEDIA_TUNER_XC5000=m
>CONFIG_MEDIA_TUNER_MC44S803=m
>CONFIG_VIDEO_V4L2=m
>CONFIG_VIDEO_V4L1=m
>CONFIG_VIDEOBUF_GEN=m
>CONFIG_VIDEOBUF_VMALLOC=m
>CONFIG_VIDEO_CAPTURE_DRIVERS=y
># CONFIG_VIDEO_ADV_DEBUG is not set
># CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
>CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
>CONFIG_VIDEO_VIVI=m
># CONFIG_VIDEO_BT848 is not set
># CONFIG_VIDEO_CPIA is not set
># CONFIG_VIDEO_CPIA2 is not set
># CONFIG_VIDEO_SAA5246A is not set
># CONFIG_VIDEO_SAA5249 is not set
># CONFIG_VIDEO_STRADIS is not set
># CONFIG_VIDEO_ZORAN is not set
># CONFIG_VIDEO_SAA7134 is not set
># CONFIG_VIDEO_MXB is not set
># CONFIG_VIDEO_HEXIUM_ORION is not set
># CONFIG_VIDEO_HEXIUM_GEMINI is not set
># CONFIG_VIDEO_CX88 is not set
># CONFIG_VIDEO_IVTV is not set
># CONFIG_VIDEO_CAFE_CCIC is not set
># CONFIG_SOC_CAMERA is not set
>CONFIG_V4L_USB_DRIVERS=y
>CONFIG_USB_VIDEO_CLASS=m
>CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
>CONFIG_USB_GSPCA=m
># CONFIG_USB_M5602 is not set
># CONFIG_USB_STV06XX is not set
># CONFIG_USB_GSPCA_CONEX is not set
># CONFIG_USB_GSPCA_ETOMS is not set
># CONFIG_USB_GSPCA_FINEPIX is not set
># CONFIG_USB_GSPCA_MARS is not set
># CONFIG_USB_GSPCA_MR97310A is not set
># CONFIG_USB_GSPCA_OV519 is not set
># CONFIG_USB_GSPCA_OV534 is not set
># CONFIG_USB_GSPCA_PAC207 is not set
># CONFIG_USB_GSPCA_PAC7311 is not set
># CONFIG_USB_GSPCA_SONIXB is not set
># CONFIG_USB_GSPCA_SONIXJ is not set
>CONFIG_USB_GSPCA_SPCA500=m
>CONFIG_USB_GSPCA_SPCA501=m
>CONFIG_USB_GSPCA_SPCA505=m
>CONFIG_USB_GSPCA_SPCA506=m
>CONFIG_USB_GSPCA_SPCA508=m
>CONFIG_USB_GSPCA_SPCA561=m
># CONFIG_USB_GSPCA_SQ905 is not set
># CONFIG_USB_GSPCA_SQ905C is not set
># CONFIG_USB_GSPCA_STK014 is not set
># CONFIG_USB_GSPCA_SUNPLUS is not set
># CONFIG_USB_GSPCA_T613 is not set
># CONFIG_USB_GSPCA_TV8532 is not set
># CONFIG_USB_GSPCA_VC032X is not set
># CONFIG_USB_GSPCA_ZC3XX is not set
># CONFIG_VIDEO_PVRUSB2 is not set
># CONFIG_VIDEO_HDPVR is not set
># CONFIG_VIDEO_EM28XX is not set
># CONFIG_VIDEO_USBVISION is not set
>CONFIG_VIDEO_USBVIDEO=m
># CONFIG_USB_VICAM is not set
># CONFIG_USB_IBMCAM is not set
># CONFIG_USB_KONICAWC is not set
>CONFIG_USB_QUICKCAM_MESSENGER=m
># CONFIG_USB_ET61X251 is not set
># CONFIG_VIDEO_OVCAMCHIP is not set
># CONFIG_USB_OV511 is not set
># CONFIG_USB_SE401 is not set
># CONFIG_USB_SN9C102 is not set
># CONFIG_USB_STV680 is not set
>CONFIG_USB_ZC0301=m
>CONFIG_USB_PWC=m
># CONFIG_USB_PWC_DEBUG is not set
>CONFIG_USB_PWC_INPUT_EVDEV=y
># CONFIG_USB_ZR364XX is not set
># CONFIG_USB_STKWEBCAM is not set
># CONFIG_USB_S2255 is not set
>CONFIG_RADIO_ADAPTERS=y
># CONFIG_RADIO_GEMTEK_PCI is not set
># CONFIG_RADIO_MAXIRADIO is not set
># CONFIG_RADIO_MAESTRO is not set
># CONFIG_USB_DSBR is not set
># CONFIG_USB_SI470X is not set
># CONFIG_USB_MR800 is not set
># CONFIG_RADIO_TEA5764 is not set
>CONFIG_DAB=y
>CONFIG_USB_DABUSB=m
>
>#
># Graphics support
>#
>CONFIG_AGP=y
>CONFIG_AGP_AMD64=y
>CONFIG_AGP_INTEL=m
># CONFIG_AGP_SIS is not set
># CONFIG_AGP_VIA is not set
>CONFIG_DRM=m
># CONFIG_DRM_TDFX is not set
># CONFIG_DRM_R128 is not set
>CONFIG_DRM_RADEON=m
># CONFIG_DRM_I810 is not set
># CONFIG_DRM_I830 is not set
>CONFIG_DRM_I915=m
># CONFIG_DRM_I915_KMS is not set
># CONFIG_DRM_MGA is not set
># CONFIG_DRM_SIS is not set
># CONFIG_DRM_VIA is not set
># CONFIG_DRM_SAVAGE is not set
># CONFIG_VGASTATE is not set
>CONFIG_VIDEO_OUTPUT_CONTROL=m
>CONFIG_FB=m
>CONFIG_FIRMWARE_EDID=y
># CONFIG_FB_DDC is not set
># CONFIG_FB_BOOT_VESA_SUPPORT is not set
>CONFIG_FB_CFB_FILLRECT=m
>CONFIG_FB_CFB_COPYAREA=m
>CONFIG_FB_CFB_IMAGEBLIT=m
># CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
># CONFIG_FB_SYS_FILLRECT is not set
># CONFIG_FB_SYS_COPYAREA is not set
># CONFIG_FB_SYS_IMAGEBLIT is not set
># CONFIG_FB_FOREIGN_ENDIAN is not set
># CONFIG_FB_SYS_FOPS is not set
># CONFIG_FB_SVGALIB is not set
># CONFIG_FB_MACMODES is not set
># CONFIG_FB_BACKLIGHT is not set
>CONFIG_FB_MODE_HELPERS=y
>CONFIG_FB_TILEBLITTING=y
>
>#
># Frame buffer hardware drivers
>#
># CONFIG_FB_CIRRUS is not set
># CONFIG_FB_PM2 is not set
># CONFIG_FB_CYBER2000 is not set
># CONFIG_FB_ARC is not set
># CONFIG_FB_VGA16 is not set
># CONFIG_FB_UVESA is not set
># CONFIG_FB_N411 is not set
># CONFIG_FB_HGA is not set
># CONFIG_FB_S1D13XXX is not set
># CONFIG_FB_NVIDIA is not set
># CONFIG_FB_RIVA is not set
># CONFIG_FB_LE80578 is not set
># CONFIG_FB_INTEL is not set
># CONFIG_FB_MATROX is not set
># CONFIG_FB_RADEON is not set
># CONFIG_FB_ATY128 is not set
># CONFIG_FB_ATY is not set
># CONFIG_FB_S3 is not set
># CONFIG_FB_SAVAGE is not set
># CONFIG_FB_SIS is not set
># CONFIG_FB_VIA is not set
># CONFIG_FB_NEOMAGIC is not set
># CONFIG_FB_KYRO is not set
># CONFIG_FB_3DFX is not set
># CONFIG_FB_VOODOO1 is not set
># CONFIG_FB_VT8623 is not set
># CONFIG_FB_TRIDENT is not set
># CONFIG_FB_ARK is not set
># CONFIG_FB_PM3 is not set
># CONFIG_FB_CARMINE is not set
># CONFIG_FB_GEODE is not set
># CONFIG_FB_VIRTUAL is not set
># CONFIG_FB_METRONOME is not set
># CONFIG_FB_MB862XX is not set
># CONFIG_FB_BROADSHEET is not set
>CONFIG_BACKLIGHT_LCD_SUPPORT=y
>CONFIG_LCD_CLASS_DEVICE=m
># CONFIG_LCD_ILI9320 is not set
>CONFIG_LCD_PLATFORM=m
>CONFIG_BACKLIGHT_CLASS_DEVICE=m
>CONFIG_BACKLIGHT_GENERIC=m
># CONFIG_BACKLIGHT_PROGEAR is not set
># CONFIG_BACKLIGHT_MBP_NVIDIA is not set
># CONFIG_BACKLIGHT_SAHARA is not set
>
>#
># Display device support
>#
>CONFIG_DISPLAY_SUPPORT=m
>
>#
># Display hardware drivers
>#
>
>#
># Console display driver support
>#
>CONFIG_VGA_CONSOLE=y
># CONFIG_VGACON_SOFT_SCROLLBACK is not set
>CONFIG_DUMMY_CONSOLE=y
>CONFIG_FRAMEBUFFER_CONSOLE=m
># CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
># CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
># CONFIG_FONTS is not set
>CONFIG_FONT_8x8=y
>CONFIG_FONT_8x16=y
>CONFIG_LOGO=y
>CONFIG_LOGO_LINUX_MONO=y
>CONFIG_LOGO_LINUX_VGA16=y
>CONFIG_LOGO_LINUX_CLUT224=y
>CONFIG_SOUND=m
>CONFIG_SOUND_OSS_CORE=y
>CONFIG_SND=m
>CONFIG_SND_TIMER=m
>CONFIG_SND_PCM=m
>CONFIG_SND_HWDEP=m
>CONFIG_SND_RAWMIDI=m
>CONFIG_SND_JACK=y
>CONFIG_SND_SEQUENCER=m
>CONFIG_SND_SEQ_DUMMY=m
>CONFIG_SND_OSSEMUL=y
>CONFIG_SND_MIXER_OSS=m
># CONFIG_SND_PCM_OSS is not set
>CONFIG_SND_SEQUENCER_OSS=y
>CONFIG_SND_HRTIMER=m
>CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
>CONFIG_SND_DYNAMIC_MINORS=y
># CONFIG_SND_SUPPORT_OLD_API is not set
>CONFIG_SND_VERBOSE_PROCFS=y
># CONFIG_SND_VERBOSE_PRINTK is not set
>CONFIG_SND_DEBUG=y
># CONFIG_SND_DEBUG_VERBOSE is not set
># CONFIG_SND_PCM_XRUN_DEBUG is not set
>CONFIG_SND_VMASTER=y
>CONFIG_SND_MPU401_UART=m
>CONFIG_SND_AC97_CODEC=m
>CONFIG_SND_DRIVERS=y
># CONFIG_SND_PCSP is not set
># CONFIG_SND_DUMMY is not set
>CONFIG_SND_VIRMIDI=m
>CONFIG_SND_MTPAV=m
>CONFIG_SND_SERIAL_U16550=m
>CONFIG_SND_MPU401=m
>CONFIG_SND_AC97_POWER_SAVE=y
>CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0
>CONFIG_SND_PCI=y
>CONFIG_SND_AD1889=m
># CONFIG_SND_ALS300 is not set
># CONFIG_SND_ALS4000 is not set
># CONFIG_SND_ALI5451 is not set
># CONFIG_SND_ATIIXP is not set
># CONFIG_SND_ATIIXP_MODEM is not set
># CONFIG_SND_AU8810 is not set
># CONFIG_SND_AU8820 is not set
># CONFIG_SND_AU8830 is not set
># CONFIG_SND_AW2 is not set
># CONFIG_SND_AZT3328 is not set
># CONFIG_SND_BT87X is not set
># CONFIG_SND_CA0106 is not set
># CONFIG_SND_CMIPCI is not set
># CONFIG_SND_OXYGEN is not set
># CONFIG_SND_CS4281 is not set
># CONFIG_SND_CS46XX is not set
># CONFIG_SND_CS5530 is not set
># CONFIG_SND_DARLA20 is not set
># CONFIG_SND_GINA20 is not set
># CONFIG_SND_LAYLA20 is not set
># CONFIG_SND_DARLA24 is not set
># CONFIG_SND_GINA24 is not set
># CONFIG_SND_LAYLA24 is not set
># CONFIG_SND_MONA is not set
># CONFIG_SND_MIA is not set
># CONFIG_SND_ECHO3G is not set
># CONFIG_SND_INDIGO is not set
># CONFIG_SND_INDIGOIO is not set
># CONFIG_SND_INDIGODJ is not set
># CONFIG_SND_INDIGOIOX is not set
># CONFIG_SND_INDIGODJX is not set
># CONFIG_SND_EMU10K1 is not set
># CONFIG_SND_EMU10K1X is not set
># CONFIG_SND_ENS1370 is not set
># CONFIG_SND_ENS1371 is not set
># CONFIG_SND_ES1938 is not set
># CONFIG_SND_ES1968 is not set
># CONFIG_SND_FM801 is not set
>CONFIG_SND_HDA_INTEL=m
>CONFIG_SND_HDA_HWDEP=y
># CONFIG_SND_HDA_RECONFIG is not set
>CONFIG_SND_HDA_INPUT_BEEP=y
>CONFIG_SND_HDA_CODEC_REALTEK=y
>CONFIG_SND_HDA_CODEC_ANALOG=y
>CONFIG_SND_HDA_CODEC_SIGMATEL=y
>CONFIG_SND_HDA_CODEC_VIA=y
>CONFIG_SND_HDA_CODEC_ATIHDMI=y
>CONFIG_SND_HDA_CODEC_NVHDMI=y
>CONFIG_SND_HDA_CODEC_INTELHDMI=y
>CONFIG_SND_HDA_ELD=y
>CONFIG_SND_HDA_CODEC_CONEXANT=y
>CONFIG_SND_HDA_CODEC_CMEDIA=y
>CONFIG_SND_HDA_CODEC_SI3054=y
>CONFIG_SND_HDA_GENERIC=y
>CONFIG_SND_HDA_POWER_SAVE=y
>CONFIG_SND_HDA_POWER_SAVE_DEFAULT=10
># CONFIG_SND_HDSP is not set
># CONFIG_SND_HDSPM is not set
># CONFIG_SND_HIFIER is not set
># CONFIG_SND_ICE1712 is not set
># CONFIG_SND_ICE1724 is not set
>CONFIG_SND_INTEL8X0=m
>CONFIG_SND_INTEL8X0M=m
># CONFIG_SND_KORG1212 is not set
># CONFIG_SND_MAESTRO3 is not set
># CONFIG_SND_MIXART is not set
># CONFIG_SND_NM256 is not set
># CONFIG_SND_PCXHR is not set
># CONFIG_SND_RIPTIDE is not set
># CONFIG_SND_RME32 is not set
># CONFIG_SND_RME96 is not set
># CONFIG_SND_RME9652 is not set
># CONFIG_SND_SONICVIBES is not set
># CONFIG_SND_TRIDENT is not set
># CONFIG_SND_VIA82XX is not set
># CONFIG_SND_VIA82XX_MODEM is not set
># CONFIG_SND_VIRTUOSO is not set
># CONFIG_SND_VX222 is not set
># CONFIG_SND_YMFPCI is not set
>CONFIG_SND_USB=y
># CONFIG_SND_USB_AUDIO is not set
># CONFIG_SND_USB_USX2Y is not set
># CONFIG_SND_USB_CAIAQ is not set
># CONFIG_SND_USB_US122L is not set
>CONFIG_SND_PCMCIA=y
># CONFIG_SND_VXPOCKET is not set
># CONFIG_SND_PDAUDIOCF is not set
># CONFIG_SND_SOC is not set
># CONFIG_SOUND_PRIME is not set
>CONFIG_AC97_BUS=m
>CONFIG_HID_SUPPORT=y
>CONFIG_HID=m
># CONFIG_HID_DEBUG is not set
>CONFIG_HIDRAW=y
>
>#
># USB Input Devices
>#
>CONFIG_USB_HID=m
>CONFIG_HID_PID=y
>CONFIG_USB_HIDDEV=y
>
>#
># Special HID drivers
>#
># CONFIG_HID_COMPAT is not set
>CONFIG_HID_A4TECH=m
>CONFIG_HID_APPLE=m
>CONFIG_HID_BELKIN=m
>CONFIG_HID_CHERRY=m
>CONFIG_HID_CHICONY=m
>CONFIG_HID_CYPRESS=m
>CONFIG_HID_EZKEY=m
>CONFIG_HID_GYRATION=m
>CONFIG_HID_LOGITECH=m
>CONFIG_LOGITECH_FF=y
># CONFIG_LOGIRUMBLEPAD2_FF is not set
>CONFIG_HID_MICROSOFT=m
>CONFIG_HID_MONTEREY=m
>CONFIG_HID_NTRIG=m
>CONFIG_HID_PANTHERLORD=m
># CONFIG_PANTHERLORD_FF is not set
>CONFIG_HID_PETALYNX=m
>CONFIG_HID_SAMSUNG=m
>CONFIG_HID_SONY=m
>CONFIG_HID_SUNPLUS=m
># CONFIG_GREENASIA_FF is not set
>CONFIG_HID_TOPSEED=m
>CONFIG_THRUSTMASTER_FF=m
># CONFIG_ZEROPLUS_FF is not set
>CONFIG_USB_SUPPORT=y
>CONFIG_USB_ARCH_HAS_HCD=y
>CONFIG_USB_ARCH_HAS_OHCI=y
>CONFIG_USB_ARCH_HAS_EHCI=y
>CONFIG_USB=m
># CONFIG_USB_DEBUG is not set
>CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
>
>#
># Miscellaneous USB options
>#
>CONFIG_USB_DEVICEFS=y
>CONFIG_USB_DEVICE_CLASS=y
>CONFIG_USB_DYNAMIC_MINORS=y
>CONFIG_USB_SUSPEND=y
># CONFIG_USB_OTG is not set
>CONFIG_USB_MON=m
># CONFIG_USB_WUSB is not set
># CONFIG_USB_WUSB_CBAF is not set
>
>#
># USB Host Controller Drivers
>#
># CONFIG_USB_C67X00_HCD is not set
>CONFIG_USB_EHCI_HCD=m
>CONFIG_USB_EHCI_ROOT_HUB_TT=y
># CONFIG_USB_EHCI_TT_NEWSCHED is not set
># CONFIG_USB_OXU210HP_HCD is not set
>CONFIG_USB_ISP116X_HCD=m
># CONFIG_USB_ISP1760_HCD is not set
>CONFIG_USB_OHCI_HCD=m
># 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=m
>CONFIG_USB_SL811_HCD=m
>CONFIG_USB_SL811_CS=m
># CONFIG_USB_R8A66597_HCD is not set
># CONFIG_USB_WHCI_HCD is not set
># CONFIG_USB_HWA_HCD is not set
># CONFIG_USB_GADGET_MUSB_HDRC is not set
>
>#
># USB Device Class drivers
>#
>CONFIG_USB_ACM=m
>CONFIG_USB_PRINTER=m
>CONFIG_USB_WDM=m
>CONFIG_USB_TMC=m
>
>#
># NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
>#
>
>#
># also be needed; see USB_STORAGE Help for more info
>#
>CONFIG_USB_STORAGE=m
># CONFIG_USB_STORAGE_DEBUG is not set
>CONFIG_USB_STORAGE_DATAFAB=m
>CONFIG_USB_STORAGE_FREECOM=m
>CONFIG_USB_STORAGE_ISD200=m
>CONFIG_USB_STORAGE_USBAT=m
>CONFIG_USB_STORAGE_SDDR09=m
>CONFIG_USB_STORAGE_SDDR55=m
>CONFIG_USB_STORAGE_JUMPSHOT=m
># CONFIG_USB_STORAGE_ALAUDA is not set
># CONFIG_USB_STORAGE_ONETOUCH is not set
># CONFIG_USB_STORAGE_KARMA is not set
># CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
>CONFIG_USB_LIBUSUAL=y
>
>#
># USB Imaging devices
>#
>CONFIG_USB_MDC800=m
>CONFIG_USB_MICROTEK=m
>
>#
># USB port drivers
>#
>CONFIG_USB_SERIAL=m
>CONFIG_USB_EZUSB=y
>CONFIG_USB_SERIAL_GENERIC=y
># CONFIG_USB_SERIAL_AIRCABLE is not set
># CONFIG_USB_SERIAL_ARK3116 is not set
>CONFIG_USB_SERIAL_BELKIN=m
># CONFIG_USB_SERIAL_CH341 is not set
>CONFIG_USB_SERIAL_WHITEHEAT=m
>CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
># CONFIG_USB_SERIAL_CP210X is not set
>CONFIG_USB_SERIAL_CYPRESS_M8=m
>CONFIG_USB_SERIAL_EMPEG=m
>CONFIG_USB_SERIAL_FTDI_SIO=m
># CONFIG_USB_SERIAL_FUNSOFT is not set
>CONFIG_USB_SERIAL_VISOR=m
>CONFIG_USB_SERIAL_IPAQ=m
>CONFIG_USB_SERIAL_IR=m
>CONFIG_USB_SERIAL_EDGEPORT=m
>CONFIG_USB_SERIAL_EDGEPORT_TI=m
>CONFIG_USB_SERIAL_GARMIN=m
>CONFIG_USB_SERIAL_IPW=m
># CONFIG_USB_SERIAL_IUU is not set
>CONFIG_USB_SERIAL_KEYSPAN_PDA=m
>CONFIG_USB_SERIAL_KEYSPAN=m
>CONFIG_USB_SERIAL_KLSI=m
>CONFIG_USB_SERIAL_KOBIL_SCT=m
>CONFIG_USB_SERIAL_MCT_U232=m
># CONFIG_USB_SERIAL_MOS7720 is not set
># CONFIG_USB_SERIAL_MOS7840 is not set
>CONFIG_USB_SERIAL_MOTOROLA=m
># CONFIG_USB_SERIAL_NAVMAN is not set
>CONFIG_USB_SERIAL_PL2303=m
># CONFIG_USB_SERIAL_OTI6858 is not set
>CONFIG_USB_SERIAL_QUALCOMM=m
># CONFIG_USB_SERIAL_SPCP8X5 is not set
>CONFIG_USB_SERIAL_HP4X=m
>CONFIG_USB_SERIAL_SAFE=m
>CONFIG_USB_SERIAL_SAFE_PADDED=y
># CONFIG_USB_SERIAL_SIEMENS_MPI is not set
># CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
># CONFIG_USB_SERIAL_SYMBOL is not set
>CONFIG_USB_SERIAL_TI=m
>CONFIG_USB_SERIAL_CYBERJACK=m
>CONFIG_USB_SERIAL_XIRCOM=m
>CONFIG_USB_SERIAL_OPTION=m
>CONFIG_USB_SERIAL_OMNINET=m
># CONFIG_USB_SERIAL_OPTICON is not set
># CONFIG_USB_SERIAL_DEBUG is not set
>
>#
># USB Miscellaneous drivers
>#
>CONFIG_USB_EMI62=m
>CONFIG_USB_EMI26=m
># CONFIG_USB_ADUTUX is not set
># CONFIG_USB_SEVSEG is not set
>CONFIG_USB_RIO500=m
>CONFIG_USB_LEGOTOWER=m
>CONFIG_USB_LCD=m
># CONFIG_USB_BERRY_CHARGE is not set
>CONFIG_USB_LED=m
># CONFIG_USB_CYPRESS_CY7C63 is not set
>CONFIG_USB_CYTHERM=m
>CONFIG_USB_IDMOUSE=m
># CONFIG_USB_FTDI_ELAN is not set
># CONFIG_USB_APPLEDISPLAY is not set
>CONFIG_USB_SISUSBVGA=m
>CONFIG_USB_SISUSBVGA_CON=y
>CONFIG_USB_LD=m
># CONFIG_USB_TRANCEVIBRATOR is not set
># CONFIG_USB_IOWARRIOR is not set
>CONFIG_USB_TEST=m
># CONFIG_USB_ISIGHTFW is not set
># CONFIG_USB_VST is not set
>CONFIG_USB_ATM=m
>CONFIG_USB_SPEEDTOUCH=m
>CONFIG_USB_CXACRU=m
>CONFIG_USB_UEAGLEATM=m
>CONFIG_USB_XUSBATM=m
>CONFIG_USB_GADGET=m
># CONFIG_USB_GADGET_DEBUG is not set
># CONFIG_USB_GADGET_DEBUG_FILES is not set
># CONFIG_USB_GADGET_DEBUG_FS is not set
>CONFIG_USB_GADGET_VBUS_DRAW=2
>CONFIG_USB_GADGET_SELECTED=y
># CONFIG_USB_GADGET_AT91 is not set
># CONFIG_USB_GADGET_ATMEL_USBA is not set
># CONFIG_USB_GADGET_FSL_USB2 is not set
># CONFIG_USB_GADGET_LH7A40X is not set
># CONFIG_USB_GADGET_OMAP is not set
># CONFIG_USB_GADGET_PXA25X is not set
># CONFIG_USB_GADGET_PXA27X is not set
># CONFIG_USB_GADGET_S3C2410 is not set
># CONFIG_USB_GADGET_IMX is not set
># CONFIG_USB_GADGET_M66592 is not set
>CONFIG_USB_GADGET_AMD5536UDC=y
>CONFIG_USB_AMD5536UDC=m
># CONFIG_USB_GADGET_FSL_QE is not set
># CONFIG_USB_GADGET_CI13XXX is not set
># CONFIG_USB_GADGET_NET2280 is not set
># CONFIG_USB_GADGET_GOKU is not set
># CONFIG_USB_GADGET_DUMMY_HCD is not set
>CONFIG_USB_GADGET_DUALSPEED=y
>CONFIG_USB_ZERO=m
>CONFIG_USB_ETH=m
>CONFIG_USB_ETH_RNDIS=y
>CONFIG_USB_GADGETFS=m
>CONFIG_USB_FILE_STORAGE=m
># CONFIG_USB_FILE_STORAGE_TEST is not set
>CONFIG_USB_G_SERIAL=m
># CONFIG_USB_MIDI_GADGET is not set
>CONFIG_USB_G_PRINTER=m
>CONFIG_USB_CDC_COMPOSITE=m
>
>#
># OTG and related infrastructure
>#
>CONFIG_USB_OTG_UTILS=y
>CONFIG_USB_GPIO_VBUS=m
># CONFIG_NOP_USB_XCEIV is not set
># CONFIG_UWB is not set
>CONFIG_MMC=m
># CONFIG_MMC_DEBUG is not set
># CONFIG_MMC_UNSAFE_RESUME is not set
>
>#
># MMC/SD/SDIO Card Drivers
>#
>CONFIG_MMC_BLOCK=m
>CONFIG_MMC_BLOCK_BOUNCE=y
>CONFIG_SDIO_UART=m
># CONFIG_MMC_TEST is not set
>
>#
># MMC/SD/SDIO Host Controller Drivers
>#
>CONFIG_MMC_SDHCI=m
>CONFIG_MMC_SDHCI_PCI=m
>CONFIG_MMC_RICOH_MMC=m
>CONFIG_MMC_WBSD=m
># CONFIG_MMC_TIFM_SD is not set
>CONFIG_MMC_SDRICOH_CS=m
># CONFIG_MEMSTICK is not set
>CONFIG_NEW_LEDS=y
>CONFIG_LEDS_CLASS=m
>
>#
># LED drivers
>#
># CONFIG_LEDS_ALIX2 is not set
># CONFIG_LEDS_PCA9532 is not set
>CONFIG_LEDS_GPIO=m
># CONFIG_LEDS_CLEVO_MAIL is not set
># CONFIG_LEDS_PCA955X is not set
>
>#
># LED Triggers
>#
>CONFIG_LEDS_TRIGGERS=y
>CONFIG_LEDS_TRIGGER_TIMER=m
>CONFIG_LEDS_TRIGGER_IDE_DISK=y
>CONFIG_LEDS_TRIGGER_HEARTBEAT=m
>CONFIG_LEDS_TRIGGER_BACKLIGHT=m
>CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
>
>#
># iptables trigger is under Netfilter config (LED target)
>#
>CONFIG_ACCESSIBILITY=y
># CONFIG_A11Y_BRAILLE_CONSOLE is not set
># CONFIG_INFINIBAND is not set
># CONFIG_EDAC is not set
>CONFIG_RTC_LIB=y
>CONFIG_RTC_CLASS=y
>CONFIG_RTC_HCTOSYS=y
>CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
># CONFIG_RTC_DEBUG is not set
>
>#
># RTC interfaces
>#
>CONFIG_RTC_INTF_SYSFS=y
>CONFIG_RTC_INTF_PROC=y
>CONFIG_RTC_INTF_DEV=y
># CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
># CONFIG_RTC_DRV_TEST is not set
>
>#
># I2C RTC drivers
>#
># CONFIG_RTC_DRV_DS1307 is not set
># CONFIG_RTC_DRV_DS1374 is not set
># CONFIG_RTC_DRV_DS1672 is not set
># CONFIG_RTC_DRV_MAX6900 is not set
># CONFIG_RTC_DRV_RS5C372 is not set
># CONFIG_RTC_DRV_ISL1208 is not set
># CONFIG_RTC_DRV_X1205 is not set
># CONFIG_RTC_DRV_PCF8563 is not set
># CONFIG_RTC_DRV_PCF8583 is not set
># CONFIG_RTC_DRV_M41T80 is not set
># CONFIG_RTC_DRV_S35390A is not set
># CONFIG_RTC_DRV_FM3130 is not set
># CONFIG_RTC_DRV_RX8581 is not set
>
>#
># SPI RTC drivers
>#
>
>#
># Platform RTC drivers
>#
>CONFIG_RTC_DRV_CMOS=y
># CONFIG_RTC_DRV_DS1286 is not set
># CONFIG_RTC_DRV_DS1511 is not set
># CONFIG_RTC_DRV_DS1553 is not set
># CONFIG_RTC_DRV_DS1742 is not set
># CONFIG_RTC_DRV_STK17TA8 is not set
># CONFIG_RTC_DRV_M48T86 is not set
># CONFIG_RTC_DRV_M48T35 is not set
># CONFIG_RTC_DRV_M48T59 is not set
># CONFIG_RTC_DRV_BQ4802 is not set
># CONFIG_RTC_DRV_V3020 is not set
>
>#
># on-CPU RTC drivers
>#
>CONFIG_DMADEVICES=y
>
>#
># DMA Devices
>#
>CONFIG_INTEL_IOATDMA=m
>CONFIG_DMA_ENGINE=y
>
>#
># DMA Clients
>#
>CONFIG_NET_DMA=y
># CONFIG_DMATEST is not set
>CONFIG_DCA=m
>CONFIG_UIO=m
># CONFIG_UIO_CIF is not set
>CONFIG_UIO_PDRV=m
># CONFIG_UIO_PDRV_GENIRQ is not set
># CONFIG_UIO_SMX is not set
># CONFIG_UIO_AEC is not set
># CONFIG_UIO_SERCOS3 is not set
># CONFIG_STAGING is not set
>CONFIG_X86_PLATFORM_DEVICES=y
># CONFIG_ACER_WMI is not set
># CONFIG_ASUS_LAPTOP is not set
># CONFIG_FUJITSU_LAPTOP is not set
># CONFIG_HP_WMI is not set
># CONFIG_MSI_LAPTOP is not set
># CONFIG_PANASONIC_LAPTOP is not set
># CONFIG_COMPAL_LAPTOP is not set
># CONFIG_SONY_LAPTOP is not set
>CONFIG_THINKPAD_ACPI=m
># CONFIG_THINKPAD_ACPI_DEBUGFACILITIES is not set
># CONFIG_THINKPAD_ACPI_DEBUG is not set
>CONFIG_THINKPAD_ACPI_BAY=y
>CONFIG_THINKPAD_ACPI_VIDEO=y
>CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y
>CONFIG_INTEL_MENLOW=m
># CONFIG_EEEPC_LAPTOP is not set
>CONFIG_ACPI_WMI=m
># CONFIG_ACPI_ASUS is not set
># CONFIG_ACPI_TOSHIBA is not set
>
>#
># Firmware Drivers
>#
># CONFIG_EDD is not set
>CONFIG_FIRMWARE_MEMMAP=y
># CONFIG_EFI_VARS is not set
>CONFIG_DELL_RBU=m
>CONFIG_DCDBAS=m
>CONFIG_DMIID=y
>CONFIG_ISCSI_IBFT_FIND=y
>CONFIG_ISCSI_IBFT=m
>
>#
># File systems
>#
>CONFIG_EXT2_FS=m
>CONFIG_EXT2_FS_XATTR=y
>CONFIG_EXT2_FS_POSIX_ACL=y
>CONFIG_EXT2_FS_SECURITY=y
># CONFIG_EXT2_FS_XIP is not set
>CONFIG_EXT3_FS=m
>CONFIG_EXT3_FS_XATTR=y
>CONFIG_EXT3_FS_POSIX_ACL=y
>CONFIG_EXT3_FS_SECURITY=y
>CONFIG_EXT4_FS=m
># CONFIG_EXT4DEV_COMPAT is not set
>CONFIG_EXT4_FS_XATTR=y
>CONFIG_EXT4_FS_POSIX_ACL=y
>CONFIG_EXT4_FS_SECURITY=y
>CONFIG_JBD=m
># CONFIG_JBD_DEBUG is not set
>CONFIG_JBD2=m
># CONFIG_JBD2_DEBUG is not set
>CONFIG_FS_MBCACHE=m
>CONFIG_REISERFS_FS=m
># 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=m
>CONFIG_JFS_POSIX_ACL=y
>CONFIG_JFS_SECURITY=y
># CONFIG_JFS_DEBUG is not set
># CONFIG_JFS_STATISTICS is not set
>CONFIG_FS_POSIX_ACL=y
>CONFIG_FILE_LOCKING=y
>CONFIG_XFS_FS=m
>CONFIG_XFS_QUOTA=y
>CONFIG_XFS_POSIX_ACL=y
># CONFIG_XFS_RT is not set
># CONFIG_XFS_DEBUG is not set
>CONFIG_GFS2_FS=m
>CONFIG_GFS2_FS_LOCKING_DLM=y
>CONFIG_OCFS2_FS=m
>CONFIG_OCFS2_FS_O2CB=m
>CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m
>CONFIG_OCFS2_FS_STATS=y
>CONFIG_OCFS2_DEBUG_MASKLOG=y
># CONFIG_OCFS2_DEBUG_FS is not set
>CONFIG_OCFS2_FS_POSIX_ACL=y
>CONFIG_BTRFS_FS=m
>CONFIG_BTRFS_FS_POSIX_ACL=y
>CONFIG_DNOTIFY=y
>CONFIG_INOTIFY=y
>CONFIG_INOTIFY_USER=y
>CONFIG_QUOTA=y
>CONFIG_QUOTA_NETLINK_INTERFACE=y
>CONFIG_PRINT_QUOTA_WARNING=y
>CONFIG_QUOTA_TREE=m
>CONFIG_QFMT_V1=m
>CONFIG_QFMT_V2=m
>CONFIG_QUOTACTL=y
>CONFIG_AUTOFS_FS=m
>CONFIG_AUTOFS4_FS=m
>CONFIG_FUSE_FS=m
>CONFIG_GENERIC_ACL=y
>
>#
># CD-ROM/DVD Filesystems
>#
>CONFIG_ISO9660_FS=m
>CONFIG_JOLIET=y
>CONFIG_ZISOFS=y
>CONFIG_UDF_FS=m
>CONFIG_UDF_NLS=y
>
>#
># DOS/FAT/NT Filesystems
>#
>CONFIG_FAT_FS=m
>CONFIG_MSDOS_FS=m
>CONFIG_VFAT_FS=m
>CONFIG_FAT_DEFAULT_CODEPAGE=437
>CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
>CONFIG_NTFS_FS=m
># CONFIG_NTFS_DEBUG is not set
>CONFIG_NTFS_RW=y
>
>#
># Pseudo filesystems
>#
>CONFIG_PROC_FS=y
># CONFIG_PROC_KCORE is not set
>CONFIG_PROC_SYSCTL=y
>CONFIG_PROC_PAGE_MONITOR=y
>CONFIG_SYSFS=y
>CONFIG_TMPFS=y
>CONFIG_TMPFS_POSIX_ACL=y
>CONFIG_HUGETLBFS=y
>CONFIG_HUGETLB_PAGE=y
>CONFIG_CONFIGFS_FS=m
>CONFIG_MISC_FILESYSTEMS=y
>CONFIG_ADFS_FS=m
>CONFIG_ADFS_FS_RW=y
>CONFIG_AFFS_FS=m
>CONFIG_ECRYPT_FS=m
>CONFIG_HFS_FS=m
>CONFIG_HFSPLUS_FS=m
>CONFIG_BEFS_FS=m
># CONFIG_BEFS_DEBUG is not set
>CONFIG_BFS_FS=m
>CONFIG_EFS_FS=m
>CONFIG_JFFS2_FS=m
>CONFIG_JFFS2_FS_DEBUG=0
>CONFIG_JFFS2_FS_WRITEBUFFER=y
># CONFIG_JFFS2_FS_WBUF_VERIFY is not set
># CONFIG_JFFS2_SUMMARY is not set
>CONFIG_JFFS2_FS_XATTR=y
>CONFIG_JFFS2_FS_POSIX_ACL=y
>CONFIG_JFFS2_FS_SECURITY=y
>CONFIG_JFFS2_COMPRESSION_OPTIONS=y
>CONFIG_JFFS2_ZLIB=y
>CONFIG_JFFS2_LZO=y
>CONFIG_JFFS2_RTIME=y
>CONFIG_JFFS2_RUBIN=y
># CONFIG_JFFS2_CMODE_NONE is not set
>CONFIG_JFFS2_CMODE_PRIORITY=y
># CONFIG_JFFS2_CMODE_SIZE is not set
># CONFIG_JFFS2_CMODE_FAVOURLZO is not set
>CONFIG_CRAMFS=m
>CONFIG_SQUASHFS=m
>CONFIG_SQUASHFS_EMBEDDED=y
>CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
>CONFIG_VXFS_FS=m
>CONFIG_MINIX_FS=m
># CONFIG_OMFS_FS is not set
>CONFIG_HPFS_FS=m
>CONFIG_QNX4FS_FS=m
>CONFIG_ROMFS_FS=y
>CONFIG_SYSV_FS=m
>CONFIG_UFS_FS=m
># CONFIG_UFS_FS_WRITE is not set
># CONFIG_UFS_DEBUG is not set
>CONFIG_NETWORK_FILESYSTEMS=y
>CONFIG_NFS_FS=m
>CONFIG_NFS_V3=y
>CONFIG_NFS_V3_ACL=y
>CONFIG_NFS_V4=y
>CONFIG_NFSD=m
>CONFIG_NFSD_V2_ACL=y
>CONFIG_NFSD_V3=y
>CONFIG_NFSD_V3_ACL=y
>CONFIG_NFSD_V4=y
>CONFIG_LOCKD=m
>CONFIG_LOCKD_V4=y
>CONFIG_EXPORTFS=m
>CONFIG_NFS_ACL_SUPPORT=m
>CONFIG_NFS_COMMON=y
>CONFIG_SUNRPC=m
>CONFIG_SUNRPC_GSS=m
># CONFIG_SUNRPC_REGISTER_V4 is not set
>CONFIG_RPCSEC_GSS_KRB5=m
>CONFIG_RPCSEC_GSS_SPKM3=m
>CONFIG_SMB_FS=m
>CONFIG_SMB_NLS_DEFAULT=y
>CONFIG_SMB_NLS_REMOTE="iso8859-2"
>CONFIG_CIFS=m
># CONFIG_CIFS_STATS is not set
># CONFIG_CIFS_WEAK_PW_HASH is not set
># CONFIG_CIFS_UPCALL is not set
>CONFIG_CIFS_XATTR=y
>CONFIG_CIFS_POSIX=y
># CONFIG_CIFS_DEBUG2 is not set
>CONFIG_CIFS_DFS_UPCALL=y
>CONFIG_CIFS_EXPERIMENTAL=y
>CONFIG_NCP_FS=m
>CONFIG_NCPFS_PACKET_SIGNING=y
>CONFIG_NCPFS_IOCTL_LOCKING=y
>CONFIG_NCPFS_STRONG=y
>CONFIG_NCPFS_NFS_NS=y
>CONFIG_NCPFS_OS2_NS=y
>CONFIG_NCPFS_SMALLDOS=y
>CONFIG_NCPFS_NLS=y
>CONFIG_NCPFS_EXTRAS=y
>CONFIG_CODA_FS=m
># CONFIG_AFS_FS is not set
>
>#
># Partition Types
>#
>CONFIG_PARTITION_ADVANCED=y
>CONFIG_ACORN_PARTITION=y
>CONFIG_ACORN_PARTITION_CUMANA=y
>CONFIG_ACORN_PARTITION_EESOX=y
>CONFIG_ACORN_PARTITION_ICS=y
>CONFIG_ACORN_PARTITION_ADFS=y
>CONFIG_ACORN_PARTITION_POWERTEC=y
>CONFIG_ACORN_PARTITION_RISCIX=y
>CONFIG_OSF_PARTITION=y
>CONFIG_AMIGA_PARTITION=y
>CONFIG_ATARI_PARTITION=y
>CONFIG_MAC_PARTITION=y
>CONFIG_MSDOS_PARTITION=y
>CONFIG_BSD_DISKLABEL=y
>CONFIG_MINIX_SUBPARTITION=y
>CONFIG_SOLARIS_X86_PARTITION=y
>CONFIG_UNIXWARE_DISKLABEL=y
>CONFIG_LDM_PARTITION=y
># CONFIG_LDM_DEBUG is not set
>CONFIG_SGI_PARTITION=y
>CONFIG_ULTRIX_PARTITION=y
>CONFIG_SUN_PARTITION=y
># CONFIG_KARMA_PARTITION is not set
>CONFIG_EFI_PARTITION=y
># CONFIG_SYSV68_PARTITION is not set
>CONFIG_NLS=y
>CONFIG_NLS_DEFAULT="utf8"
>CONFIG_NLS_CODEPAGE_437=m
>CONFIG_NLS_CODEPAGE_737=m
>CONFIG_NLS_CODEPAGE_775=m
>CONFIG_NLS_CODEPAGE_850=m
>CONFIG_NLS_CODEPAGE_852=m
>CONFIG_NLS_CODEPAGE_855=m
>CONFIG_NLS_CODEPAGE_857=m
>CONFIG_NLS_CODEPAGE_860=m
>CONFIG_NLS_CODEPAGE_861=m
>CONFIG_NLS_CODEPAGE_862=m
>CONFIG_NLS_CODEPAGE_863=m
>CONFIG_NLS_CODEPAGE_864=m
>CONFIG_NLS_CODEPAGE_865=m
>CONFIG_NLS_CODEPAGE_866=m
>CONFIG_NLS_CODEPAGE_869=m
>CONFIG_NLS_CODEPAGE_936=m
>CONFIG_NLS_CODEPAGE_950=m
>CONFIG_NLS_CODEPAGE_932=m
>CONFIG_NLS_CODEPAGE_949=m
>CONFIG_NLS_CODEPAGE_874=m
>CONFIG_NLS_ISO8859_8=m
>CONFIG_NLS_CODEPAGE_1250=m
>CONFIG_NLS_CODEPAGE_1251=m
>CONFIG_NLS_ASCII=m
>CONFIG_NLS_ISO8859_1=m
>CONFIG_NLS_ISO8859_2=m
>CONFIG_NLS_ISO8859_3=m
>CONFIG_NLS_ISO8859_4=m
>CONFIG_NLS_ISO8859_5=m
>CONFIG_NLS_ISO8859_6=m
>CONFIG_NLS_ISO8859_7=m
>CONFIG_NLS_ISO8859_9=m
>CONFIG_NLS_ISO8859_13=m
>CONFIG_NLS_ISO8859_14=m
>CONFIG_NLS_ISO8859_15=m
>CONFIG_NLS_KOI8_R=m
>CONFIG_NLS_KOI8_U=m
>CONFIG_NLS_UTF8=m
>CONFIG_DLM=m
># CONFIG_DLM_DEBUG is not set
>
>#
># 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=1024
>CONFIG_MAGIC_SYSRQ=y
>CONFIG_UNUSED_SYMBOLS=y
>CONFIG_DEBUG_FS=y
># CONFIG_HEADERS_CHECK is not set
>CONFIG_DEBUG_KERNEL=y
># CONFIG_DEBUG_SHIRQ is not set
>CONFIG_DETECT_SOFTLOCKUP=y
># CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
>CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
>CONFIG_SCHED_DEBUG=y
>CONFIG_SCHEDSTATS=y
>CONFIG_TIMER_STATS=y
># CONFIG_DEBUG_OBJECTS is not set
># CONFIG_SLUB_DEBUG_ON is not set
># CONFIG_SLUB_STATS is not set
># CONFIG_DEBUG_PREEMPT is not set
># CONFIG_DEBUG_RT_MUTEXES is not set
># CONFIG_RT_MUTEX_TESTER is not set
># CONFIG_DEBUG_SPINLOCK is not set
># CONFIG_DEBUG_MUTEXES is not set
># CONFIG_DEBUG_LOCK_ALLOC is not set
># CONFIG_PROVE_LOCKING is not set
># CONFIG_LOCK_STAT is not set
># CONFIG_DEBUG_SPINLOCK_SLEEP is not set
># CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
>CONFIG_STACKTRACE=y
># CONFIG_DEBUG_KOBJECT is not set
>CONFIG_DEBUG_BUGVERBOSE=y
># CONFIG_DEBUG_INFO is not set
># CONFIG_DEBUG_VM is not set
># CONFIG_DEBUG_VIRTUAL is not set
># CONFIG_DEBUG_WRITECOUNT is not set
>CONFIG_DEBUG_MEMORY_INIT=y
># CONFIG_DEBUG_LIST is not set
># CONFIG_DEBUG_SG is not set
># CONFIG_DEBUG_NOTIFIERS is not set
>CONFIG_ARCH_WANT_FRAME_POINTERS=y
>CONFIG_FRAME_POINTER=y
># CONFIG_BOOT_PRINTK_DELAY is not set
># CONFIG_RCU_TORTURE_TEST is not set
># CONFIG_RCU_CPU_STALL_DETECTOR is not set
># CONFIG_BACKTRACE_SELF_TEST is not set
># CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
># CONFIG_FAULT_INJECTION is not set
>CONFIG_LATENCYTOP=y
>CONFIG_SYSCTL_SYSCALL_CHECK=y
>CONFIG_USER_STACKTRACE_SUPPORT=y
>CONFIG_NOP_TRACER=y
>CONFIG_HAVE_FUNCTION_TRACER=y
>CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
>CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
>CONFIG_HAVE_DYNAMIC_FTRACE=y
>CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
>CONFIG_HAVE_HW_BRANCH_TRACER=y
>CONFIG_RING_BUFFER=y
>CONFIG_TRACING=y
>
>#
># Tracers
>#
># CONFIG_FUNCTION_TRACER is not set
># CONFIG_IRQSOFF_TRACER is not set
># CONFIG_PREEMPT_TRACER is not set
># CONFIG_SYSPROF_TRACER is not set
># CONFIG_SCHED_TRACER is not set
># CONFIG_CONTEXT_SWITCH_TRACER is not set
># CONFIG_BOOT_TRACER is not set
># CONFIG_TRACE_BRANCH_PROFILING is not set
># CONFIG_POWER_TRACER is not set
># CONFIG_STACK_TRACER is not set
># CONFIG_HW_BRANCH_TRACER is not set
># CONFIG_FTRACE_STARTUP_TEST is not set
># CONFIG_MMIOTRACE is not set
># CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
># CONFIG_FIREWIRE_OHCI_REMOTE_DMA is not set
># CONFIG_DYNAMIC_DEBUG is not set
># CONFIG_SAMPLES is not set
>CONFIG_HAVE_ARCH_KGDB=y
># CONFIG_KGDB is not set
>CONFIG_STRICT_DEVMEM=y
>CONFIG_X86_VERBOSE_BOOTUP=y
>CONFIG_EARLY_PRINTK=y
># CONFIG_EARLY_PRINTK_DBGP is not set
># CONFIG_DEBUG_STACKOVERFLOW is not set
># CONFIG_DEBUG_STACK_USAGE is not set
># CONFIG_DEBUG_PAGEALLOC is not set
># CONFIG_DEBUG_PER_CPU_MAPS is not set
># CONFIG_X86_PTDUMP is not set
># CONFIG_DEBUG_RODATA is not set
># CONFIG_DEBUG_NX_TEST is not set
># CONFIG_IOMMU_DEBUG is not set
>CONFIG_HAVE_MMIOTRACE_SUPPORT=y
>CONFIG_IO_DELAY_TYPE_0X80=0
>CONFIG_IO_DELAY_TYPE_0XED=1
>CONFIG_IO_DELAY_TYPE_UDELAY=2
>CONFIG_IO_DELAY_TYPE_NONE=3
>CONFIG_IO_DELAY_0X80=y
># CONFIG_IO_DELAY_0XED is not set
># CONFIG_IO_DELAY_UDELAY is not set
># CONFIG_IO_DELAY_NONE is not set
>CONFIG_DEFAULT_IO_DELAY_TYPE=0
># CONFIG_DEBUG_BOOT_PARAMS is not set
># CONFIG_CPA_DEBUG is not set
># CONFIG_OPTIMIZE_INLINING is not set
>
>#
># Security options
>#
>CONFIG_KEYS=y
># CONFIG_KEYS_DEBUG_PROC_KEYS is not set
>CONFIG_SECURITY=y
>CONFIG_SECURITYFS=y
>CONFIG_SECURITY_NETWORK=y
>CONFIG_SECURITY_NETWORK_XFRM=y
>CONFIG_SECURITY_PATH=y
>CONFIG_SECURITY_FILE_CAPABILITIES=y
>CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
># CONFIG_SECURITY_SELINUX is not set
># CONFIG_SECURITY_SMACK is not set
># CONFIG_SECURITY_TOMOYO is not set
># CONFIG_IMA is not set
>CONFIG_XOR_BLOCKS=m
>CONFIG_ASYNC_CORE=m
>CONFIG_ASYNC_MEMCPY=m
>CONFIG_ASYNC_XOR=m
>CONFIG_CRYPTO=y
>
>#
># Crypto core or helper
>#
>CONFIG_CRYPTO_FIPS=y
>CONFIG_CRYPTO_ALGAPI=y
>CONFIG_CRYPTO_ALGAPI2=y
>CONFIG_CRYPTO_AEAD=m
>CONFIG_CRYPTO_AEAD2=y
>CONFIG_CRYPTO_BLKCIPHER=m
>CONFIG_CRYPTO_BLKCIPHER2=y
>CONFIG_CRYPTO_HASH=y
>CONFIG_CRYPTO_HASH2=y
>CONFIG_CRYPTO_RNG=m
>CONFIG_CRYPTO_RNG2=y
>CONFIG_CRYPTO_PCOMP=y
>CONFIG_CRYPTO_MANAGER=y
>CONFIG_CRYPTO_MANAGER2=y
>CONFIG_CRYPTO_GF128MUL=m
>CONFIG_CRYPTO_NULL=m
>CONFIG_CRYPTO_WORKQUEUE=y
>CONFIG_CRYPTO_CRYPTD=m
>CONFIG_CRYPTO_AUTHENC=m
># CONFIG_CRYPTO_TEST is not set
>
>#
># Authenticated Encryption with Associated Data
>#
>CONFIG_CRYPTO_CCM=m
>CONFIG_CRYPTO_GCM=m
>CONFIG_CRYPTO_SEQIV=m
>
>#
># Block modes
>#
>CONFIG_CRYPTO_CBC=m
>CONFIG_CRYPTO_CTR=m
>CONFIG_CRYPTO_CTS=m
>CONFIG_CRYPTO_ECB=m
>CONFIG_CRYPTO_LRW=m
>CONFIG_CRYPTO_PCBC=m
>CONFIG_CRYPTO_XTS=m
>
>#
># Hash modes
>#
>CONFIG_CRYPTO_HMAC=y
>CONFIG_CRYPTO_XCBC=m
>
>#
># Digest
>#
>CONFIG_CRYPTO_CRC32C=m
>CONFIG_CRYPTO_CRC32C_INTEL=m
>CONFIG_CRYPTO_MD4=m
>CONFIG_CRYPTO_MD5=y
>CONFIG_CRYPTO_MICHAEL_MIC=m
>CONFIG_CRYPTO_RMD128=m
>CONFIG_CRYPTO_RMD160=m
>CONFIG_CRYPTO_RMD256=m
>CONFIG_CRYPTO_RMD320=m
>CONFIG_CRYPTO_SHA1=m
>CONFIG_CRYPTO_SHA256=y
>CONFIG_CRYPTO_SHA512=m
>CONFIG_CRYPTO_TGR192=m
>CONFIG_CRYPTO_WP512=m
>
>#
># Ciphers
>#
>CONFIG_CRYPTO_AES=m
>CONFIG_CRYPTO_AES_X86_64=m
>CONFIG_CRYPTO_AES_NI_INTEL=m
>CONFIG_CRYPTO_ANUBIS=m
>CONFIG_CRYPTO_ARC4=m
>CONFIG_CRYPTO_BLOWFISH=m
>CONFIG_CRYPTO_CAMELLIA=m
>CONFIG_CRYPTO_CAST5=m
>CONFIG_CRYPTO_CAST6=m
>CONFIG_CRYPTO_DES=m
>CONFIG_CRYPTO_FCRYPT=m
>CONFIG_CRYPTO_KHAZAD=m
>CONFIG_CRYPTO_SALSA20=m
>CONFIG_CRYPTO_SALSA20_X86_64=m
>CONFIG_CRYPTO_SEED=m
>CONFIG_CRYPTO_SERPENT=m
>CONFIG_CRYPTO_TEA=m
>CONFIG_CRYPTO_TWOFISH=m
>CONFIG_CRYPTO_TWOFISH_COMMON=m
>CONFIG_CRYPTO_TWOFISH_X86_64=m
>
>#
># Compression
>#
>CONFIG_CRYPTO_DEFLATE=m
>CONFIG_CRYPTO_ZLIB=m
>CONFIG_CRYPTO_LZO=m
>
>#
># Random Number Generation
>#
>CONFIG_CRYPTO_ANSI_CPRNG=m
>CONFIG_CRYPTO_HW=y
># CONFIG_CRYPTO_DEV_HIFN_795X is not set
>CONFIG_HAVE_KVM=y
>CONFIG_HAVE_KVM_IRQCHIP=y
>CONFIG_VIRTUALIZATION=y
>CONFIG_KVM=m
>CONFIG_KVM_INTEL=m
>CONFIG_KVM_AMD=m
>CONFIG_VIRTIO=m
>CONFIG_VIRTIO_RING=m
>CONFIG_VIRTIO_PCI=m
>CONFIG_VIRTIO_BALLOON=m
>
>#
># Library routines
>#
>CONFIG_BITREVERSE=y
>CONFIG_GENERIC_FIND_FIRST_BIT=y
>CONFIG_GENERIC_FIND_NEXT_BIT=y
>CONFIG_GENERIC_FIND_LAST_BIT=y
>CONFIG_CRC_CCITT=m
>CONFIG_CRC16=m
>CONFIG_CRC_T10DIF=m
>CONFIG_CRC_ITU_T=m
>CONFIG_CRC32=y
>CONFIG_CRC7=m
>CONFIG_LIBCRC32C=m
>CONFIG_ZLIB_INFLATE=y
>CONFIG_ZLIB_DEFLATE=m
>CONFIG_LZO_COMPRESS=m
>CONFIG_LZO_DECOMPRESS=m
>CONFIG_DECOMPRESS_GZIP=y
>CONFIG_DECOMPRESS_BZIP2=y
>CONFIG_DECOMPRESS_LZMA=y
>CONFIG_REED_SOLOMON=m
>CONFIG_REED_SOLOMON_DEC16=y
>CONFIG_TEXTSEARCH=y
>CONFIG_TEXTSEARCH_KMP=m
>CONFIG_TEXTSEARCH_BM=m
>CONFIG_TEXTSEARCH_FSM=m
>CONFIG_HAS_IOMEM=y
>CONFIG_HAS_IOPORT=y
>CONFIG_HAS_DMA=y
>CONFIG_NLATTR=y
>
>[ 0.000000] Linux version 2.6.29 (root@t400) (gcc version
>4.3.3 20090307
>(release) (PLD-Linux) ) #120 SMP PREEMPT Mon Mar 30 22:49:42 CEST 2009
>[ 0.000000] Command line: root=/dev/sda3 elevator=cfq
>resume=/dev/sda2 ro
>vga=6
>[ 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 - 000000000009ec00 (usable)
>[ 0.000000] BIOS-e820: 000000000009ec00 - 00000000000a0000
>(reserved)
>[ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000
>(reserved)
>[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bd4a1000 (usable)
>[ 0.000000] BIOS-e820: 00000000bd4a1000 - 00000000bd4a7000
>(reserved)
>[ 0.000000] BIOS-e820: 00000000bd4a7000 - 00000000bd5b7000 (usable)
>[ 0.000000] BIOS-e820: 00000000bd5b7000 - 00000000bd60f000
>(reserved)
>[ 0.000000] BIOS-e820: 00000000bd60f000 - 00000000bd6c6000 (usable)
>[ 0.000000] BIOS-e820: 00000000bd6c6000 - 00000000bd6d1000
>(ACPI NVS)
>[ 0.000000] BIOS-e820: 00000000bd6d1000 - 00000000bd6d4000
>(ACPI data)
>[ 0.000000] BIOS-e820: 00000000bd6d4000 - 00000000bd6d8000
>(reserved)
>[ 0.000000] BIOS-e820: 00000000bd6d8000 - 00000000bd6dc000
>(ACPI NVS)
>[ 0.000000] BIOS-e820: 00000000bd6dc000 - 00000000bd6df000
>(reserved)
>[ 0.000000] BIOS-e820: 00000000bd6df000 - 00000000bd706000
>(ACPI NVS)
>[ 0.000000] BIOS-e820: 00000000bd706000 - 00000000bd708000
>(ACPI data)
>[ 0.000000] BIOS-e820: 00000000bd708000 - 00000000bd90f000
>(reserved)
>[ 0.000000] BIOS-e820: 00000000bd90f000 - 00000000bd99f000
>(ACPI NVS)
>[ 0.000000] BIOS-e820: 00000000bd99f000 - 00000000bd9ff000
>(ACPI data)
>[ 0.000000] BIOS-e820: 00000000bd9ff000 - 00000000bda00000 (usable)
>[ 0.000000] BIOS-e820: 00000000bdc00000 - 00000000c0000000
>(reserved)
>[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000
>(reserved)
>[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000
>(reserved)
>[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400
>(reserved)
>[ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000
>(reserved)
>[ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000
>(reserved)
>[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000
>(reserved)
>[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000
>(reserved)
>[ 0.000000] BIOS-e820: 00000000ff800000 - 0000000100000000
>(reserved)
>[ 0.000000] BIOS-e820: 0000000100000000 - 000000013c000000 (usable)
>[ 0.000000] DMI present.
>[ 0.000000] last_pfn = 0x13c000 max_arch_pfn = 0x100000000
>[ 0.000000] MTRR default type: uncachable
>[ 0.000000] MTRR fixed ranges enabled:
>[ 0.000000] 00000-9FFFF write-back
>[ 0.000000] A0000-BFFFF uncachable
>[ 0.000000] C0000-D3FFF write-protect
>[ 0.000000] D4000-DBFFF uncachable
>[ 0.000000] DC000-FFFFF write-protect
>[ 0.000000] MTRR variable ranges enabled:
>[ 0.000000] 0 base 13C000000 mask FFC000000 uncachable
>[ 0.000000] 1 base 0BE000000 mask FFE000000 uncachable
>[ 0.000000] 2 base 000000000 mask F80000000 write-back
>[ 0.000000] 3 base 080000000 mask FC0000000 write-back
>[ 0.000000] 4 base 100000000 mask FC0000000 write-back
>[ 0.000000] 5 base 0BDE00000 mask FFFE00000 uncachable
>[ 0.000000] 6 disabled
>[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new
>0x7010600070106
>[ 0.000000] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000
>uncachable
>[ 0.000000] get_mtrr: cpu0 reg01 base=00000be000 size=0000002000
>uncachable
>[ 0.000000] get_mtrr: cpu0 reg02 base=0000000000
>size=0000080000 write-
>back
>[ 0.000000] get_mtrr: cpu0 reg03 base=0000080000
>size=0000040000 write-
>back
>[ 0.000000] get_mtrr: cpu0 reg04 base=0000100000
>size=0000040000 write-
>back
>[ 0.000000] get_mtrr: cpu0 reg05 base=00000bde00 size=0000000200
>uncachable
>[ 0.000000] e820 update range: 00000000bde00000 -
>0000000100000000 (usable)
>==> (reserved)
>[ 0.000000] last_pfn = 0xbda00 max_arch_pfn = 0x100000000
>[ 0.000000] init_memory_mapping: 0000000000000000-00000000bda00000
>[ 0.000000] 0000000000 - 00bda00000 page 2M
>[ 0.000000] kernel direct mapping tables up to bda00000 @ 8000-c000
>[ 0.000000] init_memory_mapping: 0000000100000000-000000013c000000
>[ 0.000000] 0100000000 - 013c000000 page 2M
>[ 0.000000] kernel direct mapping tables up to 13c000000 @
>a000-10000
>[ 0.000000] RAMDISK: 37f14000 - 37fef62d
>[ 0.000000] ACPI: RSDP 000F64E0, 0024 (r2 LENOVO)
>[ 0.000000] ACPI: XSDT BD96A2C6, 009C (r1 LENOVO TP-7U
> 2070 LTP
>0)
>[ 0.000000] ACPI: FACP BD96A400, 00F4 (r3 LENOVO TP-7U
> 2070 LNVO
>1)
>[ 0.000000] ACPI Warning (tbfadt-0568): 32/64X length mismatch in
>Pm1aControlBlock: 16/32 [20081204]
>[ 0.000000] ACPI Warning (tbfadt-0412): Invalid length for
>Pm1aControlBlock: 32, using default 16 [20081204]
>[ 0.000000] FADT: X_PM1a_EVT_BLK.bit_width (16) does not
>match PM1_EVT_LEN
>(4)
>[ 0.000000] ACPI: DSDT BD96A7DB, F3A8 (r1 LENOVO TP-7U
> 2070 MSFT
>3000000)
>[ 0.000000] ACPI: FACS BD98E000, 0040
>[ 0.000000] ACPI: SSDT BD96A5B4, 0227 (r1 LENOVO TP-7U
> 2070 MSFT
>3000000)
>[ 0.000000] ACPI: ECDT BD979B83, 0052 (r1 LENOVO TP-7U
> 2070 LNVO
>1)
>[ 0.000000] ACPI: APIC BD979BD5, 0078 (r1 LENOVO TP-7U
> 2070 LNVO
>1)
>[ 0.000000] ACPI: MCFG BD979C4D, 003C (r1 LENOVO TP-7U
> 2070 LNVO
>1)
>[ 0.000000] ACPI: HPET BD979C89, 0038 (r1 LENOVO TP-7U
> 2070 LNVO
>1)
>[ 0.000000] ACPI: SLIC BD979DC2, 0176 (r1 LENOVO TP-7U
> 2070 LTP
>0)
>[ 0.000000] ACPI: BOOT BD979F38, 0028 (r1 LENOVO TP-7U
> 2070 LTP
>1)
>[ 0.000000] ACPI: ASF! BD979F60, 00A0 (r16 LENOVO TP-7U
> 2070 PTL
>1)
>[ 0.000000] ACPI: SSDT BD98D213, 054F (r1 LENOVO TP-7U
> 2070 INTL
>20050513)
>[ 0.000000] ACPI: TCPA BD707000, 0032 (r0
> 0
>0)
>[ 0.000000] ACPI: DMAR BD706000, 0120 (r1 
> 1
>0)
>[ 0.000000] ACPI: SSDT BD6D3000, 0655 (r1 PmRef CpuPm
> 3000 INTL
>20050624)
>[ 0.000000] ACPI: SSDT BD6D2000, 0274 (r1 PmRef Cpu0Tst
> 3000 INTL
>20050624)
>[ 0.000000] ACPI: SSDT BD6D1000, 0242 (r1 PmRef ApTst
> 3000 INTL
>20050624)
>[ 0.000000] ACPI: Local APIC address 0xfee00000
>[ 0.000000] (8 early reservations) ==> bootmem [0000000000
>- 013c000000]
>[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page
>==> [0000000000
>- 0000001000]
>[ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE
>==> [0000006000
>- 0000008000]
>[ 0.000000] #2 [0000200000 - 00007984d0] TEXT DATA BSS
>==> [0000200000
>- 00007984d0]
>[ 0.000000] #3 [0037f14000 - 0037fef62d] RAMDISK
>==> [0037f14000
>- 0037fef62d]
>[ 0.000000] #4 [000009ec00 - 0000100000] BIOS reserved
>==> [000009ec00
>- 0000100000]
>[ 0.000000] #5 [0000799000 - 000079914c] BRK
>==> [0000799000
>- 000079914c]
>[ 0.000000] #6 [0000008000 - 000000a000] PGTABLE
>==> [0000008000
>- 000000a000]
>[ 0.000000] #7 [000000a000 - 000000b000] PGTABLE
>==> [000000a000
>- 000000b000]
>[ 0.000000] found SMP MP-table at [ffff8800000f6520] f6520
>[ 0.000000] [ffffe20000000000-ffffe200045fffff] PMD ->
>[ffff880028200000-
>ffff88002c7fffff] on node 0
>[ 0.000000] Zone PFN ranges:
>[ 0.000000] DMA 0x00000000 -> 0x00001000
>[ 0.000000] DMA32 0x00001000 -> 0x00100000
>[ 0.000000] Normal 0x00100000 -> 0x0013c000
>[ 0.000000] Movable zone start PFN for each node
>[ 0.000000] early_node_map[6] active PFN ranges
>[ 0.000000] 0: 0x00000000 -> 0x0000009e
>[ 0.000000] 0: 0x00000100 -> 0x000bd4a1
>[ 0.000000] 0: 0x000bd4a7 -> 0x000bd5b7
>[ 0.000000] 0: 0x000bd60f -> 0x000bd6c6
>[ 0.000000] 0: 0x000bd9ff -> 0x000bda00
>[ 0.000000] 0: 0x00100000 -> 0x0013c000
>[ 0.000000] On node 0 totalpages: 1021447
>[ 0.000000] DMA zone: 56 pages used for memmap
>[ 0.000000] DMA zone: 1535 pages reserved
>[ 0.000000] DMA zone: 2407 pages, LIFO batch:0
>[ 0.000000] DMA32 zone: 14280 pages used for memmap
>[ 0.000000] DMA32 zone: 757409 pages, LIFO batch:31
>[ 0.000000] Normal zone: 3360 pages used for memmap
>[ 0.000000] Normal zone: 242400 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[0x01] enabled)
>[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
>[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
>[ 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: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
>[ 0.000000] IOAPIC[0]: apic_id 1, version 0, address
>0xfec00000, GSI 0-23
>[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
>[ 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] ACPI: HPET id: 0x8086a201 base: 0xfed00000
>[ 0.000000] 4 Processors exceeds NR_CPUS limit of 2
>[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
>[ 0.000000] nr_irqs_gsi: 24
>[ 0.000000] PM: Registered nosave memory: 000000000009e000 -
>000000000009f000
>[ 0.000000] PM: Registered nosave memory: 000000000009f000 -
>00000000000a0000
>[ 0.000000] PM: Registered nosave memory: 00000000000a0000 -
>00000000000dc000
>[ 0.000000] PM: Registered nosave memory: 00000000000dc000 -
>0000000000100000
>[ 0.000000] PM: Registered nosave memory: 00000000bd4a1000 -
>00000000bd4a7000
>[ 0.000000] PM: Registered nosave memory: 00000000bd5b7000 -
>00000000bd60f000
>[ 0.000000] PM: Registered nosave memory: 00000000bd6c6000 -
>00000000bd6d1000
>[ 0.000000] PM: Registered nosave memory: 00000000bd6d1000 -
>00000000bd6d4000
>[ 0.000000] PM: Registered nosave memory: 00000000bd6d4000 -
>00000000bd6d8000
>[ 0.000000] PM: Registered nosave memory: 00000000bd6d8000 -
>00000000bd6dc000
>[ 0.000000] PM: Registered nosave memory: 00000000bd6dc000 -
>00000000bd6df000
>[ 0.000000] PM: Registered nosave memory: 00000000bd6df000 -
>00000000bd706000
>[ 0.000000] PM: Registered nosave memory: 00000000bd706000 -
>00000000bd708000
>[ 0.000000] PM: Registered nosave memory: 00000000bd708000 -
>00000000bd90f000
>[ 0.000000] PM: Registered nosave memory: 00000000bd90f000 -
>00000000bd99f000
>[ 0.000000] PM: Registered nosave memory: 00000000bd99f000 -
>00000000bd9ff000
>[ 0.000000] PM: Registered nosave memory: 00000000bda00000 -
>00000000bdc00000
>[ 0.000000] PM: Registered nosave memory: 00000000bdc00000 -
>00000000c0000000
>[ 0.000000] PM: Registered nosave memory: 00000000c0000000 -
>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 -
>00000000fed00000
>[ 0.000000] PM: Registered nosave memory: 00000000fed00000 -
>00000000fed10000
>[ 0.000000] PM: Registered nosave memory: 00000000fed10000 -
>00000000fed14000
>[ 0.000000] PM: Registered nosave memory: 00000000fed14000 -
>00000000fed18000
>[ 0.000000] PM: Registered nosave memory: 00000000fed18000 -
>00000000fed1a000
>[ 0.000000] PM: Registered nosave memory: 00000000fed1a000 -
>00000000fed1c000
>[ 0.000000] PM: Registered nosave memory: 00000000fed1c000 -
>00000000fed90000
>[ 0.000000] PM: Registered nosave memory: 00000000fed90000 -
>00000000fee00000
>[ 0.000000] PM: Registered nosave memory: 00000000fee00000 -
>00000000fee01000
>[ 0.000000] PM: Registered nosave memory: 00000000fee01000 -
>00000000ff800000
>[ 0.000000] PM: Registered nosave memory: 00000000ff800000 -
>0000000100000000
>[ 0.000000] Allocating PCI resources starting at c2000000 (gap:
>c0000000:20000000)
>[ 0.000000] NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
>[ 0.000000] PERCPU: Embedded 25 pages at ffff880028023000,
>static data
>73376 bytes
>[ 0.000000] Built 1 zonelists in Zone order, mobility
>grouping on. Total
>pages: 1002216
>[ 0.000000] Kernel command line: root=/dev/sda3 elevator=cfq
>resume=/dev/sda2 ro vga=6
>[ 0.000000] Initializing CPU#0
>[ 0.000000] NR_IRQS:320
>[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
>[ 0.000000] Extended CMOS year: 2000
>[ 0.000000] Fast TSC calibration using PIT
>[ 0.000000] Detected 2526.563 MHz processor.
>[ 0.004000] Console: colour VGA+ 80x60
>[ 0.004000] console [tty0] enabled
>[ 0.004000] Dentry cache hash table entries: 524288 (order:
>10, 4194304
>bytes)
>[ 0.004000] Inode-cache hash table entries: 262144 (order:
>9, 2097152
>bytes)
>[ 0.004000] Checking aperture...
>[ 0.004000] No AGP bridge found
>[ 0.004000] PCI-DMA: Using software bounce buffering for IO
>(SWIOTLB)
>[ 0.004000] Placing 64MB software IO TLB between ffff880020000000 -
>ffff880024000000
>[ 0.004000] software IO TLB at phys 0x20000000 - 0x24000000
>[ 0.004000] Memory: 3934036k/5177344k available (2870k kernel code,
>1091556k absent, 150828k reserved, 1353k data, 424k init)
>[ 0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3,
>MinObjects=0, CPUs=2,
>Nodes=1
>[ 0.004000] hpet clockevent registered
>[ 0.004000] HPET: 4 timers in total, 0 timers will be used
>for per-cpu
>timer
>[ 0.004000] Calibrating delay loop (skipped), value
>calculated using timer
>frequency.. 5053.12 BogoMIPS (lpj=10106252)
>[ 0.004000] Security Framework initialized
>[ 0.004000] Mount-cache hash table entries: 256
>[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
>[ 0.004000] CPU: L2 cache: 6144K
>[ 0.004000] [ds] using Core 2/Atom configuration
>[ 0.004000] CPU: Physical Processor ID: 0
>[ 0.004000] CPU: Processor Core ID: 0
>[ 0.004000] CPU0: Thermal monitoring enabled (TM2)
>[ 0.004000] using mwait in idle threads.
>[ 0.004000] ACPI: Core revision 20081204
>[ 0.048118] Setting APIC routing to flat
>[ 0.048639] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
>[ 0.090138] CPU0: Intel(R) Core(TM)2 Duo CPU T9400 @
>2.53GHz stepping
>06
>[ 0.092001] Booting processor 1 APIC 0x1 ip 0x6000
>[ 0.004000] Initializing CPU#1
>[ 0.004000] Calibrating delay using timer specific
>routine.. 5054.06
>BogoMIPS (lpj=10108125)
>[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
>[ 0.004000] CPU: L2 cache: 6144K
>[ 0.004000] [ds] using Core 2/Atom configuration
>[ 0.004000] CPU: Physical Processor ID: 0
>[ 0.004000] CPU: Processor Core ID: 1
>[ 0.004000] CPU1: Thermal monitoring enabled (TM2)
>[ 0.004000] x86 PAT enabled: cpu 1, old 0x7040600070406, new
>0x7010600070106
>[ 0.184185] CPU1: Intel(R) Core(TM)2 Duo CPU T9400 @
>2.53GHz stepping
>06
>[ 0.185032] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
>[ 0.188048] Brought up 2 CPUs
>[ 0.188121] Total of 2 processors activated (10107.18 BogoMIPS).
>[ 0.188256] CPU0 attaching sched-domain:
>[ 0.188262] domain 0: span 0-1 level MC
>[ 0.188267] groups: 0 1
>[ 0.188278] CPU1 attaching sched-domain:
>[ 0.188283] domain 0: span 0-1 level MC
>[ 0.188288] groups: 1 0
>[ 0.188452] net_namespace: 1952 bytes
>[ 0.188517] regulator: core version 0.5
>[ 0.188721] NET: Registered protocol family 16
>[ 0.189045] ACPI FADT declares the system doesn't support
>PCIe ASPM, so
>disable it
>[ 0.189140] ACPI: bus type pci registered
>[ 0.189400] PCI: MCFG configuration 0: base e0000000
>segment 0 buses 0 - 63
>[ 0.189483] PCI: MCFG area at e0000000 reserved in E820
>[ 0.206494] PCI: Using MMCONFIG at e0000000 - e3ffffff
>[ 0.206569] PCI: Using configuration type 1 for base access
>[ 0.207617] bio: create slab <bio-0> at 0
>[ 0.211433] ACPI: EC: EC description table is found,
>configuring boot EC
>[ 0.233117] ACPI: BIOS _OSI(Linux) query ignored
>[ 0.232025] ACPI: EC: non-query interrupt received,
>switching to interrupt
>mode
>[ 0.256872] ACPI: Interpreter enabled
>[ 0.256948] ACPI: (supports S0 S3 S4 S5)
>[ 0.257278] ACPI: Using IOAPIC for interrupt routing
>[ 0.304733] ACPI: EC: GPE = 0x11, I/O: command/status =
>0x66, data = 0x62
>[ 0.304813] ACPI: EC: driver started in interrupt mode
>[ 0.311803] ACPI: ACPI Dock Station Driver: 3 docks/bays found
>[ 0.313036] ACPI: PCI Root Bridge [PCI0] (0000:00)
>[ 0.313329] pci 0000:00:02.0: reg 10 64bit mmio:
>[0xf4400000-0xf47fffff]
>[ 0.313345] pci 0000:00:02.0: reg 18 64bit mmio:
>[0xd0000000-0xdfffffff]
>[ 0.313356] pci 0000:00:02.0: reg 20 io port: [0x1800-0x1807]
>[ 0.313442] pci 0000:00:02.1: reg 10 64bit mmio:
>[0xf4200000-0xf42fffff]
>[ 0.313559] pci 0000:00:03.0: reg 10 64bit mmio:
>[0xfc226800-0xfc22680f]
>[ 0.313623] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
>[ 0.313702] pci 0000:00:03.0: PME# disabled
>[ 0.313832] pci 0000:00:03.2: reg 10 io port: [0x1828-0x182f]
>[ 0.313843] pci 0000:00:03.2: reg 14 io port: [0x180c-0x180f]
>[ 0.313853] pci 0000:00:03.2: reg 18 io port: [0x1820-0x1827]
>[ 0.313864] pci 0000:00:03.2: reg 1c io port: [0x1808-0x180b]
>[ 0.313875] pci 0000:00:03.2: reg 20 io port: [0x1810-0x181f]
>[ 0.313977] pci 0000:00:03.3: reg 10 io port: [0x1830-0x1837]
>[ 0.313988] pci 0000:00:03.3: reg 14 32bit mmio:
>[0xfc024000-0xfc024fff]
>[ 0.314190] pci 0000:00:19.0: reg 10 32bit mmio:
>[0xfc000000-0xfc01ffff]
>[ 0.314204] pci 0000:00:19.0: reg 14 32bit mmio:
>[0xfc025000-0xfc025fff]
>[ 0.314218] pci 0000:00:19.0: reg 18 io port: [0x1840-0x185f]
>[ 0.314304] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
>[ 0.314383] pci 0000:00:19.0: PME# disabled
>[ 0.314555] pci 0000:00:1a.0: reg 20 io port: [0x1860-0x187f]
>[ 0.314700] pci 0000:00:1a.1: reg 20 io port: [0x1880-0x189f]
>[ 0.314844] pci 0000:00:1a.2: reg 20 io port: [0x18a0-0x18bf]
>[ 0.314991] pci 0000:00:1a.7: reg 10 32bit mmio:
>[0xfc226c00-0xfc226fff]
>[ 0.315095] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
>[ 0.315175] pci 0000:00:1a.7: PME# disabled
>[ 0.315331] pci 0000:00:1b.0: reg 10 64bit mmio:
>[0xfc020000-0xfc023fff]
>[ 0.315424] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
>[ 0.315503] pci 0000:00:1b.0: PME# disabled
>[ 0.315700] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
>[ 0.315778] pci 0000:00:1c.0: PME# disabled
>[ 0.315979] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
>[ 0.316012] pci 0000:00:1c.1: PME# disabled
>[ 0.316216] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
>[ 0.316294] pci 0000:00:1c.3: PME# disabled
>[ 0.316499] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
>[ 0.316578] pci 0000:00:1c.4: PME# disabled
>[ 0.316761] pci 0000:00:1d.0: reg 20 io port: [0x18c0-0x18df]
>[ 0.316907] pci 0000:00:1d.1: reg 20 io port: [0x18e0-0x18ff]
>[ 0.317052] pci 0000:00:1d.2: reg 20 io port: [0x1c00-0x1c1f]
>[ 0.317199] pci 0000:00:1d.7: reg 10 32bit mmio:
>[0xfc227000-0xfc2273ff]
>[ 0.317303] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
>[ 0.317383] pci 0000:00:1d.7: PME# disabled
>[ 0.317826] pci 0000:00:1f.2: reg 10 io port: [0x1c48-0x1c4f]
>[ 0.317840] pci 0000:00:1f.2: reg 14 io port: [0x183c-0x183f]
>[ 0.317854] pci 0000:00:1f.2: reg 18 io port: [0x1c40-0x1c47]
>[ 0.317867] pci 0000:00:1f.2: reg 1c io port: [0x1838-0x183b]
>[ 0.317880] pci 0000:00:1f.2: reg 20 io port: [0x1c20-0x1c3f]
>[ 0.317894] pci 0000:00:1f.2: reg 24 32bit mmio:
>[0xfc226000-0xfc2267ff]
>[ 0.317968] pci 0000:00:1f.2: PME# supported from D3hot
>[ 0.318045] pci 0000:00:1f.2: PME# disabled
>[ 0.318177] pci 0000:00:1f.3: reg 10 64bit mmio:
>[0xfc227400-0xfc2274ff]
>[ 0.318208] pci 0000:00:1f.3: reg 20 io port: [0x1c60-0x1c7f]
>[ 0.318672] pci 0000:03:00.0: reg 10 64bit mmio:
>[0xf4300000-0xf4301fff]
>[ 0.319081] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
>[ 0.319189] pci 0000:03:00.0: PME# disabled
>[ 0.319432] pci 0000:00:1c.1: bridge 32bit mmio:
>[0xf4300000-0xf43fffff]
>[ 0.319533] pci 0000:00:1c.3: bridge io port: [0x2000-0x2fff]
>[ 0.319542] pci 0000:00:1c.3: bridge 32bit mmio:
>[0xf8000000-0xf9ffffff]
>[ 0.319556] pci 0000:00:1c.3: bridge 64bit mmio pref:
>[0xf4000000-0xf40fffff]
>[ 0.319648] pci 0000:00:1c.4: bridge io port: [0x3000-0x3fff]
>[ 0.319658] pci 0000:00:1c.4: bridge 32bit mmio:
>[0xfa000000-0xfbffffff]
>[ 0.319671] pci 0000:00:1c.4: bridge 64bit mmio pref:
>[0xf4100000-0xf41fffff]
>[ 0.319750] pci 0000:15:00.0: reg 10 32bit mmio:
>[0xf4800000-0xf4800fff]
>[ 0.319792] pci 0000:15:00.0: supports D1 D2
>[ 0.319797] pci 0000:15:00.0: PME# supported from D0 D1 D2
>D3hot D3cold
>[ 0.319878] pci 0000:15:00.0: PME# disabled
>[ 0.320079] pci 0000:15:00.1: reg 10 32bit mmio:
>[0xf4801000-0xf48017ff]
>[ 0.320183] pci 0000:15:00.1: supports D1 D2
>[ 0.320188] pci 0000:15:00.1: PME# supported from D0 D1 D2
>D3hot D3cold
>[ 0.320271] pci 0000:15:00.1: PME# disabled
>[ 0.320414] pci 0000:15:00.2: reg 10 32bit mmio:
>[0xf4801800-0xf48018ff]
>[ 0.320518] pci 0000:15:00.2: supports D1 D2
>[ 0.320523] pci 0000:15:00.2: PME# supported from D0 D1 D2
>D3hot D3cold
>[ 0.320605] pci 0000:15:00.2: PME# disabled
>[ 0.320749] pci 0000:15:00.3: reg 10 32bit mmio:
>[0xf4801c00-0xf4801cff]
>[ 0.320853] pci 0000:15:00.3: supports D1 D2
>[ 0.320857] pci 0000:15:00.3: PME# supported from D0 D1 D2
>D3hot D3cold
>[ 0.320940] pci 0000:15:00.3: PME# disabled
>[ 0.321083] pci 0000:15:00.4: reg 10 32bit mmio:
>[0xf4802000-0xf48020ff]
>[ 0.321187] pci 0000:15:00.4: supports D1 D2
>[ 0.321191] pci 0000:15:00.4: PME# supported from D0 D1 D2
>D3hot D3cold
>[ 0.321274] pci 0000:15:00.4: PME# disabled
>[ 0.321417] pci 0000:15:00.5: reg 10 32bit mmio:
>[0xf4802400-0xf48024ff]
>[ 0.321521] pci 0000:15:00.5: supports D1 D2
>[ 0.321526] pci 0000:15:00.5: PME# supported from D0 D1 D2
>D3hot D3cold
>[ 0.321608] pci 0000:15:00.5: PME# disabled
>[ 0.321781] pci 0000:00:1e.0: transparent bridge
>[ 0.321858] pci 0000:00:1e.0: bridge io port: [0x4000-0x7fff]
>[ 0.321868] pci 0000:00:1e.0: bridge 32bit mmio:
>[0xf4800000-0xf7ffffff]
>[ 0.321882] pci 0000:00:1e.0: bridge 64bit mmio pref:
>[0xf0000000-0xf3ffffff]
>[ 0.321970] pci_bus 0000:00: on NUMA node 0
>[ 0.321990] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
>[ 0.322510] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
>[ 0.322769] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
>[ 0.323031] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
>[ 0.323292] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
>[ 0.323553] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
>[ 0.343104] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7
>9 10 *11)
>[ 0.344400] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7
>9 10 *11)
>[ 0.345678] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7
>9 10 *11)
>[ 0.346952] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7
>9 10 *11)
>[ 0.348240] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7
>9 10 *11)
>[ 0.349513] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7
>9 10 *11)
>[ 0.350787] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7
>9 10 *11)
>[ 0.352072] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7
>9 10 *11)
>[ 0.353049] ACPI: Power Resource [PUBS] (on)
>[ 0.353320] PCI: Using ACPI for IRQ routing
>[ 0.364357] NetLabel: Initializing
>[ 0.364429] NetLabel: domain hash size = 128
>[ 0.364500] NetLabel: protocols = UNLABELED CIPSOv4
>[ 0.364603] NetLabel: unlabeled traffic allowed by default
>[ 0.364748] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
>[ 0.365076] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
>[ 0.381310] pnp: PnP ACPI init
>[ 0.381398] ACPI: bus type pnp registered
>[ 0.456648] pnp: PnP ACPI: found 10 devices
>[ 0.456723] ACPI: ACPI bus type pnp unregistered
>[ 0.456815] system 00:00: iomem range 0x0-0x9ffff could not
>be reserved
>[ 0.456893] system 00:00: iomem range 0xc0000-0xc3fff has
>been reserved
>[ 0.456971] system 00:00: iomem range 0xc4000-0xc7fff has
>been reserved
>[ 0.457049] system 00:00: iomem range 0xc8000-0xcbfff has
>been reserved
>[ 0.457125] system 00:00: iomem range 0xcc000-0xcffff has
>been reserved
>[ 0.457203] system 00:00: iomem range 0xd0000-0xd3fff has
>been reserved
>[ 0.457280] system 00:00: iomem range 0xdc000-0xdffff could
>not be reserved
>[ 0.457359] system 00:00: iomem range 0xe0000-0xe3fff could
>not be reserved
>[ 0.457437] system 00:00: iomem range 0xe4000-0xe7fff could
>not be reserved
>[ 0.457515] system 00:00: iomem range 0xe8000-0xebfff could
>not be reserved
>[ 0.457593] system 00:00: iomem range 0xec000-0xeffff could
>not be reserved
>[ 0.457671] system 00:00: iomem range 0xf0000-0xfffff could
>not be reserved
>[ 0.457750] system 00:00: iomem range 0x100000-0xbfffffff
>could not be
>reserved
>[ 0.457840] system 00:00: iomem range 0xfec00000-0xfed3ffff
>could not be
>reserved
>[ 0.457931] system 00:00: iomem range 0xfed4c000-0xffffffff
>could not be
>reserved
>[ 0.458031] system 00:02: ioport range 0x1000-0x107f has
>been reserved
>[ 0.458109] system 00:02: ioport range 0x1180-0x11ff has
>been reserved
>[ 0.458187] system 00:02: ioport range 0x800-0x80f has been reserved
>[ 0.458264] system 00:02: ioport range 0x15e0-0x15ef has
>been reserved
>[ 0.458341] system 00:02: ioport range 0x1600-0x167f has
>been reserved
>[ 0.458418] system 00:02: ioport range 0x1680-0x169f has
>been reserved
>[ 0.458497] system 00:02: iomem range 0xe0000000-0xefffffff
>has been
>reserved
>[ 0.458576] system 00:02: iomem range 0xfed1c000-0xfed1ffff
>has been
>reserved
>[ 0.458655] system 00:02: iomem range 0xfed10000-0xfed13fff
>has been
>reserved
>[ 0.458734] system 00:02: iomem range 0xfed18000-0xfed18fff
>has been
>reserved
>[ 0.458813] system 00:02: iomem range 0xfed19000-0xfed19fff
>has been
>reserved
>[ 0.458892] system 00:02: iomem range 0xfed45000-0xfed4bfff
>has been
>reserved
>[ 0.464076] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
>[ 0.464153] pci 0000:00:1c.0: IO window: disabled
>[ 0.464231] pci 0000:00:1c.0: MEM window: disabled
>[ 0.469715] pci 0000:00:1c.0: PREFETCH window: disabled
>[ 0.469799] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:03
>[ 0.469875] pci 0000:00:1c.1: IO window: disabled
>[ 0.469955] pci 0000:00:1c.1: MEM window: 0xf4300000-0xf43fffff
>[ 0.470036] pci 0000:00:1c.1: PREFETCH window: disabled
>[ 0.470120] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:05
>[ 0.470199] pci 0000:00:1c.3: IO window: 0x2000-0x2fff
>[ 0.470280] pci 0000:00:1c.3: MEM window: 0xf8000000-0xf9ffffff
>[ 0.470361] pci 0000:00:1c.3: PREFETCH window:
>0x000000f4000000-0x000000f40fffff
>[ 0.470461] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:0d
>[ 0.470539] pci 0000:00:1c.4: IO window: 0x3000-0x3fff
>[ 0.470621] pci 0000:00:1c.4: MEM window: 0xfa000000-0xfbffffff
>[ 0.470702] pci 0000:00:1c.4: PREFETCH window:
>0x000000f4100000-0x000000f41fffff
>[ 0.470809] pci 0000:15:00.0: CardBus bridge, secondary bus 0000:16
>[ 0.470887] pci 0000:15:00.0: IO window: 0x004000-0x0040ff
>[ 0.470967] pci 0000:15:00.0: IO window: 0x004400-0x0044ff
>[ 0.471048] pci 0000:15:00.0: PREFETCH window:
>0xf0000000-0xf3ffffff
>[ 0.471131] pci 0000:15:00.0: MEM window: 0xc4000000-0xc7ffffff
>[ 0.471213] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:15
>[ 0.471292] pci 0000:00:1e.0: IO window: 0x4000-0x7fff
>[ 0.471374] pci 0000:00:1e.0: MEM window: 0xf4800000-0xf7ffffff
>[ 0.471455] pci 0000:00:1e.0: PREFETCH window:
>0x000000f0000000-0x000000f3ffffff
>[ 0.471572] pci 0000:00:1c.0: PCI INT A -> GSI 20 (level,
>low) -> IRQ 20
>[ 0.471657] pci 0000:00:1c.0: setting latency timer to 64
>[ 0.471675] pci 0000:00:1c.1: PCI INT B -> GSI 21 (level,
>low) -> IRQ 21
>[ 0.471757] pci 0000:00:1c.1: setting latency timer to 64
>[ 0.471776] pci 0000:00:1c.3: PCI INT D -> GSI 23 (level,
>low) -> IRQ 23
>[ 0.471858] pci 0000:00:1c.3: setting latency timer to 64
>[ 0.471874] pci 0000:00:1c.4: PCI INT A -> GSI 20 (level,
>low) -> IRQ 20
>[ 0.471956] pci 0000:00:1c.4: setting latency timer to 64
>[ 0.471971] pci 0000:00:1e.0: setting latency timer to 64
>[ 0.471990] pci 0000:15:00.0: PCI INT A -> GSI 16 (level,
>low) -> IRQ 16
>[ 0.472085] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
>[ 0.472090] pci_bus 0000:00: resource 1 mem:
>[0x000000-0xffffffffffffffff]
>[ 0.472097] pci_bus 0000:02: resource 0 mem: [0x0-0x0]
>[ 0.472101] pci_bus 0000:02: resource 1 mem: [0x0-0x0]
>[ 0.472106] pci_bus 0000:02: resource 2 mem: [0x0-0x0]
>[ 0.472110] pci_bus 0000:02: resource 3 mem: [0x0-0x0]
>[ 0.472115] pci_bus 0000:03: resource 0 mem: [0x0-0x0]
>[ 0.472120] pci_bus 0000:03: resource 1 mem: [0xf4300000-0xf43fffff]
>[ 0.472125] pci_bus 0000:03: resource 2 mem: [0x0-0x0]
>[ 0.472130] pci_bus 0000:03: resource 3 mem: [0x0-0x0]
>[ 0.472135] pci_bus 0000:05: resource 0 io: [0x2000-0x2fff]
>[ 0.472140] pci_bus 0000:05: resource 1 mem: [0xf8000000-0xf9ffffff]
>[ 0.472146] pci_bus 0000:05: resource 2 mem: [0xf4000000-0xf40fffff]
>[ 0.472151] pci_bus 0000:05: resource 3 mem: [0x0-0x0]
>[ 0.472156] pci_bus 0000:0d: resource 0 io: [0x3000-0x3fff]
>[ 0.472161] pci_bus 0000:0d: resource 1 mem: [0xfa000000-0xfbffffff]
>[ 0.472166] pci_bus 0000:0d: resource 2 mem: [0xf4100000-0xf41fffff]
>[ 0.472171] pci_bus 0000:0d: resource 3 mem: [0x0-0x0]
>[ 0.472176] pci_bus 0000:15: resource 0 io: [0x4000-0x7fff]
>[ 0.472182] pci_bus 0000:15: resource 1 mem: [0xf4800000-0xf7ffffff]
>[ 0.472187] pci_bus 0000:15: resource 2 mem: [0xf0000000-0xf3ffffff]
>[ 0.472192] pci_bus 0000:15: resource 3 io: [0x00-0xffff]
>[ 0.472197] pci_bus 0000:15: resource 4 mem:
>[0x000000-0xffffffffffffffff]
>[ 0.472203] pci_bus 0000:16: resource 0 io: [0x4000-0x40ff]
>[ 0.472208] pci_bus 0000:16: resource 1 io: [0x4400-0x44ff]
>[ 0.472213] pci_bus 0000:16: resource 2 mem: [0xf0000000-0xf3ffffff]
>[ 0.472218] pci_bus 0000:16: resource 3 mem: [0xc4000000-0xc7ffffff]
>[ 0.472290] NET: Registered protocol family 2
>[ 0.520171] IP route cache hash table entries: 131072
>(order: 8, 1048576
>bytes)
>[ 0.522267] TCP established hash table entries: 262144
>(order: 10, 4194304
>bytes)
>[ 0.524754] TCP bind hash table entries: 65536 (order: 8,
>1048576 bytes)
>[ 0.525532] TCP: Hash tables configured (established 262144
>bind 65536)
>[ 0.525608] TCP reno registered
>[ 0.536228] NET: Registered protocol family 1
>[ 0.536424] checking if image is initramfs...it isn't (no
>cpio magic);
>looks like an initrd
>[ 0.540524] Freeing initrd memory: 877k freed
>[ 0.541216] Simple Boot Flag at 0x35 set to 0x1
>[ 0.542238] audit: initializing netlink socket (disabled)
>[ 0.542336] type=2000 audit(1238453573.540:1): initialized
>[ 0.543184] HugeTLB registered 2 MB page size, pre-allocated 0 pages
>[ 0.547083] VFS: Disk quotas dquot_6.5.2
>[ 0.547319] Dquot-cache hash table entries: 512 (order 0,
>4096 bytes)
>[ 0.547656] msgmni has been set to 7687
>[ 0.548967] alg: No test for stdrng (krng)
>[ 0.549191] Block layer SCSI generic (bsg) driver version
>0.4 loaded (major
>253)
>[ 0.549283] io scheduler noop registered
>[ 0.549355] io scheduler anticipatory registered
>[ 0.549427] io scheduler deadline registered
>[ 0.549595] io scheduler cfq registered (default)
>[ 0.549692] pci 0000:00:02.0: Boot video device
>[ 0.550240] pcieport-driver 0000:00:1c.0: setting latency
>timer to 64
>[ 0.550365] pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X
>[ 0.550611] pcieport-driver 0000:00:1c.1: setting latency
>timer to 64
>[ 0.550730] pcieport-driver 0000:00:1c.1: irq 25 for MSI/MSI-X
>[ 0.550989] pcieport-driver 0000:00:1c.3: setting latency
>timer to 64
>[ 0.551107] pcieport-driver 0000:00:1c.3: irq 26 for MSI/MSI-X
>[ 0.551365] pcieport-driver 0000:00:1c.4: setting latency
>timer to 64
>[ 0.551481] pcieport-driver 0000:00:1c.4: irq 27 for MSI/MSI-X
>[ 0.557240] Switched to high resolution mode on CPU 1
>[ 0.560040] Switched to high resolution mode on CPU 0
>[ 0.588135] Linux agpgart interface v0.103
>[ 0.588217] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
>[ 0.589242] serial 0000:00:03.3: PCI INT B -> GSI 17
>(level, low) -> IRQ 17
>[ 0.589720] 0000:00:03.3: ttyS0 at I/O 0x1830 (irq = 17) is a 16550A
>[ 0.591972] brd: module loaded
>[ 0.592185] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU]
>at 0x60,0x64 irq
>1,12
>[ 0.600902] serio: i8042 KBD port at 0x60,0x64 irq 1
>[ 0.600995] serio: i8042 AUX port at 0x60,0x64 irq 12
>[ 0.601239] mice: PS/2 mouse device common for all mice
>[ 0.601406] rtc_cmos 00:07: RTC can wake from S4
>[ 0.601592] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
>[ 0.601715] rtc0: alarms up to one month, y3k, 114 bytes
>nvram, hpet irqs
>[ 0.601822] cpuidle: using governor ladder
>[ 0.601896] cpuidle: using governor menu
>[ 0.602800] TCP cubic registered
>[ 0.602874] NET: Registered protocol family 17
>[ 0.605651] input: AT Translated Set 2 keyboard as
>/class/input/input0
>[ 0.617595] registered taskstats version 1
>[ 0.618105] rtc_cmos 00:07: setting system clock to
>2009-03-30 22:52:54 UTC
>(1238453574)
>[ 0.626882] RAMDISK: gzip image found at block 0
>[ 0.693786] VFS: Mounted root (romfs filesystem) readonly
>on device 1:0.
>[ 0.732879] SCSI subsystem initialized
>[ 0.769027] libata version 3.00 loaded.
>[ 0.777487] ahci 0000:00:1f.2: version 3.0
>[ 0.777520] ahci 0000:00:1f.2: PCI INT B -> GSI 16 (level,
>low) -> IRQ 16
>[ 0.777699] ahci 0000:00:1f.2: irq 28 for MSI/MSI-X
>[ 0.777779] ahci: SSS flag set, parallel bus scan disabled
>[ 0.777893] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4
>ports 3 Gbps 0x3
>impl SATA mode
>[ 0.777985] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag
>pm led clo pio
>slum part
>[ 0.778080] ahci 0000:00:1f.2: setting latency timer to 64
>[ 0.778457] scsi0 : ahci
>[ 0.778704] scsi1 : ahci
>[ 0.778909] scsi2 : ahci
>[ 0.779161] scsi3 : ahci
>[ 0.781869] ata1: SATA max UDMA/133 abar m2048@0xfc226000
>port 0xfc226100
>irq 28
>[ 0.781962] ata2: SATA max UDMA/133 abar m2048@0xfc226000
>port 0xfc226180
>irq 28
>[ 0.782050] ata3: DUMMY
>[ 0.782117] ata4: DUMMY
>[ 0.791589] Driver 'sd' needs updating - please use bus_type methods
>[ 1.100036] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>[ 1.101223] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
>[ 1.101230] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
>[ 1.101405] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
>[ 1.101414] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
>[ 1.101901] ata1.00: ATA-8: FUJITSU MHZ2160BJ G1, 0084001F,
>max UDMA/100
>[ 1.101980] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ
>(depth 31/32)
>[ 1.103253] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
>[ 1.103260] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
>[ 1.103435] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
>[ 1.103442] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
>[ 1.103986] ata1.00: configured for UDMA/100
>[ 1.121104] ata1.00: configured for UDMA/100
>[ 1.121179] ata1: EH complete
>[ 1.121450] scsi 0:0:0:0: Direct-Access ATA
>FUJITSU MHZ2160B 0084
>PQ: 0 ANSI: 5
>[ 1.122043] sd 0:0:0:0: [sda] 312581808 512-byte hardware
>sectors: (160
>GB/149 GiB)
>[ 1.122171] sd 0:0:0:0: [sda] Write Protect is off
>[ 1.122246] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
>[ 1.122317] sd 0:0:0:0: [sda] Write cache: enabled, read
>cache: enabled,
>doesn't support DPO or FUA
>[ 1.122636] sda: sda1 sda2 sda3 sda4
>[ 1.157068] sd 0:0:0:0: [sda] Attached SCSI disk
>[ 1.440034] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
>[ 1.444276] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
>[ 1.445349] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
>[ 1.445358] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
>[ 1.446451] ata2.00: ATAPI: Optiarc DVD RW AD-7910S, 1.D0,
>max UDMA/100
>[ 1.451192] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
>[ 1.452280] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
>[ 1.452288] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
>[ 1.453472] ata2.00: configured for UDMA/100
>[ 1.469722] scsi 1:0:0:0: CD-ROM Optiarc DVD RW
>AD-7910S 1.D0
>PQ: 0 ANSI: 5
>[ 2.812303] SGI XFS with ACLs, security attributes, large
>block/inode
>numbers, no debug enabled
>[ 2.813463] SGI XFS Quota Management subsystem
>[ 2.853134] XFS mounting filesystem sda3
>[ 3.083859] Ending clean XFS mount for filesystem: sda3
>[ 3.083926] VFS: Mounted root (xfs filesystem) readonly on
>device 8:3.
>[ 3.084019] Trying to move old root to /initrd ... okay
>[ 3.090905] Freeing unused kernel memory: 424k freed
>[ 5.835047] Non-volatile memory driver v1.3
>[ 5.901458] ACPI: SSDT BD6D6C20, 02C8 (r1 PmRef Cpu0Ist
> 3000 INTL
>20050624)
>[ 5.903018] ACPI: SSDT BD6D4020, 087A (r1 PmRef Cpu0Cst
> 3001 INTL
>20050624)
>[ 5.912932] Monitor-Mwait will be used to enter C-1 state
>[ 5.912954] Monitor-Mwait will be used to enter C-2 state
>[ 5.912972] Monitor-Mwait will be used to enter C-3 state
>[ 5.913144] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
>[ 5.915986] processor ACPI_CPU:00: registered as cooling_device0
>[ 5.916046] ACPI: Processor [CPU0] (supports 8 throttling states)
>[ 5.917830] ACPI: SSDT BD6D5CA0, 01CF (r1 PmRef ApIst
> 3000 INTL
>20050624)
>[ 5.919242] ACPI: SSDT BD6D5F20, 008D (r1 PmRef ApCst
> 3000 INTL
>20050624)
>[ 5.925502] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
>[ 5.925562] processor ACPI_CPU:01: registered as cooling_device1
>[ 5.925572] ACPI: Processor [CPU1] (supports 8 throttling states)
>[ 5.926588] Marking TSC unstable due to TSC halts in idle
>[ 5.930030] agpgart-intel 0000:00:00.0: Intel Mobile Intel(r)
>GM45 Express
>Chipset
>[ 5.935182] agpgart-intel 0000:00:00.0: detected 32764K
>stolen memory
>[ 5.944057] input: Power Button (FF) as /class/input/input1
>[ 5.952504] agpgart-intel 0000:00:00.0: AGP aperture is
>256M @ 0xd0000000
>[ 5.972751] ACPI: Battery Slot [BAT0] (battery present)
>[ 5.973169] ACPI: Power Button (FF) [PWRF]
>[ 5.973374] input: Lid Switch as /class/input/input2
>[ 5.974273] ACPI: AC Adapter [AC] (off-line)
>[ 5.989860] ACPI: Lid Switch [LID]
>[ 5.990002] input: Sleep Button (CM) as /class/input/input3
>[ 6.028175] ACPI: Sleep Button (CM) [SLPB]
>[ 6.028461] ACPI: WMI: Mapper loaded
>[ 6.030760] input: PC Speaker as /class/input/input4
>[ 6.083159] thermal LNXTHERM:01: registered as thermal_zone0
>[ 6.084271] cfg80211: Calling CRDA to update world regulatory domain
>[ 6.087812] ACPI: Thermal Zone [THM0] (40 C)
>[ 6.090740] thermal LNXTHERM:02: registered as thermal_zone1
>[ 6.093985] ACPI: Thermal Zone [THM1] (30 C)
>[ 6.107623] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.4-k4
>[ 6.107630] e1000e: Copyright (c) 1999-2008 Intel Corporation.
>[ 6.107706] e1000e 0000:00:19.0: PCI INT A -> GSI 20
>(level, low) -> IRQ 20
>[ 6.107726] e1000e 0000:00:19.0: setting latency timer to 64
>[ 6.107949] e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
>[ 6.119873] Driver 'sr' needs updating - please use bus_type methods
>[ 6.129535] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram
>cd/rw xa/form2
>cdda tray
>[ 6.129543] Uniform CD-ROM driver Revision: 3.20
>[ 6.129744] sr 1:0:0:0: Attached scsi CD-ROM sr0
>[ 6.149173] acpi device:03: registered as cooling_device2
>[ 6.149968] input: Video Bus as /class/input/input5
>[ 6.165364] iTCO_vendor_support: vendor-support=0
>[ 6.184260] ACPI: Video Device [VID] (multi-head: yes rom:
>no post: no)
>[ 6.203972] 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1)
>00:21:86:a2:19:06
>[ 6.203980] 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
>[ 6.204026] 0000:00:19.0: eth0: MAC: 7, PHY: 8, PBA No: 1008ff-0ff
>[ 6.221057] usbcore: registered new interface driver usbfs
>[ 6.221131] usbcore: registered new interface driver hub
>[ 6.228402] usbcore: registered new device driver usb
>[ 6.244533] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
>[ 6.244788] iTCO_wdt: Found a ICH9M-E TCO device (Version=2,
>TCOBASE=0x1060)
>[ 6.244951] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
>[ 6.252867] sd 0:0:0:0: Attached scsi generic sg0 type 0
>[ 6.252969] sr 1:0:0:0: Attached scsi generic sg1 type 5
>[ 6.258895] ricoh-mmc: Ricoh MMC Controller disabling driver
>[ 6.258901] ricoh-mmc: Copyright(c) Philip Langdale
>[ 6.258948] ricoh-mmc: Ricoh MMC controller found at 0000:15:00.3
>[1180:0843] (rev 11)
>[ 6.258984] ricoh-mmc: Controller is now disabled.
>[ 6.278046] firewire_ohci 0000:15:00.1: PCI INT B -> GSI 17
>(level, low) ->
>IRQ 17
>[ 6.317682] ehci_hcd: USB 2.0 'Enhanced' Host Controller
>(EHCI) Driver
>[ 6.318400] ehci_hcd 0000:00:1a.7: power state changed by ACPI to D0
>[ 6.318419] ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 23
>(level, low) -> IRQ
>23
>[ 6.318467] ehci_hcd 0000:00:1a.7: setting latency timer to 64
>[ 6.318475] ehci_hcd 0000:00:1a.7: EHCI Host Controller
>[ 6.318586] ehci_hcd 0000:00:1a.7: new USB bus registered,
>assigned bus
>number 1
>[ 6.322527] ehci_hcd 0000:00:1a.7: debug port 1
>[ 6.322540] ehci_hcd 0000:00:1a.7: cache line size of 32 is
>not supported
>[ 6.322575] ehci_hcd 0000:00:1a.7: irq 23, io mem 0xfc226c00
>[ 6.327457] thinkpad_acpi: ThinkPad ACPI Extras v0.22
>[ 6.327462] thinkpad_acpi: http://ibm-acpi.sf.net/
>[ 6.327467] thinkpad_acpi: ThinkPad BIOS 7UET61WW (2.07 ),
>EC 7VHT12WW-1.01
>[ 6.327472] thinkpad_acpi: Lenovo ThinkPad T400, model 2764CTO
>[ 6.329471] Monitor-Mwait will be used to enter C-3 state
>[ 6.330656] thinkpad_acpi: radio switch found; radios are enabled
>[ 6.330993] thinkpad_acpi: This ThinkPad has standard ACPI
>backlight
>brightness control, supported by the ACPI video driver
>[ 6.331003] thinkpad_acpi: Disabling thinkpad-acpi
>brightness events by
>default...
>[ 6.336030] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
>[ 6.336081] usb usb1: New USB device found, idVendor=1d6b,
>idProduct=0002
>[ 6.336087] usb usb1: New USB device strings: Mfr=3, Product=2,
>SerialNumber=1
>[ 6.336093] usb usb1: Product: EHCI Host Controller
>[ 6.336097] usb usb1: Manufacturer: Linux 2.6.29 ehci_hcd
>[ 6.336102] usb usb1: SerialNumber: 0000:00:1a.7
>[ 6.336304] usb usb1: configuration #1 chosen from 1 choice
>[ 6.336389] hub 1-0:1.0: USB hub found
>[ 6.336406] hub 1-0:1.0: 6 ports detected
>[ 6.340879] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
>[ 6.340903] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19
>(level, low) -> IRQ
>19
>[ 6.340950] ehci_hcd 0000:00:1d.7: setting latency timer to 64
>[ 6.340957] ehci_hcd 0000:00:1d.7: EHCI Host Controller
>[ 6.341028] ehci_hcd 0000:00:1d.7: new USB bus registered,
>assigned bus
>number 2
>[ 6.345015] ehci_hcd 0000:00:1d.7: debug port 1
>[ 6.345034] ehci_hcd 0000:00:1d.7: cache line size of 32 is
>not supported
>[ 6.345065] ehci_hcd 0000:00:1d.7: irq 19, io mem 0xfc227000
>[ 6.354621] Registered led device: tpacpi::thinklight
>[ 6.354719] Registered led device: tpacpi::power
>[ 6.354769] Registered led device: tpacpi:orange:batt
>[ 6.354815] Registered led device: tpacpi:green:batt
>[ 6.354861] Registered led device: tpacpi::dock_active
>[ 6.354908] Registered led device: tpacpi::bay_active
>[ 6.354955] Registered led device: tpacpi::dock_batt
>[ 6.355002] Registered led device: tpacpi::unknown_led
>[ 6.355054] Registered led device: tpacpi::standby
>[ 6.357032] firewire_ohci: Added fw-ohci device
>0000:15:00.1, OHCI version
>1.10
>[ 6.357914] thinkpad_acpi: Standard ACPI backlight
>interface available, not
>loading native one.
>[ 6.358317] input: ThinkPad Extra Buttons as /class/input/input6
>[ 6.360034] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
>[ 6.360086] usb usb2: New USB device found, idVendor=1d6b,
>idProduct=0002
>[ 6.360092] usb usb2: New USB device strings: Mfr=3, Product=2,
>SerialNumber=1
>[ 6.360098] usb usb2: Product: EHCI Host Controller
>[ 6.360103] usb usb2: Manufacturer: Linux 2.6.29 ehci_hcd
>[ 6.360107] usb usb2: SerialNumber: 0000:00:1d.7
>[ 6.360303] usb usb2: configuration #1 chosen from 1 choice
>[ 6.360407] hub 2-0:1.0: USB hub found
>[ 6.360428] hub 2-0:1.0: 6 ports detected
>[ 6.409375] sdhci: Secure Digital Host Controller Interface driver
>[ 6.409382] sdhci: Copyright(c) Pierre Ossman
>[ 6.426258] pata_acpi 0000:00:03.2: PCI INT C -> GSI 18
>(level, low) -> IRQ
>18
>[ 6.426316] pata_acpi 0000:00:03.2: setting latency timer to 64
>[ 6.426340] pata_acpi 0000:00:03.2: PCI INT C disabled
>[ 6.450100] sdhci-pci 0000:15:00.2: SDHCI controller found
>[1180:0822] (rev
>21)
>[ 6.450134] sdhci-pci 0000:15:00.2: PCI INT C -> GSI 18
>(level, low) -> IRQ
>18
>[ 6.451217] sdhci-pci 0000:15:00.2: Will use DMA mode even
>though HW
>doesn't fully claim to support it.
>[ 6.452323] Registered led device: mmc0::
>[ 6.483591] mmc0: SDHCI controller on PCI [0000:15:00.2] using DMA
>[ 6.496709] yenta_cardbus 0000:15:00.0: CardBus bridge
>found [17aa:20c6]
>[ 6.499906] i801_smbus 0000:00:1f.3: PCI INT A -> GSI 23
>(level, low) ->
>IRQ 23
>[ 6.507551] uhci_hcd: USB Universal Host Controller Interface driver
>[ 6.509180] uhci_hcd 0000:00:1a.0: power state changed by ACPI to D0
>[ 6.509193] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20
>(level, low) -> IRQ
>20
>[ 6.509209] uhci_hcd 0000:00:1a.0: setting latency timer to 64
>[ 6.509217] uhci_hcd 0000:00:1a.0: UHCI Host Controller
>[ 6.509293] uhci_hcd 0000:00:1a.0: new USB bus registered,
>assigned bus
>number 3
>[ 6.509358] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860
>[ 6.509454] usb usb3: New USB device found, idVendor=1d6b,
>idProduct=0001
>[ 6.509460] usb usb3: New USB device strings: Mfr=3, Product=2,
>SerialNumber=1
>[ 6.509465] usb usb3: Product: UHCI Host Controller
>[ 6.509470] usb usb3: Manufacturer: Linux 2.6.29 uhci_hcd
>[ 6.509474] usb usb3: SerialNumber: 0000:00:1a.0
>[ 6.509684] usb usb3: configuration #1 chosen from 1 choice
>[ 6.509767] hub 3-0:1.0: USB hub found
>[ 6.509783] hub 3-0:1.0: 2 ports detected
>[ 6.510082] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21
>(level, low) -> IRQ
>21
>[ 6.510097] uhci_hcd 0000:00:1a.1: setting latency timer to 64
>[ 6.510105] uhci_hcd 0000:00:1a.1: UHCI Host Controller
>[ 6.510166] uhci_hcd 0000:00:1a.1: new USB bus registered,
>assigned bus
>number 4
>[ 6.510228] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880
>[ 6.510314] usb usb4: New USB device found, idVendor=1d6b,
>idProduct=0001
>[ 6.510320] usb usb4: New USB device strings: Mfr=3, Product=2,
>SerialNumber=1
>[ 6.510325] usb usb4: Product: UHCI Host Controller
>[ 6.510329] usb usb4: Manufacturer: Linux 2.6.29 uhci_hcd
>[ 6.510334] usb usb4: SerialNumber: 0000:00:1a.1
>[ 6.510474] usb usb4: configuration #1 chosen from 1 choice
>[ 6.510548] hub 4-0:1.0: USB hub found
>[ 6.510563] hub 4-0:1.0: 2 ports detected
>[ 6.511457] uhci_hcd 0000:00:1a.2: power state changed by ACPI to D0
>[ 6.511475] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22
>(level, low) -> IRQ
>22
>[ 6.511489] uhci_hcd 0000:00:1a.2: setting latency timer to 64
>[ 6.511496] uhci_hcd 0000:00:1a.2: UHCI Host Controller
>[ 6.511572] uhci_hcd 0000:00:1a.2: new USB bus registered,
>assigned bus
>number 5
>[ 6.511633] uhci_hcd 0000:00:1a.2: irq 22, io base 0x000018a0
>[ 6.511721] usb usb5: New USB device found, idVendor=1d6b,
>idProduct=0001
>[ 6.511727] usb usb5: New USB device strings: Mfr=3, Product=2,
>SerialNumber=1
>[ 6.511733] usb usb5: Product: UHCI Host Controller
>[ 6.511737] usb usb5: Manufacturer: Linux 2.6.29 uhci_hcd
>[ 6.511741] usb usb5: SerialNumber: 0000:00:1a.2
>[ 6.511883] usb usb5: configuration #1 chosen from 1 choice
>[ 6.511959] hub 5-0:1.0: USB hub found
>[ 6.511974] hub 5-0:1.0: 2 ports detected
>[ 6.513062] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
>[ 6.513074] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16
>(level, low) -> IRQ
>16
>[ 6.513089] uhci_hcd 0000:00:1d.0: setting latency timer to 64
>[ 6.513096] uhci_hcd 0000:00:1d.0: UHCI Host Controller
>[ 6.513165] uhci_hcd 0000:00:1d.0: new USB bus registered,
>assigned bus
>number 6
>[ 6.513210] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018c0
>[ 6.513298] usb usb6: New USB device found, idVendor=1d6b,
>idProduct=0001
>[ 6.513305] usb usb6: New USB device strings: Mfr=3, Product=2,
>SerialNumber=1
>[ 6.513310] usb usb6: Product: UHCI Host Controller
>[ 6.513314] usb usb6: Manufacturer: Linux 2.6.29 uhci_hcd
>[ 6.513319] usb usb6: SerialNumber: 0000:00:1d.0
>[ 6.513466] usb usb6: configuration #1 chosen from 1 choice
>[ 6.513544] hub 6-0:1.0: USB hub found
>[ 6.513559] hub 6-0:1.0: 2 ports detected
>[ 6.513868] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17
>(level, low) -> IRQ
>17
>[ 6.513883] uhci_hcd 0000:00:1d.1: setting latency timer to 64
>[ 6.513890] uhci_hcd 0000:00:1d.1: UHCI Host Controller
>[ 6.513951] uhci_hcd 0000:00:1d.1: new USB bus registered,
>assigned bus
>number 7
>[ 6.513995] uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018e0
>[ 6.514079] usb usb7: New USB device found, idVendor=1d6b,
>idProduct=0001
>[ 6.514085] usb usb7: New USB device strings: Mfr=3, Product=2,
>SerialNumber=1
>[ 6.514090] usb usb7: Product: UHCI Host Controller
>[ 6.514094] usb usb7: Manufacturer: Linux 2.6.29 uhci_hcd
>[ 6.514099] usb usb7: SerialNumber: 0000:00:1d.1
>[ 6.514243] usb usb7: configuration #1 chosen from 1 choice
>[ 6.514326] hub 7-0:1.0: USB hub found
>[ 6.514341] hub 7-0:1.0: 2 ports detected
>[ 6.514648] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18
>(level, low) -> IRQ
>18
>[ 6.514662] uhci_hcd 0000:00:1d.2: setting latency timer to 64
>[ 6.514669] uhci_hcd 0000:00:1d.2: UHCI Host Controller
>[ 6.514735] uhci_hcd 0000:00:1d.2: new USB bus registered,
>assigned bus
>number 8
>[ 6.514780] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001c00
>[ 6.514871] usb usb8: New USB device found, idVendor=1d6b,
>idProduct=0001
>[ 6.514878] usb usb8: New USB device strings: Mfr=3, Product=2,
>SerialNumber=1
>[ 6.514883] usb usb8: Product: UHCI Host Controller
>[ 6.514887] usb usb8: Manufacturer: Linux 2.6.29 uhci_hcd
>[ 6.514892] usb usb8: SerialNumber: 0000:00:1d.2
>[ 6.515052] usb usb8: configuration #1 chosen from 1 choice
>[ 6.515133] hub 8-0:1.0: USB hub found
>[ 6.515147] hub 8-0:1.0: 2 ports detected
>[ 6.558769] Uniform Multi-Platform E-IDE driver
>[ 6.617237] iwlagn: Intel(R) Wireless WiFi Link AGN driver
>for Linux,
>1.3.27ks
>[ 6.617244] iwlagn: Copyright(c) 2003-2009 Intel Corporation
>[ 6.617432] iwlagn 0000:03:00.0: PCI INT A -> GSI 17
>(level, low) -> IRQ 17
>[ 6.617473] iwlagn 0000:03:00.0: setting latency timer to 64
>[ 6.617608] iwlagn 0000:03:00.0: Detected Intel Wireless
>WiFi Link 5350AGN
>REV=0x24
>[ 6.625929] yenta_cardbus 0000:15:00.0: ISA IRQ mask
>0x0cb8, PCI irq 16
>[ 6.625936] yenta_cardbus 0000:15:00.0: Socket status: 30000006
>[ 6.625948] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI
>bridge I/O
>window: 0x4000 - 0x7fff
>[ 6.625955] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI
>bridge Memory
>window: 0xf4800000 - 0xf7ffffff
>[ 6.625962] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI
>bridge Memory
>window: 0xf0000000 - 0xf3ffffff
>[ 6.638927] iwlagn 0000:03:00.0: Tunable channels: 13
>802.11bg, 24 802.11a
>channels
>[ 6.639023] iwlagn 0000:03:00.0: irq 30 for MSI/MSI-X
>[ 6.657874] phy0: Selected rate control algorithm 'iwl-agn-rs'
>[ 6.716276] Synaptics Touchpad, model: 1, fw: 7.0, id:
>0x1c0b1, caps:
>0xd04791/0xb00000
>[ 6.716287] serio: Synaptics pass-through port at
>isa0060/serio1/input0
>[ 6.757522] input: SynPS/2 Synaptics TouchPad as /class/input/input7
>[ 6.770715] udev: renamed network interface wlan0 to eth1
>[ 6.816056] usb 1-6: new high speed USB device using
>ehci_hcd and address 4
>[ 6.830058] HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17
>(level, low) -> IRQ
>17
>[ 6.830144] HDA Intel 0000:00:1b.0: setting latency timer to 64
>[ 6.856251] firewire_core: created device fw0: GUID
>00061b032a347baa, S400
>[ 6.949727] input: HDA Intel Headphone as /class/input/input8
>[ 6.961054] usb 1-6: New USB device found, idVendor=17ef,
>idProduct=1004
>[ 6.961062] usb 1-6: New USB device strings: Mfr=2, Product=1,
>SerialNumber=3
>[ 6.961068] usb 1-6: Product: Integrated Camera
>[ 6.961072] usb 1-6: Manufacturer: Chicony Electronics Co., Ltd.
>[ 6.961077] usb 1-6: SerialNumber: SN0001
>[ 6.961255] usb 1-6: configuration #1 chosen from 1 choice
>[ 6.968216] input: HDA Intel Mic as /class/input/input9
>[ 6.984256] input: HDA Intel Mic as /class/input/input10
>[ 7.000290] input: HDA Intel Headphone as /class/input/input11
>[ 7.001063] Clocksource tsc unstable (delta = -168323549 ns)
>[ 7.021227] Linux video capture interface: v2.00
>[ 7.073076] usb 3-1: new low speed USB device using
>uhci_hcd and address 2
>[ 7.076683] uvcvideo: Found UVC 1.00 device Integrated
>Camera (17ef:1004)
>[ 7.081994] input: Integrated Camera as /class/input/input12
>[ 7.109228] usbcore: registered new interface driver uvcvideo
>[ 7.109236] USB Video Class driver (v0.1.0)
>[ 7.246478] usb 3-1: New USB device found, idVendor=046d,
>idProduct=c404
>[ 7.246486] usb 3-1: New USB device strings: Mfr=1, Product=2,
>SerialNumber=0
>[ 7.246492] usb 3-1: Product: Trackball
>[ 7.246496] usb 3-1: Manufacturer: Logitech
>[ 7.246735] usb 3-1: configuration #1 chosen from 1 choice
>[ 7.296265] usbcore: registered new interface driver hiddev
>[ 7.315235] input: Logitech Trackball as /class/input/input13
>[ 7.341420] generic-usb 0003:046D:C404.0001: input,hidraw0:
>USB HID v1.10
>Mouse [Logitech Trackball] on usb-0000:00:1a.0-1/input0
>[ 7.341459] usbcore: registered new interface driver usbhid
>[ 7.341465] usbhid: v2.6:USB HID core driver
>[ 7.489088] usb 4-2: new full speed USB device using
>uhci_hcd and address 2
>[ 7.654354] usb 4-2: New USB device found, idVendor=0a5c,
>idProduct=2145
>[ 7.654362] usb 4-2: New USB device strings: Mfr=1, Product=2,
>SerialNumber=0
>[ 7.654368] usb 4-2: Product: ThinkPad Bluetooth with
>Enhanced Data Rate II
>[ 7.654373] usb 4-2: Manufacturer: Lenovo Computer Corp
>[ 7.654610] usb 4-2: configuration #1 chosen from 1 choice
>[ 7.685634] Bluetooth: Core ver 2.15
>[ 7.685831] NET: Registered protocol family 31
>[ 7.685837] Bluetooth: HCI device and connection manager initialized
>[ 7.685843] Bluetooth: HCI socket layer initialized
>[ 7.714830] Bluetooth: Generic Bluetooth USB driver ver 0.5
>[ 7.715069] usbcore: registered new interface driver btusb
>[ 7.871649] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23)
>initialised:
>[email protected]
>[ 8.338386] Bluetooth: L2CAP ver 2.13
>[ 8.338392] Bluetooth: L2CAP socket layer initialized
>[ 8.558958] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
>[ 9.302445] Bluetooth: RFCOMM socket layer initialized
>[ 9.302471] Bluetooth: RFCOMM TTY layer initialized
>[ 9.302475] Bluetooth: RFCOMM ver 1.11
>[ 12.289720] IBM TrackPoint firmware: 0x0e, buttons: 3/3
>[ 12.520826] input: TPPS/2 IBM TrackPoint as /class/input/input14
>[ 26.177639] Intel AES-NI instructions are not detected.
>[ 27.211165] [drm] Initialized drm 1.1.0 20060810
>[ 27.246715] pci 0000:00:02.0: power state changed by ACPI to D0
>[ 27.246733] pci 0000:00:02.0: PCI INT A -> GSI 16 (level,
>low) -> IRQ 16
>[ 27.246743] pci 0000:00:02.0: setting latency timer to 64
>[ 27.303718] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000
>uncachable
>[ 27.303727] get_mtrr: cpu0 reg01 base=00000be000 size=0000002000
>uncachable
>[ 27.303734] get_mtrr: cpu0 reg02 base=0000000000
>size=0000080000 write-
>back
>[ 27.303740] get_mtrr: cpu0 reg03 base=0000080000
>size=0000040000 write-
>back
>[ 27.303746] get_mtrr: cpu0 reg04 base=0000100000
>size=0000040000 write-
>back
>[ 27.303752] get_mtrr: cpu0 reg05 base=00000bde00 size=0000000200
>uncachable
>[ 27.303759] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000
>uncachable
>[ 27.303765] get_mtrr: cpu0 reg01 base=00000be000 size=0000002000
>uncachable
>[ 27.303772] get_mtrr: cpu0 reg02 base=0000000000
>size=0000080000 write-
>back
>[ 27.303778] get_mtrr: cpu0 reg03 base=0000080000
>size=0000040000 write-
>back
>[ 27.303784] get_mtrr: cpu0 reg04 base=0000100000
>size=0000040000 write-
>back
>[ 27.303790] get_mtrr: cpu0 reg05 base=00000bde00 size=0000000200
>uncachable
>[ 27.308534] pci 0000:00:02.0: irq 31 for MSI/MSI-X
>[ 27.833037] allocated 1440x900 fb: 0x02020000, bo ffff88013b011780
>[ 27.837873] Console: switching to colour frame buffer device 180x56
>[ 28.173818] [drm] LVDS-8: set mode 1440x900 d
>[ 28.407136] fb0: inteldrmfb frame buffer device
>[ 28.407138] registered panic notifier
>[ 28.407141] [drm] Initialized i915 1.6.0 20080730 on minor 0
>[ 28.852482] Filesystem "dm-0": Disabling barriers, trial
>barrier write
>failed
>[ 28.856468] XFS mounting filesystem dm-0
>[ 29.192612] Ending clean XFS mount for filesystem: dm-0
>
>--
>Arkadiusz Mi?kiewicz PLD/Linux Team
>arekm / maven.pl http://ftp.pld-linux.org/
>
>

2009-03-30 21:31:42

by Arkadiusz Miskiewicz

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
> Patch here should get rid of these errors.
>
> http://marc.info/?l=linux-kernel&m=123788806506230&w=2
>
> The patch is in tip and on its way to upstream.

The problem is that kernel I'm running already contains this patch (it's
merged already). Other ideas?

ratelimiting that error is good IMO anyway.
>
> Thanks,
> Venki
>
> >-----Original Message-----
> >From: Arkadiusz Miskiewicz [mailto:[email protected]]
> >Sent: Monday, March 30, 2009 2:17 PM
> >To: [email protected]; Pallipadi, Venkatesh
> >Cc: Siddha, Suresh B; [email protected]
> >Subject: 2.6.29 git master and PAT problems
> >
> >
> >I'm running git kernel (latest commit
> >e1c502482853f84606928f5a2f2eb6da1993cda1) with PAT enabled,
> >xorg intel driver
> >master, libdrm master, xserver 1.6, mesa 74 on a ThinkPad T400.
> >
> >There was bunch of PAT fixes but this bug appeared/still
> >exists (not sure if
> >it's new, was using radeon card in this t400 for a while):
> >
> >[ 929.074125] X:5817 freeing invalid memtype d5b05000-d5b06000
> >[ 929.074621] X:5817 freeing invalid memtype d5b06000-d5b07000
> >[ 929.075109] X:5817 freeing invalid memtype d5b07000-d5b08000
> >[ 929.075597] X:5817 freeing invalid memtype d5b08000-d5b09000
> >[ 929.076091] X:5817 freeing invalid memtype d5b09000-d5b0a000
> >[ 929.076579] X:5817 freeing invalid memtype d5b0a000-d5b0b000
> >[ 929.077101] X:5817 freeing invalid memtype d5b0b000-d5b0c000
> >[ 929.077612] X:5817 freeing invalid memtype d5b0c000-d5b0d000
> >
> >_tons_ of these
> >
> ># grep "freeing invalid memtype" /var/log/kernel |wc -l
> >219830
> >
> >So meanwhile I applied ratelimit because notebook became
> >totally unresponsible
> >while logs above were saved by syslog (please apply to Linus tree).
> >
> >Is this issue known? Any patches?
> >
> >
> >diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
> >index 640339e..d6fe3e9 100644
> >--- a/arch/x86/mm/pat.c
> >+++ b/arch/x86/mm/pat.c
> >@@ -496,8 +496,9 @@ int free_memtype(u64 start, u64 end)
> > spin_unlock(&memtype_lock);
> >
> > if (err) {
> >- printk(KERN_INFO "%s:%d freeing invalid memtype
> >%Lx-%Lx\n",
> >- current->comm, current->pid, start, end);
> >+ if (printk_ratelimit())
> >+ printk(KERN_INFO "%s:%d freeing invalid
> >memtype %Lx-%Lx\n",
> >+ current->comm,
> >current->pid, start, end);
> > }
> >
> > dprintk("free_memtype request 0x%Lx-0x%Lx\n", start, end);
> >
> >#
> ># Automatically generated make config: don't edit
> ># Linux kernel version: 2.6.29
> ># Mon Mar 30 22:48:30 2009
> >#
> >CONFIG_64BIT=y
> ># CONFIG_X86_32 is not set
> >CONFIG_X86_64=y
> >CONFIG_X86=y
> >CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
> >CONFIG_GENERIC_TIME=y
> >CONFIG_GENERIC_CMOS_UPDATE=y
> >CONFIG_CLOCKSOURCE_WATCHDOG=y
> >CONFIG_GENERIC_CLOCKEVENTS=y
> >CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
> >CONFIG_LOCKDEP_SUPPORT=y
> >CONFIG_STACKTRACE_SUPPORT=y
> >CONFIG_HAVE_LATENCYTOP_SUPPORT=y
> >CONFIG_FAST_CMPXCHG_LOCAL=y
> >CONFIG_MMU=y
> >CONFIG_ZONE_DMA=y
> >CONFIG_GENERIC_ISA_DMA=y
> >CONFIG_GENERIC_IOMAP=y
> >CONFIG_GENERIC_BUG=y
> >CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
> >CONFIG_GENERIC_HWEIGHT=y
> >CONFIG_GENERIC_GPIO=y
> >CONFIG_ARCH_MAY_HAVE_PC_FDC=y
> >CONFIG_RWSEM_GENERIC_SPINLOCK=y
> ># CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
> >CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
> >CONFIG_GENERIC_CALIBRATE_DELAY=y
> >CONFIG_GENERIC_TIME_VSYSCALL=y
> >CONFIG_ARCH_HAS_CPU_RELAX=y
> >CONFIG_ARCH_HAS_DEFAULT_IDLE=y
> >CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
> >CONFIG_HAVE_SETUP_PER_CPU_AREA=y
> >CONFIG_HAVE_DYNAMIC_PER_CPU_AREA=y
> >CONFIG_HAVE_CPUMASK_OF_CPU_MAP=y
> >CONFIG_ARCH_HIBERNATION_POSSIBLE=y
> >CONFIG_ARCH_SUSPEND_POSSIBLE=y
> >CONFIG_ZONE_DMA32=y
> >CONFIG_ARCH_POPULATES_NODE_MAP=y
> >CONFIG_AUDIT_ARCH=y
> >CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
> >CONFIG_GENERIC_HARDIRQS=y
> >CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
> >CONFIG_GENERIC_IRQ_PROBE=y
> >CONFIG_GENERIC_PENDING_IRQ=y
> >CONFIG_USE_GENERIC_SMP_HELPERS=y
> >CONFIG_X86_64_SMP=y
> >CONFIG_X86_HT=y
> >CONFIG_X86_TRAMPOLINE=y
> ># CONFIG_KTIME_SCALAR is not set
> >CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
> >
> >#
> ># General setup
> >#
> >CONFIG_EXPERIMENTAL=y
> >CONFIG_LOCK_KERNEL=y
> >CONFIG_INIT_ENV_ARG_LIMIT=32
> >CONFIG_LOCALVERSION=""
> ># CONFIG_LOCALVERSION_AUTO is not set
> >CONFIG_HAVE_KERNEL_GZIP=y
> >CONFIG_HAVE_KERNEL_BZIP2=y
> >CONFIG_HAVE_KERNEL_LZMA=y
> >CONFIG_KERNEL_GZIP=y
> ># CONFIG_KERNEL_BZIP2 is not set
> ># CONFIG_KERNEL_LZMA is not set
> >CONFIG_SWAP=y
> >CONFIG_SYSVIPC=y
> >CONFIG_SYSVIPC_SYSCTL=y
> >CONFIG_POSIX_MQUEUE=y
> >CONFIG_BSD_PROCESS_ACCT=y
> >CONFIG_BSD_PROCESS_ACCT_V3=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
> >
> >#
> ># RCU Subsystem
> >#
> >CONFIG_CLASSIC_RCU=y
> ># CONFIG_TREE_RCU is not set
> ># CONFIG_PREEMPT_RCU is not set
> ># CONFIG_TREE_RCU_TRACE is not set
> ># CONFIG_PREEMPT_RCU_TRACE is not set
> >CONFIG_IKCONFIG=y
> >CONFIG_IKCONFIG_PROC=y
> >CONFIG_LOG_BUF_SHIFT=19
> >CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
> >CONFIG_GROUP_SCHED=y
> >CONFIG_FAIR_GROUP_SCHED=y
> >CONFIG_RT_GROUP_SCHED=y
> >CONFIG_USER_SCHED=y
> ># CONFIG_CGROUP_SCHED is not set
> ># CONFIG_CGROUPS is not set
> >CONFIG_SYSFS_DEPRECATED=y
> >CONFIG_SYSFS_DEPRECATED_V2=y
> >CONFIG_RELAY=y
> >CONFIG_NAMESPACES=y
> >CONFIG_UTS_NS=y
> >CONFIG_IPC_NS=y
> ># CONFIG_USER_NS is not set
> ># CONFIG_PID_NS is not set
> >CONFIG_NET_NS=y
> >CONFIG_BLK_DEV_INITRD=y
> >CONFIG_INITRAMFS_SOURCE=""
> >CONFIG_RD_GZIP=y
> >CONFIG_RD_BZIP2=y
> >CONFIG_RD_LZMA=y
> >CONFIG_INITRAMFS_COMPRESSION_NONE=y
> >CONFIG_CC_OPTIMIZE_FOR_SIZE=y
> >CONFIG_SYSCTL=y
> >CONFIG_ANON_INODES=y
> ># CONFIG_EMBEDDED is not set
> >CONFIG_UID16=y
> >CONFIG_SYSCTL_SYSCALL=y
> >CONFIG_KALLSYMS=y
> >CONFIG_KALLSYMS_ALL=y
> >CONFIG_KALLSYMS_EXTRA_PASS=y
> >CONFIG_HOTPLUG=y
> >CONFIG_PRINTK=y
> >CONFIG_BUG=y
> >CONFIG_ELF_CORE=y
> >CONFIG_PCSPKR_PLATFORM=y
> >CONFIG_BASE_FULL=y
> >CONFIG_FUTEX=y
> >CONFIG_EPOLL=y
> >CONFIG_SIGNALFD=y
> >CONFIG_TIMERFD=y
> >CONFIG_EVENTFD=y
> >CONFIG_SHMEM=y
> >CONFIG_AIO=y
> >CONFIG_VM_EVENT_COUNTERS=y
> >CONFIG_PCI_QUIRKS=y
> >CONFIG_SLUB_DEBUG=y
> ># CONFIG_COMPAT_BRK is not set
> ># CONFIG_SLAB is not set
> >CONFIG_SLUB=y
> ># CONFIG_SLOB is not set
> >CONFIG_PROFILING=y
> >CONFIG_TRACEPOINTS=y
> ># CONFIG_MARKERS is not set
> >CONFIG_OPROFILE=m
> ># CONFIG_OPROFILE_IBS is not set
> >CONFIG_HAVE_OPROFILE=y
> ># CONFIG_KPROBES is not set
> >CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
> >CONFIG_HAVE_IOREMAP_PROT=y
> >CONFIG_HAVE_KPROBES=y
> >CONFIG_HAVE_KRETPROBES=y
> >CONFIG_HAVE_ARCH_TRACEHOOK=y
> ># CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
> >CONFIG_SLABINFO=y
> >CONFIG_RT_MUTEXES=y
> >CONFIG_BASE_SMALL=0
> >CONFIG_MODULES=y
> ># CONFIG_MODULE_FORCE_LOAD is not set
> >CONFIG_MODULE_UNLOAD=y
> >CONFIG_MODULE_FORCE_UNLOAD=y
> ># CONFIG_MODVERSIONS is not set
> ># CONFIG_MODULE_SRCVERSION_ALL is not set
> >CONFIG_STOP_MACHINE=y
> >CONFIG_BLOCK=y
> >CONFIG_BLK_DEV_IO_TRACE=y
> >CONFIG_BLK_DEV_BSG=y
> >CONFIG_BLK_DEV_INTEGRITY=y
> >CONFIG_BLOCK_COMPAT=y
> >
> >#
> ># IO Schedulers
> >#
> >CONFIG_IOSCHED_NOOP=y
> >CONFIG_IOSCHED_AS=y
> >CONFIG_IOSCHED_DEADLINE=y
> >CONFIG_IOSCHED_CFQ=y
> ># CONFIG_DEFAULT_AS is not set
> ># CONFIG_DEFAULT_DEADLINE is not set
> >CONFIG_DEFAULT_CFQ=y
> ># CONFIG_DEFAULT_NOOP is not set
> >CONFIG_DEFAULT_IOSCHED="cfq"
> >CONFIG_PREEMPT_NOTIFIERS=y
> >CONFIG_FREEZER=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=y
> ># CONFIG_X86_X2APIC is not set
> ># CONFIG_SPARSE_IRQ is not set
> >CONFIG_X86_MPPARSE=y
> ># CONFIG_X86_EXTENDED_PLATFORM is not set
> >CONFIG_SCHED_OMIT_FRAME_POINTER=y
> ># CONFIG_PARAVIRT_GUEST is not set
> ># CONFIG_MEMTEST is not set
> ># CONFIG_M386 is not set
> ># CONFIG_M486 is not set
> ># CONFIG_M586 is not set
> ># CONFIG_M586TSC is not set
> ># CONFIG_M586MMX is not set
> ># CONFIG_M686 is not set
> ># CONFIG_MPENTIUMII is not set
> ># CONFIG_MPENTIUMIII is not set
> ># CONFIG_MPENTIUMM is not set
> ># CONFIG_MPENTIUM4 is not set
> ># CONFIG_MK6 is not set
> ># CONFIG_MK7 is not set
> ># CONFIG_MK8 is not set
> ># CONFIG_MCRUSOE is not set
> ># CONFIG_MEFFICEON is not set
> ># CONFIG_MWINCHIPC6 is not set
> ># CONFIG_MWINCHIP3D is not set
> ># CONFIG_MGEODEGX1 is not set
> ># CONFIG_MGEODE_LX is not set
> ># CONFIG_MCYRIXIII is not set
> ># CONFIG_MVIAC3_2 is not set
> ># CONFIG_MVIAC7 is not set
> ># CONFIG_MPSC is not set
> >CONFIG_MCORE2=y
> ># CONFIG_GENERIC_CPU is not set
> >CONFIG_X86_CPU=y
> >CONFIG_X86_L1_CACHE_BYTES=64
> >CONFIG_X86_INTERNODE_CACHE_BYTES=64
> >CONFIG_X86_CMPXCHG=y
> >CONFIG_X86_L1_CACHE_SHIFT=6
> >CONFIG_X86_WP_WORKS_OK=y
> >CONFIG_X86_INTEL_USERCOPY=y
> >CONFIG_X86_USE_PPRO_CHECKSUM=y
> >CONFIG_X86_P6_NOP=y
> >CONFIG_X86_TSC=y
> >CONFIG_X86_CMPXCHG64=y
> >CONFIG_X86_CMOV=y
> >CONFIG_X86_MINIMUM_CPU_FAMILY=64
> >CONFIG_X86_DEBUGCTLMSR=y
> >CONFIG_CPU_SUP_INTEL=y
> >CONFIG_CPU_SUP_AMD=y
> >CONFIG_CPU_SUP_CENTAUR=y
> >CONFIG_X86_DS=y
> >CONFIG_X86_PTRACE_BTS=y
> >CONFIG_HPET_TIMER=y
> >CONFIG_HPET_EMULATE_RTC=y
> >CONFIG_DMI=y
> >CONFIG_GART_IOMMU=y
> ># CONFIG_CALGARY_IOMMU is not set
> ># CONFIG_AMD_IOMMU is not set
> >CONFIG_SWIOTLB=y
> >CONFIG_IOMMU_HELPER=y
> ># CONFIG_IOMMU_API is not set
> ># CONFIG_MAXSMP is not set
> >CONFIG_NR_CPUS=2
> ># CONFIG_SCHED_SMT is not set
> >CONFIG_SCHED_MC=y
> ># CONFIG_PREEMPT_NONE is not set
> ># CONFIG_PREEMPT_VOLUNTARY is not set
> >CONFIG_PREEMPT=y
> >CONFIG_X86_LOCAL_APIC=y
> >CONFIG_X86_IO_APIC=y
> ># CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
> >CONFIG_X86_MCE=y
> >CONFIG_X86_MCE_INTEL=y
> ># CONFIG_X86_MCE_AMD is not set
> >CONFIG_X86_MCE_THRESHOLD=y
> ># CONFIG_I8K is not set
> >CONFIG_MICROCODE=m
> >CONFIG_MICROCODE_INTEL=y
> ># CONFIG_MICROCODE_AMD is not set
> >CONFIG_MICROCODE_OLD_INTERFACE=y
> >CONFIG_X86_MSR=m
> >CONFIG_X86_CPUID=m
> >CONFIG_X86_CPU_DEBUG=m
> >CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
> >CONFIG_DIRECT_GBPAGES=y
> ># CONFIG_NUMA is not set
> >CONFIG_ARCH_SPARSEMEM_DEFAULT=y
> >CONFIG_ARCH_SPARSEMEM_ENABLE=y
> >CONFIG_ARCH_SELECT_MEMORY_MODEL=y
> >CONFIG_SELECT_MEMORY_MODEL=y
> ># CONFIG_FLATMEM_MANUAL is not set
> ># CONFIG_DISCONTIGMEM_MANUAL is not set
> >CONFIG_SPARSEMEM_MANUAL=y
> >CONFIG_SPARSEMEM=y
> >CONFIG_HAVE_MEMORY_PRESENT=y
> >CONFIG_SPARSEMEM_EXTREME=y
> >CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
> >CONFIG_SPARSEMEM_VMEMMAP=y
> >
> >#
> ># Memory hotplug is currently incompatible with Software Suspend
> >#
> >CONFIG_PAGEFLAGS_EXTENDED=y
> >CONFIG_SPLIT_PTLOCK_CPUS=4
> >CONFIG_PHYS_ADDR_T_64BIT=y
> >CONFIG_ZONE_DMA_FLAG=1
> >CONFIG_BOUNCE=y
> >CONFIG_VIRT_TO_BUS=y
> >CONFIG_UNEVICTABLE_LRU=y
> >CONFIG_MMU_NOTIFIER=y
> >CONFIG_X86_CHECK_BIOS_CORRUPTION=y
> ># CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set
> >CONFIG_X86_RESERVE_LOW_64K=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_EFI=y
> ># CONFIG_SECCOMP is not set
> >CONFIG_CC_STACKPROTECTOR_ALL=y
> >CONFIG_CC_STACKPROTECTOR=y
> ># CONFIG_HZ_100 is not set
> >CONFIG_HZ_250=y
> ># CONFIG_HZ_300 is not set
> ># CONFIG_HZ_1000 is not set
> >CONFIG_HZ=250
> >CONFIG_SCHED_HRTICK=y
> >CONFIG_KEXEC=y
> ># CONFIG_CRASH_DUMP is not set
> ># CONFIG_KEXEC_JUMP is not set
> >CONFIG_PHYSICAL_START=0x200000
> ># CONFIG_RELOCATABLE is not set
> >CONFIG_PHYSICAL_ALIGN=0x200000
> >CONFIG_HOTPLUG_CPU=y
> ># CONFIG_COMPAT_VDSO is not set
> ># CONFIG_CMDLINE_BOOL is not set
> >CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
> >
> >#
> ># Power management and ACPI options
> >#
> >CONFIG_ARCH_HIBERNATION_HEADER=y
> >CONFIG_PM=y
> ># CONFIG_PM_DEBUG is not set
> >CONFIG_PM_SLEEP_SMP=y
> >CONFIG_PM_SLEEP=y
> >CONFIG_SUSPEND=y
> >CONFIG_SUSPEND_FREEZER=y
> >CONFIG_HIBERNATION=y
> >CONFIG_PM_STD_PARTITION=""
> >CONFIG_ACPI=y
> >CONFIG_ACPI_SLEEP=y
> >CONFIG_ACPI_PROCFS=y
> >CONFIG_ACPI_PROCFS_POWER=y
> >CONFIG_ACPI_SYSFS_POWER=y
> >CONFIG_ACPI_PROC_EVENT=y
> >CONFIG_ACPI_AC=m
> >CONFIG_ACPI_BATTERY=m
> >CONFIG_ACPI_BUTTON=m
> >CONFIG_ACPI_VIDEO=m
> >CONFIG_ACPI_FAN=m
> >CONFIG_ACPI_DOCK=y
> >CONFIG_ACPI_PROCESSOR=m
> >CONFIG_ACPI_HOTPLUG_CPU=y
> >CONFIG_ACPI_THERMAL=m
> >CONFIG_ACPI_CUSTOM_DSDT_FILE=""
> ># CONFIG_ACPI_CUSTOM_DSDT is not set
> >CONFIG_ACPI_BLACKLIST_YEAR=0
> ># CONFIG_ACPI_DEBUG is not set
> >CONFIG_ACPI_PCI_SLOT=m
> >CONFIG_X86_PM_TIMER=y
> >CONFIG_ACPI_CONTAINER=m
> >CONFIG_ACPI_SBS=m
> >
> >#
> ># CPU Frequency scaling
> >#
> >CONFIG_CPU_FREQ=y
> >CONFIG_CPU_FREQ_TABLE=y
> ># CONFIG_CPU_FREQ_DEBUG is not set
> >CONFIG_CPU_FREQ_STAT=m
> >CONFIG_CPU_FREQ_STAT_DETAILS=y
> ># CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
> ># CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
> ># CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
> >CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
> ># CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
> >CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
> >CONFIG_CPU_FREQ_GOV_POWERSAVE=m
> >CONFIG_CPU_FREQ_GOV_USERSPACE=m
> >CONFIG_CPU_FREQ_GOV_ONDEMAND=y
> >CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
> >
> >#
> ># CPUFreq processor drivers
> >#
> >CONFIG_X86_ACPI_CPUFREQ=m
> ># CONFIG_X86_POWERNOW_K8 is not set
> ># CONFIG_X86_SPEEDSTEP_CENTRINO is not set
> ># CONFIG_X86_P4_CLOCKMOD is not set
> >
> >#
> ># shared options
> >#
> ># CONFIG_X86_SPEEDSTEP_LIB is not set
> >CONFIG_CPU_IDLE=y
> >CONFIG_CPU_IDLE_GOV_LADDER=y
> >CONFIG_CPU_IDLE_GOV_MENU=y
> >
> >#
> ># Memory power savings
> >#
> >CONFIG_I7300_IDLE_IOAT_CHANNEL=y
> >CONFIG_I7300_IDLE=m
> >
> >#
> ># Bus options (PCI etc.)
> >#
> >CONFIG_PCI=y
> >CONFIG_PCI_DIRECT=y
> >CONFIG_PCI_MMCONFIG=y
> >CONFIG_PCI_DOMAINS=y
> ># CONFIG_DMAR is not set
> ># CONFIG_INTR_REMAP is not set
> >CONFIG_PCIEPORTBUS=y
> ># CONFIG_HOTPLUG_PCI_PCIE is not set
> >CONFIG_PCIEAER=y
> >CONFIG_PCIEASPM=y
> ># CONFIG_PCIEASPM_DEBUG is not set
> >CONFIG_ARCH_SUPPORTS_MSI=y
> >CONFIG_PCI_MSI=y
> ># CONFIG_PCI_LEGACY is not set
> ># CONFIG_PCI_DEBUG is not set
> >CONFIG_PCI_STUB=m
> >CONFIG_HT_IRQ=y
> >CONFIG_ISA_DMA_API=y
> >CONFIG_K8_NB=y
> >CONFIG_PCCARD=m
> ># CONFIG_PCMCIA_DEBUG is not set
> >CONFIG_PCMCIA=m
> >CONFIG_PCMCIA_LOAD_CIS=y
> >CONFIG_PCMCIA_IOCTL=y
> >CONFIG_CARDBUS=y
> >
> >#
> ># PC-card bridges
> >#
> >CONFIG_YENTA=m
> >CONFIG_YENTA_O2=y
> >CONFIG_YENTA_RICOH=y
> >CONFIG_YENTA_TI=y
> >CONFIG_YENTA_ENE_TUNE=y
> >CONFIG_YENTA_TOSHIBA=y
> >CONFIG_PD6729=m
> >CONFIG_I82092=m
> >CONFIG_PCCARD_NONSTATIC=m
> >CONFIG_HOTPLUG_PCI=m
> ># CONFIG_HOTPLUG_PCI_FAKE is not set
> >CONFIG_HOTPLUG_PCI_ACPI=m
> >CONFIG_HOTPLUG_PCI_ACPI_IBM=m
> ># CONFIG_HOTPLUG_PCI_CPCI is not set
> ># CONFIG_HOTPLUG_PCI_SHPC is not set
> >
> >#
> ># Executable file formats / Emulations
> >#
> >CONFIG_BINFMT_ELF=y
> >CONFIG_COMPAT_BINFMT_ELF=y
> >CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
> ># CONFIG_HAVE_AOUT is not set
> >CONFIG_BINFMT_MISC=m
> >CONFIG_IA32_EMULATION=y
> ># CONFIG_IA32_AOUT is not set
> >CONFIG_COMPAT=y
> >CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
> >CONFIG_SYSVIPC_COMPAT=y
> >CONFIG_NET=y
> >
> >#
> ># Networking options
> >#
> >CONFIG_PACKET=y
> >CONFIG_PACKET_MMAP=y
> >CONFIG_UNIX=y
> >CONFIG_XFRM=y
> >CONFIG_XFRM_USER=m
> ># CONFIG_XFRM_SUB_POLICY is not set
> >CONFIG_XFRM_MIGRATE=y
> >CONFIG_XFRM_STATISTICS=y
> >CONFIG_XFRM_IPCOMP=m
> >CONFIG_NET_KEY=m
> >CONFIG_NET_KEY_MIGRATE=y
> >CONFIG_INET=y
> >CONFIG_IP_MULTICAST=y
> >CONFIG_IP_ADVANCED_ROUTER=y
> >CONFIG_ASK_IP_FIB_HASH=y
> ># CONFIG_IP_FIB_TRIE is not set
> >CONFIG_IP_FIB_HASH=y
> >CONFIG_IP_MULTIPLE_TABLES=y
> >CONFIG_IP_ROUTE_MULTIPATH=y
> >CONFIG_IP_ROUTE_VERBOSE=y
> >CONFIG_IP_PNP=y
> >CONFIG_IP_PNP_DHCP=y
> >CONFIG_IP_PNP_BOOTP=y
> >CONFIG_IP_PNP_RARP=y
> >CONFIG_NET_IPIP=m
> >CONFIG_NET_IPGRE=m
> >CONFIG_NET_IPGRE_BROADCAST=y
> >CONFIG_IP_MROUTE=y
> >CONFIG_IP_PIMSM_V1=y
> >CONFIG_IP_PIMSM_V2=y
> ># CONFIG_ARPD is not set
> >CONFIG_SYN_COOKIES=y
> >CONFIG_INET_AH=m
> >CONFIG_INET_ESP=m
> >CONFIG_INET_IPCOMP=m
> >CONFIG_INET_XFRM_TUNNEL=m
> >CONFIG_INET_TUNNEL=m
> >CONFIG_INET_XFRM_MODE_TRANSPORT=m
> >CONFIG_INET_XFRM_MODE_TUNNEL=m
> >CONFIG_INET_XFRM_MODE_BEET=m
> >CONFIG_INET_LRO=m
> >CONFIG_INET_DIAG=m
> >CONFIG_INET_TCP_DIAG=m
> >CONFIG_TCP_CONG_ADVANCED=y
> >CONFIG_TCP_CONG_BIC=m
> >CONFIG_TCP_CONG_CUBIC=y
> >CONFIG_TCP_CONG_WESTWOOD=m
> >CONFIG_TCP_CONG_HTCP=m
> >CONFIG_TCP_CONG_HSTCP=m
> >CONFIG_TCP_CONG_HYBLA=m
> >CONFIG_TCP_CONG_VEGAS=m
> >CONFIG_TCP_CONG_SCALABLE=m
> >CONFIG_TCP_CONG_LP=m
> >CONFIG_TCP_CONG_VENO=m
> >CONFIG_TCP_CONG_YEAH=m
> >CONFIG_TCP_CONG_ILLINOIS=m
> ># CONFIG_DEFAULT_BIC is not set
> >CONFIG_DEFAULT_CUBIC=y
> ># CONFIG_DEFAULT_HTCP is not set
> ># CONFIG_DEFAULT_VEGAS is not set
> ># CONFIG_DEFAULT_WESTWOOD is not set
> ># CONFIG_DEFAULT_RENO is not set
> >CONFIG_DEFAULT_TCP_CONG="cubic"
> >CONFIG_TCP_MD5SIG=y
> >CONFIG_IPV6=m
> >CONFIG_IPV6_PRIVACY=y
> >CONFIG_IPV6_ROUTER_PREF=y
> >CONFIG_IPV6_ROUTE_INFO=y
> >CONFIG_IPV6_OPTIMISTIC_DAD=y
> >CONFIG_INET6_AH=m
> >CONFIG_INET6_ESP=m
> >CONFIG_INET6_IPCOMP=m
> >CONFIG_IPV6_MIP6=m
> >CONFIG_INET6_XFRM_TUNNEL=m
> >CONFIG_INET6_TUNNEL=m
> >CONFIG_INET6_XFRM_MODE_TRANSPORT=m
> >CONFIG_INET6_XFRM_MODE_TUNNEL=m
> >CONFIG_INET6_XFRM_MODE_BEET=m
> >CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m
> >CONFIG_IPV6_SIT=m
> >CONFIG_IPV6_NDISC_NODETYPE=y
> >CONFIG_IPV6_TUNNEL=m
> >CONFIG_IPV6_MULTIPLE_TABLES=y
> >CONFIG_IPV6_SUBTREES=y
> >CONFIG_IPV6_MROUTE=y
> >CONFIG_IPV6_PIMSM_V2=y
> >CONFIG_NETLABEL=y
> >CONFIG_NETWORK_SECMARK=y
> >CONFIG_NETFILTER=y
> ># CONFIG_NETFILTER_DEBUG is not set
> >CONFIG_NETFILTER_ADVANCED=y
> >CONFIG_BRIDGE_NETFILTER=y
> >
> >#
> ># Core Netfilter Configuration
> >#
> >CONFIG_NETFILTER_NETLINK=m
> >CONFIG_NETFILTER_NETLINK_QUEUE=m
> >CONFIG_NETFILTER_NETLINK_LOG=m
> >CONFIG_NF_CONNTRACK=m
> >CONFIG_NF_CT_ACCT=y
> >CONFIG_NF_CONNTRACK_MARK=y
> >CONFIG_NF_CONNTRACK_SECMARK=y
> >CONFIG_NF_CONNTRACK_EVENTS=y
> >CONFIG_NF_CT_PROTO_DCCP=m
> >CONFIG_NF_CT_PROTO_GRE=m
> >CONFIG_NF_CT_PROTO_SCTP=m
> >CONFIG_NF_CT_PROTO_UDPLITE=m
> >CONFIG_NF_CONNTRACK_AMANDA=m
> >CONFIG_NF_CONNTRACK_FTP=m
> >CONFIG_NF_CONNTRACK_H323=m
> >CONFIG_NF_CONNTRACK_IRC=m
> >CONFIG_NF_CONNTRACK_NETBIOS_NS=m
> >CONFIG_NF_CONNTRACK_PPTP=m
> >CONFIG_NF_CONNTRACK_SANE=m
> >CONFIG_NF_CONNTRACK_SIP=m
> >CONFIG_NF_CONNTRACK_TFTP=m
> >CONFIG_NF_CT_NETLINK=m
> >CONFIG_NETFILTER_TPROXY=m
> >CONFIG_NETFILTER_XTABLES=m
> >CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
> >CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
> >CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m
> >CONFIG_NETFILTER_XT_TARGET_DSCP=m
> >CONFIG_NETFILTER_XT_TARGET_HL=m
> >CONFIG_NETFILTER_XT_TARGET_MARK=m
> >CONFIG_NETFILTER_XT_TARGET_NFLOG=m
> >CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
> >CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
> >CONFIG_NETFILTER_XT_TARGET_RATEEST=m
> >CONFIG_NETFILTER_XT_TARGET_TPROXY=m
> >CONFIG_NETFILTER_XT_TARGET_TRACE=m
> >CONFIG_NETFILTER_XT_TARGET_SECMARK=m
> >CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
> >CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
> >CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
> >CONFIG_NETFILTER_XT_MATCH_COMMENT=m
> >CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
> >CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
> >CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
> >CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
> >CONFIG_NETFILTER_XT_MATCH_DCCP=m
> >CONFIG_NETFILTER_XT_MATCH_DSCP=m
> >CONFIG_NETFILTER_XT_MATCH_ESP=m
> >CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
> >CONFIG_NETFILTER_XT_MATCH_HELPER=m
> >CONFIG_NETFILTER_XT_MATCH_HL=m
> >CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
> >CONFIG_NETFILTER_XT_MATCH_LENGTH=m
> >CONFIG_NETFILTER_XT_MATCH_LIMIT=m
> >CONFIG_NETFILTER_XT_MATCH_MAC=m
> >CONFIG_NETFILTER_XT_MATCH_MARK=m
> >CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
> >CONFIG_NETFILTER_XT_MATCH_OWNER=m
> >CONFIG_NETFILTER_XT_MATCH_POLICY=m
> >CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
> >CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
> >CONFIG_NETFILTER_XT_MATCH_QUOTA=m
> >CONFIG_NETFILTER_XT_MATCH_RATEEST=m
> >CONFIG_NETFILTER_XT_MATCH_REALM=m
> >CONFIG_NETFILTER_XT_MATCH_RECENT=m
> ># CONFIG_NETFILTER_XT_MATCH_RECENT_PROC_COMPAT is not set
> >CONFIG_NETFILTER_XT_MATCH_SCTP=m
> >CONFIG_NETFILTER_XT_MATCH_SOCKET=m
> >CONFIG_NETFILTER_XT_MATCH_STATE=m
> >CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
> >CONFIG_NETFILTER_XT_MATCH_STRING=m
> >CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
> >CONFIG_NETFILTER_XT_MATCH_TIME=m
> >CONFIG_NETFILTER_XT_MATCH_U32=m
> >CONFIG_IP_VS=m
> >CONFIG_IP_VS_IPV6=y
> ># CONFIG_IP_VS_DEBUG is not set
> >CONFIG_IP_VS_TAB_BITS=12
> >
> >#
> ># IPVS transport protocol load balancing support
> >#
> >CONFIG_IP_VS_PROTO_TCP=y
> >CONFIG_IP_VS_PROTO_UDP=y
> >CONFIG_IP_VS_PROTO_AH_ESP=y
> >CONFIG_IP_VS_PROTO_ESP=y
> >CONFIG_IP_VS_PROTO_AH=y
> >
> >#
> ># IPVS scheduler
> >#
> >CONFIG_IP_VS_RR=m
> >CONFIG_IP_VS_WRR=m
> >CONFIG_IP_VS_LC=m
> >CONFIG_IP_VS_WLC=m
> >CONFIG_IP_VS_LBLC=m
> >CONFIG_IP_VS_LBLCR=m
> >CONFIG_IP_VS_DH=m
> >CONFIG_IP_VS_SH=m
> >CONFIG_IP_VS_SED=m
> >CONFIG_IP_VS_NQ=m
> >
> >#
> ># IPVS application helper
> >#
> >CONFIG_IP_VS_FTP=m
> >
> >#
> ># IP: Netfilter Configuration
> >#
> >CONFIG_NF_DEFRAG_IPV4=m
> >CONFIG_NF_CONNTRACK_IPV4=m
> >CONFIG_NF_CONNTRACK_PROC_COMPAT=y
> >CONFIG_IP_NF_QUEUE=m
> >CONFIG_IP_NF_IPTABLES=m
> >CONFIG_IP_NF_MATCH_ADDRTYPE=m
> >CONFIG_IP_NF_MATCH_AH=m
> >CONFIG_IP_NF_MATCH_ECN=m
> >CONFIG_IP_NF_MATCH_TTL=m
> >CONFIG_IP_NF_FILTER=m
> >CONFIG_IP_NF_TARGET_REJECT=m
> >CONFIG_IP_NF_TARGET_LOG=m
> >CONFIG_IP_NF_TARGET_ULOG=m
> >CONFIG_NF_NAT=m
> >CONFIG_NF_NAT_NEEDED=y
> >CONFIG_IP_NF_TARGET_MASQUERADE=m
> >CONFIG_IP_NF_TARGET_NETMAP=m
> >CONFIG_IP_NF_TARGET_REDIRECT=m
> >CONFIG_NF_NAT_SNMP_BASIC=m
> >CONFIG_NF_NAT_PROTO_DCCP=m
> >CONFIG_NF_NAT_PROTO_GRE=m
> >CONFIG_NF_NAT_PROTO_UDPLITE=m
> >CONFIG_NF_NAT_PROTO_SCTP=m
> >CONFIG_NF_NAT_FTP=m
> >CONFIG_NF_NAT_IRC=m
> >CONFIG_NF_NAT_TFTP=m
> >CONFIG_NF_NAT_AMANDA=m
> >CONFIG_NF_NAT_PPTP=m
> >CONFIG_NF_NAT_H323=m
> >CONFIG_NF_NAT_SIP=m
> >CONFIG_IP_NF_MANGLE=m
> >CONFIG_IP_NF_TARGET_CLUSTERIP=m
> >CONFIG_IP_NF_TARGET_ECN=m
> >CONFIG_IP_NF_TARGET_TTL=m
> >CONFIG_IP_NF_RAW=m
> >CONFIG_IP_NF_SECURITY=m
> >CONFIG_IP_NF_ARPTABLES=m
> >CONFIG_IP_NF_ARPFILTER=m
> >CONFIG_IP_NF_ARP_MANGLE=m
> >
> >#
> ># IPv6: Netfilter Configuration
> >#
> >CONFIG_NF_CONNTRACK_IPV6=m
> >CONFIG_IP6_NF_QUEUE=m
> >CONFIG_IP6_NF_IPTABLES=m
> >CONFIG_IP6_NF_MATCH_AH=m
> >CONFIG_IP6_NF_MATCH_EUI64=m
> >CONFIG_IP6_NF_MATCH_FRAG=m
> >CONFIG_IP6_NF_MATCH_OPTS=m
> >CONFIG_IP6_NF_MATCH_HL=m
> >CONFIG_IP6_NF_MATCH_IPV6HEADER=m
> >CONFIG_IP6_NF_MATCH_MH=m
> >CONFIG_IP6_NF_MATCH_RT=m
> >CONFIG_IP6_NF_TARGET_HL=m
> >CONFIG_IP6_NF_TARGET_LOG=m
> >CONFIG_IP6_NF_FILTER=m
> >CONFIG_IP6_NF_TARGET_REJECT=m
> >CONFIG_IP6_NF_MANGLE=m
> >CONFIG_IP6_NF_RAW=m
> >CONFIG_IP6_NF_SECURITY=m
> >
> >#
> ># DECnet: Netfilter Configuration
> >#
> ># CONFIG_DECNET_NF_GRABULATOR is not set
> >CONFIG_BRIDGE_NF_EBTABLES=m
> >CONFIG_BRIDGE_EBT_BROUTE=m
> >CONFIG_BRIDGE_EBT_T_FILTER=m
> >CONFIG_BRIDGE_EBT_T_NAT=m
> >CONFIG_BRIDGE_EBT_802_3=m
> >CONFIG_BRIDGE_EBT_AMONG=m
> >CONFIG_BRIDGE_EBT_ARP=m
> >CONFIG_BRIDGE_EBT_IP=m
> >CONFIG_BRIDGE_EBT_IP6=m
> >CONFIG_BRIDGE_EBT_LIMIT=m
> >CONFIG_BRIDGE_EBT_MARK=m
> >CONFIG_BRIDGE_EBT_PKTTYPE=m
> >CONFIG_BRIDGE_EBT_STP=m
> >CONFIG_BRIDGE_EBT_VLAN=m
> >CONFIG_BRIDGE_EBT_ARPREPLY=m
> >CONFIG_BRIDGE_EBT_DNAT=m
> >CONFIG_BRIDGE_EBT_MARK_T=m
> >CONFIG_BRIDGE_EBT_REDIRECT=m
> >CONFIG_BRIDGE_EBT_SNAT=m
> >CONFIG_BRIDGE_EBT_LOG=m
> >CONFIG_BRIDGE_EBT_ULOG=m
> >CONFIG_BRIDGE_EBT_NFLOG=m
> >CONFIG_IP_DCCP=m
> >CONFIG_INET_DCCP_DIAG=m
> >
> >#
> ># DCCP CCIDs Configuration (EXPERIMENTAL)
> >#
> ># CONFIG_IP_DCCP_CCID2_DEBUG is not set
> >CONFIG_IP_DCCP_CCID3=y
> ># CONFIG_IP_DCCP_CCID3_DEBUG is not set
> >CONFIG_IP_DCCP_CCID3_RTO=100
> >CONFIG_IP_DCCP_TFRC_LIB=y
> >
> >#
> ># DCCP Kernel Hacking
> >#
> ># CONFIG_IP_DCCP_DEBUG is not set
> >CONFIG_IP_SCTP=m
> ># CONFIG_SCTP_DBG_MSG is not set
> ># CONFIG_SCTP_DBG_OBJCNT is not set
> ># CONFIG_SCTP_HMAC_NONE is not set
> ># CONFIG_SCTP_HMAC_SHA1 is not set
> >CONFIG_SCTP_HMAC_MD5=y
> >CONFIG_TIPC=m
> >CONFIG_TIPC_ADVANCED=y
> >CONFIG_TIPC_ZONES=3
> >CONFIG_TIPC_CLUSTERS=1
> >CONFIG_TIPC_NODES=255
> >CONFIG_TIPC_SLAVE_NODES=0
> >CONFIG_TIPC_PORTS=8191
> >CONFIG_TIPC_LOG=0
> ># CONFIG_TIPC_DEBUG is not set
> >CONFIG_ATM=m
> >CONFIG_ATM_CLIP=m
> >CONFIG_ATM_CLIP_NO_ICMP=y
> >CONFIG_ATM_LANE=m
> >CONFIG_ATM_MPOA=m
> >CONFIG_ATM_BR2684=m
> ># CONFIG_ATM_BR2684_IPFILTER is not set
> >CONFIG_STP=m
> >CONFIG_GARP=m
> >CONFIG_BRIDGE=m
> ># CONFIG_NET_DSA is not set
> >CONFIG_VLAN_8021Q=m
> >CONFIG_VLAN_8021Q_GVRP=y
> >CONFIG_DECNET=m
> ># CONFIG_DECNET_ROUTER is not set
> >CONFIG_LLC=m
> >CONFIG_LLC2=m
> >CONFIG_IPX=m
> ># CONFIG_IPX_INTERN is not set
> >CONFIG_ATALK=m
> >CONFIG_DEV_APPLETALK=m
> >CONFIG_IPDDP=m
> ># CONFIG_IPDDP_ENCAP is not set
> ># CONFIG_IPDDP_DECAP is not set
> >CONFIG_X25=m
> >CONFIG_LAPB=m
> >CONFIG_ECONET=m
> >CONFIG_ECONET_AUNUDP=y
> ># CONFIG_ECONET_NATIVE is not set
> >CONFIG_WAN_ROUTER=m
> ># CONFIG_PHONET is not set
> >CONFIG_NET_SCHED=y
> >
> >#
> ># Queueing/Scheduling
> >#
> >CONFIG_NET_SCH_CBQ=m
> >CONFIG_NET_SCH_HTB=m
> >CONFIG_NET_SCH_HFSC=m
> >CONFIG_NET_SCH_ATM=m
> >CONFIG_NET_SCH_PRIO=m
> >CONFIG_NET_SCH_MULTIQ=m
> >CONFIG_NET_SCH_RED=m
> >CONFIG_NET_SCH_SFQ=m
> >CONFIG_NET_SCH_TEQL=m
> >CONFIG_NET_SCH_TBF=m
> >CONFIG_NET_SCH_GRED=m
> >CONFIG_NET_SCH_DSMARK=m
> >CONFIG_NET_SCH_NETEM=m
> >CONFIG_NET_SCH_DRR=m
> >CONFIG_NET_SCH_INGRESS=m
> >
> >#
> ># Classification
> >#
> >CONFIG_NET_CLS=y
> >CONFIG_NET_CLS_BASIC=m
> >CONFIG_NET_CLS_TCINDEX=m
> >CONFIG_NET_CLS_ROUTE4=m
> >CONFIG_NET_CLS_ROUTE=y
> >CONFIG_NET_CLS_FW=m
> >CONFIG_NET_CLS_U32=m
> >CONFIG_CLS_U32_PERF=y
> >CONFIG_CLS_U32_MARK=y
> >CONFIG_NET_CLS_RSVP=m
> >CONFIG_NET_CLS_RSVP6=m
> >CONFIG_NET_CLS_FLOW=m
> >CONFIG_NET_EMATCH=y
> >CONFIG_NET_EMATCH_STACK=32
> >CONFIG_NET_EMATCH_CMP=m
> >CONFIG_NET_EMATCH_NBYTE=m
> >CONFIG_NET_EMATCH_U32=m
> >CONFIG_NET_EMATCH_META=m
> >CONFIG_NET_EMATCH_TEXT=m
> >CONFIG_NET_CLS_ACT=y
> >CONFIG_NET_ACT_POLICE=m
> >CONFIG_NET_ACT_GACT=m
> ># CONFIG_GACT_PROB is not set
> >CONFIG_NET_ACT_MIRRED=m
> >CONFIG_NET_ACT_IPT=m
> >CONFIG_NET_ACT_NAT=m
> >CONFIG_NET_ACT_PEDIT=m
> ># CONFIG_NET_ACT_SIMP is not set
> >CONFIG_NET_ACT_SKBEDIT=m
> >CONFIG_NET_CLS_IND=y
> >CONFIG_NET_SCH_FIFO=y
> >CONFIG_DCB=y
> >
> >#
> ># Network testing
> >#
> >CONFIG_NET_PKTGEN=m
> ># CONFIG_NET_DROP_MONITOR is not set
> >CONFIG_HAMRADIO=y
> >
> >#
> ># Packet Radio protocols
> >#
> >CONFIG_AX25=m
> ># CONFIG_AX25_DAMA_SLAVE is not set
> >CONFIG_NETROM=m
> >CONFIG_ROSE=m
> >
> >#
> ># AX.25 network device drivers
> >#
> >CONFIG_MKISS=m
> >CONFIG_6PACK=m
> >CONFIG_BPQETHER=m
> >CONFIG_BAYCOM_SER_FDX=m
> >CONFIG_BAYCOM_SER_HDX=m
> >CONFIG_YAM=m
> >CONFIG_CAN=m
> >CONFIG_CAN_RAW=m
> >CONFIG_CAN_BCM=m
> >
> >#
> ># CAN Device Drivers
> >#
> >CONFIG_CAN_VCAN=m
> ># CONFIG_CAN_DEBUG_DEVICES is not set
> >CONFIG_IRDA=m
> >
> >#
> ># IrDA protocols
> >#
> >CONFIG_IRLAN=m
> >CONFIG_IRNET=m
> >CONFIG_IRCOMM=m
> >CONFIG_IRDA_ULTRA=y
> >
> >#
> ># IrDA options
> >#
> >CONFIG_IRDA_CACHE_LAST_LSAP=y
> >CONFIG_IRDA_FAST_RR=y
> ># CONFIG_IRDA_DEBUG is not set
> >
> >#
> ># Infrared-port device drivers
> >#
> >
> >#
> ># SIR device drivers
> >#
> >CONFIG_IRTTY_SIR=m
> >
> >#
> ># Dongle support
> >#
> ># CONFIG_DONGLE is not set
> ># CONFIG_KINGSUN_DONGLE is not set
> ># CONFIG_KSDAZZLE_DONGLE is not set
> ># CONFIG_KS959_DONGLE is not set
> >
> >#
> ># FIR device drivers
> >#
> >CONFIG_USB_IRDA=m
> >CONFIG_SIGMATEL_FIR=m
> >CONFIG_NSC_FIR=m
> >CONFIG_WINBOND_FIR=m
> >CONFIG_SMC_IRCC_FIR=m
> >CONFIG_ALI_FIR=m
> >CONFIG_VLSI_FIR=m
> >CONFIG_VIA_FIR=m
> ># CONFIG_MCS_FIR is not set
> >CONFIG_BT=m
> >CONFIG_BT_L2CAP=m
> >CONFIG_BT_SCO=m
> >CONFIG_BT_RFCOMM=m
> >CONFIG_BT_RFCOMM_TTY=y
> >CONFIG_BT_BNEP=m
> >CONFIG_BT_BNEP_MC_FILTER=y
> >CONFIG_BT_BNEP_PROTO_FILTER=y
> >CONFIG_BT_HIDP=m
> >
> >#
> ># Bluetooth device drivers
> >#
> >CONFIG_BT_HCIBTUSB=m
> >CONFIG_BT_HCIBTSDIO=m
> >CONFIG_BT_HCIUART=m
> >CONFIG_BT_HCIUART_H4=y
> >CONFIG_BT_HCIUART_BCSP=y
> >CONFIG_BT_HCIUART_LL=y
> >CONFIG_BT_HCIBCM203X=m
> >CONFIG_BT_HCIBPA10X=m
> >CONFIG_BT_HCIBFUSB=m
> >CONFIG_BT_HCIDTL1=m
> >CONFIG_BT_HCIBT3C=m
> >CONFIG_BT_HCIBLUECARD=m
> >CONFIG_BT_HCIBTUART=m
> >CONFIG_BT_HCIVHCI=m
> >CONFIG_AF_RXRPC=m
> ># CONFIG_AF_RXRPC_DEBUG is not set
> >CONFIG_RXKAD=m
> >CONFIG_FIB_RULES=y
> >CONFIG_WIRELESS=y
> >CONFIG_CFG80211=m
> ># CONFIG_CFG80211_REG_DEBUG is not set
> ># CONFIG_WIRELESS_OLD_REGULATORY is not set
> >CONFIG_WIRELESS_EXT=y
> >CONFIG_WIRELESS_EXT_SYSFS=y
> >CONFIG_LIB80211=m
> >CONFIG_LIB80211_CRYPT_WEP=m
> >CONFIG_LIB80211_CRYPT_CCMP=m
> >CONFIG_LIB80211_CRYPT_TKIP=m
> ># CONFIG_LIB80211_DEBUG is not set
> >CONFIG_MAC80211=m
> >
> >#
> ># Rate control algorithm selection
> >#
> >CONFIG_MAC80211_RC_MINSTREL=y
> ># CONFIG_MAC80211_RC_DEFAULT_PID is not set
> >CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
> >CONFIG_MAC80211_RC_DEFAULT="minstrel"
> >CONFIG_MAC80211_MESH=y
> >CONFIG_MAC80211_LEDS=y
> ># CONFIG_MAC80211_DEBUGFS is not set
> ># CONFIG_MAC80211_DEBUG_MENU is not set
> >CONFIG_WIMAX=m
> >CONFIG_WIMAX_DEBUG_LEVEL=8
> >CONFIG_RFKILL=m
> >CONFIG_RFKILL_INPUT=m
> >CONFIG_RFKILL_LEDS=y
> ># CONFIG_NET_9P is not set
> >
> >#
> ># Device Drivers
> >#
> >
> >#
> ># Generic Driver Options
> >#
> >CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
> ># CONFIG_STANDALONE is not set
> >CONFIG_PREVENT_FIRMWARE_BUILD=y
> >CONFIG_FW_LOADER=y
> ># CONFIG_FIRMWARE_IN_KERNEL is not set
> >CONFIG_EXTRA_FIRMWARE=""
> ># CONFIG_DEBUG_DRIVER is not set
> ># CONFIG_DEBUG_DEVRES is not set
> ># CONFIG_SYS_HYPERVISOR is not set
> >CONFIG_CONNECTOR=m
> >CONFIG_MTD=m
> ># CONFIG_MTD_DEBUG is not set
> >CONFIG_MTD_CONCAT=m
> >CONFIG_MTD_PARTITIONS=y
> ># CONFIG_MTD_TESTS is not set
> >CONFIG_MTD_REDBOOT_PARTS=m
> >CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1
> >CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y
> >CONFIG_MTD_REDBOOT_PARTS_READONLY=y
> ># CONFIG_MTD_AR7_PARTS is not set
> >
> >#
> ># User Modules And Translation Layers
> >#
> >CONFIG_MTD_CHAR=m
> >CONFIG_MTD_BLKDEVS=m
> >CONFIG_MTD_BLOCK=m
> >CONFIG_MTD_BLOCK_RO=m
> >CONFIG_FTL=m
> >CONFIG_NFTL=m
> >CONFIG_NFTL_RW=y
> >CONFIG_INFTL=m
> ># CONFIG_RFD_FTL is not set
> >CONFIG_SSFDC=m
> >CONFIG_MTD_OOPS=m
> >
> >#
> ># RAM/ROM/Flash chip drivers
> >#
> >CONFIG_MTD_CFI=m
> >CONFIG_MTD_JEDECPROBE=m
> >CONFIG_MTD_GEN_PROBE=m
> ># 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=m
> >CONFIG_MTD_CFI_AMDSTD=m
> >CONFIG_MTD_CFI_STAA=m
> >CONFIG_MTD_CFI_UTIL=m
> >CONFIG_MTD_RAM=m
> >CONFIG_MTD_ROM=m
> >CONFIG_MTD_ABSENT=m
> >
> >#
> ># Mapping drivers for chip access
> >#
> >CONFIG_MTD_COMPLEX_MAPPINGS=y
> >CONFIG_MTD_PHYSMAP=m
> >CONFIG_MTD_PHYSMAP_COMPAT=y
> >CONFIG_MTD_PHYSMAP_START=0x8000000
> >CONFIG_MTD_PHYSMAP_LEN=0x4000000
> >CONFIG_MTD_PHYSMAP_BANKWIDTH=2
> >CONFIG_MTD_SC520CDP=m
> >CONFIG_MTD_NETSC520=m
> >CONFIG_MTD_TS5500=m
> >CONFIG_MTD_SBC_GXX=m
> >CONFIG_MTD_AMD76XROM=m
> >CONFIG_MTD_ICHXROM=m
> >CONFIG_MTD_ESB2ROM=m
> >CONFIG_MTD_CK804XROM=m
> >CONFIG_MTD_SCB2_FLASH=m
> >CONFIG_MTD_NETtel=m
> >CONFIG_MTD_DILNETPC=m
> >CONFIG_MTD_DILNETPC_BOOTSIZE=0x80000
> >CONFIG_MTD_L440GX=m
> >CONFIG_MTD_PCI=m
> ># CONFIG_MTD_INTEL_VR_NOR is not set
> >CONFIG_MTD_PLATRAM=m
> >
> >#
> ># Self-contained MTD device drivers
> >#
> >CONFIG_MTD_PMC551=m
> >CONFIG_MTD_PMC551_BUGFIX=y
> ># CONFIG_MTD_PMC551_DEBUG is not set
> >CONFIG_MTD_SLRAM=m
> >CONFIG_MTD_PHRAM=m
> >CONFIG_MTD_MTDRAM=m
> >CONFIG_MTDRAM_TOTAL_SIZE=4096
> >CONFIG_MTDRAM_ERASE_SIZE=128
> >CONFIG_MTD_BLOCK2MTD=m
> >
> >#
> ># Disk-On-Chip Device Drivers
> >#
> >CONFIG_MTD_DOC2000=m
> >CONFIG_MTD_DOC2001=m
> >CONFIG_MTD_DOC2001PLUS=m
> >CONFIG_MTD_DOCPROBE=m
> >CONFIG_MTD_DOCECC=m
> ># CONFIG_MTD_DOCPROBE_ADVANCED is not set
> >CONFIG_MTD_DOCPROBE_ADDRESS=0
> >CONFIG_MTD_NAND=m
> >CONFIG_MTD_NAND_VERIFY_WRITE=y
> ># CONFIG_MTD_NAND_ECC_SMC is not set
> ># CONFIG_MTD_NAND_MUSEUM_IDS is not set
> >CONFIG_MTD_NAND_IDS=m
> >CONFIG_MTD_NAND_DISKONCHIP=m
> ># CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED is not set
> >CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0
> >CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE=y
> >CONFIG_MTD_NAND_CAFE=m
> ># CONFIG_MTD_NAND_NANDSIM is not set
> ># CONFIG_MTD_NAND_PLATFORM is not set
> >CONFIG_MTD_ALAUDA=m
> ># CONFIG_MTD_ONENAND is not set
> >
> >#
> ># LPDDR flash memory drivers
> >#
> ># CONFIG_MTD_LPDDR is not set
> >
> >#
> ># UBI - Unsorted block images
> >#
> ># CONFIG_MTD_UBI is not set
> ># CONFIG_PARPORT is not set
> >CONFIG_PNP=y
> ># CONFIG_PNP_DEBUG_MESSAGES is not set
> >
> >#
> ># Protocols
> >#
> >CONFIG_PNPACPI=y
> >CONFIG_BLK_DEV=y
> >CONFIG_BLK_DEV_FD=m
> ># CONFIG_BLK_CPQ_DA is not set
> ># CONFIG_BLK_CPQ_CISS_DA is not set
> ># CONFIG_BLK_DEV_DAC960 is not set
> ># CONFIG_BLK_DEV_UMEM is not set
> ># CONFIG_BLK_DEV_COW_COMMON is not set
> >CONFIG_BLK_DEV_LOOP=m
> >CONFIG_BLK_DEV_CRYPTOLOOP=m
> >CONFIG_BLK_DEV_NBD=m
> ># CONFIG_BLK_DEV_SX8 is not set
> ># CONFIG_BLK_DEV_UB is not set
> >CONFIG_BLK_DEV_RAM=y
> >CONFIG_BLK_DEV_RAM_COUNT=16
> >CONFIG_BLK_DEV_RAM_SIZE=4096
> ># CONFIG_BLK_DEV_XIP is not set
> >CONFIG_CDROM_PKTCDVD=m
> >CONFIG_CDROM_PKTCDVD_BUFFERS=8
> >CONFIG_CDROM_PKTCDVD_WCACHE=y
> >CONFIG_ATA_OVER_ETH=m
> >CONFIG_VIRTIO_BLK=m
> ># CONFIG_BLK_DEV_HD is not set
> >CONFIG_MISC_DEVICES=y
> ># CONFIG_IBM_ASM is not set
> ># CONFIG_PHANTOM is not set
> ># CONFIG_SGI_IOC4 is not set
> ># CONFIG_TIFM_CORE is not set
> ># CONFIG_ICS932S401 is not set
> >CONFIG_ENCLOSURE_SERVICES=m
> ># CONFIG_HP_ILO is not set
> ># CONFIG_DELL_LAPTOP is not set
> ># CONFIG_C2PORT is not set
> >
> >#
> ># EEPROM support
> >#
> >CONFIG_EEPROM_AT24=m
> ># CONFIG_EEPROM_LEGACY is not set
> ># CONFIG_EEPROM_93CX6 is not set
> >CONFIG_HAVE_IDE=y
> >CONFIG_IDE=m
> >
> >#
> ># Please see Documentation/ide/ide.txt for help/info on IDE drives
> >#
> >CONFIG_IDE_XFER_MODE=y
> >CONFIG_IDE_ATAPI=y
> ># CONFIG_BLK_DEV_IDE_SATA is not set
> >CONFIG_IDE_GD=m
> >CONFIG_IDE_GD_ATA=y
> ># CONFIG_IDE_GD_ATAPI is not set
> >CONFIG_BLK_DEV_IDECS=m
> ># CONFIG_BLK_DEV_DELKIN is not set
> >CONFIG_BLK_DEV_IDECD=m
> >CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
> >CONFIG_BLK_DEV_IDETAPE=m
> >CONFIG_BLK_DEV_IDEACPI=y
> >CONFIG_IDE_TASK_IOCTL=y
> >CONFIG_IDE_PROC_FS=y
> >
> >#
> ># IDE chipset support/bugfixes
> >#
> >CONFIG_IDE_GENERIC=m
> >CONFIG_BLK_DEV_PLATFORM=m
> ># CONFIG_BLK_DEV_CMD640 is not set
> >CONFIG_BLK_DEV_IDEPNP=m
> >CONFIG_BLK_DEV_IDEDMA_SFF=y
> >
> >#
> ># PCI IDE chipsets support
> >#
> >CONFIG_BLK_DEV_IDEPCI=y
> ># CONFIG_BLK_DEV_OFFBOARD is not set
> >CONFIG_BLK_DEV_GENERIC=m
> ># CONFIG_BLK_DEV_OPTI621 is not set
> ># CONFIG_BLK_DEV_RZ1000 is not set
> >CONFIG_BLK_DEV_IDEDMA_PCI=y
> ># CONFIG_BLK_DEV_AEC62XX is not set
> ># CONFIG_BLK_DEV_ALI15X3 is not set
> ># CONFIG_BLK_DEV_AMD74XX is not set
> ># CONFIG_BLK_DEV_ATIIXP is not set
> ># CONFIG_BLK_DEV_CMD64X is not set
> ># CONFIG_BLK_DEV_TRIFLEX is not set
> ># CONFIG_BLK_DEV_CS5520 is not set
> ># CONFIG_BLK_DEV_CS5530 is not set
> ># CONFIG_BLK_DEV_HPT366 is not set
> ># CONFIG_BLK_DEV_JMICRON is not set
> ># CONFIG_BLK_DEV_SC1200 is not set
> >CONFIG_BLK_DEV_PIIX=m
> ># CONFIG_BLK_DEV_IT8172 is not set
> ># CONFIG_BLK_DEV_IT8213 is not set
> ># CONFIG_BLK_DEV_IT821X is not set
> ># CONFIG_BLK_DEV_NS87415 is not set
> ># CONFIG_BLK_DEV_PDC202XX_OLD is not set
> ># CONFIG_BLK_DEV_PDC202XX_NEW is not set
> ># CONFIG_BLK_DEV_SVWKS is not set
> ># CONFIG_BLK_DEV_SIIMAGE is not set
> ># CONFIG_BLK_DEV_SIS5513 is not set
> ># CONFIG_BLK_DEV_SLC90E66 is not set
> ># CONFIG_BLK_DEV_TRM290 is not set
> ># CONFIG_BLK_DEV_VIA82CXXX is not set
> ># CONFIG_BLK_DEV_TC86C001 is not set
> >CONFIG_BLK_DEV_IDEDMA=y
> >
> >#
> ># SCSI device support
> >#
> >CONFIG_RAID_ATTRS=m
> >CONFIG_SCSI=m
> >CONFIG_SCSI_DMA=y
> >CONFIG_SCSI_TGT=m
> >CONFIG_SCSI_NETLINK=y
> >CONFIG_SCSI_PROC_FS=y
> >
> >#
> ># SCSI support type (disk, tape, CD-ROM)
> >#
> >CONFIG_BLK_DEV_SD=m
> >CONFIG_CHR_DEV_ST=m
> >CONFIG_CHR_DEV_OSST=m
> >CONFIG_BLK_DEV_SR=m
> >CONFIG_BLK_DEV_SR_VENDOR=y
> >CONFIG_CHR_DEV_SG=m
> >CONFIG_CHR_DEV_SCH=m
> >CONFIG_SCSI_ENCLOSURE=m
> >
> >#
> ># Some SCSI devices (e.g. CD jukebox) support multiple LUNs
> >#
> >CONFIG_SCSI_MULTI_LUN=y
> ># CONFIG_SCSI_CONSTANTS is not set
> >CONFIG_SCSI_LOGGING=y
> >CONFIG_SCSI_SCAN_ASYNC=y
> >CONFIG_SCSI_WAIT_SCAN=m
> >
> >#
> ># SCSI Transports
> >#
> >CONFIG_SCSI_SPI_ATTRS=m
> >CONFIG_SCSI_FC_ATTRS=m
> >CONFIG_SCSI_FC_TGT_ATTRS=y
> >CONFIG_SCSI_ISCSI_ATTRS=m
> >CONFIG_SCSI_SAS_ATTRS=m
> >CONFIG_SCSI_SAS_LIBSAS=m
> ># CONFIG_SCSI_SAS_ATA is not set
> >CONFIG_SCSI_SAS_HOST_SMP=y
> >CONFIG_SCSI_SAS_LIBSAS_DEBUG=y
> >CONFIG_SCSI_SRP_ATTRS=m
> >CONFIG_SCSI_SRP_TGT_ATTRS=y
> >CONFIG_SCSI_LOWLEVEL=y
> >CONFIG_ISCSI_TCP=m
> ># CONFIG_SCSI_CXGB3_ISCSI is not set
> ># CONFIG_BLK_DEV_3W_XXXX_RAID is not set
> ># CONFIG_SCSI_3W_9XXX is not set
> ># CONFIG_SCSI_ACARD is not set
> ># CONFIG_SCSI_AACRAID is not set
> ># CONFIG_SCSI_AIC7XXX is not set
> ># CONFIG_SCSI_AIC7XXX_OLD is not set
> ># CONFIG_SCSI_AIC79XX is not set
> ># CONFIG_SCSI_AIC94XX is not set
> ># CONFIG_SCSI_DPT_I2O is not set
> ># CONFIG_SCSI_ADVANSYS is not set
> ># CONFIG_SCSI_ARCMSR is not set
> ># CONFIG_MEGARAID_NEWGEN is not set
> ># CONFIG_MEGARAID_LEGACY is not set
> ># CONFIG_MEGARAID_SAS is not set
> ># CONFIG_SCSI_MPT2SAS is not set
> ># CONFIG_SCSI_HPTIOP is not set
> ># CONFIG_SCSI_BUSLOGIC is not set
> >CONFIG_LIBFC=m
> >CONFIG_FCOE=m
> ># CONFIG_SCSI_DMX3191D is not set
> ># CONFIG_SCSI_EATA is not set
> ># CONFIG_SCSI_FUTURE_DOMAIN is not set
> ># CONFIG_SCSI_GDTH is not set
> ># CONFIG_SCSI_IPS is not set
> ># CONFIG_SCSI_INITIO is not set
> ># CONFIG_SCSI_INIA100 is not set
> ># CONFIG_SCSI_MVSAS is not set
> ># CONFIG_SCSI_STEX is not set
> ># CONFIG_SCSI_SYM53C8XX_2 is not set
> ># CONFIG_SCSI_IPR is not set
> ># CONFIG_SCSI_QLOGIC_1280 is not set
> ># CONFIG_SCSI_QLA_FC is not set
> ># CONFIG_SCSI_QLA_ISCSI is not set
> ># CONFIG_SCSI_LPFC is not set
> ># CONFIG_SCSI_DC395x is not set
> ># CONFIG_SCSI_DC390T is not set
> ># CONFIG_SCSI_DEBUG is not set
> ># CONFIG_SCSI_SRP is not set
> ># CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
> >CONFIG_SCSI_DH=m
> >CONFIG_SCSI_DH_RDAC=m
> ># CONFIG_SCSI_DH_HP_SW is not set
> ># CONFIG_SCSI_DH_EMC is not set
> >CONFIG_SCSI_DH_ALUA=m
> >CONFIG_SCSI_OSD_INITIATOR=m
> >CONFIG_SCSI_OSD_ULD=m
> >CONFIG_SCSI_OSD_DPRINT_SENSE=1
> ># CONFIG_SCSI_OSD_DEBUG is not set
> >CONFIG_ATA=m
> ># CONFIG_ATA_NONSTANDARD is not set
> >CONFIG_ATA_ACPI=y
> >CONFIG_SATA_PMP=y
> >CONFIG_SATA_AHCI=m
> ># CONFIG_SATA_SIL24 is not set
> >CONFIG_ATA_SFF=y
> ># CONFIG_SATA_SVW is not set
> >CONFIG_ATA_PIIX=m
> ># CONFIG_SATA_MV is not set
> ># CONFIG_SATA_NV is not set
> ># CONFIG_PDC_ADMA is not set
> ># CONFIG_SATA_QSTOR is not set
> ># CONFIG_SATA_PROMISE is not set
> ># CONFIG_SATA_SX4 is not set
> ># CONFIG_SATA_SIL is not set
> ># CONFIG_SATA_SIS is not set
> ># CONFIG_SATA_ULI is not set
> ># CONFIG_SATA_VIA is not set
> ># CONFIG_SATA_VITESSE is not set
> ># CONFIG_SATA_INIC162X is not set
> >CONFIG_PATA_ACPI=m
> ># CONFIG_PATA_ALI is not set
> ># CONFIG_PATA_AMD is not set
> ># CONFIG_PATA_ARTOP is not set
> ># CONFIG_PATA_ATIIXP is not set
> ># CONFIG_PATA_CMD640_PCI is not set
> ># CONFIG_PATA_CMD64X is not set
> ># CONFIG_PATA_CS5520 is not set
> ># CONFIG_PATA_CS5530 is not set
> ># CONFIG_PATA_CYPRESS is not set
> ># CONFIG_PATA_EFAR is not set
> >CONFIG_ATA_GENERIC=m
> ># CONFIG_PATA_HPT366 is not set
> ># CONFIG_PATA_HPT37X is not set
> ># CONFIG_PATA_HPT3X2N is not set
> ># CONFIG_PATA_HPT3X3 is not set
> ># CONFIG_PATA_IT821X is not set
> ># CONFIG_PATA_IT8213 is not set
> ># CONFIG_PATA_JMICRON is not set
> ># CONFIG_PATA_TRIFLEX is not set
> ># CONFIG_PATA_MARVELL is not set
> >CONFIG_PATA_MPIIX=m
> ># CONFIG_PATA_OLDPIIX is not set
> ># CONFIG_PATA_NETCELL is not set
> ># CONFIG_PATA_NINJA32 is not set
> ># CONFIG_PATA_NS87410 is not set
> ># CONFIG_PATA_NS87415 is not set
> ># CONFIG_PATA_OPTI is not set
> ># CONFIG_PATA_OPTIDMA is not set
> ># CONFIG_PATA_PCMCIA is not set
> ># CONFIG_PATA_PDC_OLD is not set
> ># CONFIG_PATA_RADISYS is not set
> ># CONFIG_PATA_RZ1000 is not set
> ># CONFIG_PATA_SC1200 is not set
> ># CONFIG_PATA_SERVERWORKS is not set
> ># CONFIG_PATA_PDC2027X is not set
> ># CONFIG_PATA_SIL680 is not set
> ># CONFIG_PATA_SIS is not set
> ># CONFIG_PATA_VIA is not set
> ># CONFIG_PATA_WINBOND is not set
> ># CONFIG_PATA_SCH is not set
> >CONFIG_MD=y
> >CONFIG_BLK_DEV_MD=m
> >CONFIG_MD_LINEAR=m
> >CONFIG_MD_RAID0=m
> >CONFIG_MD_RAID1=m
> >CONFIG_MD_RAID10=m
> >CONFIG_MD_RAID456=m
> >CONFIG_MD_RAID5_RESHAPE=y
> >CONFIG_MD_MULTIPATH=m
> >CONFIG_MD_FAULTY=m
> >CONFIG_BLK_DEV_DM=m
> ># CONFIG_DM_DEBUG is not set
> >CONFIG_DM_CRYPT=m
> >CONFIG_DM_SNAPSHOT=m
> >CONFIG_DM_MIRROR=m
> >CONFIG_DM_ZERO=m
> >CONFIG_DM_MULTIPATH=m
> ># CONFIG_DM_DELAY is not set
> ># CONFIG_DM_UEVENT is not set
> ># CONFIG_FUSION is not set
> >
> >#
> ># IEEE 1394 (FireWire) support
> >#
> >
> >#
> ># Enable only one of the two stacks, unless you know what you are doing
> >#
> >CONFIG_FIREWIRE=m
> >CONFIG_FIREWIRE_OHCI=m
> >CONFIG_FIREWIRE_OHCI_DEBUG=y
> >CONFIG_FIREWIRE_SBP2=m
> ># CONFIG_IEEE1394 is not set
> >CONFIG_I2O=m
> >CONFIG_I2O_LCT_NOTIFY_ON_CHANGES=y
> ># CONFIG_I2O_EXT_ADAPTEC is not set
> >CONFIG_I2O_CONFIG=m
> >CONFIG_I2O_CONFIG_OLD_IOCTL=y
> >CONFIG_I2O_BUS=m
> >CONFIG_I2O_BLOCK=m
> >CONFIG_I2O_SCSI=m
> >CONFIG_I2O_PROC=m
> ># CONFIG_MACINTOSH_DRIVERS is not set
> >CONFIG_NETDEVICES=y
> >CONFIG_COMPAT_NET_DEV_OPS=y
> >CONFIG_IFB=m
> >CONFIG_DUMMY=m
> >CONFIG_BONDING=m
> >CONFIG_MACVLAN=m
> >CONFIG_EQUALIZER=m
> >CONFIG_TUN=m
> >CONFIG_VETH=m
> ># CONFIG_NET_SB1000 is not set
> ># CONFIG_ARCNET is not set
> >CONFIG_PHYLIB=m
> >
> >#
> ># MII PHY device drivers
> >#
> ># CONFIG_MARVELL_PHY is not set
> ># CONFIG_DAVICOM_PHY is not set
> ># CONFIG_QSEMI_PHY is not set
> ># CONFIG_LXT_PHY is not set
> ># CONFIG_CICADA_PHY is not set
> ># CONFIG_VITESSE_PHY is not set
> ># CONFIG_SMSC_PHY is not set
> >CONFIG_BROADCOM_PHY=m
> ># CONFIG_ICPLUS_PHY is not set
> ># CONFIG_REALTEK_PHY is not set
> ># CONFIG_NATIONAL_PHY is not set
> ># CONFIG_STE10XP is not set
> ># CONFIG_LSI_ET1011C_PHY is not set
> ># CONFIG_MDIO_BITBANG is not set
> ># CONFIG_NET_ETHERNET is not set
> >CONFIG_MII=m
> >CONFIG_NETDEV_1000=y
> >CONFIG_ACENIC=m
> ># CONFIG_ACENIC_OMIT_TIGON_I is not set
> ># CONFIG_DL2K is not set
> >CONFIG_E1000=m
> >CONFIG_E1000E=m
> ># CONFIG_IP1000 is not set
> >CONFIG_IGB=m
> >CONFIG_IGB_DCA=y
> ># CONFIG_NS83820 is not set
> ># CONFIG_HAMACHI is not set
> ># CONFIG_YELLOWFIN is not set
> ># CONFIG_R8169 is not set
> ># CONFIG_SIS190 is not set
> ># CONFIG_SKGE is not set
> ># CONFIG_SKY2 is not set
> ># CONFIG_VIA_VELOCITY is not set
> >CONFIG_TIGON3=m
> >CONFIG_BNX2=m
> ># CONFIG_QLA3XXX is not set
> ># CONFIG_ATL1 is not set
> ># CONFIG_ATL1E is not set
> ># CONFIG_ATL1C is not set
> ># CONFIG_JME is not set
> >CONFIG_NETDEV_10000=y
> ># CONFIG_CHELSIO_T1 is not set
> >CONFIG_CHELSIO_T3_DEPENDS=y
> ># CONFIG_CHELSIO_T3 is not set
> ># CONFIG_ENIC is not set
> ># CONFIG_IXGBE is not set
> ># CONFIG_IXGB is not set
> ># CONFIG_S2IO is not set
> ># CONFIG_MYRI10GE is not set
> ># CONFIG_NETXEN_NIC is not set
> ># CONFIG_NIU is not set
> ># CONFIG_MLX4_EN is not set
> ># CONFIG_MLX4_CORE is not set
> ># CONFIG_TEHUTI is not set
> ># CONFIG_BNX2X is not set
> ># CONFIG_QLGE is not set
> ># CONFIG_SFC is not set
> ># CONFIG_BE2NET is not set
> ># CONFIG_TR is not set
> >
> >#
> ># Wireless LAN
> >#
> ># CONFIG_WLAN_PRE80211 is not set
> >CONFIG_WLAN_80211=y
> ># CONFIG_PCMCIA_RAYCS is not set
> ># CONFIG_LIBERTAS is not set
> ># CONFIG_LIBERTAS_THINFIRM is not set
> ># CONFIG_AIRO is not set
> ># CONFIG_ATMEL is not set
> ># CONFIG_AT76C50X_USB is not set
> ># CONFIG_AIRO_CS is not set
> ># CONFIG_PCMCIA_WL3501 is not set
> ># CONFIG_PRISM54 is not set
> ># CONFIG_USB_ZD1201 is not set
> >CONFIG_USB_NET_RNDIS_WLAN=m
> ># CONFIG_RTL8180 is not set
> ># CONFIG_RTL8187 is not set
> ># CONFIG_ADM8211 is not set
> >CONFIG_MAC80211_HWSIM=m
> ># CONFIG_MWL8K is not set
> ># CONFIG_P54_COMMON is not set
> >CONFIG_ATH5K=m
> ># CONFIG_ATH5K_DEBUG is not set
> >CONFIG_ATH9K=m
> ># CONFIG_ATH9K_DEBUG is not set
> ># CONFIG_AR9170_USB is not set
> >CONFIG_IPW2100=m
> >CONFIG_IPW2100_MONITOR=y
> ># CONFIG_IPW2100_DEBUG is not set
> >CONFIG_IPW2200=m
> >CONFIG_IPW2200_MONITOR=y
> >CONFIG_IPW2200_RADIOTAP=y
> >CONFIG_IPW2200_PROMISCUOUS=y
> >CONFIG_IPW2200_QOS=y
> ># CONFIG_IPW2200_DEBUG is not set
> >CONFIG_LIBIPW=m
> ># CONFIG_LIBIPW_DEBUG is not set
> >CONFIG_IWLWIFI=m
> >CONFIG_IWLWIFI_LEDS=y
> >CONFIG_IWLWIFI_RFKILL=y
> >CONFIG_IWLWIFI_SPECTRUM_MEASUREMENT=y
> ># CONFIG_IWLWIFI_DEBUG is not set
> >CONFIG_IWLAGN=m
> >CONFIG_IWL4965=y
> >CONFIG_IWL5000=y
> >CONFIG_IWL3945=m
> >CONFIG_IWL3945_SPECTRUM_MEASUREMENT=y
> ># CONFIG_HOSTAP is not set
> ># CONFIG_B43 is not set
> ># CONFIG_B43LEGACY is not set
> >CONFIG_ZD1211RW=m
> ># CONFIG_ZD1211RW_DEBUG is not set
> ># CONFIG_RT2X00 is not set
> ># CONFIG_HERMES is not set
> >
> >#
> ># WiMAX Wireless Broadband devices
> >#
> >CONFIG_WIMAX_I2400M=m
> >CONFIG_WIMAX_I2400M_USB=m
> >CONFIG_WIMAX_I2400M_SDIO=m
> >CONFIG_WIMAX_I2400M_DEBUG_LEVEL=8
> >
> >#
> ># USB Network Adapters
> >#
> >CONFIG_USB_CATC=m
> >CONFIG_USB_KAWETH=m
> >CONFIG_USB_PEGASUS=m
> >CONFIG_USB_RTL8150=m
> >CONFIG_USB_USBNET=m
> >CONFIG_USB_NET_AX8817X=m
> >CONFIG_USB_NET_CDCETHER=m
> ># CONFIG_USB_NET_DM9601 is not set
> ># CONFIG_USB_NET_SMSC95XX is not set
> >CONFIG_USB_NET_GL620A=m
> >CONFIG_USB_NET_NET1080=m
> >CONFIG_USB_NET_PLUSB=m
> ># CONFIG_USB_NET_MCS7830 is not set
> >CONFIG_USB_NET_RNDIS_HOST=m
> >CONFIG_USB_NET_CDC_SUBSET=m
> >CONFIG_USB_ALI_M5632=y
> >CONFIG_USB_AN2720=y
> >CONFIG_USB_BELKIN=y
> >CONFIG_USB_ARMLINUX=y
> ># CONFIG_USB_EPSON2888 is not set
> ># CONFIG_USB_KC2190 is not set
> >CONFIG_USB_NET_ZAURUS=m
> >CONFIG_USB_HSO=m
> >CONFIG_NET_PCMCIA=y
> >CONFIG_PCMCIA_3C589=m
> >CONFIG_PCMCIA_3C574=m
> >CONFIG_PCMCIA_FMVJ18X=m
> >CONFIG_PCMCIA_PCNET=m
> >CONFIG_PCMCIA_NMCLAN=m
> >CONFIG_PCMCIA_SMC91C92=m
> >CONFIG_PCMCIA_XIRC2PS=m
> >CONFIG_PCMCIA_AXNET=m
> ># CONFIG_WAN is not set
> >CONFIG_ATM_DRIVERS=y
> >CONFIG_ATM_DUMMY=m
> >CONFIG_ATM_TCP=m
> >CONFIG_ATM_LANAI=m
> >CONFIG_ATM_ENI=m
> ># CONFIG_ATM_ENI_DEBUG is not set
> ># CONFIG_ATM_ENI_TUNE_BURST is not set
> ># CONFIG_ATM_FIRESTREAM is not set
> ># CONFIG_ATM_ZATM is not set
> ># CONFIG_ATM_IDT77252 is not set
> ># CONFIG_ATM_AMBASSADOR is not set
> ># CONFIG_ATM_HORIZON is not set
> ># CONFIG_ATM_IA is not set
> ># CONFIG_ATM_FORE200E is not set
> ># CONFIG_ATM_HE is not set
> ># CONFIG_ATM_SOLOS is not set
> ># CONFIG_FDDI is not set
> ># CONFIG_HIPPI is not set
> >CONFIG_PPP=m
> >CONFIG_PPP_MULTILINK=y
> >CONFIG_PPP_FILTER=y
> >CONFIG_PPP_ASYNC=m
> >CONFIG_PPP_SYNC_TTY=m
> >CONFIG_PPP_DEFLATE=m
> >CONFIG_PPP_BSDCOMP=m
> >CONFIG_PPP_MPPE=m
> >CONFIG_PPPOE=m
> >CONFIG_PPPOATM=m
> >CONFIG_PPPOL2TP=m
> >CONFIG_SLIP=m
> >CONFIG_SLIP_COMPRESSED=y
> >CONFIG_SLHC=m
> >CONFIG_SLIP_SMART=y
> >CONFIG_SLIP_MODE_SLIP6=y
> >CONFIG_NET_FC=y
> >CONFIG_NETCONSOLE=m
> ># CONFIG_NETCONSOLE_DYNAMIC is not set
> >CONFIG_NETPOLL=y
> >CONFIG_NETPOLL_TRAP=y
> >CONFIG_NET_POLL_CONTROLLER=y
> >CONFIG_VIRTIO_NET=m
> ># CONFIG_ISDN is not set
> >CONFIG_PHONE=m
> >CONFIG_PHONE_IXJ=m
> >CONFIG_PHONE_IXJ_PCMCIA=m
> >
> >#
> ># Input device support
> >#
> >CONFIG_INPUT=y
> >CONFIG_INPUT_FF_MEMLESS=m
> >CONFIG_INPUT_POLLDEV=m
> >
> >#
> ># Userland interfaces
> >#
> >CONFIG_INPUT_MOUSEDEV=y
> >CONFIG_INPUT_MOUSEDEV_PSAUX=y
> >CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
> >CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
> >CONFIG_INPUT_JOYDEV=m
> >CONFIG_INPUT_EVDEV=m
> ># CONFIG_INPUT_EVBUG is not set
> >
> >#
> ># Input Device Drivers
> >#
> >CONFIG_INPUT_KEYBOARD=y
> >CONFIG_KEYBOARD_ATKBD=y
> ># CONFIG_KEYBOARD_SUNKBD is not set
> ># CONFIG_KEYBOARD_LKKBD is not set
> >CONFIG_KEYBOARD_XTKBD=m
> ># CONFIG_KEYBOARD_NEWTON is not set
> ># CONFIG_KEYBOARD_STOWAWAY is not set
> >CONFIG_KEYBOARD_GPIO=m
> >CONFIG_INPUT_MOUSE=y
> >CONFIG_MOUSE_PS2=m
> >CONFIG_MOUSE_PS2_ALPS=y
> >CONFIG_MOUSE_PS2_LOGIPS2PP=y
> >CONFIG_MOUSE_PS2_SYNAPTICS=y
> >CONFIG_MOUSE_PS2_LIFEBOOK=y
> >CONFIG_MOUSE_PS2_TRACKPOINT=y
> ># CONFIG_MOUSE_PS2_ELANTECH is not set
> ># CONFIG_MOUSE_PS2_TOUCHKIT is not set
> >CONFIG_MOUSE_SERIAL=m
> ># CONFIG_MOUSE_APPLETOUCH is not set
> >CONFIG_MOUSE_BCM5974=m
> ># CONFIG_MOUSE_VSXXXAA is not set
> >CONFIG_MOUSE_GPIO=m
> >CONFIG_INPUT_JOYSTICK=y
> >CONFIG_JOYSTICK_ANALOG=m
> >CONFIG_JOYSTICK_A3D=m
> >CONFIG_JOYSTICK_ADI=m
> >CONFIG_JOYSTICK_COBRA=m
> >CONFIG_JOYSTICK_GF2K=m
> >CONFIG_JOYSTICK_GRIP=m
> >CONFIG_JOYSTICK_GRIP_MP=m
> >CONFIG_JOYSTICK_GUILLEMOT=m
> >CONFIG_JOYSTICK_INTERACT=m
> >CONFIG_JOYSTICK_SIDEWINDER=m
> >CONFIG_JOYSTICK_TMDC=m
> >CONFIG_JOYSTICK_IFORCE=m
> >CONFIG_JOYSTICK_IFORCE_USB=y
> >CONFIG_JOYSTICK_IFORCE_232=y
> >CONFIG_JOYSTICK_WARRIOR=m
> >CONFIG_JOYSTICK_MAGELLAN=m
> >CONFIG_JOYSTICK_SPACEORB=m
> >CONFIG_JOYSTICK_SPACEBALL=m
> >CONFIG_JOYSTICK_STINGER=m
> >CONFIG_JOYSTICK_TWIDJOY=m
> ># CONFIG_JOYSTICK_ZHENHUA is not set
> >CONFIG_JOYSTICK_JOYDUMP=m
> ># CONFIG_JOYSTICK_XPAD is not set
> ># CONFIG_INPUT_TABLET is not set
> >CONFIG_INPUT_TOUCHSCREEN=y
> ># CONFIG_TOUCHSCREEN_FUJITSU is not set
> >CONFIG_TOUCHSCREEN_GUNZE=m
> >CONFIG_TOUCHSCREEN_ELO=m
> ># CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
> >CONFIG_TOUCHSCREEN_MTOUCH=m
> ># CONFIG_TOUCHSCREEN_INEXIO is not set
> >CONFIG_TOUCHSCREEN_MK712=m
> ># CONFIG_TOUCHSCREEN_PENMOUNT is not set
> ># CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
> ># CONFIG_TOUCHSCREEN_TOUCHWIN is not set
> ># CONFIG_TOUCHSCREEN_WM97XX is not set
> ># CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
> ># CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
> ># CONFIG_TOUCHSCREEN_TSC2007 is not set
> >CONFIG_INPUT_MISC=y
> >CONFIG_INPUT_PCSPKR=m
> ># CONFIG_INPUT_APANEL is not set
> ># CONFIG_INPUT_ATLAS_BTNS is not set
> ># CONFIG_INPUT_ATI_REMOTE is not set
> ># CONFIG_INPUT_ATI_REMOTE2 is not set
> ># CONFIG_INPUT_KEYSPAN_REMOTE is not set
> ># CONFIG_INPUT_POWERMATE is not set
> ># CONFIG_INPUT_YEALINK is not set
> ># CONFIG_INPUT_CM109 is not set
> >CONFIG_INPUT_UINPUT=m
> >
> >#
> ># Hardware I/O ports
> >#
> >CONFIG_SERIO=y
> >CONFIG_SERIO_I8042=y
> >CONFIG_SERIO_SERPORT=m
> >CONFIG_SERIO_CT82C710=m
> >CONFIG_SERIO_PCIPS2=m
> >CONFIG_SERIO_LIBPS2=y
> >CONFIG_SERIO_RAW=m
> >CONFIG_GAMEPORT=m
> >CONFIG_GAMEPORT_NS558=m
> >CONFIG_GAMEPORT_L4=m
> >CONFIG_GAMEPORT_EMU10K1=m
> >CONFIG_GAMEPORT_FM801=m
> >
> >#
> ># Character devices
> >#
> >CONFIG_VT=y
> >CONFIG_CONSOLE_TRANSLATIONS=y
> >CONFIG_VT_CONSOLE=y
> >CONFIG_HW_CONSOLE=y
> ># CONFIG_VT_HW_CONSOLE_BINDING is not set
> >CONFIG_DEVKMEM=y
> ># CONFIG_SERIAL_NONSTANDARD is not set
> >CONFIG_NOZOMI=m
> >
> >#
> ># Serial drivers
> >#
> >CONFIG_SERIAL_8250=y
> >CONFIG_SERIAL_8250_CONSOLE=y
> >CONFIG_FIX_EARLYCON_MEM=y
> >CONFIG_SERIAL_8250_PCI=y
> >CONFIG_SERIAL_8250_PNP=y
> >CONFIG_SERIAL_8250_CS=m
> >CONFIG_SERIAL_8250_NR_UARTS=8
> >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=y
> >CONFIG_SERIAL_8250_RSA=y
> >
> >#
> ># Non-8250 serial port support
> >#
> >CONFIG_SERIAL_CORE=y
> >CONFIG_SERIAL_CORE_CONSOLE=y
> >CONFIG_SERIAL_JSM=m
> >CONFIG_UNIX98_PTYS=y
> >CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
> >CONFIG_LEGACY_PTYS=y
> >CONFIG_LEGACY_PTY_COUNT=256
> >CONFIG_HVC_DRIVER=y
> >CONFIG_VIRTIO_CONSOLE=m
> >CONFIG_IPMI_HANDLER=m
> ># CONFIG_IPMI_PANIC_EVENT is not set
> >CONFIG_IPMI_DEVICE_INTERFACE=m
> >CONFIG_IPMI_SI=m
> >CONFIG_IPMI_WATCHDOG=m
> >CONFIG_IPMI_POWEROFF=m
> >CONFIG_HW_RANDOM=y
> >CONFIG_HW_RANDOM_TIMERIOMEM=m
> >CONFIG_HW_RANDOM_INTEL=m
> >CONFIG_HW_RANDOM_AMD=y
> ># CONFIG_HW_RANDOM_VIRTIO is not set
> >CONFIG_NVRAM=m
> ># CONFIG_R3964 is not set
> >CONFIG_APPLICOM=m
> >
> >#
> ># PCMCIA character devices
> >#
> >CONFIG_SYNCLINK_CS=m
> ># CONFIG_CARDMAN_4000 is not set
> ># CONFIG_CARDMAN_4040 is not set
> >CONFIG_IPWIRELESS=m
> >CONFIG_MWAVE=m
> ># CONFIG_PC8736x_GPIO is not set
> >CONFIG_RAW_DRIVER=m
> >CONFIG_MAX_RAW_DEVS=1024
> >CONFIG_HPET=y
> >CONFIG_HPET_MMAP=y
> >CONFIG_HANGCHECK_TIMER=m
> >CONFIG_TCG_TPM=m
> >CONFIG_TCG_TIS=m
> >CONFIG_TCG_NSC=m
> >CONFIG_TCG_ATMEL=m
> >CONFIG_TCG_INFINEON=m
> ># CONFIG_TELCLOCK is not set
> >CONFIG_DEVPORT=y
> >CONFIG_I2C=m
> >CONFIG_I2C_BOARDINFO=y
> >CONFIG_I2C_CHARDEV=m
> >CONFIG_I2C_HELPER_AUTO=y
> >CONFIG_I2C_ALGOBIT=m
> >
> >#
> ># I2C Hardware Bus support
> >#
> >
> >#
> ># PC SMBus host controller drivers
> >#
> >CONFIG_I2C_ALI1535=m
> >CONFIG_I2C_ALI1563=m
> >CONFIG_I2C_ALI15X3=m
> >CONFIG_I2C_AMD756=m
> >CONFIG_I2C_AMD756_S4882=m
> >CONFIG_I2C_AMD8111=m
> >CONFIG_I2C_I801=m
> >CONFIG_I2C_ISCH=m
> >CONFIG_I2C_PIIX4=m
> >CONFIG_I2C_NFORCE2=m
> >CONFIG_I2C_NFORCE2_S4985=m
> >CONFIG_I2C_SIS5595=m
> >CONFIG_I2C_SIS630=m
> >CONFIG_I2C_SIS96X=m
> >CONFIG_I2C_VIA=m
> >CONFIG_I2C_VIAPRO=m
> >
> >#
> ># I2C system bus drivers (mostly embedded / system-on-chip)
> >#
> >CONFIG_I2C_GPIO=m
> ># CONFIG_I2C_OCORES is not set
> ># CONFIG_I2C_SIMTEC is not set
> >
> >#
> ># External I2C/SMBus adapter drivers
> >#
> >CONFIG_I2C_PARPORT_LIGHT=m
> ># CONFIG_I2C_TAOS_EVM is not set
> ># CONFIG_I2C_TINY_USB is not set
> >
> >#
> ># Graphics adapter I2C/DDC channel drivers
> >#
> >CONFIG_I2C_VOODOO3=m
> >
> >#
> ># Other I2C/SMBus bus drivers
> >#
> ># CONFIG_I2C_PCA_PLATFORM is not set
> ># CONFIG_I2C_STUB is not set
> >
> >#
> ># Miscellaneous I2C Chip support
> >#
> ># CONFIG_DS1682 is not set
> >CONFIG_SENSORS_PCF8574=m
> >CONFIG_PCF8575=m
> ># CONFIG_SENSORS_PCA9539 is not set
> >CONFIG_SENSORS_PCF8591=m
> >CONFIG_SENSORS_MAX6875=m
> ># CONFIG_SENSORS_TSL2550 is not set
> ># CONFIG_I2C_DEBUG_CORE is not set
> ># CONFIG_I2C_DEBUG_ALGO is not set
> ># CONFIG_I2C_DEBUG_BUS is not set
> ># CONFIG_I2C_DEBUG_CHIP is not set
> ># CONFIG_SPI is not set
> >CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
> >CONFIG_GPIOLIB=y
> ># CONFIG_DEBUG_GPIO is not set
> >CONFIG_GPIO_SYSFS=y
> >
> >#
> ># Memory mapped GPIO expanders:
> >#
> >
> >#
> ># I2C GPIO expanders:
> >#
> ># CONFIG_GPIO_MAX732X is not set
> ># CONFIG_GPIO_PCA953X is not set
> ># CONFIG_GPIO_PCF857X is not set
> >
> >#
> ># PCI GPIO expanders:
> >#
> >CONFIG_GPIO_BT8XX=m
> >
> >#
> ># SPI GPIO expanders:
> >#
> >CONFIG_W1=m
> >CONFIG_W1_CON=y
> >
> >#
> ># 1-wire Bus Masters
> >#
> ># CONFIG_W1_MASTER_MATROX is not set
> ># CONFIG_W1_MASTER_DS2490 is not set
> ># CONFIG_W1_MASTER_DS2482 is not set
> ># CONFIG_W1_MASTER_GPIO is not set
> >
> >#
> ># 1-wire Slaves
> >#
> >CONFIG_W1_SLAVE_THERM=m
> ># CONFIG_W1_SLAVE_SMEM is not set
> ># CONFIG_W1_SLAVE_DS2431 is not set
> ># CONFIG_W1_SLAVE_DS2433 is not set
> ># CONFIG_W1_SLAVE_DS2760 is not set
> ># CONFIG_W1_SLAVE_BQ27000 is not set
> >CONFIG_POWER_SUPPLY=y
> ># CONFIG_POWER_SUPPLY_DEBUG is not set
> >CONFIG_PDA_POWER=m
> ># CONFIG_BATTERY_DS2760 is not set
> ># CONFIG_BATTERY_BQ27x00 is not set
> >CONFIG_HWMON=y
> >CONFIG_HWMON_VID=m
> ># CONFIG_SENSORS_ABITUGURU is not set
> ># CONFIG_SENSORS_ABITUGURU3 is not set
> ># CONFIG_SENSORS_AD7414 is not set
> ># CONFIG_SENSORS_AD7418 is not set
> >CONFIG_SENSORS_ADM1021=m
> >CONFIG_SENSORS_ADM1025=m
> >CONFIG_SENSORS_ADM1026=m
> >CONFIG_SENSORS_ADM1029=m
> >CONFIG_SENSORS_ADM1031=m
> >CONFIG_SENSORS_ADM9240=m
> ># CONFIG_SENSORS_ADT7462 is not set
> ># CONFIG_SENSORS_ADT7470 is not set
> ># CONFIG_SENSORS_ADT7473 is not set
> ># CONFIG_SENSORS_ADT7475 is not set
> ># CONFIG_SENSORS_K8TEMP is not set
> >CONFIG_SENSORS_ASB100=m
> >CONFIG_SENSORS_ATXP1=m
> >CONFIG_SENSORS_DS1621=m
> ># CONFIG_SENSORS_I5K_AMB is not set
> ># CONFIG_SENSORS_F71805F is not set
> ># CONFIG_SENSORS_F71882FG is not set
> ># CONFIG_SENSORS_F75375S is not set
> >CONFIG_SENSORS_FSCHER=m
> >CONFIG_SENSORS_FSCPOS=m
> ># CONFIG_SENSORS_FSCHMD is not set
> >CONFIG_SENSORS_GL518SM=m
> >CONFIG_SENSORS_GL520SM=m
> ># CONFIG_SENSORS_CORETEMP is not set
> ># CONFIG_SENSORS_IBMAEM is not set
> ># CONFIG_SENSORS_IBMPEX is not set
> >CONFIG_SENSORS_IT87=m
> >CONFIG_SENSORS_LM63=m
> >CONFIG_SENSORS_LM75=m
> >CONFIG_SENSORS_LM77=m
> >CONFIG_SENSORS_LM78=m
> >CONFIG_SENSORS_LM80=m
> >CONFIG_SENSORS_LM83=m
> >CONFIG_SENSORS_LM85=m
> >CONFIG_SENSORS_LM87=m
> >CONFIG_SENSORS_LM90=m
> >CONFIG_SENSORS_LM92=m
> ># CONFIG_SENSORS_LM93 is not set
> ># CONFIG_SENSORS_LTC4245 is not set
> >CONFIG_SENSORS_MAX1619=m
> ># CONFIG_SENSORS_MAX6650 is not set
> >CONFIG_SENSORS_PC87360=m
> ># CONFIG_SENSORS_PC87427 is not set
> >CONFIG_SENSORS_SIS5595=m
> ># CONFIG_SENSORS_DME1737 is not set
> >CONFIG_SENSORS_SMSC47M1=m
> ># CONFIG_SENSORS_SMSC47M192 is not set
> >CONFIG_SENSORS_SMSC47B397=m
> ># CONFIG_SENSORS_ADS7828 is not set
> ># CONFIG_SENSORS_THMC50 is not set
> >CONFIG_SENSORS_VIA686A=m
> ># CONFIG_SENSORS_VT1211 is not set
> ># CONFIG_SENSORS_VT8231 is not set
> >CONFIG_SENSORS_W83781D=m
> ># CONFIG_SENSORS_W83791D is not set
> >CONFIG_SENSORS_W83792D=m
> ># CONFIG_SENSORS_W83793 is not set
> >CONFIG_SENSORS_W83L785TS=m
> ># CONFIG_SENSORS_W83L786NG is not set
> >CONFIG_SENSORS_W83627HF=m
> >CONFIG_SENSORS_W83627EHF=m
> >CONFIG_SENSORS_HDAPS=m
> ># CONFIG_SENSORS_LIS3LV02D is not set
> ># CONFIG_SENSORS_APPLESMC is not set
> ># CONFIG_HWMON_DEBUG_CHIP is not set
> >CONFIG_THERMAL=y
> >CONFIG_THERMAL_HWMON=y
> >CONFIG_WATCHDOG=y
> ># CONFIG_WATCHDOG_NOWAYOUT is not set
> >
> >#
> ># Watchdog Device Drivers
> >#
> >CONFIG_SOFT_WATCHDOG=m
> ># CONFIG_ACQUIRE_WDT is not set
> ># CONFIG_ADVANTECH_WDT is not set
> ># CONFIG_ALIM1535_WDT is not set
> ># CONFIG_ALIM7101_WDT is not set
> ># CONFIG_SC520_WDT is not set
> ># CONFIG_EUROTECH_WDT is not set
> ># CONFIG_IB700_WDT is not set
> ># CONFIG_IBMASR is not set
> ># CONFIG_WAFER_WDT is not set
> >CONFIG_I6300ESB_WDT=m
> >CONFIG_ITCO_WDT=m
> >CONFIG_ITCO_VENDOR_SUPPORT=y
> ># CONFIG_IT8712F_WDT is not set
> ># CONFIG_IT87_WDT is not set
> ># CONFIG_HP_WATCHDOG is not set
> ># CONFIG_SC1200_WDT is not set
> ># CONFIG_PC87413_WDT is not set
> ># CONFIG_60XX_WDT is not set
> ># CONFIG_SBC8360_WDT is not set
> ># CONFIG_CPU5_WDT is not set
> ># CONFIG_SMSC_SCH311X_WDT is not set
> ># CONFIG_SMSC37B787_WDT is not set
> ># CONFIG_W83627HF_WDT is not set
> ># CONFIG_W83697HF_WDT is not set
> ># CONFIG_W83697UG_WDT is not set
> ># CONFIG_W83877F_WDT is not set
> ># CONFIG_W83977F_WDT is not set
> ># CONFIG_MACHZ_WDT is not set
> ># CONFIG_SBC_EPX_C3_WATCHDOG is not set
> >
> >#
> ># PCI-based Watchdog Cards
> >#
> ># CONFIG_PCIPCWATCHDOG is not set
> ># CONFIG_WDTPCI is not set
> >
> >#
> ># USB-based Watchdog Cards
> >#
> ># CONFIG_USBPCWATCHDOG is not set
> >CONFIG_SSB_POSSIBLE=y
> >
> >#
> ># Sonics Silicon Backplane
> >#
> ># CONFIG_SSB is not set
> >
> >#
> ># Multifunction device drivers
> >#
> ># CONFIG_MFD_CORE is not set
> ># CONFIG_MFD_SM501 is not set
> ># CONFIG_HTC_PASIC3 is not set
> ># CONFIG_UCB1400_CORE is not set
> ># CONFIG_TPS65010 is not set
> ># CONFIG_MFD_TMIO is not set
> ># CONFIG_MFD_WM8400 is not set
> ># CONFIG_MFD_WM8350_I2C is not set
> ># CONFIG_MFD_PCF50633 is not set
> >CONFIG_REGULATOR=y
> ># CONFIG_REGULATOR_DEBUG is not set
> ># CONFIG_REGULATOR_FIXED_VOLTAGE is not set
> ># CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
> ># CONFIG_REGULATOR_BQ24022 is not set
> >
> >#
> ># Multimedia devices
> >#
> >
> >#
> ># Multimedia core support
> >#
> >CONFIG_VIDEO_DEV=m
> >CONFIG_VIDEO_V4L2_COMMON=m
> >CONFIG_VIDEO_ALLOW_V4L1=y
> >CONFIG_VIDEO_V4L1_COMPAT=y
> ># CONFIG_DVB_CORE is not set
> >CONFIG_VIDEO_MEDIA=m
> >
> >#
> ># Multimedia drivers
> >#
> >CONFIG_MEDIA_ATTACH=y
> >CONFIG_MEDIA_TUNER=m
> ># CONFIG_MEDIA_TUNER_CUSTOMISE is not set
> >CONFIG_MEDIA_TUNER_SIMPLE=m
> >CONFIG_MEDIA_TUNER_TDA8290=m
> >CONFIG_MEDIA_TUNER_TDA9887=m
> >CONFIG_MEDIA_TUNER_TEA5761=m
> >CONFIG_MEDIA_TUNER_TEA5767=m
> >CONFIG_MEDIA_TUNER_MT20XX=m
> >CONFIG_MEDIA_TUNER_XC2028=m
> >CONFIG_MEDIA_TUNER_XC5000=m
> >CONFIG_MEDIA_TUNER_MC44S803=m
> >CONFIG_VIDEO_V4L2=m
> >CONFIG_VIDEO_V4L1=m
> >CONFIG_VIDEOBUF_GEN=m
> >CONFIG_VIDEOBUF_VMALLOC=m
> >CONFIG_VIDEO_CAPTURE_DRIVERS=y
> ># CONFIG_VIDEO_ADV_DEBUG is not set
> ># CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
> >CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
> >CONFIG_VIDEO_VIVI=m
> ># CONFIG_VIDEO_BT848 is not set
> ># CONFIG_VIDEO_CPIA is not set
> ># CONFIG_VIDEO_CPIA2 is not set
> ># CONFIG_VIDEO_SAA5246A is not set
> ># CONFIG_VIDEO_SAA5249 is not set
> ># CONFIG_VIDEO_STRADIS is not set
> ># CONFIG_VIDEO_ZORAN is not set
> ># CONFIG_VIDEO_SAA7134 is not set
> ># CONFIG_VIDEO_MXB is not set
> ># CONFIG_VIDEO_HEXIUM_ORION is not set
> ># CONFIG_VIDEO_HEXIUM_GEMINI is not set
> ># CONFIG_VIDEO_CX88 is not set
> ># CONFIG_VIDEO_IVTV is not set
> ># CONFIG_VIDEO_CAFE_CCIC is not set
> ># CONFIG_SOC_CAMERA is not set
> >CONFIG_V4L_USB_DRIVERS=y
> >CONFIG_USB_VIDEO_CLASS=m
> >CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
> >CONFIG_USB_GSPCA=m
> ># CONFIG_USB_M5602 is not set
> ># CONFIG_USB_STV06XX is not set
> ># CONFIG_USB_GSPCA_CONEX is not set
> ># CONFIG_USB_GSPCA_ETOMS is not set
> ># CONFIG_USB_GSPCA_FINEPIX is not set
> ># CONFIG_USB_GSPCA_MARS is not set
> ># CONFIG_USB_GSPCA_MR97310A is not set
> ># CONFIG_USB_GSPCA_OV519 is not set
> ># CONFIG_USB_GSPCA_OV534 is not set
> ># CONFIG_USB_GSPCA_PAC207 is not set
> ># CONFIG_USB_GSPCA_PAC7311 is not set
> ># CONFIG_USB_GSPCA_SONIXB is not set
> ># CONFIG_USB_GSPCA_SONIXJ is not set
> >CONFIG_USB_GSPCA_SPCA500=m
> >CONFIG_USB_GSPCA_SPCA501=m
> >CONFIG_USB_GSPCA_SPCA505=m
> >CONFIG_USB_GSPCA_SPCA506=m
> >CONFIG_USB_GSPCA_SPCA508=m
> >CONFIG_USB_GSPCA_SPCA561=m
> ># CONFIG_USB_GSPCA_SQ905 is not set
> ># CONFIG_USB_GSPCA_SQ905C is not set
> ># CONFIG_USB_GSPCA_STK014 is not set
> ># CONFIG_USB_GSPCA_SUNPLUS is not set
> ># CONFIG_USB_GSPCA_T613 is not set
> ># CONFIG_USB_GSPCA_TV8532 is not set
> ># CONFIG_USB_GSPCA_VC032X is not set
> ># CONFIG_USB_GSPCA_ZC3XX is not set
> ># CONFIG_VIDEO_PVRUSB2 is not set
> ># CONFIG_VIDEO_HDPVR is not set
> ># CONFIG_VIDEO_EM28XX is not set
> ># CONFIG_VIDEO_USBVISION is not set
> >CONFIG_VIDEO_USBVIDEO=m
> ># CONFIG_USB_VICAM is not set
> ># CONFIG_USB_IBMCAM is not set
> ># CONFIG_USB_KONICAWC is not set
> >CONFIG_USB_QUICKCAM_MESSENGER=m
> ># CONFIG_USB_ET61X251 is not set
> ># CONFIG_VIDEO_OVCAMCHIP is not set
> ># CONFIG_USB_OV511 is not set
> ># CONFIG_USB_SE401 is not set
> ># CONFIG_USB_SN9C102 is not set
> ># CONFIG_USB_STV680 is not set
> >CONFIG_USB_ZC0301=m
> >CONFIG_USB_PWC=m
> ># CONFIG_USB_PWC_DEBUG is not set
> >CONFIG_USB_PWC_INPUT_EVDEV=y
> ># CONFIG_USB_ZR364XX is not set
> ># CONFIG_USB_STKWEBCAM is not set
> ># CONFIG_USB_S2255 is not set
> >CONFIG_RADIO_ADAPTERS=y
> ># CONFIG_RADIO_GEMTEK_PCI is not set
> ># CONFIG_RADIO_MAXIRADIO is not set
> ># CONFIG_RADIO_MAESTRO is not set
> ># CONFIG_USB_DSBR is not set
> ># CONFIG_USB_SI470X is not set
> ># CONFIG_USB_MR800 is not set
> ># CONFIG_RADIO_TEA5764 is not set
> >CONFIG_DAB=y
> >CONFIG_USB_DABUSB=m
> >
> >#
> ># Graphics support
> >#
> >CONFIG_AGP=y
> >CONFIG_AGP_AMD64=y
> >CONFIG_AGP_INTEL=m
> ># CONFIG_AGP_SIS is not set
> ># CONFIG_AGP_VIA is not set
> >CONFIG_DRM=m
> ># CONFIG_DRM_TDFX is not set
> ># CONFIG_DRM_R128 is not set
> >CONFIG_DRM_RADEON=m
> ># CONFIG_DRM_I810 is not set
> ># CONFIG_DRM_I830 is not set
> >CONFIG_DRM_I915=m
> ># CONFIG_DRM_I915_KMS is not set
> ># CONFIG_DRM_MGA is not set
> ># CONFIG_DRM_SIS is not set
> ># CONFIG_DRM_VIA is not set
> ># CONFIG_DRM_SAVAGE is not set
> ># CONFIG_VGASTATE is not set
> >CONFIG_VIDEO_OUTPUT_CONTROL=m
> >CONFIG_FB=m
> >CONFIG_FIRMWARE_EDID=y
> ># CONFIG_FB_DDC is not set
> ># CONFIG_FB_BOOT_VESA_SUPPORT is not set
> >CONFIG_FB_CFB_FILLRECT=m
> >CONFIG_FB_CFB_COPYAREA=m
> >CONFIG_FB_CFB_IMAGEBLIT=m
> ># CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
> ># CONFIG_FB_SYS_FILLRECT is not set
> ># CONFIG_FB_SYS_COPYAREA is not set
> ># CONFIG_FB_SYS_IMAGEBLIT is not set
> ># CONFIG_FB_FOREIGN_ENDIAN is not set
> ># CONFIG_FB_SYS_FOPS is not set
> ># CONFIG_FB_SVGALIB is not set
> ># CONFIG_FB_MACMODES is not set
> ># CONFIG_FB_BACKLIGHT is not set
> >CONFIG_FB_MODE_HELPERS=y
> >CONFIG_FB_TILEBLITTING=y
> >
> >#
> ># Frame buffer hardware drivers
> >#
> ># CONFIG_FB_CIRRUS is not set
> ># CONFIG_FB_PM2 is not set
> ># CONFIG_FB_CYBER2000 is not set
> ># CONFIG_FB_ARC is not set
> ># CONFIG_FB_VGA16 is not set
> ># CONFIG_FB_UVESA is not set
> ># CONFIG_FB_N411 is not set
> ># CONFIG_FB_HGA is not set
> ># CONFIG_FB_S1D13XXX is not set
> ># CONFIG_FB_NVIDIA is not set
> ># CONFIG_FB_RIVA is not set
> ># CONFIG_FB_LE80578 is not set
> ># CONFIG_FB_INTEL is not set
> ># CONFIG_FB_MATROX is not set
> ># CONFIG_FB_RADEON is not set
> ># CONFIG_FB_ATY128 is not set
> ># CONFIG_FB_ATY is not set
> ># CONFIG_FB_S3 is not set
> ># CONFIG_FB_SAVAGE is not set
> ># CONFIG_FB_SIS is not set
> ># CONFIG_FB_VIA is not set
> ># CONFIG_FB_NEOMAGIC is not set
> ># CONFIG_FB_KYRO is not set
> ># CONFIG_FB_3DFX is not set
> ># CONFIG_FB_VOODOO1 is not set
> ># CONFIG_FB_VT8623 is not set
> ># CONFIG_FB_TRIDENT is not set
> ># CONFIG_FB_ARK is not set
> ># CONFIG_FB_PM3 is not set
> ># CONFIG_FB_CARMINE is not set
> ># CONFIG_FB_GEODE is not set
> ># CONFIG_FB_VIRTUAL is not set
> ># CONFIG_FB_METRONOME is not set
> ># CONFIG_FB_MB862XX is not set
> ># CONFIG_FB_BROADSHEET is not set
> >CONFIG_BACKLIGHT_LCD_SUPPORT=y
> >CONFIG_LCD_CLASS_DEVICE=m
> ># CONFIG_LCD_ILI9320 is not set
> >CONFIG_LCD_PLATFORM=m
> >CONFIG_BACKLIGHT_CLASS_DEVICE=m
> >CONFIG_BACKLIGHT_GENERIC=m
> ># CONFIG_BACKLIGHT_PROGEAR is not set
> ># CONFIG_BACKLIGHT_MBP_NVIDIA is not set
> ># CONFIG_BACKLIGHT_SAHARA is not set
> >
> >#
> ># Display device support
> >#
> >CONFIG_DISPLAY_SUPPORT=m
> >
> >#
> ># Display hardware drivers
> >#
> >
> >#
> ># Console display driver support
> >#
> >CONFIG_VGA_CONSOLE=y
> ># CONFIG_VGACON_SOFT_SCROLLBACK is not set
> >CONFIG_DUMMY_CONSOLE=y
> >CONFIG_FRAMEBUFFER_CONSOLE=m
> ># CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
> ># CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
> ># CONFIG_FONTS is not set
> >CONFIG_FONT_8x8=y
> >CONFIG_FONT_8x16=y
> >CONFIG_LOGO=y
> >CONFIG_LOGO_LINUX_MONO=y
> >CONFIG_LOGO_LINUX_VGA16=y
> >CONFIG_LOGO_LINUX_CLUT224=y
> >CONFIG_SOUND=m
> >CONFIG_SOUND_OSS_CORE=y
> >CONFIG_SND=m
> >CONFIG_SND_TIMER=m
> >CONFIG_SND_PCM=m
> >CONFIG_SND_HWDEP=m
> >CONFIG_SND_RAWMIDI=m
> >CONFIG_SND_JACK=y
> >CONFIG_SND_SEQUENCER=m
> >CONFIG_SND_SEQ_DUMMY=m
> >CONFIG_SND_OSSEMUL=y
> >CONFIG_SND_MIXER_OSS=m
> ># CONFIG_SND_PCM_OSS is not set
> >CONFIG_SND_SEQUENCER_OSS=y
> >CONFIG_SND_HRTIMER=m
> >CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
> >CONFIG_SND_DYNAMIC_MINORS=y
> ># CONFIG_SND_SUPPORT_OLD_API is not set
> >CONFIG_SND_VERBOSE_PROCFS=y
> ># CONFIG_SND_VERBOSE_PRINTK is not set
> >CONFIG_SND_DEBUG=y
> ># CONFIG_SND_DEBUG_VERBOSE is not set
> ># CONFIG_SND_PCM_XRUN_DEBUG is not set
> >CONFIG_SND_VMASTER=y
> >CONFIG_SND_MPU401_UART=m
> >CONFIG_SND_AC97_CODEC=m
> >CONFIG_SND_DRIVERS=y
> ># CONFIG_SND_PCSP is not set
> ># CONFIG_SND_DUMMY is not set
> >CONFIG_SND_VIRMIDI=m
> >CONFIG_SND_MTPAV=m
> >CONFIG_SND_SERIAL_U16550=m
> >CONFIG_SND_MPU401=m
> >CONFIG_SND_AC97_POWER_SAVE=y
> >CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0
> >CONFIG_SND_PCI=y
> >CONFIG_SND_AD1889=m
> ># CONFIG_SND_ALS300 is not set
> ># CONFIG_SND_ALS4000 is not set
> ># CONFIG_SND_ALI5451 is not set
> ># CONFIG_SND_ATIIXP is not set
> ># CONFIG_SND_ATIIXP_MODEM is not set
> ># CONFIG_SND_AU8810 is not set
> ># CONFIG_SND_AU8820 is not set
> ># CONFIG_SND_AU8830 is not set
> ># CONFIG_SND_AW2 is not set
> ># CONFIG_SND_AZT3328 is not set
> ># CONFIG_SND_BT87X is not set
> ># CONFIG_SND_CA0106 is not set
> ># CONFIG_SND_CMIPCI is not set
> ># CONFIG_SND_OXYGEN is not set
> ># CONFIG_SND_CS4281 is not set
> ># CONFIG_SND_CS46XX is not set
> ># CONFIG_SND_CS5530 is not set
> ># CONFIG_SND_DARLA20 is not set
> ># CONFIG_SND_GINA20 is not set
> ># CONFIG_SND_LAYLA20 is not set
> ># CONFIG_SND_DARLA24 is not set
> ># CONFIG_SND_GINA24 is not set
> ># CONFIG_SND_LAYLA24 is not set
> ># CONFIG_SND_MONA is not set
> ># CONFIG_SND_MIA is not set
> ># CONFIG_SND_ECHO3G is not set
> ># CONFIG_SND_INDIGO is not set
> ># CONFIG_SND_INDIGOIO is not set
> ># CONFIG_SND_INDIGODJ is not set
> ># CONFIG_SND_INDIGOIOX is not set
> ># CONFIG_SND_INDIGODJX is not set
> ># CONFIG_SND_EMU10K1 is not set
> ># CONFIG_SND_EMU10K1X is not set
> ># CONFIG_SND_ENS1370 is not set
> ># CONFIG_SND_ENS1371 is not set
> ># CONFIG_SND_ES1938 is not set
> ># CONFIG_SND_ES1968 is not set
> ># CONFIG_SND_FM801 is not set
> >CONFIG_SND_HDA_INTEL=m
> >CONFIG_SND_HDA_HWDEP=y
> ># CONFIG_SND_HDA_RECONFIG is not set
> >CONFIG_SND_HDA_INPUT_BEEP=y
> >CONFIG_SND_HDA_CODEC_REALTEK=y
> >CONFIG_SND_HDA_CODEC_ANALOG=y
> >CONFIG_SND_HDA_CODEC_SIGMATEL=y
> >CONFIG_SND_HDA_CODEC_VIA=y
> >CONFIG_SND_HDA_CODEC_ATIHDMI=y
> >CONFIG_SND_HDA_CODEC_NVHDMI=y
> >CONFIG_SND_HDA_CODEC_INTELHDMI=y
> >CONFIG_SND_HDA_ELD=y
> >CONFIG_SND_HDA_CODEC_CONEXANT=y
> >CONFIG_SND_HDA_CODEC_CMEDIA=y
> >CONFIG_SND_HDA_CODEC_SI3054=y
> >CONFIG_SND_HDA_GENERIC=y
> >CONFIG_SND_HDA_POWER_SAVE=y
> >CONFIG_SND_HDA_POWER_SAVE_DEFAULT=10
> ># CONFIG_SND_HDSP is not set
> ># CONFIG_SND_HDSPM is not set
> ># CONFIG_SND_HIFIER is not set
> ># CONFIG_SND_ICE1712 is not set
> ># CONFIG_SND_ICE1724 is not set
> >CONFIG_SND_INTEL8X0=m
> >CONFIG_SND_INTEL8X0M=m
> ># CONFIG_SND_KORG1212 is not set
> ># CONFIG_SND_MAESTRO3 is not set
> ># CONFIG_SND_MIXART is not set
> ># CONFIG_SND_NM256 is not set
> ># CONFIG_SND_PCXHR is not set
> ># CONFIG_SND_RIPTIDE is not set
> ># CONFIG_SND_RME32 is not set
> ># CONFIG_SND_RME96 is not set
> ># CONFIG_SND_RME9652 is not set
> ># CONFIG_SND_SONICVIBES is not set
> ># CONFIG_SND_TRIDENT is not set
> ># CONFIG_SND_VIA82XX is not set
> ># CONFIG_SND_VIA82XX_MODEM is not set
> ># CONFIG_SND_VIRTUOSO is not set
> ># CONFIG_SND_VX222 is not set
> ># CONFIG_SND_YMFPCI is not set
> >CONFIG_SND_USB=y
> ># CONFIG_SND_USB_AUDIO is not set
> ># CONFIG_SND_USB_USX2Y is not set
> ># CONFIG_SND_USB_CAIAQ is not set
> ># CONFIG_SND_USB_US122L is not set
> >CONFIG_SND_PCMCIA=y
> ># CONFIG_SND_VXPOCKET is not set
> ># CONFIG_SND_PDAUDIOCF is not set
> ># CONFIG_SND_SOC is not set
> ># CONFIG_SOUND_PRIME is not set
> >CONFIG_AC97_BUS=m
> >CONFIG_HID_SUPPORT=y
> >CONFIG_HID=m
> ># CONFIG_HID_DEBUG is not set
> >CONFIG_HIDRAW=y
> >
> >#
> ># USB Input Devices
> >#
> >CONFIG_USB_HID=m
> >CONFIG_HID_PID=y
> >CONFIG_USB_HIDDEV=y
> >
> >#
> ># Special HID drivers
> >#
> ># CONFIG_HID_COMPAT is not set
> >CONFIG_HID_A4TECH=m
> >CONFIG_HID_APPLE=m
> >CONFIG_HID_BELKIN=m
> >CONFIG_HID_CHERRY=m
> >CONFIG_HID_CHICONY=m
> >CONFIG_HID_CYPRESS=m
> >CONFIG_HID_EZKEY=m
> >CONFIG_HID_GYRATION=m
> >CONFIG_HID_LOGITECH=m
> >CONFIG_LOGITECH_FF=y
> ># CONFIG_LOGIRUMBLEPAD2_FF is not set
> >CONFIG_HID_MICROSOFT=m
> >CONFIG_HID_MONTEREY=m
> >CONFIG_HID_NTRIG=m
> >CONFIG_HID_PANTHERLORD=m
> ># CONFIG_PANTHERLORD_FF is not set
> >CONFIG_HID_PETALYNX=m
> >CONFIG_HID_SAMSUNG=m
> >CONFIG_HID_SONY=m
> >CONFIG_HID_SUNPLUS=m
> ># CONFIG_GREENASIA_FF is not set
> >CONFIG_HID_TOPSEED=m
> >CONFIG_THRUSTMASTER_FF=m
> ># CONFIG_ZEROPLUS_FF is not set
> >CONFIG_USB_SUPPORT=y
> >CONFIG_USB_ARCH_HAS_HCD=y
> >CONFIG_USB_ARCH_HAS_OHCI=y
> >CONFIG_USB_ARCH_HAS_EHCI=y
> >CONFIG_USB=m
> ># CONFIG_USB_DEBUG is not set
> >CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
> >
> >#
> ># Miscellaneous USB options
> >#
> >CONFIG_USB_DEVICEFS=y
> >CONFIG_USB_DEVICE_CLASS=y
> >CONFIG_USB_DYNAMIC_MINORS=y
> >CONFIG_USB_SUSPEND=y
> ># CONFIG_USB_OTG is not set
> >CONFIG_USB_MON=m
> ># CONFIG_USB_WUSB is not set
> ># CONFIG_USB_WUSB_CBAF is not set
> >
> >#
> ># USB Host Controller Drivers
> >#
> ># CONFIG_USB_C67X00_HCD is not set
> >CONFIG_USB_EHCI_HCD=m
> >CONFIG_USB_EHCI_ROOT_HUB_TT=y
> ># CONFIG_USB_EHCI_TT_NEWSCHED is not set
> ># CONFIG_USB_OXU210HP_HCD is not set
> >CONFIG_USB_ISP116X_HCD=m
> ># CONFIG_USB_ISP1760_HCD is not set
> >CONFIG_USB_OHCI_HCD=m
> ># 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=m
> >CONFIG_USB_SL811_HCD=m
> >CONFIG_USB_SL811_CS=m
> ># CONFIG_USB_R8A66597_HCD is not set
> ># CONFIG_USB_WHCI_HCD is not set
> ># CONFIG_USB_HWA_HCD is not set
> ># CONFIG_USB_GADGET_MUSB_HDRC is not set
> >
> >#
> ># USB Device Class drivers
> >#
> >CONFIG_USB_ACM=m
> >CONFIG_USB_PRINTER=m
> >CONFIG_USB_WDM=m
> >CONFIG_USB_TMC=m
> >
> >#
> ># NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
> >#
> >
> >#
> ># also be needed; see USB_STORAGE Help for more info
> >#
> >CONFIG_USB_STORAGE=m
> ># CONFIG_USB_STORAGE_DEBUG is not set
> >CONFIG_USB_STORAGE_DATAFAB=m
> >CONFIG_USB_STORAGE_FREECOM=m
> >CONFIG_USB_STORAGE_ISD200=m
> >CONFIG_USB_STORAGE_USBAT=m
> >CONFIG_USB_STORAGE_SDDR09=m
> >CONFIG_USB_STORAGE_SDDR55=m
> >CONFIG_USB_STORAGE_JUMPSHOT=m
> ># CONFIG_USB_STORAGE_ALAUDA is not set
> ># CONFIG_USB_STORAGE_ONETOUCH is not set
> ># CONFIG_USB_STORAGE_KARMA is not set
> ># CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
> >CONFIG_USB_LIBUSUAL=y
> >
> >#
> ># USB Imaging devices
> >#
> >CONFIG_USB_MDC800=m
> >CONFIG_USB_MICROTEK=m
> >
> >#
> ># USB port drivers
> >#
> >CONFIG_USB_SERIAL=m
> >CONFIG_USB_EZUSB=y
> >CONFIG_USB_SERIAL_GENERIC=y
> ># CONFIG_USB_SERIAL_AIRCABLE is not set
> ># CONFIG_USB_SERIAL_ARK3116 is not set
> >CONFIG_USB_SERIAL_BELKIN=m
> ># CONFIG_USB_SERIAL_CH341 is not set
> >CONFIG_USB_SERIAL_WHITEHEAT=m
> >CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
> ># CONFIG_USB_SERIAL_CP210X is not set
> >CONFIG_USB_SERIAL_CYPRESS_M8=m
> >CONFIG_USB_SERIAL_EMPEG=m
> >CONFIG_USB_SERIAL_FTDI_SIO=m
> ># CONFIG_USB_SERIAL_FUNSOFT is not set
> >CONFIG_USB_SERIAL_VISOR=m
> >CONFIG_USB_SERIAL_IPAQ=m
> >CONFIG_USB_SERIAL_IR=m
> >CONFIG_USB_SERIAL_EDGEPORT=m
> >CONFIG_USB_SERIAL_EDGEPORT_TI=m
> >CONFIG_USB_SERIAL_GARMIN=m
> >CONFIG_USB_SERIAL_IPW=m
> ># CONFIG_USB_SERIAL_IUU is not set
> >CONFIG_USB_SERIAL_KEYSPAN_PDA=m
> >CONFIG_USB_SERIAL_KEYSPAN=m
> >CONFIG_USB_SERIAL_KLSI=m
> >CONFIG_USB_SERIAL_KOBIL_SCT=m
> >CONFIG_USB_SERIAL_MCT_U232=m
> ># CONFIG_USB_SERIAL_MOS7720 is not set
> ># CONFIG_USB_SERIAL_MOS7840 is not set
> >CONFIG_USB_SERIAL_MOTOROLA=m
> ># CONFIG_USB_SERIAL_NAVMAN is not set
> >CONFIG_USB_SERIAL_PL2303=m
> ># CONFIG_USB_SERIAL_OTI6858 is not set
> >CONFIG_USB_SERIAL_QUALCOMM=m
> ># CONFIG_USB_SERIAL_SPCP8X5 is not set
> >CONFIG_USB_SERIAL_HP4X=m
> >CONFIG_USB_SERIAL_SAFE=m
> >CONFIG_USB_SERIAL_SAFE_PADDED=y
> ># CONFIG_USB_SERIAL_SIEMENS_MPI is not set
> ># CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
> ># CONFIG_USB_SERIAL_SYMBOL is not set
> >CONFIG_USB_SERIAL_TI=m
> >CONFIG_USB_SERIAL_CYBERJACK=m
> >CONFIG_USB_SERIAL_XIRCOM=m
> >CONFIG_USB_SERIAL_OPTION=m
> >CONFIG_USB_SERIAL_OMNINET=m
> ># CONFIG_USB_SERIAL_OPTICON is not set
> ># CONFIG_USB_SERIAL_DEBUG is not set
> >
> >#
> ># USB Miscellaneous drivers
> >#
> >CONFIG_USB_EMI62=m
> >CONFIG_USB_EMI26=m
> ># CONFIG_USB_ADUTUX is not set
> ># CONFIG_USB_SEVSEG is not set
> >CONFIG_USB_RIO500=m
> >CONFIG_USB_LEGOTOWER=m
> >CONFIG_USB_LCD=m
> ># CONFIG_USB_BERRY_CHARGE is not set
> >CONFIG_USB_LED=m
> ># CONFIG_USB_CYPRESS_CY7C63 is not set
> >CONFIG_USB_CYTHERM=m
> >CONFIG_USB_IDMOUSE=m
> ># CONFIG_USB_FTDI_ELAN is not set
> ># CONFIG_USB_APPLEDISPLAY is not set
> >CONFIG_USB_SISUSBVGA=m
> >CONFIG_USB_SISUSBVGA_CON=y
> >CONFIG_USB_LD=m
> ># CONFIG_USB_TRANCEVIBRATOR is not set
> ># CONFIG_USB_IOWARRIOR is not set
> >CONFIG_USB_TEST=m
> ># CONFIG_USB_ISIGHTFW is not set
> ># CONFIG_USB_VST is not set
> >CONFIG_USB_ATM=m
> >CONFIG_USB_SPEEDTOUCH=m
> >CONFIG_USB_CXACRU=m
> >CONFIG_USB_UEAGLEATM=m
> >CONFIG_USB_XUSBATM=m
> >CONFIG_USB_GADGET=m
> ># CONFIG_USB_GADGET_DEBUG is not set
> ># CONFIG_USB_GADGET_DEBUG_FILES is not set
> ># CONFIG_USB_GADGET_DEBUG_FS is not set
> >CONFIG_USB_GADGET_VBUS_DRAW=2
> >CONFIG_USB_GADGET_SELECTED=y
> ># CONFIG_USB_GADGET_AT91 is not set
> ># CONFIG_USB_GADGET_ATMEL_USBA is not set
> ># CONFIG_USB_GADGET_FSL_USB2 is not set
> ># CONFIG_USB_GADGET_LH7A40X is not set
> ># CONFIG_USB_GADGET_OMAP is not set
> ># CONFIG_USB_GADGET_PXA25X is not set
> ># CONFIG_USB_GADGET_PXA27X is not set
> ># CONFIG_USB_GADGET_S3C2410 is not set
> ># CONFIG_USB_GADGET_IMX is not set
> ># CONFIG_USB_GADGET_M66592 is not set
> >CONFIG_USB_GADGET_AMD5536UDC=y
> >CONFIG_USB_AMD5536UDC=m
> ># CONFIG_USB_GADGET_FSL_QE is not set
> ># CONFIG_USB_GADGET_CI13XXX is not set
> ># CONFIG_USB_GADGET_NET2280 is not set
> ># CONFIG_USB_GADGET_GOKU is not set
> ># CONFIG_USB_GADGET_DUMMY_HCD is not set
> >CONFIG_USB_GADGET_DUALSPEED=y
> >CONFIG_USB_ZERO=m
> >CONFIG_USB_ETH=m
> >CONFIG_USB_ETH_RNDIS=y
> >CONFIG_USB_GADGETFS=m
> >CONFIG_USB_FILE_STORAGE=m
> ># CONFIG_USB_FILE_STORAGE_TEST is not set
> >CONFIG_USB_G_SERIAL=m
> ># CONFIG_USB_MIDI_GADGET is not set
> >CONFIG_USB_G_PRINTER=m
> >CONFIG_USB_CDC_COMPOSITE=m
> >
> >#
> ># OTG and related infrastructure
> >#
> >CONFIG_USB_OTG_UTILS=y
> >CONFIG_USB_GPIO_VBUS=m
> ># CONFIG_NOP_USB_XCEIV is not set
> ># CONFIG_UWB is not set
> >CONFIG_MMC=m
> ># CONFIG_MMC_DEBUG is not set
> ># CONFIG_MMC_UNSAFE_RESUME is not set
> >
> >#
> ># MMC/SD/SDIO Card Drivers
> >#
> >CONFIG_MMC_BLOCK=m
> >CONFIG_MMC_BLOCK_BOUNCE=y
> >CONFIG_SDIO_UART=m
> ># CONFIG_MMC_TEST is not set
> >
> >#
> ># MMC/SD/SDIO Host Controller Drivers
> >#
> >CONFIG_MMC_SDHCI=m
> >CONFIG_MMC_SDHCI_PCI=m
> >CONFIG_MMC_RICOH_MMC=m
> >CONFIG_MMC_WBSD=m
> ># CONFIG_MMC_TIFM_SD is not set
> >CONFIG_MMC_SDRICOH_CS=m
> ># CONFIG_MEMSTICK is not set
> >CONFIG_NEW_LEDS=y
> >CONFIG_LEDS_CLASS=m
> >
> >#
> ># LED drivers
> >#
> ># CONFIG_LEDS_ALIX2 is not set
> ># CONFIG_LEDS_PCA9532 is not set
> >CONFIG_LEDS_GPIO=m
> ># CONFIG_LEDS_CLEVO_MAIL is not set
> ># CONFIG_LEDS_PCA955X is not set
> >
> >#
> ># LED Triggers
> >#
> >CONFIG_LEDS_TRIGGERS=y
> >CONFIG_LEDS_TRIGGER_TIMER=m
> >CONFIG_LEDS_TRIGGER_IDE_DISK=y
> >CONFIG_LEDS_TRIGGER_HEARTBEAT=m
> >CONFIG_LEDS_TRIGGER_BACKLIGHT=m
> >CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
> >
> >#
> ># iptables trigger is under Netfilter config (LED target)
> >#
> >CONFIG_ACCESSIBILITY=y
> ># CONFIG_A11Y_BRAILLE_CONSOLE is not set
> ># CONFIG_INFINIBAND is not set
> ># CONFIG_EDAC is not set
> >CONFIG_RTC_LIB=y
> >CONFIG_RTC_CLASS=y
> >CONFIG_RTC_HCTOSYS=y
> >CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
> ># CONFIG_RTC_DEBUG is not set
> >
> >#
> ># RTC interfaces
> >#
> >CONFIG_RTC_INTF_SYSFS=y
> >CONFIG_RTC_INTF_PROC=y
> >CONFIG_RTC_INTF_DEV=y
> ># CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
> ># CONFIG_RTC_DRV_TEST is not set
> >
> >#
> ># I2C RTC drivers
> >#
> ># CONFIG_RTC_DRV_DS1307 is not set
> ># CONFIG_RTC_DRV_DS1374 is not set
> ># CONFIG_RTC_DRV_DS1672 is not set
> ># CONFIG_RTC_DRV_MAX6900 is not set
> ># CONFIG_RTC_DRV_RS5C372 is not set
> ># CONFIG_RTC_DRV_ISL1208 is not set
> ># CONFIG_RTC_DRV_X1205 is not set
> ># CONFIG_RTC_DRV_PCF8563 is not set
> ># CONFIG_RTC_DRV_PCF8583 is not set
> ># CONFIG_RTC_DRV_M41T80 is not set
> ># CONFIG_RTC_DRV_S35390A is not set
> ># CONFIG_RTC_DRV_FM3130 is not set
> ># CONFIG_RTC_DRV_RX8581 is not set
> >
> >#
> ># SPI RTC drivers
> >#
> >
> >#
> ># Platform RTC drivers
> >#
> >CONFIG_RTC_DRV_CMOS=y
> ># CONFIG_RTC_DRV_DS1286 is not set
> ># CONFIG_RTC_DRV_DS1511 is not set
> ># CONFIG_RTC_DRV_DS1553 is not set
> ># CONFIG_RTC_DRV_DS1742 is not set
> ># CONFIG_RTC_DRV_STK17TA8 is not set
> ># CONFIG_RTC_DRV_M48T86 is not set
> ># CONFIG_RTC_DRV_M48T35 is not set
> ># CONFIG_RTC_DRV_M48T59 is not set
> ># CONFIG_RTC_DRV_BQ4802 is not set
> ># CONFIG_RTC_DRV_V3020 is not set
> >
> >#
> ># on-CPU RTC drivers
> >#
> >CONFIG_DMADEVICES=y
> >
> >#
> ># DMA Devices
> >#
> >CONFIG_INTEL_IOATDMA=m
> >CONFIG_DMA_ENGINE=y
> >
> >#
> ># DMA Clients
> >#
> >CONFIG_NET_DMA=y
> ># CONFIG_DMATEST is not set
> >CONFIG_DCA=m
> >CONFIG_UIO=m
> ># CONFIG_UIO_CIF is not set
> >CONFIG_UIO_PDRV=m
> ># CONFIG_UIO_PDRV_GENIRQ is not set
> ># CONFIG_UIO_SMX is not set
> ># CONFIG_UIO_AEC is not set
> ># CONFIG_UIO_SERCOS3 is not set
> ># CONFIG_STAGING is not set
> >CONFIG_X86_PLATFORM_DEVICES=y
> ># CONFIG_ACER_WMI is not set
> ># CONFIG_ASUS_LAPTOP is not set
> ># CONFIG_FUJITSU_LAPTOP is not set
> ># CONFIG_HP_WMI is not set
> ># CONFIG_MSI_LAPTOP is not set
> ># CONFIG_PANASONIC_LAPTOP is not set
> ># CONFIG_COMPAL_LAPTOP is not set
> ># CONFIG_SONY_LAPTOP is not set
> >CONFIG_THINKPAD_ACPI=m
> ># CONFIG_THINKPAD_ACPI_DEBUGFACILITIES is not set
> ># CONFIG_THINKPAD_ACPI_DEBUG is not set
> >CONFIG_THINKPAD_ACPI_BAY=y
> >CONFIG_THINKPAD_ACPI_VIDEO=y
> >CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y
> >CONFIG_INTEL_MENLOW=m
> ># CONFIG_EEEPC_LAPTOP is not set
> >CONFIG_ACPI_WMI=m
> ># CONFIG_ACPI_ASUS is not set
> ># CONFIG_ACPI_TOSHIBA is not set
> >
> >#
> ># Firmware Drivers
> >#
> ># CONFIG_EDD is not set
> >CONFIG_FIRMWARE_MEMMAP=y
> ># CONFIG_EFI_VARS is not set
> >CONFIG_DELL_RBU=m
> >CONFIG_DCDBAS=m
> >CONFIG_DMIID=y
> >CONFIG_ISCSI_IBFT_FIND=y
> >CONFIG_ISCSI_IBFT=m
> >
> >#
> ># File systems
> >#
> >CONFIG_EXT2_FS=m
> >CONFIG_EXT2_FS_XATTR=y
> >CONFIG_EXT2_FS_POSIX_ACL=y
> >CONFIG_EXT2_FS_SECURITY=y
> ># CONFIG_EXT2_FS_XIP is not set
> >CONFIG_EXT3_FS=m
> >CONFIG_EXT3_FS_XATTR=y
> >CONFIG_EXT3_FS_POSIX_ACL=y
> >CONFIG_EXT3_FS_SECURITY=y
> >CONFIG_EXT4_FS=m
> ># CONFIG_EXT4DEV_COMPAT is not set
> >CONFIG_EXT4_FS_XATTR=y
> >CONFIG_EXT4_FS_POSIX_ACL=y
> >CONFIG_EXT4_FS_SECURITY=y
> >CONFIG_JBD=m
> ># CONFIG_JBD_DEBUG is not set
> >CONFIG_JBD2=m
> ># CONFIG_JBD2_DEBUG is not set
> >CONFIG_FS_MBCACHE=m
> >CONFIG_REISERFS_FS=m
> ># 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=m
> >CONFIG_JFS_POSIX_ACL=y
> >CONFIG_JFS_SECURITY=y
> ># CONFIG_JFS_DEBUG is not set
> ># CONFIG_JFS_STATISTICS is not set
> >CONFIG_FS_POSIX_ACL=y
> >CONFIG_FILE_LOCKING=y
> >CONFIG_XFS_FS=m
> >CONFIG_XFS_QUOTA=y
> >CONFIG_XFS_POSIX_ACL=y
> ># CONFIG_XFS_RT is not set
> ># CONFIG_XFS_DEBUG is not set
> >CONFIG_GFS2_FS=m
> >CONFIG_GFS2_FS_LOCKING_DLM=y
> >CONFIG_OCFS2_FS=m
> >CONFIG_OCFS2_FS_O2CB=m
> >CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m
> >CONFIG_OCFS2_FS_STATS=y
> >CONFIG_OCFS2_DEBUG_MASKLOG=y
> ># CONFIG_OCFS2_DEBUG_FS is not set
> >CONFIG_OCFS2_FS_POSIX_ACL=y
> >CONFIG_BTRFS_FS=m
> >CONFIG_BTRFS_FS_POSIX_ACL=y
> >CONFIG_DNOTIFY=y
> >CONFIG_INOTIFY=y
> >CONFIG_INOTIFY_USER=y
> >CONFIG_QUOTA=y
> >CONFIG_QUOTA_NETLINK_INTERFACE=y
> >CONFIG_PRINT_QUOTA_WARNING=y
> >CONFIG_QUOTA_TREE=m
> >CONFIG_QFMT_V1=m
> >CONFIG_QFMT_V2=m
> >CONFIG_QUOTACTL=y
> >CONFIG_AUTOFS_FS=m
> >CONFIG_AUTOFS4_FS=m
> >CONFIG_FUSE_FS=m
> >CONFIG_GENERIC_ACL=y
> >
> >#
> ># CD-ROM/DVD Filesystems
> >#
> >CONFIG_ISO9660_FS=m
> >CONFIG_JOLIET=y
> >CONFIG_ZISOFS=y
> >CONFIG_UDF_FS=m
> >CONFIG_UDF_NLS=y
> >
> >#
> ># DOS/FAT/NT Filesystems
> >#
> >CONFIG_FAT_FS=m
> >CONFIG_MSDOS_FS=m
> >CONFIG_VFAT_FS=m
> >CONFIG_FAT_DEFAULT_CODEPAGE=437
> >CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
> >CONFIG_NTFS_FS=m
> ># CONFIG_NTFS_DEBUG is not set
> >CONFIG_NTFS_RW=y
> >
> >#
> ># Pseudo filesystems
> >#
> >CONFIG_PROC_FS=y
> ># CONFIG_PROC_KCORE is not set
> >CONFIG_PROC_SYSCTL=y
> >CONFIG_PROC_PAGE_MONITOR=y
> >CONFIG_SYSFS=y
> >CONFIG_TMPFS=y
> >CONFIG_TMPFS_POSIX_ACL=y
> >CONFIG_HUGETLBFS=y
> >CONFIG_HUGETLB_PAGE=y
> >CONFIG_CONFIGFS_FS=m
> >CONFIG_MISC_FILESYSTEMS=y
> >CONFIG_ADFS_FS=m
> >CONFIG_ADFS_FS_RW=y
> >CONFIG_AFFS_FS=m
> >CONFIG_ECRYPT_FS=m
> >CONFIG_HFS_FS=m
> >CONFIG_HFSPLUS_FS=m
> >CONFIG_BEFS_FS=m
> ># CONFIG_BEFS_DEBUG is not set
> >CONFIG_BFS_FS=m
> >CONFIG_EFS_FS=m
> >CONFIG_JFFS2_FS=m
> >CONFIG_JFFS2_FS_DEBUG=0
> >CONFIG_JFFS2_FS_WRITEBUFFER=y
> ># CONFIG_JFFS2_FS_WBUF_VERIFY is not set
> ># CONFIG_JFFS2_SUMMARY is not set
> >CONFIG_JFFS2_FS_XATTR=y
> >CONFIG_JFFS2_FS_POSIX_ACL=y
> >CONFIG_JFFS2_FS_SECURITY=y
> >CONFIG_JFFS2_COMPRESSION_OPTIONS=y
> >CONFIG_JFFS2_ZLIB=y
> >CONFIG_JFFS2_LZO=y
> >CONFIG_JFFS2_RTIME=y
> >CONFIG_JFFS2_RUBIN=y
> ># CONFIG_JFFS2_CMODE_NONE is not set
> >CONFIG_JFFS2_CMODE_PRIORITY=y
> ># CONFIG_JFFS2_CMODE_SIZE is not set
> ># CONFIG_JFFS2_CMODE_FAVOURLZO is not set
> >CONFIG_CRAMFS=m
> >CONFIG_SQUASHFS=m
> >CONFIG_SQUASHFS_EMBEDDED=y
> >CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
> >CONFIG_VXFS_FS=m
> >CONFIG_MINIX_FS=m
> ># CONFIG_OMFS_FS is not set
> >CONFIG_HPFS_FS=m
> >CONFIG_QNX4FS_FS=m
> >CONFIG_ROMFS_FS=y
> >CONFIG_SYSV_FS=m
> >CONFIG_UFS_FS=m
> ># CONFIG_UFS_FS_WRITE is not set
> ># CONFIG_UFS_DEBUG is not set
> >CONFIG_NETWORK_FILESYSTEMS=y
> >CONFIG_NFS_FS=m
> >CONFIG_NFS_V3=y
> >CONFIG_NFS_V3_ACL=y
> >CONFIG_NFS_V4=y
> >CONFIG_NFSD=m
> >CONFIG_NFSD_V2_ACL=y
> >CONFIG_NFSD_V3=y
> >CONFIG_NFSD_V3_ACL=y
> >CONFIG_NFSD_V4=y
> >CONFIG_LOCKD=m
> >CONFIG_LOCKD_V4=y
> >CONFIG_EXPORTFS=m
> >CONFIG_NFS_ACL_SUPPORT=m
> >CONFIG_NFS_COMMON=y
> >CONFIG_SUNRPC=m
> >CONFIG_SUNRPC_GSS=m
> ># CONFIG_SUNRPC_REGISTER_V4 is not set
> >CONFIG_RPCSEC_GSS_KRB5=m
> >CONFIG_RPCSEC_GSS_SPKM3=m
> >CONFIG_SMB_FS=m
> >CONFIG_SMB_NLS_DEFAULT=y
> >CONFIG_SMB_NLS_REMOTE="iso8859-2"
> >CONFIG_CIFS=m
> ># CONFIG_CIFS_STATS is not set
> ># CONFIG_CIFS_WEAK_PW_HASH is not set
> ># CONFIG_CIFS_UPCALL is not set
> >CONFIG_CIFS_XATTR=y
> >CONFIG_CIFS_POSIX=y
> ># CONFIG_CIFS_DEBUG2 is not set
> >CONFIG_CIFS_DFS_UPCALL=y
> >CONFIG_CIFS_EXPERIMENTAL=y
> >CONFIG_NCP_FS=m
> >CONFIG_NCPFS_PACKET_SIGNING=y
> >CONFIG_NCPFS_IOCTL_LOCKING=y
> >CONFIG_NCPFS_STRONG=y
> >CONFIG_NCPFS_NFS_NS=y
> >CONFIG_NCPFS_OS2_NS=y
> >CONFIG_NCPFS_SMALLDOS=y
> >CONFIG_NCPFS_NLS=y
> >CONFIG_NCPFS_EXTRAS=y
> >CONFIG_CODA_FS=m
> ># CONFIG_AFS_FS is not set
> >
> >#
> ># Partition Types
> >#
> >CONFIG_PARTITION_ADVANCED=y
> >CONFIG_ACORN_PARTITION=y
> >CONFIG_ACORN_PARTITION_CUMANA=y
> >CONFIG_ACORN_PARTITION_EESOX=y
> >CONFIG_ACORN_PARTITION_ICS=y
> >CONFIG_ACORN_PARTITION_ADFS=y
> >CONFIG_ACORN_PARTITION_POWERTEC=y
> >CONFIG_ACORN_PARTITION_RISCIX=y
> >CONFIG_OSF_PARTITION=y
> >CONFIG_AMIGA_PARTITION=y
> >CONFIG_ATARI_PARTITION=y
> >CONFIG_MAC_PARTITION=y
> >CONFIG_MSDOS_PARTITION=y
> >CONFIG_BSD_DISKLABEL=y
> >CONFIG_MINIX_SUBPARTITION=y
> >CONFIG_SOLARIS_X86_PARTITION=y
> >CONFIG_UNIXWARE_DISKLABEL=y
> >CONFIG_LDM_PARTITION=y
> ># CONFIG_LDM_DEBUG is not set
> >CONFIG_SGI_PARTITION=y
> >CONFIG_ULTRIX_PARTITION=y
> >CONFIG_SUN_PARTITION=y
> ># CONFIG_KARMA_PARTITION is not set
> >CONFIG_EFI_PARTITION=y
> ># CONFIG_SYSV68_PARTITION is not set
> >CONFIG_NLS=y
> >CONFIG_NLS_DEFAULT="utf8"
> >CONFIG_NLS_CODEPAGE_437=m
> >CONFIG_NLS_CODEPAGE_737=m
> >CONFIG_NLS_CODEPAGE_775=m
> >CONFIG_NLS_CODEPAGE_850=m
> >CONFIG_NLS_CODEPAGE_852=m
> >CONFIG_NLS_CODEPAGE_855=m
> >CONFIG_NLS_CODEPAGE_857=m
> >CONFIG_NLS_CODEPAGE_860=m
> >CONFIG_NLS_CODEPAGE_861=m
> >CONFIG_NLS_CODEPAGE_862=m
> >CONFIG_NLS_CODEPAGE_863=m
> >CONFIG_NLS_CODEPAGE_864=m
> >CONFIG_NLS_CODEPAGE_865=m
> >CONFIG_NLS_CODEPAGE_866=m
> >CONFIG_NLS_CODEPAGE_869=m
> >CONFIG_NLS_CODEPAGE_936=m
> >CONFIG_NLS_CODEPAGE_950=m
> >CONFIG_NLS_CODEPAGE_932=m
> >CONFIG_NLS_CODEPAGE_949=m
> >CONFIG_NLS_CODEPAGE_874=m
> >CONFIG_NLS_ISO8859_8=m
> >CONFIG_NLS_CODEPAGE_1250=m
> >CONFIG_NLS_CODEPAGE_1251=m
> >CONFIG_NLS_ASCII=m
> >CONFIG_NLS_ISO8859_1=m
> >CONFIG_NLS_ISO8859_2=m
> >CONFIG_NLS_ISO8859_3=m
> >CONFIG_NLS_ISO8859_4=m
> >CONFIG_NLS_ISO8859_5=m
> >CONFIG_NLS_ISO8859_6=m
> >CONFIG_NLS_ISO8859_7=m
> >CONFIG_NLS_ISO8859_9=m
> >CONFIG_NLS_ISO8859_13=m
> >CONFIG_NLS_ISO8859_14=m
> >CONFIG_NLS_ISO8859_15=m
> >CONFIG_NLS_KOI8_R=m
> >CONFIG_NLS_KOI8_U=m
> >CONFIG_NLS_UTF8=m
> >CONFIG_DLM=m
> ># CONFIG_DLM_DEBUG is not set
> >
> >#
> ># 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=1024
> >CONFIG_MAGIC_SYSRQ=y
> >CONFIG_UNUSED_SYMBOLS=y
> >CONFIG_DEBUG_FS=y
> ># CONFIG_HEADERS_CHECK is not set
> >CONFIG_DEBUG_KERNEL=y
> ># CONFIG_DEBUG_SHIRQ is not set
> >CONFIG_DETECT_SOFTLOCKUP=y
> ># CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
> >CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
> >CONFIG_SCHED_DEBUG=y
> >CONFIG_SCHEDSTATS=y
> >CONFIG_TIMER_STATS=y
> ># CONFIG_DEBUG_OBJECTS is not set
> ># CONFIG_SLUB_DEBUG_ON is not set
> ># CONFIG_SLUB_STATS is not set
> ># CONFIG_DEBUG_PREEMPT is not set
> ># CONFIG_DEBUG_RT_MUTEXES is not set
> ># CONFIG_RT_MUTEX_TESTER is not set
> ># CONFIG_DEBUG_SPINLOCK is not set
> ># CONFIG_DEBUG_MUTEXES is not set
> ># CONFIG_DEBUG_LOCK_ALLOC is not set
> ># CONFIG_PROVE_LOCKING is not set
> ># CONFIG_LOCK_STAT is not set
> ># CONFIG_DEBUG_SPINLOCK_SLEEP is not set
> ># CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
> >CONFIG_STACKTRACE=y
> ># CONFIG_DEBUG_KOBJECT is not set
> >CONFIG_DEBUG_BUGVERBOSE=y
> ># CONFIG_DEBUG_INFO is not set
> ># CONFIG_DEBUG_VM is not set
> ># CONFIG_DEBUG_VIRTUAL is not set
> ># CONFIG_DEBUG_WRITECOUNT is not set
> >CONFIG_DEBUG_MEMORY_INIT=y
> ># CONFIG_DEBUG_LIST is not set
> ># CONFIG_DEBUG_SG is not set
> ># CONFIG_DEBUG_NOTIFIERS is not set
> >CONFIG_ARCH_WANT_FRAME_POINTERS=y
> >CONFIG_FRAME_POINTER=y
> ># CONFIG_BOOT_PRINTK_DELAY is not set
> ># CONFIG_RCU_TORTURE_TEST is not set
> ># CONFIG_RCU_CPU_STALL_DETECTOR is not set
> ># CONFIG_BACKTRACE_SELF_TEST is not set
> ># CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
> ># CONFIG_FAULT_INJECTION is not set
> >CONFIG_LATENCYTOP=y
> >CONFIG_SYSCTL_SYSCALL_CHECK=y
> >CONFIG_USER_STACKTRACE_SUPPORT=y
> >CONFIG_NOP_TRACER=y
> >CONFIG_HAVE_FUNCTION_TRACER=y
> >CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
> >CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
> >CONFIG_HAVE_DYNAMIC_FTRACE=y
> >CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
> >CONFIG_HAVE_HW_BRANCH_TRACER=y
> >CONFIG_RING_BUFFER=y
> >CONFIG_TRACING=y
> >
> >#
> ># Tracers
> >#
> ># CONFIG_FUNCTION_TRACER is not set
> ># CONFIG_IRQSOFF_TRACER is not set
> ># CONFIG_PREEMPT_TRACER is not set
> ># CONFIG_SYSPROF_TRACER is not set
> ># CONFIG_SCHED_TRACER is not set
> ># CONFIG_CONTEXT_SWITCH_TRACER is not set
> ># CONFIG_BOOT_TRACER is not set
> ># CONFIG_TRACE_BRANCH_PROFILING is not set
> ># CONFIG_POWER_TRACER is not set
> ># CONFIG_STACK_TRACER is not set
> ># CONFIG_HW_BRANCH_TRACER is not set
> ># CONFIG_FTRACE_STARTUP_TEST is not set
> ># CONFIG_MMIOTRACE is not set
> ># CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
> ># CONFIG_FIREWIRE_OHCI_REMOTE_DMA is not set
> ># CONFIG_DYNAMIC_DEBUG is not set
> ># CONFIG_SAMPLES is not set
> >CONFIG_HAVE_ARCH_KGDB=y
> ># CONFIG_KGDB is not set
> >CONFIG_STRICT_DEVMEM=y
> >CONFIG_X86_VERBOSE_BOOTUP=y
> >CONFIG_EARLY_PRINTK=y
> ># CONFIG_EARLY_PRINTK_DBGP is not set
> ># CONFIG_DEBUG_STACKOVERFLOW is not set
> ># CONFIG_DEBUG_STACK_USAGE is not set
> ># CONFIG_DEBUG_PAGEALLOC is not set
> ># CONFIG_DEBUG_PER_CPU_MAPS is not set
> ># CONFIG_X86_PTDUMP is not set
> ># CONFIG_DEBUG_RODATA is not set
> ># CONFIG_DEBUG_NX_TEST is not set
> ># CONFIG_IOMMU_DEBUG is not set
> >CONFIG_HAVE_MMIOTRACE_SUPPORT=y
> >CONFIG_IO_DELAY_TYPE_0X80=0
> >CONFIG_IO_DELAY_TYPE_0XED=1
> >CONFIG_IO_DELAY_TYPE_UDELAY=2
> >CONFIG_IO_DELAY_TYPE_NONE=3
> >CONFIG_IO_DELAY_0X80=y
> ># CONFIG_IO_DELAY_0XED is not set
> ># CONFIG_IO_DELAY_UDELAY is not set
> ># CONFIG_IO_DELAY_NONE is not set
> >CONFIG_DEFAULT_IO_DELAY_TYPE=0
> ># CONFIG_DEBUG_BOOT_PARAMS is not set
> ># CONFIG_CPA_DEBUG is not set
> ># CONFIG_OPTIMIZE_INLINING is not set
> >
> >#
> ># Security options
> >#
> >CONFIG_KEYS=y
> ># CONFIG_KEYS_DEBUG_PROC_KEYS is not set
> >CONFIG_SECURITY=y
> >CONFIG_SECURITYFS=y
> >CONFIG_SECURITY_NETWORK=y
> >CONFIG_SECURITY_NETWORK_XFRM=y
> >CONFIG_SECURITY_PATH=y
> >CONFIG_SECURITY_FILE_CAPABILITIES=y
> >CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0
> ># CONFIG_SECURITY_SELINUX is not set
> ># CONFIG_SECURITY_SMACK is not set
> ># CONFIG_SECURITY_TOMOYO is not set
> ># CONFIG_IMA is not set
> >CONFIG_XOR_BLOCKS=m
> >CONFIG_ASYNC_CORE=m
> >CONFIG_ASYNC_MEMCPY=m
> >CONFIG_ASYNC_XOR=m
> >CONFIG_CRYPTO=y
> >
> >#
> ># Crypto core or helper
> >#
> >CONFIG_CRYPTO_FIPS=y
> >CONFIG_CRYPTO_ALGAPI=y
> >CONFIG_CRYPTO_ALGAPI2=y
> >CONFIG_CRYPTO_AEAD=m
> >CONFIG_CRYPTO_AEAD2=y
> >CONFIG_CRYPTO_BLKCIPHER=m
> >CONFIG_CRYPTO_BLKCIPHER2=y
> >CONFIG_CRYPTO_HASH=y
> >CONFIG_CRYPTO_HASH2=y
> >CONFIG_CRYPTO_RNG=m
> >CONFIG_CRYPTO_RNG2=y
> >CONFIG_CRYPTO_PCOMP=y
> >CONFIG_CRYPTO_MANAGER=y
> >CONFIG_CRYPTO_MANAGER2=y
> >CONFIG_CRYPTO_GF128MUL=m
> >CONFIG_CRYPTO_NULL=m
> >CONFIG_CRYPTO_WORKQUEUE=y
> >CONFIG_CRYPTO_CRYPTD=m
> >CONFIG_CRYPTO_AUTHENC=m
> ># CONFIG_CRYPTO_TEST is not set
> >
> >#
> ># Authenticated Encryption with Associated Data
> >#
> >CONFIG_CRYPTO_CCM=m
> >CONFIG_CRYPTO_GCM=m
> >CONFIG_CRYPTO_SEQIV=m
> >
> >#
> ># Block modes
> >#
> >CONFIG_CRYPTO_CBC=m
> >CONFIG_CRYPTO_CTR=m
> >CONFIG_CRYPTO_CTS=m
> >CONFIG_CRYPTO_ECB=m
> >CONFIG_CRYPTO_LRW=m
> >CONFIG_CRYPTO_PCBC=m
> >CONFIG_CRYPTO_XTS=m
> >
> >#
> ># Hash modes
> >#
> >CONFIG_CRYPTO_HMAC=y
> >CONFIG_CRYPTO_XCBC=m
> >
> >#
> ># Digest
> >#
> >CONFIG_CRYPTO_CRC32C=m
> >CONFIG_CRYPTO_CRC32C_INTEL=m
> >CONFIG_CRYPTO_MD4=m
> >CONFIG_CRYPTO_MD5=y
> >CONFIG_CRYPTO_MICHAEL_MIC=m
> >CONFIG_CRYPTO_RMD128=m
> >CONFIG_CRYPTO_RMD160=m
> >CONFIG_CRYPTO_RMD256=m
> >CONFIG_CRYPTO_RMD320=m
> >CONFIG_CRYPTO_SHA1=m
> >CONFIG_CRYPTO_SHA256=y
> >CONFIG_CRYPTO_SHA512=m
> >CONFIG_CRYPTO_TGR192=m
> >CONFIG_CRYPTO_WP512=m
> >
> >#
> ># Ciphers
> >#
> >CONFIG_CRYPTO_AES=m
> >CONFIG_CRYPTO_AES_X86_64=m
> >CONFIG_CRYPTO_AES_NI_INTEL=m
> >CONFIG_CRYPTO_ANUBIS=m
> >CONFIG_CRYPTO_ARC4=m
> >CONFIG_CRYPTO_BLOWFISH=m
> >CONFIG_CRYPTO_CAMELLIA=m
> >CONFIG_CRYPTO_CAST5=m
> >CONFIG_CRYPTO_CAST6=m
> >CONFIG_CRYPTO_DES=m
> >CONFIG_CRYPTO_FCRYPT=m
> >CONFIG_CRYPTO_KHAZAD=m
> >CONFIG_CRYPTO_SALSA20=m
> >CONFIG_CRYPTO_SALSA20_X86_64=m
> >CONFIG_CRYPTO_SEED=m
> >CONFIG_CRYPTO_SERPENT=m
> >CONFIG_CRYPTO_TEA=m
> >CONFIG_CRYPTO_TWOFISH=m
> >CONFIG_CRYPTO_TWOFISH_COMMON=m
> >CONFIG_CRYPTO_TWOFISH_X86_64=m
> >
> >#
> ># Compression
> >#
> >CONFIG_CRYPTO_DEFLATE=m
> >CONFIG_CRYPTO_ZLIB=m
> >CONFIG_CRYPTO_LZO=m
> >
> >#
> ># Random Number Generation
> >#
> >CONFIG_CRYPTO_ANSI_CPRNG=m
> >CONFIG_CRYPTO_HW=y
> ># CONFIG_CRYPTO_DEV_HIFN_795X is not set
> >CONFIG_HAVE_KVM=y
> >CONFIG_HAVE_KVM_IRQCHIP=y
> >CONFIG_VIRTUALIZATION=y
> >CONFIG_KVM=m
> >CONFIG_KVM_INTEL=m
> >CONFIG_KVM_AMD=m
> >CONFIG_VIRTIO=m
> >CONFIG_VIRTIO_RING=m
> >CONFIG_VIRTIO_PCI=m
> >CONFIG_VIRTIO_BALLOON=m
> >
> >#
> ># Library routines
> >#
> >CONFIG_BITREVERSE=y
> >CONFIG_GENERIC_FIND_FIRST_BIT=y
> >CONFIG_GENERIC_FIND_NEXT_BIT=y
> >CONFIG_GENERIC_FIND_LAST_BIT=y
> >CONFIG_CRC_CCITT=m
> >CONFIG_CRC16=m
> >CONFIG_CRC_T10DIF=m
> >CONFIG_CRC_ITU_T=m
> >CONFIG_CRC32=y
> >CONFIG_CRC7=m
> >CONFIG_LIBCRC32C=m
> >CONFIG_ZLIB_INFLATE=y
> >CONFIG_ZLIB_DEFLATE=m
> >CONFIG_LZO_COMPRESS=m
> >CONFIG_LZO_DECOMPRESS=m
> >CONFIG_DECOMPRESS_GZIP=y
> >CONFIG_DECOMPRESS_BZIP2=y
> >CONFIG_DECOMPRESS_LZMA=y
> >CONFIG_REED_SOLOMON=m
> >CONFIG_REED_SOLOMON_DEC16=y
> >CONFIG_TEXTSEARCH=y
> >CONFIG_TEXTSEARCH_KMP=m
> >CONFIG_TEXTSEARCH_BM=m
> >CONFIG_TEXTSEARCH_FSM=m
> >CONFIG_HAS_IOMEM=y
> >CONFIG_HAS_IOPORT=y
> >CONFIG_HAS_DMA=y
> >CONFIG_NLATTR=y
> >
> >[ 0.000000] Linux version 2.6.29 (root@t400) (gcc version
> >4.3.3 20090307
> >(release) (PLD-Linux) ) #120 SMP PREEMPT Mon Mar 30 22:49:42 CEST 2009
> >[ 0.000000] Command line: root=/dev/sda3 elevator=cfq
> >resume=/dev/sda2 ro
> >vga=6
> >[ 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 - 000000000009ec00 (usable)
> >[ 0.000000] BIOS-e820: 000000000009ec00 - 00000000000a0000
> >(reserved)
> >[ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000
> >(reserved)
> >[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bd4a1000 (usable)
> >[ 0.000000] BIOS-e820: 00000000bd4a1000 - 00000000bd4a7000
> >(reserved)
> >[ 0.000000] BIOS-e820: 00000000bd4a7000 - 00000000bd5b7000 (usable)
> >[ 0.000000] BIOS-e820: 00000000bd5b7000 - 00000000bd60f000
> >(reserved)
> >[ 0.000000] BIOS-e820: 00000000bd60f000 - 00000000bd6c6000 (usable)
> >[ 0.000000] BIOS-e820: 00000000bd6c6000 - 00000000bd6d1000
> >(ACPI NVS)
> >[ 0.000000] BIOS-e820: 00000000bd6d1000 - 00000000bd6d4000
> >(ACPI data)
> >[ 0.000000] BIOS-e820: 00000000bd6d4000 - 00000000bd6d8000
> >(reserved)
> >[ 0.000000] BIOS-e820: 00000000bd6d8000 - 00000000bd6dc000
> >(ACPI NVS)
> >[ 0.000000] BIOS-e820: 00000000bd6dc000 - 00000000bd6df000
> >(reserved)
> >[ 0.000000] BIOS-e820: 00000000bd6df000 - 00000000bd706000
> >(ACPI NVS)
> >[ 0.000000] BIOS-e820: 00000000bd706000 - 00000000bd708000
> >(ACPI data)
> >[ 0.000000] BIOS-e820: 00000000bd708000 - 00000000bd90f000
> >(reserved)
> >[ 0.000000] BIOS-e820: 00000000bd90f000 - 00000000bd99f000
> >(ACPI NVS)
> >[ 0.000000] BIOS-e820: 00000000bd99f000 - 00000000bd9ff000
> >(ACPI data)
> >[ 0.000000] BIOS-e820: 00000000bd9ff000 - 00000000bda00000 (usable)
> >[ 0.000000] BIOS-e820: 00000000bdc00000 - 00000000c0000000
> >(reserved)
> >[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000
> >(reserved)
> >[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000
> >(reserved)
> >[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400
> >(reserved)
> >[ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000
> >(reserved)
> >[ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000
> >(reserved)
> >[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000
> >(reserved)
> >[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000
> >(reserved)
> >[ 0.000000] BIOS-e820: 00000000ff800000 - 0000000100000000
> >(reserved)
> >[ 0.000000] BIOS-e820: 0000000100000000 - 000000013c000000 (usable)
> >[ 0.000000] DMI present.
> >[ 0.000000] last_pfn = 0x13c000 max_arch_pfn = 0x100000000
> >[ 0.000000] MTRR default type: uncachable
> >[ 0.000000] MTRR fixed ranges enabled:
> >[ 0.000000] 00000-9FFFF write-back
> >[ 0.000000] A0000-BFFFF uncachable
> >[ 0.000000] C0000-D3FFF write-protect
> >[ 0.000000] D4000-DBFFF uncachable
> >[ 0.000000] DC000-FFFFF write-protect
> >[ 0.000000] MTRR variable ranges enabled:
> >[ 0.000000] 0 base 13C000000 mask FFC000000 uncachable
> >[ 0.000000] 1 base 0BE000000 mask FFE000000 uncachable
> >[ 0.000000] 2 base 000000000 mask F80000000 write-back
> >[ 0.000000] 3 base 080000000 mask FC0000000 write-back
> >[ 0.000000] 4 base 100000000 mask FC0000000 write-back
> >[ 0.000000] 5 base 0BDE00000 mask FFFE00000 uncachable
> >[ 0.000000] 6 disabled
> >[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new
> >0x7010600070106
> >[ 0.000000] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000
> >uncachable
> >[ 0.000000] get_mtrr: cpu0 reg01 base=00000be000 size=0000002000
> >uncachable
> >[ 0.000000] get_mtrr: cpu0 reg02 base=0000000000
> >size=0000080000 write-
> >back
> >[ 0.000000] get_mtrr: cpu0 reg03 base=0000080000
> >size=0000040000 write-
> >back
> >[ 0.000000] get_mtrr: cpu0 reg04 base=0000100000
> >size=0000040000 write-
> >back
> >[ 0.000000] get_mtrr: cpu0 reg05 base=00000bde00 size=0000000200
> >uncachable
> >[ 0.000000] e820 update range: 00000000bde00000 -
> >0000000100000000 (usable)
> >==> (reserved)
> >[ 0.000000] last_pfn = 0xbda00 max_arch_pfn = 0x100000000
> >[ 0.000000] init_memory_mapping: 0000000000000000-00000000bda00000
> >[ 0.000000] 0000000000 - 00bda00000 page 2M
> >[ 0.000000] kernel direct mapping tables up to bda00000 @ 8000-c000
> >[ 0.000000] init_memory_mapping: 0000000100000000-000000013c000000
> >[ 0.000000] 0100000000 - 013c000000 page 2M
> >[ 0.000000] kernel direct mapping tables up to 13c000000 @
> >a000-10000
> >[ 0.000000] RAMDISK: 37f14000 - 37fef62d
> >[ 0.000000] ACPI: RSDP 000F64E0, 0024 (r2 LENOVO)
> >[ 0.000000] ACPI: XSDT BD96A2C6, 009C (r1 LENOVO TP-7U
> > 2070 LTP
> >0)
> >[ 0.000000] ACPI: FACP BD96A400, 00F4 (r3 LENOVO TP-7U
> > 2070 LNVO
> >1)
> >[ 0.000000] ACPI Warning (tbfadt-0568): 32/64X length mismatch in
> >Pm1aControlBlock: 16/32 [20081204]
> >[ 0.000000] ACPI Warning (tbfadt-0412): Invalid length for
> >Pm1aControlBlock: 32, using default 16 [20081204]
> >[ 0.000000] FADT: X_PM1a_EVT_BLK.bit_width (16) does not
> >match PM1_EVT_LEN
> >(4)
> >[ 0.000000] ACPI: DSDT BD96A7DB, F3A8 (r1 LENOVO TP-7U
> > 2070 MSFT
> >3000000)
> >[ 0.000000] ACPI: FACS BD98E000, 0040
> >[ 0.000000] ACPI: SSDT BD96A5B4, 0227 (r1 LENOVO TP-7U
> > 2070 MSFT
> >3000000)
> >[ 0.000000] ACPI: ECDT BD979B83, 0052 (r1 LENOVO TP-7U
> > 2070 LNVO
> >1)
> >[ 0.000000] ACPI: APIC BD979BD5, 0078 (r1 LENOVO TP-7U
> > 2070 LNVO
> >1)
> >[ 0.000000] ACPI: MCFG BD979C4D, 003C (r1 LENOVO TP-7U
> > 2070 LNVO
> >1)
> >[ 0.000000] ACPI: HPET BD979C89, 0038 (r1 LENOVO TP-7U
> > 2070 LNVO
> >1)
> >[ 0.000000] ACPI: SLIC BD979DC2, 0176 (r1 LENOVO TP-7U
> > 2070 LTP
> >0)
> >[ 0.000000] ACPI: BOOT BD979F38, 0028 (r1 LENOVO TP-7U
> > 2070 LTP
> >1)
> >[ 0.000000] ACPI: ASF! BD979F60, 00A0 (r16 LENOVO TP-7U
> > 2070 PTL
> >1)
> >[ 0.000000] ACPI: SSDT BD98D213, 054F (r1 LENOVO TP-7U
> > 2070 INTL
> >20050513)
> >[ 0.000000] ACPI: TCPA BD707000, 0032 (r0
> > 0
> >0)
> >[ 0.000000] ACPI: DMAR BD706000, 0120 (r1 
> > 1
> >0)
> >[ 0.000000] ACPI: SSDT BD6D3000, 0655 (r1 PmRef CpuPm
> > 3000 INTL
> >20050624)
> >[ 0.000000] ACPI: SSDT BD6D2000, 0274 (r1 PmRef Cpu0Tst
> > 3000 INTL
> >20050624)
> >[ 0.000000] ACPI: SSDT BD6D1000, 0242 (r1 PmRef ApTst
> > 3000 INTL
> >20050624)
> >[ 0.000000] ACPI: Local APIC address 0xfee00000
> >[ 0.000000] (8 early reservations) ==> bootmem [0000000000
> >- 013c000000]
> >[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page
> >==> [0000000000
> >- 0000001000]
> >[ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE
> >==> [0000006000
> >- 0000008000]
> >[ 0.000000] #2 [0000200000 - 00007984d0] TEXT DATA BSS
> >==> [0000200000
> >- 00007984d0]
> >[ 0.000000] #3 [0037f14000 - 0037fef62d] RAMDISK
> >==> [0037f14000
> >- 0037fef62d]
> >[ 0.000000] #4 [000009ec00 - 0000100000] BIOS reserved
> >==> [000009ec00
> >- 0000100000]
> >[ 0.000000] #5 [0000799000 - 000079914c] BRK
> >==> [0000799000
> >- 000079914c]
> >[ 0.000000] #6 [0000008000 - 000000a000] PGTABLE
> >==> [0000008000
> >- 000000a000]
> >[ 0.000000] #7 [000000a000 - 000000b000] PGTABLE
> >==> [000000a000
> >- 000000b000]
> >[ 0.000000] found SMP MP-table at [ffff8800000f6520] f6520
> >[ 0.000000] [ffffe20000000000-ffffe200045fffff] PMD ->
> >[ffff880028200000-
> >ffff88002c7fffff] on node 0
> >[ 0.000000] Zone PFN ranges:
> >[ 0.000000] DMA 0x00000000 -> 0x00001000
> >[ 0.000000] DMA32 0x00001000 -> 0x00100000
> >[ 0.000000] Normal 0x00100000 -> 0x0013c000
> >[ 0.000000] Movable zone start PFN for each node
> >[ 0.000000] early_node_map[6] active PFN ranges
> >[ 0.000000] 0: 0x00000000 -> 0x0000009e
> >[ 0.000000] 0: 0x00000100 -> 0x000bd4a1
> >[ 0.000000] 0: 0x000bd4a7 -> 0x000bd5b7
> >[ 0.000000] 0: 0x000bd60f -> 0x000bd6c6
> >[ 0.000000] 0: 0x000bd9ff -> 0x000bda00
> >[ 0.000000] 0: 0x00100000 -> 0x0013c000
> >[ 0.000000] On node 0 totalpages: 1021447
> >[ 0.000000] DMA zone: 56 pages used for memmap
> >[ 0.000000] DMA zone: 1535 pages reserved
> >[ 0.000000] DMA zone: 2407 pages, LIFO batch:0
> >[ 0.000000] DMA32 zone: 14280 pages used for memmap
> >[ 0.000000] DMA32 zone: 757409 pages, LIFO batch:31
> >[ 0.000000] Normal zone: 3360 pages used for memmap
> >[ 0.000000] Normal zone: 242400 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[0x01] enabled)
> >[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
> >[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
> >[ 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: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
> >[ 0.000000] IOAPIC[0]: apic_id 1, version 0, address
> >0xfec00000, GSI 0-23
> >[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> >[ 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] ACPI: HPET id: 0x8086a201 base: 0xfed00000
> >[ 0.000000] 4 Processors exceeds NR_CPUS limit of 2
> >[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
> >[ 0.000000] nr_irqs_gsi: 24
> >[ 0.000000] PM: Registered nosave memory: 000000000009e000 -
> >000000000009f000
> >[ 0.000000] PM: Registered nosave memory: 000000000009f000 -
> >00000000000a0000
> >[ 0.000000] PM: Registered nosave memory: 00000000000a0000 -
> >00000000000dc000
> >[ 0.000000] PM: Registered nosave memory: 00000000000dc000 -
> >0000000000100000
> >[ 0.000000] PM: Registered nosave memory: 00000000bd4a1000 -
> >00000000bd4a7000
> >[ 0.000000] PM: Registered nosave memory: 00000000bd5b7000 -
> >00000000bd60f000
> >[ 0.000000] PM: Registered nosave memory: 00000000bd6c6000 -
> >00000000bd6d1000
> >[ 0.000000] PM: Registered nosave memory: 00000000bd6d1000 -
> >00000000bd6d4000
> >[ 0.000000] PM: Registered nosave memory: 00000000bd6d4000 -
> >00000000bd6d8000
> >[ 0.000000] PM: Registered nosave memory: 00000000bd6d8000 -
> >00000000bd6dc000
> >[ 0.000000] PM: Registered nosave memory: 00000000bd6dc000 -
> >00000000bd6df000
> >[ 0.000000] PM: Registered nosave memory: 00000000bd6df000 -
> >00000000bd706000
> >[ 0.000000] PM: Registered nosave memory: 00000000bd706000 -
> >00000000bd708000
> >[ 0.000000] PM: Registered nosave memory: 00000000bd708000 -
> >00000000bd90f000
> >[ 0.000000] PM: Registered nosave memory: 00000000bd90f000 -
> >00000000bd99f000
> >[ 0.000000] PM: Registered nosave memory: 00000000bd99f000 -
> >00000000bd9ff000
> >[ 0.000000] PM: Registered nosave memory: 00000000bda00000 -
> >00000000bdc00000
> >[ 0.000000] PM: Registered nosave memory: 00000000bdc00000 -
> >00000000c0000000
> >[ 0.000000] PM: Registered nosave memory: 00000000c0000000 -
> >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 -
> >00000000fed00000
> >[ 0.000000] PM: Registered nosave memory: 00000000fed00000 -
> >00000000fed10000
> >[ 0.000000] PM: Registered nosave memory: 00000000fed10000 -
> >00000000fed14000
> >[ 0.000000] PM: Registered nosave memory: 00000000fed14000 -
> >00000000fed18000
> >[ 0.000000] PM: Registered nosave memory: 00000000fed18000 -
> >00000000fed1a000
> >[ 0.000000] PM: Registered nosave memory: 00000000fed1a000 -
> >00000000fed1c000
> >[ 0.000000] PM: Registered nosave memory: 00000000fed1c000 -
> >00000000fed90000
> >[ 0.000000] PM: Registered nosave memory: 00000000fed90000 -
> >00000000fee00000
> >[ 0.000000] PM: Registered nosave memory: 00000000fee00000 -
> >00000000fee01000
> >[ 0.000000] PM: Registered nosave memory: 00000000fee01000 -
> >00000000ff800000
> >[ 0.000000] PM: Registered nosave memory: 00000000ff800000 -
> >0000000100000000
> >[ 0.000000] Allocating PCI resources starting at c2000000 (gap:
> >c0000000:20000000)
> >[ 0.000000] NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
> >[ 0.000000] PERCPU: Embedded 25 pages at ffff880028023000,
> >static data
> >73376 bytes
> >[ 0.000000] Built 1 zonelists in Zone order, mobility
> >grouping on. Total
> >pages: 1002216
> >[ 0.000000] Kernel command line: root=/dev/sda3 elevator=cfq
> >resume=/dev/sda2 ro vga=6
> >[ 0.000000] Initializing CPU#0
> >[ 0.000000] NR_IRQS:320
> >[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
> >[ 0.000000] Extended CMOS year: 2000
> >[ 0.000000] Fast TSC calibration using PIT
> >[ 0.000000] Detected 2526.563 MHz processor.
> >[ 0.004000] Console: colour VGA+ 80x60
> >[ 0.004000] console [tty0] enabled
> >[ 0.004000] Dentry cache hash table entries: 524288 (order:
> >10, 4194304
> >bytes)
> >[ 0.004000] Inode-cache hash table entries: 262144 (order:
> >9, 2097152
> >bytes)
> >[ 0.004000] Checking aperture...
> >[ 0.004000] No AGP bridge found
> >[ 0.004000] PCI-DMA: Using software bounce buffering for IO
> >(SWIOTLB)
> >[ 0.004000] Placing 64MB software IO TLB between ffff880020000000 -
> >ffff880024000000
> >[ 0.004000] software IO TLB at phys 0x20000000 - 0x24000000
> >[ 0.004000] Memory: 3934036k/5177344k available (2870k kernel code,
> >1091556k absent, 150828k reserved, 1353k data, 424k init)
> >[ 0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3,
> >MinObjects=0, CPUs=2,
> >Nodes=1
> >[ 0.004000] hpet clockevent registered
> >[ 0.004000] HPET: 4 timers in total, 0 timers will be used
> >for per-cpu
> >timer
> >[ 0.004000] Calibrating delay loop (skipped), value
> >calculated using timer
> >frequency.. 5053.12 BogoMIPS (lpj=10106252)
> >[ 0.004000] Security Framework initialized
> >[ 0.004000] Mount-cache hash table entries: 256
> >[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
> >[ 0.004000] CPU: L2 cache: 6144K
> >[ 0.004000] [ds] using Core 2/Atom configuration
> >[ 0.004000] CPU: Physical Processor ID: 0
> >[ 0.004000] CPU: Processor Core ID: 0
> >[ 0.004000] CPU0: Thermal monitoring enabled (TM2)
> >[ 0.004000] using mwait in idle threads.
> >[ 0.004000] ACPI: Core revision 20081204
> >[ 0.048118] Setting APIC routing to flat
> >[ 0.048639] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> >[ 0.090138] CPU0: Intel(R) Core(TM)2 Duo CPU T9400 @
> >2.53GHz stepping
> >06
> >[ 0.092001] Booting processor 1 APIC 0x1 ip 0x6000
> >[ 0.004000] Initializing CPU#1
> >[ 0.004000] Calibrating delay using timer specific
> >routine.. 5054.06
> >BogoMIPS (lpj=10108125)
> >[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
> >[ 0.004000] CPU: L2 cache: 6144K
> >[ 0.004000] [ds] using Core 2/Atom configuration
> >[ 0.004000] CPU: Physical Processor ID: 0
> >[ 0.004000] CPU: Processor Core ID: 1
> >[ 0.004000] CPU1: Thermal monitoring enabled (TM2)
> >[ 0.004000] x86 PAT enabled: cpu 1, old 0x7040600070406, new
> >0x7010600070106
> >[ 0.184185] CPU1: Intel(R) Core(TM)2 Duo CPU T9400 @
> >2.53GHz stepping
> >06
> >[ 0.185032] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
> >[ 0.188048] Brought up 2 CPUs
> >[ 0.188121] Total of 2 processors activated (10107.18 BogoMIPS).
> >[ 0.188256] CPU0 attaching sched-domain:
> >[ 0.188262] domain 0: span 0-1 level MC
> >[ 0.188267] groups: 0 1
> >[ 0.188278] CPU1 attaching sched-domain:
> >[ 0.188283] domain 0: span 0-1 level MC
> >[ 0.188288] groups: 1 0
> >[ 0.188452] net_namespace: 1952 bytes
> >[ 0.188517] regulator: core version 0.5
> >[ 0.188721] NET: Registered protocol family 16
> >[ 0.189045] ACPI FADT declares the system doesn't support
> >PCIe ASPM, so
> >disable it
> >[ 0.189140] ACPI: bus type pci registered
> >[ 0.189400] PCI: MCFG configuration 0: base e0000000
> >segment 0 buses 0 - 63
> >[ 0.189483] PCI: MCFG area at e0000000 reserved in E820
> >[ 0.206494] PCI: Using MMCONFIG at e0000000 - e3ffffff
> >[ 0.206569] PCI: Using configuration type 1 for base access
> >[ 0.207617] bio: create slab <bio-0> at 0
> >[ 0.211433] ACPI: EC: EC description table is found,
> >configuring boot EC
> >[ 0.233117] ACPI: BIOS _OSI(Linux) query ignored
> >[ 0.232025] ACPI: EC: non-query interrupt received,
> >switching to interrupt
> >mode
> >[ 0.256872] ACPI: Interpreter enabled
> >[ 0.256948] ACPI: (supports S0 S3 S4 S5)
> >[ 0.257278] ACPI: Using IOAPIC for interrupt routing
> >[ 0.304733] ACPI: EC: GPE = 0x11, I/O: command/status =
> >0x66, data = 0x62
> >[ 0.304813] ACPI: EC: driver started in interrupt mode
> >[ 0.311803] ACPI: ACPI Dock Station Driver: 3 docks/bays found
> >[ 0.313036] ACPI: PCI Root Bridge [PCI0] (0000:00)
> >[ 0.313329] pci 0000:00:02.0: reg 10 64bit mmio:
> >[0xf4400000-0xf47fffff]
> >[ 0.313345] pci 0000:00:02.0: reg 18 64bit mmio:
> >[0xd0000000-0xdfffffff]
> >[ 0.313356] pci 0000:00:02.0: reg 20 io port: [0x1800-0x1807]
> >[ 0.313442] pci 0000:00:02.1: reg 10 64bit mmio:
> >[0xf4200000-0xf42fffff]
> >[ 0.313559] pci 0000:00:03.0: reg 10 64bit mmio:
> >[0xfc226800-0xfc22680f]
> >[ 0.313623] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
> >[ 0.313702] pci 0000:00:03.0: PME# disabled
> >[ 0.313832] pci 0000:00:03.2: reg 10 io port: [0x1828-0x182f]
> >[ 0.313843] pci 0000:00:03.2: reg 14 io port: [0x180c-0x180f]
> >[ 0.313853] pci 0000:00:03.2: reg 18 io port: [0x1820-0x1827]
> >[ 0.313864] pci 0000:00:03.2: reg 1c io port: [0x1808-0x180b]
> >[ 0.313875] pci 0000:00:03.2: reg 20 io port: [0x1810-0x181f]
> >[ 0.313977] pci 0000:00:03.3: reg 10 io port: [0x1830-0x1837]
> >[ 0.313988] pci 0000:00:03.3: reg 14 32bit mmio:
> >[0xfc024000-0xfc024fff]
> >[ 0.314190] pci 0000:00:19.0: reg 10 32bit mmio:
> >[0xfc000000-0xfc01ffff]
> >[ 0.314204] pci 0000:00:19.0: reg 14 32bit mmio:
> >[0xfc025000-0xfc025fff]
> >[ 0.314218] pci 0000:00:19.0: reg 18 io port: [0x1840-0x185f]
> >[ 0.314304] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
> >[ 0.314383] pci 0000:00:19.0: PME# disabled
> >[ 0.314555] pci 0000:00:1a.0: reg 20 io port: [0x1860-0x187f]
> >[ 0.314700] pci 0000:00:1a.1: reg 20 io port: [0x1880-0x189f]
> >[ 0.314844] pci 0000:00:1a.2: reg 20 io port: [0x18a0-0x18bf]
> >[ 0.314991] pci 0000:00:1a.7: reg 10 32bit mmio:
> >[0xfc226c00-0xfc226fff]
> >[ 0.315095] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
> >[ 0.315175] pci 0000:00:1a.7: PME# disabled
> >[ 0.315331] pci 0000:00:1b.0: reg 10 64bit mmio:
> >[0xfc020000-0xfc023fff]
> >[ 0.315424] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
> >[ 0.315503] pci 0000:00:1b.0: PME# disabled
> >[ 0.315700] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
> >[ 0.315778] pci 0000:00:1c.0: PME# disabled
> >[ 0.315979] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
> >[ 0.316012] pci 0000:00:1c.1: PME# disabled
> >[ 0.316216] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
> >[ 0.316294] pci 0000:00:1c.3: PME# disabled
> >[ 0.316499] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
> >[ 0.316578] pci 0000:00:1c.4: PME# disabled
> >[ 0.316761] pci 0000:00:1d.0: reg 20 io port: [0x18c0-0x18df]
> >[ 0.316907] pci 0000:00:1d.1: reg 20 io port: [0x18e0-0x18ff]
> >[ 0.317052] pci 0000:00:1d.2: reg 20 io port: [0x1c00-0x1c1f]
> >[ 0.317199] pci 0000:00:1d.7: reg 10 32bit mmio:
> >[0xfc227000-0xfc2273ff]
> >[ 0.317303] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
> >[ 0.317383] pci 0000:00:1d.7: PME# disabled
> >[ 0.317826] pci 0000:00:1f.2: reg 10 io port: [0x1c48-0x1c4f]
> >[ 0.317840] pci 0000:00:1f.2: reg 14 io port: [0x183c-0x183f]
> >[ 0.317854] pci 0000:00:1f.2: reg 18 io port: [0x1c40-0x1c47]
> >[ 0.317867] pci 0000:00:1f.2: reg 1c io port: [0x1838-0x183b]
> >[ 0.317880] pci 0000:00:1f.2: reg 20 io port: [0x1c20-0x1c3f]
> >[ 0.317894] pci 0000:00:1f.2: reg 24 32bit mmio:
> >[0xfc226000-0xfc2267ff]
> >[ 0.317968] pci 0000:00:1f.2: PME# supported from D3hot
> >[ 0.318045] pci 0000:00:1f.2: PME# disabled
> >[ 0.318177] pci 0000:00:1f.3: reg 10 64bit mmio:
> >[0xfc227400-0xfc2274ff]
> >[ 0.318208] pci 0000:00:1f.3: reg 20 io port: [0x1c60-0x1c7f]
> >[ 0.318672] pci 0000:03:00.0: reg 10 64bit mmio:
> >[0xf4300000-0xf4301fff]
> >[ 0.319081] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
> >[ 0.319189] pci 0000:03:00.0: PME# disabled
> >[ 0.319432] pci 0000:00:1c.1: bridge 32bit mmio:
> >[0xf4300000-0xf43fffff]
> >[ 0.319533] pci 0000:00:1c.3: bridge io port: [0x2000-0x2fff]
> >[ 0.319542] pci 0000:00:1c.3: bridge 32bit mmio:
> >[0xf8000000-0xf9ffffff]
> >[ 0.319556] pci 0000:00:1c.3: bridge 64bit mmio pref:
> >[0xf4000000-0xf40fffff]
> >[ 0.319648] pci 0000:00:1c.4: bridge io port: [0x3000-0x3fff]
> >[ 0.319658] pci 0000:00:1c.4: bridge 32bit mmio:
> >[0xfa000000-0xfbffffff]
> >[ 0.319671] pci 0000:00:1c.4: bridge 64bit mmio pref:
> >[0xf4100000-0xf41fffff]
> >[ 0.319750] pci 0000:15:00.0: reg 10 32bit mmio:
> >[0xf4800000-0xf4800fff]
> >[ 0.319792] pci 0000:15:00.0: supports D1 D2
> >[ 0.319797] pci 0000:15:00.0: PME# supported from D0 D1 D2
> >D3hot D3cold
> >[ 0.319878] pci 0000:15:00.0: PME# disabled
> >[ 0.320079] pci 0000:15:00.1: reg 10 32bit mmio:
> >[0xf4801000-0xf48017ff]
> >[ 0.320183] pci 0000:15:00.1: supports D1 D2
> >[ 0.320188] pci 0000:15:00.1: PME# supported from D0 D1 D2
> >D3hot D3cold
> >[ 0.320271] pci 0000:15:00.1: PME# disabled
> >[ 0.320414] pci 0000:15:00.2: reg 10 32bit mmio:
> >[0xf4801800-0xf48018ff]
> >[ 0.320518] pci 0000:15:00.2: supports D1 D2
> >[ 0.320523] pci 0000:15:00.2: PME# supported from D0 D1 D2
> >D3hot D3cold
> >[ 0.320605] pci 0000:15:00.2: PME# disabled
> >[ 0.320749] pci 0000:15:00.3: reg 10 32bit mmio:
> >[0xf4801c00-0xf4801cff]
> >[ 0.320853] pci 0000:15:00.3: supports D1 D2
> >[ 0.320857] pci 0000:15:00.3: PME# supported from D0 D1 D2
> >D3hot D3cold
> >[ 0.320940] pci 0000:15:00.3: PME# disabled
> >[ 0.321083] pci 0000:15:00.4: reg 10 32bit mmio:
> >[0xf4802000-0xf48020ff]
> >[ 0.321187] pci 0000:15:00.4: supports D1 D2
> >[ 0.321191] pci 0000:15:00.4: PME# supported from D0 D1 D2
> >D3hot D3cold
> >[ 0.321274] pci 0000:15:00.4: PME# disabled
> >[ 0.321417] pci 0000:15:00.5: reg 10 32bit mmio:
> >[0xf4802400-0xf48024ff]
> >[ 0.321521] pci 0000:15:00.5: supports D1 D2
> >[ 0.321526] pci 0000:15:00.5: PME# supported from D0 D1 D2
> >D3hot D3cold
> >[ 0.321608] pci 0000:15:00.5: PME# disabled
> >[ 0.321781] pci 0000:00:1e.0: transparent bridge
> >[ 0.321858] pci 0000:00:1e.0: bridge io port: [0x4000-0x7fff]
> >[ 0.321868] pci 0000:00:1e.0: bridge 32bit mmio:
> >[0xf4800000-0xf7ffffff]
> >[ 0.321882] pci 0000:00:1e.0: bridge 64bit mmio pref:
> >[0xf0000000-0xf3ffffff]
> >[ 0.321970] pci_bus 0000:00: on NUMA node 0
> >[ 0.321990] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
> >[ 0.322510] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
> >[ 0.322769] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
> >[ 0.323031] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
> >[ 0.323292] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
> >[ 0.323553] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
> >[ 0.343104] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7
> >9 10 *11)
> >[ 0.344400] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7
> >9 10 *11)
> >[ 0.345678] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7
> >9 10 *11)
> >[ 0.346952] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7
> >9 10 *11)
> >[ 0.348240] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7
> >9 10 *11)
> >[ 0.349513] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7
> >9 10 *11)
> >[ 0.350787] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7
> >9 10 *11)
> >[ 0.352072] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7
> >9 10 *11)
> >[ 0.353049] ACPI: Power Resource [PUBS] (on)
> >[ 0.353320] PCI: Using ACPI for IRQ routing
> >[ 0.364357] NetLabel: Initializing
> >[ 0.364429] NetLabel: domain hash size = 128
> >[ 0.364500] NetLabel: protocols = UNLABELED CIPSOv4
> >[ 0.364603] NetLabel: unlabeled traffic allowed by default
> >[ 0.364748] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
> >[ 0.365076] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
> >[ 0.381310] pnp: PnP ACPI init
> >[ 0.381398] ACPI: bus type pnp registered
> >[ 0.456648] pnp: PnP ACPI: found 10 devices
> >[ 0.456723] ACPI: ACPI bus type pnp unregistered
> >[ 0.456815] system 00:00: iomem range 0x0-0x9ffff could not
> >be reserved
> >[ 0.456893] system 00:00: iomem range 0xc0000-0xc3fff has
> >been reserved
> >[ 0.456971] system 00:00: iomem range 0xc4000-0xc7fff has
> >been reserved
> >[ 0.457049] system 00:00: iomem range 0xc8000-0xcbfff has
> >been reserved
> >[ 0.457125] system 00:00: iomem range 0xcc000-0xcffff has
> >been reserved
> >[ 0.457203] system 00:00: iomem range 0xd0000-0xd3fff has
> >been reserved
> >[ 0.457280] system 00:00: iomem range 0xdc000-0xdffff could
> >not be reserved
> >[ 0.457359] system 00:00: iomem range 0xe0000-0xe3fff could
> >not be reserved
> >[ 0.457437] system 00:00: iomem range 0xe4000-0xe7fff could
> >not be reserved
> >[ 0.457515] system 00:00: iomem range 0xe8000-0xebfff could
> >not be reserved
> >[ 0.457593] system 00:00: iomem range 0xec000-0xeffff could
> >not be reserved
> >[ 0.457671] system 00:00: iomem range 0xf0000-0xfffff could
> >not be reserved
> >[ 0.457750] system 00:00: iomem range 0x100000-0xbfffffff
> >could not be
> >reserved
> >[ 0.457840] system 00:00: iomem range 0xfec00000-0xfed3ffff
> >could not be
> >reserved
> >[ 0.457931] system 00:00: iomem range 0xfed4c000-0xffffffff
> >could not be
> >reserved
> >[ 0.458031] system 00:02: ioport range 0x1000-0x107f has
> >been reserved
> >[ 0.458109] system 00:02: ioport range 0x1180-0x11ff has
> >been reserved
> >[ 0.458187] system 00:02: ioport range 0x800-0x80f has been reserved
> >[ 0.458264] system 00:02: ioport range 0x15e0-0x15ef has
> >been reserved
> >[ 0.458341] system 00:02: ioport range 0x1600-0x167f has
> >been reserved
> >[ 0.458418] system 00:02: ioport range 0x1680-0x169f has
> >been reserved
> >[ 0.458497] system 00:02: iomem range 0xe0000000-0xefffffff
> >has been
> >reserved
> >[ 0.458576] system 00:02: iomem range 0xfed1c000-0xfed1ffff
> >has been
> >reserved
> >[ 0.458655] system 00:02: iomem range 0xfed10000-0xfed13fff
> >has been
> >reserved
> >[ 0.458734] system 00:02: iomem range 0xfed18000-0xfed18fff
> >has been
> >reserved
> >[ 0.458813] system 00:02: iomem range 0xfed19000-0xfed19fff
> >has been
> >reserved
> >[ 0.458892] system 00:02: iomem range 0xfed45000-0xfed4bfff
> >has been
> >reserved
> >[ 0.464076] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
> >[ 0.464153] pci 0000:00:1c.0: IO window: disabled
> >[ 0.464231] pci 0000:00:1c.0: MEM window: disabled
> >[ 0.469715] pci 0000:00:1c.0: PREFETCH window: disabled
> >[ 0.469799] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:03
> >[ 0.469875] pci 0000:00:1c.1: IO window: disabled
> >[ 0.469955] pci 0000:00:1c.1: MEM window: 0xf4300000-0xf43fffff
> >[ 0.470036] pci 0000:00:1c.1: PREFETCH window: disabled
> >[ 0.470120] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:05
> >[ 0.470199] pci 0000:00:1c.3: IO window: 0x2000-0x2fff
> >[ 0.470280] pci 0000:00:1c.3: MEM window: 0xf8000000-0xf9ffffff
> >[ 0.470361] pci 0000:00:1c.3: PREFETCH window:
> >0x000000f4000000-0x000000f40fffff
> >[ 0.470461] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:0d
> >[ 0.470539] pci 0000:00:1c.4: IO window: 0x3000-0x3fff
> >[ 0.470621] pci 0000:00:1c.4: MEM window: 0xfa000000-0xfbffffff
> >[ 0.470702] pci 0000:00:1c.4: PREFETCH window:
> >0x000000f4100000-0x000000f41fffff
> >[ 0.470809] pci 0000:15:00.0: CardBus bridge, secondary bus 0000:16
> >[ 0.470887] pci 0000:15:00.0: IO window: 0x004000-0x0040ff
> >[ 0.470967] pci 0000:15:00.0: IO window: 0x004400-0x0044ff
> >[ 0.471048] pci 0000:15:00.0: PREFETCH window:
> >0xf0000000-0xf3ffffff
> >[ 0.471131] pci 0000:15:00.0: MEM window: 0xc4000000-0xc7ffffff
> >[ 0.471213] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:15
> >[ 0.471292] pci 0000:00:1e.0: IO window: 0x4000-0x7fff
> >[ 0.471374] pci 0000:00:1e.0: MEM window: 0xf4800000-0xf7ffffff
> >[ 0.471455] pci 0000:00:1e.0: PREFETCH window:
> >0x000000f0000000-0x000000f3ffffff
> >[ 0.471572] pci 0000:00:1c.0: PCI INT A -> GSI 20 (level,
> >low) -> IRQ 20
> >[ 0.471657] pci 0000:00:1c.0: setting latency timer to 64
> >[ 0.471675] pci 0000:00:1c.1: PCI INT B -> GSI 21 (level,
> >low) -> IRQ 21
> >[ 0.471757] pci 0000:00:1c.1: setting latency timer to 64
> >[ 0.471776] pci 0000:00:1c.3: PCI INT D -> GSI 23 (level,
> >low) -> IRQ 23
> >[ 0.471858] pci 0000:00:1c.3: setting latency timer to 64
> >[ 0.471874] pci 0000:00:1c.4: PCI INT A -> GSI 20 (level,
> >low) -> IRQ 20
> >[ 0.471956] pci 0000:00:1c.4: setting latency timer to 64
> >[ 0.471971] pci 0000:00:1e.0: setting latency timer to 64
> >[ 0.471990] pci 0000:15:00.0: PCI INT A -> GSI 16 (level,
> >low) -> IRQ 16
> >[ 0.472085] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
> >[ 0.472090] pci_bus 0000:00: resource 1 mem:
> >[0x000000-0xffffffffffffffff]
> >[ 0.472097] pci_bus 0000:02: resource 0 mem: [0x0-0x0]
> >[ 0.472101] pci_bus 0000:02: resource 1 mem: [0x0-0x0]
> >[ 0.472106] pci_bus 0000:02: resource 2 mem: [0x0-0x0]
> >[ 0.472110] pci_bus 0000:02: resource 3 mem: [0x0-0x0]
> >[ 0.472115] pci_bus 0000:03: resource 0 mem: [0x0-0x0]
> >[ 0.472120] pci_bus 0000:03: resource 1 mem: [0xf4300000-0xf43fffff]
> >[ 0.472125] pci_bus 0000:03: resource 2 mem: [0x0-0x0]
> >[ 0.472130] pci_bus 0000:03: resource 3 mem: [0x0-0x0]
> >[ 0.472135] pci_bus 0000:05: resource 0 io: [0x2000-0x2fff]
> >[ 0.472140] pci_bus 0000:05: resource 1 mem: [0xf8000000-0xf9ffffff]
> >[ 0.472146] pci_bus 0000:05: resource 2 mem: [0xf4000000-0xf40fffff]
> >[ 0.472151] pci_bus 0000:05: resource 3 mem: [0x0-0x0]
> >[ 0.472156] pci_bus 0000:0d: resource 0 io: [0x3000-0x3fff]
> >[ 0.472161] pci_bus 0000:0d: resource 1 mem: [0xfa000000-0xfbffffff]
> >[ 0.472166] pci_bus 0000:0d: resource 2 mem: [0xf4100000-0xf41fffff]
> >[ 0.472171] pci_bus 0000:0d: resource 3 mem: [0x0-0x0]
> >[ 0.472176] pci_bus 0000:15: resource 0 io: [0x4000-0x7fff]
> >[ 0.472182] pci_bus 0000:15: resource 1 mem: [0xf4800000-0xf7ffffff]
> >[ 0.472187] pci_bus 0000:15: resource 2 mem: [0xf0000000-0xf3ffffff]
> >[ 0.472192] pci_bus 0000:15: resource 3 io: [0x00-0xffff]
> >[ 0.472197] pci_bus 0000:15: resource 4 mem:
> >[0x000000-0xffffffffffffffff]
> >[ 0.472203] pci_bus 0000:16: resource 0 io: [0x4000-0x40ff]
> >[ 0.472208] pci_bus 0000:16: resource 1 io: [0x4400-0x44ff]
> >[ 0.472213] pci_bus 0000:16: resource 2 mem: [0xf0000000-0xf3ffffff]
> >[ 0.472218] pci_bus 0000:16: resource 3 mem: [0xc4000000-0xc7ffffff]
> >[ 0.472290] NET: Registered protocol family 2
> >[ 0.520171] IP route cache hash table entries: 131072
> >(order: 8, 1048576
> >bytes)
> >[ 0.522267] TCP established hash table entries: 262144
> >(order: 10, 4194304
> >bytes)
> >[ 0.524754] TCP bind hash table entries: 65536 (order: 8,
> >1048576 bytes)
> >[ 0.525532] TCP: Hash tables configured (established 262144
> >bind 65536)
> >[ 0.525608] TCP reno registered
> >[ 0.536228] NET: Registered protocol family 1
> >[ 0.536424] checking if image is initramfs...it isn't (no
> >cpio magic);
> >looks like an initrd
> >[ 0.540524] Freeing initrd memory: 877k freed
> >[ 0.541216] Simple Boot Flag at 0x35 set to 0x1
> >[ 0.542238] audit: initializing netlink socket (disabled)
> >[ 0.542336] type=2000 audit(1238453573.540:1): initialized
> >[ 0.543184] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> >[ 0.547083] VFS: Disk quotas dquot_6.5.2
> >[ 0.547319] Dquot-cache hash table entries: 512 (order 0,
> >4096 bytes)
> >[ 0.547656] msgmni has been set to 7687
> >[ 0.548967] alg: No test for stdrng (krng)
> >[ 0.549191] Block layer SCSI generic (bsg) driver version
> >0.4 loaded (major
> >253)
> >[ 0.549283] io scheduler noop registered
> >[ 0.549355] io scheduler anticipatory registered
> >[ 0.549427] io scheduler deadline registered
> >[ 0.549595] io scheduler cfq registered (default)
> >[ 0.549692] pci 0000:00:02.0: Boot video device
> >[ 0.550240] pcieport-driver 0000:00:1c.0: setting latency
> >timer to 64
> >[ 0.550365] pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X
> >[ 0.550611] pcieport-driver 0000:00:1c.1: setting latency
> >timer to 64
> >[ 0.550730] pcieport-driver 0000:00:1c.1: irq 25 for MSI/MSI-X
> >[ 0.550989] pcieport-driver 0000:00:1c.3: setting latency
> >timer to 64
> >[ 0.551107] pcieport-driver 0000:00:1c.3: irq 26 for MSI/MSI-X
> >[ 0.551365] pcieport-driver 0000:00:1c.4: setting latency
> >timer to 64
> >[ 0.551481] pcieport-driver 0000:00:1c.4: irq 27 for MSI/MSI-X
> >[ 0.557240] Switched to high resolution mode on CPU 1
> >[ 0.560040] Switched to high resolution mode on CPU 0
> >[ 0.588135] Linux agpgart interface v0.103
> >[ 0.588217] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> >[ 0.589242] serial 0000:00:03.3: PCI INT B -> GSI 17
> >(level, low) -> IRQ 17
> >[ 0.589720] 0000:00:03.3: ttyS0 at I/O 0x1830 (irq = 17) is a 16550A
> >[ 0.591972] brd: module loaded
> >[ 0.592185] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU]
> >at 0x60,0x64 irq
> >1,12
> >[ 0.600902] serio: i8042 KBD port at 0x60,0x64 irq 1
> >[ 0.600995] serio: i8042 AUX port at 0x60,0x64 irq 12
> >[ 0.601239] mice: PS/2 mouse device common for all mice
> >[ 0.601406] rtc_cmos 00:07: RTC can wake from S4
> >[ 0.601592] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
> >[ 0.601715] rtc0: alarms up to one month, y3k, 114 bytes
> >nvram, hpet irqs
> >[ 0.601822] cpuidle: using governor ladder
> >[ 0.601896] cpuidle: using governor menu
> >[ 0.602800] TCP cubic registered
> >[ 0.602874] NET: Registered protocol family 17
> >[ 0.605651] input: AT Translated Set 2 keyboard as
> >/class/input/input0
> >[ 0.617595] registered taskstats version 1
> >[ 0.618105] rtc_cmos 00:07: setting system clock to
> >2009-03-30 22:52:54 UTC
> >(1238453574)
> >[ 0.626882] RAMDISK: gzip image found at block 0
> >[ 0.693786] VFS: Mounted root (romfs filesystem) readonly
> >on device 1:0.
> >[ 0.732879] SCSI subsystem initialized
> >[ 0.769027] libata version 3.00 loaded.
> >[ 0.777487] ahci 0000:00:1f.2: version 3.0
> >[ 0.777520] ahci 0000:00:1f.2: PCI INT B -> GSI 16 (level,
> >low) -> IRQ 16
> >[ 0.777699] ahci 0000:00:1f.2: irq 28 for MSI/MSI-X
> >[ 0.777779] ahci: SSS flag set, parallel bus scan disabled
> >[ 0.777893] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4
> >ports 3 Gbps 0x3
> >impl SATA mode
> >[ 0.777985] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag
> >pm led clo pio
> >slum part
> >[ 0.778080] ahci 0000:00:1f.2: setting latency timer to 64
> >[ 0.778457] scsi0 : ahci
> >[ 0.778704] scsi1 : ahci
> >[ 0.778909] scsi2 : ahci
> >[ 0.779161] scsi3 : ahci
> >[ 0.781869] ata1: SATA max UDMA/133 abar m2048@0xfc226000
> >port 0xfc226100
> >irq 28
> >[ 0.781962] ata2: SATA max UDMA/133 abar m2048@0xfc226000
> >port 0xfc226180
> >irq 28
> >[ 0.782050] ata3: DUMMY
> >[ 0.782117] ata4: DUMMY
> >[ 0.791589] Driver 'sd' needs updating - please use bus_type methods
> >[ 1.100036] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> >[ 1.101223] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
> >[ 1.101230] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
> >[ 1.101405] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
> >[ 1.101414] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
> >[ 1.101901] ata1.00: ATA-8: FUJITSU MHZ2160BJ G1, 0084001F,
> >max UDMA/100
> >[ 1.101980] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ
> >(depth 31/32)
> >[ 1.103253] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
> >[ 1.103260] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
> >[ 1.103435] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
> >[ 1.103442] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
> >[ 1.103986] ata1.00: configured for UDMA/100
> >[ 1.121104] ata1.00: configured for UDMA/100
> >[ 1.121179] ata1: EH complete
> >[ 1.121450] scsi 0:0:0:0: Direct-Access ATA
> >FUJITSU MHZ2160B 0084
> >PQ: 0 ANSI: 5
> >[ 1.122043] sd 0:0:0:0: [sda] 312581808 512-byte hardware
> >sectors: (160
> >GB/149 GiB)
> >[ 1.122171] sd 0:0:0:0: [sda] Write Protect is off
> >[ 1.122246] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> >[ 1.122317] sd 0:0:0:0: [sda] Write cache: enabled, read
> >cache: enabled,
> >doesn't support DPO or FUA
> >[ 1.122636] sda: sda1 sda2 sda3 sda4
> >[ 1.157068] sd 0:0:0:0: [sda] Attached SCSI disk
> >[ 1.440034] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> >[ 1.444276] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
> >[ 1.445349] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
> >[ 1.445358] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
> >[ 1.446451] ata2.00: ATAPI: Optiarc DVD RW AD-7910S, 1.D0,
> >max UDMA/100
> >[ 1.451192] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
> >[ 1.452280] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
> >[ 1.452288] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
> >[ 1.453472] ata2.00: configured for UDMA/100
> >[ 1.469722] scsi 1:0:0:0: CD-ROM Optiarc DVD RW
> >AD-7910S 1.D0
> >PQ: 0 ANSI: 5
> >[ 2.812303] SGI XFS with ACLs, security attributes, large
> >block/inode
> >numbers, no debug enabled
> >[ 2.813463] SGI XFS Quota Management subsystem
> >[ 2.853134] XFS mounting filesystem sda3
> >[ 3.083859] Ending clean XFS mount for filesystem: sda3
> >[ 3.083926] VFS: Mounted root (xfs filesystem) readonly on
> >device 8:3.
> >[ 3.084019] Trying to move old root to /initrd ... okay
> >[ 3.090905] Freeing unused kernel memory: 424k freed
> >[ 5.835047] Non-volatile memory driver v1.3
> >[ 5.901458] ACPI: SSDT BD6D6C20, 02C8 (r1 PmRef Cpu0Ist
> > 3000 INTL
> >20050624)
> >[ 5.903018] ACPI: SSDT BD6D4020, 087A (r1 PmRef Cpu0Cst
> > 3001 INTL
> >20050624)
> >[ 5.912932] Monitor-Mwait will be used to enter C-1 state
> >[ 5.912954] Monitor-Mwait will be used to enter C-2 state
> >[ 5.912972] Monitor-Mwait will be used to enter C-3 state
> >[ 5.913144] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
> >[ 5.915986] processor ACPI_CPU:00: registered as cooling_device0
> >[ 5.916046] ACPI: Processor [CPU0] (supports 8 throttling states)
> >[ 5.917830] ACPI: SSDT BD6D5CA0, 01CF (r1 PmRef ApIst
> > 3000 INTL
> >20050624)
> >[ 5.919242] ACPI: SSDT BD6D5F20, 008D (r1 PmRef ApCst
> > 3000 INTL
> >20050624)
> >[ 5.925502] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
> >[ 5.925562] processor ACPI_CPU:01: registered as cooling_device1
> >[ 5.925572] ACPI: Processor [CPU1] (supports 8 throttling states)
> >[ 5.926588] Marking TSC unstable due to TSC halts in idle
> >[ 5.930030] agpgart-intel 0000:00:00.0: Intel Mobile Intel(r)
> >GM45 Express
> >Chipset
> >[ 5.935182] agpgart-intel 0000:00:00.0: detected 32764K
> >stolen memory
> >[ 5.944057] input: Power Button (FF) as /class/input/input1
> >[ 5.952504] agpgart-intel 0000:00:00.0: AGP aperture is
> >256M @ 0xd0000000
> >[ 5.972751] ACPI: Battery Slot [BAT0] (battery present)
> >[ 5.973169] ACPI: Power Button (FF) [PWRF]
> >[ 5.973374] input: Lid Switch as /class/input/input2
> >[ 5.974273] ACPI: AC Adapter [AC] (off-line)
> >[ 5.989860] ACPI: Lid Switch [LID]
> >[ 5.990002] input: Sleep Button (CM) as /class/input/input3
> >[ 6.028175] ACPI: Sleep Button (CM) [SLPB]
> >[ 6.028461] ACPI: WMI: Mapper loaded
> >[ 6.030760] input: PC Speaker as /class/input/input4
> >[ 6.083159] thermal LNXTHERM:01: registered as thermal_zone0
> >[ 6.084271] cfg80211: Calling CRDA to update world regulatory domain
> >[ 6.087812] ACPI: Thermal Zone [THM0] (40 C)
> >[ 6.090740] thermal LNXTHERM:02: registered as thermal_zone1
> >[ 6.093985] ACPI: Thermal Zone [THM1] (30 C)
> >[ 6.107623] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.4-k4
> >[ 6.107630] e1000e: Copyright (c) 1999-2008 Intel Corporation.
> >[ 6.107706] e1000e 0000:00:19.0: PCI INT A -> GSI 20
> >(level, low) -> IRQ 20
> >[ 6.107726] e1000e 0000:00:19.0: setting latency timer to 64
> >[ 6.107949] e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
> >[ 6.119873] Driver 'sr' needs updating - please use bus_type methods
> >[ 6.129535] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram
> >cd/rw xa/form2
> >cdda tray
> >[ 6.129543] Uniform CD-ROM driver Revision: 3.20
> >[ 6.129744] sr 1:0:0:0: Attached scsi CD-ROM sr0
> >[ 6.149173] acpi device:03: registered as cooling_device2
> >[ 6.149968] input: Video Bus as /class/input/input5
> >[ 6.165364] iTCO_vendor_support: vendor-support=0
> >[ 6.184260] ACPI: Video Device [VID] (multi-head: yes rom:
> >no post: no)
> >[ 6.203972] 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1)
> >00:21:86:a2:19:06
> >[ 6.203980] 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
> >[ 6.204026] 0000:00:19.0: eth0: MAC: 7, PHY: 8, PBA No: 1008ff-0ff
> >[ 6.221057] usbcore: registered new interface driver usbfs
> >[ 6.221131] usbcore: registered new interface driver hub
> >[ 6.228402] usbcore: registered new device driver usb
> >[ 6.244533] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
> >[ 6.244788] iTCO_wdt: Found a ICH9M-E TCO device (Version=2,
> >TCOBASE=0x1060)
> >[ 6.244951] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
> >[ 6.252867] sd 0:0:0:0: Attached scsi generic sg0 type 0
> >[ 6.252969] sr 1:0:0:0: Attached scsi generic sg1 type 5
> >[ 6.258895] ricoh-mmc: Ricoh MMC Controller disabling driver
> >[ 6.258901] ricoh-mmc: Copyright(c) Philip Langdale
> >[ 6.258948] ricoh-mmc: Ricoh MMC controller found at 0000:15:00.3
> >[1180:0843] (rev 11)
> >[ 6.258984] ricoh-mmc: Controller is now disabled.
> >[ 6.278046] firewire_ohci 0000:15:00.1: PCI INT B -> GSI 17
> >(level, low) ->
> >IRQ 17
> >[ 6.317682] ehci_hcd: USB 2.0 'Enhanced' Host Controller
> >(EHCI) Driver
> >[ 6.318400] ehci_hcd 0000:00:1a.7: power state changed by ACPI to D0
> >[ 6.318419] ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 23
> >(level, low) -> IRQ
> >23
> >[ 6.318467] ehci_hcd 0000:00:1a.7: setting latency timer to 64
> >[ 6.318475] ehci_hcd 0000:00:1a.7: EHCI Host Controller
> >[ 6.318586] ehci_hcd 0000:00:1a.7: new USB bus registered,
> >assigned bus
> >number 1
> >[ 6.322527] ehci_hcd 0000:00:1a.7: debug port 1
> >[ 6.322540] ehci_hcd 0000:00:1a.7: cache line size of 32 is
> >not supported
> >[ 6.322575] ehci_hcd 0000:00:1a.7: irq 23, io mem 0xfc226c00
> >[ 6.327457] thinkpad_acpi: ThinkPad ACPI Extras v0.22
> >[ 6.327462] thinkpad_acpi: http://ibm-acpi.sf.net/
> >[ 6.327467] thinkpad_acpi: ThinkPad BIOS 7UET61WW (2.07 ),
> >EC 7VHT12WW-1.01
> >[ 6.327472] thinkpad_acpi: Lenovo ThinkPad T400, model 2764CTO
> >[ 6.329471] Monitor-Mwait will be used to enter C-3 state
> >[ 6.330656] thinkpad_acpi: radio switch found; radios are enabled
> >[ 6.330993] thinkpad_acpi: This ThinkPad has standard ACPI
> >backlight
> >brightness control, supported by the ACPI video driver
> >[ 6.331003] thinkpad_acpi: Disabling thinkpad-acpi
> >brightness events by
> >default...
> >[ 6.336030] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
> >[ 6.336081] usb usb1: New USB device found, idVendor=1d6b,
> >idProduct=0002
> >[ 6.336087] usb usb1: New USB device strings: Mfr=3, Product=2,
> >SerialNumber=1
> >[ 6.336093] usb usb1: Product: EHCI Host Controller
> >[ 6.336097] usb usb1: Manufacturer: Linux 2.6.29 ehci_hcd
> >[ 6.336102] usb usb1: SerialNumber: 0000:00:1a.7
> >[ 6.336304] usb usb1: configuration #1 chosen from 1 choice
> >[ 6.336389] hub 1-0:1.0: USB hub found
> >[ 6.336406] hub 1-0:1.0: 6 ports detected
> >[ 6.340879] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
> >[ 6.340903] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19
> >(level, low) -> IRQ
> >19
> >[ 6.340950] ehci_hcd 0000:00:1d.7: setting latency timer to 64
> >[ 6.340957] ehci_hcd 0000:00:1d.7: EHCI Host Controller
> >[ 6.341028] ehci_hcd 0000:00:1d.7: new USB bus registered,
> >assigned bus
> >number 2
> >[ 6.345015] ehci_hcd 0000:00:1d.7: debug port 1
> >[ 6.345034] ehci_hcd 0000:00:1d.7: cache line size of 32 is
> >not supported
> >[ 6.345065] ehci_hcd 0000:00:1d.7: irq 19, io mem 0xfc227000
> >[ 6.354621] Registered led device: tpacpi::thinklight
> >[ 6.354719] Registered led device: tpacpi::power
> >[ 6.354769] Registered led device: tpacpi:orange:batt
> >[ 6.354815] Registered led device: tpacpi:green:batt
> >[ 6.354861] Registered led device: tpacpi::dock_active
> >[ 6.354908] Registered led device: tpacpi::bay_active
> >[ 6.354955] Registered led device: tpacpi::dock_batt
> >[ 6.355002] Registered led device: tpacpi::unknown_led
> >[ 6.355054] Registered led device: tpacpi::standby
> >[ 6.357032] firewire_ohci: Added fw-ohci device
> >0000:15:00.1, OHCI version
> >1.10
> >[ 6.357914] thinkpad_acpi: Standard ACPI backlight
> >interface available, not
> >loading native one.
> >[ 6.358317] input: ThinkPad Extra Buttons as /class/input/input6
> >[ 6.360034] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
> >[ 6.360086] usb usb2: New USB device found, idVendor=1d6b,
> >idProduct=0002
> >[ 6.360092] usb usb2: New USB device strings: Mfr=3, Product=2,
> >SerialNumber=1
> >[ 6.360098] usb usb2: Product: EHCI Host Controller
> >[ 6.360103] usb usb2: Manufacturer: Linux 2.6.29 ehci_hcd
> >[ 6.360107] usb usb2: SerialNumber: 0000:00:1d.7
> >[ 6.360303] usb usb2: configuration #1 chosen from 1 choice
> >[ 6.360407] hub 2-0:1.0: USB hub found
> >[ 6.360428] hub 2-0:1.0: 6 ports detected
> >[ 6.409375] sdhci: Secure Digital Host Controller Interface driver
> >[ 6.409382] sdhci: Copyright(c) Pierre Ossman
> >[ 6.426258] pata_acpi 0000:00:03.2: PCI INT C -> GSI 18
> >(level, low) -> IRQ
> >18
> >[ 6.426316] pata_acpi 0000:00:03.2: setting latency timer to 64
> >[ 6.426340] pata_acpi 0000:00:03.2: PCI INT C disabled
> >[ 6.450100] sdhci-pci 0000:15:00.2: SDHCI controller found
> >[1180:0822] (rev
> >21)
> >[ 6.450134] sdhci-pci 0000:15:00.2: PCI INT C -> GSI 18
> >(level, low) -> IRQ
> >18
> >[ 6.451217] sdhci-pci 0000:15:00.2: Will use DMA mode even
> >though HW
> >doesn't fully claim to support it.
> >[ 6.452323] Registered led device: mmc0::
> >[ 6.483591] mmc0: SDHCI controller on PCI [0000:15:00.2] using DMA
> >[ 6.496709] yenta_cardbus 0000:15:00.0: CardBus bridge
> >found [17aa:20c6]
> >[ 6.499906] i801_smbus 0000:00:1f.3: PCI INT A -> GSI 23
> >(level, low) ->
> >IRQ 23
> >[ 6.507551] uhci_hcd: USB Universal Host Controller Interface driver
> >[ 6.509180] uhci_hcd 0000:00:1a.0: power state changed by ACPI to D0
> >[ 6.509193] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20
> >(level, low) -> IRQ
> >20
> >[ 6.509209] uhci_hcd 0000:00:1a.0: setting latency timer to 64
> >[ 6.509217] uhci_hcd 0000:00:1a.0: UHCI Host Controller
> >[ 6.509293] uhci_hcd 0000:00:1a.0: new USB bus registered,
> >assigned bus
> >number 3
> >[ 6.509358] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860
> >[ 6.509454] usb usb3: New USB device found, idVendor=1d6b,
> >idProduct=0001
> >[ 6.509460] usb usb3: New USB device strings: Mfr=3, Product=2,
> >SerialNumber=1
> >[ 6.509465] usb usb3: Product: UHCI Host Controller
> >[ 6.509470] usb usb3: Manufacturer: Linux 2.6.29 uhci_hcd
> >[ 6.509474] usb usb3: SerialNumber: 0000:00:1a.0
> >[ 6.509684] usb usb3: configuration #1 chosen from 1 choice
> >[ 6.509767] hub 3-0:1.0: USB hub found
> >[ 6.509783] hub 3-0:1.0: 2 ports detected
> >[ 6.510082] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21
> >(level, low) -> IRQ
> >21
> >[ 6.510097] uhci_hcd 0000:00:1a.1: setting latency timer to 64
> >[ 6.510105] uhci_hcd 0000:00:1a.1: UHCI Host Controller
> >[ 6.510166] uhci_hcd 0000:00:1a.1: new USB bus registered,
> >assigned bus
> >number 4
> >[ 6.510228] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880
> >[ 6.510314] usb usb4: New USB device found, idVendor=1d6b,
> >idProduct=0001
> >[ 6.510320] usb usb4: New USB device strings: Mfr=3, Product=2,
> >SerialNumber=1
> >[ 6.510325] usb usb4: Product: UHCI Host Controller
> >[ 6.510329] usb usb4: Manufacturer: Linux 2.6.29 uhci_hcd
> >[ 6.510334] usb usb4: SerialNumber: 0000:00:1a.1
> >[ 6.510474] usb usb4: configuration #1 chosen from 1 choice
> >[ 6.510548] hub 4-0:1.0: USB hub found
> >[ 6.510563] hub 4-0:1.0: 2 ports detected
> >[ 6.511457] uhci_hcd 0000:00:1a.2: power state changed by ACPI to D0
> >[ 6.511475] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22
> >(level, low) -> IRQ
> >22
> >[ 6.511489] uhci_hcd 0000:00:1a.2: setting latency timer to 64
> >[ 6.511496] uhci_hcd 0000:00:1a.2: UHCI Host Controller
> >[ 6.511572] uhci_hcd 0000:00:1a.2: new USB bus registered,
> >assigned bus
> >number 5
> >[ 6.511633] uhci_hcd 0000:00:1a.2: irq 22, io base 0x000018a0
> >[ 6.511721] usb usb5: New USB device found, idVendor=1d6b,
> >idProduct=0001
> >[ 6.511727] usb usb5: New USB device strings: Mfr=3, Product=2,
> >SerialNumber=1
> >[ 6.511733] usb usb5: Product: UHCI Host Controller
> >[ 6.511737] usb usb5: Manufacturer: Linux 2.6.29 uhci_hcd
> >[ 6.511741] usb usb5: SerialNumber: 0000:00:1a.2
> >[ 6.511883] usb usb5: configuration #1 chosen from 1 choice
> >[ 6.511959] hub 5-0:1.0: USB hub found
> >[ 6.511974] hub 5-0:1.0: 2 ports detected
> >[ 6.513062] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
> >[ 6.513074] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16
> >(level, low) -> IRQ
> >16
> >[ 6.513089] uhci_hcd 0000:00:1d.0: setting latency timer to 64
> >[ 6.513096] uhci_hcd 0000:00:1d.0: UHCI Host Controller
> >[ 6.513165] uhci_hcd 0000:00:1d.0: new USB bus registered,
> >assigned bus
> >number 6
> >[ 6.513210] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018c0
> >[ 6.513298] usb usb6: New USB device found, idVendor=1d6b,
> >idProduct=0001
> >[ 6.513305] usb usb6: New USB device strings: Mfr=3, Product=2,
> >SerialNumber=1
> >[ 6.513310] usb usb6: Product: UHCI Host Controller
> >[ 6.513314] usb usb6: Manufacturer: Linux 2.6.29 uhci_hcd
> >[ 6.513319] usb usb6: SerialNumber: 0000:00:1d.0
> >[ 6.513466] usb usb6: configuration #1 chosen from 1 choice
> >[ 6.513544] hub 6-0:1.0: USB hub found
> >[ 6.513559] hub 6-0:1.0: 2 ports detected
> >[ 6.513868] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17
> >(level, low) -> IRQ
> >17
> >[ 6.513883] uhci_hcd 0000:00:1d.1: setting latency timer to 64
> >[ 6.513890] uhci_hcd 0000:00:1d.1: UHCI Host Controller
> >[ 6.513951] uhci_hcd 0000:00:1d.1: new USB bus registered,
> >assigned bus
> >number 7
> >[ 6.513995] uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018e0
> >[ 6.514079] usb usb7: New USB device found, idVendor=1d6b,
> >idProduct=0001
> >[ 6.514085] usb usb7: New USB device strings: Mfr=3, Product=2,
> >SerialNumber=1
> >[ 6.514090] usb usb7: Product: UHCI Host Controller
> >[ 6.514094] usb usb7: Manufacturer: Linux 2.6.29 uhci_hcd
> >[ 6.514099] usb usb7: SerialNumber: 0000:00:1d.1
> >[ 6.514243] usb usb7: configuration #1 chosen from 1 choice
> >[ 6.514326] hub 7-0:1.0: USB hub found
> >[ 6.514341] hub 7-0:1.0: 2 ports detected
> >[ 6.514648] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18
> >(level, low) -> IRQ
> >18
> >[ 6.514662] uhci_hcd 0000:00:1d.2: setting latency timer to 64
> >[ 6.514669] uhci_hcd 0000:00:1d.2: UHCI Host Controller
> >[ 6.514735] uhci_hcd 0000:00:1d.2: new USB bus registered,
> >assigned bus
> >number 8
> >[ 6.514780] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001c00
> >[ 6.514871] usb usb8: New USB device found, idVendor=1d6b,
> >idProduct=0001
> >[ 6.514878] usb usb8: New USB device strings: Mfr=3, Product=2,
> >SerialNumber=1
> >[ 6.514883] usb usb8: Product: UHCI Host Controller
> >[ 6.514887] usb usb8: Manufacturer: Linux 2.6.29 uhci_hcd
> >[ 6.514892] usb usb8: SerialNumber: 0000:00:1d.2
> >[ 6.515052] usb usb8: configuration #1 chosen from 1 choice
> >[ 6.515133] hub 8-0:1.0: USB hub found
> >[ 6.515147] hub 8-0:1.0: 2 ports detected
> >[ 6.558769] Uniform Multi-Platform E-IDE driver
> >[ 6.617237] iwlagn: Intel(R) Wireless WiFi Link AGN driver
> >for Linux,
> >1.3.27ks
> >[ 6.617244] iwlagn: Copyright(c) 2003-2009 Intel Corporation
> >[ 6.617432] iwlagn 0000:03:00.0: PCI INT A -> GSI 17
> >(level, low) -> IRQ 17
> >[ 6.617473] iwlagn 0000:03:00.0: setting latency timer to 64
> >[ 6.617608] iwlagn 0000:03:00.0: Detected Intel Wireless
> >WiFi Link 5350AGN
> >REV=0x24
> >[ 6.625929] yenta_cardbus 0000:15:00.0: ISA IRQ mask
> >0x0cb8, PCI irq 16
> >[ 6.625936] yenta_cardbus 0000:15:00.0: Socket status: 30000006
> >[ 6.625948] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI
> >bridge I/O
> >window: 0x4000 - 0x7fff
> >[ 6.625955] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI
> >bridge Memory
> >window: 0xf4800000 - 0xf7ffffff
> >[ 6.625962] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI
> >bridge Memory
> >window: 0xf0000000 - 0xf3ffffff
> >[ 6.638927] iwlagn 0000:03:00.0: Tunable channels: 13
> >802.11bg, 24 802.11a
> >channels
> >[ 6.639023] iwlagn 0000:03:00.0: irq 30 for MSI/MSI-X
> >[ 6.657874] phy0: Selected rate control algorithm 'iwl-agn-rs'
> >[ 6.716276] Synaptics Touchpad, model: 1, fw: 7.0, id:
> >0x1c0b1, caps:
> >0xd04791/0xb00000
> >[ 6.716287] serio: Synaptics pass-through port at
> >isa0060/serio1/input0
> >[ 6.757522] input: SynPS/2 Synaptics TouchPad as /class/input/input7
> >[ 6.770715] udev: renamed network interface wlan0 to eth1
> >[ 6.816056] usb 1-6: new high speed USB device using
> >ehci_hcd and address 4
> >[ 6.830058] HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17
> >(level, low) -> IRQ
> >17
> >[ 6.830144] HDA Intel 0000:00:1b.0: setting latency timer to 64
> >[ 6.856251] firewire_core: created device fw0: GUID
> >00061b032a347baa, S400
> >[ 6.949727] input: HDA Intel Headphone as /class/input/input8
> >[ 6.961054] usb 1-6: New USB device found, idVendor=17ef,
> >idProduct=1004
> >[ 6.961062] usb 1-6: New USB device strings: Mfr=2, Product=1,
> >SerialNumber=3
> >[ 6.961068] usb 1-6: Product: Integrated Camera
> >[ 6.961072] usb 1-6: Manufacturer: Chicony Electronics Co., Ltd.
> >[ 6.961077] usb 1-6: SerialNumber: SN0001
> >[ 6.961255] usb 1-6: configuration #1 chosen from 1 choice
> >[ 6.968216] input: HDA Intel Mic as /class/input/input9
> >[ 6.984256] input: HDA Intel Mic as /class/input/input10
> >[ 7.000290] input: HDA Intel Headphone as /class/input/input11
> >[ 7.001063] Clocksource tsc unstable (delta = -168323549 ns)
> >[ 7.021227] Linux video capture interface: v2.00
> >[ 7.073076] usb 3-1: new low speed USB device using
> >uhci_hcd and address 2
> >[ 7.076683] uvcvideo: Found UVC 1.00 device Integrated
> >Camera (17ef:1004)
> >[ 7.081994] input: Integrated Camera as /class/input/input12
> >[ 7.109228] usbcore: registered new interface driver uvcvideo
> >[ 7.109236] USB Video Class driver (v0.1.0)
> >[ 7.246478] usb 3-1: New USB device found, idVendor=046d,
> >idProduct=c404
> >[ 7.246486] usb 3-1: New USB device strings: Mfr=1, Product=2,
> >SerialNumber=0
> >[ 7.246492] usb 3-1: Product: Trackball
> >[ 7.246496] usb 3-1: Manufacturer: Logitech
> >[ 7.246735] usb 3-1: configuration #1 chosen from 1 choice
> >[ 7.296265] usbcore: registered new interface driver hiddev
> >[ 7.315235] input: Logitech Trackball as /class/input/input13
> >[ 7.341420] generic-usb 0003:046D:C404.0001: input,hidraw0:
> >USB HID v1.10
> >Mouse [Logitech Trackball] on usb-0000:00:1a.0-1/input0
> >[ 7.341459] usbcore: registered new interface driver usbhid
> >[ 7.341465] usbhid: v2.6:USB HID core driver
> >[ 7.489088] usb 4-2: new full speed USB device using
> >uhci_hcd and address 2
> >[ 7.654354] usb 4-2: New USB device found, idVendor=0a5c,
> >idProduct=2145
> >[ 7.654362] usb 4-2: New USB device strings: Mfr=1, Product=2,
> >SerialNumber=0
> >[ 7.654368] usb 4-2: Product: ThinkPad Bluetooth with
> >Enhanced Data Rate II
> >[ 7.654373] usb 4-2: Manufacturer: Lenovo Computer Corp
> >[ 7.654610] usb 4-2: configuration #1 chosen from 1 choice
> >[ 7.685634] Bluetooth: Core ver 2.15
> >[ 7.685831] NET: Registered protocol family 31
> >[ 7.685837] Bluetooth: HCI device and connection manager initialized
> >[ 7.685843] Bluetooth: HCI socket layer initialized
> >[ 7.714830] Bluetooth: Generic Bluetooth USB driver ver 0.5
> >[ 7.715069] usbcore: registered new interface driver btusb
> >[ 7.871649] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23)
> >initialised:
> >[email protected]
> >[ 8.338386] Bluetooth: L2CAP ver 2.13
> >[ 8.338392] Bluetooth: L2CAP socket layer initialized
> >[ 8.558958] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
> >[ 9.302445] Bluetooth: RFCOMM socket layer initialized
> >[ 9.302471] Bluetooth: RFCOMM TTY layer initialized
> >[ 9.302475] Bluetooth: RFCOMM ver 1.11
> >[ 12.289720] IBM TrackPoint firmware: 0x0e, buttons: 3/3
> >[ 12.520826] input: TPPS/2 IBM TrackPoint as /class/input/input14
> >[ 26.177639] Intel AES-NI instructions are not detected.
> >[ 27.211165] [drm] Initialized drm 1.1.0 20060810
> >[ 27.246715] pci 0000:00:02.0: power state changed by ACPI to D0
> >[ 27.246733] pci 0000:00:02.0: PCI INT A -> GSI 16 (level,
> >low) -> IRQ 16
> >[ 27.246743] pci 0000:00:02.0: setting latency timer to 64
> >[ 27.303718] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000
> >uncachable
> >[ 27.303727] get_mtrr: cpu0 reg01 base=00000be000 size=0000002000
> >uncachable
> >[ 27.303734] get_mtrr: cpu0 reg02 base=0000000000
> >size=0000080000 write-
> >back
> >[ 27.303740] get_mtrr: cpu0 reg03 base=0000080000
> >size=0000040000 write-
> >back
> >[ 27.303746] get_mtrr: cpu0 reg04 base=0000100000
> >size=0000040000 write-
> >back
> >[ 27.303752] get_mtrr: cpu0 reg05 base=00000bde00 size=0000000200
> >uncachable
> >[ 27.303759] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000
> >uncachable
> >[ 27.303765] get_mtrr: cpu0 reg01 base=00000be000 size=0000002000
> >uncachable
> >[ 27.303772] get_mtrr: cpu0 reg02 base=0000000000
> >size=0000080000 write-
> >back
> >[ 27.303778] get_mtrr: cpu0 reg03 base=0000080000
> >size=0000040000 write-
> >back
> >[ 27.303784] get_mtrr: cpu0 reg04 base=0000100000
> >size=0000040000 write-
> >back
> >[ 27.303790] get_mtrr: cpu0 reg05 base=00000bde00 size=0000000200
> >uncachable
> >[ 27.308534] pci 0000:00:02.0: irq 31 for MSI/MSI-X
> >[ 27.833037] allocated 1440x900 fb: 0x02020000, bo ffff88013b011780
> >[ 27.837873] Console: switching to colour frame buffer device 180x56
> >[ 28.173818] [drm] LVDS-8: set mode 1440x900 d
> >[ 28.407136] fb0: inteldrmfb frame buffer device
> >[ 28.407138] registered panic notifier
> >[ 28.407141] [drm] Initialized i915 1.6.0 20080730 on minor 0
> >[ 28.852482] Filesystem "dm-0": Disabling barriers, trial
> >barrier write
> >failed
> >[ 28.856468] XFS mounting filesystem dm-0
> >[ 29.192612] Ending clean XFS mount for filesystem: dm-0
> >
> >--
> >Arkadiusz Mi?kiewicz PLD/Linux Team
> >arekm / maven.pl http://ftp.pld-linux.org/


--
Arkadiusz Mi?kiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/

2009-03-30 21:47:59

by Pallipadi, Venkatesh

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Mon, 2009-03-30 at 14:31 -0700, Arkadiusz Miskiewicz wrote:
> On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
> > Patch here should get rid of these errors.
> >
> > http://marc.info/?l=linux-kernel&m=123788806506230&w=2
> >
> > The patch is in tip and on its way to upstream.
>
> The problem is that kernel I'm running already contains this patch (it's
> merged already). Other ideas?
>
> ratelimiting that error is good IMO anyway.

Rate limiting will just work around the problem here. Ideally we should
never see these errors. So, it will be better if we can narrow down on
the bug resulting in these error messages.

Can you please send me the output of
# cat /debug/x86/pat_memtype_list
with debugfs mounted.
and
# cat /proc/mtrr

Also, do you see the errors soon after you boot or only when you run
something on X or exit X or somethign else?

Thanks,
Venki

2009-03-30 22:31:52

by Arkadiusz Miskiewicz

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:

More info follows. Now I've switched to
e1c502482853f84606928f5a2f2eb6da1993cda1 which contains latest drm fixes and
now I get much lower numbers of PAT errors but still.

> On Mon, 2009-03-30 at 14:31 -0700, Arkadiusz Miskiewicz wrote:
> > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
> > > Patch here should get rid of these errors.
> > >
> > > http://marc.info/?l=linux-kernel&m=123788806506230&w=2
> > >
> > > The patch is in tip and on its way to upstream.
> >
> > The problem is that kernel I'm running already contains this patch (it's
> > merged already). Other ideas?
> >
> > ratelimiting that error is good IMO anyway.
>
> Rate limiting will just work around the problem here. Ideally we should
> never see these errors. So, it will be better if we can narrow down on
> the bug resulting in these error messages.

Of course it's better. I'm saying that when these messages "fire" then it's
hard to do anything else on the system for a while until these stop.

> Can you please send me the output of
> # cat /debug/x86/pat_memtype_list
> with debugfs mounted.
> and
> # cat /proc/mtrr

Two complets of logs below (second part done after reboot).

# cat /debug/x86/pat_memtype_list
PAT memtype list:
uncached-minus @ 0xbd6d1000-0xbd6d2000
uncached-minus @ 0xbd6d2000-0xbd6d3000
uncached-minus @ 0xbd6d3000-0xbd6d4000
uncached-minus @ 0xbd706000-0xbd707000
uncached-minus @ 0xbd707000-0xbd708000
uncached-minus @ 0xbd96a000-0xbd96b000
uncached-minus @ 0xbd96a000-0xbd96b000
uncached-minus @ 0xbd96a000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd97b000-0xbd97c000
uncached-minus @ 0xbd98b000-0xbd98e000
uncached-minus @ 0xbd98b000-0xbd98d000
uncached-minus @ 0xbd98d000-0xbd98e000
uncached-minus @ 0xbd98e000-0xbd98f000
uncached-minus @ 0xbd98e000-0xbd98f000
uncached-minus @ 0xc2000000-0xc2001000
write-combining @ 0xd0000000-0xe0000000
write-combining @ 0xd2000000-0xd2020000
write-combining @ 0xd2020000-0xd2512000
write-combining @ 0xd2522000-0xd2523000
write-combining @ 0xd26b7000-0xd26b8000
write-combining @ 0xd26b8000-0xd26b9000
write-combining @ 0xd26b9000-0xd26ba000
write-combining @ 0xd26ba000-0xd26bb000
write-combining @ 0xd26bb000-0xd26bc000
write-combining @ 0xd26bc000-0xd26bd000
write-combining @ 0xd26bd000-0xd26be000
write-combining @ 0xd26be000-0xd26bf000
write-combining @ 0xd26bf000-0xd26c0000
write-combining @ 0xd26c0000-0xd26c1000
write-combining @ 0xd26c1000-0xd26c2000
write-combining @ 0xd26c2000-0xd26c3000
write-combining @ 0xd26c3000-0xd26c4000
write-combining @ 0xd26c4000-0xd26c5000
write-combining @ 0xd26c5000-0xd26c6000
write-combining @ 0xd26c6000-0xd26c7000
write-combining @ 0xd26c7000-0xd26c8000
write-combining @ 0xd26c8000-0xd26c9000
write-combining @ 0xd26c9000-0xd26ca000
write-combining @ 0xd26ca000-0xd26cb000
write-combining @ 0xd26cb000-0xd26cc000
write-combining @ 0xd26cc000-0xd26cd000
write-combining @ 0xd26cd000-0xd26ce000
write-combining @ 0xd26ce000-0xd26cf000
write-combining @ 0xd26cf000-0xd26d0000
write-combining @ 0xd26d0000-0xd26d1000
write-combining @ 0xd26d1000-0xd26d2000
write-combining @ 0xd26d2000-0xd26d3000
write-combining @ 0xd26d3000-0xd26d4000
write-combining @ 0xd26d4000-0xd26d5000
write-combining @ 0xd26d5000-0xd26d6000
write-combining @ 0xd26d6000-0xd26d7000
write-combining @ 0xd26d7000-0xd26d8000
write-combining @ 0xd26d8000-0xd26d9000
write-combining @ 0xd26d9000-0xd26da000
write-combining @ 0xd26da000-0xd26db000
write-combining @ 0xd26db000-0xd26dc000
write-combining @ 0xd26dc000-0xd26dd000
write-combining @ 0xd26dd000-0xd26de000
write-combining @ 0xd26de000-0xd26df000
write-combining @ 0xd26df000-0xd26e0000
write-combining @ 0xd26e0000-0xd26e1000
write-combining @ 0xd26e1000-0xd26e2000
write-combining @ 0xd26e2000-0xd26e3000
write-combining @ 0xd26e3000-0xd26e4000
write-combining @ 0xd26e4000-0xd26e5000
write-combining @ 0xd26e5000-0xd26e6000
write-combining @ 0xd26e6000-0xd26e7000
write-combining @ 0xd26e7000-0xd26e8000
write-combining @ 0xd26e8000-0xd26e9000
write-combining @ 0xd26e9000-0xd26ea000
write-combining @ 0xd26ea000-0xd26eb000
write-combining @ 0xd26eb000-0xd26ec000
write-combining @ 0xd26ec000-0xd26ed000
write-combining @ 0xd26ed000-0xd26ee000
write-combining @ 0xd26ee000-0xd26ef000
write-combining @ 0xd26ef000-0xd26f0000
write-combining @ 0xd26f0000-0xd26f1000
write-combining @ 0xd26f1000-0xd26f2000
write-combining @ 0xd26f2000-0xd26f3000
write-combining @ 0xd26f3000-0xd26f4000
write-combining @ 0xd26f4000-0xd26f5000
write-combining @ 0xd26f5000-0xd26f6000
write-combining @ 0xd26f6000-0xd26f7000
write-combining @ 0xd26f7000-0xd26f8000
write-combining @ 0xd26f8000-0xd26f9000
write-combining @ 0xd26f9000-0xd26fa000
write-combining @ 0xd26fa000-0xd26fb000
write-combining @ 0xd26fb000-0xd26fc000
write-combining @ 0xd26fc000-0xd26fd000
write-combining @ 0xd26fd000-0xd26fe000
write-combining @ 0xd26fe000-0xd26ff000
write-combining @ 0xd26ff000-0xd2700000
write-combining @ 0xd2700000-0xd2701000
write-combining @ 0xd2701000-0xd2702000
write-combining @ 0xd2702000-0xd2703000
write-combining @ 0xd2703000-0xd2704000
write-combining @ 0xd2704000-0xd2705000
write-combining @ 0xd2705000-0xd2706000
write-combining @ 0xd2706000-0xd2707000
write-combining @ 0xd2707000-0xd2708000
write-combining @ 0xd2708000-0xd2709000
write-combining @ 0xd2709000-0xd270a000
write-combining @ 0xd270a000-0xd270b000
write-combining @ 0xd270b000-0xd270c000
write-combining @ 0xd270c000-0xd270d000
write-combining @ 0xd270d000-0xd270e000
write-combining @ 0xd270e000-0xd270f000
write-combining @ 0xd270f000-0xd2710000
write-combining @ 0xd2710000-0xd2711000
write-combining @ 0xd2711000-0xd2712000
write-combining @ 0xd2712000-0xd2713000
write-combining @ 0xd2713000-0xd2714000
write-combining @ 0xd2714000-0xd2715000
write-combining @ 0xd2715000-0xd2716000
write-combining @ 0xd2716000-0xd2717000
write-combining @ 0xd2717000-0xd2718000
write-combining @ 0xd2718000-0xd2719000
write-combining @ 0xd2719000-0xd271a000
write-combining @ 0xd271a000-0xd271b000
write-combining @ 0xd271b000-0xd271c000
write-combining @ 0xd271c000-0xd271d000
write-combining @ 0xd271d000-0xd271e000
write-combining @ 0xd271e000-0xd271f000
write-combining @ 0xd271f000-0xd2720000
write-combining @ 0xd2720000-0xd2721000
write-combining @ 0xd2721000-0xd2722000
write-combining @ 0xd2722000-0xd2723000
write-combining @ 0xd2723000-0xd2724000
write-combining @ 0xd2724000-0xd2725000
write-combining @ 0xd2725000-0xd2726000
write-combining @ 0xd2726000-0xd2727000
write-combining @ 0xd2727000-0xd2728000
write-combining @ 0xd2728000-0xd2729000
write-combining @ 0xd2729000-0xd272a000
write-combining @ 0xd272a000-0xd272b000
write-combining @ 0xd272b000-0xd272c000
write-combining @ 0xd272c000-0xd272d000
write-combining @ 0xd272d000-0xd272e000
write-combining @ 0xd272e000-0xd272f000
write-combining @ 0xd272f000-0xd2730000
write-combining @ 0xd2731000-0xd2732000
write-combining @ 0xd2732000-0xd2733000
write-combining @ 0xd2734000-0xd2735000
write-combining @ 0xd2735000-0xd2736000
write-combining @ 0xd2737000-0xd2738000
write-combining @ 0xd2738000-0xd2739000
write-combining @ 0xd273a000-0xd273b000
write-combining @ 0xd273b000-0xd273c000
write-combining @ 0xd273d000-0xd273e000
write-combining @ 0xd273e000-0xd273f000
write-combining @ 0xd2740000-0xd2741000
write-combining @ 0xd2741000-0xd2742000
write-combining @ 0xd2742000-0xd2743000
write-combining @ 0xd2743000-0xd2744000
write-combining @ 0xd2744000-0xd2745000
write-combining @ 0xd2745000-0xd2746000
write-combining @ 0xd2746000-0xd2747000
write-combining @ 0xd2747000-0xd2748000
write-combining @ 0xd2748000-0xd2749000
write-combining @ 0xd2749000-0xd274a000
write-combining @ 0xd274a000-0xd274b000
write-combining @ 0xd274b000-0xd274c000
write-combining @ 0xd274c000-0xd274d000
write-combining @ 0xd274d000-0xd274e000
write-combining @ 0xd274e000-0xd274f000
write-combining @ 0xd274f000-0xd2750000
write-combining @ 0xd2750000-0xd2751000
write-combining @ 0xd2751000-0xd2752000
write-combining @ 0xd2752000-0xd2753000
write-combining @ 0xd2753000-0xd2754000
write-combining @ 0xd2754000-0xd2755000
write-combining @ 0xd2755000-0xd2756000
write-combining @ 0xd2756000-0xd2757000
write-combining @ 0xd2757000-0xd2758000
write-combining @ 0xd2758000-0xd2759000
write-combining @ 0xd2759000-0xd275a000
write-combining @ 0xd275a000-0xd275b000
write-combining @ 0xd275b000-0xd275c000
write-combining @ 0xd275c000-0xd275d000
write-combining @ 0xd275d000-0xd275e000
write-combining @ 0xd275e000-0xd275f000
write-combining @ 0xd275f000-0xd2760000
write-combining @ 0xd2760000-0xd2761000
write-combining @ 0xd2761000-0xd2762000
write-combining @ 0xd2d8c000-0xd2d8d000
write-combining @ 0xd2d8d000-0xd2d8e000
write-combining @ 0xd2d8e000-0xd2d8f000
write-combining @ 0xd2d8f000-0xd2d90000
write-combining @ 0xd2d90000-0xd2d91000
write-combining @ 0xd2d91000-0xd2d92000
write-combining @ 0xd2d92000-0xd2d93000
write-combining @ 0xd2d93000-0xd2d94000
write-combining @ 0xd2d94000-0xd2d95000
write-combining @ 0xd2d95000-0xd2d96000
write-combining @ 0xd2d96000-0xd2d97000
write-combining @ 0xd2d97000-0xd2d98000
write-combining @ 0xd2d98000-0xd2d99000
write-combining @ 0xd2d99000-0xd2d9a000
write-combining @ 0xd2d9a000-0xd2d9b000
write-combining @ 0xd2d9b000-0xd2d9c000
write-combining @ 0xd2d9c000-0xd2d9d000
write-combining @ 0xd2d9d000-0xd2d9e000
write-combining @ 0xd2d9e000-0xd2d9f000
write-combining @ 0xd2d9f000-0xd2da0000
write-combining @ 0xd2da0000-0xd2da1000
write-combining @ 0xd2da1000-0xd2da2000
write-combining @ 0xd2da2000-0xd2da3000
write-combining @ 0xd2da3000-0xd2da4000
write-combining @ 0xd2da4000-0xd2da5000
write-combining @ 0xd2da5000-0xd2da6000
write-combining @ 0xd2da6000-0xd2da7000
write-combining @ 0xd2da7000-0xd2da8000
write-combining @ 0xd2da8000-0xd2da9000
write-combining @ 0xd2da9000-0xd2daa000
write-combining @ 0xd2daa000-0xd2dab000
write-combining @ 0xd2dab000-0xd2dac000
write-combining @ 0xd2dac000-0xd2dad000
write-combining @ 0xd2dad000-0xd2dae000
write-combining @ 0xd2dae000-0xd2daf000
write-combining @ 0xd2daf000-0xd2db0000
write-combining @ 0xd2db0000-0xd2db1000
write-combining @ 0xd2db1000-0xd2db2000
write-combining @ 0xd2db2000-0xd2db3000
write-combining @ 0xd2db3000-0xd2db4000
write-combining @ 0xd2db4000-0xd2db5000
write-combining @ 0xd2db5000-0xd2db6000
write-combining @ 0xd2db6000-0xd2db7000
write-combining @ 0xd2db7000-0xd2db8000
write-combining @ 0xd2db8000-0xd2db9000
write-combining @ 0xd2db9000-0xd2dba000
write-combining @ 0xd2dba000-0xd2dbb000
write-combining @ 0xd2dbb000-0xd2dbc000
write-combining @ 0xd2dbc000-0xd2dbd000
write-combining @ 0xd2dbd000-0xd2dbe000
write-combining @ 0xd2dbe000-0xd2dbf000
write-combining @ 0xd2dbf000-0xd2dc0000
write-combining @ 0xd2dc0000-0xd2dc1000
write-combining @ 0xd2dc1000-0xd2dc2000
write-combining @ 0xd2dc2000-0xd2dc3000
write-combining @ 0xd2dc3000-0xd2dc4000
write-combining @ 0xd2dc4000-0xd2dc5000
write-combining @ 0xd2dc5000-0xd2dc6000
write-combining @ 0xd2dc6000-0xd2dc7000
write-combining @ 0xd2dc7000-0xd2dc8000
write-combining @ 0xd2dc8000-0xd2dc9000
write-combining @ 0xd2dc9000-0xd2dca000
write-combining @ 0xd2dca000-0xd2dcb000
write-combining @ 0xd2dcb000-0xd2dcc000
write-combining @ 0xd2dcc000-0xd2dcd000
write-combining @ 0xd2dcd000-0xd2dce000
write-combining @ 0xd2dce000-0xd2dcf000
write-combining @ 0xd2dcf000-0xd2dd0000
write-combining @ 0xd2dd0000-0xd2dd1000
write-combining @ 0xd2dd1000-0xd2dd2000
write-combining @ 0xd2dd2000-0xd2dd3000
write-combining @ 0xd2dd3000-0xd2dd4000
write-combining @ 0xd2dd4000-0xd2dd5000
write-combining @ 0xd2dd5000-0xd2dd6000
write-combining @ 0xd2dd6000-0xd2dd7000
write-combining @ 0xd2dd7000-0xd2dd8000
write-combining @ 0xd2dd8000-0xd2dd9000
write-combining @ 0xd2dd9000-0xd2dda000
write-combining @ 0xd2dda000-0xd2ddb000
write-combining @ 0xd2ddb000-0xd2ddc000
write-combining @ 0xd2ddc000-0xd2ddd000
write-combining @ 0xd2ddd000-0xd2dde000
write-combining @ 0xd2dde000-0xd2ddf000
write-combining @ 0xd2ddf000-0xd2de0000
write-combining @ 0xd2de0000-0xd2de1000
write-combining @ 0xd2de1000-0xd2de2000
write-combining @ 0xd2de2000-0xd2de3000
write-combining @ 0xd2de3000-0xd2de4000
write-combining @ 0xd2de4000-0xd2de5000
write-combining @ 0xd2de5000-0xd2de6000
write-combining @ 0xd2de6000-0xd2de7000
write-combining @ 0xd2de7000-0xd2de8000
write-combining @ 0xd2de8000-0xd2de9000
write-combining @ 0xd2de9000-0xd2dea000
write-combining @ 0xd2dea000-0xd2deb000
write-combining @ 0xd2deb000-0xd2dec000
write-combining @ 0xd2dec000-0xd2ded000
write-combining @ 0xd2ded000-0xd2dee000
write-combining @ 0xd2dee000-0xd2def000
write-combining @ 0xd2def000-0xd2df0000
write-combining @ 0xd2df0000-0xd2df1000
write-combining @ 0xd2df1000-0xd2df2000
write-combining @ 0xd2df2000-0xd2df3000
write-combining @ 0xd2df3000-0xd2df4000
write-combining @ 0xd2df4000-0xd2df5000
write-combining @ 0xd2df5000-0xd2df6000
write-combining @ 0xd2df6000-0xd2df7000
write-combining @ 0xd2df7000-0xd2df8000
write-combining @ 0xd2df8000-0xd2df9000
write-combining @ 0xd2df9000-0xd2dfa000
write-combining @ 0xd2dfa000-0xd2dfb000
write-combining @ 0xd2dfb000-0xd2dfc000
write-combining @ 0xd2dfc000-0xd2dfd000
write-combining @ 0xd2dfd000-0xd2dfe000
write-combining @ 0xd2dfe000-0xd2dff000
write-combining @ 0xd2dff000-0xd2e00000
write-combining @ 0xd2e00000-0xd2e01000
write-combining @ 0xd2e01000-0xd2e02000
write-combining @ 0xd2e02000-0xd2e03000
write-combining @ 0xd2e03000-0xd2e04000
write-combining @ 0xd2e04000-0xd2e05000
write-combining @ 0xd2e05000-0xd2e06000
write-combining @ 0xd2e06000-0xd2e07000
write-combining @ 0xd2e07000-0xd2e08000
write-combining @ 0xd2e08000-0xd2e09000
write-combining @ 0xd2e09000-0xd2e0a000
write-combining @ 0xd2e0a000-0xd2e0b000
write-combining @ 0xd2e0b000-0xd2e0c000
write-combining @ 0xd2e0c000-0xd2e0d000
write-combining @ 0xd2e0d000-0xd2e0e000
write-combining @ 0xd2e0e000-0xd2e0f000
write-combining @ 0xd2e0f000-0xd2e10000
write-combining @ 0xd2e10000-0xd2e11000
write-combining @ 0xd2e11000-0xd2e12000
write-combining @ 0xd2e12000-0xd2e13000
write-combining @ 0xd2e13000-0xd2e14000
write-combining @ 0xd2e14000-0xd2e15000
write-combining @ 0xd2e15000-0xd2e16000
write-combining @ 0xd2e16000-0xd2e17000
write-combining @ 0xd2e17000-0xd2e18000
write-combining @ 0xd2e18000-0xd2e19000
write-combining @ 0xd2e19000-0xd2e1a000
write-combining @ 0xd2e1a000-0xd2e1b000
write-combining @ 0xd2e1b000-0xd2e1c000
write-combining @ 0xd2e1c000-0xd2e1d000
write-combining @ 0xd2e1d000-0xd2e1e000
write-combining @ 0xd2e1e000-0xd2e1f000
write-combining @ 0xd2e1f000-0xd2e20000
write-combining @ 0xd2e20000-0xd2e21000
write-combining @ 0xd2e21000-0xd2e22000
write-combining @ 0xd2e22000-0xd2e23000
write-combining @ 0xd2e23000-0xd2e24000
write-combining @ 0xd2e24000-0xd2e25000
write-combining @ 0xd2e25000-0xd2e26000
write-combining @ 0xd2e26000-0xd2e27000
write-combining @ 0xd2e27000-0xd2e28000
write-combining @ 0xd2e28000-0xd2e29000
write-combining @ 0xd2e29000-0xd2e2a000
write-combining @ 0xd2e2a000-0xd2e2b000
write-combining @ 0xd2e2b000-0xd2e2c000
write-combining @ 0xd2e2c000-0xd2e2d000
write-combining @ 0xd2e2d000-0xd2e2e000
write-combining @ 0xd2e2e000-0xd2e2f000
write-combining @ 0xd2e2f000-0xd2e30000
write-combining @ 0xd2e30000-0xd2e31000
write-combining @ 0xd2e31000-0xd2e32000
write-combining @ 0xd2e32000-0xd2e33000
write-combining @ 0xd2e33000-0xd2e34000
write-combining @ 0xd2e34000-0xd2e35000
write-combining @ 0xd2e35000-0xd2e36000
write-combining @ 0xd2e36000-0xd2e37000
write-combining @ 0xd2e37000-0xd2e38000
write-combining @ 0xd2e38000-0xd2e39000
write-combining @ 0xd2e39000-0xd2e3a000
write-combining @ 0xd2e3a000-0xd2e3b000
write-combining @ 0xd2e3b000-0xd2e3c000
write-combining @ 0xd2e3c000-0xd2e3d000
write-combining @ 0xd2e3d000-0xd2e3e000
write-combining @ 0xd2e3e000-0xd2e3f000
write-combining @ 0xd2e3f000-0xd2e40000
write-combining @ 0xd2e40000-0xd2e41000
write-combining @ 0xd2e41000-0xd2e42000
write-combining @ 0xd2e42000-0xd2e43000
write-combining @ 0xd2e43000-0xd2e44000
write-combining @ 0xd2e44000-0xd2e45000
write-combining @ 0xd2e45000-0xd2e46000
write-combining @ 0xd2e46000-0xd2e47000
write-combining @ 0xd2e47000-0xd2e48000
write-combining @ 0xd2e48000-0xd2e49000
write-combining @ 0xd2e49000-0xd2e4a000
write-combining @ 0xd2e4a000-0xd2e4b000
write-combining @ 0xd2e4b000-0xd2e4c000
write-combining @ 0xd2e4c000-0xd2e4d000
write-combining @ 0xd2e4d000-0xd2e4e000
write-combining @ 0xd2e4e000-0xd2e4f000
write-combining @ 0xd2e4f000-0xd2e50000
write-combining @ 0xd2e50000-0xd2e51000
write-combining @ 0xd2e51000-0xd2e52000
write-combining @ 0xd2e52000-0xd2e53000
write-combining @ 0xd2e53000-0xd2e54000
write-combining @ 0xd2e54000-0xd2e55000
write-combining @ 0xd2e55000-0xd2e56000
write-combining @ 0xd2e56000-0xd2e57000
write-combining @ 0xd2e57000-0xd2e58000
write-combining @ 0xd2e58000-0xd2e59000
write-combining @ 0xd2e59000-0xd2e5a000
write-combining @ 0xd2e5a000-0xd2e5b000
write-combining @ 0xd2e5b000-0xd2e5c000
write-combining @ 0xd2e5c000-0xd2e5d000
write-combining @ 0xd2e5d000-0xd2e5e000
write-combining @ 0xd2e5e000-0xd2e5f000
write-combining @ 0xd2e5f000-0xd2e60000
write-combining @ 0xd2e60000-0xd2e61000
write-combining @ 0xd2e61000-0xd2e62000
write-combining @ 0xd2e62000-0xd2e63000
write-combining @ 0xd2e63000-0xd2e64000
write-combining @ 0xd2e64000-0xd2e65000
write-combining @ 0xd2e65000-0xd2e66000
write-combining @ 0xd2e66000-0xd2e67000
write-combining @ 0xd2e67000-0xd2e68000
write-combining @ 0xd2e68000-0xd2e69000
write-combining @ 0xd2e69000-0xd2e6a000
write-combining @ 0xd2e6a000-0xd2e6b000
write-combining @ 0xd2e6b000-0xd2e6c000
write-combining @ 0xd2e6c000-0xd2e6d000
write-combining @ 0xd2e6d000-0xd2e6e000
write-combining @ 0xd2e6e000-0xd2e6f000
write-combining @ 0xd2e6f000-0xd2e70000
write-combining @ 0xd2e70000-0xd2e71000
write-combining @ 0xd2e71000-0xd2e72000
write-combining @ 0xd2e72000-0xd2e73000
write-combining @ 0xd2e73000-0xd2e74000
write-combining @ 0xd2e74000-0xd2e75000
write-combining @ 0xd2e75000-0xd2e76000
write-combining @ 0xd2e76000-0xd2e77000
write-combining @ 0xd2e77000-0xd2e78000
write-combining @ 0xd2e78000-0xd2e79000
write-combining @ 0xd2e79000-0xd2e7a000
write-combining @ 0xd2e7a000-0xd2e7b000
write-combining @ 0xd2e7b000-0xd2e7c000
write-combining @ 0xd2e7c000-0xd2e7d000
write-combining @ 0xd2e7d000-0xd2e7e000
write-combining @ 0xd2e7e000-0xd2e7f000
write-combining @ 0xd2e7f000-0xd2e80000
write-combining @ 0xd2e80000-0xd2e81000
write-combining @ 0xd2e81000-0xd2e82000
write-combining @ 0xd2e82000-0xd2e83000
write-combining @ 0xd2e83000-0xd2e84000
write-combining @ 0xd2e84000-0xd2e85000
write-combining @ 0xd2e85000-0xd2e86000
write-combining @ 0xd2e86000-0xd2e87000
write-combining @ 0xd2e87000-0xd2e88000
write-combining @ 0xd2e88000-0xd2e89000
write-combining @ 0xd2e89000-0xd2e8a000
write-combining @ 0xd2e8a000-0xd2e8b000
write-combining @ 0xd2e8b000-0xd2e8c000
write-combining @ 0xd2e8c000-0xd2e8d000
write-combining @ 0xd2e8d000-0xd2e8e000
write-combining @ 0xd2e8e000-0xd2e8f000
write-combining @ 0xd2e8f000-0xd2e90000
write-combining @ 0xd2e90000-0xd2e91000
write-combining @ 0xd2e91000-0xd2e92000
write-combining @ 0xd2e92000-0xd2e93000
write-combining @ 0xd2e93000-0xd2e94000
write-combining @ 0xd2e94000-0xd2e95000
write-combining @ 0xd2e95000-0xd2e96000
write-combining @ 0xd2e96000-0xd2e97000
write-combining @ 0xd2e97000-0xd2e98000
write-combining @ 0xd2e98000-0xd2e99000
write-combining @ 0xd2e99000-0xd2e9a000
write-combining @ 0xd2e9a000-0xd2e9b000
write-combining @ 0xd2e9b000-0xd2e9c000
write-combining @ 0xd2e9c000-0xd2e9d000
write-combining @ 0xd2e9d000-0xd2e9e000
write-combining @ 0xd2e9e000-0xd2e9f000
write-combining @ 0xd2e9f000-0xd2ea0000
write-combining @ 0xd2ea0000-0xd2ea1000
write-combining @ 0xd2ea1000-0xd2ea2000
write-combining @ 0xd2ea2000-0xd2ea3000
write-combining @ 0xd2ea3000-0xd2ea4000
write-combining @ 0xd2ea4000-0xd2ea5000
write-combining @ 0xd2ea5000-0xd2ea6000
write-combining @ 0xd2ea6000-0xd2ea7000
write-combining @ 0xd2ea7000-0xd2ea8000
write-combining @ 0xd2ea8000-0xd2ea9000
write-combining @ 0xd2ea9000-0xd2eaa000
write-combining @ 0xd2eaa000-0xd2eab000
write-combining @ 0xd2eab000-0xd2eac000
write-combining @ 0xd2eac000-0xd2ead000
write-combining @ 0xd2ead000-0xd2eae000
write-combining @ 0xd2eae000-0xd2eaf000
write-combining @ 0xd2eaf000-0xd2eb0000
write-combining @ 0xd2eb0000-0xd2eb1000
write-combining @ 0xd2eb1000-0xd2eb2000
write-combining @ 0xd2eb2000-0xd2eb3000
write-combining @ 0xd2eb3000-0xd2eb4000
write-combining @ 0xd2eb4000-0xd2eb5000
write-combining @ 0xd2eb5000-0xd2eb6000
write-combining @ 0xd2eb6000-0xd2eb7000
write-combining @ 0xd2eb7000-0xd2eb8000
write-combining @ 0xd2eb8000-0xd2eb9000
write-combining @ 0xd2eb9000-0xd2eba000
write-combining @ 0xd2eba000-0xd2ebb000
write-combining @ 0xd2ebb000-0xd2ebc000
write-combining @ 0xd2ebc000-0xd2ebd000
write-combining @ 0xd2ebd000-0xd2ebe000
write-combining @ 0xd2ebe000-0xd2ebf000
write-combining @ 0xd2ebf000-0xd2ec0000
write-combining @ 0xd2ec0000-0xd2ec1000
write-combining @ 0xd2ec1000-0xd2ec2000
write-combining @ 0xd2ec2000-0xd2ec3000
write-combining @ 0xd2ec3000-0xd2ec4000
write-combining @ 0xd2ec4000-0xd2ec5000
write-combining @ 0xd2ec5000-0xd2ec6000
write-combining @ 0xd2ec6000-0xd2ec7000
write-combining @ 0xd2ec7000-0xd2ec8000
write-combining @ 0xd2ec8000-0xd2ec9000
write-combining @ 0xd2ec9000-0xd2eca000
write-combining @ 0xd2eca000-0xd2ecb000
write-combining @ 0xd2ecb000-0xd2ecc000
write-combining @ 0xd2ecc000-0xd2ecd000
write-combining @ 0xd2ecd000-0xd2ece000
write-combining @ 0xd2ece000-0xd2ecf000
write-combining @ 0xd2ecf000-0xd2ed0000
write-combining @ 0xd2ed0000-0xd2ed1000
write-combining @ 0xd2ed1000-0xd2ed2000
write-combining @ 0xd2ed2000-0xd2ed3000
write-combining @ 0xd2ed3000-0xd2ed4000
write-combining @ 0xd2ed4000-0xd2ed5000
write-combining @ 0xd2ed5000-0xd2ed6000
write-combining @ 0xd2ed6000-0xd2ed7000
write-combining @ 0xd2ed7000-0xd2ed8000
write-combining @ 0xd2ed8000-0xd2ed9000
write-combining @ 0xd2ed9000-0xd2eda000
write-combining @ 0xd2eda000-0xd2edb000
write-combining @ 0xd2edb000-0xd2edc000
write-combining @ 0xd2edc000-0xd2edd000
write-combining @ 0xd2edd000-0xd2ede000
write-combining @ 0xd2ede000-0xd2edf000
write-combining @ 0xd2edf000-0xd2ee0000
write-combining @ 0xd2ee0000-0xd2ee1000
write-combining @ 0xd2ee1000-0xd2ee2000
write-combining @ 0xd2ee2000-0xd2ee3000
write-combining @ 0xd2ee3000-0xd2ee4000
write-combining @ 0xd2ee4000-0xd2ee5000
write-combining @ 0xd2ee5000-0xd2ee6000
write-combining @ 0xd2ee6000-0xd2ee7000
write-combining @ 0xd2ee7000-0xd2ee8000
write-combining @ 0xd2ee8000-0xd2ee9000
write-combining @ 0xd2ee9000-0xd2eea000
write-combining @ 0xd2eea000-0xd2eeb000
write-combining @ 0xd2eeb000-0xd2eec000
write-combining @ 0xd2eec000-0xd2eed000
write-combining @ 0xd2eed000-0xd2eee000
write-combining @ 0xd2eee000-0xd2eef000
write-combining @ 0xd2eef000-0xd2ef0000
write-combining @ 0xd2ef0000-0xd2ef1000
write-combining @ 0xd2ef1000-0xd2ef2000
write-combining @ 0xd2ef2000-0xd2ef3000
write-combining @ 0xd2ef3000-0xd2ef4000
write-combining @ 0xd2ef4000-0xd2ef5000
write-combining @ 0xd2ef5000-0xd2ef6000
write-combining @ 0xd2ef6000-0xd2ef7000
write-combining @ 0xd2ef7000-0xd2ef8000
write-combining @ 0xd2ef8000-0xd2ef9000
write-combining @ 0xd2ef9000-0xd2efa000
write-combining @ 0xd2efa000-0xd2efb000
write-combining @ 0xd2efb000-0xd2efc000
write-combining @ 0xd2efc000-0xd2efd000
write-combining @ 0xd2efd000-0xd2efe000
write-combining @ 0xd2efe000-0xd2eff000
write-combining @ 0xd2eff000-0xd2f00000
write-combining @ 0xd2f00000-0xd2f01000
write-combining @ 0xd2f01000-0xd2f02000
write-combining @ 0xd2f02000-0xd2f03000
write-combining @ 0xd2f03000-0xd2f04000
write-combining @ 0xd2f04000-0xd2f05000
write-combining @ 0xd2f05000-0xd2f06000
write-combining @ 0xd2f06000-0xd2f07000
write-combining @ 0xd2f07000-0xd2f08000
write-combining @ 0xd2f08000-0xd2f09000
write-combining @ 0xd2f09000-0xd2f0a000
write-combining @ 0xd2f0a000-0xd2f0b000
write-combining @ 0xd2f0b000-0xd2f0c000
write-combining @ 0xd2f0c000-0xd2f0d000
write-combining @ 0xd2f0d000-0xd2f0e000
write-combining @ 0xd2f0e000-0xd2f0f000
write-combining @ 0xd2f0f000-0xd2f10000
write-combining @ 0xd2f10000-0xd2f11000
write-combining @ 0xd2f11000-0xd2f12000
write-combining @ 0xd2f12000-0xd2f13000
write-combining @ 0xd2f13000-0xd2f14000
write-combining @ 0xd2f14000-0xd2f15000
write-combining @ 0xd2f15000-0xd2f16000
write-combining @ 0xd2f16000-0xd2f17000
write-combining @ 0xd2f17000-0xd2f18000
write-combining @ 0xd2f18000-0xd2f19000
write-combining @ 0xd2f19000-0xd2f1a000
write-combining @ 0xd2f1a000-0xd2f1b000
write-combining @ 0xd2f1b000-0xd2f1c000
write-combining @ 0xd2f1c000-0xd2f1d000
write-combining @ 0xd2f1d000-0xd2f1e000
write-combining @ 0xd2f1e000-0xd2f1f000
write-combining @ 0xd2f1f000-0xd2f20000
write-combining @ 0xd2f20000-0xd2f21000
write-combining @ 0xd2f21000-0xd2f22000
write-combining @ 0xd2f22000-0xd2f23000
write-combining @ 0xd2f23000-0xd2f24000
write-combining @ 0xd2f24000-0xd2f25000
write-combining @ 0xd2f25000-0xd2f26000
write-combining @ 0xd2f26000-0xd2f27000
write-combining @ 0xd2f27000-0xd2f28000
write-combining @ 0xd2f28000-0xd2f29000
write-combining @ 0xd2f29000-0xd2f2a000
write-combining @ 0xd2f2a000-0xd2f2b000
write-combining @ 0xd2f2b000-0xd2f2c000
write-combining @ 0xd2f2c000-0xd2f2d000
write-combining @ 0xd2f2d000-0xd2f2e000
write-combining @ 0xd2f2e000-0xd2f2f000
write-combining @ 0xd2f2f000-0xd2f30000
write-combining @ 0xd2f30000-0xd2f31000
write-combining @ 0xd2f31000-0xd2f32000
write-combining @ 0xd2f32000-0xd2f33000
write-combining @ 0xd2f33000-0xd2f34000
write-combining @ 0xd2f34000-0xd2f35000
write-combining @ 0xd2f35000-0xd2f36000
write-combining @ 0xd2f36000-0xd2f37000
write-combining @ 0xd2f37000-0xd2f38000
write-combining @ 0xd2f38000-0xd2f39000
write-combining @ 0xd2f39000-0xd2f3a000
write-combining @ 0xd2f3a000-0xd2f3b000
write-combining @ 0xd2f3b000-0xd2f3c000
write-combining @ 0xd2f3c000-0xd2f3d000
write-combining @ 0xd2f3d000-0xd2f3e000
write-combining @ 0xd2f3e000-0xd2f3f000
write-combining @ 0xd2f3f000-0xd2f40000
write-combining @ 0xd2f40000-0xd2f41000
write-combining @ 0xd2f41000-0xd2f42000
write-combining @ 0xd2f42000-0xd2f43000
write-combining @ 0xd2f43000-0xd2f44000
write-combining @ 0xd2f44000-0xd2f45000
write-combining @ 0xd2f45000-0xd2f46000
write-combining @ 0xd2f46000-0xd2f47000
write-combining @ 0xd2f47000-0xd2f48000
write-combining @ 0xd2f48000-0xd2f49000
write-combining @ 0xd2f49000-0xd2f4a000
write-combining @ 0xd2f4a000-0xd2f4b000
write-combining @ 0xd2f4b000-0xd2f4c000
write-combining @ 0xd2f4c000-0xd2f4d000
write-combining @ 0xd2f4d000-0xd2f4e000
write-combining @ 0xd2f4e000-0xd2f4f000
write-combining @ 0xd2f4f000-0xd2f50000
write-combining @ 0xd2f50000-0xd2f51000
write-combining @ 0xd2f51000-0xd2f52000
write-combining @ 0xd2f52000-0xd2f53000
write-combining @ 0xd2f53000-0xd2f54000
write-combining @ 0xd2f54000-0xd2f55000
write-combining @ 0xd2f55000-0xd2f56000
write-combining @ 0xd2f56000-0xd2f57000
write-combining @ 0xd2f57000-0xd2f58000
write-combining @ 0xd2f58000-0xd2f59000
write-combining @ 0xd2f59000-0xd2f5a000
write-combining @ 0xd2f5a000-0xd2f5b000
write-combining @ 0xd2f5b000-0xd2f5c000
write-combining @ 0xd2f5c000-0xd2f5d000
write-combining @ 0xd2f5d000-0xd2f5e000
write-combining @ 0xd2f5e000-0xd2f5f000
write-combining @ 0xd2f5f000-0xd2f60000
write-combining @ 0xd2f60000-0xd2f61000
write-combining @ 0xd2f61000-0xd2f62000
write-combining @ 0xd2f62000-0xd2f63000
write-combining @ 0xd2f63000-0xd2f64000
write-combining @ 0xd2f64000-0xd2f65000
write-combining @ 0xd2f65000-0xd2f66000
write-combining @ 0xd2f66000-0xd2f67000
write-combining @ 0xd2f67000-0xd2f68000
write-combining @ 0xd2f68000-0xd2f69000
write-combining @ 0xd2f69000-0xd2f6a000
write-combining @ 0xd2f6a000-0xd2f6b000
write-combining @ 0xd2f6b000-0xd2f6c000
write-combining @ 0xd2f6c000-0xd2f6d000
write-combining @ 0xd2f6d000-0xd2f6e000
write-combining @ 0xd2f6e000-0xd2f6f000
write-combining @ 0xd2f6f000-0xd2f70000
write-combining @ 0xd2f70000-0xd2f71000
write-combining @ 0xd2f71000-0xd2f72000
write-combining @ 0xd2f72000-0xd2f73000
write-combining @ 0xd2f73000-0xd2f74000
write-combining @ 0xd2f74000-0xd2f75000
write-combining @ 0xd2f75000-0xd2f76000
write-combining @ 0xd2f76000-0xd2f77000
write-combining @ 0xd2f77000-0xd2f78000
write-combining @ 0xd2f78000-0xd2f79000
write-combining @ 0xd2f79000-0xd2f7a000
write-combining @ 0xd2f7a000-0xd2f7b000
write-combining @ 0xd2f7b000-0xd2f7c000
write-combining @ 0xd2f7c000-0xd2f7d000
write-combining @ 0xd2f7d000-0xd2f7e000
write-combining @ 0xd2f7e000-0xd2f7f000
write-combining @ 0xd2f7f000-0xd2f80000
write-combining @ 0xd2f80000-0xd2f81000
write-combining @ 0xd2f81000-0xd2f82000
write-combining @ 0xd2f82000-0xd2f83000
write-combining @ 0xd2f83000-0xd2f84000
write-combining @ 0xd2f84000-0xd2f85000
write-combining @ 0xd2f85000-0xd2f86000
write-combining @ 0xd2f86000-0xd2f87000
write-combining @ 0xd2f87000-0xd2f88000
write-combining @ 0xd2f88000-0xd2f89000
write-combining @ 0xd2f89000-0xd2f8a000
write-combining @ 0xd2f8a000-0xd2f8b000
write-combining @ 0xd2f8b000-0xd2f8c000
write-combining @ 0xd2f8c000-0xd2f8d000
write-combining @ 0xd2f8d000-0xd2f8e000
write-combining @ 0xd2f8e000-0xd2f8f000
write-combining @ 0xd2f8f000-0xd2f90000
write-combining @ 0xd2f90000-0xd2f91000
write-combining @ 0xd2f91000-0xd2f92000
write-combining @ 0xd2f92000-0xd2f93000
write-combining @ 0xd2f93000-0xd2f94000
write-combining @ 0xd2f94000-0xd2f95000
write-combining @ 0xd2f95000-0xd2f96000
write-combining @ 0xd2f96000-0xd2f97000
write-combining @ 0xd2f97000-0xd2f98000
write-combining @ 0xd2f98000-0xd2f99000
write-combining @ 0xd2f99000-0xd2f9a000
write-combining @ 0xd2f9a000-0xd2f9b000
write-combining @ 0xd2f9b000-0xd2f9c000
write-combining @ 0xd2f9c000-0xd2f9d000
write-combining @ 0xd2f9d000-0xd2f9e000
write-combining @ 0xd2f9e000-0xd2f9f000
write-combining @ 0xd2f9f000-0xd2fa0000
write-combining @ 0xd2fa0000-0xd2fa1000
write-combining @ 0xd2fa1000-0xd2fa2000
write-combining @ 0xd2fa2000-0xd2fa3000
write-combining @ 0xd2fa3000-0xd2fa4000
write-combining @ 0xd2fa4000-0xd2fa5000
write-combining @ 0xd2fa5000-0xd2fa6000
write-combining @ 0xd2fa6000-0xd2fa7000
write-combining @ 0xd2fa7000-0xd2fa8000
write-combining @ 0xd2fa8000-0xd2fa9000
write-combining @ 0xd2fa9000-0xd2faa000
write-combining @ 0xd2faa000-0xd2fab000
write-combining @ 0xd2fab000-0xd2fac000
write-combining @ 0xd2fac000-0xd2fad000
write-combining @ 0xd2fad000-0xd2fae000
write-combining @ 0xd2fae000-0xd2faf000
write-combining @ 0xd2faf000-0xd2fb0000
write-combining @ 0xd2fb0000-0xd2fb1000
write-combining @ 0xd2fb1000-0xd2fb2000
write-combining @ 0xd2fb2000-0xd2fb3000
write-combining @ 0xd2fb3000-0xd2fb4000
write-combining @ 0xd2fb4000-0xd2fb5000
write-combining @ 0xd2fb5000-0xd2fb6000
write-combining @ 0xd2fb6000-0xd2fb7000
write-combining @ 0xd2fb7000-0xd2fb8000
write-combining @ 0xd2fb8000-0xd2fb9000
write-combining @ 0xd2fb9000-0xd2fba000
write-combining @ 0xd2fba000-0xd2fbb000
write-combining @ 0xd2fbb000-0xd2fbc000
write-combining @ 0xd2fbc000-0xd2fbd000
write-combining @ 0xd2fbd000-0xd2fbe000
write-combining @ 0xd2fbe000-0xd2fbf000
write-combining @ 0xd2fbf000-0xd2fc0000
write-combining @ 0xd2fc0000-0xd2fc1000
write-combining @ 0xd2fc1000-0xd2fc2000
write-combining @ 0xd2fc2000-0xd2fc3000
write-combining @ 0xd2fc3000-0xd2fc4000
write-combining @ 0xd2fc4000-0xd2fc5000
write-combining @ 0xd2fc5000-0xd2fc6000
write-combining @ 0xd2fc6000-0xd2fc7000
write-combining @ 0xd2fc7000-0xd2fc8000
write-combining @ 0xd2fc8000-0xd2fc9000
write-combining @ 0xd2fc9000-0xd2fca000
write-combining @ 0xd2fca000-0xd2fcb000
write-combining @ 0xd2fcb000-0xd2fcc000
write-combining @ 0xd2fcc000-0xd2fcd000
write-combining @ 0xd2fcd000-0xd2fce000
write-combining @ 0xd2fce000-0xd2fcf000
write-combining @ 0xd2fcf000-0xd2fd0000
write-combining @ 0xd2fd0000-0xd2fd1000
write-combining @ 0xd2fd1000-0xd2fd2000
write-combining @ 0xd2fd2000-0xd2fd3000
write-combining @ 0xd2fd3000-0xd2fd4000
write-combining @ 0xd2fd4000-0xd2fd5000
write-combining @ 0xd2fd5000-0xd2fd6000
write-combining @ 0xd2fd6000-0xd2fd7000
write-combining @ 0xd2fd7000-0xd2fd8000
write-combining @ 0xd2fd8000-0xd2fd9000
write-combining @ 0xd2fd9000-0xd2fda000
write-combining @ 0xd2fda000-0xd2fdb000
write-combining @ 0xd2fdb000-0xd2fdc000
write-combining @ 0xd2fdc000-0xd2fdd000
write-combining @ 0xd2fdd000-0xd2fde000
write-combining @ 0xd2fde000-0xd2fdf000
write-combining @ 0xd2fdf000-0xd2fe0000
write-combining @ 0xd2fe0000-0xd2fe1000
write-combining @ 0xd2fe1000-0xd2fe2000
write-combining @ 0xd2fe2000-0xd2fe3000
write-combining @ 0xd2fe3000-0xd2fe4000
write-combining @ 0xd2fe4000-0xd2fe5000
write-combining @ 0xd2fe5000-0xd2fe6000
write-combining @ 0xd2fe6000-0xd2fe7000
write-combining @ 0xd2fe7000-0xd2fe8000
write-combining @ 0xd2fe8000-0xd2fe9000
write-combining @ 0xd2fe9000-0xd2fea000
write-combining @ 0xd2fea000-0xd2feb000
write-combining @ 0xd2feb000-0xd2fec000
write-combining @ 0xd2fec000-0xd2fed000
write-combining @ 0xd2fed000-0xd2fee000
write-combining @ 0xd2fee000-0xd2fef000
write-combining @ 0xd2fef000-0xd2ff0000
write-combining @ 0xd2ff0000-0xd2ff1000
write-combining @ 0xd2ff1000-0xd2ff2000
write-combining @ 0xd2ff2000-0xd2ff3000
write-combining @ 0xd2ff3000-0xd2ff4000
write-combining @ 0xd2ff4000-0xd2ff5000
write-combining @ 0xd2ff5000-0xd2ff6000
write-combining @ 0xd2ff6000-0xd2ff7000
write-combining @ 0xd2ff7000-0xd2ff8000
write-combining @ 0xd2ff8000-0xd2ff9000
write-combining @ 0xd2ff9000-0xd2ffa000
write-combining @ 0xd2ffa000-0xd2ffb000
write-combining @ 0xd2ffb000-0xd2ffc000
write-combining @ 0xd2ffc000-0xd2ffd000
write-combining @ 0xd2ffd000-0xd2ffe000
write-combining @ 0xd2ffe000-0xd2fff000
write-combining @ 0xd2fff000-0xd3000000
write-combining @ 0xd3000000-0xd3001000
write-combining @ 0xd3001000-0xd3002000
write-combining @ 0xd3002000-0xd3003000
write-combining @ 0xd3003000-0xd3004000
write-combining @ 0xd3004000-0xd3005000
write-combining @ 0xd3005000-0xd3006000
write-combining @ 0xd3006000-0xd3007000
write-combining @ 0xd3007000-0xd3008000
write-combining @ 0xd3008000-0xd3009000
write-combining @ 0xd3009000-0xd300a000
write-combining @ 0xd300a000-0xd300b000
write-combining @ 0xd300b000-0xd300c000
write-combining @ 0xd300c000-0xd300d000
write-combining @ 0xd300d000-0xd300e000
write-combining @ 0xd300e000-0xd300f000
write-combining @ 0xd300f000-0xd3010000
write-combining @ 0xd3010000-0xd3011000
write-combining @ 0xd3011000-0xd3012000
write-combining @ 0xd3012000-0xd3013000
write-combining @ 0xd3013000-0xd3014000
write-combining @ 0xd3014000-0xd3015000
write-combining @ 0xd3015000-0xd3016000
write-combining @ 0xd3016000-0xd3017000
write-combining @ 0xd3017000-0xd3018000
write-combining @ 0xd3018000-0xd3019000
write-combining @ 0xd3019000-0xd301a000
write-combining @ 0xd301a000-0xd301b000
write-combining @ 0xd301b000-0xd301c000
write-combining @ 0xd301c000-0xd301d000
write-combining @ 0xd301d000-0xd301e000
write-combining @ 0xd301e000-0xd301f000
write-combining @ 0xd301f000-0xd3020000
write-combining @ 0xd3020000-0xd3021000
write-combining @ 0xd3021000-0xd3022000
write-combining @ 0xd3022000-0xd3023000
write-combining @ 0xd3023000-0xd3024000
write-combining @ 0xd3024000-0xd3025000
write-combining @ 0xd3025000-0xd3026000
write-combining @ 0xd3026000-0xd3027000
write-combining @ 0xd3027000-0xd3028000
write-combining @ 0xd3028000-0xd3029000
write-combining @ 0xd3029000-0xd302a000
write-combining @ 0xd302a000-0xd302b000
write-combining @ 0xd302b000-0xd302c000
write-combining @ 0xd302c000-0xd302d000
write-combining @ 0xd302d000-0xd302e000
write-combining @ 0xd302e000-0xd302f000
write-combining @ 0xd302f000-0xd3030000
write-combining @ 0xd3030000-0xd3031000
write-combining @ 0xd3031000-0xd3032000
write-combining @ 0xd3032000-0xd3033000
write-combining @ 0xd3033000-0xd3034000
write-combining @ 0xd3034000-0xd3035000
write-combining @ 0xd3035000-0xd3036000
write-combining @ 0xd3036000-0xd3037000
write-combining @ 0xd3037000-0xd3038000
write-combining @ 0xd3038000-0xd3039000
write-combining @ 0xd3039000-0xd303a000
write-combining @ 0xd303a000-0xd303b000
write-combining @ 0xd303b000-0xd303c000
write-combining @ 0xd303c000-0xd303d000
write-combining @ 0xd303d000-0xd303e000
write-combining @ 0xd303e000-0xd303f000
write-combining @ 0xd303f000-0xd3040000
write-combining @ 0xd3040000-0xd3041000
write-combining @ 0xd3041000-0xd3042000
write-combining @ 0xd3042000-0xd3043000
write-combining @ 0xd3043000-0xd3044000
write-combining @ 0xd3044000-0xd3045000
write-combining @ 0xd3045000-0xd3046000
write-combining @ 0xd3046000-0xd3047000
write-combining @ 0xd3047000-0xd3048000
write-combining @ 0xd3048000-0xd3049000
write-combining @ 0xd3049000-0xd304a000
write-combining @ 0xd304a000-0xd304b000
write-combining @ 0xd304b000-0xd304c000
write-combining @ 0xd304c000-0xd304d000
write-combining @ 0xd304d000-0xd304e000
write-combining @ 0xd304e000-0xd304f000
write-combining @ 0xd304f000-0xd3050000
write-combining @ 0xd3050000-0xd3051000
write-combining @ 0xd3051000-0xd3052000
write-combining @ 0xd3052000-0xd3053000
write-combining @ 0xd3053000-0xd3054000
write-combining @ 0xd3054000-0xd3055000
write-combining @ 0xd3055000-0xd3056000
write-combining @ 0xd3056000-0xd3057000
write-combining @ 0xd3057000-0xd3058000
write-combining @ 0xd3058000-0xd3059000
write-combining @ 0xd3059000-0xd305a000
write-combining @ 0xd305a000-0xd305b000
write-combining @ 0xd305b000-0xd305c000
write-combining @ 0xd305c000-0xd305d000
write-combining @ 0xd305d000-0xd305e000
write-combining @ 0xd305e000-0xd305f000
write-combining @ 0xd305f000-0xd3060000
write-combining @ 0xd3060000-0xd3061000
write-combining @ 0xd3061000-0xd3062000
write-combining @ 0xd3062000-0xd3063000
write-combining @ 0xd3063000-0xd3064000
write-combining @ 0xd3064000-0xd3065000
write-combining @ 0xd3065000-0xd3066000
write-combining @ 0xd3066000-0xd3067000
write-combining @ 0xd3067000-0xd3068000
write-combining @ 0xd3068000-0xd3069000
write-combining @ 0xd3069000-0xd306a000
write-combining @ 0xd306a000-0xd306b000
write-combining @ 0xd306b000-0xd306c000
write-combining @ 0xd306c000-0xd306d000
write-combining @ 0xd306d000-0xd306e000
write-combining @ 0xd306e000-0xd306f000
write-combining @ 0xd306f000-0xd3070000
write-combining @ 0xd3070000-0xd3071000
write-combining @ 0xd3071000-0xd3072000
write-combining @ 0xd3072000-0xd3073000
write-combining @ 0xd3073000-0xd3074000
write-combining @ 0xd3074000-0xd3075000
write-combining @ 0xd3075000-0xd3076000
write-combining @ 0xd3076000-0xd3077000
write-combining @ 0xd3077000-0xd3078000
write-combining @ 0xd3078000-0xd3079000
write-combining @ 0xd3079000-0xd307a000
write-combining @ 0xd307a000-0xd307b000
write-combining @ 0xd307b000-0xd307c000
write-combining @ 0xd307c000-0xd307d000
write-combining @ 0xd307d000-0xd307e000
write-combining @ 0xd307e000-0xd307f000
write-combining @ 0xd307f000-0xd3080000
write-combining @ 0xd3080000-0xd3081000
write-combining @ 0xd3081000-0xd3082000
write-combining @ 0xd3082000-0xd3083000
write-combining @ 0xd3083000-0xd3084000
write-combining @ 0xd3084000-0xd3085000
write-combining @ 0xd3085000-0xd3086000
write-combining @ 0xd3086000-0xd3087000
write-combining @ 0xd3087000-0xd3088000
write-combining @ 0xd3088000-0xd3089000
write-combining @ 0xd3089000-0xd308a000
write-combining @ 0xd308a000-0xd308b000
write-combining @ 0xd308b000-0xd308c000
write-combining @ 0xd308c000-0xd308d000
write-combining @ 0xd308d000-0xd308e000
write-combining @ 0xd308e000-0xd308f000
write-combining @ 0xd308f000-0xd3090000
write-combining @ 0xd3090000-0xd3091000
write-combining @ 0xd3091000-0xd3092000
write-combining @ 0xd3092000-0xd3093000
write-combining @ 0xd3093000-0xd3094000
write-combining @ 0xd3094000-0xd3095000
write-combining @ 0xd3095000-0xd3096000
write-combining @ 0xd3096000-0xd3097000
write-combining @ 0xd3097000-0xd3098000
write-combining @ 0xd3098000-0xd3099000
write-combining @ 0xd3099000-0xd309a000
write-combining @ 0xd309a000-0xd309b000
write-combining @ 0xd309b000-0xd309c000
write-combining @ 0xd309c000-0xd309d000
write-combining @ 0xd309d000-0xd309e000
write-combining @ 0xd309e000-0xd309f000
write-combining @ 0xd309f000-0xd30a0000
write-combining @ 0xd30a0000-0xd30a1000
write-combining @ 0xd30a1000-0xd30a2000
write-combining @ 0xd30a2000-0xd30a3000
write-combining @ 0xd30a3000-0xd30a4000
write-combining @ 0xd30a4000-0xd30a5000
write-combining @ 0xd30a5000-0xd30a6000
write-combining @ 0xd30a6000-0xd30a7000
write-combining @ 0xd30a7000-0xd30a8000
write-combining @ 0xd30a8000-0xd30a9000
write-combining @ 0xd30a9000-0xd30aa000
write-combining @ 0xd30aa000-0xd30ab000
write-combining @ 0xd30ab000-0xd30ac000
write-combining @ 0xd30ac000-0xd30ad000
write-combining @ 0xd30ad000-0xd30ae000
write-combining @ 0xd30ae000-0xd30af000
write-combining @ 0xd30af000-0xd30b0000
write-combining @ 0xd30b0000-0xd30b1000
write-combining @ 0xd30b1000-0xd30b2000
write-combining @ 0xd30b2000-0xd30b3000
write-combining @ 0xd30b3000-0xd30b4000
write-combining @ 0xd30b4000-0xd30b5000
write-combining @ 0xd30b5000-0xd30b6000
write-combining @ 0xd30b6000-0xd30b7000
write-combining @ 0xd30b7000-0xd30b8000
write-combining @ 0xd30b8000-0xd30b9000
write-combining @ 0xd30b9000-0xd30ba000
write-combining @ 0xd30ba000-0xd30bb000
write-combining @ 0xd30bb000-0xd30bc000
write-combining @ 0xd30bc000-0xd30bd000
write-combining @ 0xd30bd000-0xd30be000
write-combining @ 0xd30be000-0xd30bf000
write-combining @ 0xd30bf000-0xd30c0000
write-combining @ 0xd30c0000-0xd30c1000
write-combining @ 0xd30c1000-0xd30c2000
write-combining @ 0xd30c2000-0xd30c3000
write-combining @ 0xd30c3000-0xd30c4000
write-combining @ 0xd30c4000-0xd30c5000
write-combining @ 0xd30c5000-0xd30c6000
write-combining @ 0xd30c6000-0xd30c7000
write-combining @ 0xd30c7000-0xd30c8000
write-combining @ 0xd30c8000-0xd30c9000
write-combining @ 0xd30c9000-0xd30ca000
write-combining @ 0xd30ca000-0xd30cb000
write-combining @ 0xd30cb000-0xd30cc000
write-combining @ 0xd30cc000-0xd30cd000
write-combining @ 0xd30cd000-0xd30ce000
write-combining @ 0xd30ce000-0xd30cf000
write-combining @ 0xd30cf000-0xd30d0000
write-combining @ 0xd30d0000-0xd30d1000
write-combining @ 0xd30d1000-0xd30d2000
write-combining @ 0xd30d2000-0xd30d3000
write-combining @ 0xd30d3000-0xd30d4000
write-combining @ 0xd30d4000-0xd30d5000
write-combining @ 0xd30d5000-0xd30d6000
write-combining @ 0xd30d6000-0xd30d7000
write-combining @ 0xd30d7000-0xd30d8000
write-combining @ 0xd30d8000-0xd30d9000
write-combining @ 0xd30d9000-0xd30da000
write-combining @ 0xd30da000-0xd30db000
write-combining @ 0xd30db000-0xd30dc000
write-combining @ 0xd30dc000-0xd30dd000
write-combining @ 0xd30dd000-0xd30de000
write-combining @ 0xd30de000-0xd30df000
write-combining @ 0xd30df000-0xd30e0000
write-combining @ 0xd30e0000-0xd30e1000
write-combining @ 0xd30e1000-0xd30e2000
write-combining @ 0xd30e2000-0xd30e3000
write-combining @ 0xd30e3000-0xd30e4000
write-combining @ 0xd30e4000-0xd30e5000
write-combining @ 0xd30e5000-0xd30e6000
write-combining @ 0xd30e6000-0xd30e7000
write-combining @ 0xd30e7000-0xd30e8000
write-combining @ 0xd30e8000-0xd30e9000
write-combining @ 0xd30e9000-0xd30ea000
write-combining @ 0xd30ea000-0xd30eb000
write-combining @ 0xd30eb000-0xd30ec000
write-combining @ 0xd30ec000-0xd30ed000
write-combining @ 0xd30ed000-0xd30ee000
write-combining @ 0xd30ee000-0xd30ef000
write-combining @ 0xd30ef000-0xd30f0000
write-combining @ 0xd30f0000-0xd30f1000
write-combining @ 0xd30f1000-0xd30f2000
write-combining @ 0xd30f2000-0xd30f3000
write-combining @ 0xd30f3000-0xd30f4000
write-combining @ 0xd30f4000-0xd30f5000
write-combining @ 0xd30f5000-0xd30f6000
write-combining @ 0xd30f6000-0xd30f7000
write-combining @ 0xd30f7000-0xd30f8000
write-combining @ 0xd30f8000-0xd30f9000
write-combining @ 0xd30f9000-0xd30fa000
write-combining @ 0xd30fa000-0xd30fb000
write-combining @ 0xd30fb000-0xd30fc000
write-combining @ 0xd30fc000-0xd30fd000
write-combining @ 0xd30fd000-0xd30fe000
write-combining @ 0xd30fe000-0xd30ff000
write-combining @ 0xd30ff000-0xd3100000
write-combining @ 0xd3100000-0xd3101000
write-combining @ 0xd3101000-0xd3102000
write-combining @ 0xd3102000-0xd3103000
write-combining @ 0xd3103000-0xd3104000
write-combining @ 0xd3104000-0xd3105000
write-combining @ 0xd3105000-0xd3106000
write-combining @ 0xd3106000-0xd3107000
write-combining @ 0xd3107000-0xd3108000
write-combining @ 0xd3108000-0xd3109000
write-combining @ 0xd3109000-0xd310a000
write-combining @ 0xd310a000-0xd310b000
write-combining @ 0xd310b000-0xd310c000
write-combining @ 0xd310c000-0xd310d000
write-combining @ 0xd310d000-0xd310e000
write-combining @ 0xd310e000-0xd310f000
write-combining @ 0xd310f000-0xd3110000
write-combining @ 0xd3110000-0xd3111000
write-combining @ 0xd3111000-0xd3112000
write-combining @ 0xd3112000-0xd3113000
write-combining @ 0xd3113000-0xd3114000
write-combining @ 0xd3114000-0xd3115000
write-combining @ 0xd3115000-0xd3116000
write-combining @ 0xd3116000-0xd3117000
write-combining @ 0xd3117000-0xd3118000
write-combining @ 0xd3118000-0xd3119000
write-combining @ 0xd3119000-0xd311a000
write-combining @ 0xd311a000-0xd311b000
write-combining @ 0xd311b000-0xd311c000
write-combining @ 0xd311c000-0xd311d000
write-combining @ 0xd311d000-0xd311e000
write-combining @ 0xd311e000-0xd311f000
write-combining @ 0xd311f000-0xd3120000
write-combining @ 0xd3120000-0xd3121000
write-combining @ 0xd3121000-0xd3122000
write-combining @ 0xd3122000-0xd3123000
write-combining @ 0xd3123000-0xd3124000
write-combining @ 0xd3124000-0xd3125000
write-combining @ 0xd3125000-0xd3126000
write-combining @ 0xd3126000-0xd3127000
write-combining @ 0xd3127000-0xd3128000
write-combining @ 0xd3128000-0xd3129000
write-combining @ 0xd3129000-0xd312a000
write-combining @ 0xd312a000-0xd312b000
write-combining @ 0xd312b000-0xd312c000
write-combining @ 0xd312c000-0xd312d000
write-combining @ 0xd312d000-0xd312e000
write-combining @ 0xd312e000-0xd312f000
write-combining @ 0xd312f000-0xd3130000
write-combining @ 0xd3130000-0xd3131000
write-combining @ 0xd3131000-0xd3132000
write-combining @ 0xd3132000-0xd3133000
write-combining @ 0xd3133000-0xd3134000
write-combining @ 0xd3134000-0xd3135000
write-combining @ 0xd3135000-0xd3136000
write-combining @ 0xd3136000-0xd3137000
write-combining @ 0xd3137000-0xd3138000
write-combining @ 0xd3138000-0xd3139000
write-combining @ 0xd3139000-0xd313a000
write-combining @ 0xd313a000-0xd313b000
write-combining @ 0xd313b000-0xd313c000
write-combining @ 0xd313c000-0xd313d000
write-combining @ 0xd313d000-0xd313e000
write-combining @ 0xd313e000-0xd313f000
write-combining @ 0xd313f000-0xd3140000
write-combining @ 0xd3140000-0xd3141000
write-combining @ 0xd3141000-0xd3142000
write-combining @ 0xd3142000-0xd3143000
write-combining @ 0xd3143000-0xd3144000
write-combining @ 0xd3144000-0xd3145000
write-combining @ 0xd3145000-0xd3146000
write-combining @ 0xd3146000-0xd3147000
write-combining @ 0xd3147000-0xd3148000
write-combining @ 0xd3148000-0xd3149000
write-combining @ 0xd3149000-0xd314a000
write-combining @ 0xd314a000-0xd314b000
write-combining @ 0xd314b000-0xd314c000
write-combining @ 0xd314c000-0xd314d000
write-combining @ 0xd314d000-0xd314e000
write-combining @ 0xd314e000-0xd314f000
write-combining @ 0xd314f000-0xd3150000
write-combining @ 0xd3150000-0xd3151000
write-combining @ 0xd3151000-0xd3152000
write-combining @ 0xd3152000-0xd3153000
write-combining @ 0xd3153000-0xd3154000
write-combining @ 0xd3154000-0xd3155000
write-combining @ 0xd3155000-0xd3156000
write-combining @ 0xd3156000-0xd3157000
write-combining @ 0xd3157000-0xd3158000
write-combining @ 0xd3158000-0xd3159000
write-combining @ 0xd3159000-0xd315a000
write-combining @ 0xd315a000-0xd315b000
write-combining @ 0xd315b000-0xd315c000
write-combining @ 0xd315c000-0xd315d000
write-combining @ 0xd315d000-0xd315e000
write-combining @ 0xd315e000-0xd315f000
write-combining @ 0xd315f000-0xd3160000
write-combining @ 0xd3160000-0xd3161000
write-combining @ 0xd3161000-0xd3162000
write-combining @ 0xd3162000-0xd3163000
write-combining @ 0xd3163000-0xd3164000
write-combining @ 0xd3164000-0xd3165000
write-combining @ 0xd3165000-0xd3166000
write-combining @ 0xd3166000-0xd3167000
write-combining @ 0xd3167000-0xd3168000
write-combining @ 0xd3168000-0xd3169000
write-combining @ 0xd3169000-0xd316a000
write-combining @ 0xd316a000-0xd316b000
write-combining @ 0xd316b000-0xd316c000
write-combining @ 0xd316c000-0xd316d000
write-combining @ 0xd316d000-0xd316e000
write-combining @ 0xd316e000-0xd316f000
write-combining @ 0xd316f000-0xd3170000
write-combining @ 0xd3170000-0xd3171000
write-combining @ 0xd3171000-0xd3172000
write-combining @ 0xd3172000-0xd3173000
write-combining @ 0xd3173000-0xd3174000
write-combining @ 0xd3174000-0xd3175000
write-combining @ 0xd3175000-0xd3176000
write-combining @ 0xd3176000-0xd3177000
write-combining @ 0xd3177000-0xd3178000
write-combining @ 0xd3178000-0xd3179000
write-combining @ 0xd3179000-0xd317a000
write-combining @ 0xd317a000-0xd317b000
write-combining @ 0xd317b000-0xd317c000
write-combining @ 0xd317c000-0xd317d000
write-combining @ 0xd317d000-0xd317e000
write-combining @ 0xd317e000-0xd317f000
write-combining @ 0xd317f000-0xd3180000
write-combining @ 0xd3180000-0xd3181000
write-combining @ 0xd3181000-0xd3182000
write-combining @ 0xd3182000-0xd3183000
write-combining @ 0xd3183000-0xd3184000
write-combining @ 0xd3184000-0xd3185000
write-combining @ 0xd3185000-0xd3186000
write-combining @ 0xd3186000-0xd3187000
write-combining @ 0xd3187000-0xd3188000
write-combining @ 0xd3188000-0xd3189000
write-combining @ 0xd3189000-0xd318a000
write-combining @ 0xd318a000-0xd318b000
write-combining @ 0xd318b000-0xd318c000
write-combining @ 0xd318c000-0xd318d000
write-combining @ 0xd318d000-0xd318e000
write-combining @ 0xd318e000-0xd318f000
write-combining @ 0xd318f000-0xd3190000
write-combining @ 0xd3190000-0xd3191000
write-combining @ 0xd3191000-0xd3192000
write-combining @ 0xd3192000-0xd3193000
write-combining @ 0xd3193000-0xd3194000
write-combining @ 0xd3194000-0xd3195000
write-combining @ 0xd3195000-0xd3196000
write-combining @ 0xd3196000-0xd3197000
write-combining @ 0xd3197000-0xd3198000
write-combining @ 0xd3198000-0xd3199000
write-combining @ 0xd3199000-0xd319a000
write-combining @ 0xd319a000-0xd319b000
write-combining @ 0xd319b000-0xd319c000
write-combining @ 0xd319c000-0xd319d000
write-combining @ 0xd319d000-0xd319e000
write-combining @ 0xd319e000-0xd319f000
write-combining @ 0xd319f000-0xd31a0000
write-combining @ 0xd31a0000-0xd31a1000
write-combining @ 0xd31a1000-0xd31a2000
write-combining @ 0xd31a2000-0xd31a3000
write-combining @ 0xd31a3000-0xd31a4000
write-combining @ 0xd31a4000-0xd31a5000
write-combining @ 0xd31a5000-0xd31a6000
write-combining @ 0xd31a6000-0xd31a7000
write-combining @ 0xd31a7000-0xd31a8000
write-combining @ 0xd31a8000-0xd31a9000
write-combining @ 0xd31a9000-0xd31aa000
write-combining @ 0xd31aa000-0xd31ab000
write-combining @ 0xd31ab000-0xd31ac000
write-combining @ 0xd31ac000-0xd31ad000
write-combining @ 0xd31ad000-0xd31ae000
write-combining @ 0xd31ae000-0xd31af000
write-combining @ 0xd31af000-0xd31b0000
write-combining @ 0xd31b0000-0xd31b1000
write-combining @ 0xd31b1000-0xd31b2000
write-combining @ 0xd31b2000-0xd31b3000
write-combining @ 0xd31b3000-0xd31b4000
write-combining @ 0xd31b4000-0xd31b5000
write-combining @ 0xd31b5000-0xd31b6000
write-combining @ 0xd31b6000-0xd31b7000
write-combining @ 0xd31b7000-0xd31b8000
write-combining @ 0xd31b8000-0xd31b9000
write-combining @ 0xd31b9000-0xd31ba000
write-combining @ 0xd31ba000-0xd31bb000
write-combining @ 0xd31bb000-0xd31bc000
write-combining @ 0xd31bc000-0xd31bd000
write-combining @ 0xd31bd000-0xd31be000
write-combining @ 0xd31be000-0xd31bf000
write-combining @ 0xd31bf000-0xd31c0000
write-combining @ 0xd31c0000-0xd31c1000
write-combining @ 0xd31c1000-0xd31c2000
write-combining @ 0xd31c2000-0xd31c3000
write-combining @ 0xd31c3000-0xd31c4000
write-combining @ 0xd31c4000-0xd31c5000
write-combining @ 0xd31c5000-0xd31c6000
write-combining @ 0xd31c6000-0xd31c7000
write-combining @ 0xd31c7000-0xd31c8000
write-combining @ 0xd31c8000-0xd31c9000
write-combining @ 0xd31c9000-0xd31ca000
write-combining @ 0xd31ca000-0xd31cb000
write-combining @ 0xd31cb000-0xd31cc000
write-combining @ 0xd31cc000-0xd31cd000
write-combining @ 0xd31cd000-0xd31ce000
write-combining @ 0xd31ce000-0xd31cf000
write-combining @ 0xd31cf000-0xd31d0000
write-combining @ 0xd31d0000-0xd31d1000
write-combining @ 0xd31d1000-0xd31d2000
write-combining @ 0xd31d2000-0xd31d3000
write-combining @ 0xd31d3000-0xd31d4000
write-combining @ 0xd31d4000-0xd31d5000
write-combining @ 0xd31d5000-0xd31d6000
write-combining @ 0xd31d6000-0xd31d7000
write-combining @ 0xd31d7000-0xd31d8000
write-combining @ 0xd31d8000-0xd31d9000
write-combining @ 0xd31d9000-0xd31da000
write-combining @ 0xd31da000-0xd31db000
write-combining @ 0xd31db000-0xd31dc000
write-combining @ 0xd31dc000-0xd31dd000
write-combining @ 0xd31dd000-0xd31de000
write-combining @ 0xd31de000-0xd31df000
write-combining @ 0xd31df000-0xd31e0000
write-combining @ 0xd31e0000-0xd31e1000
write-combining @ 0xd31e1000-0xd31e2000
write-combining @ 0xd31e2000-0xd31e3000
write-combining @ 0xd31e3000-0xd31e4000
write-combining @ 0xd31e4000-0xd31e5000
write-combining @ 0xd31e5000-0xd31e6000
write-combining @ 0xd31e6000-0xd31e7000
write-combining @ 0xd31e7000-0xd31e8000
write-combining @ 0xd31e8000-0xd31e9000
write-combining @ 0xd31e9000-0xd31ea000
write-combining @ 0xd31ea000-0xd31eb000
write-combining @ 0xd31eb000-0xd31ec000
write-combining @ 0xd31ec000-0xd31ed000
write-combining @ 0xd31ed000-0xd31ee000
write-combining @ 0xd31ee000-0xd31ef000
write-combining @ 0xd31ef000-0xd31f0000
write-combining @ 0xd31f0000-0xd31f1000
write-combining @ 0xd31f1000-0xd31f2000
write-combining @ 0xd31f2000-0xd31f3000
write-combining @ 0xd31f3000-0xd31f4000
write-combining @ 0xd31f4000-0xd31f5000
write-combining @ 0xd31f5000-0xd31f6000
write-combining @ 0xd31f6000-0xd31f7000
write-combining @ 0xd31f7000-0xd31f8000
write-combining @ 0xd31f8000-0xd31f9000
write-combining @ 0xd31f9000-0xd31fa000
write-combining @ 0xd31fa000-0xd31fb000
write-combining @ 0xd31fb000-0xd31fc000
write-combining @ 0xd31fc000-0xd31fd000
write-combining @ 0xd31fd000-0xd31fe000
write-combining @ 0xd31fe000-0xd31ff000
write-combining @ 0xd31ff000-0xd3200000
write-combining @ 0xd3200000-0xd3201000
write-combining @ 0xd3201000-0xd3202000
write-combining @ 0xd3202000-0xd3203000
write-combining @ 0xd3203000-0xd3204000
write-combining @ 0xd3204000-0xd3205000
write-combining @ 0xd3205000-0xd3206000
write-combining @ 0xd3206000-0xd3207000
write-combining @ 0xd3207000-0xd3208000
write-combining @ 0xd3208000-0xd3209000
write-combining @ 0xd3209000-0xd320a000
write-combining @ 0xd320a000-0xd320b000
write-combining @ 0xd320b000-0xd320c000
write-combining @ 0xd320c000-0xd320d000
write-combining @ 0xd320d000-0xd320e000
write-combining @ 0xd320e000-0xd320f000
write-combining @ 0xd320f000-0xd3210000
write-combining @ 0xd3210000-0xd3211000
write-combining @ 0xd3211000-0xd3212000
write-combining @ 0xd3212000-0xd3213000
write-combining @ 0xd3213000-0xd3214000
write-combining @ 0xd3214000-0xd3215000
write-combining @ 0xd3215000-0xd3216000
write-combining @ 0xd3216000-0xd3217000
write-combining @ 0xd3217000-0xd3218000
write-combining @ 0xd3218000-0xd3219000
write-combining @ 0xd3219000-0xd321a000
write-combining @ 0xd321a000-0xd321b000
write-combining @ 0xd321b000-0xd321c000
write-combining @ 0xd321c000-0xd321d000
write-combining @ 0xd321d000-0xd321e000
write-combining @ 0xd321e000-0xd321f000
write-combining @ 0xd321f000-0xd3220000
write-combining @ 0xd3220000-0xd3221000
write-combining @ 0xd3221000-0xd3222000
write-combining @ 0xd3222000-0xd3223000
write-combining @ 0xd3223000-0xd3224000
write-combining @ 0xd3224000-0xd3225000
write-combining @ 0xd3225000-0xd3226000
write-combining @ 0xd3226000-0xd3227000
write-combining @ 0xd3227000-0xd3228000
write-combining @ 0xd3228000-0xd3229000
write-combining @ 0xd3229000-0xd322a000
write-combining @ 0xd322a000-0xd322b000
write-combining @ 0xd322b000-0xd322c000
write-combining @ 0xd322c000-0xd322d000
write-combining @ 0xd322d000-0xd322e000
write-combining @ 0xd322e000-0xd322f000
write-combining @ 0xd322f000-0xd3230000
write-combining @ 0xd3230000-0xd3231000
write-combining @ 0xd3231000-0xd3232000
write-combining @ 0xd3232000-0xd3233000
write-combining @ 0xd3233000-0xd3234000
write-combining @ 0xd3234000-0xd3235000
write-combining @ 0xd3235000-0xd3236000
write-combining @ 0xd3236000-0xd3237000
write-combining @ 0xd3237000-0xd3238000
write-combining @ 0xd3238000-0xd3239000
write-combining @ 0xd3239000-0xd323a000
write-combining @ 0xd323a000-0xd323b000
write-combining @ 0xd323b000-0xd323c000
write-combining @ 0xd323c000-0xd323d000
write-combining @ 0xd323d000-0xd323e000
write-combining @ 0xd323e000-0xd323f000
write-combining @ 0xd323f000-0xd3240000
write-combining @ 0xd3240000-0xd3241000
write-combining @ 0xd3241000-0xd3242000
write-combining @ 0xd3242000-0xd3243000
write-combining @ 0xd3243000-0xd3244000
write-combining @ 0xd3244000-0xd3245000
write-combining @ 0xd3245000-0xd3246000
write-combining @ 0xd3246000-0xd3247000
write-combining @ 0xd3247000-0xd3248000
write-combining @ 0xd3248000-0xd3249000
write-combining @ 0xd3249000-0xd324a000
write-combining @ 0xd324a000-0xd324b000
write-combining @ 0xd324b000-0xd324c000
write-combining @ 0xd324c000-0xd324d000
write-combining @ 0xd324d000-0xd324e000
write-combining @ 0xd324e000-0xd324f000
write-combining @ 0xd324f000-0xd3250000
write-combining @ 0xd3250000-0xd3251000
write-combining @ 0xd3251000-0xd3252000
write-combining @ 0xd3252000-0xd3253000
write-combining @ 0xd3253000-0xd3254000
write-combining @ 0xd3254000-0xd3255000
write-combining @ 0xd3255000-0xd3256000
write-combining @ 0xd3256000-0xd3257000
write-combining @ 0xd3257000-0xd3258000
write-combining @ 0xd3258000-0xd3259000
write-combining @ 0xd3259000-0xd325a000
write-combining @ 0xd325a000-0xd325b000
write-combining @ 0xd325b000-0xd325c000
write-combining @ 0xd325c000-0xd325d000
write-combining @ 0xd325d000-0xd325e000
write-combining @ 0xd325e000-0xd325f000
write-combining @ 0xd325f000-0xd3260000
write-combining @ 0xd3260000-0xd3261000
write-combining @ 0xd3261000-0xd3262000
write-combining @ 0xd3262000-0xd3263000
write-combining @ 0xd3263000-0xd3264000
write-combining @ 0xd3264000-0xd3265000
write-combining @ 0xd3265000-0xd3266000
write-combining @ 0xd3266000-0xd3267000
write-combining @ 0xd3267000-0xd3268000
write-combining @ 0xd3268000-0xd3269000
write-combining @ 0xd3269000-0xd326a000
write-combining @ 0xd326a000-0xd326b000
write-combining @ 0xd326b000-0xd326c000
write-combining @ 0xd326c000-0xd326d000
write-combining @ 0xd326d000-0xd326e000
write-combining @ 0xd326e000-0xd326f000
write-combining @ 0xd326f000-0xd3270000
write-combining @ 0xd3270000-0xd3271000
write-combining @ 0xd3271000-0xd3272000
write-combining @ 0xd3272000-0xd3273000
write-combining @ 0xd3273000-0xd3274000
write-combining @ 0xd3274000-0xd3275000
write-combining @ 0xd3275000-0xd3276000
write-combining @ 0xd3276000-0xd3277000
write-combining @ 0xd3277000-0xd3278000
write-combining @ 0xd3278000-0xd3279000
write-combining @ 0xd3279000-0xd327a000
write-combining @ 0xd327a000-0xd327b000
write-combining @ 0xd327b000-0xd327c000
write-combining @ 0xd327c000-0xd327d000
write-combining @ 0xd327d000-0xd327e000
write-combining @ 0xd327e000-0xd327f000
write-combining @ 0xd327f000-0xd3280000
write-combining @ 0xd3280000-0xd3281000
write-combining @ 0xd3281000-0xd3282000
write-combining @ 0xd3282000-0xd3283000
write-combining @ 0xd3283000-0xd3284000
write-combining @ 0xd3284000-0xd3285000
write-combining @ 0xd3285000-0xd3286000
write-combining @ 0xd3286000-0xd3287000
write-combining @ 0xd3287000-0xd3288000
write-combining @ 0xd3288000-0xd3289000
write-combining @ 0xd3289000-0xd328a000
write-combining @ 0xd328a000-0xd328b000
write-combining @ 0xd328b000-0xd328c000
write-combining @ 0xd328c000-0xd328d000
write-combining @ 0xd328d000-0xd328e000
write-combining @ 0xd328e000-0xd328f000
write-combining @ 0xd328f000-0xd3290000
write-combining @ 0xd3290000-0xd3291000
write-combining @ 0xd3291000-0xd3292000
write-combining @ 0xd3292000-0xd3293000
write-combining @ 0xd3293000-0xd3294000
write-combining @ 0xd3294000-0xd3295000
write-combining @ 0xd3295000-0xd3296000
write-combining @ 0xd3296000-0xd3297000
write-combining @ 0xd3297000-0xd3298000
write-combining @ 0xd3298000-0xd3299000
write-combining @ 0xd3299000-0xd329a000
write-combining @ 0xd329a000-0xd329b000
write-combining @ 0xd329b000-0xd329c000
write-combining @ 0xd329c000-0xd329d000
write-combining @ 0xd329d000-0xd329e000
write-combining @ 0xd329e000-0xd329f000
write-combining @ 0xd329f000-0xd32a0000
write-combining @ 0xd32a0000-0xd32a1000
write-combining @ 0xd32a1000-0xd32a2000
write-combining @ 0xd32a2000-0xd32a3000
write-combining @ 0xd32a3000-0xd32a4000
write-combining @ 0xd32a4000-0xd32a5000
write-combining @ 0xd32a5000-0xd32a6000
write-combining @ 0xd32a6000-0xd32a7000
write-combining @ 0xd32a7000-0xd32a8000
write-combining @ 0xd32a8000-0xd32a9000
write-combining @ 0xd32a9000-0xd32aa000
write-combining @ 0xd32aa000-0xd32ab000
write-combining @ 0xd32ab000-0xd32ac000
write-combining @ 0xd32ac000-0xd32ad000
write-combining @ 0xd32ad000-0xd32ae000
write-combining @ 0xd32ae000-0xd32af000
write-combining @ 0xd32af000-0xd32b0000
write-combining @ 0xd32b0000-0xd32b1000
write-combining @ 0xd32b1000-0xd32b2000
write-combining @ 0xd32b2000-0xd32b3000
write-combining @ 0xd32b3000-0xd32b4000
write-combining @ 0xd32b4000-0xd32b5000
write-combining @ 0xd32b5000-0xd32b6000
write-combining @ 0xd32b6000-0xd32b7000
write-combining @ 0xd32b7000-0xd32b8000
write-combining @ 0xd32b8000-0xd32b9000
write-combining @ 0xd32b9000-0xd32ba000
write-combining @ 0xd32ba000-0xd32bb000
write-combining @ 0xd32bb000-0xd32bc000
write-combining @ 0xd32bc000-0xd32bd000
write-combining @ 0xd32bd000-0xd32be000
write-combining @ 0xd32be000-0xd32bf000
write-combining @ 0xd32bf000-0xd32c0000
write-combining @ 0xd32c0000-0xd32c1000
write-combining @ 0xd32c1000-0xd32c2000
write-combining @ 0xd32c2000-0xd32c3000
write-combining @ 0xd32c3000-0xd32c4000
write-combining @ 0xd32c4000-0xd32c5000
write-combining @ 0xd32c5000-0xd32c6000
write-combining @ 0xd32c6000-0xd32c7000
write-combining @ 0xd32c7000-0xd32c8000
write-combining @ 0xd32c8000-0xd32c9000
write-combining @ 0xd32c9000-0xd32ca000
write-combining @ 0xd32ca000-0xd32cb000
write-combining @ 0xd32cb000-0xd32cc000
write-combining @ 0xd32cc000-0xd32cd000
write-combining @ 0xd32cd000-0xd32ce000
write-combining @ 0xd32ce000-0xd32cf000
write-combining @ 0xd32cf000-0xd32d0000
write-combining @ 0xd32d0000-0xd32d1000
write-combining @ 0xd32d1000-0xd32d2000
write-combining @ 0xd3b83000-0xd3b84000
write-combining @ 0xd3b84000-0xd3b85000
write-combining @ 0xd3b85000-0xd3b86000
write-combining @ 0xd3b86000-0xd3b87000
write-combining @ 0xd3b87000-0xd3b88000
write-combining @ 0xd3bac000-0xd3bad000
write-combining @ 0xd3bad000-0xd3bae000
write-combining @ 0xd3bae000-0xd3baf000
write-combining @ 0xd3baf000-0xd3bb0000
write-combining @ 0xd3bb0000-0xd3bb1000
write-combining @ 0xd3bb1000-0xd3bb2000
write-combining @ 0xd3bb2000-0xd3bb3000
write-combining @ 0xd3bb3000-0xd3bb4000
write-combining @ 0xd3bb4000-0xd3bb5000
write-combining @ 0xd3bb5000-0xd3bb6000
write-combining @ 0xd3bb6000-0xd3bb7000
write-combining @ 0xd3bb7000-0xd3bb8000
write-combining @ 0xd3bb8000-0xd3bb9000
write-combining @ 0xd3bb9000-0xd3bba000
write-combining @ 0xd3bba000-0xd3bbb000
write-combining @ 0xd3bbb000-0xd3bbc000
write-combining @ 0xd3bbc000-0xd3bbd000
write-combining @ 0xd3c04000-0xd3c05000
write-combining @ 0xd3c05000-0xd3c06000
write-combining @ 0xd3d20000-0xd3d21000
write-combining @ 0xd3d21000-0xd3d22000
write-combining @ 0xd45a1000-0xd45a2000
write-combining @ 0xd45a2000-0xd45a3000
write-combining @ 0xd45a3000-0xd45a4000
write-combining @ 0xd45a4000-0xd45a5000
write-combining @ 0xd45a5000-0xd45a6000
write-combining @ 0xd45a6000-0xd45a7000
write-combining @ 0xd45a7000-0xd45a8000
write-combining @ 0xd45a8000-0xd45a9000
write-combining @ 0xd45a9000-0xd45aa000
write-combining @ 0xd45aa000-0xd45ab000
write-combining @ 0xd45ab000-0xd45ac000
write-combining @ 0xd45ac000-0xd45ad000
write-combining @ 0xd45ad000-0xd45ae000
write-combining @ 0xd45ae000-0xd45af000
write-combining @ 0xd45af000-0xd45b0000
write-combining @ 0xd45b0000-0xd45b1000
write-combining @ 0xd45b1000-0xd45b2000
write-combining @ 0xd45b2000-0xd45b3000
write-combining @ 0xd45b3000-0xd45b4000
write-combining @ 0xd45b4000-0xd45b5000
write-combining @ 0xd45b5000-0xd45b6000
write-combining @ 0xd45b6000-0xd45b7000
write-combining @ 0xd45b7000-0xd45b8000
write-combining @ 0xd45b8000-0xd45b9000
write-combining @ 0xd45b9000-0xd45ba000
write-combining @ 0xd45ba000-0xd45bb000
write-combining @ 0xd45bb000-0xd45bc000
write-combining @ 0xd45bc000-0xd45bd000
write-combining @ 0xd45bd000-0xd45be000
write-combining @ 0xd45be000-0xd45bf000
write-combining @ 0xd45bf000-0xd45c0000
write-combining @ 0xd45c0000-0xd45c1000
write-combining @ 0xd45c1000-0xd45c2000
write-combining @ 0xd45c2000-0xd45c3000
write-combining @ 0xd45c3000-0xd45c4000
write-combining @ 0xd45c4000-0xd45c5000
write-combining @ 0xd45c5000-0xd45c6000
write-combining @ 0xd45c6000-0xd45c7000
write-combining @ 0xd45c7000-0xd45c8000
write-combining @ 0xd45c8000-0xd45c9000
write-combining @ 0xd45c9000-0xd45ca000
write-combining @ 0xd45ca000-0xd45cb000
write-combining @ 0xd45cb000-0xd45cc000
write-combining @ 0xd45cc000-0xd45cd000
write-combining @ 0xd45cd000-0xd45ce000
write-combining @ 0xd45ce000-0xd45cf000
write-combining @ 0xd45cf000-0xd45d0000
write-combining @ 0xd45d0000-0xd45d1000
write-combining @ 0xd45d1000-0xd45d2000
write-combining @ 0xd45d2000-0xd45d3000
write-combining @ 0xd45d3000-0xd45d4000
write-combining @ 0xd45d4000-0xd45d5000
write-combining @ 0xd45d5000-0xd45d6000
write-combining @ 0xd45d6000-0xd45d7000
write-combining @ 0xd45f7000-0xd45f8000
write-combining @ 0xd45f8000-0xd45f9000
write-combining @ 0xd45f9000-0xd45fa000
write-combining @ 0xd45fa000-0xd45fb000
write-combining @ 0xd45fb000-0xd45fc000
write-combining @ 0xd45fc000-0xd45fd000
write-combining @ 0xd45fd000-0xd45fe000
write-combining @ 0xd45fe000-0xd45ff000
write-combining @ 0xd45ff000-0xd4600000
write-combining @ 0xd4600000-0xd4601000
write-combining @ 0xd4601000-0xd4602000
write-combining @ 0xd4602000-0xd4603000
write-combining @ 0xd4603000-0xd4604000
write-combining @ 0xd4604000-0xd4605000
write-combining @ 0xd4605000-0xd4606000
write-combining @ 0xd4606000-0xd4607000
write-combining @ 0xd4607000-0xd4608000
write-combining @ 0xd4608000-0xd4609000
write-combining @ 0xd4609000-0xd460a000
write-combining @ 0xd460a000-0xd460b000
write-combining @ 0xd460b000-0xd460c000
write-combining @ 0xd460c000-0xd460d000
write-combining @ 0xd460d000-0xd460e000
write-combining @ 0xd460e000-0xd460f000
write-combining @ 0xd460f000-0xd4610000
write-combining @ 0xd4610000-0xd4611000
write-combining @ 0xd4611000-0xd4612000
write-combining @ 0xd4612000-0xd4613000
write-combining @ 0xd4613000-0xd4614000
write-combining @ 0xd4614000-0xd4615000
write-combining @ 0xd4615000-0xd4616000
write-combining @ 0xd4616000-0xd4617000
write-combining @ 0xd4617000-0xd4618000
write-combining @ 0xd4618000-0xd4619000
write-combining @ 0xd4619000-0xd461a000
write-combining @ 0xd461a000-0xd461b000
write-combining @ 0xd461b000-0xd461c000
write-combining @ 0xd461c000-0xd461d000
write-combining @ 0xd461d000-0xd461e000
write-combining @ 0xd461e000-0xd461f000
write-combining @ 0xd461f000-0xd4620000
write-combining @ 0xd4620000-0xd4621000
write-combining @ 0xd4621000-0xd4622000
write-combining @ 0xd4622000-0xd4623000
write-combining @ 0xd4623000-0xd4624000
write-combining @ 0xd4624000-0xd4625000
write-combining @ 0xd4625000-0xd4626000
write-combining @ 0xd4626000-0xd4627000
write-combining @ 0xd4627000-0xd4628000
write-combining @ 0xd4628000-0xd4629000
write-combining @ 0xd4629000-0xd462a000
write-combining @ 0xd462a000-0xd462b000
write-combining @ 0xd462b000-0xd462c000
write-combining @ 0xd462c000-0xd462d000
write-combining @ 0xd462d000-0xd462e000
write-combining @ 0xd462e000-0xd462f000
write-combining @ 0xd462f000-0xd4630000
write-combining @ 0xd4630000-0xd4631000
write-combining @ 0xd4631000-0xd4632000
write-combining @ 0xd4632000-0xd4633000
write-combining @ 0xd506c000-0xd506d000
write-combining @ 0xd506d000-0xd506e000
write-combining @ 0xd506e000-0xd506f000
write-combining @ 0xd506f000-0xd5070000
write-combining @ 0xd5070000-0xd5071000
write-combining @ 0xd5071000-0xd5072000
write-combining @ 0xd5072000-0xd5073000
write-combining @ 0xd5073000-0xd5074000
write-combining @ 0xd5074000-0xd5075000
write-combining @ 0xd5075000-0xd5076000
write-combining @ 0xd5076000-0xd5077000
write-combining @ 0xd5077000-0xd5078000
write-combining @ 0xd5078000-0xd5079000
write-combining @ 0xd5079000-0xd507a000
write-combining @ 0xd507a000-0xd507b000
write-combining @ 0xd507b000-0xd507c000
write-combining @ 0xd507c000-0xd507d000
write-combining @ 0xd507d000-0xd507e000
write-combining @ 0xd507e000-0xd507f000
write-combining @ 0xd507f000-0xd5080000
write-combining @ 0xd5080000-0xd5081000
write-combining @ 0xd5081000-0xd5082000
write-combining @ 0xd5082000-0xd5083000
write-combining @ 0xd5083000-0xd5084000
write-combining @ 0xd5084000-0xd5085000
write-combining @ 0xd5085000-0xd5086000
write-combining @ 0xd5086000-0xd5087000
write-combining @ 0xd5087000-0xd5088000
write-combining @ 0xd508c000-0xd508d000
write-combining @ 0xd508d000-0xd508e000
write-combining @ 0xd508e000-0xd508f000
write-combining @ 0xd508f000-0xd5090000
write-combining @ 0xd5090000-0xd5091000
write-combining @ 0xd5091000-0xd5092000
write-combining @ 0xd5092000-0xd5093000
write-combining @ 0xd5093000-0xd5094000
write-combining @ 0xd509c000-0xd509d000
write-combining @ 0xd509d000-0xd509e000
write-combining @ 0xd509e000-0xd509f000
write-combining @ 0xd509f000-0xd50a0000
write-combining @ 0xd50a0000-0xd50a1000
write-combining @ 0xd50a1000-0xd50a2000
write-combining @ 0xd50a2000-0xd50a3000
write-combining @ 0xd50a3000-0xd50a4000
write-combining @ 0xd50a4000-0xd50a5000
write-combining @ 0xd50a5000-0xd50a6000
write-combining @ 0xd50a6000-0xd50a7000
write-combining @ 0xd50a7000-0xd50a8000
write-combining @ 0xd50a8000-0xd50a9000
write-combining @ 0xd50a9000-0xd50aa000
write-combining @ 0xd50aa000-0xd50ab000
write-combining @ 0xd50ab000-0xd50ac000
write-combining @ 0xd50ac000-0xd50ad000
write-combining @ 0xd50ad000-0xd50ae000
write-combining @ 0xd50ae000-0xd50af000
write-combining @ 0xd50af000-0xd50b0000
write-combining @ 0xd50b4000-0xd50b5000
write-combining @ 0xd50b5000-0xd50b6000
write-combining @ 0xd50b6000-0xd50b7000
write-combining @ 0xd50b7000-0xd50b8000
write-combining @ 0xd50b8000-0xd50b9000
write-combining @ 0xd50b9000-0xd50ba000
write-combining @ 0xd50ba000-0xd50bb000
write-combining @ 0xd50bb000-0xd50bc000
write-combining @ 0xd50bc000-0xd50bd000
write-combining @ 0xd50bd000-0xd50be000
write-combining @ 0xd50be000-0xd50bf000
write-combining @ 0xd50bf000-0xd50c0000
write-combining @ 0xd50c4000-0xd50c5000
write-combining @ 0xd50c5000-0xd50c6000
write-combining @ 0xd50c6000-0xd50c7000
write-combining @ 0xd50c7000-0xd50c8000
write-combining @ 0xd50c8000-0xd50c9000
write-combining @ 0xd50d4000-0xd50d5000
write-combining @ 0xd50d5000-0xd50d6000
write-combining @ 0xd50d6000-0xd50d7000
write-combining @ 0xd50d7000-0xd50d8000
write-combining @ 0xd50d8000-0xd50d9000
write-combining @ 0xd50d9000-0xd50da000
write-combining @ 0xd50f4000-0xd50f5000
write-combining @ 0xd50f5000-0xd50f6000
write-combining @ 0xd50f6000-0xd50f7000
write-combining @ 0xd50f7000-0xd50f8000
write-combining @ 0xd50f8000-0xd50f9000
write-combining @ 0xd511c000-0xd511d000
write-combining @ 0xd511d000-0xd511e000
write-combining @ 0xd511e000-0xd511f000
write-combining @ 0xd511f000-0xd5120000
write-combining @ 0xd5120000-0xd5121000
write-combining @ 0xd5134000-0xd5135000
write-combining @ 0xd5135000-0xd5136000
write-combining @ 0xd5136000-0xd5137000
write-combining @ 0xd5137000-0xd5138000
write-combining @ 0xd5138000-0xd5139000
write-combining @ 0xd5139000-0xd513a000
write-combining @ 0xd5144000-0xd5145000
write-combining @ 0xd5145000-0xd5146000
write-combining @ 0xd5146000-0xd5147000
write-combining @ 0xd5147000-0xd5148000
write-combining @ 0xd5148000-0xd5149000
write-combining @ 0xd5149000-0xd514a000
write-combining @ 0xd514a000-0xd514b000
write-combining @ 0xd514b000-0xd514c000
write-combining @ 0xd514c000-0xd514d000
write-combining @ 0xd514d000-0xd514e000
write-combining @ 0xd514e000-0xd514f000
write-combining @ 0xd514f000-0xd5150000
write-combining @ 0xd5150000-0xd5151000
write-combining @ 0xd5151000-0xd5152000
write-combining @ 0xd5152000-0xd5153000
write-combining @ 0xd5153000-0xd5154000
write-combining @ 0xd5154000-0xd5155000
write-combining @ 0xd5155000-0xd5156000
write-combining @ 0xd5156000-0xd5157000
write-combining @ 0xd5157000-0xd5158000
write-combining @ 0xd5158000-0xd5159000
write-combining @ 0xd5159000-0xd515a000
write-combining @ 0xd515a000-0xd515b000
write-combining @ 0xd515b000-0xd515c000
write-combining @ 0xd515c000-0xd515d000
write-combining @ 0xd515d000-0xd515e000
write-combining @ 0xd515e000-0xd515f000
write-combining @ 0xd515f000-0xd5160000
write-combining @ 0xd5160000-0xd5161000
write-combining @ 0xd5161000-0xd5162000
write-combining @ 0xd5162000-0xd5163000
write-combining @ 0xd5163000-0xd5164000
write-combining @ 0xd5174000-0xd5175000
write-combining @ 0xd5175000-0xd5176000
write-combining @ 0xd5176000-0xd5177000
write-combining @ 0xd5177000-0xd5178000
write-combining @ 0xd5178000-0xd5179000
write-combining @ 0xd5179000-0xd517a000
write-combining @ 0xd517a000-0xd517b000
write-combining @ 0xd517b000-0xd517c000
write-combining @ 0xd517c000-0xd517d000
write-combining @ 0xd517d000-0xd517e000
write-combining @ 0xd517e000-0xd517f000
write-combining @ 0xd5182000-0xd5183000
write-combining @ 0xd5183000-0xd5184000
write-combining @ 0xd5184000-0xd5185000
write-combining @ 0xd5185000-0xd5186000
write-combining @ 0xd5186000-0xd5187000
write-combining @ 0xd51d8000-0xd51d9000
write-combining @ 0xd51d9000-0xd51da000
write-combining @ 0xd51da000-0xd51db000
write-combining @ 0xd51db000-0xd51dc000
write-combining @ 0xd51dc000-0xd51dd000
write-combining @ 0xd51dd000-0xd51de000
write-combining @ 0xd51de000-0xd51df000
write-combining @ 0xd51df000-0xd51e0000
write-combining @ 0xd51e0000-0xd51e1000
write-combining @ 0xd51e1000-0xd51e2000
write-combining @ 0xd51e2000-0xd51e3000
write-combining @ 0xd51e3000-0xd51e4000
write-combining @ 0xd51e4000-0xd51e5000
write-combining @ 0xd51e5000-0xd51e6000
write-combining @ 0xd51e6000-0xd51e7000
write-combining @ 0xd51e7000-0xd51e8000
write-combining @ 0xd51e8000-0xd51e9000
write-combining @ 0xd51e9000-0xd51ea000
write-combining @ 0xd51ea000-0xd51eb000
write-combining @ 0xd51eb000-0xd51ec000
write-combining @ 0xd51ec000-0xd51ed000
write-combining @ 0xd51ed000-0xd51ee000
write-combining @ 0xd51ee000-0xd51ef000
write-combining @ 0xd51ef000-0xd51f0000
write-combining @ 0xd51f0000-0xd51f1000
write-combining @ 0xd51f1000-0xd51f2000
write-combining @ 0xd51f2000-0xd51f3000
write-combining @ 0xd51f3000-0xd51f4000
write-combining @ 0xd51f4000-0xd51f5000
write-combining @ 0xd51f5000-0xd51f6000
write-combining @ 0xd51f6000-0xd51f7000
write-combining @ 0xd51f7000-0xd51f8000
write-combining @ 0xd51f8000-0xd51f9000
write-combining @ 0xd51f9000-0xd51fa000
write-combining @ 0xd51fa000-0xd51fb000
write-combining @ 0xd51fb000-0xd51fc000
write-combining @ 0xd51fc000-0xd51fd000
write-combining @ 0xd51fd000-0xd51fe000
write-combining @ 0xd51fe000-0xd51ff000
write-combining @ 0xd51ff000-0xd5200000
write-combining @ 0xd5200000-0xd5201000
write-combining @ 0xd5201000-0xd5202000
write-combining @ 0xd5202000-0xd5203000
write-combining @ 0xd5203000-0xd5204000
write-combining @ 0xd5204000-0xd5205000
write-combining @ 0xd5205000-0xd5206000
write-combining @ 0xd5206000-0xd5207000
write-combining @ 0xd5207000-0xd5208000
write-combining @ 0xd5208000-0xd5209000
write-combining @ 0xd5209000-0xd520a000
write-combining @ 0xd520a000-0xd520b000
write-combining @ 0xd520b000-0xd520c000
write-combining @ 0xd520c000-0xd520d000
write-combining @ 0xd520d000-0xd520e000
write-combining @ 0xd5228000-0xd5229000
write-combining @ 0xd5229000-0xd522a000
write-combining @ 0xd522a000-0xd522b000
write-combining @ 0xd522c000-0xd522d000
write-combining @ 0xd522d000-0xd522e000
write-combining @ 0xd522e000-0xd522f000
write-combining @ 0xd5238000-0xd5239000
write-combining @ 0xd5239000-0xd523a000
write-combining @ 0xd523a000-0xd523b000
write-combining @ 0xd523b000-0xd523c000
write-combining @ 0xd523c000-0xd523d000
write-combining @ 0xd523d000-0xd523e000
write-combining @ 0xd523e000-0xd523f000
write-combining @ 0xd523f000-0xd5240000
write-combining @ 0xd5246000-0xd5247000
write-combining @ 0xd5247000-0xd5248000
write-combining @ 0xd5248000-0xd5249000
write-combining @ 0xd5249000-0xd524a000
write-combining @ 0xd524a000-0xd524b000
write-combining @ 0xd524b000-0xd524c000
write-combining @ 0xd524c000-0xd524d000
write-combining @ 0xd5252000-0xd5253000
write-combining @ 0xd5253000-0xd5254000
write-combining @ 0xd5254000-0xd5255000
write-combining @ 0xd5255000-0xd5256000
write-combining @ 0xd5256000-0xd5257000
write-combining @ 0xd5257000-0xd5258000
write-combining @ 0xd5258000-0xd5259000
write-combining @ 0xd525c000-0xd525d000
write-combining @ 0xd525d000-0xd525e000
write-combining @ 0xd525e000-0xd525f000
write-combining @ 0xd525f000-0xd5260000
write-combining @ 0xd5260000-0xd5261000
write-combining @ 0xd5264000-0xd5265000
write-combining @ 0xd5265000-0xd5266000
write-combining @ 0xd5266000-0xd5267000
write-combining @ 0xd5267000-0xd5268000
write-combining @ 0xd5268000-0xd5269000
write-combining @ 0xd526c000-0xd526d000
write-combining @ 0xd526d000-0xd526e000
write-combining @ 0xd5272000-0xd5273000
write-combining @ 0xd5273000-0xd5274000
write-combining @ 0xd5274000-0xd5275000
write-combining @ 0xd5275000-0xd5276000
write-combining @ 0xd5276000-0xd5277000
write-combining @ 0xd527e000-0xd527f000
write-combining @ 0xd527f000-0xd5280000
write-combining @ 0xd5280000-0xd5281000
write-combining @ 0xd5281000-0xd5282000
write-combining @ 0xd5282000-0xd5283000
write-combining @ 0xd5287000-0xd5288000
write-combining @ 0xd5288000-0xd5289000
write-combining @ 0xd5289000-0xd528a000
write-combining @ 0xd528a000-0xd528b000
write-combining @ 0xd528b000-0xd528c000
write-combining @ 0xd5291000-0xd5292000
write-combining @ 0xd5292000-0xd5293000
write-combining @ 0xd5293000-0xd5294000
write-combining @ 0xd5294000-0xd5295000
write-combining @ 0xd5295000-0xd5296000
write-combining @ 0xd5299000-0xd529a000
write-combining @ 0xd529a000-0xd529b000
write-combining @ 0xd529b000-0xd529c000
write-combining @ 0xd529c000-0xd529d000
write-combining @ 0xd529d000-0xd529e000
write-combining @ 0xd52a1000-0xd52a2000
write-combining @ 0xd52a2000-0xd52a3000
write-combining @ 0xd52a3000-0xd52a4000
write-combining @ 0xd52a4000-0xd52a5000
write-combining @ 0xd52a5000-0xd52a6000
write-combining @ 0xd52aa000-0xd52ab000
write-combining @ 0xd52ab000-0xd52ac000
write-combining @ 0xd52ac000-0xd52ad000
write-combining @ 0xd52ad000-0xd52ae000
write-combining @ 0xd52ae000-0xd52af000
write-combining @ 0xd52b2000-0xd52b3000
write-combining @ 0xd52b3000-0xd52b4000
write-combining @ 0xd52b4000-0xd52b5000
write-combining @ 0xd52b5000-0xd52b6000
write-combining @ 0xd52b6000-0xd52b7000
write-combining @ 0xd52ba000-0xd52bb000
write-combining @ 0xd52bb000-0xd52bc000
write-combining @ 0xd52bc000-0xd52bd000
write-combining @ 0xd52bd000-0xd52be000
write-combining @ 0xd52be000-0xd52bf000
write-combining @ 0xd52bf000-0xd52c0000
write-combining @ 0xd52c2000-0xd52c3000
write-combining @ 0xd52c3000-0xd52c4000
write-combining @ 0xd52c4000-0xd52c5000
write-combining @ 0xd52c5000-0xd52c6000
write-combining @ 0xd52c6000-0xd52c7000
write-combining @ 0xd52ca000-0xd52cb000
write-combining @ 0xd52cb000-0xd52cc000
write-combining @ 0xd52cc000-0xd52cd000
write-combining @ 0xd52cd000-0xd52ce000
write-combining @ 0xd52ce000-0xd52cf000
write-combining @ 0xd52d2000-0xd52d3000
write-combining @ 0xd52d3000-0xd52d4000
write-combining @ 0xd52d4000-0xd52d5000
write-combining @ 0xd52d5000-0xd52d6000
write-combining @ 0xd52d6000-0xd52d7000
write-combining @ 0xd52d7000-0xd52d8000
write-combining @ 0xd52d8000-0xd52d9000
write-combining @ 0xd52d9000-0xd52da000
write-combining @ 0xd52da000-0xd52db000
write-combining @ 0xd52db000-0xd52dc000
write-combining @ 0xd52dc000-0xd52dd000
write-combining @ 0xd52dd000-0xd52de000
write-combining @ 0xd52de000-0xd52df000
write-combining @ 0xd52df000-0xd52e0000
write-combining @ 0xd52e2000-0xd52e3000
write-combining @ 0xd52e3000-0xd52e4000
write-combining @ 0xd52e4000-0xd52e5000
write-combining @ 0xd52e5000-0xd52e6000
write-combining @ 0xd52e6000-0xd52e7000
write-combining @ 0xd52e7000-0xd52e8000
write-combining @ 0xd52e8000-0xd52e9000
write-combining @ 0xd52e9000-0xd52ea000
write-combining @ 0xd52ea000-0xd52eb000
write-combining @ 0xd52eb000-0xd52ec000
write-combining @ 0xd52ec000-0xd52ed000
write-combining @ 0xd52ed000-0xd52ee000
write-combining @ 0xd52ee000-0xd52ef000
write-combining @ 0xd52ef000-0xd52f0000
write-combining @ 0xd52f0000-0xd52f1000
write-combining @ 0xd52f1000-0xd52f2000
write-combining @ 0xd52fb000-0xd52fc000
write-combining @ 0xd52fc000-0xd52fd000
write-combining @ 0xd52fd000-0xd52fe000
write-combining @ 0xd52fe000-0xd52ff000
write-combining @ 0xd52ff000-0xd5300000
write-combining @ 0xd5300000-0xd5301000
write-combining @ 0xd5303000-0xd5304000
write-combining @ 0xd5304000-0xd5305000
write-combining @ 0xd5305000-0xd5306000
write-combining @ 0xd5306000-0xd5307000
write-combining @ 0xd5307000-0xd5308000
write-combining @ 0xd5308000-0xd5309000
write-combining @ 0xd5309000-0xd530a000
write-combining @ 0xd530a000-0xd530b000
write-combining @ 0xd530b000-0xd530c000
write-combining @ 0xd530c000-0xd530d000
write-combining @ 0xd5315000-0xd5316000
write-combining @ 0xd5316000-0xd5317000
write-combining @ 0xd5317000-0xd5318000
write-combining @ 0xd5318000-0xd5319000
write-combining @ 0xd5319000-0xd531a000
write-combining @ 0xd531a000-0xd531b000
write-combining @ 0xd531b000-0xd531c000
write-combining @ 0xd531c000-0xd531d000
write-combining @ 0xd531d000-0xd531e000
write-combining @ 0xd531e000-0xd531f000
write-combining @ 0xd531f000-0xd5320000
write-combining @ 0xd5320000-0xd5321000
write-combining @ 0xd5321000-0xd5322000
write-combining @ 0xd5322000-0xd5323000
write-combining @ 0xd5323000-0xd5324000
write-combining @ 0xd5324000-0xd5325000
write-combining @ 0xd5325000-0xd5326000
write-combining @ 0xd5326000-0xd5327000
write-combining @ 0xd5327000-0xd5328000
write-combining @ 0xd5328000-0xd5329000
write-combining @ 0xd5329000-0xd532a000
write-combining @ 0xd532a000-0xd532b000
write-combining @ 0xd532b000-0xd532c000
write-combining @ 0xd532c000-0xd532d000
write-combining @ 0xd533c000-0xd533d000
write-combining @ 0xd533d000-0xd533e000
write-combining @ 0xd533e000-0xd533f000
write-combining @ 0xd533f000-0xd5340000
write-combining @ 0xd5340000-0xd5341000
write-combining @ 0xd534e000-0xd534f000
write-combining @ 0xd534f000-0xd5350000
write-combining @ 0xd5350000-0xd5351000
write-combining @ 0xd5351000-0xd5352000
write-combining @ 0xd5352000-0xd5353000
write-combining @ 0xd5356000-0xd5357000
write-combining @ 0xd5357000-0xd5358000
write-combining @ 0xd5358000-0xd5359000
write-combining @ 0xd5359000-0xd535a000
write-combining @ 0xd535a000-0xd535b000
write-combining @ 0xd535e000-0xd535f000
write-combining @ 0xd535f000-0xd5360000
write-combining @ 0xd5360000-0xd5361000
write-combining @ 0xd5361000-0xd5362000
write-combining @ 0xd5362000-0xd5363000
write-combining @ 0xd536a000-0xd536b000
write-combining @ 0xd536b000-0xd536c000
write-combining @ 0xd5384000-0xd5385000
write-combining @ 0xd5385000-0xd5386000
write-combining @ 0xd5386000-0xd5387000
write-combining @ 0xd5387000-0xd5388000
write-combining @ 0xd5388000-0xd5389000
write-combining @ 0xd538c000-0xd538d000
write-combining @ 0xd538d000-0xd538e000
write-combining @ 0xd5396000-0xd5397000
write-combining @ 0xd5397000-0xd5398000
write-combining @ 0xd5398000-0xd5399000
write-combining @ 0xd5399000-0xd539a000
write-combining @ 0xd539a000-0xd539b000
write-combining @ 0xd539b000-0xd539c000
write-combining @ 0xd539c000-0xd539d000
write-combining @ 0xd53a0000-0xd53a1000
write-combining @ 0xd53a3000-0xd53a4000
write-combining @ 0xd53a4000-0xd53a5000
write-combining @ 0xd53a5000-0xd53a6000
write-combining @ 0xd53a6000-0xd53a7000
write-combining @ 0xd53a7000-0xd53a8000
write-combining @ 0xd53a8000-0xd53a9000
write-combining @ 0xd53a9000-0xd53aa000
write-combining @ 0xd53aa000-0xd53ab000
write-combining @ 0xd53ab000-0xd53ac000
write-combining @ 0xd53ac000-0xd53ad000
write-combining @ 0xd53ad000-0xd53ae000
write-combining @ 0xd53ae000-0xd53af000
write-combining @ 0xd53af000-0xd53b0000
write-combining @ 0xd53b0000-0xd53b1000
write-combining @ 0xd53be000-0xd53bf000
write-combining @ 0xd53bf000-0xd53c0000
write-combining @ 0xd53f6000-0xd53f7000
write-combining @ 0xd53f7000-0xd53f8000
write-combining @ 0xd53f8000-0xd53f9000
write-combining @ 0xd53f9000-0xd53fa000
write-combining @ 0xd53fa000-0xd53fb000
write-combining @ 0xd53fb000-0xd53fc000
write-combining @ 0xd53ff000-0xd5400000
write-combining @ 0xd5400000-0xd5401000
write-combining @ 0xd5401000-0xd5402000
write-combining @ 0xd5402000-0xd5403000
write-combining @ 0xd5403000-0xd5404000
write-combining @ 0xd5404000-0xd5405000
write-combining @ 0xd5405000-0xd5406000
write-combining @ 0xd5406000-0xd5407000
write-combining @ 0xd5407000-0xd5408000
write-combining @ 0xd5408000-0xd5409000
write-combining @ 0xd5409000-0xd540a000
write-combining @ 0xd5490000-0xd5491000
write-combining @ 0xd5491000-0xd5492000
write-combining @ 0xd5492000-0xd5493000
write-combining @ 0xd5493000-0xd5494000
write-combining @ 0xd5494000-0xd5495000
write-combining @ 0xd54ab000-0xd54ac000
write-combining @ 0xd54ac000-0xd54ad000
write-combining @ 0xd54ad000-0xd54ae000
write-combining @ 0xd54ae000-0xd54af000
write-combining @ 0xd54af000-0xd54b0000
write-combining @ 0xd54c2000-0xd54c3000
write-combining @ 0xd54c3000-0xd54c4000
write-combining @ 0xd54e1000-0xd54e2000
write-combining @ 0xd54e2000-0xd54e3000
write-combining @ 0xd54eb000-0xd54ec000
write-combining @ 0xd54ec000-0xd54ed000
write-combining @ 0xd5528000-0xd5529000
write-combining @ 0xd5529000-0xd552a000
write-combining @ 0xd552a000-0xd552b000
write-combining @ 0xd552b000-0xd552c000
write-combining @ 0xd552c000-0xd552d000
write-combining @ 0xd5530000-0xd5531000
write-combining @ 0xd5531000-0xd5532000
write-combining @ 0xd5532000-0xd5533000
write-combining @ 0xd5533000-0xd5534000
write-combining @ 0xd5534000-0xd5535000
write-combining @ 0xd5550000-0xd5551000
write-combining @ 0xd5551000-0xd5552000
write-combining @ 0xd5592000-0xd5593000
write-combining @ 0xd5593000-0xd5594000
write-combining @ 0xd5594000-0xd5595000
write-combining @ 0xd5595000-0xd5596000
write-combining @ 0xd5596000-0xd5597000
write-combining @ 0xd559a000-0xd559b000
write-combining @ 0xd559b000-0xd559c000
write-combining @ 0xd559c000-0xd559d000
write-combining @ 0xd559d000-0xd559e000
write-combining @ 0xd559e000-0xd559f000
write-combining @ 0xd559f000-0xd55a0000
write-combining @ 0xd55a0000-0xd55a1000
write-combining @ 0xd55a1000-0xd55a2000
write-combining @ 0xd55a2000-0xd55a3000
write-combining @ 0xd55a6000-0xd55a7000
write-combining @ 0xd55a7000-0xd55a8000
write-combining @ 0xd55a8000-0xd55a9000
write-combining @ 0xd55a9000-0xd55aa000
write-combining @ 0xd55aa000-0xd55ab000
write-combining @ 0xd55be000-0xd55bf000
write-combining @ 0xd55bf000-0xd55c0000
write-combining @ 0xd55c0000-0xd55c1000
write-combining @ 0xd55c1000-0xd55c2000
write-combining @ 0xd55c2000-0xd55c3000
write-combining @ 0xd55c6000-0xd55c7000
write-combining @ 0xd55c7000-0xd55c8000
write-combining @ 0xd55c8000-0xd55c9000
write-combining @ 0xd55c9000-0xd55ca000
write-combining @ 0xd55ca000-0xd55cb000
write-combining @ 0xd55cb000-0xd55cc000
write-combining @ 0xd55cc000-0xd55cd000
write-combining @ 0xd55cd000-0xd55ce000
write-combining @ 0xd55e6000-0xd55e7000
write-combining @ 0xd55f7000-0xd55f8000
write-combining @ 0xd55f8000-0xd55f9000
write-combining @ 0xd5609000-0xd560a000
write-combining @ 0xd560a000-0xd560b000
write-combining @ 0xd560b000-0xd560c000
write-combining @ 0xd560c000-0xd560d000
write-combining @ 0xd560d000-0xd560e000
write-combining @ 0xd560e000-0xd560f000
write-combining @ 0xd560f000-0xd5610000
write-combining @ 0xd5610000-0xd5611000
write-combining @ 0xd5619000-0xd561a000
write-combining @ 0xd561a000-0xd561b000
write-combining @ 0xd562b000-0xd562c000
write-combining @ 0xd562c000-0xd562d000
write-combining @ 0xd562d000-0xd562e000
write-combining @ 0xd562e000-0xd562f000
write-combining @ 0xd562f000-0xd5630000
write-combining @ 0xd5630000-0xd5631000
write-combining @ 0xd5631000-0xd5632000
write-combining @ 0xd5632000-0xd5633000
write-combining @ 0xd5633000-0xd5634000
write-combining @ 0xd5634000-0xd5635000
write-combining @ 0xd5635000-0xd5636000
write-combining @ 0xd5636000-0xd5637000
write-combining @ 0xd5637000-0xd5638000
write-combining @ 0xd5638000-0xd5639000
write-combining @ 0xd5639000-0xd563a000
write-combining @ 0xd563a000-0xd563b000
write-combining @ 0xd563b000-0xd563c000
write-combining @ 0xd563c000-0xd563d000
write-combining @ 0xd563d000-0xd563e000
write-combining @ 0xd563e000-0xd563f000
write-combining @ 0xd563f000-0xd5640000
write-combining @ 0xd5640000-0xd5641000
write-combining @ 0xd5641000-0xd5642000
write-combining @ 0xd5642000-0xd5643000
write-combining @ 0xd5643000-0xd5644000
write-combining @ 0xd5644000-0xd5645000
write-combining @ 0xd5645000-0xd5646000
write-combining @ 0xd5646000-0xd5647000
write-combining @ 0xd5647000-0xd5648000
write-combining @ 0xd564b000-0xd564c000
write-combining @ 0xd564c000-0xd564d000
write-combining @ 0xd5cbb000-0xd5cbc000
write-combining @ 0xd5cbc000-0xd5cbd000
write-combining @ 0xd5cbd000-0xd5cbe000
write-combining @ 0xd5cbe000-0xd5cbf000
write-combining @ 0xd5cbf000-0xd5cc0000
write-combining @ 0xd5cc0000-0xd5cc1000
write-combining @ 0xd5cc1000-0xd5cc2000
write-combining @ 0xd5cc2000-0xd5cc3000
write-combining @ 0xd5cc3000-0xd5cc4000
write-combining @ 0xd5cc4000-0xd5cc5000
write-combining @ 0xd5cc5000-0xd5cc6000
write-combining @ 0xd5cc6000-0xd5cc7000
write-combining @ 0xd5cc7000-0xd5cc8000
write-combining @ 0xd5cc8000-0xd5cc9000
write-combining @ 0xd5cc9000-0xd5cca000
write-combining @ 0xd5cca000-0xd5ccb000
write-combining @ 0xd5ccb000-0xd5ccc000
write-combining @ 0xd5ccc000-0xd5ccd000
write-combining @ 0xd6112000-0xd6113000
write-combining @ 0xd6113000-0xd6114000
write-combining @ 0xd6114000-0xd6115000
write-combining @ 0xd6115000-0xd6116000
write-combining @ 0xd6116000-0xd6117000
write-combining @ 0xd6117000-0xd6118000
write-combining @ 0xd611a000-0xd611b000
write-combining @ 0xd611b000-0xd611c000
write-combining @ 0xd611c000-0xd611d000
write-combining @ 0xd611d000-0xd611e000
write-combining @ 0xd611e000-0xd611f000
write-combining @ 0xd6126000-0xd6127000
write-combining @ 0xd6127000-0xd6128000
write-combining @ 0xd6128000-0xd6129000
write-combining @ 0xd6129000-0xd612a000
write-combining @ 0xd612b000-0xd612c000
write-combining @ 0xd6157000-0xd6158000
write-combining @ 0xd6158000-0xd6159000
write-combining @ 0xd6159000-0xd615a000
write-combining @ 0xd615a000-0xd615b000
write-combining @ 0xd615b000-0xd615c000
write-combining @ 0xd615c000-0xd615d000
write-combining @ 0xd615d000-0xd615e000
write-combining @ 0xd615e000-0xd615f000
write-combining @ 0xd615f000-0xd6160000
write-combining @ 0xd6160000-0xd6161000
write-combining @ 0xd6161000-0xd6162000
write-combining @ 0xd6162000-0xd6163000
write-combining @ 0xd6167000-0xd6168000
write-combining @ 0xd6168000-0xd6169000
write-combining @ 0xd6169000-0xd616a000
write-combining @ 0xd616a000-0xd616b000
write-combining @ 0xd616b000-0xd616c000
write-combining @ 0xd616c000-0xd616d000
write-combining @ 0xd616d000-0xd616e000
write-combining @ 0xd616e000-0xd616f000
write-combining @ 0xd616f000-0xd6170000
write-combining @ 0xd6170000-0xd6171000
write-combining @ 0xd6173000-0xd6174000
write-combining @ 0xd6174000-0xd6175000
write-combining @ 0xd6175000-0xd6176000
write-combining @ 0xd6176000-0xd6177000
write-combining @ 0xd6177000-0xd6178000
write-combining @ 0xd6178000-0xd6179000
write-combining @ 0xd6179000-0xd617a000
write-combining @ 0xd617a000-0xd617b000
write-combining @ 0xd6199000-0xd619a000
write-combining @ 0xd619a000-0xd619b000
write-combining @ 0xd619b000-0xd619c000
write-combining @ 0xd619c000-0xd619d000
write-combining @ 0xd619d000-0xd619e000
write-combining @ 0xd61ab000-0xd61ac000
write-combining @ 0xd61ac000-0xd61ad000
write-combining @ 0xd61ad000-0xd61ae000
write-combining @ 0xd61ae000-0xd61af000
write-combining @ 0xd61af000-0xd61b0000
write-combining @ 0xd61b0000-0xd61b1000
write-combining @ 0xd61b1000-0xd61b2000
write-combining @ 0xd61b5000-0xd61b6000
write-combining @ 0xd61b6000-0xd61b7000
write-combining @ 0xd61b7000-0xd61b8000
write-combining @ 0xd61b8000-0xd61b9000
write-combining @ 0xd61b9000-0xd61ba000
write-combining @ 0xd61bd000-0xd61be000
write-combining @ 0xd61be000-0xd61bf000
write-combining @ 0xd61bf000-0xd61c0000
write-combining @ 0xd61c0000-0xd61c1000
write-combining @ 0xd61c1000-0xd61c2000
write-combining @ 0xd61c5000-0xd61c6000
write-combining @ 0xd61c6000-0xd61c7000
write-combining @ 0xd61c7000-0xd61c8000
write-combining @ 0xd61c8000-0xd61c9000
write-combining @ 0xd61c9000-0xd61ca000
write-combining @ 0xd61ca000-0xd61cb000
write-combining @ 0xd61cb000-0xd61cc000
write-combining @ 0xd61cf000-0xd61d0000
write-combining @ 0xd61d0000-0xd61d1000
write-combining @ 0xd61d1000-0xd61d2000
write-combining @ 0xd61d2000-0xd61d3000
write-combining @ 0xd61d3000-0xd61d4000
write-combining @ 0xd61d7000-0xd61d8000
write-combining @ 0xd61d8000-0xd61d9000
write-combining @ 0xd61d9000-0xd61da000
write-combining @ 0xd61da000-0xd61db000
write-combining @ 0xd61db000-0xd61dc000
write-combining @ 0xd61df000-0xd61e0000
write-combining @ 0xd61e0000-0xd61e1000
write-combining @ 0xd61e1000-0xd61e2000
write-combining @ 0xd61e2000-0xd61e3000
write-combining @ 0xd61e3000-0xd61e4000
write-combining @ 0xd61e4000-0xd61e5000
write-combining @ 0xd61e8000-0xd61e9000
write-combining @ 0xd61e9000-0xd61ea000
write-combining @ 0xd61ea000-0xd61eb000
write-combining @ 0xd61eb000-0xd61ec000
write-combining @ 0xd61ec000-0xd61ed000
write-combining @ 0xd61f0000-0xd61f1000
write-combining @ 0xd61f1000-0xd61f2000
write-combining @ 0xd61f2000-0xd61f3000
write-combining @ 0xd61f3000-0xd61f4000
write-combining @ 0xd61f4000-0xd61f5000
write-combining @ 0xd61f8000-0xd61f9000
write-combining @ 0xd61f9000-0xd61fa000
write-combining @ 0xd61fa000-0xd61fb000
write-combining @ 0xd61fb000-0xd61fc000
write-combining @ 0xd61fc000-0xd61fd000
write-combining @ 0xd6218000-0xd6219000
write-combining @ 0xd6219000-0xd621a000
write-combining @ 0xd621a000-0xd621b000
write-combining @ 0xd621b000-0xd621c000
write-combining @ 0xd621c000-0xd621d000
write-combining @ 0xd6220000-0xd6221000
write-combining @ 0xd6221000-0xd6222000
write-combining @ 0xd6222000-0xd6223000
write-combining @ 0xd6223000-0xd6224000
write-combining @ 0xd6224000-0xd6225000
write-combining @ 0xd623a000-0xd623b000
write-combining @ 0xd623b000-0xd623c000
write-combining @ 0xd623c000-0xd623d000
write-combining @ 0xd623d000-0xd623e000
write-combining @ 0xd623e000-0xd623f000
write-combining @ 0xd6252000-0xd6253000
write-combining @ 0xd6253000-0xd6254000
write-combining @ 0xd6254000-0xd6255000
write-combining @ 0xd6255000-0xd6256000
write-combining @ 0xd6256000-0xd6257000
write-combining @ 0xd6262000-0xd6263000
write-combining @ 0xd6263000-0xd6264000
write-combining @ 0xd6264000-0xd6265000
write-combining @ 0xd6265000-0xd6266000
write-combining @ 0xd6266000-0xd6267000
write-combining @ 0xd627a000-0xd627b000
write-combining @ 0xd627b000-0xd627c000
write-combining @ 0xd627c000-0xd627d000
write-combining @ 0xd627d000-0xd627e000
write-combining @ 0xd627e000-0xd627f000
write-combining @ 0xd628a000-0xd628b000
write-combining @ 0xd628b000-0xd628c000
write-combining @ 0xd628c000-0xd628d000
write-combining @ 0xd628d000-0xd628e000
write-combining @ 0xd628e000-0xd628f000
write-combining @ 0xd6292000-0xd6293000
write-combining @ 0xd6293000-0xd6294000
write-combining @ 0xd6294000-0xd6295000
write-combining @ 0xd6295000-0xd6296000
write-combining @ 0xd6296000-0xd6297000
write-combining @ 0xd629a000-0xd629b000
write-combining @ 0xd629b000-0xd629c000
write-combining @ 0xd629c000-0xd629d000
write-combining @ 0xd629d000-0xd629e000
write-combining @ 0xd629e000-0xd629f000
write-combining @ 0xd62a2000-0xd62a3000
write-combining @ 0xd62a3000-0xd62a4000
write-combining @ 0xd62a4000-0xd62a5000
write-combining @ 0xd62a5000-0xd62a6000
write-combining @ 0xd62a6000-0xd62a7000
write-combining @ 0xd62aa000-0xd62ab000
write-combining @ 0xd62ab000-0xd62ac000
write-combining @ 0xd62ac000-0xd62ad000
write-combining @ 0xd62ad000-0xd62ae000
write-combining @ 0xd62ae000-0xd62af000
write-combining @ 0xd62b2000-0xd62b3000
write-combining @ 0xd62b3000-0xd62b4000
write-combining @ 0xd62b4000-0xd62b5000
write-combining @ 0xd62b5000-0xd62b6000
write-combining @ 0xd62b6000-0xd62b7000
write-combining @ 0xd62ba000-0xd62bb000
write-combining @ 0xd62bb000-0xd62bc000
write-combining @ 0xd62bc000-0xd62bd000
write-combining @ 0xd62bd000-0xd62be000
write-combining @ 0xd62be000-0xd62bf000
write-combining @ 0xd62c2000-0xd62c3000
write-combining @ 0xd62c3000-0xd62c4000
write-combining @ 0xd62c4000-0xd62c5000
write-combining @ 0xd62c5000-0xd62c6000
write-combining @ 0xd62c6000-0xd62c7000
write-combining @ 0xd62d2000-0xd62d3000
write-combining @ 0xd62d3000-0xd62d4000
write-combining @ 0xd62e4000-0xd62e5000
write-combining @ 0xd62e5000-0xd62e6000
write-combining @ 0xd62e6000-0xd62e7000
write-combining @ 0xd62e7000-0xd62e8000
write-combining @ 0xd62e8000-0xd62e9000
write-combining @ 0xd62e9000-0xd62ea000
write-combining @ 0xd6305000-0xd6306000
write-combining @ 0xd6306000-0xd6307000
write-combining @ 0xd6307000-0xd6308000
write-combining @ 0xd6308000-0xd6309000
write-combining @ 0xd6309000-0xd630a000
write-combining @ 0xd6325000-0xd6326000
write-combining @ 0xd6326000-0xd6327000
write-combining @ 0xd6327000-0xd6328000
write-combining @ 0xd6328000-0xd6329000
write-combining @ 0xd6329000-0xd632a000
write-combining @ 0xd632d000-0xd632e000
write-combining @ 0xd632e000-0xd632f000
write-combining @ 0xd632f000-0xd6330000
write-combining @ 0xd6330000-0xd6331000
write-combining @ 0xd6331000-0xd6332000
write-combining @ 0xd6335000-0xd6336000
write-combining @ 0xd6336000-0xd6337000
write-combining @ 0xd6337000-0xd6338000
write-combining @ 0xd6338000-0xd6339000
write-combining @ 0xd6339000-0xd633a000
write-combining @ 0xd633d000-0xd633e000
write-combining @ 0xd633e000-0xd633f000
write-combining @ 0xd633f000-0xd6340000
write-combining @ 0xd6340000-0xd6341000
write-combining @ 0xd6341000-0xd6342000
write-combining @ 0xd6345000-0xd6346000
write-combining @ 0xd6346000-0xd6347000
write-combining @ 0xd6347000-0xd6348000
write-combining @ 0xd6348000-0xd6349000
write-combining @ 0xd6349000-0xd634a000
write-combining @ 0xd634d000-0xd634e000
write-combining @ 0xd634e000-0xd634f000
write-combining @ 0xd634f000-0xd6350000
write-combining @ 0xd6350000-0xd6351000
write-combining @ 0xd6351000-0xd6352000
write-combining @ 0xd6355000-0xd6356000
write-combining @ 0xd6356000-0xd6357000
write-combining @ 0xd6357000-0xd6358000
write-combining @ 0xd6358000-0xd6359000
write-combining @ 0xd6359000-0xd635a000
write-combining @ 0xd635d000-0xd635e000
write-combining @ 0xd635e000-0xd635f000
write-combining @ 0xd635f000-0xd6360000
write-combining @ 0xd6360000-0xd6361000
write-combining @ 0xd6361000-0xd6362000
write-combining @ 0xd6365000-0xd6366000
write-combining @ 0xd6366000-0xd6367000
write-combining @ 0xd6367000-0xd6368000
write-combining @ 0xd6368000-0xd6369000
write-combining @ 0xd6369000-0xd636a000
write-combining @ 0xd636d000-0xd636e000
write-combining @ 0xd636e000-0xd636f000
write-combining @ 0xd636f000-0xd6370000
write-combining @ 0xd6370000-0xd6371000
write-combining @ 0xd6371000-0xd6372000
write-combining @ 0xd6375000-0xd6376000
write-combining @ 0xd6376000-0xd6377000
write-combining @ 0xd6377000-0xd6378000
write-combining @ 0xd6378000-0xd6379000
write-combining @ 0xd6379000-0xd637a000
write-combining @ 0xd637d000-0xd637e000
write-combining @ 0xd637e000-0xd637f000
write-combining @ 0xd637f000-0xd6380000
write-combining @ 0xd6380000-0xd6381000
write-combining @ 0xd6381000-0xd6382000
write-combining @ 0xd6385000-0xd6386000
write-combining @ 0xd6386000-0xd6387000
write-combining @ 0xd6387000-0xd6388000
write-combining @ 0xd6388000-0xd6389000
write-combining @ 0xd6389000-0xd638a000
write-combining @ 0xd638d000-0xd638e000
write-combining @ 0xd638e000-0xd638f000
write-combining @ 0xd638f000-0xd6390000
write-combining @ 0xd6390000-0xd6391000
write-combining @ 0xd6391000-0xd6392000
write-combining @ 0xd639d000-0xd639e000
write-combining @ 0xd639e000-0xd639f000
write-combining @ 0xd639f000-0xd63a0000
write-combining @ 0xd63a0000-0xd63a1000
write-combining @ 0xd63a1000-0xd63a2000
write-combining @ 0xd63a5000-0xd63a6000
write-combining @ 0xd63a6000-0xd63a7000
write-combining @ 0xd63a7000-0xd63a8000
write-combining @ 0xd63a8000-0xd63a9000
write-combining @ 0xd63a9000-0xd63aa000
write-combining @ 0xd63ad000-0xd63ae000
write-combining @ 0xd63ae000-0xd63af000
write-combining @ 0xd63af000-0xd63b0000
write-combining @ 0xd63b0000-0xd63b1000
write-combining @ 0xd63b1000-0xd63b2000
write-combining @ 0xd63b5000-0xd63b6000
write-combining @ 0xd63b6000-0xd63b7000
write-combining @ 0xd63b7000-0xd63b8000
write-combining @ 0xd63b8000-0xd63b9000
write-combining @ 0xd63b9000-0xd63ba000
write-combining @ 0xd63ba000-0xd63bb000
write-combining @ 0xd63bd000-0xd63be000
write-combining @ 0xd63be000-0xd63bf000
write-combining @ 0xd63bf000-0xd63c0000
write-combining @ 0xd63c0000-0xd63c1000
write-combining @ 0xd63c1000-0xd63c2000
write-combining @ 0xd63c2000-0xd63c3000
write-combining @ 0xd63c3000-0xd63c4000
write-combining @ 0xd63c4000-0xd63c5000
write-combining @ 0xd63cd000-0xd63ce000
write-combining @ 0xd63ce000-0xd63cf000
write-combining @ 0xd63cf000-0xd63d0000
write-combining @ 0xd63d0000-0xd63d1000
write-combining @ 0xd63d1000-0xd63d2000
write-combining @ 0xd63d2000-0xd63d3000
write-combining @ 0xd63d3000-0xd63d4000
write-combining @ 0xd63d4000-0xd63d5000
write-combining @ 0xd63d5000-0xd63d6000
write-combining @ 0xd6458000-0xd6459000
write-combining @ 0xd6459000-0xd645a000
write-combining @ 0xd645a000-0xd645b000
write-combining @ 0xd645b000-0xd645c000
write-combining @ 0xd645c000-0xd645d000
write-combining @ 0xd6476000-0xd6477000
write-combining @ 0xd6477000-0xd6478000
write-combining @ 0xd6478000-0xd6479000
write-combining @ 0xd6479000-0xd647a000
write-combining @ 0xd647a000-0xd647b000
write-combining @ 0xd647e000-0xd647f000
write-combining @ 0xd647f000-0xd6480000
write-combining @ 0xd6480000-0xd6481000
write-combining @ 0xd6481000-0xd6482000
write-combining @ 0xd6482000-0xd6483000
write-combining @ 0xd648a000-0xd648b000
write-combining @ 0xd648b000-0xd648c000
write-combining @ 0xd648c000-0xd648d000
write-combining @ 0xd648d000-0xd648e000
write-combining @ 0xd648e000-0xd648f000
write-combining @ 0xd6492000-0xd6493000
write-combining @ 0xd6493000-0xd6494000
write-combining @ 0xd6494000-0xd6495000
write-combining @ 0xd6495000-0xd6496000
write-combining @ 0xd6496000-0xd6497000
write-combining @ 0xd64b4000-0xd64b5000
write-combining @ 0xd64b5000-0xd64b6000
write-combining @ 0xd64b6000-0xd64b7000
write-combining @ 0xd64b7000-0xd64b8000
write-combining @ 0xd657c000-0xd657d000
write-combining @ 0xd65c4000-0xd65c5000
write-combining @ 0xd65c5000-0xd65c6000
write-combining @ 0xd65c6000-0xd65c7000
write-combining @ 0xd65c7000-0xd65c8000
write-combining @ 0xd65c8000-0xd65c9000
write-combining @ 0xd65c9000-0xd65ca000
write-combining @ 0xd65ca000-0xd65cb000
write-combining @ 0xd65cb000-0xd65cc000
write-combining @ 0xd65cc000-0xd65cd000
write-combining @ 0xd65cd000-0xd65ce000
write-combining @ 0xd65ce000-0xd65cf000
write-combining @ 0xd65cf000-0xd65d0000
write-combining @ 0xd65d0000-0xd65d1000
write-combining @ 0xd65d1000-0xd65d2000
write-combining @ 0xd65d2000-0xd65d3000
write-combining @ 0xd65d3000-0xd65d4000
write-combining @ 0xd65d4000-0xd65d5000
write-combining @ 0xd65d5000-0xd65d6000
write-combining @ 0xd65d6000-0xd65d7000
write-combining @ 0xd65d7000-0xd65d8000
write-combining @ 0xd65d8000-0xd65d9000
write-combining @ 0xd65d9000-0xd65da000
write-combining @ 0xd65da000-0xd65db000
write-combining @ 0xd65db000-0xd65dc000
write-combining @ 0xd65dc000-0xd65dd000
write-combining @ 0xd65dd000-0xd65de000
write-combining @ 0xd65de000-0xd65df000
write-combining @ 0xd65df000-0xd65e0000
write-combining @ 0xd65e0000-0xd65e1000
write-combining @ 0xd65e1000-0xd65e2000
write-combining @ 0xd65e2000-0xd65e3000
write-combining @ 0xd65e3000-0xd65e4000
write-combining @ 0xd65e4000-0xd65e5000
write-combining @ 0xd65e5000-0xd65e6000
write-combining @ 0xd65e6000-0xd65e7000
write-combining @ 0xd65e7000-0xd65e8000
write-combining @ 0xd65e8000-0xd65e9000
write-combining @ 0xd65e9000-0xd65ea000
write-combining @ 0xd65ea000-0xd65eb000
write-combining @ 0xd65eb000-0xd65ec000
write-combining @ 0xd65ec000-0xd65ed000
write-combining @ 0xd65ed000-0xd65ee000
write-combining @ 0xd65ee000-0xd65ef000
write-combining @ 0xd65ef000-0xd65f0000
write-combining @ 0xd65f0000-0xd65f1000
write-combining @ 0xd65f1000-0xd65f2000
write-combining @ 0xd65f2000-0xd65f3000
write-combining @ 0xd65f3000-0xd65f4000
write-combining @ 0xd65f4000-0xd65f5000
write-combining @ 0xd65f5000-0xd65f6000
write-combining @ 0xd65f6000-0xd65f7000
write-combining @ 0xd65f7000-0xd65f8000
write-combining @ 0xd65f8000-0xd65f9000
write-combining @ 0xd65f9000-0xd65fa000
write-combining @ 0xd66e3000-0xd66e4000
write-combining @ 0xd6717000-0xd6718000
write-combining @ 0xd671d000-0xd671e000
write-combining @ 0xd6720000-0xd6721000
write-combining @ 0xd6725000-0xd6726000
write-combining @ 0xd672a000-0xd672b000
write-combining @ 0xd6ed0000-0xd6ed1000
write-combining @ 0xd6ed1000-0xd6ed2000
write-combining @ 0xd7776000-0xd7777000
write-combining @ 0xd7aa4000-0xd7aa5000
write-combining @ 0xd7bca000-0xd7bcb000
write-combining @ 0xd7c84000-0xd7c85000
write-combining @ 0xd7c85000-0xd7c86000
write-combining @ 0xd7c94000-0xd7c95000
write-combining @ 0xd7c95000-0xd7c96000
write-combining @ 0xd80ff000-0xd8100000
write-combining @ 0xd8104000-0xd8105000
write-combining @ 0xd8105000-0xd8106000
write-combining @ 0xd8106000-0xd8107000
write-combining @ 0xd8107000-0xd8108000
write-combining @ 0xd8108000-0xd8109000
write-combining @ 0xd8109000-0xd810a000
write-combining @ 0xd810a000-0xd810b000
write-combining @ 0xd810b000-0xd810c000
write-combining @ 0xd810c000-0xd810d000
write-combining @ 0xd810d000-0xd810e000
write-combining @ 0xd810e000-0xd810f000
write-combining @ 0xd810f000-0xd8110000
write-combining @ 0xd8114000-0xd8115000
write-combining @ 0xd8115000-0xd8116000
write-combining @ 0xd811e000-0xd811f000
write-combining @ 0xd811f000-0xd8120000
write-combining @ 0xd8120000-0xd8121000
write-combining @ 0xd8121000-0xd8122000
write-combining @ 0xd8122000-0xd8123000
write-combining @ 0xd8123000-0xd8124000
write-combining @ 0xd8124000-0xd8125000
write-combining @ 0xd8125000-0xd8126000
write-combining @ 0xd8131000-0xd8132000
write-combining @ 0xd8132000-0xd8133000
write-combining @ 0xd8133000-0xd8134000
write-combining @ 0xd8134000-0xd8135000
write-combining @ 0xd8135000-0xd8136000
write-combining @ 0xd8136000-0xd8137000
write-combining @ 0xd8137000-0xd8138000
write-combining @ 0xd8138000-0xd8139000
write-combining @ 0xd8139000-0xd813a000
write-combining @ 0xd813a000-0xd813b000
write-combining @ 0xd813b000-0xd813c000
write-combining @ 0xd813c000-0xd813d000
write-combining @ 0xd813d000-0xd813e000
write-combining @ 0xd813e000-0xd813f000
write-combining @ 0xd813f000-0xd8140000
write-combining @ 0xd8140000-0xd8141000
write-combining @ 0xd815c000-0xd815d000
write-combining @ 0xd815d000-0xd815e000
write-combining @ 0xd815e000-0xd815f000
write-combining @ 0xd815f000-0xd8160000
write-combining @ 0xd8160000-0xd8161000
write-combining @ 0xd8164000-0xd8165000
write-combining @ 0xd8165000-0xd8166000
write-combining @ 0xd8166000-0xd8167000
write-combining @ 0xd8167000-0xd8168000
write-combining @ 0xd8168000-0xd8169000
write-combining @ 0xd8169000-0xd816a000
write-combining @ 0xd816a000-0xd816b000
write-combining @ 0xd816b000-0xd816c000
write-combining @ 0xd816c000-0xd816d000
write-combining @ 0xd816d000-0xd816e000
write-combining @ 0xd816e000-0xd816f000
write-combining @ 0xd816f000-0xd8170000
write-combining @ 0xd8170000-0xd8171000
write-combining @ 0xd8171000-0xd8172000
write-combining @ 0xd8172000-0xd8173000
write-combining @ 0xd8173000-0xd8174000
write-combining @ 0xd8174000-0xd8175000
write-combining @ 0xd8175000-0xd8176000
write-combining @ 0xd8176000-0xd8177000
write-combining @ 0xd8177000-0xd8178000
write-combining @ 0xd8182000-0xd8183000
write-combining @ 0xd8183000-0xd8184000
write-combining @ 0xd8184000-0xd8185000
write-combining @ 0xd8185000-0xd8186000
write-combining @ 0xd8186000-0xd8187000
write-combining @ 0xd8187000-0xd8188000
write-combining @ 0xd8188000-0xd8189000
write-combining @ 0xd8189000-0xd818a000
write-combining @ 0xd818a000-0xd818b000
write-combining @ 0xd818b000-0xd818c000
write-combining @ 0xd818c000-0xd818d000
write-combining @ 0xd818d000-0xd818e000
write-combining @ 0xd818e000-0xd818f000
write-combining @ 0xd818f000-0xd8190000
write-combining @ 0xd8190000-0xd8191000
write-combining @ 0xd8191000-0xd8192000
write-combining @ 0xd8192000-0xd8193000
write-combining @ 0xd8195000-0xd8196000
write-combining @ 0xd8196000-0xd8197000
write-combining @ 0xd8197000-0xd8198000
write-combining @ 0xd8198000-0xd8199000
write-combining @ 0xd8199000-0xd819a000
write-combining @ 0xd819a000-0xd819b000
write-combining @ 0xd819b000-0xd819c000
write-combining @ 0xd819c000-0xd819d000
write-combining @ 0xd819d000-0xd819e000
write-combining @ 0xd819e000-0xd819f000
write-combining @ 0xd819f000-0xd81a0000
write-combining @ 0xd81a0000-0xd81a1000
write-combining @ 0xd81a1000-0xd81a2000
write-combining @ 0xd81a2000-0xd81a3000
write-combining @ 0xd81a3000-0xd81a4000
write-combining @ 0xd81a4000-0xd81a5000
write-combining @ 0xd81a5000-0xd81a6000
write-combining @ 0xd81a6000-0xd81a7000
write-combining @ 0xd81a7000-0xd81a8000
write-combining @ 0xd81a8000-0xd81a9000
write-combining @ 0xd81a9000-0xd81aa000
write-combining @ 0xd81aa000-0xd81ab000
write-combining @ 0xd81ab000-0xd81ac000
write-combining @ 0xd81ac000-0xd81ad000
write-combining @ 0xd81ad000-0xd81ae000
write-combining @ 0xd81ae000-0xd81af000
write-combining @ 0xd81af000-0xd81b0000
write-combining @ 0xd81b0000-0xd81b1000
write-combining @ 0xd81bc000-0xd81bd000
write-combining @ 0xd81bd000-0xd81be000
write-combining @ 0xd81be000-0xd81bf000
write-combining @ 0xd81bf000-0xd81c0000
write-combining @ 0xd81c0000-0xd81c1000
write-combining @ 0xd81c1000-0xd81c2000
write-combining @ 0xd81c2000-0xd81c3000
write-combining @ 0xd81c3000-0xd81c4000
write-combining @ 0xd81c4000-0xd81c5000
write-combining @ 0xd81c5000-0xd81c6000
write-combining @ 0xd81c6000-0xd81c7000
write-combining @ 0xd81c7000-0xd81c8000
write-combining @ 0xd81c8000-0xd81c9000
write-combining @ 0xd81c9000-0xd81ca000
write-combining @ 0xd81ca000-0xd81cb000
write-combining @ 0xd81cb000-0xd81cc000
write-combining @ 0xd81cc000-0xd81cd000
write-combining @ 0xd81cd000-0xd81ce000
write-combining @ 0xd81ce000-0xd81cf000
write-combining @ 0xd81cf000-0xd81d0000
write-combining @ 0xd81d0000-0xd81d1000
write-combining @ 0xd81d1000-0xd81d2000
write-combining @ 0xd81d2000-0xd81d3000
write-combining @ 0xd81d3000-0xd81d4000
write-combining @ 0xd81da000-0xd81db000
write-combining @ 0xd81db000-0xd81dc000
write-combining @ 0xd81dc000-0xd81dd000
write-combining @ 0xd81dd000-0xd81de000
write-combining @ 0xd81de000-0xd81df000
write-combining @ 0xd81df000-0xd81e0000
write-combining @ 0xd81e0000-0xd81e1000
write-combining @ 0xd81e1000-0xd81e2000
write-combining @ 0xd81e2000-0xd81e3000
write-combining @ 0xd81e5000-0xd81e6000
write-combining @ 0xd81e6000-0xd81e7000
write-combining @ 0xd81e7000-0xd81e8000
write-combining @ 0xd81e8000-0xd81e9000
write-combining @ 0xd81e9000-0xd81ea000
write-combining @ 0xd81ea000-0xd81eb000
write-combining @ 0xd81eb000-0xd81ec000
write-combining @ 0xd81ec000-0xd81ed000
write-combining @ 0xd81ed000-0xd81ee000
write-combining @ 0xd81ee000-0xd81ef000
write-combining @ 0xd81ef000-0xd81f0000
write-combining @ 0xd81f0000-0xd81f1000
write-combining @ 0xd81f1000-0xd81f2000
write-combining @ 0xd81f2000-0xd81f3000
write-combining @ 0xd8b37000-0xd8b38000
write-combining @ 0xd8de3000-0xd8de4000
write-combining @ 0xd8de4000-0xd8de5000
write-combining @ 0xd8f78000-0xd8f79000
write-combining @ 0xd8fda000-0xd8fdb000
write-combining @ 0xd8fdc000-0xd8fdd000
write-combining @ 0xd8fee000-0xd8fef000
write-combining @ 0xd8fef000-0xd8ff0000
write-combining @ 0xd8ff0000-0xd8ff1000
write-combining @ 0xd8ff3000-0xd8ff4000
write-combining @ 0xd9006000-0xd9007000
write-combining @ 0xd900b000-0xd900c000
write-combining @ 0xd901e000-0xd901f000
write-combining @ 0xd901f000-0xd9020000
write-combining @ 0xd9020000-0xd9021000
write-combining @ 0xd9021000-0xd9022000
write-combining @ 0xd9022000-0xd9023000
write-combining @ 0xd9023000-0xd9024000
write-combining @ 0xd9024000-0xd9025000
write-combining @ 0xd9025000-0xd9026000
write-combining @ 0xd903e000-0xd903f000
write-combining @ 0xd903f000-0xd9040000
write-combining @ 0xd9040000-0xd9041000
write-combining @ 0xd9041000-0xd9042000
write-combining @ 0xd9066000-0xd9067000
write-combining @ 0xd9067000-0xd9068000
write-combining @ 0xd9068000-0xd9069000
write-combining @ 0xd9069000-0xd906a000
write-combining @ 0xd9076000-0xd9077000
write-combining @ 0xd9077000-0xd9078000
write-combining @ 0xd9078000-0xd9079000
write-combining @ 0xd9079000-0xd907a000
write-combining @ 0xd9086000-0xd9087000
write-combining @ 0xd9087000-0xd9088000
write-combining @ 0xd9088000-0xd9089000
write-combining @ 0xd9089000-0xd908a000
write-combining @ 0xd90a8000-0xd90a9000
write-combining @ 0xd90e3000-0xd90e4000
write-combining @ 0xd90e5000-0xd90e6000
write-combining @ 0xd90ea000-0xd90eb000
write-combining @ 0xd90ee000-0xd90ef000
write-combining @ 0xd90ef000-0xd90f0000
write-combining @ 0xd90f0000-0xd90f1000
write-combining @ 0xd90f1000-0xd90f2000
write-combining @ 0xd90f2000-0xd90f3000
write-combining @ 0xd90f5000-0xd90f6000
write-combining @ 0xd90f9000-0xd90fa000
write-combining @ 0xd90fe000-0xd90ff000
write-combining @ 0xd9104000-0xd9105000
write-combining @ 0xd9111000-0xd9112000
write-combining @ 0xd9112000-0xd9113000
write-combining @ 0xd93ba000-0xd93bb000
write-combining @ 0xd9440000-0xd9441000
write-combining @ 0xd974b000-0xd974c000
write-combining @ 0xd9759000-0xd975a000
write-combining @ 0xd9778000-0xd9779000
write-combining @ 0xd97af000-0xd97b0000
write-combining @ 0xd97ff000-0xd9800000
write-combining @ 0xd9800000-0xd9801000
write-combining @ 0xd9801000-0xd9802000
write-combining @ 0xd9802000-0xd9803000
write-combining @ 0xd9803000-0xd9804000
write-combining @ 0xd9804000-0xd9805000
write-combining @ 0xd9805000-0xd9806000
write-combining @ 0xd9806000-0xd9807000
write-combining @ 0xd9807000-0xd9808000
write-combining @ 0xd9808000-0xd9809000
write-combining @ 0xd9809000-0xd980a000
write-combining @ 0xd980a000-0xd980b000
write-combining @ 0xd980b000-0xd980c000
write-combining @ 0xd980c000-0xd980d000
write-combining @ 0xd980d000-0xd980e000
write-combining @ 0xd980e000-0xd980f000
write-combining @ 0xd980f000-0xd9810000
write-combining @ 0xd9810000-0xd9811000
write-combining @ 0xd9811000-0xd9812000
write-combining @ 0xd9812000-0xd9813000
write-combining @ 0xd9813000-0xd9814000
write-combining @ 0xd9814000-0xd9815000
write-combining @ 0xd9815000-0xd9816000
write-combining @ 0xd9816000-0xd9817000
write-combining @ 0xd9817000-0xd9818000
write-combining @ 0xd9818000-0xd9819000
write-combining @ 0xd9819000-0xd981a000
write-combining @ 0xd981a000-0xd981b000
write-combining @ 0xd981b000-0xd981c000
write-combining @ 0xd981c000-0xd981d000
write-combining @ 0xd981d000-0xd981e000
write-combining @ 0xd981e000-0xd981f000
write-combining @ 0xd981f000-0xd9820000
write-combining @ 0xd9820000-0xd9821000
write-combining @ 0xd9821000-0xd9822000
write-combining @ 0xd9822000-0xd9823000
write-combining @ 0xd9823000-0xd9824000
write-combining @ 0xd9824000-0xd9825000
write-combining @ 0xd9825000-0xd9826000
write-combining @ 0xd9826000-0xd9827000
write-combining @ 0xd9827000-0xd9828000
write-combining @ 0xd9828000-0xd9829000
write-combining @ 0xd9829000-0xd982a000
write-combining @ 0xd982a000-0xd982b000
write-combining @ 0xd982b000-0xd982c000
write-combining @ 0xd982c000-0xd982d000
write-combining @ 0xd982d000-0xd982e000
write-combining @ 0xd982e000-0xd982f000
write-combining @ 0xd982f000-0xd9830000
write-combining @ 0xd9830000-0xd9831000
write-combining @ 0xd9831000-0xd9832000
write-combining @ 0xd9832000-0xd9833000
write-combining @ 0xd9833000-0xd9834000
write-combining @ 0xd9834000-0xd9835000
write-combining @ 0xd9835000-0xd9836000
write-combining @ 0xd9836000-0xd9837000
write-combining @ 0xd9837000-0xd9838000
write-combining @ 0xd9838000-0xd9839000
write-combining @ 0xd9839000-0xd983a000
write-combining @ 0xd983a000-0xd983b000
write-combining @ 0xd983b000-0xd983c000
write-combining @ 0xd983c000-0xd983d000
write-combining @ 0xd983d000-0xd983e000
write-combining @ 0xd983e000-0xd983f000
write-combining @ 0xd9847000-0xd9848000
write-combining @ 0xd9848000-0xd9849000
write-combining @ 0xd9849000-0xd984a000
write-combining @ 0xd984a000-0xd984b000
write-combining @ 0xd984b000-0xd984c000
write-combining @ 0xd984c000-0xd984d000
write-combining @ 0xd984d000-0xd984e000
write-combining @ 0xd984e000-0xd984f000
write-combining @ 0xd9857000-0xd9858000
write-combining @ 0xd9858000-0xd9859000
write-combining @ 0xd9859000-0xd985a000
write-combining @ 0xd985a000-0xd985b000
write-combining @ 0xd985b000-0xd985c000
write-combining @ 0xd985c000-0xd985d000
write-combining @ 0xd985d000-0xd985e000
write-combining @ 0xd985e000-0xd985f000
write-combining @ 0xd985f000-0xd9860000
write-combining @ 0xd9860000-0xd9861000
write-combining @ 0xd9861000-0xd9862000
write-combining @ 0xd9862000-0xd9863000
write-combining @ 0xd9863000-0xd9864000
write-combining @ 0xd9864000-0xd9865000
write-combining @ 0xd9865000-0xd9866000
write-combining @ 0xd9866000-0xd9867000
write-combining @ 0xd9867000-0xd9868000
write-combining @ 0xd9868000-0xd9869000
write-combining @ 0xd9869000-0xd986a000
write-combining @ 0xd986a000-0xd986b000
write-combining @ 0xd986b000-0xd986c000
write-combining @ 0xd986c000-0xd986d000
write-combining @ 0xd986d000-0xd986e000
write-combining @ 0xd986e000-0xd986f000
write-combining @ 0xd986f000-0xd9870000
write-combining @ 0xd9870000-0xd9871000
write-combining @ 0xd9871000-0xd9872000
write-combining @ 0xd9872000-0xd9873000
write-combining @ 0xd9873000-0xd9874000
write-combining @ 0xd9874000-0xd9875000
write-combining @ 0xd9875000-0xd9876000
write-combining @ 0xd9876000-0xd9877000
write-combining @ 0xd9877000-0xd9878000
write-combining @ 0xd9878000-0xd9879000
write-combining @ 0xd9879000-0xd987a000
write-combining @ 0xd987a000-0xd987b000
write-combining @ 0xd987b000-0xd987c000
write-combining @ 0xd987c000-0xd987d000
write-combining @ 0xd987d000-0xd987e000
write-combining @ 0xd987e000-0xd987f000
write-combining @ 0xd987f000-0xd9880000
write-combining @ 0xd9880000-0xd9881000
write-combining @ 0xd9881000-0xd9882000
write-combining @ 0xd9882000-0xd9883000
write-combining @ 0xd9883000-0xd9884000
write-combining @ 0xd9884000-0xd9885000
write-combining @ 0xd9885000-0xd9886000
write-combining @ 0xd9886000-0xd9887000
write-combining @ 0xd9887000-0xd9888000
write-combining @ 0xd9888000-0xd9889000
write-combining @ 0xd9889000-0xd988a000
write-combining @ 0xd988a000-0xd988b000
write-combining @ 0xd988b000-0xd988c000
write-combining @ 0xd988c000-0xd988d000
write-combining @ 0xd9895000-0xd9896000
write-combining @ 0xd9896000-0xd9897000
write-combining @ 0xd9897000-0xd9898000
write-combining @ 0xd9898000-0xd9899000
write-combining @ 0xd9899000-0xd989a000
write-combining @ 0xd989a000-0xd989b000
write-combining @ 0xd989b000-0xd989c000
write-combining @ 0xd989c000-0xd989d000
write-combining @ 0xd989d000-0xd989e000
write-combining @ 0xd989e000-0xd989f000
write-combining @ 0xd989f000-0xd98a0000
write-combining @ 0xd98a0000-0xd98a1000
write-combining @ 0xd98a1000-0xd98a2000
write-combining @ 0xd98a2000-0xd98a3000
write-combining @ 0xd98ab000-0xd98ac000
write-combining @ 0xd98ac000-0xd98ad000
write-combining @ 0xd98ad000-0xd98ae000
write-combining @ 0xd98ae000-0xd98af000
write-combining @ 0xd98af000-0xd98b0000
write-combining @ 0xd98b0000-0xd98b1000
write-combining @ 0xd98b1000-0xd98b2000
write-combining @ 0xd98b2000-0xd98b3000
write-combining @ 0xd98b3000-0xd98b4000
write-combining @ 0xd98b4000-0xd98b5000
write-combining @ 0xd98bd000-0xd98be000
write-combining @ 0xd98be000-0xd98bf000
write-combining @ 0xd98bf000-0xd98c0000
write-combining @ 0xd98c0000-0xd98c1000
write-combining @ 0xd98c1000-0xd98c2000
write-combining @ 0xd98c2000-0xd98c3000
write-combining @ 0xd98c3000-0xd98c4000
write-combining @ 0xd98c4000-0xd98c5000
write-combining @ 0xd98c5000-0xd98c6000
write-combining @ 0xd98c6000-0xd98c7000
write-combining @ 0xd98c7000-0xd98c8000
write-combining @ 0xd98c8000-0xd98c9000
write-combining @ 0xd98c9000-0xd98ca000
write-combining @ 0xd98ca000-0xd98cb000
write-combining @ 0xd98cb000-0xd98cc000
write-combining @ 0xd98cc000-0xd98cd000
write-combining @ 0xd98cd000-0xd98ce000
write-combining @ 0xd98ce000-0xd98cf000
write-combining @ 0xd98cf000-0xd98d0000
write-combining @ 0xd98d0000-0xd98d1000
write-combining @ 0xd98d1000-0xd98d2000
write-combining @ 0xd98d2000-0xd98d3000
write-combining @ 0xd98d3000-0xd98d4000
write-combining @ 0xd98d4000-0xd98d5000
write-combining @ 0xd98d5000-0xd98d6000
write-combining @ 0xd98d6000-0xd98d7000
write-combining @ 0xd98d7000-0xd98d8000
write-combining @ 0xd98d8000-0xd98d9000
write-combining @ 0xd98d9000-0xd98da000
write-combining @ 0xd98da000-0xd98db000
write-combining @ 0xd98db000-0xd98dc000
write-combining @ 0xd98dc000-0xd98dd000
write-combining @ 0xd98dd000-0xd98de000
write-combining @ 0xd98de000-0xd98df000
write-combining @ 0xd98df000-0xd98e0000
write-combining @ 0xd98e0000-0xd98e1000
write-combining @ 0xd98e1000-0xd98e2000
write-combining @ 0xd98e2000-0xd98e3000
write-combining @ 0xd98e3000-0xd98e4000
write-combining @ 0xd98e4000-0xd98e5000
write-combining @ 0xd98e5000-0xd98e6000
write-combining @ 0xd98e6000-0xd98e7000
write-combining @ 0xd98e7000-0xd98e8000
write-combining @ 0xd98e8000-0xd98e9000
write-combining @ 0xd98e9000-0xd98ea000
write-combining @ 0xd98ea000-0xd98eb000
write-combining @ 0xd98eb000-0xd98ec000
write-combining @ 0xd98ec000-0xd98ed000
write-combining @ 0xd98ed000-0xd98ee000
write-combining @ 0xd98ee000-0xd98ef000
write-combining @ 0xd98ef000-0xd98f0000
write-combining @ 0xd98f0000-0xd98f1000
write-combining @ 0xd98f1000-0xd98f2000
write-combining @ 0xd98f2000-0xd98f3000
write-combining @ 0xd98f3000-0xd98f4000
write-combining @ 0xd98f4000-0xd98f5000
write-combining @ 0xd98f5000-0xd98f6000
write-combining @ 0xd98f6000-0xd98f7000
write-combining @ 0xd98f7000-0xd98f8000
write-combining @ 0xd98f8000-0xd98f9000
write-combining @ 0xd98f9000-0xd98fa000
write-combining @ 0xd98fa000-0xd98fb000
write-combining @ 0xd98fb000-0xd98fc000
write-combining @ 0xd98fc000-0xd98fd000
write-combining @ 0xd98fd000-0xd98fe000
write-combining @ 0xd98fe000-0xd98ff000
write-combining @ 0xd98ff000-0xd9900000
write-combining @ 0xd9900000-0xd9901000
write-combining @ 0xd9901000-0xd9902000
write-combining @ 0xd9902000-0xd9903000
write-combining @ 0xd9903000-0xd9904000
write-combining @ 0xd9904000-0xd9905000
write-combining @ 0xd9905000-0xd9906000
write-combining @ 0xd9906000-0xd9907000
write-combining @ 0xd9907000-0xd9908000
write-combining @ 0xd9908000-0xd9909000
write-combining @ 0xd9909000-0xd990a000
write-combining @ 0xd990a000-0xd990b000
write-combining @ 0xd9913000-0xd9914000
write-combining @ 0xd9914000-0xd9915000
write-combining @ 0xd9915000-0xd9916000
write-combining @ 0xd9916000-0xd9917000
write-combining @ 0xd9917000-0xd9918000
write-combining @ 0xd9918000-0xd9919000
write-combining @ 0xd9919000-0xd991a000
write-combining @ 0xd991a000-0xd991b000
write-combining @ 0xd991b000-0xd991c000
write-combining @ 0xd991c000-0xd991d000
write-combining @ 0xd991d000-0xd991e000
write-combining @ 0xd991e000-0xd991f000
write-combining @ 0xd991f000-0xd9920000
write-combining @ 0xd9920000-0xd9921000
write-combining @ 0xd9921000-0xd9922000
write-combining @ 0xd9922000-0xd9923000
write-combining @ 0xd9923000-0xd9924000
write-combining @ 0xd9924000-0xd9925000
write-combining @ 0xd9925000-0xd9926000
write-combining @ 0xd9926000-0xd9927000
write-combining @ 0xd9927000-0xd9928000
write-combining @ 0xd9928000-0xd9929000
write-combining @ 0xd9929000-0xd992a000
write-combining @ 0xd992a000-0xd992b000
write-combining @ 0xd992b000-0xd992c000
write-combining @ 0xd992c000-0xd992d000
write-combining @ 0xd9935000-0xd9936000
write-combining @ 0xd9936000-0xd9937000
write-combining @ 0xd993b000-0xd993c000
write-combining @ 0xd993c000-0xd993d000
write-combining @ 0xd9954000-0xd9955000
write-combining @ 0xd9955000-0xd9956000
write-combining @ 0xd9956000-0xd9957000
write-combining @ 0xd9957000-0xd9958000
write-combining @ 0xd9958000-0xd9959000
write-combining @ 0xd99c0000-0xd99c1000
write-combining @ 0xd99c1000-0xd99c2000
write-combining @ 0xd99c2000-0xd99c3000
write-combining @ 0xd99c3000-0xd99c4000
write-combining @ 0xd99c4000-0xd99c5000
write-combining @ 0xd9a2b000-0xd9a2c000
write-combining @ 0xd9a2c000-0xd9a2d000
write-combining @ 0xd9a2d000-0xd9a2e000
write-combining @ 0xd9a2e000-0xd9a2f000
write-combining @ 0xd9a2f000-0xd9a30000
write-combining @ 0xd9acc000-0xd9acd000
write-combining @ 0xd9acd000-0xd9ace000
write-combining @ 0xd9ace000-0xd9acf000
write-combining @ 0xd9acf000-0xd9ad0000
write-combining @ 0xd9ad0000-0xd9ad1000
write-combining @ 0xd9ae6000-0xd9ae7000
write-combining @ 0xd9ae7000-0xd9ae8000
write-combining @ 0xd9ae8000-0xd9ae9000
write-combining @ 0xd9ae9000-0xd9aea000
write-combining @ 0xd9aea000-0xd9aeb000
write-combining @ 0xd9aeb000-0xd9aec000
write-combining @ 0xd9aec000-0xd9aed000
write-combining @ 0xd9aed000-0xd9aee000
write-combining @ 0xd9aef000-0xd9af0000
write-combining @ 0xd9af0000-0xd9af1000
write-combining @ 0xd9af1000-0xd9af2000
write-combining @ 0xd9af2000-0xd9af3000
write-combining @ 0xd9af3000-0xd9af4000
write-combining @ 0xd9af9000-0xd9afa000
write-combining @ 0xd9afa000-0xd9afb000
write-combining @ 0xd9afb000-0xd9afc000
write-combining @ 0xd9afc000-0xd9afd000
write-combining @ 0xd9afd000-0xd9afe000
write-combining @ 0xd9afe000-0xd9aff000
write-combining @ 0xd9b0e000-0xd9b0f000
write-combining @ 0xd9b0f000-0xd9b10000
write-combining @ 0xd9b10000-0xd9b11000
write-combining @ 0xd9b11000-0xd9b12000
write-combining @ 0xd9b12000-0xd9b13000
write-combining @ 0xd9b13000-0xd9b14000
write-combining @ 0xd9b14000-0xd9b15000
write-combining @ 0xd9b15000-0xd9b16000
write-combining @ 0xd9b16000-0xd9b17000
write-combining @ 0xd9b17000-0xd9b18000
write-combining @ 0xd9b18000-0xd9b19000
write-combining @ 0xd9b19000-0xd9b1a000
write-combining @ 0xd9b1a000-0xd9b1b000
write-combining @ 0xd9b1b000-0xd9b1c000
write-combining @ 0xd9b1c000-0xd9b1d000
write-combining @ 0xd9b1d000-0xd9b1e000
write-combining @ 0xd9b1e000-0xd9b1f000
write-combining @ 0xd9b1f000-0xd9b20000
write-combining @ 0xd9b20000-0xd9b21000
write-combining @ 0xd9b21000-0xd9b22000
write-combining @ 0xd9b22000-0xd9b23000
write-combining @ 0xd9b23000-0xd9b24000
write-combining @ 0xd9b24000-0xd9b25000
write-combining @ 0xd9b25000-0xd9b26000
write-combining @ 0xd9b26000-0xd9b27000
write-combining @ 0xd9b27000-0xd9b28000
write-combining @ 0xd9b28000-0xd9b29000
write-combining @ 0xd9b29000-0xd9b2a000
write-combining @ 0xd9b2a000-0xd9b2b000
write-combining @ 0xd9b2b000-0xd9b2c000
write-combining @ 0xd9b2e000-0xd9b2f000
write-combining @ 0xd9b2f000-0xd9b30000
write-combining @ 0xd9b30000-0xd9b31000
write-combining @ 0xd9b31000-0xd9b32000
write-combining @ 0xd9b32000-0xd9b33000
write-combining @ 0xd9b33000-0xd9b34000
write-combining @ 0xd9b34000-0xd9b35000
write-combining @ 0xd9b35000-0xd9b36000
write-combining @ 0xd9b36000-0xd9b37000
write-combining @ 0xd9b37000-0xd9b38000
write-combining @ 0xd9b38000-0xd9b39000
write-combining @ 0xd9b39000-0xd9b3a000
write-combining @ 0xd9b46000-0xd9b47000
write-combining @ 0xd9b47000-0xd9b48000
write-combining @ 0xd9b48000-0xd9b49000
write-combining @ 0xd9b49000-0xd9b4a000
write-combining @ 0xd9b4a000-0xd9b4b000
write-combining @ 0xd9b56000-0xd9b57000
write-combining @ 0xd9b57000-0xd9b58000
write-combining @ 0xd9b58000-0xd9b59000
write-combining @ 0xd9b59000-0xd9b5a000
write-combining @ 0xd9b5a000-0xd9b5b000
write-combining @ 0xd9b5e000-0xd9b5f000
write-combining @ 0xd9b5f000-0xd9b60000
write-combining @ 0xd9b60000-0xd9b61000
write-combining @ 0xd9b61000-0xd9b62000
write-combining @ 0xd9b62000-0xd9b63000
write-combining @ 0xd9b63000-0xd9b64000
write-combining @ 0xd9b64000-0xd9b65000
write-combining @ 0xd9b65000-0xd9b66000
write-combining @ 0xd9b7e000-0xd9b7f000
write-combining @ 0xd9b7f000-0xd9b80000
write-combining @ 0xd9b80000-0xd9b81000
write-combining @ 0xd9b81000-0xd9b82000
write-combining @ 0xd9b82000-0xd9b83000
write-combining @ 0xd9b87000-0xd9b88000
write-combining @ 0xd9b88000-0xd9b89000
write-combining @ 0xd9b89000-0xd9b8a000
write-combining @ 0xd9b8a000-0xd9b8b000
write-combining @ 0xd9b8b000-0xd9b8c000
write-combining @ 0xd9b8c000-0xd9b8d000
write-combining @ 0xd9b8d000-0xd9b8e000
write-combining @ 0xd9b8e000-0xd9b8f000
write-combining @ 0xd9b8f000-0xd9b90000
write-combining @ 0xd9b90000-0xd9b91000
write-combining @ 0xd9b91000-0xd9b92000
write-combining @ 0xd9b92000-0xd9b93000
write-combining @ 0xd9b93000-0xd9b94000
write-combining @ 0xd9b94000-0xd9b95000
write-combining @ 0xd9b95000-0xd9b96000
write-combining @ 0xd9b96000-0xd9b97000
write-combining @ 0xd9b97000-0xd9b98000
write-combining @ 0xd9b98000-0xd9b99000
write-combining @ 0xd9b99000-0xd9b9a000
write-combining @ 0xd9b9a000-0xd9b9b000
write-combining @ 0xd9bb1000-0xd9bb2000
write-combining @ 0xd9bb2000-0xd9bb3000
write-combining @ 0xd9bb3000-0xd9bb4000
write-combining @ 0xd9bb4000-0xd9bb5000
write-combining @ 0xd9bb5000-0xd9bb6000
write-combining @ 0xd9bb6000-0xd9bb7000
write-combining @ 0xd9bb7000-0xd9bb8000
write-combining @ 0xd9bb8000-0xd9bb9000
write-combining @ 0xd9bb9000-0xd9bba000
write-combining @ 0xd9bba000-0xd9bbb000
write-combining @ 0xd9bbb000-0xd9bbc000
write-combining @ 0xd9bbc000-0xd9bbd000
write-combining @ 0xd9bbd000-0xd9bbe000
write-combining @ 0xd9bbe000-0xd9bbf000
write-combining @ 0xd9bbf000-0xd9bc0000
write-combining @ 0xd9bc0000-0xd9bc1000
write-combining @ 0xd9bc2000-0xd9bc3000
write-combining @ 0xd9bc3000-0xd9bc4000
write-combining @ 0xd9bc4000-0xd9bc5000
write-combining @ 0xd9bc6000-0xd9bc7000
write-combining @ 0xd9bc7000-0xd9bc8000
write-combining @ 0xd9bc8000-0xd9bc9000
write-combining @ 0xd9be6000-0xd9be7000
write-combining @ 0xd9bed000-0xd9bee000
write-combining @ 0xd9bf2000-0xd9bf3000
write-combining @ 0xd9bf3000-0xd9bf4000
write-combining @ 0xd9bf6000-0xd9bf7000
write-combining @ 0xd9bf7000-0xd9bf8000
write-combining @ 0xd9bf8000-0xd9bf9000
write-combining @ 0xd9bf9000-0xd9bfa000
write-combining @ 0xd9bfa000-0xd9bfb000
write-combining @ 0xd9bfb000-0xd9bfc000
write-combining @ 0xd9bfc000-0xd9bfd000
write-combining @ 0xd9c00000-0xd9c01000
write-combining @ 0xd9c01000-0xd9c02000
write-combining @ 0xd9c02000-0xd9c03000
write-combining @ 0xd9c03000-0xd9c04000
write-combining @ 0xd9c04000-0xd9c05000
write-combining @ 0xd9c05000-0xd9c06000
write-combining @ 0xd9c06000-0xd9c07000
write-combining @ 0xd9c07000-0xd9c08000
write-combining @ 0xd9c08000-0xd9c09000
write-combining @ 0xd9c09000-0xd9c0a000
write-combining @ 0xd9c0a000-0xd9c0b000
write-combining @ 0xd9c0b000-0xd9c0c000
write-combining @ 0xd9c0c000-0xd9c0d000
write-combining @ 0xd9c0d000-0xd9c0e000
write-combining @ 0xd9c0e000-0xd9c0f000
write-combining @ 0xd9c0f000-0xd9c10000
write-combining @ 0xd9c11000-0xd9c12000
write-combining @ 0xd9c12000-0xd9c13000
write-combining @ 0xd9c13000-0xd9c14000
write-combining @ 0xd9c14000-0xd9c15000
write-combining @ 0xd9c15000-0xd9c16000
write-combining @ 0xd9c16000-0xd9c17000
write-combining @ 0xd9c17000-0xd9c18000
write-combining @ 0xd9c18000-0xd9c19000
write-combining @ 0xd9c1d000-0xd9c1e000
write-combining @ 0xd9c4d000-0xd9c4e000
write-combining @ 0xd9c4e000-0xd9c4f000
write-combining @ 0xd9c5d000-0xd9c5e000
write-combining @ 0xd9dcf000-0xd9dd0000
write-combining @ 0xd9dd0000-0xd9dd1000
write-combining @ 0xd9dd1000-0xd9dd2000
write-combining @ 0xd9dd2000-0xd9dd3000
write-combining @ 0xd9dd3000-0xd9dd4000
write-combining @ 0xd9dd4000-0xd9dd5000
write-combining @ 0xd9dd5000-0xd9dd6000
write-combining @ 0xd9dd6000-0xd9dd7000
write-combining @ 0xd9dd7000-0xd9dd8000
write-combining @ 0xd9dd8000-0xd9dd9000
write-combining @ 0xd9dd9000-0xd9dda000
write-combining @ 0xd9dda000-0xd9ddb000
write-combining @ 0xd9ddb000-0xd9ddc000
write-combining @ 0xd9ddc000-0xd9ddd000
write-combining @ 0xd9ddd000-0xd9dde000
write-combining @ 0xd9dde000-0xd9ddf000
write-combining @ 0xd9ddf000-0xd9de0000
write-combining @ 0xd9de0000-0xd9de1000
write-combining @ 0xd9de1000-0xd9de2000
write-combining @ 0xd9de2000-0xd9de3000
write-combining @ 0xd9de3000-0xd9de4000
write-combining @ 0xd9de4000-0xd9de5000
write-combining @ 0xd9de5000-0xd9de6000
write-combining @ 0xd9de6000-0xd9de7000
write-combining @ 0xd9de7000-0xd9de8000
write-combining @ 0xd9de8000-0xd9de9000
write-combining @ 0xd9de9000-0xd9dea000
write-combining @ 0xd9dea000-0xd9deb000
write-combining @ 0xd9deb000-0xd9dec000
write-combining @ 0xd9dec000-0xd9ded000
write-combining @ 0xd9ded000-0xd9dee000
write-combining @ 0xd9dee000-0xd9def000
write-combining @ 0xd9def000-0xd9df0000
write-combining @ 0xd9df0000-0xd9df1000
write-combining @ 0xd9df1000-0xd9df2000
write-combining @ 0xd9df2000-0xd9df3000
write-combining @ 0xd9df3000-0xd9df4000
write-combining @ 0xd9df4000-0xd9df5000
write-combining @ 0xd9df5000-0xd9df6000
write-combining @ 0xd9df6000-0xd9df7000
write-combining @ 0xd9df7000-0xd9df8000
write-combining @ 0xd9df8000-0xd9df9000
write-combining @ 0xd9df9000-0xd9dfa000
write-combining @ 0xd9dfa000-0xd9dfb000
write-combining @ 0xd9dfb000-0xd9dfc000
write-combining @ 0xd9dfc000-0xd9dfd000
write-combining @ 0xd9dfd000-0xd9dfe000
write-combining @ 0xd9dfe000-0xd9dff000
write-combining @ 0xd9dff000-0xd9e00000
write-combining @ 0xd9e00000-0xd9e01000
write-combining @ 0xd9e01000-0xd9e02000
write-combining @ 0xd9e02000-0xd9e03000
write-combining @ 0xd9e03000-0xd9e04000
write-combining @ 0xd9e04000-0xd9e05000
write-combining @ 0xd9e05000-0xd9e06000
write-combining @ 0xd9e06000-0xd9e07000
write-combining @ 0xd9e07000-0xd9e08000
write-combining @ 0xd9e08000-0xd9e09000
write-combining @ 0xd9e09000-0xd9e0a000
write-combining @ 0xd9e0a000-0xd9e0b000
write-combining @ 0xd9e0b000-0xd9e0c000
write-combining @ 0xd9e0c000-0xd9e0d000
write-combining @ 0xd9e0d000-0xd9e0e000
write-combining @ 0xd9e0e000-0xd9e0f000
write-combining @ 0xd9e5c000-0xd9e5d000
write-combining @ 0xd9e5d000-0xd9e5e000
write-combining @ 0xd9e5e000-0xd9e5f000
write-combining @ 0xd9e5f000-0xd9e60000
write-combining @ 0xd9e60000-0xd9e61000
write-combining @ 0xd9e61000-0xd9e62000
write-combining @ 0xd9e62000-0xd9e63000
write-combining @ 0xd9e63000-0xd9e64000
write-combining @ 0xd9e64000-0xd9e65000
write-combining @ 0xd9e65000-0xd9e66000
write-combining @ 0xd9e66000-0xd9e67000
write-combining @ 0xd9e67000-0xd9e68000
write-combining @ 0xd9e68000-0xd9e69000
write-combining @ 0xd9e69000-0xd9e6a000
write-combining @ 0xd9e6a000-0xd9e6b000
write-combining @ 0xd9e6b000-0xd9e6c000
write-combining @ 0xd9e6c000-0xd9e6d000
write-combining @ 0xd9e6d000-0xd9e6e000
write-combining @ 0xd9e6e000-0xd9e6f000
write-combining @ 0xd9e6f000-0xd9e70000
write-combining @ 0xd9e70000-0xd9e71000
write-combining @ 0xd9e71000-0xd9e72000
write-combining @ 0xd9e72000-0xd9e73000
write-combining @ 0xd9e73000-0xd9e74000
write-combining @ 0xd9e74000-0xd9e75000
write-combining @ 0xd9e75000-0xd9e76000
write-combining @ 0xd9e76000-0xd9e77000
write-combining @ 0xd9e77000-0xd9e78000
write-combining @ 0xd9e78000-0xd9e79000
write-combining @ 0xd9e79000-0xd9e7a000
write-combining @ 0xd9e7a000-0xd9e7b000
write-combining @ 0xd9e7b000-0xd9e7c000
write-combining @ 0xd9e7c000-0xd9e7d000
write-combining @ 0xd9e7d000-0xd9e7e000
write-combining @ 0xd9e7e000-0xd9e7f000
write-combining @ 0xd9e7f000-0xd9e80000
write-combining @ 0xd9e80000-0xd9e81000
write-combining @ 0xd9e81000-0xd9e82000
write-combining @ 0xd9e82000-0xd9e83000
write-combining @ 0xd9e83000-0xd9e84000
write-combining @ 0xd9e84000-0xd9e85000
write-combining @ 0xd9e85000-0xd9e86000
write-combining @ 0xd9e86000-0xd9e87000
write-combining @ 0xd9e87000-0xd9e88000
write-combining @ 0xd9e88000-0xd9e89000
write-combining @ 0xd9e89000-0xd9e8a000
write-combining @ 0xd9e8a000-0xd9e8b000
write-combining @ 0xd9e8b000-0xd9e8c000
write-combining @ 0xd9e8c000-0xd9e8d000
write-combining @ 0xd9e8d000-0xd9e8e000
write-combining @ 0xd9e8e000-0xd9e8f000
write-combining @ 0xd9e9e000-0xd9e9f000
write-combining @ 0xd9e9f000-0xd9ea0000
write-combining @ 0xd9ea0000-0xd9ea1000
write-combining @ 0xd9ea1000-0xd9ea2000
write-combining @ 0xd9ea2000-0xd9ea3000
write-combining @ 0xd9ea3000-0xd9ea4000
write-combining @ 0xd9ea4000-0xd9ea5000
write-combining @ 0xd9ea5000-0xd9ea6000
write-combining @ 0xd9ea6000-0xd9ea7000
write-combining @ 0xd9ea7000-0xd9ea8000
write-combining @ 0xd9eac000-0xd9ead000
write-combining @ 0xd9ead000-0xd9eae000
write-combining @ 0xd9ece000-0xd9ecf000
write-combining @ 0xd9ecf000-0xd9ed0000
write-combining @ 0xd9eda000-0xd9edb000
write-combining @ 0xd9edd000-0xd9ede000
write-combining @ 0xd9f00000-0xd9f01000
write-combining @ 0xd9f04000-0xd9f05000
write-combining @ 0xd9f1a000-0xd9f1b000
write-combining @ 0xd9f1b000-0xd9f1c000
write-combining @ 0xd9f1c000-0xd9f1d000
write-combining @ 0xd9f30000-0xd9f31000
write-combining @ 0xd9f31000-0xd9f32000
write-combining @ 0xd9f32000-0xd9f33000
write-combining @ 0xd9f76000-0xd9f77000
write-combining @ 0xd9f78000-0xd9f79000
write-combining @ 0xd9f8b000-0xd9f8c000
write-combining @ 0xd9f8d000-0xd9f8e000
write-combining @ 0xd9f8e000-0xd9f8f000
write-combining @ 0xd9f8f000-0xd9f90000
write-combining @ 0xd9f95000-0xd9f96000
write-combining @ 0xd9f9d000-0xd9f9e000
write-combining @ 0xd9fa2000-0xd9fa3000
write-combining @ 0xd9fb0000-0xd9fb1000
write-combining @ 0xd9fcb000-0xd9fcc000
write-combining @ 0xd9fd5000-0xd9fd6000
write-combining @ 0xd9fd8000-0xd9fd9000
write-combining @ 0xd9fdb000-0xd9fdc000
write-combining @ 0xd9ff6000-0xd9ff7000
write-combining @ 0xd9ffa000-0xd9ffb000
write-combining @ 0xda057000-0xda058000
write-combining @ 0xda074000-0xda075000
write-combining @ 0xda083000-0xda084000
write-combining @ 0xda484000-0xda485000
write-combining @ 0xda485000-0xda486000
write-combining @ 0xda486000-0xda487000
write-combining @ 0xda487000-0xda488000
write-combining @ 0xda488000-0xda489000
write-combining @ 0xda48c000-0xda48d000
write-combining @ 0xda48d000-0xda48e000
write-combining @ 0xda48e000-0xda48f000
write-combining @ 0xda48f000-0xda490000
write-combining @ 0xda490000-0xda491000
write-combining @ 0xda4ac000-0xda4ad000
write-combining @ 0xda4ad000-0xda4ae000
write-combining @ 0xda4ae000-0xda4af000
write-combining @ 0xda4af000-0xda4b0000
write-combining @ 0xda4b0000-0xda4b1000
write-combining @ 0xda4bc000-0xda4bd000
write-combining @ 0xda4bd000-0xda4be000
write-combining @ 0xda4be000-0xda4bf000
write-combining @ 0xda4bf000-0xda4c0000
write-combining @ 0xda4c0000-0xda4c1000
write-combining @ 0xda4c4000-0xda4c5000
write-combining @ 0xda4c5000-0xda4c6000
write-combining @ 0xda4c6000-0xda4c7000
write-combining @ 0xda4c7000-0xda4c8000
write-combining @ 0xda4c8000-0xda4c9000
write-combining @ 0xda4d4000-0xda4d5000
write-combining @ 0xda4d5000-0xda4d6000
write-combining @ 0xda4d6000-0xda4d7000
write-combining @ 0xda4d7000-0xda4d8000
write-combining @ 0xda4d8000-0xda4d9000
write-combining @ 0xda4f6000-0xda4f7000
write-combining @ 0xda4f7000-0xda4f8000
write-combining @ 0xda4f8000-0xda4f9000
write-combining @ 0xda4f9000-0xda4fa000
write-combining @ 0xda4fa000-0xda4fb000
write-combining @ 0xda506000-0xda507000
write-combining @ 0xda507000-0xda508000
write-combining @ 0xda508000-0xda509000
write-combining @ 0xda509000-0xda50a000
write-combining @ 0xda50a000-0xda50b000
write-combining @ 0xda522000-0xda523000
write-combining @ 0xda523000-0xda524000
write-combining @ 0xda524000-0xda525000
write-combining @ 0xda525000-0xda526000
write-combining @ 0xda526000-0xda527000
write-combining @ 0xda532000-0xda533000
write-combining @ 0xda533000-0xda534000
write-combining @ 0xda534000-0xda535000
write-combining @ 0xda535000-0xda536000
write-combining @ 0xda536000-0xda537000
write-combining @ 0xda810000-0xda811000
write-combining @ 0xda811000-0xda812000
write-combining @ 0xda812000-0xda813000
write-combining @ 0xda813000-0xda814000
write-combining @ 0xda814000-0xda815000
write-combining @ 0xda815000-0xda816000
write-combining @ 0xda816000-0xda817000
write-combining @ 0xda817000-0xda818000
write-combining @ 0xda841000-0xda842000
write-combining @ 0xda842000-0xda843000
write-combining @ 0xda843000-0xda844000
write-combining @ 0xda844000-0xda845000
write-combining @ 0xda845000-0xda846000
write-combining @ 0xda846000-0xda847000
write-combining @ 0xda852000-0xda853000
write-combining @ 0xda853000-0xda854000
write-combining @ 0xda854000-0xda855000
write-combining @ 0xda855000-0xda856000
write-combining @ 0xda856000-0xda857000
write-combining @ 0xda857000-0xda858000
write-combining @ 0xdab62000-0xdab63000
write-combining @ 0xdab63000-0xdab64000
write-combining @ 0xdab64000-0xdab65000
write-combining @ 0xdab65000-0xdab66000
write-combining @ 0xdad68000-0xdad69000
write-combining @ 0xdad69000-0xdad6a000
write-combining @ 0xdad93000-0xdad94000
write-combining @ 0xdad94000-0xdad95000
write-combining @ 0xdad99000-0xdad9a000
write-combining @ 0xdada2000-0xdada3000
write-combining @ 0xdada4000-0xdada5000
write-combining @ 0xdadc4000-0xdadc5000
write-combining @ 0xdae44000-0xdae45000
write-combining @ 0xdbc8f000-0xdbc90000
write-combining @ 0xdbc90000-0xdbc91000
write-combining @ 0xdbc91000-0xdbc92000
write-combining @ 0xdbc92000-0xdbc93000
write-combining @ 0xdbc93000-0xdbc94000
write-combining @ 0xdbc94000-0xdbc95000
write-combining @ 0xdbc95000-0xdbc96000
write-combining @ 0xdbc96000-0xdbc97000
write-combining @ 0xdbc97000-0xdbc98000
write-combining @ 0xdbcab000-0xdbcac000
write-combining @ 0xdbcac000-0xdbcad000
write-combining @ 0xdbcad000-0xdbcae000
write-combining @ 0xdbcae000-0xdbcaf000
write-combining @ 0xdbcaf000-0xdbcb0000
write-combining @ 0xdbcb3000-0xdbcb4000
write-combining @ 0xdbcb4000-0xdbcb5000
write-combining @ 0xdbcb6000-0xdbcb7000
write-combining @ 0xdbcb9000-0xdbcba000
write-combining @ 0xdbcba000-0xdbcbb000
write-combining @ 0xdbcbb000-0xdbcbc000
write-combining @ 0xdbcbc000-0xdbcbd000
write-combining @ 0xdbcbd000-0xdbcbe000
write-combining @ 0xdbcbe000-0xdbcbf000
write-combining @ 0xdbcbf000-0xdbcc0000
write-combining @ 0xdbcc0000-0xdbcc1000
write-combining @ 0xdbcc1000-0xdbcc2000
write-combining @ 0xdbcc2000-0xdbcc3000
write-combining @ 0xdbcc3000-0xdbcc4000
write-combining @ 0xdbcc4000-0xdbcc5000
write-combining @ 0xdbcc5000-0xdbcc6000
write-combining @ 0xdbcc6000-0xdbcc7000
write-combining @ 0xdbcc7000-0xdbcc8000
write-combining @ 0xdbcc8000-0xdbcc9000
write-combining @ 0xdbcc9000-0xdbcca000
write-combining @ 0xdbccb000-0xdbccc000
write-combining @ 0xdbccc000-0xdbccd000
write-combining @ 0xdbcce000-0xdbccf000
write-combining @ 0xdbcd1000-0xdbcd2000
write-combining @ 0xdbcd2000-0xdbcd3000
write-combining @ 0xdbcd3000-0xdbcd4000
write-combining @ 0xdbcd4000-0xdbcd5000
write-combining @ 0xdbcdb000-0xdbcdc000
write-combining @ 0xdbcdc000-0xdbcdd000
write-combining @ 0xdbcdd000-0xdbcde000
write-combining @ 0xdbcde000-0xdbcdf000
write-combining @ 0xdbcdf000-0xdbce0000
write-combining @ 0xdbce0000-0xdbce1000
write-combining @ 0xdbce1000-0xdbce2000
write-combining @ 0xdbce2000-0xdbce3000
write-combining @ 0xdbce3000-0xdbce4000
write-combining @ 0xdbce5000-0xdbce6000
write-combining @ 0xdbce6000-0xdbce7000
write-combining @ 0xdbce7000-0xdbce8000
write-combining @ 0xdbce8000-0xdbce9000
write-combining @ 0xdbe00000-0xdbe01000
write-combining @ 0xdbe01000-0xdbe02000
write-combining @ 0xdbe02000-0xdbe03000
write-combining @ 0xdbe03000-0xdbe04000
write-combining @ 0xdbe09000-0xdbe0a000
write-combining @ 0xdbe0c000-0xdbe0d000
write-combining @ 0xdbe0d000-0xdbe0e000
write-combining @ 0xdbe0e000-0xdbe0f000
write-combining @ 0xdbe0f000-0xdbe10000
write-combining @ 0xdbe10000-0xdbe11000
write-combining @ 0xdbe13000-0xdbe14000
write-combining @ 0xdbe15000-0xdbe16000
write-combining @ 0xdbe16000-0xdbe17000
write-combining @ 0xdbe17000-0xdbe18000
write-combining @ 0xdbf77000-0xdbf78000
write-combining @ 0xdbf78000-0xdbf79000
write-combining @ 0xdbf79000-0xdbf7a000
write-combining @ 0xdbf7a000-0xdbf7b000
write-combining @ 0xdbf7c000-0xdbf7d000
write-combining @ 0xdbf7d000-0xdbf7e000
write-combining @ 0xdbf7e000-0xdbf7f000
write-combining @ 0xdbf80000-0xdbf81000
write-combining @ 0xdbf81000-0xdbf82000
write-combining @ 0xdbf82000-0xdbf83000
write-combining @ 0xdbf83000-0xdbf84000
write-combining @ 0xdbf84000-0xdbf85000
write-combining @ 0xdbf85000-0xdbf86000
write-combining @ 0xdbf86000-0xdbf87000
write-combining @ 0xdbf88000-0xdbf89000
write-combining @ 0xdbf89000-0xdbf8a000
write-combining @ 0xdbf8a000-0xdbf8b000
write-combining @ 0xdbf8b000-0xdbf8c000
write-combining @ 0xdbf8c000-0xdbf8d000
write-combining @ 0xdbf8d000-0xdbf8e000
write-combining @ 0xdbf8e000-0xdbf8f000
write-combining @ 0xdbf8f000-0xdbf90000
write-combining @ 0xdbf90000-0xdbf91000
write-combining @ 0xdbf91000-0xdbf92000
write-combining @ 0xdbf92000-0xdbf93000
write-combining @ 0xdbf93000-0xdbf94000
write-combining @ 0xdbf94000-0xdbf95000
write-combining @ 0xdbf95000-0xdbf96000
write-combining @ 0xdbf99000-0xdbf9a000
write-combining @ 0xdbf9b000-0xdbf9c000
write-combining @ 0xdbf9c000-0xdbf9d000
write-combining @ 0xdbf9d000-0xdbf9e000
write-combining @ 0xdbf9e000-0xdbf9f000
write-combining @ 0xdbfa0000-0xdbfa1000
write-combining @ 0xdbfe1000-0xdbfe2000
write-combining @ 0xdbfe5000-0xdbfe6000
write-combining @ 0xdbfe9000-0xdbfea000
write-combining @ 0xdbfea000-0xdbfeb000
write-combining @ 0xdbfeb000-0xdbfec000
write-combining @ 0xdbfed000-0xdbfee000
write-combining @ 0xdbfee000-0xdbfef000
write-combining @ 0xdbff1000-0xdbff2000
write-combining @ 0xdbff2000-0xdbff3000
write-combining @ 0xdbff3000-0xdbff4000
write-combining @ 0xdbff4000-0xdbff5000
write-combining @ 0xdbff5000-0xdbff6000
write-combining @ 0xdbff6000-0xdbff7000
write-combining @ 0xdbff7000-0xdbff8000
write-combining @ 0xdbff8000-0xdbff9000
write-combining @ 0xdbff9000-0xdbffa000
write-combining @ 0xdbffa000-0xdbffb000
write-combining @ 0xdbffb000-0xdbffc000
write-combining @ 0xdbffc000-0xdbffd000
write-combining @ 0xdbffd000-0xdbffe000
write-combining @ 0xdbffe000-0xdbfff000
write-combining @ 0xdbfff000-0xdc000000
write-combining @ 0xdc000000-0xdc001000
write-combining @ 0xdc001000-0xdc002000
write-combining @ 0xdc002000-0xdc003000
write-combining @ 0xdc003000-0xdc004000
write-combining @ 0xdc004000-0xdc005000
write-combining @ 0xdc005000-0xdc006000
write-combining @ 0xdc006000-0xdc007000
write-combining @ 0xdc007000-0xdc008000
write-combining @ 0xdc008000-0xdc009000
write-combining @ 0xdc009000-0xdc00a000
write-combining @ 0xdc00a000-0xdc00b000
write-combining @ 0xdc00b000-0xdc00c000
write-combining @ 0xdc00c000-0xdc00d000
write-combining @ 0xdc00d000-0xdc00e000
write-combining @ 0xdc00e000-0xdc00f000
write-combining @ 0xdc00f000-0xdc010000
write-combining @ 0xdc010000-0xdc011000
write-combining @ 0xdc011000-0xdc012000
write-combining @ 0xdc012000-0xdc013000
write-combining @ 0xdc013000-0xdc014000
write-combining @ 0xdc014000-0xdc015000
write-combining @ 0xdc015000-0xdc016000
write-combining @ 0xdc016000-0xdc017000
write-combining @ 0xdc017000-0xdc018000
write-combining @ 0xdc018000-0xdc019000
write-combining @ 0xdc019000-0xdc01a000
write-combining @ 0xdc01a000-0xdc01b000
write-combining @ 0xdc01b000-0xdc01c000
write-combining @ 0xdc01c000-0xdc01d000
write-combining @ 0xdc01d000-0xdc01e000
write-combining @ 0xdc01e000-0xdc01f000
write-combining @ 0xdc01f000-0xdc020000
write-combining @ 0xdc020000-0xdc021000
write-combining @ 0xdc021000-0xdc022000
write-combining @ 0xdc022000-0xdc023000
write-combining @ 0xdc023000-0xdc024000
write-combining @ 0xdc024000-0xdc025000
write-combining @ 0xdc025000-0xdc026000
write-combining @ 0xdc026000-0xdc027000
write-combining @ 0xdc027000-0xdc028000
write-combining @ 0xdc028000-0xdc029000
write-combining @ 0xdc029000-0xdc02a000
write-combining @ 0xdc02a000-0xdc02b000
write-combining @ 0xdc02b000-0xdc02c000
write-combining @ 0xdc02c000-0xdc02d000
write-combining @ 0xdc02d000-0xdc02e000
write-combining @ 0xdc02e000-0xdc02f000
write-combining @ 0xdc02f000-0xdc030000
write-combining @ 0xdc030000-0xdc031000
write-combining @ 0xdc031000-0xdc032000
write-combining @ 0xdc032000-0xdc033000
write-combining @ 0xdc033000-0xdc034000
write-combining @ 0xdc034000-0xdc035000
write-combining @ 0xdc035000-0xdc036000
write-combining @ 0xdc036000-0xdc037000
write-combining @ 0xdc037000-0xdc038000
write-combining @ 0xdc038000-0xdc039000
write-combining @ 0xdc039000-0xdc03a000
write-combining @ 0xdc03a000-0xdc03b000
write-combining @ 0xdc03b000-0xdc03c000
write-combining @ 0xdc03c000-0xdc03d000
write-combining @ 0xdc03d000-0xdc03e000
write-combining @ 0xdc03e000-0xdc03f000
write-combining @ 0xdc03f000-0xdc040000
write-combining @ 0xdc040000-0xdc041000
write-combining @ 0xdc041000-0xdc042000
write-combining @ 0xdc042000-0xdc043000
write-combining @ 0xdc043000-0xdc044000
write-combining @ 0xdc044000-0xdc045000
write-combining @ 0xdc045000-0xdc046000
write-combining @ 0xdc046000-0xdc047000
write-combining @ 0xdc047000-0xdc048000
write-combining @ 0xdc048000-0xdc049000
write-combining @ 0xdc049000-0xdc04a000
write-combining @ 0xdc04a000-0xdc04b000
write-combining @ 0xdc04b000-0xdc04c000
write-combining @ 0xdc04c000-0xdc04d000
write-combining @ 0xdc04d000-0xdc04e000
write-combining @ 0xdc04e000-0xdc04f000
write-combining @ 0xdc04f000-0xdc050000
write-combining @ 0xdc050000-0xdc051000
write-combining @ 0xdc051000-0xdc052000
write-combining @ 0xdc052000-0xdc053000
write-combining @ 0xdc053000-0xdc054000
write-combining @ 0xdc054000-0xdc055000
write-combining @ 0xdc055000-0xdc056000
write-combining @ 0xdc056000-0xdc057000
write-combining @ 0xdc057000-0xdc058000
write-combining @ 0xdc058000-0xdc059000
write-combining @ 0xdc059000-0xdc05a000
write-combining @ 0xdc05a000-0xdc05b000
write-combining @ 0xdc05b000-0xdc05c000
write-combining @ 0xdc05c000-0xdc05d000
write-combining @ 0xdc05d000-0xdc05e000
write-combining @ 0xdc05e000-0xdc05f000
write-combining @ 0xdc05f000-0xdc060000
write-combining @ 0xdc060000-0xdc061000
write-combining @ 0xdc061000-0xdc062000
write-combining @ 0xdc062000-0xdc063000
write-combining @ 0xdc063000-0xdc064000
write-combining @ 0xdc064000-0xdc065000
write-combining @ 0xdc065000-0xdc066000
write-combining @ 0xdc066000-0xdc067000
write-combining @ 0xdc067000-0xdc068000
write-combining @ 0xdc118000-0xdc119000
write-combining @ 0xdc119000-0xdc11a000
write-combining @ 0xdc11a000-0xdc11b000
write-combining @ 0xdc11b000-0xdc11c000
write-combining @ 0xdc120000-0xdc121000
write-combining @ 0xdc121000-0xdc122000
write-combining @ 0xdc122000-0xdc123000
write-combining @ 0xdc123000-0xdc124000
write-combining @ 0xdc128000-0xdc129000
write-combining @ 0xdc129000-0xdc12a000
write-combining @ 0xdc12b000-0xdc12c000
write-combining @ 0xdc12c000-0xdc12d000
write-combining @ 0xdc12d000-0xdc12e000
write-combining @ 0xdc12e000-0xdc12f000
write-combining @ 0xdc130000-0xdc131000
write-combining @ 0xdc131000-0xdc132000
write-combining @ 0xdc132000-0xdc133000
write-combining @ 0xdc133000-0xdc134000
write-combining @ 0xdc134000-0xdc135000
write-combining @ 0xdc135000-0xdc136000
write-combining @ 0xdc136000-0xdc137000
write-combining @ 0xdc137000-0xdc138000
write-combining @ 0xdc138000-0xdc139000
write-combining @ 0xdc139000-0xdc13a000
write-combining @ 0xdc13a000-0xdc13b000
write-combining @ 0xdc13c000-0xdc13d000
write-combining @ 0xdc13d000-0xdc13e000
write-combining @ 0xdc13e000-0xdc13f000
write-combining @ 0xdc13f000-0xdc140000
write-combining @ 0xdc140000-0xdc141000
write-combining @ 0xdc141000-0xdc142000
write-combining @ 0xdc142000-0xdc143000
write-combining @ 0xdc143000-0xdc144000
write-combining @ 0xdc144000-0xdc145000
write-combining @ 0xdc146000-0xdc147000
write-combining @ 0xdc149000-0xdc14a000
write-combining @ 0xdc14c000-0xdc14d000
write-combining @ 0xdc1b5000-0xdc1b6000
write-combining @ 0xdc1b6000-0xdc1b7000
write-combining @ 0xdc1b7000-0xdc1b8000
write-combining @ 0xdc1b8000-0xdc1b9000
write-combining @ 0xdc1b9000-0xdc1ba000
write-combining @ 0xdc1ba000-0xdc1bb000
write-combining @ 0xdc1bb000-0xdc1bc000
write-combining @ 0xdc1bc000-0xdc1bd000
write-combining @ 0xdc1bd000-0xdc1be000
write-combining @ 0xdc1be000-0xdc1bf000
write-combining @ 0xdc1c1000-0xdc1c2000
write-combining @ 0xdc1c4000-0xdc1c5000
write-combining @ 0xdc1c5000-0xdc1c6000
write-combining @ 0xdc1c6000-0xdc1c7000
write-combining @ 0xdc1c7000-0xdc1c8000
write-combining @ 0xdc1ca000-0xdc1cb000
write-combining @ 0xdc1cd000-0xdc1ce000
write-combining @ 0xdc1ce000-0xdc1cf000
write-combining @ 0xdc1cf000-0xdc1d0000
write-combining @ 0xdc1d0000-0xdc1d1000
write-combining @ 0xdc1d1000-0xdc1d2000
write-combining @ 0xdc1d3000-0xdc1d4000
write-combining @ 0xdc1d5000-0xdc1d6000
write-combining @ 0xdc1d6000-0xdc1d7000
write-combining @ 0xdc1d7000-0xdc1d8000
write-combining @ 0xdc944000-0xdc945000
write-combining @ 0xdc945000-0xdc946000
write-combining @ 0xdc946000-0xdc947000
write-combining @ 0xdc947000-0xdc948000
write-combining @ 0xdc948000-0xdc949000
write-combining @ 0xdc949000-0xdc94a000
write-combining @ 0xdc94a000-0xdc94b000
write-combining @ 0xdc94b000-0xdc94c000
write-combining @ 0xdc94e000-0xdc94f000
write-combining @ 0xdc94f000-0xdc950000
write-combining @ 0xdc950000-0xdc951000
write-combining @ 0xdc951000-0xdc952000
write-combining @ 0xdc952000-0xdc953000
write-combining @ 0xdc953000-0xdc954000
write-combining @ 0xdc954000-0xdc955000
write-combining @ 0xdc955000-0xdc956000
write-combining @ 0xdc956000-0xdc957000
write-combining @ 0xdc957000-0xdc958000
write-combining @ 0xdc959000-0xdc95a000
write-combining @ 0xdc95a000-0xdc95b000
write-combining @ 0xdc95b000-0xdc95c000
write-combining @ 0xdc95c000-0xdc95d000
write-combining @ 0xdc95d000-0xdc95e000
write-combining @ 0xdc95e000-0xdc95f000
write-combining @ 0xdc9b4000-0xdc9b5000
write-combining @ 0xdc9b5000-0xdc9b6000
write-combining @ 0xdc9b6000-0xdc9b7000
write-combining @ 0xdc9b7000-0xdc9b8000
write-combining @ 0xdc9b8000-0xdc9b9000
write-combining @ 0xdc9b9000-0xdc9ba000
write-combining @ 0xdc9ba000-0xdc9bb000
write-combining @ 0xdc9bb000-0xdc9bc000
write-combining @ 0xdc9bc000-0xdc9bd000
write-combining @ 0xdc9bd000-0xdc9be000
write-combining @ 0xdc9be000-0xdc9bf000
write-combining @ 0xdc9bf000-0xdc9c0000
write-combining @ 0xdc9c0000-0xdc9c1000
write-combining @ 0xdc9c1000-0xdc9c2000
write-combining @ 0xdc9c2000-0xdc9c3000
write-combining @ 0xdc9c3000-0xdc9c4000
write-combining @ 0xdc9c4000-0xdc9c5000
write-combining @ 0xdc9c8000-0xdc9c9000
write-combining @ 0xdc9c9000-0xdc9ca000
write-combining @ 0xdc9ca000-0xdc9cb000
write-combining @ 0xdc9cb000-0xdc9cc000
write-combining @ 0xdcd06000-0xdcd07000
write-combining @ 0xdcd15000-0xdcd16000
write-combining @ 0xdcd22000-0xdcd23000
write-combining @ 0xdce2d000-0xdce2e000
write-combining @ 0xdce2f000-0xdce30000
write-combining @ 0xdce30000-0xdce31000
write-combining @ 0xde27a000-0xde27b000
write-combining @ 0xde27b000-0xde27c000
write-combining @ 0xde27c000-0xde27d000
write-combining @ 0xde27d000-0xde27e000
write-combining @ 0xde28a000-0xde28b000
write-combining @ 0xde28b000-0xde28c000
write-combining @ 0xde28c000-0xde28d000
write-combining @ 0xde28d000-0xde28e000
write-combining @ 0xde292000-0xde293000
write-combining @ 0xde293000-0xde294000
write-combining @ 0xde294000-0xde295000
write-combining @ 0xde295000-0xde296000
write-combining @ 0xde29a000-0xde29b000
write-combining @ 0xde29b000-0xde29c000
write-combining @ 0xde29c000-0xde29d000
write-combining @ 0xde29d000-0xde29e000
write-combining @ 0xde29e000-0xde29f000
write-combining @ 0xde29f000-0xde2a0000
write-combining @ 0xde2a0000-0xde2a1000
write-combining @ 0xde2a1000-0xde2a2000
write-combining @ 0xde2a6000-0xde2a7000
write-combining @ 0xde2a7000-0xde2a8000
write-combining @ 0xde2a8000-0xde2a9000
write-combining @ 0xde2a9000-0xde2aa000
write-combining @ 0xde2ae000-0xde2af000
write-combining @ 0xde2af000-0xde2b0000
write-combining @ 0xde2b0000-0xde2b1000
write-combining @ 0xde2b1000-0xde2b2000
write-combining @ 0xde2b2000-0xde2b3000
write-combining @ 0xde2b3000-0xde2b4000
write-combining @ 0xde2b4000-0xde2b5000
write-combining @ 0xde2b5000-0xde2b6000
write-combining @ 0xde2ba000-0xde2bb000
write-combining @ 0xde2bb000-0xde2bc000
write-combining @ 0xde2bc000-0xde2bd000
write-combining @ 0xde2bd000-0xde2be000
write-combining @ 0xde2c2000-0xde2c3000
write-combining @ 0xde2c3000-0xde2c4000
write-combining @ 0xde2c4000-0xde2c5000
write-combining @ 0xde2c5000-0xde2c6000
write-combining @ 0xde2ce000-0xde2cf000
write-combining @ 0xde2cf000-0xde2d0000
write-combining @ 0xde2d0000-0xde2d1000
write-combining @ 0xde2d1000-0xde2d2000
write-combining @ 0xde2d2000-0xde2d3000
write-combining @ 0xde2d3000-0xde2d4000
write-combining @ 0xde2d4000-0xde2d5000
write-combining @ 0xde2d5000-0xde2d6000
write-combining @ 0xde2da000-0xde2db000
write-combining @ 0xde2db000-0xde2dc000
write-combining @ 0xde2dc000-0xde2dd000
write-combining @ 0xde2dd000-0xde2de000
write-combining @ 0xde2de000-0xde2df000
write-combining @ 0xde2df000-0xde2e0000
write-combining @ 0xde2e0000-0xde2e1000
write-combining @ 0xde2e1000-0xde2e2000
write-combining @ 0xde2e2000-0xde2e3000
write-combining @ 0xde2e3000-0xde2e4000
write-combining @ 0xde2e4000-0xde2e5000
write-combining @ 0xde2e5000-0xde2e6000
write-combining @ 0xde3a5000-0xde3a6000
write-combining @ 0xdeab6000-0xdeab7000
write-combining @ 0xdeab7000-0xdeab8000
write-combining @ 0xdeab8000-0xdeab9000
write-combining @ 0xdeab9000-0xdeaba000
write-combining @ 0xdeaba000-0xdeabb000
write-combining @ 0xdeabb000-0xdeabc000
write-combining @ 0xdeabc000-0xdeabd000
write-combining @ 0xdeabd000-0xdeabe000
write-combining @ 0xdeabe000-0xdeabf000
write-combining @ 0xdeabf000-0xdeac0000
write-combining @ 0xdeac0000-0xdeac1000
write-combining @ 0xdeac2000-0xdeac3000
write-combining @ 0xdeac3000-0xdeac4000
write-combining @ 0xdeac4000-0xdeac5000
write-combining @ 0xdeac5000-0xdeac6000
write-combining @ 0xdeac6000-0xdeac7000
write-combining @ 0xdeac7000-0xdeac8000
write-combining @ 0xdeac8000-0xdeac9000
write-combining @ 0xdeac9000-0xdeaca000
write-combining @ 0xdeaca000-0xdeacb000
write-combining @ 0xdeacb000-0xdeacc000
write-combining @ 0xdeacc000-0xdeacd000
write-combining @ 0xdeacd000-0xdeace000
write-combining @ 0xdeace000-0xdeacf000
write-combining @ 0xdeacf000-0xdead0000
write-combining @ 0xdead0000-0xdead1000
write-combining @ 0xdead1000-0xdead2000
write-combining @ 0xdead2000-0xdead3000
write-combining @ 0xdead3000-0xdead4000
write-combining @ 0xdead4000-0xdead5000
write-combining @ 0xdead5000-0xdead6000
write-combining @ 0xdead6000-0xdead7000
write-combining @ 0xdead7000-0xdead8000
write-combining @ 0xdead8000-0xdead9000
write-combining @ 0xdead9000-0xdeada000
write-combining @ 0xdeada000-0xdeadb000
write-combining @ 0xdeadb000-0xdeadc000
write-combining @ 0xdeadc000-0xdeadd000
write-combining @ 0xdeadd000-0xdeade000
write-combining @ 0xdeade000-0xdeadf000
write-combining @ 0xdeadf000-0xdeae0000
write-combining @ 0xdeae0000-0xdeae1000
write-combining @ 0xdeae1000-0xdeae2000
write-combining @ 0xdeae2000-0xdeae3000
write-combining @ 0xdeae3000-0xdeae4000
write-combining @ 0xdeae4000-0xdeae5000
write-combining @ 0xdeae5000-0xdeae6000
write-combining @ 0xdeae6000-0xdeae7000
write-combining @ 0xdeae7000-0xdeae8000
write-combining @ 0xdeae8000-0xdeae9000
write-combining @ 0xdeae9000-0xdeaea000
write-combining @ 0xdeaea000-0xdeaeb000
write-combining @ 0xdeaeb000-0xdeaec000
write-combining @ 0xdeaec000-0xdeaed000
write-combining @ 0xdeaed000-0xdeaee000
write-combining @ 0xdeaee000-0xdeaef000
write-combining @ 0xdeaef000-0xdeaf0000
write-combining @ 0xdeaf0000-0xdeaf1000
write-combining @ 0xdeaf1000-0xdeaf2000
write-combining @ 0xdeaf2000-0xdeaf3000
write-combining @ 0xdeaf3000-0xdeaf4000
write-combining @ 0xdeaf4000-0xdeaf5000
write-combining @ 0xdeaf5000-0xdeaf6000
write-combining @ 0xdeaf6000-0xdeaf7000
write-combining @ 0xdeaf7000-0xdeaf8000
write-combining @ 0xdeaf8000-0xdeaf9000
write-combining @ 0xdeaf9000-0xdeafa000
write-combining @ 0xdeafa000-0xdeafb000
write-combining @ 0xdeafb000-0xdeafc000
write-combining @ 0xdeafc000-0xdeafd000
write-combining @ 0xdeafd000-0xdeafe000
write-combining @ 0xdeafe000-0xdeaff000
write-combining @ 0xdeaff000-0xdeb00000
write-combining @ 0xdeb00000-0xdeb01000
write-combining @ 0xdeb01000-0xdeb02000
write-combining @ 0xdeb02000-0xdeb03000
write-combining @ 0xdeb03000-0xdeb04000
write-combining @ 0xdeb04000-0xdeb05000
write-combining @ 0xdeb05000-0xdeb06000
write-combining @ 0xdeb06000-0xdeb07000
write-combining @ 0xdeb07000-0xdeb08000
write-combining @ 0xdeb08000-0xdeb09000
write-combining @ 0xdeb09000-0xdeb0a000
write-combining @ 0xdeb0a000-0xdeb0b000
write-combining @ 0xdeb0b000-0xdeb0c000
write-combining @ 0xdeb0c000-0xdeb0d000
write-combining @ 0xdeb0d000-0xdeb0e000
write-combining @ 0xdeb0e000-0xdeb0f000
write-combining @ 0xdeb0f000-0xdeb10000
write-combining @ 0xdeb10000-0xdeb11000
write-combining @ 0xdeb11000-0xdeb12000
write-combining @ 0xdeb12000-0xdeb13000
write-combining @ 0xdeb13000-0xdeb14000
write-combining @ 0xdeb14000-0xdeb15000
write-combining @ 0xdeb15000-0xdeb16000
write-combining @ 0xdeb16000-0xdeb17000
write-combining @ 0xdeb17000-0xdeb18000
write-combining @ 0xdeb18000-0xdeb19000
write-combining @ 0xdeb19000-0xdeb1a000
write-combining @ 0xdeb1a000-0xdeb1b000
write-combining @ 0xdeb1b000-0xdeb1c000
write-combining @ 0xdeb1c000-0xdeb1d000
write-combining @ 0xdeb1d000-0xdeb1e000
write-combining @ 0xdeb1e000-0xdeb1f000
write-combining @ 0xdeb1f000-0xdeb20000
write-combining @ 0xdeb20000-0xdeb21000
write-combining @ 0xdeb21000-0xdeb22000
write-combining @ 0xdeb22000-0xdeb23000
write-combining @ 0xdeb23000-0xdeb24000
write-combining @ 0xdeb24000-0xdeb25000
write-combining @ 0xdeb25000-0xdeb26000
write-combining @ 0xdeb26000-0xdeb27000
write-combining @ 0xdeb27000-0xdeb28000
write-combining @ 0xdeb28000-0xdeb29000
write-combining @ 0xdeb29000-0xdeb2a000
write-combining @ 0xdeb2a000-0xdeb2b000
write-combining @ 0xdeb2b000-0xdeb2c000
write-combining @ 0xdeb2c000-0xdeb2d000
write-combining @ 0xdeb2d000-0xdeb2e000
write-combining @ 0xdeb2e000-0xdeb2f000
write-combining @ 0xdeb2f000-0xdeb30000
write-combining @ 0xdeb30000-0xdeb31000
write-combining @ 0xdeb31000-0xdeb32000
write-combining @ 0xdeb32000-0xdeb33000
write-combining @ 0xdeb33000-0xdeb34000
write-combining @ 0xdeb34000-0xdeb35000
write-combining @ 0xdeb35000-0xdeb36000
write-combining @ 0xdeb42000-0xdeb43000
write-combining @ 0xdeb43000-0xdeb44000
write-combining @ 0xdeb44000-0xdeb45000
write-combining @ 0xdebd1000-0xdebd2000
write-combining @ 0xdebd2000-0xdebd3000
write-combining @ 0xdebd3000-0xdebd4000
write-combining @ 0xdebd4000-0xdebd5000
write-combining @ 0xdebd5000-0xdebd6000
write-combining @ 0xdebd6000-0xdebd7000
write-combining @ 0xdebd7000-0xdebd8000
write-combining @ 0xdebd8000-0xdebd9000
write-combining @ 0xdebd9000-0xdebda000
write-combining @ 0xdebda000-0xdebdb000
write-combining @ 0xdebdd000-0xdebde000
write-combining @ 0xdebde000-0xdebdf000
write-combining @ 0xdebdf000-0xdebe0000
write-combining @ 0xdebe0000-0xdebe1000
write-combining @ 0xdebe1000-0xdebe2000
write-combining @ 0xdebe2000-0xdebe3000
write-combining @ 0xdebe3000-0xdebe4000
write-combining @ 0xdebe4000-0xdebe5000
write-combining @ 0xdebe5000-0xdebe6000
write-combining @ 0xdebe6000-0xdebe7000
write-combining @ 0xdebe7000-0xdebe8000
write-combining @ 0xdebe8000-0xdebe9000
write-combining @ 0xdebe9000-0xdebea000
write-combining @ 0xdebea000-0xdebeb000
write-combining @ 0xdebeb000-0xdebec000
write-combining @ 0xdebec000-0xdebed000
write-combining @ 0xdebed000-0xdebee000
write-combining @ 0xdebee000-0xdebef000
write-combining @ 0xdebef000-0xdebf0000
write-combining @ 0xdebf0000-0xdebf1000
write-combining @ 0xdebf1000-0xdebf2000
write-combining @ 0xdebf2000-0xdebf3000
write-combining @ 0xdebf3000-0xdebf4000
write-combining @ 0xdebf4000-0xdebf5000
write-combining @ 0xdebf5000-0xdebf6000
write-combining @ 0xded80000-0xded81000
write-combining @ 0xded81000-0xded82000
write-combining @ 0xded82000-0xded83000
write-combining @ 0xded83000-0xded84000
write-combining @ 0xded84000-0xded85000
write-combining @ 0xded88000-0xded89000
write-combining @ 0xded89000-0xded8a000
write-combining @ 0xded8a000-0xded8b000
write-combining @ 0xded8b000-0xded8c000
write-combining @ 0xded8c000-0xded8d000
write-combining @ 0xded8d000-0xded8e000
write-combining @ 0xded8e000-0xded8f000
write-combining @ 0xded8f000-0xded90000
write-combining @ 0xdedb5000-0xdedb6000
write-combining @ 0xdedb6000-0xdedb7000
write-combining @ 0xdedb7000-0xdedb8000
write-combining @ 0xdedb8000-0xdedb9000
write-combining @ 0xdedbb000-0xdedbc000
write-combining @ 0xdedbd000-0xdedbe000
write-combining @ 0xdedbf000-0xdedc0000
write-combining @ 0xdedc1000-0xdedc2000
write-combining @ 0xdedc3000-0xdedc4000
write-combining @ 0xdedc5000-0xdedc6000
write-combining @ 0xdedc9000-0xdedca000
write-combining @ 0xdedcb000-0xdedcc000
write-combining @ 0xdedcd000-0xdedce000
write-combining @ 0xdedcf000-0xdedd0000
write-combining @ 0xdedd1000-0xdedd2000
write-combining @ 0xdedd3000-0xdedd4000
write-combining @ 0xdedd5000-0xdedd6000
write-combining @ 0xdedd7000-0xdedd8000
write-combining @ 0xdedd9000-0xdedda000
write-combining @ 0xdeddb000-0xdeddc000
write-combining @ 0xdeddd000-0xdedde000
write-combining @ 0xdeddf000-0xdede0000
write-combining @ 0xdede1000-0xdede2000
write-combining @ 0xdede3000-0xdede4000
write-combining @ 0xdede5000-0xdede6000
write-combining @ 0xdede7000-0xdede8000
write-combining @ 0xdede9000-0xdedea000
write-combining @ 0xdedeb000-0xdedec000
write-combining @ 0xdeded000-0xdedee000
write-combining @ 0xdedef000-0xdedf0000
write-combining @ 0xdedf1000-0xdedf2000
write-combining @ 0xdedf3000-0xdedf4000
write-combining @ 0xdedf5000-0xdedf6000
write-combining @ 0xdedf7000-0xdedf8000
write-combining @ 0xdedf9000-0xdedfa000
write-combining @ 0xdedfb000-0xdedfc000
write-combining @ 0xdedfd000-0xdedfe000
write-combining @ 0xdedfe000-0xdedff000
write-combining @ 0xdedff000-0xdee00000
write-combining @ 0xdee00000-0xdee01000
write-combining @ 0xdee01000-0xdee02000
write-combining @ 0xdee02000-0xdee03000
write-combining @ 0xdee03000-0xdee04000
write-combining @ 0xdee55000-0xdee56000
write-combining @ 0xdee57000-0xdee58000
write-combining @ 0xdee58000-0xdee59000
write-combining @ 0xdee59000-0xdee5a000
write-combining @ 0xdee5a000-0xdee5b000
write-combining @ 0xdee5b000-0xdee5c000
write-combining @ 0xdee5c000-0xdee5d000
write-combining @ 0xdee5d000-0xdee5e000
write-combining @ 0xdee5e000-0xdee5f000
write-combining @ 0xdee6f000-0xdee70000
write-combining @ 0xdee71000-0xdee72000
write-combining @ 0xdee73000-0xdee74000
write-combining @ 0xdee75000-0xdee76000
write-combining @ 0xdee77000-0xdee78000
write-combining @ 0xdee79000-0xdee7a000
write-combining @ 0xdee7b000-0xdee7c000
write-combining @ 0xdee7c000-0xdee7d000
write-combining @ 0xdee7d000-0xdee7e000
write-combining @ 0xdf32a000-0xdf32b000
write-combining @ 0xdf45b000-0xdf45c000
write-combining @ 0xdf45c000-0xdf45d000
write-combining @ 0xdf45d000-0xdf45e000
write-combining @ 0xdf665000-0xdf666000
write-combining @ 0xdf666000-0xdf667000
write-combining @ 0xdf667000-0xdf668000
write-combining @ 0xdf668000-0xdf669000
write-combining @ 0xdf669000-0xdf66a000
uncached-minus @ 0xe0000000-0xe4000000
uncached-minus @ 0xf4300000-0xf4302000
uncached-minus @ 0xf4400000-0xf4800000
uncached-minus @ 0xf4400000-0xf4480000
uncached-minus @ 0xf4600000-0xf4800000
uncached-minus @ 0xf4800000-0xf4801000
uncached-minus @ 0xf4801000-0xf4802000
uncached-minus @ 0xf4801000-0xf4802000
uncached-minus @ 0xfc000000-0xfc020000
uncached-minus @ 0xfc020000-0xfc024000
uncached-minus @ 0xfc025000-0xfc026000
uncached-minus @ 0xfc226000-0xfc227000
uncached-minus @ 0xfc226000-0xfc227000
uncached-minus @ 0xfc227000-0xfc228000
uncached-minus @ 0xfed00000-0xfed01000
uncached-minus @ 0xfed1f000-0xfed20000

# cat /proc/mtrr
reg00: base=0x13c000000 ( 5056MB), size= 64MB, count=1: uncachable
reg01: base=0x0be000000 ( 3040MB), size= 32MB, count=1: uncachable
reg02: base=0x000000000 ( 0MB), size= 2048MB, count=1: write-back
reg03: base=0x080000000 ( 2048MB), size= 1024MB, count=1: write-back
reg04: base=0x100000000 ( 4096MB), size= 1024MB, count=1: write-back
reg05: base=0x0bde00000 ( 3038MB), size= 2MB, count=1: uncachable
reg06: base=0x0d0000000 ( 3328MB), size= 256MB, count=1: write-combining


>
> Also, do you see the errors soon after you boot or only when you run
> something on X or exit X or somethign else?

No vga=X passed at boot and I'm able to trigger these messages by playing
ttp://http://www.tremulous.net/ game _but_ it's quite small amount of the messages:

[ 362.093514] tremulous-smp:6382 freeing invalid memtype d809f000-d80a0000
[ 362.093596] tremulous-smp:6382 freeing invalid memtype d80a0000-d80a1000
[ 362.093677] tremulous-smp:6382 freeing invalid memtype d80a1000-d80a2000
[ 362.093758] tremulous-smp:6382 freeing invalid memtype d80a2000-d80a3000
[ 362.093839] tremulous-smp:6382 freeing invalid memtype d80a3000-d80a4000
[ 362.093920] tremulous-smp:6382 freeing invalid memtype d80a4000-d80a5000
[ 362.094001] tremulous-smp:6382 freeing invalid memtype d80a5000-d80a6000
[ 362.094082] tremulous-smp:6382 freeing invalid memtype d80a6000-d80a7000
[ 362.305560] tremulous-smp:6382 freeing invalid memtype d5403000-d5404000
[ 362.305614] tremulous-smp:6382 freeing invalid memtype d5404000-d5405000
[ 574.885330] __ratelimit: 204 callbacks suppressed
[ 574.885333] tremulous-smp:6439 freeing invalid memtype dbfa9000-dbfaa000
[ 574.885361] tremulous-smp:6439 freeing invalid memtype dbfaa000-dbfab000
[ 574.885388] tremulous-smp:6439 freeing invalid memtype dbfab000-dbfac000
[ 574.885416] tremulous-smp:6439 freeing invalid memtype dbfac000-dbfad000
[ 574.897128] tremulous-smp:6439 freeing invalid memtype d6eff000-d6f00000
[ 574.897153] tremulous-smp:6439 freeing invalid memtype d6f00000-d6f01000
[ 574.897178] tremulous-smp:6439 freeing invalid memtype d6f01000-d6f02000
[ 574.897203] tremulous-smp:6439 freeing invalid memtype d6f02000-d6f03000
[ 574.899214] tremulous-smp:6439 freeing invalid memtype de3fe000-de3ff000
[ 574.899238] tremulous-smp:6439 freeing invalid memtype de3ff000-de400000
[ 584.332362] __ratelimit: 2 callbacks suppressed
[ 584.332365] X:5833 freeing invalid memtype dc98a000-dc98b000
[ 584.332380] X:5833 freeing invalid memtype dc98b000-dc98c000
[ 584.332394] X:5833 freeing invalid memtype dc98c000-dc98d000
[ 584.332409] X:5833 freeing invalid memtype dc98d000-dc98e000
[ 584.332424] X:5833 freeing invalid memtype dc98e000-dc98f000
[ 584.332439] X:5833 freeing invalid memtype dc98f000-dc990000
[ 584.332453] X:5833 freeing invalid memtype dc990000-dc991000
[ 584.332468] X:5833 freeing invalid memtype dc991000-dc992000

reboot, running tremulous and:

[ 180.590192] X:5818 freeing invalid memtype d5cc5000-d5cc6000
[ 180.590247] X:5818 freeing invalid memtype d5cc6000-d5cc7000
[ 180.590302] X:5818 freeing invalid memtype d5cc7000-d5cc8000
[ 180.590357] X:5818 freeing invalid memtype d5cc8000-d5cc9000
[ 180.590411] X:5818 freeing invalid memtype d5cc9000-d5cca000
[ 180.590466] X:5818 freeing invalid memtype d5cca000-d5ccb000
[ 180.590520] X:5818 freeing invalid memtype d5ccb000-d5ccc000
[ 180.590575] X:5818 freeing invalid memtype d5ccc000-d5ccd000
[ 180.590629] X:5818 freeing invalid memtype d5ccd000-d5cce000
[ 180.590684] X:5818 freeing invalid memtype d5cce000-d5ccf000
[ 196.420322] __ratelimit: 1967 callbacks suppressed
[ 196.420324] tremulous-smp:6138 freeing invalid memtype d5195000-d5196000
[ 196.420376] tremulous-smp:6138 freeing invalid memtype d5196000-d5197000
[ 196.420427] tremulous-smp:6138 freeing invalid memtype d5197000-d5198000
[ 196.420478] tremulous-smp:6138 freeing invalid memtype d5198000-d5199000
[ 196.420529] tremulous-smp:6138 freeing invalid memtype d5199000-d519a000
[ 196.420580] tremulous-smp:6138 freeing invalid memtype d519a000-d519b000
[ 196.420630] tremulous-smp:6138 freeing invalid memtype d519b000-d519c000
[ 196.420681] tremulous-smp:6138 freeing invalid memtype d519c000-d519d000
[ 196.420732] tremulous-smp:6138 freeing invalid memtype d519d000-d519e000
[ 196.420783] tremulous-smp:6138 freeing invalid memtype d519e000-d519f000

cat /debug/x86/pat_memtype_list
PAT memtype list:
uncached-minus @ 0xbd6d1000-0xbd6d2000
uncached-minus @ 0xbd6d2000-0xbd6d3000
uncached-minus @ 0xbd6d3000-0xbd6d4000
uncached-minus @ 0xbd706000-0xbd707000
uncached-minus @ 0xbd707000-0xbd708000
uncached-minus @ 0xbd96a000-0xbd96b000
uncached-minus @ 0xbd96a000-0xbd96b000
uncached-minus @ 0xbd96a000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd97b000-0xbd97c000
uncached-minus @ 0xbd98b000-0xbd98e000
uncached-minus @ 0xbd98b000-0xbd98d000
uncached-minus @ 0xbd98d000-0xbd98e000
uncached-minus @ 0xbd98e000-0xbd98f000
uncached-minus @ 0xbd98e000-0xbd98f000
uncached-minus @ 0xc2000000-0xc2001000
write-combining @ 0xd0000000-0xe0000000
write-combining @ 0xd2000000-0xd2020000
write-combining @ 0xd2020000-0xd2512000
write-combining @ 0xd2522000-0xd2523000
write-combining @ 0xd26b7000-0xd26b8000
write-combining @ 0xd26b8000-0xd26b9000
write-combining @ 0xd26b9000-0xd26ba000
write-combining @ 0xd26ba000-0xd26bb000
write-combining @ 0xd26bb000-0xd26bc000
write-combining @ 0xd26bc000-0xd26bd000
write-combining @ 0xd26bd000-0xd26be000
write-combining @ 0xd26be000-0xd26bf000
write-combining @ 0xd26bf000-0xd26c0000
write-combining @ 0xd26c0000-0xd26c1000
write-combining @ 0xd26c1000-0xd26c2000
write-combining @ 0xd26c2000-0xd26c3000
write-combining @ 0xd26c3000-0xd26c4000
write-combining @ 0xd26c4000-0xd26c5000
write-combining @ 0xd26c5000-0xd26c6000
write-combining @ 0xd26c6000-0xd26c7000
write-combining @ 0xd26c7000-0xd26c8000
write-combining @ 0xd26c8000-0xd26c9000
write-combining @ 0xd26c9000-0xd26ca000
write-combining @ 0xd26ca000-0xd26cb000
write-combining @ 0xd26cb000-0xd26cc000
write-combining @ 0xd26cc000-0xd26cd000
write-combining @ 0xd26cd000-0xd26ce000
write-combining @ 0xd26ce000-0xd26cf000
write-combining @ 0xd26cf000-0xd26d0000
write-combining @ 0xd26d0000-0xd26d1000
write-combining @ 0xd26d1000-0xd26d2000
write-combining @ 0xd26d2000-0xd26d3000
write-combining @ 0xd26d3000-0xd26d4000
write-combining @ 0xd26d4000-0xd26d5000
write-combining @ 0xd26d5000-0xd26d6000
write-combining @ 0xd26d6000-0xd26d7000
write-combining @ 0xd26d7000-0xd26d8000
write-combining @ 0xd26d8000-0xd26d9000
write-combining @ 0xd26d9000-0xd26da000
write-combining @ 0xd26da000-0xd26db000
write-combining @ 0xd26db000-0xd26dc000
write-combining @ 0xd26dc000-0xd26dd000
write-combining @ 0xd26dd000-0xd26de000
write-combining @ 0xd26de000-0xd26df000
write-combining @ 0xd26df000-0xd26e0000
write-combining @ 0xd26e0000-0xd26e1000
write-combining @ 0xd26e1000-0xd26e2000
write-combining @ 0xd26e2000-0xd26e3000
write-combining @ 0xd26e3000-0xd26e4000
write-combining @ 0xd26e4000-0xd26e5000
write-combining @ 0xd26e5000-0xd26e6000
write-combining @ 0xd26e6000-0xd26e7000
write-combining @ 0xd26e7000-0xd26e8000
write-combining @ 0xd26e8000-0xd26e9000
write-combining @ 0xd26e9000-0xd26ea000
write-combining @ 0xd26ea000-0xd26eb000
write-combining @ 0xd26eb000-0xd26ec000
write-combining @ 0xd26ec000-0xd26ed000
write-combining @ 0xd26ed000-0xd26ee000
write-combining @ 0xd26ee000-0xd26ef000
write-combining @ 0xd26ef000-0xd26f0000
write-combining @ 0xd26f0000-0xd26f1000
write-combining @ 0xd26f1000-0xd26f2000
write-combining @ 0xd26f2000-0xd26f3000
write-combining @ 0xd26f3000-0xd26f4000
write-combining @ 0xd26f4000-0xd26f5000
write-combining @ 0xd26f5000-0xd26f6000
write-combining @ 0xd26f6000-0xd26f7000
write-combining @ 0xd26f7000-0xd26f8000
write-combining @ 0xd26f8000-0xd26f9000
write-combining @ 0xd26f9000-0xd26fa000
write-combining @ 0xd26fa000-0xd26fb000
write-combining @ 0xd26fb000-0xd26fc000
write-combining @ 0xd26fc000-0xd26fd000
write-combining @ 0xd26fd000-0xd26fe000
write-combining @ 0xd26fe000-0xd26ff000
write-combining @ 0xd26ff000-0xd2700000
write-combining @ 0xd2700000-0xd2701000
write-combining @ 0xd2701000-0xd2702000
write-combining @ 0xd2702000-0xd2703000
write-combining @ 0xd2703000-0xd2704000
write-combining @ 0xd2704000-0xd2705000
write-combining @ 0xd2705000-0xd2706000
write-combining @ 0xd2706000-0xd2707000
write-combining @ 0xd2707000-0xd2708000
write-combining @ 0xd2708000-0xd2709000
write-combining @ 0xd2709000-0xd270a000
write-combining @ 0xd270a000-0xd270b000
write-combining @ 0xd270b000-0xd270c000
write-combining @ 0xd270c000-0xd270d000
write-combining @ 0xd270d000-0xd270e000
write-combining @ 0xd270e000-0xd270f000
write-combining @ 0xd270f000-0xd2710000
write-combining @ 0xd2710000-0xd2711000
write-combining @ 0xd2711000-0xd2712000
write-combining @ 0xd2712000-0xd2713000
write-combining @ 0xd2713000-0xd2714000
write-combining @ 0xd2714000-0xd2715000
write-combining @ 0xd2715000-0xd2716000
write-combining @ 0xd2716000-0xd2717000
write-combining @ 0xd2717000-0xd2718000
write-combining @ 0xd2718000-0xd2719000
write-combining @ 0xd2719000-0xd271a000
write-combining @ 0xd271a000-0xd271b000
write-combining @ 0xd271b000-0xd271c000
write-combining @ 0xd271c000-0xd271d000
write-combining @ 0xd271d000-0xd271e000
write-combining @ 0xd271e000-0xd271f000
write-combining @ 0xd271f000-0xd2720000
write-combining @ 0xd2720000-0xd2721000
write-combining @ 0xd2721000-0xd2722000
write-combining @ 0xd2722000-0xd2723000
write-combining @ 0xd2723000-0xd2724000
write-combining @ 0xd2724000-0xd2725000
write-combining @ 0xd2725000-0xd2726000
write-combining @ 0xd2726000-0xd2727000
write-combining @ 0xd2727000-0xd2728000
write-combining @ 0xd2728000-0xd2729000
write-combining @ 0xd2729000-0xd272a000
write-combining @ 0xd272a000-0xd272b000
write-combining @ 0xd272b000-0xd272c000
write-combining @ 0xd272c000-0xd272d000
write-combining @ 0xd272d000-0xd272e000
write-combining @ 0xd272e000-0xd272f000
write-combining @ 0xd272f000-0xd2730000
write-combining @ 0xd2731000-0xd2732000
write-combining @ 0xd2732000-0xd2733000
write-combining @ 0xd2734000-0xd2735000
write-combining @ 0xd2735000-0xd2736000
write-combining @ 0xd2737000-0xd2738000
write-combining @ 0xd2738000-0xd2739000
write-combining @ 0xd273a000-0xd273b000
write-combining @ 0xd273b000-0xd273c000
write-combining @ 0xd273d000-0xd273e000
write-combining @ 0xd273e000-0xd273f000
write-combining @ 0xd2740000-0xd2741000
write-combining @ 0xd2741000-0xd2742000
write-combining @ 0xd2742000-0xd2743000
write-combining @ 0xd2743000-0xd2744000
write-combining @ 0xd2744000-0xd2745000
write-combining @ 0xd2745000-0xd2746000
write-combining @ 0xd2746000-0xd2747000
write-combining @ 0xd2747000-0xd2748000
write-combining @ 0xd2748000-0xd2749000
write-combining @ 0xd2749000-0xd274a000
write-combining @ 0xd274a000-0xd274b000
write-combining @ 0xd274b000-0xd274c000
write-combining @ 0xd274c000-0xd274d000
write-combining @ 0xd274d000-0xd274e000
write-combining @ 0xd274e000-0xd274f000
write-combining @ 0xd274f000-0xd2750000
write-combining @ 0xd2750000-0xd2751000
write-combining @ 0xd2751000-0xd2752000
write-combining @ 0xd2752000-0xd2753000
write-combining @ 0xd2753000-0xd2754000
write-combining @ 0xd2754000-0xd2755000
write-combining @ 0xd2755000-0xd2756000
write-combining @ 0xd2756000-0xd2757000
write-combining @ 0xd2757000-0xd2758000
write-combining @ 0xd2758000-0xd2759000
write-combining @ 0xd2759000-0xd275a000
write-combining @ 0xd275a000-0xd275b000
write-combining @ 0xd275b000-0xd275c000
write-combining @ 0xd275c000-0xd275d000
write-combining @ 0xd275d000-0xd275e000
write-combining @ 0xd275e000-0xd275f000
write-combining @ 0xd275f000-0xd2760000
write-combining @ 0xd2760000-0xd2761000
write-combining @ 0xd2761000-0xd2762000
write-combining @ 0xd2d8c000-0xd2d8d000
write-combining @ 0xd2d8d000-0xd2d8e000
write-combining @ 0xd2d8e000-0xd2d8f000
write-combining @ 0xd2d8f000-0xd2d90000
write-combining @ 0xd2d90000-0xd2d91000
write-combining @ 0xd2d91000-0xd2d92000
write-combining @ 0xd2d92000-0xd2d93000
write-combining @ 0xd2d93000-0xd2d94000
write-combining @ 0xd2d94000-0xd2d95000
write-combining @ 0xd2d95000-0xd2d96000
write-combining @ 0xd2d96000-0xd2d97000
write-combining @ 0xd2d97000-0xd2d98000
write-combining @ 0xd2d98000-0xd2d99000
write-combining @ 0xd2d99000-0xd2d9a000
write-combining @ 0xd2d9a000-0xd2d9b000
write-combining @ 0xd2d9b000-0xd2d9c000
write-combining @ 0xd2d9c000-0xd2d9d000
write-combining @ 0xd2d9d000-0xd2d9e000
write-combining @ 0xd2d9e000-0xd2d9f000
write-combining @ 0xd2d9f000-0xd2da0000
write-combining @ 0xd2da0000-0xd2da1000
write-combining @ 0xd2da1000-0xd2da2000
write-combining @ 0xd2da2000-0xd2da3000
write-combining @ 0xd2da3000-0xd2da4000
write-combining @ 0xd2da4000-0xd2da5000
write-combining @ 0xd2da5000-0xd2da6000
write-combining @ 0xd2da6000-0xd2da7000
write-combining @ 0xd2da7000-0xd2da8000
write-combining @ 0xd2da8000-0xd2da9000
write-combining @ 0xd2da9000-0xd2daa000
write-combining @ 0xd2daa000-0xd2dab000
write-combining @ 0xd2dab000-0xd2dac000
write-combining @ 0xd2dac000-0xd2dad000
write-combining @ 0xd2dad000-0xd2dae000
write-combining @ 0xd2dae000-0xd2daf000
write-combining @ 0xd2daf000-0xd2db0000
write-combining @ 0xd2db0000-0xd2db1000
write-combining @ 0xd2db1000-0xd2db2000
write-combining @ 0xd2db2000-0xd2db3000
write-combining @ 0xd2db3000-0xd2db4000
write-combining @ 0xd2db4000-0xd2db5000
write-combining @ 0xd2db5000-0xd2db6000
write-combining @ 0xd2db6000-0xd2db7000
write-combining @ 0xd2db7000-0xd2db8000
write-combining @ 0xd2db8000-0xd2db9000
write-combining @ 0xd2db9000-0xd2dba000
write-combining @ 0xd2dba000-0xd2dbb000
write-combining @ 0xd2dbb000-0xd2dbc000
write-combining @ 0xd2dbc000-0xd2dbd000
write-combining @ 0xd2dbd000-0xd2dbe000
write-combining @ 0xd2dbe000-0xd2dbf000
write-combining @ 0xd2dbf000-0xd2dc0000
write-combining @ 0xd2dc0000-0xd2dc1000
write-combining @ 0xd2dc1000-0xd2dc2000
write-combining @ 0xd2dc2000-0xd2dc3000
write-combining @ 0xd2dc3000-0xd2dc4000
write-combining @ 0xd2dc4000-0xd2dc5000
write-combining @ 0xd2dc5000-0xd2dc6000
write-combining @ 0xd2dc6000-0xd2dc7000
write-combining @ 0xd2dc7000-0xd2dc8000
write-combining @ 0xd2dc8000-0xd2dc9000
write-combining @ 0xd2dc9000-0xd2dca000
write-combining @ 0xd2dca000-0xd2dcb000
write-combining @ 0xd2dcb000-0xd2dcc000
write-combining @ 0xd2dcc000-0xd2dcd000
write-combining @ 0xd2dcd000-0xd2dce000
write-combining @ 0xd2dce000-0xd2dcf000
write-combining @ 0xd2dcf000-0xd2dd0000
write-combining @ 0xd2dd0000-0xd2dd1000
write-combining @ 0xd2dd1000-0xd2dd2000
write-combining @ 0xd2dd2000-0xd2dd3000
write-combining @ 0xd2dd3000-0xd2dd4000
write-combining @ 0xd2dd4000-0xd2dd5000
write-combining @ 0xd2dd5000-0xd2dd6000
write-combining @ 0xd2dd6000-0xd2dd7000
write-combining @ 0xd2dd7000-0xd2dd8000
write-combining @ 0xd2dd8000-0xd2dd9000
write-combining @ 0xd2dd9000-0xd2dda000
write-combining @ 0xd2dda000-0xd2ddb000
write-combining @ 0xd2ddb000-0xd2ddc000
write-combining @ 0xd2ddc000-0xd2ddd000
write-combining @ 0xd2ddd000-0xd2dde000
write-combining @ 0xd2dde000-0xd2ddf000
write-combining @ 0xd2ddf000-0xd2de0000
write-combining @ 0xd2de0000-0xd2de1000
write-combining @ 0xd2de1000-0xd2de2000
write-combining @ 0xd2de2000-0xd2de3000
write-combining @ 0xd2de3000-0xd2de4000
write-combining @ 0xd2de4000-0xd2de5000
write-combining @ 0xd2de5000-0xd2de6000
write-combining @ 0xd2de6000-0xd2de7000
write-combining @ 0xd2de7000-0xd2de8000
write-combining @ 0xd2de8000-0xd2de9000
write-combining @ 0xd2de9000-0xd2dea000
write-combining @ 0xd2dea000-0xd2deb000
write-combining @ 0xd2deb000-0xd2dec000
write-combining @ 0xd2dec000-0xd2ded000
write-combining @ 0xd2ded000-0xd2dee000
write-combining @ 0xd2dee000-0xd2def000
write-combining @ 0xd2def000-0xd2df0000
write-combining @ 0xd2df0000-0xd2df1000
write-combining @ 0xd2df1000-0xd2df2000
write-combining @ 0xd2df2000-0xd2df3000
write-combining @ 0xd2df3000-0xd2df4000
write-combining @ 0xd2df4000-0xd2df5000
write-combining @ 0xd2df5000-0xd2df6000
write-combining @ 0xd2df6000-0xd2df7000
write-combining @ 0xd2df7000-0xd2df8000
write-combining @ 0xd2df8000-0xd2df9000
write-combining @ 0xd2df9000-0xd2dfa000
write-combining @ 0xd2dfa000-0xd2dfb000
write-combining @ 0xd2dfb000-0xd2dfc000
write-combining @ 0xd2dfc000-0xd2dfd000
write-combining @ 0xd2dfd000-0xd2dfe000
write-combining @ 0xd2dfe000-0xd2dff000
write-combining @ 0xd2dff000-0xd2e00000
write-combining @ 0xd2e00000-0xd2e01000
write-combining @ 0xd2e01000-0xd2e02000
write-combining @ 0xd2e02000-0xd2e03000
write-combining @ 0xd2e03000-0xd2e04000
write-combining @ 0xd2e04000-0xd2e05000
write-combining @ 0xd2e05000-0xd2e06000
write-combining @ 0xd2e06000-0xd2e07000
write-combining @ 0xd2e07000-0xd2e08000
write-combining @ 0xd2e08000-0xd2e09000
write-combining @ 0xd2e09000-0xd2e0a000
write-combining @ 0xd2e0a000-0xd2e0b000
write-combining @ 0xd2e0b000-0xd2e0c000
write-combining @ 0xd2e0c000-0xd2e0d000
write-combining @ 0xd2e0d000-0xd2e0e000
write-combining @ 0xd2e0e000-0xd2e0f000
write-combining @ 0xd2e0f000-0xd2e10000
write-combining @ 0xd2e10000-0xd2e11000
write-combining @ 0xd2e11000-0xd2e12000
write-combining @ 0xd2e12000-0xd2e13000
write-combining @ 0xd2e13000-0xd2e14000
write-combining @ 0xd2e14000-0xd2e15000
write-combining @ 0xd2e15000-0xd2e16000
write-combining @ 0xd2e16000-0xd2e17000
write-combining @ 0xd2e17000-0xd2e18000
write-combining @ 0xd2e18000-0xd2e19000
write-combining @ 0xd2e19000-0xd2e1a000
write-combining @ 0xd2e1a000-0xd2e1b000
write-combining @ 0xd2e1b000-0xd2e1c000
write-combining @ 0xd2e1c000-0xd2e1d000
write-combining @ 0xd2e1d000-0xd2e1e000
write-combining @ 0xd2e1e000-0xd2e1f000
write-combining @ 0xd2e1f000-0xd2e20000
write-combining @ 0xd2e20000-0xd2e21000
write-combining @ 0xd2e21000-0xd2e22000
write-combining @ 0xd2e22000-0xd2e23000
write-combining @ 0xd2e23000-0xd2e24000
write-combining @ 0xd2e24000-0xd2e25000
write-combining @ 0xd2e25000-0xd2e26000
write-combining @ 0xd2e26000-0xd2e27000
write-combining @ 0xd2e27000-0xd2e28000
write-combining @ 0xd2e28000-0xd2e29000
write-combining @ 0xd2e29000-0xd2e2a000
write-combining @ 0xd2e2a000-0xd2e2b000
write-combining @ 0xd2e2b000-0xd2e2c000
write-combining @ 0xd2e2c000-0xd2e2d000
write-combining @ 0xd2e2d000-0xd2e2e000
write-combining @ 0xd2e2e000-0xd2e2f000
write-combining @ 0xd2e2f000-0xd2e30000
write-combining @ 0xd2e30000-0xd2e31000
write-combining @ 0xd2e31000-0xd2e32000
write-combining @ 0xd2e32000-0xd2e33000
write-combining @ 0xd2e33000-0xd2e34000
write-combining @ 0xd2e34000-0xd2e35000
write-combining @ 0xd2e35000-0xd2e36000
write-combining @ 0xd2e36000-0xd2e37000
write-combining @ 0xd2e37000-0xd2e38000
write-combining @ 0xd2e38000-0xd2e39000
write-combining @ 0xd2e39000-0xd2e3a000
write-combining @ 0xd2e3a000-0xd2e3b000
write-combining @ 0xd2e3b000-0xd2e3c000
write-combining @ 0xd2e3c000-0xd2e3d000
write-combining @ 0xd2e3d000-0xd2e3e000
write-combining @ 0xd2e3e000-0xd2e3f000
write-combining @ 0xd2e3f000-0xd2e40000
write-combining @ 0xd2e40000-0xd2e41000
write-combining @ 0xd2e41000-0xd2e42000
write-combining @ 0xd2e42000-0xd2e43000
write-combining @ 0xd2e43000-0xd2e44000
write-combining @ 0xd2e44000-0xd2e45000
write-combining @ 0xd2e45000-0xd2e46000
write-combining @ 0xd2e46000-0xd2e47000
write-combining @ 0xd2e47000-0xd2e48000
write-combining @ 0xd2e48000-0xd2e49000
write-combining @ 0xd2e49000-0xd2e4a000
write-combining @ 0xd2e4a000-0xd2e4b000
write-combining @ 0xd2e4b000-0xd2e4c000
write-combining @ 0xd2e4c000-0xd2e4d000
write-combining @ 0xd2e4d000-0xd2e4e000
write-combining @ 0xd2e4e000-0xd2e4f000
write-combining @ 0xd2e4f000-0xd2e50000
write-combining @ 0xd2e50000-0xd2e51000
write-combining @ 0xd2e51000-0xd2e52000
write-combining @ 0xd2e52000-0xd2e53000
write-combining @ 0xd2e53000-0xd2e54000
write-combining @ 0xd2e54000-0xd2e55000
write-combining @ 0xd2e55000-0xd2e56000
write-combining @ 0xd2e56000-0xd2e57000
write-combining @ 0xd2e57000-0xd2e58000
write-combining @ 0xd2e58000-0xd2e59000
write-combining @ 0xd2e59000-0xd2e5a000
write-combining @ 0xd2e5a000-0xd2e5b000
write-combining @ 0xd2e5b000-0xd2e5c000
write-combining @ 0xd2e5c000-0xd2e5d000
write-combining @ 0xd2e5d000-0xd2e5e000
write-combining @ 0xd2e5e000-0xd2e5f000
write-combining @ 0xd2e5f000-0xd2e60000
write-combining @ 0xd2e60000-0xd2e61000
write-combining @ 0xd2e61000-0xd2e62000
write-combining @ 0xd2e62000-0xd2e63000
write-combining @ 0xd2e63000-0xd2e64000
write-combining @ 0xd2e64000-0xd2e65000
write-combining @ 0xd2e65000-0xd2e66000
write-combining @ 0xd2e66000-0xd2e67000
write-combining @ 0xd2e67000-0xd2e68000
write-combining @ 0xd2e68000-0xd2e69000
write-combining @ 0xd2e69000-0xd2e6a000
write-combining @ 0xd2e6a000-0xd2e6b000
write-combining @ 0xd2e6b000-0xd2e6c000
write-combining @ 0xd2e6c000-0xd2e6d000
write-combining @ 0xd2e6d000-0xd2e6e000
write-combining @ 0xd2e6e000-0xd2e6f000
write-combining @ 0xd2e6f000-0xd2e70000
write-combining @ 0xd2e70000-0xd2e71000
write-combining @ 0xd2e71000-0xd2e72000
write-combining @ 0xd2e72000-0xd2e73000
write-combining @ 0xd2e73000-0xd2e74000
write-combining @ 0xd2e74000-0xd2e75000
write-combining @ 0xd2e75000-0xd2e76000
write-combining @ 0xd2e76000-0xd2e77000
write-combining @ 0xd2e77000-0xd2e78000
write-combining @ 0xd2e78000-0xd2e79000
write-combining @ 0xd2e79000-0xd2e7a000
write-combining @ 0xd2e7a000-0xd2e7b000
write-combining @ 0xd2e7b000-0xd2e7c000
write-combining @ 0xd2e7c000-0xd2e7d000
write-combining @ 0xd2e7d000-0xd2e7e000
write-combining @ 0xd2e7e000-0xd2e7f000
write-combining @ 0xd2e7f000-0xd2e80000
write-combining @ 0xd2e80000-0xd2e81000
write-combining @ 0xd2e81000-0xd2e82000
write-combining @ 0xd2e82000-0xd2e83000
write-combining @ 0xd2e83000-0xd2e84000
write-combining @ 0xd2e84000-0xd2e85000
write-combining @ 0xd2e85000-0xd2e86000
write-combining @ 0xd2e86000-0xd2e87000
write-combining @ 0xd2e87000-0xd2e88000
write-combining @ 0xd2e88000-0xd2e89000
write-combining @ 0xd2e89000-0xd2e8a000
write-combining @ 0xd2e8a000-0xd2e8b000
write-combining @ 0xd2e8b000-0xd2e8c000
write-combining @ 0xd2e8c000-0xd2e8d000
write-combining @ 0xd2e8d000-0xd2e8e000
write-combining @ 0xd2e8e000-0xd2e8f000
write-combining @ 0xd2e8f000-0xd2e90000
write-combining @ 0xd2e90000-0xd2e91000
write-combining @ 0xd2e91000-0xd2e92000
write-combining @ 0xd2e92000-0xd2e93000
write-combining @ 0xd2e93000-0xd2e94000
write-combining @ 0xd2e94000-0xd2e95000
write-combining @ 0xd2e95000-0xd2e96000
write-combining @ 0xd2e96000-0xd2e97000
write-combining @ 0xd2e97000-0xd2e98000
write-combining @ 0xd2e98000-0xd2e99000
write-combining @ 0xd2e99000-0xd2e9a000
write-combining @ 0xd2e9a000-0xd2e9b000
write-combining @ 0xd2e9b000-0xd2e9c000
write-combining @ 0xd2e9c000-0xd2e9d000
write-combining @ 0xd2e9d000-0xd2e9e000
write-combining @ 0xd2e9e000-0xd2e9f000
write-combining @ 0xd2e9f000-0xd2ea0000
write-combining @ 0xd2ea0000-0xd2ea1000
write-combining @ 0xd2ea1000-0xd2ea2000
write-combining @ 0xd2ea2000-0xd2ea3000
write-combining @ 0xd2ea3000-0xd2ea4000
write-combining @ 0xd2ea4000-0xd2ea5000
write-combining @ 0xd2ea5000-0xd2ea6000
write-combining @ 0xd2ea6000-0xd2ea7000
write-combining @ 0xd2ea7000-0xd2ea8000
write-combining @ 0xd2ea8000-0xd2ea9000
write-combining @ 0xd2ea9000-0xd2eaa000
write-combining @ 0xd2eaa000-0xd2eab000
write-combining @ 0xd2eab000-0xd2eac000
write-combining @ 0xd2eac000-0xd2ead000
write-combining @ 0xd2ead000-0xd2eae000
write-combining @ 0xd2eae000-0xd2eaf000
write-combining @ 0xd2eaf000-0xd2eb0000
write-combining @ 0xd2eb0000-0xd2eb1000
write-combining @ 0xd2eb1000-0xd2eb2000
write-combining @ 0xd2eb2000-0xd2eb3000
write-combining @ 0xd2eb3000-0xd2eb4000
write-combining @ 0xd2eb4000-0xd2eb5000
write-combining @ 0xd2eb5000-0xd2eb6000
write-combining @ 0xd2eb6000-0xd2eb7000
write-combining @ 0xd2eb7000-0xd2eb8000
write-combining @ 0xd2eb8000-0xd2eb9000
write-combining @ 0xd2eb9000-0xd2eba000
write-combining @ 0xd2eba000-0xd2ebb000
write-combining @ 0xd2ebb000-0xd2ebc000
write-combining @ 0xd2ebc000-0xd2ebd000
write-combining @ 0xd2ebd000-0xd2ebe000
write-combining @ 0xd2ebe000-0xd2ebf000
write-combining @ 0xd2ebf000-0xd2ec0000
write-combining @ 0xd2ec0000-0xd2ec1000
write-combining @ 0xd2ec1000-0xd2ec2000
write-combining @ 0xd2ec2000-0xd2ec3000
write-combining @ 0xd2ec3000-0xd2ec4000
write-combining @ 0xd2ec4000-0xd2ec5000
write-combining @ 0xd2ec5000-0xd2ec6000
write-combining @ 0xd2ec6000-0xd2ec7000
write-combining @ 0xd2ec7000-0xd2ec8000
write-combining @ 0xd2ec8000-0xd2ec9000
write-combining @ 0xd2ec9000-0xd2eca000
write-combining @ 0xd2eca000-0xd2ecb000
write-combining @ 0xd2ecb000-0xd2ecc000
write-combining @ 0xd2ecc000-0xd2ecd000
write-combining @ 0xd2ecd000-0xd2ece000
write-combining @ 0xd2ece000-0xd2ecf000
write-combining @ 0xd2ecf000-0xd2ed0000
write-combining @ 0xd2ed0000-0xd2ed1000
write-combining @ 0xd2ed1000-0xd2ed2000
write-combining @ 0xd2ed2000-0xd2ed3000
write-combining @ 0xd2ed3000-0xd2ed4000
write-combining @ 0xd2ed4000-0xd2ed5000
write-combining @ 0xd2ed5000-0xd2ed6000
write-combining @ 0xd2ed6000-0xd2ed7000
write-combining @ 0xd2ed7000-0xd2ed8000
write-combining @ 0xd2ed8000-0xd2ed9000
write-combining @ 0xd2ed9000-0xd2eda000
write-combining @ 0xd2eda000-0xd2edb000
write-combining @ 0xd2edb000-0xd2edc000
write-combining @ 0xd2edc000-0xd2edd000
write-combining @ 0xd2edd000-0xd2ede000
write-combining @ 0xd2ede000-0xd2edf000
write-combining @ 0xd2edf000-0xd2ee0000
write-combining @ 0xd2ee0000-0xd2ee1000
write-combining @ 0xd2ee1000-0xd2ee2000
write-combining @ 0xd2ee2000-0xd2ee3000
write-combining @ 0xd2ee3000-0xd2ee4000
write-combining @ 0xd2ee4000-0xd2ee5000
write-combining @ 0xd2ee5000-0xd2ee6000
write-combining @ 0xd2ee6000-0xd2ee7000
write-combining @ 0xd2ee7000-0xd2ee8000
write-combining @ 0xd2ee8000-0xd2ee9000
write-combining @ 0xd2ee9000-0xd2eea000
write-combining @ 0xd2eea000-0xd2eeb000
write-combining @ 0xd2eeb000-0xd2eec000
write-combining @ 0xd2eec000-0xd2eed000
write-combining @ 0xd2eed000-0xd2eee000
write-combining @ 0xd2eee000-0xd2eef000
write-combining @ 0xd2eef000-0xd2ef0000
write-combining @ 0xd2ef0000-0xd2ef1000
write-combining @ 0xd2ef1000-0xd2ef2000
write-combining @ 0xd2ef2000-0xd2ef3000
write-combining @ 0xd2ef3000-0xd2ef4000
write-combining @ 0xd2ef4000-0xd2ef5000
write-combining @ 0xd2ef5000-0xd2ef6000
write-combining @ 0xd2ef6000-0xd2ef7000
write-combining @ 0xd2ef7000-0xd2ef8000
write-combining @ 0xd2ef8000-0xd2ef9000
write-combining @ 0xd2ef9000-0xd2efa000
write-combining @ 0xd2efa000-0xd2efb000
write-combining @ 0xd2efb000-0xd2efc000
write-combining @ 0xd2efc000-0xd2efd000
write-combining @ 0xd2efd000-0xd2efe000
write-combining @ 0xd2efe000-0xd2eff000
write-combining @ 0xd2eff000-0xd2f00000
write-combining @ 0xd2f00000-0xd2f01000
write-combining @ 0xd2f01000-0xd2f02000
write-combining @ 0xd2f02000-0xd2f03000
write-combining @ 0xd2f03000-0xd2f04000
write-combining @ 0xd2f04000-0xd2f05000
write-combining @ 0xd2f05000-0xd2f06000
write-combining @ 0xd2f06000-0xd2f07000
write-combining @ 0xd2f07000-0xd2f08000
write-combining @ 0xd2f08000-0xd2f09000
write-combining @ 0xd2f09000-0xd2f0a000
write-combining @ 0xd2f0a000-0xd2f0b000
write-combining @ 0xd2f0b000-0xd2f0c000
write-combining @ 0xd2f0c000-0xd2f0d000
write-combining @ 0xd2f0d000-0xd2f0e000
write-combining @ 0xd2f0e000-0xd2f0f000
write-combining @ 0xd2f0f000-0xd2f10000
write-combining @ 0xd2f10000-0xd2f11000
write-combining @ 0xd2f11000-0xd2f12000
write-combining @ 0xd2f12000-0xd2f13000
write-combining @ 0xd2f13000-0xd2f14000
write-combining @ 0xd2f14000-0xd2f15000
write-combining @ 0xd2f15000-0xd2f16000
write-combining @ 0xd2f16000-0xd2f17000
write-combining @ 0xd2f17000-0xd2f18000
write-combining @ 0xd2f18000-0xd2f19000
write-combining @ 0xd2f19000-0xd2f1a000
write-combining @ 0xd2f1a000-0xd2f1b000
write-combining @ 0xd2f1b000-0xd2f1c000
write-combining @ 0xd2f1c000-0xd2f1d000
write-combining @ 0xd2f1d000-0xd2f1e000
write-combining @ 0xd2f1e000-0xd2f1f000
write-combining @ 0xd2f1f000-0xd2f20000
write-combining @ 0xd2f20000-0xd2f21000
write-combining @ 0xd2f21000-0xd2f22000
write-combining @ 0xd2f22000-0xd2f23000
write-combining @ 0xd2f23000-0xd2f24000
write-combining @ 0xd2f24000-0xd2f25000
write-combining @ 0xd2f25000-0xd2f26000
write-combining @ 0xd2f26000-0xd2f27000
write-combining @ 0xd2f27000-0xd2f28000
write-combining @ 0xd2f28000-0xd2f29000
write-combining @ 0xd2f29000-0xd2f2a000
write-combining @ 0xd2f2a000-0xd2f2b000
write-combining @ 0xd2f2b000-0xd2f2c000
write-combining @ 0xd2f2c000-0xd2f2d000
write-combining @ 0xd2f2d000-0xd2f2e000
write-combining @ 0xd2f2e000-0xd2f2f000
write-combining @ 0xd2f2f000-0xd2f30000
write-combining @ 0xd2f30000-0xd2f31000
write-combining @ 0xd2f31000-0xd2f32000
write-combining @ 0xd2f32000-0xd2f33000
write-combining @ 0xd2f33000-0xd2f34000
write-combining @ 0xd2f34000-0xd2f35000
write-combining @ 0xd2f35000-0xd2f36000
write-combining @ 0xd2f36000-0xd2f37000
write-combining @ 0xd2f37000-0xd2f38000
write-combining @ 0xd2f38000-0xd2f39000
write-combining @ 0xd2f39000-0xd2f3a000
write-combining @ 0xd2f3a000-0xd2f3b000
write-combining @ 0xd2f3b000-0xd2f3c000
write-combining @ 0xd2f3c000-0xd2f3d000
write-combining @ 0xd2f3d000-0xd2f3e000
write-combining @ 0xd2f3e000-0xd2f3f000
write-combining @ 0xd2f3f000-0xd2f40000
write-combining @ 0xd2f40000-0xd2f41000
write-combining @ 0xd2f41000-0xd2f42000
write-combining @ 0xd2f42000-0xd2f43000
write-combining @ 0xd2f43000-0xd2f44000
write-combining @ 0xd2f44000-0xd2f45000
write-combining @ 0xd2f45000-0xd2f46000
write-combining @ 0xd2f46000-0xd2f47000
write-combining @ 0xd2f47000-0xd2f48000
write-combining @ 0xd2f48000-0xd2f49000
write-combining @ 0xd2f49000-0xd2f4a000
write-combining @ 0xd2f4a000-0xd2f4b000
write-combining @ 0xd2f4b000-0xd2f4c000
write-combining @ 0xd2f4c000-0xd2f4d000
write-combining @ 0xd2f4d000-0xd2f4e000
write-combining @ 0xd2f4e000-0xd2f4f000
write-combining @ 0xd2f4f000-0xd2f50000
write-combining @ 0xd2f50000-0xd2f51000
write-combining @ 0xd2f51000-0xd2f52000
write-combining @ 0xd2f52000-0xd2f53000
write-combining @ 0xd2f53000-0xd2f54000
write-combining @ 0xd2f54000-0xd2f55000
write-combining @ 0xd2f55000-0xd2f56000
write-combining @ 0xd2f56000-0xd2f57000
write-combining @ 0xd2f57000-0xd2f58000
write-combining @ 0xd2f58000-0xd2f59000
write-combining @ 0xd2f59000-0xd2f5a000
write-combining @ 0xd2f5a000-0xd2f5b000
write-combining @ 0xd2f5b000-0xd2f5c000
write-combining @ 0xd2f5c000-0xd2f5d000
write-combining @ 0xd2f5d000-0xd2f5e000
write-combining @ 0xd2f5e000-0xd2f5f000
write-combining @ 0xd2f5f000-0xd2f60000
write-combining @ 0xd2f60000-0xd2f61000
write-combining @ 0xd2f61000-0xd2f62000
write-combining @ 0xd2f62000-0xd2f63000
write-combining @ 0xd2f63000-0xd2f64000
write-combining @ 0xd2f64000-0xd2f65000
write-combining @ 0xd2f65000-0xd2f66000
write-combining @ 0xd2f66000-0xd2f67000
write-combining @ 0xd2f67000-0xd2f68000
write-combining @ 0xd2f68000-0xd2f69000
write-combining @ 0xd2f69000-0xd2f6a000
write-combining @ 0xd2f6a000-0xd2f6b000
write-combining @ 0xd2f6b000-0xd2f6c000
write-combining @ 0xd2f6c000-0xd2f6d000
write-combining @ 0xd2f6d000-0xd2f6e000
write-combining @ 0xd2f6e000-0xd2f6f000
write-combining @ 0xd2f6f000-0xd2f70000
write-combining @ 0xd2f70000-0xd2f71000
write-combining @ 0xd2f71000-0xd2f72000
write-combining @ 0xd2f72000-0xd2f73000
write-combining @ 0xd2f73000-0xd2f74000
write-combining @ 0xd2f74000-0xd2f75000
write-combining @ 0xd2f75000-0xd2f76000
write-combining @ 0xd2f76000-0xd2f77000
write-combining @ 0xd2f77000-0xd2f78000
write-combining @ 0xd2f78000-0xd2f79000
write-combining @ 0xd2f79000-0xd2f7a000
write-combining @ 0xd2f7a000-0xd2f7b000
write-combining @ 0xd2f7b000-0xd2f7c000
write-combining @ 0xd2f7c000-0xd2f7d000
write-combining @ 0xd2f7d000-0xd2f7e000
write-combining @ 0xd2f7e000-0xd2f7f000
write-combining @ 0xd2f7f000-0xd2f80000
write-combining @ 0xd2f80000-0xd2f81000
write-combining @ 0xd2f81000-0xd2f82000
write-combining @ 0xd2f82000-0xd2f83000
write-combining @ 0xd2f83000-0xd2f84000
write-combining @ 0xd2f84000-0xd2f85000
write-combining @ 0xd2f85000-0xd2f86000
write-combining @ 0xd2f86000-0xd2f87000
write-combining @ 0xd2f87000-0xd2f88000
write-combining @ 0xd2f88000-0xd2f89000
write-combining @ 0xd2f89000-0xd2f8a000
write-combining @ 0xd2f8a000-0xd2f8b000
write-combining @ 0xd2f8b000-0xd2f8c000
write-combining @ 0xd2f8c000-0xd2f8d000
write-combining @ 0xd2f8d000-0xd2f8e000
write-combining @ 0xd2f8e000-0xd2f8f000
write-combining @ 0xd2f8f000-0xd2f90000
write-combining @ 0xd2f90000-0xd2f91000
write-combining @ 0xd2f91000-0xd2f92000
write-combining @ 0xd2f92000-0xd2f93000
write-combining @ 0xd2f93000-0xd2f94000
write-combining @ 0xd2f94000-0xd2f95000
write-combining @ 0xd2f95000-0xd2f96000
write-combining @ 0xd2f96000-0xd2f97000
write-combining @ 0xd2f97000-0xd2f98000
write-combining @ 0xd2f98000-0xd2f99000
write-combining @ 0xd2f99000-0xd2f9a000
write-combining @ 0xd2f9a000-0xd2f9b000
write-combining @ 0xd2f9b000-0xd2f9c000
write-combining @ 0xd2f9c000-0xd2f9d000
write-combining @ 0xd2f9d000-0xd2f9e000
write-combining @ 0xd2f9e000-0xd2f9f000
write-combining @ 0xd2f9f000-0xd2fa0000
write-combining @ 0xd2fa0000-0xd2fa1000
write-combining @ 0xd2fa1000-0xd2fa2000
write-combining @ 0xd2fa2000-0xd2fa3000
write-combining @ 0xd2fa3000-0xd2fa4000
write-combining @ 0xd2fa4000-0xd2fa5000
write-combining @ 0xd2fa5000-0xd2fa6000
write-combining @ 0xd2fa6000-0xd2fa7000
write-combining @ 0xd2fa7000-0xd2fa8000
write-combining @ 0xd2fa8000-0xd2fa9000
write-combining @ 0xd2fa9000-0xd2faa000
write-combining @ 0xd2faa000-0xd2fab000
write-combining @ 0xd2fab000-0xd2fac000
write-combining @ 0xd2fac000-0xd2fad000
write-combining @ 0xd2fad000-0xd2fae000
write-combining @ 0xd2fae000-0xd2faf000
write-combining @ 0xd2faf000-0xd2fb0000
write-combining @ 0xd2fb0000-0xd2fb1000
write-combining @ 0xd2fb1000-0xd2fb2000
write-combining @ 0xd2fb2000-0xd2fb3000
write-combining @ 0xd2fb3000-0xd2fb4000
write-combining @ 0xd2fb4000-0xd2fb5000
write-combining @ 0xd2fb5000-0xd2fb6000
write-combining @ 0xd2fb6000-0xd2fb7000
write-combining @ 0xd2fb7000-0xd2fb8000
write-combining @ 0xd2fb8000-0xd2fb9000
write-combining @ 0xd2fb9000-0xd2fba000
write-combining @ 0xd2fba000-0xd2fbb000
write-combining @ 0xd2fbb000-0xd2fbc000
write-combining @ 0xd2fbc000-0xd2fbd000
write-combining @ 0xd2fbd000-0xd2fbe000
write-combining @ 0xd2fbe000-0xd2fbf000
write-combining @ 0xd2fbf000-0xd2fc0000
write-combining @ 0xd2fc0000-0xd2fc1000
write-combining @ 0xd2fc1000-0xd2fc2000
write-combining @ 0xd2fc2000-0xd2fc3000
write-combining @ 0xd2fc3000-0xd2fc4000
write-combining @ 0xd2fc4000-0xd2fc5000
write-combining @ 0xd2fc5000-0xd2fc6000
write-combining @ 0xd2fc6000-0xd2fc7000
write-combining @ 0xd2fc7000-0xd2fc8000
write-combining @ 0xd2fc8000-0xd2fc9000
write-combining @ 0xd2fc9000-0xd2fca000
write-combining @ 0xd2fca000-0xd2fcb000
write-combining @ 0xd2fcb000-0xd2fcc000
write-combining @ 0xd2fcc000-0xd2fcd000
write-combining @ 0xd2fcd000-0xd2fce000
write-combining @ 0xd2fce000-0xd2fcf000
write-combining @ 0xd2fcf000-0xd2fd0000
write-combining @ 0xd2fd0000-0xd2fd1000
write-combining @ 0xd2fd1000-0xd2fd2000
write-combining @ 0xd2fd2000-0xd2fd3000
write-combining @ 0xd2fd3000-0xd2fd4000
write-combining @ 0xd2fd4000-0xd2fd5000
write-combining @ 0xd2fd5000-0xd2fd6000
write-combining @ 0xd2fd6000-0xd2fd7000
write-combining @ 0xd2fd7000-0xd2fd8000
write-combining @ 0xd2fd8000-0xd2fd9000
write-combining @ 0xd2fd9000-0xd2fda000
write-combining @ 0xd2fda000-0xd2fdb000
write-combining @ 0xd2fdb000-0xd2fdc000
write-combining @ 0xd2fdc000-0xd2fdd000
write-combining @ 0xd2fdd000-0xd2fde000
write-combining @ 0xd2fde000-0xd2fdf000
write-combining @ 0xd2fdf000-0xd2fe0000
write-combining @ 0xd2fe0000-0xd2fe1000
write-combining @ 0xd2fe1000-0xd2fe2000
write-combining @ 0xd2fe2000-0xd2fe3000
write-combining @ 0xd2fe3000-0xd2fe4000
write-combining @ 0xd2fe4000-0xd2fe5000
write-combining @ 0xd2fe5000-0xd2fe6000
write-combining @ 0xd2fe6000-0xd2fe7000
write-combining @ 0xd2fe7000-0xd2fe8000
write-combining @ 0xd2fe8000-0xd2fe9000
write-combining @ 0xd2fe9000-0xd2fea000
write-combining @ 0xd2fea000-0xd2feb000
write-combining @ 0xd2feb000-0xd2fec000
write-combining @ 0xd2fec000-0xd2fed000
write-combining @ 0xd2fed000-0xd2fee000
write-combining @ 0xd2fee000-0xd2fef000
write-combining @ 0xd2fef000-0xd2ff0000
write-combining @ 0xd2ff0000-0xd2ff1000
write-combining @ 0xd2ff1000-0xd2ff2000
write-combining @ 0xd2ff2000-0xd2ff3000
write-combining @ 0xd2ff3000-0xd2ff4000
write-combining @ 0xd2ff4000-0xd2ff5000
write-combining @ 0xd2ff5000-0xd2ff6000
write-combining @ 0xd2ff6000-0xd2ff7000
write-combining @ 0xd2ff7000-0xd2ff8000
write-combining @ 0xd2ff8000-0xd2ff9000
write-combining @ 0xd2ff9000-0xd2ffa000
write-combining @ 0xd2ffa000-0xd2ffb000
write-combining @ 0xd2ffb000-0xd2ffc000
write-combining @ 0xd2ffc000-0xd2ffd000
write-combining @ 0xd2ffd000-0xd2ffe000
write-combining @ 0xd2ffe000-0xd2fff000
write-combining @ 0xd2fff000-0xd3000000
write-combining @ 0xd3000000-0xd3001000
write-combining @ 0xd3001000-0xd3002000
write-combining @ 0xd3002000-0xd3003000
write-combining @ 0xd3003000-0xd3004000
write-combining @ 0xd3004000-0xd3005000
write-combining @ 0xd3005000-0xd3006000
write-combining @ 0xd3006000-0xd3007000
write-combining @ 0xd3007000-0xd3008000
write-combining @ 0xd3008000-0xd3009000
write-combining @ 0xd3009000-0xd300a000
write-combining @ 0xd300a000-0xd300b000
write-combining @ 0xd300b000-0xd300c000
write-combining @ 0xd300c000-0xd300d000
write-combining @ 0xd300d000-0xd300e000
write-combining @ 0xd300e000-0xd300f000
write-combining @ 0xd300f000-0xd3010000
write-combining @ 0xd3010000-0xd3011000
write-combining @ 0xd3011000-0xd3012000
write-combining @ 0xd3012000-0xd3013000
write-combining @ 0xd3013000-0xd3014000
write-combining @ 0xd3014000-0xd3015000
write-combining @ 0xd3015000-0xd3016000
write-combining @ 0xd3016000-0xd3017000
write-combining @ 0xd3017000-0xd3018000
write-combining @ 0xd3018000-0xd3019000
write-combining @ 0xd3019000-0xd301a000
write-combining @ 0xd301a000-0xd301b000
write-combining @ 0xd301b000-0xd301c000
write-combining @ 0xd301c000-0xd301d000
write-combining @ 0xd301d000-0xd301e000
write-combining @ 0xd301e000-0xd301f000
write-combining @ 0xd301f000-0xd3020000
write-combining @ 0xd3020000-0xd3021000
write-combining @ 0xd3021000-0xd3022000
write-combining @ 0xd3022000-0xd3023000
write-combining @ 0xd3023000-0xd3024000
write-combining @ 0xd3024000-0xd3025000
write-combining @ 0xd3025000-0xd3026000
write-combining @ 0xd3026000-0xd3027000
write-combining @ 0xd3027000-0xd3028000
write-combining @ 0xd3028000-0xd3029000
write-combining @ 0xd3029000-0xd302a000
write-combining @ 0xd302a000-0xd302b000
write-combining @ 0xd302b000-0xd302c000
write-combining @ 0xd302c000-0xd302d000
write-combining @ 0xd302d000-0xd302e000
write-combining @ 0xd302e000-0xd302f000
write-combining @ 0xd302f000-0xd3030000
write-combining @ 0xd3030000-0xd3031000
write-combining @ 0xd3031000-0xd3032000
write-combining @ 0xd3032000-0xd3033000
write-combining @ 0xd3033000-0xd3034000
write-combining @ 0xd3034000-0xd3035000
write-combining @ 0xd3035000-0xd3036000
write-combining @ 0xd3036000-0xd3037000
write-combining @ 0xd3037000-0xd3038000
write-combining @ 0xd3038000-0xd3039000
write-combining @ 0xd3039000-0xd303a000
write-combining @ 0xd303a000-0xd303b000
write-combining @ 0xd303b000-0xd303c000
write-combining @ 0xd303c000-0xd303d000
write-combining @ 0xd303d000-0xd303e000
write-combining @ 0xd303e000-0xd303f000
write-combining @ 0xd303f000-0xd3040000
write-combining @ 0xd3040000-0xd3041000
write-combining @ 0xd3041000-0xd3042000
write-combining @ 0xd3042000-0xd3043000
write-combining @ 0xd3043000-0xd3044000
write-combining @ 0xd3044000-0xd3045000
write-combining @ 0xd3045000-0xd3046000
write-combining @ 0xd3046000-0xd3047000
write-combining @ 0xd3047000-0xd3048000
write-combining @ 0xd3048000-0xd3049000
write-combining @ 0xd3049000-0xd304a000
write-combining @ 0xd304a000-0xd304b000
write-combining @ 0xd304b000-0xd304c000
write-combining @ 0xd304c000-0xd304d000
write-combining @ 0xd304d000-0xd304e000
write-combining @ 0xd304e000-0xd304f000
write-combining @ 0xd304f000-0xd3050000
write-combining @ 0xd3050000-0xd3051000
write-combining @ 0xd3051000-0xd3052000
write-combining @ 0xd3052000-0xd3053000
write-combining @ 0xd3053000-0xd3054000
write-combining @ 0xd3054000-0xd3055000
write-combining @ 0xd3055000-0xd3056000
write-combining @ 0xd3056000-0xd3057000
write-combining @ 0xd3057000-0xd3058000
write-combining @ 0xd3058000-0xd3059000
write-combining @ 0xd3059000-0xd305a000
write-combining @ 0xd305a000-0xd305b000
write-combining @ 0xd305b000-0xd305c000
write-combining @ 0xd305c000-0xd305d000
write-combining @ 0xd305d000-0xd305e000
write-combining @ 0xd305e000-0xd305f000
write-combining @ 0xd305f000-0xd3060000
write-combining @ 0xd3060000-0xd3061000
write-combining @ 0xd3061000-0xd3062000
write-combining @ 0xd3062000-0xd3063000
write-combining @ 0xd3063000-0xd3064000
write-combining @ 0xd3064000-0xd3065000
write-combining @ 0xd3065000-0xd3066000
write-combining @ 0xd3066000-0xd3067000
write-combining @ 0xd3067000-0xd3068000
write-combining @ 0xd3068000-0xd3069000
write-combining @ 0xd3069000-0xd306a000
write-combining @ 0xd306a000-0xd306b000
write-combining @ 0xd306b000-0xd306c000
write-combining @ 0xd306c000-0xd306d000
write-combining @ 0xd306d000-0xd306e000
write-combining @ 0xd306e000-0xd306f000
write-combining @ 0xd306f000-0xd3070000
write-combining @ 0xd3070000-0xd3071000
write-combining @ 0xd3071000-0xd3072000
write-combining @ 0xd3072000-0xd3073000
write-combining @ 0xd3073000-0xd3074000
write-combining @ 0xd3074000-0xd3075000
write-combining @ 0xd3075000-0xd3076000
write-combining @ 0xd3076000-0xd3077000
write-combining @ 0xd3077000-0xd3078000
write-combining @ 0xd3078000-0xd3079000
write-combining @ 0xd3079000-0xd307a000
write-combining @ 0xd307a000-0xd307b000
write-combining @ 0xd307b000-0xd307c000
write-combining @ 0xd307c000-0xd307d000
write-combining @ 0xd307d000-0xd307e000
write-combining @ 0xd307e000-0xd307f000
write-combining @ 0xd307f000-0xd3080000
write-combining @ 0xd3080000-0xd3081000
write-combining @ 0xd3081000-0xd3082000
write-combining @ 0xd3082000-0xd3083000
write-combining @ 0xd3083000-0xd3084000
write-combining @ 0xd3084000-0xd3085000
write-combining @ 0xd3085000-0xd3086000
write-combining @ 0xd3086000-0xd3087000
write-combining @ 0xd3087000-0xd3088000
write-combining @ 0xd3088000-0xd3089000
write-combining @ 0xd3089000-0xd308a000
write-combining @ 0xd308a000-0xd308b000
write-combining @ 0xd308b000-0xd308c000
write-combining @ 0xd308c000-0xd308d000
write-combining @ 0xd308d000-0xd308e000
write-combining @ 0xd308e000-0xd308f000
write-combining @ 0xd308f000-0xd3090000
write-combining @ 0xd3090000-0xd3091000
write-combining @ 0xd3091000-0xd3092000
write-combining @ 0xd3092000-0xd3093000
write-combining @ 0xd3093000-0xd3094000
write-combining @ 0xd3094000-0xd3095000
write-combining @ 0xd3095000-0xd3096000
write-combining @ 0xd3096000-0xd3097000
write-combining @ 0xd3097000-0xd3098000
write-combining @ 0xd3098000-0xd3099000
write-combining @ 0xd3099000-0xd309a000
write-combining @ 0xd309a000-0xd309b000
write-combining @ 0xd309b000-0xd309c000
write-combining @ 0xd309c000-0xd309d000
write-combining @ 0xd309d000-0xd309e000
write-combining @ 0xd309e000-0xd309f000
write-combining @ 0xd309f000-0xd30a0000
write-combining @ 0xd30a0000-0xd30a1000
write-combining @ 0xd30a1000-0xd30a2000
write-combining @ 0xd30a2000-0xd30a3000
write-combining @ 0xd30a3000-0xd30a4000
write-combining @ 0xd30a4000-0xd30a5000
write-combining @ 0xd30a5000-0xd30a6000
write-combining @ 0xd30a6000-0xd30a7000
write-combining @ 0xd30a7000-0xd30a8000
write-combining @ 0xd30a8000-0xd30a9000
write-combining @ 0xd30a9000-0xd30aa000
write-combining @ 0xd30aa000-0xd30ab000
write-combining @ 0xd30ab000-0xd30ac000
write-combining @ 0xd30ac000-0xd30ad000
write-combining @ 0xd30ad000-0xd30ae000
write-combining @ 0xd30ae000-0xd30af000
write-combining @ 0xd30af000-0xd30b0000
write-combining @ 0xd30b0000-0xd30b1000
write-combining @ 0xd30b1000-0xd30b2000
write-combining @ 0xd30b2000-0xd30b3000
write-combining @ 0xd30b3000-0xd30b4000
write-combining @ 0xd30b4000-0xd30b5000
write-combining @ 0xd30b5000-0xd30b6000
write-combining @ 0xd30b6000-0xd30b7000
write-combining @ 0xd30b7000-0xd30b8000
write-combining @ 0xd30b8000-0xd30b9000
write-combining @ 0xd30b9000-0xd30ba000
write-combining @ 0xd30ba000-0xd30bb000
write-combining @ 0xd30bb000-0xd30bc000
write-combining @ 0xd30bc000-0xd30bd000
write-combining @ 0xd30bd000-0xd30be000
write-combining @ 0xd30be000-0xd30bf000
write-combining @ 0xd30bf000-0xd30c0000
write-combining @ 0xd30c0000-0xd30c1000
write-combining @ 0xd30c1000-0xd30c2000
write-combining @ 0xd30c2000-0xd30c3000
write-combining @ 0xd30c3000-0xd30c4000
write-combining @ 0xd30c4000-0xd30c5000
write-combining @ 0xd30c5000-0xd30c6000
write-combining @ 0xd30c6000-0xd30c7000
write-combining @ 0xd30c7000-0xd30c8000
write-combining @ 0xd30c8000-0xd30c9000
write-combining @ 0xd30c9000-0xd30ca000
write-combining @ 0xd30ca000-0xd30cb000
write-combining @ 0xd30cb000-0xd30cc000
write-combining @ 0xd30cc000-0xd30cd000
write-combining @ 0xd30cd000-0xd30ce000
write-combining @ 0xd30ce000-0xd30cf000
write-combining @ 0xd30cf000-0xd30d0000
write-combining @ 0xd30d0000-0xd30d1000
write-combining @ 0xd30d1000-0xd30d2000
write-combining @ 0xd30d2000-0xd30d3000
write-combining @ 0xd30d3000-0xd30d4000
write-combining @ 0xd30d4000-0xd30d5000
write-combining @ 0xd30d5000-0xd30d6000
write-combining @ 0xd30d6000-0xd30d7000
write-combining @ 0xd30d7000-0xd30d8000
write-combining @ 0xd30d8000-0xd30d9000
write-combining @ 0xd30d9000-0xd30da000
write-combining @ 0xd30da000-0xd30db000
write-combining @ 0xd30db000-0xd30dc000
write-combining @ 0xd30dc000-0xd30dd000
write-combining @ 0xd30dd000-0xd30de000
write-combining @ 0xd30de000-0xd30df000
write-combining @ 0xd30df000-0xd30e0000
write-combining @ 0xd30e0000-0xd30e1000
write-combining @ 0xd30e1000-0xd30e2000
write-combining @ 0xd30e2000-0xd30e3000
write-combining @ 0xd30e3000-0xd30e4000
write-combining @ 0xd30e4000-0xd30e5000
write-combining @ 0xd30e5000-0xd30e6000
write-combining @ 0xd30e6000-0xd30e7000
write-combining @ 0xd30e7000-0xd30e8000
write-combining @ 0xd30e8000-0xd30e9000
write-combining @ 0xd30e9000-0xd30ea000
write-combining @ 0xd30ea000-0xd30eb000
write-combining @ 0xd30eb000-0xd30ec000
write-combining @ 0xd30ec000-0xd30ed000
write-combining @ 0xd30ed000-0xd30ee000
write-combining @ 0xd30ee000-0xd30ef000
write-combining @ 0xd30ef000-0xd30f0000
write-combining @ 0xd30f0000-0xd30f1000
write-combining @ 0xd30f1000-0xd30f2000
write-combining @ 0xd30f2000-0xd30f3000
write-combining @ 0xd30f3000-0xd30f4000
write-combining @ 0xd30f4000-0xd30f5000
write-combining @ 0xd30f5000-0xd30f6000
write-combining @ 0xd30f6000-0xd30f7000
write-combining @ 0xd30f7000-0xd30f8000
write-combining @ 0xd30f8000-0xd30f9000
write-combining @ 0xd30f9000-0xd30fa000
write-combining @ 0xd30fa000-0xd30fb000
write-combining @ 0xd30fb000-0xd30fc000
write-combining @ 0xd30fc000-0xd30fd000
write-combining @ 0xd30fd000-0xd30fe000
write-combining @ 0xd30fe000-0xd30ff000
write-combining @ 0xd30ff000-0xd3100000
write-combining @ 0xd3100000-0xd3101000
write-combining @ 0xd3101000-0xd3102000
write-combining @ 0xd3102000-0xd3103000
write-combining @ 0xd3103000-0xd3104000
write-combining @ 0xd3104000-0xd3105000
write-combining @ 0xd3105000-0xd3106000
write-combining @ 0xd3106000-0xd3107000
write-combining @ 0xd3107000-0xd3108000
write-combining @ 0xd3108000-0xd3109000
write-combining @ 0xd3109000-0xd310a000
write-combining @ 0xd310a000-0xd310b000
write-combining @ 0xd310b000-0xd310c000
write-combining @ 0xd310c000-0xd310d000
write-combining @ 0xd310d000-0xd310e000
write-combining @ 0xd310e000-0xd310f000
write-combining @ 0xd310f000-0xd3110000
write-combining @ 0xd3110000-0xd3111000
write-combining @ 0xd3111000-0xd3112000
write-combining @ 0xd3112000-0xd3113000
write-combining @ 0xd3113000-0xd3114000
write-combining @ 0xd3114000-0xd3115000
write-combining @ 0xd3115000-0xd3116000
write-combining @ 0xd3116000-0xd3117000
write-combining @ 0xd3117000-0xd3118000
write-combining @ 0xd3118000-0xd3119000
write-combining @ 0xd3119000-0xd311a000
write-combining @ 0xd311a000-0xd311b000
write-combining @ 0xd311b000-0xd311c000
write-combining @ 0xd311c000-0xd311d000
write-combining @ 0xd311d000-0xd311e000
write-combining @ 0xd311e000-0xd311f000
write-combining @ 0xd311f000-0xd3120000
write-combining @ 0xd3120000-0xd3121000
write-combining @ 0xd3121000-0xd3122000
write-combining @ 0xd3122000-0xd3123000
write-combining @ 0xd3123000-0xd3124000
write-combining @ 0xd3124000-0xd3125000
write-combining @ 0xd3125000-0xd3126000
write-combining @ 0xd3126000-0xd3127000
write-combining @ 0xd3127000-0xd3128000
write-combining @ 0xd3128000-0xd3129000
write-combining @ 0xd3129000-0xd312a000
write-combining @ 0xd312a000-0xd312b000
write-combining @ 0xd312b000-0xd312c000
write-combining @ 0xd312c000-0xd312d000
write-combining @ 0xd312d000-0xd312e000
write-combining @ 0xd312e000-0xd312f000
write-combining @ 0xd312f000-0xd3130000
write-combining @ 0xd3130000-0xd3131000
write-combining @ 0xd3131000-0xd3132000
write-combining @ 0xd3132000-0xd3133000
write-combining @ 0xd3133000-0xd3134000
write-combining @ 0xd3134000-0xd3135000
write-combining @ 0xd3135000-0xd3136000
write-combining @ 0xd3136000-0xd3137000
write-combining @ 0xd3137000-0xd3138000
write-combining @ 0xd3138000-0xd3139000
write-combining @ 0xd3139000-0xd313a000
write-combining @ 0xd313a000-0xd313b000
write-combining @ 0xd313b000-0xd313c000
write-combining @ 0xd313c000-0xd313d000
write-combining @ 0xd313d000-0xd313e000
write-combining @ 0xd313e000-0xd313f000
write-combining @ 0xd313f000-0xd3140000
write-combining @ 0xd3140000-0xd3141000
write-combining @ 0xd3141000-0xd3142000
write-combining @ 0xd3142000-0xd3143000
write-combining @ 0xd3143000-0xd3144000
write-combining @ 0xd3144000-0xd3145000
write-combining @ 0xd3145000-0xd3146000
write-combining @ 0xd3146000-0xd3147000
write-combining @ 0xd3147000-0xd3148000
write-combining @ 0xd3148000-0xd3149000
write-combining @ 0xd3149000-0xd314a000
write-combining @ 0xd314a000-0xd314b000
write-combining @ 0xd314b000-0xd314c000
write-combining @ 0xd314c000-0xd314d000
write-combining @ 0xd314d000-0xd314e000
write-combining @ 0xd314e000-0xd314f000
write-combining @ 0xd314f000-0xd3150000
write-combining @ 0xd3150000-0xd3151000
write-combining @ 0xd3151000-0xd3152000
write-combining @ 0xd3152000-0xd3153000
write-combining @ 0xd3153000-0xd3154000
write-combining @ 0xd3154000-0xd3155000
write-combining @ 0xd3155000-0xd3156000
write-combining @ 0xd3156000-0xd3157000
write-combining @ 0xd3157000-0xd3158000
write-combining @ 0xd3158000-0xd3159000
write-combining @ 0xd3159000-0xd315a000
write-combining @ 0xd315a000-0xd315b000
write-combining @ 0xd315b000-0xd315c000
write-combining @ 0xd315c000-0xd315d000
write-combining @ 0xd315d000-0xd315e000
write-combining @ 0xd315e000-0xd315f000
write-combining @ 0xd315f000-0xd3160000
write-combining @ 0xd3160000-0xd3161000
write-combining @ 0xd3161000-0xd3162000
write-combining @ 0xd3162000-0xd3163000
write-combining @ 0xd3163000-0xd3164000
write-combining @ 0xd3164000-0xd3165000
write-combining @ 0xd3165000-0xd3166000
write-combining @ 0xd3166000-0xd3167000
write-combining @ 0xd3167000-0xd3168000
write-combining @ 0xd3168000-0xd3169000
write-combining @ 0xd3169000-0xd316a000
write-combining @ 0xd316a000-0xd316b000
write-combining @ 0xd316b000-0xd316c000
write-combining @ 0xd316c000-0xd316d000
write-combining @ 0xd316d000-0xd316e000
write-combining @ 0xd316e000-0xd316f000
write-combining @ 0xd316f000-0xd3170000
write-combining @ 0xd3170000-0xd3171000
write-combining @ 0xd3171000-0xd3172000
write-combining @ 0xd3172000-0xd3173000
write-combining @ 0xd3173000-0xd3174000
write-combining @ 0xd3174000-0xd3175000
write-combining @ 0xd3175000-0xd3176000
write-combining @ 0xd3176000-0xd3177000
write-combining @ 0xd3177000-0xd3178000
write-combining @ 0xd3178000-0xd3179000
write-combining @ 0xd3179000-0xd317a000
write-combining @ 0xd317a000-0xd317b000
write-combining @ 0xd317b000-0xd317c000
write-combining @ 0xd317c000-0xd317d000
write-combining @ 0xd317d000-0xd317e000
write-combining @ 0xd317e000-0xd317f000
write-combining @ 0xd317f000-0xd3180000
write-combining @ 0xd3180000-0xd3181000
write-combining @ 0xd3181000-0xd3182000
write-combining @ 0xd3182000-0xd3183000
write-combining @ 0xd3183000-0xd3184000
write-combining @ 0xd3184000-0xd3185000
write-combining @ 0xd3185000-0xd3186000
write-combining @ 0xd3186000-0xd3187000
write-combining @ 0xd3187000-0xd3188000
write-combining @ 0xd3188000-0xd3189000
write-combining @ 0xd3189000-0xd318a000
write-combining @ 0xd318a000-0xd318b000
write-combining @ 0xd318b000-0xd318c000
write-combining @ 0xd318c000-0xd318d000
write-combining @ 0xd318d000-0xd318e000
write-combining @ 0xd318e000-0xd318f000
write-combining @ 0xd318f000-0xd3190000
write-combining @ 0xd3190000-0xd3191000
write-combining @ 0xd3191000-0xd3192000
write-combining @ 0xd3192000-0xd3193000
write-combining @ 0xd3193000-0xd3194000
write-combining @ 0xd3194000-0xd3195000
write-combining @ 0xd3195000-0xd3196000
write-combining @ 0xd3196000-0xd3197000
write-combining @ 0xd3197000-0xd3198000
write-combining @ 0xd3198000-0xd3199000
write-combining @ 0xd3199000-0xd319a000
write-combining @ 0xd319a000-0xd319b000
write-combining @ 0xd319b000-0xd319c000
write-combining @ 0xd319c000-0xd319d000
write-combining @ 0xd319d000-0xd319e000
write-combining @ 0xd319e000-0xd319f000
write-combining @ 0xd319f000-0xd31a0000
write-combining @ 0xd31a0000-0xd31a1000
write-combining @ 0xd31a1000-0xd31a2000
write-combining @ 0xd31a2000-0xd31a3000
write-combining @ 0xd31a3000-0xd31a4000
write-combining @ 0xd31a4000-0xd31a5000
write-combining @ 0xd31a5000-0xd31a6000
write-combining @ 0xd31a6000-0xd31a7000
write-combining @ 0xd31a7000-0xd31a8000
write-combining @ 0xd31a8000-0xd31a9000
write-combining @ 0xd31a9000-0xd31aa000
write-combining @ 0xd31aa000-0xd31ab000
write-combining @ 0xd31ab000-0xd31ac000
write-combining @ 0xd31ac000-0xd31ad000
write-combining @ 0xd31ad000-0xd31ae000
write-combining @ 0xd31ae000-0xd31af000
write-combining @ 0xd31af000-0xd31b0000
write-combining @ 0xd31b0000-0xd31b1000
write-combining @ 0xd31b1000-0xd31b2000
write-combining @ 0xd31b2000-0xd31b3000
write-combining @ 0xd31b3000-0xd31b4000
write-combining @ 0xd31b4000-0xd31b5000
write-combining @ 0xd31b5000-0xd31b6000
write-combining @ 0xd31b6000-0xd31b7000
write-combining @ 0xd31b7000-0xd31b8000
write-combining @ 0xd31b8000-0xd31b9000
write-combining @ 0xd31b9000-0xd31ba000
write-combining @ 0xd31ba000-0xd31bb000
write-combining @ 0xd31bb000-0xd31bc000
write-combining @ 0xd31bc000-0xd31bd000
write-combining @ 0xd31bd000-0xd31be000
write-combining @ 0xd31be000-0xd31bf000
write-combining @ 0xd31bf000-0xd31c0000
write-combining @ 0xd31c0000-0xd31c1000
write-combining @ 0xd31c1000-0xd31c2000
write-combining @ 0xd31c2000-0xd31c3000
write-combining @ 0xd31c3000-0xd31c4000
write-combining @ 0xd31c4000-0xd31c5000
write-combining @ 0xd31c5000-0xd31c6000
write-combining @ 0xd31c6000-0xd31c7000
write-combining @ 0xd31c7000-0xd31c8000
write-combining @ 0xd31c8000-0xd31c9000
write-combining @ 0xd31c9000-0xd31ca000
write-combining @ 0xd31ca000-0xd31cb000
write-combining @ 0xd31cb000-0xd31cc000
write-combining @ 0xd31cc000-0xd31cd000
write-combining @ 0xd31cd000-0xd31ce000
write-combining @ 0xd31ce000-0xd31cf000
write-combining @ 0xd31cf000-0xd31d0000
write-combining @ 0xd31d0000-0xd31d1000
write-combining @ 0xd31d1000-0xd31d2000
write-combining @ 0xd31d2000-0xd31d3000
write-combining @ 0xd31d3000-0xd31d4000
write-combining @ 0xd31d4000-0xd31d5000
write-combining @ 0xd31d5000-0xd31d6000
write-combining @ 0xd31d6000-0xd31d7000
write-combining @ 0xd31d7000-0xd31d8000
write-combining @ 0xd31d8000-0xd31d9000
write-combining @ 0xd31d9000-0xd31da000
write-combining @ 0xd31da000-0xd31db000
write-combining @ 0xd31db000-0xd31dc000
write-combining @ 0xd31dc000-0xd31dd000
write-combining @ 0xd31dd000-0xd31de000
write-combining @ 0xd31de000-0xd31df000
write-combining @ 0xd31df000-0xd31e0000
write-combining @ 0xd31e0000-0xd31e1000
write-combining @ 0xd31e1000-0xd31e2000
write-combining @ 0xd31e2000-0xd31e3000
write-combining @ 0xd31e3000-0xd31e4000
write-combining @ 0xd31e4000-0xd31e5000
write-combining @ 0xd31e5000-0xd31e6000
write-combining @ 0xd31e6000-0xd31e7000
write-combining @ 0xd31e7000-0xd31e8000
write-combining @ 0xd31e8000-0xd31e9000
write-combining @ 0xd31e9000-0xd31ea000
write-combining @ 0xd31ea000-0xd31eb000
write-combining @ 0xd31eb000-0xd31ec000
write-combining @ 0xd31ec000-0xd31ed000
write-combining @ 0xd31ed000-0xd31ee000
write-combining @ 0xd31ee000-0xd31ef000
write-combining @ 0xd31ef000-0xd31f0000
write-combining @ 0xd31f0000-0xd31f1000
write-combining @ 0xd31f1000-0xd31f2000
write-combining @ 0xd31f2000-0xd31f3000
write-combining @ 0xd31f3000-0xd31f4000
write-combining @ 0xd31f4000-0xd31f5000
write-combining @ 0xd31f5000-0xd31f6000
write-combining @ 0xd31f6000-0xd31f7000
write-combining @ 0xd31f7000-0xd31f8000
write-combining @ 0xd31f8000-0xd31f9000
write-combining @ 0xd31f9000-0xd31fa000
write-combining @ 0xd31fa000-0xd31fb000
write-combining @ 0xd31fb000-0xd31fc000
write-combining @ 0xd31fc000-0xd31fd000
write-combining @ 0xd31fd000-0xd31fe000
write-combining @ 0xd31fe000-0xd31ff000
write-combining @ 0xd31ff000-0xd3200000
write-combining @ 0xd3200000-0xd3201000
write-combining @ 0xd3201000-0xd3202000
write-combining @ 0xd3202000-0xd3203000
write-combining @ 0xd3203000-0xd3204000
write-combining @ 0xd3204000-0xd3205000
write-combining @ 0xd3205000-0xd3206000
write-combining @ 0xd3206000-0xd3207000
write-combining @ 0xd3207000-0xd3208000
write-combining @ 0xd3208000-0xd3209000
write-combining @ 0xd3209000-0xd320a000
write-combining @ 0xd320a000-0xd320b000
write-combining @ 0xd320b000-0xd320c000
write-combining @ 0xd320c000-0xd320d000
write-combining @ 0xd320d000-0xd320e000
write-combining @ 0xd320e000-0xd320f000
write-combining @ 0xd320f000-0xd3210000
write-combining @ 0xd3210000-0xd3211000
write-combining @ 0xd3211000-0xd3212000
write-combining @ 0xd3212000-0xd3213000
write-combining @ 0xd3213000-0xd3214000
write-combining @ 0xd3214000-0xd3215000
write-combining @ 0xd3215000-0xd3216000
write-combining @ 0xd3216000-0xd3217000
write-combining @ 0xd3217000-0xd3218000
write-combining @ 0xd3218000-0xd3219000
write-combining @ 0xd3219000-0xd321a000
write-combining @ 0xd321a000-0xd321b000
write-combining @ 0xd321b000-0xd321c000
write-combining @ 0xd321c000-0xd321d000
write-combining @ 0xd321d000-0xd321e000
write-combining @ 0xd321e000-0xd321f000
write-combining @ 0xd321f000-0xd3220000
write-combining @ 0xd3220000-0xd3221000
write-combining @ 0xd3221000-0xd3222000
write-combining @ 0xd3222000-0xd3223000
write-combining @ 0xd3223000-0xd3224000
write-combining @ 0xd3224000-0xd3225000
write-combining @ 0xd3225000-0xd3226000
write-combining @ 0xd3226000-0xd3227000
write-combining @ 0xd3227000-0xd3228000
write-combining @ 0xd3228000-0xd3229000
write-combining @ 0xd3229000-0xd322a000
write-combining @ 0xd322a000-0xd322b000
write-combining @ 0xd322b000-0xd322c000
write-combining @ 0xd322c000-0xd322d000
write-combining @ 0xd322d000-0xd322e000
write-combining @ 0xd322e000-0xd322f000
write-combining @ 0xd322f000-0xd3230000
write-combining @ 0xd3230000-0xd3231000
write-combining @ 0xd3231000-0xd3232000
write-combining @ 0xd3232000-0xd3233000
write-combining @ 0xd3233000-0xd3234000
write-combining @ 0xd3234000-0xd3235000
write-combining @ 0xd3235000-0xd3236000
write-combining @ 0xd3236000-0xd3237000
write-combining @ 0xd3237000-0xd3238000
write-combining @ 0xd3238000-0xd3239000
write-combining @ 0xd3239000-0xd323a000
write-combining @ 0xd323a000-0xd323b000
write-combining @ 0xd323b000-0xd323c000
write-combining @ 0xd323c000-0xd323d000
write-combining @ 0xd323d000-0xd323e000
write-combining @ 0xd323e000-0xd323f000
write-combining @ 0xd323f000-0xd3240000
write-combining @ 0xd3240000-0xd3241000
write-combining @ 0xd3241000-0xd3242000
write-combining @ 0xd3242000-0xd3243000
write-combining @ 0xd3243000-0xd3244000
write-combining @ 0xd3244000-0xd3245000
write-combining @ 0xd3245000-0xd3246000
write-combining @ 0xd3246000-0xd3247000
write-combining @ 0xd3247000-0xd3248000
write-combining @ 0xd3248000-0xd3249000
write-combining @ 0xd3249000-0xd324a000
write-combining @ 0xd324a000-0xd324b000
write-combining @ 0xd324b000-0xd324c000
write-combining @ 0xd324c000-0xd324d000
write-combining @ 0xd324d000-0xd324e000
write-combining @ 0xd324e000-0xd324f000
write-combining @ 0xd324f000-0xd3250000
write-combining @ 0xd3250000-0xd3251000
write-combining @ 0xd3251000-0xd3252000
write-combining @ 0xd3252000-0xd3253000
write-combining @ 0xd3253000-0xd3254000
write-combining @ 0xd3254000-0xd3255000
write-combining @ 0xd3255000-0xd3256000
write-combining @ 0xd3256000-0xd3257000
write-combining @ 0xd3257000-0xd3258000
write-combining @ 0xd3258000-0xd3259000
write-combining @ 0xd3259000-0xd325a000
write-combining @ 0xd325a000-0xd325b000
write-combining @ 0xd325b000-0xd325c000
write-combining @ 0xd325c000-0xd325d000
write-combining @ 0xd325d000-0xd325e000
write-combining @ 0xd325e000-0xd325f000
write-combining @ 0xd325f000-0xd3260000
write-combining @ 0xd3260000-0xd3261000
write-combining @ 0xd3261000-0xd3262000
write-combining @ 0xd3262000-0xd3263000
write-combining @ 0xd3263000-0xd3264000
write-combining @ 0xd3264000-0xd3265000
write-combining @ 0xd3265000-0xd3266000
write-combining @ 0xd3266000-0xd3267000
write-combining @ 0xd3267000-0xd3268000
write-combining @ 0xd3268000-0xd3269000
write-combining @ 0xd3269000-0xd326a000
write-combining @ 0xd326a000-0xd326b000
write-combining @ 0xd326b000-0xd326c000
write-combining @ 0xd326c000-0xd326d000
write-combining @ 0xd326d000-0xd326e000
write-combining @ 0xd326e000-0xd326f000
write-combining @ 0xd326f000-0xd3270000
write-combining @ 0xd3270000-0xd3271000
write-combining @ 0xd3271000-0xd3272000
write-combining @ 0xd3272000-0xd3273000
write-combining @ 0xd3273000-0xd3274000
write-combining @ 0xd3274000-0xd3275000
write-combining @ 0xd3275000-0xd3276000
write-combining @ 0xd3276000-0xd3277000
write-combining @ 0xd3277000-0xd3278000
write-combining @ 0xd3278000-0xd3279000
write-combining @ 0xd3279000-0xd327a000
write-combining @ 0xd327a000-0xd327b000
write-combining @ 0xd327b000-0xd327c000
write-combining @ 0xd327c000-0xd327d000
write-combining @ 0xd327d000-0xd327e000
write-combining @ 0xd327e000-0xd327f000
write-combining @ 0xd327f000-0xd3280000
write-combining @ 0xd3280000-0xd3281000
write-combining @ 0xd3281000-0xd3282000
write-combining @ 0xd3282000-0xd3283000
write-combining @ 0xd3283000-0xd3284000
write-combining @ 0xd3284000-0xd3285000
write-combining @ 0xd3285000-0xd3286000
write-combining @ 0xd3286000-0xd3287000
write-combining @ 0xd3287000-0xd3288000
write-combining @ 0xd3288000-0xd3289000
write-combining @ 0xd3289000-0xd328a000
write-combining @ 0xd328a000-0xd328b000
write-combining @ 0xd328b000-0xd328c000
write-combining @ 0xd328c000-0xd328d000
write-combining @ 0xd328d000-0xd328e000
write-combining @ 0xd328e000-0xd328f000
write-combining @ 0xd328f000-0xd3290000
write-combining @ 0xd3290000-0xd3291000
write-combining @ 0xd3291000-0xd3292000
write-combining @ 0xd3292000-0xd3293000
write-combining @ 0xd3293000-0xd3294000
write-combining @ 0xd3294000-0xd3295000
write-combining @ 0xd3295000-0xd3296000
write-combining @ 0xd3296000-0xd3297000
write-combining @ 0xd3297000-0xd3298000
write-combining @ 0xd3298000-0xd3299000
write-combining @ 0xd3299000-0xd329a000
write-combining @ 0xd329a000-0xd329b000
write-combining @ 0xd329b000-0xd329c000
write-combining @ 0xd329c000-0xd329d000
write-combining @ 0xd329d000-0xd329e000
write-combining @ 0xd329e000-0xd329f000
write-combining @ 0xd329f000-0xd32a0000
write-combining @ 0xd32a0000-0xd32a1000
write-combining @ 0xd32a1000-0xd32a2000
write-combining @ 0xd32a2000-0xd32a3000
write-combining @ 0xd32a3000-0xd32a4000
write-combining @ 0xd32a4000-0xd32a5000
write-combining @ 0xd32a5000-0xd32a6000
write-combining @ 0xd32a6000-0xd32a7000
write-combining @ 0xd32a7000-0xd32a8000
write-combining @ 0xd32a8000-0xd32a9000
write-combining @ 0xd32a9000-0xd32aa000
write-combining @ 0xd32aa000-0xd32ab000
write-combining @ 0xd32ab000-0xd32ac000
write-combining @ 0xd32ac000-0xd32ad000
write-combining @ 0xd32ad000-0xd32ae000
write-combining @ 0xd32ae000-0xd32af000
write-combining @ 0xd32af000-0xd32b0000
write-combining @ 0xd32b0000-0xd32b1000
write-combining @ 0xd32b1000-0xd32b2000
write-combining @ 0xd32b2000-0xd32b3000
write-combining @ 0xd32b3000-0xd32b4000
write-combining @ 0xd32b4000-0xd32b5000
write-combining @ 0xd32b5000-0xd32b6000
write-combining @ 0xd32b6000-0xd32b7000
write-combining @ 0xd32b7000-0xd32b8000
write-combining @ 0xd32b8000-0xd32b9000
write-combining @ 0xd32b9000-0xd32ba000
write-combining @ 0xd32ba000-0xd32bb000
write-combining @ 0xd32bb000-0xd32bc000
write-combining @ 0xd32bc000-0xd32bd000
write-combining @ 0xd32bd000-0xd32be000
write-combining @ 0xd32be000-0xd32bf000
write-combining @ 0xd32bf000-0xd32c0000
write-combining @ 0xd32c0000-0xd32c1000
write-combining @ 0xd32c1000-0xd32c2000
write-combining @ 0xd32c2000-0xd32c3000
write-combining @ 0xd32c3000-0xd32c4000
write-combining @ 0xd32c4000-0xd32c5000
write-combining @ 0xd32c5000-0xd32c6000
write-combining @ 0xd32c6000-0xd32c7000
write-combining @ 0xd32c7000-0xd32c8000
write-combining @ 0xd32c8000-0xd32c9000
write-combining @ 0xd32c9000-0xd32ca000
write-combining @ 0xd32ca000-0xd32cb000
write-combining @ 0xd32cb000-0xd32cc000
write-combining @ 0xd32cc000-0xd32cd000
write-combining @ 0xd32cd000-0xd32ce000
write-combining @ 0xd32ce000-0xd32cf000
write-combining @ 0xd32cf000-0xd32d0000
write-combining @ 0xd32d0000-0xd32d1000
write-combining @ 0xd32d1000-0xd32d2000
write-combining @ 0xd3b83000-0xd3b84000
write-combining @ 0xd3b84000-0xd3b85000
write-combining @ 0xd3b85000-0xd3b86000
write-combining @ 0xd3b86000-0xd3b87000
write-combining @ 0xd3b87000-0xd3b88000
write-combining @ 0xd3bac000-0xd3bad000
write-combining @ 0xd3bad000-0xd3bae000
write-combining @ 0xd3bae000-0xd3baf000
write-combining @ 0xd3baf000-0xd3bb0000
write-combining @ 0xd3bb0000-0xd3bb1000
write-combining @ 0xd3bb1000-0xd3bb2000
write-combining @ 0xd3bb2000-0xd3bb3000
write-combining @ 0xd3bb3000-0xd3bb4000
write-combining @ 0xd3bb4000-0xd3bb5000
write-combining @ 0xd3bb5000-0xd3bb6000
write-combining @ 0xd3bb6000-0xd3bb7000
write-combining @ 0xd3bb7000-0xd3bb8000
write-combining @ 0xd3bb8000-0xd3bb9000
write-combining @ 0xd3bb9000-0xd3bba000
write-combining @ 0xd3bba000-0xd3bbb000
write-combining @ 0xd3bbb000-0xd3bbc000
write-combining @ 0xd3bbc000-0xd3bbd000
write-combining @ 0xd3c04000-0xd3c05000
write-combining @ 0xd3c05000-0xd3c06000
write-combining @ 0xd3d20000-0xd3d21000
write-combining @ 0xd3d21000-0xd3d22000
write-combining @ 0xd45a1000-0xd45a2000
write-combining @ 0xd45a2000-0xd45a3000
write-combining @ 0xd45a3000-0xd45a4000
write-combining @ 0xd45a4000-0xd45a5000
write-combining @ 0xd45a5000-0xd45a6000
write-combining @ 0xd45a6000-0xd45a7000
write-combining @ 0xd45a7000-0xd45a8000
write-combining @ 0xd45a8000-0xd45a9000
write-combining @ 0xd45a9000-0xd45aa000
write-combining @ 0xd45aa000-0xd45ab000
write-combining @ 0xd45ab000-0xd45ac000
write-combining @ 0xd45ac000-0xd45ad000
write-combining @ 0xd45ad000-0xd45ae000
write-combining @ 0xd45ae000-0xd45af000
write-combining @ 0xd45af000-0xd45b0000
write-combining @ 0xd45b0000-0xd45b1000
write-combining @ 0xd45b1000-0xd45b2000
write-combining @ 0xd45b2000-0xd45b3000
write-combining @ 0xd45b3000-0xd45b4000
write-combining @ 0xd45b4000-0xd45b5000
write-combining @ 0xd45b5000-0xd45b6000
write-combining @ 0xd45b6000-0xd45b7000
write-combining @ 0xd45b7000-0xd45b8000
write-combining @ 0xd45b8000-0xd45b9000
write-combining @ 0xd45b9000-0xd45ba000
write-combining @ 0xd45ba000-0xd45bb000
write-combining @ 0xd45bb000-0xd45bc000
write-combining @ 0xd45bc000-0xd45bd000
write-combining @ 0xd45bd000-0xd45be000
write-combining @ 0xd45be000-0xd45bf000
write-combining @ 0xd45bf000-0xd45c0000
write-combining @ 0xd45c0000-0xd45c1000
write-combining @ 0xd45c1000-0xd45c2000
write-combining @ 0xd45c2000-0xd45c3000
write-combining @ 0xd45c3000-0xd45c4000
write-combining @ 0xd45c4000-0xd45c5000
write-combining @ 0xd45c5000-0xd45c6000
write-combining @ 0xd45c6000-0xd45c7000
write-combining @ 0xd45c7000-0xd45c8000
write-combining @ 0xd45c8000-0xd45c9000
write-combining @ 0xd45c9000-0xd45ca000
write-combining @ 0xd45ca000-0xd45cb000
write-combining @ 0xd45cb000-0xd45cc000
write-combining @ 0xd45cc000-0xd45cd000
write-combining @ 0xd45cd000-0xd45ce000
write-combining @ 0xd45ce000-0xd45cf000
write-combining @ 0xd45cf000-0xd45d0000
write-combining @ 0xd45d0000-0xd45d1000
write-combining @ 0xd45d1000-0xd45d2000
write-combining @ 0xd45d2000-0xd45d3000
write-combining @ 0xd45d3000-0xd45d4000
write-combining @ 0xd45d4000-0xd45d5000
write-combining @ 0xd45d5000-0xd45d6000
write-combining @ 0xd45d6000-0xd45d7000
write-combining @ 0xd45f7000-0xd45f8000
write-combining @ 0xd45f8000-0xd45f9000
write-combining @ 0xd45f9000-0xd45fa000
write-combining @ 0xd45fa000-0xd45fb000
write-combining @ 0xd45fb000-0xd45fc000
write-combining @ 0xd45fc000-0xd45fd000
write-combining @ 0xd45fd000-0xd45fe000
write-combining @ 0xd45fe000-0xd45ff000
write-combining @ 0xd45ff000-0xd4600000
write-combining @ 0xd4600000-0xd4601000
write-combining @ 0xd4601000-0xd4602000
write-combining @ 0xd4602000-0xd4603000
write-combining @ 0xd4603000-0xd4604000
write-combining @ 0xd4604000-0xd4605000
write-combining @ 0xd4605000-0xd4606000
write-combining @ 0xd4606000-0xd4607000
write-combining @ 0xd4607000-0xd4608000
write-combining @ 0xd4608000-0xd4609000
write-combining @ 0xd4609000-0xd460a000
write-combining @ 0xd460a000-0xd460b000
write-combining @ 0xd460b000-0xd460c000
write-combining @ 0xd460c000-0xd460d000
write-combining @ 0xd460d000-0xd460e000
write-combining @ 0xd460e000-0xd460f000
write-combining @ 0xd460f000-0xd4610000
write-combining @ 0xd4610000-0xd4611000
write-combining @ 0xd4611000-0xd4612000
write-combining @ 0xd4612000-0xd4613000
write-combining @ 0xd4613000-0xd4614000
write-combining @ 0xd4614000-0xd4615000
write-combining @ 0xd4615000-0xd4616000
write-combining @ 0xd4616000-0xd4617000
write-combining @ 0xd4617000-0xd4618000
write-combining @ 0xd4618000-0xd4619000
write-combining @ 0xd4619000-0xd461a000
write-combining @ 0xd461a000-0xd461b000
write-combining @ 0xd461b000-0xd461c000
write-combining @ 0xd461c000-0xd461d000
write-combining @ 0xd461d000-0xd461e000
write-combining @ 0xd461e000-0xd461f000
write-combining @ 0xd461f000-0xd4620000
write-combining @ 0xd4620000-0xd4621000
write-combining @ 0xd4621000-0xd4622000
write-combining @ 0xd4622000-0xd4623000
write-combining @ 0xd4623000-0xd4624000
write-combining @ 0xd4624000-0xd4625000
write-combining @ 0xd4625000-0xd4626000
write-combining @ 0xd4626000-0xd4627000
write-combining @ 0xd4627000-0xd4628000
write-combining @ 0xd4628000-0xd4629000
write-combining @ 0xd4629000-0xd462a000
write-combining @ 0xd462a000-0xd462b000
write-combining @ 0xd462b000-0xd462c000
write-combining @ 0xd462c000-0xd462d000
write-combining @ 0xd462d000-0xd462e000
write-combining @ 0xd462e000-0xd462f000
write-combining @ 0xd462f000-0xd4630000
write-combining @ 0xd4630000-0xd4631000
write-combining @ 0xd4631000-0xd4632000
write-combining @ 0xd4632000-0xd4633000
write-combining @ 0xd506c000-0xd506d000
write-combining @ 0xd506d000-0xd506e000
write-combining @ 0xd506e000-0xd506f000
write-combining @ 0xd506f000-0xd5070000
write-combining @ 0xd5070000-0xd5071000
write-combining @ 0xd5071000-0xd5072000
write-combining @ 0xd5072000-0xd5073000
write-combining @ 0xd5073000-0xd5074000
write-combining @ 0xd5074000-0xd5075000
write-combining @ 0xd5075000-0xd5076000
write-combining @ 0xd5076000-0xd5077000
write-combining @ 0xd5077000-0xd5078000
write-combining @ 0xd5078000-0xd5079000
write-combining @ 0xd5079000-0xd507a000
write-combining @ 0xd507a000-0xd507b000
write-combining @ 0xd507b000-0xd507c000
write-combining @ 0xd507c000-0xd507d000
write-combining @ 0xd507d000-0xd507e000
write-combining @ 0xd507e000-0xd507f000
write-combining @ 0xd507f000-0xd5080000
write-combining @ 0xd5080000-0xd5081000
write-combining @ 0xd5081000-0xd5082000
write-combining @ 0xd5082000-0xd5083000
write-combining @ 0xd5083000-0xd5084000
write-combining @ 0xd5084000-0xd5085000
write-combining @ 0xd5085000-0xd5086000
write-combining @ 0xd5086000-0xd5087000
write-combining @ 0xd5087000-0xd5088000
write-combining @ 0xd508c000-0xd508d000
write-combining @ 0xd508d000-0xd508e000
write-combining @ 0xd508e000-0xd508f000
write-combining @ 0xd508f000-0xd5090000
write-combining @ 0xd5090000-0xd5091000
write-combining @ 0xd5091000-0xd5092000
write-combining @ 0xd5092000-0xd5093000
write-combining @ 0xd5093000-0xd5094000
write-combining @ 0xd509c000-0xd509d000
write-combining @ 0xd509d000-0xd509e000
write-combining @ 0xd509e000-0xd509f000
write-combining @ 0xd509f000-0xd50a0000
write-combining @ 0xd50a0000-0xd50a1000
write-combining @ 0xd50a1000-0xd50a2000
write-combining @ 0xd50a2000-0xd50a3000
write-combining @ 0xd50a3000-0xd50a4000
write-combining @ 0xd50a4000-0xd50a5000
write-combining @ 0xd50a5000-0xd50a6000
write-combining @ 0xd50a6000-0xd50a7000
write-combining @ 0xd50a7000-0xd50a8000
write-combining @ 0xd50a8000-0xd50a9000
write-combining @ 0xd50a9000-0xd50aa000
write-combining @ 0xd50aa000-0xd50ab000
write-combining @ 0xd50ab000-0xd50ac000
write-combining @ 0xd50ac000-0xd50ad000
write-combining @ 0xd50ad000-0xd50ae000
write-combining @ 0xd50ae000-0xd50af000
write-combining @ 0xd50af000-0xd50b0000
write-combining @ 0xd50b4000-0xd50b5000
write-combining @ 0xd50b5000-0xd50b6000
write-combining @ 0xd50b6000-0xd50b7000
write-combining @ 0xd50b7000-0xd50b8000
write-combining @ 0xd50b8000-0xd50b9000
write-combining @ 0xd50b9000-0xd50ba000
write-combining @ 0xd50ba000-0xd50bb000
write-combining @ 0xd50bb000-0xd50bc000
write-combining @ 0xd50bc000-0xd50bd000
write-combining @ 0xd50bd000-0xd50be000
write-combining @ 0xd50be000-0xd50bf000
write-combining @ 0xd50bf000-0xd50c0000
write-combining @ 0xd50c4000-0xd50c5000
write-combining @ 0xd50c5000-0xd50c6000
write-combining @ 0xd50c6000-0xd50c7000
write-combining @ 0xd50c7000-0xd50c8000
write-combining @ 0xd50c8000-0xd50c9000
write-combining @ 0xd50d4000-0xd50d5000
write-combining @ 0xd50d5000-0xd50d6000
write-combining @ 0xd50d6000-0xd50d7000
write-combining @ 0xd50d7000-0xd50d8000
write-combining @ 0xd50d8000-0xd50d9000
write-combining @ 0xd50d9000-0xd50da000
write-combining @ 0xd50f4000-0xd50f5000
write-combining @ 0xd50f5000-0xd50f6000
write-combining @ 0xd50f6000-0xd50f7000
write-combining @ 0xd50f7000-0xd50f8000
write-combining @ 0xd50f8000-0xd50f9000
write-combining @ 0xd511c000-0xd511d000
write-combining @ 0xd511d000-0xd511e000
write-combining @ 0xd511e000-0xd511f000
write-combining @ 0xd511f000-0xd5120000
write-combining @ 0xd5120000-0xd5121000
write-combining @ 0xd5134000-0xd5135000
write-combining @ 0xd5135000-0xd5136000
write-combining @ 0xd5136000-0xd5137000
write-combining @ 0xd5137000-0xd5138000
write-combining @ 0xd5138000-0xd5139000
write-combining @ 0xd5139000-0xd513a000
write-combining @ 0xd5144000-0xd5145000
write-combining @ 0xd5145000-0xd5146000
write-combining @ 0xd5146000-0xd5147000
write-combining @ 0xd5147000-0xd5148000
write-combining @ 0xd5148000-0xd5149000
write-combining @ 0xd5149000-0xd514a000
write-combining @ 0xd514a000-0xd514b000
write-combining @ 0xd514b000-0xd514c000
write-combining @ 0xd514c000-0xd514d000
write-combining @ 0xd514d000-0xd514e000
write-combining @ 0xd514e000-0xd514f000
write-combining @ 0xd514f000-0xd5150000
write-combining @ 0xd5150000-0xd5151000
write-combining @ 0xd5151000-0xd5152000
write-combining @ 0xd5152000-0xd5153000
write-combining @ 0xd5153000-0xd5154000
write-combining @ 0xd5154000-0xd5155000
write-combining @ 0xd5155000-0xd5156000
write-combining @ 0xd5156000-0xd5157000
write-combining @ 0xd5157000-0xd5158000
write-combining @ 0xd5158000-0xd5159000
write-combining @ 0xd5159000-0xd515a000
write-combining @ 0xd515a000-0xd515b000
write-combining @ 0xd515b000-0xd515c000
write-combining @ 0xd515c000-0xd515d000
write-combining @ 0xd515d000-0xd515e000
write-combining @ 0xd515e000-0xd515f000
write-combining @ 0xd515f000-0xd5160000
write-combining @ 0xd5160000-0xd5161000
write-combining @ 0xd5161000-0xd5162000
write-combining @ 0xd5162000-0xd5163000
write-combining @ 0xd5163000-0xd5164000
write-combining @ 0xd5174000-0xd5175000
write-combining @ 0xd5175000-0xd5176000
write-combining @ 0xd5176000-0xd5177000
write-combining @ 0xd5177000-0xd5178000
write-combining @ 0xd5178000-0xd5179000
write-combining @ 0xd5179000-0xd517a000
write-combining @ 0xd517a000-0xd517b000
write-combining @ 0xd517b000-0xd517c000
write-combining @ 0xd517c000-0xd517d000
write-combining @ 0xd517d000-0xd517e000
write-combining @ 0xd517e000-0xd517f000
write-combining @ 0xd5182000-0xd5183000
write-combining @ 0xd5183000-0xd5184000
write-combining @ 0xd5184000-0xd5185000
write-combining @ 0xd5185000-0xd5186000
write-combining @ 0xd5186000-0xd5187000
write-combining @ 0xd51d8000-0xd51d9000
write-combining @ 0xd51d9000-0xd51da000
write-combining @ 0xd51da000-0xd51db000
write-combining @ 0xd51db000-0xd51dc000
write-combining @ 0xd51dc000-0xd51dd000
write-combining @ 0xd51dd000-0xd51de000
write-combining @ 0xd51de000-0xd51df000
write-combining @ 0xd51df000-0xd51e0000
write-combining @ 0xd51e0000-0xd51e1000
write-combining @ 0xd51e1000-0xd51e2000
write-combining @ 0xd51e2000-0xd51e3000
write-combining @ 0xd51e3000-0xd51e4000
write-combining @ 0xd51e4000-0xd51e5000
write-combining @ 0xd51e5000-0xd51e6000
write-combining @ 0xd51e6000-0xd51e7000
write-combining @ 0xd51e7000-0xd51e8000
write-combining @ 0xd51e8000-0xd51e9000
write-combining @ 0xd51e9000-0xd51ea000
write-combining @ 0xd51ea000-0xd51eb000
write-combining @ 0xd51eb000-0xd51ec000
write-combining @ 0xd51ec000-0xd51ed000
write-combining @ 0xd51ed000-0xd51ee000
write-combining @ 0xd51ee000-0xd51ef000
write-combining @ 0xd51ef000-0xd51f0000
write-combining @ 0xd51f0000-0xd51f1000
write-combining @ 0xd51f1000-0xd51f2000
write-combining @ 0xd51f2000-0xd51f3000
write-combining @ 0xd51f3000-0xd51f4000
write-combining @ 0xd51f4000-0xd51f5000
write-combining @ 0xd51f5000-0xd51f6000
write-combining @ 0xd51f6000-0xd51f7000
write-combining @ 0xd51f7000-0xd51f8000
write-combining @ 0xd51f8000-0xd51f9000
write-combining @ 0xd51f9000-0xd51fa000
write-combining @ 0xd51fa000-0xd51fb000
write-combining @ 0xd51fb000-0xd51fc000
write-combining @ 0xd51fc000-0xd51fd000
write-combining @ 0xd51fd000-0xd51fe000
write-combining @ 0xd51fe000-0xd51ff000
write-combining @ 0xd51ff000-0xd5200000
write-combining @ 0xd5200000-0xd5201000
write-combining @ 0xd5201000-0xd5202000
write-combining @ 0xd5202000-0xd5203000
write-combining @ 0xd5203000-0xd5204000
write-combining @ 0xd5204000-0xd5205000
write-combining @ 0xd5205000-0xd5206000
write-combining @ 0xd5206000-0xd5207000
write-combining @ 0xd5207000-0xd5208000
write-combining @ 0xd5208000-0xd5209000
write-combining @ 0xd5209000-0xd520a000
write-combining @ 0xd520a000-0xd520b000
write-combining @ 0xd520b000-0xd520c000
write-combining @ 0xd520c000-0xd520d000
write-combining @ 0xd520d000-0xd520e000
write-combining @ 0xd5228000-0xd5229000
write-combining @ 0xd5229000-0xd522a000
write-combining @ 0xd522a000-0xd522b000
write-combining @ 0xd522c000-0xd522d000
write-combining @ 0xd522d000-0xd522e000
write-combining @ 0xd522e000-0xd522f000
write-combining @ 0xd5238000-0xd5239000
write-combining @ 0xd5239000-0xd523a000
write-combining @ 0xd523a000-0xd523b000
write-combining @ 0xd523b000-0xd523c000
write-combining @ 0xd523c000-0xd523d000
write-combining @ 0xd523d000-0xd523e000
write-combining @ 0xd523e000-0xd523f000
write-combining @ 0xd523f000-0xd5240000
write-combining @ 0xd5246000-0xd5247000
write-combining @ 0xd5247000-0xd5248000
write-combining @ 0xd5248000-0xd5249000
write-combining @ 0xd5249000-0xd524a000
write-combining @ 0xd524a000-0xd524b000
write-combining @ 0xd524b000-0xd524c000
write-combining @ 0xd524c000-0xd524d000
write-combining @ 0xd5252000-0xd5253000
write-combining @ 0xd5253000-0xd5254000
write-combining @ 0xd5254000-0xd5255000
write-combining @ 0xd5255000-0xd5256000
write-combining @ 0xd5256000-0xd5257000
write-combining @ 0xd5257000-0xd5258000
write-combining @ 0xd5258000-0xd5259000
write-combining @ 0xd525c000-0xd525d000
write-combining @ 0xd525d000-0xd525e000
write-combining @ 0xd525e000-0xd525f000
write-combining @ 0xd525f000-0xd5260000
write-combining @ 0xd5260000-0xd5261000
write-combining @ 0xd5264000-0xd5265000
write-combining @ 0xd5265000-0xd5266000
write-combining @ 0xd5266000-0xd5267000
write-combining @ 0xd5267000-0xd5268000
write-combining @ 0xd5268000-0xd5269000
write-combining @ 0xd526c000-0xd526d000
write-combining @ 0xd526d000-0xd526e000
write-combining @ 0xd5272000-0xd5273000
write-combining @ 0xd5273000-0xd5274000
write-combining @ 0xd5274000-0xd5275000
write-combining @ 0xd5275000-0xd5276000
write-combining @ 0xd5276000-0xd5277000
write-combining @ 0xd527e000-0xd527f000
write-combining @ 0xd527f000-0xd5280000
write-combining @ 0xd5280000-0xd5281000
write-combining @ 0xd5281000-0xd5282000
write-combining @ 0xd5282000-0xd5283000
write-combining @ 0xd5287000-0xd5288000
write-combining @ 0xd5288000-0xd5289000
write-combining @ 0xd5289000-0xd528a000
write-combining @ 0xd528a000-0xd528b000
write-combining @ 0xd528b000-0xd528c000
write-combining @ 0xd5291000-0xd5292000
write-combining @ 0xd5292000-0xd5293000
write-combining @ 0xd5293000-0xd5294000
write-combining @ 0xd5294000-0xd5295000
write-combining @ 0xd5295000-0xd5296000
write-combining @ 0xd5299000-0xd529a000
write-combining @ 0xd529a000-0xd529b000
write-combining @ 0xd529b000-0xd529c000
write-combining @ 0xd529c000-0xd529d000
write-combining @ 0xd529d000-0xd529e000
write-combining @ 0xd52a1000-0xd52a2000
write-combining @ 0xd52a2000-0xd52a3000
write-combining @ 0xd52a3000-0xd52a4000
write-combining @ 0xd52a4000-0xd52a5000
write-combining @ 0xd52a5000-0xd52a6000
write-combining @ 0xd52aa000-0xd52ab000
write-combining @ 0xd52ab000-0xd52ac000
write-combining @ 0xd52ac000-0xd52ad000
write-combining @ 0xd52ad000-0xd52ae000
write-combining @ 0xd52ae000-0xd52af000
write-combining @ 0xd52b2000-0xd52b3000
write-combining @ 0xd52b3000-0xd52b4000
write-combining @ 0xd52b4000-0xd52b5000
write-combining @ 0xd52b5000-0xd52b6000
write-combining @ 0xd52b6000-0xd52b7000
write-combining @ 0xd52ba000-0xd52bb000
write-combining @ 0xd52bb000-0xd52bc000
write-combining @ 0xd52bc000-0xd52bd000
write-combining @ 0xd52bd000-0xd52be000
write-combining @ 0xd52be000-0xd52bf000
write-combining @ 0xd52bf000-0xd52c0000
write-combining @ 0xd52c2000-0xd52c3000
write-combining @ 0xd52c3000-0xd52c4000
write-combining @ 0xd52c4000-0xd52c5000
write-combining @ 0xd52c5000-0xd52c6000
write-combining @ 0xd52c6000-0xd52c7000
write-combining @ 0xd52ca000-0xd52cb000
write-combining @ 0xd52cb000-0xd52cc000
write-combining @ 0xd52cc000-0xd52cd000
write-combining @ 0xd52cd000-0xd52ce000
write-combining @ 0xd52ce000-0xd52cf000
write-combining @ 0xd52d2000-0xd52d3000
write-combining @ 0xd52d3000-0xd52d4000
write-combining @ 0xd52d4000-0xd52d5000
write-combining @ 0xd52d5000-0xd52d6000
write-combining @ 0xd52d6000-0xd52d7000
write-combining @ 0xd52d7000-0xd52d8000
write-combining @ 0xd52d8000-0xd52d9000
write-combining @ 0xd52d9000-0xd52da000
write-combining @ 0xd52da000-0xd52db000
write-combining @ 0xd52db000-0xd52dc000
write-combining @ 0xd52dc000-0xd52dd000
write-combining @ 0xd52dd000-0xd52de000
write-combining @ 0xd52de000-0xd52df000
write-combining @ 0xd52df000-0xd52e0000
write-combining @ 0xd52e2000-0xd52e3000
write-combining @ 0xd52e3000-0xd52e4000
write-combining @ 0xd52e4000-0xd52e5000
write-combining @ 0xd52e5000-0xd52e6000
write-combining @ 0xd52e6000-0xd52e7000
write-combining @ 0xd52e7000-0xd52e8000
write-combining @ 0xd52e8000-0xd52e9000
write-combining @ 0xd52e9000-0xd52ea000
write-combining @ 0xd52ea000-0xd52eb000
write-combining @ 0xd52eb000-0xd52ec000
write-combining @ 0xd52ec000-0xd52ed000
write-combining @ 0xd52ed000-0xd52ee000
write-combining @ 0xd52ee000-0xd52ef000
write-combining @ 0xd52ef000-0xd52f0000
write-combining @ 0xd52f0000-0xd52f1000
write-combining @ 0xd52f1000-0xd52f2000
write-combining @ 0xd52fb000-0xd52fc000
write-combining @ 0xd52fc000-0xd52fd000
write-combining @ 0xd52fd000-0xd52fe000
write-combining @ 0xd52fe000-0xd52ff000
write-combining @ 0xd52ff000-0xd5300000
write-combining @ 0xd5300000-0xd5301000
write-combining @ 0xd5303000-0xd5304000
write-combining @ 0xd5304000-0xd5305000
write-combining @ 0xd5305000-0xd5306000
write-combining @ 0xd5306000-0xd5307000
write-combining @ 0xd5307000-0xd5308000
write-combining @ 0xd5308000-0xd5309000
write-combining @ 0xd5309000-0xd530a000
write-combining @ 0xd530a000-0xd530b000
write-combining @ 0xd530b000-0xd530c000
write-combining @ 0xd530c000-0xd530d000
write-combining @ 0xd5315000-0xd5316000
write-combining @ 0xd5316000-0xd5317000
write-combining @ 0xd5317000-0xd5318000
write-combining @ 0xd5318000-0xd5319000
write-combining @ 0xd5319000-0xd531a000
write-combining @ 0xd531a000-0xd531b000
write-combining @ 0xd531b000-0xd531c000
write-combining @ 0xd531c000-0xd531d000
write-combining @ 0xd531d000-0xd531e000
write-combining @ 0xd531e000-0xd531f000
write-combining @ 0xd531f000-0xd5320000
write-combining @ 0xd5320000-0xd5321000
write-combining @ 0xd5321000-0xd5322000
write-combining @ 0xd5322000-0xd5323000
write-combining @ 0xd5323000-0xd5324000
write-combining @ 0xd5324000-0xd5325000
write-combining @ 0xd5325000-0xd5326000
write-combining @ 0xd5326000-0xd5327000
write-combining @ 0xd5327000-0xd5328000
write-combining @ 0xd5328000-0xd5329000
write-combining @ 0xd5329000-0xd532a000
write-combining @ 0xd532a000-0xd532b000
write-combining @ 0xd532b000-0xd532c000
write-combining @ 0xd532c000-0xd532d000
write-combining @ 0xd533c000-0xd533d000
write-combining @ 0xd533d000-0xd533e000
write-combining @ 0xd533e000-0xd533f000
write-combining @ 0xd533f000-0xd5340000
write-combining @ 0xd5340000-0xd5341000
write-combining @ 0xd534e000-0xd534f000
write-combining @ 0xd534f000-0xd5350000
write-combining @ 0xd5350000-0xd5351000
write-combining @ 0xd5351000-0xd5352000
write-combining @ 0xd5352000-0xd5353000
write-combining @ 0xd5356000-0xd5357000
write-combining @ 0xd5357000-0xd5358000
write-combining @ 0xd5358000-0xd5359000
write-combining @ 0xd5359000-0xd535a000
write-combining @ 0xd535a000-0xd535b000
write-combining @ 0xd535e000-0xd535f000
write-combining @ 0xd535f000-0xd5360000
write-combining @ 0xd5360000-0xd5361000
write-combining @ 0xd5361000-0xd5362000
write-combining @ 0xd5362000-0xd5363000
write-combining @ 0xd536a000-0xd536b000
write-combining @ 0xd536b000-0xd536c000
write-combining @ 0xd5384000-0xd5385000
write-combining @ 0xd5385000-0xd5386000
write-combining @ 0xd5386000-0xd5387000
write-combining @ 0xd5387000-0xd5388000
write-combining @ 0xd5388000-0xd5389000
write-combining @ 0xd538c000-0xd538d000
write-combining @ 0xd538d000-0xd538e000
write-combining @ 0xd5396000-0xd5397000
write-combining @ 0xd5397000-0xd5398000
write-combining @ 0xd5398000-0xd5399000
write-combining @ 0xd5399000-0xd539a000
write-combining @ 0xd539a000-0xd539b000
write-combining @ 0xd539b000-0xd539c000
write-combining @ 0xd539c000-0xd539d000
write-combining @ 0xd53a0000-0xd53a1000
write-combining @ 0xd53a3000-0xd53a4000
write-combining @ 0xd53a4000-0xd53a5000
write-combining @ 0xd53a5000-0xd53a6000
write-combining @ 0xd53a6000-0xd53a7000
write-combining @ 0xd53a7000-0xd53a8000
write-combining @ 0xd53a8000-0xd53a9000
write-combining @ 0xd53a9000-0xd53aa000
write-combining @ 0xd53aa000-0xd53ab000
write-combining @ 0xd53ab000-0xd53ac000
write-combining @ 0xd53ac000-0xd53ad000
write-combining @ 0xd53ad000-0xd53ae000
write-combining @ 0xd53ae000-0xd53af000
write-combining @ 0xd53af000-0xd53b0000
write-combining @ 0xd53b0000-0xd53b1000
write-combining @ 0xd53be000-0xd53bf000
write-combining @ 0xd53bf000-0xd53c0000
write-combining @ 0xd53f6000-0xd53f7000
write-combining @ 0xd53f7000-0xd53f8000
write-combining @ 0xd53f8000-0xd53f9000
write-combining @ 0xd53f9000-0xd53fa000
write-combining @ 0xd53fa000-0xd53fb000
write-combining @ 0xd53fb000-0xd53fc000
write-combining @ 0xd53ff000-0xd5400000
write-combining @ 0xd5400000-0xd5401000
write-combining @ 0xd5401000-0xd5402000
write-combining @ 0xd5402000-0xd5403000
write-combining @ 0xd5403000-0xd5404000
write-combining @ 0xd5404000-0xd5405000
write-combining @ 0xd5405000-0xd5406000
write-combining @ 0xd5406000-0xd5407000
write-combining @ 0xd5407000-0xd5408000
write-combining @ 0xd5408000-0xd5409000
write-combining @ 0xd5409000-0xd540a000
write-combining @ 0xd5490000-0xd5491000
write-combining @ 0xd5491000-0xd5492000
write-combining @ 0xd5492000-0xd5493000
write-combining @ 0xd5493000-0xd5494000
write-combining @ 0xd5494000-0xd5495000
write-combining @ 0xd54ab000-0xd54ac000
write-combining @ 0xd54ac000-0xd54ad000
write-combining @ 0xd54ad000-0xd54ae000
write-combining @ 0xd54ae000-0xd54af000
write-combining @ 0xd54af000-0xd54b0000
write-combining @ 0xd54c2000-0xd54c3000
write-combining @ 0xd54c3000-0xd54c4000
write-combining @ 0xd54e1000-0xd54e2000
write-combining @ 0xd54e2000-0xd54e3000
write-combining @ 0xd54eb000-0xd54ec000
write-combining @ 0xd54ec000-0xd54ed000
write-combining @ 0xd5528000-0xd5529000
write-combining @ 0xd5529000-0xd552a000
write-combining @ 0xd552a000-0xd552b000
write-combining @ 0xd552b000-0xd552c000
write-combining @ 0xd552c000-0xd552d000
write-combining @ 0xd5530000-0xd5531000
write-combining @ 0xd5531000-0xd5532000
write-combining @ 0xd5532000-0xd5533000
write-combining @ 0xd5533000-0xd5534000
write-combining @ 0xd5534000-0xd5535000
write-combining @ 0xd5550000-0xd5551000
write-combining @ 0xd5551000-0xd5552000
write-combining @ 0xd5592000-0xd5593000
write-combining @ 0xd5593000-0xd5594000
write-combining @ 0xd5594000-0xd5595000
write-combining @ 0xd5595000-0xd5596000
write-combining @ 0xd5596000-0xd5597000
write-combining @ 0xd559a000-0xd559b000
write-combining @ 0xd559b000-0xd559c000
write-combining @ 0xd559c000-0xd559d000
write-combining @ 0xd559d000-0xd559e000
write-combining @ 0xd559e000-0xd559f000
write-combining @ 0xd559f000-0xd55a0000
write-combining @ 0xd55a0000-0xd55a1000
write-combining @ 0xd55a1000-0xd55a2000
write-combining @ 0xd55a2000-0xd55a3000
write-combining @ 0xd55a6000-0xd55a7000
write-combining @ 0xd55a7000-0xd55a8000
write-combining @ 0xd55a8000-0xd55a9000
write-combining @ 0xd55a9000-0xd55aa000
write-combining @ 0xd55aa000-0xd55ab000
write-combining @ 0xd55be000-0xd55bf000
write-combining @ 0xd55bf000-0xd55c0000
write-combining @ 0xd55c0000-0xd55c1000
write-combining @ 0xd55c1000-0xd55c2000
write-combining @ 0xd55c2000-0xd55c3000
write-combining @ 0xd55c6000-0xd55c7000
write-combining @ 0xd55c7000-0xd55c8000
write-combining @ 0xd55c8000-0xd55c9000
write-combining @ 0xd55c9000-0xd55ca000
write-combining @ 0xd55ca000-0xd55cb000
write-combining @ 0xd55cb000-0xd55cc000
write-combining @ 0xd55cc000-0xd55cd000
write-combining @ 0xd55cd000-0xd55ce000
write-combining @ 0xd55e6000-0xd55e7000
write-combining @ 0xd55f7000-0xd55f8000
write-combining @ 0xd55f8000-0xd55f9000
write-combining @ 0xd5609000-0xd560a000
write-combining @ 0xd560a000-0xd560b000
write-combining @ 0xd560b000-0xd560c000
write-combining @ 0xd560c000-0xd560d000
write-combining @ 0xd560d000-0xd560e000
write-combining @ 0xd560e000-0xd560f000
write-combining @ 0xd560f000-0xd5610000
write-combining @ 0xd5610000-0xd5611000
write-combining @ 0xd5619000-0xd561a000
write-combining @ 0xd561a000-0xd561b000
write-combining @ 0xd562b000-0xd562c000
write-combining @ 0xd562c000-0xd562d000
write-combining @ 0xd562d000-0xd562e000
write-combining @ 0xd562e000-0xd562f000
write-combining @ 0xd562f000-0xd5630000
write-combining @ 0xd5630000-0xd5631000
write-combining @ 0xd5631000-0xd5632000
write-combining @ 0xd5632000-0xd5633000
write-combining @ 0xd5633000-0xd5634000
write-combining @ 0xd5634000-0xd5635000
write-combining @ 0xd5635000-0xd5636000
write-combining @ 0xd5636000-0xd5637000
write-combining @ 0xd5637000-0xd5638000
write-combining @ 0xd5638000-0xd5639000
write-combining @ 0xd5639000-0xd563a000
write-combining @ 0xd563a000-0xd563b000
write-combining @ 0xd563b000-0xd563c000
write-combining @ 0xd563c000-0xd563d000
write-combining @ 0xd563d000-0xd563e000
write-combining @ 0xd563e000-0xd563f000
write-combining @ 0xd563f000-0xd5640000
write-combining @ 0xd5640000-0xd5641000
write-combining @ 0xd5641000-0xd5642000
write-combining @ 0xd5642000-0xd5643000
write-combining @ 0xd5643000-0xd5644000
write-combining @ 0xd5644000-0xd5645000
write-combining @ 0xd5645000-0xd5646000
write-combining @ 0xd5646000-0xd5647000
write-combining @ 0xd5647000-0xd5648000
write-combining @ 0xd564b000-0xd564c000
write-combining @ 0xd564c000-0xd564d000
write-combining @ 0xd5cbb000-0xd5cbc000
write-combining @ 0xd5cbc000-0xd5cbd000
write-combining @ 0xd5cbd000-0xd5cbe000
write-combining @ 0xd5cbe000-0xd5cbf000
write-combining @ 0xd5cbf000-0xd5cc0000
write-combining @ 0xd5cc0000-0xd5cc1000
write-combining @ 0xd5cc1000-0xd5cc2000
write-combining @ 0xd5cc2000-0xd5cc3000
write-combining @ 0xd5cc3000-0xd5cc4000
write-combining @ 0xd5cc4000-0xd5cc5000
write-combining @ 0xd5cc5000-0xd5cc6000
write-combining @ 0xd5cc6000-0xd5cc7000
write-combining @ 0xd5cc7000-0xd5cc8000
write-combining @ 0xd5cc8000-0xd5cc9000
write-combining @ 0xd5cc9000-0xd5cca000
write-combining @ 0xd5cca000-0xd5ccb000
write-combining @ 0xd5ccb000-0xd5ccc000
write-combining @ 0xd5ccc000-0xd5ccd000
write-combining @ 0xd6112000-0xd6113000
write-combining @ 0xd6113000-0xd6114000
write-combining @ 0xd6114000-0xd6115000
write-combining @ 0xd6115000-0xd6116000
write-combining @ 0xd6116000-0xd6117000
write-combining @ 0xd6117000-0xd6118000
write-combining @ 0xd611a000-0xd611b000
write-combining @ 0xd611b000-0xd611c000
write-combining @ 0xd611c000-0xd611d000
write-combining @ 0xd611d000-0xd611e000
write-combining @ 0xd611e000-0xd611f000
write-combining @ 0xd6126000-0xd6127000
write-combining @ 0xd6127000-0xd6128000
write-combining @ 0xd6128000-0xd6129000
write-combining @ 0xd6129000-0xd612a000
write-combining @ 0xd612b000-0xd612c000
write-combining @ 0xd6157000-0xd6158000
write-combining @ 0xd6158000-0xd6159000
write-combining @ 0xd6159000-0xd615a000
write-combining @ 0xd615a000-0xd615b000
write-combining @ 0xd615b000-0xd615c000
write-combining @ 0xd615c000-0xd615d000
write-combining @ 0xd615d000-0xd615e000
write-combining @ 0xd615e000-0xd615f000
write-combining @ 0xd615f000-0xd6160000
write-combining @ 0xd6160000-0xd6161000
write-combining @ 0xd6161000-0xd6162000
write-combining @ 0xd6162000-0xd6163000
write-combining @ 0xd6167000-0xd6168000
write-combining @ 0xd6168000-0xd6169000
write-combining @ 0xd6169000-0xd616a000
write-combining @ 0xd616a000-0xd616b000
write-combining @ 0xd616b000-0xd616c000
write-combining @ 0xd616c000-0xd616d000
write-combining @ 0xd616d000-0xd616e000
write-combining @ 0xd616e000-0xd616f000
write-combining @ 0xd616f000-0xd6170000
write-combining @ 0xd6170000-0xd6171000
write-combining @ 0xd6173000-0xd6174000
write-combining @ 0xd6174000-0xd6175000
write-combining @ 0xd6175000-0xd6176000
write-combining @ 0xd6176000-0xd6177000
write-combining @ 0xd6177000-0xd6178000
write-combining @ 0xd6178000-0xd6179000
write-combining @ 0xd6179000-0xd617a000
write-combining @ 0xd617a000-0xd617b000
write-combining @ 0xd6199000-0xd619a000
write-combining @ 0xd619a000-0xd619b000
write-combining @ 0xd619b000-0xd619c000
write-combining @ 0xd619c000-0xd619d000
write-combining @ 0xd619d000-0xd619e000
write-combining @ 0xd61ab000-0xd61ac000
write-combining @ 0xd61ac000-0xd61ad000
write-combining @ 0xd61ad000-0xd61ae000
write-combining @ 0xd61ae000-0xd61af000
write-combining @ 0xd61af000-0xd61b0000
write-combining @ 0xd61b0000-0xd61b1000
write-combining @ 0xd61b1000-0xd61b2000
write-combining @ 0xd61b5000-0xd61b6000
write-combining @ 0xd61b6000-0xd61b7000
write-combining @ 0xd61b7000-0xd61b8000
write-combining @ 0xd61b8000-0xd61b9000
write-combining @ 0xd61b9000-0xd61ba000
write-combining @ 0xd61bd000-0xd61be000
write-combining @ 0xd61be000-0xd61bf000
write-combining @ 0xd61bf000-0xd61c0000
write-combining @ 0xd61c0000-0xd61c1000
write-combining @ 0xd61c1000-0xd61c2000
write-combining @ 0xd61c5000-0xd61c6000
write-combining @ 0xd61c6000-0xd61c7000
write-combining @ 0xd61c7000-0xd61c8000
write-combining @ 0xd61c8000-0xd61c9000
write-combining @ 0xd61c9000-0xd61ca000
write-combining @ 0xd61ca000-0xd61cb000
write-combining @ 0xd61cb000-0xd61cc000
write-combining @ 0xd61cf000-0xd61d0000
write-combining @ 0xd61d0000-0xd61d1000
write-combining @ 0xd61d1000-0xd61d2000
write-combining @ 0xd61d2000-0xd61d3000
write-combining @ 0xd61d3000-0xd61d4000
write-combining @ 0xd61d7000-0xd61d8000
write-combining @ 0xd61d8000-0xd61d9000
write-combining @ 0xd61d9000-0xd61da000
write-combining @ 0xd61da000-0xd61db000
write-combining @ 0xd61db000-0xd61dc000
write-combining @ 0xd61df000-0xd61e0000
write-combining @ 0xd61e0000-0xd61e1000
write-combining @ 0xd61e1000-0xd61e2000
write-combining @ 0xd61e2000-0xd61e3000
write-combining @ 0xd61e3000-0xd61e4000
write-combining @ 0xd61e4000-0xd61e5000
write-combining @ 0xd61e8000-0xd61e9000
write-combining @ 0xd61e9000-0xd61ea000
write-combining @ 0xd61ea000-0xd61eb000
write-combining @ 0xd61eb000-0xd61ec000
write-combining @ 0xd61ec000-0xd61ed000
write-combining @ 0xd61f0000-0xd61f1000
write-combining @ 0xd61f1000-0xd61f2000
write-combining @ 0xd61f2000-0xd61f3000
write-combining @ 0xd61f3000-0xd61f4000
write-combining @ 0xd61f4000-0xd61f5000
write-combining @ 0xd61f8000-0xd61f9000
write-combining @ 0xd61f9000-0xd61fa000
write-combining @ 0xd61fa000-0xd61fb000
write-combining @ 0xd61fb000-0xd61fc000
write-combining @ 0xd61fc000-0xd61fd000
write-combining @ 0xd6218000-0xd6219000
write-combining @ 0xd6219000-0xd621a000
write-combining @ 0xd621a000-0xd621b000
write-combining @ 0xd621b000-0xd621c000
write-combining @ 0xd621c000-0xd621d000
write-combining @ 0xd6220000-0xd6221000
write-combining @ 0xd6221000-0xd6222000
write-combining @ 0xd6222000-0xd6223000
write-combining @ 0xd6223000-0xd6224000
write-combining @ 0xd6224000-0xd6225000
write-combining @ 0xd623a000-0xd623b000
write-combining @ 0xd623b000-0xd623c000
write-combining @ 0xd623c000-0xd623d000
write-combining @ 0xd623d000-0xd623e000
write-combining @ 0xd623e000-0xd623f000
write-combining @ 0xd6252000-0xd6253000
write-combining @ 0xd6253000-0xd6254000
write-combining @ 0xd6254000-0xd6255000
write-combining @ 0xd6255000-0xd6256000
write-combining @ 0xd6256000-0xd6257000
write-combining @ 0xd6262000-0xd6263000
write-combining @ 0xd6263000-0xd6264000
write-combining @ 0xd6264000-0xd6265000
write-combining @ 0xd6265000-0xd6266000
write-combining @ 0xd6266000-0xd6267000
write-combining @ 0xd627a000-0xd627b000
write-combining @ 0xd627b000-0xd627c000
write-combining @ 0xd627c000-0xd627d000
write-combining @ 0xd627d000-0xd627e000
write-combining @ 0xd627e000-0xd627f000
write-combining @ 0xd628a000-0xd628b000
write-combining @ 0xd628b000-0xd628c000
write-combining @ 0xd628c000-0xd628d000
write-combining @ 0xd628d000-0xd628e000
write-combining @ 0xd628e000-0xd628f000
write-combining @ 0xd6292000-0xd6293000
write-combining @ 0xd6293000-0xd6294000
write-combining @ 0xd6294000-0xd6295000
write-combining @ 0xd6295000-0xd6296000
write-combining @ 0xd6296000-0xd6297000
write-combining @ 0xd629a000-0xd629b000
write-combining @ 0xd629b000-0xd629c000
write-combining @ 0xd629c000-0xd629d000
write-combining @ 0xd629d000-0xd629e000
write-combining @ 0xd629e000-0xd629f000
write-combining @ 0xd62a2000-0xd62a3000
write-combining @ 0xd62a3000-0xd62a4000
write-combining @ 0xd62a4000-0xd62a5000
write-combining @ 0xd62a5000-0xd62a6000
write-combining @ 0xd62a6000-0xd62a7000
write-combining @ 0xd62aa000-0xd62ab000
write-combining @ 0xd62ab000-0xd62ac000
write-combining @ 0xd62ac000-0xd62ad000
write-combining @ 0xd62ad000-0xd62ae000
write-combining @ 0xd62ae000-0xd62af000
write-combining @ 0xd62b2000-0xd62b3000
write-combining @ 0xd62b3000-0xd62b4000
write-combining @ 0xd62b4000-0xd62b5000
write-combining @ 0xd62b5000-0xd62b6000
write-combining @ 0xd62b6000-0xd62b7000
write-combining @ 0xd62ba000-0xd62bb000
write-combining @ 0xd62bb000-0xd62bc000
write-combining @ 0xd62bc000-0xd62bd000
write-combining @ 0xd62bd000-0xd62be000
write-combining @ 0xd62be000-0xd62bf000
write-combining @ 0xd62c2000-0xd62c3000
write-combining @ 0xd62c3000-0xd62c4000
write-combining @ 0xd62c4000-0xd62c5000
write-combining @ 0xd62c5000-0xd62c6000
write-combining @ 0xd62c6000-0xd62c7000
write-combining @ 0xd62d2000-0xd62d3000
write-combining @ 0xd62d3000-0xd62d4000
write-combining @ 0xd62e4000-0xd62e5000
write-combining @ 0xd62e5000-0xd62e6000
write-combining @ 0xd62e6000-0xd62e7000
write-combining @ 0xd62e7000-0xd62e8000
write-combining @ 0xd62e8000-0xd62e9000
write-combining @ 0xd62e9000-0xd62ea000
write-combining @ 0xd6305000-0xd6306000
write-combining @ 0xd6306000-0xd6307000
write-combining @ 0xd6307000-0xd6308000
write-combining @ 0xd6308000-0xd6309000
write-combining @ 0xd6309000-0xd630a000
write-combining @ 0xd6325000-0xd6326000
write-combining @ 0xd6326000-0xd6327000
write-combining @ 0xd6327000-0xd6328000
write-combining @ 0xd6328000-0xd6329000
write-combining @ 0xd6329000-0xd632a000
write-combining @ 0xd632d000-0xd632e000
write-combining @ 0xd632e000-0xd632f000
write-combining @ 0xd632f000-0xd6330000
write-combining @ 0xd6330000-0xd6331000
write-combining @ 0xd6331000-0xd6332000
write-combining @ 0xd6335000-0xd6336000
write-combining @ 0xd6336000-0xd6337000
write-combining @ 0xd6337000-0xd6338000
write-combining @ 0xd6338000-0xd6339000
write-combining @ 0xd6339000-0xd633a000
write-combining @ 0xd633d000-0xd633e000
write-combining @ 0xd633e000-0xd633f000
write-combining @ 0xd633f000-0xd6340000
write-combining @ 0xd6340000-0xd6341000
write-combining @ 0xd6341000-0xd6342000
write-combining @ 0xd6345000-0xd6346000
write-combining @ 0xd6346000-0xd6347000
write-combining @ 0xd6347000-0xd6348000
write-combining @ 0xd6348000-0xd6349000
write-combining @ 0xd6349000-0xd634a000
write-combining @ 0xd634d000-0xd634e000
write-combining @ 0xd634e000-0xd634f000
write-combining @ 0xd634f000-0xd6350000
write-combining @ 0xd6350000-0xd6351000
write-combining @ 0xd6351000-0xd6352000
write-combining @ 0xd6355000-0xd6356000
write-combining @ 0xd6356000-0xd6357000
write-combining @ 0xd6357000-0xd6358000
write-combining @ 0xd6358000-0xd6359000
write-combining @ 0xd6359000-0xd635a000
write-combining @ 0xd635d000-0xd635e000
write-combining @ 0xd635e000-0xd635f000
write-combining @ 0xd635f000-0xd6360000
write-combining @ 0xd6360000-0xd6361000
write-combining @ 0xd6361000-0xd6362000
write-combining @ 0xd6365000-0xd6366000
write-combining @ 0xd6366000-0xd6367000
write-combining @ 0xd6367000-0xd6368000
write-combining @ 0xd6368000-0xd6369000
write-combining @ 0xd6369000-0xd636a000
write-combining @ 0xd636d000-0xd636e000
write-combining @ 0xd636e000-0xd636f000
write-combining @ 0xd636f000-0xd6370000
write-combining @ 0xd6370000-0xd6371000
write-combining @ 0xd6371000-0xd6372000
write-combining @ 0xd6375000-0xd6376000
write-combining @ 0xd6376000-0xd6377000
write-combining @ 0xd6377000-0xd6378000
write-combining @ 0xd6378000-0xd6379000
write-combining @ 0xd6379000-0xd637a000
write-combining @ 0xd637d000-0xd637e000
write-combining @ 0xd637e000-0xd637f000
write-combining @ 0xd637f000-0xd6380000
write-combining @ 0xd6380000-0xd6381000
write-combining @ 0xd6381000-0xd6382000
write-combining @ 0xd6385000-0xd6386000
write-combining @ 0xd6386000-0xd6387000
write-combining @ 0xd6387000-0xd6388000
write-combining @ 0xd6388000-0xd6389000
write-combining @ 0xd6389000-0xd638a000
write-combining @ 0xd638d000-0xd638e000
write-combining @ 0xd638e000-0xd638f000
write-combining @ 0xd638f000-0xd6390000
write-combining @ 0xd6390000-0xd6391000
write-combining @ 0xd6391000-0xd6392000
write-combining @ 0xd639d000-0xd639e000
write-combining @ 0xd639e000-0xd639f000
write-combining @ 0xd639f000-0xd63a0000
write-combining @ 0xd63a0000-0xd63a1000
write-combining @ 0xd63a1000-0xd63a2000
write-combining @ 0xd63a5000-0xd63a6000
write-combining @ 0xd63a6000-0xd63a7000
write-combining @ 0xd63a7000-0xd63a8000
write-combining @ 0xd63a8000-0xd63a9000
write-combining @ 0xd63a9000-0xd63aa000
write-combining @ 0xd63ad000-0xd63ae000
write-combining @ 0xd63ae000-0xd63af000
write-combining @ 0xd63af000-0xd63b0000
write-combining @ 0xd63b0000-0xd63b1000
write-combining @ 0xd63b1000-0xd63b2000
write-combining @ 0xd63b5000-0xd63b6000
write-combining @ 0xd63b6000-0xd63b7000
write-combining @ 0xd63b7000-0xd63b8000
write-combining @ 0xd63b8000-0xd63b9000
write-combining @ 0xd63b9000-0xd63ba000
write-combining @ 0xd63ba000-0xd63bb000
write-combining @ 0xd63bd000-0xd63be000
write-combining @ 0xd63be000-0xd63bf000
write-combining @ 0xd63bf000-0xd63c0000
write-combining @ 0xd63c0000-0xd63c1000
write-combining @ 0xd63c1000-0xd63c2000
write-combining @ 0xd63c2000-0xd63c3000
write-combining @ 0xd63c3000-0xd63c4000
write-combining @ 0xd63c4000-0xd63c5000
write-combining @ 0xd63cd000-0xd63ce000
write-combining @ 0xd63ce000-0xd63cf000
write-combining @ 0xd63cf000-0xd63d0000
write-combining @ 0xd63d0000-0xd63d1000
write-combining @ 0xd63d1000-0xd63d2000
write-combining @ 0xd63d2000-0xd63d3000
write-combining @ 0xd63d3000-0xd63d4000
write-combining @ 0xd63d4000-0xd63d5000
write-combining @ 0xd63d5000-0xd63d6000
write-combining @ 0xd6458000-0xd6459000
write-combining @ 0xd6459000-0xd645a000
write-combining @ 0xd645a000-0xd645b000
write-combining @ 0xd645b000-0xd645c000
write-combining @ 0xd645c000-0xd645d000
write-combining @ 0xd6476000-0xd6477000
write-combining @ 0xd6477000-0xd6478000
write-combining @ 0xd6478000-0xd6479000
write-combining @ 0xd6479000-0xd647a000
write-combining @ 0xd647a000-0xd647b000
write-combining @ 0xd647e000-0xd647f000
write-combining @ 0xd647f000-0xd6480000
write-combining @ 0xd6480000-0xd6481000
write-combining @ 0xd6481000-0xd6482000
write-combining @ 0xd6482000-0xd6483000
write-combining @ 0xd648a000-0xd648b000
write-combining @ 0xd648b000-0xd648c000
write-combining @ 0xd648c000-0xd648d000
write-combining @ 0xd648d000-0xd648e000
write-combining @ 0xd648e000-0xd648f000
write-combining @ 0xd6492000-0xd6493000
write-combining @ 0xd6493000-0xd6494000
write-combining @ 0xd6494000-0xd6495000
write-combining @ 0xd6495000-0xd6496000
write-combining @ 0xd6496000-0xd6497000
write-combining @ 0xd64b4000-0xd64b5000
write-combining @ 0xd64b5000-0xd64b6000
write-combining @ 0xd64b6000-0xd64b7000
write-combining @ 0xd64b7000-0xd64b8000
write-combining @ 0xd657c000-0xd657d000
write-combining @ 0xd65c4000-0xd65c5000
write-combining @ 0xd65c5000-0xd65c6000
write-combining @ 0xd65c6000-0xd65c7000
write-combining @ 0xd65c7000-0xd65c8000
write-combining @ 0xd65c8000-0xd65c9000
write-combining @ 0xd65c9000-0xd65ca000
write-combining @ 0xd65ca000-0xd65cb000
write-combining @ 0xd65cb000-0xd65cc000
write-combining @ 0xd65cc000-0xd65cd000
write-combining @ 0xd65cd000-0xd65ce000
write-combining @ 0xd65ce000-0xd65cf000
write-combining @ 0xd65cf000-0xd65d0000
write-combining @ 0xd65d0000-0xd65d1000
write-combining @ 0xd65d1000-0xd65d2000
write-combining @ 0xd65d2000-0xd65d3000
write-combining @ 0xd65d3000-0xd65d4000
write-combining @ 0xd65d4000-0xd65d5000
write-combining @ 0xd65d5000-0xd65d6000
write-combining @ 0xd65d6000-0xd65d7000
write-combining @ 0xd65d7000-0xd65d8000
write-combining @ 0xd65d8000-0xd65d9000
write-combining @ 0xd65d9000-0xd65da000
write-combining @ 0xd65da000-0xd65db000
write-combining @ 0xd65db000-0xd65dc000
write-combining @ 0xd65dc000-0xd65dd000
write-combining @ 0xd65dd000-0xd65de000
write-combining @ 0xd65de000-0xd65df000
write-combining @ 0xd65df000-0xd65e0000
write-combining @ 0xd65e0000-0xd65e1000
write-combining @ 0xd65e1000-0xd65e2000
write-combining @ 0xd65e2000-0xd65e3000
write-combining @ 0xd65e3000-0xd65e4000
write-combining @ 0xd65e4000-0xd65e5000
write-combining @ 0xd65e5000-0xd65e6000
write-combining @ 0xd65e6000-0xd65e7000
write-combining @ 0xd65e7000-0xd65e8000
write-combining @ 0xd65e8000-0xd65e9000
write-combining @ 0xd65e9000-0xd65ea000
write-combining @ 0xd65ea000-0xd65eb000
write-combining @ 0xd65eb000-0xd65ec000
write-combining @ 0xd65ec000-0xd65ed000
write-combining @ 0xd65ed000-0xd65ee000
write-combining @ 0xd65ee000-0xd65ef000
write-combining @ 0xd65ef000-0xd65f0000
write-combining @ 0xd65f0000-0xd65f1000
write-combining @ 0xd65f1000-0xd65f2000
write-combining @ 0xd65f2000-0xd65f3000
write-combining @ 0xd65f3000-0xd65f4000
write-combining @ 0xd65f4000-0xd65f5000
write-combining @ 0xd65f5000-0xd65f6000
write-combining @ 0xd65f6000-0xd65f7000
write-combining @ 0xd65f7000-0xd65f8000
write-combining @ 0xd65f8000-0xd65f9000
write-combining @ 0xd65f9000-0xd65fa000
write-combining @ 0xd66e3000-0xd66e4000
write-combining @ 0xd6717000-0xd6718000
write-combining @ 0xd671d000-0xd671e000
write-combining @ 0xd6720000-0xd6721000
write-combining @ 0xd6725000-0xd6726000
write-combining @ 0xd672a000-0xd672b000
write-combining @ 0xd6ed0000-0xd6ed1000
write-combining @ 0xd6ed1000-0xd6ed2000
write-combining @ 0xd7776000-0xd7777000
write-combining @ 0xd7aa4000-0xd7aa5000
write-combining @ 0xd7bca000-0xd7bcb000
write-combining @ 0xd7c84000-0xd7c85000
write-combining @ 0xd7c85000-0xd7c86000
write-combining @ 0xd7c94000-0xd7c95000
write-combining @ 0xd7c95000-0xd7c96000
write-combining @ 0xd80ff000-0xd8100000
write-combining @ 0xd8104000-0xd8105000
write-combining @ 0xd8105000-0xd8106000
write-combining @ 0xd8106000-0xd8107000
write-combining @ 0xd8107000-0xd8108000
write-combining @ 0xd8108000-0xd8109000
write-combining @ 0xd8109000-0xd810a000
write-combining @ 0xd810a000-0xd810b000
write-combining @ 0xd810b000-0xd810c000
write-combining @ 0xd810c000-0xd810d000
write-combining @ 0xd810d000-0xd810e000
write-combining @ 0xd810e000-0xd810f000
write-combining @ 0xd810f000-0xd8110000
write-combining @ 0xd8114000-0xd8115000
write-combining @ 0xd8115000-0xd8116000
write-combining @ 0xd811e000-0xd811f000
write-combining @ 0xd811f000-0xd8120000
write-combining @ 0xd8120000-0xd8121000
write-combining @ 0xd8121000-0xd8122000
write-combining @ 0xd8122000-0xd8123000
write-combining @ 0xd8123000-0xd8124000
write-combining @ 0xd8124000-0xd8125000
write-combining @ 0xd8125000-0xd8126000
write-combining @ 0xd8131000-0xd8132000
write-combining @ 0xd8132000-0xd8133000
write-combining @ 0xd8133000-0xd8134000
write-combining @ 0xd8134000-0xd8135000
write-combining @ 0xd8135000-0xd8136000
write-combining @ 0xd8136000-0xd8137000
write-combining @ 0xd8137000-0xd8138000
write-combining @ 0xd8138000-0xd8139000
write-combining @ 0xd8139000-0xd813a000
write-combining @ 0xd813a000-0xd813b000
write-combining @ 0xd813b000-0xd813c000
write-combining @ 0xd813c000-0xd813d000
write-combining @ 0xd813d000-0xd813e000
write-combining @ 0xd813e000-0xd813f000
write-combining @ 0xd813f000-0xd8140000
write-combining @ 0xd8140000-0xd8141000
write-combining @ 0xd815c000-0xd815d000
write-combining @ 0xd815d000-0xd815e000
write-combining @ 0xd815e000-0xd815f000
write-combining @ 0xd815f000-0xd8160000
write-combining @ 0xd8160000-0xd8161000
write-combining @ 0xd8164000-0xd8165000
write-combining @ 0xd8165000-0xd8166000
write-combining @ 0xd8166000-0xd8167000
write-combining @ 0xd8167000-0xd8168000
write-combining @ 0xd8168000-0xd8169000
write-combining @ 0xd8169000-0xd816a000
write-combining @ 0xd816a000-0xd816b000
write-combining @ 0xd816b000-0xd816c000
write-combining @ 0xd816c000-0xd816d000
write-combining @ 0xd816d000-0xd816e000
write-combining @ 0xd816e000-0xd816f000
write-combining @ 0xd816f000-0xd8170000
write-combining @ 0xd8170000-0xd8171000
write-combining @ 0xd8171000-0xd8172000
write-combining @ 0xd8172000-0xd8173000
write-combining @ 0xd8173000-0xd8174000
write-combining @ 0xd8174000-0xd8175000
write-combining @ 0xd8175000-0xd8176000
write-combining @ 0xd8176000-0xd8177000
write-combining @ 0xd8177000-0xd8178000
write-combining @ 0xd8182000-0xd8183000
write-combining @ 0xd8183000-0xd8184000
write-combining @ 0xd8184000-0xd8185000
write-combining @ 0xd8185000-0xd8186000
write-combining @ 0xd8186000-0xd8187000
write-combining @ 0xd8187000-0xd8188000
write-combining @ 0xd8188000-0xd8189000
write-combining @ 0xd8189000-0xd818a000
write-combining @ 0xd818a000-0xd818b000
write-combining @ 0xd818b000-0xd818c000
write-combining @ 0xd818c000-0xd818d000
write-combining @ 0xd818d000-0xd818e000
write-combining @ 0xd818e000-0xd818f000
write-combining @ 0xd818f000-0xd8190000
write-combining @ 0xd8190000-0xd8191000
write-combining @ 0xd8191000-0xd8192000
write-combining @ 0xd8192000-0xd8193000
write-combining @ 0xd8195000-0xd8196000
write-combining @ 0xd8196000-0xd8197000
write-combining @ 0xd8197000-0xd8198000
write-combining @ 0xd8198000-0xd8199000
write-combining @ 0xd8199000-0xd819a000
write-combining @ 0xd819a000-0xd819b000
write-combining @ 0xd819b000-0xd819c000
write-combining @ 0xd819c000-0xd819d000
write-combining @ 0xd819d000-0xd819e000
write-combining @ 0xd819e000-0xd819f000
write-combining @ 0xd819f000-0xd81a0000
write-combining @ 0xd81a0000-0xd81a1000
write-combining @ 0xd81a1000-0xd81a2000
write-combining @ 0xd81a2000-0xd81a3000
write-combining @ 0xd81a3000-0xd81a4000
write-combining @ 0xd81a4000-0xd81a5000
write-combining @ 0xd81a5000-0xd81a6000
write-combining @ 0xd81a6000-0xd81a7000
write-combining @ 0xd81a7000-0xd81a8000
write-combining @ 0xd81a8000-0xd81a9000
write-combining @ 0xd81a9000-0xd81aa000
write-combining @ 0xd81aa000-0xd81ab000
write-combining @ 0xd81ab000-0xd81ac000
write-combining @ 0xd81ac000-0xd81ad000
write-combining @ 0xd81ad000-0xd81ae000
write-combining @ 0xd81ae000-0xd81af000
write-combining @ 0xd81af000-0xd81b0000
write-combining @ 0xd81b0000-0xd81b1000
write-combining @ 0xd81bc000-0xd81bd000
write-combining @ 0xd81bd000-0xd81be000
write-combining @ 0xd81be000-0xd81bf000
write-combining @ 0xd81bf000-0xd81c0000
write-combining @ 0xd81c0000-0xd81c1000
write-combining @ 0xd81c1000-0xd81c2000
write-combining @ 0xd81c2000-0xd81c3000
write-combining @ 0xd81c3000-0xd81c4000
write-combining @ 0xd81c4000-0xd81c5000
write-combining @ 0xd81c5000-0xd81c6000
write-combining @ 0xd81c6000-0xd81c7000
write-combining @ 0xd81c7000-0xd81c8000
write-combining @ 0xd81c8000-0xd81c9000
write-combining @ 0xd81c9000-0xd81ca000
write-combining @ 0xd81ca000-0xd81cb000
write-combining @ 0xd81cb000-0xd81cc000
write-combining @ 0xd81cc000-0xd81cd000
write-combining @ 0xd81cd000-0xd81ce000
write-combining @ 0xd81ce000-0xd81cf000
write-combining @ 0xd81cf000-0xd81d0000
write-combining @ 0xd81d0000-0xd81d1000
write-combining @ 0xd81d1000-0xd81d2000
write-combining @ 0xd81d2000-0xd81d3000
write-combining @ 0xd81d3000-0xd81d4000
write-combining @ 0xd81da000-0xd81db000
write-combining @ 0xd81db000-0xd81dc000
write-combining @ 0xd81dc000-0xd81dd000
write-combining @ 0xd81dd000-0xd81de000
write-combining @ 0xd81de000-0xd81df000
write-combining @ 0xd81df000-0xd81e0000
write-combining @ 0xd81e0000-0xd81e1000
write-combining @ 0xd81e1000-0xd81e2000
write-combining @ 0xd81e2000-0xd81e3000
write-combining @ 0xd81e5000-0xd81e6000
write-combining @ 0xd81e6000-0xd81e7000
write-combining @ 0xd81e7000-0xd81e8000
write-combining @ 0xd81e8000-0xd81e9000
write-combining @ 0xd81e9000-0xd81ea000
write-combining @ 0xd81ea000-0xd81eb000
write-combining @ 0xd81eb000-0xd81ec000
write-combining @ 0xd81ec000-0xd81ed000
write-combining @ 0xd81ed000-0xd81ee000
write-combining @ 0xd81ee000-0xd81ef000
write-combining @ 0xd81ef000-0xd81f0000
write-combining @ 0xd81f0000-0xd81f1000
write-combining @ 0xd81f1000-0xd81f2000
write-combining @ 0xd81f2000-0xd81f3000
write-combining @ 0xd8b37000-0xd8b38000
write-combining @ 0xd8de3000-0xd8de4000
write-combining @ 0xd8de4000-0xd8de5000
write-combining @ 0xd8f78000-0xd8f79000
write-combining @ 0xd8fda000-0xd8fdb000
write-combining @ 0xd8fdc000-0xd8fdd000
write-combining @ 0xd8fee000-0xd8fef000
write-combining @ 0xd8fef000-0xd8ff0000
write-combining @ 0xd8ff0000-0xd8ff1000
write-combining @ 0xd8ff3000-0xd8ff4000
write-combining @ 0xd9006000-0xd9007000
write-combining @ 0xd900b000-0xd900c000
write-combining @ 0xd901e000-0xd901f000
write-combining @ 0xd901f000-0xd9020000
write-combining @ 0xd9020000-0xd9021000
write-combining @ 0xd9021000-0xd9022000
write-combining @ 0xd9022000-0xd9023000
write-combining @ 0xd9023000-0xd9024000
write-combining @ 0xd9024000-0xd9025000
write-combining @ 0xd9025000-0xd9026000
write-combining @ 0xd903e000-0xd903f000
write-combining @ 0xd903f000-0xd9040000
write-combining @ 0xd9040000-0xd9041000
write-combining @ 0xd9041000-0xd9042000
write-combining @ 0xd9066000-0xd9067000
write-combining @ 0xd9067000-0xd9068000
write-combining @ 0xd9068000-0xd9069000
write-combining @ 0xd9069000-0xd906a000
write-combining @ 0xd9076000-0xd9077000
write-combining @ 0xd9077000-0xd9078000
write-combining @ 0xd9078000-0xd9079000
write-combining @ 0xd9079000-0xd907a000
write-combining @ 0xd9086000-0xd9087000
write-combining @ 0xd9087000-0xd9088000
write-combining @ 0xd9088000-0xd9089000
write-combining @ 0xd9089000-0xd908a000
write-combining @ 0xd90a8000-0xd90a9000
write-combining @ 0xd90e3000-0xd90e4000
write-combining @ 0xd90e5000-0xd90e6000
write-combining @ 0xd90ea000-0xd90eb000
write-combining @ 0xd90ee000-0xd90ef000
write-combining @ 0xd90ef000-0xd90f0000
write-combining @ 0xd90f0000-0xd90f1000
write-combining @ 0xd90f1000-0xd90f2000
write-combining @ 0xd90f2000-0xd90f3000
write-combining @ 0xd90f5000-0xd90f6000
write-combining @ 0xd90f9000-0xd90fa000
write-combining @ 0xd90fe000-0xd90ff000
write-combining @ 0xd9104000-0xd9105000
write-combining @ 0xd9111000-0xd9112000
write-combining @ 0xd9112000-0xd9113000
write-combining @ 0xd93ba000-0xd93bb000
write-combining @ 0xd9440000-0xd9441000
write-combining @ 0xd974b000-0xd974c000
write-combining @ 0xd9759000-0xd975a000
write-combining @ 0xd9778000-0xd9779000
write-combining @ 0xd97af000-0xd97b0000
write-combining @ 0xd97ff000-0xd9800000
write-combining @ 0xd9800000-0xd9801000
write-combining @ 0xd9801000-0xd9802000
write-combining @ 0xd9802000-0xd9803000
write-combining @ 0xd9803000-0xd9804000
write-combining @ 0xd9804000-0xd9805000
write-combining @ 0xd9805000-0xd9806000
write-combining @ 0xd9806000-0xd9807000
write-combining @ 0xd9807000-0xd9808000
write-combining @ 0xd9808000-0xd9809000
write-combining @ 0xd9809000-0xd980a000
write-combining @ 0xd980a000-0xd980b000
write-combining @ 0xd980b000-0xd980c000
write-combining @ 0xd980c000-0xd980d000
write-combining @ 0xd980d000-0xd980e000
write-combining @ 0xd980e000-0xd980f000
write-combining @ 0xd980f000-0xd9810000
write-combining @ 0xd9810000-0xd9811000
write-combining @ 0xd9811000-0xd9812000
write-combining @ 0xd9812000-0xd9813000
write-combining @ 0xd9813000-0xd9814000
write-combining @ 0xd9814000-0xd9815000
write-combining @ 0xd9815000-0xd9816000
write-combining @ 0xd9816000-0xd9817000
write-combining @ 0xd9817000-0xd9818000
write-combining @ 0xd9818000-0xd9819000
write-combining @ 0xd9819000-0xd981a000
write-combining @ 0xd981a000-0xd981b000
write-combining @ 0xd981b000-0xd981c000
write-combining @ 0xd981c000-0xd981d000
write-combining @ 0xd981d000-0xd981e000
write-combining @ 0xd981e000-0xd981f000
write-combining @ 0xd981f000-0xd9820000
write-combining @ 0xd9820000-0xd9821000
write-combining @ 0xd9821000-0xd9822000
write-combining @ 0xd9822000-0xd9823000
write-combining @ 0xd9823000-0xd9824000
write-combining @ 0xd9824000-0xd9825000
write-combining @ 0xd9825000-0xd9826000
write-combining @ 0xd9826000-0xd9827000
write-combining @ 0xd9827000-0xd9828000
write-combining @ 0xd9828000-0xd9829000
write-combining @ 0xd9829000-0xd982a000
write-combining @ 0xd982a000-0xd982b000
write-combining @ 0xd982b000-0xd982c000
write-combining @ 0xd982c000-0xd982d000
write-combining @ 0xd982d000-0xd982e000
write-combining @ 0xd982e000-0xd982f000
write-combining @ 0xd982f000-0xd9830000
write-combining @ 0xd9830000-0xd9831000
write-combining @ 0xd9831000-0xd9832000
write-combining @ 0xd9832000-0xd9833000
write-combining @ 0xd9833000-0xd9834000
write-combining @ 0xd9834000-0xd9835000
write-combining @ 0xd9835000-0xd9836000
write-combining @ 0xd9836000-0xd9837000
write-combining @ 0xd9837000-0xd9838000
write-combining @ 0xd9838000-0xd9839000
write-combining @ 0xd9839000-0xd983a000
write-combining @ 0xd983a000-0xd983b000
write-combining @ 0xd983b000-0xd983c000
write-combining @ 0xd983c000-0xd983d000
write-combining @ 0xd983d000-0xd983e000
write-combining @ 0xd983e000-0xd983f000
write-combining @ 0xd9847000-0xd9848000
write-combining @ 0xd9848000-0xd9849000
write-combining @ 0xd9849000-0xd984a000
write-combining @ 0xd984a000-0xd984b000
write-combining @ 0xd984b000-0xd984c000
write-combining @ 0xd984c000-0xd984d000
write-combining @ 0xd984d000-0xd984e000
write-combining @ 0xd984e000-0xd984f000
write-combining @ 0xd9857000-0xd9858000
write-combining @ 0xd9858000-0xd9859000
write-combining @ 0xd9859000-0xd985a000
write-combining @ 0xd985a000-0xd985b000
write-combining @ 0xd985b000-0xd985c000
write-combining @ 0xd985c000-0xd985d000
write-combining @ 0xd985d000-0xd985e000
write-combining @ 0xd985e000-0xd985f000
write-combining @ 0xd985f000-0xd9860000
write-combining @ 0xd9860000-0xd9861000
write-combining @ 0xd9861000-0xd9862000
write-combining @ 0xd9862000-0xd9863000
write-combining @ 0xd9863000-0xd9864000
write-combining @ 0xd9864000-0xd9865000
write-combining @ 0xd9865000-0xd9866000
write-combining @ 0xd9866000-0xd9867000
write-combining @ 0xd9867000-0xd9868000
write-combining @ 0xd9868000-0xd9869000
write-combining @ 0xd9869000-0xd986a000
write-combining @ 0xd986a000-0xd986b000
write-combining @ 0xd986b000-0xd986c000
write-combining @ 0xd986c000-0xd986d000
write-combining @ 0xd986d000-0xd986e000
write-combining @ 0xd986e000-0xd986f000
write-combining @ 0xd986f000-0xd9870000
write-combining @ 0xd9870000-0xd9871000
write-combining @ 0xd9871000-0xd9872000
write-combining @ 0xd9872000-0xd9873000
write-combining @ 0xd9873000-0xd9874000
write-combining @ 0xd9874000-0xd9875000
write-combining @ 0xd9875000-0xd9876000
write-combining @ 0xd9876000-0xd9877000
write-combining @ 0xd9877000-0xd9878000
write-combining @ 0xd9878000-0xd9879000
write-combining @ 0xd9879000-0xd987a000
write-combining @ 0xd987a000-0xd987b000
write-combining @ 0xd987b000-0xd987c000
write-combining @ 0xd987c000-0xd987d000
write-combining @ 0xd987d000-0xd987e000
write-combining @ 0xd987e000-0xd987f000
write-combining @ 0xd987f000-0xd9880000
write-combining @ 0xd9880000-0xd9881000
write-combining @ 0xd9881000-0xd9882000
write-combining @ 0xd9882000-0xd9883000
write-combining @ 0xd9883000-0xd9884000
write-combining @ 0xd9884000-0xd9885000
write-combining @ 0xd9885000-0xd9886000
write-combining @ 0xd9886000-0xd9887000
write-combining @ 0xd9887000-0xd9888000
write-combining @ 0xd9888000-0xd9889000
write-combining @ 0xd9889000-0xd988a000
write-combining @ 0xd988a000-0xd988b000
write-combining @ 0xd988b000-0xd988c000
write-combining @ 0xd988c000-0xd988d000
write-combining @ 0xd9895000-0xd9896000
write-combining @ 0xd9896000-0xd9897000
write-combining @ 0xd9897000-0xd9898000
write-combining @ 0xd9898000-0xd9899000
write-combining @ 0xd9899000-0xd989a000
write-combining @ 0xd989a000-0xd989b000
write-combining @ 0xd989b000-0xd989c000
write-combining @ 0xd989c000-0xd989d000
write-combining @ 0xd989d000-0xd989e000
write-combining @ 0xd989e000-0xd989f000
write-combining @ 0xd989f000-0xd98a0000
write-combining @ 0xd98a0000-0xd98a1000
write-combining @ 0xd98a1000-0xd98a2000
write-combining @ 0xd98a2000-0xd98a3000
write-combining @ 0xd98ab000-0xd98ac000
write-combining @ 0xd98ac000-0xd98ad000
write-combining @ 0xd98ad000-0xd98ae000
write-combining @ 0xd98ae000-0xd98af000
write-combining @ 0xd98af000-0xd98b0000
write-combining @ 0xd98b0000-0xd98b1000
write-combining @ 0xd98b1000-0xd98b2000
write-combining @ 0xd98b2000-0xd98b3000
write-combining @ 0xd98b3000-0xd98b4000
write-combining @ 0xd98b4000-0xd98b5000
write-combining @ 0xd98bd000-0xd98be000
write-combining @ 0xd98be000-0xd98bf000
write-combining @ 0xd98bf000-0xd98c0000
write-combining @ 0xd98c0000-0xd98c1000
write-combining @ 0xd98c1000-0xd98c2000
write-combining @ 0xd98c2000-0xd98c3000
write-combining @ 0xd98c3000-0xd98c4000
write-combining @ 0xd98c4000-0xd98c5000
write-combining @ 0xd98c5000-0xd98c6000
write-combining @ 0xd98c6000-0xd98c7000
write-combining @ 0xd98c7000-0xd98c8000
write-combining @ 0xd98c8000-0xd98c9000
write-combining @ 0xd98c9000-0xd98ca000
write-combining @ 0xd98ca000-0xd98cb000
write-combining @ 0xd98cb000-0xd98cc000
write-combining @ 0xd98cc000-0xd98cd000
write-combining @ 0xd98cd000-0xd98ce000
write-combining @ 0xd98ce000-0xd98cf000
write-combining @ 0xd98cf000-0xd98d0000
write-combining @ 0xd98d0000-0xd98d1000
write-combining @ 0xd98d1000-0xd98d2000
write-combining @ 0xd98d2000-0xd98d3000
write-combining @ 0xd98d3000-0xd98d4000
write-combining @ 0xd98d4000-0xd98d5000
write-combining @ 0xd98d5000-0xd98d6000
write-combining @ 0xd98d6000-0xd98d7000
write-combining @ 0xd98d7000-0xd98d8000
write-combining @ 0xd98d8000-0xd98d9000
write-combining @ 0xd98d9000-0xd98da000
write-combining @ 0xd98da000-0xd98db000
write-combining @ 0xd98db000-0xd98dc000
write-combining @ 0xd98dc000-0xd98dd000
write-combining @ 0xd98dd000-0xd98de000
write-combining @ 0xd98de000-0xd98df000
write-combining @ 0xd98df000-0xd98e0000
write-combining @ 0xd98e0000-0xd98e1000
write-combining @ 0xd98e1000-0xd98e2000
write-combining @ 0xd98e2000-0xd98e3000
write-combining @ 0xd98e3000-0xd98e4000
write-combining @ 0xd98e4000-0xd98e5000
write-combining @ 0xd98e5000-0xd98e6000
write-combining @ 0xd98e6000-0xd98e7000
write-combining @ 0xd98e7000-0xd98e8000
write-combining @ 0xd98e8000-0xd98e9000
write-combining @ 0xd98e9000-0xd98ea000
write-combining @ 0xd98ea000-0xd98eb000
write-combining @ 0xd98eb000-0xd98ec000
write-combining @ 0xd98ec000-0xd98ed000
write-combining @ 0xd98ed000-0xd98ee000
write-combining @ 0xd98ee000-0xd98ef000
write-combining @ 0xd98ef000-0xd98f0000
write-combining @ 0xd98f0000-0xd98f1000
write-combining @ 0xd98f1000-0xd98f2000
write-combining @ 0xd98f2000-0xd98f3000
write-combining @ 0xd98f3000-0xd98f4000
write-combining @ 0xd98f4000-0xd98f5000
write-combining @ 0xd98f5000-0xd98f6000
write-combining @ 0xd98f6000-0xd98f7000
write-combining @ 0xd98f7000-0xd98f8000
write-combining @ 0xd98f8000-0xd98f9000
write-combining @ 0xd98f9000-0xd98fa000
write-combining @ 0xd98fa000-0xd98fb000
write-combining @ 0xd98fb000-0xd98fc000
write-combining @ 0xd98fc000-0xd98fd000
write-combining @ 0xd98fd000-0xd98fe000
write-combining @ 0xd98fe000-0xd98ff000
write-combining @ 0xd98ff000-0xd9900000
write-combining @ 0xd9900000-0xd9901000
write-combining @ 0xd9901000-0xd9902000
write-combining @ 0xd9902000-0xd9903000
write-combining @ 0xd9903000-0xd9904000
write-combining @ 0xd9904000-0xd9905000
write-combining @ 0xd9905000-0xd9906000
write-combining @ 0xd9906000-0xd9907000
write-combining @ 0xd9907000-0xd9908000
write-combining @ 0xd9908000-0xd9909000
write-combining @ 0xd9909000-0xd990a000
write-combining @ 0xd990a000-0xd990b000
write-combining @ 0xd9913000-0xd9914000
write-combining @ 0xd9914000-0xd9915000
write-combining @ 0xd9915000-0xd9916000
write-combining @ 0xd9916000-0xd9917000
write-combining @ 0xd9917000-0xd9918000
write-combining @ 0xd9918000-0xd9919000
write-combining @ 0xd9919000-0xd991a000
write-combining @ 0xd991a000-0xd991b000
write-combining @ 0xd991b000-0xd991c000
write-combining @ 0xd991c000-0xd991d000
write-combining @ 0xd991d000-0xd991e000
write-combining @ 0xd991e000-0xd991f000
write-combining @ 0xd991f000-0xd9920000
write-combining @ 0xd9920000-0xd9921000
write-combining @ 0xd9921000-0xd9922000
write-combining @ 0xd9922000-0xd9923000
write-combining @ 0xd9923000-0xd9924000
write-combining @ 0xd9924000-0xd9925000
write-combining @ 0xd9925000-0xd9926000
write-combining @ 0xd9926000-0xd9927000
write-combining @ 0xd9927000-0xd9928000
write-combining @ 0xd9928000-0xd9929000
write-combining @ 0xd9929000-0xd992a000
write-combining @ 0xd992a000-0xd992b000
write-combining @ 0xd992b000-0xd992c000
write-combining @ 0xd992c000-0xd992d000
write-combining @ 0xd9935000-0xd9936000
write-combining @ 0xd9936000-0xd9937000
write-combining @ 0xd993b000-0xd993c000
write-combining @ 0xd993c000-0xd993d000
write-combining @ 0xd9954000-0xd9955000
write-combining @ 0xd9955000-0xd9956000
write-combining @ 0xd9956000-0xd9957000
write-combining @ 0xd9957000-0xd9958000
write-combining @ 0xd9958000-0xd9959000
write-combining @ 0xd99c0000-0xd99c1000
write-combining @ 0xd99c1000-0xd99c2000
write-combining @ 0xd99c2000-0xd99c3000
write-combining @ 0xd99c3000-0xd99c4000
write-combining @ 0xd99c4000-0xd99c5000
write-combining @ 0xd9a2b000-0xd9a2c000
write-combining @ 0xd9a2c000-0xd9a2d000
write-combining @ 0xd9a2d000-0xd9a2e000
write-combining @ 0xd9a2e000-0xd9a2f000
write-combining @ 0xd9a2f000-0xd9a30000
write-combining @ 0xd9acc000-0xd9acd000
write-combining @ 0xd9acd000-0xd9ace000
write-combining @ 0xd9ace000-0xd9acf000
write-combining @ 0xd9acf000-0xd9ad0000
write-combining @ 0xd9ad0000-0xd9ad1000
write-combining @ 0xd9ae6000-0xd9ae7000
write-combining @ 0xd9ae7000-0xd9ae8000
write-combining @ 0xd9ae8000-0xd9ae9000
write-combining @ 0xd9ae9000-0xd9aea000
write-combining @ 0xd9aea000-0xd9aeb000
write-combining @ 0xd9aeb000-0xd9aec000
write-combining @ 0xd9aec000-0xd9aed000
write-combining @ 0xd9aed000-0xd9aee000
write-combining @ 0xd9aef000-0xd9af0000
write-combining @ 0xd9af0000-0xd9af1000
write-combining @ 0xd9af1000-0xd9af2000
write-combining @ 0xd9af2000-0xd9af3000
write-combining @ 0xd9af3000-0xd9af4000
write-combining @ 0xd9af9000-0xd9afa000
write-combining @ 0xd9afa000-0xd9afb000
write-combining @ 0xd9afb000-0xd9afc000
write-combining @ 0xd9afc000-0xd9afd000
write-combining @ 0xd9afd000-0xd9afe000
write-combining @ 0xd9afe000-0xd9aff000
write-combining @ 0xd9b0e000-0xd9b0f000
write-combining @ 0xd9b0f000-0xd9b10000
write-combining @ 0xd9b10000-0xd9b11000
write-combining @ 0xd9b11000-0xd9b12000
write-combining @ 0xd9b12000-0xd9b13000
write-combining @ 0xd9b13000-0xd9b14000
write-combining @ 0xd9b14000-0xd9b15000
write-combining @ 0xd9b15000-0xd9b16000
write-combining @ 0xd9b16000-0xd9b17000
write-combining @ 0xd9b17000-0xd9b18000
write-combining @ 0xd9b18000-0xd9b19000
write-combining @ 0xd9b19000-0xd9b1a000
write-combining @ 0xd9b1a000-0xd9b1b000
write-combining @ 0xd9b1b000-0xd9b1c000
write-combining @ 0xd9b1c000-0xd9b1d000
write-combining @ 0xd9b1d000-0xd9b1e000
write-combining @ 0xd9b1e000-0xd9b1f000
write-combining @ 0xd9b1f000-0xd9b20000
write-combining @ 0xd9b20000-0xd9b21000
write-combining @ 0xd9b21000-0xd9b22000
write-combining @ 0xd9b22000-0xd9b23000
write-combining @ 0xd9b23000-0xd9b24000
write-combining @ 0xd9b24000-0xd9b25000
write-combining @ 0xd9b25000-0xd9b26000
write-combining @ 0xd9b26000-0xd9b27000
write-combining @ 0xd9b27000-0xd9b28000
write-combining @ 0xd9b28000-0xd9b29000
write-combining @ 0xd9b29000-0xd9b2a000
write-combining @ 0xd9b2a000-0xd9b2b000
write-combining @ 0xd9b2b000-0xd9b2c000
write-combining @ 0xd9b2e000-0xd9b2f000
write-combining @ 0xd9b2f000-0xd9b30000
write-combining @ 0xd9b30000-0xd9b31000
write-combining @ 0xd9b31000-0xd9b32000
write-combining @ 0xd9b32000-0xd9b33000
write-combining @ 0xd9b33000-0xd9b34000
write-combining @ 0xd9b34000-0xd9b35000
write-combining @ 0xd9b35000-0xd9b36000
write-combining @ 0xd9b36000-0xd9b37000
write-combining @ 0xd9b37000-0xd9b38000
write-combining @ 0xd9b38000-0xd9b39000
write-combining @ 0xd9b39000-0xd9b3a000
write-combining @ 0xd9b46000-0xd9b47000
write-combining @ 0xd9b47000-0xd9b48000
write-combining @ 0xd9b48000-0xd9b49000
write-combining @ 0xd9b49000-0xd9b4a000
write-combining @ 0xd9b4a000-0xd9b4b000
write-combining @ 0xd9b56000-0xd9b57000
write-combining @ 0xd9b57000-0xd9b58000
write-combining @ 0xd9b58000-0xd9b59000
write-combining @ 0xd9b59000-0xd9b5a000
write-combining @ 0xd9b5a000-0xd9b5b000
write-combining @ 0xd9b5e000-0xd9b5f000
write-combining @ 0xd9b5f000-0xd9b60000
write-combining @ 0xd9b60000-0xd9b61000
write-combining @ 0xd9b61000-0xd9b62000
write-combining @ 0xd9b62000-0xd9b63000
write-combining @ 0xd9b63000-0xd9b64000
write-combining @ 0xd9b64000-0xd9b65000
write-combining @ 0xd9b65000-0xd9b66000
write-combining @ 0xd9b7e000-0xd9b7f000
write-combining @ 0xd9b7f000-0xd9b80000
write-combining @ 0xd9b80000-0xd9b81000
write-combining @ 0xd9b81000-0xd9b82000
write-combining @ 0xd9b82000-0xd9b83000
write-combining @ 0xd9b87000-0xd9b88000
write-combining @ 0xd9b88000-0xd9b89000
write-combining @ 0xd9b89000-0xd9b8a000
write-combining @ 0xd9b8a000-0xd9b8b000
write-combining @ 0xd9b8b000-0xd9b8c000
write-combining @ 0xd9b8c000-0xd9b8d000
write-combining @ 0xd9b8d000-0xd9b8e000
write-combining @ 0xd9b8e000-0xd9b8f000
write-combining @ 0xd9b8f000-0xd9b90000
write-combining @ 0xd9b90000-0xd9b91000
write-combining @ 0xd9b91000-0xd9b92000
write-combining @ 0xd9b92000-0xd9b93000
write-combining @ 0xd9b93000-0xd9b94000
write-combining @ 0xd9b94000-0xd9b95000
write-combining @ 0xd9b95000-0xd9b96000
write-combining @ 0xd9b96000-0xd9b97000
write-combining @ 0xd9b97000-0xd9b98000
write-combining @ 0xd9b98000-0xd9b99000
write-combining @ 0xd9b99000-0xd9b9a000
write-combining @ 0xd9b9a000-0xd9b9b000
write-combining @ 0xd9bb1000-0xd9bb2000
write-combining @ 0xd9bb2000-0xd9bb3000
write-combining @ 0xd9bb3000-0xd9bb4000
write-combining @ 0xd9bb4000-0xd9bb5000
write-combining @ 0xd9bb5000-0xd9bb6000
write-combining @ 0xd9bb6000-0xd9bb7000
write-combining @ 0xd9bb7000-0xd9bb8000
write-combining @ 0xd9bb8000-0xd9bb9000
write-combining @ 0xd9bb9000-0xd9bba000
write-combining @ 0xd9bba000-0xd9bbb000
write-combining @ 0xd9bbb000-0xd9bbc000
write-combining @ 0xd9bbc000-0xd9bbd000
write-combining @ 0xd9bbd000-0xd9bbe000
write-combining @ 0xd9bbe000-0xd9bbf000
write-combining @ 0xd9bbf000-0xd9bc0000
write-combining @ 0xd9bc0000-0xd9bc1000
write-combining @ 0xd9bc2000-0xd9bc3000
write-combining @ 0xd9bc3000-0xd9bc4000
write-combining @ 0xd9bc4000-0xd9bc5000
write-combining @ 0xd9bc6000-0xd9bc7000
write-combining @ 0xd9bc7000-0xd9bc8000
write-combining @ 0xd9bc8000-0xd9bc9000
write-combining @ 0xd9be6000-0xd9be7000
write-combining @ 0xd9bed000-0xd9bee000
write-combining @ 0xd9bf2000-0xd9bf3000
write-combining @ 0xd9bf3000-0xd9bf4000
write-combining @ 0xd9bf6000-0xd9bf7000
write-combining @ 0xd9bf7000-0xd9bf8000
write-combining @ 0xd9bf8000-0xd9bf9000
write-combining @ 0xd9bf9000-0xd9bfa000
write-combining @ 0xd9bfa000-0xd9bfb000
write-combining @ 0xd9bfb000-0xd9bfc000
write-combining @ 0xd9bfc000-0xd9bfd000
write-combining @ 0xd9c00000-0xd9c01000
write-combining @ 0xd9c01000-0xd9c02000
write-combining @ 0xd9c02000-0xd9c03000
write-combining @ 0xd9c03000-0xd9c04000
write-combining @ 0xd9c04000-0xd9c05000
write-combining @ 0xd9c05000-0xd9c06000
write-combining @ 0xd9c06000-0xd9c07000
write-combining @ 0xd9c07000-0xd9c08000
write-combining @ 0xd9c08000-0xd9c09000
write-combining @ 0xd9c09000-0xd9c0a000
write-combining @ 0xd9c0a000-0xd9c0b000
write-combining @ 0xd9c0b000-0xd9c0c000
write-combining @ 0xd9c0c000-0xd9c0d000
write-combining @ 0xd9c0d000-0xd9c0e000
write-combining @ 0xd9c0e000-0xd9c0f000
write-combining @ 0xd9c0f000-0xd9c10000
write-combining @ 0xd9c11000-0xd9c12000
write-combining @ 0xd9c12000-0xd9c13000
write-combining @ 0xd9c13000-0xd9c14000
write-combining @ 0xd9c14000-0xd9c15000
write-combining @ 0xd9c15000-0xd9c16000
write-combining @ 0xd9c16000-0xd9c17000
write-combining @ 0xd9c17000-0xd9c18000
write-combining @ 0xd9c18000-0xd9c19000
write-combining @ 0xd9c1d000-0xd9c1e000
write-combining @ 0xd9c4d000-0xd9c4e000
write-combining @ 0xd9c4e000-0xd9c4f000
write-combining @ 0xd9c5d000-0xd9c5e000
write-combining @ 0xd9dcf000-0xd9dd0000
write-combining @ 0xd9dd0000-0xd9dd1000
write-combining @ 0xd9dd1000-0xd9dd2000
write-combining @ 0xd9dd2000-0xd9dd3000
write-combining @ 0xd9dd3000-0xd9dd4000
write-combining @ 0xd9dd4000-0xd9dd5000
write-combining @ 0xd9dd5000-0xd9dd6000
write-combining @ 0xd9dd6000-0xd9dd7000
write-combining @ 0xd9dd7000-0xd9dd8000
write-combining @ 0xd9dd8000-0xd9dd9000
write-combining @ 0xd9dd9000-0xd9dda000
write-combining @ 0xd9dda000-0xd9ddb000
write-combining @ 0xd9ddb000-0xd9ddc000
write-combining @ 0xd9ddc000-0xd9ddd000
write-combining @ 0xd9ddd000-0xd9dde000
write-combining @ 0xd9dde000-0xd9ddf000
write-combining @ 0xd9ddf000-0xd9de0000
write-combining @ 0xd9de0000-0xd9de1000
write-combining @ 0xd9de1000-0xd9de2000
write-combining @ 0xd9de2000-0xd9de3000
write-combining @ 0xd9de3000-0xd9de4000
write-combining @ 0xd9de4000-0xd9de5000
write-combining @ 0xd9de5000-0xd9de6000
write-combining @ 0xd9de6000-0xd9de7000
write-combining @ 0xd9de7000-0xd9de8000
write-combining @ 0xd9de8000-0xd9de9000
write-combining @ 0xd9de9000-0xd9dea000
write-combining @ 0xd9dea000-0xd9deb000
write-combining @ 0xd9deb000-0xd9dec000
write-combining @ 0xd9dec000-0xd9ded000
write-combining @ 0xd9ded000-0xd9dee000
write-combining @ 0xd9dee000-0xd9def000
write-combining @ 0xd9def000-0xd9df0000
write-combining @ 0xd9df0000-0xd9df1000
write-combining @ 0xd9df1000-0xd9df2000
write-combining @ 0xd9df2000-0xd9df3000
write-combining @ 0xd9df3000-0xd9df4000
write-combining @ 0xd9df4000-0xd9df5000
write-combining @ 0xd9df5000-0xd9df6000
write-combining @ 0xd9df6000-0xd9df7000
write-combining @ 0xd9df7000-0xd9df8000
write-combining @ 0xd9df8000-0xd9df9000
write-combining @ 0xd9df9000-0xd9dfa000
write-combining @ 0xd9dfa000-0xd9dfb000
write-combining @ 0xd9dfb000-0xd9dfc000
write-combining @ 0xd9dfc000-0xd9dfd000
write-combining @ 0xd9dfd000-0xd9dfe000
write-combining @ 0xd9dfe000-0xd9dff000
write-combining @ 0xd9dff000-0xd9e00000
write-combining @ 0xd9e00000-0xd9e01000
write-combining @ 0xd9e01000-0xd9e02000
write-combining @ 0xd9e02000-0xd9e03000
write-combining @ 0xd9e03000-0xd9e04000
write-combining @ 0xd9e04000-0xd9e05000
write-combining @ 0xd9e05000-0xd9e06000
write-combining @ 0xd9e06000-0xd9e07000
write-combining @ 0xd9e07000-0xd9e08000
write-combining @ 0xd9e08000-0xd9e09000
write-combining @ 0xd9e09000-0xd9e0a000
write-combining @ 0xd9e0a000-0xd9e0b000
write-combining @ 0xd9e0b000-0xd9e0c000
write-combining @ 0xd9e0c000-0xd9e0d000
write-combining @ 0xd9e0d000-0xd9e0e000
write-combining @ 0xd9e0e000-0xd9e0f000
write-combining @ 0xd9e5c000-0xd9e5d000
write-combining @ 0xd9e5d000-0xd9e5e000
write-combining @ 0xd9e5e000-0xd9e5f000
write-combining @ 0xd9e5f000-0xd9e60000
write-combining @ 0xd9e60000-0xd9e61000
write-combining @ 0xd9e61000-0xd9e62000
write-combining @ 0xd9e62000-0xd9e63000
write-combining @ 0xd9e63000-0xd9e64000
write-combining @ 0xd9e64000-0xd9e65000
write-combining @ 0xd9e65000-0xd9e66000
write-combining @ 0xd9e66000-0xd9e67000
write-combining @ 0xd9e67000-0xd9e68000
write-combining @ 0xd9e68000-0xd9e69000
write-combining @ 0xd9e69000-0xd9e6a000
write-combining @ 0xd9e6a000-0xd9e6b000
write-combining @ 0xd9e6b000-0xd9e6c000
write-combining @ 0xd9e6c000-0xd9e6d000
write-combining @ 0xd9e6d000-0xd9e6e000
write-combining @ 0xd9e6e000-0xd9e6f000
write-combining @ 0xd9e6f000-0xd9e70000
write-combining @ 0xd9e70000-0xd9e71000
write-combining @ 0xd9e71000-0xd9e72000
write-combining @ 0xd9e72000-0xd9e73000
write-combining @ 0xd9e73000-0xd9e74000
write-combining @ 0xd9e74000-0xd9e75000
write-combining @ 0xd9e75000-0xd9e76000
write-combining @ 0xd9e76000-0xd9e77000
write-combining @ 0xd9e77000-0xd9e78000
write-combining @ 0xd9e78000-0xd9e79000
write-combining @ 0xd9e79000-0xd9e7a000
write-combining @ 0xd9e7a000-0xd9e7b000
write-combining @ 0xd9e7b000-0xd9e7c000
write-combining @ 0xd9e7c000-0xd9e7d000
write-combining @ 0xd9e7d000-0xd9e7e000
write-combining @ 0xd9e7e000-0xd9e7f000
write-combining @ 0xd9e7f000-0xd9e80000
write-combining @ 0xd9e80000-0xd9e81000
write-combining @ 0xd9e81000-0xd9e82000
write-combining @ 0xd9e82000-0xd9e83000
write-combining @ 0xd9e83000-0xd9e84000
write-combining @ 0xd9e84000-0xd9e85000
write-combining @ 0xd9e85000-0xd9e86000
write-combining @ 0xd9e86000-0xd9e87000
write-combining @ 0xd9e87000-0xd9e88000
write-combining @ 0xd9e88000-0xd9e89000
write-combining @ 0xd9e89000-0xd9e8a000
write-combining @ 0xd9e8a000-0xd9e8b000
write-combining @ 0xd9e8b000-0xd9e8c000
write-combining @ 0xd9e8c000-0xd9e8d000
write-combining @ 0xd9e8d000-0xd9e8e000
write-combining @ 0xd9e8e000-0xd9e8f000
write-combining @ 0xd9e9e000-0xd9e9f000
write-combining @ 0xd9e9f000-0xd9ea0000
write-combining @ 0xd9ea0000-0xd9ea1000
write-combining @ 0xd9ea1000-0xd9ea2000
write-combining @ 0xd9ea2000-0xd9ea3000
write-combining @ 0xd9ea3000-0xd9ea4000
write-combining @ 0xd9ea4000-0xd9ea5000
write-combining @ 0xd9ea5000-0xd9ea6000
write-combining @ 0xd9ea6000-0xd9ea7000
write-combining @ 0xd9ea7000-0xd9ea8000
write-combining @ 0xd9eac000-0xd9ead000
write-combining @ 0xd9ead000-0xd9eae000
write-combining @ 0xd9ece000-0xd9ecf000
write-combining @ 0xd9ecf000-0xd9ed0000
write-combining @ 0xd9eda000-0xd9edb000
write-combining @ 0xd9edd000-0xd9ede000
write-combining @ 0xd9f00000-0xd9f01000
write-combining @ 0xd9f04000-0xd9f05000
write-combining @ 0xd9f1a000-0xd9f1b000
write-combining @ 0xd9f1b000-0xd9f1c000
write-combining @ 0xd9f1c000-0xd9f1d000
write-combining @ 0xd9f30000-0xd9f31000
write-combining @ 0xd9f31000-0xd9f32000
write-combining @ 0xd9f32000-0xd9f33000
write-combining @ 0xd9f76000-0xd9f77000
write-combining @ 0xd9f78000-0xd9f79000
write-combining @ 0xd9f8b000-0xd9f8c000
write-combining @ 0xd9f8d000-0xd9f8e000
write-combining @ 0xd9f8e000-0xd9f8f000
write-combining @ 0xd9f8f000-0xd9f90000
write-combining @ 0xd9f95000-0xd9f96000
write-combining @ 0xd9f9d000-0xd9f9e000
write-combining @ 0xd9fa2000-0xd9fa3000
write-combining @ 0xd9fb0000-0xd9fb1000
write-combining @ 0xd9fcb000-0xd9fcc000
write-combining @ 0xd9fd5000-0xd9fd6000
write-combining @ 0xd9fd8000-0xd9fd9000
write-combining @ 0xd9fdb000-0xd9fdc000
write-combining @ 0xd9ff6000-0xd9ff7000
write-combining @ 0xd9ffa000-0xd9ffb000
write-combining @ 0xda057000-0xda058000
write-combining @ 0xda074000-0xda075000
write-combining @ 0xda083000-0xda084000
write-combining @ 0xda484000-0xda485000
write-combining @ 0xda485000-0xda486000
write-combining @ 0xda486000-0xda487000
write-combining @ 0xda487000-0xda488000
write-combining @ 0xda488000-0xda489000
write-combining @ 0xda48c000-0xda48d000
write-combining @ 0xda48d000-0xda48e000
write-combining @ 0xda48e000-0xda48f000
write-combining @ 0xda48f000-0xda490000
write-combining @ 0xda490000-0xda491000
write-combining @ 0xda4ac000-0xda4ad000
write-combining @ 0xda4ad000-0xda4ae000
write-combining @ 0xda4ae000-0xda4af000
write-combining @ 0xda4af000-0xda4b0000
write-combining @ 0xda4b0000-0xda4b1000
write-combining @ 0xda4bc000-0xda4bd000
write-combining @ 0xda4bd000-0xda4be000
write-combining @ 0xda4be000-0xda4bf000
write-combining @ 0xda4bf000-0xda4c0000
write-combining @ 0xda4c0000-0xda4c1000
write-combining @ 0xda4c4000-0xda4c5000
write-combining @ 0xda4c5000-0xda4c6000
write-combining @ 0xda4c6000-0xda4c7000
write-combining @ 0xda4c7000-0xda4c8000
write-combining @ 0xda4c8000-0xda4c9000
write-combining @ 0xda4d4000-0xda4d5000
write-combining @ 0xda4d5000-0xda4d6000
write-combining @ 0xda4d6000-0xda4d7000
write-combining @ 0xda4d7000-0xda4d8000
write-combining @ 0xda4d8000-0xda4d9000
write-combining @ 0xda4f6000-0xda4f7000
write-combining @ 0xda4f7000-0xda4f8000
write-combining @ 0xda4f8000-0xda4f9000
write-combining @ 0xda4f9000-0xda4fa000
write-combining @ 0xda4fa000-0xda4fb000
write-combining @ 0xda506000-0xda507000
write-combining @ 0xda507000-0xda508000
write-combining @ 0xda508000-0xda509000
write-combining @ 0xda509000-0xda50a000
write-combining @ 0xda50a000-0xda50b000
write-combining @ 0xda522000-0xda523000
write-combining @ 0xda523000-0xda524000
write-combining @ 0xda524000-0xda525000
write-combining @ 0xda525000-0xda526000
write-combining @ 0xda526000-0xda527000
write-combining @ 0xda532000-0xda533000
write-combining @ 0xda533000-0xda534000
write-combining @ 0xda534000-0xda535000
write-combining @ 0xda535000-0xda536000
write-combining @ 0xda536000-0xda537000
write-combining @ 0xda810000-0xda811000
write-combining @ 0xda811000-0xda812000
write-combining @ 0xda812000-0xda813000
write-combining @ 0xda813000-0xda814000
write-combining @ 0xda814000-0xda815000
write-combining @ 0xda815000-0xda816000
write-combining @ 0xda816000-0xda817000
write-combining @ 0xda817000-0xda818000
write-combining @ 0xda841000-0xda842000
write-combining @ 0xda842000-0xda843000
write-combining @ 0xda843000-0xda844000
write-combining @ 0xda844000-0xda845000
write-combining @ 0xda845000-0xda846000
write-combining @ 0xda846000-0xda847000
write-combining @ 0xda852000-0xda853000
write-combining @ 0xda853000-0xda854000
write-combining @ 0xda854000-0xda855000
write-combining @ 0xda855000-0xda856000
write-combining @ 0xda856000-0xda857000
write-combining @ 0xda857000-0xda858000
write-combining @ 0xdab62000-0xdab63000
write-combining @ 0xdab63000-0xdab64000
write-combining @ 0xdab64000-0xdab65000
write-combining @ 0xdab65000-0xdab66000
write-combining @ 0xdad68000-0xdad69000
write-combining @ 0xdad69000-0xdad6a000
write-combining @ 0xdad93000-0xdad94000
write-combining @ 0xdad94000-0xdad95000
write-combining @ 0xdad99000-0xdad9a000
write-combining @ 0xdada2000-0xdada3000
write-combining @ 0xdada4000-0xdada5000
write-combining @ 0xdadc4000-0xdadc5000
write-combining @ 0xdae44000-0xdae45000
write-combining @ 0xdbc8f000-0xdbc90000
write-combining @ 0xdbc90000-0xdbc91000
write-combining @ 0xdbc91000-0xdbc92000
write-combining @ 0xdbc92000-0xdbc93000
write-combining @ 0xdbc93000-0xdbc94000
write-combining @ 0xdbc94000-0xdbc95000
write-combining @ 0xdbc95000-0xdbc96000
write-combining @ 0xdbc96000-0xdbc97000
write-combining @ 0xdbc97000-0xdbc98000
write-combining @ 0xdbcab000-0xdbcac000
write-combining @ 0xdbcac000-0xdbcad000
write-combining @ 0xdbcad000-0xdbcae000
write-combining @ 0xdbcae000-0xdbcaf000
write-combining @ 0xdbcaf000-0xdbcb0000
write-combining @ 0xdbcb3000-0xdbcb4000
write-combining @ 0xdbcb4000-0xdbcb5000
write-combining @ 0xdbcb6000-0xdbcb7000
write-combining @ 0xdbcb9000-0xdbcba000
write-combining @ 0xdbcba000-0xdbcbb000
write-combining @ 0xdbcbb000-0xdbcbc000
write-combining @ 0xdbcbc000-0xdbcbd000
write-combining @ 0xdbcbd000-0xdbcbe000
write-combining @ 0xdbcbe000-0xdbcbf000
write-combining @ 0xdbcbf000-0xdbcc0000
write-combining @ 0xdbcc0000-0xdbcc1000
write-combining @ 0xdbcc1000-0xdbcc2000
write-combining @ 0xdbcc2000-0xdbcc3000
write-combining @ 0xdbcc3000-0xdbcc4000
write-combining @ 0xdbcc4000-0xdbcc5000
write-combining @ 0xdbcc5000-0xdbcc6000
write-combining @ 0xdbcc6000-0xdbcc7000
write-combining @ 0xdbcc7000-0xdbcc8000
write-combining @ 0xdbcc8000-0xdbcc9000
write-combining @ 0xdbcc9000-0xdbcca000
write-combining @ 0xdbccb000-0xdbccc000
write-combining @ 0xdbccc000-0xdbccd000
write-combining @ 0xdbcce000-0xdbccf000
write-combining @ 0xdbcd1000-0xdbcd2000
write-combining @ 0xdbcd2000-0xdbcd3000
write-combining @ 0xdbcd3000-0xdbcd4000
write-combining @ 0xdbcd4000-0xdbcd5000
write-combining @ 0xdbcdb000-0xdbcdc000
write-combining @ 0xdbcdc000-0xdbcdd000
write-combining @ 0xdbcdd000-0xdbcde000
write-combining @ 0xdbcde000-0xdbcdf000
write-combining @ 0xdbcdf000-0xdbce0000
write-combining @ 0xdbce0000-0xdbce1000
write-combining @ 0xdbce1000-0xdbce2000
write-combining @ 0xdbce2000-0xdbce3000
write-combining @ 0xdbce3000-0xdbce4000
write-combining @ 0xdbce5000-0xdbce6000
write-combining @ 0xdbce6000-0xdbce7000
write-combining @ 0xdbce7000-0xdbce8000
write-combining @ 0xdbce8000-0xdbce9000
write-combining @ 0xdbe00000-0xdbe01000
write-combining @ 0xdbe01000-0xdbe02000
write-combining @ 0xdbe02000-0xdbe03000
write-combining @ 0xdbe03000-0xdbe04000
write-combining @ 0xdbe09000-0xdbe0a000
write-combining @ 0xdbe0c000-0xdbe0d000
write-combining @ 0xdbe0d000-0xdbe0e000
write-combining @ 0xdbe0e000-0xdbe0f000
write-combining @ 0xdbe0f000-0xdbe10000
write-combining @ 0xdbe10000-0xdbe11000
write-combining @ 0xdbe13000-0xdbe14000
write-combining @ 0xdbe15000-0xdbe16000
write-combining @ 0xdbe16000-0xdbe17000
write-combining @ 0xdbe17000-0xdbe18000
write-combining @ 0xdbf77000-0xdbf78000
write-combining @ 0xdbf78000-0xdbf79000
write-combining @ 0xdbf79000-0xdbf7a000
write-combining @ 0xdbf7a000-0xdbf7b000
write-combining @ 0xdbf7c000-0xdbf7d000
write-combining @ 0xdbf7d000-0xdbf7e000
write-combining @ 0xdbf7e000-0xdbf7f000
write-combining @ 0xdbf80000-0xdbf81000
write-combining @ 0xdbf81000-0xdbf82000
write-combining @ 0xdbf82000-0xdbf83000
write-combining @ 0xdbf83000-0xdbf84000
write-combining @ 0xdbf84000-0xdbf85000
write-combining @ 0xdbf85000-0xdbf86000
write-combining @ 0xdbf86000-0xdbf87000
write-combining @ 0xdbf88000-0xdbf89000
write-combining @ 0xdbf89000-0xdbf8a000
write-combining @ 0xdbf8a000-0xdbf8b000
write-combining @ 0xdbf8b000-0xdbf8c000
write-combining @ 0xdbf8c000-0xdbf8d000
write-combining @ 0xdbf8d000-0xdbf8e000
write-combining @ 0xdbf8e000-0xdbf8f000
write-combining @ 0xdbf8f000-0xdbf90000
write-combining @ 0xdbf90000-0xdbf91000
write-combining @ 0xdbf91000-0xdbf92000
write-combining @ 0xdbf92000-0xdbf93000
write-combining @ 0xdbf93000-0xdbf94000
write-combining @ 0xdbf94000-0xdbf95000
write-combining @ 0xdbf95000-0xdbf96000
write-combining @ 0xdbf99000-0xdbf9a000
write-combining @ 0xdbf9b000-0xdbf9c000
write-combining @ 0xdbf9c000-0xdbf9d000
write-combining @ 0xdbf9d000-0xdbf9e000
write-combining @ 0xdbf9e000-0xdbf9f000
write-combining @ 0xdbfa0000-0xdbfa1000
write-combining @ 0xdbfe1000-0xdbfe2000
write-combining @ 0xdbfe5000-0xdbfe6000
write-combining @ 0xdbfe9000-0xdbfea000
write-combining @ 0xdbfea000-0xdbfeb000
write-combining @ 0xdbfeb000-0xdbfec000
write-combining @ 0xdbfed000-0xdbfee000
write-combining @ 0xdbfee000-0xdbfef000
write-combining @ 0xdbff1000-0xdbff2000
write-combining @ 0xdbff2000-0xdbff3000
write-combining @ 0xdbff3000-0xdbff4000
write-combining @ 0xdbff4000-0xdbff5000
write-combining @ 0xdbff5000-0xdbff6000
write-combining @ 0xdbff6000-0xdbff7000
write-combining @ 0xdbff7000-0xdbff8000
write-combining @ 0xdbff8000-0xdbff9000
write-combining @ 0xdbff9000-0xdbffa000
write-combining @ 0xdbffa000-0xdbffb000
write-combining @ 0xdbffb000-0xdbffc000
write-combining @ 0xdbffc000-0xdbffd000
write-combining @ 0xdbffd000-0xdbffe000
write-combining @ 0xdbffe000-0xdbfff000
write-combining @ 0xdbfff000-0xdc000000
write-combining @ 0xdc000000-0xdc001000
write-combining @ 0xdc001000-0xdc002000
write-combining @ 0xdc002000-0xdc003000
write-combining @ 0xdc003000-0xdc004000
write-combining @ 0xdc004000-0xdc005000
write-combining @ 0xdc005000-0xdc006000
write-combining @ 0xdc006000-0xdc007000
write-combining @ 0xdc007000-0xdc008000
write-combining @ 0xdc008000-0xdc009000
write-combining @ 0xdc009000-0xdc00a000
write-combining @ 0xdc00a000-0xdc00b000
write-combining @ 0xdc00b000-0xdc00c000
write-combining @ 0xdc00c000-0xdc00d000
write-combining @ 0xdc00d000-0xdc00e000
write-combining @ 0xdc00e000-0xdc00f000
write-combining @ 0xdc00f000-0xdc010000
write-combining @ 0xdc010000-0xdc011000
write-combining @ 0xdc011000-0xdc012000
write-combining @ 0xdc012000-0xdc013000
write-combining @ 0xdc013000-0xdc014000
write-combining @ 0xdc014000-0xdc015000
write-combining @ 0xdc015000-0xdc016000
write-combining @ 0xdc016000-0xdc017000
write-combining @ 0xdc017000-0xdc018000
write-combining @ 0xdc018000-0xdc019000
write-combining @ 0xdc019000-0xdc01a000
write-combining @ 0xdc01a000-0xdc01b000
write-combining @ 0xdc01b000-0xdc01c000
write-combining @ 0xdc01c000-0xdc01d000
write-combining @ 0xdc01d000-0xdc01e000
write-combining @ 0xdc01e000-0xdc01f000
write-combining @ 0xdc01f000-0xdc020000
write-combining @ 0xdc020000-0xdc021000
write-combining @ 0xdc021000-0xdc022000
write-combining @ 0xdc022000-0xdc023000
write-combining @ 0xdc023000-0xdc024000
write-combining @ 0xdc024000-0xdc025000
write-combining @ 0xdc025000-0xdc026000
write-combining @ 0xdc026000-0xdc027000
write-combining @ 0xdc027000-0xdc028000
write-combining @ 0xdc028000-0xdc029000
write-combining @ 0xdc029000-0xdc02a000
write-combining @ 0xdc02a000-0xdc02b000
write-combining @ 0xdc02b000-0xdc02c000
write-combining @ 0xdc02c000-0xdc02d000
write-combining @ 0xdc02d000-0xdc02e000
write-combining @ 0xdc02e000-0xdc02f000
write-combining @ 0xdc02f000-0xdc030000
write-combining @ 0xdc030000-0xdc031000
write-combining @ 0xdc031000-0xdc032000
write-combining @ 0xdc032000-0xdc033000
write-combining @ 0xdc033000-0xdc034000
write-combining @ 0xdc034000-0xdc035000
write-combining @ 0xdc035000-0xdc036000
write-combining @ 0xdc036000-0xdc037000
write-combining @ 0xdc037000-0xdc038000
write-combining @ 0xdc038000-0xdc039000
write-combining @ 0xdc039000-0xdc03a000
write-combining @ 0xdc03a000-0xdc03b000
write-combining @ 0xdc03b000-0xdc03c000
write-combining @ 0xdc03c000-0xdc03d000
write-combining @ 0xdc03d000-0xdc03e000
write-combining @ 0xdc03e000-0xdc03f000
write-combining @ 0xdc03f000-0xdc040000
write-combining @ 0xdc040000-0xdc041000
write-combining @ 0xdc041000-0xdc042000
write-combining @ 0xdc042000-0xdc043000
write-combining @ 0xdc043000-0xdc044000
write-combining @ 0xdc044000-0xdc045000
write-combining @ 0xdc045000-0xdc046000
write-combining @ 0xdc046000-0xdc047000
write-combining @ 0xdc047000-0xdc048000
write-combining @ 0xdc048000-0xdc049000
write-combining @ 0xdc049000-0xdc04a000
write-combining @ 0xdc04a000-0xdc04b000
write-combining @ 0xdc04b000-0xdc04c000
write-combining @ 0xdc04c000-0xdc04d000
write-combining @ 0xdc04d000-0xdc04e000
write-combining @ 0xdc04e000-0xdc04f000
write-combining @ 0xdc04f000-0xdc050000
write-combining @ 0xdc050000-0xdc051000
write-combining @ 0xdc051000-0xdc052000
write-combining @ 0xdc052000-0xdc053000
write-combining @ 0xdc053000-0xdc054000
write-combining @ 0xdc054000-0xdc055000
write-combining @ 0xdc055000-0xdc056000
write-combining @ 0xdc056000-0xdc057000
write-combining @ 0xdc057000-0xdc058000
write-combining @ 0xdc058000-0xdc059000
write-combining @ 0xdc059000-0xdc05a000
write-combining @ 0xdc05a000-0xdc05b000
write-combining @ 0xdc05b000-0xdc05c000
write-combining @ 0xdc05c000-0xdc05d000
write-combining @ 0xdc05d000-0xdc05e000
write-combining @ 0xdc05e000-0xdc05f000
write-combining @ 0xdc05f000-0xdc060000
write-combining @ 0xdc060000-0xdc061000
write-combining @ 0xdc061000-0xdc062000
write-combining @ 0xdc062000-0xdc063000
write-combining @ 0xdc063000-0xdc064000
write-combining @ 0xdc064000-0xdc065000
write-combining @ 0xdc065000-0xdc066000
write-combining @ 0xdc066000-0xdc067000
write-combining @ 0xdc067000-0xdc068000
write-combining @ 0xdc118000-0xdc119000
write-combining @ 0xdc119000-0xdc11a000
write-combining @ 0xdc11a000-0xdc11b000
write-combining @ 0xdc11b000-0xdc11c000
write-combining @ 0xdc120000-0xdc121000
write-combining @ 0xdc121000-0xdc122000
write-combining @ 0xdc122000-0xdc123000
write-combining @ 0xdc123000-0xdc124000
write-combining @ 0xdc128000-0xdc129000
write-combining @ 0xdc129000-0xdc12a000
write-combining @ 0xdc12b000-0xdc12c000
write-combining @ 0xdc12c000-0xdc12d000
write-combining @ 0xdc12d000-0xdc12e000
write-combining @ 0xdc12e000-0xdc12f000
write-combining @ 0xdc130000-0xdc131000
write-combining @ 0xdc131000-0xdc132000
write-combining @ 0xdc132000-0xdc133000
write-combining @ 0xdc133000-0xdc134000
write-combining @ 0xdc134000-0xdc135000
write-combining @ 0xdc135000-0xdc136000
write-combining @ 0xdc136000-0xdc137000
write-combining @ 0xdc137000-0xdc138000
write-combining @ 0xdc138000-0xdc139000
write-combining @ 0xdc139000-0xdc13a000
write-combining @ 0xdc13a000-0xdc13b000
write-combining @ 0xdc13c000-0xdc13d000
write-combining @ 0xdc13d000-0xdc13e000
write-combining @ 0xdc13e000-0xdc13f000
write-combining @ 0xdc13f000-0xdc140000
write-combining @ 0xdc140000-0xdc141000
write-combining @ 0xdc141000-0xdc142000
write-combining @ 0xdc142000-0xdc143000
write-combining @ 0xdc143000-0xdc144000
write-combining @ 0xdc144000-0xdc145000
write-combining @ 0xdc146000-0xdc147000
write-combining @ 0xdc149000-0xdc14a000
write-combining @ 0xdc14c000-0xdc14d000
write-combining @ 0xdc1b5000-0xdc1b6000
write-combining @ 0xdc1b6000-0xdc1b7000
write-combining @ 0xdc1b7000-0xdc1b8000
write-combining @ 0xdc1b8000-0xdc1b9000
write-combining @ 0xdc1b9000-0xdc1ba000
write-combining @ 0xdc1ba000-0xdc1bb000
write-combining @ 0xdc1bb000-0xdc1bc000
write-combining @ 0xdc1bc000-0xdc1bd000
write-combining @ 0xdc1bd000-0xdc1be000
write-combining @ 0xdc1be000-0xdc1bf000
write-combining @ 0xdc1c1000-0xdc1c2000
write-combining @ 0xdc1c4000-0xdc1c5000
write-combining @ 0xdc1c5000-0xdc1c6000
write-combining @ 0xdc1c6000-0xdc1c7000
write-combining @ 0xdc1c7000-0xdc1c8000
write-combining @ 0xdc1ca000-0xdc1cb000
write-combining @ 0xdc1cd000-0xdc1ce000
write-combining @ 0xdc1ce000-0xdc1cf000
write-combining @ 0xdc1cf000-0xdc1d0000
write-combining @ 0xdc1d0000-0xdc1d1000
write-combining @ 0xdc1d1000-0xdc1d2000
write-combining @ 0xdc1d3000-0xdc1d4000
write-combining @ 0xdc1d5000-0xdc1d6000
write-combining @ 0xdc1d6000-0xdc1d7000
write-combining @ 0xdc1d7000-0xdc1d8000
write-combining @ 0xdc944000-0xdc945000
write-combining @ 0xdc945000-0xdc946000
write-combining @ 0xdc946000-0xdc947000
write-combining @ 0xdc947000-0xdc948000
write-combining @ 0xdc948000-0xdc949000
write-combining @ 0xdc949000-0xdc94a000
write-combining @ 0xdc94a000-0xdc94b000
write-combining @ 0xdc94b000-0xdc94c000
write-combining @ 0xdc94e000-0xdc94f000
write-combining @ 0xdc94f000-0xdc950000
write-combining @ 0xdc950000-0xdc951000
write-combining @ 0xdc951000-0xdc952000
write-combining @ 0xdc952000-0xdc953000
write-combining @ 0xdc953000-0xdc954000
write-combining @ 0xdc954000-0xdc955000
write-combining @ 0xdc955000-0xdc956000
write-combining @ 0xdc956000-0xdc957000
write-combining @ 0xdc957000-0xdc958000
write-combining @ 0xdc959000-0xdc95a000
write-combining @ 0xdc95a000-0xdc95b000
write-combining @ 0xdc95b000-0xdc95c000
write-combining @ 0xdc95c000-0xdc95d000
write-combining @ 0xdc95d000-0xdc95e000
write-combining @ 0xdc95e000-0xdc95f000
write-combining @ 0xdc9b4000-0xdc9b5000
write-combining @ 0xdc9b5000-0xdc9b6000
write-combining @ 0xdc9b6000-0xdc9b7000
write-combining @ 0xdc9b7000-0xdc9b8000
write-combining @ 0xdc9b8000-0xdc9b9000
write-combining @ 0xdc9b9000-0xdc9ba000
write-combining @ 0xdc9ba000-0xdc9bb000
write-combining @ 0xdc9bb000-0xdc9bc000
write-combining @ 0xdc9bc000-0xdc9bd000
write-combining @ 0xdc9bd000-0xdc9be000
write-combining @ 0xdc9be000-0xdc9bf000
write-combining @ 0xdc9bf000-0xdc9c0000
write-combining @ 0xdc9c0000-0xdc9c1000
write-combining @ 0xdc9c1000-0xdc9c2000
write-combining @ 0xdc9c2000-0xdc9c3000
write-combining @ 0xdc9c3000-0xdc9c4000
write-combining @ 0xdc9c4000-0xdc9c5000
write-combining @ 0xdc9c8000-0xdc9c9000
write-combining @ 0xdc9c9000-0xdc9ca000
write-combining @ 0xdc9ca000-0xdc9cb000
write-combining @ 0xdc9cb000-0xdc9cc000
write-combining @ 0xdcd06000-0xdcd07000
write-combining @ 0xdcd15000-0xdcd16000
write-combining @ 0xdcd22000-0xdcd23000
write-combining @ 0xdce2d000-0xdce2e000
write-combining @ 0xdce2f000-0xdce30000
write-combining @ 0xdce30000-0xdce31000
write-combining @ 0xde27a000-0xde27b000
write-combining @ 0xde27b000-0xde27c000
write-combining @ 0xde27c000-0xde27d000
write-combining @ 0xde27d000-0xde27e000
write-combining @ 0xde28a000-0xde28b000
write-combining @ 0xde28b000-0xde28c000
write-combining @ 0xde28c000-0xde28d000
write-combining @ 0xde28d000-0xde28e000
write-combining @ 0xde292000-0xde293000
write-combining @ 0xde293000-0xde294000
write-combining @ 0xde294000-0xde295000
write-combining @ 0xde295000-0xde296000
write-combining @ 0xde29a000-0xde29b000
write-combining @ 0xde29b000-0xde29c000
write-combining @ 0xde29c000-0xde29d000
write-combining @ 0xde29d000-0xde29e000
write-combining @ 0xde29e000-0xde29f000
write-combining @ 0xde29f000-0xde2a0000
write-combining @ 0xde2a0000-0xde2a1000
write-combining @ 0xde2a1000-0xde2a2000
write-combining @ 0xde2a6000-0xde2a7000
write-combining @ 0xde2a7000-0xde2a8000
write-combining @ 0xde2a8000-0xde2a9000
write-combining @ 0xde2a9000-0xde2aa000
write-combining @ 0xde2ae000-0xde2af000
write-combining @ 0xde2af000-0xde2b0000
write-combining @ 0xde2b0000-0xde2b1000
write-combining @ 0xde2b1000-0xde2b2000
write-combining @ 0xde2b2000-0xde2b3000
write-combining @ 0xde2b3000-0xde2b4000
write-combining @ 0xde2b4000-0xde2b5000
write-combining @ 0xde2b5000-0xde2b6000
write-combining @ 0xde2ba000-0xde2bb000
write-combining @ 0xde2bb000-0xde2bc000
write-combining @ 0xde2bc000-0xde2bd000
write-combining @ 0xde2bd000-0xde2be000
write-combining @ 0xde2c2000-0xde2c3000
write-combining @ 0xde2c3000-0xde2c4000
write-combining @ 0xde2c4000-0xde2c5000
write-combining @ 0xde2c5000-0xde2c6000
write-combining @ 0xde2ce000-0xde2cf000
write-combining @ 0xde2cf000-0xde2d0000
write-combining @ 0xde2d0000-0xde2d1000
write-combining @ 0xde2d1000-0xde2d2000
write-combining @ 0xde2d2000-0xde2d3000
write-combining @ 0xde2d3000-0xde2d4000
write-combining @ 0xde2d4000-0xde2d5000
write-combining @ 0xde2d5000-0xde2d6000
write-combining @ 0xde2da000-0xde2db000
write-combining @ 0xde2db000-0xde2dc000
write-combining @ 0xde2dc000-0xde2dd000
write-combining @ 0xde2dd000-0xde2de000
write-combining @ 0xde2de000-0xde2df000
write-combining @ 0xde2df000-0xde2e0000
write-combining @ 0xde2e0000-0xde2e1000
write-combining @ 0xde2e1000-0xde2e2000
write-combining @ 0xde2e2000-0xde2e3000
write-combining @ 0xde2e3000-0xde2e4000
write-combining @ 0xde2e4000-0xde2e5000
write-combining @ 0xde2e5000-0xde2e6000
write-combining @ 0xde3a5000-0xde3a6000
write-combining @ 0xdeab6000-0xdeab7000
write-combining @ 0xdeab7000-0xdeab8000
write-combining @ 0xdeab8000-0xdeab9000
write-combining @ 0xdeab9000-0xdeaba000
write-combining @ 0xdeaba000-0xdeabb000
write-combining @ 0xdeabb000-0xdeabc000
write-combining @ 0xdeabc000-0xdeabd000
write-combining @ 0xdeabd000-0xdeabe000
write-combining @ 0xdeabe000-0xdeabf000
write-combining @ 0xdeabf000-0xdeac0000
write-combining @ 0xdeac0000-0xdeac1000
write-combining @ 0xdeac2000-0xdeac3000
write-combining @ 0xdeac3000-0xdeac4000
write-combining @ 0xdeac4000-0xdeac5000
write-combining @ 0xdeac5000-0xdeac6000
write-combining @ 0xdeac6000-0xdeac7000
write-combining @ 0xdeac7000-0xdeac8000
write-combining @ 0xdeac8000-0xdeac9000
write-combining @ 0xdeac9000-0xdeaca000
write-combining @ 0xdeaca000-0xdeacb000
write-combining @ 0xdeacb000-0xdeacc000
write-combining @ 0xdeacc000-0xdeacd000
write-combining @ 0xdeacd000-0xdeace000
write-combining @ 0xdeace000-0xdeacf000
write-combining @ 0xdeacf000-0xdead0000
write-combining @ 0xdead0000-0xdead1000
write-combining @ 0xdead1000-0xdead2000
write-combining @ 0xdead2000-0xdead3000
write-combining @ 0xdead3000-0xdead4000
write-combining @ 0xdead4000-0xdead5000
write-combining @ 0xdead5000-0xdead6000
write-combining @ 0xdead6000-0xdead7000
write-combining @ 0xdead7000-0xdead8000
write-combining @ 0xdead8000-0xdead9000
write-combining @ 0xdead9000-0xdeada000
write-combining @ 0xdeada000-0xdeadb000
write-combining @ 0xdeadb000-0xdeadc000
write-combining @ 0xdeadc000-0xdeadd000
write-combining @ 0xdeadd000-0xdeade000
write-combining @ 0xdeade000-0xdeadf000
write-combining @ 0xdeadf000-0xdeae0000
write-combining @ 0xdeae0000-0xdeae1000
write-combining @ 0xdeae1000-0xdeae2000
write-combining @ 0xdeae2000-0xdeae3000
write-combining @ 0xdeae3000-0xdeae4000
write-combining @ 0xdeae4000-0xdeae5000
write-combining @ 0xdeae5000-0xdeae6000
write-combining @ 0xdeae6000-0xdeae7000
write-combining @ 0xdeae7000-0xdeae8000
write-combining @ 0xdeae8000-0xdeae9000
write-combining @ 0xdeae9000-0xdeaea000
write-combining @ 0xdeaea000-0xdeaeb000
write-combining @ 0xdeaeb000-0xdeaec000
write-combining @ 0xdeaec000-0xdeaed000
write-combining @ 0xdeaed000-0xdeaee000
write-combining @ 0xdeaee000-0xdeaef000
write-combining @ 0xdeaef000-0xdeaf0000
write-combining @ 0xdeaf0000-0xdeaf1000
write-combining @ 0xdeaf1000-0xdeaf2000
write-combining @ 0xdeaf2000-0xdeaf3000
write-combining @ 0xdeaf3000-0xdeaf4000
write-combining @ 0xdeaf4000-0xdeaf5000
write-combining @ 0xdeaf5000-0xdeaf6000
write-combining @ 0xdeaf6000-0xdeaf7000
write-combining @ 0xdeaf7000-0xdeaf8000
write-combining @ 0xdeaf8000-0xdeaf9000
write-combining @ 0xdeaf9000-0xdeafa000
write-combining @ 0xdeafa000-0xdeafb000
write-combining @ 0xdeafb000-0xdeafc000
write-combining @ 0xdeafc000-0xdeafd000
write-combining @ 0xdeafd000-0xdeafe000
write-combining @ 0xdeafe000-0xdeaff000
write-combining @ 0xdeaff000-0xdeb00000
write-combining @ 0xdeb00000-0xdeb01000
write-combining @ 0xdeb01000-0xdeb02000
write-combining @ 0xdeb02000-0xdeb03000
write-combining @ 0xdeb03000-0xdeb04000
write-combining @ 0xdeb04000-0xdeb05000
write-combining @ 0xdeb05000-0xdeb06000
write-combining @ 0xdeb06000-0xdeb07000
write-combining @ 0xdeb07000-0xdeb08000
write-combining @ 0xdeb08000-0xdeb09000
write-combining @ 0xdeb09000-0xdeb0a000
write-combining @ 0xdeb0a000-0xdeb0b000
write-combining @ 0xdeb0b000-0xdeb0c000
write-combining @ 0xdeb0c000-0xdeb0d000
write-combining @ 0xdeb0d000-0xdeb0e000
write-combining @ 0xdeb0e000-0xdeb0f000
write-combining @ 0xdeb0f000-0xdeb10000
write-combining @ 0xdeb10000-0xdeb11000
write-combining @ 0xdeb11000-0xdeb12000
write-combining @ 0xdeb12000-0xdeb13000
write-combining @ 0xdeb13000-0xdeb14000
write-combining @ 0xdeb14000-0xdeb15000
write-combining @ 0xdeb15000-0xdeb16000
write-combining @ 0xdeb16000-0xdeb17000
write-combining @ 0xdeb17000-0xdeb18000
write-combining @ 0xdeb18000-0xdeb19000
write-combining @ 0xdeb19000-0xdeb1a000
write-combining @ 0xdeb1a000-0xdeb1b000
write-combining @ 0xdeb1b000-0xdeb1c000
write-combining @ 0xdeb1c000-0xdeb1d000
write-combining @ 0xdeb1d000-0xdeb1e000
write-combining @ 0xdeb1e000-0xdeb1f000
write-combining @ 0xdeb1f000-0xdeb20000
write-combining @ 0xdeb20000-0xdeb21000
write-combining @ 0xdeb21000-0xdeb22000
write-combining @ 0xdeb22000-0xdeb23000
write-combining @ 0xdeb23000-0xdeb24000
write-combining @ 0xdeb24000-0xdeb25000
write-combining @ 0xdeb25000-0xdeb26000
write-combining @ 0xdeb26000-0xdeb27000
write-combining @ 0xdeb27000-0xdeb28000
write-combining @ 0xdeb28000-0xdeb29000
write-combining @ 0xdeb29000-0xdeb2a000
write-combining @ 0xdeb2a000-0xdeb2b000
write-combining @ 0xdeb2b000-0xdeb2c000
write-combining @ 0xdeb2c000-0xdeb2d000
write-combining @ 0xdeb2d000-0xdeb2e000
write-combining @ 0xdeb2e000-0xdeb2f000
write-combining @ 0xdeb2f000-0xdeb30000
write-combining @ 0xdeb30000-0xdeb31000
write-combining @ 0xdeb31000-0xdeb32000
write-combining @ 0xdeb32000-0xdeb33000
write-combining @ 0xdeb33000-0xdeb34000
write-combining @ 0xdeb34000-0xdeb35000
write-combining @ 0xdeb35000-0xdeb36000
write-combining @ 0xdeb42000-0xdeb43000
write-combining @ 0xdeb43000-0xdeb44000
write-combining @ 0xdeb44000-0xdeb45000
write-combining @ 0xdebd1000-0xdebd2000
write-combining @ 0xdebd2000-0xdebd3000
write-combining @ 0xdebd3000-0xdebd4000
write-combining @ 0xdebd4000-0xdebd5000
write-combining @ 0xdebd5000-0xdebd6000
write-combining @ 0xdebd6000-0xdebd7000
write-combining @ 0xdebd7000-0xdebd8000
write-combining @ 0xdebd8000-0xdebd9000
write-combining @ 0xdebd9000-0xdebda000
write-combining @ 0xdebda000-0xdebdb000
write-combining @ 0xdebdd000-0xdebde000
write-combining @ 0xdebde000-0xdebdf000
write-combining @ 0xdebdf000-0xdebe0000
write-combining @ 0xdebe0000-0xdebe1000
write-combining @ 0xdebe1000-0xdebe2000
write-combining @ 0xdebe2000-0xdebe3000
write-combining @ 0xdebe3000-0xdebe4000
write-combining @ 0xdebe4000-0xdebe5000
write-combining @ 0xdebe5000-0xdebe6000
write-combining @ 0xdebe6000-0xdebe7000
write-combining @ 0xdebe7000-0xdebe8000
write-combining @ 0xdebe8000-0xdebe9000
write-combining @ 0xdebe9000-0xdebea000
write-combining @ 0xdebea000-0xdebeb000
write-combining @ 0xdebeb000-0xdebec000
write-combining @ 0xdebec000-0xdebed000
write-combining @ 0xdebed000-0xdebee000
write-combining @ 0xdebee000-0xdebef000
write-combining @ 0xdebef000-0xdebf0000
write-combining @ 0xdebf0000-0xdebf1000
write-combining @ 0xdebf1000-0xdebf2000
write-combining @ 0xdebf2000-0xdebf3000
write-combining @ 0xdebf3000-0xdebf4000
write-combining @ 0xdebf4000-0xdebf5000
write-combining @ 0xdebf5000-0xdebf6000
write-combining @ 0xded80000-0xded81000
write-combining @ 0xded81000-0xded82000
write-combining @ 0xded82000-0xded83000
write-combining @ 0xded83000-0xded84000
write-combining @ 0xded84000-0xded85000
write-combining @ 0xded88000-0xded89000
write-combining @ 0xded89000-0xded8a000
write-combining @ 0xded8a000-0xded8b000
write-combining @ 0xded8b000-0xded8c000
write-combining @ 0xded8c000-0xded8d000
write-combining @ 0xded8d000-0xded8e000
write-combining @ 0xded8e000-0xded8f000
write-combining @ 0xded8f000-0xded90000
write-combining @ 0xdedb5000-0xdedb6000
write-combining @ 0xdedb6000-0xdedb7000
write-combining @ 0xdedb7000-0xdedb8000
write-combining @ 0xdedb8000-0xdedb9000
write-combining @ 0xdedbb000-0xdedbc000
write-combining @ 0xdedbd000-0xdedbe000
write-combining @ 0xdedbf000-0xdedc0000
write-combining @ 0xdedc1000-0xdedc2000
write-combining @ 0xdedc3000-0xdedc4000
write-combining @ 0xdedc5000-0xdedc6000
write-combining @ 0xdedc9000-0xdedca000
write-combining @ 0xdedcb000-0xdedcc000
write-combining @ 0xdedcd000-0xdedce000
write-combining @ 0xdedcf000-0xdedd0000
write-combining @ 0xdedd1000-0xdedd2000
write-combining @ 0xdedd3000-0xdedd4000
write-combining @ 0xdedd5000-0xdedd6000
write-combining @ 0xdedd7000-0xdedd8000
write-combining @ 0xdedd9000-0xdedda000
write-combining @ 0xdeddb000-0xdeddc000
write-combining @ 0xdeddd000-0xdedde000
write-combining @ 0xdeddf000-0xdede0000
write-combining @ 0xdede1000-0xdede2000
write-combining @ 0xdede3000-0xdede4000
write-combining @ 0xdede5000-0xdede6000
write-combining @ 0xdede7000-0xdede8000
write-combining @ 0xdede9000-0xdedea000
write-combining @ 0xdedeb000-0xdedec000
write-combining @ 0xdeded000-0xdedee000
write-combining @ 0xdedef000-0xdedf0000
write-combining @ 0xdedf1000-0xdedf2000
write-combining @ 0xdedf3000-0xdedf4000
write-combining @ 0xdedf5000-0xdedf6000
write-combining @ 0xdedf7000-0xdedf8000
write-combining @ 0xdedf9000-0xdedfa000
write-combining @ 0xdedfb000-0xdedfc000
write-combining @ 0xdedfd000-0xdedfe000
write-combining @ 0xdedfe000-0xdedff000
write-combining @ 0xdedff000-0xdee00000
write-combining @ 0xdee00000-0xdee01000
write-combining @ 0xdee01000-0xdee02000
write-combining @ 0xdee02000-0xdee03000
write-combining @ 0xdee03000-0xdee04000
write-combining @ 0xdee55000-0xdee56000
write-combining @ 0xdee57000-0xdee58000
write-combining @ 0xdee58000-0xdee59000
write-combining @ 0xdee59000-0xdee5a000
write-combining @ 0xdee5a000-0xdee5b000
write-combining @ 0xdee5b000-0xdee5c000
write-combining @ 0xdee5c000-0xdee5d000
write-combining @ 0xdee5d000-0xdee5e000
write-combining @ 0xdee5e000-0xdee5f000
write-combining @ 0xdee6f000-0xdee70000
write-combining @ 0xdee71000-0xdee72000
write-combining @ 0xdee73000-0xdee74000
write-combining @ 0xdee75000-0xdee76000
write-combining @ 0xdee77000-0xdee78000
write-combining @ 0xdee79000-0xdee7a000
write-combining @ 0xdee7b000-0xdee7c000
write-combining @ 0xdee7c000-0xdee7d000
write-combining @ 0xdee7d000-0xdee7e000
write-combining @ 0xdf32a000-0xdf32b000
write-combining @ 0xdf45b000-0xdf45c000
write-combining @ 0xdf45c000-0xdf45d000
write-combining @ 0xdf45d000-0xdf45e000
write-combining @ 0xdf665000-0xdf666000
write-combining @ 0xdf666000-0xdf667000
write-combining @ 0xdf667000-0xdf668000
write-combining @ 0xdf668000-0xdf669000
write-combining @ 0xdf669000-0xdf66a000
uncached-minus @ 0xe0000000-0xe4000000
uncached-minus @ 0xf4300000-0xf4302000
uncached-minus @ 0xf4400000-0xf4800000
uncached-minus @ 0xf4400000-0xf4480000
uncached-minus @ 0xf4600000-0xf4800000
uncached-minus @ 0xf4800000-0xf4801000
uncached-minus @ 0xf4801000-0xf4802000
uncached-minus @ 0xf4801000-0xf4802000
uncached-minus @ 0xfc000000-0xfc020000
uncached-minus @ 0xfc020000-0xfc024000
uncached-minus @ 0xfc025000-0xfc026000
uncached-minus @ 0xfc226000-0xfc227000
uncached-minus @ 0xfc226000-0xfc227000
uncached-minus @ 0xfc227000-0xfc228000
uncached-minus @ 0xfed00000-0xfed01000
uncached-minus @ 0xfed1f000-0xfed20000
cat /proc/mtrr
reg00: base=0x13c000000 ( 5056MB), size= 64MB, count=1: uncachable
reg01: base=0x0be000000 ( 3040MB), size= 32MB, count=1: uncachable
reg02: base=0x000000000 ( 0MB), size= 2048MB, count=1: write-back
reg03: base=0x080000000 ( 2048MB), size= 1024MB, count=1: write-back
reg04: base=0x100000000 ( 4096MB), size= 1024MB, count=1: write-back
reg05: base=0x0bde00000 ( 3038MB), size= 2MB, count=1: uncachable
reg06: base=0x0d0000000 ( 3328MB), size= 256MB, count=1: write-combining


dmesg:
[ 0.000000] Linux version 2.6.29 (root@t400) (gcc version 4.3.3 20090307
(release) (PLD-Linux) ) #122 SMP PREEMPT Mon Mar 30 23:59:15 CEST 2009
[ 0.000000] Command line: root=/dev/sda3 elevator=cfq resume=/dev/sda2 ro
vga=6
[ 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 - 000000000009ec00 (usable)
[ 0.000000] BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bd4a1000 (usable)
[ 0.000000] BIOS-e820: 00000000bd4a1000 - 00000000bd4a7000 (reserved)
[ 0.000000] BIOS-e820: 00000000bd4a7000 - 00000000bd5b7000 (usable)
[ 0.000000] BIOS-e820: 00000000bd5b7000 - 00000000bd60f000 (reserved)
[ 0.000000] BIOS-e820: 00000000bd60f000 - 00000000bd6c6000 (usable)
[ 0.000000] BIOS-e820: 00000000bd6c6000 - 00000000bd6d1000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bd6d1000 - 00000000bd6d4000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bd6d4000 - 00000000bd6d8000 (reserved)
[ 0.000000] BIOS-e820: 00000000bd6d8000 - 00000000bd6dc000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bd6dc000 - 00000000bd6df000 (reserved)
[ 0.000000] BIOS-e820: 00000000bd6df000 - 00000000bd706000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bd706000 - 00000000bd708000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bd708000 - 00000000bd90f000 (reserved)
[ 0.000000] BIOS-e820: 00000000bd90f000 - 00000000bd99f000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bd99f000 - 00000000bd9ff000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bd9ff000 - 00000000bda00000 (usable)
[ 0.000000] BIOS-e820: 00000000bdc00000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 000000013c000000 (usable)
[ 0.000000] DMI present.
[ 0.000000] last_pfn = 0x13c000 max_arch_pfn = 0x100000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-D3FFF write-protect
[ 0.000000] D4000-DBFFF uncachable
[ 0.000000] DC000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 13C000000 mask FFC000000 uncachable
[ 0.000000] 1 base 0BE000000 mask FFE000000 uncachable
[ 0.000000] 2 base 000000000 mask F80000000 write-back
[ 0.000000] 3 base 080000000 mask FC0000000 write-back
[ 0.000000] 4 base 100000000 mask FC0000000 write-back
[ 0.000000] 5 base 0BDE00000 mask FFFE00000 uncachable
[ 0.000000] 6 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new
0x7010600070106
[ 0.000000] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000
uncachable
[ 0.000000] get_mtrr: cpu0 reg01 base=00000be000 size=0000002000
uncachable
[ 0.000000] get_mtrr: cpu0 reg02 base=0000000000 size=0000080000 write-
back
[ 0.000000] get_mtrr: cpu0 reg03 base=0000080000 size=0000040000 write-
back
[ 0.000000] get_mtrr: cpu0 reg04 base=0000100000 size=0000040000 write-
back
[ 0.000000] get_mtrr: cpu0 reg05 base=00000bde00 size=0000000200
uncachable
[ 0.000000] e820 update range: 00000000bde00000 - 0000000100000000 (usable)
==> (reserved)
[ 0.000000] last_pfn = 0xbda00 max_arch_pfn = 0x100000000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bda00000
[ 0.000000] 0000000000 - 00bda00000 page 2M
[ 0.000000] kernel direct mapping tables up to bda00000 @ 8000-c000
[ 0.000000] init_memory_mapping: 0000000100000000-000000013c000000
[ 0.000000] 0100000000 - 013c000000 page 2M
[ 0.000000] kernel direct mapping tables up to 13c000000 @ a000-10000
[ 0.000000] RAMDISK: 37f14000 - 37fef63c
[ 0.000000] ACPI: RSDP 000F64E0, 0024 (r2 LENOVO)
[ 0.000000] ACPI: XSDT BD96A2C6, 009C (r1 LENOVO TP-7U 2070 LTP
0)
[ 0.000000] ACPI: FACP BD96A400, 00F4 (r3 LENOVO TP-7U 2070 LNVO
1)
[ 0.000000] ACPI Warning (tbfadt-0568): 32/64X length mismatch in
Pm1aControlBlock: 16/32 [20081204]
[ 0.000000] ACPI Warning (tbfadt-0412): Invalid length for
Pm1aControlBlock: 32, using default 16 [20081204]
[ 0.000000] FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN
(4)
[ 0.000000] ACPI: DSDT BD96A7DB, F3A8 (r1 LENOVO TP-7U 2070 MSFT
3000000)
[ 0.000000] ACPI: FACS BD98E000, 0040
[ 0.000000] ACPI: SSDT BD96A5B4, 0227 (r1 LENOVO TP-7U 2070 MSFT
3000000)
[ 0.000000] ACPI: ECDT BD979B83, 0052 (r1 LENOVO TP-7U 2070 LNVO
1)
[ 0.000000] ACPI: APIC BD979BD5, 0078 (r1 LENOVO TP-7U 2070 LNVO
1)
[ 0.000000] ACPI: MCFG BD979C4D, 003C (r1 LENOVO TP-7U 2070 LNVO
1)
[ 0.000000] ACPI: HPET BD979C89, 0038 (r1 LENOVO TP-7U 2070 LNVO
1)
[ 0.000000] ACPI: SLIC BD979DC2, 0176 (r1 LENOVO TP-7U 2070 LTP
0)
[ 0.000000] ACPI: BOOT BD979F38, 0028 (r1 LENOVO TP-7U 2070 LTP
1)
[ 0.000000] ACPI: ASF! BD979F60, 00A0 (r16 LENOVO TP-7U 2070 PTL
1)
[ 0.000000] ACPI: SSDT BD98D213, 054F (r1 LENOVO TP-7U 2070 INTL
20050513)
[ 0.000000] ACPI: TCPA BD707000, 0032 (r0 0
0)
[ 0.000000] ACPI: DMAR BD706000, 0120 (r1  1
0)
[ 0.000000] ACPI: SSDT BD6D3000, 0655 (r1 PmRef CpuPm 3000 INTL
20050624)
[ 0.000000] ACPI: SSDT BD6D2000, 0274 (r1 PmRef Cpu0Tst 3000 INTL
20050624)
[ 0.000000] ACPI: SSDT BD6D1000, 0242 (r1 PmRef ApTst 3000 INTL
20050624)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 013c000000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000
- 0000001000]
[ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000
- 0000008000]
[ 0.000000] #2 [0000200000 - 00007984d0] TEXT DATA BSS ==> [0000200000
- 00007984d0]
[ 0.000000] #3 [0037f14000 - 0037fef63c] RAMDISK ==> [0037f14000
- 0037fef63c]
[ 0.000000] #4 [000009ec00 - 0000100000] BIOS reserved ==> [000009ec00
- 0000100000]
[ 0.000000] #5 [0000799000 - 000079914c] BRK ==> [0000799000
- 000079914c]
[ 0.000000] #6 [0000008000 - 000000a000] PGTABLE ==> [0000008000
- 000000a000]
[ 0.000000] #7 [000000a000 - 000000b000] PGTABLE ==> [000000a000
- 000000b000]
[ 0.000000] found SMP MP-table at [ffff8800000f6520] f6520
[ 0.000000] [ffffe20000000000-ffffe200045fffff] PMD -> [ffff880028200000-
ffff88002c7fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x0013c000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[6] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x0000009e
[ 0.000000] 0: 0x00000100 -> 0x000bd4a1
[ 0.000000] 0: 0x000bd4a7 -> 0x000bd5b7
[ 0.000000] 0: 0x000bd60f -> 0x000bd6c6
[ 0.000000] 0: 0x000bd9ff -> 0x000bda00
[ 0.000000] 0: 0x00100000 -> 0x0013c000
[ 0.000000] On node 0 totalpages: 1021447
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 1535 pages reserved
[ 0.000000] DMA zone: 2407 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14280 pages used for memmap
[ 0.000000] DMA32 zone: 757409 pages, LIFO batch:31
[ 0.000000] Normal zone: 3360 pages used for memmap
[ 0.000000] Normal zone: 242400 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[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[ 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: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 0, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 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] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] 4 Processors exceeds NR_CPUS limit of 2
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 24
[ 0.000000] PM: Registered nosave memory: 000000000009e000 -
000000000009f000
[ 0.000000] PM: Registered nosave memory: 000000000009f000 -
00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 -
00000000000dc000
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 -
0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000bd4a1000 -
00000000bd4a7000
[ 0.000000] PM: Registered nosave memory: 00000000bd5b7000 -
00000000bd60f000
[ 0.000000] PM: Registered nosave memory: 00000000bd6c6000 -
00000000bd6d1000
[ 0.000000] PM: Registered nosave memory: 00000000bd6d1000 -
00000000bd6d4000
[ 0.000000] PM: Registered nosave memory: 00000000bd6d4000 -
00000000bd6d8000
[ 0.000000] PM: Registered nosave memory: 00000000bd6d8000 -
00000000bd6dc000
[ 0.000000] PM: Registered nosave memory: 00000000bd6dc000 -
00000000bd6df000
[ 0.000000] PM: Registered nosave memory: 00000000bd6df000 -
00000000bd706000
[ 0.000000] PM: Registered nosave memory: 00000000bd706000 -
00000000bd708000
[ 0.000000] PM: Registered nosave memory: 00000000bd708000 -
00000000bd90f000
[ 0.000000] PM: Registered nosave memory: 00000000bd90f000 -
00000000bd99f000
[ 0.000000] PM: Registered nosave memory: 00000000bd99f000 -
00000000bd9ff000
[ 0.000000] PM: Registered nosave memory: 00000000bda00000 -
00000000bdc00000
[ 0.000000] PM: Registered nosave memory: 00000000bdc00000 -
00000000c0000000
[ 0.000000] PM: Registered nosave memory: 00000000c0000000 -
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 -
00000000fed00000
[ 0.000000] PM: Registered nosave memory: 00000000fed00000 -
00000000fed10000
[ 0.000000] PM: Registered nosave memory: 00000000fed10000 -
00000000fed14000
[ 0.000000] PM: Registered nosave memory: 00000000fed14000 -
00000000fed18000
[ 0.000000] PM: Registered nosave memory: 00000000fed18000 -
00000000fed1a000
[ 0.000000] PM: Registered nosave memory: 00000000fed1a000 -
00000000fed1c000
[ 0.000000] PM: Registered nosave memory: 00000000fed1c000 -
00000000fed90000
[ 0.000000] PM: Registered nosave memory: 00000000fed90000 -
00000000fee00000
[ 0.000000] PM: Registered nosave memory: 00000000fee00000 -
00000000fee01000
[ 0.000000] PM: Registered nosave memory: 00000000fee01000 -
00000000ff800000
[ 0.000000] PM: Registered nosave memory: 00000000ff800000 -
0000000100000000
[ 0.000000] Allocating PCI resources starting at c2000000 (gap:
c0000000:20000000)
[ 0.000000] NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 25 pages at ffff880028023000, static data
73376 bytes
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total
pages: 1002216
[ 0.000000] Kernel command line: root=/dev/sda3 elevator=cfq
resume=/dev/sda2 ro vga=6
[ 0.000000] Initializing CPU#0
[ 0.000000] NR_IRQS:320
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2526.879 MHz processor.
[ 0.004000] Console: colour VGA+ 80x60
[ 0.004000] console [tty0] enabled
[ 0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304
bytes)
[ 0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152
bytes)
[ 0.004000] Checking aperture...
[ 0.004000] No AGP bridge found
[ 0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.004000] Placing 64MB software IO TLB between ffff880020000000 -
ffff880024000000
[ 0.004000] software IO TLB at phys 0x20000000 - 0x24000000
[ 0.004000] Memory: 3934036k/5177344k available (2870k kernel code,
1091556k absent, 150828k reserved, 1353k data, 424k init)
[ 0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2,
Nodes=1
[ 0.004000] hpet clockevent registered
[ 0.004000] HPET: 4 timers in total, 0 timers will be used for per-cpu
timer
[ 0.004000] Calibrating delay loop (skipped), value calculated using timer
frequency.. 5053.75 BogoMIPS (lpj=10107516)
[ 0.004000] Security Framework initialized
[ 0.004000] Mount-cache hash table entries: 256
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 6144K
[ 0.004000] [ds] using Core 2/Atom configuration
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 0
[ 0.004000] CPU0: Thermal monitoring enabled (TM2)
[ 0.004000] using mwait in idle threads.
[ 0.004000] ACPI: Core revision 20081204
[ 0.048119] Setting APIC routing to flat
[ 0.048641] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.089320] CPU0: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping
06
[ 0.092001] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.004000] Initializing CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 5054.07
BogoMIPS (lpj=10108144)
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 6144K
[ 0.004000] [ds] using Core 2/Atom configuration
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 1
[ 0.004000] CPU1: Thermal monitoring enabled (TM2)
[ 0.004000] x86 PAT enabled: cpu 1, old 0x7040600070406, new
0x7010600070106
[ 0.184204] CPU1: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping
06
[ 0.185052] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.188048] Brought up 2 CPUs
[ 0.188121] Total of 2 processors activated (10107.83 BogoMIPS).
[ 0.188257] CPU0 attaching sched-domain:
[ 0.188263] domain 0: span 0-1 level MC
[ 0.188269] groups: 0 1
[ 0.188279] CPU1 attaching sched-domain:
[ 0.188284] domain 0: span 0-1 level MC
[ 0.188289] groups: 1 0
[ 0.188451] net_namespace: 1952 bytes
[ 0.188517] regulator: core version 0.5
[ 0.188721] NET: Registered protocol family 16
[ 0.189045] ACPI FADT declares the system doesn't support PCIe ASPM, so
disable it
[ 0.189141] ACPI: bus type pci registered
[ 0.189399] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 63
[ 0.189483] PCI: MCFG area at e0000000 reserved in E820
[ 0.206066] PCI: Using MMCONFIG at e0000000 - e3ffffff
[ 0.206141] PCI: Using configuration type 1 for base access
[ 0.207195] bio: create slab <bio-0> at 0
[ 0.211014] ACPI: EC: EC description table is found, configuring boot EC
[ 0.232608] ACPI: BIOS _OSI(Linux) query ignored
[ 0.232025] ACPI: EC: non-query interrupt received, switching to interrupt
mode
[ 0.250658] ACPI: Interpreter enabled
[ 0.250738] ACPI: (supports S0 S3 S4 S5)
[ 0.252553] ACPI: Using IOAPIC for interrupt routing
[ 0.292622] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
[ 0.292702] ACPI: EC: driver started in interrupt mode
[ 0.300099] ACPI: ACPI Dock Station Driver: 3 docks/bays found
[ 0.301296] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.301592] pci 0000:00:02.0: reg 10 64bit mmio: [0xf4400000-0xf47fffff]
[ 0.301609] pci 0000:00:02.0: reg 18 64bit mmio: [0xd0000000-0xdfffffff]
[ 0.301620] pci 0000:00:02.0: reg 20 io port: [0x1800-0x1807]
[ 0.301704] pci 0000:00:02.1: reg 10 64bit mmio: [0xf4200000-0xf42fffff]
[ 0.301820] pci 0000:00:03.0: reg 10 64bit mmio: [0xfc226800-0xfc22680f]
[ 0.301882] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.301962] pci 0000:00:03.0: PME# disabled
[ 0.302090] pci 0000:00:03.2: reg 10 io port: [0x1828-0x182f]
[ 0.302101] pci 0000:00:03.2: reg 14 io port: [0x180c-0x180f]
[ 0.302112] pci 0000:00:03.2: reg 18 io port: [0x1820-0x1827]
[ 0.302124] pci 0000:00:03.2: reg 1c io port: [0x1808-0x180b]
[ 0.302135] pci 0000:00:03.2: reg 20 io port: [0x1810-0x181f]
[ 0.302233] pci 0000:00:03.3: reg 10 io port: [0x1830-0x1837]
[ 0.302245] pci 0000:00:03.3: reg 14 32bit mmio: [0xfc024000-0xfc024fff]
[ 0.302444] pci 0000:00:19.0: reg 10 32bit mmio: [0xfc000000-0xfc01ffff]
[ 0.302458] pci 0000:00:19.0: reg 14 32bit mmio: [0xfc025000-0xfc025fff]
[ 0.302472] pci 0000:00:19.0: reg 18 io port: [0x1840-0x185f]
[ 0.302558] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.302638] pci 0000:00:19.0: PME# disabled
[ 0.302808] pci 0000:00:1a.0: reg 20 io port: [0x1860-0x187f]
[ 0.302951] pci 0000:00:1a.1: reg 20 io port: [0x1880-0x189f]
[ 0.303094] pci 0000:00:1a.2: reg 20 io port: [0x18a0-0x18bf]
[ 0.303236] pci 0000:00:1a.7: reg 10 32bit mmio: [0xfc226c00-0xfc226fff]
[ 0.303340] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.303420] pci 0000:00:1a.7: PME# disabled
[ 0.303573] pci 0000:00:1b.0: reg 10 64bit mmio: [0xfc020000-0xfc023fff]
[ 0.303666] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.303745] pci 0000:00:1b.0: PME# disabled
[ 0.303940] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.304011] pci 0000:00:1c.0: PME# disabled
[ 0.304210] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.304290] pci 0000:00:1c.1: PME# disabled
[ 0.304490] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.304569] pci 0000:00:1c.3: PME# disabled
[ 0.304768] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.304847] pci 0000:00:1c.4: PME# disabled
[ 0.305031] pci 0000:00:1d.0: reg 20 io port: [0x18c0-0x18df]
[ 0.305175] pci 0000:00:1d.1: reg 20 io port: [0x18e0-0x18ff]
[ 0.305317] pci 0000:00:1d.2: reg 20 io port: [0x1c00-0x1c1f]
[ 0.305460] pci 0000:00:1d.7: reg 10 32bit mmio: [0xfc227000-0xfc2273ff]
[ 0.305563] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.305643] pci 0000:00:1d.7: PME# disabled
[ 0.306080] pci 0000:00:1f.2: reg 10 io port: [0x1c48-0x1c4f]
[ 0.306094] pci 0000:00:1f.2: reg 14 io port: [0x183c-0x183f]
[ 0.306108] pci 0000:00:1f.2: reg 18 io port: [0x1c40-0x1c47]
[ 0.306121] pci 0000:00:1f.2: reg 1c io port: [0x1838-0x183b]
[ 0.306135] pci 0000:00:1f.2: reg 20 io port: [0x1c20-0x1c3f]
[ 0.306149] pci 0000:00:1f.2: reg 24 32bit mmio: [0xfc226000-0xfc2267ff]
[ 0.306222] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.306299] pci 0000:00:1f.2: PME# disabled
[ 0.306431] pci 0000:00:1f.3: reg 10 64bit mmio: [0xfc227400-0xfc2274ff]
[ 0.306462] pci 0000:00:1f.3: reg 20 io port: [0x1c60-0x1c7f]
[ 0.306926] pci 0000:03:00.0: reg 10 64bit mmio: [0xf4300000-0xf4301fff]
[ 0.307319] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.307427] pci 0000:03:00.0: PME# disabled
[ 0.307670] pci 0000:00:1c.1: bridge 32bit mmio: [0xf4300000-0xf43fffff]
[ 0.307772] pci 0000:00:1c.3: bridge io port: [0x2000-0x2fff]
[ 0.307781] pci 0000:00:1c.3: bridge 32bit mmio: [0xf8000000-0xf9ffffff]
[ 0.307796] pci 0000:00:1c.3: bridge 64bit mmio pref:
[0xf4000000-0xf40fffff]
[ 0.307889] pci 0000:00:1c.4: bridge io port: [0x3000-0x3fff]
[ 0.307898] pci 0000:00:1c.4: bridge 32bit mmio: [0xfa000000-0xfbffffff]
[ 0.307913] pci 0000:00:1c.4: bridge 64bit mmio pref:
[0xf4100000-0xf41fffff]
[ 0.308021] pci 0000:15:00.0: reg 10 32bit mmio: [0xf4800000-0xf4800fff]
[ 0.308064] pci 0000:15:00.0: supports D1 D2
[ 0.308069] pci 0000:15:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.308151] pci 0000:15:00.0: PME# disabled
[ 0.308292] pci 0000:15:00.1: reg 10 32bit mmio: [0xf4801000-0xf48017ff]
[ 0.308394] pci 0000:15:00.1: supports D1 D2
[ 0.308399] pci 0000:15:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.308480] pci 0000:15:00.1: PME# disabled
[ 0.308621] pci 0000:15:00.2: reg 10 32bit mmio: [0xf4801800-0xf48018ff]
[ 0.308723] pci 0000:15:00.2: supports D1 D2
[ 0.308728] pci 0000:15:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.308809] pci 0000:15:00.2: PME# disabled
[ 0.308950] pci 0000:15:00.3: reg 10 32bit mmio: [0xf4801c00-0xf4801cff]
[ 0.309052] pci 0000:15:00.3: supports D1 D2
[ 0.309057] pci 0000:15:00.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.309138] pci 0000:15:00.3: PME# disabled
[ 0.309278] pci 0000:15:00.4: reg 10 32bit mmio: [0xf4802000-0xf48020ff]
[ 0.309380] pci 0000:15:00.4: supports D1 D2
[ 0.309385] pci 0000:15:00.4: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.309466] pci 0000:15:00.4: PME# disabled
[ 0.309607] pci 0000:15:00.5: reg 10 32bit mmio: [0xf4802400-0xf48024ff]
[ 0.309709] pci 0000:15:00.5: supports D1 D2
[ 0.309714] pci 0000:15:00.5: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.309795] pci 0000:15:00.5: PME# disabled
[ 0.309965] pci 0000:00:1e.0: transparent bridge
[ 0.310042] pci 0000:00:1e.0: bridge io port: [0x4000-0x7fff]
[ 0.310052] pci 0000:00:1e.0: bridge 32bit mmio: [0xf4800000-0xf7ffffff]
[ 0.310066] pci 0000:00:1e.0: bridge 64bit mmio pref:
[0xf0000000-0xf3ffffff]
[ 0.310153] pci_bus 0000:00: on NUMA node 0
[ 0.310174] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.310688] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
[ 0.310948] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[ 0.311211] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
[ 0.311473] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
[ 0.311734] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[ 0.330961] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.332256] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.333535] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.334813] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.336100] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.337377] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.338653] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.339929] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.340867] ACPI: Power Resource [PUBS] (on)
[ 0.341323] PCI: Using ACPI for IRQ routing
[ 0.352363] NetLabel: Initializing
[ 0.352435] NetLabel: domain hash size = 128
[ 0.352506] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.352609] NetLabel: unlabeled traffic allowed by default
[ 0.352756] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.353085] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.369332] pnp: PnP ACPI init
[ 0.369419] ACPI: bus type pnp registered
[ 0.444790] pnp: PnP ACPI: found 10 devices
[ 0.444865] ACPI: ACPI bus type pnp unregistered
[ 0.444957] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[ 0.445036] system 00:00: iomem range 0xc0000-0xc3fff has been reserved
[ 0.445114] system 00:00: iomem range 0xc4000-0xc7fff has been reserved
[ 0.445192] system 00:00: iomem range 0xc8000-0xcbfff has been reserved
[ 0.445269] system 00:00: iomem range 0xcc000-0xcffff has been reserved
[ 0.445347] system 00:00: iomem range 0xd0000-0xd3fff has been reserved
[ 0.445425] system 00:00: iomem range 0xdc000-0xdffff could not be reserved
[ 0.445504] system 00:00: iomem range 0xe0000-0xe3fff could not be reserved
[ 0.445582] system 00:00: iomem range 0xe4000-0xe7fff could not be reserved
[ 0.445661] system 00:00: iomem range 0xe8000-0xebfff could not be reserved
[ 0.445740] system 00:00: iomem range 0xec000-0xeffff could not be reserved
[ 0.445818] system 00:00: iomem range 0xf0000-0xfffff could not be reserved
[ 0.445897] system 00:00: iomem range 0x100000-0xbfffffff could not be
reserved
[ 0.445988] system 00:00: iomem range 0xfec00000-0xfed3ffff could not be
reserved
[ 0.446078] system 00:00: iomem range 0xfed4c000-0xffffffff could not be
reserved
[ 0.446179] system 00:02: ioport range 0x1000-0x107f has been reserved
[ 0.446257] system 00:02: ioport range 0x1180-0x11ff has been reserved
[ 0.446335] system 00:02: ioport range 0x800-0x80f has been reserved
[ 0.446412] system 00:02: ioport range 0x15e0-0x15ef has been reserved
[ 0.446490] system 00:02: ioport range 0x1600-0x167f has been reserved
[ 0.446568] system 00:02: ioport range 0x1680-0x169f has been reserved
[ 0.446646] system 00:02: iomem range 0xe0000000-0xefffffff has been
reserved
[ 0.446726] system 00:02: iomem range 0xfed1c000-0xfed1ffff has been
reserved
[ 0.446805] system 00:02: iomem range 0xfed10000-0xfed13fff has been
reserved
[ 0.446885] system 00:02: iomem range 0xfed18000-0xfed18fff has been
reserved
[ 0.446964] system 00:02: iomem range 0xfed19000-0xfed19fff has been
reserved
[ 0.447044] system 00:02: iomem range 0xfed45000-0xfed4bfff has been
reserved
[ 0.452215] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[ 0.452292] pci 0000:00:1c.0: IO window: disabled
[ 0.452371] pci 0000:00:1c.0: MEM window: disabled
[ 0.457852] pci 0000:00:1c.0: PREFETCH window: disabled
[ 0.457937] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:03
[ 0.458013] pci 0000:00:1c.1: IO window: disabled
[ 0.458094] pci 0000:00:1c.1: MEM window: 0xf4300000-0xf43fffff
[ 0.458175] pci 0000:00:1c.1: PREFETCH window: disabled
[ 0.458258] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:05
[ 0.458338] pci 0000:00:1c.3: IO window: 0x2000-0x2fff
[ 0.458420] pci 0000:00:1c.3: MEM window: 0xf8000000-0xf9ffffff
[ 0.458502] pci 0000:00:1c.3: PREFETCH window:
0x000000f4000000-0x000000f40fffff
[ 0.458601] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:0d
[ 0.458681] pci 0000:00:1c.4: IO window: 0x3000-0x3fff
[ 0.458762] pci 0000:00:1c.4: MEM window: 0xfa000000-0xfbffffff
[ 0.458844] pci 0000:00:1c.4: PREFETCH window:
0x000000f4100000-0x000000f41fffff
[ 0.458951] pci 0000:15:00.0: CardBus bridge, secondary bus 0000:16
[ 0.459029] pci 0000:15:00.0: IO window: 0x004000-0x0040ff
[ 0.459111] pci 0000:15:00.0: IO window: 0x004400-0x0044ff
[ 0.459192] pci 0000:15:00.0: PREFETCH window: 0xf0000000-0xf3ffffff
[ 0.459275] pci 0000:15:00.0: MEM window: 0xc4000000-0xc7ffffff
[ 0.459358] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:15
[ 0.459437] pci 0000:00:1e.0: IO window: 0x4000-0x7fff
[ 0.459519] pci 0000:00:1e.0: MEM window: 0xf4800000-0xf7ffffff
[ 0.459600] pci 0000:00:1e.0: PREFETCH window:
0x000000f0000000-0x000000f3ffffff
[ 0.459719] pci 0000:00:1c.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.459803] pci 0000:00:1c.0: setting latency timer to 64
[ 0.459822] pci 0000:00:1c.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.459906] pci 0000:00:1c.1: setting latency timer to 64
[ 0.459924] pci 0000:00:1c.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[ 0.460016] pci 0000:00:1c.3: setting latency timer to 64
[ 0.460032] pci 0000:00:1c.4: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.460115] pci 0000:00:1c.4: setting latency timer to 64
[ 0.460130] pci 0000:00:1e.0: setting latency timer to 64
[ 0.460151] pci 0000:15:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.460237] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.460243] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[ 0.460250] pci_bus 0000:02: resource 0 mem: [0x0-0x0]
[ 0.460255] pci_bus 0000:02: resource 1 mem: [0x0-0x0]
[ 0.460260] pci_bus 0000:02: resource 2 mem: [0x0-0x0]
[ 0.460265] pci_bus 0000:02: resource 3 mem: [0x0-0x0]
[ 0.460270] pci_bus 0000:03: resource 0 mem: [0x0-0x0]
[ 0.460275] pci_bus 0000:03: resource 1 mem: [0xf4300000-0xf43fffff]
[ 0.460281] pci_bus 0000:03: resource 2 mem: [0x0-0x0]
[ 0.460286] pci_bus 0000:03: resource 3 mem: [0x0-0x0]
[ 0.460291] pci_bus 0000:05: resource 0 io: [0x2000-0x2fff]
[ 0.460297] pci_bus 0000:05: resource 1 mem: [0xf8000000-0xf9ffffff]
[ 0.460303] pci_bus 0000:05: resource 2 mem: [0xf4000000-0xf40fffff]
[ 0.460308] pci_bus 0000:05: resource 3 mem: [0x0-0x0]
[ 0.460313] pci_bus 0000:0d: resource 0 io: [0x3000-0x3fff]
[ 0.460319] pci_bus 0000:0d: resource 1 mem: [0xfa000000-0xfbffffff]
[ 0.460324] pci_bus 0000:0d: resource 2 mem: [0xf4100000-0xf41fffff]
[ 0.460330] pci_bus 0000:0d: resource 3 mem: [0x0-0x0]
[ 0.460335] pci_bus 0000:15: resource 0 io: [0x4000-0x7fff]
[ 0.460341] pci_bus 0000:15: resource 1 mem: [0xf4800000-0xf7ffffff]
[ 0.460346] pci_bus 0000:15: resource 2 mem: [0xf0000000-0xf3ffffff]
[ 0.460352] pci_bus 0000:15: resource 3 io: [0x00-0xffff]
[ 0.460357] pci_bus 0000:15: resource 4 mem: [0x000000-0xffffffffffffffff]
[ 0.460363] pci_bus 0000:16: resource 0 io: [0x4000-0x40ff]
[ 0.460369] pci_bus 0000:16: resource 1 io: [0x4400-0x44ff]
[ 0.460374] pci_bus 0000:16: resource 2 mem: [0xf0000000-0xf3ffffff]
[ 0.460380] pci_bus 0000:16: resource 3 mem: [0xc4000000-0xc7ffffff]
[ 0.460451] NET: Registered protocol family 2
[ 0.508144] IP route cache hash table entries: 131072 (order: 8, 1048576
bytes)
[ 0.510241] TCP established hash table entries: 262144 (order: 10, 4194304
bytes)
[ 0.512767] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.513544] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.513621] TCP reno registered
[ 0.524204] NET: Registered protocol family 1
[ 0.524403] checking if image is initramfs...it isn't (no cpio magic);
looks like an initrd
[ 0.528508] Freeing initrd memory: 877k freed
[ 0.529211] Simple Boot Flag at 0x35 set to 0x1
[ 0.530232] audit: initializing netlink socket (disabled)
[ 0.530328] type=2000 audit(1238458764.528:1): initialized
[ 0.531167] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.535044] VFS: Disk quotas dquot_6.5.2
[ 0.535275] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.535607] msgmni has been set to 7687
[ 0.536495] alg: No test for stdrng (krng)
[ 0.536763] Block layer SCSI generic (bsg) driver version 0.4 loaded (major
253)
[ 0.536860] io scheduler noop registered
[ 0.536933] io scheduler anticipatory registered
[ 0.537007] io scheduler deadline registered
[ 0.537181] io scheduler cfq registered (default)
[ 0.537278] pci 0000:00:02.0: Boot video device
[ 0.537832] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 0.537955] pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X
[ 0.538202] pcieport-driver 0000:00:1c.1: setting latency timer to 64
[ 0.538319] pcieport-driver 0000:00:1c.1: irq 25 for MSI/MSI-X
[ 0.538570] pcieport-driver 0000:00:1c.3: setting latency timer to 64
[ 0.538687] pcieport-driver 0000:00:1c.3: irq 26 for MSI/MSI-X
[ 0.538953] pcieport-driver 0000:00:1c.4: setting latency timer to 64
[ 0.539068] pcieport-driver 0000:00:1c.4: irq 27 for MSI/MSI-X
[ 0.557240] Switched to high resolution mode on CPU 1
[ 0.560016] Switched to high resolution mode on CPU 0
[ 0.575915] Linux agpgart interface v0.103
[ 0.575998] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.577044] serial 0000:00:03.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 0.577535] 0000:00:03.3: ttyS0 at I/O 0x1830 (irq = 17) is a 16550A
[ 0.579773] brd: module loaded
[ 0.579968] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq
1,12
[ 0.589451] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.589543] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.589793] mice: PS/2 mouse device common for all mice
[ 0.589966] rtc_cmos 00:07: RTC can wake from S4
[ 0.590164] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[ 0.590285] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.590396] cpuidle: using governor ladder
[ 0.590472] cpuidle: using governor menu
[ 0.591364] TCP cubic registered
[ 0.591440] NET: Registered protocol family 17
[ 0.591807] registered taskstats version 1
[ 0.592352] rtc_cmos 00:07: setting system clock to 2009-03-31 00:19:25 UTC
(1238458765)
[ 0.592777] RAMDISK: gzip image found at block 0
[ 0.660564] VFS: Mounted root (romfs filesystem) readonly on device 1:0.
[ 0.664871] input: AT Translated Set 2 keyboard as /class/input/input0
[ 0.708119] SCSI subsystem initialized
[ 0.744181] libata version 3.00 loaded.
[ 0.752705] ahci 0000:00:1f.2: version 3.0
[ 0.752736] ahci 0000:00:1f.2: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.752912] ahci 0000:00:1f.2: irq 28 for MSI/MSI-X
[ 0.752982] ahci: SSS flag set, parallel bus scan disabled
[ 0.753109] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3
impl SATA mode
[ 0.753202] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio
slum part
[ 0.753297] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.753641] scsi0 : ahci
[ 0.753905] scsi1 : ahci
[ 0.754130] scsi2 : ahci
[ 0.754350] scsi3 : ahci
[ 0.757084] ata1: SATA max UDMA/133 abar m2048@0xfc226000 port 0xfc226100
irq 28
[ 0.757178] ata2: SATA max UDMA/133 abar m2048@0xfc226000 port 0xfc226180
irq 28
[ 0.757266] ata3: DUMMY
[ 0.757333] ata4: DUMMY
[ 0.766530] Driver 'sd' needs updating - please use bus_type methods
[ 1.076033] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.077218] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
[ 1.077227] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
[ 1.077402] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
[ 1.077410] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[ 1.077896] ata1.00: ATA-8: FUJITSU MHZ2160BJ G1, 0084001F, max UDMA/100
[ 1.077976] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 1.079250] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
[ 1.079257] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
[ 1.079433] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
[ 1.079440] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[ 1.079994] ata1.00: configured for UDMA/100
[ 1.097105] ata1.00: configured for UDMA/100
[ 1.097181] ata1: EH complete
[ 1.097452] scsi 0:0:0:0: Direct-Access ATA FUJITSU MHZ2160B 0084
PQ: 0 ANSI: 5
[ 1.098025] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160
GB/149 GiB)
[ 1.098153] sd 0:0:0:0: [sda] Write Protect is off
[ 1.098227] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.098295] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled,
doesn't support DPO or FUA
[ 1.098612] sda: sda1 sda2 sda3 sda4
[ 1.134584] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.416033] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.421232] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
[ 1.422260] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
[ 1.422267] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[ 1.423301] ata2.00: ATAPI: Optiarc DVD RW AD-7910S, 1.D0, max UDMA/100
[ 1.427997] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
[ 1.429015] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
[ 1.429022] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[ 1.430117] ata2.00: configured for UDMA/100
[ 1.445660] scsi 1:0:0:0: CD-ROM Optiarc DVD RW AD-7910S 1.D0
PQ: 0 ANSI: 5
[ 2.787289] SGI XFS with ACLs, security attributes, large block/inode
numbers, no debug enabled
[ 2.788665] SGI XFS Quota Management subsystem
[ 2.830441] XFS mounting filesystem sda3
[ 2.969450] Ending clean XFS mount for filesystem: sda3
[ 2.969530] VFS: Mounted root (xfs filesystem) readonly on device 8:3.
[ 2.969609] Trying to move old root to /initrd ... okay
[ 2.976473] Freeing unused kernel memory: 424k freed
[ 5.522125] Non-volatile memory driver v1.3
[ 5.681345] input: Power Button (FF) as /class/input/input1
[ 5.712288] ACPI: Power Button (FF) [PWRF]
[ 5.712536] input: Lid Switch as /class/input/input2
[ 5.721178] ACPI: Battery Slot [BAT0] (battery present)
[ 5.729225] ACPI: Lid Switch [LID]
[ 5.729373] input: Sleep Button (CM) as /class/input/input3
[ 5.759497] ACPI: AC Adapter [AC] (off-line)
[ 5.760311] ACPI: Sleep Button (CM) [SLPB]
[ 5.761269] ACPI: WMI: Mapper loaded
[ 5.801812] ACPI: SSDT BD6D6C20, 02C8 (r1 PmRef Cpu0Ist 3000 INTL
20050624)
[ 5.803365] ACPI: SSDT BD6D4020, 087A (r1 PmRef Cpu0Cst 3001 INTL
20050624)
[ 5.812125] Monitor-Mwait will be used to enter C-1 state
[ 5.812140] Monitor-Mwait will be used to enter C-2 state
[ 5.812152] Monitor-Mwait will be used to enter C-3 state
[ 5.812314] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[ 5.812390] processor ACPI_CPU:00: registered as cooling_device0
[ 5.812400] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 5.813846] ACPI: SSDT BD6D5CA0, 01CF (r1 PmRef ApIst 3000 INTL
20050624)
[ 5.815297] ACPI: SSDT BD6D5F20, 008D (r1 PmRef ApCst 3000 INTL
20050624)
[ 5.819892] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[ 5.819948] processor ACPI_CPU:01: registered as cooling_device1
[ 5.819958] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 5.832895] acpi device:03: registered as cooling_device2
[ 5.833668] input: Video Bus as /class/input/input4
[ 5.835539] Marking TSC unstable due to TSC halts in idle
[ 5.846330] agpgart-intel 0000:00:00.0: Intel Mobile Intel® GM45 Express
Chipset
[ 5.851214] agpgart-intel 0000:00:00.0: detected 32764K stolen memory
[ 5.861359] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 5.876227] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
[ 5.908696] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.4-k4
[ 5.908703] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[ 5.908778] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 5.908797] e1000e 0000:00:19.0: setting latency timer to 64
[ 5.909241] e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
[ 5.962889] input: PC Speaker as /class/input/input5
[ 6.001019] Clocksource tsc unstable (delta = -79611010 ns)
[ 6.001620] 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1)
00:21:86:a2:19:06
[ 6.001627] 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[ 6.001667] 0000:00:19.0: eth0: MAC: 7, PHY: 8, PBA No: 1008ff-0ff
[ 6.005142] thermal LNXTHERM:01: registered as thermal_zone0
[ 6.007634] iTCO_vendor_support: vendor-support=0
[ 6.016671] ACPI: Thermal Zone [THM0] (42 C)
[ 6.017839] thinkpad_acpi: ThinkPad ACPI Extras v0.22
[ 6.017845] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 6.017849] thinkpad_acpi: ThinkPad BIOS 7UET61WW (2.07 ), EC 7VHT12WW-1.01
[ 6.017855] thinkpad_acpi: Lenovo ThinkPad T400, model 2764CTO
[ 6.022518] thermal LNXTHERM:02: registered as thermal_zone1
[ 6.025787] ACPI: Thermal Zone [THM1] (30 C)
[ 6.026756] thinkpad_acpi: radio switch found; radios are enabled
[ 6.027101] thinkpad_acpi: This ThinkPad has standard ACPI backlight
brightness control, supported by the ACPI video driver
[ 6.027111] thinkpad_acpi: Disabling thinkpad-acpi brightness events by
default...
[ 6.052588] Registered led device: tpacpi::thinklight
[ 6.052684] Registered led device: tpacpi::power
[ 6.052732] Registered led device: tpacpi:orange:batt
[ 6.052795] Registered led device: tpacpi:green:batt
[ 6.052841] Registered led device: tpacpi::dock_active
[ 6.052887] Registered led device: tpacpi::bay_active
[ 6.052932] Registered led device: tpacpi::dock_batt
[ 6.052979] Registered led device: tpacpi::unknown_led
[ 6.053045] Registered led device: tpacpi::standby
[ 6.056599] thinkpad_acpi: Standard ACPI backlight interface available, not
loading native one.
[ 6.057109] input: ThinkPad Extra Buttons as /class/input/input6
[ 6.069309] usbcore: registered new interface driver usbfs
[ 6.069383] usbcore: registered new interface driver hub
[ 6.080747] usbcore: registered new device driver usb
[ 6.090675] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[ 6.090953] iTCO_wdt: Found a ICH9M-E TCO device (Version=2,
TCOBASE=0x1060)
[ 6.091052] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 6.133770] ricoh-mmc: Ricoh MMC Controller disabling driver
[ 6.133776] ricoh-mmc: Copyright(c) Philip Langdale
[ 6.133827] ricoh-mmc: Ricoh MMC controller found at 0000:15:00.3
[1180:0843] (rev 11)
[ 6.133863] ricoh-mmc: Controller is now disabled.
[ 6.171215] cfg80211: Calling CRDA to update world regulatory domain
[ 6.187316] pata_acpi 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ
18
[ 6.187378] pata_acpi 0000:00:03.2: setting latency timer to 64
[ 6.187402] pata_acpi 0000:00:03.2: PCI INT C disabled
[ 6.223853] sdhci: Secure Digital Host Controller Interface driver
[ 6.223860] sdhci: Copyright(c) Pierre Ossman
[ 6.247698] Uniform Multi-Platform E-IDE driver
[ 6.264878] Driver 'sr' needs updating - please use bus_type methods
[ 6.272093] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 6.272187] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 6.274281] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2
cdda tray
[ 6.274290] Uniform CD-ROM driver Revision: 3.20
[ 6.274474] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 6.294434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 6.295324] ehci_hcd 0000:00:1a.7: power state changed by ACPI to D0
[ 6.295345] ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 23 (level, low) -> IRQ
23
[ 6.295426] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 6.295434] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 6.295540] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus
number 1
[ 6.299504] ehci_hcd 0000:00:1a.7: debug port 1
[ 6.299517] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[ 6.299551] ehci_hcd 0000:00:1a.7: irq 23, io mem 0xfc226c00
[ 6.306345] Monitor-Mwait will be used to enter C-3 state
[ 6.316034] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 6.316088] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 6.316095] usb usb1: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.316101] usb usb1: Product: EHCI Host Controller
[ 6.316106] usb usb1: Manufacturer: Linux 2.6.29 ehci_hcd
[ 6.316111] usb usb1: SerialNumber: 0000:00:1a.7
[ 6.316310] usb usb1: configuration #1 chosen from 1 choice
[ 6.316415] hub 1-0:1.0: USB hub found
[ 6.316434] hub 1-0:1.0: 6 ports detected
[ 6.318967] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[ 6.318993] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ
19
[ 6.319045] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 6.319052] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 6.319128] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus
number 2
[ 6.323064] ehci_hcd 0000:00:1d.7: debug port 1
[ 6.323076] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 6.323110] ehci_hcd 0000:00:1d.7: irq 19, io mem 0xfc227000
[ 6.348660] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 6.348712] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 6.348718] usb usb2: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.348725] usb usb2: Product: EHCI Host Controller
[ 6.348729] usb usb2: Manufacturer: Linux 2.6.29 ehci_hcd
[ 6.348734] usb usb2: SerialNumber: 0000:00:1d.7
[ 6.348921] usb usb2: configuration #1 chosen from 1 choice
[ 6.349001] hub 2-0:1.0: USB hub found
[ 6.349019] hub 2-0:1.0: 6 ports detected
[ 6.354681] firewire_ohci 0000:15:00.1: PCI INT B -> GSI 17 (level, low) ->
IRQ 17
[ 6.386980] uhci_hcd: USB Universal Host Controller Interface driver
[ 6.389759] uhci_hcd 0000:00:1a.0: power state changed by ACPI to D0
[ 6.389776] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ
20
[ 6.389794] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 6.389802] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 6.389882] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus
number 3
[ 6.389951] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860
[ 6.390046] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.390053] usb usb3: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.390058] usb usb3: Product: UHCI Host Controller
[ 6.390063] usb usb3: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.390068] usb usb3: SerialNumber: 0000:00:1a.0
[ 6.390255] usb usb3: configuration #1 chosen from 1 choice
[ 6.390334] hub 3-0:1.0: USB hub found
[ 6.390350] hub 3-0:1.0: 2 ports detected
[ 6.390691] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ
21
[ 6.390707] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 6.390715] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 6.390781] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus
number 4
[ 6.390840] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880
[ 6.390963] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.390969] usb usb4: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.390975] usb usb4: Product: UHCI Host Controller
[ 6.390980] usb usb4: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.390985] usb usb4: SerialNumber: 0000:00:1a.1
[ 6.391138] usb usb4: configuration #1 chosen from 1 choice
[ 6.391221] hub 4-0:1.0: USB hub found
[ 6.391237] hub 4-0:1.0: 2 ports detected
[ 6.392218] uhci_hcd 0000:00:1a.2: power state changed by ACPI to D0
[ 6.392236] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ
22
[ 6.392251] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 6.392259] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 6.392328] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus
number 5
[ 6.392386] uhci_hcd 0000:00:1a.2: irq 22, io base 0x000018a0
[ 6.392474] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.392481] usb usb5: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.392487] usb usb5: Product: UHCI Host Controller
[ 6.392492] usb usb5: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.392496] usb usb5: SerialNumber: 0000:00:1a.2
[ 6.392636] usb usb5: configuration #1 chosen from 1 choice
[ 6.392729] hub 5-0:1.0: USB hub found
[ 6.392744] hub 5-0:1.0: 2 ports detected
[ 6.393751] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[ 6.393764] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ
16
[ 6.393779] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 6.393787] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 6.393856] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus
number 6
[ 6.393916] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018c0
[ 6.394007] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.394013] usb usb6: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.394019] usb usb6: Product: UHCI Host Controller
[ 6.394024] usb usb6: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.394028] usb usb6: SerialNumber: 0000:00:1d.0
[ 6.394177] usb usb6: configuration #1 chosen from 1 choice
[ 6.394257] hub 6-0:1.0: USB hub found
[ 6.394272] hub 6-0:1.0: 2 ports detected
[ 6.394585] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ
17
[ 6.394600] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 6.394608] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 6.394675] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus
number 7
[ 6.394735] uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018e0
[ 6.394826] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.394832] usb usb7: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.394838] usb usb7: Product: UHCI Host Controller
[ 6.394842] usb usb7: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.394847] usb usb7: SerialNumber: 0000:00:1d.1
[ 6.394992] usb usb7: configuration #1 chosen from 1 choice
[ 6.395068] hub 7-0:1.0: USB hub found
[ 6.395083] hub 7-0:1.0: 2 ports detected
[ 6.395391] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ
18
[ 6.395407] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 6.395414] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 6.395482] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus
number 8
[ 6.395545] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001c00
[ 6.395633] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.395640] usb usb8: New USB device strings: Mfr=3, Product=2,
SerialNumber=1
[ 6.395645] usb usb8: Product: UHCI Host Controller
[ 6.395650] usb usb8: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.395655] usb usb8: SerialNumber: 0000:00:1d.2
[ 6.395825] usb usb8: configuration #1 chosen from 1 choice
[ 6.395900] hub 8-0:1.0: USB hub found
[ 6.395925] hub 8-0:1.0: 2 ports detected
[ 6.424813] i801_smbus 0000:00:1f.3: PCI INT A -> GSI 23 (level, low) ->
IRQ 23
[ 6.441131] firewire_ohci: Added fw-ohci device 0000:15:00.1, OHCI version
1.10
[ 6.441529] yenta_cardbus 0000:15:00.0: CardBus bridge found [17aa:20c6]
[ 6.573972] yenta_cardbus 0000:15:00.0: ISA IRQ mask 0x04b8, PCI irq 16
[ 6.573981] yenta_cardbus 0000:15:00.0: Socket status: 30000006
[ 6.573993] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge I/O
window: 0x4000 - 0x7fff
[ 6.574001] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge Memory
window: 0xf4800000 - 0xf7ffffff
[ 6.574009] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge Memory
window: 0xf0000000 - 0xf3ffffff
[ 6.587455] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux,
1.3.27ks
[ 6.587462] iwlagn: Copyright(c) 2003-2009 Intel Corporation
[ 6.587643] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 6.587684] iwlagn 0000:03:00.0: setting latency timer to 64
[ 6.587802] iwlagn 0000:03:00.0: Detected Intel Wireless WiFi Link 5350AGN
REV=0x24
[ 6.608235] iwlagn 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a
channels
[ 6.608324] iwlagn 0000:03:00.0: irq 30 for MSI/MSI-X
[ 6.609465] phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 6.631343] sdhci-pci 0000:15:00.2: SDHCI controller found [1180:0822] (rev
21)
[ 6.631372] sdhci-pci 0000:15:00.2: PCI INT C -> GSI 18 (level, low) -> IRQ
18
[ 6.632437] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW
doesn't fully claim to support it.
[ 6.633512] Registered led device: mmc0::
[ 6.634579] mmc0: SDHCI controller on PCI [0000:15:00.2] using DMA
[ 6.675829] udev: renamed network interface wlan0 to eth1
[ 6.691223] HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ
17
[ 6.691316] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 6.769830] Synaptics Touchpad, model: 1, fw: 7.0, id: 0x1c0b1, caps:
0xd04791/0xb00000
[ 6.769842] serio: Synaptics pass-through port at isa0060/serio1/input0
[ 6.800120] usb 1-6: new high speed USB device using ehci_hcd and address 4
[ 6.813549] input: SynPS/2 Synaptics TouchPad as /class/input/input7
[ 6.821687] input: HDA Intel Headphone as /class/input/input8
[ 6.864254] input: HDA Intel Mic as /class/input/input9
[ 6.880242] input: HDA Intel Mic as /class/input/input10
[ 6.896273] input: HDA Intel Headphone as /class/input/input11
[ 6.940260] firewire_core: created device fw0: GUID 00061b032a347baa, S400
[ 6.944932] usb 1-6: New USB device found, idVendor=17ef, idProduct=1004
[ 6.944939] usb 1-6: New USB device strings: Mfr=2, Product=1,
SerialNumber=3
[ 6.944946] usb 1-6: Product: Integrated Camera
[ 6.944950] usb 1-6: Manufacturer: Chicony Electronics Co., Ltd.
[ 6.944955] usb 1-6: SerialNumber: SN0001
[ 6.945150] usb 1-6: configuration #1 chosen from 1 choice
[ 7.055893] Linux video capture interface: v2.00
[ 7.090382] uvcvideo: Found UVC 1.00 device Integrated Camera (17ef:1004)
[ 7.095754] input: Integrated Camera as /class/input/input12
[ 7.129246] usbcore: registered new interface driver uvcvideo
[ 7.129254] USB Video Class driver (v0.1.0)
[ 7.184287] usb 3-1: new low speed USB device using uhci_hcd and address 2
[ 7.359067] usb 3-1: New USB device found, idVendor=046d, idProduct=c404
[ 7.359075] usb 3-1: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[ 7.359082] usb 3-1: Product: Trackball
[ 7.359086] usb 3-1: Manufacturer: Logitech
[ 7.359328] usb 3-1: configuration #1 chosen from 1 choice
[ 7.452934] usbcore: registered new interface driver hiddev
[ 7.472857] input: Logitech Trackball as /class/input/input13
[ 7.505245] generic-usb 0003:046D:C404.0001: input,hidraw0: USB HID v1.10
Mouse [Logitech Trackball] on usb-0000:00:1a.0-1/input0
[ 7.505285] usbcore: registered new interface driver usbhid
[ 7.505292] usbhid: v2.6:USB HID core driver
[ 7.601081] usb 4-2: new full speed USB device using uhci_hcd and address 2
[ 7.771026] usb 4-2: New USB device found, idVendor=0a5c, idProduct=2145
[ 7.771035] usb 4-2: New USB device strings: Mfr=1, Product=2,
SerialNumber=0
[ 7.771041] usb 4-2: Product: ThinkPad Bluetooth with Enhanced Data Rate II
[ 7.771047] usb 4-2: Manufacturer: Lenovo Computer Corp
[ 7.771254] usb 4-2: configuration #1 chosen from 1 choice
[ 7.813289] Bluetooth: Core ver 2.15
[ 7.814542] NET: Registered protocol family 31
[ 7.814547] Bluetooth: HCI device and connection manager initialized
[ 7.814553] Bluetooth: HCI socket layer initialized
[ 7.839824] Bluetooth: Generic Bluetooth USB driver ver 0.5
[ 7.840034] usbcore: registered new interface driver btusb
[ 8.155491] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised:
[email protected]
[ 8.424559] Bluetooth: L2CAP ver 2.13
[ 8.424565] Bluetooth: L2CAP socket layer initialized
[ 8.452413] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 8.569111] Bluetooth: RFCOMM socket layer initialized
[ 8.569136] Bluetooth: RFCOMM TTY layer initialized
[ 8.569140] Bluetooth: RFCOMM ver 1.11
[ 12.545146] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 12.783297] input: TPPS/2 IBM TrackPoint as /class/input/input14
[ 19.896265] Intel AES-NI instructions are not detected.
[ 20.926773] [drm] Initialized drm 1.1.0 20060810
[ 20.959826] i915 0000:00:02.0: power state changed by ACPI to D0
[ 20.959845] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 20.959855] i915 0000:00:02.0: setting latency timer to 64
[ 21.017039] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000
uncachable
[ 21.017048] get_mtrr: cpu1 reg01 base=00000be000 size=0000002000
uncachable
[ 21.017055] get_mtrr: cpu1 reg02 base=0000000000 size=0000080000 write-
back
[ 21.017062] get_mtrr: cpu1 reg03 base=0000080000 size=0000040000 write-
back
[ 21.017068] get_mtrr: cpu1 reg04 base=0000100000 size=0000040000 write-
back
[ 21.017075] get_mtrr: cpu1 reg05 base=00000bde00 size=0000000200
uncachable
[ 21.017082] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000
uncachable
[ 21.017089] get_mtrr: cpu1 reg01 base=00000be000 size=0000002000
uncachable
[ 21.017096] get_mtrr: cpu1 reg02 base=0000000000 size=0000080000 write-
back
[ 21.017102] get_mtrr: cpu1 reg03 base=0000080000 size=0000040000 write-
back
[ 21.017109] get_mtrr: cpu1 reg04 base=0000100000 size=0000040000 write-
back
[ 21.017115] get_mtrr: cpu1 reg05 base=00000bde00 size=0000000200
uncachable
[ 21.021751] i915 0000:00:02.0: irq 31 for MSI/MSI-X
[ 21.542788] allocated 1440x900 fb: 0x02020000, bo ffff88013a9daa80
[ 21.545772] Console: switching to colour frame buffer device 180x56
[ 21.881789] [drm] LVDS-8: set mode 1440x900 d
[ 22.124417] fb0: inteldrmfb frame buffer device
[ 22.124418] registered panic notifier
[ 22.124422] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor
0
[ 22.568437] Filesystem "dm-0": Disabling barriers, trial barrier write
failed
[ 22.572462] XFS mounting filesystem dm-0
[ 22.892615] Ending clean XFS mount for filesystem: dm-0
[ 24.540475] e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
[ 24.592192] e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
[ 30.753253] iwlagn 0000:03:00.0: firmware: requesting iwlwifi-5000-1.ucode
[ 30.792837] iwlagn 0000:03:00.0: loaded firmware version 5.4.1.16
[ 30.951522] Registered led device: iwl-phy0::radio
[ 30.951580] Registered led device: iwl-phy0::assoc
[ 30.951630] Registered led device: iwl-phy0::RX
[ 30.951679] Registered led device: iwl-phy0::TX
[ 32.084587] eth1: authenticate with AP 00:11:22:33:44:57
[ 32.086650] eth1: authenticated
[ 32.086656] eth1: associate with AP 00:11:22:33:44:57
[ 32.089394] eth1: RX AssocResp from 00:11:22:33:44:57 (capab=0x411 status=0
aid=1)
[ 32.089400] eth1: associated
[ 32.213224] eth1: direct probe to AP 00:11:22:33:44:57 try 1
[ 32.216095] eth1 direct probe responded
[ 32.216102] eth1: authenticate with AP 00:11:22:33:44:57
[ 32.217945] eth1: authenticated
[ 32.217950] eth1: associate with AP 00:11:22:33:44:57
[ 32.220771] eth1: RX ReassocResp from 00:11:22:33:44:57 (capab=0x411
status=0 aid=1)
[ 32.220778] eth1: associated
[ 41.721365] NET: Registered protocol family 10
[ 41.722721] lo: Disabled Privacy Extensions
[ 41.724042] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 43.624199] Bluetooth: SCO (Voice Link) ver 0.6
[ 43.624205] Bluetooth: SCO socket layer initialized
[ 43.693340] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 43.693347] Bluetooth: BNEP filters: protocol multicast
[ 43.748485] Bridge firewalling registered
[ 44.233972] tun: Universal TUN/TAP device driver, 1.6
[ 44.233979] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[ 44.579144] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 44.641246] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 44.641450] CONFIG_NF_CT_ACCT is deprecated and will be removed soon.
Please use
[ 44.641452] nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack
module option or
[ 44.641453] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[ 52.081066] eth1: no IPv6 routers present
[ 180.590192] X:5818 freeing invalid memtype d5cc5000-d5cc6000
[ 180.590247] X:5818 freeing invalid memtype d5cc6000-d5cc7000
[ 180.590302] X:5818 freeing invalid memtype d5cc7000-d5cc8000
[ 180.590357] X:5818 freeing invalid memtype d5cc8000-d5cc9000
[ 180.590411] X:5818 freeing invalid memtype d5cc9000-d5cca000
[ 180.590466] X:5818 freeing invalid memtype d5cca000-d5ccb000
[ 180.590520] X:5818 freeing invalid memtype d5ccb000-d5ccc000
[ 180.590575] X:5818 freeing invalid memtype d5ccc000-d5ccd000
[ 180.590629] X:5818 freeing invalid memtype d5ccd000-d5cce000
[ 180.590684] X:5818 freeing invalid memtype d5cce000-d5ccf000
[ 196.420322] __ratelimit: 1967 callbacks suppressed
[ 196.420324] tremulous-smp:6138 freeing invalid memtype d5195000-d5196000
[ 196.420376] tremulous-smp:6138 freeing invalid memtype d5196000-d5197000
[ 196.420427] tremulous-smp:6138 freeing invalid memtype d5197000-d5198000
[ 196.420478] tremulous-smp:6138 freeing invalid memtype d5198000-d5199000
[ 196.420529] tremulous-smp:6138 freeing invalid memtype d5199000-d519a000
[ 196.420580] tremulous-smp:6138 freeing invalid memtype d519a000-d519b000
[ 196.420630] tremulous-smp:6138 freeing invalid memtype d519b000-d519c000
[ 196.420681] tremulous-smp:6138 freeing invalid memtype d519c000-d519d000
[ 196.420732] tremulous-smp:6138 freeing invalid memtype d519d000-d519e000
[ 196.420783] tremulous-smp:6138 freeing invalid memtype d519e000-d519f000
[ 571.309441] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000
uncachable
[ 571.309453] get_mtrr: cpu1 reg01 base=00000be000 size=0000002000
uncachable
[ 571.309463] get_mtrr: cpu1 reg02 base=0000000000 size=0000080000 write-
back
[ 571.309472] get_mtrr: cpu1 reg03 base=0000080000 size=0000040000 write-
back
[ 571.309481] get_mtrr: cpu1 reg04 base=0000100000 size=0000040000 write-
back
[ 571.309490] get_mtrr: cpu1 reg05 base=00000bde00 size=0000000200
uncachable
[ 571.309499] get_mtrr: cpu1 reg06 base=00000d0000 size=0000010000 write-
combining

>
> Thanks,
> Venki


--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/

2009-03-30 23:25:32

by Arkadiusz Miskiewicz

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Tuesday 31 of March 2009, Arkadiusz Miskiewicz wrote:
> On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
>
> More info follows. Now I've switched to
> e1c502482853f84606928f5a2f2eb6da1993cda1 which contains latest drm fixes
> and now I get much lower numbers of PAT errors but still.

Also when I switch t400 into discrete mode (radeon hd 3400 instead
of integrated intel GM45) I get such errors (probably unrelated
to these seen when using intel):

[ 419.187657] X:10550 conflicting memory types cfff0000-d0000000 uncached<->uncached-minus
[ 419.187670] reserve_memtype failed 0xcfff0000-0xd0000000, track uncached, req write-back
[ 419.553914] X:10550 conflicting memory types cfff0000-d0000000 uncached<->uncached-minus
[ 419.553923] reserve_memtype failed 0xcfff0000-0xd0000000, track uncached, req write-back
[ 419.813592] X:10550 conflicting memory types cfff0000-d0000000 uncached<->uncached-minus
[ 419.813601] reserve_memtype failed 0xcfff0000-0xd0000000, track uncached, req write-back
[ 420.100102] X:10550 conflicting memory types cfff0000-d0000000 uncached<->uncached-minus
[ 420.100111] reserve_memtype failed 0xcfff0000-0xd0000000, track uncached, req write-back


# cat /debug/x86/pat_memtype_list
PAT memtype list:
uncached-minus @ 0xbfad1000-0xbfad2000
uncached-minus @ 0xbfad2000-0xbfad3000
uncached-minus @ 0xbfad3000-0xbfad4000
uncached-minus @ 0xbfb06000-0xbfb07000
uncached-minus @ 0xbfb07000-0xbfb08000
uncached-minus @ 0xbfd6a000-0xbfd6b000
uncached-minus @ 0xbfd6a000-0xbfd6b000
uncached-minus @ 0xbfd6a000-0xbfd7a000
uncached-minus @ 0xbfd79000-0xbfd7a000
uncached-minus @ 0xbfd79000-0xbfd7a000
uncached-minus @ 0xbfd79000-0xbfd7a000
uncached-minus @ 0xbfd79000-0xbfd7a000
uncached-minus @ 0xbfd79000-0xbfd7a000
uncached-minus @ 0xbfd79000-0xbfd7a000
uncached-minus @ 0xbfd79000-0xbfd7a000
uncached-minus @ 0xbfd7b000-0xbfd7c000
uncached-minus @ 0xbfd8d000-0xbfd8e000
uncached-minus @ 0xbfd8e000-0xbfd8f000
uncached-minus @ 0xbfd8e000-0xbfd8f000
write-combining @ 0xd0000000-0xe0000000
write-combining @ 0xd0000000-0xe0000000
write-combining @ 0xdfff0000-0xe0000000
write-combining @ 0xdfff0000-0xe0000000
write-combining @ 0xdfff0000-0xe0000000
uncached-minus @ 0xe0000000-0xe4000000
uncached-minus @ 0xf4200000-0xf4202000
uncached-minus @ 0xf4300000-0xf4301000
uncached-minus @ 0xf4301000-0xf4302000
uncached-minus @ 0xf4301000-0xf4302000
uncached-minus @ 0xfc200000-0xfc220000
uncached-minus @ 0xfc220000-0xfc224000
uncached-minus @ 0xfc225000-0xfc226000
uncached-minus @ 0xfc226000-0xfc227000
uncached-minus @ 0xfc226000-0xfc227000
uncached-minus @ 0xfc227000-0xfc228000
uncached-minus @ 0xfed00000-0xfed01000
uncached-minus @ 0xfed1f000-0xfed20000
# cat /proc/mtrr
reg00: base=0x13c000000 ( 5056MB), size= 64MB, count=1: uncachable
reg01: base=0x000000000 ( 0MB), size= 2048MB, count=1: write-back
reg02: base=0x080000000 ( 2048MB), size= 1024MB, count=1: write-back
reg03: base=0x100000000 ( 4096MB), size= 1024MB, count=1: write-back
reg04: base=0x0d0000000 ( 3328MB), size= 256MB, count=1: write-combining

[ 0.000000] Linux version 2.6.29 (root@t400) (gcc version 4.3.3 20090307 (release) (PLD-Linux) ) #122 SMP PREEMPT Mon Mar 30 23:59:15 CEST 2009
[ 0.000000] Command line: root=/dev/sda3 elevator=cfq resume=/dev/sda2 ro vga=6
[ 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 - 000000000009ec00 (usable)
[ 0.000000] BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bf8a1000 (usable)
[ 0.000000] BIOS-e820: 00000000bf8a1000 - 00000000bf8a7000 (reserved)
[ 0.000000] BIOS-e820: 00000000bf8a7000 - 00000000bf9b7000 (usable)
[ 0.000000] BIOS-e820: 00000000bf9b7000 - 00000000bfa0f000 (reserved)
[ 0.000000] BIOS-e820: 00000000bfa0f000 - 00000000bfac6000 (usable)
[ 0.000000] BIOS-e820: 00000000bfac6000 - 00000000bfad1000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bfad1000 - 00000000bfad4000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bfad4000 - 00000000bfad8000 (reserved)
[ 0.000000] BIOS-e820: 00000000bfad8000 - 00000000bfadc000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bfadc000 - 00000000bfadf000 (reserved)
[ 0.000000] BIOS-e820: 00000000bfadf000 - 00000000bfb06000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bfb06000 - 00000000bfb08000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bfb08000 - 00000000bfd0f000 (reserved)
[ 0.000000] BIOS-e820: 00000000bfd0f000 - 00000000bfd9f000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bfd9f000 - 00000000bfdff000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bfdff000 - 00000000bfe00000 (usable)
[ 0.000000] BIOS-e820: 00000000bfe00000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 000000013c000000 (usable)
[ 0.000000] DMI present.
[ 0.000000] last_pfn = 0x13c000 max_arch_pfn = 0x100000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-D3FFF write-protect
[ 0.000000] D4000-DBFFF uncachable
[ 0.000000] DC000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 13C000000 mask FFC000000 uncachable
[ 0.000000] 1 base 000000000 mask F80000000 write-back
[ 0.000000] 2 base 080000000 mask FC0000000 write-back
[ 0.000000] 3 base 100000000 mask FC0000000 write-back
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 0.000000] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 0.000000] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 0.000000] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 0.000000] e820 update range: 00000000c0000000 - 0000000100000000 (usable) ==> (reserved)
[ 0.000000] last_pfn = 0xbfe00 max_arch_pfn = 0x100000000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bfe00000
[ 0.000000] 0000000000 - 00bfe00000 page 2M
[ 0.000000] kernel direct mapping tables up to bfe00000 @ 8000-c000
[ 0.000000] init_memory_mapping: 0000000100000000-000000013c000000
[ 0.000000] 0100000000 - 013c000000 page 2M
[ 0.000000] kernel direct mapping tables up to 13c000000 @ a000-10000
[ 0.000000] RAMDISK: 37f14000 - 37fef63c
[ 0.000000] ACPI: RSDP 000F64E0, 0024 (r2 LENOVO)
[ 0.000000] ACPI: XSDT BFD6A2C6, 009C (r1 LENOVO TP-7U 2070 LTP 0)
[ 0.000000] ACPI: FACP BFD6A400, 00F4 (r3 LENOVO TP-7U 2070 LNVO 1)
[ 0.000000] ACPI Warning (tbfadt-0568): 32/64X length mismatch in Pm1aControlBlock: 16/32 [20081204]
[ 0.000000] ACPI Warning (tbfadt-0412): Invalid length for Pm1aControlBlock: 32, using default 16 [20081204]
[ 0.000000] FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)
[ 0.000000] ACPI: DSDT BFD6A7DB, F3A8 (r1 LENOVO TP-7U 2070 MSFT 3000000)
[ 0.000000] ACPI: FACS BFD8E000, 0040
[ 0.000000] ACPI: SSDT BFD6A5B4, 0227 (r1 LENOVO TP-7U 2070 MSFT 3000000)
[ 0.000000] ACPI: ECDT BFD79B83, 0052 (r1 LENOVO TP-7U 2070 LNVO 1)
[ 0.000000] ACPI: APIC BFD79BD5, 0078 (r1 LENOVO TP-7U 2070 LNVO 1)
[ 0.000000] ACPI: MCFG BFD79C4D, 003C (r1 LENOVO TP-7U 2070 LNVO 1)
[ 0.000000] ACPI: HPET BFD79C89, 0038 (r1 LENOVO TP-7U 2070 LNVO 1)
[ 0.000000] ACPI: SLIC BFD79DC2, 0176 (r1 LENOVO TP-7U 2070 LTP 0)
[ 0.000000] ACPI: BOOT BFD79F38, 0028 (r1 LENOVO TP-7U 2070 LTP 1)
[ 0.000000] ACPI: ASF! BFD79F60, 00A0 (r16 LENOVO TP-7U 2070 PTL 1)
[ 0.000000] ACPI: SSDT BFD8D213, 054F (r1 LENOVO TP-7U 2070 INTL 20050513)
[ 0.000000] ACPI: TCPA BFB07000, 0032 (r0 0 0)
[ 0.000000] ACPI: DMAR BFB06000, 00D8 (r1  1 0)
[ 0.000000] ACPI: SSDT BFAD3000, 0655 (r1 PmRef CpuPm 3000 INTL 20050624)
[ 0.000000] ACPI: SSDT BFAD2000, 0274 (r1 PmRef Cpu0Tst 3000 INTL 20050624)
[ 0.000000] ACPI: SSDT BFAD1000, 0242 (r1 PmRef ApTst 3000 INTL 20050624)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 013c000000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
[ 0.000000] #2 [0000200000 - 00007984d0] TEXT DATA BSS ==> [0000200000 - 00007984d0]
[ 0.000000] #3 [0037f14000 - 0037fef63c] RAMDISK ==> [0037f14000 - 0037fef63c]
[ 0.000000] #4 [000009ec00 - 0000100000] BIOS reserved ==> [000009ec00 - 0000100000]
[ 0.000000] #5 [0000799000 - 000079914c] BRK ==> [0000799000 - 000079914c]
[ 0.000000] #6 [0000008000 - 000000a000] PGTABLE ==> [0000008000 - 000000a000]
[ 0.000000] #7 [000000a000 - 000000b000] PGTABLE ==> [000000a000 - 000000b000]
[ 0.000000] found SMP MP-table at [ffff8800000f6520] f6520
[ 0.000000] [ffffe20000000000-ffffe200045fffff] PMD -> [ffff880028200000-ffff88002c7fffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x0013c000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[6] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x0000009e
[ 0.000000] 0: 0x00000100 -> 0x000bf8a1
[ 0.000000] 0: 0x000bf8a7 -> 0x000bf9b7
[ 0.000000] 0: 0x000bfa0f -> 0x000bfac6
[ 0.000000] 0: 0x000bfdff -> 0x000bfe00
[ 0.000000] 0: 0x00100000 -> 0x0013c000
[ 0.000000] On node 0 totalpages: 1030663
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 1535 pages reserved
[ 0.000000] DMA zone: 2407 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14280 pages used for memmap
[ 0.000000] DMA32 zone: 766625 pages, LIFO batch:31
[ 0.000000] Normal zone: 3360 pages used for memmap
[ 0.000000] Normal zone: 242400 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[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[ 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: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 0, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 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] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] 4 Processors exceeds NR_CPUS limit of 2
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 24
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 00000000bf8a1000 - 00000000bf8a7000
[ 0.000000] PM: Registered nosave memory: 00000000bf9b7000 - 00000000bfa0f000
[ 0.000000] PM: Registered nosave memory: 00000000bfac6000 - 00000000bfad1000
[ 0.000000] PM: Registered nosave memory: 00000000bfad1000 - 00000000bfad4000
[ 0.000000] PM: Registered nosave memory: 00000000bfad4000 - 00000000bfad8000
[ 0.000000] PM: Registered nosave memory: 00000000bfad8000 - 00000000bfadc000
[ 0.000000] PM: Registered nosave memory: 00000000bfadc000 - 00000000bfadf000
[ 0.000000] PM: Registered nosave memory: 00000000bfadf000 - 00000000bfb06000
[ 0.000000] PM: Registered nosave memory: 00000000bfb06000 - 00000000bfb08000
[ 0.000000] PM: Registered nosave memory: 00000000bfb08000 - 00000000bfd0f000
[ 0.000000] PM: Registered nosave memory: 00000000bfd0f000 - 00000000bfd9f000
[ 0.000000] PM: Registered nosave memory: 00000000bfd9f000 - 00000000bfdff000
[ 0.000000] PM: Registered nosave memory: 00000000bfe00000 - 00000000c0000000
[ 0.000000] PM: Registered nosave memory: 00000000c0000000 - 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 - 00000000fed00000
[ 0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed10000
[ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
[ 0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
[ 0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
[ 0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed90000
[ 0.000000] PM: Registered nosave memory: 00000000fed90000 - 00000000fee00000
[ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff800000
[ 0.000000] PM: Registered nosave memory: 00000000ff800000 - 0000000100000000
[ 0.000000] Allocating PCI resources starting at c2000000 (gap: c0000000:20000000)
[ 0.000000] NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 25 pages at ffff880028023000, static data 73376 bytes
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1011432
[ 0.000000] Kernel command line: root=/dev/sda3 elevator=cfq resume=/dev/sda2 ro vga=6
[ 0.000000] Initializing CPU#0
[ 0.000000] NR_IRQS:320
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2526.902 MHz processor.
[ 0.004000] Console: colour VGA+ 80x60
[ 0.004000] console [tty0] enabled
[ 0.004000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.004000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.004000] Checking aperture...
[ 0.004000] No AGP bridge found
[ 0.004000] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.004000] Placing 64MB software IO TLB between ffff880020000000 - ffff880024000000
[ 0.004000] software IO TLB at phys 0x20000000 - 0x24000000
[ 0.004000] Memory: 3970900k/5177344k available (2870k kernel code, 1054692k absent, 150828k reserved, 1353k data, 424k init)
[ 0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.004000] hpet clockevent registered
[ 0.004000] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5053.80 BogoMIPS (lpj=10107608)
[ 0.004000] Security Framework initialized
[ 0.004000] Mount-cache hash table entries: 256
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 6144K
[ 0.004000] [ds] using Core 2/Atom configuration
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 0
[ 0.004000] CPU0: Thermal monitoring enabled (TM2)
[ 0.004000] using mwait in idle threads.
[ 0.004000] ACPI: Core revision 20081204
[ 0.024057] Setting APIC routing to flat
[ 0.024479] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.065449] CPU0: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping 06
[ 0.068001] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.004000] Initializing CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 5053.96 BogoMIPS (lpj=10107928)
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 6144K
[ 0.004000] [ds] using Core 2/Atom configuration
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 1
[ 0.004000] CPU1: Thermal monitoring enabled (TM2)
[ 0.004000] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[ 0.153676] CPU1: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping 06
[ 0.154412] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.156026] Brought up 2 CPUs
[ 0.156088] Total of 2 processors activated (10107.76 BogoMIPS).
[ 0.156195] CPU0 attaching sched-domain:
[ 0.156198] domain 0: span 0-1 level MC
[ 0.156199] groups: 0 1
[ 0.156203] CPU1 attaching sched-domain:
[ 0.156205] domain 0: span 0-1 level MC
[ 0.156206] groups: 1 0
[ 0.156271] net_namespace: 1952 bytes
[ 0.156271] regulator: core version 0.5
[ 0.156278] NET: Registered protocol family 16
[ 0.156428] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.156501] ACPI: bus type pci registered
[ 0.156635] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 63
[ 0.156701] PCI: MCFG area at e0000000 reserved in E820
[ 0.164342] PCI: Using MMCONFIG at e0000000 - e3ffffff
[ 0.164406] PCI: Using configuration type 1 for base access
[ 0.164784] bio: create slab <bio-0> at 0
[ 0.166081] ACPI: EC: EC description table is found, configuring boot EC
[ 0.173775] ACPI: BIOS _OSI(Linux) query ignored
[ 0.172019] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 0.186079] ACPI: Interpreter enabled
[ 0.186145] ACPI: (supports S0 S3 S4 S5)
[ 0.188215] ACPI: Using IOAPIC for interrupt routing
[ 0.220702] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
[ 0.220766] ACPI: EC: driver started in interrupt mode
[ 0.225221] ACPI: ACPI Dock Station Driver: 3 docks/bays found
[ 0.225641] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.225641] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.225641] pci 0000:00:01.0: PME# disabled
[ 0.225641] pci 0000:00:03.0: reg 10 64bit mmio: [0xfc226800-0xfc22680f]
[ 0.225641] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.225641] pci 0000:00:03.0: PME# disabled
[ 0.225641] pci 0000:00:03.2: reg 10 io port: [0x1820-0x1827]
[ 0.225641] pci 0000:00:03.2: reg 14 io port: [0x1814-0x1817]
[ 0.225641] pci 0000:00:03.2: reg 18 io port: [0x1818-0x181f]
[ 0.225641] pci 0000:00:03.2: reg 1c io port: [0x1810-0x1813]
[ 0.225641] pci 0000:00:03.2: reg 20 io port: [0x1800-0x180f]
[ 0.225641] pci 0000:00:03.3: reg 10 io port: [0x1828-0x182f]
[ 0.225641] pci 0000:00:03.3: reg 14 32bit mmio: [0xfc224000-0xfc224fff]
[ 0.225641] pci 0000:00:19.0: reg 10 32bit mmio: [0xfc200000-0xfc21ffff]
[ 0.225641] pci 0000:00:19.0: reg 14 32bit mmio: [0xfc225000-0xfc225fff]
[ 0.225641] pci 0000:00:19.0: reg 18 io port: [0x1840-0x185f]
[ 0.225641] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.225641] pci 0000:00:19.0: PME# disabled
[ 0.225641] pci 0000:00:1a.0: reg 20 io port: [0x1860-0x187f]
[ 0.225641] pci 0000:00:1a.1: reg 20 io port: [0x1880-0x189f]
[ 0.225641] pci 0000:00:1a.2: reg 20 io port: [0x18a0-0x18bf]
[ 0.225641] pci 0000:00:1a.7: reg 10 32bit mmio: [0xfc226c00-0xfc226fff]
[ 0.225641] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.225641] pci 0000:00:1a.7: PME# disabled
[ 0.225641] pci 0000:00:1b.0: reg 10 64bit mmio: [0xfc220000-0xfc223fff]
[ 0.225641] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.225650] pci 0000:00:1b.0: PME# disabled
[ 0.225786] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.225852] pci 0000:00:1c.0: PME# disabled
[ 0.225989] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.226055] pci 0000:00:1c.1: PME# disabled
[ 0.226195] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.226261] pci 0000:00:1c.3: PME# disabled
[ 0.226400] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.226464] pci 0000:00:1c.4: PME# disabled
[ 0.226594] pci 0000:00:1d.0: reg 20 io port: [0x18c0-0x18df]
[ 0.226679] pci 0000:00:1d.1: reg 20 io port: [0x18e0-0x18ff]
[ 0.226764] pci 0000:00:1d.2: reg 20 io port: [0x1c00-0x1c1f]
[ 0.226849] pci 0000:00:1d.7: reg 10 32bit mmio: [0xfc227000-0xfc2273ff]
[ 0.226912] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.226978] pci 0000:00:1d.7: PME# disabled
[ 0.227273] pci 0000:00:1f.2: reg 10 io port: [0x1c40-0x1c47]
[ 0.227280] pci 0000:00:1f.2: reg 14 io port: [0x1834-0x1837]
[ 0.227287] pci 0000:00:1f.2: reg 18 io port: [0x1838-0x183f]
[ 0.227294] pci 0000:00:1f.2: reg 1c io port: [0x1830-0x1833]
[ 0.227300] pci 0000:00:1f.2: reg 20 io port: [0x1c20-0x1c3f]
[ 0.227307] pci 0000:00:1f.2: reg 24 32bit mmio: [0xfc226000-0xfc2267ff]
[ 0.227351] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.227415] pci 0000:00:1f.2: PME# disabled
[ 0.227513] pci 0000:00:1f.3: reg 10 64bit mmio: [0xfc227400-0xfc2274ff]
[ 0.227530] pci 0000:00:1f.3: reg 20 io port: [0x1c60-0x1c7f]
[ 0.227587] pci 0000:01:00.0: reg 10 32bit mmio: [0xd0000000-0xdfffffff]
[ 0.227594] pci 0000:01:00.0: reg 14 io port: [0x2000-0x20ff]
[ 0.227601] pci 0000:01:00.0: reg 18 32bit mmio: [0xcfff0000-0xcfffffff]
[ 0.227623] pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[ 0.227649] pci 0000:01:00.0: supports D1 D2
[ 0.227704] pci 0000:00:01.0: bridge io port: [0x2000-0x2fff]
[ 0.227707] pci 0000:00:01.0: bridge 32bit mmio: [0xcff00000-0xcfffffff]
[ 0.227710] pci 0000:00:01.0: bridge 64bit mmio pref: [0xd0000000-0xdfffffff]
[ 0.227889] pci 0000:03:00.0: reg 10 64bit mmio: [0xf4200000-0xf4201fff]
[ 0.228044] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.228135] pci 0000:03:00.0: PME# disabled
[ 0.228291] pci 0000:00:1c.1: bridge 32bit mmio: [0xf4200000-0xf42fffff]
[ 0.228351] pci 0000:00:1c.3: bridge io port: [0x3000-0x3fff]
[ 0.228356] pci 0000:00:1c.3: bridge 32bit mmio: [0xf8000000-0xf9ffffff]
[ 0.228363] pci 0000:00:1c.3: bridge 64bit mmio pref: [0xf4000000-0xf40fffff]
[ 0.228417] pci 0000:00:1c.4: bridge io port: [0x4000-0x4fff]
[ 0.228421] pci 0000:00:1c.4: bridge 32bit mmio: [0xfa000000-0xfbffffff]
[ 0.228428] pci 0000:00:1c.4: bridge 64bit mmio pref: [0xf4100000-0xf41fffff]
[ 0.228476] pci 0000:15:00.0: reg 10 32bit mmio: [0xf4300000-0xf4300fff]
[ 0.228503] pci 0000:15:00.0: supports D1 D2
[ 0.228505] pci 0000:15:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.228572] pci 0000:15:00.0: PME# disabled
[ 0.228680] pci 0000:15:00.1: reg 10 32bit mmio: [0xf4301000-0xf43017ff]
[ 0.228748] pci 0000:15:00.1: supports D1 D2
[ 0.228750] pci 0000:15:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.228817] pci 0000:15:00.1: PME# disabled
[ 0.228925] pci 0000:15:00.2: reg 10 32bit mmio: [0xf4301800-0xf43018ff]
[ 0.228994] pci 0000:15:00.2: supports D1 D2
[ 0.228995] pci 0000:15:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.229063] pci 0000:15:00.2: PME# disabled
[ 0.229171] pci 0000:15:00.3: reg 10 32bit mmio: [0xf4301c00-0xf4301cff]
[ 0.229239] pci 0000:15:00.3: supports D1 D2
[ 0.229240] pci 0000:15:00.3: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.229308] pci 0000:15:00.3: PME# disabled
[ 0.229415] pci 0000:15:00.4: reg 10 32bit mmio: [0xf4302000-0xf43020ff]
[ 0.229484] pci 0000:15:00.4: supports D1 D2
[ 0.229486] pci 0000:15:00.4: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.229554] pci 0000:15:00.4: PME# disabled
[ 0.229661] pci 0000:15:00.5: reg 10 32bit mmio: [0xf4302400-0xf43024ff]
[ 0.229729] pci 0000:15:00.5: supports D1 D2
[ 0.229731] pci 0000:15:00.5: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.229798] pci 0000:15:00.5: PME# disabled
[ 0.229928] pci 0000:00:1e.0: transparent bridge
[ 0.229993] pci 0000:00:1e.0: bridge io port: [0x5000-0x8fff]
[ 0.229997] pci 0000:00:1e.0: bridge 32bit mmio: [0xf4300000-0xf7ffffff]
[ 0.230005] pci 0000:00:1e.0: bridge 64bit mmio pref: [0xf0000000-0xf3ffffff]
[ 0.230058] pci_bus 0000:00: on NUMA node 0
[ 0.230064] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.230224] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[ 0.230306] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
[ 0.230389] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[ 0.230473] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
[ 0.230557] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
[ 0.230641] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[ 0.236643] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.237469] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.238293] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.239115] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.239939] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.240715] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.241538] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.242362] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.244061] ACPI: Power Resource [PUBS] (on)
[ 0.244144] PCI: Using ACPI for IRQ routing
[ 0.256083] NetLabel: Initializing
[ 0.256144] NetLabel: domain hash size = 128
[ 0.256206] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.256278] NetLabel: unlabeled traffic allowed by default
[ 0.256367] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.256694] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.282557] pnp: PnP ACPI init
[ 0.282624] ACPI: bus type pnp registered
[ 0.346224] pnp: PnP ACPI: found 10 devices
[ 0.346286] ACPI: ACPI bus type pnp unregistered
[ 0.346354] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[ 0.346418] system 00:00: iomem range 0xc0000-0xc3fff has been reserved
[ 0.346482] system 00:00: iomem range 0xc4000-0xc7fff has been reserved
[ 0.346546] system 00:00: iomem range 0xc8000-0xcbfff has been reserved
[ 0.346610] system 00:00: iomem range 0xcc000-0xcffff has been reserved
[ 0.346674] system 00:00: iomem range 0xd0000-0xd3fff has been reserved
[ 0.346738] system 00:00: iomem range 0xdc000-0xdffff could not be reserved
[ 0.346802] system 00:00: iomem range 0xe0000-0xe3fff could not be reserved
[ 0.346866] system 00:00: iomem range 0xe4000-0xe7fff could not be reserved
[ 0.346930] system 00:00: iomem range 0xe8000-0xebfff could not be reserved
[ 0.346995] system 00:00: iomem range 0xec000-0xeffff could not be reserved
[ 0.347059] system 00:00: iomem range 0xf0000-0xfffff could not be reserved
[ 0.347124] system 00:00: iomem range 0x100000-0xbfffffff could not be reserved
[ 0.347194] system 00:00: iomem range 0xfec00000-0xfed3ffff could not be reserved
[ 0.347263] system 00:00: iomem range 0xfed4c000-0xffffffff could not be reserved
[ 0.347336] system 00:02: ioport range 0x1000-0x107f has been reserved
[ 0.347400] system 00:02: ioport range 0x1180-0x11ff has been reserved
[ 0.347463] system 00:02: ioport range 0x800-0x80f has been reserved
[ 0.347527] system 00:02: ioport range 0x15e0-0x15ef has been reserved
[ 0.347590] system 00:02: ioport range 0x1600-0x167f has been reserved
[ 0.347654] system 00:02: ioport range 0x1680-0x169f has been reserved
[ 0.347718] system 00:02: iomem range 0xe0000000-0xefffffff has been reserved
[ 0.347782] system 00:02: iomem range 0xfed1c000-0xfed1ffff has been reserved
[ 0.347847] system 00:02: iomem range 0xfed10000-0xfed13fff has been reserved
[ 0.347912] system 00:02: iomem range 0xfed18000-0xfed18fff has been reserved
[ 0.347976] system 00:02: iomem range 0xfed19000-0xfed19fff has been reserved
[ 0.348045] system 00:02: iomem range 0xfed45000-0xfed4bfff has been reserved
[ 0.352801] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.352865] pci 0000:00:01.0: IO window: 0x2000-0x2fff
[ 0.358134] pci 0000:00:01.0: MEM window: 0xcff00000-0xcfffffff
[ 0.358198] pci 0000:00:01.0: PREFETCH window: 0x000000d0000000-0x000000dfffffff
[ 0.358270] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[ 0.358333] pci 0000:00:1c.0: IO window: disabled
[ 0.358398] pci 0000:00:1c.0: MEM window: disabled
[ 0.358463] pci 0000:00:1c.0: PREFETCH window: disabled
[ 0.358530] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:03
[ 0.358593] pci 0000:00:1c.1: IO window: disabled
[ 0.358658] pci 0000:00:1c.1: MEM window: 0xf4200000-0xf42fffff
[ 0.358724] pci 0000:00:1c.1: PREFETCH window: disabled
[ 0.358792] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:05
[ 0.358856] pci 0000:00:1c.3: IO window: 0x3000-0x3fff
[ 0.358923] pci 0000:00:1c.3: MEM window: 0xf8000000-0xf9ffffff
[ 0.358988] pci 0000:00:1c.3: PREFETCH window: 0x000000f4000000-0x000000f40fffff
[ 0.359062] pci 0000:00:1c.4: PCI bridge, secondary bus 0000:0d
[ 0.359126] pci 0000:00:1c.4: IO window: 0x4000-0x4fff
[ 0.359193] pci 0000:00:1c.4: MEM window: 0xfa000000-0xfbffffff
[ 0.359258] pci 0000:00:1c.4: PREFETCH window: 0x000000f4100000-0x000000f41fffff
[ 0.359335] pci 0000:15:00.0: CardBus bridge, secondary bus 0000:16
[ 0.359398] pci 0000:15:00.0: IO window: 0x005000-0x0050ff
[ 0.359464] pci 0000:15:00.0: IO window: 0x005400-0x0054ff
[ 0.359531] pci 0000:15:00.0: PREFETCH window: 0xf0000000-0xf3ffffff
[ 0.359598] pci 0000:15:00.0: MEM window: 0xc4000000-0xc7ffffff
[ 0.359665] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:15
[ 0.359729] pci 0000:00:1e.0: IO window: 0x5000-0x8fff
[ 0.359795] pci 0000:00:1e.0: MEM window: 0xf4300000-0xf7ffffff
[ 0.359860] pci 0000:00:1e.0: PREFETCH window: 0x000000f0000000-0x000000f3ffffff
[ 0.359940] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.360009] pci 0000:00:01.0: setting latency timer to 64
[ 0.360020] pci 0000:00:1c.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.360087] pci 0000:00:1c.0: setting latency timer to 64
[ 0.360095] pci 0000:00:1c.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.360162] pci 0000:00:1c.1: setting latency timer to 64
[ 0.360170] pci 0000:00:1c.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[ 0.360237] pci 0000:00:1c.3: setting latency timer to 64
[ 0.360245] pci 0000:00:1c.4: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.360312] pci 0000:00:1c.4: setting latency timer to 64
[ 0.360318] pci 0000:00:1e.0: setting latency timer to 64
[ 0.360328] pci 0000:15:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.360397] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.360398] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[ 0.360400] pci_bus 0000:01: resource 0 io: [0x2000-0x2fff]
[ 0.360402] pci_bus 0000:01: resource 1 mem: [0xcff00000-0xcfffffff]
[ 0.360404] pci_bus 0000:01: resource 2 mem: [0xd0000000-0xdfffffff]
[ 0.360406] pci_bus 0000:01: resource 3 mem: [0x0-0x0]
[ 0.360407] pci_bus 0000:02: resource 0 mem: [0x0-0x0]
[ 0.360409] pci_bus 0000:02: resource 1 mem: [0x0-0x0]
[ 0.360411] pci_bus 0000:02: resource 2 mem: [0x0-0x0]
[ 0.360412] pci_bus 0000:02: resource 3 mem: [0x0-0x0]
[ 0.360414] pci_bus 0000:03: resource 0 mem: [0x0-0x0]
[ 0.360415] pci_bus 0000:03: resource 1 mem: [0xf4200000-0xf42fffff]
[ 0.360417] pci_bus 0000:03: resource 2 mem: [0x0-0x0]
[ 0.360419] pci_bus 0000:03: resource 3 mem: [0x0-0x0]
[ 0.360420] pci_bus 0000:05: resource 0 io: [0x3000-0x3fff]
[ 0.360422] pci_bus 0000:05: resource 1 mem: [0xf8000000-0xf9ffffff]
[ 0.360424] pci_bus 0000:05: resource 2 mem: [0xf4000000-0xf40fffff]
[ 0.360426] pci_bus 0000:05: resource 3 mem: [0x0-0x0]
[ 0.360427] pci_bus 0000:0d: resource 0 io: [0x4000-0x4fff]
[ 0.360429] pci_bus 0000:0d: resource 1 mem: [0xfa000000-0xfbffffff]
[ 0.360431] pci_bus 0000:0d: resource 2 mem: [0xf4100000-0xf41fffff]
[ 0.360433] pci_bus 0000:0d: resource 3 mem: [0x0-0x0]
[ 0.360434] pci_bus 0000:15: resource 0 io: [0x5000-0x8fff]
[ 0.360436] pci_bus 0000:15: resource 1 mem: [0xf4300000-0xf7ffffff]
[ 0.360438] pci_bus 0000:15: resource 2 mem: [0xf0000000-0xf3ffffff]
[ 0.360439] pci_bus 0000:15: resource 3 io: [0x00-0xffff]
[ 0.360441] pci_bus 0000:15: resource 4 mem: [0x000000-0xffffffffffffffff]
[ 0.360443] pci_bus 0000:16: resource 0 io: [0x5000-0x50ff]
[ 0.360445] pci_bus 0000:16: resource 1 io: [0x5400-0x54ff]
[ 0.360447] pci_bus 0000:16: resource 2 mem: [0xf0000000-0xf3ffffff]
[ 0.360448] pci_bus 0000:16: resource 3 mem: [0xc4000000-0xc7ffffff]
[ 0.360471] NET: Registered protocol family 2
[ 0.408051] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.408773] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.410069] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.410522] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.410586] TCP reno registered
[ 0.420085] NET: Registered protocol family 1
[ 0.420200] checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
[ 0.421921] Freeing initrd memory: 877k freed
[ 0.422201] Simple Boot Flag at 0x35 set to 0x1
[ 0.422601] audit: initializing netlink socket (disabled)
[ 0.422681] type=2000 audit(1238461930.420:1): initialized
[ 0.423099] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.424445] VFS: Disk quotas dquot_6.5.2
[ 0.424562] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.424717] msgmni has been set to 7759
[ 0.425014] alg: No test for stdrng (krng)
[ 0.425121] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.425190] io scheduler noop registered
[ 0.425252] io scheduler anticipatory registered
[ 0.425314] io scheduler deadline registered
[ 0.425406] io scheduler cfq registered (default)
[ 0.425635] pci 0000:01:00.0: Boot video device
[ 0.425731] pcieport-driver 0000:00:01.0: setting latency timer to 64
[ 0.425772] pcieport-driver 0000:00:01.0: irq 24 for MSI/MSI-X
[ 0.425849] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 0.425918] pcieport-driver 0000:00:1c.0: irq 25 for MSI/MSI-X
[ 0.426023] pcieport-driver 0000:00:1c.1: setting latency timer to 64
[ 0.426092] pcieport-driver 0000:00:1c.1: irq 26 for MSI/MSI-X
[ 0.426202] pcieport-driver 0000:00:1c.3: setting latency timer to 64
[ 0.426271] pcieport-driver 0000:00:1c.3: irq 27 for MSI/MSI-X
[ 0.426375] pcieport-driver 0000:00:1c.4: setting latency timer to 64
[ 0.426444] pcieport-driver 0000:00:1c.4: irq 28 for MSI/MSI-X
[ 0.437633] Linux agpgart interface v0.103
[ 0.437697] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.438078] serial 0000:00:03.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 0.438246] 0000:00:03.3: ttyS0 at I/O 0x1828 (irq = 17) is a 16550A
[ 0.438981] brd: module loaded
[ 0.439082] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.448639] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.448705] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.448866] mice: PS/2 mouse device common for all mice
[ 0.448981] rtc_cmos 00:07: RTC can wake from S4
[ 0.449087] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[ 0.449185] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.449266] cpuidle: using governor ladder
[ 0.449331] cpuidle: using governor menu
[ 0.449665] TCP cubic registered
[ 0.449730] NET: Registered protocol family 17
[ 0.449903] registered taskstats version 1
[ 0.450159] rtc_cmos 00:07: setting system clock to 2009-03-31 01:12:11 UTC (1238461931)
[ 0.450348] RAMDISK: gzip image found at block 0
[ 0.473389] VFS: Mounted root (romfs filesystem) readonly on device 1:0.
[ 0.478323] input: AT Translated Set 2 keyboard as /class/input/input0
[ 0.487954] SCSI subsystem initialized
[ 0.499902] libata version 3.00 loaded.
[ 0.502595] ahci 0000:00:1f.2: version 3.0
[ 0.502610] ahci 0000:00:1f.2: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.502722] ahci 0000:00:1f.2: irq 29 for MSI/MSI-X
[ 0.502759] ahci: SSS flag set, parallel bus scan disabled
[ 0.502844] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[ 0.502914] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part
[ 0.502987] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.503143] scsi0 : ahci
[ 0.503289] scsi1 : ahci
[ 0.503396] scsi2 : ahci
[ 0.503499] scsi3 : ahci
[ 0.504453] ata1: SATA max UDMA/133 abar m2048@0xfc226000 port 0xfc226100 irq 29
[ 0.504524] ata2: SATA max UDMA/133 abar m2048@0xfc226000 port 0xfc226180 irq 29
[ 0.504592] ata3: DUMMY
[ 0.504652] ata4: DUMMY
[ 0.507996] Driver 'sd' needs updating - please use bus_type methods
[ 0.542558] Switched to high resolution mode on CPU 1
[ 0.544010] Switched to high resolution mode on CPU 0
[ 0.785016] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 0.785701] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
[ 0.785704] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
[ 0.785849] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
[ 0.785852] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[ 0.786313] ata1.00: ATA-8: FUJITSU MHZ2160BJ G1, 0084001F, max UDMA/100
[ 0.786378] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 0.787172] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
[ 0.787174] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
[ 0.787319] ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
[ 0.787322] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[ 0.787767] ata1.00: configured for UDMA/100
[ 0.800891] ata1.00: configured for UDMA/100
[ 0.800954] ata1: EH complete
[ 0.801091] scsi 0:0:0:0: Direct-Access ATA FUJITSU MHZ2160B 0084 PQ: 0 ANSI: 5
[ 0.801332] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB)
[ 0.801414] sd 0:0:0:0: [sda] Write Protect is off
[ 0.801476] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.801497] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.801650] sda: sda1 sda2 sda3 sda4
[ 0.832144] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.120016] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.123460] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
[ 1.124489] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
[ 1.124491] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[ 1.125527] ata2.00: ATAPI: Optiarc DVD RW AD-7910S, 1.D0, max UDMA/100
[ 1.129484] ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
[ 1.130513] ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
[ 1.130516] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[ 1.131573] ata2.00: configured for UDMA/100
[ 1.149550] scsi 1:0:0:0: CD-ROM Optiarc DVD RW AD-7910S 1.D0 PQ: 0 ANSI: 5
[ 2.514874] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[ 2.515318] SGI XFS Quota Management subsystem
[ 2.553316] XFS mounting filesystem sda3
[ 3.224747] Starting XFS recovery on filesystem: sda3 (logdev: internal)
[ 3.646666] Ending XFS recovery on filesystem: sda3 (logdev: internal)
[ 3.646763] VFS: Mounted root (xfs filesystem) readonly on device 8:3.
[ 3.646826] Trying to move old root to /initrd ... okay
[ 3.647339] Freeing unused kernel memory: 424k freed
[ 5.702245] input: Power Button (FF) as /class/input/input1
[ 5.713018] ACPI: Power Button (FF) [PWRF]
[ 5.713067] input: Lid Switch as /class/input/input2
[ 5.715599] ACPI: Lid Switch [LID]
[ 5.715644] input: Sleep Button (CM) as /class/input/input3
[ 5.725859] ACPI: SSDT BFAD6C20, 02C8 (r1 PmRef Cpu0Ist 3000 INTL 20050624)
[ 5.726424] ACPI: SSDT BFAD4020, 087A (r1 PmRef Cpu0Cst 3001 INTL 20050624)
[ 5.729289] ACPI: Sleep Button (CM) [SLPB]
[ 5.729522] Monitor-Mwait will be used to enter C-1 state
[ 5.729527] Monitor-Mwait will be used to enter C-2 state
[ 5.729531] Monitor-Mwait will be used to enter C-3 state
[ 5.729585] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[ 5.729610] processor ACPI_CPU:00: registered as cooling_device0
[ 5.729613] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 5.730221] ACPI: SSDT BFAD5CA0, 01CF (r1 PmRef ApIst 3000 INTL 20050624)
[ 5.730680] ACPI: SSDT BFAD5F20, 008D (r1 PmRef ApCst 3000 INTL 20050624)
[ 5.732067] Marking TSC unstable due to TSC halts in idle
[ 5.732393] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[ 5.732412] processor ACPI_CPU:01: registered as cooling_device1
[ 5.732417] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 5.750739] ACPI: Battery Slot [BAT0] (battery present)
[ 5.755711] ACPI: AC Adapter [AC] (on-line)
[ 5.785525] Non-volatile memory driver v1.3
[ 5.848595] iTCO_vendor_support: vendor-support=0
[ 5.850670] thermal LNXTHERM:01: registered as thermal_zone0
[ 5.854665] ACPI: Thermal Zone [THM0] (53 C)
[ 5.855765] thermal LNXTHERM:02: registered as thermal_zone1
[ 5.857090] ACPI: Thermal Zone [THM1] (43 C)
[ 5.869136] cfg80211: Calling CRDA to update world regulatory domain
[ 5.873152] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[ 5.873243] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x1060)
[ 5.873317] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 5.893583] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.4-k4
[ 5.893585] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[ 5.893620] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 5.893628] e1000e 0000:00:19.0: setting latency timer to 64
[ 5.893729] e1000e 0000:00:19.0: irq 30 for MSI/MSI-X
[ 5.939330] Driver 'sr' needs updating - please use bus_type methods
[ 5.948480] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 5.948483] Uniform CD-ROM driver Revision: 3.20
[ 5.948551] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 5.960052] input: PC Speaker as /class/input/input4
[ 5.962285] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 5.962318] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 5.982507] 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:21:86:a2:19:06
[ 5.982509] 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[ 5.982536] 0000:00:19.0: eth0: MAC: 7, PHY: 8, PBA No: 1008ff-0ff
[ 6.001061] Clocksource tsc unstable (delta = -173190576 ns)
[ 6.029910] i801_smbus 0000:00:1f.3: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 6.131371] ricoh-mmc: Ricoh MMC Controller disabling driver
[ 6.131373] ricoh-mmc: Copyright(c) Philip Langdale
[ 6.131395] ricoh-mmc: Ricoh MMC controller found at 0000:15:00.3 [1180:0843] (rev 11)
[ 6.131415] ricoh-mmc: Controller is now disabled.
[ 6.188831] sdhci: Secure Digital Host Controller Interface driver
[ 6.188833] sdhci: Copyright(c) Pierre Ossman
[ 6.191672] pata_acpi 0000:00:03.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 6.191698] pata_acpi 0000:00:03.2: setting latency timer to 64
[ 6.191708] pata_acpi 0000:00:03.2: PCI INT C disabled
[ 6.203655] acpi device:0a: registered as cooling_device2
[ 6.203872] input: Video Bus as /class/input/input5
[ 6.220299] sdhci-pci 0000:15:00.2: SDHCI controller found [1180:0822] (rev 21)
[ 6.220315] sdhci-pci 0000:15:00.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 6.221352] sdhci-pci 0000:15:00.2: Will use DMA mode even though HW doesn't fully claim to support it.
[ 6.222390] Registered led device: mmc0::
[ 6.223418] mmc0: SDHCI controller on PCI [0000:15:00.2] using DMA
[ 6.234513] usbcore: registered new interface driver usbfs
[ 6.234541] usbcore: registered new interface driver hub
[ 6.234560] ACPI: Video Device [VID1] (multi-head: yes rom: no post: no)
[ 6.238302] usbcore: registered new device driver usb
[ 6.255661] ACPI: WMI: Mapper loaded
[ 6.283894] Uniform Multi-Platform E-IDE driver
[ 6.319039] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27ks
[ 6.319042] iwlagn: Copyright(c) 2003-2009 Intel Corporation
[ 6.319163] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 6.319199] iwlagn 0000:03:00.0: setting latency timer to 64
[ 6.319273] iwlagn 0000:03:00.0: Detected Intel Wireless WiFi Link 5350AGN REV=0x24
[ 6.328726] yenta_cardbus 0000:15:00.0: CardBus bridge found [17aa:20c6]
[ 6.340614] iwlagn 0000:03:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[ 6.340678] iwlagn 0000:03:00.0: irq 31 for MSI/MSI-X
[ 6.340867] thinkpad_acpi: ThinkPad ACPI Extras v0.22
[ 6.340869] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 6.340870] thinkpad_acpi: ThinkPad BIOS 7UET61WW (2.07 ), EC 7VHT12WW-1.01
[ 6.340872] thinkpad_acpi: Lenovo ThinkPad T400, model 2764CTO
[ 6.341526] thinkpad_acpi: radio switch found; radios are enabled
[ 6.341635] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 6.341638] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 6.344931] phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 6.349176] Registered led device: tpacpi::thinklight
[ 6.349211] Registered led device: tpacpi::power
[ 6.349226] Registered led device: tpacpi:orange:batt
[ 6.349243] Registered led device: tpacpi:green:batt
[ 6.349257] Registered led device: tpacpi::dock_active
[ 6.349272] Registered led device: tpacpi::bay_active
[ 6.349288] Registered led device: tpacpi::dock_batt
[ 6.349303] Registered led device: tpacpi::unknown_led
[ 6.349318] Registered led device: tpacpi::standby
[ 6.351715] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one.
[ 6.352076] input: ThinkPad Extra Buttons as /class/input/input6
[ 6.361195] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 6.361708] ehci_hcd 0000:00:1a.7: power state changed by ACPI to D0
[ 6.361718] ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[ 6.361744] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 6.361748] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 6.361788] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 6.365727] ehci_hcd 0000:00:1a.7: debug port 1
[ 6.365734] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[ 6.365750] ehci_hcd 0000:00:1a.7: irq 23, io mem 0xfc226c00
[ 6.371007] Monitor-Mwait will be used to enter C-3 state
[ 6.380050] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 6.380072] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 6.380074] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.380076] usb usb1: Product: EHCI Host Controller
[ 6.380078] usb usb1: Manufacturer: Linux 2.6.29 ehci_hcd
[ 6.380079] usb usb1: SerialNumber: 0000:00:1a.7
[ 6.380135] usb usb1: configuration #1 chosen from 1 choice
[ 6.380162] hub 1-0:1.0: USB hub found
[ 6.380169] hub 1-0:1.0: 6 ports detected
[ 6.380923] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[ 6.380937] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 6.380965] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 6.380968] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 6.380992] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 6.384892] ehci_hcd 0000:00:1d.7: debug port 1
[ 6.384897] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 6.384912] ehci_hcd 0000:00:1d.7: irq 19, io mem 0xfc227000
[ 6.400118] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 6.400141] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 6.400144] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.400147] usb usb2: Product: EHCI Host Controller
[ 6.400150] usb usb2: Manufacturer: Linux 2.6.29 ehci_hcd
[ 6.400152] usb usb2: SerialNumber: 0000:00:1d.7
[ 6.400228] usb usb2: configuration #1 chosen from 1 choice
[ 6.400273] hub 2-0:1.0: USB hub found
[ 6.400279] hub 2-0:1.0: 6 ports detected
[ 6.436464] uhci_hcd: USB Universal Host Controller Interface driver
[ 6.437195] uhci_hcd 0000:00:1a.0: power state changed by ACPI to D0
[ 6.437203] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 6.437212] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 6.437215] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 6.437241] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 6.437282] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860
[ 6.437321] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.437323] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.437325] usb usb3: Product: UHCI Host Controller
[ 6.437327] usb usb3: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.437328] usb usb3: SerialNumber: 0000:00:1a.0
[ 6.437396] usb usb3: configuration #1 chosen from 1 choice
[ 6.437422] hub 3-0:1.0: USB hub found
[ 6.437429] hub 3-0:1.0: 2 ports detected
[ 6.437531] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 6.437538] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 6.437541] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 6.437561] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 6.437595] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880
[ 6.437630] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.437632] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.437634] usb usb4: Product: UHCI Host Controller
[ 6.437636] usb usb4: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.437637] usb usb4: SerialNumber: 0000:00:1a.1
[ 6.437682] usb usb4: configuration #1 chosen from 1 choice
[ 6.437706] hub 4-0:1.0: USB hub found
[ 6.437712] hub 4-0:1.0: 2 ports detected
[ 6.438546] uhci_hcd 0000:00:1a.2: power state changed by ACPI to D0
[ 6.438554] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 6.438560] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 6.438564] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 6.438586] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 6.438621] uhci_hcd 0000:00:1a.2: irq 22, io base 0x000018a0
[ 6.438658] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.438660] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.438662] usb usb5: Product: UHCI Host Controller
[ 6.438664] usb usb5: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.438665] usb usb5: SerialNumber: 0000:00:1a.2
[ 6.438714] usb usb5: configuration #1 chosen from 1 choice
[ 6.438744] hub 5-0:1.0: USB hub found
[ 6.438750] hub 5-0:1.0: 2 ports detected
[ 6.439317] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[ 6.439322] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 6.439328] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 6.439331] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 6.439356] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 6.439382] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018c0
[ 6.439415] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.439417] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.439418] usb usb6: Product: UHCI Host Controller
[ 6.439420] usb usb6: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.439421] usb usb6: SerialNumber: 0000:00:1d.0
[ 6.439466] usb usb6: configuration #1 chosen from 1 choice
[ 6.439491] hub 6-0:1.0: USB hub found
[ 6.439497] hub 6-0:1.0: 2 ports detected
[ 6.439602] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 6.439609] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 6.439612] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 6.439631] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 6.439666] uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018e0
[ 6.439700] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.439702] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.439704] usb usb7: Product: UHCI Host Controller
[ 6.439705] usb usb7: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.439707] usb usb7: SerialNumber: 0000:00:1d.1
[ 6.439751] usb usb7: configuration #1 chosen from 1 choice
[ 6.439777] hub 7-0:1.0: USB hub found
[ 6.439783] hub 7-0:1.0: 2 ports detected
[ 6.439891] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 6.439898] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 6.439901] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 6.439920] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 6.439948] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001c00
[ 6.439982] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 6.439984] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 6.439986] usb usb8: Product: UHCI Host Controller
[ 6.439988] usb usb8: Manufacturer: Linux 2.6.29 uhci_hcd
[ 6.439989] usb usb8: SerialNumber: 0000:00:1d.2
[ 6.440035] usb usb8: configuration #1 chosen from 1 choice
[ 6.440059] hub 8-0:1.0: USB hub found
[ 6.440065] hub 8-0:1.0: 2 ports detected
[ 6.451107] udev: renamed network interface wlan0 to eth1
[ 6.456945] yenta_cardbus 0000:15:00.0: ISA IRQ mask 0x0cb8, PCI irq 16
[ 6.456949] yenta_cardbus 0000:15:00.0: Socket status: 30000006
[ 6.456953] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge I/O window: 0x5000 - 0x8fff
[ 6.456956] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge Memory window: 0xf4300000 - 0xf7ffffff
[ 6.456959] yenta_cardbus 0000:15:00.0: pcmcia: parent PCI bridge Memory window: 0xf0000000 - 0xf3ffffff
[ 6.457747] firewire_ohci 0000:15:00.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 6.536068] firewire_ohci: Added fw-ohci device 0000:15:00.1, OHCI version 1.10
[ 6.674683] HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 6.674718] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 6.820901] Synaptics Touchpad, model: 1, fw: 7.0, id: 0x1c0b1, caps: 0xd04791/0xb00000
[ 6.820905] serio: Synaptics pass-through port at isa0060/serio1/input0
[ 6.860076] usb 1-6: new high speed USB device using ehci_hcd and address 4
[ 6.863539] input: SynPS/2 Synaptics TouchPad as /class/input/input7
[ 7.003831] usb 1-6: New USB device found, idVendor=17ef, idProduct=1004
[ 7.003834] usb 1-6: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[ 7.003836] usb 1-6: Product: Integrated Camera
[ 7.003837] usb 1-6: Manufacturer: Chicony Electronics Co., Ltd.
[ 7.003839] usb 1-6: SerialNumber: SN0001
[ 7.003929] usb 1-6: configuration #1 chosen from 1 choice
[ 7.037113] firewire_core: created device fw0: GUID 00061b032a347baa, S400
[ 7.047622] input: HDA Intel Headphone as /class/input/input8
[ 7.064121] input: HDA Intel Mic as /class/input/input9
[ 7.080132] input: HDA Intel Mic as /class/input/input10
[ 7.096128] input: HDA Intel Headphone as /class/input/input11
[ 7.185214] Linux video capture interface: v2.00
[ 7.224493] uvcvideo: Found UVC 1.00 device Integrated Camera (17ef:1004)
[ 7.229652] input: Integrated Camera as /class/input/input12
[ 7.245055] usb 3-1: new low speed USB device using uhci_hcd and address 2
[ 7.261103] usbcore: registered new interface driver uvcvideo
[ 7.261106] USB Video Class driver (v0.1.0)
[ 7.418350] usb 3-1: New USB device found, idVendor=046d, idProduct=c404
[ 7.418353] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.418355] usb 3-1: Product: Trackball
[ 7.418357] usb 3-1: Manufacturer: Logitech
[ 7.418471] usb 3-1: configuration #1 chosen from 1 choice
[ 7.544631] usbcore: registered new interface driver hiddev
[ 7.563623] input: Logitech Trackball as /class/input/input13
[ 7.597123] generic-usb 0003:046D:C404.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech Trackball] on usb-0000:00:1a.0-1/input0
[ 7.597138] usbcore: registered new interface driver usbhid
[ 7.597140] usbhid: v2.6:USB HID core driver
[ 7.660071] usb 4-2: new full speed USB device using uhci_hcd and address 2
[ 7.826670] usb 4-2: New USB device found, idVendor=0a5c, idProduct=2145
[ 7.826673] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 7.826675] usb 4-2: Product: ThinkPad Bluetooth with Enhanced Data Rate II
[ 7.826677] usb 4-2: Manufacturer: Lenovo Computer Corp
[ 7.826767] usb 4-2: configuration #1 chosen from 1 choice
[ 7.860051] Bluetooth: Core ver 2.15
[ 7.860265] NET: Registered protocol family 31
[ 7.860266] Bluetooth: HCI device and connection manager initialized
[ 7.860269] Bluetooth: HCI socket layer initialized
[ 7.877070] Bluetooth: Generic Bluetooth USB driver ver 0.5
[ 7.877157] usbcore: registered new interface driver btusb
[ 8.229145] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: [email protected]
[ 12.550673] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 12.801441] input: TPPS/2 IBM TrackPoint as /class/input/input14
[ 15.105052] Intel AES-NI instructions are not detected.
[ 15.837764] [drm] Initialized drm 1.1.0 20060810
[ 16.309470] Filesystem "dm-0": Disabling barriers, trial barrier write failed
[ 16.313439] XFS mounting filesystem dm-0
[ 16.670612] Starting XFS recovery on filesystem: dm-0 (logdev: internal)
[ 17.741776] Ending XFS recovery on filesystem: dm-0 (logdev: internal)
[ 19.636486] e1000e 0000:00:19.0: irq 30 for MSI/MSI-X
[ 19.692163] e1000e 0000:00:19.0: irq 30 for MSI/MSI-X
[ 25.869120] iwlagn 0000:03:00.0: firmware: requesting iwlwifi-5000-1.ucode
[ 25.913890] iwlagn 0000:03:00.0: loaded firmware version 5.4.1.16
[ 26.075531] Registered led device: iwl-phy0::radio
[ 26.075588] Registered led device: iwl-phy0::assoc
[ 26.075639] Registered led device: iwl-phy0::RX
[ 26.075694] Registered led device: iwl-phy0::TX
[ 27.212720] eth1: authenticate with AP 00:11:22:33:44:57
[ 27.214791] eth1: authenticated
[ 27.214796] eth1: associate with AP 00:11:22:33:44:57
[ 27.217395] eth1: RX AssocResp from 00:11:22:33:44:57 (capab=0x411 status=0 aid=1)
[ 27.217402] eth1: associated
[ 27.223642] eth1: authenticate with AP 00:11:22:33:44:57
[ 27.225696] eth1: authenticated
[ 27.225701] eth1: associate with AP 00:11:22:33:44:57
[ 27.228356] eth1: RX ReassocResp from 00:11:22:33:44:57 (capab=0x411 status=0 aid=1)
[ 27.228362] eth1: associated
[ 34.550267] NET: Registered protocol family 10
[ 34.551600] lo: Disabled Privacy Extensions
[ 34.552968] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 35.904151] Bluetooth: L2CAP ver 2.13
[ 35.904157] Bluetooth: L2CAP socket layer initialized
[ 35.944696] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 35.976965] Bluetooth: SCO (Voice Link) ver 0.6
[ 35.976971] Bluetooth: SCO socket layer initialized
[ 36.003042] Bluetooth: RFCOMM socket layer initialized
[ 36.003068] Bluetooth: RFCOMM TTY layer initialized
[ 36.003072] Bluetooth: RFCOMM ver 1.11
[ 36.046595] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 36.046601] Bluetooth: BNEP filters: protocol multicast
[ 36.089638] Bridge firewalling registered
[ 45.052101] eth1: no IPv6 routers present
[ 46.241232] tun: Universal TUN/TAP device driver, 1.6
[ 46.241238] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[ 46.430769] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 46.505171] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 46.506875] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
[ 46.506882] nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
[ 46.506888] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[ 92.868603] pci 0000:01:00.0: power state changed by ACPI to D0
[ 92.868613] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 92.877078] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 92.877081] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 92.877084] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 92.877087] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 92.877117] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 92.877120] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 92.877122] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 92.877125] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 92.877378] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 92.877381] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 92.877384] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 92.877386] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 92.878741] X:5776 conflicting memory types cfff0000-d0000000 uncached<->uncached-minus
[ 92.878744] reserve_memtype failed 0xcfff0000-0xd0000000, track uncached, req write-back
[ 92.894594] pci 0000:01:00.0: setting latency timer to 64
[ 92.894899] [drm] Initialized radeon 1.29.0 20080528 for 0000:01:00.0 on minor 0
[ 92.895100] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 92.895103] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 92.895105] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 92.895107] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 92.895109] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 92.895112] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 92.895114] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 92.895116] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 92.896690] get_mtrr: cpu0 reg04 base=00000d0000 size=0000010000 write-combining
[ 93.079626] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 93.079632] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 93.079637] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 93.079641] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 93.113081] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 93.113087] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 93.113091] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 93.113095] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 93.780184] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 93.780193] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 93.780200] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 93.780206] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 93.780215] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 93.780221] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 93.780228] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 93.780235] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 93.785313] get_mtrr: cpu0 reg04 base=00000d0000 size=0000010000 write-combining
[ 93.789987] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 93.789997] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 93.790003] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 93.790010] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 93.790018] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 93.790024] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 93.790031] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 93.790037] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 93.795049] get_mtrr: cpu0 reg04 base=00000d0000 size=0000010000 write-combining
[ 93.799695] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 93.799704] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 93.799710] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 93.799717] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 93.799725] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 93.799732] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 93.799739] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 93.799745] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 93.889644] [drm] Setting GART location based on new memory map
[ 93.904791] [drm] Loading RV620 CP Microcode
[ 93.905098] [drm] Loading RV620 PFP Microcode
[ 93.920025] [drm] Resetting GPU
[ 93.920082] [drm] writeback test succeeded in 1 usecs
[ 94.496946] X:5776 conflicting memory types cfff0000-d0000000 uncached<->uncached-minus
[ 94.496949] reserve_memtype failed 0xcfff0000-0xd0000000, track uncached, req write-back
[ 95.039974] X:5776 conflicting memory types cfff0000-d0000000 uncached<->uncached-minus
[ 95.039983] reserve_memtype failed 0xcfff0000-0xd0000000, track uncached, req write-back
[ 95.297046] X:5776 conflicting memory types cfff0000-d0000000 uncached<->uncached-minus
[ 95.297055] reserve_memtype failed 0xcfff0000-0xd0000000, track uncached, req write-back
[ 95.522813] X:5776 conflicting memory types cfff0000-d0000000 uncached<->uncached-minus
[ 95.522816] reserve_memtype failed 0xcfff0000-0xd0000000, track uncached, req write-back
[ 117.593651] [drm] Resetting GPU
[ 118.209583] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 118.209594] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 118.209603] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 118.209611] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 118.209621] get_mtrr: cpu0 reg04 base=00000d0000 size=0000010000 write-combining
[ 118.229744] X:5776 freeing invalid memtype cfff0000-d0000000
[ 118.229762] X:5776 freeing invalid memtype cfff0000-d0000000
[ 118.276236] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 118.276238] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 118.276240] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 118.276242] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 118.276244] get_mtrr: cpu0 reg04 base=00000d0000 size=0000010000 write-combining
[ 118.276246] get_mtrr: cpu0 reg04 base=00000d0000 size=0000010000 write-combining
[ 118.302211] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 118.302216] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 118.302218] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 118.302221] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 118.393103] mtrr: base(0xd0000000) is not aligned on a size(0xfff0000) boundary
[ 118.415831] [drm] Setting GART location based on new memory map
[ 118.430972] [drm] Loading RV620 CP Microcode
[ 118.431224] [drm] Loading RV620 PFP Microcode
[ 118.446151] [drm] Resetting GPU
[ 118.446214] [drm] writeback test succeeded in 1 usecs
[ 119.123433] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 119.123450] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 119.123459] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 119.123468] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 119.217085] X:5776 freeing invalid memtype cfff0000-d0000000
[ 119.217089] mtrr: MTRR 4 not used
[ 119.217100] X:5776 freeing invalid memtype cfff0000-d0000000
[ 167.916804] thinkpad_acpi: EC reports that Thermal Table has changed
[ 417.710749] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000 uncachable
[ 417.710761] get_mtrr: cpu1 reg01 base=0000000000 size=0000080000 write-back
[ 417.710770] get_mtrr: cpu1 reg02 base=0000080000 size=0000040000 write-back
[ 417.710779] get_mtrr: cpu1 reg03 base=0000100000 size=0000040000 write-back
[ 417.710857] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000 uncachable
[ 417.710866] get_mtrr: cpu1 reg01 base=0000000000 size=0000080000 write-back
[ 417.710875] get_mtrr: cpu1 reg02 base=0000080000 size=0000040000 write-back
[ 417.710884] get_mtrr: cpu1 reg03 base=0000100000 size=0000040000 write-back
[ 417.711583] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000 uncachable
[ 417.711593] get_mtrr: cpu1 reg01 base=0000000000 size=0000080000 write-back
[ 417.711602] get_mtrr: cpu1 reg02 base=0000080000 size=0000040000 write-back
[ 417.711611] get_mtrr: cpu1 reg03 base=0000100000 size=0000040000 write-back
[ 417.712216] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000 uncachable
[ 417.712224] get_mtrr: cpu1 reg01 base=0000000000 size=0000080000 write-back
[ 417.712231] get_mtrr: cpu1 reg02 base=0000080000 size=0000040000 write-back
[ 417.712238] get_mtrr: cpu1 reg03 base=0000100000 size=0000040000 write-back
[ 417.712245] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000 uncachable
[ 417.712252] get_mtrr: cpu1 reg01 base=0000000000 size=0000080000 write-back
[ 417.712259] get_mtrr: cpu1 reg02 base=0000080000 size=0000040000 write-back
[ 417.712266] get_mtrr: cpu1 reg03 base=0000100000 size=0000040000 write-back
[ 417.716909] get_mtrr: cpu1 reg04 base=00000d0000 size=0000010000 write-combining
[ 417.721344] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000 uncachable
[ 417.721352] get_mtrr: cpu1 reg01 base=0000000000 size=0000080000 write-back
[ 417.721359] get_mtrr: cpu1 reg02 base=0000080000 size=0000040000 write-back
[ 417.721365] get_mtrr: cpu1 reg03 base=0000100000 size=0000040000 write-back
[ 417.721373] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000 uncachable
[ 417.721380] get_mtrr: cpu1 reg01 base=0000000000 size=0000080000 write-back
[ 417.721386] get_mtrr: cpu1 reg02 base=0000080000 size=0000040000 write-back
[ 417.721393] get_mtrr: cpu1 reg03 base=0000100000 size=0000040000 write-back
[ 417.726108] get_mtrr: cpu1 reg04 base=00000d0000 size=0000010000 write-combining
[ 417.889054] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000 uncachable
[ 417.889065] get_mtrr: cpu1 reg01 base=0000000000 size=0000080000 write-back
[ 417.889074] get_mtrr: cpu1 reg02 base=0000080000 size=0000040000 write-back
[ 417.889116] get_mtrr: cpu1 reg03 base=0000100000 size=0000040000 write-back
[ 417.958051] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000 uncachable
[ 417.958062] get_mtrr: cpu1 reg01 base=0000000000 size=0000080000 write-back
[ 417.958071] get_mtrr: cpu1 reg02 base=0000080000 size=0000040000 write-back
[ 417.958080] get_mtrr: cpu1 reg03 base=0000100000 size=0000040000 write-back
[ 418.649649] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000 uncachable
[ 418.649658] get_mtrr: cpu1 reg01 base=0000000000 size=0000080000 write-back
[ 418.649665] get_mtrr: cpu1 reg02 base=0000080000 size=0000040000 write-back
[ 418.649672] get_mtrr: cpu1 reg03 base=0000100000 size=0000040000 write-back
[ 418.649680] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000 uncachable
[ 418.649687] get_mtrr: cpu1 reg01 base=0000000000 size=0000080000 write-back
[ 418.649693] get_mtrr: cpu1 reg02 base=0000080000 size=0000040000 write-back
[ 418.649700] get_mtrr: cpu1 reg03 base=0000100000 size=0000040000 write-back
[ 418.654130] get_mtrr: cpu1 reg04 base=00000d0000 size=0000010000 write-combining
[ 418.658621] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000 uncachable
[ 418.658630] get_mtrr: cpu1 reg01 base=0000000000 size=0000080000 write-back
[ 418.658636] get_mtrr: cpu1 reg02 base=0000080000 size=0000040000 write-back
[ 418.658643] get_mtrr: cpu1 reg03 base=0000100000 size=0000040000 write-back
[ 418.658651] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000 uncachable
[ 418.658657] get_mtrr: cpu1 reg01 base=0000000000 size=0000080000 write-back
[ 418.658664] get_mtrr: cpu1 reg02 base=0000080000 size=0000040000 write-back
[ 418.658670] get_mtrr: cpu1 reg03 base=0000100000 size=0000040000 write-back
[ 418.663049] get_mtrr: cpu1 reg04 base=00000d0000 size=0000010000 write-combining
[ 418.667491] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000 uncachable
[ 418.667500] get_mtrr: cpu1 reg01 base=0000000000 size=0000080000 write-back
[ 418.667508] get_mtrr: cpu1 reg02 base=0000080000 size=0000040000 write-back
[ 418.667515] get_mtrr: cpu1 reg03 base=0000100000 size=0000040000 write-back
[ 418.667524] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000 uncachable
[ 418.667531] get_mtrr: cpu1 reg01 base=0000000000 size=0000080000 write-back
[ 418.667538] get_mtrr: cpu1 reg02 base=0000080000 size=0000040000 write-back
[ 418.667546] get_mtrr: cpu1 reg03 base=0000100000 size=0000040000 write-back
[ 418.737509] [drm] Setting GART location based on new memory map
[ 418.753162] [drm] Loading RV620 CP Microcode
[ 418.753776] [drm] Loading RV620 PFP Microcode
[ 418.768764] [drm] Resetting GPU
[ 418.768826] [drm] writeback test succeeded in 1 usecs
[ 419.187657] X:10550 conflicting memory types cfff0000-d0000000 uncached<->uncached-minus
[ 419.187670] reserve_memtype failed 0xcfff0000-0xd0000000, track uncached, req write-back
[ 419.553914] X:10550 conflicting memory types cfff0000-d0000000 uncached<->uncached-minus
[ 419.553923] reserve_memtype failed 0xcfff0000-0xd0000000, track uncached, req write-back
[ 419.813592] X:10550 conflicting memory types cfff0000-d0000000 uncached<->uncached-minus
[ 419.813601] reserve_memtype failed 0xcfff0000-0xd0000000, track uncached, req write-back
[ 420.100102] X:10550 conflicting memory types cfff0000-d0000000 uncached<->uncached-minus
[ 420.100111] reserve_memtype failed 0xcfff0000-0xd0000000, track uncached, req write-back
[ 664.836771] get_mtrr: cpu1 reg00 base=000013c000 size=0000004000 uncachable
[ 664.836784] get_mtrr: cpu1 reg01 base=0000000000 size=0000080000 write-back
[ 664.836794] get_mtrr: cpu1 reg02 base=0000080000 size=0000040000 write-back
[ 664.836803] get_mtrr: cpu1 reg03 base=0000100000 size=0000040000 write-back
[ 664.836812] get_mtrr: cpu1 reg04 base=00000d0000 size=0000010000 write-combining

--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/

2009-03-31 00:21:20

by Pallipadi, Venkatesh

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Mon, Mar 30, 2009 at 04:25:11PM -0700, Arkadiusz Miskiewicz wrote:
> On Tuesday 31 of March 2009, Arkadiusz Miskiewicz wrote:
> > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
> >
> > More info follows. Now I've switched to
> > e1c502482853f84606928f5a2f2eb6da1993cda1 which contains latest drm fixes
> > and now I get much lower numbers of PAT errors but still.
>
> Also when I switch t400 into discrete mode (radeon hd 3400 instead
> of integrated intel GM45) I get such errors (probably unrelated
> to these seen when using intel):
>
> [ 419.187657] X:10550 conflicting memory types cfff0000-d0000000 uncached<->uncached-minus
> [ 419.187670] reserve_memtype failed 0xcfff0000-0xd0000000, track uncached, req write-back
> [ 419.553914] X:10550 conflicting memory types cfff0000-d0000000 uncached<->uncached-minus
> [ 419.553923] reserve_memtype failed 0xcfff0000-0xd0000000, track uncached, req write-back
> [ 419.813592] X:10550 conflicting memory types cfff0000-d0000000 uncached<->uncached-minus
> [ 419.813601] reserve_memtype failed 0xcfff0000-0xd0000000, track uncached, req write-back
> [ 420.100102] X:10550 conflicting memory types cfff0000-d0000000 uncached<->uncached-minus
> [ 420.100111] reserve_memtype failed 0xcfff0000-0xd0000000, track uncached, req write-back
>
>

Yes. This is a different problem than the freeing invalid type one. Are these
errors also with latest git kernel? Can you try the patch below (which is
a part of a bigger cleanup patch I have lined up).

Thanks,
Venki

From: Suresh Siddha <[email protected]>

Fix pat_x_mtrr_type() to use UC_MINUS when the mtrr type return UC. This
is to be consistent with ioremap() and ioremap_nocache() which uses
UC_MINUS.

Signed-off-by: Suresh Siddha <[email protected]>
Signed-off-by: Venkatesh Pallipadi <[email protected]>
---
arch/x86/mm/ioremap.c | 3 ++-
arch/x86/mm/pat.c | 35 +++++++++++++----------------------
2 files changed, 15 insertions(+), 23 deletions(-)

diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
index 1fca82b..e07da24 100644
--- a/arch/x86/mm/pat.c
+++ b/arch/x86/mm/pat.c
@@ -182,10 +182,10 @@ static unsigned long pat_x_mtrr_type(u64 start, u64 end, unsigned long req_type)
u8 mtrr_type;

mtrr_type = mtrr_type_lookup(start, end);
- if (mtrr_type == MTRR_TYPE_UNCACHABLE)
- return _PAGE_CACHE_UC;
- if (mtrr_type == MTRR_TYPE_WRCOMB)
- return _PAGE_CACHE_WC;
+ if (mtrr_type != MTRR_TYPE_WRBACK)
+ return _PAGE_CACHE_UC_MINUS;
+
+ return _PAGE_CACHE_WB;
}

return req_type;

2009-03-31 00:28:27

by Pallipadi, Venkatesh

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Mon, Mar 30, 2009 at 03:31:09PM -0700, Arkadiusz Miskiewicz wrote:
> On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
>
> More info follows. Now I've switched to
> e1c502482853f84606928f5a2f2eb6da1993cda1 which contains latest drm fixes and
> now I get much lower numbers of PAT errors but still.
>
> > On Mon, 2009-03-30 at 14:31 -0700, Arkadiusz Miskiewicz wrote:
> > > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
> > > > Patch here should get rid of these errors.
> > > >
> > > > http://marc.info/?l=linux-kernel&m=123788806506230&w=2
> > > >
> > > > The patch is in tip and on its way to upstream.
> > >
> > > The problem is that kernel I'm running already contains this patch (it's
> > > merged already). Other ideas?
> > >
> > > ratelimiting that error is good IMO anyway.
> >
> > Rate limiting will just work around the problem here. Ideally we should
> > never see these errors. So, it will be better if we can narrow down on
> > the bug resulting in these error messages.
>
> Of course it's better. I'm saying that when these messages "fire" then it's
> hard to do anything else on the system for a while until these stop.
>
> > Can you please send me the output of
> > # cat /debug/x86/pat_memtype_list
> > with debugfs mounted.
> > and
> > # cat /proc/mtrr
>
> Two complets of logs below (second part done after reboot).
>
> # cat /debug/x86/pat_memtype_list
> PAT memtype list:
> uncached-minus @ 0xbd6d1000-0xbd6d2000
> uncached-minus @ 0xbd6d2000-0xbd6d3000
> uncached-minus @ 0xbd6d3000-0xbd6d4000
> uncached-minus @ 0xbd706000-0xbd707000
> uncached-minus @ 0xbd707000-0xbd708000
> uncached-minus @ 0xbd96a000-0xbd96b000
> uncached-minus @ 0xbd96a000-0xbd96b000
> uncached-minus @ 0xbd96a000-0xbd97a000
> uncached-minus @ 0xbd979000-0xbd97a000
> uncached-minus @ 0xbd979000-0xbd97a000
> uncached-minus @ 0xbd979000-0xbd97a000
> uncached-minus @ 0xbd979000-0xbd97a000
> uncached-minus @ 0xbd979000-0xbd97a000
> uncached-minus @ 0xbd979000-0xbd97a000
> uncached-minus @ 0xbd979000-0xbd97a000
> uncached-minus @ 0xbd97b000-0xbd97c000
> uncached-minus @ 0xbd98b000-0xbd98e000
> uncached-minus @ 0xbd98b000-0xbd98d000
> uncached-minus @ 0xbd98d000-0xbd98e000
> uncached-minus @ 0xbd98e000-0xbd98f000
> uncached-minus @ 0xbd98e000-0xbd98f000
> uncached-minus @ 0xc2000000-0xc2001000
> write-combining @ 0xd0000000-0xe0000000
> write-combining @ 0xd2000000-0xd2020000
> write-combining @ 0xd2020000-0xd2512000
> write-combining @ 0xd2522000-0xd2523000
> write-combining @ 0xd26b7000-0xd26b8000
> write-combining @ 0xd26b8000-0xd26b9000
> write-combining @ 0xd26b9000-0xd26ba000
> write-combining @ 0xd26ba000-0xd26bb000
> write-combining @ 0xd26bb000-0xd26bc000
> write-combining @ 0xd26bc000-0xd26bd000
> write-combining @ 0xd26bd000-0xd26be000
> write-combining @ 0xd26be000-0xd26bf000


There seems to be two different problems here.
- We should not have that many single page ranges reserved. That will cause a
performance problem with drm even without the "freeing invalid type" error.
- "freeing invalid type" error itself. Seems to be caused due to some
unbalanced free along the drm path. We tried to find anything obvious in the
code that may be causing problem here. But, haven't found anything so far.
Will try to reproduce the problem internally and debug it further.

Thanks,
Venki

2009-03-31 07:44:50

by Arkadiusz Miskiewicz

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Tuesday 31 of March 2009, Pallipadi, Venkatesh wrote:
> On Mon, Mar 30, 2009 at 04:25:11PM -0700, Arkadiusz Miskiewicz wrote:
> > On Tuesday 31 of March 2009, Arkadiusz Miskiewicz wrote:
> > > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
> > >
> > > More info follows. Now I've switched to
> > > e1c502482853f84606928f5a2f2eb6da1993cda1 which contains latest drm
> > > fixes and now I get much lower numbers of PAT errors but still.
> >
> > Also when I switch t400 into discrete mode (radeon hd 3400 instead
> > of integrated intel GM45) I get such errors (probably unrelated
> > to these seen when using intel):
> >
> > [ 419.187657] X:10550 conflicting memory types cfff0000-d0000000
> > uncached<->uncached-minus [ 419.187670] reserve_memtype failed
> > 0xcfff0000-0xd0000000, track uncached, req write-back [ 419.553914]
> > X:10550 conflicting memory types cfff0000-d0000000
> > uncached<->uncached-minus [ 419.553923] reserve_memtype failed
> > 0xcfff0000-0xd0000000, track uncached, req write-back [ 419.813592]
> > X:10550 conflicting memory types cfff0000-d0000000
> > uncached<->uncached-minus [ 419.813601] reserve_memtype failed
> > 0xcfff0000-0xd0000000, track uncached, req write-back [ 420.100102]
> > X:10550 conflicting memory types cfff0000-d0000000
> > uncached<->uncached-minus [ 420.100111] reserve_memtype failed
> > 0xcfff0000-0xd0000000, track uncached, req write-back
>
> Yes. This is a different problem than the freeing invalid type one. Are
> these errors also with latest git kernel? Can you try the patch below
> (which is a part of a bigger cleanup patch I have lined up).

It's a latest git kernel as of today morning
(latest commit is 15f7176eb1cccec0a332541285ee752b935c1c85)
+ your patch. Problem persists:

[ 74.696353] [drm] Setting GART location based on new memory map
[ 74.711520] [drm] Loading RV620 CP Microcode
[ 74.711792] [drm] Loading RV620 PFP Microcode
[ 74.726719] [drm] Resetting GPU
[ 74.726776] [drm] writeback test succeeded in 1 usecs
[ 75.256034] X:5366 conflicting memory types d0000000-e0000000 uncached-minus<->write-combining
[ 75.256043] reserve_memtype failed 0xd0000000-0xe0000000, track uncached-minus, req write-back
[ 75.849951] X:5366 conflicting memory types d0000000-e0000000 uncached-minus<->write-combining
[ 75.849960] reserve_memtype failed 0xd0000000-0xe0000000, track uncached-minus, req write-back
[ 76.054374] X:5366 conflicting memory types d0000000-e0000000 uncached-minus<->write-combining
[ 76.054377] reserve_memtype failed 0xd0000000-0xe0000000, track uncached-minus, req write-back
[ 76.074481] X:5378 freeing invalid memtype d0000000-e0000000
[ 76.176881] X:5366 conflicting memory types d0000000-e0000000 uncached-minus<->write-combining
[ 76.176885] reserve_memtype failed 0xd0000000-0xe0000000, track uncached-minus, req write-back
[ 76.207734] X:5380 freeing invalid memtype d0000000-e0000000

cat /debug/x86/pat_memtype_list
PAT memtype list:
uncached-minus @ 0xbfad1000-0xbfad2000
uncached-minus @ 0xbfad2000-0xbfad3000
uncached-minus @ 0xbfad3000-0xbfad4000
uncached-minus @ 0xbfb06000-0xbfb07000
uncached-minus @ 0xbfb07000-0xbfb08000
uncached-minus @ 0xbfd6a000-0xbfd6b000
uncached-minus @ 0xbfd6a000-0xbfd6b000
uncached-minus @ 0xbfd6a000-0xbfd7a000
uncached-minus @ 0xbfd79000-0xbfd7a000
uncached-minus @ 0xbfd79000-0xbfd7a000
uncached-minus @ 0xbfd79000-0xbfd7a000
uncached-minus @ 0xbfd79000-0xbfd7a000
uncached-minus @ 0xbfd79000-0xbfd7a000
uncached-minus @ 0xbfd79000-0xbfd7a000
uncached-minus @ 0xbfd79000-0xbfd7a000
uncached-minus @ 0xbfd7b000-0xbfd7c000
uncached-minus @ 0xbfd8d000-0xbfd8e000
uncached-minus @ 0xbfd8e000-0xbfd8f000
uncached-minus @ 0xbfd8e000-0xbfd8f000
uncached-minus @ 0xcfff0000-0xd0000000
uncached-minus @ 0xcfff0000-0xd0000000
uncached-minus @ 0xcfff0000-0xd0000000
uncached-minus @ 0xcfff0000-0xd0000000
uncached-minus @ 0xcfff0000-0xd0000000
write-combining @ 0xdfff0000-0xe0000000
uncached-minus @ 0xe0000000-0xe4000000
uncached-minus @ 0xf4200000-0xf4202000
uncached-minus @ 0xf4300000-0xf4301000
uncached-minus @ 0xf4301000-0xf4302000
uncached-minus @ 0xf4301000-0xf4302000
uncached-minus @ 0xfc200000-0xfc220000
uncached-minus @ 0xfc220000-0xfc224000
uncached-minus @ 0xfc225000-0xfc226000
uncached-minus @ 0xfc226000-0xfc227000
uncached-minus @ 0xfc226000-0xfc227000
uncached-minus @ 0xfc227000-0xfc228000
uncached-minus @ 0xfed00000-0xfed01000
uncached-minus @ 0xfed1f000-0xfed20000
cat /proc/mtrr
reg00: base=0x13c000000 ( 5056MB), size= 64MB, count=1: uncachable
reg01: base=0x000000000 ( 0MB), size= 2048MB, count=1: write-back
reg02: base=0x080000000 ( 2048MB), size= 1024MB, count=1: write-back
reg03: base=0x100000000 ( 4096MB), size= 1024MB, count=1: write-back
reg04: base=0x0d0000000 ( 3328MB), size= 256MB, count=1: write-combining

>
> Thanks,
> Venki
>
> From: Suresh Siddha <[email protected]>
>
> Fix pat_x_mtrr_type() to use UC_MINUS when the mtrr type return UC. This
> is to be consistent with ioremap() and ioremap_nocache() which uses
> UC_MINUS.
>
> Signed-off-by: Suresh Siddha <[email protected]>
> Signed-off-by: Venkatesh Pallipadi <[email protected]>
> ---
> arch/x86/mm/ioremap.c | 3 ++-
> arch/x86/mm/pat.c | 35 +++++++++++++----------------------
> 2 files changed, 15 insertions(+), 23 deletions(-)
>
> diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
> index 1fca82b..e07da24 100644
> --- a/arch/x86/mm/pat.c
> +++ b/arch/x86/mm/pat.c
> @@ -182,10 +182,10 @@ static unsigned long pat_x_mtrr_type(u64 start, u64
> end, unsigned long req_type) u8 mtrr_type;
>
> mtrr_type = mtrr_type_lookup(start, end);
> - if (mtrr_type == MTRR_TYPE_UNCACHABLE)
> - return _PAGE_CACHE_UC;
> - if (mtrr_type == MTRR_TYPE_WRCOMB)
> - return _PAGE_CACHE_WC;
> + if (mtrr_type != MTRR_TYPE_WRBACK)
> + return _PAGE_CACHE_UC_MINUS;
> +
> + return _PAGE_CACHE_WB;
> }
>
> return req_type;


--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/

2009-03-31 20:45:32

by Yinghai Lu

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Tue, Mar 31, 2009 at 12:44 AM, Arkadiusz Miskiewicz
<[email protected]> wrote:
> On Tuesday 31 of March 2009, Pallipadi, Venkatesh wrote:
>> On Mon, Mar 30, 2009 at 04:25:11PM -0700, Arkadiusz Miskiewicz wrote:
>> > On Tuesday 31 of March 2009, Arkadiusz Miskiewicz wrote:
>> > > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
>> > >
>> > > More info follows. Now I've switched to
>> > > e1c502482853f84606928f5a2f2eb6da1993cda1 which contains latest drm
>> > > fixes and now I get much lower numbers of PAT errors but still.
>> >
>> > Also when I switch t400 into discrete mode (radeon hd 3400 instead
>> > of integrated intel GM45) I get such errors (probably unrelated
>> > to these seen when using intel):
>> >
>> > [ ?419.187657] X:10550 conflicting memory types cfff0000-d0000000
>> > uncached<->uncached-minus [ ?419.187670] reserve_memtype failed
>> > 0xcfff0000-0xd0000000, track uncached, req write-back [ ?419.553914]
>> > X:10550 conflicting memory types cfff0000-d0000000
>> > uncached<->uncached-minus [ ?419.553923] reserve_memtype failed
>> > 0xcfff0000-0xd0000000, track uncached, req write-back [ ?419.813592]
>> > X:10550 conflicting memory types cfff0000-d0000000
>> > uncached<->uncached-minus [ ?419.813601] reserve_memtype failed
>> > 0xcfff0000-0xd0000000, track uncached, req write-back [ ?420.100102]
>> > X:10550 conflicting memory types cfff0000-d0000000
>> > uncached<->uncached-minus [ ?420.100111] reserve_memtype failed
>> > 0xcfff0000-0xd0000000, track uncached, req write-back
>>
>> Yes. This is a different problem than the freeing invalid type one. Are
>> these errors also with latest git kernel? Can you try the patch below
>> (which is a part of a bigger cleanup patch I have lined up).
>
> It's a latest git kernel as of today morning
> (latest commit is 15f7176eb1cccec0a332541285ee752b935c1c85)
> + your patch. Problem persists:
>
> [ ? 74.696353] [drm] Setting GART location based on new memory map
> [ ? 74.711520] [drm] Loading RV620 CP Microcode
> [ ? 74.711792] [drm] Loading RV620 PFP Microcode
> [ ? 74.726719] [drm] Resetting GPU
> [ ? 74.726776] [drm] writeback test succeeded in 1 usecs
> [ ? 75.256034] X:5366 conflicting memory types d0000000-e0000000 uncached-minus<->write-combining
> [ ? 75.256043] reserve_memtype failed 0xd0000000-0xe0000000, track uncached-minus, req write-back
> [ ? 75.849951] X:5366 conflicting memory types d0000000-e0000000 uncached-minus<->write-combining
> [ ? 75.849960] reserve_memtype failed 0xd0000000-0xe0000000, track uncached-minus, req write-back
> [ ? 76.054374] X:5366 conflicting memory types d0000000-e0000000 uncached-minus<->write-combining
> [ ? 76.054377] reserve_memtype failed 0xd0000000-0xe0000000, track uncached-minus, req write-back
> [ ? 76.074481] X:5378 freeing invalid memtype d0000000-e0000000
> [ ? 76.176881] X:5366 conflicting memory types d0000000-e0000000 uncached-minus<->write-combining
> [ ? 76.176885] reserve_memtype failed 0xd0000000-0xe0000000, track uncached-minus, req write-back
> [ ? 76.207734] X:5380 freeing invalid memtype d0000000-e0000000
>
> cat /debug/x86/pat_memtype_list
> PAT memtype list:
> uncached-minus @ 0xbfad1000-0xbfad2000
> uncached-minus @ 0xbfad2000-0xbfad3000
> uncached-minus @ 0xbfad3000-0xbfad4000
> uncached-minus @ 0xbfb06000-0xbfb07000
> uncached-minus @ 0xbfb07000-0xbfb08000
> uncached-minus @ 0xbfd6a000-0xbfd6b000
> uncached-minus @ 0xbfd6a000-0xbfd6b000
> uncached-minus @ 0xbfd6a000-0xbfd7a000
> uncached-minus @ 0xbfd79000-0xbfd7a000
> uncached-minus @ 0xbfd79000-0xbfd7a000
> uncached-minus @ 0xbfd79000-0xbfd7a000
> uncached-minus @ 0xbfd79000-0xbfd7a000
> uncached-minus @ 0xbfd79000-0xbfd7a000
> uncached-minus @ 0xbfd79000-0xbfd7a000
> uncached-minus @ 0xbfd79000-0xbfd7a000
> uncached-minus @ 0xbfd7b000-0xbfd7c000
> uncached-minus @ 0xbfd8d000-0xbfd8e000
> uncached-minus @ 0xbfd8e000-0xbfd8f000
> uncached-minus @ 0xbfd8e000-0xbfd8f000
> uncached-minus @ 0xcfff0000-0xd0000000
> uncached-minus @ 0xcfff0000-0xd0000000
> uncached-minus @ 0xcfff0000-0xd0000000
> uncached-minus @ 0xcfff0000-0xd0000000
> uncached-minus @ 0xcfff0000-0xd0000000
> write-combining @ 0xdfff0000-0xe0000000
> uncached-minus @ 0xe0000000-0xe4000000
> uncached-minus @ 0xf4200000-0xf4202000
> uncached-minus @ 0xf4300000-0xf4301000
> uncached-minus @ 0xf4301000-0xf4302000
> uncached-minus @ 0xf4301000-0xf4302000
> uncached-minus @ 0xfc200000-0xfc220000
> uncached-minus @ 0xfc220000-0xfc224000
> uncached-minus @ 0xfc225000-0xfc226000
> uncached-minus @ 0xfc226000-0xfc227000
> uncached-minus @ 0xfc226000-0xfc227000
> uncached-minus @ 0xfc227000-0xfc228000
> uncached-minus @ 0xfed00000-0xfed01000
> uncached-minus @ 0xfed1f000-0xfed20000
> cat /proc/mtrr
> reg00: base=0x13c000000 ( 5056MB), size= ? 64MB, count=1: uncachable
> reg01: base=0x000000000 ( ? ?0MB), size= 2048MB, count=1: write-back
> reg02: base=0x080000000 ( 2048MB), size= 1024MB, count=1: write-back
> reg03: base=0x100000000 ( 4096MB), size= 1024MB, count=1: write-back
> reg04: base=0x0d0000000 ( 3328MB), size= ?256MB, count=1: write-combining
>

please try on attached patch on top on tip/master

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

YH


Attachments:
pat_fix.patch (2.83 kB)

2009-03-31 23:33:46

by Pallipadi, Venkatesh

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Tue, Mar 31, 2009 at 12:44:32AM -0700, Arkadiusz Miskiewicz wrote:
> On Tuesday 31 of March 2009, Pallipadi, Venkatesh wrote:
> > On Mon, Mar 30, 2009 at 04:25:11PM -0700, Arkadiusz Miskiewicz wrote:
> > > On Tuesday 31 of March 2009, Arkadiusz Miskiewicz wrote:
> > > > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
> > > >
> > > > More info follows. Now I've switched to
> > > > e1c502482853f84606928f5a2f2eb6da1993cda1 which contains latest drm
> > > > fixes and now I get much lower numbers of PAT errors but still.
> > >
> > > Also when I switch t400 into discrete mode (radeon hd 3400 instead
> > > of integrated intel GM45) I get such errors (probably unrelated
> > > to these seen when using intel):
> > >
> > > [ 419.187657] X:10550 conflicting memory types cfff0000-d0000000
> > > uncached<->uncached-minus [ 419.187670] reserve_memtype failed
> > > 0xcfff0000-0xd0000000, track uncached, req write-back [ 419.553914]
> > > X:10550 conflicting memory types cfff0000-d0000000
> > > uncached<->uncached-minus [ 419.553923] reserve_memtype failed
> > > 0xcfff0000-0xd0000000, track uncached, req write-back [ 419.813592]
> > > X:10550 conflicting memory types cfff0000-d0000000
> > > uncached<->uncached-minus [ 419.813601] reserve_memtype failed
> > > 0xcfff0000-0xd0000000, track uncached, req write-back [ 420.100102]
> > > X:10550 conflicting memory types cfff0000-d0000000
> > > uncached<->uncached-minus [ 420.100111] reserve_memtype failed
> > > 0xcfff0000-0xd0000000, track uncached, req write-back
> >
> > Yes. This is a different problem than the freeing invalid type one. Are
> > these errors also with latest git kernel? Can you try the patch below
> > (which is a part of a bigger cleanup patch I have lined up).
>
> It's a latest git kernel as of today morning
> (latest commit is 15f7176eb1cccec0a332541285ee752b935c1c85)
> + your patch. Problem persists:
>
> [ 74.696353] [drm] Setting GART location based on new memory map
> [ 74.711520] [drm] Loading RV620 CP Microcode
> [ 74.711792] [drm] Loading RV620 PFP Microcode
> [ 74.726719] [drm] Resetting GPU
> [ 74.726776] [drm] writeback test succeeded in 1 usecs
> [ 75.256034] X:5366 conflicting memory types d0000000-e0000000 uncached-minus<->write-combining
> [ 75.256043] reserve_memtype failed 0xd0000000-0xe0000000, track uncached-minus, req write-back
> [ 75.849951] X:5366 conflicting memory types d0000000-e0000000 uncached-minus<->write-combining
> [ 75.849960] reserve_memtype failed 0xd0000000-0xe0000000, track uncached-minus, req write-back
> [ 76.054374] X:5366 conflicting memory types d0000000-e0000000 uncached-minus<->write-combining
> [ 76.054377] reserve_memtype failed 0xd0000000-0xe0000000, track uncached-minus, req write-back
> [ 76.074481] X:5378 freeing invalid memtype d0000000-e0000000
> [ 76.176881] X:5366 conflicting memory types d0000000-e0000000 uncached-minus<->write-combining
> [ 76.176885] reserve_memtype failed 0xd0000000-0xe0000000, track uncached-minus, req write-back
> [ 76.207734] X:5380 freeing invalid memtype d0000000-e0000000

OK. We now have a theory on what is going wrong here.

The problem seems to be pci mmap uses vm_page_prot flag to remember the
memtype for this region. Looks like that memtype is somehow getting cleared
in this case. We still don't know where it is getting cleared. But, with debug
patch below we can be sure that it is indeed getting cleared, which is
causing problems on fork() as child wont know the memtype that parent got.

Can you please try the below debug patch over upstream git and check whether
you indeed hit the warnon.

Thanks,
Venki


diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
index 640339e..1294194 100644
--- a/arch/x86/mm/pat.c
+++ b/arch/x86/mm/pat.c
@@ -182,10 +182,10 @@ static unsigned long pat_x_mtrr_type(u64 start, u64 end, unsigned long req_type)
u8 mtrr_type;

mtrr_type = mtrr_type_lookup(start, end);
- if (mtrr_type == MTRR_TYPE_UNCACHABLE)
- return _PAGE_CACHE_UC;
- if (mtrr_type == MTRR_TYPE_WRCOMB)
- return _PAGE_CACHE_WC;
+ if (mtrr_type != MTRR_TYPE_WRBACK)
+ return _PAGE_CACHE_UC_MINUS;
+
+ return _PAGE_CACHE_WB;
}

return req_type;
diff --git a/arch/x86/pci/i386.c b/arch/x86/pci/i386.c
index f234a37..4618b71 100644
--- a/arch/x86/pci/i386.c
+++ b/arch/x86/pci/i386.c
@@ -270,6 +270,7 @@ static void pci_track_mmap_page_range(struct vm_area_struct *vma)
unsigned long flags = pgprot_val(vma->vm_page_prot)
& _PAGE_CACHE_MASK;

+ WARN_ON_ONCE(!flags);
reserve_memtype(addr, addr + vma->vm_end - vma->vm_start, flags, NULL);
}

@@ -338,6 +339,7 @@ int pci_mmap_page_range(struct pci_dev *dev, struct vm_area_struct *vma,
return -EAGAIN;

vma->vm_ops = &pci_mmap_ops;
+ WARN_ON_ONCE(!(pgprot_val(vma->vm_page_prot) & _PAGE_CACHE_MASK));

return 0;
}

2009-04-01 10:24:16

by Arkadiusz Miskiewicz

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Wednesday 01 of April 2009, Pallipadi, Venkatesh wrote:
> On Tue, Mar 31, 2009 at 12:44:32AM -0700, Arkadiusz Miskiewicz wrote:
> > On Tuesday 31 of March 2009, Pallipadi, Venkatesh wrote:
> > > On Mon, Mar 30, 2009 at 04:25:11PM -0700, Arkadiusz Miskiewicz wrote:
> > > > On Tuesday 31 of March 2009, Arkadiusz Miskiewicz wrote:
> > > > > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
> > > > >
> > > > > More info follows. Now I've switched to
> > > > > e1c502482853f84606928f5a2f2eb6da1993cda1 which contains latest drm
> > > > > fixes and now I get much lower numbers of PAT errors but still.
> > > >
> > > > Also when I switch t400 into discrete mode (radeon hd 3400 instead
> > > > of integrated intel GM45) I get such errors (probably unrelated
> > > > to these seen when using intel):
> > > >
> > > > [ 419.187657] X:10550 conflicting memory types cfff0000-d0000000
> > > > uncached<->uncached-minus [ 419.187670] reserve_memtype failed
> > > > 0xcfff0000-0xd0000000, track uncached, req write-back [ 419.553914]
> > > > X:10550 conflicting memory types cfff0000-d0000000
> > > > uncached<->uncached-minus [ 419.553923] reserve_memtype failed
> > > > 0xcfff0000-0xd0000000, track uncached, req write-back [ 419.813592]
> > > > X:10550 conflicting memory types cfff0000-d0000000
> > > > uncached<->uncached-minus [ 419.813601] reserve_memtype failed
> > > > 0xcfff0000-0xd0000000, track uncached, req write-back [ 420.100102]
> > > > X:10550 conflicting memory types cfff0000-d0000000
> > > > uncached<->uncached-minus [ 420.100111] reserve_memtype failed
> > > > 0xcfff0000-0xd0000000, track uncached, req write-back
> > >
> > > Yes. This is a different problem than the freeing invalid type one. Are
> > > these errors also with latest git kernel? Can you try the patch below
> > > (which is a part of a bigger cleanup patch I have lined up).
> >
> > It's a latest git kernel as of today morning
> > (latest commit is 15f7176eb1cccec0a332541285ee752b935c1c85)
> > + your patch. Problem persists:
> >
> > [ 74.696353] [drm] Setting GART location based on new memory map
> > [ 74.711520] [drm] Loading RV620 CP Microcode
> > [ 74.711792] [drm] Loading RV620 PFP Microcode
> > [ 74.726719] [drm] Resetting GPU
> > [ 74.726776] [drm] writeback test succeeded in 1 usecs
> > [ 75.256034] X:5366 conflicting memory types d0000000-e0000000
> > uncached-minus<->write-combining [ 75.256043] reserve_memtype failed
> > 0xd0000000-0xe0000000, track uncached-minus, req write-back [
> > 75.849951] X:5366 conflicting memory types d0000000-e0000000
> > uncached-minus<->write-combining [ 75.849960] reserve_memtype failed
> > 0xd0000000-0xe0000000, track uncached-minus, req write-back [
> > 76.054374] X:5366 conflicting memory types d0000000-e0000000
> > uncached-minus<->write-combining [ 76.054377] reserve_memtype failed
> > 0xd0000000-0xe0000000, track uncached-minus, req write-back [
> > 76.074481] X:5378 freeing invalid memtype d0000000-e0000000
> > [ 76.176881] X:5366 conflicting memory types d0000000-e0000000
> > uncached-minus<->write-combining [ 76.176885] reserve_memtype failed
> > 0xd0000000-0xe0000000, track uncached-minus, req write-back [
> > 76.207734] X:5380 freeing invalid memtype d0000000-e0000000
>
> OK. We now have a theory on what is going wrong here.
>
> The problem seems to be pci mmap uses vm_page_prot flag to remember the
> memtype for this region. Looks like that memtype is somehow getting cleared
> in this case. We still don't know where it is getting cleared. But, with
> debug patch below we can be sure that it is indeed getting cleared, which
> is causing problems on fork() as child wont know the memtype that parent
> got.
>
> Can you please try the below debug patch over upstream git and check
> whether you indeed hit the warnon.

warns triggered:

[ 73.912492] tun: Universal TUN/TAP device driver, 1.6
[ 73.912499] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[ 74.257914] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 74.344329] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 74.344803] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
[ 74.344809] nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or
[ 74.344814] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[ 83.662071] pci 0000:01:00.0: power state changed by ACPI to D0
[ 83.662080] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 83.670568] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 83.670572] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 83.670575] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 83.670577] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 83.670601] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 83.670604] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 83.670607] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 83.670609] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 83.670849] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 83.670852] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 83.670854] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 83.670857] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 83.672523] ------------[ cut here ]------------
[ 83.672525] WARNING: at arch/x86/pci/i386.c:273 pci_track_mmap_page_range+0x55/0x96()
[ 83.672527] Hardware name: 2764CTO
[ 83.672528] Modules linked in: xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack iptable_filter ip_tables x_tables tun bridge stp rfcomm llc bnep sco hidp l2cap bluetooth ipv6
sch_sfq i915 drm i2c_algo_bit cfbcopyarea cfbimgblt cfbfillrect fbcon tileblit font bitblit softcursor fb acpi_cpufreq cryptd aes_x86_64 aes_generic xts gf128mul dm_crypt dm_mod usbhid hid
joydev uvcvideo videodev v4l1_compat v4l2_compat_ioctl32 snd_hda_codec_conexant arc4 ecb snd_hda_intel iwlagn thinkpad_acpi wmi snd_hda_codec iwlcore yenta_socket rsrc_nonstatic
pcmcia_core thermal sg uhci_hcd psmouse video rfkill sdhci_pci sr_mod sdhci serio_raw firewire_ohci backlight mmc_core cdrom ehci_hcd nvram snd_hwdep output led_class snd_pcm
firewire_core snd_timer i2c_i801 ricoh_mmc processor snd mac80211 iTCO_wdt usbcore e1000e soundcore pcspkr intel_agp i2c_core snd_page_alloc iTCO_vendor_support cfg80211 evdev ac
battery button crc_itu_t xfs exportfs scsi_wait_scan sd_mod crc_t10dif ahci libata scsi_mod
[ 83.672596] Pid: 5206, comm: X Not tainted 2.6.29 #155
[ 83.672597] Call Trace:
[ 83.672602] [<ffffffff8024601b>] warn_slowpath+0xe5/0x138
[ 83.672606] [<ffffffff8022b3ef>] ? ioremap_change_attr+0x2b/0x4f
[ 83.672608] [<ffffffff8022e0be>] ? kernel_map_sync_memtype+0x89/0x123
[ 83.672611] [<ffffffff8022e7a5>] ? reserve_pfn_range+0x15f/0x1ab
[ 83.672613] [<ffffffff8022e985>] ? track_pfn_vma_copy+0xbc/0x176
[ 83.672616] [<ffffffff802b63ad>] ? copy_page_range+0x64e/0x760
[ 83.672619] [<ffffffff80419f74>] pci_track_mmap_page_range+0x55/0x96
[ 83.672622] [<ffffffff80332b2e>] bin_vma_open+0x5d/0x84
[ 83.672624] [<ffffffff80244021>] dup_mm+0x2b6/0x394
[ 83.672626] [<ffffffff80244bc8>] copy_process+0xa6f/0x1232
[ 83.672629] [<ffffffff802454e8>] do_fork+0x15d/0x36e
[ 83.672632] [<ffffffff80378bc7>] ? __down_read_trylock+0x52/0x6f
[ 83.672635] [<ffffffff80262cc8>] ? up_read+0x1c/0x32
[ 83.672638] [<ffffffff8020a6a2>] sys_clone+0x37/0x52
[ 83.672643] [<ffffffff8020c213>] stub_clone+0x13/0x20
[ 83.672645] [<ffffffff8020beab>] ? system_call_fastpath+0x16/0x1b
[ 83.672647] ---[ end trace e46242fdecd88d91 ]---
[ 83.692900] pci 0000:01:00.0: setting latency timer to 64
[ 83.693199] [drm] Initialized radeon 1.29.0 20080528 for 0000:01:00.0 on minor 0
[ 83.693402] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 83.693405] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 83.693407] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 83.693409] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 83.693411] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 83.693413] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 83.693415] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 83.693417] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 83.694972] get_mtrr: cpu0 reg04 base=00000d0000 size=0000010000 write-combining
[ 83.873138] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 83.873144] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 83.873149] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 83.873153] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 83.908880] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 83.908886] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 83.908890] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 83.908895] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 84.584974] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 84.584983] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 84.584990] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 84.584997] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 84.585004] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 84.585011] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 84.585017] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 84.585023] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 84.590095] get_mtrr: cpu0 reg04 base=00000d0000 size=0000010000 write-combining
[ 84.594770] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 84.594779] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 84.594785] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 84.594791] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 84.594799] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 84.594805] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 84.594811] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 84.594818] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 84.599841] get_mtrr: cpu0 reg04 base=00000d0000 size=0000010000 write-combining
[ 84.604486] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 84.604495] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 84.604501] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 84.604508] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 84.604515] get_mtrr: cpu0 reg00 base=000013c000 size=0000004000 uncachable
[ 84.604521] get_mtrr: cpu0 reg01 base=0000000000 size=0000080000 write-back
[ 84.604528] get_mtrr: cpu0 reg02 base=0000080000 size=0000040000 write-back
[ 84.604534] get_mtrr: cpu0 reg03 base=0000100000 size=0000040000 write-back
[ 84.708155] [drm] Setting GART location based on new memory map
[ 84.723310] [drm] Loading RV620 CP Microcode
[ 84.723575] [drm] Loading RV620 PFP Microcode
[ 84.738512] [drm] Resetting GPU
[ 84.738569] [drm] writeback test succeeded in 1 usecs
[ 85.293740] X:5206 conflicting memory types d0000000-e0000000 uncached-minus<->write-combining
[ 85.293749] reserve_memtype failed 0xd0000000-0xe0000000, track uncached-minus, req write-back
[ 85.817683] X:5206 conflicting memory types d0000000-e0000000 uncached-minus<->write-combining
[ 85.817692] reserve_memtype failed 0xd0000000-0xe0000000, track uncached-minus, req write-back
[ 86.074033] X:5206 conflicting memory types d0000000-e0000000 uncached-minus<->write-combining
[ 86.074042] reserve_memtype failed 0xd0000000-0xe0000000, track uncached-minus, req write-back
[ 86.137415] X:5239 freeing invalid memtype d0000000-e0000000
[ 86.512822] X:5206 conflicting memory types d0000000-e0000000 uncached-minus<->write-combining
[ 86.512831] reserve_memtype failed 0xd0000000-0xe0000000, track uncached-minus, req write-back
[ 86.575023] X:5241 freeing invalid memtype d0000000-e0000000

>
> Thanks,
> Venki
>
>
> diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
> index 640339e..1294194 100644
> --- a/arch/x86/mm/pat.c
> +++ b/arch/x86/mm/pat.c
> @@ -182,10 +182,10 @@ static unsigned long pat_x_mtrr_type(u64 start, u64
> end, unsigned long req_type) u8 mtrr_type;
>
> mtrr_type = mtrr_type_lookup(start, end);
> - if (mtrr_type == MTRR_TYPE_UNCACHABLE)
> - return _PAGE_CACHE_UC;
> - if (mtrr_type == MTRR_TYPE_WRCOMB)
> - return _PAGE_CACHE_WC;
> + if (mtrr_type != MTRR_TYPE_WRBACK)
> + return _PAGE_CACHE_UC_MINUS;
> +
> + return _PAGE_CACHE_WB;
> }
>
> return req_type;
> diff --git a/arch/x86/pci/i386.c b/arch/x86/pci/i386.c
> index f234a37..4618b71 100644
> --- a/arch/x86/pci/i386.c
> +++ b/arch/x86/pci/i386.c
> @@ -270,6 +270,7 @@ static void pci_track_mmap_page_range(struct
> vm_area_struct *vma) unsigned long flags = pgprot_val(vma->vm_page_prot)
> & _PAGE_CACHE_MASK;
>
> + WARN_ON_ONCE(!flags);
> reserve_memtype(addr, addr + vma->vm_end - vma->vm_start, flags, NULL);
> }
>
> @@ -338,6 +339,7 @@ int pci_mmap_page_range(struct pci_dev *dev, struct
> vm_area_struct *vma, return -EAGAIN;
>
> vma->vm_ops = &pci_mmap_ops;
> + WARN_ON_ONCE(!(pgprot_val(vma->vm_page_prot) & _PAGE_CACHE_MASK));
>
> return 0;
> }


--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/

2009-04-01 23:09:06

by Pallipadi, Venkatesh

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Wed, Apr 01, 2009 at 03:23:49AM -0700, Arkadiusz Miskiewicz wrote:
> On Wednesday 01 of April 2009, Pallipadi, Venkatesh wrote:
> > On Tue, Mar 31, 2009 at 12:44:32AM -0700, Arkadiusz Miskiewicz wrote:
> > > On Tuesday 31 of March 2009, Pallipadi, Venkatesh wrote:
> > > > On Mon, Mar 30, 2009 at 04:25:11PM -0700, Arkadiusz Miskiewicz wrote:
> > > > > On Tuesday 31 of March 2009, Arkadiusz Miskiewicz wrote:
> > > > > > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
> > > > > >
> > > > > > More info follows. Now I've switched to
> > > > > > e1c502482853f84606928f5a2f2eb6da1993cda1 which contains latest drm
> > > > > > fixes and now I get much lower numbers of PAT errors but still.
> > > > >
> > > > > Also when I switch t400 into discrete mode (radeon hd 3400 instead
> > > > > of integrated intel GM45) I get such errors (probably unrelated
> > > > > to these seen when using intel):
> > > > >
> > > > > [ 419.187657] X:10550 conflicting memory types cfff0000-d0000000
> > > > > uncached<->uncached-minus [ 419.187670] reserve_memtype failed
> > > > > 0xcfff0000-0xd0000000, track uncached, req write-back [ 419.553914]
> > > > > X:10550 conflicting memory types cfff0000-d0000000
> > > > > uncached<->uncached-minus [ 419.553923] reserve_memtype failed
> > > > > 0xcfff0000-0xd0000000, track uncached, req write-back [ 419.813592]
> > > > > X:10550 conflicting memory types cfff0000-d0000000
> > > > > uncached<->uncached-minus [ 419.813601] reserve_memtype failed
> > > > > 0xcfff0000-0xd0000000, track uncached, req write-back [ 420.100102]
> > > > > X:10550 conflicting memory types cfff0000-d0000000
> > > > > uncached<->uncached-minus [ 420.100111] reserve_memtype failed
> > > > > 0xcfff0000-0xd0000000, track uncached, req write-back
> > > >
> > > > Yes. This is a different problem than the freeing invalid type one. Are
> > > > these errors also with latest git kernel? Can you try the patch below
> > > > (which is a part of a bigger cleanup patch I have lined up).
> > >
> > > It's a latest git kernel as of today morning
> > > (latest commit is 15f7176eb1cccec0a332541285ee752b935c1c85)
> > > + your patch. Problem persists:
> > >
> > > [ 74.696353] [drm] Setting GART location based on new memory map
> > > [ 74.711520] [drm] Loading RV620 CP Microcode
> > > [ 74.711792] [drm] Loading RV620 PFP Microcode
> > > [ 74.726719] [drm] Resetting GPU
> > > [ 74.726776] [drm] writeback test succeeded in 1 usecs
> > > [ 75.256034] X:5366 conflicting memory types d0000000-e0000000
> > > uncached-minus<->write-combining [ 75.256043] reserve_memtype failed
> > > 0xd0000000-0xe0000000, track uncached-minus, req write-back [
> > > 75.849951] X:5366 conflicting memory types d0000000-e0000000
> > > uncached-minus<->write-combining [ 75.849960] reserve_memtype failed
> > > 0xd0000000-0xe0000000, track uncached-minus, req write-back [
> > > 76.054374] X:5366 conflicting memory types d0000000-e0000000
> > > uncached-minus<->write-combining [ 76.054377] reserve_memtype failed
> > > 0xd0000000-0xe0000000, track uncached-minus, req write-back [
> > > 76.074481] X:5378 freeing invalid memtype d0000000-e0000000
> > > [ 76.176881] X:5366 conflicting memory types d0000000-e0000000
> > > uncached-minus<->write-combining [ 76.176885] reserve_memtype failed
> > > 0xd0000000-0xe0000000, track uncached-minus, req write-back [
> > > 76.207734] X:5380 freeing invalid memtype d0000000-e0000000
> >
> > OK. We now have a theory on what is going wrong here.
> >
> > The problem seems to be pci mmap uses vm_page_prot flag to remember the
> > memtype for this region. Looks like that memtype is somehow getting cleared
> > in this case. We still don't know where it is getting cleared. But, with
> > debug patch below we can be sure that it is indeed getting cleared, which
> > is causing problems on fork() as child wont know the memtype that parent
> > got.
> >
> > Can you please try the below debug patch over upstream git and check
> > whether you indeed hit the warnon.
>
> warns triggered:
>

OK. Below patch should resolve this problem.

Thanks,
Venki

From: Suresh Siddha <[email protected]>
Subject: [PATCH] x86, PAT: Remove duplicate memtype reserve in pci mmap

pci mmap code was doing memtype reserve for a while now. Recently we
added memtype tracking in remap_pfn_range, and pci code indirectly calls
remap_pfn_range. So, we don't need seperate tracking in pci code
anymore. Which means a patch that removes ~50 lines of code :-).

Also, recently we found out that the pci tracking is not working as we expect
it to work in some cases. Specifically, userlevel X mmap of pci, with some
recent version of X, is having a problem with vm_page_prot getting reset.
The pci tracking uses vm_page_prot to pass on the protection type from parent
to child during fork.
a) Parent does a pci mmap
b) We look at PAT and get either UC_MINUS or WC mapping for parent
c) Store that mapping type in vma vm_page_prot for future use
d) This thread does a fork
e) Fork results in mmap_ops ->open for the child process
f) We get the vm_page_prot from vma and reserve that type for the child process

But, between c) and e) above, the vma vm_page_prot is getting reset to zero.
This results in PAT reserve failing at the time of fork as in here.
http://marc.info/?l=linux-kernel&m=123858163103240&w=2

This cleanup makes the above problem go away as we do not depend on
vm_page_prot in our PAT code anymore.

Signed-off-by: Suresh Siddha <[email protected]>
Signed-off-by: Venkatesh Pallipadi <[email protected]>
---
arch/x86/pci/i386.c | 46 ----------------------------------------------
1 file changed, 46 deletions(-)

Index: linux-2.6/arch/x86/pci/i386.c
===================================================================
--- linux-2.6.orig/arch/x86/pci/i386.c 2009-04-01 10:29:49.000000000 -0700
+++ linux-2.6/arch/x86/pci/i386.c 2009-04-01 10:33:18.000000000 -0700
@@ -258,24 +258,7 @@ void pcibios_set_master(struct pci_dev *
pci_write_config_byte(dev, PCI_LATENCY_TIMER, lat);
}

-static void pci_unmap_page_range(struct vm_area_struct *vma)
-{
- u64 addr = (u64)vma->vm_pgoff << PAGE_SHIFT;
- free_memtype(addr, addr + vma->vm_end - vma->vm_start);
-}
-
-static void pci_track_mmap_page_range(struct vm_area_struct *vma)
-{
- u64 addr = (u64)vma->vm_pgoff << PAGE_SHIFT;
- unsigned long flags = pgprot_val(vma->vm_page_prot)
- & _PAGE_CACHE_MASK;
-
- reserve_memtype(addr, addr + vma->vm_end - vma->vm_start, flags, NULL);
-}
-
static struct vm_operations_struct pci_mmap_ops = {
- .open = pci_track_mmap_page_range,
- .close = pci_unmap_page_range,
.access = generic_access_phys,
};

@@ -283,11 +266,6 @@ int pci_mmap_page_range(struct pci_dev *
enum pci_mmap_state mmap_state, int write_combine)
{
unsigned long prot;
- u64 addr = vma->vm_pgoff << PAGE_SHIFT;
- unsigned long len = vma->vm_end - vma->vm_start;
- unsigned long flags;
- unsigned long new_flags;
- int retval;

/* I/O space cannot be accessed via normal processor loads and
* stores on this platform.
@@ -308,30 +286,6 @@ int pci_mmap_page_range(struct pci_dev *

vma->vm_page_prot = __pgprot(prot);

- flags = pgprot_val(vma->vm_page_prot) & _PAGE_CACHE_MASK;
- retval = reserve_memtype(addr, addr + len, flags, &new_flags);
- if (retval)
- return retval;
-
- if (flags != new_flags) {
- if (!is_new_memtype_allowed(flags, new_flags)) {
- free_memtype(addr, addr+len);
- return -EINVAL;
- }
- flags = new_flags;
- vma->vm_page_prot = __pgprot(
- (pgprot_val(vma->vm_page_prot) & ~_PAGE_CACHE_MASK) |
- flags);
- }
-
- if (((vma->vm_pgoff < max_low_pfn_mapped) ||
- (vma->vm_pgoff >= (1UL<<(32 - PAGE_SHIFT)) &&
- vma->vm_pgoff < max_pfn_mapped)) &&
- ioremap_change_attr((unsigned long)__va(addr), len, flags)) {
- free_memtype(addr, addr + len);
- return -EINVAL;
- }
-
if (io_remap_pfn_range(vma, vma->vm_start, vma->vm_pgoff,
vma->vm_end - vma->vm_start,
vma->vm_page_prot))

2009-04-02 00:49:49

by Pallipadi, Venkatesh

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Mon, Mar 30, 2009 at 05:28:15PM -0700, Pallipadi, Venkatesh wrote:
> On Mon, Mar 30, 2009 at 03:31:09PM -0700, Arkadiusz Miskiewicz wrote:
> > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
> >
> > More info follows. Now I've switched to
> > e1c502482853f84606928f5a2f2eb6da1993cda1 which contains latest drm fixes and
> > now I get much lower numbers of PAT errors but still.
> >
> > > On Mon, 2009-03-30 at 14:31 -0700, Arkadiusz Miskiewicz wrote:
> > > > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
> > > > > Patch here should get rid of these errors.
> > > > >
> > > > > http://marc.info/?l=linux-kernel&m=123788806506230&w=2
> > > > >
> > > > > The patch is in tip and on its way to upstream.
> > > >
> > > > The problem is that kernel I'm running already contains this patch (it's
> > > > merged already). Other ideas?
> > > >
> > > > ratelimiting that error is good IMO anyway.
> > >
> > > Rate limiting will just work around the problem here. Ideally we should
> > > never see these errors. So, it will be better if we can narrow down on
> > > the bug resulting in these error messages.
> >
> > Of course it's better. I'm saying that when these messages "fire" then it's
> > hard to do anything else on the system for a while until these stop.
> >
> > > Can you please send me the output of
> > > # cat /debug/x86/pat_memtype_list
> > > with debugfs mounted.
> > > and
> > > # cat /proc/mtrr
> >
>
> There seems to be two different problems here.
> - We should not have that many single page ranges reserved. That will cause a
> performance problem with drm even without the "freeing invalid type" error.
> - "freeing invalid type" error itself. Seems to be caused due to some
> unbalanced free along the drm path. We tried to find anything obvious in the
> code that may be causing problem here. But, haven't found anything so far.
> Will try to reproduce the problem internally and debug it further.
>

OK. I think we have root caused the thinko that was resulting in
"freeing invalid type" error. Can you try the below test
patch. Patch is not final version and may need some cleanup.

Signed-off-by: Venkatesh Pallipadi <[email protected]>
Signed-off-by: Suresh Siddha <[email protected]>

diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
index 640339e..c161700 100644
--- a/arch/x86/mm/pat.c
+++ b/arch/x86/mm/pat.c
@@ -847,7 +847,8 @@ cleanup_ret:
* can be for the entire vma (in which case size can be zero).
*/
void untrack_pfn_vma(struct vm_area_struct *vma, unsigned long pfn,
- unsigned long size)
+ unsigned long size,
+ unsigned long vstart, unsigned long vend)
{
unsigned long i;
resource_size_t paddr;
@@ -866,7 +867,7 @@ void untrack_pfn_vma(struct vm_area_struct *vma, unsigned long pfn,
return;
}

- if (size != 0 && size != vma_size) {
+ if (size != 0) {
/* free page by page, using pfn and size */
paddr = (resource_size_t)pfn << PAGE_SHIFT;
for (i = 0; i < size; i += PAGE_SIZE) {
@@ -874,9 +875,12 @@ void untrack_pfn_vma(struct vm_area_struct *vma, unsigned long pfn,
free_pfn_range(paddr, PAGE_SIZE);
}
} else {
- /* free entire vma, page by page, using the pfn from pte */
- for (i = 0; i < vma_size; i += PAGE_SIZE) {
- if (follow_phys(vma, vma_start + i, 0, &prot, &paddr))
+ /*
+ * free vma range from vstart to end, page by page
+ * using the pfn from pte
+ */
+ for (i = vstart; i < vend; i += PAGE_SIZE) {
+ if (follow_phys(vma, i, 0, &prot, &paddr))
continue;

free_pfn_range(paddr, PAGE_SIZE);
diff --git a/include/asm-generic/pgtable.h b/include/asm-generic/pgtable.h
index 8e6d0ca..a325dc1 100644
--- a/include/asm-generic/pgtable.h
+++ b/include/asm-generic/pgtable.h
@@ -328,7 +328,8 @@ static inline int track_pfn_vma_copy(struct vm_area_struct *vma)
* can be for the entire vma (in which case size can be zero).
*/
static inline void untrack_pfn_vma(struct vm_area_struct *vma,
- unsigned long pfn, unsigned long size)
+ unsigned long pfn, unsigned long size,
+ unsigned long vstart, unsigned long vend)
{
}
#else
@@ -336,7 +337,8 @@ extern int track_pfn_vma_new(struct vm_area_struct *vma, pgprot_t *prot,
unsigned long pfn, unsigned long size);
extern int track_pfn_vma_copy(struct vm_area_struct *vma);
extern void untrack_pfn_vma(struct vm_area_struct *vma, unsigned long pfn,
- unsigned long size);
+ unsigned long size,
+ unsigned long vstart, unsigned long vend);
#endif

#endif /* !__ASSEMBLY__ */
diff --git a/mm/memory.c b/mm/memory.c
index cf6873e..6e111c5 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -983,7 +983,7 @@ unsigned long unmap_vmas(struct mmu_gather **tlbp,
*nr_accounted += (end - start) >> PAGE_SHIFT;

if (unlikely(is_pfn_mapping(vma)))
- untrack_pfn_vma(vma, 0, 0);
+ untrack_pfn_vma(vma, 0, 0, start, end);

while (start != end) {
if (!tlb_start_valid) {
@@ -1537,7 +1537,7 @@ int vm_insert_pfn(struct vm_area_struct *vma, unsigned long addr,
ret = insert_pfn(vma, addr, pfn, pgprot);

if (ret)
- untrack_pfn_vma(vma, pfn, PAGE_SIZE);
+ untrack_pfn_vma(vma, pfn, PAGE_SIZE, 0, 0);

return ret;
}
@@ -1702,7 +1702,7 @@ int remap_pfn_range(struct vm_area_struct *vma, unsigned long addr,
} while (pgd++, addr = next, addr != end);

if (err)
- untrack_pfn_vma(vma, pfn, PAGE_ALIGN(size));
+ untrack_pfn_vma(vma, pfn, PAGE_ALIGN(size), 0, 0);

return err;
}

2009-04-02 06:40:59

by Arkadiusz Miskiewicz

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Thursday 02 of April 2009, Pallipadi, Venkatesh wrote:
> On Wed, Apr 01, 2009 at 03:23:49AM -0700, Arkadiusz Miskiewicz wrote:
> > On Wednesday 01 of April 2009, Pallipadi, Venkatesh wrote:
> > > On Tue, Mar 31, 2009 at 12:44:32AM -0700, Arkadiusz Miskiewicz wrote:
> > > > On Tuesday 31 of March 2009, Pallipadi, Venkatesh wrote:
> > > > > On Mon, Mar 30, 2009 at 04:25:11PM -0700, Arkadiusz Miskiewicz
wrote:
> > > > > > On Tuesday 31 of March 2009, Arkadiusz Miskiewicz wrote:
> > > > > > > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
> > > > > > >
> > > > > > > More info follows. Now I've switched to
> > > > > > > e1c502482853f84606928f5a2f2eb6da1993cda1 which contains latest
> > > > > > > drm fixes and now I get much lower numbers of PAT errors but
> > > > > > > still.
> > > > > >
> > > > > > Also when I switch t400 into discrete mode (radeon hd 3400
> > > > > > instead of integrated intel GM45) I get such errors (probably
> > > > > > unrelated to these seen when using intel):
> > > > > >
> > > > > > [ 419.187657] X:10550 conflicting memory types cfff0000-d0000000
> > > > > > uncached<->uncached-minus [ 419.187670] reserve_memtype failed
> > > > > > 0xcfff0000-0xd0000000, track uncached, req write-back [
> > > > > > 419.553914] X:10550 conflicting memory types cfff0000-d0000000
> > > > > > uncached<->uncached-minus [ 419.553923] reserve_memtype failed
> > > > > > 0xcfff0000-0xd0000000, track uncached, req write-back [
> > > > > > 419.813592] X:10550 conflicting memory types cfff0000-d0000000
> > > > > > uncached<->uncached-minus [ 419.813601] reserve_memtype failed
> > > > > > 0xcfff0000-0xd0000000, track uncached, req write-back [
> > > > > > 420.100102] X:10550 conflicting memory types cfff0000-d0000000
> > > > > > uncached<->uncached-minus [ 420.100111] reserve_memtype failed
> > > > > > 0xcfff0000-0xd0000000, track uncached, req write-back
> > > > >
> > > > > Yes. This is a different problem than the freeing invalid type one.
> > > > > Are these errors also with latest git kernel? Can you try the patch
> > > > > below (which is a part of a bigger cleanup patch I have lined up).
> > > >
> > > > It's a latest git kernel as of today morning
> > > > (latest commit is 15f7176eb1cccec0a332541285ee752b935c1c85)
> > > > + your patch. Problem persists:
> > > >
> > > > [ 74.696353] [drm] Setting GART location based on new memory map
> > > > [ 74.711520] [drm] Loading RV620 CP Microcode
> > > > [ 74.711792] [drm] Loading RV620 PFP Microcode
> > > > [ 74.726719] [drm] Resetting GPU
> > > > [ 74.726776] [drm] writeback test succeeded in 1 usecs
> > > > [ 75.256034] X:5366 conflicting memory types d0000000-e0000000
> > > > uncached-minus<->write-combining [ 75.256043] reserve_memtype
> > > > failed 0xd0000000-0xe0000000, track uncached-minus, req write-back [
> > > > 75.849951] X:5366 conflicting memory types d0000000-e0000000
> > > > uncached-minus<->write-combining [ 75.849960] reserve_memtype
> > > > failed 0xd0000000-0xe0000000, track uncached-minus, req write-back [
> > > > 76.054374] X:5366 conflicting memory types d0000000-e0000000
> > > > uncached-minus<->write-combining [ 76.054377] reserve_memtype
> > > > failed 0xd0000000-0xe0000000, track uncached-minus, req write-back [
> > > > 76.074481] X:5378 freeing invalid memtype d0000000-e0000000
> > > > [ 76.176881] X:5366 conflicting memory types d0000000-e0000000
> > > > uncached-minus<->write-combining [ 76.176885] reserve_memtype
> > > > failed 0xd0000000-0xe0000000, track uncached-minus, req write-back [
> > > > 76.207734] X:5380 freeing invalid memtype d0000000-e0000000
> > >
> > > OK. We now have a theory on what is going wrong here.
> > >
> > > The problem seems to be pci mmap uses vm_page_prot flag to remember the
> > > memtype for this region. Looks like that memtype is somehow getting
> > > cleared in this case. We still don't know where it is getting cleared.
> > > But, with debug patch below we can be sure that it is indeed getting
> > > cleared, which is causing problems on fork() as child wont know the
> > > memtype that parent got.
> > >
> > > Can you please try the below debug patch over upstream git and check
> > > whether you indeed hit the warnon.
> >
> > warns triggered:
>
> OK. Below patch should resolve this problem.



The issue is gone with this patch. Thanks!




>
> Thanks,
> Venki
>
> From: Suresh Siddha <[email protected]>
> Subject: [PATCH] x86, PAT: Remove duplicate memtype reserve in pci mmap
>
> pci mmap code was doing memtype reserve for a while now. Recently we
> added memtype tracking in remap_pfn_range, and pci code indirectly calls
> remap_pfn_range. So, we don't need seperate tracking in pci code
> anymore. Which means a patch that removes ~50 lines of code :-).
>
> Also, recently we found out that the pci tracking is not working as we
> expect it to work in some cases. Specifically, userlevel X mmap of pci,
> with some recent version of X, is having a problem with vm_page_prot
> getting reset. The pci tracking uses vm_page_prot to pass on the protection
> type from parent to child during fork.
> a) Parent does a pci mmap
> b) We look at PAT and get either UC_MINUS or WC mapping for parent
> c) Store that mapping type in vma vm_page_prot for future use
> d) This thread does a fork
> e) Fork results in mmap_ops ->open for the child process
> f) We get the vm_page_prot from vma and reserve that type for the child
> process
>
> But, between c) and e) above, the vma vm_page_prot is getting reset to
> zero. This results in PAT reserve failing at the time of fork as in here.
> http://marc.info/?l=linux-kernel&m=123858163103240&w=2
>
> This cleanup makes the above problem go away as we do not depend on
> vm_page_prot in our PAT code anymore.
>
> Signed-off-by: Suresh Siddha <[email protected]>
> Signed-off-by: Venkatesh Pallipadi <[email protected]>
> ---
> arch/x86/pci/i386.c | 46 ----------------------------------------------
> 1 file changed, 46 deletions(-)
>
> Index: linux-2.6/arch/x86/pci/i386.c
> ===================================================================
> --- linux-2.6.orig/arch/x86/pci/i386.c 2009-04-01 10:29:49.000000000 -0700
> +++ linux-2.6/arch/x86/pci/i386.c 2009-04-01 10:33:18.000000000 -0700
> @@ -258,24 +258,7 @@ void pcibios_set_master(struct pci_dev *
> pci_write_config_byte(dev, PCI_LATENCY_TIMER, lat);
> }
>
> -static void pci_unmap_page_range(struct vm_area_struct *vma)
> -{
> - u64 addr = (u64)vma->vm_pgoff << PAGE_SHIFT;
> - free_memtype(addr, addr + vma->vm_end - vma->vm_start);
> -}
> -
> -static void pci_track_mmap_page_range(struct vm_area_struct *vma)
> -{
> - u64 addr = (u64)vma->vm_pgoff << PAGE_SHIFT;
> - unsigned long flags = pgprot_val(vma->vm_page_prot)
> - & _PAGE_CACHE_MASK;
> -
> - reserve_memtype(addr, addr + vma->vm_end - vma->vm_start, flags, NULL);
> -}
> -
> static struct vm_operations_struct pci_mmap_ops = {
> - .open = pci_track_mmap_page_range,
> - .close = pci_unmap_page_range,
> .access = generic_access_phys,
> };
>
> @@ -283,11 +266,6 @@ int pci_mmap_page_range(struct pci_dev *
> enum pci_mmap_state mmap_state, int write_combine)
> {
> unsigned long prot;
> - u64 addr = vma->vm_pgoff << PAGE_SHIFT;
> - unsigned long len = vma->vm_end - vma->vm_start;
> - unsigned long flags;
> - unsigned long new_flags;
> - int retval;
>
> /* I/O space cannot be accessed via normal processor loads and
> * stores on this platform.
> @@ -308,30 +286,6 @@ int pci_mmap_page_range(struct pci_dev *
>
> vma->vm_page_prot = __pgprot(prot);
>
> - flags = pgprot_val(vma->vm_page_prot) & _PAGE_CACHE_MASK;
> - retval = reserve_memtype(addr, addr + len, flags, &new_flags);
> - if (retval)
> - return retval;
> -
> - if (flags != new_flags) {
> - if (!is_new_memtype_allowed(flags, new_flags)) {
> - free_memtype(addr, addr+len);
> - return -EINVAL;
> - }
> - flags = new_flags;
> - vma->vm_page_prot = __pgprot(
> - (pgprot_val(vma->vm_page_prot) & ~_PAGE_CACHE_MASK) |
> - flags);
> - }
> -
> - if (((vma->vm_pgoff < max_low_pfn_mapped) ||
> - (vma->vm_pgoff >= (1UL<<(32 - PAGE_SHIFT)) &&
> - vma->vm_pgoff < max_pfn_mapped)) &&
> - ioremap_change_attr((unsigned long)__va(addr), len, flags)) {
> - free_memtype(addr, addr + len);
> - return -EINVAL;
> - }
> -
> if (io_remap_pfn_range(vma, vma->vm_start, vma->vm_pgoff,
> vma->vm_end - vma->vm_start,
> vma->vm_page_prot))


--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/

2009-04-03 09:53:53

by Alessandro Suardi

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Thu, Apr 2, 2009 at 2:49 AM, Pallipadi, Venkatesh
<[email protected]> wrote:
> On Mon, Mar 30, 2009 at 05:28:15PM -0700, Pallipadi, Venkatesh wrote:
>> On Mon, Mar 30, 2009 at 03:31:09PM -0700, Arkadiusz Miskiewicz wrote:
>> > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
>> >
>> > More info follows. Now I've switched to
>> > e1c502482853f84606928f5a2f2eb6da1993cda1 which contains latest drm fixes and
>> > now I get much lower numbers of PAT errors but still.
>> >
>> > > On Mon, 2009-03-30 at 14:31 -0700, Arkadiusz Miskiewicz wrote:
>> > > > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
>> > > > > Patch here should get rid of these errors.
>> > > > >
>> > > > > http://marc.info/?l=linux-kernel&m=123788806506230&w=2
>> > > > >
>> > > > > The patch is in tip and on its way to upstream.
>> > > >
>> > > > The problem is that kernel I'm running already contains this patch (it's
>> > > > merged already). Other ideas?
>> > > >
>> > > > ratelimiting that error is good IMO anyway.
>> > >
>> > > Rate limiting will just work around the problem here. Ideally we should
>> > > never see these errors. So, it will be better if we can narrow down on
>> > > the bug resulting in these error messages.
>> >
>> > Of course it's better. I'm saying that when these messages "fire" then it's
>> > hard to do anything else on the system for a while until these stop.
>> >
>> > > Can you please send me the output of
>> > > # cat /debug/x86/pat_memtype_list
>> > > with debugfs mounted.
>> > > and
>> > > # cat /proc/mtrr
>> >
>>
>> There seems to be two different problems here.
>> - We should not have that many single page ranges reserved. That will cause a
>> performance problem with drm even without the "freeing invalid type" error.
>> - "freeing invalid type" error itself. Seems to be caused due to some
>> unbalanced free along the drm path. We tried to find anything obvious in the
>> code that may be causing problem here. But, haven't found anything so far.
>> Will try to reproduce the problem internally and debug it further.
>>
>
> OK. I think we have root caused the thinko that was resulting in
> "freeing invalid type" error. Can you try the below test
> patch. Patch is not final version and may need some cleanup.
>
> Signed-off-by: Venkatesh Pallipadi <[email protected]>
> Signed-off-by: Suresh Siddha <[email protected]>
>
> diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
> index 640339e..c161700 100644
> --- a/arch/x86/mm/pat.c
> +++ b/arch/x86/mm/pat.c
> @@ -847,7 +847,8 @@ cleanup_ret:
> ?* can be for the entire vma (in which case size can be zero).
> ?*/
> ?void untrack_pfn_vma(struct vm_area_struct *vma, unsigned long pfn,
> - ? ? ? ? ? ? ? ? ? ? ? unsigned long size)
> + ? ? ? ? ? ? ? ? ? ? ? unsigned long size,
> + ? ? ? ? ? ? ? ? ? ? ? unsigned long vstart, unsigned long vend)
> ?{
> ? ? ? ?unsigned long i;
> ? ? ? ?resource_size_t paddr;
> @@ -866,7 +867,7 @@ void untrack_pfn_vma(struct vm_area_struct *vma, unsigned long pfn,
> ? ? ? ? ? ? ? ?return;
> ? ? ? ?}
>
> - ? ? ? if (size != 0 && size != vma_size) {
> + ? ? ? if (size != 0) {
> ? ? ? ? ? ? ? ?/* free page by page, using pfn and size */
> ? ? ? ? ? ? ? ?paddr = (resource_size_t)pfn << PAGE_SHIFT;
> ? ? ? ? ? ? ? ?for (i = 0; i < size; i += PAGE_SIZE) {
> @@ -874,9 +875,12 @@ void untrack_pfn_vma(struct vm_area_struct *vma, unsigned long pfn,
> ? ? ? ? ? ? ? ? ? ? ? ?free_pfn_range(paddr, PAGE_SIZE);
> ? ? ? ? ? ? ? ?}
> ? ? ? ?} else {
> - ? ? ? ? ? ? ? /* free entire vma, page by page, using the pfn from pte */
> - ? ? ? ? ? ? ? for (i = 0; i < vma_size; i += PAGE_SIZE) {
> - ? ? ? ? ? ? ? ? ? ? ? if (follow_phys(vma, vma_start + i, 0, &prot, &paddr))
> + ? ? ? ? ? ? ? /*
> + ? ? ? ? ? ? ? ?* free vma range from vstart to end, page by page
> + ? ? ? ? ? ? ? ?* using the pfn from pte
> + ? ? ? ? ? ? ? ?*/
> + ? ? ? ? ? ? ? for (i = vstart; i < vend; i += PAGE_SIZE) {
> + ? ? ? ? ? ? ? ? ? ? ? if (follow_phys(vma, i, 0, &prot, &paddr))
> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?continue;
>
> ? ? ? ? ? ? ? ? ? ? ? ?free_pfn_range(paddr, PAGE_SIZE);
> diff --git a/include/asm-generic/pgtable.h b/include/asm-generic/pgtable.h
> index 8e6d0ca..a325dc1 100644
> --- a/include/asm-generic/pgtable.h
> +++ b/include/asm-generic/pgtable.h
> @@ -328,7 +328,8 @@ static inline int track_pfn_vma_copy(struct vm_area_struct *vma)
> ?* can be for the entire vma (in which case size can be zero).
> ?*/
> ?static inline void untrack_pfn_vma(struct vm_area_struct *vma,
> - ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long pfn, unsigned long size)
> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long pfn, unsigned long size,
> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long vstart, unsigned long vend)
> ?{
> ?}
> ?#else
> @@ -336,7 +337,8 @@ extern int track_pfn_vma_new(struct vm_area_struct *vma, pgprot_t *prot,
> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?unsigned long pfn, unsigned long size);
> ?extern int track_pfn_vma_copy(struct vm_area_struct *vma);
> ?extern void untrack_pfn_vma(struct vm_area_struct *vma, unsigned long pfn,
> - ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long size);
> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long size,
> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long vstart, unsigned long vend);
> ?#endif
>
> ?#endif /* !__ASSEMBLY__ */
> diff --git a/mm/memory.c b/mm/memory.c
> index cf6873e..6e111c5 100644
> --- a/mm/memory.c
> +++ b/mm/memory.c
> @@ -983,7 +983,7 @@ unsigned long unmap_vmas(struct mmu_gather **tlbp,
> ? ? ? ? ? ? ? ? ? ? ? ?*nr_accounted += (end - start) >> PAGE_SHIFT;
>
> ? ? ? ? ? ? ? ?if (unlikely(is_pfn_mapping(vma)))
> - ? ? ? ? ? ? ? ? ? ? ? untrack_pfn_vma(vma, 0, 0);
> + ? ? ? ? ? ? ? ? ? ? ? untrack_pfn_vma(vma, 0, 0, start, end);
>
> ? ? ? ? ? ? ? ?while (start != end) {
> ? ? ? ? ? ? ? ? ? ? ? ?if (!tlb_start_valid) {
> @@ -1537,7 +1537,7 @@ int vm_insert_pfn(struct vm_area_struct *vma, unsigned long addr,
> ? ? ? ?ret = insert_pfn(vma, addr, pfn, pgprot);
>
> ? ? ? ?if (ret)
> - ? ? ? ? ? ? ? untrack_pfn_vma(vma, pfn, PAGE_SIZE);
> + ? ? ? ? ? ? ? untrack_pfn_vma(vma, pfn, PAGE_SIZE, 0, 0);
>
> ? ? ? ?return ret;
> ?}
> @@ -1702,7 +1702,7 @@ int remap_pfn_range(struct vm_area_struct *vma, unsigned long addr,
> ? ? ? ?} while (pgd++, addr = next, addr != end);
>
> ? ? ? ?if (err)
> - ? ? ? ? ? ? ? untrack_pfn_vma(vma, pfn, PAGE_ALIGN(size));
> + ? ? ? ? ? ? ? untrack_pfn_vma(vma, pfn, PAGE_ALIGN(size), 0, 0);
>
> ? ? ? ?return err;
> ?}

2.6.29-git9 plus the above patch still doesn't fix my Dell E6400 running
Fedora 10 x86_64:

[asuardi@duff ~]$ dmesg|grep type |grep mem
X:3509 conflicting memory types e0000000-f0000000 uncached<->write-combining
reserve_memtype failed 0xe0000000-0xf0000000, track uncached, req write-back
X:3509 conflicting memory types f6e00000-f7000000 uncached<->uncached-minus
reserve_memtype failed 0xf6e00000-0xf7000000, track uncached, req write-back
X:3509 conflicting memory types f6c00000-f6c80000 uncached<->uncached-minus
reserve_memtype failed 0xf6c00000-0xf6c80000, track uncached, req write-back
X:3509 conflicting memory types e0000000-f0000000 uncached<->write-combining
reserve_memtype failed 0xe0000000-0xf0000000, track uncached, req write-back
X:3509 conflicting memory types f6e00000-f7000000 uncached<->uncached-minus
reserve_memtype failed 0xf6e00000-0xf7000000, track uncached, req write-back
X:3509 conflicting memory types f6c00000-f6c80000 uncached<->uncached-minus
reserve_memtype failed 0xf6c00000-0xf6c80000, track uncached, req write-back
X:3509 conflicting memory types e0000000-f0000000 uncached<->write-combining
reserve_memtype failed 0xe0000000-0xf0000000, track uncached, req write-back
X:3509 conflicting memory types f6e00000-f7000000 uncached<->uncached-minus
reserve_memtype failed 0xf6e00000-0xf7000000, track uncached, req write-back
X:3509 conflicting memory types f6c00000-f6c80000 uncached<->uncached-minus
reserve_memtype failed 0xf6c00000-0xf6c80000, track uncached, req write-back
X:3509 conflicting memory types e0000000-f0000000 uncached<->write-combining
reserve_memtype failed 0xe0000000-0xf0000000, track uncached, req write-back
X:3509 conflicting memory types f6e00000-f7000000 uncached<->uncached-minus
reserve_memtype failed 0xf6e00000-0xf7000000, track uncached, req write-back
X:3509 conflicting memory types f6c00000-f6c80000 uncached<->uncached-minus
reserve_memtype failed 0xf6c00000-0xf6c80000, track uncached, req write-back
X:3561 freeing invalid memtype e0000000-f0000000
X:3561 freeing invalid memtype f6e00000-f7000000
X:3509 conflicting memory types e0000000-f0000000 uncached<->write-combining
reserve_memtype failed 0xe0000000-0xf0000000, track uncached, req write-back
X:3509 conflicting memory types f6e00000-f7000000 uncached<->uncached-minus
reserve_memtype failed 0xf6e00000-0xf7000000, track uncached, req write-back
X:3509 conflicting memory types f6c00000-f6c80000 uncached<->uncached-minus
reserve_memtype failed 0xf6c00000-0xf6c80000, track uncached, req write-back
X:3562 freeing invalid memtype e0000000-f0000000
X:3562 freeing invalid memtype f6e00000-f7000000
X:3562 freeing invalid memtype f6c00000-f6c80000
X:3509 conflicting memory types e0000000-f0000000 uncached<->write-combining
reserve_memtype failed 0xe0000000-0xf0000000, track uncached, req write-back
X:3509 conflicting memory types f6e00000-f7000000 uncached<->uncached-minus
reserve_memtype failed 0xf6e00000-0xf7000000, track uncached, req write-back
X:3509 conflicting memory types f6c00000-f6c80000 uncached<->uncached-minus
reserve_memtype failed 0xf6c00000-0xf6c80000, track uncached, req write-back
X:3563 freeing invalid memtype e0000000-f0000000
X:3563 freeing invalid memtype f6e00000-f7000000
X:3563 freeing invalid memtype f6c00000-f6c80000
X:3509 conflicting memory types e0000000-f0000000 uncached<->write-combining
reserve_memtype failed 0xe0000000-0xf0000000, track uncached, req write-back
X:3509 conflicting memory types f6e00000-f7000000 uncached<->uncached-minus
reserve_memtype failed 0xf6e00000-0xf7000000, track uncached, req write-back
X:3509 conflicting memory types f6c00000-f6c80000 uncached<->uncached-minus
reserve_memtype failed 0xf6c00000-0xf6c80000, track uncached, req write-back
X:3564 freeing invalid memtype e0000000-f0000000
X:3564 freeing invalid memtype f6e00000-f7000000
X:3564 freeing invalid memtype f6c00000-f6c80000
X:3509 conflicting memory types e0000000-f0000000 uncached<->write-combining
reserve_memtype failed 0xe0000000-0xf0000000, track uncached, req write-back
X:3509 conflicting memory types f6e00000-f7000000 uncached<->uncached-minus
reserve_memtype failed 0xf6e00000-0xf7000000, track uncached, req write-back
X:3509 conflicting memory types f6c00000-f6c80000 uncached<->uncached-minus
reserve_memtype failed 0xf6c00000-0xf6c80000, track uncached, req write-back
X:822 freeing invalid memtype e0000000-f0000000
X:822 freeing invalid memtype f6e00000-f7000000
X:822 freeing invalid memtype f6c00000-f6c80000


I also get a corrupted display exiting X to tty console (monitor flashes
wildly, looking like it's redisplaying the shell prompt but on top instead
of on bottom), and if I try to Alt-Fn from X to a tty console, the laptop
locks up hard - Caps doesn't light its led anymore, and I have to keep
the power button pressed for 10" to power off the box.

The F10 kernel has the same display corruption exiting X to console,
haven't tried yet Alt-Fn.

I don't have earlier kernel comparisons as I installed F10 a week ago
on this brand new laptop, 2.6.29-git5 was the first I built; but I could
try building 2.6.28 if deemed useful; right now I'm building up 2.6.29.1
and will report later.


Any details - just ask. Thanks,

--alessandro

"Sun keeps rising in the west / I keep on waking fully confused"

(The Replacements, "Within Your Reach")

2009-04-03 13:58:24

by Pallipadi, Venkatesh

[permalink] [raw]
Subject: RE: 2.6.29 git master and PAT problems



>-----Original Message-----
>From: Alessandro Suardi [mailto:[email protected]]
>Sent: Friday, April 03, 2009 2:54 AM
>To: Pallipadi, Venkatesh
>Cc: Arkadiusz Miskiewicz; Siddha, Suresh B;
>[email protected]; Jesse Barnes
>Subject: Re: 2.6.29 git master and PAT problems
>
>On Thu, Apr 2, 2009 at 2:49 AM, Pallipadi, Venkatesh
><[email protected]> wrote:
>> On Mon, Mar 30, 2009 at 05:28:15PM -0700, Pallipadi, Venkatesh wrote:
>>> On Mon, Mar 30, 2009 at 03:31:09PM -0700, Arkadiusz
>Miskiewicz wrote:
>>> > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
>>> >
>>> > More info follows. Now I've switched to
>>> > e1c502482853f84606928f5a2f2eb6da1993cda1 which contains
>latest drm fixes and
>>> > now I get much lower numbers of PAT errors but still.
>>> >
>>> > > On Mon, 2009-03-30 at 14:31 -0700, Arkadiusz Miskiewicz wrote:
>>> > > > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
>>> > > > > Patch here should get rid of these errors.
>>> > > > >
>>> > > > > http://marc.info/?l=linux-kernel&m=123788806506230&w=2
>>> > > > >
>>> > > > > The patch is in tip and on its way to upstream.
>>> > > >
>>> > > > The problem is that kernel I'm running already
>contains this patch (it's
>>> > > > merged already). Other ideas?
>>> > > >
>>> > > > ratelimiting that error is good IMO anyway.
>>> > >
>>> > > Rate limiting will just work around the problem here.
>Ideally we should
>>> > > never see these errors. So, it will be better if we can
>narrow down on
>>> > > the bug resulting in these error messages.
>>> >
>>> > Of course it's better. I'm saying that when these
>messages "fire" then it's
>>> > hard to do anything else on the system for a while until
>these stop.
>>> >
>>> > > Can you please send me the output of
>>> > > # cat /debug/x86/pat_memtype_list
>>> > > with debugfs mounted.
>>> > > and
>>> > > # cat /proc/mtrr
>>> >
>>>
>>> There seems to be two different problems here.
>>> - We should not have that many single page ranges reserved.
>That will cause a
>>> performance problem with drm even without the "freeing
>invalid type" error.
>>> - "freeing invalid type" error itself. Seems to be caused
>due to some
>>> unbalanced free along the drm path. We tried to find
>anything obvious in the
>>> code that may be causing problem here. But, haven't found
>anything so far.
>>> Will try to reproduce the problem internally and debug it further.
>>>
>>
>> OK. I think we have root caused the thinko that was resulting in
>> "freeing invalid type" error. Can you try the below test
>> patch. Patch is not final version and may need some cleanup.
>>
>> Signed-off-by: Venkatesh Pallipadi <[email protected]>
>> Signed-off-by: Suresh Siddha <[email protected]>
>>
>> diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
>> index 640339e..c161700 100644
>> --- a/arch/x86/mm/pat.c
>> +++ b/arch/x86/mm/pat.c
>> @@ -847,7 +847,8 @@ cleanup_ret:
>> ?* can be for the entire vma (in which case size can be zero).
>> ?*/
>> ?void untrack_pfn_vma(struct vm_area_struct *vma, unsigned long pfn,
>> - ? ? ? ? ? ? ? ? ? ? ? unsigned long size)
>> + ? ? ? ? ? ? ? ? ? ? ? unsigned long size,
>> + ? ? ? ? ? ? ? ? ? ? ? unsigned long vstart, unsigned long vend)
>> ?{
>> ? ? ? ?unsigned long i;
>> ? ? ? ?resource_size_t paddr;
>> @@ -866,7 +867,7 @@ void untrack_pfn_vma(struct
>vm_area_struct *vma, unsigned long pfn,
>> ? ? ? ? ? ? ? ?return;
>> ? ? ? ?}
>>
>> - ? ? ? if (size != 0 && size != vma_size) {
>> + ? ? ? if (size != 0) {
>> ? ? ? ? ? ? ? ?/* free page by page, using pfn and size */
>> ? ? ? ? ? ? ? ?paddr = (resource_size_t)pfn << PAGE_SHIFT;
>> ? ? ? ? ? ? ? ?for (i = 0; i < size; i += PAGE_SIZE) {
>> @@ -874,9 +875,12 @@ void untrack_pfn_vma(struct
>vm_area_struct *vma, unsigned long pfn,
>> ? ? ? ? ? ? ? ? ? ? ? ?free_pfn_range(paddr, PAGE_SIZE);
>> ? ? ? ? ? ? ? ?}
>> ? ? ? ?} else {
>> - ? ? ? ? ? ? ? /* free entire vma, page by page, using the
>pfn from pte */
>> - ? ? ? ? ? ? ? for (i = 0; i < vma_size; i += PAGE_SIZE) {
>> - ? ? ? ? ? ? ? ? ? ? ? if (follow_phys(vma, vma_start + i,
>0, &prot, &paddr))
>> + ? ? ? ? ? ? ? /*
>> + ? ? ? ? ? ? ? ?* free vma range from vstart to end, page by page
>> + ? ? ? ? ? ? ? ?* using the pfn from pte
>> + ? ? ? ? ? ? ? ?*/
>> + ? ? ? ? ? ? ? for (i = vstart; i < vend; i += PAGE_SIZE) {
>> + ? ? ? ? ? ? ? ? ? ? ? if (follow_phys(vma, i, 0, &prot, &paddr))
>> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?continue;
>>
>> ? ? ? ? ? ? ? ? ? ? ? ?free_pfn_range(paddr, PAGE_SIZE);
>> diff --git a/include/asm-generic/pgtable.h
>b/include/asm-generic/pgtable.h
>> index 8e6d0ca..a325dc1 100644
>> --- a/include/asm-generic/pgtable.h
>> +++ b/include/asm-generic/pgtable.h
>> @@ -328,7 +328,8 @@ static inline int
>track_pfn_vma_copy(struct vm_area_struct *vma)
>> ?* can be for the entire vma (in which case size can be zero).
>> ?*/
>> ?static inline void untrack_pfn_vma(struct vm_area_struct *vma,
>> - ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long pfn,
>unsigned long size)
>> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long pfn, unsigned
>long size,
>> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long vstart,
>unsigned long vend)
>> ?{
>> ?}
>> ?#else
>> @@ -336,7 +337,8 @@ extern int track_pfn_vma_new(struct
>vm_area_struct *vma, pgprot_t *prot,
>> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?unsigned long pfn, unsigned
>long size);
>> ?extern int track_pfn_vma_copy(struct vm_area_struct *vma);
>> ?extern void untrack_pfn_vma(struct vm_area_struct *vma,
>unsigned long pfn,
>> - ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long size);
>> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long size,
>> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long vstart,
>unsigned long vend);
>> ?#endif
>>
>> ?#endif /* !__ASSEMBLY__ */
>> diff --git a/mm/memory.c b/mm/memory.c
>> index cf6873e..6e111c5 100644
>> --- a/mm/memory.c
>> +++ b/mm/memory.c
>> @@ -983,7 +983,7 @@ unsigned long unmap_vmas(struct
>mmu_gather **tlbp,
>> ? ? ? ? ? ? ? ? ? ? ? ?*nr_accounted += (end - start) >> PAGE_SHIFT;
>>
>> ? ? ? ? ? ? ? ?if (unlikely(is_pfn_mapping(vma)))
>> - ? ? ? ? ? ? ? ? ? ? ? untrack_pfn_vma(vma, 0, 0);
>> + ? ? ? ? ? ? ? ? ? ? ? untrack_pfn_vma(vma, 0, 0, start, end);
>>
>> ? ? ? ? ? ? ? ?while (start != end) {
>> ? ? ? ? ? ? ? ? ? ? ? ?if (!tlb_start_valid) {
>> @@ -1537,7 +1537,7 @@ int vm_insert_pfn(struct
>vm_area_struct *vma, unsigned long addr,
>> ? ? ? ?ret = insert_pfn(vma, addr, pfn, pgprot);
>>
>> ? ? ? ?if (ret)
>> - ? ? ? ? ? ? ? untrack_pfn_vma(vma, pfn, PAGE_SIZE);
>> + ? ? ? ? ? ? ? untrack_pfn_vma(vma, pfn, PAGE_SIZE, 0, 0);
>>
>> ? ? ? ?return ret;
>> ?}
>> @@ -1702,7 +1702,7 @@ int remap_pfn_range(struct
>vm_area_struct *vma, unsigned long addr,
>> ? ? ? ?} while (pgd++, addr = next, addr != end);
>>
>> ? ? ? ?if (err)
>> - ? ? ? ? ? ? ? untrack_pfn_vma(vma, pfn, PAGE_ALIGN(size));
>> + ? ? ? ? ? ? ? untrack_pfn_vma(vma, pfn, PAGE_ALIGN(size), 0, 0);
>>
>> ? ? ? ?return err;
>> ?}
>
>2.6.29-git9 plus the above patch still doesn't fix my Dell
>E6400 running
> Fedora 10 x86_64:

The patch here should get rid of the below msgs.
http://marc.info/?l=linux-kernel&m=123862741914199&w=2

Can you please test and check whether that resolves the problems?

The patch inline in this mail above was a test patch to debug the
another problem that only happens with recent X and that one we
are still debugging. So you can ignore the above patch for now.


Thanks,
Venki

2009-04-06 15:43:33

by Alessandro Suardi

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Fri, Apr 3, 2009 at 3:59 PM, Pallipadi, Venkatesh
<[email protected]> wrote:
>
>
>>-----Original Message-----
>>From: Alessandro Suardi [mailto:[email protected]]
>>Sent: Friday, April 03, 2009 2:54 AM
>>To: Pallipadi, Venkatesh
>>Cc: Arkadiusz Miskiewicz; Siddha, Suresh B;
>>[email protected]; Jesse Barnes
>>Subject: Re: 2.6.29 git master and PAT problems
>>
>>On Thu, Apr 2, 2009 at 2:49 AM, Pallipadi, Venkatesh
>><[email protected]> wrote:
>>> On Mon, Mar 30, 2009 at 05:28:15PM -0700, Pallipadi, Venkatesh wrote:
>>>> On Mon, Mar 30, 2009 at 03:31:09PM -0700, Arkadiusz
>>Miskiewicz wrote:
>>>> > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
>>>> >
>>>> > More info follows. Now I've switched to
>>>> > e1c502482853f84606928f5a2f2eb6da1993cda1 which contains
>>latest drm fixes and
>>>> > now I get much lower numbers of PAT errors but still.
>>>> >
>>>> > > On Mon, 2009-03-30 at 14:31 -0700, Arkadiusz Miskiewicz wrote:
>>>> > > > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
>>>> > > > > Patch here should get rid of these errors.
>>>> > > > >
>>>> > > > > http://marc.info/?l=linux-kernel&m=123788806506230&w=2
>>>> > > > >
>>>> > > > > The patch is in tip and on its way to upstream.
>>>> > > >
>>>> > > > The problem is that kernel I'm running already
>>contains this patch (it's
>>>> > > > merged already). Other ideas?
>>>> > > >
>>>> > > > ratelimiting that error is good IMO anyway.
>>>> > >
>>>> > > Rate limiting will just work around the problem here.
>>Ideally we should
>>>> > > never see these errors. So, it will be better if we can
>>narrow down on
>>>> > > the bug resulting in these error messages.
>>>> >
>>>> > Of course it's better. I'm saying that when these
>>messages "fire" then it's
>>>> > hard to do anything else on the system for a while until
>>these stop.
>>>> >
>>>> > > Can you please send me the output of
>>>> > > # cat /debug/x86/pat_memtype_list
>>>> > > with debugfs mounted.
>>>> > > and
>>>> > > # cat /proc/mtrr
>>>> >
>>>>
>>>> There seems to be two different problems here.
>>>> - We should not have that many single page ranges reserved.
>>That will cause a
>>>> performance problem with drm even without the "freeing
>>invalid type" error.
>>>> - "freeing invalid type" error itself. Seems to be caused
>>due to some
>>>> unbalanced free along the drm path. We tried to find
>>anything obvious in the
>>>> code that may be causing problem here. But, haven't found
>>anything so far.
>>>> Will try to reproduce the problem internally and debug it further.
>>>>
>>>
>>> OK. I think we have root caused the thinko that was resulting in
>>> "freeing invalid type" error. Can you try the below test
>>> patch. Patch is not final version and may need some cleanup.
>>>
>>> Signed-off-by: Venkatesh Pallipadi <[email protected]>
>>> Signed-off-by: Suresh Siddha <[email protected]>
>>>
>>> diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
>>> index 640339e..c161700 100644
>>> --- a/arch/x86/mm/pat.c
>>> +++ b/arch/x86/mm/pat.c
>>> @@ -847,7 +847,8 @@ cleanup_ret:
>>> ?* can be for the entire vma (in which case size can be zero).
>>> ?*/
>>> ?void untrack_pfn_vma(struct vm_area_struct *vma, unsigned long pfn,
>>> - ? ? ? ? ? ? ? ? ? ? ? unsigned long size)
>>> + ? ? ? ? ? ? ? ? ? ? ? unsigned long size,
>>> + ? ? ? ? ? ? ? ? ? ? ? unsigned long vstart, unsigned long vend)
>>> ?{
>>> ? ? ? ?unsigned long i;
>>> ? ? ? ?resource_size_t paddr;
>>> @@ -866,7 +867,7 @@ void untrack_pfn_vma(struct
>>vm_area_struct *vma, unsigned long pfn,
>>> ? ? ? ? ? ? ? ?return;
>>> ? ? ? ?}
>>>
>>> - ? ? ? if (size != 0 && size != vma_size) {
>>> + ? ? ? if (size != 0) {
>>> ? ? ? ? ? ? ? ?/* free page by page, using pfn and size */
>>> ? ? ? ? ? ? ? ?paddr = (resource_size_t)pfn << PAGE_SHIFT;
>>> ? ? ? ? ? ? ? ?for (i = 0; i < size; i += PAGE_SIZE) {
>>> @@ -874,9 +875,12 @@ void untrack_pfn_vma(struct
>>vm_area_struct *vma, unsigned long pfn,
>>> ? ? ? ? ? ? ? ? ? ? ? ?free_pfn_range(paddr, PAGE_SIZE);
>>> ? ? ? ? ? ? ? ?}
>>> ? ? ? ?} else {
>>> - ? ? ? ? ? ? ? /* free entire vma, page by page, using the
>>pfn from pte */
>>> - ? ? ? ? ? ? ? for (i = 0; i < vma_size; i += PAGE_SIZE) {
>>> - ? ? ? ? ? ? ? ? ? ? ? if (follow_phys(vma, vma_start + i,
>>0, &prot, &paddr))
>>> + ? ? ? ? ? ? ? /*
>>> + ? ? ? ? ? ? ? ?* free vma range from vstart to end, page by page
>>> + ? ? ? ? ? ? ? ?* using the pfn from pte
>>> + ? ? ? ? ? ? ? ?*/
>>> + ? ? ? ? ? ? ? for (i = vstart; i < vend; i += PAGE_SIZE) {
>>> + ? ? ? ? ? ? ? ? ? ? ? if (follow_phys(vma, i, 0, &prot, &paddr))
>>> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?continue;
>>>
>>> ? ? ? ? ? ? ? ? ? ? ? ?free_pfn_range(paddr, PAGE_SIZE);
>>> diff --git a/include/asm-generic/pgtable.h
>>b/include/asm-generic/pgtable.h
>>> index 8e6d0ca..a325dc1 100644
>>> --- a/include/asm-generic/pgtable.h
>>> +++ b/include/asm-generic/pgtable.h
>>> @@ -328,7 +328,8 @@ static inline int
>>track_pfn_vma_copy(struct vm_area_struct *vma)
>>> ?* can be for the entire vma (in which case size can be zero).
>>> ?*/
>>> ?static inline void untrack_pfn_vma(struct vm_area_struct *vma,
>>> - ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long pfn,
>>unsigned long size)
>>> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long pfn, unsigned
>>long size,
>>> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long vstart,
>>unsigned long vend)
>>> ?{
>>> ?}
>>> ?#else
>>> @@ -336,7 +337,8 @@ extern int track_pfn_vma_new(struct
>>vm_area_struct *vma, pgprot_t *prot,
>>> ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?unsigned long pfn, unsigned
>>long size);
>>> ?extern int track_pfn_vma_copy(struct vm_area_struct *vma);
>>> ?extern void untrack_pfn_vma(struct vm_area_struct *vma,
>>unsigned long pfn,
>>> - ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long size);
>>> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long size,
>>> + ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? unsigned long vstart,
>>unsigned long vend);
>>> ?#endif
>>>
>>> ?#endif /* !__ASSEMBLY__ */
>>> diff --git a/mm/memory.c b/mm/memory.c
>>> index cf6873e..6e111c5 100644
>>> --- a/mm/memory.c
>>> +++ b/mm/memory.c
>>> @@ -983,7 +983,7 @@ unsigned long unmap_vmas(struct
>>mmu_gather **tlbp,
>>> ? ? ? ? ? ? ? ? ? ? ? ?*nr_accounted += (end - start) >> PAGE_SHIFT;
>>>
>>> ? ? ? ? ? ? ? ?if (unlikely(is_pfn_mapping(vma)))
>>> - ? ? ? ? ? ? ? ? ? ? ? untrack_pfn_vma(vma, 0, 0);
>>> + ? ? ? ? ? ? ? ? ? ? ? untrack_pfn_vma(vma, 0, 0, start, end);
>>>
>>> ? ? ? ? ? ? ? ?while (start != end) {
>>> ? ? ? ? ? ? ? ? ? ? ? ?if (!tlb_start_valid) {
>>> @@ -1537,7 +1537,7 @@ int vm_insert_pfn(struct
>>vm_area_struct *vma, unsigned long addr,
>>> ? ? ? ?ret = insert_pfn(vma, addr, pfn, pgprot);
>>>
>>> ? ? ? ?if (ret)
>>> - ? ? ? ? ? ? ? untrack_pfn_vma(vma, pfn, PAGE_SIZE);
>>> + ? ? ? ? ? ? ? untrack_pfn_vma(vma, pfn, PAGE_SIZE, 0, 0);
>>>
>>> ? ? ? ?return ret;
>>> ?}
>>> @@ -1702,7 +1702,7 @@ int remap_pfn_range(struct
>>vm_area_struct *vma, unsigned long addr,
>>> ? ? ? ?} while (pgd++, addr = next, addr != end);
>>>
>>> ? ? ? ?if (err)
>>> - ? ? ? ? ? ? ? untrack_pfn_vma(vma, pfn, PAGE_ALIGN(size));
>>> + ? ? ? ? ? ? ? untrack_pfn_vma(vma, pfn, PAGE_ALIGN(size), 0, 0);
>>>
>>> ? ? ? ?return err;
>>> ?}
>>
>>2.6.29-git9 plus the above patch still doesn't fix my Dell
>>E6400 running
>> Fedora 10 x86_64:
>
> The patch here should get rid of the below msgs.
> http://marc.info/?l=linux-kernel&m=123862741914199&w=2
>
> Can you please test and check whether that resolves the problems?
>
> The patch inline in this mail above was a test patch to debug the
> another problem that only happens with recent X and that one we
> are still debugging. So you can ignore the above patch for now.
>
>
> Thanks,
> Venki

Thanks Venki - the messages are gone, but I appear to be far from
having my graphical environment problems fixed...

- I still get

Apr 6 11:59:39 localhost kernel: [drm] Initialized drm 1.1.0 20060810
Apr 6 11:59:39 localhost kernel: pci 0000:00:02.0: PCI INT A -> GSI
16 (level, low) -> IRQ 16
Apr 6 11:59:39 localhost kernel: mtrr: type mismatch for
e0000000,10000000 old: write-back new: write-combining
Apr 6 11:59:39 localhost kernel: [drm] MTRR allocation failed.
Graphics performance may suffer.
Apr 6 11:59:39 localhost kernel: [drm] Initialized i915 1.6.0
20080730 for 0000:00:02.0 on minor 0
Apr 6 11:59:39 localhost kernel: mtrr: type mismatch for
e0000000,10000000 old: write-back new: write-combining

- I can't switch from X to VT (Alt-Fn) as my screen gets blank, no
Caps Lock key led flashing when I hit the key, nothing else than a
poweroff works

- I can't exit from X to VT as my screen gets flashing and scrolls
what appears to be a prompt on the top of the screen instead of
the bottom

F10 kernels behave the same way. 2.6.29.1 as well. Will test
2.6.28 or earlier and report in a separate thread with full
config details.

Thanks,

--alessandro

"Sun keeps rising in the west / I keep on waking fully confused"

(The Replacements, "Within Your Reach")

2009-04-06 18:39:07

by Pallipadi, Venkatesh

[permalink] [raw]
Subject: RE: 2.6.29 git master and PAT problems



>-----Original Message-----
>From: Alessandro Suardi [mailto:[email protected]]
>Sent: Monday, April 06, 2009 8:37 AM
>To: Pallipadi, Venkatesh
>Cc: Arkadiusz Miskiewicz; Siddha, Suresh B;
>[email protected]; Jesse Barnes
>Subject: Re: 2.6.29 git master and PAT problems
>
>On Fri, Apr 3, 2009 at 3:59 PM, Pallipadi, Venkatesh
><[email protected]> wrote:
>>
>> The patch here should get rid of the below msgs.
>> http://marc.info/?l=linux-kernel&m=123862741914199&w=2
>>
>> Can you please test and check whether that resolves the problems?
>>
>> The patch inline in this mail above was a test patch to debug the
>> another problem that only happens with recent X and that one we
>> are still debugging. So you can ignore the above patch for now.
>>
>>
>> Thanks,
>> Venki
>
>Thanks Venki - the messages are gone, but I appear to be far from
> having my graphical environment problems fixed...
>
>- I still get
>
>Apr 6 11:59:39 localhost kernel: [drm] Initialized drm 1.1.0 20060810
>Apr 6 11:59:39 localhost kernel: pci 0000:00:02.0: PCI INT A -> GSI
>16 (level, low) -> IRQ 16
>Apr 6 11:59:39 localhost kernel: mtrr: type mismatch for
>e0000000,10000000 old: write-back new: write-combining
>Apr 6 11:59:39 localhost kernel: [drm] MTRR allocation failed.
>Graphics performance may suffer.
>Apr 6 11:59:39 localhost kernel: [drm] Initialized i915 1.6.0
>20080730 for 0000:00:02.0 on minor 0
>Apr 6 11:59:39 localhost kernel: mtrr: type mismatch for
>e0000000,10000000 old: write-back new: write-combining
>
>- I can't switch from X to VT (Alt-Fn) as my screen gets blank, no
> Caps Lock key led flashing when I hit the key, nothing else than a
> poweroff works
>
>- I can't exit from X to VT as my screen gets flashing and scrolls
> what appears to be a prompt on the top of the screen instead of
> the bottom
>
>F10 kernels behave the same way. 2.6.29.1 as well. Will test
> 2.6.28 or earlier and report in a separate thread with full
> config details.
>

Also test with and without CONFIG_DRM_* for your graphics card.

MTRR messages looks like are due to the conflict between BIOS MTRR
setting and what X is trying to set. Booting into run level 3 and
output of cat /proc/mtrr would be useful data as well.

Thanks,
Venki-

2009-04-06 22:54:54

by Pallipadi, Venkatesh

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Thu, 2009-04-02 at 00:12 -0700, Arkadiusz Miskiewicz wrote:
> On Thursday 02 of April 2009, Pallipadi, Venkatesh wrote:
> > On Mon, Mar 30, 2009 at 05:28:15PM -0700, Pallipadi, Venkatesh wrote:
> > > On Mon, Mar 30, 2009 at 03:31:09PM -0700, Arkadiusz Miskiewicz wrote:
> > > > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
> > > >
> > > > More info follows. Now I've switched to
> > > > e1c502482853f84606928f5a2f2eb6da1993cda1 which contains latest drm
> > > > fixes and now I get much lower numbers of PAT errors but still.
> > > >
> > > > > On Mon, 2009-03-30 at 14:31 -0700, Arkadiusz Miskiewicz wrote:
> > > > > > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
> > > > > > > Patch here should get rid of these errors.
> > > > > > >
> > > > > > > http://marc.info/?l=linux-kernel&m=123788806506230&w=2
> > > > > > >
> > > > > > > The patch is in tip and on its way to upstream.
> > > > > >
> > > > > > The problem is that kernel I'm running already contains this patch
> > > > > > (it's merged already). Other ideas?
> > > > > >
> > > > > > ratelimiting that error is good IMO anyway.
> > > > >
> > > > > Rate limiting will just work around the problem here. Ideally we
> > > > > should never see these errors. So, it will be better if we can narrow
> > > > > down on the bug resulting in these error messages.
> > > >
> > > > Of course it's better. I'm saying that when these messages "fire" then
> > > > it's hard to do anything else on the system for a while until these
> > > > stop.
> > > >
> > > > > Can you please send me the output of
> > > > > # cat /debug/x86/pat_memtype_list
> > > > > with debugfs mounted.
> > > > > and
> > > > > # cat /proc/mtrr
> > >
> > > There seems to be two different problems here.
> > > - We should not have that many single page ranges reserved. That will
> > > cause a performance problem with drm even without the "freeing invalid
> > > type" error. - "freeing invalid type" error itself. Seems to be caused
> > > due to some unbalanced free along the drm path. We tried to find anything
> > > obvious in the code that may be causing problem here. But, haven't found
> > > anything so far. Will try to reproduce the problem internally and debug
> > > it further.
> >
> > OK. I think we have root caused the thinko that was resulting in
> > "freeing invalid type" error. Can you try the below test
> > patch. Patch is not final version and may need some cleanup.
>
> Was testing on linus git as of today +
> [PATCH] x86, PAT: Remove duplicate memtype reserve in pci mmap
> + patch from this thread.
>
> It doesn't fix the problem. At least I'm able to reproduce "Freeint invalid
> memtype" by just running http://www.tremulous.net/ game. It also happened when
> watching youtube with opera. _Maybe_ things are little better because number
> of "freeing invalid memtype" messages is much lower than before but there is
> posibility that I simply didn't trigger it fully.

Arkadiusz,

I was finally able to reproduce the problem of "freeing invalid memtype"
with upstream git kernel (commit 0221c81b1b) + latest xf86 intel driver.
But, with upstream + the patch I had sent you earlier in this thread
(http://marc.info/?l=linux-kernel&m=123863345520617&w=2) I don't see
those freeing invalid memtype errors anymore.

Can you please double check with current git and that patch and let me
know if you are still seeing the problem.

Thanks,
Venki

2009-04-07 09:14:31

by Arkadiusz Miskiewicz

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Tuesday 07 of April 2009, Pallipadi, Venkatesh wrote:
> On Thu, 2009-04-02 at 00:12 -0700, Arkadiusz Miskiewicz wrote:
> > On Thursday 02 of April 2009, Pallipadi, Venkatesh wrote:
> > > On Mon, Mar 30, 2009 at 05:28:15PM -0700, Pallipadi, Venkatesh wrote:
> > > > On Mon, Mar 30, 2009 at 03:31:09PM -0700, Arkadiusz Miskiewicz wrote:
> > > > > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
> > > > >
> > > > > More info follows. Now I've switched to
> > > > > e1c502482853f84606928f5a2f2eb6da1993cda1 which contains latest drm
> > > > > fixes and now I get much lower numbers of PAT errors but still.
> > > > >
> > > > > > On Mon, 2009-03-30 at 14:31 -0700, Arkadiusz Miskiewicz wrote:
> > > > > > > On Monday 30 of March 2009, Pallipadi, Venkatesh wrote:
> > > > > > > > Patch here should get rid of these errors.
> > > > > > > >
> > > > > > > > http://marc.info/?l=linux-kernel&m=123788806506230&w=2
> > > > > > > >
> > > > > > > > The patch is in tip and on its way to upstream.
> > > > > > >
> > > > > > > The problem is that kernel I'm running already contains this
> > > > > > > patch (it's merged already). Other ideas?
> > > > > > >
> > > > > > > ratelimiting that error is good IMO anyway.
> > > > > >
> > > > > > Rate limiting will just work around the problem here. Ideally we
> > > > > > should never see these errors. So, it will be better if we can
> > > > > > narrow down on the bug resulting in these error messages.
> > > > >
> > > > > Of course it's better. I'm saying that when these messages "fire"
> > > > > then it's hard to do anything else on the system for a while until
> > > > > these stop.
> > > > >
> > > > > > Can you please send me the output of
> > > > > > # cat /debug/x86/pat_memtype_list
> > > > > > with debugfs mounted.
> > > > > > and
> > > > > > # cat /proc/mtrr
> > > >
> > > > There seems to be two different problems here.
> > > > - We should not have that many single page ranges reserved. That will
> > > > cause a performance problem with drm even without the "freeing
> > > > invalid type" error. - "freeing invalid type" error itself. Seems to
> > > > be caused due to some unbalanced free along the drm path. We tried to
> > > > find anything obvious in the code that may be causing problem here.
> > > > But, haven't found anything so far. Will try to reproduce the problem
> > > > internally and debug it further.
> > >
> > > OK. I think we have root caused the thinko that was resulting in
> > > "freeing invalid type" error. Can you try the below test
> > > patch. Patch is not final version and may need some cleanup.
> >
> > Was testing on linus git as of today +
> > [PATCH] x86, PAT: Remove duplicate memtype reserve in pci mmap
> > + patch from this thread.
> >
> > It doesn't fix the problem. At least I'm able to reproduce "Freeint
> > invalid memtype" by just running http://www.tremulous.net/ game. It also
> > happened when watching youtube with opera. _Maybe_ things are little
> > better because number of "freeing invalid memtype" messages is much lower
> > than before but there is posibility that I simply didn't trigger it
> > fully.
>
> Arkadiusz,
>
> I was finally able to reproduce the problem of "freeing invalid memtype"
> with upstream git kernel (commit 0221c81b1b) + latest xf86 intel driver.
> But, with upstream + the patch I had sent you earlier in this thread
> (http://marc.info/?l=linux-kernel&m=123863345520617&w=2) I don't see
> those freeing invalid memtype errors anymore.
>
> Can you please double check with current git and that patch and let me
> know if you are still seeing the problem.

Latest linus tree + that patch (it's really applied here), xserver 1.6, libdrm
from git master, intel driver from git master, previously mesa 7.4 (and 7.5
snap currently), tremolous.net 1.1.0 game (tremolous-smp binary), GM45 gpu.

To reproduce I just need to run tremolous-smp and connect to some map. When
map finishes loading I instantly get:

1 [ 132.341378] tremulous-smp:5554 freeing invalid memtype d570d000-
d570e000
1 [ 132.341394] tremulous-smp:5554 freeing invalid memtype d570e000-
d570f000
1 [ 132.341409] tremulous-smp:5554 freeing invalid memtype d570f000-
d5710000
1 [ 139.323677] X:5238 freeing invalid memtype d6168000-d6169000
1 [ 139.323698] X:5238 freeing invalid memtype d6169000-d616a000
1 [ 139.323722] X:5238 freeing invalid memtype d616a000-d616b000
1 [ 139.323742] X:5238 freeing invalid memtype d616b000-d616c000

$ dmesg|grep "freeing invalid" | wc -l
6643

> Thanks,
> Venki

--
Arkadiusz Mi?kiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/

2009-04-08 01:30:26

by Pallipadi, Venkatesh

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Tue, Apr 07, 2009 at 02:12:28AM -0700, Arkadiusz Miskiewicz wrote:
> On Tuesday 07 of April 2009, Pallipadi, Venkatesh wrote:
> > On Thu, 2009-04-02 at 00:12 -0700, Arkadiusz Miskiewicz wrote:
> >
> > I was finally able to reproduce the problem of "freeing invalid memtype"
> > with upstream git kernel (commit 0221c81b1b) + latest xf86 intel driver.
> > But, with upstream + the patch I had sent you earlier in this thread
> > (http://marc.info/?l=linux-kernel&m=123863345520617&w=2) I don't see
> > those freeing invalid memtype errors anymore.
> >
> > Can you please double check with current git and that patch and let me
> > know if you are still seeing the problem.
>
> Latest linus tree + that patch (it's really applied here), xserver 1.6, libdrm
> from git master, intel driver from git master, previously mesa 7.4 (and 7.5
> snap currently), tremolous.net 1.1.0 game (tremolous-smp binary), GM45 gpu.
>
> To reproduce I just need to run tremolous-smp and connect to some map. When
> map finishes loading I instantly get:
>
> 1 [ 132.341378] tremulous-smp:5554 freeing invalid memtype d570d000-
> d570e000
> 1 [ 132.341394] tremulous-smp:5554 freeing invalid memtype d570e000-
> d570f000
> 1 [ 132.341409] tremulous-smp:5554 freeing invalid memtype d570f000-
> d5710000
> 1 [ 139.323677] X:5238 freeing invalid memtype d6168000-d6169000
> 1 [ 139.323698] X:5238 freeing invalid memtype d6169000-d616a000
> 1 [ 139.323722] X:5238 freeing invalid memtype d616a000-d616b000
> 1 [ 139.323742] X:5238 freeing invalid memtype d616b000-d616c000
>
> $ dmesg|grep "freeing invalid" | wc -l
> 6643
>

OK. One more test patch below, applies over linus's git and you can ignore
the earlier patch. The patch below should get rid of the problem and
as it removes the track/untrack of vm_insert_pfn completely. This will
also eliminate the overhead of hundreds or thousands of entries in
pat_memtype_list. Can you please test it.

Thanks,
Venki

---
arch/x86/mm/pat.c | 124 +++++++++++------------------------------------------
mm/memory.c | 14 +-----
2 files changed, 29 insertions(+), 109 deletions(-)

diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
index 640339e..5992af2 100644
--- a/arch/x86/mm/pat.c
+++ b/arch/x86/mm/pat.c
@@ -732,15 +732,11 @@ static void free_pfn_range(u64 paddr, unsigned long size)
* track_pfn_vma_copy is called when vma that is covering the pfnmap gets
* copied through copy_page_range().
*
- * If the vma has a linear pfn mapping for the entire range, we get the prot
- * from pte and reserve the entire vma range with single reserve_pfn_range call.
- * Otherwise, we reserve the entire vma range, my ging through the PTEs page
- * by page to get physical address and protection.
+ * We get the prot from pte and reserve the entire vma range with single
+ * reserve_pfn_range call.
*/
int track_pfn_vma_copy(struct vm_area_struct *vma)
{
- int retval = 0;
- unsigned long i, j;
resource_size_t paddr;
unsigned long prot;
unsigned long vma_start = vma->vm_start;
@@ -751,94 +747,35 @@ int track_pfn_vma_copy(struct vm_area_struct *vma)
if (!pat_enabled)
return 0;

- if (is_linear_pfn_mapping(vma)) {
- /*
- * reserve the whole chunk covered by vma. We need the
- * starting address and protection from pte.
- */
- if (follow_phys(vma, vma_start, 0, &prot, &paddr)) {
- WARN_ON_ONCE(1);
- return -EINVAL;
- }
- pgprot = __pgprot(prot);
- return reserve_pfn_range(paddr, vma_size, &pgprot, 1);
- }
-
- /* reserve entire vma page by page, using pfn and prot from pte */
- for (i = 0; i < vma_size; i += PAGE_SIZE) {
- if (follow_phys(vma, vma_start + i, 0, &prot, &paddr))
- continue;
-
- pgprot = __pgprot(prot);
- retval = reserve_pfn_range(paddr, PAGE_SIZE, &pgprot, 1);
- if (retval)
- goto cleanup_ret;
- }
- return 0;
-
-cleanup_ret:
- /* Reserve error: Cleanup partial reservation and return error */
- for (j = 0; j < i; j += PAGE_SIZE) {
- if (follow_phys(vma, vma_start + j, 0, &prot, &paddr))
- continue;
-
- free_pfn_range(paddr, PAGE_SIZE);
+ /*
+ * reserve the whole chunk covered by vma. We need the
+ * starting address and protection from pte.
+ */
+ if (follow_phys(vma, vma_start, 0, &prot, &paddr)) {
+ WARN_ON_ONCE(1);
+ return -EINVAL;
}
-
- return retval;
+ pgprot = __pgprot(prot);
+ return reserve_pfn_range(paddr, vma_size, &pgprot, 1);
}

/*
* track_pfn_vma_new is called when a _new_ pfn mapping is being established
* for physical range indicated by pfn and size.
*
- * prot is passed in as a parameter for the new mapping. If the vma has a
- * linear pfn mapping for the entire range reserve the entire vma range with
- * single reserve_pfn_range call.
- * Otherwise, we look t the pfn and size and reserve only the specified range
- * page by page.
- *
- * Note that this function can be called with caller trying to map only a
- * subrange/page inside the vma.
+ * prot is passed in as a parameter for the new mapping.
*/
int track_pfn_vma_new(struct vm_area_struct *vma, pgprot_t *prot,
unsigned long pfn, unsigned long size)
{
- int retval = 0;
- unsigned long i, j;
- resource_size_t base_paddr;
resource_size_t paddr;
- unsigned long vma_start = vma->vm_start;
- unsigned long vma_end = vma->vm_end;
- unsigned long vma_size = vma_end - vma_start;

if (!pat_enabled)
return 0;

- if (is_linear_pfn_mapping(vma)) {
- /* reserve the whole chunk starting from vm_pgoff */
- paddr = (resource_size_t)vma->vm_pgoff << PAGE_SHIFT;
- return reserve_pfn_range(paddr, vma_size, prot, 0);
- }
-
- /* reserve page by page using pfn and size */
- base_paddr = (resource_size_t)pfn << PAGE_SHIFT;
- for (i = 0; i < size; i += PAGE_SIZE) {
- paddr = base_paddr + i;
- retval = reserve_pfn_range(paddr, PAGE_SIZE, prot, 0);
- if (retval)
- goto cleanup_ret;
- }
- return 0;
-
-cleanup_ret:
- /* Reserve error: Cleanup partial reservation and return error */
- for (j = 0; j < i; j += PAGE_SIZE) {
- paddr = base_paddr + j;
- free_pfn_range(paddr, PAGE_SIZE);
- }
-
- return retval;
+ /* reserve the whole chunk starting from pfn */
+ paddr = (resource_size_t)pfn << PAGE_SHIFT;
+ return reserve_pfn_range(paddr, vma->vm_end - vma->vm_start, prot, 0);
}

/*
@@ -849,7 +786,6 @@ cleanup_ret:
void untrack_pfn_vma(struct vm_area_struct *vma, unsigned long pfn,
unsigned long size)
{
- unsigned long i;
resource_size_t paddr;
unsigned long prot;
unsigned long vma_start = vma->vm_start;
@@ -859,29 +795,21 @@ void untrack_pfn_vma(struct vm_area_struct *vma, unsigned long pfn,
if (!pat_enabled)
return;

- if (is_linear_pfn_mapping(vma)) {
- /* free the whole chunk starting from vm_pgoff */
- paddr = (resource_size_t)vma->vm_pgoff << PAGE_SHIFT;
- free_pfn_range(paddr, vma_size);
+ if (pfn) {
+ paddr = (resource_size_t)pfn << PAGE_SHIFT;
+ free_pfn_range(paddr, size);
return;
}

- if (size != 0 && size != vma_size) {
- /* free page by page, using pfn and size */
- paddr = (resource_size_t)pfn << PAGE_SHIFT;
- for (i = 0; i < size; i += PAGE_SIZE) {
- paddr = paddr + i;
- free_pfn_range(paddr, PAGE_SIZE);
- }
- } else {
- /* free entire vma, page by page, using the pfn from pte */
- for (i = 0; i < vma_size; i += PAGE_SIZE) {
- if (follow_phys(vma, vma_start + i, 0, &prot, &paddr))
- continue;
-
- free_pfn_range(paddr, PAGE_SIZE);
- }
+ /*
+ * reserve the whole chunk covered by vma. We need the
+ * starting address pte.
+ */
+ if (follow_phys(vma, vma_start, 0, &prot, &paddr)) {
+ WARN_ON_ONCE(1);
+ return;
}
+ free_pfn_range(paddr, vma_size);
}

pgprot_t pgprot_writecombine(pgprot_t prot)
diff --git a/mm/memory.c b/mm/memory.c
index cf6873e..4cae7e0 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -719,7 +719,7 @@ int copy_page_range(struct mm_struct *dst_mm, struct mm_struct *src_mm,
if (is_vm_hugetlb_page(vma))
return copy_hugetlb_page_range(dst_mm, src_mm, vma);

- if (unlikely(is_pfn_mapping(vma))) {
+ if (unlikely(is_linear_pfn_mapping(vma))) {
/*
* We do not free on error cases below as remove_vma
* gets called on error from higher level routine
@@ -982,7 +982,7 @@ unsigned long unmap_vmas(struct mmu_gather **tlbp,
if (vma->vm_flags & VM_ACCOUNT)
*nr_accounted += (end - start) >> PAGE_SHIFT;

- if (unlikely(is_pfn_mapping(vma)))
+ if (unlikely(is_linear_pfn_mapping(vma)))
untrack_pfn_vma(vma, 0, 0);

while (start != end) {
@@ -1515,7 +1515,6 @@ out:
int vm_insert_pfn(struct vm_area_struct *vma, unsigned long addr,
unsigned long pfn)
{
- int ret;
pgprot_t pgprot = vma->vm_page_prot;
/*
* Technically, architectures with pte_special can avoid all these
@@ -1531,15 +1530,8 @@ int vm_insert_pfn(struct vm_area_struct *vma, unsigned long addr,

if (addr < vma->vm_start || addr >= vma->vm_end)
return -EFAULT;
- if (track_pfn_vma_new(vma, &pgprot, pfn, PAGE_SIZE))
- return -EINVAL;
-
- ret = insert_pfn(vma, addr, pfn, pgprot);

- if (ret)
- untrack_pfn_vma(vma, pfn, PAGE_SIZE);
-
- return ret;
+ return insert_pfn(vma, addr, pfn, pgprot);
}
EXPORT_SYMBOL(vm_insert_pfn);

--
1.6.0.6

2009-04-08 07:29:55

by Arkadiusz Miskiewicz

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Wednesday 08 of April 2009, Pallipadi, Venkatesh wrote:
> On Tue, Apr 07, 2009 at 02:12:28AM -0700, Arkadiusz Miskiewicz wrote:
> > On Tuesday 07 of April 2009, Pallipadi, Venkatesh wrote:
> > > On Thu, 2009-04-02 at 00:12 -0700, Arkadiusz Miskiewicz wrote:
> > >
> > > I was finally able to reproduce the problem of "freeing invalid
> > > memtype" with upstream git kernel (commit 0221c81b1b) + latest xf86
> > > intel driver. But, with upstream + the patch I had sent you earlier in
> > > this thread (http://marc.info/?l=linux-kernel&m=123863345520617&w=2) I
> > > don't see those freeing invalid memtype errors anymore.
> > >
> > > Can you please double check with current git and that patch and let me
> > > know if you are still seeing the problem.
> >
> > Latest linus tree + that patch (it's really applied here), xserver 1.6,
> > libdrm from git master, intel driver from git master, previously mesa 7.4
> > (and 7.5 snap currently), tremolous.net 1.1.0 game (tremolous-smp
> > binary), GM45 gpu.
> >
> > To reproduce I just need to run tremolous-smp and connect to some map.
> > When map finishes loading I instantly get:
[...]

> OK. One more test patch below, applies over linus's git and you can ignore
> the earlier patch. The patch below should get rid of the problem and
> as it removes the track/untrack of vm_insert_pfn completely. This will
> also eliminate the overhead of hundreds or thousands of entries in
> pat_memtype_list. Can you please test it.

With this patch I'm no longer able to reproduce problem. Thanks!

Things look like this now:
# cat /debug/x86/pat_memtype_list
PAT memtype list:
uncached-minus @ 0xbd6d1000-0xbd6d2000
uncached-minus @ 0xbd6d2000-0xbd6d3000
uncached-minus @ 0xbd6d3000-0xbd6d4000
uncached-minus @ 0xbd706000-0xbd707000
uncached-minus @ 0xbd707000-0xbd708000
uncached-minus @ 0xbd96a000-0xbd96b000
uncached-minus @ 0xbd96a000-0xbd96b000
uncached-minus @ 0xbd96a000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd979000-0xbd97a000
uncached-minus @ 0xbd97b000-0xbd97c000
uncached-minus @ 0xbd98b000-0xbd98d000
uncached-minus @ 0xbd98b000-0xbd98e000
uncached-minus @ 0xbd98d000-0xbd98e000
uncached-minus @ 0xbd98e000-0xbd98f000
uncached-minus @ 0xbd98e000-0xbd98f000
uncached-minus @ 0xc2000000-0xc2001000
write-combining @ 0xd0000000-0xe0000000
write-combining @ 0xd2000000-0xd2020000
write-combining @ 0xd2020000-0xd2512000
uncached-minus @ 0xe0000000-0xe4000000
uncached-minus @ 0xf4400000-0xf4800000
uncached-minus @ 0xf4400000-0xf4480000
uncached-minus @ 0xf4600000-0xf4800000
uncached-minus @ 0xf4800000-0xf4801000
uncached-minus @ 0xf4801000-0xf4802000
uncached-minus @ 0xf4801000-0xf4802000
uncached-minus @ 0xfc000000-0xfc020000
uncached-minus @ 0xfc020000-0xfc024000
uncached-minus @ 0xfc025000-0xfc026000
uncached-minus @ 0xfc226000-0xfc227000
uncached-minus @ 0xfc226000-0xfc227000
uncached-minus @ 0xfc227000-0xfc228000
uncached-minus @ 0xfed00000-0xfed01000
uncached-minus @ 0xfed1f000-0xfed20000
# cat /proc/mtrr
reg00: base=0x13c000000 ( 5056MB), size= 64MB, count=1: uncachable
reg01: base=0x0be000000 ( 3040MB), size= 32MB, count=1: uncachable
reg02: base=0x000000000 ( 0MB), size= 2048MB, count=1: write-back
reg03: base=0x080000000 ( 2048MB), size= 1024MB, count=1: write-back
reg04: base=0x100000000 ( 4096MB), size= 1024MB, count=1: write-back
reg05: base=0x0bde00000 ( 3038MB), size= 2MB, count=1: uncachable
reg06: base=0x0d0000000 ( 3328MB), size= 256MB, count=1: write-combining


>
> Thanks,
> Venki
>
> ---
> arch/x86/mm/pat.c | 124
> +++++++++++------------------------------------------ mm/memory.c |
> 14 +-----
> 2 files changed, 29 insertions(+), 109 deletions(-)
>
> diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
> index 640339e..5992af2 100644
> --- a/arch/x86/mm/pat.c
> +++ b/arch/x86/mm/pat.c
> @@ -732,15 +732,11 @@ static void free_pfn_range(u64 paddr, unsigned long
> size) * track_pfn_vma_copy is called when vma that is covering the pfnmap
> gets * copied through copy_page_range().
> *
> - * If the vma has a linear pfn mapping for the entire range, we get the
> prot - * from pte and reserve the entire vma range with single
> reserve_pfn_range call. - * Otherwise, we reserve the entire vma range, my
> ging through the PTEs page - * by page to get physical address and
> protection.
> + * We get the prot from pte and reserve the entire vma range with single
> + * reserve_pfn_range call.
> */
> int track_pfn_vma_copy(struct vm_area_struct *vma)
> {
> - int retval = 0;
> - unsigned long i, j;
> resource_size_t paddr;
> unsigned long prot;
> unsigned long vma_start = vma->vm_start;
> @@ -751,94 +747,35 @@ int track_pfn_vma_copy(struct vm_area_struct *vma)
> if (!pat_enabled)
> return 0;
>
> - if (is_linear_pfn_mapping(vma)) {
> - /*
> - * reserve the whole chunk covered by vma. We need the
> - * starting address and protection from pte.
> - */
> - if (follow_phys(vma, vma_start, 0, &prot, &paddr)) {
> - WARN_ON_ONCE(1);
> - return -EINVAL;
> - }
> - pgprot = __pgprot(prot);
> - return reserve_pfn_range(paddr, vma_size, &pgprot, 1);
> - }
> -
> - /* reserve entire vma page by page, using pfn and prot from pte */
> - for (i = 0; i < vma_size; i += PAGE_SIZE) {
> - if (follow_phys(vma, vma_start + i, 0, &prot, &paddr))
> - continue;
> -
> - pgprot = __pgprot(prot);
> - retval = reserve_pfn_range(paddr, PAGE_SIZE, &pgprot, 1);
> - if (retval)
> - goto cleanup_ret;
> - }
> - return 0;
> -
> -cleanup_ret:
> - /* Reserve error: Cleanup partial reservation and return error */
> - for (j = 0; j < i; j += PAGE_SIZE) {
> - if (follow_phys(vma, vma_start + j, 0, &prot, &paddr))
> - continue;
> -
> - free_pfn_range(paddr, PAGE_SIZE);
> + /*
> + * reserve the whole chunk covered by vma. We need the
> + * starting address and protection from pte.
> + */
> + if (follow_phys(vma, vma_start, 0, &prot, &paddr)) {
> + WARN_ON_ONCE(1);
> + return -EINVAL;
> }
> -
> - return retval;
> + pgprot = __pgprot(prot);
> + return reserve_pfn_range(paddr, vma_size, &pgprot, 1);
> }
>
> /*
> * track_pfn_vma_new is called when a _new_ pfn mapping is being
> established * for physical range indicated by pfn and size.
> *
> - * prot is passed in as a parameter for the new mapping. If the vma has a
> - * linear pfn mapping for the entire range reserve the entire vma range
> with - * single reserve_pfn_range call.
> - * Otherwise, we look t the pfn and size and reserve only the specified
> range - * page by page.
> - *
> - * Note that this function can be called with caller trying to map only a
> - * subrange/page inside the vma.
> + * prot is passed in as a parameter for the new mapping.
> */
> int track_pfn_vma_new(struct vm_area_struct *vma, pgprot_t *prot,
> unsigned long pfn, unsigned long size)
> {
> - int retval = 0;
> - unsigned long i, j;
> - resource_size_t base_paddr;
> resource_size_t paddr;
> - unsigned long vma_start = vma->vm_start;
> - unsigned long vma_end = vma->vm_end;
> - unsigned long vma_size = vma_end - vma_start;
>
> if (!pat_enabled)
> return 0;
>
> - if (is_linear_pfn_mapping(vma)) {
> - /* reserve the whole chunk starting from vm_pgoff */
> - paddr = (resource_size_t)vma->vm_pgoff << PAGE_SHIFT;
> - return reserve_pfn_range(paddr, vma_size, prot, 0);
> - }
> -
> - /* reserve page by page using pfn and size */
> - base_paddr = (resource_size_t)pfn << PAGE_SHIFT;
> - for (i = 0; i < size; i += PAGE_SIZE) {
> - paddr = base_paddr + i;
> - retval = reserve_pfn_range(paddr, PAGE_SIZE, prot, 0);
> - if (retval)
> - goto cleanup_ret;
> - }
> - return 0;
> -
> -cleanup_ret:
> - /* Reserve error: Cleanup partial reservation and return error */
> - for (j = 0; j < i; j += PAGE_SIZE) {
> - paddr = base_paddr + j;
> - free_pfn_range(paddr, PAGE_SIZE);
> - }
> -
> - return retval;
> + /* reserve the whole chunk starting from pfn */
> + paddr = (resource_size_t)pfn << PAGE_SHIFT;
> + return reserve_pfn_range(paddr, vma->vm_end - vma->vm_start, prot, 0);
> }
>
> /*
> @@ -849,7 +786,6 @@ cleanup_ret:
> void untrack_pfn_vma(struct vm_area_struct *vma, unsigned long pfn,
> unsigned long size)
> {
> - unsigned long i;
> resource_size_t paddr;
> unsigned long prot;
> unsigned long vma_start = vma->vm_start;
> @@ -859,29 +795,21 @@ void untrack_pfn_vma(struct vm_area_struct *vma,
> unsigned long pfn, if (!pat_enabled)
> return;
>
> - if (is_linear_pfn_mapping(vma)) {
> - /* free the whole chunk starting from vm_pgoff */
> - paddr = (resource_size_t)vma->vm_pgoff << PAGE_SHIFT;
> - free_pfn_range(paddr, vma_size);
> + if (pfn) {
> + paddr = (resource_size_t)pfn << PAGE_SHIFT;
> + free_pfn_range(paddr, size);
> return;
> }
>
> - if (size != 0 && size != vma_size) {
> - /* free page by page, using pfn and size */
> - paddr = (resource_size_t)pfn << PAGE_SHIFT;
> - for (i = 0; i < size; i += PAGE_SIZE) {
> - paddr = paddr + i;
> - free_pfn_range(paddr, PAGE_SIZE);
> - }
> - } else {
> - /* free entire vma, page by page, using the pfn from pte */
> - for (i = 0; i < vma_size; i += PAGE_SIZE) {
> - if (follow_phys(vma, vma_start + i, 0, &prot, &paddr))
> - continue;
> -
> - free_pfn_range(paddr, PAGE_SIZE);
> - }
> + /*
> + * reserve the whole chunk covered by vma. We need the
> + * starting address pte.
> + */
> + if (follow_phys(vma, vma_start, 0, &prot, &paddr)) {
> + WARN_ON_ONCE(1);
> + return;
> }
> + free_pfn_range(paddr, vma_size);
> }
>
> pgprot_t pgprot_writecombine(pgprot_t prot)
> diff --git a/mm/memory.c b/mm/memory.c
> index cf6873e..4cae7e0 100644
> --- a/mm/memory.c
> +++ b/mm/memory.c
> @@ -719,7 +719,7 @@ int copy_page_range(struct mm_struct *dst_mm, struct
> mm_struct *src_mm, if (is_vm_hugetlb_page(vma))
> return copy_hugetlb_page_range(dst_mm, src_mm, vma);
>
> - if (unlikely(is_pfn_mapping(vma))) {
> + if (unlikely(is_linear_pfn_mapping(vma))) {
> /*
> * We do not free on error cases below as remove_vma
> * gets called on error from higher level routine
> @@ -982,7 +982,7 @@ unsigned long unmap_vmas(struct mmu_gather **tlbp,
> if (vma->vm_flags & VM_ACCOUNT)
> *nr_accounted += (end - start) >> PAGE_SHIFT;
>
> - if (unlikely(is_pfn_mapping(vma)))
> + if (unlikely(is_linear_pfn_mapping(vma)))
> untrack_pfn_vma(vma, 0, 0);
>
> while (start != end) {
> @@ -1515,7 +1515,6 @@ out:
> int vm_insert_pfn(struct vm_area_struct *vma, unsigned long addr,
> unsigned long pfn)
> {
> - int ret;
> pgprot_t pgprot = vma->vm_page_prot;
> /*
> * Technically, architectures with pte_special can avoid all these
> @@ -1531,15 +1530,8 @@ int vm_insert_pfn(struct vm_area_struct *vma,
> unsigned long addr,
>
> if (addr < vma->vm_start || addr >= vma->vm_end)
> return -EFAULT;
> - if (track_pfn_vma_new(vma, &pgprot, pfn, PAGE_SIZE))
> - return -EINVAL;
> -
> - ret = insert_pfn(vma, addr, pfn, pgprot);
>
> - if (ret)
> - untrack_pfn_vma(vma, pfn, PAGE_SIZE);
> -
> - return ret;
> + return insert_pfn(vma, addr, pfn, pgprot);
> }
> EXPORT_SYMBOL(vm_insert_pfn);


--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/

2009-04-08 08:23:12

by Ingo Molnar

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems


* Arkadiusz Miskiewicz <[email protected]> wrote:

> On Wednesday 08 of April 2009, Pallipadi, Venkatesh wrote:
> > On Tue, Apr 07, 2009 at 02:12:28AM -0700, Arkadiusz Miskiewicz wrote:
> > > On Tuesday 07 of April 2009, Pallipadi, Venkatesh wrote:
> > > > On Thu, 2009-04-02 at 00:12 -0700, Arkadiusz Miskiewicz wrote:
> > > >
> > > > I was finally able to reproduce the problem of "freeing invalid
> > > > memtype" with upstream git kernel (commit 0221c81b1b) + latest xf86
> > > > intel driver. But, with upstream + the patch I had sent you earlier in
> > > > this thread (http://marc.info/?l=linux-kernel&m=123863345520617&w=2) I
> > > > don't see those freeing invalid memtype errors anymore.
> > > >
> > > > Can you please double check with current git and that patch and let me
> > > > know if you are still seeing the problem.
> > >
> > > Latest linus tree + that patch (it's really applied here), xserver 1.6,
> > > libdrm from git master, intel driver from git master, previously mesa 7.4
> > > (and 7.5 snap currently), tremolous.net 1.1.0 game (tremolous-smp
> > > binary), GM45 gpu.
> > >
> > > To reproduce I just need to run tremolous-smp and connect to some map.
> > > When map finishes loading I instantly get:
> [...]
>
> > OK. One more test patch below, applies over linus's git and you can ignore
> > the earlier patch. The patch below should get rid of the problem and
> > as it removes the track/untrack of vm_insert_pfn completely. This will
> > also eliminate the overhead of hundreds or thousands of entries in
> > pat_memtype_list. Can you please test it.
>
> With this patch I'm no longer able to reproduce problem. Thanks!

Great, thanks!

Venki, mind sending a patch with a proper changelog, Reported-by,
Tested-by tags, with Nick and Andrew Cc:-ed for the memory.c bits,
etc.?

Ingo

2009-04-08 22:37:40

by Pallipadi, Venkatesh

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Wed, Apr 08, 2009 at 01:17:11AM -0700, Ingo Molnar wrote:
>
> * Arkadiusz Miskiewicz <[email protected]> wrote:
>
> > On Wednesday 08 of April 2009, Pallipadi, Venkatesh wrote:
> > > On Tue, Apr 07, 2009 at 02:12:28AM -0700, Arkadiusz Miskiewicz wrote:
> > > > On Tuesday 07 of April 2009, Pallipadi, Venkatesh wrote:
> > > > > On Thu, 2009-04-02 at 00:12 -0700, Arkadiusz Miskiewicz wrote:
> > > > >
> > > > > I was finally able to reproduce the problem of "freeing invalid
> > > > > memtype" with upstream git kernel (commit 0221c81b1b) + latest xf86
> > > > > intel driver. But, with upstream + the patch I had sent you earlier in
> > > > > this thread (http://marc.info/?l=linux-kernel&m=123863345520617&w=2) I
> > > > > don't see those freeing invalid memtype errors anymore.
> > > > >
> > > > > Can you please double check with current git and that patch and let me
> > > > > know if you are still seeing the problem.
> > > >
> > > > Latest linus tree + that patch (it's really applied here), xserver 1.6,
> > > > libdrm from git master, intel driver from git master, previously mesa 7.4
> > > > (and 7.5 snap currently), tremolous.net 1.1.0 game (tremolous-smp
> > > > binary), GM45 gpu.
> > > >
> > > > To reproduce I just need to run tremolous-smp and connect to some map.
> > > > When map finishes loading I instantly get:
> > [...]
> >
> > > OK. One more test patch below, applies over linus's git and you can ignore
> > > the earlier patch. The patch below should get rid of the problem and
> > > as it removes the track/untrack of vm_insert_pfn completely. This will
> > > also eliminate the overhead of hundreds or thousands of entries in
> > > pat_memtype_list. Can you please test it.
> >
> > With this patch I'm no longer able to reproduce problem. Thanks!
>
> Great, thanks!
>
> Venki, mind sending a patch with a proper changelog, Reported-by,
> Tested-by tags, with Nick and Andrew Cc:-ed for the memory.c bits,
> etc.?

Ingo,

Below is the cleaner version of the patch. It does not have any changes in mm
as we are only removing the tracking inside the PAT code. I have left the
generic mm interface as is, until we fully resolve the issue in future.

Thanks,
Venki

Subject: [PATCH] x86, PAT: Remove page granularity tracking for vm_insert_pfn maps

Remove page level granularity track and untrack of vm_insert_pfn.
memtype tracking at page granularity does not scale and cleaner
approach would be for the driver to request a type for a bigger
IO address range or PCI io memory range for that device, either at
mmap time or driver init time and just use that type during
vm_insert_pfn.

This patch just removes the track/untrack of vm_insert_pfn. That
means we will be in same state as 2.6.28, with respect to these APIs.
Newer APIs for the drivers to request a memtype for a bigger region
is TBD and coming soon.

This change resolves the problem of too many single page entries
in pat_memtype_list and "freeing invalid memtype" errors with i915,
reported here.
http://marc.info/?l=linux-kernel&m=123845244713183&w=2

Reported-by: Arkadiusz Miskiewicz <[email protected]>
Tested-by: Arkadiusz Miskiewicz <[email protected]>

Signed-off-by: Venkatesh Pallipadi <[email protected]>
Signed-off-by: Suresh Siddha <[email protected]>
---
arch/x86/mm/pat.c | 98 ++++++++++------------------------------------------
1 files changed, 19 insertions(+), 79 deletions(-)

diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
index 640339e..a8365c8 100644
--- a/arch/x86/mm/pat.c
+++ b/arch/x86/mm/pat.c
@@ -734,29 +734,28 @@ static void free_pfn_range(u64 paddr, unsigned long size)
*
* If the vma has a linear pfn mapping for the entire range, we get the prot
* from pte and reserve the entire vma range with single reserve_pfn_range call.
- * Otherwise, we reserve the entire vma range, my ging through the PTEs page
- * by page to get physical address and protection.
*/
int track_pfn_vma_copy(struct vm_area_struct *vma)
{
- int retval = 0;
- unsigned long i, j;
resource_size_t paddr;
unsigned long prot;
- unsigned long vma_start = vma->vm_start;
- unsigned long vma_end = vma->vm_end;
- unsigned long vma_size = vma_end - vma_start;
+ unsigned long vma_size = vma->vm_end - vma->vm_start;
pgprot_t pgprot;

if (!pat_enabled)
return 0;

+ /*
+ * For now, only handle remap_pfn_range() vmas where
+ * is_linear_pfn_mapping() == TRUE. Handling of
+ * vm_insert_pfn() is TBD.
+ */
if (is_linear_pfn_mapping(vma)) {
/*
* reserve the whole chunk covered by vma. We need the
* starting address and protection from pte.
*/
- if (follow_phys(vma, vma_start, 0, &prot, &paddr)) {
+ if (follow_phys(vma, vma->vm_start, 0, &prot, &paddr)) {
WARN_ON_ONCE(1);
return -EINVAL;
}
@@ -764,28 +763,7 @@ int track_pfn_vma_copy(struct vm_area_struct *vma)
return reserve_pfn_range(paddr, vma_size, &pgprot, 1);
}

- /* reserve entire vma page by page, using pfn and prot from pte */
- for (i = 0; i < vma_size; i += PAGE_SIZE) {
- if (follow_phys(vma, vma_start + i, 0, &prot, &paddr))
- continue;
-
- pgprot = __pgprot(prot);
- retval = reserve_pfn_range(paddr, PAGE_SIZE, &pgprot, 1);
- if (retval)
- goto cleanup_ret;
- }
return 0;
-
-cleanup_ret:
- /* Reserve error: Cleanup partial reservation and return error */
- for (j = 0; j < i; j += PAGE_SIZE) {
- if (follow_phys(vma, vma_start + j, 0, &prot, &paddr))
- continue;
-
- free_pfn_range(paddr, PAGE_SIZE);
- }
-
- return retval;
}

/*
@@ -795,50 +773,28 @@ cleanup_ret:
* prot is passed in as a parameter for the new mapping. If the vma has a
* linear pfn mapping for the entire range reserve the entire vma range with
* single reserve_pfn_range call.
- * Otherwise, we look t the pfn and size and reserve only the specified range
- * page by page.
- *
- * Note that this function can be called with caller trying to map only a
- * subrange/page inside the vma.
*/
int track_pfn_vma_new(struct vm_area_struct *vma, pgprot_t *prot,
unsigned long pfn, unsigned long size)
{
- int retval = 0;
- unsigned long i, j;
- resource_size_t base_paddr;
resource_size_t paddr;
- unsigned long vma_start = vma->vm_start;
- unsigned long vma_end = vma->vm_end;
- unsigned long vma_size = vma_end - vma_start;
+ unsigned long vma_size = vma->vm_end - vma->vm_start;

if (!pat_enabled)
return 0;

+ /*
+ * For now, only handle remap_pfn_range() vmas where
+ * is_linear_pfn_mapping() == TRUE. Handling of
+ * vm_insert_pfn() is TBD.
+ */
if (is_linear_pfn_mapping(vma)) {
/* reserve the whole chunk starting from vm_pgoff */
paddr = (resource_size_t)vma->vm_pgoff << PAGE_SHIFT;
return reserve_pfn_range(paddr, vma_size, prot, 0);
}

- /* reserve page by page using pfn and size */
- base_paddr = (resource_size_t)pfn << PAGE_SHIFT;
- for (i = 0; i < size; i += PAGE_SIZE) {
- paddr = base_paddr + i;
- retval = reserve_pfn_range(paddr, PAGE_SIZE, prot, 0);
- if (retval)
- goto cleanup_ret;
- }
return 0;
-
-cleanup_ret:
- /* Reserve error: Cleanup partial reservation and return error */
- for (j = 0; j < i; j += PAGE_SIZE) {
- paddr = base_paddr + j;
- free_pfn_range(paddr, PAGE_SIZE);
- }
-
- return retval;
}

/*
@@ -849,39 +805,23 @@ cleanup_ret:
void untrack_pfn_vma(struct vm_area_struct *vma, unsigned long pfn,
unsigned long size)
{
- unsigned long i;
resource_size_t paddr;
- unsigned long prot;
- unsigned long vma_start = vma->vm_start;
- unsigned long vma_end = vma->vm_end;
- unsigned long vma_size = vma_end - vma_start;
+ unsigned long vma_size = vma->vm_end - vma->vm_start;

if (!pat_enabled)
return;

+ /*
+ * For now, only handle remap_pfn_range() vmas where
+ * is_linear_pfn_mapping() == TRUE. Handling of
+ * vm_insert_pfn() is TBD.
+ */
if (is_linear_pfn_mapping(vma)) {
/* free the whole chunk starting from vm_pgoff */
paddr = (resource_size_t)vma->vm_pgoff << PAGE_SHIFT;
free_pfn_range(paddr, vma_size);
return;
}
-
- if (size != 0 && size != vma_size) {
- /* free page by page, using pfn and size */
- paddr = (resource_size_t)pfn << PAGE_SHIFT;
- for (i = 0; i < size; i += PAGE_SIZE) {
- paddr = paddr + i;
- free_pfn_range(paddr, PAGE_SIZE);
- }
- } else {
- /* free entire vma, page by page, using the pfn from pte */
- for (i = 0; i < vma_size; i += PAGE_SIZE) {
- if (follow_phys(vma, vma_start + i, 0, &prot, &paddr))
- continue;
-
- free_pfn_range(paddr, PAGE_SIZE);
- }
- }
}

pgprot_t pgprot_writecombine(pgprot_t prot)
--
1.6.0.6

2009-04-15 17:46:31

by Arkadiusz Miskiewicz

[permalink] [raw]
Subject: Re: 2.6.29 git master and PAT problems

On Thursday 09 of April 2009, Pallipadi, Venkatesh wrote:
> On Wed, Apr 08, 2009 at 01:17:11AM -0700, Ingo Molnar wrote:
> > * Arkadiusz Miskiewicz <[email protected]> wrote:
> > > On Wednesday 08 of April 2009, Pallipadi, Venkatesh wrote:
> > > > On Tue, Apr 07, 2009 at 02:12:28AM -0700, Arkadiusz Miskiewicz wrote:
> > > > > On Tuesday 07 of April 2009, Pallipadi, Venkatesh wrote:
> > > > > > On Thu, 2009-04-02 at 00:12 -0700, Arkadiusz Miskiewicz wrote:
> > > > > >
> > > > > > I was finally able to reproduce the problem of "freeing invalid
> > > > > > memtype" with upstream git kernel (commit 0221c81b1b) + latest
> > > > > > xf86 intel driver. But, with upstream + the patch I had sent you
> > > > > > earlier in this thread
> > > > > > (http://marc.info/?l=linux-kernel&m=123863345520617&w=2) I don't
> > > > > > see those freeing invalid memtype errors anymore.
> > > > > >
> > > > > > Can you please double check with current git and that patch and
> > > > > > let me know if you are still seeing the problem.
> > > > >
> > > > > Latest linus tree + that patch (it's really applied here), xserver
> > > > > 1.6, libdrm from git master, intel driver from git master,
> > > > > previously mesa 7.4 (and 7.5 snap currently), tremolous.net 1.1.0
> > > > > game (tremolous-smp binary), GM45 gpu.
> > > > >
> > > > > To reproduce I just need to run tremolous-smp and connect to some
> > > > > map. When map finishes loading I instantly get:
> > >
> > > [...]
> > >
> > > > OK. One more test patch below, applies over linus's git and you can
> > > > ignore the earlier patch. The patch below should get rid of the
> > > > problem and as it removes the track/untrack of vm_insert_pfn
> > > > completely. This will also eliminate the overhead of hundreds or
> > > > thousands of entries in pat_memtype_list. Can you please test it.
> > >
> > > With this patch I'm no longer able to reproduce problem. Thanks!
> >
> > Great, thanks!
> >
> > Venki, mind sending a patch with a proper changelog, Reported-by,
> > Tested-by tags, with Nick and Andrew Cc:-ed for the memory.c bits,
> > etc.?
>
> Ingo,
>
> Below is the cleaner version of the patch. It does not have any changes in
> mm as we are only removing the tracking inside the PAT code. I have left
> the generic mm interface as is, until we fully resolve the issue in future.
>
> Thanks,
> Venki
>
> Subject: [PATCH] x86, PAT: Remove page granularity tracking for
> vm_insert_pfn maps

I wonder what's with these patches that they missed rc2 ?

This one and Subject: [PATCH] x86, PAT: Remove duplicate memtype reserve in
pci mmap

--
Arkadiusz Miśkiewicz PLD/Linux Team
arekm / maven.pl http://ftp.pld-linux.org/

2009-04-15 18:11:27

by Pallipadi, Venkatesh

[permalink] [raw]
Subject: RE: 2.6.29 git master and PAT problems



>-----Original Message-----
>From: Arkadiusz Miskiewicz [mailto:[email protected]]
>Sent: Wednesday, April 15, 2009 10:46 AM
>To: Pallipadi, Venkatesh
>Cc: Ingo Molnar; Thomas Gleixner; H. Peter Anvin; Siddha,
>Suresh B; [email protected]; Jesse Barnes
>Subject: Re: 2.6.29 git master and PAT problems
>
>On Thursday 09 of April 2009, Pallipadi, Venkatesh wrote:
>> On Wed, Apr 08, 2009 at 01:17:11AM -0700, Ingo Molnar wrote:
>> > * Arkadiusz Miskiewicz <[email protected]> wrote:
>> > > On Wednesday 08 of April 2009, Pallipadi, Venkatesh wrote:
>> > > > On Tue, Apr 07, 2009 at 02:12:28AM -0700, Arkadiusz
>Miskiewicz wrote:
>> > > > > On Tuesday 07 of April 2009, Pallipadi, Venkatesh wrote:
>> > > > > > On Thu, 2009-04-02 at 00:12 -0700, Arkadiusz
>Miskiewicz wrote:
>> > > > > >
>> > > > > > I was finally able to reproduce the problem of
>"freeing invalid
>> > > > > > memtype" with upstream git kernel (commit
>0221c81b1b) + latest
>> > > > > > xf86 intel driver. But, with upstream + the patch
>I had sent you
>> > > > > > earlier in this thread
>> > > > > >
>(http://marc.info/?l=linux-kernel&m=123863345520617&w=2) I don't
>> > > > > > see those freeing invalid memtype errors anymore.
>> > > > > >
>> > > > > > Can you please double check with current git and
>that patch and
>> > > > > > let me know if you are still seeing the problem.
>> > > > >
>> > > > > Latest linus tree + that patch (it's really applied
>here), xserver
>> > > > > 1.6, libdrm from git master, intel driver from git master,
>> > > > > previously mesa 7.4 (and 7.5 snap currently),
>tremolous.net 1.1.0
>> > > > > game (tremolous-smp binary), GM45 gpu.
>> > > > >
>> > > > > To reproduce I just need to run tremolous-smp and
>connect to some
>> > > > > map. When map finishes loading I instantly get:
>> > >
>> > > [...]
>> > >
>> > > > OK. One more test patch below, applies over linus's
>git and you can
>> > > > ignore the earlier patch. The patch below should get rid of the
>> > > > problem and as it removes the track/untrack of vm_insert_pfn
>> > > > completely. This will also eliminate the overhead of
>hundreds or
>> > > > thousands of entries in pat_memtype_list. Can you
>please test it.
>> > >
>> > > With this patch I'm no longer able to reproduce problem. Thanks!
>> >
>> > Great, thanks!
>> >
>> > Venki, mind sending a patch with a proper changelog, Reported-by,
>> > Tested-by tags, with Nick and Andrew Cc:-ed for the memory.c bits,
>> > etc.?
>>
>> Ingo,
>>
>> Below is the cleaner version of the patch. It does not have
>any changes in
>> mm as we are only removing the tracking inside the PAT code.
>I have left
>> the generic mm interface as is, until we fully resolve the
>issue in future.
>>
>> Thanks,
>> Venki
>>
>> Subject: [PATCH] x86, PAT: Remove page granularity tracking for
>> vm_insert_pfn maps
>
>I wonder what's with these patches that they missed rc2 ?
>
>This one and Subject: [PATCH] x86, PAT: Remove duplicate
>memtype reserve in
>pci mmap
>

I do see the above patch in rc2. Here
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5a3ae276057840f0e60664c12fc3ef80aa59d1d4

But, the patch below has not yet made it.
http://marc.info/?l=linux-kernel&m=123923026401648&w=2

Ingo: Can you push this along?

Thanks,
Venki-

2009-04-16 22:48:33

by Pallipadi, Venkatesh

[permalink] [raw]
Subject: [tip:x86/urgent] x86, PAT: Remove page granularity tracking for vm_insert_pfn maps

Commit-ID: 4b065046273afa01ec8e3de7da407e8d3599251d
Gitweb: http://git.kernel.org/tip/4b065046273afa01ec8e3de7da407e8d3599251d
Author: Pallipadi, Venkatesh <[email protected]>
AuthorDate: Wed, 8 Apr 2009 15:37:16 -0700
Committer: Ingo Molnar <[email protected]>
CommitDate: Fri, 17 Apr 2009 00:44:22 +0200

x86, PAT: Remove page granularity tracking for vm_insert_pfn maps

This change resolves the problem of too many single page entries
in pat_memtype_list and "freeing invalid memtype" errors with i915,
reported here:

http://marc.info/?l=linux-kernel&m=123845244713183&w=2

Remove page level granularity track and untrack of vm_insert_pfn.
memtype tracking at page granularity does not scale and cleaner
approach would be for the driver to request a type for a bigger
IO address range or PCI io memory range for that device, either at
mmap time or driver init time and just use that type during
vm_insert_pfn.

This patch just removes the track/untrack of vm_insert_pfn. That
means we will be in same state as 2.6.28, with respect to these APIs.

Newer APIs for the drivers to request a memtype for a bigger region
is coming soon.

[ Impact: fix Xorg startup warnings and hangs ]

Reported-by: Arkadiusz Miskiewicz <[email protected]>
Tested-by: Arkadiusz Miskiewicz <[email protected]>
Signed-off-by: Venkatesh Pallipadi <[email protected]>
Signed-off-by: Suresh Siddha <[email protected]>
Cc: Jesse Barnes <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>


---
arch/x86/mm/pat.c | 98 ++++++++++------------------------------------------
1 files changed, 19 insertions(+), 79 deletions(-)

diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
index cc5e0e2..41c8057 100644
--- a/arch/x86/mm/pat.c
+++ b/arch/x86/mm/pat.c
@@ -669,29 +669,28 @@ static void free_pfn_range(u64 paddr, unsigned long size)
*
* If the vma has a linear pfn mapping for the entire range, we get the prot
* from pte and reserve the entire vma range with single reserve_pfn_range call.
- * Otherwise, we reserve the entire vma range, my ging through the PTEs page
- * by page to get physical address and protection.
*/
int track_pfn_vma_copy(struct vm_area_struct *vma)
{
- int retval = 0;
- unsigned long i, j;
resource_size_t paddr;
unsigned long prot;
- unsigned long vma_start = vma->vm_start;
- unsigned long vma_end = vma->vm_end;
- unsigned long vma_size = vma_end - vma_start;
+ unsigned long vma_size = vma->vm_end - vma->vm_start;
pgprot_t pgprot;

if (!pat_enabled)
return 0;

+ /*
+ * For now, only handle remap_pfn_range() vmas where
+ * is_linear_pfn_mapping() == TRUE. Handling of
+ * vm_insert_pfn() is TBD.
+ */
if (is_linear_pfn_mapping(vma)) {
/*
* reserve the whole chunk covered by vma. We need the
* starting address and protection from pte.
*/
- if (follow_phys(vma, vma_start, 0, &prot, &paddr)) {
+ if (follow_phys(vma, vma->vm_start, 0, &prot, &paddr)) {
WARN_ON_ONCE(1);
return -EINVAL;
}
@@ -699,28 +698,7 @@ int track_pfn_vma_copy(struct vm_area_struct *vma)
return reserve_pfn_range(paddr, vma_size, &pgprot, 1);
}

- /* reserve entire vma page by page, using pfn and prot from pte */
- for (i = 0; i < vma_size; i += PAGE_SIZE) {
- if (follow_phys(vma, vma_start + i, 0, &prot, &paddr))
- continue;
-
- pgprot = __pgprot(prot);
- retval = reserve_pfn_range(paddr, PAGE_SIZE, &pgprot, 1);
- if (retval)
- goto cleanup_ret;
- }
return 0;
-
-cleanup_ret:
- /* Reserve error: Cleanup partial reservation and return error */
- for (j = 0; j < i; j += PAGE_SIZE) {
- if (follow_phys(vma, vma_start + j, 0, &prot, &paddr))
- continue;
-
- free_pfn_range(paddr, PAGE_SIZE);
- }
-
- return retval;
}

/*
@@ -730,50 +708,28 @@ cleanup_ret:
* prot is passed in as a parameter for the new mapping. If the vma has a
* linear pfn mapping for the entire range reserve the entire vma range with
* single reserve_pfn_range call.
- * Otherwise, we look t the pfn and size and reserve only the specified range
- * page by page.
- *
- * Note that this function can be called with caller trying to map only a
- * subrange/page inside the vma.
*/
int track_pfn_vma_new(struct vm_area_struct *vma, pgprot_t *prot,
unsigned long pfn, unsigned long size)
{
- int retval = 0;
- unsigned long i, j;
- resource_size_t base_paddr;
resource_size_t paddr;
- unsigned long vma_start = vma->vm_start;
- unsigned long vma_end = vma->vm_end;
- unsigned long vma_size = vma_end - vma_start;
+ unsigned long vma_size = vma->vm_end - vma->vm_start;

if (!pat_enabled)
return 0;

+ /*
+ * For now, only handle remap_pfn_range() vmas where
+ * is_linear_pfn_mapping() == TRUE. Handling of
+ * vm_insert_pfn() is TBD.
+ */
if (is_linear_pfn_mapping(vma)) {
/* reserve the whole chunk starting from vm_pgoff */
paddr = (resource_size_t)vma->vm_pgoff << PAGE_SHIFT;
return reserve_pfn_range(paddr, vma_size, prot, 0);
}

- /* reserve page by page using pfn and size */
- base_paddr = (resource_size_t)pfn << PAGE_SHIFT;
- for (i = 0; i < size; i += PAGE_SIZE) {
- paddr = base_paddr + i;
- retval = reserve_pfn_range(paddr, PAGE_SIZE, prot, 0);
- if (retval)
- goto cleanup_ret;
- }
return 0;
-
-cleanup_ret:
- /* Reserve error: Cleanup partial reservation and return error */
- for (j = 0; j < i; j += PAGE_SIZE) {
- paddr = base_paddr + j;
- free_pfn_range(paddr, PAGE_SIZE);
- }
-
- return retval;
}

/*
@@ -784,39 +740,23 @@ cleanup_ret:
void untrack_pfn_vma(struct vm_area_struct *vma, unsigned long pfn,
unsigned long size)
{
- unsigned long i;
resource_size_t paddr;
- unsigned long prot;
- unsigned long vma_start = vma->vm_start;
- unsigned long vma_end = vma->vm_end;
- unsigned long vma_size = vma_end - vma_start;
+ unsigned long vma_size = vma->vm_end - vma->vm_start;

if (!pat_enabled)
return;

+ /*
+ * For now, only handle remap_pfn_range() vmas where
+ * is_linear_pfn_mapping() == TRUE. Handling of
+ * vm_insert_pfn() is TBD.
+ */
if (is_linear_pfn_mapping(vma)) {
/* free the whole chunk starting from vm_pgoff */
paddr = (resource_size_t)vma->vm_pgoff << PAGE_SHIFT;
free_pfn_range(paddr, vma_size);
return;
}
-
- if (size != 0 && size != vma_size) {
- /* free page by page, using pfn and size */
- paddr = (resource_size_t)pfn << PAGE_SHIFT;
- for (i = 0; i < size; i += PAGE_SIZE) {
- paddr = paddr + i;
- free_pfn_range(paddr, PAGE_SIZE);
- }
- } else {
- /* free entire vma, page by page, using the pfn from pte */
- for (i = 0; i < vma_size; i += PAGE_SIZE) {
- if (follow_phys(vma, vma_start + i, 0, &prot, &paddr))
- continue;
-
- free_pfn_range(paddr, PAGE_SIZE);
- }
- }
}

pgprot_t pgprot_writecombine(pgprot_t prot)