lkml.org 
[lkml]   [2010]   [May]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectUbuntu boot time on imac
From
Date
Hi all,

I have also posted this on ubuntu forums hoping for an answer but i
believe this is the right place

i have a 24'' imac core duo 2 (2007 model), 4GB ram, nvidia 7600

I recently installed ubuntu lucid 64 bit and everything worked
perfectly. The boot times where 14.5 secs on a clean installation from
grub to full desktop. I even enabled the xorg-edgers repo and nouveau
with 3d was working almost perfectly. The boot time was around 20-23
secs with compiz enabled and 2.6.34-2 kernel installed from xorg-edgers.

What i tried next was to manually compile the 2.6.34 kernel and
statically link all drivers, to improve performance and boot time a bit.
This also worked fine and the system works ok.

However, i did not see any improvements during boot (around 20 secs) and
there is a huge gap of 10 second from the time the kernel initializes
usb until udev is started. The logs are completely empty.

The build has only the necessary drivers. Can someone explain what is
happening and if there is a way to improve on that ?
Are there any kernel options or tools i can use to get more info on what
is happening during this period ?

I attach my kernel config, a dmesg log and the boot chart png

Please cc me since i am not on the list

Thanks in advance


[ 0.000000] Linux version 2.6.34-chriss1 (root@chriss-buntu) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #1 SMP PREEMPT Mon May 24 19:22:20 EEST 2010
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-2.6.34-chriss1 root=/dev/sda1 ro splash vga=799 quiet quiet splash
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bf106000 (usable)
[ 0.000000] BIOS-e820: 00000000bf106000 - 00000000bf307000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bf307000 - 00000000bfebe000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bfebe000 - 00000000bfeef000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bfeef000 - 00000000bff00000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bff00000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.4 present.
[ 0.000000] e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0xbf106 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-DFFFF uncachable
[ 0.000000] E0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0FFE00000 mask FFFE00000 write-protect
[ 0.000000] 1 base 000000000 mask F80000000 write-back
[ 0.000000] 2 base 080000000 mask FC0000000 write-back
[ 0.000000] 3 base 000000000 mask F80000000 write-back
[ 0.000000] 4 base 080000000 mask FC0000000 write-back
[ 0.000000] 5 base 0BFF00000 mask FFFF00000 uncachable
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bf106000
[ 0.000000] 0000000000 - 00bf000000 page 2M
[ 0.000000] 00bf000000 - 00bf106000 page 4k
[ 0.000000] kernel direct mapping tables up to bf106000 @ 8000-d000
[ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 APPLE )
[ 0.000000] ACPI: XSDT 00000000bfefd1c0 00074 (v01 APPLE Apple00 00000093 01000013)
[ 0.000000] ACPI: FACP 00000000bfefb000 000F4 (v03 APPLE Apple00 00000093 Loki 0000005F)
[ 0.000000] ACPI: DSDT 00000000bfef0000 03A60 (v01 APPLE iMac6,1 00010001 INTL 20050309)
[ 0.000000] ACPI: FACS 00000000bfec0000 00040
[ 0.000000] ACPI: HPET 00000000bfefa000 00038 (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: APIC 00000000bfef9000 00068 (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: MCFG 00000000bfef8000 0003C (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: ASF! 00000000bfef7000 000A0 (v32 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: SBST 00000000bfef5000 00030 (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: ECDT 00000000bfef4000 00053 (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: SSDT 00000000bfebb000 0064F (v01 APPLE SataPri 00001000 INTL 20050309)
[ 0.000000] ACPI: SSDT 00000000bfeba000 0069C (v01 APPLE SataSec 00001000 INTL 20050309)
[ 0.000000] ACPI: SSDT 00000000bfeef000 004DC (v01 APPLE CpuPm 00003000 INTL 20050309)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] [ffffea0000000000-ffffea00029fffff] PMD -> [ffff880002200000-ffff880004bfffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000001 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000001 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000bf106
[ 0.000000] On node 0 totalpages: 782500
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3942 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 10644 pages used for memmap
[ 0.000000] DMA32 zone: 767858 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 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 32, 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] early_res array is doubled to 64 at [7000 - 77ff]
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:30000000)
[ 0.000000] setup_percpu: NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 26 pages/cpu @ffff880001a00000 s76136 r8192 d22168 u1048576
[ 0.000000] pcpu-alloc: s76136 r8192 d22168 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 771800
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.34-chriss1 root=/dev/sda1 ro splash vga=799 quiet quiet splash
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Subtract (48 early reservations)
[ 0.000000] #1 [0001000000 - 00018519dc] TEXT DATA BSS
[ 0.000000] #2 [000009fc00 - 0000100000] BIOS reserved
[ 0.000000] #3 [0001852000 - 0001852241] BRK
[ 0.000000] #4 [0000001000 - 0000003000] TRAMPOLINE
[ 0.000000] #5 [0000003000 - 0000007000] ACPI WAKEUP
[ 0.000000] #6 [0000008000 - 000000b000] PGTABLE
[ 0.000000] #7 [0001852280 - 0001853280] BOOTMEM
[ 0.000000] #8 [0001851a00 - 0001851c40] BOOTMEM
[ 0.000000] #9 [0002054000 - 0002055000] BOOTMEM
[ 0.000000] #10 [0002055000 - 0002056000] BOOTMEM
[ 0.000000] #11 [0002200000 - 0004c00000] MEMMAP 0
[ 0.000000] #12 [0001851c40 - 0001851dc0] BOOTMEM
[ 0.000000] #13 [0001853280 - 000186b280] BOOTMEM
[ 0.000000] #14 [000186c000 - 000186d000] BOOTMEM
[ 0.000000] #15 [0001851dc0 - 0001851e01] BOOTMEM
[ 0.000000] #16 [0001851e40 - 0001851e83] BOOTMEM
[ 0.000000] #17 [000186b280 - 000186b600] BOOTMEM
[ 0.000000] #18 [0001851ec0 - 0001851f28] BOOTMEM
[ 0.000000] #19 [0001851f40 - 0001851fa8] BOOTMEM
[ 0.000000] #20 [000186b600 - 000186b668] BOOTMEM
[ 0.000000] #21 [000186b680 - 000186b6e8] BOOTMEM
[ 0.000000] #22 [000186b700 - 000186b768] BOOTMEM
[ 0.000000] #23 [000186b780 - 000186b7e8] BOOTMEM
[ 0.000000] #24 [000186b800 - 000186b868] BOOTMEM
[ 0.000000] #25 [000186b880 - 000186b8e8] BOOTMEM
[ 0.000000] #26 [000186b900 - 000186b968] BOOTMEM
[ 0.000000] #27 [000186b980 - 000186b9e8] BOOTMEM
[ 0.000000] #28 [000186ba00 - 000186ba68] BOOTMEM
[ 0.000000] #29 [000186ba80 - 000186bae8] BOOTMEM
[ 0.000000] #30 [000186bb00 - 000186bb68] BOOTMEM
[ 0.000000] #31 [000186bb80 - 000186bbe8] BOOTMEM
[ 0.000000] #32 [000186bc00 - 000186bc68] BOOTMEM
[ 0.000000] #33 [0001851fc0 - 0001851fe0] BOOTMEM
[ 0.000000] #34 [000186bc80 - 000186bcdc] BOOTMEM
[ 0.000000] #35 [000186bd00 - 000186bd5c] BOOTMEM
[ 0.000000] #36 [0001a00000 - 0001a1a000] BOOTMEM
[ 0.000000] #37 [0001b00000 - 0001b1a000] BOOTMEM
[ 0.000000] #38 [000186bd80 - 000186bd88] BOOTMEM
[ 0.000000] #39 [000186bdc0 - 000186bdc8] BOOTMEM
[ 0.000000] #40 [000186be00 - 000186be08] BOOTMEM
[ 0.000000] #41 [000186be40 - 000186be50] BOOTMEM
[ 0.000000] #42 [000186be80 - 000186bfc0] BOOTMEM
[ 0.000000] #43 [000186f000 - 000186f060] BOOTMEM
[ 0.000000] #44 [000186f080 - 000186f0e0] BOOTMEM
[ 0.000000] #45 [000186f100 - 0001877100] BOOTMEM
[ 0.000000] #46 [0001b1a000 - 0001f1a000] BOOTMEM
[ 0.000000] #47 [0004c00000 - 0004e00000] BOOTMEM
[ 0.000000] Memory: 3071932k/3130392k available (5255k kernel code, 392k absent, 58068k reserved, 2324k data, 424k init)
[ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Experimental preemptable hierarchical RCU implementation.
[ 0.000000] NR_IRQS:320
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2161.294 MHz processor.
[ 0.001006] Calibrating delay loop (skipped), value calculated using timer frequency.. 4322.58 BogoMIPS (lpj=2161294)
[ 0.001034] Mount-cache hash table entries: 256
[ 0.001180] CPU: Physical Processor ID: 0
[ 0.001182] CPU: Processor Core ID: 0
[ 0.001184] mce: CPU supports 6 MCE banks
[ 0.001192] CPU0: Thermal monitoring enabled (TM2)
[ 0.001195] using mwait in idle threads.
[ 0.001196] Performance Events: Core2 events, Intel PMU driver.
[ 0.001203] ... version: 2
[ 0.001204] ... bit width: 40
[ 0.001205] ... generic registers: 2
[ 0.001207] ... value mask: 000000ffffffffff
[ 0.001208] ... max period: 000000007fffffff
[ 0.001209] ... fixed-purpose events: 3
[ 0.001211] ... event mask: 0000000700000003
[ 0.001253] ACPI: Core revision 20100121
[ 0.008719] Setting APIC routing to flat
[ 0.008999] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.019108] CPU0: Intel(R) Core(TM)2 CPU T7400 @ 2.16GHz stepping 06
[ 0.023023] Booting Node 0, Processors #1 Ok.
[ 0.095014] Brought up 2 CPUs
[ 0.095017] Total of 2 processors activated (8644.89 BogoMIPS).
[ 0.095598] devtmpfs: initialized
[ 0.095598] Time: 20:25:45 Date: 05/24/10
[ 0.096014] NET: Registered protocol family 16
[ 0.096088] ACPI: bus type pci registered
[ 0.096099] dca service started, version 1.12.1
[ 0.096131] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
[ 0.096134] PCI: MMCONFIG at [mem 0xf0000000-0xffffffff] reserved in E820
[ 0.096137] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) (size reduced!)
[ 0.107017] PCI: Using configuration type 1 for base access
[ 0.108082] bio: create slab <bio-0> at 0
[ 0.109065] ACPI: EC: EC description table is found, configuring boot EC
[ 0.113497] ACPI: BIOS _OSI(Linux) query ignored
[ 0.114428] ACPI: SSDT 00000000bfeb8c10 002AE (v01 APPLE Cpu0Ist 00003000 INTL 20050309)
[ 0.114798] ACPI: SSDT 00000000bfeb7c90 00232 (v01 APPLE Cpu0Cst 00003001 INTL 20050309)
[ 0.115320] ACPI: SSDT 00000000bfeb8f10 00087 (v01 APPLE Cpu1Ist 00003000 INTL 20050309)
[ 0.115626] ACPI: SSDT 00000000bfeb7f10 00085 (v01 APPLE Cpu1Cst 00003000 INTL 20050309)
[ 0.115854] ACPI: Interpreter enabled
[ 0.115859] ACPI: (supports S0 S3 S4 S5)
[ 0.115877] ACPI: Using IOAPIC for interrupt routing
[ 0.119640] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.120009] ACPI: No dock devices found.
[ 0.120012] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[ 0.120645] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.121622] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
[ 0.121625] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
[ 0.121628] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[ 0.121631] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xfebfffff] (ignored)
[ 0.121709] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.121712] pci 0000:00:01.0: PME# disabled
[ 0.121739] pci 0000:00:07.0: reg 10: [mem 0xd2404000-0xd2404fff]
[ 0.121825] pci 0000:00:1b.0: reg 10: [mem 0xd2400000-0xd2403fff 64bit]
[ 0.121884] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.121888] pci 0000:00:1b.0: PME# disabled
[ 0.121981] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.121985] pci 0000:00:1c.0: PME# disabled
[ 0.122085] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.122089] pci 0000:00:1c.1: PME# disabled
[ 0.122152] pci 0000:00:1d.0: reg 20: [io 0x30a0-0x30bf]
[ 0.122213] pci 0000:00:1d.1: reg 20: [io 0x3080-0x309f]
[ 0.122274] pci 0000:00:1d.2: reg 20: [io 0x3060-0x307f]
[ 0.122334] pci 0000:00:1d.3: reg 20: [io 0x3040-0x305f]
[ 0.122393] pci 0000:00:1d.7: reg 10: [mem 0xd2405400-0xd24057ff]
[ 0.122455] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.122460] pci 0000:00:1d.7: PME# disabled
[ 0.122617] pci 0000:00:1f.0: quirk: [io 0x0400-0x047f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.122621] pci 0000:00:1f.0: quirk: [io 0x0500-0x053f] claimed by ICH6 GPIO
[ 0.122625] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 000f)
[ 0.122629] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f)
[ 0.122635] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0300 (mask 001f)
[ 0.122684] pci 0000:00:1f.1: reg 10: [io 0x30e8-0x30ef]
[ 0.122691] pci 0000:00:1f.1: reg 14: [io 0x30fc-0x30ff]
[ 0.122698] pci 0000:00:1f.1: reg 18: [io 0x30e0-0x30e7]
[ 0.122706] pci 0000:00:1f.1: reg 1c: [io 0x30f8-0x30fb]
[ 0.122713] pci 0000:00:1f.1: reg 20: [io 0x30c0-0x30cf]
[ 0.122761] pci 0000:00:1f.2: reg 10: [io 0x30d8-0x30df]
[ 0.122768] pci 0000:00:1f.2: reg 14: [io 0x30f4-0x30f7]
[ 0.122776] pci 0000:00:1f.2: reg 18: [io 0x30d0-0x30d7]
[ 0.122783] pci 0000:00:1f.2: reg 1c: [io 0x30f0-0x30f3]
[ 0.122790] pci 0000:00:1f.2: reg 20: [io 0x3020-0x302f]
[ 0.122797] pci 0000:00:1f.2: reg 24: [mem 0xd2405000-0xd24053ff]
[ 0.122826] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.122831] pci 0000:00:1f.2: PME# disabled
[ 0.122889] pci 0000:00:1f.3: reg 20: [io 0xefa0-0xefbf]
[ 0.122978] pci 0000:01:00.0: reg 10: [mem 0xd1000000-0xd1ffffff]
[ 0.122991] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.123008] pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd0ffffff 64bit]
[ 0.123015] pci 0000:01:00.0: reg 24: [io 0x2000-0x207f]
[ 0.123023] pci 0000:01:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[ 0.123067] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.123070] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.123073] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd1ffffff]
[ 0.123078] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.123194] pci 0000:02:00.0: reg 10: [mem 0xd2300000-0xd2303fff 64bit]
[ 0.123206] pci 0000:02:00.0: reg 18: [io 0x1000-0x10ff]
[ 0.123246] pci 0000:02:00.0: reg 30: [mem 0xfffe0000-0xffffffff pref]
[ 0.123309] pci 0000:02:00.0: supports D1 D2
[ 0.123311] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.123318] pci 0000:02:00.0: PME# disabled
[ 0.123334] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.123339] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
[ 0.123343] pci 0000:00:1c.0: bridge window [mem 0xd2300000-0xd23fffff]
[ 0.123351] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.123546] pci 0000:03:00.0: reg 10: [mem 0xd2200000-0xd2203fff 64bit]
[ 0.123593] pci 0000:03:00.0: reg 18: [mem 0xd2000000-0xd20fffff 64bit pref]
[ 0.123792] pci 0000:03:00.0: supports D1 D2
[ 0.123857] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.123861] pci 0000:00:1c.1: bridge window [io 0xf000-0x0000] (disabled)
[ 0.123866] pci 0000:00:1c.1: bridge window [mem 0xd2200000-0xd22fffff]
[ 0.123874] pci 0000:00:1c.1: bridge window [mem 0xd2000000-0xd20fffff 64bit pref]
[ 0.123943] pci 0000:04:03.0: reg 10: [mem 0xd2104000-0xd21047ff]
[ 0.123952] pci 0000:04:03.0: reg 14: [mem 0xd2100000-0xd2103fff]
[ 0.124017] pci 0000:04:03.0: supports D1 D2
[ 0.124019] pci 0000:04:03.0: PME# supported from D0 D1 D2 D3hot
[ 0.124024] pci 0000:04:03.0: PME# disabled
[ 0.124084] pci 0000:00:1e.0: PCI bridge to [bus 04-04] (subtractive decode)
[ 0.124089] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.124093] pci 0000:00:1e.0: bridge window [mem 0xd2100000-0xd21fffff]
[ 0.124101] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.124103] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
[ 0.124105] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffffffffffff] (subtractive decode)
[ 0.124128] pci_bus 0000:00: on NUMA node 0
[ 0.124132] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.124284] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[ 0.124353] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.124415] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.124494] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 0.129761] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.129848] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.129933] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.130024] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.130108] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.130192] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 0.130276] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[ 0.130359] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *11 12 14 15)
[ 0.130448] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.130452] vgaarb: loaded
[ 0.130507] SCSI subsystem initialized
[ 0.130524] libata version 3.00 loaded.
[ 0.130524] usbcore: registered new interface driver usbfs
[ 0.130524] usbcore: registered new interface driver hub
[ 0.130524] usbcore: registered new device driver usb
[ 0.130524] Advanced Linux Sound Architecture Driver Version 1.0.22.1.
[ 0.130524] PCI: Using ACPI for IRQ routing
[ 0.130524] PCI: pci_cache_line_size set to 64 bytes
[ 0.130524] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
[ 0.130524] reserve RAM buffer: 00000000bf106000 - 00000000bfffffff
[ 0.130524] Bluetooth: Core ver 2.15
[ 0.130524] NET: Registered protocol family 31
[ 0.130524] Bluetooth: HCI device and connection manager initialized
[ 0.130524] Bluetooth: HCI socket layer initialized
[ 0.130524] cfg80211: Calling CRDA to update world regulatory domain
[ 0.130524] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.130524] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.132014] Switching to clocksource tsc
[ 0.133045] pnp: PnP ACPI init
[ 0.133053] ACPI: bus type pnp registered
[ 0.134291] pnp 00:07: disabling [io 0x1640-0x164f] because it overlaps 0000:00:1c.0 BAR 7 [io 0x1000-0x1fff]
[ 0.134406] pnp: PnP ACPI: found 9 devices
[ 0.134408] ACPI: ACPI bus type pnp unregistered
[ 0.134415] system 00:01: [mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.134418] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[ 0.134420] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.134423] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.134425] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.134428] system 00:01: [mem 0xfed20000-0xfed8ffff] has been reserved
[ 0.134433] system 00:05: [mem 0xfed00000-0xfed003ff] has been reserved
[ 0.134439] system 00:07: [io 0x0680-0x06ef] has been reserved
[ 0.134441] system 00:07: [io 0x0800-0x080f] has been reserved
[ 0.134443] system 00:07: [io 0x0810-0x0817] has been reserved
[ 0.134445] system 00:07: [io 0x0400-0x047f] has been reserved
[ 0.134448] system 00:07: [io 0x0500-0x053f] has been reserved
[ 0.139110] pci 0000:01:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[ 0.139119] pci 0000:02:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
[ 0.139160] pci 0000:00:1c.0: BAR 9: assigned [mem 0xd2500000-0xd26fffff pref]
[ 0.139163] pci 0000:00:1c.1: BAR 7: assigned [io 0x4000-0x4fff]
[ 0.139166] pci 0000:01:00.0: BAR 6: can't assign mem pref (size 0x20000)
[ 0.139168] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.139171] pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
[ 0.139174] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xd1ffffff]
[ 0.139178] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.139183] pci 0000:02:00.0: BAR 6: assigned [mem 0xd2500000-0xd251ffff pref]
[ 0.139185] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.139188] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
[ 0.139194] pci 0000:00:1c.0: bridge window [mem 0xd2300000-0xd23fffff]
[ 0.139198] pci 0000:00:1c.0: bridge window [mem 0xd2500000-0xd26fffff pref]
[ 0.139206] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[ 0.139209] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
[ 0.139215] pci 0000:00:1c.1: bridge window [mem 0xd2200000-0xd22fffff]
[ 0.139219] pci 0000:00:1c.1: bridge window [mem 0xd2000000-0xd20fffff 64bit pref]
[ 0.139227] pci 0000:00:1e.0: PCI bridge to [bus 04-04]
[ 0.139228] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.139234] pci 0000:00:1e.0: bridge window [mem 0xd2100000-0xd21fffff]
[ 0.139239] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.139253] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.139256] pci 0000:00:01.0: setting latency timer to 64
[ 0.139266] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.139271] pci 0000:00:1c.0: setting latency timer to 64
[ 0.139280] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.139285] pci 0000:00:1c.1: setting latency timer to 64
[ 0.139337] pci 0000:00:1e.0: power state changed by ACPI to D0
[ 0.139382] pci 0000:00:1e.0: power state changed by ACPI to D0
[ 0.139388] pci 0000:00:1e.0: setting latency timer to 64
[ 0.139392] pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
[ 0.139394] pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffffffffffff]
[ 0.139396] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.139398] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd1ffffff]
[ 0.139400] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.139402] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
[ 0.139404] pci_bus 0000:02: resource 1 [mem 0xd2300000-0xd23fffff]
[ 0.139406] pci_bus 0000:02: resource 2 [mem 0xd2500000-0xd26fffff pref]
[ 0.139408] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
[ 0.139410] pci_bus 0000:03: resource 1 [mem 0xd2200000-0xd22fffff]
[ 0.139412] pci_bus 0000:03: resource 2 [mem 0xd2000000-0xd20fffff 64bit pref]
[ 0.139414] pci_bus 0000:04: resource 1 [mem 0xd2100000-0xd21fffff]
[ 0.139416] pci_bus 0000:04: resource 4 [io 0x0000-0xffff]
[ 0.139418] pci_bus 0000:04: resource 5 [mem 0x00000000-0xffffffffffffffff]
[ 0.139433] NET: Registered protocol family 2
[ 0.139456] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.140069] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.141995] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.142576] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.142579] TCP reno registered
[ 0.142583] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.142626] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.142745] NET: Registered protocol family 1
[ 0.142895] pci 0000:01:00.0: Boot video device
[ 0.142912] PCI: CLS mismatch (256 != 64), using 64 bytes
[ 0.143506] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.145084] Slow work thread pool: Starting up
[ 0.145119] Slow work thread pool: Ready
[ 0.145140] fuse init (API version 7.13)
[ 0.145251] msgmni has been set to 5999
[ 0.145429] alg: No test for stdrng (krng)
[ 0.145468] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
[ 0.145471] io scheduler noop registered
[ 0.145521] io scheduler cfq registered (default)
[ 0.145589] pcieport 0000:00:01.0: setting latency timer to 64
[ 0.145641] pcieport 0000:00:1c.0: setting latency timer to 64
[ 0.145727] pcieport 0000:00:1c.1: setting latency timer to 64
[ 0.145819] pcieport 0000:00:01.0: Requesting control of PCIe PME from ACPI BIOS
[ 0.146229] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[ 0.146232] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 0.146235] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[ 0.146240] pcieport 0000:00:1c.0: Requesting control of PCIe PME from ACPI BIOS
[ 0.146256] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ 0.146259] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[ 0.146263] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[ 0.146267] pcieport 0000:00:1c.1: Requesting control of PCIe PME from ACPI BIOS
[ 0.146276] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[ 0.146277] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[ 0.146282] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
[ 0.146411] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.146414] ACPI: Power Button [PWRB]
[ 0.146453] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 0.146455] ACPI: Sleep Button [SLPB]
[ 0.146504] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.146506] ACPI: Power Button [PWRF]
[ 0.146820] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input3
[ 0.146823] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 0.147239] Monitor-Mwait will be used to enter C-1 state
[ 0.147260] Monitor-Mwait will be used to enter C-2 state
[ 0.147264] Marking TSC unstable due to TSC halts in idle
[ 0.147478] Switching to clocksource hpet
[ 0.152702] Linux agpgart interface v0.103
[ 0.152739] [drm] Initialized drm 1.1.0 20060810
[ 0.152778] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.152784] nouveau 0000:01:00.0: setting latency timer to 64
[ 0.158834] [drm] nouveau 0000:01:00.0: Detected an NV40 generation card (0x04b100a2)
[ 0.161952] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PROM
[ 0.403295] [drm] nouveau 0000:01:00.0: ... appears to be valid
[ 0.403298] [drm] nouveau 0000:01:00.0: BIT BIOS found
[ 0.403301] [drm] nouveau 0000:01:00.0: Bios version 05.73.22.46
[ 0.403304] [drm] nouveau 0000:01:00.0: TMDS table script pointers not stubbed
[ 0.403306] [drm] nouveau 0000:01:00.0: BIT table 'd' not found
[ 0.403308] [drm] nouveau 0000:01:00.0: Found Display Configuration Block version 3.0
[ 0.403311] [drm] nouveau 0000:01:00.0: Raw DCB entry 0: 01015200 00000023
[ 0.403315] [drm] nouveau 0000:01:00.0: Raw DCB entry 1: 03000123 00000004
[ 0.403317] [drm] nouveau 0000:01:00.0: Raw DCB entry 2: 04024202 00000040
[ 0.403319] [drm] nouveau 0000:01:00.0: Raw DCB entry 3: 02031201 0040c080
[ 0.403321] [drm] nouveau 0000:01:00.0: DCB connector table: VHER 0x30 5 10 2
[ 0.403324] [drm] nouveau 0000:01:00.0: 0: 0x00000040: type 0x40 idx 0 tag 0xff
[ 0.403327] [drm] nouveau 0000:01:00.0: 1: 0x00000110: type 0x10 idx 1 tag 0xff
[ 0.403329] [drm] nouveau 0000:01:00.0: 2: 0x00000111: type 0x11 idx 2 tag 0xff
[ 0.403332] [drm] nouveau 0000:01:00.0: 3: 0x00000113: type 0x13 idx 3 tag 0xff
[ 0.403334] [drm] nouveau 0000:01:00.0: 4: 0x00001230: type 0x30 idx 4 tag 0x07
[ 0.403336] [drm] nouveau 0000:01:00.0: 5: 0x00000300: type 0x00 idx 5 tag 0xff
[ 0.403347] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0xD334
[ 0.403675] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0xD9DE
[ 0.421033] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0xE0A8
[ 0.421057] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0xE22C
[ 0.427023] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0xE38C
[ 0.427032] [drm] nouveau 0000:01:00.0: Detected 256MiB VRAM
[ 0.458029] [TTM] Zone kernel: Available graphics memory: 1535966 kiB.
[ 0.460142] [drm] nouveau 0000:01:00.0: 64 MiB GART (aperture)
[ 0.461769] [drm] nouveau 0000:01:00.0: Allocating FIFO number 0
[ 0.464560] [drm] nouveau 0000:01:00.0: nouveau_channel_alloc: initialised FIFO 0
[ 0.464570] [drm] nouveau 0000:01:00.0: Initial CRTC_OWNER is 0
[ 0.464619] [drm] nouveau 0000:01:00.0: Detected a DVI-I connector
[ 0.464660] [drm] nouveau 0000:01:00.0: Detected a LVDS connector
[ 0.570160] [drm] nouveau 0000:01:00.0: Detected a TV connector
[ 0.572483] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on vga encoder (output 0)
[ 0.572487] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on lvds encoder (output 1)
[ 0.572490] [drm] nouveau 0000:01:00.0: Calling LVDS script 6:
[ 0.572494] [drm] nouveau 0000:01:00.0: 0xC165: Parsing digital output script table
[ 0.845024] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on tmds encoder (output 2)
[ 0.845026] [drm] nouveau 0000:01:00.0: Setting dpms mode 3 on TV encoder (output 3)
[ 0.900740] [drm] nouveau 0000:01:00.0: allocated 1920x1200 fb: 0x49000, bo ffff8800be0af400
[ 0.911141] [drm] nouveau 0000:01:00.0: Output LVDS-1 is running on CRTC 0 using output A
[ 0.911143] [drm] nouveau 0000:01:00.0: Calling LVDS script 2:
[ 0.911145] [drm] nouveau 0000:01:00.0: 0xC221: Parsing digital output script table
[ 1.063020] [drm] nouveau 0000:01:00.0: Setting dpms mode 0 on lvds encoder (output 1)
[ 1.063022] [drm] nouveau 0000:01:00.0: Calling LVDS script 5:
[ 1.063024] [drm] nouveau 0000:01:00.0: 0xC156: Parsing digital output script table
[ 1.063031] [drm] nouveau 0000:01:00.0: Output LVDS-1 is running on CRTC 0 using output A
[ 1.064551] Console: switching to colour frame buffer device 240x75
[ 1.066220] fb0: nouveaufb frame buffer device
[ 1.066222] registered panic notifier
[ 1.066225] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
[ 1.066246] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.067272] brd: module loaded
[ 1.067629] loop: module loaded
[ 1.067750] ata_piix 0000:00:1f.1: version 2.13
[ 1.067808] ata_piix 0000:00:1f.1: power state changed by ACPI to D0
[ 1.067836] ata_piix 0000:00:1f.1: power state changed by ACPI to D0
[ 1.067846] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 1.067879] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 1.067956] scsi0 : ata_piix
[ 1.068024] scsi1 : ata_piix
[ 1.068502] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x30c0 irq 14
[ 1.068505] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x30c8 irq 15
[ 1.068527] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.068533] ata_piix 0000:00:1f.2: MAP [ P0 P2 -- -- ]
[ 1.219051] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 1.220013] scsi2 : ata_piix
[ 1.220061] scsi3 : ata_piix
[ 1.220910] ata3: SATA max UDMA/133 cmd 0x30d8 ctl 0x30f4 bmdma 0x3020 irq 19
[ 1.220912] ata4: SATA max UDMA/133 cmd 0x30d0 ctl 0x30f0 bmdma 0x3028 irq 19
[ 1.220976] sky2: driver version 1.27
[ 1.221009] sky2 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.221021] sky2 0000:02:00.0: setting latency timer to 64
[ 1.221051] sky2 0000:02:00.0: Yukon-2 EC chip revision 2
[ 1.221165] sky2 0000:02:00.0: eth0: addr 00:17:f2:c6:fe:e0
[ 1.221205] firewire_ohci 0000:04:03.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 1.230932] ata1.00: ATAPI: MATSHITADVD-R UJ-85J, FCQA, max UDMA/66
[ 1.237407] ata1.00: configured for UDMA/66
[ 1.239373] scsi 0:0:0:0: CD-ROM MATSHITA DVD-R UJ-85J FCQA PQ: 0 ANSI: 5
[ 1.243538] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[ 1.243540] Uniform CD-ROM driver Revision: 3.20
[ 1.243602] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 1.243643] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 1.276017] firewire_ohci: Added fw-ohci device 0000:04:03.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
[ 1.279084] usbmon: debugfs is not available
[ 1.279086] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.279106] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.279115] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 1.279119] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 1.279125] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 1.279146] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[ 1.279157] ehci_hcd 0000:00:1d.7: debug port 1
[ 1.283046] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
[ 1.283058] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd2405400
[ 1.292018] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.292130] hub 1-0:1.0: USB hub found
[ 1.292134] hub 1-0:1.0: 8 ports detected
[ 1.292200] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.292211] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.292251] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 1.292257] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 1.292260] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.292264] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.292291] uhci_hcd 0000:00:1d.0: irq 23, io base 0x000030a0
[ 1.292394] hub 2-0:1.0: USB hub found
[ 1.292397] hub 2-0:1.0: 2 ports detected
[ 1.292448] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 1.292454] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 1.292457] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.292461] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 1.292489] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003080
[ 1.292582] hub 3-0:1.0: USB hub found
[ 1.292585] hub 3-0:1.0: 2 ports detected
[ 1.292632] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 1.292638] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 1.292641] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.292645] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 1.292680] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00003060
[ 1.292774] hub 4-0:1.0: USB hub found
[ 1.292777] hub 4-0:1.0: 2 ports detected
[ 1.292824] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 1.292830] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 1.292833] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 1.292837] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 1.292864] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00003040
[ 1.292962] hub 5-0:1.0: USB hub found
[ 1.292965] hub 5-0:1.0: 2 ports detected
[ 1.293026] Initializing USB Mass Storage driver...
[ 1.293050] usbcore: registered new interface driver usb-storage
[ 1.293051] USB Mass Storage support registered.
[ 1.293084] PNP: No PS/2 controller found. Probing ports directly.
[ 1.293940] i8042.c: No controller found.
[ 1.293991] mice: PS/2 mouse device common for all mice
[ 1.294097] usbcore: registered new interface driver appletouch
[ 1.294135] Bluetooth: Virtual HCI driver ver 1.3
[ 1.294152] Bluetooth: HCI UART driver ver 2.2
[ 1.294154] Bluetooth: HCI H4 protocol initialized
[ 1.294155] Bluetooth: HCI BCSP protocol initialized
[ 1.294157] Bluetooth: HCILL protocol initialized
[ 1.294159] Bluetooth: Broadcom Blutonium firmware driver ver 1.2
[ 1.294168] usbcore: registered new interface driver bcm203x
[ 1.294170] Bluetooth: Digianswer Bluetooth USB driver ver 0.10
[ 1.294181] usbcore: registered new interface driver bpa10x
[ 1.294182] Bluetooth: BlueFRITZ! USB driver ver 1.2
[ 1.294191] usbcore: registered new interface driver bfusb
[ 1.294192] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 1.294204] usbcore: registered new interface driver btusb
[ 1.298054] cpuidle: using governor ladder
[ 1.298121] cpuidle: using governor menu
[ 1.298134] ioatdma: Intel(R) QuickData Technology Driver 4.00
[ 1.298374] usbcore: registered new interface driver hiddev
[ 1.298384] usbcore: registered new interface driver usbhid
[ 1.298386] usbhid: USB HID core driver
[ 1.298634] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 1.298659] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 1.308590] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input4
[ 1.314891] ALSA device list:
[ 1.314893] #0: HDA Intel at 0xd2400000 irq 22
[ 1.314919] TCP cubic registered
[ 1.314921] Initializing XFRM netlink socket
[ 1.314928] NET: Registered protocol family 17
[ 1.314939] NET: Registered protocol family 15
[ 1.314941] Bluetooth: L2CAP ver 2.14
[ 1.314943] Bluetooth: L2CAP socket layer initialized
[ 1.314945] Bluetooth: SCO (Voice Link) ver 0.6
[ 1.314946] Bluetooth: SCO socket layer initialized
[ 1.314987] Bluetooth: RFCOMM TTY layer initialized
[ 1.314989] Bluetooth: RFCOMM socket layer initialized
[ 1.314990] Bluetooth: RFCOMM ver 1.11
[ 1.314992] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 1.314993] Bluetooth: BNEP filters: protocol multicast
[ 1.314995] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 1.315017] lib80211: common routines for IEEE802.11 drivers
[ 1.315019] lib80211_crypt: registered algorithm 'NULL'
[ 1.315648] PM: Resume from disk failed.
[ 1.315961] Magic number: 10:294:448
[ 1.316014] acpi APP0001:00: hash matches
[ 1.447916] ata3.01: ATA-7: ST3250824AS Q, 3.BQH, max UDMA/133
[ 1.447922] ata3.01: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.522902] ata3.01: configured for UDMA/133
[ 1.533197] scsi 2:0:1:0: Direct-Access ATA ST3250824AS Q 3.BQ PQ: 0 ANSI: 5
[ 1.533384] sd 2:0:1:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
[ 1.533392] sd 2:0:1:0: Attached scsi generic sg1 type 0
[ 1.533438] sd 2:0:1:0: [sda] Write Protect is off
[ 1.533440] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[ 1.533460] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.533573] sda: sda1 sda2 sda3
[ 1.562883] sd 2:0:1:0: [sda] Attached SCSI disk
[ 1.594045] usb 1-4: new high speed USB device using ehci_hcd and address 2
[ 1.609920] EXT4-fs (sda1): mounted filesystem with ordered data mode
[ 1.609929] VFS: Mounted root (ext2 filesystem) readonly on device 8:1.
[ 1.629012] devtmpfs: mounted
[ 1.629060] Freeing unused kernel memory: 424k freed
[ 1.776281] firewire_net: firewire0: IPv4 over FireWire on device 0017f2fffe8e05dc
[ 1.776289] firewire_core: created device fw0: GUID 0017f2fffe8e05dc, S800
[ 2.220038] usb 4-1: new full speed USB device using uhci_hcd and address 2
[ 2.387760] hub 4-1:1.0: USB hub found
[ 2.389745] hub 4-1:1.0: 3 ports detected
[ 2.600054] usb 5-1: new full speed USB device using uhci_hcd and address 2
[ 2.767022] usbhid 5-1:1.0: couldn't find an input interrupt endpoint
[ 2.973030] usb 5-2: new full speed USB device using uhci_hcd and address 3
[ 3.147083] generic-usb 0003:05AC:8240.0001: hiddev96,hidraw0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.3-2/input0
[ 3.213763] usb 4-1.1: new low speed USB device using uhci_hcd and address 3
[ 3.365207] input: Microsoft Microsoft IntelliMouse® Optical as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1.1/4-1.1:1.0/input/input5
[ 3.365278] generic-usb 0003:045E:0039.0002: input,hidraw1: USB HID v1.00 Mouse [Microsoft Microsoft IntelliMouse® Optical] on usb-0000:00:1d.2-1.1/input0
[ 3.431751] usb 4-1.3: new full speed USB device using uhci_hcd and address 4
[ 3.571036] input: Mitsumi Electric Apple Extended USB Keyboard as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1.3/4-1.3:1.0/input/input6
[ 3.571090] generic-usb 0003:05AC:020C.0003: input,hidraw2: USB HID v1.10 Keyboard [Mitsumi Electric Apple Extended USB Keyboard] on usb-0000:00:1d.2-1.3/input0
[ 3.576835] input: Mitsumi Electric Apple Extended USB Keyboard as /devices/pci0000:00/0000:00:1d.2/usb4/4-1/4-1.3/4-1.3:1.1/input/input7
[ 3.576933] generic-usb 0003:05AC:020C.0004: input,hidraw3: USB HID v1.10 Device [Mitsumi Electric Apple Extended USB Keyboard] on usb-0000:00:1d.2-1.3/input1
[ 14.542501] udev: starting version 151
[ 14.799101] usb 5-1: usbfs: USBDEVFS_CONTROL failed cmd hid2hci rqt 64 rq 0 len 0 ret -84
[ 15.040100] usb 5-1: USB disconnect, address 2
[ 15.247044] usb 5-1: new full speed USB device using uhci_hcd and address 4
[ 15.529313] Adding 9014952k swap on /dev/sda3. Priority:-1 extents:1 across:9014952k
[ 15.841718] sky2 0000:02:00.0: eth0: enabling interface

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.34-chriss
# Sun May 23 00:55:24 2010
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
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_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_NEED_DMA_MAP_STATE=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 is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
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_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=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_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_HAVE_EARLY_RES=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_USE_GENERIC_SMP_HELPERS=y
CONFIG_X86_64_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_TRAMPOLINE=y
# CONFIG_KTIME_SCALAR is not set
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_CONSTRUCTORS=y

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_LZO is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
# CONFIG_POSIX_MQUEUE is not set
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set

