All of lore.kernel.org
 help / color / mirror / Atom feed
* sdhci-pci fails on 3.0.0-rc1 on Dell E6510
@ 2011-06-05 18:26 Oliver Hartkopp
  2011-06-06  6:13 ` S, Venkatraman
  0 siblings, 1 reply; 17+ messages in thread
From: Oliver Hartkopp @ 2011-06-05 18:26 UTC (permalink / raw)
  To: linux-mmc

Hi all,

in 3.0.0-rc1 (and if i remember correctly earlier in the merge window before
the tag too) my built-in SD/MMC slot does not work as it did with 2.6.39.

Any ideas/patches? Does it help to enable mmc-debugging?

Regards,
Oliver


Linux version 2.6.39

Jun  5 13:40:28 mybox kernel: [    6.209758] sdhci: Secure Digital Host Controller Interface driver
Jun  5 13:40:28 mybox kernel: [    6.209761] sdhci: Copyright(c) Pierre Ossman
(..)
Jun  5 13:40:28 mybox kernel: [    6.366993] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
Jun  5 13:40:28 mybox kernel: [    6.367017] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Jun  5 13:40:28 mybox kernel: [    6.367847] mmc0: SDHCI controller on PCI [0000:03:00.1] using DMA


Linux version 3.0.0-rc1-00180-g0792644 (the very latest from Linus' linux-2.6 git tree) 

Jun  5 13:58:16 mybox kernel: [    6.119533] sdhci: Secure Digital Host Controller Interface driver
Jun  5 13:58:16 mybox kernel: [    6.121400] sdhci: Copyright(c) Pierre Ossman
(..)
Jun  5 13:58:16 mybox kernel: [    6.242510] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
Jun  5 13:58:16 mybox kernel: [    6.244168] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
Jun  5 13:58:16 mybox kernel: [    6.247609] sdhci-pci 0000:03:00.1: PCI INT B disabled

dmesg is a bit more detailed:
[    6.242510] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
[    6.244168] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    6.245788] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
[    6.247609] sdhci-pci 0000:03:00.1: PCI INT B disabled

lspci says:

03:00.0 CardBus bridge: Ricoh Co Ltd Device e476 (rev 02)
03:00.1 SD Host controller: Ricoh Co Ltd MMC/SD Host Controller (rev 03)
03:00.4 FireWire (IEEE 1394): Ricoh Co Ltd FireWire Host Controller (rev 03)

Used config:

#
# MMC/SD/SDIO Host Controller Drivers
#
CONFIG_MMC_SDHCI=m
CONFIG_MMC_SDHCI_PCI=m
# CONFIG_MMC_RICOH_MMC is not set <<-- was set in the 2.6.39 mmc config (see below)
# CONFIG_MMC_SDHCI_PLTFM is not set
# CONFIG_MMC_WBSD is not set
# CONFIG_MMC_TIFM_SD is not set
# CONFIG_MMC_SDRICOH_CS is not set
# CONFIG_MMC_CB710 is not set
# CONFIG_MMC_VIA_SDMMC is not set
# CONFIG_MMC_VUB300 is not set <<-- the only difference to 2.6.39 mmc config
# CONFIG_MMC_USHC is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y

Enabling/disabling CONFIG_MMC_RICOH_MMC does not have any effect.


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

* Re: sdhci-pci fails on 3.0.0-rc1 on Dell E6510
  2011-06-05 18:26 sdhci-pci fails on 3.0.0-rc1 on Dell E6510 Oliver Hartkopp
@ 2011-06-06  6:13 ` S, Venkatraman
  2011-06-06 16:52   ` Oliver Hartkopp
  0 siblings, 1 reply; 17+ messages in thread
From: S, Venkatraman @ 2011-06-06  6:13 UTC (permalink / raw)
  To: Oliver Hartkopp; +Cc: linux-mmc

As a E6410 user on Ubuntu, I came across this
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/605043

But looking at your logs, ADMA is not enabled on your system, so it
might not be applicable.

Best regards,
Venkat.

On Sun, Jun 5, 2011 at 11:56 PM, Oliver Hartkopp <socketcan@hartkopp.net> wrote:
> Hi all,
>
> in 3.0.0-rc1 (and if i remember correctly earlier in the merge window before
> the tag too) my built-in SD/MMC slot does not work as it did with 2.6.39.
>
> Any ideas/patches? Does it help to enable mmc-debugging?
>
> Regards,
> Oliver
>
>
> Linux version 2.6.39
>
> Jun  5 13:40:28 mybox kernel: [    6.209758] sdhci: Secure Digital Host Controller Interface driver
> Jun  5 13:40:28 mybox kernel: [    6.209761] sdhci: Copyright(c) Pierre Ossman
> (..)
> Jun  5 13:40:28 mybox kernel: [    6.366993] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
> Jun  5 13:40:28 mybox kernel: [    6.367017] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> Jun  5 13:40:28 mybox kernel: [    6.367847] mmc0: SDHCI controller on PCI [0000:03:00.1] using DMA
>
>
> Linux version 3.0.0-rc1-00180-g0792644 (the very latest from Linus' linux-2.6 git tree)
>
> Jun  5 13:58:16 mybox kernel: [    6.119533] sdhci: Secure Digital Host Controller Interface driver
> Jun  5 13:58:16 mybox kernel: [    6.121400] sdhci: Copyright(c) Pierre Ossman
> (..)
> Jun  5 13:58:16 mybox kernel: [    6.242510] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
> Jun  5 13:58:16 mybox kernel: [    6.244168] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> Jun  5 13:58:16 mybox kernel: [    6.247609] sdhci-pci 0000:03:00.1: PCI INT B disabled
>
> dmesg is a bit more detailed:
> [    6.242510] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
> [    6.244168] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> [    6.245788] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
> [    6.247609] sdhci-pci 0000:03:00.1: PCI INT B disabled
>
> lspci says:
>
> 03:00.0 CardBus bridge: Ricoh Co Ltd Device e476 (rev 02)
> 03:00.1 SD Host controller: Ricoh Co Ltd MMC/SD Host Controller (rev 03)
> 03:00.4 FireWire (IEEE 1394): Ricoh Co Ltd FireWire Host Controller (rev 03)
>
> Used config:
>
> #
> # MMC/SD/SDIO Host Controller Drivers
> #
> CONFIG_MMC_SDHCI=m
> CONFIG_MMC_SDHCI_PCI=m
> # CONFIG_MMC_RICOH_MMC is not set <<-- was set in the 2.6.39 mmc config (see below)
> # CONFIG_MMC_SDHCI_PLTFM is not set
> # CONFIG_MMC_WBSD is not set
> # CONFIG_MMC_TIFM_SD is not set
> # CONFIG_MMC_SDRICOH_CS is not set
> # CONFIG_MMC_CB710 is not set
> # CONFIG_MMC_VIA_SDMMC is not set
> # CONFIG_MMC_VUB300 is not set <<-- the only difference to 2.6.39 mmc config
> # CONFIG_MMC_USHC is not set
> # CONFIG_MEMSTICK is not set
> CONFIG_NEW_LEDS=y
> CONFIG_LEDS_CLASS=y
>
> Enabling/disabling CONFIG_MMC_RICOH_MMC does not have any effect.
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

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

* Re: sdhci-pci fails on 3.0.0-rc1 on Dell E6510
  2011-06-06  6:13 ` S, Venkatraman
@ 2011-06-06 16:52   ` Oliver Hartkopp
  2011-06-06 19:56     ` Chris Ball
  0 siblings, 1 reply; 17+ messages in thread
From: Oliver Hartkopp @ 2011-06-06 16:52 UTC (permalink / raw)
  To: S, Venkatraman; +Cc: linux-mmc

On 06.06.2011 08:13, S, Venkatraman wrote:
> As a E6410 user on Ubuntu, I came across this
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/605043
> 
> But looking at your logs, ADMA is not enabled on your system, so it
> might not be applicable.

No, this is probably not the problem. If so i would have had no success with the 2.6.39 ...

I upgraded to 3.0.0-rc2 and dmsg gives no new insights:

[    6.128616] wmi: Mapper loaded
[    6.131240] sdhci: Secure Digital Host Controller Interface driver
[    6.131388] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
(..)
[    6.136535] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf6970000
[    6.149829] sdhci: Copyright(c) Pierre Ossman
[    6.151030] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
(..)
[    6.176512] hub 2-0:1.0: 3 ports detected
[    6.213037] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
[    6.216810] sdhci-pci 0000:03:00.1: found 1 slot(s)
[    6.216832] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    6.220432] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
[    6.222342] sdhci-pci 0000:03:00.1: PCI INT B disabled
[    6.238102] cfg80211: Calling CRDA to update world regulatory domain

I just enabled debugging and the Ricoh tweak again:

$ diff config-3.0.0-rc1-00180-g0792644 config-3.0.0-rc2
3c3
< # Linux/i386 3.0.0-rc1 Kernel Configuration
---
> # Linux/i386 3.0.0-rc2 Kernel Configuration
2160c2160
< # CONFIG_MMC_DEBUG is not set
---
> CONFIG_MMC_DEBUG=y
2178c2178
< # CONFIG_MMC_RICOH_MMC is not set
---
> CONFIG_MMC_RICOH_MMC=y

Regards,
Oliver


> On Sun, Jun 5, 2011 at 11:56 PM, Oliver Hartkopp <socketcan@hartkopp.net> wrote:
>> Hi all,
>>
>> in 3.0.0-rc1 (and if i remember correctly earlier in the merge window before
>> the tag too) my built-in SD/MMC slot does not work as it did with 2.6.39.
>>
>> Any ideas/patches? Does it help to enable mmc-debugging?
>>
>> Regards,
>> Oliver
>>
>>
>> Linux version 2.6.39
>>
>> Jun  5 13:40:28 mybox kernel: [    6.209758] sdhci: Secure Digital Host Controller Interface driver
>> Jun  5 13:40:28 mybox kernel: [    6.209761] sdhci: Copyright(c) Pierre Ossman
>> (..)
>> Jun  5 13:40:28 mybox kernel: [    6.366993] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>> Jun  5 13:40:28 mybox kernel: [    6.367017] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>> Jun  5 13:40:28 mybox kernel: [    6.367847] mmc0: SDHCI controller on PCI [0000:03:00.1] using DMA
>>
>>
>> Linux version 3.0.0-rc1-00180-g0792644 (the very latest from Linus' linux-2.6 git tree)
>>
>> Jun  5 13:58:16 mybox kernel: [    6.119533] sdhci: Secure Digital Host Controller Interface driver
>> Jun  5 13:58:16 mybox kernel: [    6.121400] sdhci: Copyright(c) Pierre Ossman
>> (..)
>> Jun  5 13:58:16 mybox kernel: [    6.242510] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>> Jun  5 13:58:16 mybox kernel: [    6.244168] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>> Jun  5 13:58:16 mybox kernel: [    6.247609] sdhci-pci 0000:03:00.1: PCI INT B disabled
>>
>> dmesg is a bit more detailed:
>> [    6.242510] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>> [    6.244168] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>> [    6.245788] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
>> [    6.247609] sdhci-pci 0000:03:00.1: PCI INT B disabled
>>
>> lspci says:
>>
>> 03:00.0 CardBus bridge: Ricoh Co Ltd Device e476 (rev 02)
>> 03:00.1 SD Host controller: Ricoh Co Ltd MMC/SD Host Controller (rev 03)
>> 03:00.4 FireWire (IEEE 1394): Ricoh Co Ltd FireWire Host Controller (rev 03)
>>
>> Used config:
>>
>> #
>> # MMC/SD/SDIO Host Controller Drivers
>> #
>> CONFIG_MMC_SDHCI=m
>> CONFIG_MMC_SDHCI_PCI=m
>> # CONFIG_MMC_RICOH_MMC is not set <<-- was set in the 2.6.39 mmc config (see below)
>> # CONFIG_MMC_SDHCI_PLTFM is not set
>> # CONFIG_MMC_WBSD is not set
>> # CONFIG_MMC_TIFM_SD is not set
>> # CONFIG_MMC_SDRICOH_CS is not set
>> # CONFIG_MMC_CB710 is not set
>> # CONFIG_MMC_VIA_SDMMC is not set
>> # CONFIG_MMC_VUB300 is not set <<-- the only difference to 2.6.39 mmc config
>> # CONFIG_MMC_USHC is not set
>> # CONFIG_MEMSTICK is not set
>> CONFIG_NEW_LEDS=y
>> CONFIG_LEDS_CLASS=y
>>
>> Enabling/disabling CONFIG_MMC_RICOH_MMC does not have any effect.
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>


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

* Re: sdhci-pci fails on 3.0.0-rc1 on Dell E6510
  2011-06-06 16:52   ` Oliver Hartkopp
@ 2011-06-06 19:56     ` Chris Ball
  2011-06-07 18:36         ` Oliver Hartkopp
  0 siblings, 1 reply; 17+ messages in thread
From: Chris Ball @ 2011-06-06 19:56 UTC (permalink / raw)
  To: Oliver Hartkopp; +Cc: S, Venkatraman, linux-mmc

Hi Oliver,

On Mon, Jun 06 2011, Oliver Hartkopp wrote:
>>> dmesg is a bit more detailed:
>>> [    6.242510] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>>> [    6.244168] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>>> [    6.245788] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
>>> [    6.247609] sdhci-pci 0000:03:00.1: PCI INT B disabled

If you get a chance to do some bisecting, that would be extremely
helpful -- even just building 3.0 from *before* the MMC tree was
merged would help a lot, since if the problem still happens before
the MMC merge we might be looking at some kind of generic PCI bug.

Thanks!

- Chris.
-- 
Chris Ball   <cjb@laptop.org>   <http://printf.net/>
One Laptop Per Child

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

* Re: sdhci-pci fails on 3.0.0-rc1 on Dell E6510
  2011-06-06 19:56     ` Chris Ball
@ 2011-06-07 18:36         ` Oliver Hartkopp
  0 siblings, 0 replies; 17+ messages in thread
From: Oliver Hartkopp @ 2011-06-07 18:36 UTC (permalink / raw)
  To: Chris Ball; +Cc: S, Venkatraman, linux-mmc, linux-kernel

On 06.06.2011 21:56, Chris Ball wrote:
> Hi Oliver,
> 
> On Mon, Jun 06 2011, Oliver Hartkopp wrote:
>>>> dmesg is a bit more detailed:
>>>> [    6.242510] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>>>> [    6.244168] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>>>> [    6.245788] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
>>>> [    6.247609] sdhci-pci 0000:03:00.1: PCI INT B disabled
> 
> If you get a chance to do some bisecting, that would be extremely
> helpful -- even just building 3.0 from *before* the MMC tree was
> merged would help a lot, since if the problem still happens before
> the MMC merge we might be looking at some kind of generic PCI bug.
> 


Hi Chris,

i just reverted this pull of your merge window patches in my 3.0.0-rc2 tree:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=8c1c77ff9be27137fa7cbbf51efedef1a2ae915b;hp=f3ae1c75203535f65448517e46c8dd70a56b6c71

And you were right: The problem still exists. So it might be from the PCI subsystem :-(

[    6.167106] sdhci: Secure Digital Host Controller Interface driver
[    6.167108] sdhci: Copyright(c) Pierre Ossman
[    6.194731] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    6.195140] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf6970000
[    6.196423] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
[    6.196429] sdhci-pci 0000:03:00.1: found 1 slot(s)
[    6.196447] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    6.196451] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
[    6.196459] sdhci-pci 0000:03:00.1: PCI INT B disabled

Well then, i'll reset my tree and look for differences in the PCI boot messages.

Thanks,
Oliver

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

* Re: sdhci-pci fails on 3.0.0-rc1 on Dell E6510
@ 2011-06-07 18:36         ` Oliver Hartkopp
  0 siblings, 0 replies; 17+ messages in thread
From: Oliver Hartkopp @ 2011-06-07 18:36 UTC (permalink / raw)
  To: Chris Ball; +Cc: S, Venkatraman, linux-mmc, linux-kernel

On 06.06.2011 21:56, Chris Ball wrote:
> Hi Oliver,
> 
> On Mon, Jun 06 2011, Oliver Hartkopp wrote:
>>>> dmesg is a bit more detailed:
>>>> [    6.242510] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>>>> [    6.244168] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>>>> [    6.245788] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
>>>> [    6.247609] sdhci-pci 0000:03:00.1: PCI INT B disabled
> 
> If you get a chance to do some bisecting, that would be extremely
> helpful -- even just building 3.0 from *before* the MMC tree was
> merged would help a lot, since if the problem still happens before
> the MMC merge we might be looking at some kind of generic PCI bug.
> 


Hi Chris,

i just reverted this pull of your merge window patches in my 3.0.0-rc2 tree:

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=8c1c77ff9be27137fa7cbbf51efedef1a2ae915b;hp=f3ae1c75203535f65448517e46c8dd70a56b6c71

And you were right: The problem still exists. So it might be from the PCI subsystem :-(

[    6.167106] sdhci: Secure Digital Host Controller Interface driver
[    6.167108] sdhci: Copyright(c) Pierre Ossman
[    6.194731] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    6.195140] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf6970000
[    6.196423] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
[    6.196429] sdhci-pci 0000:03:00.1: found 1 slot(s)
[    6.196447] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    6.196451] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
[    6.196459] sdhci-pci 0000:03:00.1: PCI INT B disabled

Well then, i'll reset my tree and look for differences in the PCI boot messages.

Thanks,
Oliver

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

* Re: sdhci-pci fails on 3.0.0-rc1 on Dell E6510
  2011-06-07 18:36         ` Oliver Hartkopp
@ 2011-06-07 20:06           ` Oliver Hartkopp
  -1 siblings, 0 replies; 17+ messages in thread
From: Oliver Hartkopp @ 2011-06-07 20:06 UTC (permalink / raw)
  To: Yinghai Lu, Jesse Barnes
  Cc: Chris Ball, S, Venkatraman, linux-mmc, linux-kernel

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

On 07.06.2011 20:36, Oliver Hartkopp wrote:
Hi all,

the commit "PCI: update bridge resources to get more big ranges when allocating space (again)"

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=da7822e5ad71ec9b745b412639f1e5e0ba795a20

kills my SD-Card and the PCMCIA slot on a Dell E6510 with the latest 3.0.0-rc2 ...

When i revert the commit both the MMC/SD stuff and the PCMCIA re-appears.

Any idea?

See my attached boot.diff / kernel config 

Regards,
Oliver




> On 06.06.2011 21:56, Chris Ball wrote:
>> Hi Oliver,
>>
>> On Mon, Jun 06 2011, Oliver Hartkopp wrote:
>>>>> dmesg is a bit more detailed:
>>>>> [    6.242510] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>>>>> [    6.244168] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>>>>> [    6.245788] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
>>>>> [    6.247609] sdhci-pci 0000:03:00.1: PCI INT B disabled
>>
>> If you get a chance to do some bisecting, that would be extremely
>> helpful -- even just building 3.0 from *before* the MMC tree was
>> merged would help a lot, since if the problem still happens before
>> the MMC merge we might be looking at some kind of generic PCI bug.
>>
> 
> 
> Hi Chris,
> 
> i just reverted this pull of your merge window patches in my 3.0.0-rc2 tree:
> 
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=8c1c77ff9be27137fa7cbbf51efedef1a2ae915b;hp=f3ae1c75203535f65448517e46c8dd70a56b6c71
> 
> And you were right: The problem still exists. So it might be from the PCI subsystem :-(
> 
> [    6.167106] sdhci: Secure Digital Host Controller Interface driver
> [    6.167108] sdhci: Copyright(c) Pierre Ossman
> [    6.194731] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
> [    6.195140] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf6970000
> [    6.196423] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
> [    6.196429] sdhci-pci 0000:03:00.1: found 1 slot(s)
> [    6.196447] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> [    6.196451] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
> [    6.196459] sdhci-pci 0000:03:00.1: PCI INT B disabled
> 
> Well then, i'll reset my tree and look for differences in the PCI boot messages.
> 
> Thanks,
> Oliver


[-- Attachment #2: boot.diff --]
[-- Type: text/x-patch, Size: 12175 bytes --]

--- mmc-2.6.39.x	2011-06-07 20:55:42.340000835 +0200
+++ mmc-3.0.0-rc2-dirty.x	2011-06-07 20:55:24.264000601 +0200
@@ -1,6 +1,6 @@
 Initializing cgroup subsys cpuset
 Initializing cgroup subsys cpu
-Linux version 2.6.39 (hartko@vwagwolkf484) (gcc version 4.6.1 20110507 (prerelease) (Debian 4.6.0-7) ) #32 SMP Fri May 20 19:20:15 CEST 2011
+Linux version 3.0.0-rc2-dirty (hartko@vwagwolkf484) (gcc version 4.6.1 20110526 (prerelease) (Debian 4.6.0-10) ) #46 SMP Tue Jun 7 20:06:39 CEST 2011
 BIOS-provided physical RAM map:
  BIOS-e820: 0000000000000000 - 0000000000093c00 (usable)
  BIOS-e820: 0000000000093c00 - 00000000000a0000 (reserved)
@@ -497,6 +514,7 @@
 pnp: PnP ACPI: found 14 devices
 ACPI: ACPI bus type pnp unregistered
 PnPBIOS: Disabled by ACPI PNP
+PCI: max bus depth: 2 pci_try_num: 3
 pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x4000000)
 pci 0000:00:1c.3: BAR 15: assigned [mem 0xf6a00000-0xf6bfffff 64bit pref]
 pci 0000:00:1c.1: BAR 15: assigned [mem 0xf6c00000-0xf6dfffff 64bit pref]
@@ -528,6 +546,70 @@
 pci 0000:00:1e.0:   bridge window [io  disabled]
 pci 0000:00:1e.0:   bridge window [mem disabled]
 pci 0000:00:1e.0:   bridge window [mem pref disabled]
+PCI: No. 2 try to assign unassigned res
+pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x4000000)
+pci 0000:00:1c.0: PCI bridge to [bus 01-01]
+pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
+pci 0000:00:1c.0:   bridge window [mem 0xf5500000-0xf68fffff]
+pci 0000:00:1c.0:   bridge window [mem 0xf6e00000-0xf6ffffff 64bit pref]
+pci 0000:00:1c.1: PCI bridge to [bus 02-02]
+pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
+pci 0000:00:1c.1:   bridge window [mem 0xf4100000-0xf54fffff]
+pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6dfffff 64bit pref]
+pci 0000:03:00.0: BAR 15: can't assign mem pref (size 0x4000000)
+pci 0000:03:00.0: BAR 16: can't assign mem (size 0x4000000)
+pci 0000:03:00.0: CardBus bridge to [bus 04-07]
+pci 0000:03:00.0:   bridge window [io  0x0000-0x00ff]
+pci 0000:03:00.0:   bridge window [io  0x0000-0x00ff]
+pci 0000:00:1c.2: PCI bridge to [bus 03-04]
+pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
+pci 0000:00:1c.2:   bridge window [mem 0xf0400000-0xf2cfffff]
+pci 0000:00:1c.2:   bridge window [mem pref disabled]
+pci 0000:00:1c.3: PCI bridge to [bus 05-0a]
+pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
+pci 0000:00:1c.3:   bridge window [mem 0xf2d00000-0xf40fffff]
+pci 0000:00:1c.3:   bridge window [mem 0xf6a00000-0xf6bfffff 64bit pref]
+pci 0000:00:1e.0: PCI bridge to [bus 0b-0b]
+pci 0000:00:1e.0:   bridge window [io  disabled]
+pci 0000:00:1e.0:   bridge window [mem disabled]
+pci 0000:00:1e.0:   bridge window [mem pref disabled]
+PCI: No. 3 try to assign unassigned res
+release child resource [mem 0xf2c00000-0xf2c007ff]
+release child resource [mem 0xf2c30000-0xf2c300ff]
+release child resource [mem 0xf2c40000-0xf2c40fff]
+pci 0000:00:1c.2: resource 14 [mem 0xf0400000-0xf2cfffff] released
+pci 0000:00:1c.2: PCI bridge to [bus 03-04]
+pci 0000:00:1c.2:   bridge window [mem disabled]
+pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x4000000)
+pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x6000000)
+pci 0000:00:1c.0: PCI bridge to [bus 01-01]
+pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
+pci 0000:00:1c.0:   bridge window [mem 0xf5500000-0xf68fffff]
+pci 0000:00:1c.0:   bridge window [mem 0xf6e00000-0xf6ffffff 64bit pref]
+pci 0000:00:1c.1: PCI bridge to [bus 02-02]
+pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
+pci 0000:00:1c.1:   bridge window [mem 0xf4100000-0xf54fffff]
+pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6dfffff 64bit pref]
+pci 0000:03:00.0: BAR 15: can't assign mem pref (size 0x4000000)
+pci 0000:03:00.0: BAR 16: can't assign mem (size 0x4000000)
+pci 0000:03:00.0: BAR 0: can't assign mem (size 0x1000)
+pci 0000:03:00.4: BAR 0: can't assign mem (size 0x800)
+pci 0000:03:00.1: BAR 0: can't assign mem (size 0x100)
+pci 0000:03:00.0: CardBus bridge to [bus 04-07]
+pci 0000:03:00.0:   bridge window [io  0x0000-0x00ff]
+pci 0000:03:00.0:   bridge window [io  0x0000-0x00ff]
+pci 0000:00:1c.2: PCI bridge to [bus 03-04]
+pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
+pci 0000:00:1c.2:   bridge window [mem disabled]
+pci 0000:00:1c.2:   bridge window [mem pref disabled]
+pci 0000:00:1c.3: PCI bridge to [bus 05-0a]
+pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
+pci 0000:00:1c.3:   bridge window [mem 0xf2d00000-0xf40fffff]
+pci 0000:00:1c.3:   bridge window [mem 0xf6a00000-0xf6bfffff 64bit pref]
+pci 0000:00:1e.0: PCI bridge to [bus 0b-0b]
+pci 0000:00:1e.0:   bridge window [io  disabled]
+pci 0000:00:1e.0:   bridge window [mem disabled]
+pci 0000:00:1e.0:   bridge window [mem pref disabled]
 pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
 pci 0000:00:1c.0: setting latency timer to 64
 pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
@@ -550,9 +632,8 @@
 pci_bus 0000:02: resource 1 [mem 0xf4100000-0xf54fffff]
 pci_bus 0000:02: resource 2 [mem 0xf6c00000-0xf6dfffff 64bit pref]
 pci_bus 0000:03: resource 0 [io  0x2000-0x3fff]
-pci_bus 0000:03: resource 1 [mem 0xf0400000-0xf2cfffff]
-pci_bus 0000:04: resource 0 [io  0x2000-0x20ff]
-pci_bus 0000:04: resource 1 [io  0x2400-0x24ff]
+pci_bus 0000:04: resource 0 [io  0x0000-0x00ff]
+pci_bus 0000:04: resource 1 [io  0x0000-0x00ff]
 pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
 pci_bus 0000:05: resource 1 [mem 0xf2d00000-0xf40fffff]
 pci_bus 0000:05: resource 2 [mem 0xf6a00000-0xf6bfffff 64bit pref]
@@ -713,92 +792,72 @@
 md: Scanned 0 and added 0 devices.
 md: autorun ...
 md: ... autorun DONE.
+EXT4-fs (sda3): couldn't mount as ext3 due to feature incompatibilities
+EXT4-fs (sda3): couldn't mount as ext2 due to feature incompatibilities
 EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
-VFS: Mounted root (ext2 filesystem) readonly on device 8:3.
-Freeing unused kernel memory: 372k freed
-Write protecting the kernel text: 3108k
-Write protecting the kernel read-only data: 1624k
-NX-protecting the kernel data: 3036k
+VFS: Mounted root (ext4 filesystem) readonly on device 8:3.
+Freeing unused kernel memory: 392k freed
+Write protecting the kernel text: 4128k
+Write protecting the kernel read-only data: 1640k
+NX-protecting the kernel data: 4064k
 ACPI: acpi_idle yielding to intel_idle
-wmi: Mapper loaded
+ACPI: AC Adapter [AC] (off-line)
 ACPI: Battery Slot [BAT0] (battery present)
-yenta_cardbus 0000:03:00.0: CardBus bridge found [1028:040b]
-yenta_cardbus 0000:03:00.0: CardBus bridge to [bus 04-07]
-yenta_cardbus 0000:03:00.0:   bridge window [io  0x2000-0x20ff]
-yenta_cardbus 0000:03:00.0:   bridge window [io  0x2400-0x24ff]
-yenta_cardbus 0000:03:00.0:   bridge window [mem 0xf0400000-0xf17fffff pref]
-yenta_cardbus 0000:03:00.0:   bridge window [mem 0xf1800000-0xf1bfffff]
-usbcore: registered new interface driver usbfs
 input: PC Speaker as /devices/platform/pcspkr/input/input6
+yenta_cardbus 0000:03:00.0: No cardbus resource!
 dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
+i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
+usbcore: registered new interface driver usbfs
 usbcore: registered new interface driver hub
 usbcore: registered new device driver usb
-i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
-ACPI: Battery Slot [BAT1] (battery absent)
-ACPI: AC Adapter [AC] (off-line)
-sdhci: Secure Digital Host Controller Interface driver
-sdhci: Copyright(c) Pierre Ossman
 ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
 ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
 ehci_hcd 0000:00:1a.0: setting latency timer to 64
 ehci_hcd 0000:00:1a.0: EHCI Host Controller
+ACPI: Battery Slot [BAT1] (battery absent)
+wmi: Mapper loaded
 ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
 ehci_hcd 0000:00:1a.0: debug port 2
+sdhci: Secure Digital Host Controller Interface driver
+sdhci: Copyright(c) Pierre Ossman
 ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
 ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf6970000
-cfg80211: Calling CRDA to update world regulatory domain
+sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
+sdhci-pci 0000:03:00.1: found 1 slot(s)
+sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
+sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
+sdhci-pci 0000:03:00.1: PCI INT B disabled
 tpm_tis 00:08: 1.2 TPM (device-id 0x2001, rev-id 32)
 ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
 usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 usb usb1: Product: EHCI Host Controller
-usb usb1: Manufacturer: Linux 2.6.39 ehci_hcd
+usb usb1: Manufacturer: Linux 3.0.0-rc2-dirty ehci_hcd
 usb usb1: SerialNumber: 0000:00:1a.0
-input: Dell WMI hotkeys as /devices/virtual/input/input7
+cfg80211: Calling CRDA to update world regulatory domain
 hub 1-0:1.0: USB hub found
 hub 1-0:1.0: 3 ports detected
 ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
 ehci_hcd 0000:00:1d.0: setting latency timer to 64
 ehci_hcd 0000:00:1d.0: EHCI Host Controller
+input: Dell WMI hotkeys as /devices/virtual/input/input7
 ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
-yenta_cardbus 0000:03:00.0: ISA IRQ mask 0x0000, PCI irq 18
-yenta_cardbus 0000:03:00.0: Socket status: 30000006
-pci_bus 0000:04: Upper limit for fixing this bridge's parent bridge: #04
-yenta_cardbus 0000:03:00.0: pcmcia: parent PCI bridge window: [io  0x2000-0x3fff]
-pcmcia_socket pcmcia_socket0: cs: IO port probe 0x2000-0x3fff: excluding 0x2000-0x20ff 0x2400-0x24ff
 ehci_hcd 0000:00:1d.0: debug port 2
-
-yenta_cardbus 0000:03:00.0: pcmcia: parent PCI bridge window: [mem 0xf0400000-0xf2cfffff]
-pcmcia_socket pcmcia_socket0: cs: memory probe 0xf0400000-0xf2cfffff: excluding 0xf0400000-0xf1d9ffff 0xf2a70000-0xf2cfffff
-sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
-sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
-sdhci-pci 0000:03:00.1: setting latency timer to 64
-Registered led device: mmc0::
-mmc0: SDHCI controller on PCI [0000:03:00.1] using DMA
 ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
 ehci_hcd 0000:00:1d.0: irq 17, io mem 0xf6950000
 ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
 usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 usb usb2: Product: EHCI Host Controller
-usb usb2: Manufacturer: Linux 2.6.39 ehci_hcd
+usb usb2: Manufacturer: Linux 3.0.0-rc2-dirty ehci_hcd
 usb usb2: SerialNumber: 0000:00:1d.0
 hub 2-0:1.0: USB hub found
 hub 2-0:1.0: 3 ports detected
-pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: excluding nothing: probe failed.
-pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: excluding nothing: probe failed.
-pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: excluding nothing: probe failed.
-pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: excluding nothing: probe failed.
-pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xfffff
-pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff
-pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff
-pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: excluding nothing: probe failed.
-mmc0: error -110 whilst initialising MMC card
 HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
 HDA Intel 0000:00:1b.0: irq 43 for MSI/MSI-X
 HDA Intel 0000:00:1b.0: setting latency timer to 64
 iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
-iwlagn: Copyright(c) 2003-2010 Intel Corporation
+iwlagn: Copyright(c) 2003-2011 Intel Corporation
 iwlagn 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
 iwlagn 0000:02:00.0: setting latency timer to 64
 iwlagn 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N 6200 AGN, REV=0x74

[-- Attachment #3: config-3.0.0-rc2-dirty --]
[-- Type: text/plain, Size: 72145 bytes --]

#
# Automatically generated make config: don't edit
# Linux/i386 3.0.0-rc2 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf32-i386"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
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 is not set
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
# CONFIG_GENERIC_TIME_VSYSCALL is not set
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 is not set
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
# CONFIG_ZONE_DMA32 is not set
CONFIG_ARCH_POPULATES_NODE_MAP=y
# CONFIG_AUDIT_ARCH is not set
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_X86_32_SMP=y
CONFIG_X86_HT=y
CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx"
CONFIG_KTIME_SCALAR=y
CONFIG_ARCH_CPU_PROBE_RELEASE=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_CONSTRUCTORS=y
CONFIG_HAVE_IRQ_WORK=y
CONFIG_IRQ_WORK=y

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
# CONFIG_FHANDLE is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set
CONFIG_HAVE_GENERIC_HARDIRQS=y

#
# IRQ subsystem
#
CONFIG_GENERIC_HARDIRQS=y
CONFIG_HAVE_SPARSE_IRQ=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_IRQ_FORCED_THREADING=y
# CONFIG_SPARSE_IRQ is not set

#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_PREEMPT_RCU is not set
# CONFIG_RCU_TRACE is not set
CONFIG_RCU_FANOUT=32
# CONFIG_RCU_FANOUT_EXACT is not set
CONFIG_RCU_FAST_NO_HZ=y
# CONFIG_TREE_RCU_TRACE is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=17
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_CPUACCT=y
# CONFIG_RESOURCE_COUNTERS is not set
# CONFIG_CGROUP_PERF is not set
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
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_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
# CONFIG_RELAY is not set
# CONFIG_BLK_DEV_INITRD is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
# CONFIG_EXPERT is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
# CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_PERF_COUNTERS is not set
# CONFIG_DEBUG_PERF_USE_VMALLOC 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_PROFILING is not set
CONFIG_HAVE_OPROFILE=y
# CONFIG_KPROBES is not set
# CONFIG_JUMP_LABEL is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_USER_RETURN_NOTIFIER=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_USE_GENERIC_SMP_HELPERS=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_FORCE_LOAD=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_LBDAF=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_INTEGRITY=y
# CONFIG_BLK_DEV_THROTTLING is not set

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_CFQ_GROUP_IOSCHED=y
# 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_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 is not set
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_BIGSMP is not set
# CONFIG_X86_EXTENDED_PLATFORM is not set
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
# CONFIG_X86_32_IRIS is not set
CONFIG_SCHED_OMIT_FRAME_POINTER=y
# 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_MELAN 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_MCORE2=y
# CONFIG_MATOM is not set
CONFIG_X86_GENERIC=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_CMPXCHG=y
CONFIG_CMPXCHG_LOCAL=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_XADD=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=5
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_CYRIX_32=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_CPU_SUP_TRANSMETA_32=y
CONFIG_CPU_SUP_UMC_32=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
# CONFIG_IOMMU_HELPER is not set
# CONFIG_IOMMU_API is not set
CONFIG_NR_CPUS=4
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
# CONFIG_IRQ_TIME_ACCOUNTING is not set
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
# CONFIG_X86_MCE_AMD is not set
# CONFIG_X86_ANCIENT_MCE is not set
CONFIG_X86_MCE_THRESHOLD=y
# CONFIG_X86_MCE_INJECT is not set
CONFIG_X86_THERMAL_VECTOR=y
CONFIG_VM86=y
# CONFIG_TOSHIBA is not set
CONFIG_I8K=y
CONFIG_X86_REBOOTFIXUPS=y
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
# CONFIG_NOHIGHMEM is not set
# CONFIG_HIGHMEM4G is not set
CONFIG_HIGHMEM64G=y
CONFIG_PAGE_OFFSET=0xC0000000
CONFIG_HIGHMEM=y
CONFIG_X86_PAE=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ILLEGAL_POINTER_VALUE=0
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_SPARSEMEM_STATIC=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=999999
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MMU_NOTIFIER=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
CONFIG_MEMORY_FAILURE=y
# CONFIG_HWPOISON_INJECT is not set
CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
# CONFIG_CLEANCACHE is not set
CONFIG_HIGHPTE=y
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
CONFIG_X86_RESERVE_LOW=64
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
# CONFIG_EFI is not set
CONFIG_SECCOMP=y
CONFIG_CC_STACKPROTECTOR=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
CONFIG_X86_NEED_RELOCS=y
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_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
# CONFIG_HIBERNATION is not set
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_RUNTIME=y
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_PM_ADVANCED_DEBUG=y
# CONFIG_PM_TEST_SUSPEND is not set
CONFIG_CAN_PM_TRACE=y
# CONFIG_PM_TRACE_RTC is not set
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_PROCFS is not set
# CONFIG_ACPI_PROCFS_POWER is not set
# CONFIG_ACPI_EC_DEBUGFS is not set
# CONFIG_ACPI_PROC_EVENT is not set
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
CONFIG_ACPI_FAN=m
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_PROCESSOR_AGGREGATOR=m
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=m
# CONFIG_ACPI_HED is not set
# CONFIG_ACPI_CUSTOM_METHOD is not set
CONFIG_ACPI_APEI=y
# CONFIG_ACPI_APEI_GHES is not set
# CONFIG_ACPI_APEI_PCIEAER is not set
# CONFIG_ACPI_APEI_EINJ is not set
# CONFIG_ACPI_APEI_ERST_DEBUG is not set
# CONFIG_SFI is not set
# CONFIG_APM is not set

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

#
# x86 CPU frequency scaling drivers
#
# CONFIG_X86_PCC_CPUFREQ is not set
# CONFIG_X86_ACPI_CPUFREQ is not set
# CONFIG_X86_POWERNOW_K6 is not set
# CONFIG_X86_POWERNOW_K7 is not set
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_GX_SUSPMOD is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
CONFIG_X86_SPEEDSTEP_ICH=m
# CONFIG_X86_SPEEDSTEP_SMI is not set
# CONFIG_X86_P4_CLOCKMOD is not set
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
# CONFIG_X86_LONGRUN is not set
# CONFIG_X86_LONGHAUL is not set
# CONFIG_X86_E_POWERSAVER is not set

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

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
# CONFIG_PCI_CNB20LE_QUIRK is not set
# CONFIG_DMAR is not set
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=y
CONFIG_PCIEAER=y
# CONFIG_PCIE_ECRC is not set
# CONFIG_PCIEAER_INJECT is not set
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
CONFIG_PCIE_PME=y
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_STUB is not set
CONFIG_HT_IRQ=y
CONFIG_PCI_IOV=y
CONFIG_PCI_IOAPIC=y
CONFIG_PCI_LABEL=y
CONFIG_ISA_DMA_API=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
CONFIG_AMD_NB=y
CONFIG_PCCARD=y
CONFIG_PCMCIA=m
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_CARDBUS=y

#
# PC-card bridges
#
CONFIG_YENTA=m
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
# CONFIG_PD6729 is not set
# CONFIG_I82092 is not set
# CONFIG_I82365 is not set
# CONFIG_TCIC is not set
CONFIG_PCMCIA_PROBE=y
CONFIG_PCCARD_NONSTATIC=y
CONFIG_HOTPLUG_PCI=y
# CONFIG_HOTPLUG_PCI_FAKE is not set
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
# CONFIG_HOTPLUG_PCI_IBM is not set
# CONFIG_HOTPLUG_PCI_ACPI is not set
CONFIG_HOTPLUG_PCI_CPCI=y
# CONFIG_HOTPLUG_PCI_CPCI_ZT5550 is not set
# CONFIG_HOTPLUG_PCI_CPCI_GENERIC is not set
CONFIG_HOTPLUG_PCI_SHPC=y
# CONFIG_RAPIDIO is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_HAVE_AOUT=y
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_MISC=m
CONFIG_HAVE_ATOMIC_IOMAP=y
CONFIG_HAVE_TEXT_POKE_SMP=y
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_UNIX=y
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
CONFIG_XFRM_SUB_POLICY=y
CONFIG_XFRM_MIGRATE=y
# CONFIG_XFRM_STATISTICS is not set
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_IP_FIB_TRIE_STATS is not set
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
CONFIG_IP_MROUTE=y
CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
# 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=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
# CONFIG_TCP_CONG_VEGAS is not set
# CONFIG_TCP_CONG_SCALABLE is not set
# CONFIG_TCP_CONG_LP is not set
# CONFIG_TCP_CONG_VENO is not set
# CONFIG_TCP_CONG_YEAH is not set
# CONFIG_TCP_CONG_ILLINOIS is not set
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=y
CONFIG_IPV6_PRIVACY=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
# CONFIG_INET6_AH is not set
# CONFIG_INET6_ESP is not set
# CONFIG_INET6_IPCOMP is not set
CONFIG_IPV6_MIP6=y
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
# CONFIG_INET6_XFRM_MODE_BEET is not set
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
# CONFIG_IPV6_SIT is not set
# CONFIG_IPV6_TUNNEL is not set
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
CONFIG_IPV6_PIMSM_V2=y
CONFIG_NETWORK_SECMARK=y
# CONFIG_NETWORK_PHY_TIMESTAMPING 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 is not set
# CONFIG_NETFILTER_XTABLES is not set
# CONFIG_IP_VS is not set

#
# IP: Netfilter Configuration
#
# CONFIG_NF_DEFRAG_IPV4 is not set
# CONFIG_IP_NF_QUEUE is not set
# CONFIG_IP_NF_IPTABLES is not set
# CONFIG_IP_NF_ARPTABLES is not set

#
# IPv6: Netfilter Configuration
#
# CONFIG_NF_DEFRAG_IPV6 is not set
# CONFIG_IP6_NF_QUEUE is not set
# CONFIG_IP6_NF_IPTABLES is not set
# CONFIG_IP_DCCP is not set
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_HMAC_NONE is not set
# CONFIG_SCTP_HMAC_SHA1 is not set
CONFIG_SCTP_HMAC_MD5=y
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
# CONFIG_BRIDGE is not set
# CONFIG_NET_DSA is not set
CONFIG_VLAN_8021Q=y
# CONFIG_VLAN_8021Q_GVRP 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=y

#
# Queueing/Scheduling
#
# CONFIG_NET_SCH_CBQ is not set
# CONFIG_NET_SCH_HTB is not set
# CONFIG_NET_SCH_HFSC is not set
# CONFIG_NET_SCH_PRIO is not set
# CONFIG_NET_SCH_MULTIQ is not set
# CONFIG_NET_SCH_RED is not set
# CONFIG_NET_SCH_SFB is not set
# CONFIG_NET_SCH_SFQ is not set
# CONFIG_NET_SCH_TEQL is not set
# CONFIG_NET_SCH_TBF is not set
# CONFIG_NET_SCH_GRED is not set
# CONFIG_NET_SCH_DSMARK is not set
# CONFIG_NET_SCH_NETEM is not set
# CONFIG_NET_SCH_DRR is not set
# CONFIG_NET_SCH_MQPRIO is not set
# CONFIG_NET_SCH_CHOKE is not set
# CONFIG_NET_SCH_QFQ is not set
# CONFIG_NET_SCH_INGRESS is not set

#
# Classification
#
CONFIG_NET_CLS=y
# CONFIG_NET_CLS_BASIC is not set
# CONFIG_NET_CLS_TCINDEX is not set
# CONFIG_NET_CLS_ROUTE4 is not set
# CONFIG_NET_CLS_FW is not set
# CONFIG_NET_CLS_U32 is not set
# CONFIG_NET_CLS_RSVP is not set
# CONFIG_NET_CLS_RSVP6 is not set
# CONFIG_NET_CLS_FLOW is not set
CONFIG_NET_CLS_CGROUP=y
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
# CONFIG_NET_EMATCH_CMP is not set
# CONFIG_NET_EMATCH_NBYTE is not set
# CONFIG_NET_EMATCH_U32 is not set
# CONFIG_NET_EMATCH_META is not set
# CONFIG_NET_EMATCH_TEXT is not set
CONFIG_NET_CLS_ACT=y
# CONFIG_NET_ACT_POLICE is not set
# CONFIG_NET_ACT_GACT is not set
# CONFIG_NET_ACT_MIRRED is not set
# CONFIG_NET_ACT_NAT is not set
# CONFIG_NET_ACT_PEDIT is not set
# CONFIG_NET_ACT_SIMP is not set
# CONFIG_NET_ACT_SKBEDIT is not set
# CONFIG_NET_ACT_CSUM is not set
CONFIG_NET_SCH_FIFO=y
CONFIG_DCB=y
# CONFIG_BATMAN_ADV is not set
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
CONFIG_CAN=m
CONFIG_CAN_RAW=m
CONFIG_CAN_BCM=m

#
# CAN Device Drivers
#
CONFIG_CAN_VCAN=m
CONFIG_CAN_SLCAN=m
CONFIG_CAN_DEV=m
CONFIG_CAN_CALC_BITTIMING=y
CONFIG_PCH_CAN=m
CONFIG_CAN_SJA1000=m
CONFIG_CAN_SJA1000_ISA=m
CONFIG_CAN_SJA1000_PLATFORM=m
CONFIG_CAN_EMS_PCI=m
CONFIG_CAN_KVASER_PCI=m
CONFIG_CAN_PLX_PCI=m
CONFIG_CAN_TSCAN1=m
CONFIG_CAN_C_CAN=m
CONFIG_CAN_C_CAN_PLATFORM=m

#
# CAN USB interfaces
#
CONFIG_CAN_EMS_USB=m
CONFIG_CAN_ESD_USB2=m
CONFIG_CAN_SOFTING=m
CONFIG_CAN_SOFTING_CS=m
# CONFIG_CAN_DEBUG_DEVICES is not set
# CONFIG_IRDA is not set
CONFIG_BT=m
CONFIG_BT_L2CAP=y
CONFIG_BT_SCO=y
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
# CONFIG_BT_BNEP_MC_FILTER is not set
# CONFIG_BT_BNEP_PROTO_FILTER is not set
CONFIG_BT_HIDP=m

#
# Bluetooth device drivers
#
CONFIG_BT_HCIBTUSB=m
CONFIG_BT_HCIBTSDIO=m
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_ATH3K=y
CONFIG_BT_HCIUART_LL=y
CONFIG_BT_HCIBCM203X=m
# CONFIG_BT_HCIBPA10X is not set
# CONFIG_BT_HCIBFUSB is not set
# CONFIG_BT_HCIDTL1 is not set
# CONFIG_BT_HCIBT3C is not set
# CONFIG_BT_HCIBLUECARD is not set
# CONFIG_BT_HCIBTUART is not set
# CONFIG_BT_HCIVHCI is not set
# CONFIG_BT_MRVL is not set
# CONFIG_BT_ATH3K is not set
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_CFG80211=m
# CONFIG_NL80211_TESTMODE is not set
# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
# CONFIG_CFG80211_REG_DEBUG is not set
CONFIG_CFG80211_DEFAULT_PS=y
# CONFIG_CFG80211_DEBUGFS is not set
# CONFIG_CFG80211_INTERNAL_REGDB is not set
CONFIG_CFG80211_WEXT=y
# CONFIG_WIRELESS_EXT_SYSFS is not set
# CONFIG_LIB80211 is not set
CONFIG_MAC80211=m
CONFIG_MAC80211_HAS_RC=y
CONFIG_MAC80211_RC_MINSTREL=y
CONFIG_MAC80211_RC_MINSTREL_HT=y
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
CONFIG_MAC80211_MESH=y
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_LEDS=y
CONFIG_RFKILL_INPUT=y
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_DEVTMPFS=y
# CONFIG_DEVTMPFS_MOUNT is not set
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_CONNECTOR 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_ISAPNP=y
CONFIG_PNPBIOS=y
CONFIG_PNPBIOS_PROC_FS=y
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_XD 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=m
CONFIG_BLK_DEV_CRYPTOLOOP=m

#
# 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 is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_BLK_DEV_HD is not set
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_SENSORS_LIS3LV02D is not set
CONFIG_MISC_DEVICES=y
# CONFIG_AD525X_DPOT is not set
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_INTEL_MID_PTI is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_CS5535_MFGPT is not set
# CONFIG_HP_ILO is not set
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_SENSORS_BH1780 is not set
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
# CONFIG_VMWARE_BALLOON is not set
# CONFIG_BMP085 is not set
# CONFIG_PCH_PHUB is not set
# CONFIG_C2PORT is not set

#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_MAX6875 is not set
# CONFIG_EEPROM_93CX6 is not set
CONFIG_CB710_CORE=m
# CONFIG_CB710_DEBUG is not set
CONFIG_CB710_DEBUG_ASSUMPTIONS=y
# CONFIG_IWMC3200TOP is not set

#
# Texas Instruments shared transport line discipline
#
# CONFIG_SENSORS_LIS3_I2C 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 is not set
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
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_LOWLEVEL_PCMCIA 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=y
CONFIG_ATA_ACPI=y
CONFIG_SATA_PMP=y

#
# Controllers with non-SFF native interface
#
CONFIG_SATA_AHCI=y
# CONFIG_SATA_AHCI_PLATFORM is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_SATA_ACARD_AHCI is not set
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y

#
# SFF controllers with custom DMA interface
#
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_SX4 is not set
CONFIG_ATA_BMDMA=y

#
# SATA SFF controllers with BMDMA
#
CONFIG_ATA_PIIX=y
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_SVW is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set

#
# PATA SFF controllers with BMDMA
#
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARASAN_CF is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_ATP867X is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CS5535 is not set
# CONFIG_PATA_CS5536 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR 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_IT8213 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OLDPIIX 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_SC1200 is not set
# CONFIG_PATA_SCH 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_TRIFLEX is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set

#
# PIO-only SFF controllers
#
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_ISAPNP is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_PCMCIA is not set
# CONFIG_PATA_QDI is not set
# CONFIG_PATA_RZ1000 is not set
# CONFIG_PATA_WINBOND_VLB is not set

#
# Generic fallback / legacy drivers
#
# CONFIG_PATA_ACPI is not set
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_LEGACY is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_AUTODETECT=y
# CONFIG_MD_LINEAR is not set
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=y
# CONFIG_MD_RAID10 is not set
# CONFIG_MD_RAID456 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_MD_FAULTY is not set
# CONFIG_BLK_DEV_DM is not set
# CONFIG_TARGET_CORE is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
# CONFIG_IFB is not set
# 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_MII is not set
# CONFIG_PHYLIB 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=y
# 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 is not set
# 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_STMMAC_ETH is not set
# CONFIG_PCH_GBE is not set
# CONFIG_NETDEV_10000 is not set
# CONFIG_TR is not set
CONFIG_WLAN=y
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_LIBERTAS_THINFIRM is not set
# CONFIG_AIRO is not set
# CONFIG_ATMEL is not set
# CONFIG_AT76C50X_USB is not set
# CONFIG_AIRO_CS is not set
# CONFIG_PCMCIA_WL3501 is not set
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
# CONFIG_USB_NET_RNDIS_WLAN 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_MWL8K is not set
# CONFIG_ATH_COMMON is not set
# CONFIG_B43 is not set
# CONFIG_B43LEGACY is not set
# CONFIG_HOSTAP is not set
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
CONFIG_IWLAGN=m

#
# Debugging Options
#
# CONFIG_IWLWIFI_DEBUG is not set
# CONFIG_IWLWIFI_DEVICE_SVTOOL is not set
# CONFIG_IWL_P2P is not set
# CONFIG_IWL4965 is not set
# CONFIG_IWL3945 is not set
# CONFIG_IWM is not set
# CONFIG_LIBERTAS is not set
# CONFIG_HERMES is not set
# CONFIG_P54_COMMON is not set
# CONFIG_RT2X00 is not set
# CONFIG_RTL8192CE is not set
# CONFIG_RTL8192SE is not set
# CONFIG_RTL8192CU is not set
# CONFIG_WL1251 is not set
# CONFIG_WL12XX_MENU is not set
# CONFIG_ZD1211RW is not set
# CONFIG_MWIFIEX 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_USB_IPHETH is not set
# CONFIG_NET_PCMCIA is not set
# CONFIG_WAN is not set

#
# CAIF transport drivers
#
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
# CONFIG_PPP_MPPE is not set
# CONFIG_PPPOE is not set
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLHC=m
CONFIG_SLIP_SMART=y
CONFIG_SLIP_MODE_SLIP6=y
# 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=m

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

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 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=m
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
CONFIG_MOUSE_PS2_ELANTECH=y
CONFIG_MOUSE_PS2_SENTELIC=y
# 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_INPORT is not set
# CONFIG_MOUSE_LOGIBM is not set
# CONFIG_MOUSE_PC110PAD 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=y
# CONFIG_INPUT_AD714X is not set
CONFIG_INPUT_PCSPKR=m
# CONFIG_INPUT_APANEL is not set
# CONFIG_INPUT_WISTRON_BTNS 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
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_CMA3000 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=m
# CONFIG_SERIO_ALTERA_PS2 is not set
# CONFIG_SERIO_PS2MULT 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_UNIX98_PTYS=y
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_NOZOMI is not set
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
# CONFIG_DEVKMEM 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_CS is not set
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
# CONFIG_SERIAL_8250_FOURPORT is not set
# CONFIG_SERIAL_8250_ACCENT is not set
# CONFIG_SERIAL_8250_BOCA is not set
# CONFIG_SERIAL_8250_EXAR_ST16C554 is not set
# CONFIG_SERIAL_8250_HUB6 is not set
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
CONFIG_SERIAL_8250_RSA=y

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_MFD_HSU is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_TIMBERDALE is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_PCH_UART is not set
# CONFIG_SERIAL_XILINX_PS_UART is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=m
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
CONFIG_HW_RANDOM_INTEL=m
# CONFIG_HW_RANDOM_AMD is not set
# CONFIG_HW_RANDOM_GEODE is not set
# CONFIG_HW_RANDOM_VIA is not set
CONFIG_NVRAM=m
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set

#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
# CONFIG_CARDMAN_4000 is not set
# CONFIG_CARDMAN_4040 is not set
# CONFIG_IPWIRELESS is not set
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
# CONFIG_NSC_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=m
CONFIG_TCG_TIS=m
CONFIG_TCG_NSC=m
CONFIG_TCG_ATMEL=m
CONFIG_TCG_INFINEON=m
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
# CONFIG_RAMOOPS is not set
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
# CONFIG_I2C_CHARDEV is not set
# CONFIG_I2C_MUX is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=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=m
# 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_INTEL_MID is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_PXA_PCI is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_XILINX is not set
# CONFIG_I2C_EG20T is not set

#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_DIOLAN_U2C is not set
# 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_ISA is not set
# CONFIG_I2C_STUB is not set
# CONFIG_SCx200_ACB 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

#
# PPS generators support
#

#
# PTP clock support
#

#
# Enable Device Drivers -> PPS to see the PTP clock options.
#
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=m
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_BQ20Z75 is not set
# CONFIG_BATTERY_BQ27x00 is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_MAX8903 is not set
CONFIG_HWMON=y
# CONFIG_HWMON_VID is not set
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Native drivers
#
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7411 is not set
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_ASC7621 is not set
# CONFIG_SENSORS_K8TEMP is not set
# CONFIG_SENSORS_K10TEMP is not set
# CONFIG_SENSORS_FAM15H_POWER is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS620 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_FSCHMD is not set
# CONFIG_SENSORS_G760A is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
CONFIG_SENSORS_CORETEMP=m
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_JC42 is not set
# CONFIG_SENSORS_LINEAGE is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM73 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LTC4151 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4245 is not set
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_MAX16065 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX6639 is not set
# CONFIG_SENSORS_MAX6642 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_PMBUS is not set
# CONFIG_SENSORS_SHT21 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_SMM665 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
# CONFIG_SENSORS_EMC6W201 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_SCH5627 is not set
# CONFIG_SENSORS_ADS1015 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_AMC6821 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP401 is not set
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_VIA_CPUTEMP is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83795 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
# CONFIG_SENSORS_APPLESMC is not set

#
# ACPI drivers
#
# CONFIG_SENSORS_ACPI_POWER is not set
# CONFIG_SENSORS_ATK0110 is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_HWMON=y
# CONFIG_WATCHDOG is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set
CONFIG_BCMA_POSSIBLE=y

#
# Broadcom specific AMBA
#
# CONFIG_BCMA is not set
# CONFIG_MFD_SUPPORT is not set
# CONFIG_REGULATOR is not set
# CONFIG_MEDIA_SUPPORT is not set

#
# Graphics support
#
CONFIG_AGP=y
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=y
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_EFFICEON is not set
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
# CONFIG_VGA_SWITCHEROO is not set
CONFIG_DRM=y
CONFIG_DRM_KMS_HELPER=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_I915=y
CONFIG_DRM_I915_KMS=y
# 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_STUB_POULSBO 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=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_WMT_GE_ROPS is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_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_I810 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_UDL 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 is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_GENERIC is not set
# CONFIG_BACKLIGHT_PROGEAR is not set
# CONFIG_BACKLIGHT_APPLE is not set
# CONFIG_BACKLIGHT_SAHARA is not set
# CONFIG_BACKLIGHT_ADP8860 is not set

#
# Display device support
#
# CONFIG_DISPLAY_SUPPORT is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_MONO=y
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y
CONFIG_SOUND=m
CONFIG_SOUND_OSS_CORE=y
# CONFIG_SOUND_OSS_CORE_PRECLAIM is not set
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_JACK=y
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
# CONFIG_SND_MIXER_OSS is not set
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
# CONFIG_SND_SEQUENCER_OSS is not set
CONFIG_SND_HRTIMER=m
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=m
# 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=y
# CONFIG_SND_PCSP is not set
CONFIG_SND_DUMMY=m
# CONFIG_SND_ALOOP is not set
CONFIG_SND_VIRMIDI=m
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
# CONFIG_SND_ISA 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_ASIHPI 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=m
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=y
CONFIG_SND_HDA_CODEC_HDMI=y
CONFIG_SND_HDA_CODEC_CIRRUS=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CA0110=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_HDA_POWER_SAVE=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM 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_LOLA 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_SIS7019 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=m
CONFIG_SND_USB_UA101=m
CONFIG_SND_USB_USX2Y=m
CONFIG_SND_USB_CAIAQ=m
CONFIG_SND_USB_CAIAQ_INPUT=y
CONFIG_SND_USB_US122L=m
# CONFIG_SND_USB_6FIRE is not set
# CONFIG_SND_PCMCIA is not set
# CONFIG_SND_SOC is not set
# CONFIG_SOUND_PRIME is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=m
# CONFIG_HIDRAW is not set

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

#
# Special HID drivers
#
CONFIG_HID_A4TECH=m
# CONFIG_HID_ACRUX is not set
CONFIG_HID_APPLE=m
CONFIG_HID_BELKIN=m
CONFIG_HID_CHERRY=m
CONFIG_HID_CHICONY=m
# CONFIG_HID_PRODIKEYS is not set
CONFIG_HID_CYPRESS=m
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELECOM is not set
CONFIG_HID_EZKEY=m
# CONFIG_HID_KEYTOUCH is not set
CONFIG_HID_KYE=m
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_TWINHAN is not set
CONFIG_HID_KENSINGTON=m
# CONFIG_HID_LCPOWER is not set
CONFIG_HID_LOGITECH=m
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
# CONFIG_LOGIG940_FF is not set
# CONFIG_LOGIWII_FF is not set
# CONFIG_HID_MAGICMOUSE is not set
CONFIG_HID_MICROSOFT=m
CONFIG_HID_MONTEREY=m
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_NTRIG is not set
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_QUANTA is not set
# CONFIG_HID_ROCCAT is not set
# CONFIG_HID_ROCCAT_ARVO is not set
# CONFIG_HID_ROCCAT_KONE is not set
# CONFIG_HID_ROCCAT_KONEPLUS is not set
# CONFIG_HID_ROCCAT_KOVAPLUS is not set
# CONFIG_HID_ROCCAT_PYRA is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SONY is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

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

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
# CONFIG_USB_XHCI_HCD is not set
CONFIG_USB_EHCI_HCD=m
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 is not set
# CONFIG_USB_UHCI_HCD is not set
# 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

#
# Enable Host or Gadget support to see Inventra options
#

#
# 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=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_REALTEK 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_STORAGE_ENE_UB6250 is not set
# CONFIG_USB_UAS 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=m
# CONFIG_USB_EZUSB is not set
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_AIRCABLE is not set
# CONFIG_USB_SERIAL_ARK3116 is not set
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_CH341 is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP210X is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
# CONFIG_USB_SERIAL_EMPEG is not set
CONFIG_USB_SERIAL_FTDI_SIO=m
# CONFIG_USB_SERIAL_FUNSOFT is not set
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_IUU is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_MOS7720 is not set
# CONFIG_USB_SERIAL_MOS7840 is not set
# CONFIG_USB_SERIAL_MOTOROLA is not set
# CONFIG_USB_SERIAL_NAVMAN is not set
CONFIG_USB_SERIAL_PL2303=m
# CONFIG_USB_SERIAL_OTI6858 is not set
# CONFIG_USB_SERIAL_QCAUX is not set
# CONFIG_USB_SERIAL_QUALCOMM is not set
# CONFIG_USB_SERIAL_SPCP8X5 is not set
# CONFIG_USB_SERIAL_HP4X is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
# CONFIG_USB_SERIAL_SYMBOL is not set
# CONFIG_USB_SERIAL_TI is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OPTION is not set
# CONFIG_USB_SERIAL_OMNINET is not set
# CONFIG_USB_SERIAL_OPTICON is not set
# CONFIG_USB_SERIAL_VIVOPAY_SERIAL is not set
# CONFIG_USB_SERIAL_ZIO is not set
# CONFIG_USB_SERIAL_SSU100 is not set
# CONFIG_USB_SERIAL_DEBUG 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_YUREX 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=m
CONFIG_MMC_DEBUG=y
# CONFIG_MMC_UNSAFE_RESUME is not set
# CONFIG_MMC_CLKGATE is not set

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

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

#
# LED drivers
#
# CONFIG_LEDS_LM3530 is not set
# CONFIG_LEDS_ALIX2 is not set
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 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_DELL_NETBOOKS 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_NFC_DEVICES is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC=y

#
# Reporting subsystems
#
# CONFIG_EDAC_DEBUG is not set
# CONFIG_EDAC_DECODE_MCE is not set
# CONFIG_EDAC_MM_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set

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

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_DS3232 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_ISL12022 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_BQ32K is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8581 is not set
# CONFIG_RTC_DRV_RX8025 is not set
# CONFIG_RTC_DRV_EM3027 is not set
# CONFIG_RTC_DRV_RV3029C2 is not set

#
# SPI RTC drivers
#

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

#
# on-CPU RTC drivers
#
# CONFIG_DMADEVICES is not set
# CONFIG_AUXDISPLAY 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_ACERHDF is not set
# CONFIG_ASUS_LAPTOP is not set
CONFIG_DELL_LAPTOP=m
CONFIG_DELL_WMI=m
# CONFIG_DELL_WMI_AIO is not set
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_TC1100_WMI is not set
# CONFIG_HP_ACCEL is not set
# CONFIG_HP_WMI is not set
# CONFIG_MSI_LAPTOP is not set
# CONFIG_PANASONIC_LAPTOP is not set
# CONFIG_COMPAL_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_IDEAPAD_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
# CONFIG_SENSORS_HDAPS is not set
# CONFIG_INTEL_MENLOW is not set
# CONFIG_EEEPC_LAPTOP is not set
# CONFIG_ASUS_WMI is not set
CONFIG_ACPI_WMI=m
# CONFIG_MSI_WMI is not set
# CONFIG_ACPI_ASUS is not set
# CONFIG_TOPSTAR_LAPTOP is not set
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_TOSHIBA_BT_RFKILL is not set
# CONFIG_ACPI_CMPC is not set
CONFIG_INTEL_IPS=y
# CONFIG_IBM_RTL is not set
# CONFIG_XO15_EBOOK is not set
# CONFIG_SAMSUNG_LAPTOP is not set
# CONFIG_MXM_WMI is not set
# CONFIG_INTEL_OAKTRAIL is not set
CONFIG_CLKSRC_I8253=y

#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_FIRMWARE_MEMMAP=y
# CONFIG_DELL_RBU is not set
CONFIG_DCDBAS=m
CONFIG_DMIID=y
# CONFIG_DMI_SYSFS is not set
CONFIG_ISCSI_IBFT_FIND=y
# CONFIG_SIGMA is not set
# CONFIG_GOOGLE_FIRMWARE 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_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# 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_FS_POSIX_ACL=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
# CONFIG_QUOTA is not set
# CONFIG_QUOTACTL is not set
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set
CONFIG_GENERIC_ACL=y

#
# Caches
#
# CONFIG_FSCACHE is not set

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

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

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=m
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_LOGFS 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_PSTORE=y
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
# CONFIG_NETWORK_FILESYSTEMS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=y
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=y
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=y
# CONFIG_DLM is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=1024
CONFIG_MAGIC_SYSRQ=y
CONFIG_STRIP_ASM_SYMS=y
CONFIG_UNUSED_SYMBOLS=y
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_SECTION_MISMATCH=y
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
CONFIG_LOCKUP_DETECTOR=y
CONFIG_HARDLOCKUP_DETECTOR=y
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=1
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
# CONFIG_SCHED_DEBUG is not set
# CONFIG_SCHEDSTATS is not set
# CONFIG_TIMER_STATS is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
# CONFIG_DEBUG_KMEMLEAK is not set
CONFIG_DEBUG_RT_MUTEXES=y
CONFIG_DEBUG_PI_LIST=y
# CONFIG_RT_MUTEX_TESTER is not set
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=y
CONFIG_PROVE_RCU=y
# CONFIG_PROVE_RCU_REPEATEDLY is not set
CONFIG_SPARSE_RCU_POINTER=y
CONFIG_LOCKDEP=y
# CONFIG_LOCK_STAT is not set
CONFIG_DEBUG_LOCKDEP=y
CONFIG_TRACE_IRQFLAGS=y
CONFIG_DEBUG_SPINLOCK_SLEEP=y
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_HIGHMEM is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_INFO_REDUCED 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_TEST_LIST_SORT is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
# CONFIG_DEBUG_CREDENTIALS 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_TIMEOUT=60
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
# CONFIG_DEBUG_PER_CPU_MAPS is not set
# CONFIG_LKDTM is not set
# CONFIG_CPU_NOTIFIER_ERROR_INJECT is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
CONFIG_SYSCTL_SYSCALL_CHECK=y
# CONFIG_DEBUG_PAGEALLOC 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_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_HAVE_ARCH_KMEMCHECK=y
# CONFIG_KMEMCHECK is not set
# CONFIG_TEST_KSTRTOX is not set
CONFIG_STRICT_DEVMEM=y
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
# CONFIG_EARLY_PRINTK_DBGP is not set
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_X86_PTDUMP is not set
CONFIG_DEBUG_RODATA=y
# CONFIG_DEBUG_RODATA_TEST is not set
# CONFIG_DEBUG_SET_MODULE_RONX is not set
# CONFIG_DEBUG_NX_TEST is not set
CONFIG_DOUBLEFAULT=y
# 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=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=y
# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set

#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY_DMESG_RESTRICT is not set
# CONFIG_SECURITY is not set
CONFIG_SECURITYFS=y
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=m
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_PCOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
# 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=m
# 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=m
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_PCBC is not set
# CONFIG_CRYPTO_XTS is not set

#
# Hash modes
#
CONFIG_CRYPTO_HMAC=m
# CONFIG_CRYPTO_XCBC is not set
# CONFIG_CRYPTO_VMAC is not set

#
# Digest
#
CONFIG_CRYPTO_CRC32C=m
# CONFIG_CRYPTO_CRC32C_INTEL is not set
# CONFIG_CRYPTO_GHASH is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
# 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=m
# 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=m
CONFIG_CRYPTO_AES_586=m
CONFIG_CRYPTO_AES_NI_INTEL=m
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_ARC4=m
# 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_586 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_586 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_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_PADLOCK is not set
# CONFIG_CRYPTO_DEV_GEODE is not set
# CONFIG_CRYPTO_DEV_HIFN_795X is not set
CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_HAVE_KVM_EVENTFD=y
CONFIG_KVM_APIC_ARCHITECTURE=y
CONFIG_KVM_MMIO=y
CONFIG_KVM_ASYNC_PF=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=m
CONFIG_KVM_INTEL=m
# CONFIG_KVM_AMD is not set
# CONFIG_VHOST_NET is not set
# CONFIG_LGUEST is not set
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_BALLOON is not set
# CONFIG_BINARY_PRINTF is not set

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_CRC_CCITT=m
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
# CONFIG_XZ_DEC is not set
# CONFIG_XZ_DEC_BCJ is not set
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_CPU_RMAP=y
CONFIG_NLATTR=y
CONFIG_AVERAGE=y

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

* Re: sdhci-pci fails on 3.0.0-rc1 on Dell E6510
@ 2011-06-07 20:06           ` Oliver Hartkopp
  0 siblings, 0 replies; 17+ messages in thread
From: Oliver Hartkopp @ 2011-06-07 20:06 UTC (permalink / raw)
  To: Yinghai Lu, Jesse Barnes
  Cc: Chris Ball, S, Venkatraman, linux-mmc, linux-kernel

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

On 07.06.2011 20:36, Oliver Hartkopp wrote:
Hi all,

the commit "PCI: update bridge resources to get more big ranges when allocating space (again)"

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=da7822e5ad71ec9b745b412639f1e5e0ba795a20

kills my SD-Card and the PCMCIA slot on a Dell E6510 with the latest 3.0.0-rc2 ...

When i revert the commit both the MMC/SD stuff and the PCMCIA re-appears.

Any idea?

See my attached boot.diff / kernel config 

Regards,
Oliver




> On 06.06.2011 21:56, Chris Ball wrote:
>> Hi Oliver,
>>
>> On Mon, Jun 06 2011, Oliver Hartkopp wrote:
>>>>> dmesg is a bit more detailed:
>>>>> [    6.242510] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>>>>> [    6.244168] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>>>>> [    6.245788] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
>>>>> [    6.247609] sdhci-pci 0000:03:00.1: PCI INT B disabled
>>
>> If you get a chance to do some bisecting, that would be extremely
>> helpful -- even just building 3.0 from *before* the MMC tree was
>> merged would help a lot, since if the problem still happens before
>> the MMC merge we might be looking at some kind of generic PCI bug.
>>
> 
> 
> Hi Chris,
> 
> i just reverted this pull of your merge window patches in my 3.0.0-rc2 tree:
> 
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=8c1c77ff9be27137fa7cbbf51efedef1a2ae915b;hp=f3ae1c75203535f65448517e46c8dd70a56b6c71
> 
> And you were right: The problem still exists. So it might be from the PCI subsystem :-(
> 
> [    6.167106] sdhci: Secure Digital Host Controller Interface driver
> [    6.167108] sdhci: Copyright(c) Pierre Ossman
> [    6.194731] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
> [    6.195140] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf6970000
> [    6.196423] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
> [    6.196429] sdhci-pci 0000:03:00.1: found 1 slot(s)
> [    6.196447] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> [    6.196451] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
> [    6.196459] sdhci-pci 0000:03:00.1: PCI INT B disabled
> 
> Well then, i'll reset my tree and look for differences in the PCI boot messages.
> 
> Thanks,
> Oliver


[-- Attachment #2: boot.diff --]
[-- Type: text/x-patch, Size: 12175 bytes --]

--- mmc-2.6.39.x	2011-06-07 20:55:42.340000835 +0200
+++ mmc-3.0.0-rc2-dirty.x	2011-06-07 20:55:24.264000601 +0200
@@ -1,6 +1,6 @@
 Initializing cgroup subsys cpuset
 Initializing cgroup subsys cpu
-Linux version 2.6.39 (hartko@vwagwolkf484) (gcc version 4.6.1 20110507 (prerelease) (Debian 4.6.0-7) ) #32 SMP Fri May 20 19:20:15 CEST 2011
+Linux version 3.0.0-rc2-dirty (hartko@vwagwolkf484) (gcc version 4.6.1 20110526 (prerelease) (Debian 4.6.0-10) ) #46 SMP Tue Jun 7 20:06:39 CEST 2011
 BIOS-provided physical RAM map:
  BIOS-e820: 0000000000000000 - 0000000000093c00 (usable)
  BIOS-e820: 0000000000093c00 - 00000000000a0000 (reserved)
@@ -497,6 +514,7 @@
 pnp: PnP ACPI: found 14 devices
 ACPI: ACPI bus type pnp unregistered
 PnPBIOS: Disabled by ACPI PNP
+PCI: max bus depth: 2 pci_try_num: 3
 pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x4000000)
 pci 0000:00:1c.3: BAR 15: assigned [mem 0xf6a00000-0xf6bfffff 64bit pref]
 pci 0000:00:1c.1: BAR 15: assigned [mem 0xf6c00000-0xf6dfffff 64bit pref]
@@ -528,6 +546,70 @@
 pci 0000:00:1e.0:   bridge window [io  disabled]
 pci 0000:00:1e.0:   bridge window [mem disabled]
 pci 0000:00:1e.0:   bridge window [mem pref disabled]
+PCI: No. 2 try to assign unassigned res
+pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x4000000)
+pci 0000:00:1c.0: PCI bridge to [bus 01-01]
+pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
+pci 0000:00:1c.0:   bridge window [mem 0xf5500000-0xf68fffff]
+pci 0000:00:1c.0:   bridge window [mem 0xf6e00000-0xf6ffffff 64bit pref]
+pci 0000:00:1c.1: PCI bridge to [bus 02-02]
+pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
+pci 0000:00:1c.1:   bridge window [mem 0xf4100000-0xf54fffff]
+pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6dfffff 64bit pref]
+pci 0000:03:00.0: BAR 15: can't assign mem pref (size 0x4000000)
+pci 0000:03:00.0: BAR 16: can't assign mem (size 0x4000000)
+pci 0000:03:00.0: CardBus bridge to [bus 04-07]
+pci 0000:03:00.0:   bridge window [io  0x0000-0x00ff]
+pci 0000:03:00.0:   bridge window [io  0x0000-0x00ff]
+pci 0000:00:1c.2: PCI bridge to [bus 03-04]
+pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
+pci 0000:00:1c.2:   bridge window [mem 0xf0400000-0xf2cfffff]
+pci 0000:00:1c.2:   bridge window [mem pref disabled]
+pci 0000:00:1c.3: PCI bridge to [bus 05-0a]
+pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
+pci 0000:00:1c.3:   bridge window [mem 0xf2d00000-0xf40fffff]
+pci 0000:00:1c.3:   bridge window [mem 0xf6a00000-0xf6bfffff 64bit pref]
+pci 0000:00:1e.0: PCI bridge to [bus 0b-0b]
+pci 0000:00:1e.0:   bridge window [io  disabled]
+pci 0000:00:1e.0:   bridge window [mem disabled]
+pci 0000:00:1e.0:   bridge window [mem pref disabled]
+PCI: No. 3 try to assign unassigned res
+release child resource [mem 0xf2c00000-0xf2c007ff]
+release child resource [mem 0xf2c30000-0xf2c300ff]
+release child resource [mem 0xf2c40000-0xf2c40fff]
+pci 0000:00:1c.2: resource 14 [mem 0xf0400000-0xf2cfffff] released
+pci 0000:00:1c.2: PCI bridge to [bus 03-04]
+pci 0000:00:1c.2:   bridge window [mem disabled]
+pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x4000000)
+pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x6000000)
+pci 0000:00:1c.0: PCI bridge to [bus 01-01]
+pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
+pci 0000:00:1c.0:   bridge window [mem 0xf5500000-0xf68fffff]
+pci 0000:00:1c.0:   bridge window [mem 0xf6e00000-0xf6ffffff 64bit pref]
+pci 0000:00:1c.1: PCI bridge to [bus 02-02]
+pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
+pci 0000:00:1c.1:   bridge window [mem 0xf4100000-0xf54fffff]
+pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6dfffff 64bit pref]
+pci 0000:03:00.0: BAR 15: can't assign mem pref (size 0x4000000)
+pci 0000:03:00.0: BAR 16: can't assign mem (size 0x4000000)
+pci 0000:03:00.0: BAR 0: can't assign mem (size 0x1000)
+pci 0000:03:00.4: BAR 0: can't assign mem (size 0x800)
+pci 0000:03:00.1: BAR 0: can't assign mem (size 0x100)
+pci 0000:03:00.0: CardBus bridge to [bus 04-07]
+pci 0000:03:00.0:   bridge window [io  0x0000-0x00ff]
+pci 0000:03:00.0:   bridge window [io  0x0000-0x00ff]
+pci 0000:00:1c.2: PCI bridge to [bus 03-04]
+pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
+pci 0000:00:1c.2:   bridge window [mem disabled]
+pci 0000:00:1c.2:   bridge window [mem pref disabled]
+pci 0000:00:1c.3: PCI bridge to [bus 05-0a]
+pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
+pci 0000:00:1c.3:   bridge window [mem 0xf2d00000-0xf40fffff]
+pci 0000:00:1c.3:   bridge window [mem 0xf6a00000-0xf6bfffff 64bit pref]
+pci 0000:00:1e.0: PCI bridge to [bus 0b-0b]
+pci 0000:00:1e.0:   bridge window [io  disabled]
+pci 0000:00:1e.0:   bridge window [mem disabled]
+pci 0000:00:1e.0:   bridge window [mem pref disabled]
 pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
 pci 0000:00:1c.0: setting latency timer to 64
 pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
@@ -550,9 +632,8 @@
 pci_bus 0000:02: resource 1 [mem 0xf4100000-0xf54fffff]
 pci_bus 0000:02: resource 2 [mem 0xf6c00000-0xf6dfffff 64bit pref]
 pci_bus 0000:03: resource 0 [io  0x2000-0x3fff]
-pci_bus 0000:03: resource 1 [mem 0xf0400000-0xf2cfffff]
-pci_bus 0000:04: resource 0 [io  0x2000-0x20ff]
-pci_bus 0000:04: resource 1 [io  0x2400-0x24ff]
+pci_bus 0000:04: resource 0 [io  0x0000-0x00ff]
+pci_bus 0000:04: resource 1 [io  0x0000-0x00ff]
 pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
 pci_bus 0000:05: resource 1 [mem 0xf2d00000-0xf40fffff]
 pci_bus 0000:05: resource 2 [mem 0xf6a00000-0xf6bfffff 64bit pref]
@@ -713,92 +792,72 @@
 md: Scanned 0 and added 0 devices.
 md: autorun ...
 md: ... autorun DONE.
+EXT4-fs (sda3): couldn't mount as ext3 due to feature incompatibilities
+EXT4-fs (sda3): couldn't mount as ext2 due to feature incompatibilities
 EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
-VFS: Mounted root (ext2 filesystem) readonly on device 8:3.
-Freeing unused kernel memory: 372k freed
-Write protecting the kernel text: 3108k
-Write protecting the kernel read-only data: 1624k
-NX-protecting the kernel data: 3036k
+VFS: Mounted root (ext4 filesystem) readonly on device 8:3.
+Freeing unused kernel memory: 392k freed
+Write protecting the kernel text: 4128k
+Write protecting the kernel read-only data: 1640k
+NX-protecting the kernel data: 4064k
 ACPI: acpi_idle yielding to intel_idle
-wmi: Mapper loaded
+ACPI: AC Adapter [AC] (off-line)
 ACPI: Battery Slot [BAT0] (battery present)
-yenta_cardbus 0000:03:00.0: CardBus bridge found [1028:040b]
-yenta_cardbus 0000:03:00.0: CardBus bridge to [bus 04-07]
-yenta_cardbus 0000:03:00.0:   bridge window [io  0x2000-0x20ff]
-yenta_cardbus 0000:03:00.0:   bridge window [io  0x2400-0x24ff]
-yenta_cardbus 0000:03:00.0:   bridge window [mem 0xf0400000-0xf17fffff pref]
-yenta_cardbus 0000:03:00.0:   bridge window [mem 0xf1800000-0xf1bfffff]
-usbcore: registered new interface driver usbfs
 input: PC Speaker as /devices/platform/pcspkr/input/input6
+yenta_cardbus 0000:03:00.0: No cardbus resource!
 dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
+i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
+usbcore: registered new interface driver usbfs
 usbcore: registered new interface driver hub
 usbcore: registered new device driver usb
-i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
-ACPI: Battery Slot [BAT1] (battery absent)
-ACPI: AC Adapter [AC] (off-line)
-sdhci: Secure Digital Host Controller Interface driver
-sdhci: Copyright(c) Pierre Ossman
 ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
 ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
 ehci_hcd 0000:00:1a.0: setting latency timer to 64
 ehci_hcd 0000:00:1a.0: EHCI Host Controller
+ACPI: Battery Slot [BAT1] (battery absent)
+wmi: Mapper loaded
 ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
 ehci_hcd 0000:00:1a.0: debug port 2
+sdhci: Secure Digital Host Controller Interface driver
+sdhci: Copyright(c) Pierre Ossman
 ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
 ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf6970000
-cfg80211: Calling CRDA to update world regulatory domain
+sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
+sdhci-pci 0000:03:00.1: found 1 slot(s)
+sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
+sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
+sdhci-pci 0000:03:00.1: PCI INT B disabled
 tpm_tis 00:08: 1.2 TPM (device-id 0x2001, rev-id 32)
 ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
 usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 usb usb1: Product: EHCI Host Controller
-usb usb1: Manufacturer: Linux 2.6.39 ehci_hcd
+usb usb1: Manufacturer: Linux 3.0.0-rc2-dirty ehci_hcd
 usb usb1: SerialNumber: 0000:00:1a.0
-input: Dell WMI hotkeys as /devices/virtual/input/input7
+cfg80211: Calling CRDA to update world regulatory domain
 hub 1-0:1.0: USB hub found
 hub 1-0:1.0: 3 ports detected
 ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
 ehci_hcd 0000:00:1d.0: setting latency timer to 64
 ehci_hcd 0000:00:1d.0: EHCI Host Controller
+input: Dell WMI hotkeys as /devices/virtual/input/input7
 ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
-yenta_cardbus 0000:03:00.0: ISA IRQ mask 0x0000, PCI irq 18
-yenta_cardbus 0000:03:00.0: Socket status: 30000006
-pci_bus 0000:04: Upper limit for fixing this bridge's parent bridge: #04
-yenta_cardbus 0000:03:00.0: pcmcia: parent PCI bridge window: [io  0x2000-0x3fff]
-pcmcia_socket pcmcia_socket0: cs: IO port probe 0x2000-0x3fff: excluding 0x2000-0x20ff 0x2400-0x24ff
 ehci_hcd 0000:00:1d.0: debug port 2
-
-yenta_cardbus 0000:03:00.0: pcmcia: parent PCI bridge window: [mem 0xf0400000-0xf2cfffff]
-pcmcia_socket pcmcia_socket0: cs: memory probe 0xf0400000-0xf2cfffff: excluding 0xf0400000-0xf1d9ffff 0xf2a70000-0xf2cfffff
-sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
-sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
-sdhci-pci 0000:03:00.1: setting latency timer to 64
-Registered led device: mmc0::
-mmc0: SDHCI controller on PCI [0000:03:00.1] using DMA
 ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
 ehci_hcd 0000:00:1d.0: irq 17, io mem 0xf6950000
 ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
 usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 usb usb2: Product: EHCI Host Controller
-usb usb2: Manufacturer: Linux 2.6.39 ehci_hcd
+usb usb2: Manufacturer: Linux 3.0.0-rc2-dirty ehci_hcd
 usb usb2: SerialNumber: 0000:00:1d.0
 hub 2-0:1.0: USB hub found
 hub 2-0:1.0: 3 ports detected
-pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: excluding nothing: probe failed.
-pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: excluding nothing: probe failed.
-pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: excluding nothing: probe failed.
-pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: excluding nothing: probe failed.
-pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xfffff
-pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff
-pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff
-pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: excluding nothing: probe failed.
-mmc0: error -110 whilst initialising MMC card
 HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
 HDA Intel 0000:00:1b.0: irq 43 for MSI/MSI-X
 HDA Intel 0000:00:1b.0: setting latency timer to 64
 iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
-iwlagn: Copyright(c) 2003-2010 Intel Corporation
+iwlagn: Copyright(c) 2003-2011 Intel Corporation
 iwlagn 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
 iwlagn 0000:02:00.0: setting latency timer to 64
 iwlagn 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N 6200 AGN, REV=0x74

[-- Attachment #3: config-3.0.0-rc2-dirty --]
[-- Type: text/plain, Size: 72145 bytes --]

#
# Automatically generated make config: don't edit
# Linux/i386 3.0.0-rc2 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
# CONFIG_X86_64 is not set
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf32-i386"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
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 is not set
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
# CONFIG_GENERIC_TIME_VSYSCALL is not set
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 is not set
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
# CONFIG_ZONE_DMA32 is not set
CONFIG_ARCH_POPULATES_NODE_MAP=y
# CONFIG_AUDIT_ARCH is not set
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_X86_32_SMP=y
CONFIG_X86_HT=y
CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx"
CONFIG_KTIME_SCALAR=y
CONFIG_ARCH_CPU_PROBE_RELEASE=y
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_CONSTRUCTORS=y
CONFIG_HAVE_IRQ_WORK=y
CONFIG_IRQ_WORK=y

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
# CONFIG_FHANDLE is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set
CONFIG_HAVE_GENERIC_HARDIRQS=y

#
# IRQ subsystem
#
CONFIG_GENERIC_HARDIRQS=y
CONFIG_HAVE_SPARSE_IRQ=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_IRQ_FORCED_THREADING=y
# CONFIG_SPARSE_IRQ is not set

#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_PREEMPT_RCU is not set
# CONFIG_RCU_TRACE is not set
CONFIG_RCU_FANOUT=32
# CONFIG_RCU_FANOUT_EXACT is not set
CONFIG_RCU_FAST_NO_HZ=y
# CONFIG_TREE_RCU_TRACE is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=17
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_CPUACCT=y
# CONFIG_RESOURCE_COUNTERS is not set
# CONFIG_CGROUP_PERF is not set
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
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_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
# CONFIG_RELAY is not set
# CONFIG_BLK_DEV_INITRD is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
# CONFIG_EXPERT is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
# CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_PERF_COUNTERS is not set
# CONFIG_DEBUG_PERF_USE_VMALLOC 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_PROFILING is not set
CONFIG_HAVE_OPROFILE=y
# CONFIG_KPROBES is not set
# CONFIG_JUMP_LABEL is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_USER_RETURN_NOTIFIER=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_USE_GENERIC_SMP_HELPERS=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_HAVE_GENERIC_DMA_COHERENT=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_FORCE_LOAD=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_LBDAF=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_INTEGRITY=y
# CONFIG_BLK_DEV_THROTTLING is not set

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_CFQ_GROUP_IOSCHED=y
# 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_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 is not set
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_BIGSMP is not set
# CONFIG_X86_EXTENDED_PLATFORM is not set
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
# CONFIG_X86_32_IRIS is not set
CONFIG_SCHED_OMIT_FRAME_POINTER=y
# 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_MELAN 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_MCORE2=y
# CONFIG_MATOM is not set
CONFIG_X86_GENERIC=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_CMPXCHG=y
CONFIG_CMPXCHG_LOCAL=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_XADD=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=5
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_CYRIX_32=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_CPU_SUP_TRANSMETA_32=y
CONFIG_CPU_SUP_UMC_32=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
# CONFIG_IOMMU_HELPER is not set
# CONFIG_IOMMU_API is not set
CONFIG_NR_CPUS=4
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
# CONFIG_IRQ_TIME_ACCOUNTING is not set
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
# CONFIG_X86_MCE_AMD is not set
# CONFIG_X86_ANCIENT_MCE is not set
CONFIG_X86_MCE_THRESHOLD=y
# CONFIG_X86_MCE_INJECT is not set
CONFIG_X86_THERMAL_VECTOR=y
CONFIG_VM86=y
# CONFIG_TOSHIBA is not set
CONFIG_I8K=y
CONFIG_X86_REBOOTFIXUPS=y
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
# CONFIG_NOHIGHMEM is not set
# CONFIG_HIGHMEM4G is not set
CONFIG_HIGHMEM64G=y
CONFIG_PAGE_OFFSET=0xC0000000
CONFIG_HIGHMEM=y
CONFIG_X86_PAE=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ILLEGAL_POINTER_VALUE=0
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_SPARSEMEM_STATIC=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=999999
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MMU_NOTIFIER=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
CONFIG_MEMORY_FAILURE=y
# CONFIG_HWPOISON_INJECT is not set
CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
# CONFIG_CLEANCACHE is not set
CONFIG_HIGHPTE=y
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
CONFIG_X86_RESERVE_LOW=64
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
# CONFIG_EFI is not set
CONFIG_SECCOMP=y
CONFIG_CC_STACKPROTECTOR=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
CONFIG_X86_NEED_RELOCS=y
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_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
# CONFIG_HIBERNATION is not set
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_RUNTIME=y
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_PM_ADVANCED_DEBUG=y
# CONFIG_PM_TEST_SUSPEND is not set
CONFIG_CAN_PM_TRACE=y
# CONFIG_PM_TRACE_RTC is not set
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_PROCFS is not set
# CONFIG_ACPI_PROCFS_POWER is not set
# CONFIG_ACPI_EC_DEBUGFS is not set
# CONFIG_ACPI_PROC_EVENT is not set
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
CONFIG_ACPI_FAN=m
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_PROCESSOR_AGGREGATOR=m
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=m
# CONFIG_ACPI_HED is not set
# CONFIG_ACPI_CUSTOM_METHOD is not set
CONFIG_ACPI_APEI=y
# CONFIG_ACPI_APEI_GHES is not set
# CONFIG_ACPI_APEI_PCIEAER is not set
# CONFIG_ACPI_APEI_EINJ is not set
# CONFIG_ACPI_APEI_ERST_DEBUG is not set
# CONFIG_SFI is not set
# CONFIG_APM is not set

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

#
# x86 CPU frequency scaling drivers
#
# CONFIG_X86_PCC_CPUFREQ is not set
# CONFIG_X86_ACPI_CPUFREQ is not set
# CONFIG_X86_POWERNOW_K6 is not set
# CONFIG_X86_POWERNOW_K7 is not set
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_GX_SUSPMOD is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
CONFIG_X86_SPEEDSTEP_ICH=m
# CONFIG_X86_SPEEDSTEP_SMI is not set
# CONFIG_X86_P4_CLOCKMOD is not set
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
# CONFIG_X86_LONGRUN is not set
# CONFIG_X86_LONGHAUL is not set
# CONFIG_X86_E_POWERSAVER is not set

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

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
# CONFIG_PCI_CNB20LE_QUIRK is not set
# CONFIG_DMAR is not set
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=y
CONFIG_PCIEAER=y
# CONFIG_PCIE_ECRC is not set
# CONFIG_PCIEAER_INJECT is not set
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
CONFIG_PCIE_PME=y
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_STUB is not set
CONFIG_HT_IRQ=y
CONFIG_PCI_IOV=y
CONFIG_PCI_IOAPIC=y
CONFIG_PCI_LABEL=y
CONFIG_ISA_DMA_API=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
CONFIG_AMD_NB=y
CONFIG_PCCARD=y
CONFIG_PCMCIA=m
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_CARDBUS=y

#
# PC-card bridges
#
CONFIG_YENTA=m
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
# CONFIG_PD6729 is not set
# CONFIG_I82092 is not set
# CONFIG_I82365 is not set
# CONFIG_TCIC is not set
CONFIG_PCMCIA_PROBE=y
CONFIG_PCCARD_NONSTATIC=y
CONFIG_HOTPLUG_PCI=y
# CONFIG_HOTPLUG_PCI_FAKE is not set
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
# CONFIG_HOTPLUG_PCI_IBM is not set
# CONFIG_HOTPLUG_PCI_ACPI is not set
CONFIG_HOTPLUG_PCI_CPCI=y
# CONFIG_HOTPLUG_PCI_CPCI_ZT5550 is not set
# CONFIG_HOTPLUG_PCI_CPCI_GENERIC is not set
CONFIG_HOTPLUG_PCI_SHPC=y
# CONFIG_RAPIDIO is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_HAVE_AOUT=y
# CONFIG_BINFMT_AOUT is not set
CONFIG_BINFMT_MISC=m
CONFIG_HAVE_ATOMIC_IOMAP=y
CONFIG_HAVE_TEXT_POKE_SMP=y
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_UNIX=y
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
CONFIG_XFRM_SUB_POLICY=y
CONFIG_XFRM_MIGRATE=y
# CONFIG_XFRM_STATISTICS is not set
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_IP_FIB_TRIE_STATS is not set
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
CONFIG_IP_MROUTE=y
CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
# 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=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
# CONFIG_TCP_CONG_VEGAS is not set
# CONFIG_TCP_CONG_SCALABLE is not set
# CONFIG_TCP_CONG_LP is not set
# CONFIG_TCP_CONG_VENO is not set
# CONFIG_TCP_CONG_YEAH is not set
# CONFIG_TCP_CONG_ILLINOIS is not set
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=y
CONFIG_IPV6_PRIVACY=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
# CONFIG_INET6_AH is not set
# CONFIG_INET6_ESP is not set
# CONFIG_INET6_IPCOMP is not set
CONFIG_IPV6_MIP6=y
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
# CONFIG_INET6_XFRM_MODE_BEET is not set
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
# CONFIG_IPV6_SIT is not set
# CONFIG_IPV6_TUNNEL is not set
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
CONFIG_IPV6_PIMSM_V2=y
CONFIG_NETWORK_SECMARK=y
# CONFIG_NETWORK_PHY_TIMESTAMPING 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 is not set
# CONFIG_NETFILTER_XTABLES is not set
# CONFIG_IP_VS is not set

#
# IP: Netfilter Configuration
#
# CONFIG_NF_DEFRAG_IPV4 is not set
# CONFIG_IP_NF_QUEUE is not set
# CONFIG_IP_NF_IPTABLES is not set
# CONFIG_IP_NF_ARPTABLES is not set

#
# IPv6: Netfilter Configuration
#
# CONFIG_NF_DEFRAG_IPV6 is not set
# CONFIG_IP6_NF_QUEUE is not set
# CONFIG_IP6_NF_IPTABLES is not set
# CONFIG_IP_DCCP is not set
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_HMAC_NONE is not set
# CONFIG_SCTP_HMAC_SHA1 is not set
CONFIG_SCTP_HMAC_MD5=y
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
# CONFIG_BRIDGE is not set
# CONFIG_NET_DSA is not set
CONFIG_VLAN_8021Q=y
# CONFIG_VLAN_8021Q_GVRP 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=y

#
# Queueing/Scheduling
#
# CONFIG_NET_SCH_CBQ is not set
# CONFIG_NET_SCH_HTB is not set
# CONFIG_NET_SCH_HFSC is not set
# CONFIG_NET_SCH_PRIO is not set
# CONFIG_NET_SCH_MULTIQ is not set
# CONFIG_NET_SCH_RED is not set
# CONFIG_NET_SCH_SFB is not set
# CONFIG_NET_SCH_SFQ is not set
# CONFIG_NET_SCH_TEQL is not set
# CONFIG_NET_SCH_TBF is not set
# CONFIG_NET_SCH_GRED is not set
# CONFIG_NET_SCH_DSMARK is not set
# CONFIG_NET_SCH_NETEM is not set
# CONFIG_NET_SCH_DRR is not set
# CONFIG_NET_SCH_MQPRIO is not set
# CONFIG_NET_SCH_CHOKE is not set
# CONFIG_NET_SCH_QFQ is not set
# CONFIG_NET_SCH_INGRESS is not set

#
# Classification
#
CONFIG_NET_CLS=y
# CONFIG_NET_CLS_BASIC is not set
# CONFIG_NET_CLS_TCINDEX is not set
# CONFIG_NET_CLS_ROUTE4 is not set
# CONFIG_NET_CLS_FW is not set
# CONFIG_NET_CLS_U32 is not set
# CONFIG_NET_CLS_RSVP is not set
# CONFIG_NET_CLS_RSVP6 is not set
# CONFIG_NET_CLS_FLOW is not set
CONFIG_NET_CLS_CGROUP=y
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
# CONFIG_NET_EMATCH_CMP is not set
# CONFIG_NET_EMATCH_NBYTE is not set
# CONFIG_NET_EMATCH_U32 is not set
# CONFIG_NET_EMATCH_META is not set
# CONFIG_NET_EMATCH_TEXT is not set
CONFIG_NET_CLS_ACT=y
# CONFIG_NET_ACT_POLICE is not set
# CONFIG_NET_ACT_GACT is not set
# CONFIG_NET_ACT_MIRRED is not set
# CONFIG_NET_ACT_NAT is not set
# CONFIG_NET_ACT_PEDIT is not set
# CONFIG_NET_ACT_SIMP is not set
# CONFIG_NET_ACT_SKBEDIT is not set
# CONFIG_NET_ACT_CSUM is not set
CONFIG_NET_SCH_FIFO=y
CONFIG_DCB=y
# CONFIG_BATMAN_ADV is not set
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
CONFIG_CAN=m
CONFIG_CAN_RAW=m
CONFIG_CAN_BCM=m

#
# CAN Device Drivers
#
CONFIG_CAN_VCAN=m
CONFIG_CAN_SLCAN=m
CONFIG_CAN_DEV=m
CONFIG_CAN_CALC_BITTIMING=y
CONFIG_PCH_CAN=m
CONFIG_CAN_SJA1000=m
CONFIG_CAN_SJA1000_ISA=m
CONFIG_CAN_SJA1000_PLATFORM=m
CONFIG_CAN_EMS_PCI=m
CONFIG_CAN_KVASER_PCI=m
CONFIG_CAN_PLX_PCI=m
CONFIG_CAN_TSCAN1=m
CONFIG_CAN_C_CAN=m
CONFIG_CAN_C_CAN_PLATFORM=m

#
# CAN USB interfaces
#
CONFIG_CAN_EMS_USB=m
CONFIG_CAN_ESD_USB2=m
CONFIG_CAN_SOFTING=m
CONFIG_CAN_SOFTING_CS=m
# CONFIG_CAN_DEBUG_DEVICES is not set
# CONFIG_IRDA is not set
CONFIG_BT=m
CONFIG_BT_L2CAP=y
CONFIG_BT_SCO=y
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
# CONFIG_BT_BNEP_MC_FILTER is not set
# CONFIG_BT_BNEP_PROTO_FILTER is not set
CONFIG_BT_HIDP=m

#
# Bluetooth device drivers
#
CONFIG_BT_HCIBTUSB=m
CONFIG_BT_HCIBTSDIO=m
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_ATH3K=y
CONFIG_BT_HCIUART_LL=y
CONFIG_BT_HCIBCM203X=m
# CONFIG_BT_HCIBPA10X is not set
# CONFIG_BT_HCIBFUSB is not set
# CONFIG_BT_HCIDTL1 is not set
# CONFIG_BT_HCIBT3C is not set
# CONFIG_BT_HCIBLUECARD is not set
# CONFIG_BT_HCIBTUART is not set
# CONFIG_BT_HCIVHCI is not set
# CONFIG_BT_MRVL is not set
# CONFIG_BT_ATH3K is not set
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_CFG80211=m
# CONFIG_NL80211_TESTMODE is not set
# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
# CONFIG_CFG80211_REG_DEBUG is not set
CONFIG_CFG80211_DEFAULT_PS=y
# CONFIG_CFG80211_DEBUGFS is not set
# CONFIG_CFG80211_INTERNAL_REGDB is not set
CONFIG_CFG80211_WEXT=y
# CONFIG_WIRELESS_EXT_SYSFS is not set
# CONFIG_LIB80211 is not set
CONFIG_MAC80211=m
CONFIG_MAC80211_HAS_RC=y
CONFIG_MAC80211_RC_MINSTREL=y
CONFIG_MAC80211_RC_MINSTREL_HT=y
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
CONFIG_MAC80211_MESH=y
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_LEDS=y
CONFIG_RFKILL_INPUT=y
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_DEVTMPFS=y
# CONFIG_DEVTMPFS_MOUNT is not set
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_CONNECTOR 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_ISAPNP=y
CONFIG_PNPBIOS=y
CONFIG_PNPBIOS_PROC_FS=y
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_XD 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=m
CONFIG_BLK_DEV_CRYPTOLOOP=m

#
# 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 is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_BLK_DEV_HD is not set
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_SENSORS_LIS3LV02D is not set
CONFIG_MISC_DEVICES=y
# CONFIG_AD525X_DPOT is not set
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_INTEL_MID_PTI is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_CS5535_MFGPT is not set
# CONFIG_HP_ILO is not set
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_SENSORS_BH1780 is not set
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
# CONFIG_VMWARE_BALLOON is not set
# CONFIG_BMP085 is not set
# CONFIG_PCH_PHUB is not set
# CONFIG_C2PORT is not set

#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_MAX6875 is not set
# CONFIG_EEPROM_93CX6 is not set
CONFIG_CB710_CORE=m
# CONFIG_CB710_DEBUG is not set
CONFIG_CB710_DEBUG_ASSUMPTIONS=y
# CONFIG_IWMC3200TOP is not set

#
# Texas Instruments shared transport line discipline
#
# CONFIG_SENSORS_LIS3_I2C 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 is not set
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
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_LOWLEVEL_PCMCIA 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=y
CONFIG_ATA_ACPI=y
CONFIG_SATA_PMP=y

#
# Controllers with non-SFF native interface
#
CONFIG_SATA_AHCI=y
# CONFIG_SATA_AHCI_PLATFORM is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_SATA_ACARD_AHCI is not set
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y

#
# SFF controllers with custom DMA interface
#
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_SX4 is not set
CONFIG_ATA_BMDMA=y

#
# SATA SFF controllers with BMDMA
#
CONFIG_ATA_PIIX=y
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_SVW is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set

#
# PATA SFF controllers with BMDMA
#
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARASAN_CF is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_ATP867X is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CS5535 is not set
# CONFIG_PATA_CS5536 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR 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_IT8213 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OLDPIIX 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_SC1200 is not set
# CONFIG_PATA_SCH 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_TRIFLEX is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set

#
# PIO-only SFF controllers
#
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_ISAPNP is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_PCMCIA is not set
# CONFIG_PATA_QDI is not set
# CONFIG_PATA_RZ1000 is not set
# CONFIG_PATA_WINBOND_VLB is not set

#
# Generic fallback / legacy drivers
#
# CONFIG_PATA_ACPI is not set
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_LEGACY is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_AUTODETECT=y
# CONFIG_MD_LINEAR is not set
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=y
# CONFIG_MD_RAID10 is not set
# CONFIG_MD_RAID456 is not set
# CONFIG_MD_MULTIPATH is not set
# CONFIG_MD_FAULTY is not set
# CONFIG_BLK_DEV_DM is not set
# CONFIG_TARGET_CORE is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
# CONFIG_IFB is not set
# 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_MII is not set
# CONFIG_PHYLIB 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=y
# 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 is not set
# 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_STMMAC_ETH is not set
# CONFIG_PCH_GBE is not set
# CONFIG_NETDEV_10000 is not set
# CONFIG_TR is not set
CONFIG_WLAN=y
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_LIBERTAS_THINFIRM is not set
# CONFIG_AIRO is not set
# CONFIG_ATMEL is not set
# CONFIG_AT76C50X_USB is not set
# CONFIG_AIRO_CS is not set
# CONFIG_PCMCIA_WL3501 is not set
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
# CONFIG_USB_NET_RNDIS_WLAN 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_MWL8K is not set
# CONFIG_ATH_COMMON is not set
# CONFIG_B43 is not set
# CONFIG_B43LEGACY is not set
# CONFIG_HOSTAP is not set
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
CONFIG_IWLAGN=m

#
# Debugging Options
#
# CONFIG_IWLWIFI_DEBUG is not set
# CONFIG_IWLWIFI_DEVICE_SVTOOL is not set
# CONFIG_IWL_P2P is not set
# CONFIG_IWL4965 is not set
# CONFIG_IWL3945 is not set
# CONFIG_IWM is not set
# CONFIG_LIBERTAS is not set
# CONFIG_HERMES is not set
# CONFIG_P54_COMMON is not set
# CONFIG_RT2X00 is not set
# CONFIG_RTL8192CE is not set
# CONFIG_RTL8192SE is not set
# CONFIG_RTL8192CU is not set
# CONFIG_WL1251 is not set
# CONFIG_WL12XX_MENU is not set
# CONFIG_ZD1211RW is not set
# CONFIG_MWIFIEX 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_USB_IPHETH is not set
# CONFIG_NET_PCMCIA is not set
# CONFIG_WAN is not set

#
# CAIF transport drivers
#
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
# CONFIG_PPP_MPPE is not set
# CONFIG_PPPOE is not set
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLHC=m
CONFIG_SLIP_SMART=y
CONFIG_SLIP_MODE_SLIP6=y
# 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=m

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

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 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=m
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
CONFIG_MOUSE_PS2_ELANTECH=y
CONFIG_MOUSE_PS2_SENTELIC=y
# 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_INPORT is not set
# CONFIG_MOUSE_LOGIBM is not set
# CONFIG_MOUSE_PC110PAD 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=y
# CONFIG_INPUT_AD714X is not set
CONFIG_INPUT_PCSPKR=m
# CONFIG_INPUT_APANEL is not set
# CONFIG_INPUT_WISTRON_BTNS 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
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_CMA3000 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=m
# CONFIG_SERIO_ALTERA_PS2 is not set
# CONFIG_SERIO_PS2MULT 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_UNIX98_PTYS=y
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_NOZOMI is not set
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
# CONFIG_DEVKMEM 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_CS is not set
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
# CONFIG_SERIAL_8250_FOURPORT is not set
# CONFIG_SERIAL_8250_ACCENT is not set
# CONFIG_SERIAL_8250_BOCA is not set
# CONFIG_SERIAL_8250_EXAR_ST16C554 is not set
# CONFIG_SERIAL_8250_HUB6 is not set
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
CONFIG_SERIAL_8250_RSA=y

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_MFD_HSU is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_TIMBERDALE is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_PCH_UART is not set
# CONFIG_SERIAL_XILINX_PS_UART is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=m
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
CONFIG_HW_RANDOM_INTEL=m
# CONFIG_HW_RANDOM_AMD is not set
# CONFIG_HW_RANDOM_GEODE is not set
# CONFIG_HW_RANDOM_VIA is not set
CONFIG_NVRAM=m
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set

#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
# CONFIG_CARDMAN_4000 is not set
# CONFIG_CARDMAN_4040 is not set
# CONFIG_IPWIRELESS is not set
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
# CONFIG_NSC_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=m
CONFIG_TCG_TIS=m
CONFIG_TCG_NSC=m
CONFIG_TCG_ATMEL=m
CONFIG_TCG_INFINEON=m
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
# CONFIG_RAMOOPS is not set
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_COMPAT=y
# CONFIG_I2C_CHARDEV is not set
# CONFIG_I2C_MUX is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=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=m
# 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_INTEL_MID is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_PXA_PCI is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_XILINX is not set
# CONFIG_I2C_EG20T is not set

#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_DIOLAN_U2C is not set
# 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_ISA is not set
# CONFIG_I2C_STUB is not set
# CONFIG_SCx200_ACB 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

#
# PPS generators support
#

#
# PTP clock support
#

#
# Enable Device Drivers -> PPS to see the PTP clock options.
#
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=m
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_BQ20Z75 is not set
# CONFIG_BATTERY_BQ27x00 is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_MAX8903 is not set
CONFIG_HWMON=y
# CONFIG_HWMON_VID is not set
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Native drivers
#
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7411 is not set
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_ASC7621 is not set
# CONFIG_SENSORS_K8TEMP is not set
# CONFIG_SENSORS_K10TEMP is not set
# CONFIG_SENSORS_FAM15H_POWER is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS620 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_FSCHMD is not set
# CONFIG_SENSORS_G760A is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
CONFIG_SENSORS_CORETEMP=m
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_JC42 is not set
# CONFIG_SENSORS_LINEAGE is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM73 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LTC4151 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4245 is not set
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_MAX16065 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX6639 is not set
# CONFIG_SENSORS_MAX6642 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_PMBUS is not set
# CONFIG_SENSORS_SHT21 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_SMM665 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
# CONFIG_SENSORS_EMC6W201 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_SCH5627 is not set
# CONFIG_SENSORS_ADS1015 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_AMC6821 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP401 is not set
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_VIA_CPUTEMP is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83795 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
# CONFIG_SENSORS_APPLESMC is not set

#
# ACPI drivers
#
# CONFIG_SENSORS_ACPI_POWER is not set
# CONFIG_SENSORS_ATK0110 is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_HWMON=y
# CONFIG_WATCHDOG is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set
CONFIG_BCMA_POSSIBLE=y

#
# Broadcom specific AMBA
#
# CONFIG_BCMA is not set
# CONFIG_MFD_SUPPORT is not set
# CONFIG_REGULATOR is not set
# CONFIG_MEDIA_SUPPORT is not set

#
# Graphics support
#
CONFIG_AGP=y
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=y
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_EFFICEON is not set
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
# CONFIG_VGA_SWITCHEROO is not set
CONFIG_DRM=y
CONFIG_DRM_KMS_HELPER=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_I915=y
CONFIG_DRM_I915_KMS=y
# 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_STUB_POULSBO 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=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_WMT_GE_ROPS is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_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_I810 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_UDL 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 is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_GENERIC is not set
# CONFIG_BACKLIGHT_PROGEAR is not set
# CONFIG_BACKLIGHT_APPLE is not set
# CONFIG_BACKLIGHT_SAHARA is not set
# CONFIG_BACKLIGHT_ADP8860 is not set

#
# Display device support
#
# CONFIG_DISPLAY_SUPPORT is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_MONO=y
CONFIG_LOGO_LINUX_VGA16=y
CONFIG_LOGO_LINUX_CLUT224=y
CONFIG_SOUND=m
CONFIG_SOUND_OSS_CORE=y
# CONFIG_SOUND_OSS_CORE_PRECLAIM is not set
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_HWDEP=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_JACK=y
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
# CONFIG_SND_MIXER_OSS is not set
CONFIG_SND_PCM_OSS=m
CONFIG_SND_PCM_OSS_PLUGINS=y
# CONFIG_SND_SEQUENCER_OSS is not set
CONFIG_SND_HRTIMER=m
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=m
# 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=y
# CONFIG_SND_PCSP is not set
CONFIG_SND_DUMMY=m
# CONFIG_SND_ALOOP is not set
CONFIG_SND_VIRMIDI=m
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
# CONFIG_SND_ISA 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_ASIHPI 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=m
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=y
CONFIG_SND_HDA_CODEC_HDMI=y
CONFIG_SND_HDA_CODEC_CIRRUS=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CA0110=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_HDA_POWER_SAVE=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM 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_LOLA 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_SIS7019 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=m
CONFIG_SND_USB_UA101=m
CONFIG_SND_USB_USX2Y=m
CONFIG_SND_USB_CAIAQ=m
CONFIG_SND_USB_CAIAQ_INPUT=y
CONFIG_SND_USB_US122L=m
# CONFIG_SND_USB_6FIRE is not set
# CONFIG_SND_PCMCIA is not set
# CONFIG_SND_SOC is not set
# CONFIG_SOUND_PRIME is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=m
# CONFIG_HIDRAW is not set

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

#
# Special HID drivers
#
CONFIG_HID_A4TECH=m
# CONFIG_HID_ACRUX is not set
CONFIG_HID_APPLE=m
CONFIG_HID_BELKIN=m
CONFIG_HID_CHERRY=m
CONFIG_HID_CHICONY=m
# CONFIG_HID_PRODIKEYS is not set
CONFIG_HID_CYPRESS=m
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELECOM is not set
CONFIG_HID_EZKEY=m
# CONFIG_HID_KEYTOUCH is not set
CONFIG_HID_KYE=m
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_TWINHAN is not set
CONFIG_HID_KENSINGTON=m
# CONFIG_HID_LCPOWER is not set
CONFIG_HID_LOGITECH=m
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
# CONFIG_LOGIG940_FF is not set
# CONFIG_LOGIWII_FF is not set
# CONFIG_HID_MAGICMOUSE is not set
CONFIG_HID_MICROSOFT=m
CONFIG_HID_MONTEREY=m
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_NTRIG is not set
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_QUANTA is not set
# CONFIG_HID_ROCCAT is not set
# CONFIG_HID_ROCCAT_ARVO is not set
# CONFIG_HID_ROCCAT_KONE is not set
# CONFIG_HID_ROCCAT_KONEPLUS is not set
# CONFIG_HID_ROCCAT_KOVAPLUS is not set
# CONFIG_HID_ROCCAT_PYRA is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SONY is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

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

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
# CONFIG_USB_XHCI_HCD is not set
CONFIG_USB_EHCI_HCD=m
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 is not set
# CONFIG_USB_UHCI_HCD is not set
# 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

#
# Enable Host or Gadget support to see Inventra options
#

#
# 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=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_REALTEK 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_STORAGE_ENE_UB6250 is not set
# CONFIG_USB_UAS 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=m
# CONFIG_USB_EZUSB is not set
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_AIRCABLE is not set
# CONFIG_USB_SERIAL_ARK3116 is not set
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_CH341 is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_CP210X is not set
# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
# CONFIG_USB_SERIAL_EMPEG is not set
CONFIG_USB_SERIAL_FTDI_SIO=m
# CONFIG_USB_SERIAL_FUNSOFT is not set
# CONFIG_USB_SERIAL_VISOR is not set
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_GARMIN is not set
# CONFIG_USB_SERIAL_IPW is not set
# CONFIG_USB_SERIAL_IUU is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
# CONFIG_USB_SERIAL_MOS7720 is not set
# CONFIG_USB_SERIAL_MOS7840 is not set
# CONFIG_USB_SERIAL_MOTOROLA is not set
# CONFIG_USB_SERIAL_NAVMAN is not set
CONFIG_USB_SERIAL_PL2303=m
# CONFIG_USB_SERIAL_OTI6858 is not set
# CONFIG_USB_SERIAL_QCAUX is not set
# CONFIG_USB_SERIAL_QUALCOMM is not set
# CONFIG_USB_SERIAL_SPCP8X5 is not set
# CONFIG_USB_SERIAL_HP4X is not set
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
# CONFIG_USB_SERIAL_SYMBOL is not set
# CONFIG_USB_SERIAL_TI is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OPTION is not set
# CONFIG_USB_SERIAL_OMNINET is not set
# CONFIG_USB_SERIAL_OPTICON is not set
# CONFIG_USB_SERIAL_VIVOPAY_SERIAL is not set
# CONFIG_USB_SERIAL_ZIO is not set
# CONFIG_USB_SERIAL_SSU100 is not set
# CONFIG_USB_SERIAL_DEBUG 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_YUREX 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=m
CONFIG_MMC_DEBUG=y
# CONFIG_MMC_UNSAFE_RESUME is not set
# CONFIG_MMC_CLKGATE is not set

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

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

#
# LED drivers
#
# CONFIG_LEDS_LM3530 is not set
# CONFIG_LEDS_ALIX2 is not set
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 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_DELL_NETBOOKS 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_NFC_DEVICES is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC=y

#
# Reporting subsystems
#
# CONFIG_EDAC_DEBUG is not set
# CONFIG_EDAC_DECODE_MCE is not set
# CONFIG_EDAC_MM_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set

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

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_DS3232 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_ISL12022 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_BQ32K is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8581 is not set
# CONFIG_RTC_DRV_RX8025 is not set
# CONFIG_RTC_DRV_EM3027 is not set
# CONFIG_RTC_DRV_RV3029C2 is not set

#
# SPI RTC drivers
#

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

#
# on-CPU RTC drivers
#
# CONFIG_DMADEVICES is not set
# CONFIG_AUXDISPLAY 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_ACERHDF is not set
# CONFIG_ASUS_LAPTOP is not set
CONFIG_DELL_LAPTOP=m
CONFIG_DELL_WMI=m
# CONFIG_DELL_WMI_AIO is not set
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_TC1100_WMI is not set
# CONFIG_HP_ACCEL is not set
# CONFIG_HP_WMI is not set
# CONFIG_MSI_LAPTOP is not set
# CONFIG_PANASONIC_LAPTOP is not set
# CONFIG_COMPAL_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_IDEAPAD_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
# CONFIG_SENSORS_HDAPS is not set
# CONFIG_INTEL_MENLOW is not set
# CONFIG_EEEPC_LAPTOP is not set
# CONFIG_ASUS_WMI is not set
CONFIG_ACPI_WMI=m
# CONFIG_MSI_WMI is not set
# CONFIG_ACPI_ASUS is not set
# CONFIG_TOPSTAR_LAPTOP is not set
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_TOSHIBA_BT_RFKILL is not set
# CONFIG_ACPI_CMPC is not set
CONFIG_INTEL_IPS=y
# CONFIG_IBM_RTL is not set
# CONFIG_XO15_EBOOK is not set
# CONFIG_SAMSUNG_LAPTOP is not set
# CONFIG_MXM_WMI is not set
# CONFIG_INTEL_OAKTRAIL is not set
CONFIG_CLKSRC_I8253=y

#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_FIRMWARE_MEMMAP=y
# CONFIG_DELL_RBU is not set
CONFIG_DCDBAS=m
CONFIG_DMIID=y
# CONFIG_DMI_SYSFS is not set
CONFIG_ISCSI_IBFT_FIND=y
# CONFIG_SIGMA is not set
# CONFIG_GOOGLE_FIRMWARE 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_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# 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_FS_POSIX_ACL=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
# CONFIG_QUOTA is not set
# CONFIG_QUOTACTL is not set
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set
CONFIG_GENERIC_ACL=y

#
# Caches
#
# CONFIG_FSCACHE is not set

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

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

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=m
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_LOGFS 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_PSTORE=y
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
# CONFIG_NETWORK_FILESYSTEMS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=y
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=y
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=y
# CONFIG_DLM is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=1024
CONFIG_MAGIC_SYSRQ=y
CONFIG_STRIP_ASM_SYMS=y
CONFIG_UNUSED_SYMBOLS=y
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_SECTION_MISMATCH=y
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
CONFIG_LOCKUP_DETECTOR=y
CONFIG_HARDLOCKUP_DETECTOR=y
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC=y
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=1
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
# CONFIG_SCHED_DEBUG is not set
# CONFIG_SCHEDSTATS is not set
# CONFIG_TIMER_STATS is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
# CONFIG_DEBUG_KMEMLEAK is not set
CONFIG_DEBUG_RT_MUTEXES=y
CONFIG_DEBUG_PI_LIST=y
# CONFIG_RT_MUTEX_TESTER is not set
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=y
CONFIG_PROVE_RCU=y
# CONFIG_PROVE_RCU_REPEATEDLY is not set
CONFIG_SPARSE_RCU_POINTER=y
CONFIG_LOCKDEP=y
# CONFIG_LOCK_STAT is not set
CONFIG_DEBUG_LOCKDEP=y
CONFIG_TRACE_IRQFLAGS=y
CONFIG_DEBUG_SPINLOCK_SLEEP=y
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_HIGHMEM is not set
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_INFO=y
# CONFIG_DEBUG_INFO_REDUCED 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_TEST_LIST_SORT is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
# CONFIG_DEBUG_CREDENTIALS 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_TIMEOUT=60
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
# CONFIG_DEBUG_PER_CPU_MAPS is not set
# CONFIG_LKDTM is not set
# CONFIG_CPU_NOTIFIER_ERROR_INJECT is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
CONFIG_SYSCTL_SYSCALL_CHECK=y
# CONFIG_DEBUG_PAGEALLOC 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_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_DYNAMIC_DEBUG is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_HAVE_ARCH_KMEMCHECK=y
# CONFIG_KMEMCHECK is not set
# CONFIG_TEST_KSTRTOX is not set
CONFIG_STRICT_DEVMEM=y
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
# CONFIG_EARLY_PRINTK_DBGP is not set
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_X86_PTDUMP is not set
CONFIG_DEBUG_RODATA=y
# CONFIG_DEBUG_RODATA_TEST is not set
# CONFIG_DEBUG_SET_MODULE_RONX is not set
# CONFIG_DEBUG_NX_TEST is not set
CONFIG_DOUBLEFAULT=y
# 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=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=y
# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set

#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY_DMESG_RESTRICT is not set
# CONFIG_SECURITY is not set
CONFIG_SECURITYFS=y
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=m
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_PCOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
# 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=m
# 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=m
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_PCBC is not set
# CONFIG_CRYPTO_XTS is not set

#
# Hash modes
#
CONFIG_CRYPTO_HMAC=m
# CONFIG_CRYPTO_XCBC is not set
# CONFIG_CRYPTO_VMAC is not set

#
# Digest
#
CONFIG_CRYPTO_CRC32C=m
# CONFIG_CRYPTO_CRC32C_INTEL is not set
# CONFIG_CRYPTO_GHASH is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
# 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=m
# 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=m
CONFIG_CRYPTO_AES_586=m
CONFIG_CRYPTO_AES_NI_INTEL=m
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_ARC4=m
# 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_586 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_586 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_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_PADLOCK is not set
# CONFIG_CRYPTO_DEV_GEODE is not set
# CONFIG_CRYPTO_DEV_HIFN_795X is not set
CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_HAVE_KVM_EVENTFD=y
CONFIG_KVM_APIC_ARCHITECTURE=y
CONFIG_KVM_MMIO=y
CONFIG_KVM_ASYNC_PF=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=m
CONFIG_KVM_INTEL=m
# CONFIG_KVM_AMD is not set
# CONFIG_VHOST_NET is not set
# CONFIG_LGUEST is not set
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_BALLOON is not set
# CONFIG_BINARY_PRINTF is not set

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_CRC_CCITT=m
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
# CONFIG_XZ_DEC is not set
# CONFIG_XZ_DEC_BCJ is not set
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_CPU_RMAP=y
CONFIG_NLATTR=y
CONFIG_AVERAGE=y

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

* Re: sdhci-pci fails on 3.0.0-rc1 on Dell E6510
  2011-06-07 20:06           ` Oliver Hartkopp
@ 2011-06-07 22:18             ` Yinghai Lu
  -1 siblings, 0 replies; 17+ messages in thread
From: Yinghai Lu @ 2011-06-07 22:18 UTC (permalink / raw)
  To: Oliver Hartkopp
  Cc: Jesse Barnes, Chris Ball, S, Venkatraman, linux-mmc,
	linux-kernel, Ram Pai

thanks.

second report.

can you send out whole boot log.

Yinghai

On 06/07/2011 01:06 PM, Oliver Hartkopp wrote:
> On 07.06.2011 20:36, Oliver Hartkopp wrote:
> Hi all,
> 
> the commit "PCI: update bridge resources to get more big ranges when allocating space (again)"
> 
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=da7822e5ad71ec9b745b412639f1e5e0ba795a20
> 
> kills my SD-Card and the PCMCIA slot on a Dell E6510 with the latest 3.0.0-rc2 ...
> 
> When i revert the commit both the MMC/SD stuff and the PCMCIA re-appears.
> 
> Any idea?
> 
> See my attached boot.diff / kernel config 
> 
> Regards,
> Oliver
> 
> 
> 
> 
>> On 06.06.2011 21:56, Chris Ball wrote:
>>> Hi Oliver,
>>>
>>> On Mon, Jun 06 2011, Oliver Hartkopp wrote:
>>>>>> dmesg is a bit more detailed:
>>>>>> [    6.242510] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>>>>>> [    6.244168] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>>>>>> [    6.245788] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
>>>>>> [    6.247609] sdhci-pci 0000:03:00.1: PCI INT B disabled
>>>
>>> If you get a chance to do some bisecting, that would be extremely
>>> helpful -- even just building 3.0 from *before* the MMC tree was
>>> merged would help a lot, since if the problem still happens before
>>> the MMC merge we might be looking at some kind of generic PCI bug.
>>>
>>
>>
>> Hi Chris,
>>
>> i just reverted this pull of your merge window patches in my 3.0.0-rc2 tree:
>>
>> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=8c1c77ff9be27137fa7cbbf51efedef1a2ae915b;hp=f3ae1c75203535f65448517e46c8dd70a56b6c71
>>
>> And you were right: The problem still exists. So it might be from the PCI subsystem :-(
>>
>> [    6.167106] sdhci: Secure Digital Host Controller Interface driver
>> [    6.167108] sdhci: Copyright(c) Pierre Ossman
>> [    6.194731] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
>> [    6.195140] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf6970000
>> [    6.196423] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>> [    6.196429] sdhci-pci 0000:03:00.1: found 1 slot(s)
>> [    6.196447] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>> [    6.196451] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
>> [    6.196459] sdhci-pci 0000:03:00.1: PCI INT B disabled
>>
>> Well then, i'll reset my tree and look for differences in the PCI boot messages.
>>
>> Thanks,
>> Oliver
> 


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

* Re: sdhci-pci fails on 3.0.0-rc1 on Dell E6510
@ 2011-06-07 22:18             ` Yinghai Lu
  0 siblings, 0 replies; 17+ messages in thread
From: Yinghai Lu @ 2011-06-07 22:18 UTC (permalink / raw)
  To: Oliver Hartkopp
  Cc: Jesse Barnes, Chris Ball, S, Venkatraman, linux-mmc,
	linux-kernel, Ram Pai

thanks.

second report.

can you send out whole boot log.

Yinghai

On 06/07/2011 01:06 PM, Oliver Hartkopp wrote:
> On 07.06.2011 20:36, Oliver Hartkopp wrote:
> Hi all,
> 
> the commit "PCI: update bridge resources to get more big ranges when allocating space (again)"
> 
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=da7822e5ad71ec9b745b412639f1e5e0ba795a20
> 
> kills my SD-Card and the PCMCIA slot on a Dell E6510 with the latest 3.0.0-rc2 ...
> 
> When i revert the commit both the MMC/SD stuff and the PCMCIA re-appears.
> 
> Any idea?
> 
> See my attached boot.diff / kernel config 
> 
> Regards,
> Oliver
> 
> 
> 
> 
>> On 06.06.2011 21:56, Chris Ball wrote:
>>> Hi Oliver,
>>>
>>> On Mon, Jun 06 2011, Oliver Hartkopp wrote:
>>>>>> dmesg is a bit more detailed:
>>>>>> [    6.242510] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>>>>>> [    6.244168] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>>>>>> [    6.245788] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
>>>>>> [    6.247609] sdhci-pci 0000:03:00.1: PCI INT B disabled
>>>
>>> If you get a chance to do some bisecting, that would be extremely
>>> helpful -- even just building 3.0 from *before* the MMC tree was
>>> merged would help a lot, since if the problem still happens before
>>> the MMC merge we might be looking at some kind of generic PCI bug.
>>>
>>
>>
>> Hi Chris,
>>
>> i just reverted this pull of your merge window patches in my 3.0.0-rc2 tree:
>>
>> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=8c1c77ff9be27137fa7cbbf51efedef1a2ae915b;hp=f3ae1c75203535f65448517e46c8dd70a56b6c71
>>
>> And you were right: The problem still exists. So it might be from the PCI subsystem :-(
>>
>> [    6.167106] sdhci: Secure Digital Host Controller Interface driver
>> [    6.167108] sdhci: Copyright(c) Pierre Ossman
>> [    6.194731] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
>> [    6.195140] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf6970000
>> [    6.196423] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>> [    6.196429] sdhci-pci 0000:03:00.1: found 1 slot(s)
>> [    6.196447] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>> [    6.196451] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
>> [    6.196459] sdhci-pci 0000:03:00.1: PCI INT B disabled
>>
>> Well then, i'll reset my tree and look for differences in the PCI boot messages.
>>
>> Thanks,
>> Oliver
> 


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

* Re: sdhci-pci fails on 3.0.0-rc1 on Dell E6510
  2011-06-07 22:18             ` Yinghai Lu
@ 2011-06-08  6:26               ` Oliver Hartkopp
  -1 siblings, 0 replies; 17+ messages in thread
From: Oliver Hartkopp @ 2011-06-08  6:26 UTC (permalink / raw)
  To: Yinghai Lu
  Cc: Jesse Barnes, Chris Ball, S, Venkatraman, linux-mmc,
	linux-kernel, Ram Pai

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

On 08.06.2011 00:18, Yinghai Lu wrote:
> thanks.
> 
> second report.
> 
> can you send out whole boot log.

See attached dmesg output. The 'dirty' is due to the revert test of the sd/mmc
stuff (see below) - the rest is plain 3.0.0-rc2.

Good luck :-)

Oliver

> 
> On 06/07/2011 01:06 PM, Oliver Hartkopp wrote:
>> On 07.06.2011 20:36, Oliver Hartkopp wrote:
>> Hi all,
>>
>> the commit "PCI: update bridge resources to get more big ranges when allocating space (again)"
>>
>> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=da7822e5ad71ec9b745b412639f1e5e0ba795a20
>>
>> kills my SD-Card and the PCMCIA slot on a Dell E6510 with the latest 3.0.0-rc2 ...
>>
>> When i revert the commit both the MMC/SD stuff and the PCMCIA re-appears.
>>
>> Any idea?
>>
>> See my attached boot.diff / kernel config 
>>
>> Regards,
>> Oliver
>>
>>
>>
>>
>>> On 06.06.2011 21:56, Chris Ball wrote:
>>>> Hi Oliver,
>>>>
>>>> On Mon, Jun 06 2011, Oliver Hartkopp wrote:
>>>>>>> dmesg is a bit more detailed:
>>>>>>> [    6.242510] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>>>>>>> [    6.244168] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>>>>>>> [    6.245788] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
>>>>>>> [    6.247609] sdhci-pci 0000:03:00.1: PCI INT B disabled
>>>>
>>>> If you get a chance to do some bisecting, that would be extremely
>>>> helpful -- even just building 3.0 from *before* the MMC tree was
>>>> merged would help a lot, since if the problem still happens before
>>>> the MMC merge we might be looking at some kind of generic PCI bug.
>>>>
>>>
>>>
>>> Hi Chris,
>>>
>>> i just reverted this pull of your merge window patches in my 3.0.0-rc2 tree:
>>>
>>> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=8c1c77ff9be27137fa7cbbf51efedef1a2ae915b;hp=f3ae1c75203535f65448517e46c8dd70a56b6c71
>>>
>>> And you were right: The problem still exists. So it might be from the PCI subsystem :-(
>>>
>>> [    6.167106] sdhci: Secure Digital Host Controller Interface driver
>>> [    6.167108] sdhci: Copyright(c) Pierre Ossman
>>> [    6.194731] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
>>> [    6.195140] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf6970000
>>> [    6.196423] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>>> [    6.196429] sdhci-pci 0000:03:00.1: found 1 slot(s)
>>> [    6.196447] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>>> [    6.196451] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
>>> [    6.196459] sdhci-pci 0000:03:00.1: PCI INT B disabled
>>>
>>> Well then, i'll reset my tree and look for differences in the PCI boot messages.
>>>
>>> Thanks,
>>> Oliver
>>
> 


[-- Attachment #2: pci-3.0.0-rc2-dirty --]
[-- Type: text/plain, Size: 61101 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.0.0-rc2-dirty (hartko@vwagwolkf484) (gcc version 4.6.1 20110526 (prerelease) (Debian 4.6.0-10) ) #46 SMP Tue Jun 7 20:06:39 CEST 2011
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 0000000000093c00 (usable)
[    0.000000]  BIOS-e820: 0000000000093c00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000db65f000 (usable)
[    0.000000]  BIOS-e820: 00000000db65f000 - 00000000db67f000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000db67f000 - 00000000db76f000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000db76f000 - 00000000dc000000 (reserved)
[    0.000000]  BIOS-e820: 00000000ddc00000 - 00000000e0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 00000001fc000000 (usable)
[    0.000000]  BIOS-e820: 00000001fc000000 - 0000000200000000 (reserved)
[    0.000000]  BIOS-e820: 0000000200000000 - 000000021c000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.6 present.
[    0.000000] DMI: Dell Inc. Latitude E6510/02K3Y4, BIOS A06 11/20/2010
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x21c000 max_arch_pfn = 0x1000000
[    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-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 080000000 mask FC0000000 write-back
[    0.000000]   2 base 0C0000000 mask FE0000000 write-back
[    0.000000]   3 base 0DC000000 mask FFC000000 uncachable
[    0.000000]   4 base 100000000 mask F00000000 write-back
[    0.000000]   5 base 200000000 mask FE0000000 write-back
[    0.000000]   6 base 21C000000 mask FFC000000 uncachable
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000dc000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] initial memory mapped : 0 - 02000000
[    0.000000] Base memory trampoline at [c008f000] 8f000 size 16384
[    0.000000] init_memory_mapping: 0000000000000000-0000000037bfe000
[    0.000000]  0000000000 - 0000200000 page 4k
[    0.000000]  0000200000 - 0037a00000 page 2M
[    0.000000]  0037a00000 - 0037bfe000 page 4k
[    0.000000] kernel direct mapping tables up to 37bfe000 @ 1ffb000-2000000
[    0.000000] ACPI: RSDP 000fe300 00024 (v02 DELL  )
[    0.000000] ACPI: XSDT db67de18 0006C (v01 DELL    E2      06222004 MSFT 00010013)
[    0.000000] ACPI: FACP db74fc18 000F4 (v04 DELL    E2      06222004 MSFT 00010013)
[    0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20110413/tbfadt-369)
[    0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xDB76BF40/0x00000000DB76ED40, using 32 (20110413/tbfadt-489)
[    0.000000] ACPI: DSDT db72e018 0A6C0 (v01 DELL    E2      00001001 INTL 20080729)
[    0.000000] ACPI: FACS db76bf40 00040
[    0.000000] ACPI: APIC db67cf18 0008C (v02 DELL    E2      06222004 MSFT 00010013)
[    0.000000] ACPI: TCPA db76dd18 00032 (v02                 00000000      00000000)
[    0.000000] ACPI: MCFG db76dc98 0003C (v01 A M I  GMCH945. 06222004 MSFT 00000097)
[    0.000000] ACPI: HPET db76dc18 00038 (v01 DELL    E2      00000001 ASL  00000061)
[    0.000000] ACPI: BOOT db76db98 00028 (v01 DELL   E2       06222004 AMI  00010013)
[    0.000000] ACPI: SLIC db766818 00176 (v03 DELL    E2      06222004 MSFT 00010013)
[    0.000000] ACPI: SSDT db73d018 009F1 (v01  PmRef    CpuPm 00003000 INTL 20080729)
[    0.000000] ACPI: DMAR db76eb18 000B8 (v01 INTEL  CP_DALE  00000001 INTL 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 7748MB HIGHMEM available.
[    0.000000] 891MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 37bfe000
[    0.000000]   low ram: 0 - 37bfe000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x00037bfe
[    0.000000]   HighMem  0x00037bfe -> 0x0021c000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[4] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x00000093
[    0.000000]     0: 0x00000100 -> 0x000db65f
[    0.000000]     0: 0x00100000 -> 0x001fc000
[    0.000000]     0: 0x00200000 -> 0x0021c000
[    0.000000] On node 0 totalpages: 2045410
[    0.000000] free_area_init_node: node 0, pgdat c15ed780, node_mem_map f387d200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3939 pages, LIFO batch:0
[    0.000000]   Normal zone: 1752 pages used for memmap
[    0.000000]   Normal zone: 222502 pages, LIFO batch:31
[    0.000000]   HighMem zone: 15497 pages used for memmap
[    0.000000]   HighMem zone: 1801688 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, 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: 0x8086a701 base: 0xfed00000
[    0.000000] 8 Processors exceeds NR_CPUS limit of 4
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] Allocating PCI resources starting at e0000000 (gap: e0000000:18000000)
[    0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @f3600000 s24896 r0 d24256 u524288
[    0.000000] pcpu-alloc: s24896 r0 d24256 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2028129
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-rc2-dirty root=/dev/sda3 ro
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (00037bfe:0021c000)
[    0.000000] Memory: 8099508k/8847360k available (4126k kernel code, 82132k reserved, 1966k data, 392k init, 7268740k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff67000 - 0xfffff000   ( 608 kB)
[    0.000000]     pkmap   : 0xffc00000 - 0xffe00000   (2048 kB)
[    0.000000]     vmalloc : 0xf83fe000 - 0xffbfe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf7bfe000   ( 891 MB)
[    0.000000]       .init : 0xc15f4000 - 0xc1656000   ( 392 kB)
[    0.000000]       .data : 0xc1407bb1 - 0xc15f3500   (1966 kB)
[    0.000000]       .text : 0xc1000000 - 0xc1407bb1   (4126 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU lockdep checking is enabled.
[    0.000000] NR_IRQS:384
[    0.000000] CPU 0 irqstacks, hard=f300c000 soft=f300e000
[    0.000000] Extended CMOS year: 2000
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 3567 kB
[    0.000000]  per task-struct memory footprint: 1152 bytes
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.004000] Detected 2792.604 MHz processor.
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5585.20 BogoMIPS (lpj=11170416)
[    0.000165] pid_max: default: 32768 minimum: 301
[    0.000311] Mount-cache hash table entries: 512
[    0.000921] Initializing cgroup subsys cpuacct
[    0.001010] Initializing cgroup subsys devices
[    0.001089] Initializing cgroup subsys freezer
[    0.001168] Initializing cgroup subsys net_cls
[    0.001248] Initializing cgroup subsys blkio
[    0.001377] CPU: Physical Processor ID: 0
[    0.001453] CPU: Processor Core ID: 0
[    0.001532] mce: CPU supports 9 MCE banks
[    0.001616] CPU0: Thermal monitoring handled by SMI
[    0.001624] using mwait in idle threads.
[    0.001785] ACPI: Core revision 20110413
[    0.009698] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.010112] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.049804] CPU0: Intel(R) Core(TM) i7 CPU       M 640  @ 2.80GHz stepping 05
[    0.155000] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
[    0.155236] ... version:                3
[    0.155314] ... bit width:              48
[    0.155392] ... generic registers:      4
[    0.155468] ... value mask:             0000ffffffffffff
[    0.155550] ... max period:             000000007fffffff
[    0.155631] ... fixed-purpose events:   3
[    0.155708] ... event mask:             000000070000000f
[    0.156132] NMI watchdog enabled, takes one hw-pmu counter.
[    0.156374] lockdep: fixing up alternatives.
[    0.156563] CPU 1 irqstacks, hard=f30e2000 soft=f30e4000
[    0.156564] Booting Node   0, Processors  #1
[    0.156659] smpboot cpu 1: start_ip = 8f000
[    0.167193] Initializing CPU#1
[    0.182950] calibrate_delay_direct() timer_rate_max=11171727 timer_rate_min=11171544 pre_start=3881838390 pre_end=3904181664
[    0.198921] calibrate_delay_direct() timer_rate_max=11171761 timer_rate_min=11171581 pre_start=3926524953 pre_end=3948868281
[    0.214893] calibrate_delay_direct() timer_rate_max=11171737 timer_rate_min=11171613 pre_start=3971211633 pre_end=3993554940
[    0.230865] calibrate_delay_direct() timer_rate_max=11171698 timer_rate_min=11171566 pre_start=4015898268 pre_end=4038241581
[    0.246837] calibrate_delay_direct() timer_rate_max=11171788 timer_rate_min=11171656 pre_start=4060584918 pre_end=4082928312
[    0.246854] CPU1: Thermal monitoring handled by SMI
[    0.267000] NMI watchdog enabled, takes one hw-pmu counter.
[    0.267299] lockdep: fixing up alternatives.
[    0.267405] CPU 2 irqstacks, hard=f30f2000 soft=f30f4000
[    0.267407]  #2
[    0.267452] smpboot cpu 2: start_ip = 8f000
[    0.277660] Initializing CPU#2
[    0.290761] calibrate_delay_direct() timer_rate_max=11171715 timer_rate_min=11171581 pre_start=4183473708 pre_end=4205817015
[    0.306733] calibrate_delay_direct() timer_rate_max=11171676 timer_rate_min=11171547 pre_start=4228160445 pre_end=4250503671
[    0.322705] calibrate_delay_direct() timer_rate_max=11171721 timer_rate_min=11171589 pre_start=4272847008 pre_end=223013
[    0.322707] calibrate_delay_direct() ignoring timer_rate as we had a TSC wrap around start=4272847029 >=post_end=223154
[    0.338677] calibrate_delay_direct() timer_rate_max=11171937 timer_rate_min=11171811 pre_start=22566383 pre_end=44910128
[    0.354649] calibrate_delay_direct() timer_rate_max=11171704 timer_rate_min=11171575 pre_start=67253036 pre_end=89596322
[    0.354668] CPU2: Thermal monitoring handled by SMI
[    0.374793] NMI watchdog enabled, takes one hw-pmu counter.
[    0.375215] lockdep: fixing up alternatives.
[    0.375322] CPU 3 irqstacks, hard=f3106000 soft=f3110000
[    0.375324]  #3 Ok.
[    0.375395] smpboot cpu 3: start_ip = 8f000
[    0.385537] Initializing CPU#3
[    0.398572] calibrate_delay_direct() timer_rate_max=11171743 timer_rate_min=11171566 pre_start=190141136 pre_end=212484437
[    0.414543] calibrate_delay_direct() timer_rate_max=11171718 timer_rate_min=11171635 pre_start=234827750 pre_end=257171102
[    0.430515] calibrate_delay_direct() timer_rate_max=11171737 timer_rate_min=11171607 pre_start=279514439 pre_end=301857830
[    0.446487] calibrate_delay_direct() timer_rate_max=11171737 timer_rate_min=11171574 pre_start=324201098 pre_end=346544408
[    0.462459] calibrate_delay_direct() timer_rate_max=11171742 timer_rate_min=11171574 pre_start=368887718 pre_end=391231034
[    0.462477] CPU3: Thermal monitoring handled by SMI
[    0.482529] NMI watchdog enabled, takes one hw-pmu counter.
[    0.482735] Brought up 4 CPUs
[    0.482811] Total of 4 processors activated (22342.82 BogoMIPS).
[    0.484759] devtmpfs: initialized
[    0.485332] NET: Registered protocol family 16
[    0.485745] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.485865] ACPI: bus type pci registered
[    0.486024] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.486143] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.486229] PCI: Using MMCONFIG for extended config space
[    0.486310] PCI: Using configuration type 1 for base access
[    0.486397] dmi type 0xB1 record - unknown flag
[    0.487772] bio: create slab <bio-0> at 0
[    0.492889] ACPI: EC: Look up EC in DSDT
[    0.526559] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.606495] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.634596] ACPI: SSDT db7eaa18 004B6 (v01  PmRef  Cpu0Ist 00003000 INTL 20080729)
[    0.636002] ACPI: Dynamic OEM Table Load:
[    0.636161] ACPI: SSDT   (null) 004B6 (v01  PmRef  Cpu0Ist 00003000 INTL 20080729)
[    0.636492] ACPI: SSDT db7e8018 00891 (v01  PmRef  Cpu0Cst 00003001 INTL 20080729)
[    0.638641] ACPI: Dynamic OEM Table Load:
[    0.638799] ACPI: SSDT   (null) 00891 (v01  PmRef  Cpu0Cst 00003001 INTL 20080729)
[    0.662454] ACPI: SSDT db7e9a98 00303 (v01  PmRef    ApIst 00003000 INTL 20080729)
[    0.663934] ACPI: Dynamic OEM Table Load:
[    0.664094] ACPI: SSDT   (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20080729)
[    0.674394] ACPI: SSDT db7e7d98 00119 (v01  PmRef    ApCst 00003000 INTL 20080729)
[    0.675834] ACPI: Dynamic OEM Table Load:
[    0.675992] ACPI: SSDT   (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20080729)
[    0.754124] ACPI: Interpreter enabled
[    0.754204] ACPI: (supports S0 S3 S5)
[    0.754433] ACPI: Using IOAPIC for interrupt routing
[    1.294218] ACPI: EC: GPE = 0x10, I/O: command/status = 0x934, data = 0x930
[    1.317164] ACPI: No dock devices found.
[    1.317243] HEST: Table not found.
[    1.317320] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.318020] \_SB_.PCI0:_OSC invalid UUID
[    1.318021] _OSC request data:1 8 1f 
[    1.318025] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    1.318986] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    1.319072] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    1.319158] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    1.319271] pci_root PNP0A08:00: host bridge window [mem 0xe0000000-0xfeafffff]
[    1.319411] pci 0000:00:00.0: [8086:0044] type 0 class 0x000600
[    1.319484] pci 0000:00:02.0: [8086:0046] type 0 class 0x000300
[    1.319501] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
[    1.319510] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
[    1.319517] pci 0000:00:02.0: reg 20: [io  0x70b0-0x70b7]
[    1.319611] pci 0000:00:16.0: [8086:3b64] type 0 class 0x000780
[    1.319651] pci 0000:00:16.0: reg 10: [mem 0xf69b0000-0xf69b000f 64bit]
[    1.319758] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    1.319764] pci 0000:00:16.0: PME# disabled
[    1.319799] pci 0000:00:16.3: [8086:3b67] type 0 class 0x000700
[    1.319829] pci 0000:00:16.3: reg 10: [io  0x70a0-0x70a7]
[    1.319844] pci 0000:00:16.3: reg 14: [mem 0xf6990000-0xf6990fff]
[    1.319992] pci 0000:00:19.0: [8086:10ea] type 0 class 0x000200
[    1.320025] pci 0000:00:19.0: reg 10: [mem 0xf6900000-0xf691ffff]
[    1.320039] pci 0000:00:19.0: reg 14: [mem 0xf6980000-0xf6980fff]
[    1.320055] pci 0000:00:19.0: reg 18: [io  0x7040-0x705f]
[    1.320147] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    1.320152] pci 0000:00:19.0: PME# disabled
[    1.320190] pci 0000:00:1a.0: [8086:3b3c] type 0 class 0x000c03
[    1.320222] pci 0000:00:1a.0: reg 10: [mem 0xf6970000-0xf69703ff]
[    1.320345] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    1.320350] pci 0000:00:1a.0: PME# disabled
[    1.320388] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
[    1.320414] pci 0000:00:1b.0: reg 10: [mem 0xf6960000-0xf6963fff 64bit]
[    1.320520] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.320526] pci 0000:00:1b.0: PME# disabled
[    1.320560] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
[    1.320665] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.320670] pci 0000:00:1c.0: PME# disabled
[    1.320706] pci 0000:00:1c.1: [8086:3b44] type 1 class 0x000604
[    1.320812] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    1.320817] pci 0000:00:1c.1: PME# disabled
[    1.320852] pci 0000:00:1c.2: [8086:3b46] type 1 class 0x000604
[    1.320962] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.320969] pci 0000:00:1c.2: PME# disabled
[    1.321007] pci 0000:00:1c.3: [8086:3b48] type 1 class 0x000604
[    1.321122] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    1.321128] pci 0000:00:1c.3: PME# disabled
[    1.321188] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03
[    1.321222] pci 0000:00:1d.0: reg 10: [mem 0xf6950000-0xf69503ff]
[    1.321341] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.321346] pci 0000:00:1d.0: PME# disabled
[    1.321376] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[    1.321478] pci 0000:00:1f.0: [8086:3b07] type 0 class 0x000601
[    1.321648] pci 0000:00:1f.2: [8086:3b2f] type 0 class 0x000106
[    1.321684] pci 0000:00:1f.2: reg 10: [io  0x7090-0x7097]
[    1.321699] pci 0000:00:1f.2: reg 14: [io  0x7080-0x7083]
[    1.321713] pci 0000:00:1f.2: reg 18: [io  0x7070-0x7077]
[    1.321728] pci 0000:00:1f.2: reg 1c: [io  0x7060-0x7063]
[    1.321742] pci 0000:00:1f.2: reg 20: [io  0x7020-0x703f]
[    1.321757] pci 0000:00:1f.2: reg 24: [mem 0xf6940000-0xf69407ff]
[    1.321821] pci 0000:00:1f.2: PME# supported from D3hot
[    1.321826] pci 0000:00:1f.2: PME# disabled
[    1.321855] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
[    1.321883] pci 0000:00:1f.3: reg 10: [mem 0xf6930000-0xf69300ff 64bit]
[    1.321923] pci 0000:00:1f.3: reg 20: [io  0x7000-0x701f]
[    1.321987] pci 0000:00:1f.6: [8086:3b32] type 0 class 0x001180
[    1.322023] pci 0000:00:1f.6: reg 10: [mem 0xf6920000-0xf6920fff 64bit]
[    1.322208] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    1.322294] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    1.322299] pci 0000:00:1c.0:   bridge window [mem 0xf5500000-0xf68fffff]
[    1.322309] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.322523] pci 0000:02:00.0: [8086:422c] type 0 class 0x000280
[    1.322661] pci 0000:02:00.0: reg 10: [mem 0xf4100000-0xf4101fff 64bit]
[    1.323197] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    1.323230] pci 0000:02:00.0: PME# disabled
[    1.323462] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    1.323546] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    1.323551] pci 0000:00:1c.1:   bridge window [mem 0xf4100000-0xf54fffff]
[    1.323560] pci 0000:00:1c.1:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.323706] pci 0000:03:00.0: [1180:e476] type 2 class 0x000607
[    1.323733] pci 0000:03:00.0: reg 10: [mem 0xf2c40000-0xf2c40fff]
[    1.323793] pci 0000:03:00.0: supports D1 D2
[    1.323794] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.323801] pci 0000:03:00.0: PME# disabled
[    1.323856] pci 0000:03:00.1: [1180:e822] type 0 class 0x000805
[    1.323883] pci 0000:03:00.1: reg 10: [mem 0xf2c30000-0xf2c300ff]
[    1.324053] pci 0000:03:00.1: supports D1 D2
[    1.324054] pci 0000:03:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    1.324061] pci 0000:03:00.1: PME# disabled
[    1.324119] pci 0000:03:00.4: [1180:e832] type 0 class 0x000c00
[    1.324147] pci 0000:03:00.4: reg 10: [mem 0xf2c00000-0xf2c007ff]
[    1.324315] pci 0000:03:00.4: supports D1 D2
[    1.324317] pci 0000:03:00.4: PME# supported from D0 D1 D2 D3hot D3cold
[    1.324324] pci 0000:03:00.4: PME# disabled
[    1.324412] pci 0000:00:1c.2: PCI bridge to [bus 03-04]
[    1.324497] pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
[    1.324502] pci 0000:00:1c.2:   bridge window [mem 0xf0400000-0xf2cfffff]
[    1.324511] pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.324626] pci_bus 0000:04: [bus 04-07] partially hidden behind bridge 0000:03 [bus 03-04]
[    1.324814] pci 0000:00:1c.3: PCI bridge to [bus 05-0a]
[    1.324900] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    1.324906] pci 0000:00:1c.3:   bridge window [mem 0xf2d00000-0xf40fffff]
[    1.324915] pci 0000:00:1c.3:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.325028] pci 0000:00:1e.0: PCI bridge to [bus 0b-0b] (subtractive decode)
[    1.325125] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.325131] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.325139] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.325145] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    1.325147] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    1.325150] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    1.325152] pci 0000:00:1e.0:   bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode)
[    1.325192] pci_bus 0000:00: on NUMA node 0
[    1.325195] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.325493] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    1.325660] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    1.325737] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    1.325814] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    1.325892] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[    1.326101] \_SB_.PCI0:_OSC invalid UUID
[    1.326102] _OSC request data:1 1f 1f 
[    1.326106]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    1.326238] \_SB_.PCI0:_OSC invalid UUID
[    1.326240] _OSC request data:1 0 1d 
[    1.326243]  pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
[    1.326357] ACPI _OSC control for PCIe not granted, disabling ASPM
[    1.335354] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus 3f])
[    1.335530] pci 0000:3f:00.0: [8086:2c62] type 0 class 0x000600
[    1.335561] pci 0000:3f:00.1: [8086:2d01] type 0 class 0x000600
[    1.335596] pci 0000:3f:02.0: [8086:2d10] type 0 class 0x000600
[    1.335625] pci 0000:3f:02.1: [8086:2d11] type 0 class 0x000600
[    1.335655] pci 0000:3f:02.2: [8086:2d12] type 0 class 0x000600
[    1.335684] pci 0000:3f:02.3: [8086:2d13] type 0 class 0x000600
[    1.335735] pci_bus 0000:3f: on NUMA node 0
[    1.335746]  pci0000:3f: Requesting ACPI _OSC control (0x1d)
[    1.335830]  pci0000:3f: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[    1.335946] ACPI _OSC control for PCIe not granted, disabling ASPM
[    1.336460] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    1.337185] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    1.337826] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    1.338469] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    1.339178] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[    1.339815] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    1.340553] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
[    1.341197] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    1.342108] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    1.342245] vgaarb: loaded
[    1.342319] vgaarb: bridge control possible 0000:00:02.0
[    1.342458] SCSI subsystem initialized
[    1.342590] libata version 3.00 loaded.
[    1.342675] PCI: Using ACPI for IRQ routing
[    1.345142] PCI: pci_cache_line_size set to 64 bytes
[    1.345298] reserve RAM buffer: 0000000000093c00 - 000000000009ffff 
[    1.345300] reserve RAM buffer: 00000000db65f000 - 00000000dbffffff 
[    1.345574] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.346026] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    1.348143] Switching to clocksource hpet
[    1.348404] pnp: PnP ACPI init
[    1.348500] ACPI: bus type pnp registered
[    1.348915] pnp 00:00: [bus 00-3e]
[    1.348918] pnp 00:00: [io  0x0000-0x0cf7 window]
[    1.348921] pnp 00:00: [io  0x0cf8-0x0cff]
[    1.348924] pnp 00:00: [io  0x0d00-0xffff window]
[    1.348927] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    1.348929] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    1.348932] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    1.348934] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    1.348937] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    1.348938] Switched to NOHz mode on CPU #0
[    1.348985] Switched to NOHz mode on CPU #3
[    1.349048] Switched to NOHz mode on CPU #1
[    1.349180] Switched to NOHz mode on CPU #2
[    1.349265] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    1.349266] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    1.349268] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    1.349269] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    1.349271] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    1.349272] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    1.349274] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    1.349275] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    1.349277] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    1.349279] pnp 00:00: [mem 0xe0000000-0xfeafffff window]
[    1.349280] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[    1.349378] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    1.349418] pnp 00:01: [io  0x0000-0x001f]
[    1.349419] pnp 00:01: [io  0x0081-0x0091]
[    1.349420] pnp 00:01: [io  0x0093-0x009f]
[    1.349422] pnp 00:01: [io  0x00c0-0x00df]
[    1.349424] pnp 00:01: [dma 4]
[    1.349461] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.349471] pnp 00:02: [mem 0xff000000-0xffffffff]
[    1.349509] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    1.349583] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    1.349623] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.349635] pnp 00:04: [io  0x00f0]
[    1.349644] pnp 00:04: [irq 13]
[    1.349684] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    1.349695] pnp 00:05: [io  0x002e-0x002f]
[    1.349697] pnp 00:05: [io  0x004e-0x004f]
[    1.349698] pnp 00:05: [io  0x0061]
[    1.349699] pnp 00:05: [io  0x0063]
[    1.349700] pnp 00:05: [io  0x0065]
[    1.349702] pnp 00:05: [io  0x0067]
[    1.349703] pnp 00:05: [io  0x0070]
[    1.349704] pnp 00:05: [io  0x0080]
[    1.349705] pnp 00:05: [io  0x0092]
[    1.349706] pnp 00:05: [io  0x00b2-0x00b3]
[    1.349708] pnp 00:05: [io  0x0680-0x069f]
[    1.349709] pnp 00:05: [io  0x1000-0x1003]
[    1.349710] pnp 00:05: [io  0x1004-0x1013]
[    1.349712] pnp 00:05: [io  0xffff]
[    1.349714] pnp 00:05: [io  0x0400-0x047f]
[    1.349715] pnp 00:05: [io  0x0500-0x057f]
[    1.349717] pnp 00:05: [io  0x164e-0x164f]
[    1.349802] system 00:05: [io  0x0680-0x069f] has been reserved
[    1.349887] system 00:05: [io  0x1000-0x1003] has been reserved
[    1.349970] system 00:05: [io  0x1004-0x1013] has been reserved
[    1.350054] system 00:05: [io  0xffff] has been reserved
[    1.350136] system 00:05: [io  0x0400-0x047f] has been reserved
[    1.350221] system 00:05: [io  0x0500-0x057f] has been reserved
[    1.350304] system 00:05: [io  0x164e-0x164f] has been reserved
[    1.350390] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.350400] pnp 00:06: [io  0x0070-0x0077]
[    1.350406] pnp 00:06: [irq 8]
[    1.350447] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.350460] pnp 00:07: [io  0x0060]
[    1.350461] pnp 00:07: [io  0x0064]
[    1.350467] pnp 00:07: [irq 1]
[    1.350510] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[    1.350543] pnp 00:08: [mem 0xfed40000-0xfed44fff]
[    1.350587] pnp 00:08: Plug and Play ACPI device, IDs BCM0102 PNP0c31 (active)
[    1.351633] pnp 00:09: Plug and Play ACPI device, IDs PNP0401 (disabled)
[    1.351650] pnp 00:0a: [irq 12]
[    1.351695] pnp 00:0a: Plug and Play ACPI device, IDs DLL040b PNP0f13 (active)
[    1.351989] pnp 00:0b: [mem 0xfed1c000-0xfed1ffff]
[    1.351990] pnp 00:0b: [mem 0xfed10000-0xfed13fff]
[    1.351992] pnp 00:0b: [mem 0xfed18000-0xfed18fff]
[    1.351993] pnp 00:0b: [mem 0xfed19000-0xfed19fff]
[    1.351995] pnp 00:0b: [mem 0xf8000000-0xfbffffff]
[    1.351996] pnp 00:0b: [mem 0xfed20000-0xfed3ffff]
[    1.351998] pnp 00:0b: [mem 0xfed90000-0xfed93fff]
[    1.351999] pnp 00:0b: [mem 0xfed45000-0xfed8ffff]
[    1.352001] pnp 00:0b: [mem 0xff000000-0xffffffff]
[    1.352002] pnp 00:0b: [mem 0xfee00000-0xfeefffff]
[    1.352003] pnp 00:0b: [mem 0xf69c0000-0xf69c0fff]
[    1.352104] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.352222] system 00:0b: [mem 0xfed10000-0xfed13fff] has been reserved
[    1.352309] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.352395] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.352482] system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
[    1.352568] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.352654] system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
[    1.352740] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.352829] system 00:0b: [mem 0xff000000-0xffffffff] could not be reserved
[    1.352916] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.353004] system 00:0b: [mem 0xf69c0000-0xf69c0fff] has been reserved
[    1.353093] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.353180] pnp 00:0c: [irq 23]
[    1.353250] pnp 00:0c: Plug and Play ACPI device, IDs SMO8800 (active)
[    1.354610] pnp 00:0d: [bus 3f]
[    1.354706] pnp 00:0d: Plug and Play ACPI device, IDs PNP0a03 (active)
[    1.357628] pnp: PnP ACPI: found 14 devices
[    1.357708] ACPI: ACPI bus type pnp unregistered
[    1.357788] PnPBIOS: Disabled by ACPI PNP
[    1.394577] PCI: max bus depth: 2 pci_try_num: 3
[    1.394646] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x4000000)
[    1.394737] pci 0000:00:1c.3: BAR 15: assigned [mem 0xf6a00000-0xf6bfffff 64bit pref]
[    1.394853] pci 0000:00:1c.1: BAR 15: assigned [mem 0xf6c00000-0xf6dfffff 64bit pref]
[    1.394969] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf6e00000-0xf6ffffff 64bit pref]
[    1.395083] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    1.395165] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    1.395254] pci 0000:00:1c.0:   bridge window [mem 0xf5500000-0xf68fffff]
[    1.395343] pci 0000:00:1c.0:   bridge window [mem 0xf6e00000-0xf6ffffff 64bit pref]
[    1.395464] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    1.395547] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    1.395637] pci 0000:00:1c.1:   bridge window [mem 0xf4100000-0xf54fffff]
[    1.395726] pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6dfffff 64bit pref]
[    1.395847] pci 0000:03:00.0: BAR 15: can't assign mem pref (size 0x4000000)
[    1.395936] pci 0000:03:00.0: BAR 16: can't assign mem (size 0x4000000)
[    1.396021] pci 0000:03:00.0: BAR 13: assigned [io  0x2000-0x20ff]
[    1.396121] pci 0000:03:00.0: BAR 14: assigned [io  0x2400-0x24ff]
[    1.396209] pci 0000:03:00.0: CardBus bridge to [bus 04-07]
[    1.396291] pci 0000:03:00.0:   bridge window [io  0x2000-0x20ff]
[    1.396380] pci 0000:03:00.0:   bridge window [io  0x2400-0x24ff]
[    1.396469] pci 0000:00:1c.2: PCI bridge to [bus 03-04]
[    1.396553] pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
[    1.396642] pci 0000:00:1c.2:   bridge window [mem 0xf0400000-0xf2cfffff]
[    1.396731] pci 0000:00:1c.2:   bridge window [mem pref disabled]
[    1.396821] pci 0000:00:1c.3: PCI bridge to [bus 05-0a]
[    1.396903] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    1.396992] pci 0000:00:1c.3:   bridge window [mem 0xf2d00000-0xf40fffff]
[    1.397082] pci 0000:00:1c.3:   bridge window [mem 0xf6a00000-0xf6bfffff 64bit pref]
[    1.397201] pci 0000:00:1e.0: PCI bridge to [bus 0b-0b]
[    1.397281] pci 0000:00:1e.0:   bridge window [io  disabled]
[    1.397369] pci 0000:00:1e.0:   bridge window [mem disabled]
[    1.397455] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    1.397546] PCI: No. 2 try to assign unassigned res
[    1.397609] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x4000000)
[    1.397696] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    1.397779] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    1.397868] pci 0000:00:1c.0:   bridge window [mem 0xf5500000-0xf68fffff]
[    1.397958] pci 0000:00:1c.0:   bridge window [mem 0xf6e00000-0xf6ffffff 64bit pref]
[    1.398077] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    1.398159] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    1.398248] pci 0000:00:1c.1:   bridge window [mem 0xf4100000-0xf54fffff]
[    1.398337] pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6dfffff 64bit pref]
[    1.398458] pci 0000:03:00.0: BAR 15: can't assign mem pref (size 0x4000000)
[    1.398546] pci 0000:03:00.0: BAR 16: can't assign mem (size 0x4000000)
[    1.398632] pci 0000:03:00.0: CardBus bridge to [bus 04-07]
[    1.398714] pci 0000:03:00.0:   bridge window [io  0x0000-0x00ff]
[    1.398803] pci 0000:03:00.0:   bridge window [io  0x0000-0x00ff]
[    1.398892] pci 0000:00:1c.2: PCI bridge to [bus 03-04]
[    1.398976] pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
[    1.399064] pci 0000:00:1c.2:   bridge window [mem 0xf0400000-0xf2cfffff]
[    1.399154] pci 0000:00:1c.2:   bridge window [mem pref disabled]
[    1.399244] pci 0000:00:1c.3: PCI bridge to [bus 05-0a]
[    1.399327] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    1.399416] pci 0000:00:1c.3:   bridge window [mem 0xf2d00000-0xf40fffff]
[    1.399506] pci 0000:00:1c.3:   bridge window [mem 0xf6a00000-0xf6bfffff 64bit pref]
[    1.399625] pci 0000:00:1e.0: PCI bridge to [bus 0b-0b]
[    1.399704] pci 0000:00:1e.0:   bridge window [io  disabled]
[    1.399791] pci 0000:00:1e.0:   bridge window [mem disabled]
[    1.399877] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    1.399968] PCI: No. 3 try to assign unassigned res
[    1.399970] release child resource [mem 0xf2c00000-0xf2c007ff]
[    1.399971] release child resource [mem 0xf2c30000-0xf2c300ff]
[    1.399972] release child resource [mem 0xf2c40000-0xf2c40fff]
[    1.399974] pci 0000:00:1c.2: resource 14 [mem 0xf0400000-0xf2cfffff] released
[    1.399976] pci 0000:00:1c.2: PCI bridge to [bus 03-04]
[    1.400057] pci 0000:00:1c.2:   bridge window [mem disabled]
[    1.400215] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x4000000)
[    1.400305] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x6000000)
[    1.400391] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    1.400474] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    1.400563] pci 0000:00:1c.0:   bridge window [mem 0xf5500000-0xf68fffff]
[    1.400653] pci 0000:00:1c.0:   bridge window [mem 0xf6e00000-0xf6ffffff 64bit pref]
[    1.400773] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    1.400856] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    1.400945] pci 0000:00:1c.1:   bridge window [mem 0xf4100000-0xf54fffff]
[    1.401035] pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6dfffff 64bit pref]
[    1.401155] pci 0000:03:00.0: BAR 15: can't assign mem pref (size 0x4000000)
[    1.401242] pci 0000:03:00.0: BAR 16: can't assign mem (size 0x4000000)
[    1.401328] pci 0000:03:00.0: BAR 0: can't assign mem (size 0x1000)
[    1.401412] pci 0000:03:00.4: BAR 0: can't assign mem (size 0x800)
[    1.401496] pci 0000:03:00.1: BAR 0: can't assign mem (size 0x100)
[    1.401580] pci 0000:03:00.0: CardBus bridge to [bus 04-07]
[    1.401662] pci 0000:03:00.0:   bridge window [io  0x0000-0x00ff]
[    1.401751] pci 0000:03:00.0:   bridge window [io  0x0000-0x00ff]
[    1.402588] pci 0000:00:1c.2: PCI bridge to [bus 03-04]
[    1.402671] pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
[    1.402759] pci 0000:00:1c.2:   bridge window [mem disabled]
[    1.402845] pci 0000:00:1c.2:   bridge window [mem pref disabled]
[    1.402935] pci 0000:00:1c.3: PCI bridge to [bus 05-0a]
[    1.403018] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    1.403107] pci 0000:00:1c.3:   bridge window [mem 0xf2d00000-0xf40fffff]
[    1.403197] pci 0000:00:1c.3:   bridge window [mem 0xf6a00000-0xf6bfffff 64bit pref]
[    1.403316] pci 0000:00:1e.0: PCI bridge to [bus 0b-0b]
[    1.403396] pci 0000:00:1e.0:   bridge window [io  disabled]
[    1.403483] pci 0000:00:1e.0:   bridge window [mem disabled]
[    1.403570] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    1.404220] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.404457] pci 0000:00:1c.0: setting latency timer to 64
[    1.408199] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.408292] pci 0000:00:1c.1: setting latency timer to 64
[    1.408309] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.408400] pci 0000:00:1c.2: setting latency timer to 64
[    1.412188] pci 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.412426] pci 0000:03:00.0: setting latency timer to 64
[    1.416187] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.416279] pci 0000:00:1c.3: setting latency timer to 64
[    1.416288] pci 0000:00:1e.0: setting latency timer to 64
[    1.416293] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.416294] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.416296] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.416297] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xfeafffff]
[    1.416299] pci_bus 0000:01: resource 0 [io  0x6000-0x6fff]
[    1.416301] pci_bus 0000:01: resource 1 [mem 0xf5500000-0xf68fffff]
[    1.416302] pci_bus 0000:01: resource 2 [mem 0xf6e00000-0xf6ffffff 64bit pref]
[    1.416304] pci_bus 0000:02: resource 0 [io  0x5000-0x5fff]
[    1.416306] pci_bus 0000:02: resource 1 [mem 0xf4100000-0xf54fffff]
[    1.416307] pci_bus 0000:02: resource 2 [mem 0xf6c00000-0xf6dfffff 64bit pref]
[    1.416309] pci_bus 0000:03: resource 0 [io  0x2000-0x3fff]
[    1.416311] pci_bus 0000:04: resource 0 [io  0x0000-0x00ff]
[    1.416312] pci_bus 0000:04: resource 1 [io  0x0000-0x00ff]
[    1.416314] pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
[    1.416315] pci_bus 0000:05: resource 1 [mem 0xf2d00000-0xf40fffff]
[    1.416317] pci_bus 0000:05: resource 2 [mem 0xf6a00000-0xf6bfffff 64bit pref]
[    1.416318] pci_bus 0000:0b: resource 4 [io  0x0000-0x0cf7]
[    1.416320] pci_bus 0000:0b: resource 5 [io  0x0d00-0xffff]
[    1.416321] pci_bus 0000:0b: resource 6 [mem 0x000a0000-0x000bffff]
[    1.416323] pci_bus 0000:0b: resource 7 [mem 0xe0000000-0xfeafffff]
[    1.416368] NET: Registered protocol family 2
[    1.416546] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    1.417035] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.417416] TCP bind hash table entries: 65536 (order: 9, 2359296 bytes)
[    1.420728] TCP: Hash tables configured (established 131072 bind 65536)
[    1.420837] TCP reno registered
[    1.420914] UDP hash table entries: 512 (order: 3, 40960 bytes)
[    1.421050] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
[    1.421337] NET: Registered protocol family 1
[    1.421439] pci 0000:00:02.0: Boot video device
[    1.421565] PCI: CLS 64 bytes, default 64
[    1.421621] DMAR: Host address width 36
[    1.421700] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    1.421787] IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c9008020e30272 ecap 1000
[    1.421898] DMAR: DRHD base: 0x000000fed91000 flags: 0x0
[    1.421984] IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c0000020230272 ecap 1000
[    1.422096] DMAR: DRHD base: 0x000000fed93000 flags: 0x1
[    1.422180] IOMMU 2: reg_base_addr fed93000 ver 1:0 cap c9008020630272 ecap 1000
[    1.422293] DMAR: RMRR base: 0x000000db7d7000 end: 0x000000db7e6fff
[    1.422378] DMAR: RMRR base: 0x000000ddc00000 end: 0x000000dfffffff
[    1.422462] DMAR: No ATSR found
[    1.422546] Simple Boot Flag at 0xf1 set to 0x1
[    1.432496] highmem bounce pool size: 64 pages
[    1.432583] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.453376] msgmni has been set to 1622
[    1.453824] alg: No test for stdrng (krng)
[    1.453989] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.454112] io scheduler noop registered
[    1.454190] io scheduler deadline registered
[    1.454278] io scheduler cfq registered (default)
[    1.454365] start plist test
[    1.455400] end plist test
[    1.455955] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.456139] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.456251] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.456565] intel_idle: MWAIT substates: 0x1120
[    1.456567] intel_idle: v0.4 model 0x25
[    1.456568] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.456784] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    1.457324] ACPI: Lid Switch [LID]
[    1.457462] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    1.457601] ACPI: Power Button [PBTN]
[    1.457730] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[    1.457847] ACPI: Sleep Button [SBTN]
[    1.457978] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.458092] ACPI: Power Button [PWRF]
[    1.458188] ERST: Table is not found!
[    1.458280] isapnp: Scanning for PnP cards...
[    1.812060] isapnp: No Plug & Play device found
[    1.812247] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.813061] serial 0000:00:16.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.833998] 0000:00:16.3: ttyS0 at I/O 0x70a0 (irq = 19) is a 16550A
[    1.834763] i8k: unable to get SMM BIOS version
[    1.846882] Dell laptop SMM driver v1.14 21/02/2005 Massimo Dal Zotto (dz@debian.org)
[    1.846995] Linux agpgart interface v0.103
[    1.847291] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[    1.847489] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    1.848218] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    1.848577] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    1.848751] [drm] Initialized drm 1.1.0 20060810
[    1.848858] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.848947] i915 0000:00:02.0: setting latency timer to 64
[    1.872461] i915 0000:00:02.0: irq 40 for MSI/MSI-X
[    1.872468] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    1.872558] [drm] Driver supports precise vblank timestamp query.
[    1.872765] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.418444] Refined TSC clocksource calibration: 2792.999 MHz.
[    2.418543] Switching to clocksource tsc
[    3.460559] [drm] GMBUS timed out, falling back to bit banging on pin 7 [i915 gmbus dpd]
[    3.489542] fbcon: inteldrmfb (fb0) is primary device
[    5.001303] Console: switching to colour frame buffer device 240x67
[    5.006689] fb0: inteldrmfb frame buffer device
[    5.006690] drm: registered panic notifier
[    5.016459] acpi device:43: registered as cooling_device0
[    5.017020] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:02/input/input4
[    5.017074] ACPI: Video Device [VID2] (multi-head: yes  rom: no  post: no)
[    5.017155] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    5.017372] ahci 0000:00:1f.2: version 3.0
[    5.017388] ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.017493] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    5.017596] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x33 impl SATA mode
[    5.017638] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems sxs apst 
[    5.017683] ahci 0000:00:1f.2: setting latency timer to 64
[    5.038891] scsi0 : ahci
[    5.039085] scsi1 : ahci
[    5.039194] scsi2 : ahci
[    5.039303] scsi3 : ahci
[    5.039415] scsi4 : ahci
[    5.039532] scsi5 : ahci
[    5.040170] ata1: SATA max UDMA/133 abar m2048@0xf6940000 port 0xf6940100 irq 41
[    5.040210] ata2: SATA max UDMA/133 abar m2048@0xf6940000 port 0xf6940180 irq 41
[    5.040248] ata3: DUMMY
[    5.040263] ata4: DUMMY
[    5.040280] ata5: SATA max UDMA/133 abar m2048@0xf6940000 port 0xf6940300 irq 41
[    5.040319] ata6: SATA max UDMA/133 abar m2048@0xf6940000 port 0xf6940380 irq 41
[    5.040433] e1000e: Intel(R) PRO/1000 Network Driver - 1.3.10-k2
[    5.040465] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
[    5.040559] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    5.040611] e1000e 0000:00:19.0: setting latency timer to 64
[    5.040790] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[    5.224228] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 5c:26:0a:3e:27:e2
[    5.224270] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    5.224377] e1000e 0000:00:19.0: eth0: MAC: 9, PHY: 10, PBA No: 2041FF-0FF
[    5.224442] tun: Universal TUN/TAP device driver, 1.6
[    5.224469] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    5.224661] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    5.224936] i8042: Warning: Keylock active
[    5.226275] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.226333] serio: i8042 AUX port at 0x60,0x64 irq 12
[    5.226618] mousedev: PS/2 mouse device common for all mice
[    5.226818] rtc_cmos 00:06: RTC can wake from S4
[    5.227153] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    5.227238] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    5.227294] md: raid0 personality registered for level 0
[    5.227333] md: raid1 personality registered for level 1
[    5.227535] cpuidle: using governor ladder
[    5.227717] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    5.228228] cpuidle: using governor menu
[    5.230073] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
[    5.233768] intel ips 0000:00:1f.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.238428] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
[    5.243479] TCP cubic registered
[    5.247803] NET: Registered protocol family 10
[    5.255890] Mobile IPv6
[    5.259635] NET: Registered protocol family 17
[    5.263441] 802.1Q VLAN Support v1.8
[    5.267299] Using IPI No-Shortcut mode
[    5.282781] rtc_cmos 00:06: setting system clock to 2011-06-07 20:19:08 UTC (1307477948)
[    5.357384] ata5: SATA link down (SStatus 0 SControl 300)
[    5.360939] ata2: SATA link down (SStatus 0 SControl 300)
[    5.364740] ata6: SATA link down (SStatus 0 SControl 300)
[    5.366569] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    5.372005] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    5.375008] ata1.00: ATA-8: SAMSUNG SSD PM810 2.5" 256GB, AXM06D1Q, max UDMA/133
[    5.378308] ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    5.382551] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    5.387054] ata1.00: configured for UDMA/133
[    5.391743] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG SSD PM81 AXM0 PQ: 0 ANSI: 5
[    5.396400] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    5.396665] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    5.400023] sd 0:0:0:0: [sda] Write Protect is off
[    5.401671] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    5.401702] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.405066]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[    5.410518] sd 0:0:0:0: [sda] Attached SCSI disk
[    5.414059] md: Waiting for all devices to be available before autodetect
[    5.417525] md: If you don't use raid, use raid=noautodetect
[    5.422188] md: Autodetecting RAID arrays.
[    5.425588] md: Scanned 0 and added 0 devices.
[    5.428994] md: autorun ...
[    5.432419] md: ... autorun DONE.
[    5.436754] EXT4-fs (sda3): couldn't mount as ext3 due to feature incompatibilities
[    5.510764] EXT4-fs (sda3): couldn't mount as ext2 due to feature incompatibilities
[    5.585607] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    5.587346] VFS: Mounted root (ext4 filesystem) readonly on device 8:3.
[    5.589284] Freeing unused kernel memory: 392k freed
[    5.591064] Write protecting the kernel text: 4128k
[    5.592854] Write protecting the kernel read-only data: 1640k
[    5.594521] NX-protecting the kernel data: 4064k
[    5.989481] ACPI: acpi_idle yielding to intel_idle
[    6.001528] ACPI: AC Adapter [AC] (off-line)
[    6.044906] ACPI: Battery Slot [BAT0] (battery present)
[    6.096905] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    6.101805] yenta_cardbus 0000:03:00.0: No cardbus resource!
[    6.111139] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[    6.112087] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    6.122398] usbcore: registered new interface driver usbfs
[    6.126377] usbcore: registered new interface driver hub
[    6.129736] usbcore: registered new device driver usb
[    6.147829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.156049] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.158626] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    6.158635] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    6.159019] ACPI: Battery Slot [BAT1] (battery absent)
[    6.160641] wmi: Mapper loaded
[    6.164859] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    6.166945] ehci_hcd 0000:00:1a.0: debug port 2
[    6.167106] sdhci: Secure Digital Host Controller Interface driver
[    6.167108] sdhci: Copyright(c) Pierre Ossman
[    6.194731] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    6.195140] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf6970000
[    6.196423] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
[    6.196429] sdhci-pci 0000:03:00.1: found 1 slot(s)
[    6.196447] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    6.196451] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
[    6.196459] sdhci-pci 0000:03:00.1: PCI INT B disabled
[    6.203663] tpm_tis 00:08: 1.2 TPM (device-id 0x2001, rev-id 32)
[    6.223816] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    6.227005] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    6.229001] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.230827] usb usb1: Product: EHCI Host Controller
[    6.233371] usb usb1: Manufacturer: Linux 3.0.0-rc2-dirty ehci_hcd
[    6.235638] usb usb1: SerialNumber: 0000:00:1a.0
[    6.241970] cfg80211: Calling CRDA to update world regulatory domain
[    6.246720] hub 1-0:1.0: USB hub found
[    6.249088] hub 1-0:1.0: 3 ports detected
[    6.253909] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    6.256151] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    6.256157] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    6.256534] input: Dell WMI hotkeys as /devices/virtual/input/input7
[    6.259514] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    6.261416] ehci_hcd 0000:00:1d.0: debug port 2
[    6.267224] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    6.268103] ehci_hcd 0000:00:1d.0: irq 17, io mem 0xf6950000
[    6.283745] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    6.287368] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    6.291302] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.294325] usb usb2: Product: EHCI Host Controller
[    6.297822] usb usb2: Manufacturer: Linux 3.0.0-rc2-dirty ehci_hcd
[    6.301264] usb usb2: SerialNumber: 0000:00:1d.0
[    6.305425] hub 2-0:1.0: USB hub found
[    6.307072] hub 2-0:1.0: 3 ports detected
[    6.323443] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    6.327192] HDA Intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[    6.327249] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    6.384046] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[    6.385936] iwlagn: Copyright(c) 2003-2011 Intel Corporation
[    6.387938] iwlagn 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    6.389845] iwlagn 0000:02:00.0: setting latency timer to 64
[    6.389880] iwlagn 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N 6200 AGN, REV=0x74
[    6.408362] iwlagn 0000:02:00.0: device EEPROM VER=0x43a, CALIB=0x6
[    6.410238] iwlagn 0000:02:00.0: Device SKU: 0Xb
[    6.412234] iwlagn 0000:02:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[    6.414361] iwlagn 0000:02:00.0: irq 44 for MSI/MSI-X
[    6.426542] iwlagn 0000:02:00.0: loaded firmware version 9.193.4.1 build 19710
[    6.431014] Registered led device: phy0-led
[    6.440630] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[    6.559233] usb 1-1: new high speed USB device number 2 using ehci_hcd
[    7.030094] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
[    7.033713] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.038475] hub 1-1:1.0: USB hub found
[    7.042636] hub 1-1:1.0: 6 ports detected
[    7.158216] usb 2-1: new high speed USB device number 2 using ehci_hcd
[    7.357858] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
[    7.359829] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.369997] hub 2-1:1.0: USB hub found
[    7.381816] hub 2-1:1.0: 8 ports detected
[    7.503784] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
[    7.517293] HDMI status: Pin=4 Presence_Detect=0 ELD_Valid=0
[    7.521463] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
[    7.525579] HDMI status: Pin=6 Presence_Detect=0 ELD_Valid=0
[    7.539006] input: HDA Intel Mic at Sep Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    7.540778] input: HDA Intel Mic at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    7.542561] input: HDA Intel Line Out at Sep Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    7.544349] input: HDA Intel HP Out at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    7.546516] input: HDA Intel HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    7.548291] input: HDA Intel HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    7.550073] input: HDA Intel HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    8.280364] usb 2-1.4: new low speed USB device number 3 using ehci_hcd
[    9.050338] usb 2-1.4: New USB device found, idVendor=0461, idProduct=4d03
[    9.053870] usb 2-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.131068] usb 2-1.7: new full speed USB device number 4 using ehci_hcd
[    9.232231] usb 2-1.7: New USB device found, idVendor=413c, idProduct=8187
[    9.235798] usb 2-1.7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.239307] usb 2-1.7: Product: DW375 Bluetooth Module
[    9.242844] usb 2-1.7: Manufacturer: Dell Computer Corp
[    9.246298] usb 2-1.7: SerialNumber: C0CB38A9E70C
[    9.281574] Bluetooth: Core ver 2.16
[    9.284891] NET: Registered protocol family 31
[    9.288329] Bluetooth: HCI device and connection manager initialized
[    9.291878] Bluetooth: HCI socket layer initialized
[    9.295340] Bluetooth: L2CAP socket layer initialized
[    9.299033] Bluetooth: SCO socket layer initialized
[    9.306332] Bluetooth: Generic Bluetooth USB driver ver 0.6
[    9.308908] usbcore: registered new interface driver btusb
[    9.326771] usb 2-1.8: new full speed USB device number 5 using ehci_hcd
[    9.445160] usb 2-1.8: New USB device found, idVendor=0a5c, idProduct=5800
[    9.448261] usb 2-1.8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.451703] usb 2-1.8: Product: 5880
[    9.455087] usb 2-1.8: Manufacturer: Broadcom Corp
[    9.458506] usb 2-1.8: SerialNumber: 0123456789ABCD
[    9.462284] usb 2-1.8: config 0 descriptor??
[    9.483577] WARNING! power/level is deprecated; use power/control instead
[    9.497061] input: HID 0461:4d03 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input16
[    9.498905] generic-usb 0003:0461:4D03.0001: input: USB HID v1.10 Mouse [HID 0461:4d03] on usb-0000:00:1d.0-1.4/input0
[    9.500509] usbcore: registered new interface driver usbhid
[    9.502080] usbhid: USB HID core driver
[    9.755670] EXT4-fs (sda3): re-mounted. Opts: (null)
[    9.802720] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
[   10.425695] hpet1: lost 25 rtc interrupts
[   10.503913] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input17
[   10.611381] loop: module loaded
[   11.005039] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[   11.024375] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[   11.859956] vcan: Virtual CAN interface driver
[   11.875328] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   12.023359] Bluetooth: RFCOMM TTY layer initialized
[   12.023370] Bluetooth: RFCOMM socket layer initialized
[   12.023373] Bluetooth: RFCOMM ver 1.11
[   12.024480] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   12.050017] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[   12.105826] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[   12.107759] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   12.796013] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input18

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

