wrong timestamps in ftrace?

From: Miklos Szeredi
Date: Tue Mar 17 2009 - 11:19:54 EST


I've started playing with ftrace and timestamps seem to be
misbehaving.

# echo 0 > /sys/kernel/debug/tracing/tracing_enabled
# echo nop > /sys/kernel/debug/tracing/current_tracer
# echo 131072 > /sys/kernel/debug/tracing/buffer_size_kb
# echo sched_switch > /sys/kernel/debug/tracing/current_tracer
# echo 1 > /sys/kernel/debug/tracing/tracing_enabled
# sleep 10
# echo 0 > /sys/kernel/debug/tracing/tracing_enabled
# cat /sys/kernel/debug/tracing/trace > /tmp/trace.txt
# ls -lh /tmp/trace.txt
-rw-r--r-- 1 root root 96K Mar 17 16:11 /tmp/trace.txt
# head -5 /tmp/trace.txt | tail -1
bash-4908 [001] 212.139730: 4908:120:S + [001] 4845:120:S
# tail -1 /tmp/trace.txt
kondemand/1-1020 [001] 212.261054: 1020:115:S ==> [001] 0:140:R

So according to the timestamps the time difference between the first
and last event was just 0.12s, which is rubbish.

This is latest git on a CoreDuo T60 notebook. Attaching .config and
dmesg.

Thanks,
Miklos


#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.29-rc8
# Tue Mar 17 15:35:35 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_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_DEFAULT_IDLE=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_HAVE_CPUMASK_OF_CPU_MAP=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ZONE_DMA32=y
CONFIG_ARCH_POPULATES_NODE_MAP=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_X86_SMP=y
CONFIG_USE_GENERIC_SMP_HELPERS=y
CONFIG_X86_64_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_X86_TRAMPOLINE=y
# CONFIG_KTIME_SCALAR is not set
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set

#
# 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 is not set
CONFIG_LOG_BUF_SHIFT=20
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
# CONFIG_GROUP_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 is not set
# CONFIG_IPC_NS is not set
# CONFIG_USER_NS is not set
# CONFIG_PID_NS is not set
# CONFIG_NET_NS is not set
# CONFIG_BLK_DEV_INITRD is not set
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 is not set
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_COMPAT_BRK is not set
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
# CONFIG_PROFILING is not set
CONFIG_TRACEPOINTS=y
CONFIG_MARKERS=y
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 is not set
# CONFIG_BLK_DEV_INTEGRITY is not set
CONFIG_BLOCK_COMPAT=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
# CONFIG_IOSCHED_AS is not set
# CONFIG_IOSCHED_DEADLINE is not set
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_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_SPARSE_IRQ is not set
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_VSMP is not set
CONFIG_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_64=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_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_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 is not set
# CONFIG_MEMORY_HOTPLUG is not set
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 is not set
CONFIG_X86_RESERVE_LOW_64K=y
CONFIG_MTRR=y
# CONFIG_MTRR_SANITIZER is not set
CONFIG_X86_PAT=y
# CONFIG_EFI is not set
# CONFIG_SECCOMP is not set
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_SCHED_HRTICK=y
# CONFIG_KEXEC is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x200000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x200000
CONFIG_HOTPLUG_CPU=y
CONFIG_COMPAT_VDSO=y
# CONFIG_CMDLINE_BOOL is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

#
# Power management and ACPI options
#
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 is not set
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_FAN=m
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_THERMAL=m
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
# CONFIG_ACPI_PCI_SLOT is not set
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=m
# CONFIG_ACPI_SBS is not set

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

#
# 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 is not set

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
# CONFIG_PCI_MMCONFIG is not set
CONFIG_PCI_DOMAINS=y
# CONFIG_DMAR is not set
# CONFIG_INTR_REMAP is not set
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
# CONFIG_PCIEASPM is not set
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
CONFIG_PCI_LEGACY=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_STUB is not set
# CONFIG_HT_IRQ is not set
CONFIG_ISA_DMA_API=y
CONFIG_K8_NB=y
# CONFIG_PCCARD is not set
# CONFIG_HOTPLUG_PCI is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
# CONFIG_HAVE_AOUT is not set
# CONFIG_BINFMT_MISC is not set
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_COMPAT_NET_DEV_OPS=y
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_UNIX=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
# CONFIG_INET_LRO is not set
# CONFIG_INET_DIAG is not set
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IPV6 is not set
# CONFIG_NETWORK_SECMARK is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y

#
# Core Netfilter Configuration
#
# CONFIG_NETFILTER_NETLINK_QUEUE is not set
# CONFIG_NETFILTER_NETLINK_LOG is not set
CONFIG_NF_CONNTRACK=y
# CONFIG_NF_CT_ACCT is not set
# CONFIG_NF_CONNTRACK_MARK is not set
# CONFIG_NF_CONNTRACK_EVENTS is not set
# CONFIG_NF_CT_PROTO_DCCP is not set
# CONFIG_NF_CT_PROTO_SCTP is not set
# CONFIG_NF_CT_PROTO_UDPLITE is not set
# CONFIG_NF_CONNTRACK_AMANDA is not set
# CONFIG_NF_CONNTRACK_FTP is not set
# CONFIG_NF_CONNTRACK_H323 is not set
# CONFIG_NF_CONNTRACK_IRC is not set
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
# CONFIG_NF_CONNTRACK_PPTP is not set
# CONFIG_NF_CONNTRACK_SANE is not set
# CONFIG_NF_CONNTRACK_SIP is not set
# CONFIG_NF_CONNTRACK_TFTP is not set
# CONFIG_NF_CT_NETLINK is not set
# CONFIG_NETFILTER_TPROXY is not set
CONFIG_NETFILTER_XTABLES=y
# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
# CONFIG_NETFILTER_XT_TARGET_DSCP is not set
# CONFIG_NETFILTER_XT_TARGET_MARK is not set
# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set
# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set
# CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set
# CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set
# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
# CONFIG_NETFILTER_XT_MATCH_ESP is not set
# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
# CONFIG_NETFILTER_XT_MATCH_HELPER is not set
# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
CONFIG_NETFILTER_XT_MATCH_LIMIT=y
# CONFIG_NETFILTER_XT_MATCH_MAC is not set
# CONFIG_NETFILTER_XT_MATCH_MARK is not set
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y
# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=y
# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
# CONFIG_NETFILTER_XT_MATCH_REALM is not set
# CONFIG_NETFILTER_XT_MATCH_RECENT is not set
# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
CONFIG_NETFILTER_XT_MATCH_STATE=y
# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
# CONFIG_NETFILTER_XT_MATCH_STRING is not set
# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
# CONFIG_NETFILTER_XT_MATCH_TIME is not set
# CONFIG_NETFILTER_XT_MATCH_U32 is not set
# CONFIG_IP_VS is not set

#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=y
CONFIG_NF_CONNTRACK_IPV4=y
# CONFIG_NF_CONNTRACK_PROC_COMPAT is not set
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=y
# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
# CONFIG_IP_NF_MATCH_AH is not set
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_TTL is not set
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
CONFIG_IP_NF_TARGET_LOG=y
# CONFIG_IP_NF_TARGET_ULOG is not set
CONFIG_NF_NAT=y
CONFIG_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
# CONFIG_IP_NF_TARGET_NETMAP is not set
# CONFIG_IP_NF_TARGET_REDIRECT is not set
# CONFIG_NF_NAT_SNMP_BASIC is not set
# CONFIG_NF_NAT_FTP is not set
# CONFIG_NF_NAT_IRC is not set
# CONFIG_NF_NAT_TFTP is not set
# CONFIG_NF_NAT_AMANDA is not set
# CONFIG_NF_NAT_PPTP is not set
# CONFIG_NF_NAT_H323 is not set
# CONFIG_NF_NAT_SIP is not set
CONFIG_IP_NF_MANGLE=y
# CONFIG_IP_NF_TARGET_CLUSTERIP is not set
# CONFIG_IP_NF_TARGET_ECN is not set
# CONFIG_IP_NF_TARGET_TTL is not set
# CONFIG_IP_NF_RAW is not set
# CONFIG_IP_NF_ARPTABLES is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_NET_DSA is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_SCHED is not set
# CONFIG_DCB is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
# CONFIG_PHONET is not set
CONFIG_WIRELESS=y
CONFIG_CFG80211=m
# CONFIG_CFG80211_REG_DEBUG is not set
CONFIG_NL80211=y
CONFIG_WIRELESS_OLD_REGULATORY=y
CONFIG_WIRELESS_EXT=y
CONFIG_WIRELESS_EXT_SYSFS=y
CONFIG_LIB80211=m
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 is not set
CONFIG_MAC80211_LEDS=y
# CONFIG_MAC80211_DEBUGFS is not set
# CONFIG_MAC80211_DEBUG_MENU is not set
# CONFIG_WIMAX is not set
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=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_CONNECTOR is not set
# CONFIG_MTD is not set
# CONFIG_PARPORT is not set
CONFIG_PNP=y
CONFIG_PNP_DEBUG_MESSAGES=y

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_MISC_DEVICES=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_ENCLOSURE_SERVICES is not set
# CONFIG_SGI_XP is not set
# CONFIG_HP_ILO is not set
# CONFIG_SGI_GRU is not set
# CONFIG_C2PORT is not set

#
# EEPROM support
#
# CONFIG_EEPROM_93CX6 is not set
CONFIG_HAVE_IDE=y
CONFIG_IDE=y

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

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