#
# RCU Subsystem
#
# CONFIG_TREE_RCU is not set
CONFIG_TREE_PREEMPT_RCU=y
# CONFIG_TINY_RCU is not set
# CONFIG_RCU_TRACE is not set
CONFIG_RCU_FANOUT=64
# CONFIG_RCU_FANOUT_EXACT is not set
# CONFIG_TREE_RCU_TRACE is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=18
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
# CONFIG_CGROUPS is not set
# CONFIG_SYSFS_DEPRECATED_V2 is not set
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=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_LZO=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_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_HAVE_PERF_EVENTS=y

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_PERF_COUNTERS is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_PCI_QUIRKS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLAB is not set
CONFIG_SLUB=y
# CONFIG_SLOB is not set
# CONFIG_PROFILING is not set
CONFIG_HAVE_OPROFILE=y
# CONFIG_KPROBES is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y

#
# GCOV-based kernel profiling
#
CONFIG_SLOW_WORK=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 is not set
CONFIG_MODVERSIONS=y
CONFIG_MODULE_SRCVERSION_ALL=y
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLOCK_COMPAT=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
# CONFIG_IOSCHED_DEADLINE is not set
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
# CONFIG_INLINE_SPIN_TRYLOCK is not set
# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set
# CONFIG_INLINE_SPIN_LOCK is not set
# CONFIG_INLINE_SPIN_LOCK_BH is not set
# CONFIG_INLINE_SPIN_LOCK_IRQ is not set
# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set
# CONFIG_INLINE_SPIN_UNLOCK is not set
# CONFIG_INLINE_SPIN_UNLOCK_BH is not set
# CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set
# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set
# CONFIG_INLINE_READ_TRYLOCK is not set
# CONFIG_INLINE_READ_LOCK is not set
# CONFIG_INLINE_READ_LOCK_BH is not set
# CONFIG_INLINE_READ_LOCK_IRQ is not set
# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set
# CONFIG_INLINE_READ_UNLOCK is not set
# CONFIG_INLINE_READ_UNLOCK_BH is not set
# CONFIG_INLINE_READ_UNLOCK_IRQ is not set
# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set
# CONFIG_INLINE_WRITE_TRYLOCK is not set
# CONFIG_INLINE_WRITE_LOCK is not set
# CONFIG_INLINE_WRITE_LOCK_BH is not set
# CONFIG_INLINE_WRITE_LOCK_IRQ is not set
# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set
# CONFIG_INLINE_WRITE_UNLOCK is not set
# CONFIG_INLINE_WRITE_UNLOCK_BH is not set
# CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set
# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_FREEZER=y