* Re: sdhci-pci fails on 3.0.0-rc1 on Dell E6510
@ 2011-06-08  6:26               ` Oliver Hartkopp
  0 siblings, 0 replies; 17+ messages in thread
From: Oliver Hartkopp @ 2011-06-08  6:26 UTC (permalink / raw)
  To: Yinghai Lu
  Cc: Jesse Barnes, Chris Ball, S, Venkatraman, linux-mmc,
	linux-kernel, Ram Pai

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

On 08.06.2011 00:18, Yinghai Lu wrote:
> thanks.
> 
> second report.
> 
> can you send out whole boot log.

See attached dmesg output. The 'dirty' is due to the revert test of the sd/mmc
stuff (see below) - the rest is plain 3.0.0-rc2.

Good luck :-)

Oliver

> 
> On 06/07/2011 01:06 PM, Oliver Hartkopp wrote:
>> On 07.06.2011 20:36, Oliver Hartkopp wrote:
>> Hi all,
>>
>> the commit "PCI: update bridge resources to get more big ranges when allocating space (again)"
>>
>> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=da7822e5ad71ec9b745b412639f1e5e0ba795a20
>>
>> kills my SD-Card and the PCMCIA slot on a Dell E6510 with the latest 3.0.0-rc2 ...
>>
>> When i revert the commit both the MMC/SD stuff and the PCMCIA re-appears.
>>
>> Any idea?
>>
>> See my attached boot.diff / kernel config 
>>
>> Regards,
>> Oliver
>>
>>
>>
>>
>>> On 06.06.2011 21:56, Chris Ball wrote:
>>>> Hi Oliver,
>>>>
>>>> On Mon, Jun 06 2011, Oliver Hartkopp wrote:
>>>>>>> dmesg is a bit more detailed:
>>>>>>> [    6.242510] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>>>>>>> [    6.244168] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>>>>>>> [    6.245788] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
>>>>>>> [    6.247609] sdhci-pci 0000:03:00.1: PCI INT B disabled
>>>>
>>>> If you get a chance to do some bisecting, that would be extremely
>>>> helpful -- even just building 3.0 from *before* the MMC tree was
>>>> merged would help a lot, since if the problem still happens before
>>>> the MMC merge we might be looking at some kind of generic PCI bug.
>>>>
>>>
>>>
>>> Hi Chris,
>>>
>>> i just reverted this pull of your merge window patches in my 3.0.0-rc2 tree:
>>>
>>> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=8c1c77ff9be27137fa7cbbf51efedef1a2ae915b;hp=f3ae1c75203535f65448517e46c8dd70a56b6c71
>>>
>>> And you were right: The problem still exists. So it might be from the PCI subsystem :-(
>>>
>>> [    6.167106] sdhci: Secure Digital Host Controller Interface driver
>>> [    6.167108] sdhci: Copyright(c) Pierre Ossman
>>> [    6.194731] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
>>> [    6.195140] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf6970000
>>> [    6.196423] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>>> [    6.196429] sdhci-pci 0000:03:00.1: found 1 slot(s)
>>> [    6.196447] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>>> [    6.196451] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
>>> [    6.196459] sdhci-pci 0000:03:00.1: PCI INT B disabled
>>>
>>> Well then, i'll reset my tree and look for differences in the PCI boot messages.
>>>
>>> Thanks,
>>> Oliver
>>
> 


[-- Attachment #2: pci-3.0.0-rc2-dirty --]
[-- Type: text/plain, Size: 61101 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.0.0-rc2-dirty (hartko@vwagwolkf484) (gcc version 4.6.1 20110526 (prerelease) (Debian 4.6.0-10) ) #46 SMP Tue Jun 7 20:06:39 CEST 2011
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 0000000000093c00 (usable)
[    0.000000]  BIOS-e820: 0000000000093c00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000db65f000 (usable)
[    0.000000]  BIOS-e820: 00000000db65f000 - 00000000db67f000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000db67f000 - 00000000db76f000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000db76f000 - 00000000dc000000 (reserved)
[    0.000000]  BIOS-e820: 00000000ddc00000 - 00000000e0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 00000001fc000000 (usable)
[    0.000000]  BIOS-e820: 00000001fc000000 - 0000000200000000 (reserved)
[    0.000000]  BIOS-e820: 0000000200000000 - 000000021c000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.6 present.
[    0.000000] DMI: Dell Inc. Latitude E6510/02K3Y4, BIOS A06 11/20/2010
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] last_pfn = 0x21c000 max_arch_pfn = 0x1000000
[    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-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 080000000 mask FC0000000 write-back
[    0.000000]   2 base 0C0000000 mask FE0000000 write-back
[    0.000000]   3 base 0DC000000 mask FFC000000 uncachable
[    0.000000]   4 base 100000000 mask F00000000 write-back
[    0.000000]   5 base 200000000 mask FE0000000 write-back
[    0.000000]   6 base 21C000000 mask FFC000000 uncachable
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000dc000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] initial memory mapped : 0 - 02000000
[    0.000000] Base memory trampoline at [c008f000] 8f000 size 16384
[    0.000000] init_memory_mapping: 0000000000000000-0000000037bfe000
[    0.000000]  0000000000 - 0000200000 page 4k
[    0.000000]  0000200000 - 0037a00000 page 2M
[    0.000000]  0037a00000 - 0037bfe000 page 4k
[    0.000000] kernel direct mapping tables up to 37bfe000 @ 1ffb000-2000000
[    0.000000] ACPI: RSDP 000fe300 00024 (v02 DELL  )
[    0.000000] ACPI: XSDT db67de18 0006C (v01 DELL    E2      06222004 MSFT 00010013)
[    0.000000] ACPI: FACP db74fc18 000F4 (v04 DELL    E2      06222004 MSFT 00010013)
[    0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20110413/tbfadt-369)
[    0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xDB76BF40/0x00000000DB76ED40, using 32 (20110413/tbfadt-489)
[    0.000000] ACPI: DSDT db72e018 0A6C0 (v01 DELL    E2      00001001 INTL 20080729)
[    0.000000] ACPI: FACS db76bf40 00040
[    0.000000] ACPI: APIC db67cf18 0008C (v02 DELL    E2      06222004 MSFT 00010013)
[    0.000000] ACPI: TCPA db76dd18 00032 (v02                 00000000      00000000)
[    0.000000] ACPI: MCFG db76dc98 0003C (v01 A M I  GMCH945. 06222004 MSFT 00000097)
[    0.000000] ACPI: HPET db76dc18 00038 (v01 DELL    E2      00000001 ASL  00000061)
[    0.000000] ACPI: BOOT db76db98 00028 (v01 DELL   E2       06222004 AMI  00010013)
[    0.000000] ACPI: SLIC db766818 00176 (v03 DELL    E2      06222004 MSFT 00010013)
[    0.000000] ACPI: SSDT db73d018 009F1 (v01  PmRef    CpuPm 00003000 INTL 20080729)
[    0.000000] ACPI: DMAR db76eb18 000B8 (v01 INTEL  CP_DALE  00000001 INTL 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 7748MB HIGHMEM available.
[    0.000000] 891MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 37bfe000
[    0.000000]   low ram: 0 - 37bfe000
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x00037bfe
[    0.000000]   HighMem  0x00037bfe -> 0x0021c000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[4] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x00000093
[    0.000000]     0: 0x00000100 -> 0x000db65f
[    0.000000]     0: 0x00100000 -> 0x001fc000
[    0.000000]     0: 0x00200000 -> 0x0021c000
[    0.000000] On node 0 totalpages: 2045410
[    0.000000] free_area_init_node: node 0, pgdat c15ed780, node_mem_map f387d200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3939 pages, LIFO batch:0
[    0.000000]   Normal zone: 1752 pages used for memmap
[    0.000000]   Normal zone: 222502 pages, LIFO batch:31
[    0.000000]   HighMem zone: 15497 pages used for memmap
[    0.000000]   HighMem zone: 1801688 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, 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: 0x8086a701 base: 0xfed00000
[    0.000000] 8 Processors exceeds NR_CPUS limit of 4
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] Allocating PCI resources starting at e0000000 (gap: e0000000:18000000)
[    0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @f3600000 s24896 r0 d24256 u524288
[    0.000000] pcpu-alloc: s24896 r0 d24256 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2028129
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.0.0-rc2-dirty root=/dev/sda3 ro
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (00037bfe:0021c000)
[    0.000000] Memory: 8099508k/8847360k available (4126k kernel code, 82132k reserved, 1966k data, 392k init, 7268740k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff67000 - 0xfffff000   ( 608 kB)
[    0.000000]     pkmap   : 0xffc00000 - 0xffe00000   (2048 kB)
[    0.000000]     vmalloc : 0xf83fe000 - 0xffbfe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf7bfe000   ( 891 MB)
[    0.000000]       .init : 0xc15f4000 - 0xc1656000   ( 392 kB)
[    0.000000]       .data : 0xc1407bb1 - 0xc15f3500   (1966 kB)
[    0.000000]       .text : 0xc1000000 - 0xc1407bb1   (4126 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU lockdep checking is enabled.
[    0.000000] NR_IRQS:384
[    0.000000] CPU 0 irqstacks, hard=f300c000 soft=f300e000
[    0.000000] Extended CMOS year: 2000
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 3567 kB
[    0.000000]  per task-struct memory footprint: 1152 bytes
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.004000] Detected 2792.604 MHz processor.
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5585.20 BogoMIPS (lpj=11170416)
[    0.000165] pid_max: default: 32768 minimum: 301
[    0.000311] Mount-cache hash table entries: 512
[    0.000921] Initializing cgroup subsys cpuacct
[    0.001010] Initializing cgroup subsys devices
[    0.001089] Initializing cgroup subsys freezer
[    0.001168] Initializing cgroup subsys net_cls
[    0.001248] Initializing cgroup subsys blkio
[    0.001377] CPU: Physical Processor ID: 0
[    0.001453] CPU: Processor Core ID: 0
[    0.001532] mce: CPU supports 9 MCE banks
[    0.001616] CPU0: Thermal monitoring handled by SMI
[    0.001624] using mwait in idle threads.
[    0.001785] ACPI: Core revision 20110413
[    0.009698] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.010112] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.049804] CPU0: Intel(R) Core(TM) i7 CPU       M 640  @ 2.80GHz stepping 05
[    0.155000] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
[    0.155236] ... version:                3
[    0.155314] ... bit width:              48
[    0.155392] ... generic registers:      4
[    0.155468] ... value mask:             0000ffffffffffff
[    0.155550] ... max period:             000000007fffffff
[    0.155631] ... fixed-purpose events:   3
[    0.155708] ... event mask:             000000070000000f
[    0.156132] NMI watchdog enabled, takes one hw-pmu counter.
[    0.156374] lockdep: fixing up alternatives.
[    0.156563] CPU 1 irqstacks, hard=f30e2000 soft=f30e4000
[    0.156564] Booting Node   0, Processors  #1
[    0.156659] smpboot cpu 1: start_ip = 8f000
[    0.167193] Initializing CPU#1
[    0.182950] calibrate_delay_direct() timer_rate_max=11171727 timer_rate_min=11171544 pre_start=3881838390 pre_end=3904181664
[    0.198921] calibrate_delay_direct() timer_rate_max=11171761 timer_rate_min=11171581 pre_start=3926524953 pre_end=3948868281
[    0.214893] calibrate_delay_direct() timer_rate_max=11171737 timer_rate_min=11171613 pre_start=3971211633 pre_end=3993554940
[    0.230865] calibrate_delay_direct() timer_rate_max=11171698 timer_rate_min=11171566 pre_start=4015898268 pre_end=4038241581
[    0.246837] calibrate_delay_direct() timer_rate_max=11171788 timer_rate_min=11171656 pre_start=4060584918 pre_end=4082928312
[    0.246854] CPU1: Thermal monitoring handled by SMI
[    0.267000] NMI watchdog enabled, takes one hw-pmu counter.
[    0.267299] lockdep: fixing up alternatives.
[    0.267405] CPU 2 irqstacks, hard=f30f2000 soft=f30f4000
[    0.267407]  #2
[    0.267452] smpboot cpu 2: start_ip = 8f000
[    0.277660] Initializing CPU#2
[    0.290761] calibrate_delay_direct() timer_rate_max=11171715 timer_rate_min=11171581 pre_start=4183473708 pre_end=4205817015
[    0.306733] calibrate_delay_direct() timer_rate_max=11171676 timer_rate_min=11171547 pre_start=4228160445 pre_end=4250503671
[    0.322705] calibrate_delay_direct() timer_rate_max=11171721 timer_rate_min=11171589 pre_start=4272847008 pre_end=223013
[    0.322707] calibrate_delay_direct() ignoring timer_rate as we had a TSC wrap around start=4272847029 >=post_end=223154
[    0.338677] calibrate_delay_direct() timer_rate_max=11171937 timer_rate_min=11171811 pre_start=22566383 pre_end=44910128
[    0.354649] calibrate_delay_direct() timer_rate_max=11171704 timer_rate_min=11171575 pre_start=67253036 pre_end=89596322
[    0.354668] CPU2: Thermal monitoring handled by SMI
[    0.374793] NMI watchdog enabled, takes one hw-pmu counter.
[    0.375215] lockdep: fixing up alternatives.
[    0.375322] CPU 3 irqstacks, hard=f3106000 soft=f3110000
[    0.375324]  #3 Ok.
[    0.375395] smpboot cpu 3: start_ip = 8f000
[    0.385537] Initializing CPU#3
[    0.398572] calibrate_delay_direct() timer_rate_max=11171743 timer_rate_min=11171566 pre_start=190141136 pre_end=212484437
[    0.414543] calibrate_delay_direct() timer_rate_max=11171718 timer_rate_min=11171635 pre_start=234827750 pre_end=257171102
[    0.430515] calibrate_delay_direct() timer_rate_max=11171737 timer_rate_min=11171607 pre_start=279514439 pre_end=301857830
[    0.446487] calibrate_delay_direct() timer_rate_max=11171737 timer_rate_min=11171574 pre_start=324201098 pre_end=346544408
[    0.462459] calibrate_delay_direct() timer_rate_max=11171742 timer_rate_min=11171574 pre_start=368887718 pre_end=391231034
[    0.462477] CPU3: Thermal monitoring handled by SMI
[    0.482529] NMI watchdog enabled, takes one hw-pmu counter.
[    0.482735] Brought up 4 CPUs
[    0.482811] Total of 4 processors activated (22342.82 BogoMIPS).
[    0.484759] devtmpfs: initialized
[    0.485332] NET: Registered protocol family 16
[    0.485745] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.485865] ACPI: bus type pci registered
[    0.486024] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.486143] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.486229] PCI: Using MMCONFIG for extended config space
[    0.486310] PCI: Using configuration type 1 for base access
[    0.486397] dmi type 0xB1 record - unknown flag
[    0.487772] bio: create slab <bio-0> at 0
[    0.492889] ACPI: EC: Look up EC in DSDT
[    0.526559] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.606495] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.634596] ACPI: SSDT db7eaa18 004B6 (v01  PmRef  Cpu0Ist 00003000 INTL 20080729)
[    0.636002] ACPI: Dynamic OEM Table Load:
[    0.636161] ACPI: SSDT   (null) 004B6 (v01  PmRef  Cpu0Ist 00003000 INTL 20080729)
[    0.636492] ACPI: SSDT db7e8018 00891 (v01  PmRef  Cpu0Cst 00003001 INTL 20080729)
[    0.638641] ACPI: Dynamic OEM Table Load:
[    0.638799] ACPI: SSDT   (null) 00891 (v01  PmRef  Cpu0Cst 00003001 INTL 20080729)
[    0.662454] ACPI: SSDT db7e9a98 00303 (v01  PmRef    ApIst 00003000 INTL 20080729)
[    0.663934] ACPI: Dynamic OEM Table Load:
[    0.664094] ACPI: SSDT   (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20080729)
[    0.674394] ACPI: SSDT db7e7d98 00119 (v01  PmRef    ApCst 00003000 INTL 20080729)
[    0.675834] ACPI: Dynamic OEM Table Load:
[    0.675992] ACPI: SSDT   (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20080729)
[    0.754124] ACPI: Interpreter enabled
[    0.754204] ACPI: (supports S0 S3 S5)
[    0.754433] ACPI: Using IOAPIC for interrupt routing
[    1.294218] ACPI: EC: GPE = 0x10, I/O: command/status = 0x934, data = 0x930
[    1.317164] ACPI: No dock devices found.
[    1.317243] HEST: Table not found.
[    1.317320] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.318020] \_SB_.PCI0:_OSC invalid UUID
[    1.318021] _OSC request data:1 8 1f 
[    1.318025] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    1.318986] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    1.319072] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    1.319158] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    1.319271] pci_root PNP0A08:00: host bridge window [mem 0xe0000000-0xfeafffff]
[    1.319411] pci 0000:00:00.0: [8086:0044] type 0 class 0x000600
[    1.319484] pci 0000:00:02.0: [8086:0046] type 0 class 0x000300
[    1.319501] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
[    1.319510] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
[    1.319517] pci 0000:00:02.0: reg 20: [io  0x70b0-0x70b7]
[    1.319611] pci 0000:00:16.0: [8086:3b64] type 0 class 0x000780
[    1.319651] pci 0000:00:16.0: reg 10: [mem 0xf69b0000-0xf69b000f 64bit]
[    1.319758] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    1.319764] pci 0000:00:16.0: PME# disabled
[    1.319799] pci 0000:00:16.3: [8086:3b67] type 0 class 0x000700
[    1.319829] pci 0000:00:16.3: reg 10: [io  0x70a0-0x70a7]
[    1.319844] pci 0000:00:16.3: reg 14: [mem 0xf6990000-0xf6990fff]
[    1.319992] pci 0000:00:19.0: [8086:10ea] type 0 class 0x000200
[    1.320025] pci 0000:00:19.0: reg 10: [mem 0xf6900000-0xf691ffff]
[    1.320039] pci 0000:00:19.0: reg 14: [mem 0xf6980000-0xf6980fff]
[    1.320055] pci 0000:00:19.0: reg 18: [io  0x7040-0x705f]
[    1.320147] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    1.320152] pci 0000:00:19.0: PME# disabled
[    1.320190] pci 0000:00:1a.0: [8086:3b3c] type 0 class 0x000c03
[    1.320222] pci 0000:00:1a.0: reg 10: [mem 0xf6970000-0xf69703ff]
[    1.320345] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    1.320350] pci 0000:00:1a.0: PME# disabled
[    1.320388] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
[    1.320414] pci 0000:00:1b.0: reg 10: [mem 0xf6960000-0xf6963fff 64bit]
[    1.320520] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.320526] pci 0000:00:1b.0: PME# disabled
[    1.320560] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
[    1.320665] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.320670] pci 0000:00:1c.0: PME# disabled
[    1.320706] pci 0000:00:1c.1: [8086:3b44] type 1 class 0x000604
[    1.320812] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    1.320817] pci 0000:00:1c.1: PME# disabled
[    1.320852] pci 0000:00:1c.2: [8086:3b46] type 1 class 0x000604
[    1.320962] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    1.320969] pci 0000:00:1c.2: PME# disabled
[    1.321007] pci 0000:00:1c.3: [8086:3b48] type 1 class 0x000604
[    1.321122] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    1.321128] pci 0000:00:1c.3: PME# disabled
[    1.321188] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03
[    1.321222] pci 0000:00:1d.0: reg 10: [mem 0xf6950000-0xf69503ff]
[    1.321341] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.321346] pci 0000:00:1d.0: PME# disabled
[    1.321376] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[    1.321478] pci 0000:00:1f.0: [8086:3b07] type 0 class 0x000601
[    1.321648] pci 0000:00:1f.2: [8086:3b2f] type 0 class 0x000106
[    1.321684] pci 0000:00:1f.2: reg 10: [io  0x7090-0x7097]
[    1.321699] pci 0000:00:1f.2: reg 14: [io  0x7080-0x7083]
[    1.321713] pci 0000:00:1f.2: reg 18: [io  0x7070-0x7077]
[    1.321728] pci 0000:00:1f.2: reg 1c: [io  0x7060-0x7063]
[    1.321742] pci 0000:00:1f.2: reg 20: [io  0x7020-0x703f]
[    1.321757] pci 0000:00:1f.2: reg 24: [mem 0xf6940000-0xf69407ff]
[    1.321821] pci 0000:00:1f.2: PME# supported from D3hot
[    1.321826] pci 0000:00:1f.2: PME# disabled
[    1.321855] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
[    1.321883] pci 0000:00:1f.3: reg 10: [mem 0xf6930000-0xf69300ff 64bit]
[    1.321923] pci 0000:00:1f.3: reg 20: [io  0x7000-0x701f]
[    1.321987] pci 0000:00:1f.6: [8086:3b32] type 0 class 0x001180
[    1.322023] pci 0000:00:1f.6: reg 10: [mem 0xf6920000-0xf6920fff 64bit]
[    1.322208] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    1.322294] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    1.322299] pci 0000:00:1c.0:   bridge window [mem 0xf5500000-0xf68fffff]
[    1.322309] pci 0000:00:1c.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.322523] pci 0000:02:00.0: [8086:422c] type 0 class 0x000280
[    1.322661] pci 0000:02:00.0: reg 10: [mem 0xf4100000-0xf4101fff 64bit]
[    1.323197] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    1.323230] pci 0000:02:00.0: PME# disabled
[    1.323462] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    1.323546] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    1.323551] pci 0000:00:1c.1:   bridge window [mem 0xf4100000-0xf54fffff]
[    1.323560] pci 0000:00:1c.1:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.323706] pci 0000:03:00.0: [1180:e476] type 2 class 0x000607
[    1.323733] pci 0000:03:00.0: reg 10: [mem 0xf2c40000-0xf2c40fff]
[    1.323793] pci 0000:03:00.0: supports D1 D2
[    1.323794] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.323801] pci 0000:03:00.0: PME# disabled
[    1.323856] pci 0000:03:00.1: [1180:e822] type 0 class 0x000805
[    1.323883] pci 0000:03:00.1: reg 10: [mem 0xf2c30000-0xf2c300ff]
[    1.324053] pci 0000:03:00.1: supports D1 D2
[    1.324054] pci 0000:03:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    1.324061] pci 0000:03:00.1: PME# disabled
[    1.324119] pci 0000:03:00.4: [1180:e832] type 0 class 0x000c00
[    1.324147] pci 0000:03:00.4: reg 10: [mem 0xf2c00000-0xf2c007ff]
[    1.324315] pci 0000:03:00.4: supports D1 D2
[    1.324317] pci 0000:03:00.4: PME# supported from D0 D1 D2 D3hot D3cold
[    1.324324] pci 0000:03:00.4: PME# disabled
[    1.324412] pci 0000:00:1c.2: PCI bridge to [bus 03-04]
[    1.324497] pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
[    1.324502] pci 0000:00:1c.2:   bridge window [mem 0xf0400000-0xf2cfffff]
[    1.324511] pci 0000:00:1c.2:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.324626] pci_bus 0000:04: [bus 04-07] partially hidden behind bridge 0000:03 [bus 03-04]
[    1.324814] pci 0000:00:1c.3: PCI bridge to [bus 05-0a]
[    1.324900] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    1.324906] pci 0000:00:1c.3:   bridge window [mem 0xf2d00000-0xf40fffff]
[    1.324915] pci 0000:00:1c.3:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.325028] pci 0000:00:1e.0: PCI bridge to [bus 0b-0b] (subtractive decode)
[    1.325125] pci 0000:00:1e.0:   bridge window [io  0xf000-0x0000] (disabled)
[    1.325131] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff] (disabled)
[    1.325139] pci 0000:00:1e.0:   bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[    1.325145] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    1.325147] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    1.325150] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    1.325152] pci 0000:00:1e.0:   bridge window [mem 0xe0000000-0xfeafffff] (subtractive decode)
[    1.325192] pci_bus 0000:00: on NUMA node 0
[    1.325195] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.325493] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    1.325660] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    1.325737] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    1.325814] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    1.325892] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[    1.326101] \_SB_.PCI0:_OSC invalid UUID
[    1.326102] _OSC request data:1 1f 1f 
[    1.326106]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    1.326238] \_SB_.PCI0:_OSC invalid UUID
[    1.326240] _OSC request data:1 0 1d 
[    1.326243]  pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
[    1.326357] ACPI _OSC control for PCIe not granted, disabling ASPM
[    1.335354] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus 3f])
[    1.335530] pci 0000:3f:00.0: [8086:2c62] type 0 class 0x000600
[    1.335561] pci 0000:3f:00.1: [8086:2d01] type 0 class 0x000600
[    1.335596] pci 0000:3f:02.0: [8086:2d10] type 0 class 0x000600
[    1.335625] pci 0000:3f:02.1: [8086:2d11] type 0 class 0x000600
[    1.335655] pci 0000:3f:02.2: [8086:2d12] type 0 class 0x000600
[    1.335684] pci 0000:3f:02.3: [8086:2d13] type 0 class 0x000600
[    1.335735] pci_bus 0000:3f: on NUMA node 0
[    1.335746]  pci0000:3f: Requesting ACPI _OSC control (0x1d)
[    1.335830]  pci0000:3f: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[    1.335946] ACPI _OSC control for PCIe not granted, disabling ASPM
[    1.336460] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    1.337185] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    1.337826] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    1.338469] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    1.339178] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[    1.339815] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    1.340553] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
[    1.341197] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    1.342108] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    1.342245] vgaarb: loaded
[    1.342319] vgaarb: bridge control possible 0000:00:02.0
[    1.342458] SCSI subsystem initialized
[    1.342590] libata version 3.00 loaded.
[    1.342675] PCI: Using ACPI for IRQ routing
[    1.345142] PCI: pci_cache_line_size set to 64 bytes
[    1.345298] reserve RAM buffer: 0000000000093c00 - 000000000009ffff 
[    1.345300] reserve RAM buffer: 00000000db65f000 - 00000000dbffffff 
[    1.345574] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.346026] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    1.348143] Switching to clocksource hpet
[    1.348404] pnp: PnP ACPI init
[    1.348500] ACPI: bus type pnp registered
[    1.348915] pnp 00:00: [bus 00-3e]
[    1.348918] pnp 00:00: [io  0x0000-0x0cf7 window]
[    1.348921] pnp 00:00: [io  0x0cf8-0x0cff]
[    1.348924] pnp 00:00: [io  0x0d00-0xffff window]
[    1.348927] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    1.348929] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    1.348932] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    1.348934] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    1.348937] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    1.348938] Switched to NOHz mode on CPU #0
[    1.348985] Switched to NOHz mode on CPU #3
[    1.349048] Switched to NOHz mode on CPU #1
[    1.349180] Switched to NOHz mode on CPU #2
[    1.349265] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    1.349266] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    1.349268] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    1.349269] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    1.349271] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    1.349272] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    1.349274] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    1.349275] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    1.349277] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    1.349279] pnp 00:00: [mem 0xe0000000-0xfeafffff window]
[    1.349280] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[    1.349378] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    1.349418] pnp 00:01: [io  0x0000-0x001f]
[    1.349419] pnp 00:01: [io  0x0081-0x0091]
[    1.349420] pnp 00:01: [io  0x0093-0x009f]
[    1.349422] pnp 00:01: [io  0x00c0-0x00df]
[    1.349424] pnp 00:01: [dma 4]
[    1.349461] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.349471] pnp 00:02: [mem 0xff000000-0xffffffff]
[    1.349509] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    1.349583] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    1.349623] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.349635] pnp 00:04: [io  0x00f0]
[    1.349644] pnp 00:04: [irq 13]
[    1.349684] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    1.349695] pnp 00:05: [io  0x002e-0x002f]
[    1.349697] pnp 00:05: [io  0x004e-0x004f]
[    1.349698] pnp 00:05: [io  0x0061]
[    1.349699] pnp 00:05: [io  0x0063]
[    1.349700] pnp 00:05: [io  0x0065]
[    1.349702] pnp 00:05: [io  0x0067]
[    1.349703] pnp 00:05: [io  0x0070]
[    1.349704] pnp 00:05: [io  0x0080]
[    1.349705] pnp 00:05: [io  0x0092]
[    1.349706] pnp 00:05: [io  0x00b2-0x00b3]
[    1.349708] pnp 00:05: [io  0x0680-0x069f]
[    1.349709] pnp 00:05: [io  0x1000-0x1003]
[    1.349710] pnp 00:05: [io  0x1004-0x1013]
[    1.349712] pnp 00:05: [io  0xffff]
[    1.349714] pnp 00:05: [io  0x0400-0x047f]
[    1.349715] pnp 00:05: [io  0x0500-0x057f]
[    1.349717] pnp 00:05: [io  0x164e-0x164f]
[    1.349802] system 00:05: [io  0x0680-0x069f] has been reserved
[    1.349887] system 00:05: [io  0x1000-0x1003] has been reserved
[    1.349970] system 00:05: [io  0x1004-0x1013] has been reserved
[    1.350054] system 00:05: [io  0xffff] has been reserved
[    1.350136] system 00:05: [io  0x0400-0x047f] has been reserved
[    1.350221] system 00:05: [io  0x0500-0x057f] has been reserved
[    1.350304] system 00:05: [io  0x164e-0x164f] has been reserved
[    1.350390] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.350400] pnp 00:06: [io  0x0070-0x0077]
[    1.350406] pnp 00:06: [irq 8]
[    1.350447] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.350460] pnp 00:07: [io  0x0060]
[    1.350461] pnp 00:07: [io  0x0064]
[    1.350467] pnp 00:07: [irq 1]
[    1.350510] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[    1.350543] pnp 00:08: [mem 0xfed40000-0xfed44fff]
[    1.350587] pnp 00:08: Plug and Play ACPI device, IDs BCM0102 PNP0c31 (active)
[    1.351633] pnp 00:09: Plug and Play ACPI device, IDs PNP0401 (disabled)
[    1.351650] pnp 00:0a: [irq 12]
[    1.351695] pnp 00:0a: Plug and Play ACPI device, IDs DLL040b PNP0f13 (active)
[    1.351989] pnp 00:0b: [mem 0xfed1c000-0xfed1ffff]
[    1.351990] pnp 00:0b: [mem 0xfed10000-0xfed13fff]
[    1.351992] pnp 00:0b: [mem 0xfed18000-0xfed18fff]
[    1.351993] pnp 00:0b: [mem 0xfed19000-0xfed19fff]
[    1.351995] pnp 00:0b: [mem 0xf8000000-0xfbffffff]
[    1.351996] pnp 00:0b: [mem 0xfed20000-0xfed3ffff]
[    1.351998] pnp 00:0b: [mem 0xfed90000-0xfed93fff]
[    1.351999] pnp 00:0b: [mem 0xfed45000-0xfed8ffff]
[    1.352001] pnp 00:0b: [mem 0xff000000-0xffffffff]
[    1.352002] pnp 00:0b: [mem 0xfee00000-0xfeefffff]
[    1.352003] pnp 00:0b: [mem 0xf69c0000-0xf69c0fff]
[    1.352104] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.352222] system 00:0b: [mem 0xfed10000-0xfed13fff] has been reserved
[    1.352309] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.352395] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.352482] system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
[    1.352568] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.352654] system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
[    1.352740] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.352829] system 00:0b: [mem 0xff000000-0xffffffff] could not be reserved
[    1.352916] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.353004] system 00:0b: [mem 0xf69c0000-0xf69c0fff] has been reserved
[    1.353093] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.353180] pnp 00:0c: [irq 23]
[    1.353250] pnp 00:0c: Plug and Play ACPI device, IDs SMO8800 (active)
[    1.354610] pnp 00:0d: [bus 3f]
[    1.354706] pnp 00:0d: Plug and Play ACPI device, IDs PNP0a03 (active)
[    1.357628] pnp: PnP ACPI: found 14 devices
[    1.357708] ACPI: ACPI bus type pnp unregistered
[    1.357788] PnPBIOS: Disabled by ACPI PNP
[    1.394577] PCI: max bus depth: 2 pci_try_num: 3
[    1.394646] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x4000000)
[    1.394737] pci 0000:00:1c.3: BAR 15: assigned [mem 0xf6a00000-0xf6bfffff 64bit pref]
[    1.394853] pci 0000:00:1c.1: BAR 15: assigned [mem 0xf6c00000-0xf6dfffff 64bit pref]
[    1.394969] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf6e00000-0xf6ffffff 64bit pref]
[    1.395083] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    1.395165] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    1.395254] pci 0000:00:1c.0:   bridge window [mem 0xf5500000-0xf68fffff]
[    1.395343] pci 0000:00:1c.0:   bridge window [mem 0xf6e00000-0xf6ffffff 64bit pref]
[    1.395464] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    1.395547] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    1.395637] pci 0000:00:1c.1:   bridge window [mem 0xf4100000-0xf54fffff]
[    1.395726] pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6dfffff 64bit pref]
[    1.395847] pci 0000:03:00.0: BAR 15: can't assign mem pref (size 0x4000000)
[    1.395936] pci 0000:03:00.0: BAR 16: can't assign mem (size 0x4000000)
[    1.396021] pci 0000:03:00.0: BAR 13: assigned [io  0x2000-0x20ff]
[    1.396121] pci 0000:03:00.0: BAR 14: assigned [io  0x2400-0x24ff]
[    1.396209] pci 0000:03:00.0: CardBus bridge to [bus 04-07]
[    1.396291] pci 0000:03:00.0:   bridge window [io  0x2000-0x20ff]
[    1.396380] pci 0000:03:00.0:   bridge window [io  0x2400-0x24ff]
[    1.396469] pci 0000:00:1c.2: PCI bridge to [bus 03-04]
[    1.396553] pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
[    1.396642] pci 0000:00:1c.2:   bridge window [mem 0xf0400000-0xf2cfffff]
[    1.396731] pci 0000:00:1c.2:   bridge window [mem pref disabled]
[    1.396821] pci 0000:00:1c.3: PCI bridge to [bus 05-0a]
[    1.396903] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    1.396992] pci 0000:00:1c.3:   bridge window [mem 0xf2d00000-0xf40fffff]
[    1.397082] pci 0000:00:1c.3:   bridge window [mem 0xf6a00000-0xf6bfffff 64bit pref]
[    1.397201] pci 0000:00:1e.0: PCI bridge to [bus 0b-0b]
[    1.397281] pci 0000:00:1e.0:   bridge window [io  disabled]
[    1.397369] pci 0000:00:1e.0:   bridge window [mem disabled]
[    1.397455] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    1.397546] PCI: No. 2 try to assign unassigned res
[    1.397609] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x4000000)
[    1.397696] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    1.397779] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    1.397868] pci 0000:00:1c.0:   bridge window [mem 0xf5500000-0xf68fffff]
[    1.397958] pci 0000:00:1c.0:   bridge window [mem 0xf6e00000-0xf6ffffff 64bit pref]
[    1.398077] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    1.398159] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    1.398248] pci 0000:00:1c.1:   bridge window [mem 0xf4100000-0xf54fffff]
[    1.398337] pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6dfffff 64bit pref]
[    1.398458] pci 0000:03:00.0: BAR 15: can't assign mem pref (size 0x4000000)
[    1.398546] pci 0000:03:00.0: BAR 16: can't assign mem (size 0x4000000)
[    1.398632] pci 0000:03:00.0: CardBus bridge to [bus 04-07]
[    1.398714] pci 0000:03:00.0:   bridge window [io  0x0000-0x00ff]
[    1.398803] pci 0000:03:00.0:   bridge window [io  0x0000-0x00ff]
[    1.398892] pci 0000:00:1c.2: PCI bridge to [bus 03-04]
[    1.398976] pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
[    1.399064] pci 0000:00:1c.2:   bridge window [mem 0xf0400000-0xf2cfffff]
[    1.399154] pci 0000:00:1c.2:   bridge window [mem pref disabled]
[    1.399244] pci 0000:00:1c.3: PCI bridge to [bus 05-0a]
[    1.399327] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    1.399416] pci 0000:00:1c.3:   bridge window [mem 0xf2d00000-0xf40fffff]
[    1.399506] pci 0000:00:1c.3:   bridge window [mem 0xf6a00000-0xf6bfffff 64bit pref]
[    1.399625] pci 0000:00:1e.0: PCI bridge to [bus 0b-0b]
[    1.399704] pci 0000:00:1e.0:   bridge window [io  disabled]
[    1.399791] pci 0000:00:1e.0:   bridge window [mem disabled]
[    1.399877] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    1.399968] PCI: No. 3 try to assign unassigned res
[    1.399970] release child resource [mem 0xf2c00000-0xf2c007ff]
[    1.399971] release child resource [mem 0xf2c30000-0xf2c300ff]
[    1.399972] release child resource [mem 0xf2c40000-0xf2c40fff]
[    1.399974] pci 0000:00:1c.2: resource 14 [mem 0xf0400000-0xf2cfffff] released
[    1.399976] pci 0000:00:1c.2: PCI bridge to [bus 03-04]
[    1.400057] pci 0000:00:1c.2:   bridge window [mem disabled]
[    1.400215] pci 0000:00:1c.2: BAR 15: can't assign mem pref (size 0x4000000)
[    1.400305] pci 0000:00:1c.2: BAR 14: can't assign mem (size 0x6000000)
[    1.400391] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
[    1.400474] pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
[    1.400563] pci 0000:00:1c.0:   bridge window [mem 0xf5500000-0xf68fffff]
[    1.400653] pci 0000:00:1c.0:   bridge window [mem 0xf6e00000-0xf6ffffff 64bit pref]
[    1.400773] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
[    1.400856] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    1.400945] pci 0000:00:1c.1:   bridge window [mem 0xf4100000-0xf54fffff]
[    1.401035] pci 0000:00:1c.1:   bridge window [mem 0xf6c00000-0xf6dfffff 64bit pref]
[    1.401155] pci 0000:03:00.0: BAR 15: can't assign mem pref (size 0x4000000)
[    1.401242] pci 0000:03:00.0: BAR 16: can't assign mem (size 0x4000000)
[    1.401328] pci 0000:03:00.0: BAR 0: can't assign mem (size 0x1000)
[    1.401412] pci 0000:03:00.4: BAR 0: can't assign mem (size 0x800)
[    1.401496] pci 0000:03:00.1: BAR 0: can't assign mem (size 0x100)
[    1.401580] pci 0000:03:00.0: CardBus bridge to [bus 04-07]
[    1.401662] pci 0000:03:00.0:   bridge window [io  0x0000-0x00ff]
[    1.401751] pci 0000:03:00.0:   bridge window [io  0x0000-0x00ff]
[    1.402588] pci 0000:00:1c.2: PCI bridge to [bus 03-04]
[    1.402671] pci 0000:00:1c.2:   bridge window [io  0x2000-0x3fff]
[    1.402759] pci 0000:00:1c.2:   bridge window [mem disabled]
[    1.402845] pci 0000:00:1c.2:   bridge window [mem pref disabled]
[    1.402935] pci 0000:00:1c.3: PCI bridge to [bus 05-0a]
[    1.403018] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    1.403107] pci 0000:00:1c.3:   bridge window [mem 0xf2d00000-0xf40fffff]
[    1.403197] pci 0000:00:1c.3:   bridge window [mem 0xf6a00000-0xf6bfffff 64bit pref]
[    1.403316] pci 0000:00:1e.0: PCI bridge to [bus 0b-0b]
[    1.403396] pci 0000:00:1e.0:   bridge window [io  disabled]
[    1.403483] pci 0000:00:1e.0:   bridge window [mem disabled]
[    1.403570] pci 0000:00:1e.0:   bridge window [mem pref disabled]
[    1.404220] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.404457] pci 0000:00:1c.0: setting latency timer to 64
[    1.408199] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.408292] pci 0000:00:1c.1: setting latency timer to 64
[    1.408309] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.408400] pci 0000:00:1c.2: setting latency timer to 64
[    1.412188] pci 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.412426] pci 0000:03:00.0: setting latency timer to 64
[    1.416187] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    1.416279] pci 0000:00:1c.3: setting latency timer to 64
[    1.416288] pci 0000:00:1e.0: setting latency timer to 64
[    1.416293] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.416294] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.416296] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.416297] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xfeafffff]
[    1.416299] pci_bus 0000:01: resource 0 [io  0x6000-0x6fff]
[    1.416301] pci_bus 0000:01: resource 1 [mem 0xf5500000-0xf68fffff]
[    1.416302] pci_bus 0000:01: resource 2 [mem 0xf6e00000-0xf6ffffff 64bit pref]
[    1.416304] pci_bus 0000:02: resource 0 [io  0x5000-0x5fff]
[    1.416306] pci_bus 0000:02: resource 1 [mem 0xf4100000-0xf54fffff]
[    1.416307] pci_bus 0000:02: resource 2 [mem 0xf6c00000-0xf6dfffff 64bit pref]
[    1.416309] pci_bus 0000:03: resource 0 [io  0x2000-0x3fff]
[    1.416311] pci_bus 0000:04: resource 0 [io  0x0000-0x00ff]
[    1.416312] pci_bus 0000:04: resource 1 [io  0x0000-0x00ff]
[    1.416314] pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
[    1.416315] pci_bus 0000:05: resource 1 [mem 0xf2d00000-0xf40fffff]
[    1.416317] pci_bus 0000:05: resource 2 [mem 0xf6a00000-0xf6bfffff 64bit pref]
[    1.416318] pci_bus 0000:0b: resource 4 [io  0x0000-0x0cf7]
[    1.416320] pci_bus 0000:0b: resource 5 [io  0x0d00-0xffff]
[    1.416321] pci_bus 0000:0b: resource 6 [mem 0x000a0000-0x000bffff]
[    1.416323] pci_bus 0000:0b: resource 7 [mem 0xe0000000-0xfeafffff]
[    1.416368] NET: Registered protocol family 2
[    1.416546] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    1.417035] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.417416] TCP bind hash table entries: 65536 (order: 9, 2359296 bytes)
[    1.420728] TCP: Hash tables configured (established 131072 bind 65536)
[    1.420837] TCP reno registered
[    1.420914] UDP hash table entries: 512 (order: 3, 40960 bytes)
[    1.421050] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
[    1.421337] NET: Registered protocol family 1
[    1.421439] pci 0000:00:02.0: Boot video device
[    1.421565] PCI: CLS 64 bytes, default 64
[    1.421621] DMAR: Host address width 36
[    1.421700] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    1.421787] IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c9008020e30272 ecap 1000
[    1.421898] DMAR: DRHD base: 0x000000fed91000 flags: 0x0
[    1.421984] IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c0000020230272 ecap 1000
[    1.422096] DMAR: DRHD base: 0x000000fed93000 flags: 0x1
[    1.422180] IOMMU 2: reg_base_addr fed93000 ver 1:0 cap c9008020630272 ecap 1000
[    1.422293] DMAR: RMRR base: 0x000000db7d7000 end: 0x000000db7e6fff
[    1.422378] DMAR: RMRR base: 0x000000ddc00000 end: 0x000000dfffffff
[    1.422462] DMAR: No ATSR found
[    1.422546] Simple Boot Flag at 0xf1 set to 0x1
[    1.432496] highmem bounce pool size: 64 pages
[    1.432583] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.453376] msgmni has been set to 1622
[    1.453824] alg: No test for stdrng (krng)
[    1.453989] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.454112] io scheduler noop registered
[    1.454190] io scheduler deadline registered
[    1.454278] io scheduler cfq registered (default)
[    1.454365] start plist test
[    1.455400] end plist test
[    1.455955] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.456139] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.456251] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.456565] intel_idle: MWAIT substates: 0x1120
[    1.456567] intel_idle: v0.4 model 0x25
[    1.456568] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.456784] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    1.457324] ACPI: Lid Switch [LID]
[    1.457462] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    1.457601] ACPI: Power Button [PBTN]
[    1.457730] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[    1.457847] ACPI: Sleep Button [SBTN]
[    1.457978] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.458092] ACPI: Power Button [PWRF]
[    1.458188] ERST: Table is not found!
[    1.458280] isapnp: Scanning for PnP cards...
[    1.812060] isapnp: No Plug & Play device found
[    1.812247] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.813061] serial 0000:00:16.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.833998] 0000:00:16.3: ttyS0 at I/O 0x70a0 (irq = 19) is a 16550A
[    1.834763] i8k: unable to get SMM BIOS version
[    1.846882] Dell laptop SMM driver v1.14 21/02/2005 Massimo Dal Zotto (dz@debian.org)
[    1.846995] Linux agpgart interface v0.103
[    1.847291] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[    1.847489] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    1.848218] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    1.848577] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    1.848751] [drm] Initialized drm 1.1.0 20060810
[    1.848858] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.848947] i915 0000:00:02.0: setting latency timer to 64
[    1.872461] i915 0000:00:02.0: irq 40 for MSI/MSI-X
[    1.872468] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    1.872558] [drm] Driver supports precise vblank timestamp query.
[    1.872765] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.418444] Refined TSC clocksource calibration: 2792.999 MHz.
[    2.418543] Switching to clocksource tsc
[    3.460559] [drm] GMBUS timed out, falling back to bit banging on pin 7 [i915 gmbus dpd]
[    3.489542] fbcon: inteldrmfb (fb0) is primary device
[    5.001303] Console: switching to colour frame buffer device 240x67
[    5.006689] fb0: inteldrmfb frame buffer device
[    5.006690] drm: registered panic notifier
[    5.016459] acpi device:43: registered as cooling_device0
[    5.017020] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:02/input/input4
[    5.017074] ACPI: Video Device [VID2] (multi-head: yes  rom: no  post: no)
[    5.017155] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    5.017372] ahci 0000:00:1f.2: version 3.0
[    5.017388] ahci 0000:00:1f.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.017493] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    5.017596] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x33 impl SATA mode
[    5.017638] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems sxs apst 
[    5.017683] ahci 0000:00:1f.2: setting latency timer to 64
[    5.038891] scsi0 : ahci
[    5.039085] scsi1 : ahci
[    5.039194] scsi2 : ahci
[    5.039303] scsi3 : ahci
[    5.039415] scsi4 : ahci
[    5.039532] scsi5 : ahci
[    5.040170] ata1: SATA max UDMA/133 abar m2048@0xf6940000 port 0xf6940100 irq 41
[    5.040210] ata2: SATA max UDMA/133 abar m2048@0xf6940000 port 0xf6940180 irq 41
[    5.040248] ata3: DUMMY
[    5.040263] ata4: DUMMY
[    5.040280] ata5: SATA max UDMA/133 abar m2048@0xf6940000 port 0xf6940300 irq 41
[    5.040319] ata6: SATA max UDMA/133 abar m2048@0xf6940000 port 0xf6940380 irq 41
[    5.040433] e1000e: Intel(R) PRO/1000 Network Driver - 1.3.10-k2
[    5.040465] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
[    5.040559] e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    5.040611] e1000e 0000:00:19.0: setting latency timer to 64
[    5.040790] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[    5.224228] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 5c:26:0a:3e:27:e2
[    5.224270] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[    5.224377] e1000e 0000:00:19.0: eth0: MAC: 9, PHY: 10, PBA No: 2041FF-0FF
[    5.224442] tun: Universal TUN/TAP device driver, 1.6
[    5.224469] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    5.224661] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    5.224936] i8042: Warning: Keylock active
[    5.226275] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.226333] serio: i8042 AUX port at 0x60,0x64 irq 12
[    5.226618] mousedev: PS/2 mouse device common for all mice
[    5.226818] rtc_cmos 00:06: RTC can wake from S4
[    5.227153] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    5.227238] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    5.227294] md: raid0 personality registered for level 0
[    5.227333] md: raid1 personality registered for level 1
[    5.227535] cpuidle: using governor ladder
[    5.227717] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    5.228228] cpuidle: using governor menu
[    5.230073] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
[    5.233768] intel ips 0000:00:1f.6: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    5.238428] intel ips 0000:00:1f.6: IPS driver initialized, MCP temp limit 90
[    5.243479] TCP cubic registered
[    5.247803] NET: Registered protocol family 10
[    5.255890] Mobile IPv6
[    5.259635] NET: Registered protocol family 17
[    5.263441] 802.1Q VLAN Support v1.8
[    5.267299] Using IPI No-Shortcut mode
[    5.282781] rtc_cmos 00:06: setting system clock to 2011-06-07 20:19:08 UTC (1307477948)
[    5.357384] ata5: SATA link down (SStatus 0 SControl 300)
[    5.360939] ata2: SATA link down (SStatus 0 SControl 300)
[    5.364740] ata6: SATA link down (SStatus 0 SControl 300)
[    5.366569] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    5.372005] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    5.375008] ata1.00: ATA-8: SAMSUNG SSD PM810 2.5" 256GB, AXM06D1Q, max UDMA/133
[    5.378308] ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    5.382551] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    5.387054] ata1.00: configured for UDMA/133
[    5.391743] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG SSD PM81 AXM0 PQ: 0 ANSI: 5
[    5.396400] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    5.396665] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    5.400023] sd 0:0:0:0: [sda] Write Protect is off
[    5.401671] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    5.401702] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.405066]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[    5.410518] sd 0:0:0:0: [sda] Attached SCSI disk
[    5.414059] md: Waiting for all devices to be available before autodetect
[    5.417525] md: If you don't use raid, use raid=noautodetect
[    5.422188] md: Autodetecting RAID arrays.
[    5.425588] md: Scanned 0 and added 0 devices.
[    5.428994] md: autorun ...
[    5.432419] md: ... autorun DONE.
[    5.436754] EXT4-fs (sda3): couldn't mount as ext3 due to feature incompatibilities
[    5.510764] EXT4-fs (sda3): couldn't mount as ext2 due to feature incompatibilities
[    5.585607] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[    5.587346] VFS: Mounted root (ext4 filesystem) readonly on device 8:3.
[    5.589284] Freeing unused kernel memory: 392k freed
[    5.591064] Write protecting the kernel text: 4128k
[    5.592854] Write protecting the kernel read-only data: 1640k
[    5.594521] NX-protecting the kernel data: 4064k
[    5.989481] ACPI: acpi_idle yielding to intel_idle
[    6.001528] ACPI: AC Adapter [AC] (off-line)
[    6.044906] ACPI: Battery Slot [BAT0] (battery present)
[    6.096905] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    6.101805] yenta_cardbus 0000:03:00.0: No cardbus resource!
[    6.111139] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[    6.112087] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    6.122398] usbcore: registered new interface driver usbfs
[    6.126377] usbcore: registered new interface driver hub
[    6.129736] usbcore: registered new device driver usb
[    6.147829] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    6.156049] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.158626] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    6.158635] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    6.159019] ACPI: Battery Slot [BAT1] (battery absent)
[    6.160641] wmi: Mapper loaded
[    6.164859] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    6.166945] ehci_hcd 0000:00:1a.0: debug port 2
[    6.167106] sdhci: Secure Digital Host Controller Interface driver
[    6.167108] sdhci: Copyright(c) Pierre Ossman
[    6.194731] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    6.195140] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf6970000
[    6.196423] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
[    6.196429] sdhci-pci 0000:03:00.1: found 1 slot(s)
[    6.196447] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    6.196451] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
[    6.196459] sdhci-pci 0000:03:00.1: PCI INT B disabled
[    6.203663] tpm_tis 00:08: 1.2 TPM (device-id 0x2001, rev-id 32)
[    6.223816] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    6.227005] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    6.229001] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.230827] usb usb1: Product: EHCI Host Controller
[    6.233371] usb usb1: Manufacturer: Linux 3.0.0-rc2-dirty ehci_hcd
[    6.235638] usb usb1: SerialNumber: 0000:00:1a.0
[    6.241970] cfg80211: Calling CRDA to update world regulatory domain
[    6.246720] hub 1-0:1.0: USB hub found
[    6.249088] hub 1-0:1.0: 3 ports detected
[    6.253909] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    6.256151] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    6.256157] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    6.256534] input: Dell WMI hotkeys as /devices/virtual/input/input7
[    6.259514] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    6.261416] ehci_hcd 0000:00:1d.0: debug port 2
[    6.267224] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    6.268103] ehci_hcd 0000:00:1d.0: irq 17, io mem 0xf6950000
[    6.283745] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    6.287368] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    6.291302] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.294325] usb usb2: Product: EHCI Host Controller
[    6.297822] usb usb2: Manufacturer: Linux 3.0.0-rc2-dirty ehci_hcd
[    6.301264] usb usb2: SerialNumber: 0000:00:1d.0
[    6.305425] hub 2-0:1.0: USB hub found
[    6.307072] hub 2-0:1.0: 3 ports detected
[    6.323443] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    6.327192] HDA Intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[    6.327249] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    6.384046] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[    6.385936] iwlagn: Copyright(c) 2003-2011 Intel Corporation
[    6.387938] iwlagn 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    6.389845] iwlagn 0000:02:00.0: setting latency timer to 64
[    6.389880] iwlagn 0000:02:00.0: Detected Intel(R) Centrino(R) Advanced-N 6200 AGN, REV=0x74
[    6.408362] iwlagn 0000:02:00.0: device EEPROM VER=0x43a, CALIB=0x6
[    6.410238] iwlagn 0000:02:00.0: Device SKU: 0Xb
[    6.412234] iwlagn 0000:02:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[    6.414361] iwlagn 0000:02:00.0: irq 44 for MSI/MSI-X
[    6.426542] iwlagn 0000:02:00.0: loaded firmware version 9.193.4.1 build 19710
[    6.431014] Registered led device: phy0-led
[    6.440630] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[    6.559233] usb 1-1: new high speed USB device number 2 using ehci_hcd
[    7.030094] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
[    7.033713] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.038475] hub 1-1:1.0: USB hub found
[    7.042636] hub 1-1:1.0: 6 ports detected
[    7.158216] usb 2-1: new high speed USB device number 2 using ehci_hcd
[    7.357858] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
[    7.359829] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.369997] hub 2-1:1.0: USB hub found
[    7.381816] hub 2-1:1.0: 8 ports detected
[    7.503784] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input8
[    7.517293] HDMI status: Pin=4 Presence_Detect=0 ELD_Valid=0
[    7.521463] HDMI status: Pin=5 Presence_Detect=0 ELD_Valid=0
[    7.525579] HDMI status: Pin=6 Presence_Detect=0 ELD_Valid=0
[    7.539006] input: HDA Intel Mic at Sep Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    7.540778] input: HDA Intel Mic at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    7.542561] input: HDA Intel Line Out at Sep Left Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    7.544349] input: HDA Intel HP Out at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    7.546516] input: HDA Intel HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    7.548291] input: HDA Intel HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    7.550073] input: HDA Intel HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    8.280364] usb 2-1.4: new low speed USB device number 3 using ehci_hcd
[    9.050338] usb 2-1.4: New USB device found, idVendor=0461, idProduct=4d03
[    9.053870] usb 2-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    9.131068] usb 2-1.7: new full speed USB device number 4 using ehci_hcd
[    9.232231] usb 2-1.7: New USB device found, idVendor=413c, idProduct=8187
[    9.235798] usb 2-1.7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.239307] usb 2-1.7: Product: DW375 Bluetooth Module
[    9.242844] usb 2-1.7: Manufacturer: Dell Computer Corp
[    9.246298] usb 2-1.7: SerialNumber: C0CB38A9E70C
[    9.281574] Bluetooth: Core ver 2.16
[    9.284891] NET: Registered protocol family 31
[    9.288329] Bluetooth: HCI device and connection manager initialized
[    9.291878] Bluetooth: HCI socket layer initialized
[    9.295340] Bluetooth: L2CAP socket layer initialized
[    9.299033] Bluetooth: SCO socket layer initialized
[    9.306332] Bluetooth: Generic Bluetooth USB driver ver 0.6
[    9.308908] usbcore: registered new interface driver btusb
[    9.326771] usb 2-1.8: new full speed USB device number 5 using ehci_hcd
[    9.445160] usb 2-1.8: New USB device found, idVendor=0a5c, idProduct=5800
[    9.448261] usb 2-1.8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.451703] usb 2-1.8: Product: 5880
[    9.455087] usb 2-1.8: Manufacturer: Broadcom Corp
[    9.458506] usb 2-1.8: SerialNumber: 0123456789ABCD
[    9.462284] usb 2-1.8: config 0 descriptor??
[    9.483577] WARNING! power/level is deprecated; use power/control instead
[    9.497061] input: HID 0461:4d03 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4/2-1.4:1.0/input/input16
[    9.498905] generic-usb 0003:0461:4D03.0001: input: USB HID v1.10 Mouse [HID 0461:4d03] on usb-0000:00:1d.0-1.4/input0
[    9.500509] usbcore: registered new interface driver usbhid
[    9.502080] usbhid: USB HID core driver
[    9.755670] EXT4-fs (sda3): re-mounted. Opts: (null)
[    9.802720] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
[   10.425695] hpet1: lost 25 rtc interrupts
[   10.503913] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input17
[   10.611381] loop: module loaded
[   11.005039] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[   11.024375] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[   11.859956] vcan: Virtual CAN interface driver
[   11.875328] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   12.023359] Bluetooth: RFCOMM TTY layer initialized
[   12.023370] Bluetooth: RFCOMM socket layer initialized
[   12.023373] Bluetooth: RFCOMM ver 1.11
[   12.024480] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   12.050017] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[   12.105826] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[   12.107759] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   12.796013] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input18

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

* Re: sdhci-pci fails on 3.0.0-rc1 on Dell E6510
  2011-06-08  6:26               ` Oliver Hartkopp
  (?)