#
# PCI IDE chipsets support
#
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_PCIBUS_ORDER=y
# CONFIG_BLK_DEV_GENERIC is not set
# 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=y
# 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 is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_TGT is not set
# CONFIG_SCSI_NETLINK is not set
# CONFIG_SCSI_PROC_FS is not set

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

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

#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP 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_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_LIBFC is not set
# CONFIG_FCOE is not set
# 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_DH is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_ACPI=y
CONFIG_SATA_PMP=y
CONFIG_SATA_AHCI=y
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y
# CONFIG_SATA_SVW is not set
# CONFIG_ATA_PIIX is not set
# 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 is not set
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RZ1000 is not set
# CONFIG_PATA_SC1200 is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
# CONFIG_PATA_SCH is not set
# CONFIG_MD is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#

#
# Enable only one of the two stacks, unless you know what you are doing
#
# CONFIG_FIREWIRE is not set
# CONFIG_IEEE1394 is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
CONFIG_TUN=y
# CONFIG_VETH is not set
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
# CONFIG_NET_ETHERNET is not set
CONFIG_NETDEV_1000=y
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
CONFIG_E1000E=m
# CONFIG_IP1000 is not set
# CONFIG_IGB is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_VIA_VELOCITY is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set
# CONFIG_ATL1E is not set
# CONFIG_ATL1C is not set
# CONFIG_JME is not set
# CONFIG_NETDEV_10000 is not set
# CONFIG_TR is not set

#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
CONFIG_WLAN_80211=y
# CONFIG_LIBERTAS is not set
# CONFIG_LIBERTAS_THINFIRM is not set
# CONFIG_AIRO is not set
# CONFIG_HERMES is not set
# CONFIG_ATMEL is not set
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
# CONFIG_USB_NET_RNDIS_WLAN is not set
# CONFIG_RTL8180 is not set
# CONFIG_RTL8187 is not set
# CONFIG_ADM8211 is not set
# CONFIG_MAC80211_HWSIM is not set
# CONFIG_P54_COMMON is not set
# CONFIG_ATH5K is not set
# CONFIG_ATH9K is not set
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
CONFIG_IWLWIFI=m
# CONFIG_IWLCORE is not set
# CONFIG_IWLWIFI_LEDS is not set
# CONFIG_IWLAGN is not set
CONFIG_IWL3945=m
CONFIG_IWL3945_RFKILL=y
# CONFIG_IWL3945_SPECTRUM_MEASUREMENT is not set
CONFIG_IWL3945_LEDS=y
# CONFIG_IWL3945_DEBUG is not set
# CONFIG_HOSTAP is not set
# CONFIG_B43 is not set
# CONFIG_B43LEGACY is not set
# CONFIG_ZD1211RW is not set
# CONFIG_RT2X00 is not set

#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#

#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_HSO is not set
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_POLLDEV is not set

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

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_ELANTECH is not set
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_PCSPKR 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 is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_GAMEPORT is not set

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

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

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
# CONFIG_IPMI_HANDLER is not set
# CONFIG_HW_RANDOM is not set
CONFIG_NVRAM=y
CONFIG_RTC=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
CONFIG_HPET_MMAP=y
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
# CONFIG_I2C is not set
# CONFIG_SPI is not set
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_BATTERY_DS2760 is not set
CONFIG_HWMON=y
# CONFIG_HWMON_VID is not set
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_K8TEMP is not set
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
CONFIG_SENSORS_CORETEMP=y
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
# CONFIG_SENSORS_HDAPS is not set
# 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 is not set
# CONFIG_WATCHDOG is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set

#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_REGULATOR is not set

#
# Multimedia devices
#

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

#
# Multimedia drivers
#
# CONFIG_DAB is not set

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_DRM is not set
# CONFIG_VGASTATE is not set
# CONFIG_VIDEO_OUTPUT_CONTROL is not set
CONFIG_FB=y
# CONFIG_FIRMWARE_EDID is not set
# CONFIG_FB_DDC is not set
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT 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 is not set
# CONFIG_FB_TILEBLITTING is not set

#
# 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_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
# 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_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_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=m
# CONFIG_LCD_ILI9320 is not set
# CONFIG_LCD_PLATFORM is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=m
# CONFIG_BACKLIGHT_GENERIC is not set
# 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 is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=128
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# 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 is not set
CONFIG_SOUND=y
CONFIG_SOUND_OSS_CORE=y
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_JACK=y
# CONFIG_SND_SEQUENCER is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_PCM_OSS_PLUGINS=y
# CONFIG_SND_HRTIMER is not set
# CONFIG_SND_RTCTIMER is not set
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_VMASTER=y
CONFIG_SND_DRIVERS=y
# CONFIG_SND_PCSP is not set
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
CONFIG_SND_PCI=y
# CONFIG_SND_AD1889 is not set
# 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_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=y
CONFIG_SND_HDA_HWDEP=y
# CONFIG_SND_HDA_RECONFIG is not set
# CONFIG_SND_HDA_INPUT_BEEP is not set
# CONFIG_SND_HDA_CODEC_REALTEK is not set
CONFIG_SND_HDA_CODEC_ANALOG=y
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
# CONFIG_SND_HDA_CODEC_VIA is not set
# CONFIG_SND_HDA_CODEC_ATIHDMI is not set
CONFIG_SND_HDA_CODEC_NVHDMI=y
CONFIG_SND_HDA_CODEC_INTELHDMI=y
CONFIG_SND_HDA_ELD=y
# CONFIG_SND_HDA_CODEC_CONEXANT is not set
# CONFIG_SND_HDA_CODEC_CMEDIA is not set
# CONFIG_SND_HDA_CODEC_SI3054 is not set
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 is not set
# CONFIG_SND_INTEL8X0M is not set
# 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_SOC is not set
# CONFIG_SOUND_PRIME is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
# CONFIG_HID_DEBUG is not set
CONFIG_HIDRAW=y

#
# USB Input Devices
#
CONFIG_USB_HID=y
# CONFIG_HID_PID is not set
# CONFIG_USB_HIDDEV is not set

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

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

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_WHCI_HCD is not set
# CONFIG_USB_HWA_HCD is not set

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed;
#

#
# see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
# CONFIG_USB_LIBUSUAL is not set

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

#
# USB port drivers
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_BERRY_CHARGE is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGET is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_VST is not set
# CONFIG_USB_GADGET is not set

#
# OTG and related infrastructure
#
# CONFIG_UWB is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=m

#
# LED drivers
#
# CONFIG_LEDS_ALIX2 is not set
# CONFIG_LEDS_CLEVO_MAIL is not set

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
# CONFIG_LEDS_TRIGGER_TIMER is not set
# CONFIG_LEDS_TRIGGER_IDE_DISK is not set
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
# CONFIG_RTC_CLASS is not set
# CONFIG_DMADEVICES is not set
# CONFIG_UIO 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_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 is not set
# CONFIG_EEEPC_LAPTOP is not set
# CONFIG_ACPI_WMI is not set
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set

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

#
# File systems
#
# CONFIG_EXT2_FS is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
# CONFIG_EXT4_FS is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_FILE_LOCKING=y
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set
CONFIG_DNOTIFY=y
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
CONFIG_FUSE_FS=m
CONFIG_GENERIC_ACL=y

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
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 is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
# CONFIG_CONFIGFS_FS is not set
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
# CONFIG_NFS_V4 is not set
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
# CONFIG_NFSD_V4 is not set
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 is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=m
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=m
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set
# CONFIG_DLM 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=2048
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_DEBUG_SLAB 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_TRACER_MAX_TRACE=y
CONFIG_RING_BUFFER=y
CONFIG_TRACING=y

#
# Tracers
#
CONFIG_FUNCTION_TRACER=y
CONFIG_FUNCTION_GRAPH_TRACER=y
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_PREEMPT_TRACER is not set
# CONFIG_SYSPROF_TRACER is not set
CONFIG_SCHED_TRACER=y
CONFIG_CONTEXT_SWITCH_TRACER=y
# 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_DYNAMIC_FTRACE=y
CONFIG_FTRACE_MCOUNT_RECORD=y
CONFIG_FTRACE_SELFTEST=y
CONFIG_FTRACE_STARTUP_TEST=y
# CONFIG_MMIOTRACE is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_DYNAMIC_PRINTK_DEBUG is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_STRICT_DEVMEM=y
# CONFIG_X86_VERBOSE_BOOTUP is not set
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=y
# CONFIG_DEBUG_RODATA_TEST 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 is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITYFS is not set
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
CONFIG_CRYPTO=y

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

#
# Authenticated Encryption with Associated Data
#
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_SEQIV is not set

#
# Block modes
#
CONFIG_CRYPTO_CBC=m
# CONFIG_CRYPTO_CTR is not set
# CONFIG_CRYPTO_CTS is not set
CONFIG_CRYPTO_ECB=y
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_PCBC is not set
# CONFIG_CRYPTO_XTS is not set

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

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

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

#
# Compression
#
# CONFIG_CRYPTO_DEFLATE is not set
# CONFIG_CRYPTO_LZO is not set

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

#
# 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 is not set
# CONFIG_CRC16 is not set
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
# CONFIG_LIBCRC32C is not set
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y