#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_SMP=y
# CONFIG_X86_MPPARSE is not set
# CONFIG_X86_EXTENDED_PLATFORM is not set
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
# CONFIG_SCHED_OMIT_FRAME_POINTER is not set
# CONFIG_PARAVIRT_GUEST is not set
CONFIG_NO_BOOTMEM=y
# CONFIG_MEMTEST is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_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_MATOM is not set
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_CPU=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_XADD=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_P6_NOP=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR=y
# CONFIG_X86_DS is not set
CONFIG_HPET_TIMER=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_NR_CPUS=2
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
# CONFIG_X86_MCE_AMD is not set
CONFIG_X86_MCE_THRESHOLD=y
# CONFIG_X86_MCE_INJECT is not set
CONFIG_X86_THERMAL_VECTOR=y
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_DIRECT_GBPAGES=y
# CONFIG_NUMA is not set
CONFIG_ARCH_PROC_KCORE_TEXT=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
CONFIG_SELECT_MEMORY_MODEL=y
# CONFIG_FLATMEM_MANUAL is not set
# CONFIG_DISCONTIGMEM_MANUAL is not set
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
CONFIG_SPARSEMEM_VMEMMAP=y
# 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_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
# CONFIG_MEMORY_FAILURE is not set
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
# CONFIG_X86_RESERVE_LOW_64K is not set
CONFIG_MTRR=y
# CONFIG_MTRR_SANITIZER is not set
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_EFI=y
# CONFIG_SECCOMP is not set
CONFIG_CC_STACKPROTECTOR=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
# CONFIG_KEXEC is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x1000000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_HOTPLUG_CPU=y
# CONFIG_COMPAT_VDSO is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