@ 2011-06-12 20:44               ` Ram Pai
  2011-06-15 16:40                 ` Oliver Hartkopp
  2011-06-15 18:31                 ` Bjorn Helgaas
  -1 siblings, 2 replies; 17+ messages in thread
From: Ram Pai @ 2011-06-12 20:44 UTC (permalink / raw)
  To: Oliver Hartkopp
  Cc: Yinghai Lu, Jesse Barnes, Chris Ball, S, Venkatraman, linux-mmc,
	linux-kernel

On Wed, Jun 08, 2011 at 08:26:14AM +0200, Oliver Hartkopp wrote:
> On 08.06.2011 00:18, Yinghai Lu wrote:
> > thanks.
> > 
> > second report.
> > 
> > can you send out whole boot log.
> 
> See attached dmesg output. The 'dirty' is due to the revert test of the sd/mmc
> stuff (see below) - the rest is plain 3.0.0-rc2.
> 
> Good luck :-)

Looks like the kernel; by default, tries to allocate mem resource of size
0x4000000 each to the BARs of the cardbus bridge. This cannot be satisfied
meeting all the constraints. The BIOS had not allocated the resource to
begin with.

Anyone knows if the default value can be reduced to something smaller?
Or Should the resource requirements of cardbus bridge be made nice-to-have?

> 
> Oliver
> 
> > 
> > On 06/07/2011 01:06 PM, Oliver Hartkopp wrote:
> >> On 07.06.2011 20:36, Oliver Hartkopp wrote:
> >> Hi all,
> >>
> >> the commit "PCI: update bridge resources to get more big ranges when allocating space (again)"
> >>
> >> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=da7822e5ad71ec9b745b412639f1e5e0ba795a20
> >>
> >> kills my SD-Card and the PCMCIA slot on a Dell E6510 with the latest 3.0.0-rc2 ...
> >>

....
RP
> >> When i revert the commit both the MMC/SD stuff and the PCMCIA re-appears.
> >>
> >> Any idea?
> >>
> >> See my attached boot.diff / kernel config 
> >>
> >> Regards,
> >> Oliver
> >>
> >>
> >>
> >>
> >>> On 06.06.2011 21:56, Chris Ball wrote:
> >>>> Hi Oliver,
> >>>>
> >>>> On Mon, Jun 06 2011, Oliver Hartkopp wrote:
> >>>>>>> dmesg is a bit more detailed:
> >>>>>>> [    6.242510] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
> >>>>>>> [    6.244168] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> >>>>>>> [    6.245788] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
> >>>>>>> [    6.247609] sdhci-pci 0000:03:00.1: PCI INT B disabled
> >>>>
> >>>> If you get a chance to do some bisecting, that would be extremely
> >>>> helpful -- even just building 3.0 from *before* the MMC tree was
> >>>> merged would help a lot, since if the problem still happens before
> >>>> the MMC merge we might be looking at some kind of generic PCI bug.
> >>>>
> >>>
> >>>
> >>> Hi Chris,
> >>>
> >>> i just reverted this pull of your merge window patches in my 3.0.0-rc2 tree:
> >>>
> >>> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=8c1c77ff9be27137fa7cbbf51efedef1a2ae915b;hp=f3ae1c75203535f65448517e46c8dd70a56b6c71
> >>>
> >>> And you were right: The problem still exists. So it might be from the PCI subsystem :-(
> >>>
> >>> [    6.167106] sdhci: Secure Digital Host Controller Interface driver
> >>> [    6.167108] sdhci: Copyright(c) Pierre Ossman
> >>> [    6.194731] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
> >>> [    6.195140] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf6970000
> >>> [    6.196423] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
> >>> [    6.196429] sdhci-pci 0000:03:00.1: found 1 slot(s)
> >>> [    6.196447] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
> >>> [    6.196451] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
> >>> [    6.196459] sdhci-pci 0000:03:00.1: PCI INT B disabled
> >>>
> >>> Well then, i'll reset my tree and look for differences in the PCI boot messages.
> >>>
> >>> Thanks,
> >>> Oliver
> >>
> > 
> 

...snip...
RP

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

* Re: sdhci-pci fails on 3.0.0-rc1 on Dell E6510
  2011-06-12 20:44               ` Ram Pai