[ 0.000000] Linux version 2.6.29-rc8-00124-g5bee17f-dirty (mszeredi@tucsk) (gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux) ) #8 SMP PREEMPT Tue Mar 17 15:44:57 CET 2009
[ 0.000000] Command line: root=/dev/sda2 vga=0x365
[ 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 - 000000000009f000 (usable)
[ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000d2000 - 00000000000d4000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bfed0000 (usable)
[ 0.000000] BIOS-e820: 00000000bfed0000 - 00000000bfedf000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bfedf000 - 00000000bff00000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bff00000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed00400 (reserved)
[ 0.000000] BIOS-e820: 00000000fed14000 - 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] DMI present.
[ 0.000000] last_pfn = 0xbfed0 max_arch_pfn = 0x100000000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bfed0000
[ 0.000000] 0000000000 - 00bfe00000 page 2M
[ 0.000000] 00bfe00000 - 00bfed0000 page 4k
[ 0.000000] kernel direct mapping tables up to bfed0000 @ 8000-d000
[ 0.000000] last_map_addr: bfed0000 end: bfed0000
[ 0.000000] ACPI: RSDP 000F67E0, 0024 (r2 LENOVO)
[ 0.000000] ACPI: XSDT BFED13C7, 008C (r1 LENOVO TP-79 2190 LTP 0)
[ 0.000000] ACPI: FACP BFED1500, 00F4 (r3 LENOVO TP-79 2190 LNVO 1)
[ 0.000000] ACPI Warning (tbfadt-0568): 32/64X length mismatch in Gpe0Block: 64/32 [20081204]
[ 0.000000] ACPI Warning (tbfadt-0568): 32/64X length mismatch in Gpe1Block: 0/32 [20081204]
[ 0.000000] ACPI Warning (tbfadt-0596): Optional field Gpe1Block has zero address or length: 000000000000102C/0 [20081204]
[ 0.000000] FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)
[ 0.000000] ACPI: DSDT BFED185E, D3C2 (r1 LENOVO TP-79 2190 MSFT 100000E)
[ 0.000000] ACPI: FACS BFEF4000, 0040
[ 0.000000] ACPI: SSDT BFED16B4, 01AA (r1 LENOVO TP-79 2190 MSFT 100000E)
[ 0.000000] ACPI: ECDT BFEDEC20, 0052 (r1 LENOVO TP-79 2190 LNVO 1)
[ 0.000000] ACPI: TCPA BFEDEC72, 0032 (r2 LENOVO TP-79 2190 LNVO 1)
[ 0.000000] ACPI: APIC BFEDECA4, 0068 (r1 LENOVO TP-79 2190 LNVO 1)
[ 0.000000] ACPI: MCFG BFEDED0C, 003C (r1 LENOVO TP-79 2190 LNVO 1)
[ 0.000000] ACPI: HPET BFEDED48, 0038 (r1 LENOVO TP-79 2190 LNVO 1)
[ 0.000000] ACPI: SLIC BFEDEE62, 0176 (r1 LENOVO TP-79 2190 LTP 0)
[ 0.000000] ACPI: BOOT BFEDEFD8, 0028 (r1 LENOVO TP-79 2190 LTP 1)
[ 0.000000] ACPI: SSDT BFEF2655, 025F (r1 LENOVO TP-79 2190 INTL 20050513)
[ 0.000000] ACPI: SSDT BFEF28B4, 00A6 (r1 LENOVO TP-79 2190 INTL 20050513)
[ 0.000000] ACPI: SSDT BFEF295A, 04F7 (r1 LENOVO TP-79 2190 INTL 20050513)
[ 0.000000] ACPI: SSDT BFEF2E51, 01D8 (r1 LENOVO TP-79 2190 INTL 20050513)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] (5 early reservations) ==> bootmem [0000000000 - 00bfed0000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
[ 0.000000] #2 [0000200000 - 0000866b1c] TEXT DATA BSS ==> [0000200000 - 0000866b1c]
[ 0.000000] #3 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - 0000100000]
[ 0.000000] #4 [0000008000 - 000000b000] PGTABLE ==> [0000008000 - 000000b000]
[ 0.000000] found SMP MP-table at [ffff8800000f6810] 000f6810
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00100000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000bfed0
[ 0.000000] On node 0 totalpages: 786031
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 1743 pages reserved
[ 0.000000] DMA zone: 2200 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10692 pages used for memmap
[ 0.000000] DMA32 zone: 771340 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_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] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 24
[ 0.000000] Allocating PCI resources starting at c4000000 (gap: c0000000:30000000)
[ 0.000000] NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Allocating 45056 bytes of per cpu data
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 773540
[ 0.000000] Kernel command line: root=/dev/sda2 vga=0x365
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] TSC: PIT calibration matches PMTIMER. 1 loops
[ 0.000000] Detected 1828.765 MHz processor.
[ 0.004000] Console: colour dummy device 80x25
[ 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] Memory: 3087800k/3144512k available (2898k kernel code, 388k absent, 55992k reserved, 1742k data, 300k init)
[ 0.004000] hpet clockevent registered
[ 0.004000] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 3657.53 BogoMIPS (lpj=7315060)
[ 0.004000] Mount-cache hash table entries: 256
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 2048K
[ 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.024010] ftrace: converting mcount calls to 0f 1f 44 00 00
[ 0.024019] ftrace: allocating 13083 entries in 104 pages
[ 0.028052] Setting APIC routing to flat
[ 0.028450] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.071597] CPU0: Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz stepping 06
[ 0.072001] Testing tracer nop: PASSED
[ 0.072001] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.004000] Initializing CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 3657.53 BogoMIPS (lpj=7315076)
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 2048K
[ 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.157366] CPU1: Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz stepping 06
[ 0.157419] checking TSC synchronization [CPU#0 -> CPU#1]:
[ 0.160001] Measured 566049 cycles TSC warp between CPUs, turning off TSC clock.
[ 0.160001] Marking TSC unstable due to check_tsc_sync_source failed
[ 0.160035] Brought up 2 CPUs
[ 0.160040] Total of 2 processors activated (7315.06 BogoMIPS).
[ 0.160095] CPU0 attaching sched-domain:
[ 0.160098] domain 0: span 0-1 level MC
[ 0.160100] groups: 0 1
[ 0.160105] CPU1 attaching sched-domain:
[ 0.160107] domain 0: span 0-1 level MC
[ 0.160109] groups: 1 0
[ 0.160191] net_namespace: 968 bytes
[ 0.160255] NET: Registered protocol family 16
[ 0.160278] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.160278] ACPI: bus type pci registered
[ 0.160278] PCI: Using configuration type 1 for base access
[ 0.164069] bio: create slab <bio-0> at 0
[ 0.168251] ACPI: EC: EC description table is found, configuring boot EC
[ 0.177018] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 0.182375] ACPI: Interpreter enabled
[ 0.182381] ACPI: (supports S0 S3 S5)
[ 0.182387] ACPI: Using IOAPIC for interrupt routing
[ 0.200791] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[ 0.200791] ACPI: EC: driver started in interrupt mode
[ 0.205069] ACPI: ACPI Dock Station Driver: 3 docks/bays found
[ 0.205601] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.205635] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.205635] pci 0000:00:01.0: PME# disabled
[ 0.205635] pci 0000:00:1b.0: reg 10 64bit mmio: [0xee400000-0xee403fff]
[ 0.205635] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.205635] pci 0000:00:1b.0: PME# disabled
[ 0.205635] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.205635] pci 0000:00:1c.0: PME# disabled
[ 0.205635] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.205635] pci 0000:00:1c.1: PME# disabled
[ 0.205635] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.205635] pci 0000:00:1c.2: PME# disabled
[ 0.205635] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.205635] pci 0000:00:1c.3: PME# disabled
[ 0.205635] pci 0000:00:1d.0: reg 20 io port: [0x1800-0x181f]
[ 0.205635] pci 0000:00:1d.1: reg 20 io port: [0x1820-0x183f]
[ 0.205635] pci 0000:00:1d.2: reg 20 io port: [0x1840-0x185f]
[ 0.205635] pci 0000:00:1d.3: reg 20 io port: [0x1860-0x187f]
[ 0.205635] pci 0000:00:1d.7: reg 10 32bit mmio: [0xee404000-0xee4043ff]
[ 0.205635] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.205635] pci 0000:00:1d.7: PME# disabled
[ 0.205635] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
[ 0.205635] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH6 GPIO
[ 0.205635] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 1600 (mask 007f)
[ 0.205635] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 15e0 (mask 000f)
[ 0.205635] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 1680 (mask 001f)
[ 0.205635] pci 0000:00:1f.1: reg 10 io port: [0x00-0x07]
[ 0.205635] pci 0000:00:1f.1: reg 14 io port: [0x00-0x03]
[ 0.205635] pci 0000:00:1f.1: reg 18 io port: [0x00-0x07]
[ 0.205635] pci 0000:00:1f.1: reg 1c io port: [0x00-0x03]
[ 0.205635] pci 0000:00:1f.1: reg 20 io port: [0x1880-0x188f]
[ 0.205635] pci 0000:00:1f.2: reg 10 io port: [0x18c8-0x18cf]
[ 0.205635] pci 0000:00:1f.2: reg 14 io port: [0x18ac-0x18af]
[ 0.205635] pci 0000:00:1f.2: reg 18 io port: [0x18c0-0x18c7]
[ 0.205635] pci 0000:00:1f.2: reg 1c io port: [0x18a8-0x18ab]
[ 0.205635] pci 0000:00:1f.2: reg 20 io port: [0x18b0-0x18bf]
[ 0.205635] pci 0000:00:1f.2: reg 24 32bit mmio: [0xee404400-0xee4047ff]
[ 0.205635] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.205635] pci 0000:00:1f.2: PME# disabled
[ 0.205635] pci 0000:00:1f.3: reg 20 io port: [0x18e0-0x18ff]
[ 0.205689] pci 0000:01:00.0: reg 10 32bit mmio: [0xd8000000-0xdfffffff]
[ 0.205701] pci 0000:01:00.0: reg 14 io port: [0x2000-0x20ff]
[ 0.205714] pci 0000:01:00.0: reg 18 32bit mmio: [0xee100000-0xee10ffff]
[ 0.205753] pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[ 0.205804] pci 0000:01:00.0: supports D1 D2
[ 0.205874] pci 0000:00:01.0: bridge io port: [0x2000-0x2fff]
[ 0.205877] pci 0000:00:01.0: bridge 32bit mmio: [0xee100000-0xee1fffff]
[ 0.205882] pci 0000:00:01.0: bridge 64bit mmio pref: [0xd8000000-0xdfffffff]
[ 0.206022] pci 0000:02:00.0: reg 10 32bit mmio: [0xee000000-0xee01ffff]
[ 0.206048] pci 0000:02:00.0: reg 18 io port: [0x3000-0x301f]
[ 0.206156] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.206167] pci 0000:02:00.0: PME# disabled
[ 0.208075] pci 0000:00:1c.0: bridge io port: [0x3000-0x3fff]
[ 0.208081] pci 0000:00:1c.0: bridge 32bit mmio: [0xee000000-0xee0fffff]
[ 0.208268] pci 0000:03:00.0: reg 10 32bit mmio: [0xedf00000-0xedf00fff]
[ 0.208515] pci 0000:03:00.0: PME# supported from D0 D3hot
[ 0.208530] pci 0000:03:00.0: PME# disabled
[ 0.208625] pci 0000:00:1c.1: bridge io port: [0x4000-0x5fff]
[ 0.208631] pci 0000:00:1c.1: bridge 32bit mmio: [0xec000000-0xedffffff]
[ 0.208639] pci 0000:00:1c.1: bridge 64bit mmio pref: [0xe4000000-0xe40fffff]
[ 0.208699] pci 0000:00:1c.2: bridge io port: [0x6000-0x7fff]
[ 0.208704] pci 0000:00:1c.2: bridge 32bit mmio: [0xe8000000-0xe9ffffff]
[ 0.208712] pci 0000:00:1c.2: bridge 64bit mmio pref: [0xe4100000-0xe41fffff]
[ 0.208772] pci 0000:00:1c.3: bridge io port: [0x8000-0x9fff]
[ 0.208777] pci 0000:00:1c.3: bridge 32bit mmio: [0xea000000-0xebffffff]
[ 0.208785] pci 0000:00:1c.3: bridge 64bit mmio pref: [0xe4200000-0xe42fffff]
[ 0.208839] pci 0000:15:00.0: reg 10 32bit mmio: [0xe4300000-0xe4300fff]
[ 0.208869] pci 0000:15:00.0: supports D1 D2
[ 0.208871] pci 0000:15:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.208880] pci 0000:15:00.0: PME# disabled
[ 0.208954] pci 0000:00:1e.0: transparent bridge
[ 0.208961] pci 0000:00:1e.0: bridge io port: [0xa000-0xdfff]
[ 0.208966] pci 0000:00:1e.0: bridge 32bit mmio: [0xe4300000-0xe7ffffff]
[ 0.208974] pci 0000:00:1e.0: bridge 64bit mmio pref: [0xe0000000-0xe3ffffff]
[ 0.209035] pci_bus 0000:00: on NUMA node 0
[ 0.209042] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.209187] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[ 0.209270] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
[ 0.209357] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
[ 0.209443] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[ 0.209532] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
[ 0.209621] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[ 0.212225] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.212454] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.212713] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.212973] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.216122] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.216382] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.216641] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.216900] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.217006] ACPI: Power Resource [PUBS] (on)
[ 0.217006] SCSI subsystem initialized
[ 0.217006] libata version 3.00 loaded.
[ 0.217006] usbcore: registered new interface driver usbfs
[ 0.217006] usbcore: registered new interface driver hub
[ 0.217006] usbcore: registered new device driver usb
[ 0.217006] PCI: Using ACPI for IRQ routing
[ 0.232034] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.232043] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.240014] Switched to high resolution mode on CPU 0
[ 0.241470] Switched to high resolution mode on CPU 1
[ 0.256015] pnp: PnP ACPI init
[ 0.256026] ACPI: bus type pnp registered
[ 0.262061] pnp: PnP ACPI: found 12 devices
[ 0.262067] ACPI: ACPI bus type pnp unregistered
[ 0.262079] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[ 0.262085] system 00:00: iomem range 0xc0000-0xc3fff has been reserved
[ 0.262091] system 00:00: iomem range 0xc4000-0xc7fff has been reserved
[ 0.262097] system 00:00: iomem range 0xc8000-0xcbfff has been reserved
[ 0.262102] system 00:00: iomem range 0xcc000-0xcffff has been reserved
[ 0.262108] system 00:00: iomem range 0xd0000-0xd3fff could not be reserved
[ 0.262114] system 00:00: iomem range 0xdc000-0xdffff could not be reserved
[ 0.262120] system 00:00: iomem range 0xe0000-0xe3fff could not be reserved
[ 0.262126] system 00:00: iomem range 0xe4000-0xe7fff could not be reserved
[ 0.262132] system 00:00: iomem range 0xe8000-0xebfff could not be reserved
[ 0.262138] system 00:00: iomem range 0xec000-0xeffff could not be reserved
[ 0.262144] system 00:00: iomem range 0xf0000-0xfffff could not be reserved
[ 0.262150] system 00:00: iomem range 0x100000-0xbfffffff could not be reserved
[ 0.262157] system 00:00: iomem range 0xfec00000-0xfed3ffff could not be reserved
[ 0.262164] system 00:00: iomem range 0xfed41000-0xffffffff could not be reserved
[ 0.262176] system 00:02: ioport range 0x164e-0x164f has been reserved
[ 0.262183] system 00:02: ioport range 0x1000-0x107f has been reserved
[ 0.262189] system 00:02: ioport range 0x1180-0x11bf has been reserved
[ 0.262195] system 00:02: ioport range 0x800-0x80f has been reserved
[ 0.262200] system 00:02: ioport range 0x15e0-0x15ef has been reserved
[ 0.262206] system 00:02: ioport range 0x1600-0x165f could not be reserved
[ 0.262212] system 00:02: iomem range 0xf0000000-0xf3ffffff has been reserved
[ 0.262218] system 00:02: iomem range 0xfed1c000-0xfed1ffff has been reserved
[ 0.262224] system 00:02: iomem range 0xfed14000-0xfed17fff has been reserved
[ 0.262230] system 00:02: iomem range 0xfed18000-0xfed18fff has been reserved
[ 0.262237] system 00:02: iomem range 0xfed19000-0xfed19fff has been reserved
[ 0.267301] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.267307] pci 0000:00:01.0: IO window: 0x2000-0x2fff
[ 0.267314] pci 0000:00:01.0: MEM window: 0xee100000-0xee1fffff
[ 0.267321] pci 0000:00:01.0: PREFETCH window: 0x000000d8000000-0x000000dfffffff
[ 0.267330] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[ 0.267336] pci 0000:00:1c.0: IO window: 0x3000-0x3fff
[ 0.267345] pci 0000:00:1c.0: MEM window: 0xee000000-0xee0fffff
[ 0.267352] pci 0000:00:1c.0: PREFETCH window: disabled
[ 0.267363] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:03
[ 0.267369] pci 0000:00:1c.1: IO window: 0x4000-0x5fff
[ 0.267378] pci 0000:00:1c.1: MEM window: 0xec000000-0xedffffff
[ 0.267386] pci 0000:00:1c.1: PREFETCH window: 0x000000e4000000-0x000000e40fffff
[ 0.267398] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:04
[ 0.267404] pci 0000:00:1c.2: IO window: 0x6000-0x7fff
[ 0.267413] pci 0000:00:1c.2: MEM window: 0xe8000000-0xe9ffffff
[ 0.267421] pci 0000:00:1c.2: PREFETCH window: 0x000000e4100000-0x000000e41fffff
[ 0.267433] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:0c
[ 0.267439] pci 0000:00:1c.3: IO window: 0x8000-0x9fff
[ 0.267448] pci 0000:00:1c.3: MEM window: 0xea000000-0xebffffff
[ 0.267456] pci 0000:00:1c.3: PREFETCH window: 0x000000e4200000-0x000000e42fffff
[ 0.267470] pci 0000:15:00.0: CardBus bridge, secondary bus 0000:16
[ 0.267475] pci 0000:15:00.0: IO window: 0x00a000-0x00a0ff
[ 0.267484] pci 0000:15:00.0: IO window: 0x00a400-0x00a4ff
[ 0.267493] pci 0000:15:00.0: PREFETCH window: 0xe0000000-0xe3ffffff
[ 0.267502] pci 0000:15:00.0: MEM window: 0xc4000000-0xc7ffffff
[ 0.267511] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:15
[ 0.267517] pci 0000:00:1e.0: IO window: 0xa000-0xdfff
[ 0.267526] pci 0000:00:1e.0: MEM window: 0xe4300000-0xe7ffffff
[ 0.267534] pci 0000:00:1e.0: PREFETCH window: 0x000000e0000000-0x000000e3ffffff
[ 0.267554] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.267561] pci 0000:00:01.0: setting latency timer to 64
[ 0.267570] pci 0000:00:1c.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 0.267579] pci 0000:00:1c.0: setting latency timer to 64
[ 0.267588] pci 0000:00:1c.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.267596] pci 0000:00:1c.1: setting latency timer to 64
[ 0.267606] pci 0000:00:1c.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 0.267614] pci 0000:00:1c.2: setting latency timer to 64
[ 0.267624] pci 0000:00:1c.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
[ 0.267632] pci 0000:00:1c.3: setting latency timer to 64
[ 0.267637] pci 0000:00:1e.0: enabling device (0005 -> 0007)
[ 0.267646] pci 0000:00:1e.0: setting latency timer to 64
[ 0.267657] pci 0000:15:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.267668] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.267670] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[ 0.267673] pci_bus 0000:01: resource 0 io: [0x2000-0x2fff]
[ 0.267675] pci_bus 0000:01: resource 1 mem: [0xee100000-0xee1fffff]
[ 0.267678] pci_bus 0000:01: resource 2 mem: [0xd8000000-0xdfffffff]
[ 0.267680] pci_bus 0000:01: resource 3 mem: [0x0-0x0]
[ 0.267682] pci_bus 0000:02: resource 0 io: [0x3000-0x3fff]
[ 0.267684] pci_bus 0000:02: resource 1 mem: [0xee000000-0xee0fffff]
[ 0.267687] pci_bus 0000:02: resource 2 mem: [0x0-0x0]
[ 0.267689] pci_bus 0000:02: resource 3 mem: [0x0-0x0]
[ 0.267691] pci_bus 0000:03: resource 0 io: [0x4000-0x5fff]
[ 0.267693] pci_bus 0000:03: resource 1 mem: [0xec000000-0xedffffff]
[ 0.267695] pci_bus 0000:03: resource 2 mem: [0xe4000000-0xe40fffff]
[ 0.267698] pci_bus 0000:03: resource 3 mem: [0x0-0x0]
[ 0.267700] pci_bus 0000:04: resource 0 io: [0x6000-0x7fff]
[ 0.267702] pci_bus 0000:04: resource 1 mem: [0xe8000000-0xe9ffffff]
[ 0.267704] pci_bus 0000:04: resource 2 mem: [0xe4100000-0xe41fffff]
[ 0.267707] pci_bus 0000:04: resource 3 mem: [0x0-0x0]
[ 0.267709] pci_bus 0000:0c: resource 0 io: [0x8000-0x9fff]
[ 0.267711] pci_bus 0000:0c: resource 1 mem: [0xea000000-0xebffffff]
[ 0.267713] pci_bus 0000:0c: resource 2 mem: [0xe4200000-0xe42fffff]
[ 0.267716] pci_bus 0000:0c: resource 3 mem: [0x0-0x0]
[ 0.267718] pci_bus 0000:15: resource 0 io: [0xa000-0xdfff]
[ 0.267720] pci_bus 0000:15: resource 1 mem: [0xe4300000-0xe7ffffff]
[ 0.267722] pci_bus 0000:15: resource 2 mem: [0xe0000000-0xe3ffffff]
[ 0.267725] pci_bus 0000:15: resource 3 io: [0x00-0xffff]
[ 0.267727] pci_bus 0000:15: resource 4 mem: [0x000000-0xffffffffffffffff]
[ 0.267729] pci_bus 0000:16: resource 0 io: [0xa000-0xa0ff]
[ 0.267732] pci_bus 0000:16: resource 1 io: [0xa400-0xa4ff]
[ 0.267734] pci_bus 0000:16: resource 2 mem: [0xe0000000-0xe3ffffff]
[ 0.267736] pci_bus 0000:16: resource 3 mem: [0xc4000000-0xc7ffffff]
[ 0.267809] NET: Registered protocol family 2
[ 0.312091] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.312762] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.315829] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.316529] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.316537] TCP reno registered
[ 0.328125] NET: Registered protocol family 1
[ 0.328350] Simple Boot Flag at 0x35 set to 0x1
[ 0.329830] Testing tracer sched_switch: PASSED
[ 0.432035] Testing tracer function: PASSED
[ 0.548566] Testing dynamic ftrace: PASSED
[ 0.768094] Testing tracer wakeup: PASSED
[ 1.084565] msgmni has been set to 6031
[ 1.084873] alg: No test for stdrng (krng)
[ 1.084889] io scheduler noop registered
[ 1.084914] io scheduler cfq registered (default)
[ 1.084941] pci 0000:00:1d.0: uhci_check_and_reset_hc: legsup = 0x2000
[ 1.084943] pci 0000:00:1d.0: Performing full reset
[ 1.084963] pci 0000:00:1d.1: uhci_check_and_reset_hc: legsup = 0x2000
[ 1.084965] pci 0000:00:1d.1: Performing full reset
[ 1.084983] pci 0000:00:1d.2: uhci_check_and_reset_hc: legsup = 0x2000
[ 1.084985] pci 0000:00:1d.2: Performing full reset
[ 1.085006] pci 0000:00:1d.3: uhci_check_and_reset_hc: legsup = 0x2000
[ 1.085008] pci 0000:00:1d.3: Performing full reset
[ 1.085065] pci 0000:01:00.0: Boot video device
[ 1.085213] pcieport-driver 0000:00:01.0: setting latency timer to 64
[ 1.085270] pcieport-driver 0000:00:01.0: irq 24 for MSI/MSI-X
[ 1.085376] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 1.085453] pcieport-driver 0000:00:1c.0: irq 25 for MSI/MSI-X
[ 1.085651] pcieport-driver 0000:00:1c.1: setting latency timer to 64
[ 1.085727] pcieport-driver 0000:00:1c.1: irq 26 for MSI/MSI-X
[ 1.085919] pcieport-driver 0000:00:1c.2: setting latency timer to 64
[ 1.085995] pcieport-driver 0000:00:1c.2: irq 27 for MSI/MSI-X
[ 1.086182] pcieport-driver 0000:00:1c.3: setting latency timer to 64
[ 1.086258] pcieport-driver 0000:00:1c.3: irq 28 for MSI/MSI-X
[ 1.086967] vesafb: framebuffer at 0xd8000000, mapped to 0xffffc20000080000, using 5120k, total 16384k
[ 1.086976] vesafb: mode is 1280x1024x16, linelength=2560, pages=5
[ 1.086981] vesafb: scrolling: redraw
[ 1.086985] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
[ 1.127238] Console: switching to colour frame buffer device 160x64
[ 1.167583] fb0: VESA VGA frame buffer device
[ 1.205508] Real Time Clock Driver v1.12b
[ 1.205968] Non-volatile memory driver v1.3
[ 1.206164] Linux agpgart interface v0.103
[ 1.206357] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 1.208223] loop: module loaded
[ 1.208377] tun: Universal TUN/TAP device driver, 1.6
[ 1.208610] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[ 1.208964] Uniform Multi-Platform E-IDE driver
[ 1.209299] piix 0000:00:1f.1: IDE controller (0x8086:0x27df rev 0x02)
[ 1.209609] pci 0000:00:1f.1: PCI INT C -> GSI 16 (level, low) -> IRQ 16
[ 1.209927] piix 0000:00:1f.1: IDE port disabled
[ 1.210150] piix 0000:00:1f.1: not 100% native mode: will probe irqs later
[ 1.210469] ide0: BM-DMA at 0x1880-0x1887
[ 1.210677] Probing IDE interface ide0...
[ 1.944352] hda: MATSHITADVD-RAM UJ-842, ATAPI CD/DVD-ROM drive
[ 2.280084] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[ 2.280374] hda: UDMA/33 mode selected
[ 2.280871] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[ 2.283547] ide_generic: please use "probe_mask=0x3f" module parameter for probing all legacy ISA IDE ports
[ 2.284045] ide-gd driver 1.18
[ 2.284234] ide-cd driver 5.00
[ 2.285483] ide-cd: hda: ATAPI 24X DVD-ROM DVD-R/RAM CD-R/RW drive, 2048kB Cache
[ 2.285896] Uniform CD-ROM driver Revision: 3.20
[ 2.296816] Driver 'sd' needs updating - please use bus_type methods
[ 2.297237] ahci 0000:00:1f.2: version 3.0
[ 2.297248] ahci 0000:00:1f.2: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 2.297610] ahci 0000:00:1f.2: irq 29 for MSI/MSI-X
[ 2.297676] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0x1 impl SATA mode
[ 2.298056] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part
[ 2.298371] ahci 0000:00:1f.2: setting latency timer to 64
[ 2.298490] scsi0 : ahci
[ 2.298751] scsi1 : ahci
[ 2.298977] scsi2 : ahci
[ 2.299199] scsi3 : ahci
[ 2.299440] ata1: SATA max UDMA/133 abar m1024@0xee404400 port 0xee404500 irq 29
[ 2.299780] ata2: DUMMY
[ 2.299897] ata3: DUMMY
[ 2.300025] ata4: DUMMY
[ 2.844026] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.845707] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
[ 2.845711] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
[ 2.845985] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[ 2.847315] ata1.00: ATA-7: HTS541080G9SA00, MB4IC60R, max UDMA/100
[ 2.847604] ata1.00: 156301488 sectors, multi 16: LBA48
[ 2.857088] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
[ 2.857091] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
[ 2.865184] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
[ 2.874413] ata1.00: configured for UDMA/100
[ 2.898446] ata1.00: configured for UDMA/100
[ 2.906704] ata1: EH complete
[ 2.928103] scsi 0:0:0:0: Direct-Access ATA HTS541080G9SA00 MB4I PQ: 0 ANSI: 5
[ 2.937066] sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
[ 2.946154] sd 0:0:0:0: [sda] Write Protect is off
[ 2.955320] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.955352] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.964982] sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
[ 2.974792] sd 0:0:0:0: [sda] Write Protect is off
[ 2.984665] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.984691] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.994990] sda: sda1 sda2 sda3 < sda5 >
[ 3.391251] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.402006] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 3.412939] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.423972] ehci_hcd: block sizes: qh 160 qtd 96 itd 192 sitd 96
[ 3.424435] ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
[ 3.435664] ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 3.447102] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 3.447106] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 3.458669] drivers/usb/core/inode.c: creating file 'devices'
[ 3.458673] drivers/usb/core/inode.c: creating file '001'
[ 3.458745] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 3.470543] ehci_hcd 0000:00:1d.7: reset hcs_params 0x104208 dbg=1 cc=4 pcc=2 ordered !ppc ports=8
[ 3.470548] ehci_hcd 0000:00:1d.7: reset hcc_params 6871 thresh 7 uframes 1024 64 bit addr
[ 3.470568] ehci_hcd 0000:00:1d.7: reset command 080022 (park)=0 ithresh=8 Async period=1024 Reset HALT
[ 3.474458] ehci_hcd 0000:00:1d.7: debug port 1
[ 3.486292] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 3.486295] ehci_hcd 0000:00:1d.7: supports USB remote wakeup
[ 3.486311] ehci_hcd 0000:00:1d.7: irq 19, io mem 0xee404000
[ 3.498312] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 3.502189] ehci_hcd 0000:00:1d.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
[ 3.512013] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 3.524157] usb usb1: default language 0x0409
[ 3.524165] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.536348] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.548513] usb usb1: Product: EHCI Host Controller
[ 3.560668] usb usb1: Manufacturer: Linux 2.6.29-rc8-00124-g5bee17f-dirty ehci_hcd
[ 3.573076] usb usb1: SerialNumber: 0000:00:1d.7
[ 3.585493] usb usb1: uevent
[ 3.585536] usb usb1: usb_probe_device
[ 3.585539] usb usb1: configuration #1 chosen from 1 choice
[ 3.597894] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[ 3.597912] usb 1-0:1.0: uevent
[ 3.597955] hub 1-0:1.0: usb_probe_interface
[ 3.597957] hub 1-0:1.0: usb_probe_interface - got id
[ 3.597959] hub 1-0:1.0: USB hub found
[ 3.610199] hub 1-0:1.0: 8 ports detected
[ 3.622357] hub 1-0:1.0: standalone hub
[ 3.622358] hub 1-0:1.0: no power switching (usb 1.0)
[ 3.622360] hub 1-0:1.0: individual port over-current protection
[ 3.622363] hub 1-0:1.0: power on to power good time: 20ms
[ 3.622367] hub 1-0:1.0: local power source is good
[ 3.622370] hub 1-0:1.0: trying to enable port power on non-switchable hub
[ 3.622560] drivers/usb/core/inode.c: creating file '001'
[ 3.622680] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.635469] uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
[ 3.647759] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 3.660013] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 3.660016] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 3.672175] drivers/usb/core/inode.c: creating file '002'
[ 3.672248] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 3.684439] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 3.696525] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.696527] uhci_hcd 0000:00:1d.0: Performing full reset
[ 3.696544] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[ 3.696560] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00001800
[ 3.708613] usb usb2: default language 0x0409
[ 3.708621] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.720727] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.732833] usb usb2: Product: UHCI Host Controller
[ 3.744931] usb usb2: Manufacturer: Linux 2.6.29-rc8-00124-g5bee17f-dirty uhci_hcd
[ 3.757060] usb usb2: SerialNumber: 0000:00:1d.0
[ 3.769010] usb usb2: uevent
[ 3.769040] ehci_hcd 0000:00:1d.7: GetStatus port 1 status 001403 POWER sig=k CSC CONNECT
[ 3.769043] hub 1-0:1.0: port 1: status 0501 change 0001
[ 3.769053] ehci_hcd 0000:00:1d.7: GetStatus port 2 status 001403 POWER sig=k CSC CONNECT
[ 3.769057] hub 1-0:1.0: port 2: status 0501 change 0001
[ 3.769078] ehci_hcd 0000:00:1d.7: GetStatus port 8 status 001803 POWER sig=j CSC CONNECT
[ 3.769081] hub 1-0:1.0: port 8: status 0501 change 0001
[ 3.769093] usb usb2: usb_probe_device
[ 3.769096] usb usb2: configuration #1 chosen from 1 choice
[ 3.781194] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[ 3.781213] usb 2-0:1.0: uevent
[ 3.781255] hub 2-0:1.0: usb_probe_interface
[ 3.781257] hub 2-0:1.0: usb_probe_interface - got id
[ 3.781259] hub 2-0:1.0: USB hub found
[ 3.793206] hub 2-0:1.0: 2 ports detected
[ 3.804963] hub 2-0:1.0: standalone hub
[ 3.804964] hub 2-0:1.0: no power switching (usb 1.0)
[ 3.804966] hub 2-0:1.0: individual port over-current protection
[ 3.804968] hub 2-0:1.0: power on to power good time: 2ms
[ 3.804973] hub 2-0:1.0: local power source is good
[ 3.804975] hub 2-0:1.0: trying to enable port power on non-switchable hub
[ 3.805095] drivers/usb/core/inode.c: creating file '001'
[ 3.805188] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 3.817139] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 3.817142] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 3.828962] drivers/usb/core/inode.c: creating file '003'
[ 3.829047] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 3.840864] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 3.852518] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.852520] uhci_hcd 0000:00:1d.1: Performing full reset
[ 3.852536] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[ 3.852550] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00001820
[ 3.864190] usb usb3: default language 0x0409
[ 3.864197] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.876086] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.888160] usb usb3: Product: UHCI Host Controller
[ 3.900327] usb usb3: Manufacturer: Linux 2.6.29-rc8-00124-g5bee17f-dirty uhci_hcd
[ 3.912639] usb usb3: SerialNumber: 0000:00:1d.1
[ 3.924867] usb usb3: uevent
[ 3.924890] hub 1-0:1.0: state 7 ports 8 chg 0106 evt 0000
[ 3.924899] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
[ 3.924902] uhci_hcd 0000:00:1d.0: port 1 portsc 008a,00
[ 3.924912] ehci_hcd 0000:00:1d.7: port 1 low speed --> companion
[ 3.924920] uhci_hcd 0000:00:1d.0: port 2 portsc 008a,00
[ 3.924943] usb usb3: usb_probe_device
[ 3.924945] usb usb3: configuration #1 chosen from 1 choice
[ 3.937339] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[ 3.937356] usb 3-0:1.0: uevent
[ 3.937399] hub 3-0:1.0: usb_probe_interface
[ 3.937401] hub 3-0:1.0: usb_probe_interface - got id
[ 3.937403] hub 3-0:1.0: USB hub found
[ 3.949837] hub 3-0:1.0: 2 ports detected
[ 3.962179] hub 3-0:1.0: standalone hub
[ 3.962181] hub 3-0:1.0: no power switching (usb 1.0)
[ 3.962183] hub 3-0:1.0: individual port over-current protection
[ 3.962185] hub 3-0:1.0: power on to power good time: 2ms
[ 3.962189] hub 3-0:1.0: local power source is good
[ 3.962191] hub 3-0:1.0: trying to enable port power on non-switchable hub
[ 3.962313] drivers/usb/core/inode.c: creating file '001'
[ 3.962795] uhci_hcd 0000:00:1d.2: power state changed by ACPI to D0
[ 3.975263] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 3.987898] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 3.987902] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 3.989016] ehci_hcd 0000:00:1d.7: GetStatus port 1 status 003002 POWER OWNER sig=se0 CSC
[ 3.989040] hub 1-0:1.0: port 2, status 0501, change 0000, 480 Mb/s
[ 3.989045] ehci_hcd 0000:00:1d.7: port 2 low speed --> companion
[ 4.000550] drivers/usb/core/inode.c: creating file '004'
[ 4.000619] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 4.013263] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 4.025783] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[ 4.025785] uhci_hcd 0000:00:1d.2: Performing full reset
[ 4.025802] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[ 4.025815] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001840
[ 4.038484] usb usb4: default language 0x0409
[ 4.038492] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.051263] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.053016] ehci_hcd 0000:00:1d.7: GetStatus port 2 status 003002 POWER OWNER sig=se0 CSC
[ 4.053038] hub 1-0:1.0: port 8, status 0501, change 0000, 480 Mb/s
[ 4.064236] usb usb4: Product: UHCI Host Controller
[ 4.077202] usb usb4: Manufacturer: Linux 2.6.29-rc8-00124-g5bee17f-dirty uhci_hcd
[ 4.090289] usb usb4: SerialNumber: 0000:00:1d.2
[ 4.103241] usb usb4: uevent
[ 4.103286] usb usb4: usb_probe_device
[ 4.103288] usb usb4: configuration #1 chosen from 1 choice
[ 4.116174] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[ 4.116196] usb 4-0:1.0: uevent
[ 4.116238] hub 4-0:1.0: usb_probe_interface
[ 4.116240] hub 4-0:1.0: usb_probe_interface - got id
[ 4.116242] hub 4-0:1.0: USB hub found
[ 4.117221] ehci_hcd 0000:00:1d.7: port 8 full speed --> companion
[ 4.117224] ehci_hcd 0000:00:1d.7: GetStatus port 8 status 003801 POWER OWNER sig=j CONNECT
[ 4.117227] hub 1-0:1.0: port 8 not reset yet, waiting 50ms
[ 4.129173] hub 4-0:1.0: 2 ports detected
[ 4.141737] hub 4-0:1.0: standalone hub
[ 4.141739] hub 4-0:1.0: no power switching (usb 1.0)
[ 4.141741] hub 4-0:1.0: individual port over-current protection
[ 4.141743] hub 4-0:1.0: power on to power good time: 2ms
[ 4.141747] hub 4-0:1.0: local power source is good
[ 4.141750] hub 4-0:1.0: trying to enable port power on non-switchable hub
[ 4.141870] drivers/usb/core/inode.c: creating file '001'
[ 4.141963] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 4.154689] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 4.154692] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 4.167327] drivers/usb/core/inode.c: creating file '005'
[ 4.167397] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 4.179950] uhci_hcd 0000:00:1d.3: detected 2 ports
[ 4.181021] ehci_hcd 0000:00:1d.7: GetStatus port 8 status 003002 POWER OWNER sig=se0 CSC
[ 4.181039] hub 1-0:1.0: state 7 ports 8 chg 0000 evt 0100
[ 4.181046] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0006
[ 4.181053] uhci_hcd 0000:00:1d.0: port 1 portsc 01a3,00
[ 4.181059] hub 2-0:1.0: port 1, status 0301, change 0001, 1.5 Mb/s
[ 4.192442] uhci_hcd 0000:00:1d.3: uhci_check_and_reset_hc: cmd = 0x0000
[ 4.192444] uhci_hcd 0000:00:1d.3: Performing full reset
[ 4.192463] uhci_hcd 0000:00:1d.3: irq 19, io base 0x00001860
[ 4.204977] usb usb5: default language 0x0409
[ 4.204984] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 4.217531] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.230073] usb usb5: Product: UHCI Host Controller
[ 4.242570] usb usb5: Manufacturer: Linux 2.6.29-rc8-00124-g5bee17f-dirty uhci_hcd
[ 4.255271] usb usb5: SerialNumber: 0000:00:1d.3
[ 4.267953] usb usb5: uevent
[ 4.267996] usb usb5: usb_probe_device
[ 4.267998] usb usb5: configuration #1 chosen from 1 choice
[ 4.280651] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[ 4.280668] usb 5-0:1.0: uevent
[ 4.280711] hub 5-0:1.0: usb_probe_interface
[ 4.280713] hub 5-0:1.0: usb_probe_interface - got id
[ 4.280715] hub 5-0:1.0: USB hub found
[ 4.293360] hub 5-0:1.0: 2 ports detected
[ 4.305988] hub 5-0:1.0: standalone hub
[ 4.305990] hub 5-0:1.0: no power switching (usb 1.0)
[ 4.305992] hub 5-0:1.0: individual port over-current protection
[ 4.305994] hub 5-0:1.0: power on to power good time: 2ms
[ 4.305999] hub 5-0:1.0: local power source is good
[ 4.306001] hub 5-0:1.0: trying to enable port power on non-switchable hub
[ 4.306123] drivers/usb/core/inode.c: creating file '001'
[ 4.306365] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 4.325017] hub 2-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x301
[ 4.328923] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 4.341701] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 4.354350] mice: PS/2 mouse device common for all mice
[ 4.367304] cpuidle: using governor ladder
[ 4.379745] cpuidle: using governor menu
[ 4.393037] usbcore: registered new interface driver usbhid
[ 4.405374] usbhid: v2.6:USB HID core driver
[ 4.417785] uhci_hcd 0000:00:1d.3: port 2 portsc 009b,00
[ 4.417788] hub 5-0:1.0: port 2: status 0101 change 0003
[ 4.417819] Advanced Linux Sound Architecture Driver Version 1.0.18a.
[ 4.430409] HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 4.442992] hda_intel: probe_mask set to 0x1 for device 17aa:2010
[ 4.443081] input: AT Translated Set 2 keyboard as /class/input/input0
[ 4.468305] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 4.469013] usb 2-1: new low speed USB device using uhci_hcd and address 2
[ 4.537910] ALSA device list:
[ 4.550573] #0: HDA Intel at 0xee400000 irq 17
[ 4.563337] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 4.576818] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 4.589633] TCP cubic registered
[ 4.602283] NET: Registered protocol family 17
[ 4.706623] usb 2-1: skipped 1 descriptor after interface
[ 4.711619] usb 2-1: default language 0x0409
[ 4.728620] usb 2-1: New USB device found, idVendor=045e, idProduct=0084
[ 4.741336] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.754108] usb 2-1: Product: Basic Optical Mouse
[ 4.766809] usb 2-1: Manufacturer: Microsoft
[ 4.779608] usb 2-1: uevent
[ 4.779657] usb 2-1: usb_probe_device
[ 4.779660] usb 2-1: configuration #1 chosen from 1 choice
[ 4.794618] usb 2-1: adding 2-1:1.0 (config #1, interface 0)
[ 4.794636] usb 2-1:1.0: uevent
[ 4.794681] usbhid 2-1:1.0: usb_probe_interface
[ 4.794684] usbhid 2-1:1.0: usb_probe_interface - got id
[ 4.808880] input: Microsoft Basic Optical Mouse as /class/input/input1
[ 4.848155] generic-usb 0003:045E:0084.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Basic Optical Mouse] on usb-0000:00:1d.0-1/input0
[ 4.861700] drivers/usb/core/inode.c: creating file '002'
[ 4.861783] uhci_hcd 0000:00:1d.0: port 2 portsc 01a3,00
[ 4.861791] hub 2-0:1.0: port 2, status 0301, change 0001, 1.5 Mb/s
[ 4.988018] hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x301
[ 5.100239] usb 2-2: new low speed USB device using uhci_hcd and address 3
[ 5.113716] usb usb3: suspend_rh (auto-stop)
[ 5.215265] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x81a0b1, caps: 0xa04793/0x300000
[ 5.228966] serio: Synaptics pass-through port at isa0060/serio1/input0
[ 5.278617] usb 2-2: skipped 1 descriptor after interface
[ 5.283619] usb 2-2: default language 0x0409
[ 5.285141] input: SynPS/2 Synaptics TouchPad as /class/input/input2
[ 5.306617] usb 2-2: New USB device found, idVendor=413c, idProduct=2003
[ 5.320393] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.334144] usb 2-2: Product: Dell USB Keyboard
[ 5.347752] usb 2-2: Manufacturer: Dell
[ 5.361321] usb usb4: suspend_rh (auto-stop)
[ 5.361392] usb 2-2: uevent
[ 5.361435] usb 2-2: usb_probe_device
[ 5.361437] usb 2-2: configuration #1 chosen from 1 choice
[ 5.377618] usb 2-2: adding 2-2:1.0 (config #1, interface 0)
[ 5.377636] usb 2-2:1.0: uevent
[ 5.377688] usbhid 2-2:1.0: usb_probe_interface
[ 5.377691] usbhid 2-2:1.0: usb_probe_interface - got id
[ 5.392915] input: Dell Dell USB Keyboard as /class/input/input3
[ 5.424015] uhci_hcd 0000:00:1d.0: reserve dev 3 ep81-INT, period 16, phase 8, 118 us
[ 5.440165] generic-usb 0003:413C:2003.0002: input,hidraw1: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.0-2/input0
[ 5.454629] drivers/usb/core/inode.c: creating file '003'
[ 5.454706] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 5.454711] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 5.454715] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 5.454718] hub 5-0:1.0: state 7 ports 2 chg 0004 evt 0000
[ 5.454728] hub 5-0:1.0: port 2, status 0101, change 0000, 12 Mb/s
[ 5.564249] usb 5-2: new full speed USB device using uhci_hcd and address 2
[ 5.712104] usb 5-2: ep0 maxpacket = 8
[ 5.735985] usb 5-2: default language 0x0409
[ 5.754985] usb 5-2: New USB device found, idVendor=0483, idProduct=2016
[ 5.769385] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.783773] usb 5-2: Product: Biometric Coprocessor
[ 5.798101] usb 5-2: Manufacturer: STMicroelectronics
[ 5.812512] usb 5-2: uevent
[ 5.812557] usb 5-2: usb_probe_device
[ 5.812560] usb 5-2: configuration #1 chosen from 1 choice
[ 5.828987] usb 5-2: adding 5-2:1.0 (config #1, interface 0)
[ 5.829007] usb 5-2:1.0: uevent
[ 5.829344] drivers/usb/core/inode.c: creating file '002'
[ 5.829428] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0004
[ 6.804019] hub 1-0:1.0: hub_suspend
[ 6.804025] usb usb1: bus auto-suspend
[ 6.804027] ehci_hcd 0000:00:1d.7: suspend root hub
[ 7.816017] hub 3-0:1.0: hub_suspend
[ 7.816022] usb usb3: bus auto-suspend
[ 7.816024] usb usb3: suspend_rh
[ 7.816040] hub 4-0:1.0: hub_suspend
[ 7.816043] usb usb4: bus auto-suspend
[ 7.816045] usb usb4: suspend_rh
[ 11.029051] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 11.273947] input: TPPS/2 IBM TrackPoint as /class/input/input4
[ 11.525057] kjournald starting. Commit interval 5 seconds
[ 11.525067] EXT3-fs: mounted filesystem with ordered data mode.
[ 11.525077] VFS: Mounted root (ext3 filesystem) readonly on device 8:2.
[ 11.525091] Freeing unused kernel memory: 300k freed
[ 11.525256] Write protecting the kernel read-only data: 1404k
[ 14.291094] udevd version 128 started
[ 14.367508] usb usb2: uevent
[ 14.367531] usb 2-0:1.0: uevent
[ 14.367553] usb 2-1: uevent
[ 14.367575] usb 2-1:1.0: uevent
[ 14.367618] usb 2-2: uevent
[ 14.367639] usb 2-2:1.0: uevent
[ 14.367698] usb usb3: uevent
[ 14.367719] usb 3-0:1.0: uevent
[ 14.367758] usb usb4: uevent
[ 14.367779] usb 4-0:1.0: uevent
[ 14.367818] usb usb5: uevent
[ 14.367838] usb 5-0:1.0: uevent
[ 14.367859] usb 5-2: uevent
[ 14.367879] usb 5-2:1.0: uevent
[ 14.367918] usb usb1: uevent
[ 14.367938] usb 1-0:1.0: uevent
[ 15.983650] input: Power Button (FF) as /class/input/input5
[ 16.001437] ACPI: AC Adapter [AC] (on-line)
[ 16.044140] ACPI: Power Button (FF) [PWRF]
[ 16.059230] input: Lid Switch as /class/input/input6
[ 16.098217] ACPI: SSDT BFEF1D36, 0240 (r1 PmRef Cpu0Ist 100 INTL 20050513)
[ 16.114405] ACPI: SSDT BFEF1FFB, 065A (r1 PmRef Cpu0Cst 100 INTL 20050513)
[ 16.130431] ACPI: Lid Switch [LID]
[ 16.145565] input: Sleep Button (CM) as /class/input/input7
[ 16.182037] ACPI: Battery Slot [BAT0] (battery present)
[ 16.201319] Monitor-Mwait will be used to enter C-1 state
[ 16.201327] Monitor-Mwait will be used to enter C-2 state
[ 16.201333] Monitor-Mwait will be used to enter C-3 state
[ 16.201402] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[ 16.216786] ACPI: Sleep Button (CM) [SLPB]
[ 16.232642] processor ACPI_CPU:00: registered as cooling_device0
[ 16.249258] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 16.265314] ACPI: SSDT BFEF1C6E, 00C8 (r1 PmRef Cpu1Ist 100 INTL 20050513)
[ 16.280949] ACPI: SSDT BFEF1F76, 0085 (r1 PmRef Cpu1Cst 100 INTL 20050513)
[ 16.297705] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[ 16.312439] processor ACPI_CPU:01: registered as cooling_device1
[ 16.328071] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 16.346286] thermal LNXTHERM:01: registered as thermal_zone0
[ 16.365255] ACPI: Thermal Zone [THM0] (55 C)
[ 16.383516] thermal LNXTHERM:02: registered as thermal_zone1
[ 16.400150] ACPI: Thermal Zone [THM1] (58 C)
[ 16.414877] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
[ 16.429178] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[ 16.443440] e1000e 0000:02:00.0: Disabling L1 ASPM
[ 16.457807] e1000e 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 16.475736] e1000e 0000:02:00.0: setting latency timer to 64
[ 16.475960] e1000e 0000:02:00.0: irq 30 for MSI/MSI-X
[ 16.488134] cfg80211: Using static regulatory domain info
[ 16.502644] cfg80211: Regulatory domain: US
[ 16.516397] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 16.530675] (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
[ 16.535472] e1000e 0000:02:00.0: Warning: detected ASPM enabled in EEPROM
[ 16.561712] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 16.576372] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 16.590370] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 16.603664] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 16.616769] (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
[ 16.621073] 0000:02:00.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:16:41:e3:2c:76
[ 16.621075] 0000:02:00.0: eth0: Intel(R) PRO/1000 Network Connection
[ 16.621152] 0000:02:00.0: eth0: MAC: 2, PHY: 2, PBA No: 005301-003
[ 16.670775] cfg80211: Calling CRDA for country: US
[ 16.735600] thinkpad_acpi: ThinkPad ACPI Extras v0.22
[ 16.748582] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 16.763102] thinkpad_acpi: ThinkPad BIOS 79ETD9WW (2.19 ), EC 79HT50WW-1.07
[ 16.776082] thinkpad_acpi: Lenovo ThinkPad T60, model 2007FUG
[ 16.789939] lib80211: common routines for IEEE802.11 drivers
[ 16.795491] thinkpad_acpi: radio switch found; radios are disabled
[ 16.795620] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[ 16.795622] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[ 16.800778] thinkpad_acpi: setting the hotkey mask to 0x00ffffff is likely not the best way to go about it
[ 16.800782] thinkpad_acpi: please consider using the driver defaults, and refer to up-to-date thinkpad-acpi documentation
[ 16.809610] Registered led device: tpacpi::thinklight
[ 16.809652] Registered led device: tpacpi::power
[ 16.809670] Registered led device: tpacpi:orange:batt
[ 16.809686] Registered led device: tpacpi:green:batt
[ 16.809703] Registered led device: tpacpi::dock_active
[ 16.809722] Registered led device: tpacpi::bay_active
[ 16.809740] Registered led device: tpacpi::dock_batt
[ 16.809757] Registered led device: tpacpi::unknown_led
[ 16.809773] Registered led device: tpacpi::standby
[ 16.812182] thinkpad_acpi: Standard ACPI backlight interface not available, thinkpad_acpi native brightness control enabled
[ 16.812485] input: ThinkPad Extra Buttons as /class/input/input8
[ 17.023545] lib80211_crypt: registered algorithm 'NULL'
[ 17.389010] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.26k
[ 17.402373] iwl3945: Copyright(c) 2003-2008 Intel Corporation
[ 17.416151] iwl3945 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 17.429761] iwl3945 0000:03:00.0: setting latency timer to 64
[ 17.487070] iwl3945: Tunable channels: 13 802.11bg, 23 802.11a channels
[ 17.500192] iwl3945: Detected Intel Wireless WiFi Link 3945ABG
[ 17.513751] iwl3945 0000:03:00.0: PCI INT A disabled
[ 17.527076] wmaster0 (iwl3945): not using net_device_ops yet
[ 17.540561] phy0: Selected rate control algorithm 'iwl-3945-rs'
[ 17.542685] wlan0 (iwl3945): not using net_device_ops yet
[ 17.847322] Adding 1542196k swap on /dev/sda1. Priority:-1 extents:1 across:1542196k
[ 18.790014] EXT3 FS on sda2, internal journal
[ 20.000074] Clocksource tsc unstable (delta = -445948698 ns)
[ 21.191438] kjournald starting. Commit interval 5 seconds
[ 21.205236] EXT3 FS on sda5, internal journal
[ 21.218686] EXT3-fs: mounted filesystem with ordered data mode.
[ 21.942616] fuse init (API version 7.11)
[ 25.578629] platform microcode: firmware: requesting intel-ucode/06-0f-06
[ 25.758017] platform microcode: firmware: requesting intel-ucode/06-0f-06
[ 25.764043] Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[ 42.316432] e1000e 0000:02:00.0: irq 30 for MSI/MSI-X
[ 42.372152] e1000e 0000:02:00.0: irq 30 for MSI/MSI-X
[ 42.375400] iwl3945 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 42.375546] iwl3945 0000:03:00.0: restoring config space at offset 0x1 (was 0x100102, writing 0x100106)
[ 42.375720] iwl3945 0000:03:00.0: irq 31 for MSI/MSI-X
[ 42.375824] iwl3945 0000:03:00.0: firmware: requesting iwlwifi-3945-2.ucode
[ 42.380397] iwl3945: iwlwifi-3945-2.ucode firmware file req failed: Reason -2
[ 42.380402] iwl3945 0000:03:00.0: firmware: requesting iwlwifi-3945-1.ucode
[ 42.508349] iwl3945: Loaded firmware iwlwifi-3945-1.ucode, which is deprecated. Please use API v2 instead.
[ 42.508353] iwl3945: Firmware has old API version. Expected 2, got 1. New firmware can be obtained from http://www.intellinuxwireless.org.
[ 42.508356] iwl3945 loaded firmware version 15.28.1.6
[ 42.508584] iwl3945: Radio disabled by HW RF Kill switch
[ 42.508668] iwl3945 0000:03:00.0: PCI INT A disabled
[ 42.916506] iwl3945 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 42.916652] iwl3945 0000:03:00.0: restoring config space at offset 0x1 (was 0x100102, writing 0x100106)
[ 42.916828] iwl3945 0000:03:00.0: irq 31 for MSI/MSI-X
[ 42.916925] iwl3945: Radio disabled by HW RF Kill switch
[ 42.916990] iwl3945 0000:03:00.0: PCI INT A disabled
[ 43.970563] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX
[ 43.970567] 0000:02:00.0: eth0: 10/100 speed: disabling TSO
[ 48.652052] uhci_hcd 0000:00:1d.0: reserve dev 2 ep81-INT, period 8, phase 4, 93 us
[ 48.665645] uhci_hcd 0000:00:1d.0: release dev 2 ep81-INT, period 8, phase 4, 93 us
[ 48.848056] uhci_hcd 0000:00:1d.0: reserve dev 2 ep81-INT, period 8, phase 4, 93 us
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/