#
# Power management and ACPI options
#
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_PM=y
CONFIG_PM_DEBUG=y
# CONFIG_PM_ADVANCED_DEBUG is not set
# CONFIG_PM_VERBOSE is not set
CONFIG_CAN_PM_TRACE=y
CONFIG_PM_TRACE=y
CONFIG_PM_TRACE_RTC=y
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_SLEEP=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATION_NVS=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
CONFIG_PM_RUNTIME=y
CONFIG_PM_OPS=y
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_PROCESSOR_AGGREGATOR=y
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_CUSTOM_DSDT_FILE=""
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_PCI_SLOT=y
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_SBS=y
# CONFIG_SFI 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=y
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y

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

#
# shared options
#
CONFIG_X86_SPEEDSTEP_LIB=y
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y

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

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
CONFIG_PCIE_ECRC=y
# CONFIG_PCIEAER_INJECT is not set
# CONFIG_PCIEASPM is not set
CONFIG_PCIE_PME=y
CONFIG_ARCH_SUPPORTS_MSI=y
# CONFIG_PCI_MSI is not set
# CONFIG_PCI_STUB is not set
# CONFIG_HT_IRQ is not set
# CONFIG_PCI_IOV is not set
CONFIG_PCI_IOAPIC=y
CONFIG_ISA_DMA_API=y
CONFIG_K8_NB=y
# CONFIG_PCCARD is not set
# CONFIG_HOTPLUG_PCI is not set

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

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=y
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_NET_KEY=y
# CONFIG_NET_KEY_MIGRATE 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=y
# CONFIG_INET_DIAG is not set
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IPV6 is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETFILTER is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_RDS 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_PHONET is not set
# CONFIG_IEEE802154 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=y
CONFIG_BT_L2CAP=y
CONFIG_BT_SCO=y
CONFIG_BT_RFCOMM=y
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=y
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=y