@ 2011-06-15 16:40                 ` Oliver Hartkopp
  2011-06-15 16:54                   ` Ram Pai
  2011-06-15 18:31                 ` Bjorn Helgaas
  1 sibling, 1 reply; 17+ messages in thread
From: Oliver Hartkopp @ 2011-06-15 16:40 UTC (permalink / raw)
  To: Ram Pai; +Cc: Yinghai Lu, Jesse Barnes, linux-kernel

On 12.06.2011 22:44, Ram Pai wrote:
> On Wed, Jun 08, 2011 at 08:26:14AM +0200, Oliver Hartkopp wrote:
>> On 08.06.2011 00:18, Yinghai Lu wrote:
>>> thanks.
>>>
>>> second report.
>>>
>>> can you send out whole boot log.
>>
>> See attached dmesg output. The 'dirty' is due to the revert test of the sd/mmc
>> stuff (see below) - the rest is plain 3.0.0-rc2.
>>
>> Good luck :-)
> 
> Looks like the kernel; by default, tries to allocate mem resource of size
> 0x4000000 each to the BARs of the cardbus bridge. This cannot be satisfied
> meeting all the constraints. The BIOS had not allocated the resource to
> begin with.
> 
> Anyone knows if the default value can be reduced to something smaller?
> Or Should the resource requirements of cardbus bridge be made nice-to-have?

Don't know ...

Is anyone already working on this issue?

I'm currently running 3.0.0-rc3-00055-gada9c93 which still does not work.

Will say: 'Send more patches!' ... that i can test, if you still like the
problematic commit's idea ;-)

Regards,
Oliver

>>
>>>
>>> On 06/07/2011 01:06 PM, Oliver Hartkopp wrote:
>>>> On 07.06.2011 20:36, Oliver Hartkopp wrote:
>>>> Hi all,
>>>>
>>>> the commit "PCI: update bridge resources to get more big ranges when allocating space (again)"
>>>>
>>>> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=da7822e5ad71ec9b745b412639f1e5e0ba795a20
>>>>
>>>> kills my SD-Card and the PCMCIA slot on a Dell E6510 with the latest 3.0.0-rc2 ...
>>>>
> 
> ....
> RP
>>>> When i revert the commit both the MMC/SD stuff and the PCMCIA re-appears.
>>>>
>>>> Any idea?
>>>>
>>>> See my attached boot.diff / kernel config 
>>>>
>>>> Regards,
>>>> Oliver
>>>>
>>>>
>>>>
>>>>
>>>>> On 06.06.2011 21:56, Chris Ball wrote:
>>>>>> Hi Oliver,
>>>>>>
>>>>>> On Mon, Jun 06 2011, Oliver Hartkopp wrote:
>>>>>>>>> dmesg is a bit more detailed:
>>>>>>>>> [    6.242510] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>>>>>>>>> [    6.244168] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>>>>>>>>> [    6.245788] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
>>>>>>>>> [    6.247609] sdhci-pci 0000:03:00.1: PCI INT B disabled
>>>>>>
>>>>>> If you get a chance to do some bisecting, that would be extremely
>>>>>> helpful -- even just building 3.0 from *before* the MMC tree was
>>>>>> merged would help a lot, since if the problem still happens before
>>>>>> the MMC merge we might be looking at some kind of generic PCI bug.
>>>>>>
>>>>>
>>>>>
>>>>> Hi Chris,
>>>>>
>>>>> i just reverted this pull of your merge window patches in my 3.0.0-rc2 tree:
>>>>>
>>>>> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=8c1c77ff9be27137fa7cbbf51efedef1a2ae915b;hp=f3ae1c75203535f65448517e46c8dd70a56b6c71
>>>>>
>>>>> And you were right: The problem still exists. So it might be from the PCI subsystem :-(
>>>>>
>>>>> [    6.167106] sdhci: Secure Digital Host Controller Interface driver
>>>>> [    6.167108] sdhci: Copyright(c) Pierre Ossman
>>>>> [    6.194731] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
>>>>> [    6.195140] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf6970000
>>>>> [    6.196423] sdhci-pci 0000:03:00.1: SDHCI controller found [1180:e822] (rev 3)
>>>>> [    6.196429] sdhci-pci 0000:03:00.1: found 1 slot(s)
>>>>> [    6.196447] sdhci-pci 0000:03:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
>>>>> [    6.196451] sdhci-pci 0000:03:00.1: BAR 0 is not iomem. Aborting.
>>>>> [    6.196459] sdhci-pci 0000:03:00.1: PCI INT B disabled
>>>>>
>>>>> Well then, i'll reset my tree and look for differences in the PCI boot messages.
>>>>>
>>>>> Thanks,
>>>>> Oliver
>>>>
>>>
>>
> 
> ...snip...
> RP


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

* Re: sdhci-pci fails on 3.0.0-rc1 on Dell E6510
  2011-06-15 16:40                 ` Oliver Hartkopp