#
# Bluetooth device drivers
#
CONFIG_BT_HCIBTUSB=y
CONFIG_BT_HCIUART=y
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_LL=y
CONFIG_BT_HCIBCM203X=y
CONFIG_BT_HCIBPA10X=y
CONFIG_BT_HCIBFUSB=y
CONFIG_BT_HCIVHCI=y
CONFIG_BT_MRVL=y
# CONFIG_BT_ATH3K is not set
# CONFIG_AF_RXRPC is not set
CONFIG_WIRELESS=y
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_CFG80211=y
CONFIG_NL80211_TESTMODE=y
# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
CONFIG_CFG80211_REG_DEBUG=y
CONFIG_CFG80211_DEFAULT_PS=y
# CONFIG_CFG80211_INTERNAL_REGDB is not set
CONFIG_CFG80211_WEXT=y
CONFIG_WIRELESS_EXT_SYSFS=y
CONFIG_LIB80211=y
# CONFIG_LIB80211_DEBUG is not set
CONFIG_MAC80211=y
CONFIG_MAC80211_RC_MINSTREL=y
# CONFIG_MAC80211_RC_DEFAULT_PID is not set
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel"
CONFIG_MAC80211_MESH=y
CONFIG_MAC80211_LEDS=y
# CONFIG_MAC80211_DEBUG_MENU is not set
# CONFIG_WIMAX is not set
# CONFIG_RFKILL is not set
# CONFIG_NET_9P is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
# CONFIG_STANDALONE is not set
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
# 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 is not set

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

#
# DRBD disabled because PROC_FS, INET or CONNECTOR not selected
#
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=65536
# CONFIG_BLK_DEV_XIP is not set
CONFIG_CDROM_PKTCDVD=y
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_BLK_DEV_HD is not set
# CONFIG_MISC_DEVICES is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

#
# SCSI device support
#
CONFIG_SCSI_MOD=y
# 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=y
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set
CONFIG_SCSI_MULTI_LUN=y
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
CONFIG_SCSI_SCAN_ASYNC=y
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_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
# CONFIG_SCSI_LOWLEVEL is not set
# CONFIG_SCSI_DH is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
# CONFIG_ATA_VERBOSE_ERROR 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=y
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
CONFIG_PATA_ACPI=y
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATP867X is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
CONFIG_ATA_GENERIC=y
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_LEGACY is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_MARVELL is not set
CONFIG_PATA_MPIIX=y
CONFIG_PATA_OLDPIIX=y
# 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_PDC2027X is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RDC is not set
# CONFIG_PATA_RZ1000 is not set
# CONFIG_PATA_SC1200 is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_TOSHIBA is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
CONFIG_PATA_SCH=y
# CONFIG_MD is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#

#
# You can enable one or both FireWire driver stacks.
#

#
# The newer stack is recommended.
#
CONFIG_FIREWIRE=y
CONFIG_FIREWIRE_OHCI=y
CONFIG_FIREWIRE_OHCI_DEBUG=y
CONFIG_FIREWIRE_SBP2=y
CONFIG_FIREWIRE_NET=y
# CONFIG_IEEE1394 is not set
# CONFIG_I2O is not set
CONFIG_MACINTOSH_DRIVERS=y
CONFIG_MAC_EMUMOUSEBTN=y
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 is not set
# 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 is not set
# CONFIG_IP1000 is not set
# CONFIG_IGB is not set
# CONFIG_IGBVF 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=y
# CONFIG_VIA_VELOCITY is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set
# CONFIG_CNIC 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
# CONFIG_WLAN 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_IPHETH 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_VMXNET3 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
# CONFIG_INPUT_SPARSEKMAP is not set

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

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_QT2160 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_XTKBD 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=y
CONFIG_MOUSE_PS2_SENTELIC=y
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
CONFIG_MOUSE_APPLETOUCH=y
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_SERIO_ALTERA_PS2 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=y
# CONFIG_DEVKMEM is not set
CONFIG_SERIAL_NONSTANDARD=y
# CONFIG_COMPUTONE is not set
# CONFIG_ROCKETPORT is not set
# CONFIG_CYCLADES is not set
# CONFIG_DIGIEPCA is not set
# CONFIG_MOXA_INTELLIO is not set
# CONFIG_MOXA_SMARTIO is not set
# CONFIG_ISI is not set
# CONFIG_SYNCLINK is not set
# CONFIG_SYNCLINKMP is not set
# CONFIG_SYNCLINK_GT is not set
# CONFIG_N_HDLC is not set
# CONFIG_RISCOM8 is not set
# CONFIG_SPECIALIX is not set
# CONFIG_STALDRV 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=48
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
# CONFIG_SERIAL_8250_RSA is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_TIMBERDALE is not set
CONFIG_UNIX98_PTYS=y
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=0
# CONFIG_IPMI_HANDLER is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set
# CONFIG_GEN_RTC is not set
# 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=y
CONFIG_I2C_BOARDINFO=y
# CONFIG_I2C_COMPAT is not set
# CONFIG_I2C_CHARDEV is not set
# CONFIG_I2C_HELPER_AUTO is not set
# CONFIG_I2C_SMBUS is not set