@ 2011-06-15 16:54                   ` Ram Pai
  2011-06-15 16:58                     ` Oliver Hartkopp
  0 siblings, 1 reply; 17+ messages in thread
From: Ram Pai @ 2011-06-15 16:54 UTC (permalink / raw)
  To: Oliver Hartkopp; +Cc: Yinghai Lu, Jesse Barnes, linux-kernel

On Wed, Jun 15, 2011 at 06:40:35PM +0200, Oliver Hartkopp wrote:
> On 12.06.2011 22:44, Ram Pai wrote:
> > On Wed, Jun 08, 2011 at 08:26:14AM +0200, Oliver Hartkopp wrote:
> >> On 08.06.2011 00:18, Yinghai Lu wrote:
> >>> thanks.
> >>>
> >>> second report.
> >>>
> >>> can you send out whole boot log.
> >>
> >> See attached dmesg output. The 'dirty' is due to the revert test of the sd/mmc
> >> stuff (see below) - the rest is plain 3.0.0-rc2.
> >>
> >> Good luck :-)
> > 
> > Looks like the kernel; by default, tries to allocate mem resource of size
> > 0x4000000 each to the BARs of the cardbus bridge. This cannot be satisfied
> > meeting all the constraints. The BIOS had not allocated the resource to
> > begin with.
> > 
> > Anyone knows if the default value can be reduced to something smaller?
> > Or Should the resource requirements of cardbus bridge be made nice-to-have?
> 
> Don't know ...
> 
> Is anyone already working on this issue?
> 
> I'm currently running 3.0.0-rc3-00055-gada9c93 which still does not work.
> 
> Will say: 'Send more patches!' ... that i can test, if you still like the
> problematic commit's idea ;-)