#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=y
# CONFIG_I2C_ALGOPCF is not set
CONFIG_I2C_ALGOPCA=y

#
# I2C Hardware Bus support
#

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

#
# ACPI drivers
#
# CONFIG_I2C_SCMI is not set

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

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

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_STUB is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_SPI is not set

#
# PPS support
#
# CONFIG_PPS is not set
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_BATTERY_DS2760 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_BQ27x00 is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_HWMON is not set
CONFIG_THERMAL=y
# CONFIG_WATCHDOG is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set

#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
# CONFIG_MFD_88PM860X is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_MAX8925 is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM831X is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_AB3100_CORE is not set
# CONFIG_LPC_SCH is not set
# CONFIG_REGULATOR is not set
# CONFIG_MEDIA_SUPPORT is not set

#
# Graphics support
#
CONFIG_AGP=y
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=y
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_VIA is not set
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=1
# CONFIG_VGA_SWITCHEROO is not set
CONFIG_DRM=y
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_TTM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
# CONFIG_DRM_I915 is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
# CONFIG_VGASTATE is not set
CONFIG_VIDEO_OUTPUT_CONTROL=y
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
# CONFIG_FB_DDC is not set
# CONFIG_FB_BOOT_VESA_SUPPORT is not set
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=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_VESA is not set
# CONFIG_FB_EFI is not set
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_VIA is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_BROADSHEET is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=y
# CONFIG_LCD_ILI9320 is not set
CONFIG_LCD_PLATFORM=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# 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=y

#
# Display hardware drivers
#

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_7x14 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
# CONFIG_FONT_MINI_4x6 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set
# CONFIG_FONT_10x18 is not set
# CONFIG_LOGO is not set
CONFIG_SOUND=y
CONFIG_SOUND_OSS_CORE=y
CONFIG_SOUND_OSS_CORE_PRECLAIM=y
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_JACK=y
CONFIG_SND_SEQUENCER=y
CONFIG_SND_SEQ_DUMMY=y
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_HRTIMER=y
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
CONFIG_SND_DYNAMIC_MINORS=y
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_DMA_SGBUF=y
# CONFIG_SND_RAWMIDI_SEQ is not set
# CONFIG_SND_OPL3_LIB_SEQ is not set
# CONFIG_SND_OPL4_LIB_SEQ is not set
# CONFIG_SND_SBAWE_SEQ is not set
# CONFIG_SND_EMU10K1_SEQ is not set
# CONFIG_SND_DRIVERS 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_CS5535AUDIO is not set
# CONFIG_SND_CTXFI is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
# CONFIG_SND_INDIGOIOX is not set
# CONFIG_SND_INDIGODJX is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
CONFIG_SND_HDA_INTEL=y
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_RECONFIG=y
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_INPUT_BEEP_MODE=1
CONFIG_SND_HDA_INPUT_JACK=y
CONFIG_SND_HDA_PATCH_LOADER=y
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
# CONFIG_SND_HDA_CODEC_VIA is not set
# CONFIG_SND_HDA_CODEC_ATIHDMI is not set
# CONFIG_SND_HDA_CODEC_NVHDMI is not set
CONFIG_SND_HDA_CODEC_INTELHDMI=y
CONFIG_SND_HDA_ELD=y
# CONFIG_SND_HDA_CODEC_CIRRUS is not set
# CONFIG_SND_HDA_CODEC_CONEXANT is not set
# CONFIG_SND_HDA_CODEC_CA0110 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=60
# 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_LX6464ES 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 is not set
# CONFIG_SND_SOC is not set
# CONFIG_SOUND_PRIME is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
CONFIG_HIDRAW=y

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

#
# Special HID drivers
#
# CONFIG_HID_3M_PCT is not set
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_DRAGONRISE=y
# CONFIG_DRAGONRISE_FF is not set
CONFIG_HID_EZKEY=y
CONFIG_HID_KYE=y
CONFIG_HID_GYRATION=y
CONFIG_HID_TWINHAN=y
CONFIG_HID_KENSINGTON=y
CONFIG_HID_LOGITECH=y
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
# CONFIG_LOGIG940_FF is not set
# CONFIG_HID_MAGICMOUSE is not set
CONFIG_HID_MICROSOFT=y
# CONFIG_HID_MOSART is not set
CONFIG_HID_MONTEREY=y
# CONFIG_HID_NTRIG is not set
CONFIG_HID_ORTEK=y
CONFIG_HID_PANTHERLORD=y
# CONFIG_PANTHERLORD_FF is not set
CONFIG_HID_PETALYNX=y
# CONFIG_HID_QUANTA is not set
CONFIG_HID_SAMSUNG=y
CONFIG_HID_SONY=y
# CONFIG_HID_STANTUM is not set
CONFIG_HID_SUNPLUS=y
CONFIG_HID_GREENASIA=y
# CONFIG_GREENASIA_FF is not set
CONFIG_HID_SMARTJOYPLUS=y
# CONFIG_SMARTJOYPLUS_FF is not set
CONFIG_HID_TOPSEED=y
CONFIG_HID_THRUSTMASTER=y
# CONFIG_THRUSTMASTER_FF is not set
# CONFIG_HID_WACOM is not set
CONFIG_HID_ZEROPLUS=y
# CONFIG_ZEROPLUS_FF is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set

#
# Miscellaneous USB options
#
# CONFIG_USB_DEVICEFS is not set
# CONFIG_USB_DEVICE_CLASS is not set
# 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_XHCI_HCD is not set
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
# CONFIG_USB_ISP1362_HCD is not set
CONFIG_USB_OHCI_HCD=y
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_WHCI_HCD is not set
# CONFIG_USB_HWA_HCD is not set

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

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

#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_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_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM 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_GADGET is not set

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

#
# LED drivers
#
# CONFIG_LEDS_ALIX2 is not set
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_CLEVO_MAIL is not set
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_INTEL_SS4200 is not set
CONFIG_LEDS_TRIGGERS=y

#
# LED Triggers
#
# CONFIG_LEDS_TRIGGER_TIMER 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

#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
# CONFIG_EDAC is not set
# CONFIG_RTC_CLASS is not set
CONFIG_DMADEVICES=y
# CONFIG_DMADEVICES_DEBUG is not set

#
# DMA Devices
#
CONFIG_ASYNC_TX_DISABLE_CHANNEL_SWITCH=y
CONFIG_INTEL_IOATDMA=y
CONFIG_DMA_ENGINE=y

#
# DMA Clients
#
CONFIG_NET_DMA=y
# CONFIG_ASYNC_TX_DMA is not set
# CONFIG_DMATEST is not set
CONFIG_DCA=y
# CONFIG_AUXDISPLAY is not set
# CONFIG_UIO is not set

#
# TI VLYNQ
#
CONFIG_STAGING=y
# CONFIG_STAGING_EXCLUDE_BUILD is not set
# CONFIG_ET131X is not set
# CONFIG_SLICOSS is not set
# CONFIG_USB_IP_COMMON is not set
# CONFIG_ECHO is not set
# CONFIG_COMEDI is not set
# CONFIG_ASUS_OLED is not set
# CONFIG_TRANZPORT is not set

#
# Qualcomm MSM Camera And Video
#

#
# Camera Sensor Selection
#
# CONFIG_INPUT_GPIO is not set
# CONFIG_POHMELFS is not set
# CONFIG_IDE_PHISON is not set
# CONFIG_LINE6_USB is not set
# CONFIG_DRM_VMWGFX is not set
CONFIG_DRM_NOUVEAU=y
CONFIG_DRM_NOUVEAU_BACKLIGHT=y

#
# I2C encoder or helper chips
#
# CONFIG_DRM_I2C_CH7006 is not set
# CONFIG_FB_UDL is not set
# CONFIG_HYPERV is not set
# CONFIG_VME_BUS is not set

#
# RAR Register Driver
#
# CONFIG_RAR_REGISTER is not set
# CONFIG_IIO is not set
# CONFIG_RAMZSWAP is not set
# CONFIG_BATMAN_ADV is not set
# CONFIG_STRIP is not set
# CONFIG_FB_SM7XX is not set
# CONFIG_DT3155 is not set
# CONFIG_CRYSTALHD is not set
# CONFIG_X86_PLATFORM_DEVICES is not set

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

#
# File systems
#
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT23=y
CONFIG_EXT4_FS_XATTR=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set
# CONFIG_NILFS2_FS is not set
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=y
CONFIG_FUSE_FS=y
CONFIG_CUSE=y
CONFIG_GENERIC_ACL=y

#
# Caches
#
# CONFIG_FSCACHE is not set

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

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_NTFS_FS 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=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=y
# CONFIG_MISC_FILESYSTEMS is not set
CONFIG_NETWORK_FILESYSTEMS=y
# CONFIG_NFS_FS is not set
# CONFIG_NFSD is not set
# CONFIG_SMB_FS is not set
# CONFIG_CEPH_FS is not set
CONFIG_CIFS=y
# CONFIG_CIFS_STATS is not set
CONFIG_CIFS_WEAK_PW_HASH=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_DEBUG2 is not set
CONFIG_CIFS_EXPERIMENTAL=y
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="cp437"
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_CODEPAGE_737=y
# 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=y
# 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=y
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
CONFIG_NLS_ISO8859_7=y
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=y
# CONFIG_DLM is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
# CONFIG_PRINTK_TIME is not set
# CONFIG_ENABLE_WARN_DEPRECATED is not set
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_FRAME_WARN=1024
# CONFIG_MAGIC_SYSRQ is not set
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_UNUSED_SYMBOLS is not set
# CONFIG_DEBUG_FS is not set
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_KERNEL is not set
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_ARCH_WANT_FRAME_POINTERS=y
# CONFIG_FRAME_POINTER is not set
# CONFIG_RCU_CPU_STALL_DETECTOR is not set
# CONFIG_LATENCYTOP is not set
# CONFIG_SYSCTL_SYSCALL_CHECK is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_FIREWIRE_OHCI_REMOTE_DMA is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
CONFIG_HAVE_ARCH_KMEMCHECK=y
# CONFIG_STRICT_DEVMEM is not set
# CONFIG_X86_VERBOSE_BOOTUP is not set
CONFIG_EARLY_PRINTK=y
# CONFIG_EARLY_PRINTK_DBGP is not set
# CONFIG_IOMMU_STRESS 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 is not set
CONFIG_IO_DELAY_0XED=y
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=1
# CONFIG_OPTIMIZE_INLINING is not set

#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITYFS is not set
# CONFIG_DEFAULT_SECURITY_SELINUX is not set
# CONFIG_DEFAULT_SECURITY_SMACK is not set
# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_ASYNC_TX_DISABLE_PQ_VAL_DMA=y
CONFIG_ASYNC_TX_DISABLE_XOR_VAL_DMA=y
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_PCOMP=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_GF128MUL is not set
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_PCRYPT is not set
CONFIG_CRYPTO_WORKQUEUE=y
# 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=y
# 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
# CONFIG_CRYPTO_VMAC is not set

#
# Digest
#
# CONFIG_CRYPTO_CRC32C is not set
# CONFIG_CRYPTO_CRC32C_INTEL is not set
# CONFIG_CRYPTO_GHASH is not set
# CONFIG_CRYPTO_MD4 is not set
# CONFIG_CRYPTO_MD5 is not set
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# 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
# CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL is not set

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_AES_X86_64 is not set
# CONFIG_CRYPTO_AES_NI_INTEL is not set
# 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 is not set
# 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_ZLIB is not set
# CONFIG_CRYPTO_LZO is not set

#
# Random Number Generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
# CONFIG_CRYPTO_HW is not set
CONFIG_HAVE_KVM=y
# CONFIG_VIRTUALIZATION is not set
# CONFIG_BINARY_PRINTF 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=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
# CONFIG_LIBCRC32C is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_LZO=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_NLATTR=y
[unhandled content-type:image/png]
\
 
 \ /
  Last update: 2010-05-24 23:35    [W:2.449 / U:0.436 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site