Oliver,

	Yes. I am working on this. I will send you a patch soon; probably by
the end of this week. See if they work for you.

Currently my thought is to make cardbus-bridge resource allocation
nice-to-have, which means it will be attempted to allocate. But if in case of
failures, we wont go the full length of releasing other resources to satisfy
this resource.


RP

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

* Re: sdhci-pci fails on 3.0.0-rc1 on Dell E6510
  2011-06-15 16:54                   ` Ram Pai
@ 2011-06-15 16:58                     ` Oliver Hartkopp
  0 siblings, 0 replies; 17+ messages in thread
From: Oliver Hartkopp @ 2011-06-15 16:58 UTC (permalink / raw)
  To: Ram Pai; +Cc: Yinghai Lu, Jesse Barnes, linux-kernel

On 15.06.2011 18:54, Ram Pai wrote:
> On Wed, Jun 15, 2011 at 06:40:35PM +0200, Oliver Hartkopp wrote:
>> On 12.06.2011 22:44, Ram Pai wrote:

>>> Looks like the kernel; by default, tries to allocate mem resource of size
>>> 0x4000000 each to the BARs of the cardbus bridge. This cannot be satisfied
>>> meeting all the constraints. The BIOS had not allocated the resource to
>>> begin with.
>>>
>>> Anyone knows if the default value can be reduced to something smaller?
>>> Or Should the resource requirements of cardbus bridge be made nice-to-have?
>>
>> Don't know ...
>>
>> Is anyone already working on this issue?
>>
>> I'm currently running 3.0.0-rc3-00055-gada9c93 which still does not work.
>>
>> Will say: 'Send more patches!' ... that i can test, if you still like the
>> problematic commit's idea ;-)
> 
> Oliver,
> 
> 	Yes. I am working on this. I will send you a patch soon; probably by
> the end of this week. See if they work for you.
> 
> Currently my thought is to make cardbus-bridge resource allocation
> nice-to-have, which means it will be attempted to allocate. But if in case of
> failures, we wont go the full length of releasing other resources to satisfy
> this resource.

Thanks for your fast feedback. I'm looking forward to help you.

Best regards,
Oliver

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

* Re: sdhci-pci fails on 3.0.0-rc1 on Dell E6510
  2011-06-12 20:44               ` Ram Pai
  2011-06-15 16:40                 ` Oliver Hartkopp
@ 2011-06-15 18:31                 ` Bjorn Helgaas
  1 sibling, 0 replies; 17+ messages in thread
From: Bjorn Helgaas @ 2011-06-15 18:31 UTC (permalink / raw)
  To: Ram Pai
  Cc: Oliver Hartkopp, Yinghai Lu, Jesse Barnes, Chris Ball, S,
	Venkatraman, linux-mmc, linux-kernel

On Sun, Jun 12, 2011 at 1:44 PM, Ram Pai <linuxram@us.ibm.com> wrote:
> Looks like the kernel; by default, tries to allocate mem resource of size
> 0x4000000 each to the BARs of the cardbus bridge. This cannot be satisfied
> meeting all the constraints. The BIOS had not allocated the resource to
> begin with.
>
> Anyone knows if the default value can be reduced to something smaller?

You can try "pci=cbmemsize=" as a workaround.  See pci_cardbus_mem_size.

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

end of thread, other threads:[~2011-06-15 18:31 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-05 18:26 sdhci-pci fails on 3.0.0-rc1 on Dell E6510 Oliver Hartkopp
2011-06-06  6:13 ` S, Venkatraman
2011-06-06 16:52   ` Oliver Hartkopp
2011-06-06 19:56     ` Chris Ball
2011-06-07 18:36       ` Oliver Hartkopp
2011-06-07 18:36         ` Oliver Hartkopp
2011-06-07 20:06         ` Oliver Hartkopp
2011-06-07 20:06           ` Oliver Hartkopp
2011-06-07 22:18           ` Yinghai Lu
2011-06-07 22:18             ` Yinghai Lu
2011-06-08  6:26             ` Oliver Hartkopp
2011-06-08  6:26               ` Oliver Hartkopp
2011-06-12 20:44               ` Ram Pai
2011-06-15 16:40                 ` Oliver Hartkopp
2011-06-15 16:54                   ` Ram Pai
2011-06-15 16:58                     ` Oliver Hartkopp
2011-06-15 18:31                 ` Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.