* [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
@ 2009-02-23 14:46 Maciej Rutecki
2009-02-23 15:22 ` Sitsofe Wheeler
2009-02-23 20:02 ` Eric Anholt
0 siblings, 2 replies; 24+ messages in thread
From: Maciej Rutecki @ 2009-02-23 14:46 UTC (permalink / raw)
To: Linus Torvalds
Cc: Linux Kernel Mailing List, Jesse Barnes, lenb@kernel.org,
Ingo Molnar, mjg, Rafael J. Wysocki, Andrew Morton, rui.zhang
2.6.29-rc5 and 2.6.29-rc5-git6 work OK. In 2.6.29-rc6 XWindow (KDM)
doesn't start, from dmesg:
[ 18.170614] [drm] Initialized drm 1.1.0 20060810
[ 18.247445] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 18.247455] pci 0000:00:02.0: setting latency timer to 64
[ 18.249610] mtrr: type mismatch for d0000000,10000000 old:
write-back new: write-combining
[ 18.249621] [drm] MTRR allocation failed
[ 18.249622] . Graphics performance may suffer.
[ 18.249658] pci 0000:00:02.0: irq 27 for MSI/MSI-X
[ 18.249691] [drm] Initialized i915 1.6.0 20080730 on minor 0
[ 18.290152] mtrr: type mismatch for d0000000,10000000 old:
write-back new: write-combining
[ 18.567435] set status page addr 0x00043000
[ 18.567463] [drm:i915_set_status_page] *ERROR* can not ioremap
virtual address for G33 hw status page
>From Xorg.log:
(EE) intel(0): hw status page initialization Failed
(EE) intel(0): Fail to setup hardware status page.
(II) intel(0): [drm] removed 1 reserved context for kernel
(II) intel(0): [drm] unmapping 8192 bytes of SAREA 0xf803d000 at 0xb7c1d000
(II) intel(0): [drm] Closed DRM master.
Fatal server error:
AddScreen/ScreenInit failed for driver 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 1
(II) intel(0): xf86UnbindGARTMemory: unbind key 2
(II) intel(0): xf86UnbindGARTMemory: unbind key 0
(II) intel(0): xf86UnbindGARTMemory: unbind key 3
dmesg, .config etc.:
http://unixy.pl/maciek/download/kernel/2.6.29-rc6/zlom/
I will try bisect.
--
Maciej Rutecki
http://www.maciek.unixy.pl
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-23 14:46 [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page Maciej Rutecki
@ 2009-02-23 15:22 ` Sitsofe Wheeler
2009-02-23 18:27 ` Maciej Rutecki
2009-02-23 20:02 ` Eric Anholt
1 sibling, 1 reply; 24+ messages in thread
From: Sitsofe Wheeler @ 2009-02-23 15:22 UTC (permalink / raw)
To: Maciej Rutecki
Cc: Linus Torvalds, Linux Kernel Mailing List, Jesse Barnes,
lenb@kernel.org, Ingo Molnar, mjg, Rafael J. Wysocki,
Andrew Morton, rui.zhang
On Mon, Feb 23, 2009 at 03:46:41PM +0100, Maciej Rutecki wrote:
> 2.6.29-rc5 and 2.6.29-rc5-git6 work OK. In 2.6.29-rc6 XWindow (KDM)
> doesn't start, from dmesg:
>
> [ 18.170614] [drm] Initialized drm 1.1.0 20060810
> [ 18.247445] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [ 18.247455] pci 0000:00:02.0: setting latency timer to 64
> [ 18.249610] mtrr: type mismatch for d0000000,10000000 old:
> write-back new: write-combining
> [ 18.249621] [drm] MTRR allocation failed
> [ 18.249622] . Graphics performance may suffer.
Does enabling mtrr cleanup as described on
http://marc.info/?l=linux-kernel&m=123501581629566&w=2 help?
--
Sitsofe | http://sucs.org/~sits/
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-23 15:22 ` Sitsofe Wheeler
@ 2009-02-23 18:27 ` Maciej Rutecki
0 siblings, 0 replies; 24+ messages in thread
From: Maciej Rutecki @ 2009-02-23 18:27 UTC (permalink / raw)
To: Sitsofe Wheeler
Cc: Linus Torvalds, Linux Kernel Mailing List, Jesse Barnes,
lenb@kernel.org, Ingo Molnar, mjg, Rafael J. Wysocki,
Andrew Morton, rui.zhang
2009/2/23 Sitsofe Wheeler <sitsofe@yahoo.com>:
> On Mon, Feb 23, 2009 at 03:46:41PM +0100, Maciej Rutecki wrote:
>> 2.6.29-rc5 and 2.6.29-rc5-git6 work OK. In 2.6.29-rc6 XWindow (KDM)
>> doesn't start, from dmesg:
>>
>> [ 18.170614] [drm] Initialized drm 1.1.0 20060810
>> [ 18.247445] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
>> [ 18.247455] pci 0000:00:02.0: setting latency timer to 64
>> [ 18.249610] mtrr: type mismatch for d0000000,10000000 old:
>> write-back new: write-combining
>> [ 18.249621] [drm] MTRR allocation failed
>> [ 18.249622] . Graphics performance may suffer.
>
> Does enabling mtrr cleanup as described on
> http://marc.info/?l=linux-kernel&m=123501581629566&w=2 help?
>
It doesn't help
maciek@zlom:~$ cat /boot/config-2.6.29-rc6 | grep MTRR
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
Still the same errors.
--
Maciej Rutecki
http://www.maciek.unixy.pl
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-23 14:46 [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page Maciej Rutecki
2009-02-23 15:22 ` Sitsofe Wheeler
@ 2009-02-23 20:02 ` Eric Anholt
2009-02-23 21:30 ` Rafael J. Wysocki
1 sibling, 1 reply; 24+ messages in thread
From: Eric Anholt @ 2009-02-23 20:02 UTC (permalink / raw)
To: Maciej Rutecki
Cc: Linus Torvalds, Linux Kernel Mailing List, Jesse Barnes,
lenb@kernel.org, Ingo Molnar, mjg, Rafael J. Wysocki,
Andrew Morton, rui.zhang
[-- Attachment #1: Type: text/plain, Size: 1474 bytes --]
On Mon, 2009-02-23 at 15:46 +0100, Maciej Rutecki wrote:
> 2.6.29-rc5 and 2.6.29-rc5-git6 work OK. In 2.6.29-rc6 XWindow (KDM)
> doesn't start, from dmesg:
>
> [ 18.170614] [drm] Initialized drm 1.1.0 20060810
> [ 18.247445] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [ 18.247455] pci 0000:00:02.0: setting latency timer to 64
> [ 18.249610] mtrr: type mismatch for d0000000,10000000 old:
> write-back new: write-combining
> [ 18.249621] [drm] MTRR allocation failed
> [ 18.249622] . Graphics performance may suffer.
> [ 18.249658] pci 0000:00:02.0: irq 27 for MSI/MSI-X
> [ 18.249691] [drm] Initialized i915 1.6.0 20080730 on minor 0
> [ 18.290152] mtrr: type mismatch for d0000000,10000000 old:
> write-back new: write-combining
> [ 18.567435] set status page addr 0x00043000
> [ 18.567463] [drm:i915_set_status_page] *ERROR* can not ioremap
> virtual address for G33 hw status page
The non-GEM G33 HWS support is wrong, and has been more or less broken
since inception (only now it's failing at startup instead of just being
slow). It's doing a mapping of the framebuffer when it should be using
a cached mapping of the page backing the framebuffer address.
For a quick fix, converting to ioremap_wc will shut the kernel up and
get us the old ioremap behavior (whatever the MTRR said, which happens
to be WC).
--
Eric Anholt
eric@anholt.net eric.anholt@intel.com
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-23 20:02 ` Eric Anholt
@ 2009-02-23 21:30 ` Rafael J. Wysocki
2009-02-23 21:40 ` Maciej Rutecki
0 siblings, 1 reply; 24+ messages in thread
From: Rafael J. Wysocki @ 2009-02-23 21:30 UTC (permalink / raw)
To: Eric Anholt
Cc: Maciej Rutecki, Linus Torvalds, Linux Kernel Mailing List,
Jesse Barnes, lenb@kernel.org, Ingo Molnar, mjg, Andrew Morton,
rui.zhang
On Monday 23 February 2009, Eric Anholt wrote:
> On Mon, 2009-02-23 at 15:46 +0100, Maciej Rutecki wrote:
> > 2.6.29-rc5 and 2.6.29-rc5-git6 work OK. In 2.6.29-rc6 XWindow (KDM)
> > doesn't start, from dmesg:
> >
> > [ 18.170614] [drm] Initialized drm 1.1.0 20060810
> > [ 18.247445] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> > [ 18.247455] pci 0000:00:02.0: setting latency timer to 64
> > [ 18.249610] mtrr: type mismatch for d0000000,10000000 old:
> > write-back new: write-combining
> > [ 18.249621] [drm] MTRR allocation failed
> > [ 18.249622] . Graphics performance may suffer.
> > [ 18.249658] pci 0000:00:02.0: irq 27 for MSI/MSI-X
> > [ 18.249691] [drm] Initialized i915 1.6.0 20080730 on minor 0
> > [ 18.290152] mtrr: type mismatch for d0000000,10000000 old:
> > write-back new: write-combining
> > [ 18.567435] set status page addr 0x00043000
> > [ 18.567463] [drm:i915_set_status_page] *ERROR* can not ioremap
> > virtual address for G33 hw status page
>
> The non-GEM G33 HWS support is wrong, and has been more or less broken
> since inception (only now it's failing at startup instead of just being
> slow). It's doing a mapping of the framebuffer when it should be using
> a cached mapping of the page backing the framebuffer address.
>
> For a quick fix, converting to ioremap_wc will shut the kernel up and
> get us the old ioremap behavior (whatever the MTRR said, which happens
> to be WC).
This is a serious regression on this particular hardware, though. We need it
fixed before 2.6.29-final, this way or another.
Thanks,
Rafael
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-23 21:30 ` Rafael J. Wysocki
@ 2009-02-23 21:40 ` Maciej Rutecki
2009-02-24 1:01 ` Yinghai Lu
2009-02-24 3:56 ` Andy Isaacson
0 siblings, 2 replies; 24+ messages in thread
From: Maciej Rutecki @ 2009-02-23 21:40 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: Eric Anholt, Linus Torvalds, Linux Kernel Mailing List,
Jesse Barnes, lenb@kernel.org, Ingo Molnar, mjg, Andrew Morton,
rui.zhang, airlied
2009/2/23 Rafael J. Wysocki <rjw@sisk.pl>:
>
> This is a serious regression on this particular hardware, though. We need it
> fixed before 2.6.29-final, this way or another.
root@zlom:/usr/src/git/linux-2.6# git bisect bad
6fb88588555a18792a27f483887fe1f2af5f9c9b is first bad commit
commit 6fb88588555a18792a27f483887fe1f2af5f9c9b
Author: Jesse Barnes <jbarnes@virtuousgeek.org>
Date: Mon Feb 23 10:08:21 2009 +1000
drm/i915: fix WC mapping in non-GEM i915 code.
[airlied - taken from mailing list posting]
Signed-off-by: Dave Airlie <airlied@redhat.com>
:040000 040000 94fbea685d2937dbe9f3ef861283724262d8443f
451872e14d914a3457adf9c144a705b646d887b4 M drivers
Revert this commit helps, and Xwindow works, still (like in previous
-rc*) I have this message:
[ 16.897361] mtrr: type mismatch for d0000000,10000000 old:
write-back new: write-combining
[ 16.897369] [drm] MTRR allocation failed
[ 16.897371] . Graphics performance may suffer.
[ 16.897401] pci 0000:00:02.0: irq 27 for MSI/MSI-X
[ 16.897432] [drm] Initialized i915 1.6.0 20080730 on minor 0
[ 16.931100] mtrr: type mismatch for d0000000,10000000 old:
write-back new: write-combining
[ 17.397378] set status page addr 0x00043000
but I don't notice any problems.
--
Maciej Rutecki
http://www.maciek.unixy.pl
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-23 21:40 ` Maciej Rutecki
@ 2009-02-24 1:01 ` Yinghai Lu
2009-02-24 3:23 ` Andy Isaacson
2009-02-24 6:54 ` Maciej Rutecki
2009-02-24 3:56 ` Andy Isaacson
1 sibling, 2 replies; 24+ messages in thread
From: Yinghai Lu @ 2009-02-24 1:01 UTC (permalink / raw)
To: Maciej Rutecki
Cc: Rafael J. Wysocki, Eric Anholt, Linus Torvalds,
Linux Kernel Mailing List, Jesse Barnes, lenb@kernel.org,
Ingo Molnar, mjg, Andrew Morton, rui.zhang, airlied
On Mon, Feb 23, 2009 at 1:40 PM, Maciej Rutecki
<maciej.rutecki@gmail.com> wrote:
> 2009/2/23 Rafael J. Wysocki <rjw@sisk.pl>:
>
>>
>> This is a serious regression on this particular hardware, though. We need it
>> fixed before 2.6.29-final, this way or another.
>
> root@zlom:/usr/src/git/linux-2.6# git bisect bad
> 6fb88588555a18792a27f483887fe1f2af5f9c9b is first bad commit
> commit 6fb88588555a18792a27f483887fe1f2af5f9c9b
> Author: Jesse Barnes <jbarnes@virtuousgeek.org>
> Date: Mon Feb 23 10:08:21 2009 +1000
>
> drm/i915: fix WC mapping in non-GEM i915 code.
>
> [airlied - taken from mailing list posting]
>
> Signed-off-by: Dave Airlie <airlied@redhat.com>
>
> :040000 040000 94fbea685d2937dbe9f3ef861283724262d8443f
> 451872e14d914a3457adf9c144a705b646d887b4 M drivers
>
> Revert this commit helps, and Xwindow works, still (like in previous
> -rc*) I have this message:
> [ 16.897361] mtrr: type mismatch for d0000000,10000000 old:
> write-back new: write-combining
> [ 16.897369] [drm] MTRR allocation failed
> [ 16.897371] . Graphics performance may suffer.
> [ 16.897401] pci 0000:00:02.0: irq 27 for MSI/MSI-X
> [ 16.897432] [drm] Initialized i915 1.6.0 20080730 on minor 0
> [ 16.931100] mtrr: type mismatch for d0000000,10000000 old:
> write-back new: write-combining
> [ 17.397378] set status page addr 0x00043000
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
should help mtrr ones.
please post bootlog with those option set.
YH
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-24 1:01 ` Yinghai Lu
@ 2009-02-24 3:23 ` Andy Isaacson
2009-02-24 5:50 ` Yinghai Lu
2009-02-24 6:54 ` Maciej Rutecki
1 sibling, 1 reply; 24+ messages in thread
From: Andy Isaacson @ 2009-02-24 3:23 UTC (permalink / raw)
To: Yinghai Lu
Cc: Maciej Rutecki, Rafael J. Wysocki, Eric Anholt, Linus Torvalds,
Linux Kernel Mailing List, Jesse Barnes, lenb@kernel.org,
Ingo Molnar, mjg, Andrew Morton, rui.zhang, airlied
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 87409 bytes --]
On Mon, Feb 23, 2009 at 05:01:10PM -0800, Yinghai Lu wrote:
> CONFIG_MTRR=y
> CONFIG_MTRR_SANITIZER=y
> CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
> CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
>
> should help mtrr ones.
>
> please post bootlog with those option set.
Doesn't help here (Dell E6400).
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.29-rc6-dirty (adi@cvp-loaner-01) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) ) #14 SMP Mon Feb 23 19:05:31 PST 2009
[ 0.000000] Command line: root=/dev/sda1 ro
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000007d04d400 (usable)
[ 0.000000] BIOS-e820: 000000007d04d400 - 000000007d04f400 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000007d04f400 - 0000000080000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1c000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000feda0000 - 00000000feda6000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffe60000 - 0000000100000000 (reserved)
[ 0.000000] DMI 2.4 present.
[ 0.000000] last_pfn = 0x7d04d max_arch_pfn = 0x100000000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] original variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 32GB, type WB
[ 0.000000] reg 1, base: 3584MB, range: 512MB, type UC
[ 0.000000] reg 2, base: 2012MB, range: 4MB, type UC
[ 0.000000] reg 3, base: 2016MB, range: 32MB, type UC
[ 0.000000] total RAM coverred: 32220M
[ 0.000000] gran_size: 64K chunk_size: 64K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 64K chunk_size: 128K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 64K chunk_size: 256K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 64K chunk_size: 512K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 64K chunk_size: 1M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 64K chunk_size: 2M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 64K chunk_size: 4M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 64K chunk_size: 8M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 64K chunk_size: 32M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 64K chunk_size: 64M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 64K chunk_size: 128M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 64K chunk_size: 256M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 64K chunk_size: 512M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 64K chunk_size: 1G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 64K chunk_size: 2G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 128K chunk_size: 128K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 128K chunk_size: 256K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 128K chunk_size: 512K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 128K chunk_size: 1M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 128K chunk_size: 2M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 128K chunk_size: 4M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 128K chunk_size: 8M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 128K chunk_size: 16M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 128K chunk_size: 32M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 128K chunk_size: 64M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 128K chunk_size: 128M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 128K chunk_size: 256M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 128K chunk_size: 512M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 128K chunk_size: 1G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 128K chunk_size: 2G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 256K chunk_size: 256K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 256K chunk_size: 512K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 256K chunk_size: 1M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 256K chunk_size: 2M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 256K chunk_size: 4M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 256K chunk_size: 8M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 256K chunk_size: 16M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 256K chunk_size: 32M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 256K chunk_size: 64M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 256K chunk_size: 128M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 256K chunk_size: 256M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 256K chunk_size: 512M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 256K chunk_size: 1G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 256K chunk_size: 2G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 512K chunk_size: 512K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 512K chunk_size: 1M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 512K chunk_size: 2M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 512K chunk_size: 4M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 512K chunk_size: 8M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 512K chunk_size: 16M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 512K chunk_size: 32M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 512K chunk_size: 64M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 512K chunk_size: 128M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 512K chunk_size: 256M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 512K chunk_size: 512M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 512K chunk_size: 1G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 512K chunk_size: 2G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 1M chunk_size: 1M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 1M chunk_size: 2M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 1M chunk_size: 4M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 1M chunk_size: 8M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 1M chunk_size: 16M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 1M chunk_size: 32M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 1M chunk_size: 64M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 1M chunk_size: 128M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 1M chunk_size: 256M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 1M chunk_size: 512M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 1M chunk_size: 1G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 1M chunk_size: 2G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 2M chunk_size: 2M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 2M chunk_size: 4M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 2M chunk_size: 8M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 2M chunk_size: 16M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 2M chunk_size: 32M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 2M chunk_size: 64M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 2M chunk_size: 128M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 2M chunk_size: 256M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 2M chunk_size: 512M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 2M chunk_size: 1G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 2M chunk_size: 2G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 4M chunk_size: 4M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 4M chunk_size: 8M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 4M chunk_size: 16M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 4M chunk_size: 32M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 4M chunk_size: 64M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 4M chunk_size: 128M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 4M chunk_size: 256M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 4M chunk_size: 512M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 4M chunk_size: 1G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 4M chunk_size: 2G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 8M chunk_size: 8M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 8M chunk_size: 16M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 8M chunk_size: 32M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 8M chunk_size: 64M num_reg: 7 lose cover RAM: 16388M
[ 0.000000] gran_size: 8M chunk_size: 128M num_reg: 7 lose cover RAM: 16388M
[ 0.000000] gran_size: 8M chunk_size: 256M num_reg: 7 lose cover RAM: 16388M
[ 0.000000] gran_size: 8M chunk_size: 512M num_reg: 7 lose cover RAM: 16388M
[ 0.000000] gran_size: 8M chunk_size: 1G num_reg: 7 lose cover RAM: 16388M
[ 0.000000] gran_size: 8M chunk_size: 2G num_reg: 7 lose cover RAM: 16388M
[ 0.000000] gran_size: 16M chunk_size: 16M num_reg: 7 lose cover RAM: 29196M
[ 0.000000] gran_size: 16M chunk_size: 32M num_reg: 7 lose cover RAM: 30220M
[ 0.000000] gran_size: 16M chunk_size: 64M num_reg: 7 lose cover RAM: 16396M
[ 0.000000] gran_size: 16M chunk_size: 128M num_reg: 7 lose cover RAM: 16396M
[ 0.000000] gran_size: 16M chunk_size: 256M num_reg: 7 lose cover RAM: 16396M
[ 0.000000] gran_size: 16M chunk_size: 512M num_reg: 7 lose cover RAM: 16396M
[ 0.000000] gran_size: 16M chunk_size: 1G num_reg: 7 lose cover RAM: 16396M
[ 0.000000] gran_size: 16M chunk_size: 2G num_reg: 7 lose cover RAM: 16396M
[ 0.000000] gran_size: 32M chunk_size: 32M num_reg: 7 lose cover RAM: 28700M
[ 0.000000] gran_size: 32M chunk_size: 64M num_reg: 7 lose cover RAM: 28700M
[ 0.000000] gran_size: 32M chunk_size: 128M num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 32M chunk_size: 256M num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 32M chunk_size: 512M num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 32M chunk_size: 1G num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 32M chunk_size: 2G num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 64M chunk_size: 64M num_reg: 7 lose cover RAM: 28700M
[ 0.000000] gran_size: 64M chunk_size: 128M num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 64M chunk_size: 256M num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 64M chunk_size: 512M num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 64M chunk_size: 1G num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 64M chunk_size: 2G num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 128M chunk_size: 128M num_reg: 7 lose cover RAM: 24668M
[ 0.000000] gran_size: 128M chunk_size: 256M num_reg: 7 lose cover RAM: 92M
[ 0.000000] gran_size: 128M chunk_size: 512M num_reg: 7 lose cover RAM: 92M
[ 0.000000] gran_size: 128M chunk_size: 1G num_reg: 7 lose cover RAM: 92M
[ 0.000000] gran_size: 128M chunk_size: 2G num_reg: 7 lose cover RAM: 92M
[ 0.000000] gran_size: 256M chunk_size: 256M num_reg: 7 lose cover RAM: 16604M
[ 0.000000] gran_size: 256M chunk_size: 512M num_reg: 7 lose cover RAM: 220M
[ 0.000000] gran_size: 256M chunk_size: 1G num_reg: 7 lose cover RAM: 220M
[ 0.000000] gran_size: 256M chunk_size: 2G num_reg: 7 lose cover RAM: 220M
[ 0.000000] gran_size: 512M chunk_size: 512M num_reg: 7 lose cover RAM: 476M
[ 0.000000] gran_size: 512M chunk_size: 1G num_reg: 7 lose cover RAM: 476M
[ 0.000000] gran_size: 512M chunk_size: 2G num_reg: 7 lose cover RAM: 476M
[ 0.000000] gran_size: 1G chunk_size: 1G num_reg: 5 lose cover RAM: 1500M
[ 0.000000] gran_size: 1G chunk_size: 2G num_reg: 5 lose cover RAM: 1500M
[ 0.000000] gran_size: 2G chunk_size: 2G num_reg: 3 lose cover RAM: 3548M
[ 0.000000] mtrr_cleanup: can not find optimal value
[ 0.000000] please specify mtrr_gran_size/mtrr_chunk_size
[ 0.000000] init_memory_mapping: 0000000000000000-000000007d04d000
[ 0.000000] 0000000000 - 007d000000 page 2M
[ 0.000000] 007d000000 - 007d04d000 page 4k
[ 0.000000] kernel direct mapping tables up to 7d04d000 @ 8000-c000
[ 0.000000] last_map_addr: 7d04d000 end: 7d04d000
[ 0.000000] RAMDISK: 37c4b000 - 37fefdc3
[ 0.000000] ACPI: RSDP 000FB9C0, 0024 (r2 DELL )
[ 0.000000] ACPI: XSDT 7D051E00, 006C (r1 DELL M09 27D80C11 ASL 61)
[ 0.000000] ACPI: FACP 7D051C9C, 00F4 (r4 DELL M09 27D80C11 ASL 61)
[ 0.000000] ACPI Warning (tbfadt-0568): 32/64X length mismatch in Gpe0Block: 128/64 [20081204]
[ 0.000000] FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)
[ 0.000000] ACPI: DSDT 7D052400, 6A2B (r2 INT430 SYSFexxx 1001 INTL 20050624)
[ 0.000000] ACPI: FACS 7D060C00, 0040
[ 0.000000] ACPI: HPET 7D051F00, 0038 (r1 DELL M09 1 ASL 61)
[ 0.000000] ACPI: ____ 7D060400, 0030 (r1 DELL M09 27D80C11 ASL 61)
[ 0.000000] ACPI: APIC 7D052000, 0068 (r1 DELL M09 27D80C11 ASL 47)
[ 0.000000] ACPI: ASF! 7D051C00, 006A (r32 DELL M09 27D80C11 ASL 61)
[ 0.000000] ACPI: MCFG 7D051FC0, 003E (r16 DELL M09 27D80C11 ASL 61)
[ 0.000000] ACPI: TCPA 7D052300, 0032 (r1 0 ASL 0)
[ 0.000000] ACPI: SLIC 7D05209C, 0176 (r1 DELL M09 27D80C11 ASL 61)
[ 0.000000] ACPI: SSDT 7D05032D, 066C (r1 PmRef CpuPm 3000 INTL 20050624)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-000000007d04d000
[ 0.000000] Bootmem setup node 0 0000000000000000-000000007d04d000
[ 0.000000] NODE_DATA [0000000000001000 - 0000000000005fff]
[ 0.000000] bootmap [000000000000a000 - 0000000000019a0f] pages 10
[ 0.000000] (6 early reservations) ==> bootmem [0000000000 - 007d04d000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
[ 0.000000] #2 [0000200000 - 0000bcdcd8] TEXT DATA BSS ==> [0000200000 - 0000bcdcd8]
[ 0.000000] #3 [0037c4b000 - 0037fefdc3] RAMDISK ==> [0037c4b000 - 0037fefdc3]
[ 0.000000] #4 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - 0000100000]
[ 0.000000] #5 [0000008000 - 000000a000] PGTABLE ==> [0000008000 - 000000a000]
[ 0.000000] [ffffe20000000000-ffffe20001bfffff] PMD -> [ffff880001200000-ffff880002dfffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00100000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0007d04d
[ 0.000000] On node 0 totalpages: 511980
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 2611 pages reserved
[ 0.000000] DMA zone: 1332 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 6946 pages used for memmap
[ 0.000000] DMA32 zone: 501035 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 24
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 88000000 (gap: 80000000:78000000)
[ 0.000000] NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Allocating 69632 bytes of per cpu data
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 502367
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: root=/dev/sda1 ro
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2526.874 MHz processor.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [tty0] enabled
[ 0.004000] Checking aperture...
[ 0.004000] No AGP bridge found
[ 0.004000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.004000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.004000] Memory: 2005104k/2048308k available (4737k kernel code, 388k absent, 42816k reserved, 3114k data, 640k init)
[ 0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.004000] hpet clockevent registered
[ 0.004000] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5053.74 BogoMIPS (lpj=10107496)
[ 0.004000] Security Framework initialized
[ 0.004000] SELinux: Initializing.
[ 0.004000] SELinux: Starting in permissive mode
[ 0.004000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.004172] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.004925] Mount-cache hash table entries: 256
[ 0.005187] Initializing cgroup subsys ns
[ 0.005301] Initializing cgroup subsys cpuacct
[ 0.005432] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.005584] CPU: L2 cache: 6144K
[ 0.005694] [ds] using Core 2/Atom configuration
[ 0.005807] CPU 0/0x0 -> Node 0
[ 0.005918] CPU: Physical Processor ID: 0
[ 0.006029] CPU: Processor Core ID: 0
[ 0.006140] using mwait in idle threads.
[ 0.008748] ACPI: Core revision 20081204
[ 0.020056] Setting APIC routing to flat
[ 0.020718] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.061925] CPU0: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping 06
[ 0.064001] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.004000] Initializing CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 5053.98 BogoMIPS (lpj=10107964)
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 6144K
[ 0.004000] [ds] using Core 2/Atom configuration
[ 0.004000] CPU 1/0x1 -> Node 0
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 1
[ 0.004000] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[ 0.149663] CPU1: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping 06
[ 0.150905] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.152092] Brought up 2 CPUs
[ 0.152200] Total of 2 processors activated (10107.73 BogoMIPS).
[ 0.152393] khelper used greatest stack depth: 5976 bytes left
[ 0.152393] net_namespace: 1784 bytes
[ 0.152393] Booting paravirtualized kernel on bare hardware
[ 0.156131] Time: 3:08:11 Date: 02/24/09
[ 0.156263] NET: Registered protocol family 16
[ 0.156389] ACPI: bus type pci registered
[ 0.156389] PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
[ 0.156389] PCI: MCFG area at f8000000 reserved in E820
[ 0.159051] PCI: Using MMCONFIG at f8000000 - fbffffff
[ 0.160002] PCI: Using configuration type 1 for base access
[ 0.164030] bio: create slab <bio-0> at 0
[ 0.164741] ACPI: EC: Look up EC in DSDT
[ 0.164938] ACPI: BIOS _OSI(Linux) query ignored
[ 0.224019] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 0.225403] ACPI: Interpreter enabled
[ 0.225403] ACPI: (supports S0 S3 S4 S5)
[ 0.225403] ACPI: Using IOAPIC for interrupt routing
[ 0.336125] ACPI: EC: GPE = 0x11, I/O: command/status = 0x934, data = 0x930
[ 0.336175] ACPI: EC: driver started in interrupt mode
[ 0.337414] ACPI: No dock devices found.
[ 0.337531] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.340033] DMAR: Forcing write-buffer flush capability
[ 0.340170] pci 0000:00:02.0: reg 10 64bit mmio: [0xf6c00000-0xf6ffffff]
[ 0.340175] pci 0000:00:02.0: reg 18 64bit mmio: [0xe0000000-0xefffffff]
[ 0.340179] pci 0000:00:02.0: reg 20 io port: [0xef98-0xef9f]
[ 0.340211] pci 0000:00:02.1: reg 10 64bit mmio: [0xf6b00000-0xf6bfffff]
[ 0.340315] pci 0000:00:19.0: reg 10 32bit mmio: [0xf6ae0000-0xf6afffff]
[ 0.340322] pci 0000:00:19.0: reg 14 32bit mmio: [0xf6adb000-0xf6adbfff]
[ 0.340329] pci 0000:00:19.0: reg 18 io port: [0xefe0-0xefff]
[ 0.340383] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.340497] pci 0000:00:19.0: PME# disabled
[ 0.340666] pci 0000:00:1a.0: reg 20 io port: [0x6f60-0x6f7f]
[ 0.340753] pci 0000:00:1a.1: reg 20 io port: [0x6f80-0x6f9f]
[ 0.340841] pci 0000:00:1a.2: reg 20 io port: [0x6fa0-0x6fbf]
[ 0.340930] pci 0000:00:1a.7: reg 10 32bit mmio: [0xfed1c400-0xfed1c7ff]
[ 0.340995] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.341109] pci 0000:00:1a.7: PME# disabled
[ 0.341109] pci 0000:00:1b.0: reg 10 64bit mmio: [0xf6adc000-0xf6adffff]
[ 0.341109] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.341109] pci 0000:00:1b.0: PME# disabled
[ 0.341109] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.341109] pci 0000:00:1c.0: PME# disabled
[ 0.341109] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.341109] pci 0000:00:1c.1: PME# disabled
[ 0.341109] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.341109] pci 0000:00:1c.2: PME# disabled
[ 0.341289] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.341402] pci 0000:00:1c.3: PME# disabled
[ 0.341579] pci 0000:00:1d.0: reg 20 io port: [0x6f00-0x6f1f]
[ 0.341666] pci 0000:00:1d.1: reg 20 io port: [0x6f20-0x6f3f]
[ 0.341754] pci 0000:00:1d.2: reg 20 io port: [0x6f40-0x6f5f]
[ 0.341843] pci 0000:00:1d.7: reg 10 32bit mmio: [0xfed1c000-0xfed1c3ff]
[ 0.341907] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.342020] pci 0000:00:1d.7: PME# disabled
[ 0.342368] pci 0000:00:1f.2: reg 10 io port: [0x6e70-0x6e77]
[ 0.342375] pci 0000:00:1f.2: reg 14 io port: [0x6e78-0x6e7b]
[ 0.342382] pci 0000:00:1f.2: reg 18 io port: [0x6e80-0x6e87]
[ 0.342389] pci 0000:00:1f.2: reg 1c io port: [0x6e88-0x6e8b]
[ 0.342396] pci 0000:00:1f.2: reg 20 io port: [0x6ea0-0x6ebf]
[ 0.342403] pci 0000:00:1f.2: reg 24 32bit mmio: [0xfed1c800-0xfed1cfff]
[ 0.342448] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.342559] pci 0000:00:1f.2: PME# disabled
[ 0.342703] pci 0000:00:1f.3: reg 10 64bit mmio: [0xf6adaf00-0xf6adafff]
[ 0.342720] pci 0000:00:1f.3: reg 20 io port: [0x1100-0x111f]
[ 0.342892] pci 0000:0c:00.0: reg 10 64bit mmio: [0xf69fe000-0xf69fffff]
[ 0.343006] pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
[ 0.343121] pci 0000:0c:00.0: PME# disabled
[ 0.343303] pci 0000:00:1c.1: bridge 32bit mmio: [0xf6900000-0xf69fffff]
[ 0.343422] pci 0000:00:1c.3: bridge io port: [0xd000-0xdfff]
[ 0.343426] pci 0000:00:1c.3: bridge 32bit mmio: [0xf6600000-0xf68fffff]
[ 0.343433] pci 0000:00:1c.3: bridge 64bit mmio pref: [0xf0000000-0xf01fffff]
[ 0.343476] pci 0000:03:01.0: reg 10 32bit mmio: [0xf65ff800-0xf65fffff]
[ 0.343532] pci 0000:03:01.0: supports D1 D2
[ 0.343533] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.343647] pci 0000:03:01.0: PME# disabled
[ 0.343792] pci 0000:03:01.1: reg 10 32bit mmio: [0xf65ff600-0xf65ff6ff]
[ 0.343849] pci 0000:03:01.1: supports D1 D2
[ 0.343851] pci 0000:03:01.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.343965] pci 0000:03:01.1: PME# disabled
[ 0.344041] pci 0000:03:01.2: reg 10 32bit mmio: [0xf65ff700-0xf65ff7ff]
[ 0.344098] pci 0000:03:01.2: supports D1 D2
[ 0.344100] pci 0000:03:01.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.344213] pci 0000:03:01.2: PME# disabled
[ 0.344385] pci 0000:00:1e.0: transparent bridge
[ 0.344498] pci 0000:00:1e.0: bridge 32bit mmio: [0xf6500000-0xf65fffff]
[ 0.344538] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.344837] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
[ 0.344949] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.345019] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.345088] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[ 0.345156] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 0.360662] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 *11)
[ 0.360662] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *3
[ 0.360662] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 *11)
[ 0.360957] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 *10 11)
[ 0.361433] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 0.362153] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.362873] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.363580] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.368027] SCSI subsystem initialized
[ 0.368114] libata version 3.00 loaded.
[ 0.368114] usbcore: registered new interface driver usbfs
[ 0.368136] usbcore: registered new interface driver hub
[ 0.368136] usbcore: registered new device driver usb
[ 0.368136] PCI: Using ACPI for IRQ routing
[ 0.380006] Bluetooth: Core ver 2.14
[ 0.380115] NET: Registered protocol family 31
[ 0.380115] Bluetooth: HCI device and connection manager initialized
[ 0.380225] Bluetooth: HCI socket layer initialized
[ 0.396033] cfg80211: Using static regulatory domain info
[ 0.396114] cfg80211: Regulatory domain: US
[ 0.396221] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 0.396393] (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
[ 0.396505] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 0.396616] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 0.396727] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 0.396837] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 0.396949] (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
[ 0.397060] cfg80211: Calling CRDA for country: US
[ 0.400007] NetLabel: Initializing
[ 0.400111] NetLabel: domain hash size = 128
[ 0.400219] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.400336] NetLabel: unlabeled traffic allowed by default
[ 0.400458] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.400458] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.423148] pnp: PnP ACPI init
[ 0.423259] ACPI: bus type pnp registered
[ 0.503151] Switched to high resolution mode on CPU 1
[ 0.504006] Switched to high resolution mode on CPU 0
[ 0.507089] pnp: PnP ACPI: found 14 devices
[ 0.507197] ACPI: ACPI bus type pnp unregistered
[ 0.507312] system 00:05: ioport range 0xc80-0xcaf has been reserved
[ 0.507423] system 00:05: ioport range 0xcc0-0xcff could not be reserved
[ 0.507537] system 00:08: iomem range 0xfed00000-0xfed003ff has been reserved
[ 0.507652] system 00:0a: ioport range 0xcb0-0xcbb has been reserved
[ 0.507763] system 00:0a: iomem range 0xfed40000-0xfed44fff has been reserved
[ 0.507877] system 00:0b: ioport range 0x900-0x92f has been reserved
[ 0.507988] system 00:0b: ioport range 0x931-0x933 has been reserved
[ 0.508098] system 00:0b: ioport range 0x935-0x97f has been reserved
[ 0.508209] system 00:0b: ioport range 0x4d0-0x4d1 has been reserved
[ 0.508320] system 00:0b: ioport range 0x1000-0x1005 has been reserved
[ 0.508431] system 00:0b: ioport range 0x1008-0x100f has been reserved
[ 0.508546] system 00:0c: ioport range 0xf400-0xf4fe has been reserved
[ 0.508657] system 00:0c: ioport range 0x1006-0x1007 has been reserved
[ 0.508767] system 00:0c: ioport range 0x100a-0x1059 could not be reserved
[ 0.508879] system 00:0c: ioport range 0x1060-0x107f has been reserved
[ 0.508990] system 00:0c: ioport range 0x1080-0x10bf has been reserved
[ 0.509106] system 00:0c: ioport range 0x1100-0x111f has been reserved
[ 0.509217] system 00:0c: ioport range 0x1010-0x102f has been reserved
[ 0.509328] system 00:0c: ioport range 0x809-0x809 has been reserved
[ 0.509442] system 00:0d: iomem range 0x0-0x9efff could not be reserved
[ 0.509553] system 00:0d: iomem range 0x9f000-0x9ffff could not be reserved
[ 0.509665] system 00:0d: iomem range 0xc0000-0xcffff has been reserved
[ 0.509775] system 00:0d: iomem range 0xe0000-0xfffff has been reserved
[ 0.509888] system 00:0d: iomem range 0x100000-0x7d04d3ff could not be reserved
[ 0.510060] system 00:0d: iomem range 0x7d04d400-0x7dafffff could not be reserved
[ 0.510232] system 00:0d: iomem range 0x7db00000-0x7dbfffff has been reserved
[ 0.510343] system 00:0d: iomem range 0xffe00000-0xffffffff could not be reserved
[ 0.510515] system 00:0d: iomem range 0xffa00000-0xffbfffff has been reserved
[ 0.510626] system 00:0d: iomem range 0xfec00000-0xfec0ffff has been reserved
[ 0.510738] system 00:0d: iomem range 0xfee00000-0xfee0ffff has been reserved
[ 0.510850] system 00:0d: iomem range 0xfed20000-0xfed3ffff has been reserved
[ 0.510961] system 00:0d: iomem range 0xfed45000-0xfed8ffff has been reserved
[ 0.511074] system 00:0d: iomem range 0xfeda0000-0xfeda3fff has been reserved
[ 0.511186] system 00:0d: iomem range 0xfeda4000-0xfeda4fff has been reserved
[ 0.511297] system 00:0d: iomem range 0xfeda5000-0xfeda5fff has been reserved
[ 0.511410] system 00:0d: iomem range 0xfeda6000-0xfeda6fff has been reserved
[ 0.511522] system 00:0d: iomem range 0xfed1c800-0xfed1cfff has been reserved
[ 0.511634] system 00:0d: iomem range 0xfed18000-0xfed1bfff has been reserved
[ 0.511746] system 00:0d: iomem range 0xf8000000-0xfbffffff has been reserved
[ 0.516792] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:0b
[ 0.516902] pci 0000:00:1c.0: IO window: disabled
[ 0.517019] pci 0000:00:1c.0: MEM window: disabled
[ 0.517129] pci 0000:00:1c.0: PREFETCH window: disabled
[ 0.517244] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:0c
[ 0.517354] pci 0000:00:1c.1: IO window: disabled
[ 0.517466] pci 0000:00:1c.1: MEM window: 0xf6900000-0xf69fffff
[ 0.517578] pci 0000:00:1c.1: PREFETCH window: disabled
[ 0.517693] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:0d
[ 0.517802] pci 0000:00:1c.2: IO window: disabled
[ 0.517914] pci 0000:00:1c.2: MEM window: disabled
[ 0.518024] pci 0000:00:1c.2: PREFETCH window: disabled
[ 0.518138] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:0e
[ 0.518250] pci 0000:00:1c.3: IO window: 0xd000-0xdfff
[ 0.518363] pci 0000:00:1c.3: MEM window: 0xf6600000-0xf68fffff
[ 0.518476] pci 0000:00:1c.3: PREFETCH window: 0x000000f0000000-0x000000f01fffff
[ 0.520435] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
[ 0.520544] pci 0000:00:1e.0: IO window: disabled
[ 0.520655] pci 0000:00:1e.0: MEM window: 0xf6500000-0xf65fffff
[ 0.520767] pci 0000:00:1e.0: PREFETCH window: disabled
[ 0.520890] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.521009] pci 0000:00:1c.0: setting latency timer to 64
[ 0.521018] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 0.521131] pci 0000:00:1c.1: setting latency timer to 64
[ 0.521139] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.521252] pci 0000:00:1c.2: setting latency timer to 64
[ 0.521260] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.521373] pci 0000:00:1c.3: setting latency timer to 64
[ 0.521381] pci 0000:00:1e.0: setting latency timer to 64
[ 0.521384] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.521386] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[ 0.521388] pci_bus 0000:0b: resource 0 mem: [0x0-0x0]
[ 0.521390] pci_bus 0000:0b: resource 1 mem: [0x0-0x0]
[ 0.521391] pci_bus 0000:0b: resource 2 mem: [0x0-0x0]
[ 0.521393] pci_bus 0000:0b: resource 3 mem: [0x0-0x0]
[ 0.521394] pci_bus 0000:0c: resource 0 mem: [0x0-0x0]
[ 0.521396] pci_bus 0000:0c: resource 1 mem: [0xf6900000-0xf69fffff]
[ 0.521397] pci_bus 0000:0c: resource 2 mem: [0x0-0x0]
[ 0.521399] pci_bus 0000:0c: resource 3 mem: [0x0-0x0]
[ 0.521400] pci_bus 0000:0d: resource 0 mem: [0x0-0x0]
[ 0.521402] pci_bus 0000:0d: resource 1 mem: [0x0-0x0]
[ 0.521403] pci_bus 0000:0d: resource 2 mem: [0x0-0x0]
[ 0.521405] pci_bus 0000:0d: resource 3 mem: [0x0-0x0]
[ 0.521407] pci_bus 0000:0e: resource 0 io: [0xd000-0xdfff]
[ 0.521408] pci_bus 0000:0e: resource 1 mem: [0xf6600000-0xf68fffff]
[ 0.521410] pci_bus 0000:0e: resource 2 mem: [0xf0000000-0xf01fffff]
[ 0.521412] pci_bus 0000:0e: resource 3 mem: [0x0-0x0]
[ 0.521413] pci_bus 0000:03: resource 0 mem: [0x0-0x0]
[ 0.521415] pci_bus 0000:03: resource 1 mem: [0xf6500000-0xf65fffff]
[ 0.521417] pci_bus 0000:03: resource 2 mem: [0x0-0x0]
[ 0.521418] pci_bus 0000:03: resource 3 io: [0x00-0xffff]
[ 0.521420] pci_bus 0000:03: resource 4 mem: [0x000000-0xffffffffffffffff]
[ 0.521441] NET: Registered protocol family 2
[ 0.569083] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.569770] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.571425] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.571996] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.572108] TCP reno registered
[ 0.581082] NET: Registered protocol family 1
[ 0.581291] checking if image is initramfs... it is
[ 0.841421] Freeing initrd memory: 3731k freed
[ 0.842901] Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.843293] audit: initializing netlink socket (disabled)
[ 0.843411] type=2000 audit(1235444891.841:1): initialized
[ 0.850847] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.853177] VFS: Disk quotas dquot_6.5.2
[ 0.853356] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.854252] msgmni has been set to 3923
[ 0.854454] SELinux: Registering netfilter hooks
[ 0.854774] alg: No test for stdrng (krng)
[ 0.854977] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.855148] io scheduler noop registered
[ 0.855255] io scheduler anticipatory registered
[ 0.855361] io scheduler deadline registered
[ 0.855568] io scheduler cfq registered (default)
[ 0.855686] pci 0000:00:02.0: Boot video device
[ 0.855696] pci 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0080
[ 0.855697] pci 0000:00:1a.0: Performing full reset
[ 0.855716] pci 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0080
[ 0.855717] pci 0000:00:1a.1: Performing full reset
[ 0.855736] pci 0000:00:1a.2: uhci_check_and_reset_hc: cmd = 0x0080
[ 0.855737] pci 0000:00:1a.2: Performing full reset
[ 0.855786] pci 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0080
[ 0.855787] pci 0000:00:1d.0: Performing full reset
[ 0.855804] pci 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0080
[ 0.855806] pci 0000:00:1d.1: Performing full reset
[ 0.855824] pci 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0080
[ 0.855826] pci 0000:00:1d.2: Performing full reset
[ 0.855961] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 0.856067] pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X
[ 0.856251] pcieport-driver 0000:00:1c.1: setting latency timer to 64
[ 0.856323] pcieport-driver 0000:00:1c.1: irq 25 for MSI/MSI-X
[ 0.856490] pcieport-driver 0000:00:1c.2: setting latency timer to 64
[ 0.856561] pcieport-driver 0000:00:1c.2: irq 26 for MSI/MSI-X
[ 0.856733] pcieport-driver 0000:00:1c.3: setting latency timer to 64
[ 0.856804] pcieport-driver 0000:00:1c.3: irq 27 for MSI/MSI-X
[ 0.857108] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.857798] ACPI: SSDT 7D050999, 0281 (r1 PmRef BspIst 3000 INTL 20050624)
[ 0.858433] ACPI: SSDT 7D050DF1, 05C6 (r1 PmRef BspCst 3001 INTL 20050624)
[ 0.858997] Monitor-Mwait will be used to enter C-1 state
[ 0.859002] Monitor-Mwait will be used to enter C-2 state
[ 0.859006] Monitor-Mwait will be used to enter C-3 state
[ 0.859049] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[ 0.859361] processor ACPI_CPU:00: registered as cooling_device0
[ 0.859471] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 0.860111] ACPI: SSDT 7D050C1A, 01D7 (r1 PmRef ApIst 3000 INTL 20050624)
[ 0.860676] ACPI: SSDT 7D0513B7, 008D (r1 PmRef ApCst 3000 INTL 20050624)
[ 0.861335] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[ 0.861640] processor ACPI_CPU:01: registered as cooling_device1
[ 0.861750] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 0.884934] XENFS: not registering filesystem on non-xen platform
[ 0.887429] Non-volatile memory driver v1.3
[ 0.887536] Linux agpgart interface v0.103
[ 0.887657] agpgart-intel 0000:00:00.0: Intel Mobile Intel® GM45 Express Chipset
[ 0.889703] agpgart-intel 0000:00:00.0: detected 32764K stolen memory
[ 0.893465] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[ 0.893669] [drm] Initialized drm 1.1.0 20060810
[ 0.893835] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.893947] pci 0000:00:02.0: setting latency timer to 64
[ 0.906728] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[ 0.906904] [drm] MTRR allocation failed
[ 0.906904] . Graphics performance may suffer.
[ 0.907130] pci 0000:00:02.0: irq 28 for MSI/MSI-X
[ 0.907143] [drm] Initialized i915 1.6.0 20080730 on minor 0
[ 0.907267] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.160282] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 1.160768] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 1.162287] brd: module loaded
[ 1.162457] console [netcon0] enabled
[ 1.162564] netconsole: network logging started
[ 1.162726] Loading iSCSI transport class v2.0-870.
[ 1.163017] Driver 'sd' needs updating - please use bus_type methods
[ 1.163154] Driver 'sr' needs updating - please use bus_type methods
[ 1.163345] ahci 0000:00:1f.2: version 3.0
[ 1.163358] ahci 0000:00:1f.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 1.163499] ahci 0000:00:1f.2: irq 29 for MSI/MSI-X
[ 1.163556] ahci: SSS flag set, parallel bus scan disabled
[ 1.163698] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
[ 1.163871] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ems
[ 1.164053] ahci 0000:00:1f.2: setting latency timer to 64
[ 1.164362] scsi0 : ahci
[ 1.164601] scsi1 : ahci
[ 1.164800] scsi2 : ahci
[ 1.164994] scsi3 : ahci
[ 1.165197] scsi4 : ahci
[ 1.165401] scsi5 : ahci
[ 1.166028] ata1: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1c900 irq 29
[ 1.166202] ata2: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1c980 irq 29
[ 1.166375] ata3: DUMMY
[ 1.166479] ata4: DUMMY
[ 1.166584] ata5: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1cb00 irq 29
[ 1.166758] ata6: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1cb80 irq 29
[ 1.648012] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.650383] ata1.00: ATA-8: ST9160414ASG, DEC5, max UDMA/133
[ 1.650493] ata1.00: 312581808 sectors, multi 1: LBA48 NCQ (depth 31/32)
[ 1.653424] ata1.00: configured for UDMA/133
[ 1.668092] scsi 0:0:0:0: Direct-Access ATA ST9160414ASG DEC5 PQ: 0 ANSI: 5
[ 1.668410] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB)
[ 1.668594] sd 0:0:0:0: [sda] Write Protect is off
[ 1.668702] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.668722] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.668940] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB)
[ 1.669122] sd 0:0:0:0: [sda] Write Protect is off
[ 1.669230] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.669250] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.669426] sda: sda1 sda2 < sda5 >
[ 1.723025] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.723213] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.204012] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.208159] ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-U20N, A101, max UDMA/133
[ 2.212968] ata2.00: configured for UDMA/133
[ 2.230944] scsi 1:0:0:0: CD-ROM HL-DT-ST DVD+-RW GSA-U20N A101 PQ: 0 ANSI: 5
[ 2.242192] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.242366] Uniform CD-ROM driver Revision: 3.20
[ 2.242598] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 2.242671] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 2.560014] ata5: SATA link down (SStatus 0 SControl 300)
[ 2.896013] ata6: SATA link down (SStatus 0 SControl 300)
[ 2.912145] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.912257] ehci_hcd: block sizes: qh 160 qtd 96 itd 192 sitd 96
[ 2.912279] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 2.912399] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 2.912402] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 2.912559] drivers/usb/core/inode.c: creating file 'devices'
[ 2.912563] drivers/usb/core/inode.c: creating file '001'
[ 2.912606] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 2.912785] ehci_hcd 0000:00:1a.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[ 2.912789] ehci_hcd 0000:00:1a.7: reset hcc_params 6871 thresh 7 uframes 1024 64 bit addr
[ 2.912803] ehci_hcd 0000:00:1a.7: reset command 000002 (park)=0 ithresh=0 period=1024 Reset HALT
[ 2.916680] ehci_hcd 0000:00:1a.7: debug port 1
[ 2.916792] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[ 2.916794] ehci_hcd 0000:00:1a.7: supports USB remote wakeup
[ 2.916805] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfed1c400
[ 2.916916] ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 2.920791] ehci_hcd 0000:00:1a.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
[ 2.932009] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 2.932148] usb usb1: default language 0x0409
[ 2.932154] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.932265] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.932436] usb usb1: Product: EHCI Host Controller
[ 2.932544] usb usb1: Manufacturer: Linux 2.6.29-rc6-dirty ehci_hcd
[ 2.932655] usb usb1: SerialNumber: 0000:00:1a.7
[ 2.932789] usb usb1: uevent
[ 2.932821] usb usb1: usb_probe_device
[ 2.932823] usb usb1: configuration #1 chosen from 1 choice
[ 2.932936] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[ 2.932950] usb 1-0:1.0: uevent
[ 2.932981] hub 1-0:1.0: usb_probe_interface
[ 2.932983] hub 1-0:1.0: usb_probe_interface - got id
[ 2.932985] hub 1-0:1.0: USB hub found
[ 2.933097] hub 1-0:1.0: 6 ports detected
[ 2.933203] hub 1-0:1.0: standalone hub
[ 2.933204] hub 1-0:1.0: no power switching (usb 1.0)
[ 2.933205] hub 1-0:1.0: individual port over-current protection
[ 2.933207] hub 1-0:1.0: power on to power good time: 20ms
[ 2.933211] hub 1-0:1.0: local power source is good
[ 2.933213] hub 1-0:1.0: trying to enable port power on non-switchable hub
[ 2.933306] drivers/usb/core/inode.c: creating file '001'
[ 2.933374] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 2.933494] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 2.933497] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 2.933644] drivers/usb/core/inode.c: creating file '002'
[ 2.933693] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 2.933870] ehci_hcd 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[ 2.933874] ehci_hcd 0000:00:1d.7: reset hcc_params 6871 thresh 7 uframes 1024 64 bit addr
[ 2.933886] ehci_hcd 0000:00:1d.7: reset command 000002 (park)=0 ithresh=0 period=1024 Reset HALT
[ 2.937768] ehci_hcd 0000:00:1d.7: debug port 1
[ 2.937879] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 2.937881] ehci_hcd 0000:00:1d.7: supports USB remote wakeup
[ 2.937891] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfed1c000
[ 2.938002] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 2.941878] ehci_hcd 0000:00:1d.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
[ 2.952006] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 2.952128] usb usb2: default language 0x0409
[ 2.952134] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.952245] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.952417] usb usb2: Product: EHCI Host Controller
[ 2.952525] usb usb2: Manufacturer: Linux 2.6.29-rc6-dirty ehci_hcd
[ 2.952635] usb usb2: SerialNumber: 0000:00:1d.7
[ 2.952770] usb usb2: uevent
[ 2.952800] usb usb2: usb_probe_device
[ 2.952802] usb usb2: configuration #1 chosen from 1 choice
[ 2.952914] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[ 2.952926] usb 2-0:1.0: uevent
[ 2.952955] hub 2-0:1.0: usb_probe_interface
[ 2.952957] hub 2-0:1.0: usb_probe_interface - got id
[ 2.952958] hub 2-0:1.0: USB hub found
[ 2.953069] hub 2-0:1.0: 6 ports detected
[ 2.953175] hub 2-0:1.0: standalone hub
[ 2.953177] hub 2-0:1.0: no power switching (usb 1.0)
[ 2.953178] hub 2-0:1.0: individual port over-current protection
[ 2.953180] hub 2-0:1.0: power on to power good time: 20ms
[ 2.953183] hub 2-0:1.0: local power source is good
[ 2.953184] hub 2-0:1.0: trying to enable port power on non-switchable hub
[ 2.953246] drivers/usb/core/inode.c: creating file '001'
[ 2.953326] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.953436] ohci_hcd: block sizes: ed 80 td 96
[ 2.953468] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.953642] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 2.953759] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 2.953762] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 2.953907] drivers/usb/core/inode.c: creating file '003'
[ 2.953950] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 2.954128] uhci_hcd 0000:00:1a.0: detected 2 ports
[ 2.954240] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
[ 2.954242] uhci_hcd 0000:00:1a.0: Performing full reset
[ 2.954256] uhci_hcd 0000:00:1a.0: supports USB remote wakeup
[ 2.954260] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f60
[ 2.954393] usb usb3: default language 0x0409
[ 2.954399] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.954509] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.954680] usb usb3: Product: UHCI Host Controller
[ 2.954788] usb usb3: Manufacturer: Linux 2.6.29-rc6-dirty uhci_hcd
[ 2.954897] usb usb3: SerialNumber: 0000:00:1a.0
[ 2.955031] usb usb3: uevent
[ 2.955062] usb usb3: usb_probe_device
[ 2.955063] usb usb3: configuration #1 chosen from 1 choice
[ 2.955175] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[ 2.955192] usb 3-0:1.0: uevent
[ 2.955222] hub 3-0:1.0: usb_probe_interface
[ 2.955224] hub 3-0:1.0: usb_probe_interface - got id
[ 2.955225] hub 3-0:1.0: USB hub found
[ 2.955336] hub 3-0:1.0: 2 ports detected
[ 2.955442] hub 3-0:1.0: standalone hub
[ 2.955443] hub 3-0:1.0: no power switching (usb 1.0)
[ 2.955445] hub 3-0:1.0: individual port over-current protection
[ 2.955446] hub 3-0:1.0: power on to power good time: 2ms
[ 2.955450] hub 3-0:1.0: local power source is good
[ 2.955451] hub 3-0:1.0: trying to enable port power on non-switchable hub
[ 2.955499] drivers/usb/core/inode.c: creating file '001'
[ 2.955567] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 2.955682] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 2.955685] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 2.955831] drivers/usb/core/inode.c: creating file '004'
[ 2.955880] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 2.956070] uhci_hcd 0000:00:1a.1: detected 2 ports
[ 2.956181] uhci_hcd 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000
[ 2.956182] uhci_hcd 0000:00:1a.1: Performing full reset
[ 2.956197] uhci_hcd 0000:00:1a.1: supports USB remote wakeup
[ 2.956207] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f80
[ 2.956340] usb usb4: default language 0x0409
[ 2.956345] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.958235] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.958406] usb usb4: Product: UHCI Host Controller
[ 2.958514] usb usb4: Manufacturer: Linux 2.6.29-rc6-dirty uhci_hcd
[ 2.958623] usb usb4: SerialNumber: 0000:00:1a.1
[ 2.958757] usb usb4: uevent
[ 2.958789] usb usb4: usb_probe_device
[ 2.958790] usb usb4: configuration #1 chosen from 1 choice
[ 2.958902] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[ 2.958914] usb 4-0:1.0: uevent
[ 2.958942] hub 4-0:1.0: usb_probe_interface
[ 2.958944] hub 4-0:1.0: usb_probe_interface - got id
[ 2.958945] hub 4-0:1.0: USB hub found
[ 2.959054] hub 4-0:1.0: 2 ports detected
[ 2.959161] hub 4-0:1.0: standalone hub
[ 2.959162] hub 4-0:1.0: no power switching (usb 1.0)
[ 2.959163] hub 4-0:1.0: individual port over-current protection
[ 2.959165] hub 4-0:1.0: power on to power good time: 2ms
[ 2.959168] hub 4-0:1.0: local power source is good
[ 2.959169] hub 4-0:1.0: trying to enable port power on non-switchable hub
[ 2.959217] drivers/usb/core/inode.c: creating file '001'
[ 2.959283] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 2.959397] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 2.959400] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 2.959542] drivers/usb/core/inode.c: creating file '005'
[ 2.959586] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 2.959762] uhci_hcd 0000:00:1a.2: detected 2 ports
[ 2.959872] uhci_hcd 0000:00:1a.2: uhci_check_and_reset_hc: cmd = 0x0000
[ 2.959873] uhci_hcd 0000:00:1a.2: Performing full reset
[ 2.959887] uhci_hcd 0000:00:1a.2: supports USB remote wakeup
[ 2.959891] uhci_hcd 0000:00:1a.2: irq 22, io base 0x00006fa0
[ 2.960031] usb usb5: default language 0x0409
[ 2.960036] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.960147] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.960317] usb usb5: Product: UHCI Host Controller
[ 2.960424] usb usb5: Manufacturer: Linux 2.6.29-rc6-dirty uhci_hcd
[ 2.960534] usb usb5: SerialNumber: 0000:00:1a.2
[ 2.960666] usb usb5: uevent
[ 2.960696] usb usb5: usb_probe_device
[ 2.960698] usb usb5: configuration #1 chosen from 1 choice
[ 2.960809] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[ 2.960822] usb 5-0:1.0: uevent
[ 2.960852] hub 5-0:1.0: usb_probe_interface
[ 2.960854] hub 5-0:1.0: usb_probe_interface - got id
[ 2.960855] hub 5-0:1.0: USB hub found
[ 2.960964] hub 5-0:1.0: 2 ports detected
[ 2.961071] hub 5-0:1.0: standalone hub
[ 2.961072] hub 5-0:1.0: no power switching (usb 1.0)
[ 2.961073] hub 5-0:1.0: individual port over-current protection
[ 2.961075] hub 5-0:1.0: power on to power good time: 2ms
[ 2.961078] hub 5-0:1.0: local power source is good
[ 2.961080] hub 5-0:1.0: trying to enable port power on non-switchable hub
[ 2.961128] drivers/usb/core/inode.c: creating file '001'
[ 2.961197] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 2.961311] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 2.961314] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 2.961459] drivers/usb/core/inode.c: creating file '006'
[ 2.961509] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 2.961686] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 2.961797] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[ 2.961799] uhci_hcd 0000:00:1d.0: Performing full reset
[ 2.961813] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[ 2.961816] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f00
[ 2.961953] usb usb6: default language 0x0409
[ 2.961959] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.962070] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.962240] usb usb6: Product: UHCI Host Controller
[ 2.962348] usb usb6: Manufacturer: Linux 2.6.29-rc6-dirty uhci_hcd
[ 2.962458] usb usb6: SerialNumber: 0000:00:1d.0
[ 2.962594] usb usb6: uevent
[ 2.962629] usb usb6: usb_probe_device
[ 2.962631] usb usb6: configuration #1 chosen from 1 choice
[ 2.962742] usb usb6: adding 6-0:1.0 (config #1, interface 0)
[ 2.962753] usb 6-0:1.0: uevent
[ 2.962786] hub 6-0:1.0: usb_probe_interface
[ 2.962787] hub 6-0:1.0: usb_probe_interface - got id
[ 2.962789] hub 6-0:1.0: USB hub found
[ 2.962899] hub 6-0:1.0: 2 ports detected
[ 2.963006] hub 6-0:1.0: standalone hub
[ 2.963007] hub 6-0:1.0: no power switching (usb 1.0)
[ 2.963009] hub 6-0:1.0: individual port over-current protection
[ 2.963010] hub 6-0:1.0: power on to power good time: 2ms
[ 2.963013] hub 6-0:1.0: local power source is good
[ 2.963015] hub 6-0:1.0: trying to enable port power on non-switchable hub
[ 2.963063] drivers/usb/core/inode.c: creating file '001'
[ 2.963132] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 2.963248] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 2.963251] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 2.963398] drivers/usb/core/inode.c: creating file '007'
[ 2.963444] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 2.963619] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 2.963730] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[ 2.963732] uhci_hcd 0000:00:1d.1: Performing full reset
[ 2.963746] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[ 2.963750] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f20
[ 2.963888] usb usb7: default language 0x0409
[ 2.963893] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.964009] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.964180] usb usb7: Product: UHCI Host Controller
[ 2.964287] usb usb7: Manufacturer: Linux 2.6.29-rc6-dirty uhci_hcd
[ 2.964396] usb usb7: SerialNumber: 0000:00:1d.1
[ 2.964532] usb usb7: uevent
[ 2.964565] usb usb7: usb_probe_device
[ 2.964566] usb usb7: configuration #1 chosen from 1 choice
[ 2.964678] usb usb7: adding 7-0:1.0 (config #1, interface 0)
[ 2.964689] usb 7-0:1.0: uevent
[ 2.964722] hub 7-0:1.0: usb_probe_interface
[ 2.964723] hub 7-0:1.0: usb_probe_interface - got id
[ 2.964725] hub 7-0:1.0: USB hub found
[ 2.964835] hub 7-0:1.0: 2 ports detected
[ 2.964941] hub 7-0:1.0: standalone hub
[ 2.964943] hub 7-0:1.0: no power switching (usb 1.0)
[ 2.964944] hub 7-0:1.0: individual port over-current protection
[ 2.964946] hub 7-0:1.0: power on to power good time: 2ms
[ 2.964949] hub 7-0:1.0: local power source is good
[ 2.964950] hub 7-0:1.0: trying to enable port power on non-switchable hub
[ 2.965001] drivers/usb/core/inode.c: creating file '001'
[ 2.965070] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 2.965185] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 2.965188] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 2.965338] drivers/usb/core/inode.c: creating file '008'
[ 2.965382] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 2.965559] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 2.965669] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[ 2.965671] uhci_hcd 0000:00:1d.2: Performing full reset
[ 2.965685] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[ 2.965689] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
[ 2.965827] usb usb8: default language 0x0409
[ 2.965832] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.965943] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.966115] usb usb8: Product: UHCI Host Controller
[ 2.966221] usb usb8: Manufacturer: Linux 2.6.29-rc6-dirty uhci_hcd
[ 2.966330] usb usb8: SerialNumber: 0000:00:1d.2
[ 2.966465] usb usb8: uevent
[ 2.966498] usb usb8: usb_probe_device
[ 2.966500] usb usb8: configuration #1 chosen from 1 choice
[ 2.966609] usb usb8: adding 8-0:1.0 (config #1, interface 0)
[ 2.966621] usb 8-0:1.0: uevent
[ 2.966653] hub 8-0:1.0: usb_probe_interface
[ 2.966654] hub 8-0:1.0: usb_probe_interface - got id
[ 2.966656] hub 8-0:1.0: USB hub found
[ 2.966764] hub 8-0:1.0: 2 ports detected
[ 2.966870] hub 8-0:1.0: standalone hub
[ 2.966871] hub 8-0:1.0: no power switching (usb 1.0)
[ 2.966872] hub 8-0:1.0: individual port over-current protection
[ 2.966874] hub 8-0:1.0: power on to power good time: 2ms
[ 2.966877] hub 8-0:1.0: local power source is good
[ 2.966878] hub 8-0:1.0: trying to enable port power on non-switchable hub
[ 2.966931] drivers/usb/core/inode.c: creating file '001'
[ 2.967064] usbcore: registered new interface driver usblp
[ 2.967174] Initializing USB Mass Storage driver...
[ 2.967333] usbcore: registered new interface driver usb-storage
[ 2.967442] USB Mass Storage support registered.
[ 2.967601] usbcore: registered new interface driver libusual
[ 2.967795] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 2.968262] i8042.c: Warning: Keylock active.
[ 2.972189] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.972300] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.972463] mice: PS/2 mouse device common for all mice
[ 2.972707] rtc_cmos 00:03: RTC can wake from S4
[ 2.972865] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 2.973000] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 2.973161] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 2.973573] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[ 2.974001] cpuidle: using governor ladder
[ 2.974567] cpuidle: using governor menu
[ 2.974690] No iBFT detected.
[ 2.974815] Marking TSC unstable due to TSC halts in idle
[ 2.975020] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 2.975939] usbcore: registered new interface driver hiddev
[ 2.976095] usbcore: registered new interface driver usbhid
[ 2.976205] usbhid: v2.6:USB HID core driver
[ 2.976358] Advanced Linux Sound Architecture Driver Version 1.0.18a.
[ 2.978435] modprobe used greatest stack depth: 5312 bytes left
[ 2.978996] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[ 2.979019] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 3.032071] ehci_hcd 0000:00:1a.7: GetStatus port 1 status 001803 POWER sig=j CSC CONNECT
[ 3.032076] hub 1-0:1.0: port 1: status 0501 change 0001
[ 3.032094] ehci_hcd 0000:00:1a.7: GetStatus port 5 status 001803 POWER sig=j CSC CONNECT
[ 3.032098] hub 1-0:1.0: port 5: status 0501 change 0001
[ 3.032107] ehci_hcd 0000:00:1a.7: GetStatus port 6 status 001803 POWER sig=j CSC CONNECT
[ 3.032111] hub 1-0:1.0: port 6: status 0501 change 0001
[ 3.052068] uhci_hcd 0000:00:1a.0: port 1 portsc 0082,00
[ 3.052083] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0000
[ 3.056061] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.060048] uhci_hcd 0000:00:1a.2: port 1 portsc 008a,00
[ 3.060065] uhci_hcd 0000:00:1a.2: port 2 portsc 0082,00
[ 3.060086] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.064071] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.064075] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.088489] input: HDA Intel Mic at Sep Left Jack as /devices/pci0000:00/0000:00:1b.0/input/input1
[ 3.100340] input: HDA Intel Mic at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/input/input2
[ 3.116336] input: HDA Intel Line Out at Sep Left Jack as /devices/pci0000:00/0000:00:1b.0/input/input3
[ 3.132056] hub 1-0:1.0: state 7 ports 6 chg 0062 evt 0000
[ 3.132063] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
[ 3.132363] input: HDA Intel HP Out at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/input/input4
[ 3.149280] ALSA device list:
[ 3.149386] #0: HDA Intel at 0xf6adc000 irq 21
[ 3.149534] Netfilter messages via NETLINK v0.30.
[ 3.149651] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 3.150003] ctnetlink v0.93: registering with nfnetlink.
[ 3.150608] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.150743] TCP cubic registered
[ 3.150849] Initializing XFRM netlink socket
[ 3.151263] NET: Registered protocol family 10
[ 3.152024] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 3.152175] IPv6 over IPv4 tunneling driver
[ 3.152795] NET: Registered protocol family 17
[ 3.153156] RPC: Registered udp transport module.
[ 3.153264] RPC: Registered tcp transport module.
[ 3.153380] lib80211: common routines for IEEE802.11 drivers
[ 3.153489] lib80211_crypt: registered algorithm 'NULL'
[ 3.154514] registered taskstats version 1
[ 3.154735] Magic number: 13:158:109
[ 3.154845] usbmon usbmon5: hash matches
[ 3.155044] Freeing unused kernel memory: 640k freed
[ 3.155392] Write protecting the kernel read-only data: 7016k
[ 3.161844] all_generic_ide used greatest stack depth: 5296 bytes left
[ 3.189944] ehci_hcd 0000:00:1a.7: port 1 high speed
[ 3.189948] ehci_hcd 0000:00:1a.7: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[ 3.244050] usb 1-1: new high speed USB device using ehci_hcd and address 2
[ 3.267329] thermal LNXTHERM:01: registered as thermal_zone0
[ 3.274349] ACPI: Thermal Zone [THM] (43 C)
[ 3.294905] usb usb3: uevent
[ 3.294920] usb 3-0:1.0: uevent
[ 3.294997] usb usb4: uevent
[ 3.295012] usb 4-0:1.0: uevent
[ 3.295090] usb usb5: uevent
[ 3.295104] usb 5-0:1.0: uevent
[ 3.295180] usb usb1: uevent
[ 3.295195] usb 1-0:1.0: uevent
[ 3.295768] usb usb6: uevent
[ 3.295783] usb 6-0:1.0: uevent
[ 3.295859] usb usb7: uevent
[ 3.295874] usb 7-0:1.0: uevent
[ 3.295953] usb usb8: uevent
[ 3.295968] usb 8-0:1.0: uevent
[ 3.296043] usb usb2: uevent
[ 3.296057] usb 2-0:1.0: uevent
[ 3.300324] ehci_hcd 0000:00:1a.7: port 1 high speed
[ 3.300328] ehci_hcd 0000:00:1a.7: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[ 3.376456] usb 1-1: New USB device found, idVendor=0424, idProduct=2512
[ 3.376569] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.376733] usb 1-1: uevent
[ 3.376745] usb 1-1: usb_probe_device
[ 3.376747] usb 1-1: configuration #1 chosen from 1 choice
[ 3.376952] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
[ 3.376965] usb 1-1:1.0: uevent
[ 3.376975] hub 1-1:1.0: usb_probe_interface
[ 3.376976] hub 1-1:1.0: usb_probe_interface - got id
[ 3.376978] hub 1-1:1.0: USB hub found
[ 3.377203] hub 1-1:1.0: 2 ports detected
[ 3.377312] hub 1-1:1.0: compound device; port removable status: FF
[ 3.377313] hub 1-1:1.0: individual port power switching
[ 3.377315] hub 1-1:1.0: individual port over-current protection
[ 3.377316] hub 1-1:1.0: Single TT
[ 3.377317] hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns)
[ 3.377319] hub 1-1:1.0: power on to power good time: 100ms
[ 3.377577] hub 1-1:1.0: local power source is good
[ 3.377579] hub 1-1:1.0: enabling power on all ports
[ 3.377863] drivers/usb/core/inode.c: creating file '002'
[ 3.377897] hub 1-0:1.0: port 5, status 0501, change 0000, 480 Mb/s
[ 3.381794] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
[ 3.381920] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[ 3.382141] e1000e 0000:00:19.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 3.382259] e1000e 0000:00:19.0: setting latency timer to 64
[ 3.382390] e1000e 0000:00:19.0: irq 30 for MSI/MSI-X
[ 3.433195] ehci_hcd 0000:00:1a.7: port 5 full speed --> companion
[ 3.433200] ehci_hcd 0000:00:1a.7: GetStatus port 5 status 003801 POWER OWNER sig=j CONNECT
[ 3.433203] hub 1-0:1.0: port 5 not reset yet, waiting 50ms
[ 3.470758] 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:21:70:d1:b7:92
[ 3.470932] 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[ 3.471067] 0000:00:19.0: eth0: MAC: 6, PHY: 8, PBA No: 1004ff-0ff
[ 3.471189] ohci1394 0000:03:01.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 3.477081] hub 1-1:1.0: port 1: status 0101 change 0001
[ 3.477328] hub 1-1:1.0: port 2: status 0101 change 0001
[ 3.489018] ehci_hcd 0000:00:1a.7: GetStatus port 5 status 003002 POWER OWNER sig=se0 CSC
[ 3.489040] hub 1-0:1.0: port 6, status 0501, change 0000, 480 Mb/s
[ 3.500010] Clocksource tsc unstable (delta = -107835430 ns)
[ 3.530036] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17] MMIO=[f65ff800-f65fffff] Max Packet=[2048] IR/IT contexts=[4/4]
[ 3.545321] ehci_hcd 0000:00:1a.7: port 6 high speed
[ 3.545325] ehci_hcd 0000:00:1a.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
[ 3.577021] usb 1-1: link qh256-0001/ffff88007a9f4140 start 255 [1/0 us]
[ 3.601047] usb 1-6: new high speed USB device using ehci_hcd and address 4
[ 3.657321] ehci_hcd 0000:00:1a.7: port 6 high speed
[ 3.657324] ehci_hcd 0000:00:1a.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
[ 3.684507] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input5
[ 3.725073] PM: Starting manual resume from disk
[ 3.725181] PM: Resume from partition 8:5
[ 3.725182] PM: Checking hibernation image.
[ 3.725680] PM: Resume from disk failed.
[ 3.730659] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input6
[ 3.769115] usb 1-6: skipped 2 descriptors after configuration
[ 3.769119] usb 1-6: skipped 6 descriptors after interface
[ 3.769122] usb 1-6: skipped 1 descriptor after endpoint
[ 3.769124] usb 1-6: skipped 8 descriptors after interface
[ 3.769736] usb 1-6: default language 0x0409
[ 3.774733] usb 1-6: New USB device found, idVendor=0c45, idProduct=63f8
[ 3.776634] usb 1-6: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 3.776744] usb 1-6: Product: Laptop_Integrated_Webcam_0.3M
[ 3.776852] usb 1-6: Manufacturer: CN0TX593724878C2013V
[ 3.776992] usb 1-6: uevent
[ 3.777468] usb 1-6: usb_probe_device
[ 3.777470] usb 1-6: configuration #1 chosen from 1 choice
[ 3.777995] usb 1-6: adding 1-6:1.0 (config #1, interface 0)
[ 3.779988] usb 1-6:1.0: uevent
[ 3.780052] usb 1-6: adding 1-6:1.1 (config #1, interface 1)
[ 3.780076] usb 1-6:1.1: uevent
[ 3.780096] drivers/usb/core/inode.c: creating file '004'
[ 3.780144] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.780151] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0002
[ 3.780160] uhci_hcd 0000:00:1a.2: port 1 portsc 0093,00
[ 3.780169] hub 5-0:1.0: port 1, status 0101, change 0001, 12 Mb/s
[ 3.785317] kjournald starting. Commit interval 5 seconds
[ 3.785360] EXT3-fs: mounted filesystem with ordered data mode.
[ 3.794907] udevd used greatest stack depth: 4912 bytes left
[ 3.909058] hub 5-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
[ 4.021054] usb 5-1: new full speed USB device using uhci_hcd and address 2
[ 4.124053] usb usb4: suspend_rh (auto-stop)
[ 4.124081] usb usb6: suspend_rh (auto-stop)
[ 4.124107] usb usb7: suspend_rh (auto-stop)
[ 4.124133] usb usb8: suspend_rh (auto-stop)
[ 4.174074] usb 5-1: skipped 1 descriptor after interface
[ 4.174078] usb 5-1: skipped 1 descriptor after interface
[ 4.181046] usb 5-1: default language 0x0409
[ 4.200074] usb 5-1: New USB device found, idVendor=0a5c, idProduct=5800
[ 4.200189] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.200307] usb 5-1: Product: 5880
[ 4.200410] usb 5-1: Manufacturer: Broadcom Corp
[ 4.200515] usb 5-1: SerialNumber: 0123456789ABCD
[ 4.200654] usb 5-1: uevent
[ 4.200664] usb 5-1: usb_probe_device
[ 4.200665] usb 5-1: configuration #0 chosen from 1 choice
[ 4.200772] usb 5-1: config 0 descriptor??
[ 4.202077] usb 5-1: adding 5-1:0.0 (config #0, interface 0)
[ 4.207080] usb 5-1:0.0: uevent
[ 4.207195] usb 5-1: adding 5-1:0.1 (config #0, interface 1)
[ 4.210078] usb 5-1:0.1: uevent
[ 4.210190] drivers/usb/core/inode.c: creating file '002'
[ 4.210231] hub 1-0:1.0: state 7 ports 6 chg 0000 evt 0020
[ 4.210240] hub 1-1:1.0: state 7 ports 2 chg 0006 evt 0000
[ 4.210379] hub 1-1:1.0: port 1, status 0101, change 0000, 12 Mb/s
[ 4.224239] hub 1-1:1.0: port 1 not reset yet, waiting 10ms
[ 4.296246] usb 1-1.1: new high speed USB device using ehci_hcd and address 5
[ 4.323901] runlevel used greatest stack depth: 3608 bytes left
[ 4.368054] usb usb3: suspend_rh (auto-stop)
[ 4.388484] usb 1-1.1: skipped 2 descriptors after interface
[ 4.388488] usb 1-1.1: New USB device found, idVendor=413c, idProduct=8149
[ 4.388605] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.388813] usb 1-1.1: uevent
[ 4.388820] usb 1-1.1: usb_probe_device
[ 4.388822] usb 1-1.1: configuration #1 chosen from 1 choice
[ 4.389108] usb 1-1.1: adding 1-1.1:1.0 (config #1, interface 0)
[ 4.389128] usb 1-1.1:1.0: uevent
[ 4.389148] drivers/usb/core/inode.c: creating file '005'
[ 4.389359] hub 1-1:1.0: port 2, status 0101, change 0000, 12 Mb/s
[ 4.404239] hub 1-1:1.0: port 2 not reset yet, waiting 10ms
[ 4.477239] usb 1-1.2: new full speed USB device using ehci_hcd and address 6
[ 4.573046] usb 1-1.2: ep0 maxpacket = 8
[ 4.574585] usb 1-1.2: default language 0x0409
[ 4.574968] usb 1-1.2: New USB device found, idVendor=0a5c, idProduct=4500
[ 4.575085] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.575263] usb 1-1.2: Product: BCM2046B1
[ 4.575368] usb 1-1.2: Manufacturer: Broadcom
[ 4.575502] usb 1-1.2: uevent
[ 4.575510] usb 1-1.2: usb_probe_device
[ 4.575512] usb 1-1.2: configuration #1 chosen from 1 choice
[ 4.575719] usb 1-1.2: adding 1-1.2:1.0 (config #1, interface 0)
[ 4.575742] usb 1-1.2:1.0: uevent
[ 4.575758] hub 1-1.2:1.0: usb_probe_interface
[ 4.575760] hub 1-1.2:1.0: usb_probe_interface - got id
[ 4.575763] hub 1-1.2:1.0: USB hub found
[ 4.575968] hub 1-1.2:1.0: 3 ports detected
[ 4.576110] hub 1-1.2:1.0: compound device; port removable status: FFF
[ 4.576112] hub 1-1.2:1.0: ganged power switching
[ 4.576113] hub 1-1.2:1.0: global over-current protection
[ 4.576114] hub 1-1.2:1.0: power on to power good time: 100ms
[ 4.576359] hub 1-1.2:1.0: local power source is good
[ 4.576361] hub 1-1.2:1.0: no over-current condition exists
[ 4.576364] hub 1-1.2:1.0: enabling power on all ports
[ 4.576756] drivers/usb/core/inode.c: creating file '006'
[ 4.576797] hub 1-1:1.0: state 7 ports 2 chg 0000 evt 0004
[ 4.647200] mount used greatest stack depth: 3520 bytes left
[ 4.677261] hub 1-1.2:1.0: port 1: status 0101 change 0001
[ 4.677495] hub 1-1.2:1.0: port 2: status 0101 change 0001
[ 4.777056] usb 1-1.2: link qh128-0601/ffff88007a9f43c0 start 127 [1/2 us]
[ 4.777065] hub 1-1.2:1.0: state 7 ports 3 chg 0006 evt 0000
[ 4.777216] hub 1-1.2:1.0: port 1, status 0101, change 0000, 12 Mb/s
[ 4.805412] ieee1394: Host added: ID:BUS[0-00:1023] GUID[314fc00010e571e1]
[ 4.849239] usb 1-1.2.1: new full speed USB device using ehci_hcd and address 7
[ 4.941056] usb 1-1.2.1: ep0 maxpacket = 8
[ 4.943970] usb 1-1.2.1: skipped 1 descriptor after interface
[ 4.943974] usb 1-1.2.1: New USB device found, idVendor=413c, idProduct=8153
[ 4.944115] usb 1-1.2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.944329] usb 1-1.2.1: uevent
[ 4.944338] usb 1-1.2.1: usb_probe_device
[ 4.944340] usb 1-1.2.1: configuration #1 chosen from 1 choice
[ 4.944613] usb 1-1.2.1: adding 1-1.2.1:1.0 (config #1, interface 0)
[ 4.944634] usb 1-1.2.1:1.0: uevent
[ 4.944656] usbhid 1-1.2.1:1.0: usb_probe_interface
[ 4.944659] usbhid 1-1.2.1:1.0: usb_probe_interface - got id
[ 4.946224] input: HID 413c:8153 as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input7
[ 4.965070] usb 1-1.2.1: link qh8-3008/ffff88007a9f4500 start 7 [1/2 us]
[ 4.981092] generic-usb 0003:413C:8153.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 413c:8153] on usb-0000:00:1a.7-1.2.1/input0
[ 4.981384] drivers/usb/core/inode.c: creating file '007'
[ 4.981620] hub 1-1.2:1.0: port 2, status 0101, change 0000, 12 Mb/s
[ 5.052250] usb 1-1.2.2: new full speed USB device using ehci_hcd and address 8
[ 5.145047] usb 1-1.2.2: ep0 maxpacket = 8
[ 5.148616] usb 1-1.2.2: skipped 1 descriptor after interface
[ 5.148620] usb 1-1.2.2: skipped 1 descriptor after endpoint
[ 5.148623] usb 1-1.2.2: New USB device found, idVendor=413c, idProduct=8154
[ 5.148739] usb 1-1.2.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.148952] usb 1-1.2.2: uevent
[ 5.148959] usb 1-1.2.2: usb_probe_device
[ 5.148961] usb 1-1.2.2: configuration #1 chosen from 1 choice
[ 5.149238] usb 1-1.2.2: adding 1-1.2.2:1.0 (config #1, interface 0)
[ 5.149262] usb 1-1.2.2:1.0: uevent
[ 5.149283] usbhid 1-1.2.2:1.0: usb_probe_interface
[ 5.149286] usbhid 1-1.2.2:1.0: usb_probe_interface - got id
[ 5.152009] input: HID 413c:8154 as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input8
[ 5.184100] generic-usb 0003:413C:8154.0002: input,hidraw1: USB HID v1.11 Mouse [HID 413c:8154] on usb-0000:00:1a.7-1.2.2/input0
[ 5.184310] drivers/usb/core/inode.c: creating file '008'
[ 5.184336] hub 1-1.2:1.0: state 7 ports 3 chg 0000 evt 0004
[ 5.805050] hub 3-0:1.0: hub_suspend
[ 5.805056] usb usb3: bus auto-suspend
[ 5.805058] usb usb3: suspend_rh
[ 5.816054] hub 2-0:1.0: hub_suspend
[ 5.816059] usb usb2: bus auto-suspend
[ 5.816062] ehci_hcd 0000:00:1d.7: suspend root hub
[ 5.816085] hub 4-0:1.0: hub_suspend
[ 5.816088] usb usb4: bus auto-suspend
[ 5.816091] usb usb4: suspend_rh
[ 5.816107] hub 6-0:1.0: hub_suspend
[ 5.816110] usb usb6: bus auto-suspend
[ 5.816112] usb usb6: suspend_rh
[ 5.816128] hub 7-0:1.0: hub_suspend
[ 5.816132] usb usb7: bus auto-suspend
[ 5.816134] usb usb7: suspend_rh
[ 5.816150] hub 8-0:1.0: hub_suspend
[ 5.816153] usb usb8: bus auto-suspend
[ 5.816155] usb usb8: suspend_rh
[ 8.523772] udevd version 124 started
[ 8.581907] usb usb3: uevent
[ 8.581925] usb 3-0:1.0: uevent
[ 8.582017] usb usb4: uevent
[ 8.582034] usb 4-0:1.0: uevent
[ 8.582124] usb usb5: uevent
[ 8.582142] usb 5-0:1.0: uevent
[ 8.582176] usb 5-1: uevent
[ 8.582194] usb 5-1:0.0: uevent
[ 8.582260] usb 5-1:0.1: uevent
[ 8.582398] usb usb1: uevent
[ 8.582415] usb 1-0:1.0: uevent
[ 8.582449] usb 1-1: uevent
[ 8.582466] usb 1-1.1: uevent
[ 8.582485] usb 1-1.1:1.0: uevent
[ 8.582521] usb 1-1.2: uevent
[ 8.582539] usb 1-1.2.1: uevent
[ 8.582558] usb 1-1.2.1:1.0: uevent
[ 8.582695] usb 1-1.2.2: uevent
[ 8.582715] usb 1-1.2.2:1.0: uevent
[ 8.582865] usb 1-1.2:1.0: uevent
[ 8.582918] usb 1-1:1.0: uevent
[ 8.582968] usb 1-6: uevent
[ 8.582985] usb 1-6:1.0: uevent
[ 8.583021] usb 1-6:1.1: uevent
[ 8.583707] usb usb6: uevent
[ 8.583726] usb 6-0:1.0: uevent
[ 8.583817] usb usb7: uevent
[ 8.583835] usb 7-0:1.0: uevent
[ 8.583926] usb usb8: uevent
[ 8.583944] usb 8-0:1.0: uevent
[ 8.584038] usb usb2: uevent
[ 8.584056] usb 2-0:1.0: uevent
[ 8.647860] ACPI: AC Adapter [AC] (on-line)
[ 8.656923] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input9
[ 8.668955] ACPI: Lid Switch [LID]
[ 8.703693] ACPI: Battery Slot [BAT0] (battery present)
[ 8.703860] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input10
[ 8.728077] ACPI: Power Button (CM) [PBTN]
[ 8.728246] ACPI: Battery Slot [BAT1] (battery absent)
[ 8.728410] input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input11
[ 8.752075] ACPI: Sleep Button (CM) [SBTN]
[ 8.775649] usb usb2: usb auto-resume
[ 8.775653] ehci_hcd 0000:00:1d.7: resume root hub
[ 8.801033] hub 2-0:1.0: hub_resume
[ 8.801107] usb usb8: usb auto-resume
[ 8.801110] usb usb8: wakeup_rh
[ 8.801117] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0000
[ 8.841016] hub 8-0:1.0: hub_resume
[ 8.841080] usb usb7: usb auto-resume
[ 8.841082] usb usb7: wakeup_rh
[ 8.841088] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 8.881013] hub 7-0:1.0: hub_resume
[ 8.881077] usb usb6: usb auto-resume
[ 8.881080] usb usb6: wakeup_rh
[ 8.881087] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 8.921015] hub 6-0:1.0: hub_resume
[ 8.921293] usb usb4: usb auto-resume
[ 8.921295] usb usb4: wakeup_rh
[ 8.921303] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 8.961014] hub 4-0:1.0: hub_resume
[ 8.961073] usb usb3: usb auto-resume
[ 8.961075] usb usb3: wakeup_rh
[ 8.961081] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 9.001047] hub 3-0:1.0: hub_resume
[ 9.001149] usbhid 1-1.2.2:1.0: disconnect by usbfs
[ 9.001242] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 9.029191] usb 1-1.2.2: usbfs: process 2074 (hid2hci) did not claim interface 0 before use
[ 9.064116] hub 1-1.2:1.0: state 7 ports 3 chg 0000 evt 0008
[ 9.064485] hub 1-1.2:1.0: port 3, status 0101, change 0001, 12 Mb/s
[ 9.193257] hub 1-1.2:1.0: debounce: port 3: total 100ms stable 100ms status 0x101
[ 9.265248] usb 1-1.2.3: new full speed USB device using ehci_hcd and address 9
[ 9.359746] usb 1-1.2.3: skipped 1 descriptor after interface
[ 9.359999] usb 1-1.2.3: default language 0x0409
[ 9.360873] usb 1-1.2.3: New USB device found, idVendor=413c, idProduct=8152
[ 9.361321] usb 1-1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9.362084] usb 1-1.2.3: Product: Dell Wireless 410 Bluetooth + UWB Mini-card
[ 9.362531] usb 1-1.2.3: Manufacturer: Dell Computer Corp
[ 9.363027] usb 1-1.2.3: uevent
[ 9.363042] usb 1-1.2.3: usb_probe_device
[ 9.363044] usb 1-1.2.3: configuration #1 chosen from 1 choice
[ 9.363360] usb 1-1.2.3: adding 1-1.2.3:1.0 (config #1, interface 0)
[ 9.363374] usb 1-1.2.3:1.0: uevent
[ 9.363463] usb 1-1.2.3: adding 1-1.2.3:1.1 (config #1, interface 1)
[ 9.363475] usb 1-1.2.3:1.1: uevent
[ 9.363531] usb 1-1.2.3: adding 1-1.2.3:1.2 (config #1, interface 2)
[ 9.363544] usb 1-1.2.3:1.2: uevent
[ 9.363600] usb 1-1.2.3: adding 1-1.2.3:1.3 (config #1, interface 3)
[ 9.363612] usb 1-1.2.3:1.3: uevent
[ 9.363625] drivers/usb/core/inode.c: creating file '009'
[ 9.363657] hub 1-1.2:1.0: state 7 ports 3 chg 0000 evt 0008
[ 9.416864] Bluetooth: Generic Bluetooth USB driver ver 0.4
[ 9.416999] btusb 1-1.2.3:1.0: usb_probe_interface
[ 9.417001] btusb 1-1.2.3:1.0: usb_probe_interface - got id
[ 9.417040] btusb 1-1.2.3:1.2: usb_probe_interface
[ 9.417041] btusb 1-1.2.3:1.2: usb_probe_interface - got id
[ 9.417048] btusb 1-1.2.3:1.3: usb_probe_interface
[ 9.417050] btusb 1-1.2.3:1.3: usb_probe_interface - got id
[ 9.417060] usbcore: registered new interface driver btusb
[ 9.530937] Adding 5879748k swap on /dev/sda5. Priority:-1 extents:1 across:5879748k
[ 9.829686] EXT3 FS on sda1, internal journal
[ 10.073058] usb usb8: suspend_rh (auto-stop)
[ 10.073086] usb usb7: suspend_rh (auto-stop)
[ 10.073113] usb usb6: suspend_rh (auto-stop)
[ 10.073139] usb usb4: suspend_rh (auto-stop)
[ 10.073165] usb usb3: suspend_rh (auto-stop)
[ 10.805617] hub 2-0:1.0: hub_suspend
[ 10.805624] usb usb2: bus auto-suspend
[ 10.805625] ehci_hcd 0000:00:1d.7: suspend root hub
[ 11.657756] warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
[ 11.804061] hub 8-0:1.0: hub_suspend
[ 11.804071] usb usb8: bus auto-suspend
[ 11.804073] usb usb8: suspend_rh
[ 11.804091] hub 7-0:1.0: hub_suspend
[ 11.804094] usb usb7: bus auto-suspend
[ 11.804097] usb usb7: suspend_rh
[ 11.804113] hub 6-0:1.0: hub_suspend
[ 11.804117] usb usb6: bus auto-suspend
[ 11.804119] usb usb6: suspend_rh
[ 11.804135] hub 4-0:1.0: hub_suspend
[ 11.804139] usb usb4: bus auto-suspend
[ 11.804141] usb usb4: suspend_rh
[ 11.804156] hub 3-0:1.0: hub_suspend
[ 11.804160] usb usb3: bus auto-suspend
[ 11.804162] usb usb3: suspend_rh
[ 12.423826] ppdev: user-space parallel port driver
[ 14.091858] usb usb2: usb auto-resume
[ 14.091868] ehci_hcd 0000:00:1d.7: resume root hub
[ 14.117259] hub 2-0:1.0: hub_resume
[ 14.117525] usb usb8: usb auto-resume
[ 14.117533] usb usb8: wakeup_rh
[ 14.117553] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0000
[ 14.151772] Bluetooth: L2CAP ver 2.11
[ 14.151779] Bluetooth: L2CAP socket layer initialized
[ 14.157063] hub 8-0:1.0: hub_resume
[ 14.157229] usb usb7: usb auto-resume
[ 14.157235] usb usb7: wakeup_rh
[ 14.157251] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 14.176221] Bluetooth: SCO (Voice Link) ver 0.6
[ 14.176227] Bluetooth: SCO socket layer initialized
[ 14.197266] hub 7-0:1.0: hub_resume
[ 14.197496] usb usb6: usb auto-resume
[ 14.197504] usb usb6: wakeup_rh
[ 14.197524] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 14.202484] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 14.212744] btusb_submit_intr_urb: hci0 urb ffff88007788c6c0 submission failed (28)
[ 14.237256] hub 6-0:1.0: hub_resume
[ 14.238317] usb usb4: usb auto-resume
[ 14.238324] usb usb4: wakeup_rh
[ 14.238346] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 14.276269] hub 4-0:1.0: hub_resume
[ 14.276484] usb usb3: usb auto-resume
[ 14.276491] usb usb3: wakeup_rh
[ 14.276510] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 14.316076] hub 3-0:1.0: hub_resume
[ 14.316406] usbfs 1-1.2.2:1.0: disconnect by usbfs
[ 14.316430] usb 1-1.2.2: usbfs: process 3749 (hid2hci) did not claim interface 0 before use
[ 14.316468] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 14.343621] Bluetooth: RFCOMM socket layer initialized
[ 14.343628] Bluetooth: RFCOMM ver 1.10
[ 15.281037] usb usb8: suspend_rh (auto-stop)
[ 15.281075] usb usb7: suspend_rh (auto-stop)
[ 15.281107] usb usb6: suspend_rh (auto-stop)
[ 15.281137] usb usb4: suspend_rh (auto-stop)
[ 15.529027] usb usb3: suspend_rh (auto-stop)
[ 16.805016] hub 2-0:1.0: hub_suspend
[ 16.805023] usb usb2: bus auto-suspend
[ 16.805025] ehci_hcd 0000:00:1d.7: suspend root hub
[ 16.805047] hub 8-0:1.0: hub_suspend
[ 16.805049] usb usb8: bus auto-suspend
[ 16.805051] usb usb8: suspend_rh
[ 16.805065] hub 7-0:1.0: hub_suspend
[ 16.805067] usb usb7: bus auto-suspend
[ 16.805068] usb usb7: suspend_rh
[ 16.805082] hub 6-0:1.0: hub_suspend
[ 16.805084] usb usb6: bus auto-suspend
[ 16.805085] usb usb6: suspend_rh
[ 16.805099] hub 4-0:1.0: hub_suspend
[ 16.805101] usb usb4: bus auto-suspend
[ 16.805102] usb usb4: suspend_rh
[ 16.805117] hub 3-0:1.0: hub_suspend
[ 16.805119] usb usb3: bus auto-suspend
[ 16.805120] usb usb3: suspend_rh
[ 17.355706] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[ 18.145925] set status page addr 0x01fff000
[ 18.145948] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
[ 18.492672] e1000e 0000:00:19.0: irq 30 for MSI/MSI-X
[ 18.549165] e1000e 0000:00:19.0: irq 30 for MSI/MSI-X
[ 18.550031] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 21.837798] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
[ 21.838030] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 32.797035] eth0: no IPv6 routers present
-andy
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-23 21:40 ` Maciej Rutecki
2009-02-24 1:01 ` Yinghai Lu
@ 2009-02-24 3:56 ` Andy Isaacson
1 sibling, 0 replies; 24+ messages in thread
From: Andy Isaacson @ 2009-02-24 3:56 UTC (permalink / raw)
To: Maciej Rutecki
Cc: Rafael J. Wysocki, Eric Anholt, Linus Torvalds,
Linux Kernel Mailing List, Jesse Barnes, lenb@kernel.org,
Ingo Molnar, mjg, Andrew Morton, rui.zhang, airlied
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 2475 bytes --]
On Mon, Feb 23, 2009 at 10:40:36PM +0100, Maciej Rutecki wrote:
> 2009/2/23 Rafael J. Wysocki <rjw@sisk.pl>:
> > This is a serious regression on this particular hardware, though.
> > We need it fixed before 2.6.29-final, this way or another.
>
> root@zlom:/usr/src/git/linux-2.6# git bisect bad
> 6fb88588555a18792a27f483887fe1f2af5f9c9b is first bad commit
> commit 6fb88588555a18792a27f483887fe1f2af5f9c9b
> Author: Jesse Barnes <jbarnes@virtuousgeek.org>
> Date: Mon Feb 23 10:08:21 2009 +1000
>
> drm/i915: fix WC mapping in non-GEM i915 code.
>
> [airlied - taken from mailing list posting]
>
> Signed-off-by: Dave Airlie <airlied@redhat.com>
>
> :040000 040000 94fbea685d2937dbe9f3ef861283724262d8443f
> 451872e14d914a3457adf9c144a705b646d887b4 M drivers
>
> Revert this commit helps, and Xwindow works, still (like in previous
> -rc*) I have this message:
> [ 16.897361] mtrr: type mismatch for d0000000,10000000 old:
> write-back new: write-combining
> [ 16.897369] [drm] MTRR allocation failed
> [ 16.897371] . Graphics performance may suffer.
> [ 16.897401] pci 0000:00:02.0: irq 27 for MSI/MSI-X
> [ 16.897432] [drm] Initialized i915 1.6.0 20080730 on minor 0
> [ 16.931100] mtrr: type mismatch for d0000000,10000000 old:
> write-back new: write-combining
> [ 17.397378] set status page addr 0x00043000
>
> but I don't notice any problems.
Same here (Dell E6400). Reverting 6fb885 gets X working again; I have
"MTRR allocation failed" in dmesg, but performance seems OK.
Oddly, though, 2.6.29-rc6 works just fine on Dell E4300 which appears to
have the same chipset, same PCI id, etc. On E4300 with -rc6 I see
[ 0.895956] Linux agpgart interface v0.103
[ 0.896076] agpgart-intel 0000:00:00.0: Intel Mobile Intel® GM45 Express Chipset
[ 0.898082] agpgart-intel 0000:00:00.0: detected 32764K stolen memory
[ 0.901880] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[ 0.902083] [drm] Initialized drm 1.1.0 20060810
[ 0.902247] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.902357] pci 0000:00:02.0: setting latency timer to 64
[ 0.917157] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[ 0.917327] [drm] MTRR allocation failed
[ 0.917328] . Graphics performance may suffer.
[ 0.917551] pci 0000:00:02.0: irq 27 for MSI/MSI-X
[ 0.917564] [drm] Initialized i915 1.6.0 20080730 on minor 0
and X works just fine.
-andy
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-24 3:23 ` Andy Isaacson
@ 2009-02-24 5:50 ` Yinghai Lu
2009-02-24 6:48 ` Andy Isaacson
2009-02-24 19:44 ` Ingo Molnar
0 siblings, 2 replies; 24+ messages in thread
From: Yinghai Lu @ 2009-02-24 5:50 UTC (permalink / raw)
To: Andy Isaacson
Cc: Maciej Rutecki, Rafael J. Wysocki, Eric Anholt, Linus Torvalds,
Linux Kernel Mailing List, Jesse Barnes, lenb@kernel.org,
Ingo Molnar, mjg, Andrew Morton, rui.zhang, airlied
On Mon, Feb 23, 2009 at 7:23 PM, Andy Isaacson <adi@hexapodia.org> wrote:
> On Mon, Feb 23, 2009 at 05:01:10PM -0800, Yinghai Lu wrote:
>> CONFIG_MTRR=y
>> CONFIG_MTRR_SANITIZER=y
>> CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
>> CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
>>
>> should help mtrr ones.
>>
>> please post bootlog with those option set.
>
> Doesn't help here (Dell E6400).
>
> [ 0.000000] Initializing cgroup subsys cpuset
> [ 0.000000] Initializing cgroup subsys cpu
> [ 0.000000] Linux version 2.6.29-rc6-dirty (adi@cvp-loaner-01) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) ) #14 SMP Mon Feb 23 19:05:31 PST 2009
> [ 0.000000] Command line: root=/dev/sda1 ro
> [ 0.000000] KERNEL supported cpus:
> [ 0.000000] Intel GenuineIntel
> [ 0.000000] AMD AuthenticAMD
> [ 0.000000] Centaur CentaurHauls
> [ 0.000000] BIOS-provided physical RAM map:
> [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
> [ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
> [ 0.000000] BIOS-e820: 0000000000100000 - 000000007d04d400 (usable)
> [ 0.000000] BIOS-e820: 000000007d04d400 - 000000007d04f400 (ACPI NVS)
> [ 0.000000] BIOS-e820: 000000007d04f400 - 0000000080000000 (reserved)
> [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
> [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
> [ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1c000 (reserved)
> [ 0.000000] BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
> [ 0.000000] BIOS-e820: 00000000feda0000 - 00000000feda6000 (reserved)
> [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
> [ 0.000000] BIOS-e820: 00000000ffe60000 - 0000000100000000 (reserved)
> [ 0.000000] DMI 2.4 present.
> [ 0.000000] last_pfn = 0x7d04d max_arch_pfn = 0x100000000
> [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
> [ 0.000000] original variable MTRRs
> [ 0.000000] reg 0, base: 0GB, range: 32GB, type WB
> [ 0.000000] reg 1, base: 3584MB, range: 512MB, type UC
> [ 0.000000] reg 2, base: 2012MB, range: 4MB, type UC
> [ 0.000000] reg 3, base: 2016MB, range: 32MB, type UC
the BIOS is so sick
according to MTRR, it said:
[0,2012M) is WB
[2048M, 3.5G) is WB too
[4G, 32G) is WB
but according to e820: about [0,2g) is RAM...
really not how to workaround in BIOS.
please check if you have some new BIOS?
YH
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-24 5:50 ` Yinghai Lu
@ 2009-02-24 6:48 ` Andy Isaacson
2009-02-24 22:54 ` Andy Isaacson
2009-02-24 19:44 ` Ingo Molnar
1 sibling, 1 reply; 24+ messages in thread
From: Andy Isaacson @ 2009-02-24 6:48 UTC (permalink / raw)
To: Yinghai Lu
Cc: Maciej Rutecki, Rafael J. Wysocki, Eric Anholt, Linus Torvalds,
Linux Kernel Mailing List, Jesse Barnes, lenb@kernel.org,
Ingo Molnar, mjg, Andrew Morton, rui.zhang, airlied
On Mon, Feb 23, 2009 at 09:50:03PM -0800, Yinghai Lu wrote:
> > reg 0, base: 0GB, range: 32GB, type WB
> > reg 1, base: 3584MB, range: 512MB, type UC
> > reg 2, base: 2012MB, range: 4MB, type UC
> > reg 3, base: 2016MB, range: 32MB, type UC
>
> the BIOS is so sick
> according to MTRR, it said:
> [0,2012M) is WB
> [2048M, 3.5G) is WB too
> [4G, 32G) is WB
>
> but according to e820: about [0,2g) is RAM...
>
> really not how to workaround in BIOS.
>
> please check if you have some new BIOS?
That was with bios A11. There is an A12 available on dell.com, I'll try
installing it tomorrow...
-andy
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-24 1:01 ` Yinghai Lu
2009-02-24 3:23 ` Andy Isaacson
@ 2009-02-24 6:54 ` Maciej Rutecki
2009-02-24 8:54 ` Maciej Rutecki
1 sibling, 1 reply; 24+ messages in thread
From: Maciej Rutecki @ 2009-02-24 6:54 UTC (permalink / raw)
To: Yinghai Lu
Cc: Rafael J. Wysocki, Eric Anholt, Linus Torvalds,
Linux Kernel Mailing List, Jesse Barnes, lenb@kernel.org,
Ingo Molnar, mjg, Andrew Morton, rui.zhang, airlied
2009/2/24 Yinghai Lu <yinghai@kernel.org>:
>
> CONFIG_MTRR=y
> CONFIG_MTRR_SANITIZER=y
> CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
> CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
>
> should help mtrr ones.
>
> please post bootlog with those option set.
>
> YH
>
It doesn't help, see previous mails.
--
Maciej Rutecki
http://www.maciek.unixy.pl
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-24 6:54 ` Maciej Rutecki
@ 2009-02-24 8:54 ` Maciej Rutecki
2009-02-24 9:01 ` Maciej Rutecki
2009-02-24 18:25 ` Yinghai Lu
0 siblings, 2 replies; 24+ messages in thread
From: Maciej Rutecki @ 2009-02-24 8:54 UTC (permalink / raw)
To: Yinghai Lu
Cc: Rafael J. Wysocki, Eric Anholt, Linus Torvalds,
Linux Kernel Mailing List, Jesse Barnes, lenb@kernel.org,
Ingo Molnar, mjg, Andrew Morton, rui.zhang, airlied
2009/2/24 Maciej Rutecki <maciej.rutecki@gmail.com>:
> 2009/2/24 Yinghai Lu <yinghai@kernel.org>:
>
>>
>> CONFIG_MTRR=y
>> CONFIG_MTRR_SANITIZER=y
>> CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
>> CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
>>
>> should help mtrr ones.
>>
>> please post bootlog with those option set.
>>
>> YH
>>
>
> It doesn't help, see previous mails.
>
>
l also update bios, and try:
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
it doesn't help:
[ 0.000000] Linux version 2.6.29-rc6 (root@zlom) (gcc version 4.3.3
(Debian 4.3.3-3) ) #1 SMP PREEMPT Tue Feb 24 08:03:56 CET 2009
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] NSC Geode by NSC
[ 0.000000] Cyrix CyrixInstead
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Transmeta GenuineTMx86
[ 0.000000] Transmeta TransmetaCPU
[ 0.000000] UMC UMC UMC UMC
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000bf5e0000 (usable)
[ 0.000000] BIOS-e820: 00000000bf5e0000 - 00000000bf5e3000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bf5e3000 - 00000000bf5f0000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bf5f0000 - 00000000bf600000 (reserved)
[ 0.000000] BIOS-e820: 00000000c0000000 - 00000000d0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
[ 0.000000] DMI 2.4 present.
[ 0.000000] last_pfn = 0xbf5e0 max_arch_pfn = 0x100000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] original variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 4GB, type WB
[ 0.000000] reg 1, base: 3GB, range: 1GB, type UC
[ 0.000000] reg 2, base: 3064MB, range: 8MB, type UC
[ 0.000000] reg 3, base: 3063MB, range: 1MB, type UC
[ 0.000000] reg 4, base: 3062MB, range: 1MB, type UC
[ 0.000000] total RAM coverred: 3062M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 4 lose cover RAM: 0G
[ 0.000000] New variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] reg 2, base: 3062MB, range: 2MB, type UC
[ 0.000000] reg 3, base: 3064MB, range: 8MB, type UC
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] kernel direct mapping tables up to 377fe000 @ 7000-c000
[ 0.000000] ACPI: RSDP 000F6BF0, 0014 (r0 GBT )
[ 0.000000] ACPI: RSDT BF5E3040, 0038 (r1 GBT GBTUACPI 42302E31
GBTU 1010101)
[ 0.000000] ACPI: FACP BF5E30C0, 0074 (r1 GBT GBTUACPI 42302E31
GBTU 1010101)
[ 0.000000] FADT: X_PM1a_EVT_BLK.bit_width (16) does not match
PM1_EVT_LEN (4)
[ 0.000000] ACPI: DSDT BF5E3180, 40E8 (r1 GBT GBTUACPI 1000
MSFT 100000C)
[ 0.000000] ACPI: FACS BF5E0000, 0040
[ 0.000000] ACPI: HPET BF5E73C0, 0038 (r1 GBT GBTUACPI 42302E31
GBTU 98)
[ 0.000000] ACPI: MCFG BF5E7440, 003C (r1 GBT GBTUACPI 42302E31
GBTU 1010101)
[ 0.000000] ACPI: APIC BF5E72C0, 0084 (r1 GBT GBTUACPI 42302E31
GBTU 1010101)
[ 0.000000] ACPI: SSDT BF5E7AE0, 03AB (r1 PmRef CpuPm 3000
INTL 20040311)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 2173MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 00000000 - 377fe000
[ 0.000000] bootmap 00008000 - 0000ef00
[ 0.000000] (8 early reservations) ==> bootmem [0000000000 - 00377fe000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==>
[0000000000 - 0000001000]
[ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==>
[0000001000 - 0000002000]
[ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==>
[0000006000 - 0000007000]
[ 0.000000] #3 [0000100000 - 00005781b4] TEXT DATA BSS ==>
[0000100000 - 00005781b4]
[ 0.000000] #4 [0000579000 - 000057c000] INIT_PG_TABLE ==>
[0000579000 - 000057c000]
[ 0.000000] #5 [000009f800 - 0000100000] BIOS reserved ==>
[000009f800 - 0000100000]
[ 0.000000] #6 [0000007000 - 0000008000] PGTABLE ==>
[0000007000 - 0000008000]
[ 0.000000] #7 [0000008000 - 000000f000] BOOTMAP ==>
[0000008000 - 000000f000]
[ 0.000000] found SMP MP-table at [c00f5200] 000f5200
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x000bf5e0
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000bf5e0
[ 0.000000] On node 0 totalpages: 783743
[ 0.000000] free_area_init_node: node 0, pgdat c04a56a0,
node_mem_map c1000000
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3967 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 221486 pages, LIFO batch:31
[ 0.000000] HighMem zone: 4348 pages used for memmap
[ 0.000000] HighMem zone: 552166 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
[ 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] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] 4 Processors exceeds NR_CPUS limit of 2
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 24
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at d4000000 (gap:
d0000000:2ec00000)
[ 0.000000] NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Allocating 32768 bytes of per cpu data
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on.
Total pages: 777619
[ 0.000000] Kernel command line: root=/dev/sda2 ro resume=/dev/sda3
selinux=0
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1999.989 MHz processor.
[ 0.000999] Console: colour VGA+ 80x25
[ 0.000999] console [tty0] enabled
[ 0.000999] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000999] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000999] Memory: 3104124k/3135360k available (2808k kernel code,
30056k reserved, 1012k data, 324k init, 2226056k highmem)
[ 0.000999] virtual kernel memory layout:
[ 0.000999] fixmap : 0xfff9f000 - 0xfffff000 ( 384 kB)
[ 0.000999] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000999] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
[ 0.000999] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
[ 0.000999] .init : 0xc04c1000 - 0xc0512000 ( 324 kB)
[ 0.000999] .data : 0xc03be2bf - 0xc04bb614 (1012 kB)
[ 0.000999] .text : 0xc0100000 - 0xc03be2bf (2808 kB)
[ 0.000999] Checking if this processor honours the WP bit even in
supervisor mode...Ok.
[ 0.000999] SLUB: Genslabs=12, HWalign=64, Order=0-3, MinObjects=0,
CPUs=2, Nodes=1
[ 0.000999] hpet clockevent registered
[ 0.000999] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.000999] Calibrating delay loop (skipped), value calculated
using timer frequency.. 3999.97 BogoMIPS (lpj=1999989)
[ 0.000999] Security Framework initialized
[ 0.000999] SELinux: Disabled at boot.
[ 0.000999] Mount-cache hash table entries: 512
[ 0.000999] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.000999] CPU: L2 cache: 1024K
[ 0.000999] [ds] using Core 2/Atom configuration
[ 0.000999] CPU: Physical Processor ID: 0
[ 0.000999] CPU: Processor Core ID: 0
[ 0.000999] Intel machine check architecture supported.
[ 0.000999] Intel machine check reporting enabled on CPU#0.
[ 0.000999] using mwait in idle threads.
[ 0.000999] Checking 'hlt' instruction... OK.
[ 0.004432] ACPI: Core revision 20081204
[ 0.011373] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.021768] CPU0: Intel(R) Pentium(R) Dual CPU E2180 @ 2.00GHz stepping 0d
[ 0.021996] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.000999] Initializing CPU#1
[ 0.000999] Calibrating delay using timer specific routine..
3999.72 BogoMIPS (lpj=1999863)
[ 0.000999] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.000999] CPU: L2 cache: 1024K
[ 0.000999] [ds] using Core 2/Atom configuration
[ 0.000999] CPU: Physical Processor ID: 0
[ 0.000999] CPU: Processor Core ID: 1
[ 0.000999] Intel machine check architecture supported.
[ 0.000999] Intel machine check reporting enabled on CPU#1.
[ 0.000999] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[ 0.093322] CPU1: Intel(R) Pentium(R) Dual CPU E2180 @ 2.00GHz stepping 0d
[ 0.093951] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.094009] Brought up 2 CPUs
[ 0.094057] Total of 2 processors activated (7999.70 BogoMIPS).
[ 0.094156] CPU0 attaching sched-domain:
[ 0.094158] domain 0: span 0-1 level MC
[ 0.094161] groups: 0 1
[ 0.094166] CPU1 attaching sched-domain:
[ 0.094168] domain 0: span 0-1 level MC
[ 0.094170] groups: 1 0
[ 0.094229] net_namespace: 764 bytes
[ 0.094242] regulator: core version 0.5
[ 0.094242] NET: Registered protocol family 16
[ 0.095007] ACPI: bus type pci registered
[ 0.095050] PCI: MCFG configuration 0: base c0000000 segment 0 buses 0 - 255
[ 0.095070] PCI: MCFG area at c0000000 reserved in E820
[ 0.095122] PCI: Using MMCONFIG for extended config space
[ 0.095175] PCI: Using configuration type 1 for base access
[ 0.097026] bio: create slab <bio-0> at 0
[ 0.098443] ACPI: EC: Look up EC in DSDT
[ 0.103418] ACPI: Interpreter enabled
[ 0.103477] ACPI: (supports S0 S3 S4 S5)
[ 0.103625] ACPI: Using IOAPIC for interrupt routing
[ 0.109084] ACPI: No dock devices found.
[ 0.109147] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.109221] pci 0000:00:02.0: reg 10 32bit mmio: [0xe1300000-0xe137ffff]
[ 0.109221] pci 0000:00:02.0: reg 14 io port: [0xe400-0xe407]
[ 0.109221] pci 0000:00:02.0: reg 18 32bit mmio: [0xd0000000-0xdfffffff]
[ 0.109221] pci 0000:00:02.0: reg 1c 32bit mmio: [0xe1000000-0xe10fffff]
[ 0.109221] pci 0000:00:1b.0: reg 10 64bit mmio: [0xe1380000-0xe1383fff]
[ 0.109221] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.109244] pci 0000:00:1b.0: PME# disabled
[ 0.109349] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.109987] pci 0000:00:1c.0: PME# disabled
[ 0.110095] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.110152] pci 0000:00:1c.1: PME# disabled
[ 0.110247] pci 0000:00:1d.0: reg 20 io port: [0xe000-0xe01f]
[ 0.110295] pci 0000:00:1d.1: reg 20 io port: [0xe100-0xe11f]
[ 0.110343] pci 0000:00:1d.2: reg 20 io port: [0xe200-0xe21f]
[ 0.110390] pci 0000:00:1d.3: reg 20 io port: [0xe300-0xe31f]
[ 0.110436] pci 0000:00:1d.7: reg 10 32bit mmio: [0xe1384000-0xe13843ff]
[ 0.110597] pci 0000:00:1f.0: quirk: region 0400-047f claimed by
ICH6 ACPI/GPIO/TCO
[ 0.110675] pci 0000:00:1f.0: quirk: region 0480-04bf claimed by ICH6 GPIO
[ 0.110734] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at
0800 (mask 000f)
[ 0.110812] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at
0290 (mask 000f)
[ 0.110995] pci 0000:00:1f.2: reg 10 io port: [0x00-0x07]
[ 0.111001] pci 0000:00:1f.2: reg 14 io port: [0x00-0x03]
[ 0.111007] pci 0000:00:1f.2: reg 18 io port: [0x00-0x07]
[ 0.111012] pci 0000:00:1f.2: reg 1c io port: [0x00-0x03]
[ 0.111018] pci 0000:00:1f.2: reg 20 io port: [0xf000-0xf00f]
[ 0.111042] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.111097] pci 0000:00:1f.2: PME# disabled
[ 0.111907] pci 0000:00:1f.3: reg 20 io port: [0x500-0x51f]
[ 0.111968] pci 0000:00:1c.0: bridge io port: [0xb000-0xbfff]
[ 0.112021] pci 0000:02:00.0: reg 10 io port: [0xc000-0xc0ff]
[ 0.112042] pci 0000:02:00.0: reg 18 64bit mmio: [0xe1110000-0xe1110fff]
[ 0.112056] pci 0000:02:00.0: reg 20 64bit mmio: [0xe1100000-0xe110ffff]
[ 0.112065] pci 0000:02:00.0: reg 30 32bit mmio: [0x000000-0x00ffff]
[ 0.112105] pci 0000:02:00.0: supports D1 D2
[ 0.112107] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.112167] pci 0000:02:00.0: PME# disabled
[ 0.112268] pci 0000:00:1c.1: bridge io port: [0xc000-0xcfff]
[ 0.112272] pci 0000:00:1c.1: bridge 32bit mmio: [0xe0000000-0xe0ffffff]
[ 0.112279] pci 0000:00:1c.1: bridge 64bit mmio pref: [0xe1100000-0xe11fffff]
[ 0.112312] pci 0000:03:00.0: reg 10 io port: [0xd000-0xd0ff]
[ 0.112319] pci 0000:03:00.0: reg 14 32bit mmio: [0xe1200000-0xe12000ff]
[ 0.112363] pci 0000:03:00.0: supports D1 D2
[ 0.112365] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.112423] pci 0000:03:00.0: PME# disabled
[ 0.112517] pci 0000:00:1e.0: transparent bridge
[ 0.112570] pci 0000:00:1e.0: bridge io port: [0xd000-0xdfff]
[ 0.112574] pci 0000:00:1e.0: bridge 32bit mmio: [0xe1200000-0xe12fffff]
[ 0.112593] pci_bus 0000:00: on NUMA node 0
[ 0.112599] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.112775] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
[ 0.112839] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
[ 0.112904] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[ 0.124372] ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 6 7 9 10
11 12 14 15)
[ 0.125122] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10
11 12 14 15)
[ 0.125565] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10
*11 12 14 15)
[ 0.126038] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10
*11 12 14 15)
[ 0.126480] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 9 10
11 12 14 15)
[ 0.126921] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11
12 14 15) *0, disabled.
[ 0.127394] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 9 10 11
12 14 15) *0, disabled.
[ 0.127879] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 *9 10
11 12 14 15)
[ 0.128272] SCSI subsystem initialized
[ 0.128272] libata version 3.00 loaded.
[ 0.128272] ACPI: WMI: Mapper loaded
[ 0.128272] PCI: Using ACPI for IRQ routing
[ 0.133997] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.134156] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.140020] pnp: PnP ACPI init
[ 0.140083] ACPI: bus type pnp registered
[ 0.143349] pnp: PnP ACPI: found 14 devices
[ 0.143400] ACPI: ACPI bus type pnp unregistered
[ 0.143459] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[ 0.143516] system 00:01: ioport range 0x290-0x29f has been reserved
[ 0.143572] system 00:01: ioport range 0x800-0x87f has been reserved
[ 0.143628] system 00:01: ioport range 0x290-0x294 has been reserved
[ 0.143684] system 00:01: ioport range 0x880-0x88f has been reserved
[ 0.143747] system 00:0a: ioport range 0x400-0x4cf could not be reserved
[ 0.143810] system 00:0b: iomem range 0xc0000000-0xcfffffff has been reserved
[ 0.143872] system 00:0c: iomem range 0xcb400-0xcbfff has been reserved
[ 0.143929] system 00:0c: iomem range 0xf0000-0xf7fff could not be reserved
[ 0.143987] system 00:0c: iomem range 0xf8000-0xfbfff could not be reserved
[ 0.144059] system 00:0c: iomem range 0xfc000-0xfffff could not be reserved
[ 0.144118] system 00:0c: iomem range 0xbf5e0000-0xbf5fffff could
not be reserved
[ 0.144194] system 00:0c: iomem range 0x0-0x9ffff could not be reserved
[ 0.144252] system 00:0c: iomem range 0x100000-0xbf5dffff could not
be reserved
[ 0.144328] system 00:0c: iomem range 0xfec00000-0xfec00fff has been reserved
[ 0.144387] system 00:0c: iomem range 0xfed13000-0xfed1dfff has been reserved
[ 0.144445] system 00:0c: iomem range 0xfed20000-0xfed8ffff has been reserved
[ 0.144504] system 00:0c: iomem range 0xfee00000-0xfee00fff has been reserved
[ 0.144562] system 00:0c: iomem range 0xffb00000-0xffb7ffff has been reserved
[ 0.144621] system 00:0c: iomem range 0xfff00000-0xffffffff has been reserved
[ 0.144679] system 00:0c: iomem range 0xe0000-0xeffff has been reserved
[ 0.179672] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:01
[ 0.179729] pci 0000:00:1c.0: IO window: 0xb000-0xbfff
[ 0.179784] pci 0000:00:1c.0: MEM window: disabled
[ 0.179838] pci 0000:00:1c.0: PREFETCH window: disabled
[ 0.179896] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:02
[ 0.179952] pci 0000:00:1c.1: IO window: 0xc000-0xcfff
[ 0.180007] pci 0000:00:1c.1: MEM window: 0xe0000000-0xe0ffffff
[ 0.180067] pci 0000:00:1c.1: PREFETCH window:
0x000000e1100000-0x000000e11fffff
[ 0.180147] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
[ 0.180202] pci 0000:00:1e.0: IO window: 0xd000-0xdfff
[ 0.180258] pci 0000:00:1e.0: MEM window: 0xe1200000-0xe12fffff
[ 0.180315] pci 0000:00:1e.0: PREFETCH window: disabled
[ 0.180382] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.180442] pci 0000:00:1c.0: setting latency timer to 64
[ 0.180451] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 0.180509] pci 0000:00:1c.1: setting latency timer to 64
[ 0.180516] pci 0000:00:1e.0: setting latency timer to 64
[ 0.180520] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.180522] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[ 0.180524] pci_bus 0000:01: resource 0 io: [0xb000-0xbfff]
[ 0.180527] pci_bus 0000:01: resource 1 mem: [0x0-0x0]
[ 0.180529] pci_bus 0000:01: resource 2 mem: [0x0-0x0]
[ 0.180531] pci_bus 0000:01: resource 3 mem: [0x0-0x0]
[ 0.180533] pci_bus 0000:02: resource 0 io: [0xc000-0xcfff]
[ 0.180535] pci_bus 0000:02: resource 1 mem: [0xe0000000-0xe0ffffff]
[ 0.180538] pci_bus 0000:02: resource 2 mem: [0xe1100000-0xe11fffff]
[ 0.180540] pci_bus 0000:02: resource 3 mem: [0x0-0x0]
[ 0.180542] pci_bus 0000:03: resource 0 io: [0xd000-0xdfff]
[ 0.180544] pci_bus 0000:03: resource 1 mem: [0xe1200000-0xe12fffff]
[ 0.180546] pci_bus 0000:03: resource 2 mem: [0x0-0x0]
[ 0.180549] pci_bus 0000:03: resource 3 io: [0x00-0xffff]
[ 0.180551] pci_bus 0000:03: resource 4 mem: [0x000000-0xffffffff]
[ 0.180580] NET: Registered protocol family 2
[ 0.192218] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.192548] TCP established hash table entries: 131072 (order: 8,
1048576 bytes)
[ 0.193058] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.193463] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.193522] TCP reno registered
[ 0.196291] NET: Registered protocol family 1
[ 0.197255] audit: initializing netlink socket (disabled)
[ 0.197318] type=2000 audit(1235468977.197:1): initialized
[ 0.197594] highmem bounce pool size: 64 pages
[ 0.200199] msgmni has been set to 1716
[ 0.200440] alg: No test for stdrng (krng)
[ 0.200499] io scheduler noop registered
[ 0.200548] io scheduler anticipatory registered
[ 0.200598] io scheduler deadline registered
[ 0.200658] io scheduler cfq registered (default)
[ 0.200720] pci 0000:00:02.0: Boot video device
[ 0.200902] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 0.200963] pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X
[ 0.201125] pcieport-driver 0000:00:1c.1: setting latency timer to 64
[ 0.201180] pcieport-driver 0000:00:1c.1: irq 25 for MSI/MSI-X
[ 0.201678] ACPI: SSDT BF5E74C0, 026C (r1 PmRef Cpu0Ist 3000
INTL 20040311)
[ 0.202052] processor ACPI_CPU:00: registered as cooling_device0
[ 0.202109] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 0.202384] ACPI: SSDT BF5E7980, 0152 (r1 PmRef Cpu1Ist 3000
INTL 20040311)
[ 0.202724] processor ACPI_CPU:01: registered as cooling_device1
[ 0.202782] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 0.204778] isapnp: Scanning for PnP cards...
[ 0.500216] Switched to high resolution mode on CPU 1
[ 0.501148] Switched to high resolution mode on CPU 0
[ 0.560656] isapnp: No Plug & Play device found
[ 0.563410] Linux agpgart interface v0.103
[ 0.563476] agpgart-intel 0000:00:00.0: Intel G33 Chipset
[ 0.563849] agpgart-intel 0000:00:00.0: detected 7164K stolen memory
[ 0.566857] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 0.566960] intelfb: Framebuffer driver for Intel(R)
830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/945GME/965G/965GM
chipsets
[ 0.567050] intelfb: Version 0.9.6
[ 0.567136] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.567313] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.567887] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.569616] brd: module loaded
[ 0.569669] Uniform Multi-Platform E-IDE driver
[ 0.569842] ide-gd driver 1.18
[ 0.569918] ide-cd driver 5.00
[ 0.570046] Driver 'sd' needs updating - please use bus_type methods
[ 0.570131] Driver 'sr' needs updating - please use bus_type methods
[ 0.570314] ata_piix 0000:00:1f.2: version 2.12
[ 0.570334] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.570395] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
[ 0.570561] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 0.570619] scsi0 : ata_piix
[ 0.570755] scsi1 : ata_piix
[ 0.571573] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[ 0.571632] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[ 0.741332] ata1.00: HPA detected: current 625140335, native 625142448
[ 0.741401] ata1.00: ATA-7: SAMSUNG HD322HJ, 1AC01113, max UDMA7
[ 0.741464] ata1.00: 625140335 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 0.760357] ata1.00: configured for UDMA/133
[ 0.760551] scsi 0:0:0:0: Direct-Access ATA SAMSUNG
HD322HJ 1AC0 PQ: 0 ANSI: 5
[ 0.760777] sd 0:0:0:0: [sda] 625140335 512-byte hardware sectors:
(320 GB/298 GiB)
[ 0.760867] sd 0:0:0:0: [sda] Write Protect is off
[ 0.760920] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.760942] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 0.761076] sd 0:0:0:0: [sda] 625140335 512-byte hardware sectors:
(320 GB/298 GiB)
[ 0.761163] sd 0:0:0:0: [sda] Write Protect is off
[ 0.761215] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.761235] sd 0:0:0:0: [sda] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 0.761320] sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[ 0.801962] sd 0:0:0:0: [sda] Attached SCSI disk
[ 0.802104] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 0.969879] ata2.00: HPA detected: current 312579695, native 312581808
[ 0.969947] ata2.00: ATA-7: WDC WD1600AAJB-00PVA0, 00.07H00, max UDMA/100
[ 0.970015] ata2.00: 312579695 sectors, multi 16: LBA48
[ 0.970101] ata2.01: ATAPI: HL-DT-STDVD-RAM GSA-H55N, 1.04, max UDMA/66
[ 0.973417] ata2.00: configured for UDMA/100
[ 0.979294] ata2.01: configured for UDMA/66
[ 0.991133] scsi 1:0:0:0: Direct-Access ATA WDC
WD1600AAJB-0 00.0 PQ: 0 ANSI: 5
[ 0.991351] sd 1:0:0:0: [sdb] 312579695 512-byte hardware sectors:
(160 GB/149 GiB)
[ 0.991440] sd 1:0:0:0: [sdb] Write Protect is off
[ 0.991492] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 0.991512] sd 1:0:0:0: [sdb] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 0.991639] sd 1:0:0:0: [sdb] 312579695 512-byte hardware sectors:
(160 GB/149 GiB)
[ 0.991725] sd 1:0:0:0: [sdb] Write Protect is off
[ 0.991777] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 0.991798] sd 1:0:0:0: [sdb] Write cache: enabled, read cache:
enabled, doesn't support DPO or FUA
[ 0.991879] sdb: sdb1
[ 1.001531] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 1.001663] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 1.003085] scsi 1:0:1:0: CD-ROM HL-DT-ST DVD-RAM
GSA-H55N 1.04 PQ: 0 ANSI: 5
[ 1.007355] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw
xa/form2 cdda tray
[ 1.007445] Uniform CD-ROM driver Revision: 3.20
[ 1.007637] sr 1:0:1:0: Attached scsi CD-ROM sr0
[ 1.007713] sr 1:0:1:0: Attached scsi generic sg2 type 5
[ 1.007938] PNP: No PS/2 controller found. Probing ports directly.
[ 1.008359] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.008415] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.008587] mice: PS/2 mouse device common for all mice
[ 1.008751] input: PC Speaker as /class/input/input0
[ 1.012377] cpuidle: using governor ladder
[ 1.012435] cpuidle: using governor menu
[ 1.012865] TCP bic registered
[ 1.012913] NET: Registered protocol family 17
[ 1.012980] Using IPI No-Shortcut mode
[ 1.250830] EXT3-fs: mounted filesystem with ordered data mode.
[ 1.250906] VFS: Mounted root (ext3 filesystem) readonly on device 8:2.
[ 1.251090] Freeing unused kernel memory: 324k freed
[ 1.251199] Write protecting the kernel text: 2812k
[ 1.251281] Write protecting the kernel read-only data: 784k
[ 1.251400] kjournald starting. Commit interval 5 seconds
[ 2.742449] input: Power Button (FF) as /class/input/input1
[ 2.750076] ACPI: Power Button (FF) [PWRF]
[ 2.750192] input: Power Button (CM) as /class/input/input2
[ 2.758073] ACPI: Power Button (CM) [PWRB]
[ 2.840596] parport_pc 00:09: reported by Plug and Play ACPI
[ 2.840684] parport0: PC-style at 0x378, irq 7 [PCSPP(,...)]
[ 2.862894] usbcore: registered new interface driver usbfs
[ 2.862992] usbcore: registered new interface driver hub
[ 2.864066] usbcore: registered new device driver usb
[ 2.968418] rtc_cmos 00:04: RTC can wake from S4
[ 2.968547] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 2.968633] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
[ 3.085939] intel_rng: FWH not detected
[ 3.205856] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 3.205936] r8169 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 3.206016] r8169 0000:02:00.0: setting latency timer to 64
[ 3.206105] r8169 0000:02:00.0: irq 26 for MSI/MSI-X
[ 3.206399] eth0: RTL8168c/8111c at 0xf8070000, 00:1d:7d:a2:d0:70,
XID 3c2000c0 IRQ 26
[ 3.216409] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level,
low) -> IRQ 19
[ 3.218617] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.218743] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 3.218821] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 3.218826] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 3.218937] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned
bus number 1
[ 3.219060] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000e000
[ 3.219211] usb usb1: configuration #1 chosen from 1 choice
[ 3.219307] hub 1-0:1.0: USB hub found
[ 3.219366] hub 1-0:1.0: 2 ports detected
[ 3.219533] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 3.219606] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 3.219609] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 3.219697] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned
bus number 2
[ 3.219812] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000e100
[ 3.219943] usb usb2: configuration #1 chosen from 1 choice
[ 3.220027] hub 2-0:1.0: USB hub found
[ 3.220083] hub 2-0:1.0: 2 ports detected
[ 3.220229] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 3.220308] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 3.220312] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 3.220390] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned
bus number 3
[ 3.220494] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000e200
[ 3.220627] usb usb3: configuration #1 chosen from 1 choice
[ 3.220708] hub 3-0:1.0: USB hub found
[ 3.220762] hub 3-0:1.0: 2 ports detected
[ 3.220906] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 3.220971] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 3.220975] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 3.221053] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned
bus number 4
[ 3.221160] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000e300
[ 3.221292] usb usb4: configuration #1 chosen from 1 choice
[ 3.221376] hub 4-0:1.0: USB hub found
[ 3.221432] hub 4-0:1.0: 2 ports detected
[ 3.235179] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.235257] Warning! ehci_hcd should always be loaded before
uhci_hcd and ohci_hcd, not after
[ 3.235382] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 3.235475] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 3.235479] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 3.235569] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned
bus number 5
[ 3.239544] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 3.239557] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xe1384000
[ 3.249268] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 3.249454] usb usb5: configuration #1 chosen from 1 choice
[ 3.249555] hub 5-0:1.0: USB hub found
[ 3.249621] hub 5-0:1.0: 8 ports detected
[ 3.289258] 8139too Fast Ethernet driver 0.9.28
[ 3.289350] 8139too 0000:03:00.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 3.290133] eth1: RealTek RTL8139 at 0xd000, 00:40:f4:b0:9f:6e, IRQ 20
[ 3.290190] eth1: Identified 8139 chip type 'RTL-8100B/8139D'
[ 3.295420] 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[ 3.300076] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[ 3.300270] iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2,
TCOBASE=0x0460)
[ 3.300405] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 3.467260] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 16 (level,
low) -> IRQ 16
[ 3.467441] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 3.757070] usb 4-1: new low speed USB device using uhci_hcd and address 2
[ 3.976991] usb 4-1: configuration #1 chosen from 1 choice
[ 4.121120] usbcore: registered new interface driver hiddev
[ 4.152539] input: PATEN USB/PS2 Combo Receiver as /class/input/input3
[ 4.158308] generic-usb 0003:1020:0206.0001: input: USB HID v1.10
Mouse [PATEN USB/PS2 Combo Receiver] on usb-0000:00:1d.3-1/input0
[ 4.158436] usbcore: registered new interface driver usbhid
[ 4.158505] usbhid: v2.6:USB HID core driver
[ 4.189035] usb 4-2: new low speed USB device using uhci_hcd and address 3
[ 4.349689] usb 4-2: configuration #1 chosen from 1 choice
[ 4.367550] input: USB-compliant keyboard as /class/input/input4
[ 4.376086] generic-usb 0003:062A:0201.0002: input: USB HID v1.10
Keyboard [USB-compliant keyboard] on usb-0000:00:1d.3-2/input0
[ 4.402631] input: USB-compliant keyboard as /class/input/input5
[ 4.415236] generic-usb 0003:062A:0201.0003: input,hiddev96: USB
HID v1.10 Mouse [USB-compliant keyboard] on usb-0000:00:1d.3-2/input1
[ 4.547234] Adding 2931852k swap on /dev/sda3. Priority:-1
extents:1 across:2931852k
[ 4.948366] EXT3 FS on sda2, internal journal
[ 5.625653] loop: module loaded
[ 5.639515] it87: Found IT8718F chip at 0x290, revision 4
[ 5.639588] it87: in3 is VCC (+5V)
[ 5.646684] coretemp coretemp.0: Using relative temperature scale!
[ 5.646797] coretemp coretemp.1: Using relative temperature scale!
[ 5.721727] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23)
initialised: dm-devel@redhat.com
[ 6.238074] fuse init (API version 7.11)
[ 6.281697] kjournald starting. Commit interval 5 seconds
[ 6.281953] EXT3 FS on sda5, internal journal
[ 6.282042] EXT3-fs: mounted filesystem with ordered data mode.
[ 7.638813] eth1: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 9.536969] lp0: using parport0 (interrupt-driven).
[ 9.544385] ppdev: user-space parallel port driver
[ 10.317127] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 10.338786] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 10.339022] CONFIG_NF_CT_ACCT is deprecated and will be removed
soon. Please use
[ 10.339113] nf_conntrack.acct=1 kernel paramater, acct=1
nf_conntrack module option or
[ 10.339209] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[ 12.963585] vboxdrv: disagrees about version of symbol struct_module
[ 14.150244] Bluetooth: Core ver 2.14
[ 14.150386] NET: Registered protocol family 31
[ 14.150451] Bluetooth: HCI device and connection manager initialized
[ 14.150523] Bluetooth: HCI socket layer initialized
[ 14.195755] Bluetooth: L2CAP ver 2.11
[ 14.195821] Bluetooth: L2CAP socket layer initialized
[ 14.223109] Bluetooth: RFCOMM socket layer initialized
[ 14.223191] Bluetooth: RFCOMM TTY layer initialized
[ 14.223530] Bluetooth: RFCOMM ver 1.10
[ 16.383701] [drm] Initialized drm 1.1.0 20060810
[ 16.418166] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 16.418176] pci 0000:00:02.0: setting latency timer to 64
[ 16.420993] pci 0000:00:02.0: irq 27 for MSI/MSI-X
[ 16.421076] [drm] Initialized i915 1.6.0 20080730 on minor 0
[ 16.747905] set status page addr 0x00043000
[ 16.747932] [drm:i915_set_status_page] *ERROR* can not ioremap
virtual address for G33 hw status page
--
Maciej Rutecki
http://www.maciek.unixy.pl
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-24 8:54 ` Maciej Rutecki
@ 2009-02-24 9:01 ` Maciej Rutecki
2009-02-24 18:25 ` Yinghai Lu
1 sibling, 0 replies; 24+ messages in thread
From: Maciej Rutecki @ 2009-02-24 9:01 UTC (permalink / raw)
To: Yinghai Lu
Cc: Rafael J. Wysocki, Eric Anholt, Linus Torvalds,
Linux Kernel Mailing List, Jesse Barnes, lenb@kernel.org,
Ingo Molnar, mjg, Andrew Morton, rui.zhang, airlied
2009/2/24 Maciej Rutecki <maciej.rutecki@gmail.com>:
> 2009/2/24 Maciej Rutecki <maciej.rutecki@gmail.com>:
>> 2009/2/24 Yinghai Lu <yinghai@kernel.org>:
>>
>>>
>>> CONFIG_MTRR=y
>>> CONFIG_MTRR_SANITIZER=y
>>> CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
>>> CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
>>>
>>> should help mtrr ones.
>>>
>>> please post bootlog with those option set.
>>>
>>> YH
>>>
>>
>> It doesn't help, see previous mails.
>>
>>
>
> l also update bios, and try:
> CONFIG_MTRR=y
> CONFIG_MTRR_SANITIZER=y
> CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
> CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
>
[...]
> [ 16.383701] [drm] Initialized drm 1.1.0 20060810
> [ 16.418166] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [ 16.418176] pci 0000:00:02.0: setting latency timer to 64
> [ 16.420993] pci 0000:00:02.0: irq 27 for MSI/MSI-X
> [ 16.421076] [drm] Initialized i915 1.6.0 20080730 on minor 0
> [ 16.747905] set status page addr 0x00043000
> [ 16.747932] [drm:i915_set_status_page] *ERROR* can not ioremap
> virtual address for G33 hw status page
>
Hmm. Its one difference, previous I had:
[ 18.170614] [drm] Initialized drm 1.1.0 20060810
[ 18.247445] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 18.247455] pci 0000:00:02.0: setting latency timer to 64
[ 18.249610] mtrr: type mismatch for d0000000,10000000 old:
write-back new: write-combining
[ 18.249621] [drm] MTRR allocation failed
[ 18.249622] . Graphics performance may suffer.
[ 18.249658] pci 0000:00:02.0: irq 27 for MSI/MSI-X
[ 18.249691] [drm] Initialized i915 1.6.0 20080730 on minor 0
[ 18.290152] mtrr: type mismatch for d0000000,10000000 old:
write-back new: write-combining
[ 18.567435] set status page addr 0x00043000
[ 18.567463] [drm:i915_set_status_page] *ERROR* can not ioremap
virtual address for G33 hw status page
So warning about mtrr has gone. But still Xwindow doesn't start.
--
Maciej Rutecki
http://www.maciek.unixy.pl
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-24 8:54 ` Maciej Rutecki
2009-02-24 9:01 ` Maciej Rutecki
@ 2009-02-24 18:25 ` Yinghai Lu
1 sibling, 0 replies; 24+ messages in thread
From: Yinghai Lu @ 2009-02-24 18:25 UTC (permalink / raw)
To: Maciej Rutecki
Cc: Rafael J. Wysocki, Eric Anholt, Linus Torvalds,
Linux Kernel Mailing List, Jesse Barnes, lenb@kernel.org,
Ingo Molnar, mjg, Andrew Morton, rui.zhang, airlied
Maciej Rutecki wrote:
> 2009/2/24 Maciej Rutecki <maciej.rutecki@gmail.com>:
>> 2009/2/24 Yinghai Lu <yinghai@kernel.org>:
>>
>>> CONFIG_MTRR=y
>>> CONFIG_MTRR_SANITIZER=y
>>> CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
>>> CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
>>>
>>> should help mtrr ones.
>>>
>>> please post bootlog with those option set.
>>>
>>> YH
>>>
>> It doesn't help, see previous mails.
>>
>>
>
> l also update bios, and try:
> CONFIG_MTRR=y
> CONFIG_MTRR_SANITIZER=y
> CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
> CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
>
> it doesn't help:
> [ 0.000000] Linux version 2.6.29-rc6 (root@zlom) (gcc version 4.3.3
> (Debian 4.3.3-3) ) #1 SMP PREEMPT Tue Feb 24 08:03:56 CET 2009
> [ 0.000000] KERNEL supported cpus:
> [ 0.000000] Intel GenuineIntel
> [ 0.000000] AMD AuthenticAMD
> [ 0.000000] NSC Geode by NSC
> [ 0.000000] Cyrix CyrixInstead
> [ 0.000000] Centaur CentaurHauls
> [ 0.000000] Transmeta GenuineTMx86
> [ 0.000000] Transmeta TransmetaCPU
> [ 0.000000] UMC UMC UMC UMC
> [ 0.000000] BIOS-provided physical RAM map:
> [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
> [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
> [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
> [ 0.000000] BIOS-e820: 0000000000100000 - 00000000bf5e0000 (usable)
> [ 0.000000] BIOS-e820: 00000000bf5e0000 - 00000000bf5e3000 (ACPI NVS)
> [ 0.000000] BIOS-e820: 00000000bf5e3000 - 00000000bf5f0000 (ACPI data)
> [ 0.000000] BIOS-e820: 00000000bf5f0000 - 00000000bf600000 (reserved)
> [ 0.000000] BIOS-e820: 00000000c0000000 - 00000000d0000000 (reserved)
> [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
> [ 0.000000] DMI 2.4 present.
> [ 0.000000] last_pfn = 0xbf5e0 max_arch_pfn = 0x100000
> [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
> [ 0.000000] original variable MTRRs
> [ 0.000000] reg 0, base: 0GB, range: 4GB, type WB
> [ 0.000000] reg 1, base: 3GB, range: 1GB, type UC
> [ 0.000000] reg 2, base: 3064MB, range: 8MB, type UC
> [ 0.000000] reg 3, base: 3063MB, range: 1MB, type UC
> [ 0.000000] reg 4, base: 3062MB, range: 1MB, type UC
> [ 0.000000] total RAM coverred: 3062M
> [ 0.000000] Found optimal setting for mtrr clean up
> [ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 4 lose cover RAM: 0G
> [ 0.000000] New variable MTRRs
> [ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
> [ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
> [ 0.000000] reg 2, base: 3062MB, range: 2MB, type UC
> [ 0.000000] reg 3, base: 3064MB, range: 8MB, type UC
so kernel convert MTRR layout from continuous to discrete ...
YH
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-24 5:50 ` Yinghai Lu
2009-02-24 6:48 ` Andy Isaacson
@ 2009-02-24 19:44 ` Ingo Molnar
2009-02-24 19:48 ` Yinghai Lu
1 sibling, 1 reply; 24+ messages in thread
From: Ingo Molnar @ 2009-02-24 19:44 UTC (permalink / raw)
To: Yinghai Lu
Cc: Andy Isaacson, Maciej Rutecki, Rafael J. Wysocki, Eric Anholt,
Linus Torvalds, Linux Kernel Mailing List, Jesse Barnes,
lenb@kernel.org, mjg, Andrew Morton, rui.zhang, airlied
* Yinghai Lu <yinghai@kernel.org> wrote:
> On Mon, Feb 23, 2009 at 7:23 PM, Andy Isaacson <adi@hexapodia.org> wrote:
> > On Mon, Feb 23, 2009 at 05:01:10PM -0800, Yinghai Lu wrote:
> >> CONFIG_MTRR=y
> >> CONFIG_MTRR_SANITIZER=y
> >> CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
> >> CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
> >>
> >> should help mtrr ones.
> >>
> >> please post bootlog with those option set.
> >
> > Doesn't help here (Dell E6400).
> >
> > [ 0.000000] Initializing cgroup subsys cpuset
> > [ 0.000000] Initializing cgroup subsys cpu
> > [ 0.000000] Linux version 2.6.29-rc6-dirty (adi@cvp-loaner-01) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) ) #14 SMP Mon Feb 23 19:05:31 PST 2009
> > [ 0.000000] Command line: root=/dev/sda1 ro
> > [ 0.000000] KERNEL supported cpus:
> > [ 0.000000] Intel GenuineIntel
> > [ 0.000000] AMD AuthenticAMD
> > [ 0.000000] Centaur CentaurHauls
> > [ 0.000000] BIOS-provided physical RAM map:
> > [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
> > [ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
> > [ 0.000000] BIOS-e820: 0000000000100000 - 000000007d04d400 (usable)
> > [ 0.000000] BIOS-e820: 000000007d04d400 - 000000007d04f400 (ACPI NVS)
> > [ 0.000000] BIOS-e820: 000000007d04f400 - 0000000080000000 (reserved)
> > [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
> > [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
> > [ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1c000 (reserved)
> > [ 0.000000] BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
> > [ 0.000000] BIOS-e820: 00000000feda0000 - 00000000feda6000 (reserved)
> > [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
> > [ 0.000000] BIOS-e820: 00000000ffe60000 - 0000000100000000 (reserved)
> > [ 0.000000] DMI 2.4 present.
> > [ 0.000000] last_pfn = 0x7d04d max_arch_pfn = 0x100000000
> > [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
> > [ 0.000000] original variable MTRRs
> > [ 0.000000] reg 0, base: 0GB, range: 32GB, type WB
> > [ 0.000000] reg 1, base: 3584MB, range: 512MB, type UC
> > [ 0.000000] reg 2, base: 2012MB, range: 4MB, type UC
> > [ 0.000000] reg 3, base: 2016MB, range: 32MB, type UC
>
> the BIOS is so sick
> according to MTRR, it said:
> [0,2012M) is WB
> [2048M, 3.5G) is WB too
> [4G, 32G) is WB
>
> but according to e820: about [0,2g) is RAM...
>
> really not how to workaround in BIOS.
I suspect the box was tested with other OSs and limped along
there. Should we perhaps clear non-sensical MTRR entries?
Ingo
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-24 19:44 ` Ingo Molnar
@ 2009-02-24 19:48 ` Yinghai Lu
2009-02-24 21:39 ` Ingo Molnar
0 siblings, 1 reply; 24+ messages in thread
From: Yinghai Lu @ 2009-02-24 19:48 UTC (permalink / raw)
To: Ingo Molnar
Cc: Andy Isaacson, Maciej Rutecki, Rafael J. Wysocki, Eric Anholt,
Linus Torvalds, Linux Kernel Mailing List, Jesse Barnes,
lenb@kernel.org, mjg, Andrew Morton, rui.zhang, airlied
Ingo Molnar wrote:
> * Yinghai Lu <yinghai@kernel.org> wrote:
>
>> On Mon, Feb 23, 2009 at 7:23 PM, Andy Isaacson <adi@hexapodia.org> wrote:
>>> On Mon, Feb 23, 2009 at 05:01:10PM -0800, Yinghai Lu wrote:
>>>> CONFIG_MTRR=y
>>>> CONFIG_MTRR_SANITIZER=y
>>>> CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
>>>> CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
>>>>
>>>> should help mtrr ones.
>>>>
>>>> please post bootlog with those option set.
>>> Doesn't help here (Dell E6400).
>>>
>>> [ 0.000000] Initializing cgroup subsys cpuset
>>> [ 0.000000] Initializing cgroup subsys cpu
>>> [ 0.000000] Linux version 2.6.29-rc6-dirty (adi@cvp-loaner-01) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) ) #14 SMP Mon Feb 23 19:05:31 PST 2009
>>> [ 0.000000] Command line: root=/dev/sda1 ro
>>> [ 0.000000] KERNEL supported cpus:
>>> [ 0.000000] Intel GenuineIntel
>>> [ 0.000000] AMD AuthenticAMD
>>> [ 0.000000] Centaur CentaurHauls
>>> [ 0.000000] BIOS-provided physical RAM map:
>>> [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
>>> [ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
>>> [ 0.000000] BIOS-e820: 0000000000100000 - 000000007d04d400 (usable)
>>> [ 0.000000] BIOS-e820: 000000007d04d400 - 000000007d04f400 (ACPI NVS)
>>> [ 0.000000] BIOS-e820: 000000007d04f400 - 0000000080000000 (reserved)
>>> [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
>>> [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
>>> [ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1c000 (reserved)
>>> [ 0.000000] BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
>>> [ 0.000000] BIOS-e820: 00000000feda0000 - 00000000feda6000 (reserved)
>>> [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
>>> [ 0.000000] BIOS-e820: 00000000ffe60000 - 0000000100000000 (reserved)
>>> [ 0.000000] DMI 2.4 present.
>>> [ 0.000000] last_pfn = 0x7d04d max_arch_pfn = 0x100000000
>>> [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
>>> [ 0.000000] original variable MTRRs
>>> [ 0.000000] reg 0, base: 0GB, range: 32GB, type WB
>>> [ 0.000000] reg 1, base: 3584MB, range: 512MB, type UC
>>> [ 0.000000] reg 2, base: 2012MB, range: 4MB, type UC
>>> [ 0.000000] reg 3, base: 2016MB, range: 32MB, type UC
>> the BIOS is so sick
>> according to MTRR, it said:
>> [0,2012M) is WB
>> [2048M, 3.5G) is WB too
>> [4G, 32G) is WB
>>
>> but according to e820: about [0,2g) is RAM...
>>
>> really not how to workaround in BIOS.
>
> I suspect the box was tested with other OSs and limped along
> there. Should we perhaps clear non-sensical MTRR entries?
>
according to e820 to update MTRR?
in the previous discussion, some SMI region that is not stated in e820 could still need to be covered by MTRR with WB
YH
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-24 19:48 ` Yinghai Lu
@ 2009-02-24 21:39 ` Ingo Molnar
2009-02-24 21:44 ` Dave Airlie
0 siblings, 1 reply; 24+ messages in thread
From: Ingo Molnar @ 2009-02-24 21:39 UTC (permalink / raw)
To: Yinghai Lu, H. Peter Anvin, Pallipadi, Venkatesh, Suresh Siddha,
Arjan van de Ven
Cc: Andy Isaacson, Maciej Rutecki, Rafael J. Wysocki, Eric Anholt,
Linus Torvalds, Linux Kernel Mailing List, Jesse Barnes,
lenb@kernel.org, mjg, Andrew Morton, rui.zhang, airlied
* Yinghai Lu <yinghai@kernel.org> wrote:
> Ingo Molnar wrote:
> > * Yinghai Lu <yinghai@kernel.org> wrote:
> >
> >> On Mon, Feb 23, 2009 at 7:23 PM, Andy Isaacson <adi@hexapodia.org> wrote:
> >>> On Mon, Feb 23, 2009 at 05:01:10PM -0800, Yinghai Lu wrote:
> >>>> CONFIG_MTRR=y
> >>>> CONFIG_MTRR_SANITIZER=y
> >>>> CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
> >>>> CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
> >>>>
> >>>> should help mtrr ones.
> >>>>
> >>>> please post bootlog with those option set.
> >>> Doesn't help here (Dell E6400).
> >>>
> >>> [ 0.000000] Initializing cgroup subsys cpuset
> >>> [ 0.000000] Initializing cgroup subsys cpu
> >>> [ 0.000000] Linux version 2.6.29-rc6-dirty (adi@cvp-loaner-01) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) ) #14 SMP Mon Feb 23 19:05:31 PST 2009
> >>> [ 0.000000] Command line: root=/dev/sda1 ro
> >>> [ 0.000000] KERNEL supported cpus:
> >>> [ 0.000000] Intel GenuineIntel
> >>> [ 0.000000] AMD AuthenticAMD
> >>> [ 0.000000] Centaur CentaurHauls
> >>> [ 0.000000] BIOS-provided physical RAM map:
> >>> [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
> >>> [ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
> >>> [ 0.000000] BIOS-e820: 0000000000100000 - 000000007d04d400 (usable)
> >>> [ 0.000000] BIOS-e820: 000000007d04d400 - 000000007d04f400 (ACPI NVS)
> >>> [ 0.000000] BIOS-e820: 000000007d04f400 - 0000000080000000 (reserved)
> >>> [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
> >>> [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
> >>> [ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1c000 (reserved)
> >>> [ 0.000000] BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
> >>> [ 0.000000] BIOS-e820: 00000000feda0000 - 00000000feda6000 (reserved)
> >>> [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
> >>> [ 0.000000] BIOS-e820: 00000000ffe60000 - 0000000100000000 (reserved)
> >>> [ 0.000000] DMI 2.4 present.
> >>> [ 0.000000] last_pfn = 0x7d04d max_arch_pfn = 0x100000000
> >>> [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
> >>> [ 0.000000] original variable MTRRs
> >>> [ 0.000000] reg 0, base: 0GB, range: 32GB, type WB
> >>> [ 0.000000] reg 1, base: 3584MB, range: 512MB, type UC
> >>> [ 0.000000] reg 2, base: 2012MB, range: 4MB, type UC
> >>> [ 0.000000] reg 3, base: 2016MB, range: 32MB, type UC
> >> the BIOS is so sick
> >> according to MTRR, it said:
> >> [0,2012M) is WB
> >> [2048M, 3.5G) is WB too
> >> [4G, 32G) is WB
> >>
> >> but according to e820: about [0,2g) is RAM...
> >>
> >> really not how to workaround in BIOS.
> >
> > I suspect the box was tested with other OSs and limped along
> > there. Should we perhaps clear non-sensical MTRR entries?
> >
>
> according to e820 to update MTRR?
>
> in the previous discussion, some SMI region that is not stated
> in e820 could still need to be covered by MTRR with WB
Indeed. Nasty. Those tend to be in pretty specific places
though, typically next to RAM. (they are taken off RAM usually)
So if we leave the boundary around real e820 RAM alone, we could
zap the other bogosities perhaps?
Dunno, removing MTRRs does indeed sound somewhat dangerous. A WB
MTRR region could also be defined for some PCI card.
The other question is, why did the ioremap_wc() fail? Why doesnt
it fall back to UC transparently?
Ingo
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-24 21:39 ` Ingo Molnar
@ 2009-02-24 21:44 ` Dave Airlie
2009-02-24 21:59 ` Linus Torvalds
0 siblings, 1 reply; 24+ messages in thread
From: Dave Airlie @ 2009-02-24 21:44 UTC (permalink / raw)
To: Ingo Molnar
Cc: Yinghai Lu, H. Peter Anvin, Pallipadi, Venkatesh, Suresh Siddha,
Arjan van de Ven, Andy Isaacson, Maciej Rutecki,
Rafael J. Wysocki, Eric Anholt, Linus Torvalds,
Linux Kernel Mailing List, Jesse Barnes, lenb@kernel.org, mjg,
Andrew Morton, rui.zhang
On Tue, 2009-02-24 at 22:39 +0100, Ingo Molnar wrote:
> * Yinghai Lu <yinghai@kernel.org> wrote:
>
> > Ingo Molnar wrote:
> > > * Yinghai Lu <yinghai@kernel.org> wrote:
> > >
> > >> On Mon, Feb 23, 2009 at 7:23 PM, Andy Isaacson <adi@hexapodia.org> wrote:
> > >>> On Mon, Feb 23, 2009 at 05:01:10PM -0800, Yinghai Lu wrote:
> > >>>> CONFIG_MTRR=y
> > >>>> CONFIG_MTRR_SANITIZER=y
> > >>>> CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
> > >>>> CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
> > >>>>
> > >>>> should help mtrr ones.
> > >>>>
> > >>>> please post bootlog with those option set.
> > >>> Doesn't help here (Dell E6400).
> > >>>
> > >>> [ 0.000000] Initializing cgroup subsys cpuset
> > >>> [ 0.000000] Initializing cgroup subsys cpu
> > >>> [ 0.000000] Linux version 2.6.29-rc6-dirty (adi@cvp-loaner-01) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) ) #14 SMP Mon Feb 23 19:05:31 PST 2009
> > >>> [ 0.000000] Command line: root=/dev/sda1 ro
> > >>> [ 0.000000] KERNEL supported cpus:
> > >>> [ 0.000000] Intel GenuineIntel
> > >>> [ 0.000000] AMD AuthenticAMD
> > >>> [ 0.000000] Centaur CentaurHauls
> > >>> [ 0.000000] BIOS-provided physical RAM map:
> > >>> [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
> > >>> [ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
> > >>> [ 0.000000] BIOS-e820: 0000000000100000 - 000000007d04d400 (usable)
> > >>> [ 0.000000] BIOS-e820: 000000007d04d400 - 000000007d04f400 (ACPI NVS)
> > >>> [ 0.000000] BIOS-e820: 000000007d04f400 - 0000000080000000 (reserved)
> > >>> [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
> > >>> [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
> > >>> [ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1c000 (reserved)
> > >>> [ 0.000000] BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
> > >>> [ 0.000000] BIOS-e820: 00000000feda0000 - 00000000feda6000 (reserved)
> > >>> [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
> > >>> [ 0.000000] BIOS-e820: 00000000ffe60000 - 0000000100000000 (reserved)
> > >>> [ 0.000000] DMI 2.4 present.
> > >>> [ 0.000000] last_pfn = 0x7d04d max_arch_pfn = 0x100000000
> > >>> [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
> > >>> [ 0.000000] original variable MTRRs
> > >>> [ 0.000000] reg 0, base: 0GB, range: 32GB, type WB
> > >>> [ 0.000000] reg 1, base: 3584MB, range: 512MB, type UC
> > >>> [ 0.000000] reg 2, base: 2012MB, range: 4MB, type UC
> > >>> [ 0.000000] reg 3, base: 2016MB, range: 32MB, type UC
> > >> the BIOS is so sick
> > >> according to MTRR, it said:
> > >> [0,2012M) is WB
> > >> [2048M, 3.5G) is WB too
> > >> [4G, 32G) is WB
> > >>
> > >> but according to e820: about [0,2g) is RAM...
> > >>
> > >> really not how to workaround in BIOS.
> > >
> > > I suspect the box was tested with other OSs and limped along
> > > there. Should we perhaps clear non-sensical MTRR entries?
> > >
> >
> > according to e820 to update MTRR?
> >
> > in the previous discussion, some SMI region that is not stated
> > in e820 could still need to be covered by MTRR with WB
>
> Indeed. Nasty. Those tend to be in pretty specific places
> though, typically next to RAM. (they are taken off RAM usually)
> So if we leave the boundary around real e820 RAM alone, we could
> zap the other bogosities perhaps?
>
> Dunno, removing MTRRs does indeed sound somewhat dangerous. A WB
> MTRR region could also be defined for some PCI card.
>
> The other question is, why did the ioremap_wc() fail? Why doesnt
> it fall back to UC transparently?
I'm sort of worried the drivers are going to end up doing, which at
the moment is the only option that will work.
blah = ioremap_wc();
if (!blah)
blah = ioremap_nocache();
which seems pointless so this is a good point, where is the fallback?
Dave.
>
> Ingo
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-24 21:44 ` Dave Airlie
@ 2009-02-24 21:59 ` Linus Torvalds
2009-02-24 22:10 ` Pallipadi, Venkatesh
0 siblings, 1 reply; 24+ messages in thread
From: Linus Torvalds @ 2009-02-24 21:59 UTC (permalink / raw)
To: Dave Airlie
Cc: Ingo Molnar, Yinghai Lu, H. Peter Anvin, Pallipadi, Venkatesh,
Suresh Siddha, Arjan van de Ven, Andy Isaacson, Maciej Rutecki,
Rafael J. Wysocki, Eric Anholt, Linux Kernel Mailing List,
Jesse Barnes, lenb@kernel.org, mjg, Andrew Morton, rui.zhang
On Wed, 25 Feb 2009, Dave Airlie wrote:
> >
> > The other question is, why did the ioremap_wc() fail? Why doesnt
> > it fall back to UC transparently?
>
> I'm sort of worried the drivers are going to end up doing, which at
> the moment is the only option that will work.
>
> blah = ioremap_wc();
> if (!blah)
> blah = ioremap_nocache();
>
> which seems pointless so this is a good point, where is the fallback?
I agree.
We should not fail the ioremap_wc(), we should just fall back to nocache,
(possibly with a warning). In fact I thought we did exactly that, but
maybe it only happens in certain directions.
Linus
^ permalink raw reply [flat|nested] 24+ messages in thread
* RE: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-24 21:59 ` Linus Torvalds
@ 2009-02-24 22:10 ` Pallipadi, Venkatesh
0 siblings, 0 replies; 24+ messages in thread
From: Pallipadi, Venkatesh @ 2009-02-24 22:10 UTC (permalink / raw)
To: Linus Torvalds, Dave Airlie
Cc: Ingo Molnar, Yinghai Lu, H. Peter Anvin, Siddha, Suresh B,
Arjan van de Ven, Andy Isaacson, Maciej Rutecki,
Rafael J. Wysocki, Eric Anholt, Linux Kernel Mailing List,
Jesse Barnes, lenb@kernel.org, mjg@redhat.com, Andrew Morton,
Zhang, Rui
>-----Original Message-----
>From: Linus Torvalds [mailto:torvalds@linux-foundation.org]
>Sent: Tuesday, February 24, 2009 1:59 PM
>To: Dave Airlie
>Cc: Ingo Molnar; Yinghai Lu; H. Peter Anvin; Pallipadi,
>Venkatesh; Siddha, Suresh B; Arjan van de Ven; Andy Isaacson;
>Maciej Rutecki; Rafael J. Wysocki; Eric Anholt; Linux Kernel
>Mailing List; Jesse Barnes; lenb@kernel.org; mjg@redhat.com;
>Andrew Morton; Zhang, Rui
>Subject: Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page]
>*ERROR* can not ioremap virtual address for G33 hw status page
>
>
>
>On Wed, 25 Feb 2009, Dave Airlie wrote:
>> >
>> > The other question is, why did the ioremap_wc() fail? Why doesnt
>> > it fall back to UC transparently?
>>
>> I'm sort of worried the drivers are going to end up doing, which at
>> the moment is the only option that will work.
>>
>> blah = ioremap_wc();
>> if (!blah)
>> blah = ioremap_nocache();
>>
>> which seems pointless so this is a good point, where is the fallback?
>
>I agree.
>
>We should not fail the ioremap_wc(), we should just fall back
>to nocache,
>(possibly with a warning). In fact I thought we did exactly that, but
>maybe it only happens in certain directions.
>
Yes. We do allow fallback from WC to UC in ioremap. Atleast the code is
intended to do that, unless there is a conflicting WB mapping to this region,
in which case we will fail ioremap_wc. But, that doesn't seem to be the case
as simple ioremap seems to go through without any error. Looking through this
code for any bugs...
Also, it will be interesting to look at pat_memtype_list in /debug/x86 when
ioremap_wc fails here..
Thanks,
Venki
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-24 6:48 ` Andy Isaacson
@ 2009-02-24 22:54 ` Andy Isaacson
2009-02-25 14:35 ` Zdenek Kabelac
0 siblings, 1 reply; 24+ messages in thread
From: Andy Isaacson @ 2009-02-24 22:54 UTC (permalink / raw)
To: Yinghai Lu
Cc: Maciej Rutecki, Rafael J. Wysocki, Eric Anholt, Linus Torvalds,
Linux Kernel Mailing List, Jesse Barnes, lenb@kernel.org,
Ingo Molnar, mjg, Andrew Morton, rui.zhang, airlied
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=unknown-8bit, Size: 149004 bytes --]
On Mon, Feb 23, 2009 at 10:48:30PM -0800, Andy Isaacson wrote:
> On Mon, Feb 23, 2009 at 09:50:03PM -0800, Yinghai Lu wrote:
> > > reg 0, base: 0GB, range: 32GB, type WB
> > > reg 1, base: 3584MB, range: 512MB, type UC
> > > reg 2, base: 2012MB, range: 4MB, type UC
> > > reg 3, base: 2016MB, range: 32MB, type UC
> >
> > the BIOS is so sick
> > according to MTRR, it said:
> > [0,2012M) is WB
> > [2048M, 3.5G) is WB too
> > [4G, 32G) is WB
> >
> > but according to e820: about [0,2g) is RAM...
> >
> > really not how to workaround in BIOS.
> >
> > please check if you have some new BIOS?
>
> That was with bios A11. There is an A12 available on dell.com, I'll try
> installing it tomorrow...
With BIOS A12 2.6.29-rc6 still fails to initialize Xorg, but I think the
failure is different -- Xorg.0.log says:
(II) intel(0): Initializing HW Cursor
(II) intel(0): [DRI] installation complete
(II) intel(0): xf86BindGARTMemory: bind key 0 at 0x01fff000 (pgoffset 8191)
(II) intel(0): xf86BindGARTMemory: bind key 1 at 0x02000000 (pgoffset 8192)
(II) intel(0): xf86BindGARTMemory: bind key 2 at 0x02640000 (pgoffset 9792)
(II) intel(0): xf86BindGARTMemory: bind key 3 at 0x02c80000 (pgoffset 11392)
(II) intel(0): Fixed memory allocation layout:
(II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
(II) intel(0): 0x00020000-0x00083fff: compressed frame buffer (400 kB, 0x000000007e020000 physical
)
(II) intel(0): 0x00084000-0x0008dfff: HW cursors (40 kB)
(II) intel(0): 0x0008e000-0x00095fff: logical 3D context (32 kB)
(II) intel(0): 0x00096000-0x000a7fff: exa G965 state buffer (72 kB)
(II) intel(0): 0x000a8000-0x000a8fff: power context (4 kB)
(II) intel(0): 0x00100000-0x0073ffff: front buffer (6400 kB) X tiled
(II) intel(0): 0x00740000-0x019fffff: exa offscreen (19200 kB)
(II) intel(0): 0x01fff000: end of stolen memory
(II) intel(0): 0x01fff000-0x01ffffff: HW status (4 kB)
(II) intel(0): 0x02000000-0x0263ffff: back buffer (6400 kB) X tiled
(II) intel(0): 0x02640000-0x02c7ffff: depth buffer (6400 kB) Y tiled
(II) intel(0): 0x02c80000-0x04c7ffff: classic textures (32768 kB)
(II) intel(0): 0x10000000: end of aperture
(WW) intel(0): ESR is 0x00000010, page table error
(WW) intel(0): PGTBL_ER is 0x00100000, CS instruction GTT PTE
(WW) intel(0): Existing errors found in hardware state.
(II) intel(0): using SSC reference clock of 100 MHz
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(II) intel(0): Output configuration:
(II) intel(0): Pipe A is off
(II) intel(0): Display plane A is now disabled and connected to pipe A.
(II) intel(0): Pipe B is on
(II) intel(0): Display plane B is now enabled and connected to pipe B.
(II) intel(0): Output VGA is connected to pipe none
(II) intel(0): Output LVDS is connected to pipe B
(II) intel(0): Output HDMI-1 is connected to pipe none
(II) intel(0): Output HDMI-2 is connected to pipe none
(II) intel(0): Output TV is connected to pipe none
(EE) intel(0): hw status page initialization Failed
(EE) intel(0): Fail to setup hardware status page.
(II) intel(0): [drm] removed 1 reserved context for kernel
(II) intel(0): [drm] unmapping 8192 bytes of SAREA 0x2efff000 at 0x7f0e1aebd000
(II) intel(0): [drm] Closed DRM master.
dmesg says:
[ 0.000000] Linux version 2.6.29-rc6-00000-rc6-dirty (adi@cvp-loaner-01) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) ) #17 SMP Tue Feb 24 14:26:22 PST 2009
[ 0.000000] Command line: root=/dev/sda1 ro
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000007d04d400 (usable)
[ 0.000000] BIOS-e820: 000000007d04d400 - 000000007d04f400 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000007d04f400 - 0000000080000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1c000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000feda0000 - 00000000feda6000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffe60000 - 0000000100000000 (reserved)
[ 0.000000] DMI 2.4 present.
[ 0.000000] last_pfn = 0x7d04d max_arch_pfn = 0x100000000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] total RAM coverred: 32220M
[ 0.000000] gran_size: 64K ^Ichunk_size: 64K ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 64K ^Ichunk_size: 128K ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 64K ^Ichunk_size: 256K ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 64K ^Ichunk_size: 512K ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 64K ^Ichunk_size: 1M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 64K ^Ichunk_size: 2M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 64K ^Ichunk_size: 4M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 64K ^Ichunk_size: 8M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 64K ^Ichunk_size: 16M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 64K ^Ichunk_size: 32M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 64K ^Ichunk_size: 64M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 64K ^Ichunk_size: 128M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 64K ^Ichunk_size: 256M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 64K ^Ichunk_size: 512M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 64K ^Ichunk_size: 1G ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 64K ^Ichunk_size: 2G ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 128K ^Ichunk_size: 128K ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 128K ^Ichunk_size: 256K ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 128K ^Ichunk_size: 512K ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 128K ^Ichunk_size: 1M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 128K ^Ichunk_size: 2M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 128K ^Ichunk_size: 4M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 128K ^Ichunk_size: 8M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 128K ^Ichunk_size: 16M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 128K ^Ichunk_size: 32M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 128K ^Ichunk_size: 64M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 128K ^Ichunk_size: 128M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 128K ^Ichunk_size: 256M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 128K ^Ichunk_size: 512M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 128K ^Ichunk_size: 1G ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 128K ^Ichunk_size: 2G ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 256K ^Ichunk_size: 256K ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 256K ^Ichunk_size: 512K ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 256K ^Ichunk_size: 1M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 256K ^Ichunk_size: 2M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 256K ^Ichunk_size: 4M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 256K ^Ichunk_size: 8M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 256K ^Ichunk_size: 16M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 256K ^Ichunk_size: 32M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 256K ^Ichunk_size: 64M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 256K ^Ichunk_size: 128M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 256K ^Ichunk_size: 256M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 256K ^Ichunk_size: 512M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 256K ^Ichunk_size: 1G ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 256K ^Ichunk_size: 2G ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 512K ^Ichunk_size: 512K ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 512K ^Ichunk_size: 1M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 512K ^Ichunk_size: 2M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 512K ^Ichunk_size: 4M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 512K ^Ichunk_size: 8M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 512K ^Ichunk_size: 16M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 512K ^Ichunk_size: 32M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 512K ^Ichunk_size: 64M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 512K ^Ichunk_size: 128M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 512K ^Ichunk_size: 256M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 512K ^Ichunk_size: 512M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 512K ^Ichunk_size: 1G ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 512K ^Ichunk_size: 2G ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 1M ^Ichunk_size: 1M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 1M ^Ichunk_size: 2M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 1M ^Ichunk_size: 4M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 1M ^Ichunk_size: 8M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 1M ^Ichunk_size: 16M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 1M ^Ichunk_size: 32M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 1M ^Ichunk_size: 64M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 1M ^Ichunk_size: 128M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 1M ^Ichunk_size: 256M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 1M ^Ichunk_size: 512M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 1M ^Ichunk_size: 1G ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 1M ^Ichunk_size: 2G ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 2M ^Ichunk_size: 2M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 2M ^Ichunk_size: 4M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 2M ^Ichunk_size: 8M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 2M ^Ichunk_size: 16M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 2M ^Ichunk_size: 32M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 2M ^Ichunk_size: 64M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 2M ^Ichunk_size: 128M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 2M ^Ichunk_size: 256M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 2M ^Ichunk_size: 512M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 2M ^Ichunk_size: 1G ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 2M ^Ichunk_size: 2G ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 4M ^Ichunk_size: 4M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 4M ^Ichunk_size: 8M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 4M ^Ichunk_size: 16M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 4M ^Ichunk_size: 32M ^Inum_reg: 7 ^Ilose cover RAM: 30208M
[ 0.000000] gran_size: 4M ^Ichunk_size: 64M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 4M ^Ichunk_size: 128M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 4M ^Ichunk_size: 256M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 4M ^Ichunk_size: 512M ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 4M ^Ichunk_size: 1G ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 4M ^Ichunk_size: 2G ^Inum_reg: 7 ^Ilose cover RAM: 16G
[ 0.000000] gran_size: 8M ^Ichunk_size: 8M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 8M ^Ichunk_size: 16M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 8M ^Ichunk_size: 32M ^Inum_reg: 7 ^Ilose cover RAM: 30212M
[ 0.000000] gran_size: 8M ^Ichunk_size: 64M ^Inum_reg: 7 ^Ilose cover RAM: 16388M
[ 0.000000] gran_size: 8M ^Ichunk_size: 128M ^Inum_reg: 7 ^Ilose cover RAM: 16388M
[ 0.000000] gran_size: 8M ^Ichunk_size: 256M ^Inum_reg: 7 ^Ilose cover RAM: 16388M
[ 0.000000] gran_size: 8M ^Ichunk_size: 512M ^Inum_reg: 7 ^Ilose cover RAM: 16388M
[ 0.000000] gran_size: 8M ^Ichunk_size: 1G ^Inum_reg: 7 ^Ilose cover RAM: 16388M
[ 0.000000] gran_size: 8M ^Ichunk_size: 2G ^Inum_reg: 7 ^Ilose cover RAM: 16388M
[ 0.000000] gran_size: 16M ^Ichunk_size: 16M ^Inum_reg: 7 ^Ilose cover RAM: 29196M
[ 0.000000] gran_size: 16M ^Ichunk_size: 32M ^Inum_reg: 7 ^Ilose cover RAM: 30220M
[ 0.000000] gran_size: 16M ^Ichunk_size: 64M ^Inum_reg: 7 ^Ilose cover RAM: 16396M
[ 0.000000] gran_size: 16M ^Ichunk_size: 128M ^Inum_reg: 7 ^Ilose cover RAM: 16396M
[ 0.000000] gran_size: 16M ^Ichunk_size: 256M ^Inum_reg: 7 ^Ilose cover RAM: 16396M
[ 0.000000] gran_size: 16M ^Ichunk_size: 512M ^Inum_reg: 7 ^Ilose cover RAM: 16396M
[ 0.000000] gran_size: 16M ^Ichunk_size: 1G ^Inum_reg: 7 ^Ilose cover RAM: 16396M
[ 0.000000] gran_size: 16M ^Ichunk_size: 2G ^Inum_reg: 7 ^Ilose cover RAM: 16396M
[ 0.000000] gran_size: 32M ^Ichunk_size: 32M ^Inum_reg: 7 ^Ilose cover RAM: 28700M
[ 0.000000] gran_size: 32M ^Ichunk_size: 64M ^Inum_reg: 7 ^Ilose cover RAM: 28700M
[ 0.000000] gran_size: 32M ^Ichunk_size: 128M ^Inum_reg: 7 ^Ilose cover RAM: 28M
[ 0.000000] gran_size: 32M ^Ichunk_size: 256M ^Inum_reg: 7 ^Ilose cover RAM: 28M
[ 0.000000] gran_size: 32M ^Ichunk_size: 512M ^Inum_reg: 7 ^Ilose cover RAM: 28M
[ 0.000000] gran_size: 32M ^Ichunk_size: 1G ^Inum_reg: 7 ^Ilose cover RAM: 28M
[ 0.000000] gran_size: 32M ^Ichunk_size: 2G ^Inum_reg: 7 ^Ilose cover RAM: 28M
[ 0.000000] gran_size: 64M ^Ichunk_size: 64M ^Inum_reg: 7 ^Ilose cover RAM: 28700M
[ 0.000000] gran_size: 64M ^Ichunk_size: 128M ^Inum_reg: 7 ^Ilose cover RAM: 28M
[ 0.000000] gran_size: 64M ^Ichunk_size: 256M ^Inum_reg: 7 ^Ilose cover RAM: 28M
[ 0.000000] gran_size: 64M ^Ichunk_size: 512M ^Inum_reg: 7 ^Ilose cover RAM: 28M
[ 0.000000] gran_size: 64M ^Ichunk_size: 1G ^Inum_reg: 7 ^Ilose cover RAM: 28M
[ 0.000000] gran_size: 64M ^Ichunk_size: 2G ^Inum_reg: 7 ^Ilose cover RAM: 28M
[ 0.000000] gran_size: 128M ^Ichunk_size: 128M ^Inum_reg: 7 ^Ilose cover RAM: 24668M
[ 0.000000] gran_size: 128M ^Ichunk_size: 256M ^Inum_reg: 7 ^Ilose cover RAM: 92M
[ 0.000000] gran_size: 128M ^Ichunk_size: 512M ^Inum_reg: 7 ^Ilose cover RAM: 92M
[ 0.000000] gran_size: 128M ^Ichunk_size: 1G ^Inum_reg: 7 ^Ilose cover RAM: 92M
[ 0.000000] gran_size: 128M ^Ichunk_size: 2G ^Inum_reg: 7 ^Ilose cover RAM: 92M
[ 0.000000] gran_size: 256M ^Ichunk_size: 256M ^Inum_reg: 7 ^Ilose cover RAM: 16604M
[ 0.000000] gran_size: 256M ^Ichunk_size: 512M ^Inum_reg: 7 ^Ilose cover RAM: 220M
[ 0.000000] gran_size: 256M ^Ichunk_size: 1G ^Inum_reg: 7 ^Ilose cover RAM: 220M
[ 0.000000] gran_size: 256M ^Ichunk_size: 2G ^Inum_reg: 7 ^Ilose cover RAM: 220M
[ 0.000000] gran_size: 512M ^Ichunk_size: 512M ^Inum_reg: 7 ^Ilose cover RAM: 476M
[ 0.000000] gran_size: 512M ^Ichunk_size: 1G ^Inum_reg: 7 ^Ilose cover RAM: 476M
[ 0.000000] gran_size: 512M ^Ichunk_size: 2G ^Inum_reg: 7 ^Ilose cover RAM: 476M
[ 0.000000] gran_size: 1G ^Ichunk_size: 1G ^Inum_reg: 5 ^Ilose cover RAM: 1500M
[ 0.000000] gran_size: 1G ^Ichunk_size: 2G ^Inum_reg: 5 ^Ilose cover RAM: 1500M
[ 0.000000] gran_size: 2G ^Ichunk_size: 2G ^Inum_reg: 3 ^Ilose cover RAM: 3548M
[ 0.000000] mtrr_cleanup: can not find optimal value
[ 0.000000] please specify mtrr_gran_size/mtrr_chunk_size
[ 0.000000] init_memory_mapping: 0000000000000000-000000007d04d000
[ 0.000000] last_map_addr: 7d04d000 end: 7d04d000
[ 0.000000] RAMDISK: 37c4b000 - 37fefdc2
[ 0.000000] ACPI: RSDP 000FB9C0, 0024 (r2 DELL )
[ 0.000000] ACPI: XSDT 7D051E00, 006C (r1 DELL M09 27D9020D ASL 61)
[ 0.000000] ACPI: FACP 7D051C9C, 00F4 (r4 DELL M09 27D9020D ASL 61)
[ 0.000000] ACPI Warning (tbfadt-0568): 32/64X length mismatch in Gpe0Block: 128/64
[ 0.000000] FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)
[ 0.000000] ACPI: DSDT 7D052400, 6A2B (r2 INT430 SYSFexxx 1001 INTL 20050624)
[ 0.000000] ACPI: FACS 7D060C00, 0040
[ 0.000000] ACPI: HPET 7D051F00, 0038 (r1 DELL M09 1 ASL 61)
[ 0.000000] ACPI: ____ 7D060400, 0030 (r1 DELL M09 27D9020D ASL 61)
[ 0.000000] ACPI: APIC 7D052000, 0068 (r1 DELL M09 27D9020D ASL 47)
[ 0.000000] ACPI: ASF! 7D051C00, 006A (r32 DELL M09 27D9020D ASL 61)
[ 0.000000] ACPI: MCFG 7D051FC0, 003E (r16 DELL M09 27D9020D ASL 61)
[ 0.000000] ACPI: TCPA 7D052300, 0032 (r1 0 ASL 0)
[ 0.000000] ACPI: SLIC 7D05209C, 0176 (r1 DELL M09 27D9020D ASL 61)
[ 0.000000] ACPI: SSDT 7D05032D, 066C (r1 PmRef CpuPm 3000 INTL 20050624)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-000000007d04d000
[ 0.000000] Bootmem setup node 0 0000000000000000-000000007d04d000
[ 0.000000] NODE_DATA
[ 0.000000] bootmap
[ 0.000000] (6 early reservations) ==> bootmem
[ 0.000000] #0
[ 0.000000] #1
[ 0.000000] #2
[ 0.000000] #3
[ 0.000000] #4
[ 0.000000] #5
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00100000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map
[ 0.000000] 0: 0x00000000 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0007d04d
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: LAPIC (acpi_id
[ 0.000000] ACPI: LAPIC (acpi_id
[ 0.000000] ACPI: LAPIC_NMI (acpi_id
[ 0.000000] ACPI: LAPIC_NMI (acpi_id
[ 0.000000] ACPI: IOAPIC (id
[ 0.000000] IOAPIC
[ 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] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 88000000 (gap: 80000000:78000000)
[ 0.000000] NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Allocating 69632 bytes of per cpu data
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 502367
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: root=/dev/sda1 ro
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2526.754 MHz processor.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console
[ 0.004000] Checking aperture...
[ 0.004000] No AGP bridge found
[ 0.004000] Memory: 2005104k/2048308k available (4740k kernel code, 388k absent, 42816k reserved, 3111k data, 640k init)
[ 0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.004000] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5053.50 BogoMIPS (lpj=10107016)
[ 0.004000] Security Framework initialized
[ 0.004000] SELinux: Initializing.
[ 0.004000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.004176] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.004926] Mount-cache hash table entries: 256
[ 0.005190] Initializing cgroup subsys ns
[ 0.005303] Initializing cgroup subsys cpuacct
[ 0.005434] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.005586] CPU: L2 cache: 6144K
[ 0.005696]
[ 0.005808] CPU 0/0x0 -> Node 0
[ 0.005917] CPU: Physical Processor ID: 0
[ 0.006027] CPU: Processor Core ID: 0
[ 0.006139] using mwait in idle threads.
[ 0.008748] ACPI: Core revision 20081204
[ 0.020057] Setting APIC routing to flat
[ 0.020718] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.061037] CPU0: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping 06
[ 0.064001] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.004000] Initializing CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 5053.96 BogoMIPS (lpj=10107927)
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 6144K
[ 0.004000]
[ 0.004000] CPU 1/0x1 -> Node 0
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 1
[ 0.004000] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[ 0.149663] CPU1: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping 06
[ 0.150907] checking TSC synchronization
[ 0.152088] Brought up 2 CPUs
[ 0.152196] Total of 2 processors activated (10107.47 BogoMIPS).
[ 0.152392] khelper used greatest stack depth: 5976 bytes left
[ 0.152392] net_namespace: 1784 bytes
[ 0.152392] Booting paravirtualized kernel on bare hardware
[ 0.156132] Time: 22:39:36 Date: 02/24/09
[ 0.156263] NET: Registered protocol family 16
[ 0.156389] ACPI: bus type pci registered
[ 0.156389] PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
[ 0.156389] PCI: MCFG area at f8000000 reserved in E820
[ 0.160009] PCI: Using MMCONFIG at f8000000 - fbffffff
[ 0.160119] PCI: Using configuration type 1 for base access
[ 0.164029] bio: create slab <bio-0> at 0
[ 0.164938] ACPI: BIOS _OSI(Linux) query ignored
[ 0.224020] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 0.228208] ACPI: Interpreter enabled
[ 0.228316] ACPI: (supports S0 S3 S4 S5)
[ 0.228599] ACPI: Using IOAPIC for interrupt routing
[ 0.336224] ACPI: EC: GPE = 0x11, I/O: command/status = 0x934, data = 0x930
[ 0.336224] ACPI: EC: driver started in interrupt mode
[ 0.340018] ACPI: No dock devices found.
[ 0.340134] ACPI: PCI Root Bridge
[ 0.340266] DMAR: Forcing write-buffer flush capability
[ 0.340382] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.340495] pci 0000:00:19.0: PME# disabled
[ 0.340992] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.341105] pci 0000:00:1a.7: PME# disabled
[ 0.341321] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.341433] pci 0000:00:1b.0: PME# disabled
[ 0.341617] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.341730] pci 0000:00:1c.0: PME# disabled
[ 0.341916] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.342028] pci 0000:00:1c.1: PME# disabled
[ 0.342215] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.342328] pci 0000:00:1c.2: PME# disabled
[ 0.342516] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.342628] pci 0000:00:1c.3: PME# disabled
[ 0.343135] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.343248] pci 0000:00:1d.7: PME# disabled
[ 0.343677] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.344007] pci 0000:00:1f.2: PME# disabled
[ 0.344484] pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
[ 0.344621] pci 0000:0c:00.0: PME# disabled
[ 0.345054] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.345167] pci 0000:03:01.0: PME# disabled
[ 0.345372] pci 0000:03:01.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.345486] pci 0000:03:01.1: PME# disabled
[ 0.345690] pci 0000:03:01.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.345804] pci 0000:03:01.2: PME# disabled
[ 0.345975] pci 0000:00:1e.0: transparent bridge
[ 0.360650] ACPI: PCI Interrupt Link
[ 0.360650] ACPI: PCI Interrupt Link
[ 0.360929] ACPI: PCI Interrupt Link
[ 0.361322] ACPI: PCI Interrupt Link
[ 0.361798] ACPI: PCI Interrupt Link
[ 0.362518] ACPI: PCI Interrupt Link
[ 0.364556] ACPI: PCI Interrupt Link
[ 0.365264] ACPI: PCI Interrupt Link
[ 0.366060] SCSI subsystem initialized
[ 0.366060] usbcore: registered new interface driver usbfs
[ 0.366060] usbcore: registered new interface driver hub
[ 0.366060] usbcore: registered new device driver usb
[ 0.366060] PCI: Using ACPI for IRQ routing
[ 0.380007] Bluetooth: Core ver 2.14
[ 0.380122] NET: Registered protocol family 31
[ 0.380122] Bluetooth: HCI device and connection manager initialized
[ 0.380233] Bluetooth: HCI socket layer initialized
[ 0.396026] cfg80211: Using static regulatory domain info
[ 0.396124] cfg80211: Regulatory domain: US
[ 0.396232] ^I(start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 0.396403] ^I(2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
[ 0.396514] ^I(5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 0.396625] ^I(5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 0.396735] ^I(5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 0.396844] ^I(5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 0.396954] ^I(5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
[ 0.397065] cfg80211: Calling CRDA for country: US
[ 0.397178] NetLabel: Initializing
[ 0.397178] NetLabel: domain hash size = 128
[ 0.397178] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.397178] NetLabel: unlabeled traffic allowed by default
[ 0.397178] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.397178] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.420008] pnp: PnP ACPI init
[ 0.420118] ACPI: bus type pnp registered
[ 0.501305] pnp: PnP ACPI: found 14 devices
[ 0.501412] ACPI: ACPI bus type pnp unregistered
[ 0.501525] system 00:05: ioport range 0xc80-0xcaf has been reserved
[ 0.501636] system 00:05: ioport range 0xcc0-0xcff could not be reserved
[ 0.501751] system 00:08: iomem range 0xfed00000-0xfed003ff has been reserved
[ 0.501864] system 00:0a: ioport range 0xcb0-0xcbb has been reserved
[ 0.501973] system 00:0a: iomem range 0xfed40000-0xfed44fff has been reserved
[ 0.502088] system 00:0b: ioport range 0x900-0x92f has been reserved
[ 0.502199] system 00:0b: ioport range 0x931-0x933 has been reserved
[ 0.502310] system 00:0b: ioport range 0x935-0x97f has been reserved
[ 0.502421] system 00:0b: ioport range 0x4d0-0x4d1 has been reserved
[ 0.502531] system 00:0b: ioport range 0x1000-0x1005 has been reserved
[ 0.502642] system 00:0b: ioport range 0x1008-0x100f has been reserved
[ 0.502754] system 00:0c: ioport range 0xf400-0xf4fe has been reserved
[ 0.502865] system 00:0c: ioport range 0x1006-0x1007 has been reserved
[ 0.502976] system 00:0c: ioport range 0x100a-0x1059 could not be reserved
[ 0.503087] system 00:0c: ioport range 0x1060-0x107f has been reserved
[ 0.503199] system 00:0c: ioport range 0x1080-0x10bf has been reserved
[ 0.503310] system 00:0c: ioport range 0x1100-0x111f has been reserved
[ 0.503421] system 00:0c: ioport range 0x1010-0x102f has been reserved
[ 0.503532] system 00:0c: ioport range 0x809-0x809 has been reserved
[ 0.503645] system 00:0d: iomem range 0x0-0x9efff could not be reserved
[ 0.503757] system 00:0d: iomem range 0x9f000-0x9ffff could not be reserved
[ 0.503868] system 00:0d: iomem range 0xc0000-0xcffff has been reserved
[ 0.503980] system 00:0d: iomem range 0xe0000-0xfffff has been reserved
[ 0.504098] system 00:0d: iomem range 0x100000-0x7d04d3ff could not be reserved
[ 0.504270] system 00:0d: iomem range 0x7d04d400-0x7dafffff could not be reserved
[ 0.504443] system 00:0d: iomem range 0x7db00000-0x7dbfffff has been reserved
[ 0.504554] system 00:0d: iomem range 0xffe00000-0xffffffff could not be reserved
[ 0.504726] system 00:0d: iomem range 0xffa00000-0xffbfffff has been reserved
[ 0.504839] system 00:0d: iomem range 0xfec00000-0xfec0ffff has been reserved
[ 0.504950] system 00:0d: iomem range 0xfee00000-0xfee0ffff has been reserved
[ 0.505063] system 00:0d: iomem range 0xfed20000-0xfed3ffff has been reserved
[ 0.505174] system 00:0d: iomem range 0xfed45000-0xfed8ffff has been reserved
[ 0.505285] system 00:0d: iomem range 0xfeda0000-0xfeda3fff has been reserved
[ 0.505397] system 00:0d: iomem range 0xfeda4000-0xfeda4fff has been reserved
[ 0.505508] system 00:0d: iomem range 0xfeda5000-0xfeda5fff has been reserved
[ 0.505620] system 00:0d: iomem range 0xfeda6000-0xfeda6fff has been reserved
[ 0.505731] system 00:0d: iomem range 0xfed1c800-0xfed1cfff has been reserved
[ 0.505843] system 00:0d: iomem range 0xfed18000-0xfed1bfff has been reserved
[ 0.505955] system 00:0d: iomem range 0xf8000000-0xfbffffff has been reserved
[ 0.510997] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:0b
[ 0.511106] pci 0000:00:1c.0: IO window: disabled
[ 0.511219] pci 0000:00:1c.0: MEM window: disabled
[ 0.511330] pci 0000:00:1c.0: PREFETCH window: disabled
[ 0.511444] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:0c
[ 0.511554] pci 0000:00:1c.1: IO window: disabled
[ 0.511666] pci 0000:00:1c.1: MEM window: 0xf6900000-0xf69fffff
[ 0.511778] pci 0000:00:1c.1: PREFETCH window: disabled
[ 0.511891] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:0d
[ 0.512005] pci 0000:00:1c.2: IO window: disabled
[ 0.512117] pci 0000:00:1c.2: MEM window: disabled
[ 0.512227] pci 0000:00:1c.2: PREFETCH window: disabled
[ 0.512341] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:0e
[ 0.512451] pci 0000:00:1c.3: IO window: 0xd000-0xdfff
[ 0.512564] pci 0000:00:1c.3: MEM window: 0xf6600000-0xf68fffff
[ 0.512676] pci 0000:00:1c.3: PREFETCH window: 0x000000f0000000-0x000000f01fffff
[ 0.514626] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
[ 0.514735] pci 0000:00:1e.0: IO window: disabled
[ 0.514846] pci 0000:00:1e.0: MEM window: 0xf6500000-0xf65fffff
[ 0.514957] pci 0000:00:1e.0: PREFETCH window: disabled
[ 0.515079] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.515201] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 0.515322] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.515443] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.515622] NET: Registered protocol family 2
[ 0.560083] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.560760] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.562421] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.562990] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.563102] TCP reno registered
[ 0.572077] NET: Registered protocol family 1
[ 0.572288] checking if image is initramfs... it is
[ 0.832962] Freeing initrd memory: 3731k freed
[ 0.834470] Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.834880] audit: initializing netlink socket (disabled)
[ 0.835005] type=2000 audit(1235515176.832:1): initialized
[ 0.842439] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.844791] VFS: Disk quotas dquot_6.5.2
[ 0.844973] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.845874] msgmni has been set to 3923
[ 0.846388] alg: No test for stdrng (krng)
[ 0.846588] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.846758] io scheduler noop registered
[ 0.846864] io scheduler anticipatory registered
[ 0.846970] io scheduler deadline registered
[ 0.847178] io scheduler cfq registered (default)
[ 0.848687] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.849408] ACPI: SSDT 7D050999, 0281 (r1 PmRef BspIst 3000 INTL 20050624)
[ 0.850043] ACPI: SSDT 7D050DF1, 05C6 (r1 PmRef BspCst 3001 INTL 20050624)
[ 0.850659] ACPI: CPU0 (power states: C1
[ 0.850974] processor ACPI_CPU:00: registered as cooling_device0
[ 0.851084] ACPI: Processor
[ 0.851699] ACPI: SSDT 7D050C1A, 01D7 (r1 PmRef ApIst 3000 INTL 20050624)
[ 0.852300] ACPI: SSDT 7D0513B7, 008D (r1 PmRef ApCst 3000 INTL 20050624)
[ 0.852962] ACPI: CPU1 (power states: C1
[ 0.853271] processor ACPI_CPU:01: registered as cooling_device1
[ 0.853381] ACPI: Processor
[ 0.876908] XENFS: not registering filesystem on non-xen platform
[ 0.879478] Non-volatile memory driver v1.3
[ 0.879585] Linux agpgart interface v0.103
[ 0.879704] agpgart-intel 0000:00:00.0: Intel Mobile Intel® GM45 Express Chipset
[ 0.881754] agpgart-intel 0000:00:00.0: detected 32764K stolen memory
[ 0.885571] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[ 0.885782]
[ 0.885947] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.898806] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[ 0.898980]
[ 0.898981] . Graphics performance may suffer.
[ 0.899221]
[ 0.899343] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.156284] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 1.156783] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 1.158371] brd: module loaded
[ 1.158536] console
[ 1.158642] netconsole: network logging started
[ 1.158806] Loading iSCSI transport class v2.0-870.
[ 1.159111] Driver 'sd' needs updating - please use bus_type methods
[ 1.159251] Driver 'sr' needs updating - please use bus_type methods
[ 1.159457] ahci 0000:00:1f.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 1.159654] ahci: SSS flag set, parallel bus scan disabled
[ 1.159794] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
[ 1.159967] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ems
[ 1.160453] scsi0 : ahci
[ 1.160686] scsi1 : ahci
[ 1.160889] scsi2 : ahci
[ 1.161084] scsi3 : ahci
[ 1.161285] scsi4 : ahci
[ 1.161482] scsi5 : ahci
[ 1.162105] ata1: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1c900 irq 29
[ 1.162277] ata2: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1c980 irq 29
[ 1.162448] ata3: DUMMY
[ 1.162551] ata4: DUMMY
[ 1.162656] ata5: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1cb00 irq 29
[ 1.162828] ata6: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1cb80 irq 29
[ 1.644016] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.646368] ata1.00: ATA-8: ST9160414ASG, DEC5, max UDMA/133
[ 1.646477] ata1.00: 312581808 sectors, multi 1: LBA48 NCQ (depth 31/32)
[ 1.649387] ata1.00: configured for UDMA/133
[ 1.664089] scsi 0:0:0:0: Direct-Access ATA ST9160414ASG DEC5 PQ: 0 ANSI: 5
[ 1.664400] sd 0:0:0:0:
[ 1.664583] sd 0:0:0:0:
[ 1.664711] sd 0:0:0:0:
[ 1.664927] sd 0:0:0:0:
[ 1.665110] sd 0:0:0:0:
[ 1.665239] sd 0:0:0:0:
[ 1.665413] sda: sda1 sda2 < sda5 >
[ 1.723007] sd 0:0:0:0:
[ 1.723185] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.204015] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.208163] ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-U20N, A101, max UDMA/133
[ 2.212972] ata2.00: configured for UDMA/133
[ 2.230942] scsi 1:0:0:0: CD-ROM HL-DT-ST DVD+-RW GSA-U20N A101 PQ: 0 ANSI: 5
[ 2.242181] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.242355] Uniform CD-ROM driver Revision: 3.20
[ 2.242643] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 2.560014] ata5: SATA link down (SStatus 0 SControl 300)
[ 2.896014] ata6: SATA link down (SStatus 0 SControl 300)
[ 2.912158] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.912291] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 2.912414] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 2.912619] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 2.916698] ehci_hcd 0000:00:1a.7: debug port 1
[ 2.916822] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfed1c400
[ 2.928006] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 2.928153] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.928264] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.928435] usb usb1: Product: EHCI Host Controller
[ 2.928543] usb usb1: Manufacturer: Linux 2.6.29-rc6-00000-rc6-dirty ehci_hcd
[ 2.928654] usb usb1: SerialNumber: 0000:00:1a.7
[ 2.928821] usb usb1: configuration #1 chosen from 1 choice
[ 2.928978] hub 1-0:1.0: USB hub found
[ 2.929089] hub 1-0:1.0: 6 ports detected
[ 2.929355] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 2.929477] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 2.929659] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 2.933728] ehci_hcd 0000:00:1d.7: debug port 1
[ 2.933851] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfed1c000
[ 2.952005] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 2.952138] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.952249] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.952421] usb usb2: Product: EHCI Host Controller
[ 2.952529] usb usb2: Manufacturer: Linux 2.6.29-rc6-00000-rc6-dirty ehci_hcd
[ 2.952640] usb usb2: SerialNumber: 0000:00:1d.7
[ 2.952804] usb usb2: configuration #1 chosen from 1 choice
[ 2.952961] hub 2-0:1.0: USB hub found
[ 2.953070] hub 2-0:1.0: 6 ports detected
[ 2.953325] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.953470] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.953647] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 2.953766] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 2.953950] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 2.954126] uhci_hcd 0000:00:1a.0: detected 2 ports
[ 2.954257] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f60
[ 2.954397] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.954507] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.954679] usb usb3: Product: UHCI Host Controller
[ 2.954786] usb usb3: Manufacturer: Linux 2.6.29-rc6-00000-rc6-dirty uhci_hcd
[ 2.954898] usb usb3: SerialNumber: 0000:00:1a.0
[ 2.955061] usb usb3: configuration #1 chosen from 1 choice
[ 2.955221] hub 3-0:1.0: USB hub found
[ 2.955332] hub 3-0:1.0: 2 ports detected
[ 2.955558] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 2.955676] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 2.955859] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 2.956039] uhci_hcd 0000:00:1a.1: detected 2 ports
[ 2.956176] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f80
[ 2.956320] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.958208] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.958380] usb usb4: Product: UHCI Host Controller
[ 2.958488] usb usb4: Manufacturer: Linux 2.6.29-rc6-00000-rc6-dirty uhci_hcd
[ 2.958598] usb usb4: SerialNumber: 0000:00:1a.1
[ 2.958767] usb usb4: configuration #1 chosen from 1 choice
[ 2.958923] hub 4-0:1.0: USB hub found
[ 2.959032] hub 4-0:1.0: 2 ports detected
[ 2.959261] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 2.959378] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 2.959567] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 2.959743] uhci_hcd 0000:00:1a.2: detected 2 ports
[ 2.959873] uhci_hcd 0000:00:1a.2: irq 22, io base 0x00006fa0
[ 2.960016] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.960127] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.960299] usb usb5: Product: UHCI Host Controller
[ 2.960406] usb usb5: Manufacturer: Linux 2.6.29-rc6-00000-rc6-dirty uhci_hcd
[ 2.960517] usb usb5: SerialNumber: 0000:00:1a.2
[ 2.960682] usb usb5: configuration #1 chosen from 1 choice
[ 2.960839] hub 5-0:1.0: USB hub found
[ 2.960948] hub 5-0:1.0: 2 ports detected
[ 2.961177] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 2.961295] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 2.961491] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 2.961668] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 2.961799] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f00
[ 2.961939] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.962050] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.962221] usb usb6: Product: UHCI Host Controller
[ 2.962329] usb usb6: Manufacturer: Linux 2.6.29-rc6-00000-rc6-dirty uhci_hcd
[ 2.962440] usb usb6: SerialNumber: 0000:00:1d.0
[ 2.962607] usb usb6: configuration #1 chosen from 1 choice
[ 2.962761] hub 6-0:1.0: USB hub found
[ 2.962871] hub 6-0:1.0: 2 ports detected
[ 2.963101] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 2.963219] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 2.963412] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 2.963588] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 2.963718] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f20
[ 2.963861] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.963972] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.964146] usb usb7: Product: UHCI Host Controller
[ 2.964254] usb usb7: Manufacturer: Linux 2.6.29-rc6-00000-rc6-dirty uhci_hcd
[ 2.964364] usb usb7: SerialNumber: 0000:00:1d.1
[ 2.964532] usb usb7: configuration #1 chosen from 1 choice
[ 2.964689] hub 7-0:1.0: USB hub found
[ 2.964799] hub 7-0:1.0: 2 ports detected
[ 2.965054] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 2.965172] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 2.965356] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 2.965532] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 2.965663] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
[ 2.965805] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.965915] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.966086] usb usb8: Product: UHCI Host Controller
[ 2.966193] usb usb8: Manufacturer: Linux 2.6.29-rc6-00000-rc6-dirty uhci_hcd
[ 2.966302] usb usb8: SerialNumber: 0000:00:1d.2
[ 2.966468] usb usb8: configuration #1 chosen from 1 choice
[ 2.966622] hub 8-0:1.0: USB hub found
[ 2.966732] hub 8-0:1.0: 2 ports detected
[ 2.967017] usbcore: registered new interface driver usblp
[ 2.967126] Initializing USB Mass Storage driver...
[ 2.967284] usbcore: registered new interface driver usb-storage
[ 2.967394] USB Mass Storage support registered.
[ 2.967550] usbcore: registered new interface driver libusual
[ 2.967749] PNP: PS/2 Controller
[ 2.968780] i8042.c: Warning: Keylock active.
[ 2.972675] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.972785] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.972937] mice: PS/2 mouse device common for all mice
[ 2.973248] rtc_cmos 00:03: RTC can wake from S4
[ 2.973406] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 2.973541] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 2.973696] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 2.974128] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[ 2.974581] cpuidle: using governor ladder
[ 2.975149] cpuidle: using governor menu
[ 2.975257] No iBFT detected.
[ 2.975430] Marking TSC unstable due to TSC halts in idle
[ 2.977675] modprobe used greatest stack depth: 5312 bytes left
[ 2.978863] usbcore: registered new interface driver hiddev
[ 2.979031] usbcore: registered new interface driver usbhid
[ 2.979140] usbhid: v2.6:USB HID core driver
[ 2.979317] Advanced Linux Sound Architecture Driver Version 1.0.18a.
[ 2.981614] modprobe used greatest stack depth: 5184 bytes left
[ 2.981864] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[ 3.092426] input: HDA Intel Mic at Sep Left Jack as /devices/pci0000:00/0000:00:1b.0/input/input0
[ 3.104247] input: HDA Intel Mic at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/input/input1
[ 3.120247] input: HDA Intel Line Out at Sep Left Jack as /devices/pci0000:00/0000:00:1b.0/input/input2
[ 3.136258] input: HDA Intel HP Out at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/input/input3
[ 3.153141] ALSA device list:
[ 3.153253] #0: HDA Intel at 0xf6adc000 irq 21
[ 3.153405] Netfilter messages via NETLINK v0.30.
[ 3.153522] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 3.153901] ctnetlink v0.93: registering with nfnetlink.
[ 3.154506] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.154635] TCP cubic registered
[ 3.154740] Initializing XFRM netlink socket
[ 3.155197] NET: Registered protocol family 10
[ 3.155975] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 3.156142] IPv6 over IPv4 tunneling driver
[ 3.156793] NET: Registered protocol family 17
[ 3.157172] RPC: Registered udp transport module.
[ 3.157292] RPC: Registered tcp transport module.
[ 3.157414] lib80211: common routines for IEEE802.11 drivers
[ 3.158621] registered taskstats version 1
[ 3.158839] Magic number: 13:246:705
[ 3.159044] Freeing unused kernel memory: 640k freed
[ 3.159394] Write protecting the kernel read-only data: 7016k
[ 3.235861] thermal LNXTHERM:01: registered as thermal_zone0
[ 3.241553] usb 1-1: new high speed USB device using ehci_hcd and address 2
[ 3.242723] ACPI: Thermal Zone
[ 3.367040] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
[ 3.367153] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[ 3.367342] e1000e 0000:00:19.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 3.373701] usb 1-1: New USB device found, idVendor=0424, idProduct=2512
[ 3.373814] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.373984] usb 1-1: configuration #1 chosen from 1 choice
[ 3.374356] hub 1-1:1.0: USB hub found
[ 3.374631] hub 1-1:1.0: 2 ports detected
[ 3.466806] 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:21:70:d1:b7:92
[ 3.466982] 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[ 3.467119] 0000:00:19.0: eth0: MAC: 6, PHY: 8, PBA No: 1004ff-0ff
[ 3.467249] ohci1394 0000:03:01.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 3.479476] scsi_id used greatest stack depth: 5024 bytes left
[ 3.504016] Clocksource tsc unstable (delta = -116313321 ns)
[ 3.526073] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=
[ 3.604052] usb 1-6: new high speed USB device using ehci_hcd and address 4
[ 3.639546] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input4
[ 3.686748] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input5
[ 3.720236] PM: Starting manual resume from disk
[ 3.724174] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input6
[ 3.773756] usb 1-6: New USB device found, idVendor=0c45, idProduct=63f8
[ 3.773876] usb 1-6: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 3.775762] usb 1-6: Product: Laptop_Integrated_Webcam_0.3M
[ 3.775869] usb 1-6: Manufacturer: CN0TX593724878C2013V
[ 3.776040] usb 1-6: configuration #1 chosen from 1 choice
[ 3.776997] kjournald starting. Commit interval 5 seconds
[ 3.777147] EXT3-fs: mounted filesystem with ordered data mode.
[ 3.788256] udevd used greatest stack depth: 4912 bytes left
[ 4.016068] usb 5-1: new full speed USB device using uhci_hcd and address 2
[ 4.194053] usb 5-1: New USB device found, idVendor=0a5c, idProduct=5800
[ 4.194171] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.194302] usb 5-1: Product: 5880
[ 4.194420] usb 5-1: Manufacturer: Broadcom Corp
[ 4.194530] usb 5-1: SerialNumber: 0123456789ABCD
[ 4.194689] usb 5-1: configuration #0 chosen from 1 choice
[ 4.194807] usb 5-1: config 0 descriptor??
[ 4.288142] usb 1-1.1: new high speed USB device using ehci_hcd and address 5
[ 4.336614] runlevel used greatest stack depth: 3608 bytes left
[ 4.381379] usb 1-1.1: New USB device found, idVendor=413c, idProduct=8149
[ 4.381504] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.381716] usb 1-1.1: configuration #1 chosen from 1 choice
[ 4.469135] usb 1-1.2: new full speed USB device using ehci_hcd and address 6
[ 4.578990] usb 1-1.2: New USB device found, idVendor=0a5c, idProduct=4500
[ 4.579107] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.579283] usb 1-1.2: Product: BCM2046B1
[ 4.579388] usb 1-1.2: Manufacturer: Broadcom
[ 4.579535] usb 1-1.2: configuration #1 chosen from 1 choice
[ 4.579784] hub 1-1.2:1.0: USB hub found
[ 4.579991] hub 1-1.2:1.0: 3 ports detected
[ 4.849258] usb 1-1.2.1: new full speed USB device using ehci_hcd and address 7
[ 4.943997] usb 1-1.2.1: New USB device found, idVendor=413c, idProduct=8153
[ 4.944136] usb 1-1.2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.944361] usb 1-1.2.1: configuration #1 chosen from 1 choice
[ 4.946263] input: HID 413c:8153 as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input7
[ 4.981091] generic-usb 0003:413C:8153.0001: input,hidraw0: USB HID v1.11 Keyboard
[ 5.052261] usb 1-1.2.2: new full speed USB device using ehci_hcd and address 8
[ 5.147647] usb 1-1.2.2: New USB device found, idVendor=413c, idProduct=8154
[ 5.147764] usb 1-1.2.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.147976] usb 1-1.2.2: configuration #1 chosen from 1 choice
[ 5.151042] input: HID 413c:8154 as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input8
[ 5.185094] generic-usb 0003:413C:8154.0002: input,hidraw1: USB HID v1.11 Mouse
[ 8.532223] udevd version 124 started
[ 8.727507] ACPI: Battery Slot
[ 8.727770] ACPI: AC Adapter
[ 8.728044] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input9
[ 8.737390] ACPI: Lid Switch
[ 8.737548] ACPI: Battery Slot
[ 8.737811] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input10
[ 8.764113] ACPI: Power Button (CM)
[ 8.764278] input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input11
[ 8.788116] ACPI: Sleep Button (CM)
[ 8.927279] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27kds
[ 8.927452] iwlagn: Copyright(c) 2003-2008 Intel Corporation
[ 8.927672] iwlagn 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 8.927992] iwlagn: Detected Intel Wireless WiFi Link 5100AGN REV=0x54
[ 8.952251] iwlagn: Tunable channels: 13 802.11bg, 24 802.11a channels
[ 8.955157] iwlagn 0000:0c:00.0: PCI INT A disabled
[ 8.955353] wmaster0 (iwlagn): not using net_device_ops yet
[ 8.960158] wlan0 (iwlagn): not using net_device_ops yet
[ 9.056205] usb 1-1.2.2: usbfs: process 2076 (hid2hci) did not claim interface 0 before use
[ 9.264275] usb 1-1.2.3: new full speed USB device using ehci_hcd and address 9
[ 9.360272] usb 1-1.2.3: New USB device found, idVendor=413c, idProduct=8152
[ 9.360714] usb 1-1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 9.361471] usb 1-1.2.3: Product: Dell Wireless 410 Bluetooth + UWB Mini-card
[ 9.361918] usb 1-1.2.3: Manufacturer: Dell Computer Corp
[ 9.362427] usb 1-1.2.3: configuration #1 chosen from 1 choice
[ 9.405019] Bluetooth: Generic Bluetooth USB driver ver 0.4
[ 9.405212] usbcore: registered new interface driver btusb
[ 9.527569] Adding 5879748k swap on /dev/sda5. Priority:-1 extents:1 across:5879748k
[ 9.869429] EXT3 FS on sda1, internal journal
[ 11.615963] warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
[ 12.511151] ppdev: user-space parallel port driver
[ 12.988605] console-kit-dae used greatest stack depth: 3520 bytes left
[ 14.346385] Bluetooth: L2CAP ver 2.11
[ 14.346390] Bluetooth: L2CAP socket layer initialized
[ 14.372370] Bluetooth: SCO (Voice Link) ver 0.6
[ 14.372376] Bluetooth: SCO socket layer initialized
[ 14.392588] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 14.520438] usb 1-1.2.2: usbfs: process 3780 (hid2hci) did not claim interface 0 before use
[ 14.554226] Bluetooth: RFCOMM socket layer initialized
[ 14.554232] Bluetooth: RFCOMM ver 1.10
[ 17.633148] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[ 18.762303] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 18.764943] iwlagn 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 18.765321] iwlagn 0000:0c:00.0: firmware: requesting iwlwifi-5000-1.ucode
[ 18.819767] iwlagn loaded firmware version 5.4.1.16
[ 18.979292] Registered led device: iwl-phy0:radio
[ 18.979346] Registered led device: iwl-phy0:assoc
[ 18.979382] Registered led device: iwl-phy0:RX
[ 18.979419] Registered led device: iwl-phy0:TX
[ 18.990985] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 20.878366] cfg80211: Calling CRDA for country: US
After reverting 6fb88588555a18792a27f483887fe1f2af5f9c9b Xorg works
again, and I get:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.29-rc6-00001-g5cdf70f-dirty (adi@cvp-loaner-01) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) ) #16 SMP Mon Feb 23 21:54:21 PST 2009
[ 0.000000] Command line: root=/dev/sda1 ro
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000007d04d400 (usable)
[ 0.000000] BIOS-e820: 000000007d04d400 - 000000007d04f400 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000007d04f400 - 0000000080000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1c000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000feda0000 - 00000000feda6000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffe60000 - 0000000100000000 (reserved)
[ 0.000000] DMI 2.4 present.
[ 0.000000] last_pfn = 0x7d04d max_arch_pfn = 0x100000000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] original variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 32GB, type WB
[ 0.000000] reg 1, base: 3584MB, range: 512MB, type UC
[ 0.000000] reg 2, base: 2012MB, range: 4MB, type UC
[ 0.000000] reg 3, base: 2016MB, range: 32MB, type UC
[ 0.000000] total RAM coverred: 32220M
[ 0.000000] gran_size: 64K chunk_size: 64K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 64K chunk_size: 128K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 64K chunk_size: 256K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 64K chunk_size: 512K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 64K chunk_size: 1M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 64K chunk_size: 2M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 64K chunk_size: 4M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 64K chunk_size: 8M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 64K chunk_size: 16M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 64K chunk_size: 32M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 64K chunk_size: 64M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 64K chunk_size: 128M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 64K chunk_size: 256M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 64K chunk_size: 512M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 64K chunk_size: 1G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 64K chunk_size: 2G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 128K chunk_size: 128K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 128K chunk_size: 256K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 128K chunk_size: 512K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 128K chunk_size: 1M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 128K chunk_size: 2M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 128K chunk_size: 4M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 128K chunk_size: 8M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 128K chunk_size: 16M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 128K chunk_size: 32M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 128K chunk_size: 64M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 128K chunk_size: 128M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 128K chunk_size: 256M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 128K chunk_size: 512M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 128K chunk_size: 1G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 128K chunk_size: 2G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 256K chunk_size: 256K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 256K chunk_size: 512K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 256K chunk_size: 1M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 256K chunk_size: 2M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 256K chunk_size: 4M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 256K chunk_size: 8M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 256K chunk_size: 16M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 256K chunk_size: 32M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 256K chunk_size: 64M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 256K chunk_size: 128M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 256K chunk_size: 256M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 256K chunk_size: 512M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 256K chunk_size: 1G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 256K chunk_size: 2G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 512K chunk_size: 512K num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 512K chunk_size: 1M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 512K chunk_size: 2M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 512K chunk_size: 4M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 512K chunk_size: 8M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 512K chunk_size: 16M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 512K chunk_size: 32M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 512K chunk_size: 64M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 512K chunk_size: 128M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 512K chunk_size: 256M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 512K chunk_size: 512M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 512K chunk_size: 1G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 512K chunk_size: 2G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 1M chunk_size: 1M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 1M chunk_size: 2M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 1M chunk_size: 4M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 1M chunk_size: 8M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 1M chunk_size: 16M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 1M chunk_size: 32M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 1M chunk_size: 64M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 1M chunk_size: 128M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 1M chunk_size: 256M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 1M chunk_size: 512M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 1M chunk_size: 1G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 1M chunk_size: 2G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 2M chunk_size: 2M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 2M chunk_size: 4M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 2M chunk_size: 8M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 2M chunk_size: 16M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 2M chunk_size: 32M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 2M chunk_size: 64M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 2M chunk_size: 128M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 2M chunk_size: 256M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 2M chunk_size: 512M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 2M chunk_size: 1G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 2M chunk_size: 2G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 4M chunk_size: 4M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 4M chunk_size: 8M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 4M chunk_size: 16M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 4M chunk_size: 32M num_reg: 7 lose cover RAM: 30208M
[ 0.000000] gran_size: 4M chunk_size: 64M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 4M chunk_size: 128M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 4M chunk_size: 256M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 4M chunk_size: 512M num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 4M chunk_size: 1G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 4M chunk_size: 2G num_reg: 7 lose cover RAM: 16G
[ 0.000000] gran_size: 8M chunk_size: 8M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 8M chunk_size: 16M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 8M chunk_size: 32M num_reg: 7 lose cover RAM: 30212M
[ 0.000000] gran_size: 8M chunk_size: 64M num_reg: 7 lose cover RAM: 16388M
[ 0.000000] gran_size: 8M chunk_size: 128M num_reg: 7 lose cover RAM: 16388M
[ 0.000000] gran_size: 8M chunk_size: 256M num_reg: 7 lose cover RAM: 16388M
[ 0.000000] gran_size: 8M chunk_size: 512M num_reg: 7 lose cover RAM: 16388M
[ 0.000000] gran_size: 8M chunk_size: 1G num_reg: 7 lose cover RAM: 16388M
[ 0.000000] gran_size: 8M chunk_size: 2G num_reg: 7 lose cover RAM: 16388M
[ 0.000000] gran_size: 16M chunk_size: 16M num_reg: 7 lose cover RAM: 29196M
[ 0.000000] gran_size: 16M chunk_size: 32M num_reg: 7 lose cover RAM: 30220M
[ 0.000000] gran_size: 16M chunk_size: 64M num_reg: 7 lose cover RAM: 16396M
[ 0.000000] gran_size: 16M chunk_size: 128M num_reg: 7 lose cover RAM: 16396M
[ 0.000000] gran_size: 16M chunk_size: 256M num_reg: 7 lose cover RAM: 16396M
[ 0.000000] gran_size: 16M chunk_size: 512M num_reg: 7 lose cover RAM: 16396M
[ 0.000000] gran_size: 16M chunk_size: 1G num_reg: 7 lose cover RAM: 16396M
[ 0.000000] gran_size: 16M chunk_size: 2G num_reg: 7 lose cover RAM: 16396M
[ 0.000000] gran_size: 32M chunk_size: 32M num_reg: 7 lose cover RAM: 28700M
[ 0.000000] gran_size: 32M chunk_size: 64M num_reg: 7 lose cover RAM: 28700M
[ 0.000000] gran_size: 32M chunk_size: 128M num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 32M chunk_size: 256M num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 32M chunk_size: 512M num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 32M chunk_size: 1G num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 32M chunk_size: 2G num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 64M chunk_size: 64M num_reg: 7 lose cover RAM: 28700M
[ 0.000000] gran_size: 64M chunk_size: 128M num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 64M chunk_size: 256M num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 64M chunk_size: 512M num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 64M chunk_size: 1G num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 64M chunk_size: 2G num_reg: 7 lose cover RAM: 28M
[ 0.000000] gran_size: 128M chunk_size: 128M num_reg: 7 lose cover RAM: 24668M
[ 0.000000] gran_size: 128M chunk_size: 256M num_reg: 7 lose cover RAM: 92M
[ 0.000000] gran_size: 128M chunk_size: 512M num_reg: 7 lose cover RAM: 92M
[ 0.000000] gran_size: 128M chunk_size: 1G num_reg: 7 lose cover RAM: 92M
[ 0.000000] gran_size: 128M chunk_size: 2G num_reg: 7 lose cover RAM: 92M
[ 0.000000] gran_size: 256M chunk_size: 256M num_reg: 7 lose cover RAM: 16604M
[ 0.000000] gran_size: 256M chunk_size: 512M num_reg: 7 lose cover RAM: 220M
[ 0.000000] gran_size: 256M chunk_size: 1G num_reg: 7 lose cover RAM: 220M
[ 0.000000] gran_size: 256M chunk_size: 2G num_reg: 7 lose cover RAM: 220M
[ 0.000000] gran_size: 512M chunk_size: 512M num_reg: 7 lose cover RAM: 476M
[ 0.000000] gran_size: 512M chunk_size: 1G num_reg: 7 lose cover RAM: 476M
[ 0.000000] gran_size: 512M chunk_size: 2G num_reg: 7 lose cover RAM: 476M
[ 0.000000] gran_size: 1G chunk_size: 1G num_reg: 5 lose cover RAM: 1500M
[ 0.000000] gran_size: 1G chunk_size: 2G num_reg: 5 lose cover RAM: 1500M
[ 0.000000] gran_size: 2G chunk_size: 2G num_reg: 3 lose cover RAM: 3548M
[ 0.000000] mtrr_cleanup: can not find optimal value
[ 0.000000] please specify mtrr_gran_size/mtrr_chunk_size
[ 0.000000] init_memory_mapping: 0000000000000000-000000007d04d000
[ 0.000000] 0000000000 - 007d000000 page 2M
[ 0.000000] 007d000000 - 007d04d000 page 4k
[ 0.000000] kernel direct mapping tables up to 7d04d000 @ 8000-c000
[ 0.000000] last_map_addr: 7d04d000 end: 7d04d000
[ 0.000000] RAMDISK: 37c4b000 - 37fefeb5
[ 0.000000] ACPI: RSDP 000FB9C0, 0024 (r2 DELL )
[ 0.000000] ACPI: XSDT 7D051E00, 006C (r1 DELL M09 27D9020D ASL 61)
[ 0.000000] ACPI: FACP 7D051C9C, 00F4 (r4 DELL M09 27D9020D ASL 61)
[ 0.000000] ACPI Warning (tbfadt-0568): 32/64X length mismatch in Gpe0Block: 128/64 [20081204]
[ 0.000000] FADT: X_PM1a_EVT_BLK.bit_width (16) does not match PM1_EVT_LEN (4)
[ 0.000000] ACPI: DSDT 7D052400, 6A2B (r2 INT430 SYSFexxx 1001 INTL 20050624)
[ 0.000000] ACPI: FACS 7D060C00, 0040
[ 0.000000] ACPI: HPET 7D051F00, 0038 (r1 DELL M09 1 ASL 61)
[ 0.000000] ACPI: ____ 7D060400, 0030 (r1 DELL M09 27D9020D ASL 61)
[ 0.000000] ACPI: APIC 7D052000, 0068 (r1 DELL M09 27D9020D ASL 47)
[ 0.000000] ACPI: ASF! 7D051C00, 006A (r32 DELL M09 27D9020D ASL 61)
[ 0.000000] ACPI: MCFG 7D051FC0, 003E (r16 DELL M09 27D9020D ASL 61)
[ 0.000000] ACPI: TCPA 7D052300, 0032 (r1 0 ASL 0)
[ 0.000000] ACPI: SLIC 7D05209C, 0176 (r1 DELL M09 27D9020D ASL 61)
[ 0.000000] ACPI: SSDT 7D05032D, 066C (r1 PmRef CpuPm 3000 INTL 20050624)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-000000007d04d000
[ 0.000000] Bootmem setup node 0 0000000000000000-000000007d04d000
[ 0.000000] NODE_DATA [0000000000001000 - 0000000000005fff]
[ 0.000000] bootmap [000000000000a000 - 0000000000019a0f] pages 10
[ 0.000000] (6 early reservations) ==> bootmem [0000000000 - 007d04d000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
[ 0.000000] #2 [0000200000 - 0000bcdcd8] TEXT DATA BSS ==> [0000200000 - 0000bcdcd8]
[ 0.000000] #3 [0037c4b000 - 0037fefeb5] RAMDISK ==> [0037c4b000 - 0037fefeb5]
[ 0.000000] #4 [000009f000 - 0000100000] BIOS reserved ==> [000009f000 - 0000100000]
[ 0.000000] #5 [0000008000 - 000000a000] PGTABLE ==> [0000008000 - 000000a000]
[ 0.000000] [ffffe20000000000-ffffe20001bfffff] PMD -> [ffff880001200000-ffff880002dfffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00100000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0007d04d
[ 0.000000] On node 0 totalpages: 511980
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 2611 pages reserved
[ 0.000000] DMA zone: 1332 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 6946 pages used for memmap
[ 0.000000] DMA32 zone: 501035 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 24
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 88000000 (gap: 80000000:78000000)
[ 0.000000] NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Allocating 69632 bytes of per cpu data
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 502367
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: root=/dev/sda1 ro
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2526.679 MHz processor.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [tty0] enabled
[ 0.004000] Checking aperture...
[ 0.004000] No AGP bridge found
[ 0.004000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.004000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.004000] Memory: 2005104k/2048308k available (4740k kernel code, 388k absent, 42816k reserved, 3111k data, 640k init)
[ 0.004000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.004000] hpet clockevent registered
[ 0.004000] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5053.35 BogoMIPS (lpj=10106716)
[ 0.004000] Security Framework initialized
[ 0.004000] SELinux: Initializing.
[ 0.004000] SELinux: Starting in permissive mode
[ 0.004000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.004174] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.004925] Mount-cache hash table entries: 256
[ 0.005188] Initializing cgroup subsys ns
[ 0.005303] Initializing cgroup subsys cpuacct
[ 0.005433] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.005584] CPU: L2 cache: 6144K
[ 0.005695] [ds] using Core 2/Atom configuration
[ 0.005808] CPU 0/0x0 -> Node 0
[ 0.005918] CPU: Physical Processor ID: 0
[ 0.006029] CPU: Processor Core ID: 0
[ 0.006142] using mwait in idle threads.
[ 0.008751] ACPI: Core revision 20081204
[ 0.020056] Setting APIC routing to flat
[ 0.020721] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.061049] CPU0: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping 06
[ 0.064001] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.004000] Initializing CPU#1
[ 0.004000] Calibrating delay using timer specific routine.. 5053.96 BogoMIPS (lpj=10107933)
[ 0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004000] CPU: L2 cache: 6144K
[ 0.004000] [ds] using Core 2/Atom configuration
[ 0.004000] CPU 1/0x1 -> Node 0
[ 0.004000] CPU: Physical Processor ID: 0
[ 0.004000] CPU: Processor Core ID: 1
[ 0.004000] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[ 0.149665] CPU1: Intel(R) Core(TM)2 Duo CPU T9400 @ 2.53GHz stepping 06
[ 0.150908] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.152092] Brought up 2 CPUs
[ 0.152200] Total of 2 processors activated (10107.32 BogoMIPS).
[ 0.152393] khelper used greatest stack depth: 5976 bytes left
[ 0.152393] net_namespace: 1784 bytes
[ 0.152393] Booting paravirtualized kernel on bare hardware
[ 0.156131] Time: 22:40:54 Date: 02/24/09
[ 0.156265] NET: Registered protocol family 16
[ 0.156389] ACPI: bus type pci registered
[ 0.156389] PCI: MCFG configuration 0: base f8000000 segment 0 buses 0 - 63
[ 0.156389] PCI: MCFG area at f8000000 reserved in E820
[ 0.159051] PCI: Using MMCONFIG at f8000000 - fbffffff
[ 0.160002] PCI: Using configuration type 1 for base access
[ 0.164032] bio: create slab <bio-0> at 0
[ 0.164698] ACPI: EC: Look up EC in DSDT
[ 0.164894] ACPI: BIOS _OSI(Linux) query ignored
[ 0.224019] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 0.226160] ACPI: Interpreter enabled
[ 0.226160] ACPI: (supports S0 S3 S4 S5)
[ 0.226160] ACPI: Using IOAPIC for interrupt routing
[ 0.340116] ACPI: EC: GPE = 0x11, I/O: command/status = 0x934, data = 0x930
[ 0.340170] ACPI: EC: driver started in interrupt mode
[ 0.341433] ACPI: No dock devices found.
[ 0.341548] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.344030] DMAR: Forcing write-buffer flush capability
[ 0.344166] pci 0000:00:02.0: reg 10 64bit mmio: [0xf6c00000-0xf6ffffff]
[ 0.344172] pci 0000:00:02.0: reg 18 64bit mmio: [0xe0000000-0xefffffff]
[ 0.344175] pci 0000:00:02.0: reg 20 io port: [0xef98-0xef9f]
[ 0.344207] pci 0000:00:02.1: reg 10 64bit mmio: [0xf6b00000-0xf6bfffff]
[ 0.344311] pci 0000:00:19.0: reg 10 32bit mmio: [0xf6ae0000-0xf6afffff]
[ 0.344319] pci 0000:00:19.0: reg 14 32bit mmio: [0xf6adb000-0xf6adbfff]
[ 0.344326] pci 0000:00:19.0: reg 18 io port: [0xefe0-0xefff]
[ 0.344380] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 0.344492] pci 0000:00:19.0: PME# disabled
[ 0.344660] pci 0000:00:1a.0: reg 20 io port: [0x6f60-0x6f7f]
[ 0.344748] pci 0000:00:1a.1: reg 20 io port: [0x6f80-0x6f9f]
[ 0.344836] pci 0000:00:1a.2: reg 20 io port: [0x6fa0-0x6fbf]
[ 0.344924] pci 0000:00:1a.7: reg 10 32bit mmio: [0xfed1c400-0xfed1c7ff]
[ 0.344989] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.345102] pci 0000:00:1a.7: PME# disabled
[ 0.345259] pci 0000:00:1b.0: reg 10 64bit mmio: [0xf6adc000-0xf6adffff]
[ 0.345259] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.345259] pci 0000:00:1b.0: PME# disabled
[ 0.345259] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.345259] pci 0000:00:1c.0: PME# disabled
[ 0.345259] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.345259] pci 0000:00:1c.1: PME# disabled
[ 0.345259] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.345259] pci 0000:00:1c.2: PME# disabled
[ 0.345259] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.345354] pci 0000:00:1c.3: PME# disabled
[ 0.345530] pci 0000:00:1d.0: reg 20 io port: [0x6f00-0x6f1f]
[ 0.345618] pci 0000:00:1d.1: reg 20 io port: [0x6f20-0x6f3f]
[ 0.345706] pci 0000:00:1d.2: reg 20 io port: [0x6f40-0x6f5f]
[ 0.345794] pci 0000:00:1d.7: reg 10 32bit mmio: [0xfed1c000-0xfed1c3ff]
[ 0.345859] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.345971] pci 0000:00:1d.7: PME# disabled
[ 0.346316] pci 0000:00:1f.2: reg 10 io port: [0x6e70-0x6e77]
[ 0.346323] pci 0000:00:1f.2: reg 14 io port: [0x6e78-0x6e7b]
[ 0.346330] pci 0000:00:1f.2: reg 18 io port: [0x6e80-0x6e87]
[ 0.346337] pci 0000:00:1f.2: reg 1c io port: [0x6e88-0x6e8b]
[ 0.346344] pci 0000:00:1f.2: reg 20 io port: [0x6ea0-0x6ebf]
[ 0.346351] pci 0000:00:1f.2: reg 24 32bit mmio: [0xfed1c800-0xfed1cfff]
[ 0.346396] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.346506] pci 0000:00:1f.2: PME# disabled
[ 0.346650] pci 0000:00:1f.3: reg 10 64bit mmio: [0xf6adaf00-0xf6adafff]
[ 0.346668] pci 0000:00:1f.3: reg 20 io port: [0x1100-0x111f]
[ 0.346840] pci 0000:0c:00.0: reg 10 64bit mmio: [0xf69fe000-0xf69fffff]
[ 0.346954] pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
[ 0.347069] pci 0000:0c:00.0: PME# disabled
[ 0.347249] pci 0000:00:1c.1: bridge 32bit mmio: [0xf6900000-0xf69fffff]
[ 0.347368] pci 0000:00:1c.3: bridge io port: [0xd000-0xdfff]
[ 0.347373] pci 0000:00:1c.3: bridge 32bit mmio: [0xf6600000-0xf68fffff]
[ 0.347380] pci 0000:00:1c.3: bridge 64bit mmio pref: [0xf0000000-0xf01fffff]
[ 0.347421] pci 0000:03:01.0: reg 10 32bit mmio: [0xf65ff800-0xf65fffff]
[ 0.347477] pci 0000:03:01.0: supports D1 D2
[ 0.347479] pci 0000:03:01.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.347592] pci 0000:03:01.0: PME# disabled
[ 0.347737] pci 0000:03:01.1: reg 10 32bit mmio: [0xf65ff600-0xf65ff6ff]
[ 0.347794] pci 0000:03:01.1: supports D1 D2
[ 0.347795] pci 0000:03:01.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.347908] pci 0000:03:01.1: PME# disabled
[ 0.348042] pci 0000:03:01.2: reg 10 32bit mmio: [0xf65ff700-0xf65ff7ff]
[ 0.348099] pci 0000:03:01.2: supports D1 D2
[ 0.348101] pci 0000:03:01.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.348213] pci 0000:03:01.2: PME# disabled
[ 0.348384] pci 0000:00:1e.0: transparent bridge
[ 0.348497] pci 0000:00:1e.0: bridge 32bit mmio: [0xf6500000-0xf65fffff]
[ 0.348537] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.348837] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
[ 0.348948] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.349017] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.349087] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[ 0.349155] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 0.364650] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 *11)
[ 0.364650] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *3
[ 0.364650] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 *11)
[ 0.364956] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 *10 11)
[ 0.365431] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 0.366150] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.366870] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.367577] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.372006] SCSI subsystem initialized
[ 0.372111] libata version 3.00 loaded.
[ 0.372111] usbcore: registered new interface driver usbfs
[ 0.372137] usbcore: registered new interface driver hub
[ 0.372147] usbcore: registered new device driver usb
[ 0.372147] PCI: Using ACPI for IRQ routing
[ 0.384026] Bluetooth: Core ver 2.14
[ 0.384141] NET: Registered protocol family 31
[ 0.384141] Bluetooth: HCI device and connection manager initialized
[ 0.384233] Bluetooth: HCI socket layer initialized
[ 0.400035] cfg80211: Using static regulatory domain info
[ 0.400123] cfg80211: Regulatory domain: US
[ 0.400231] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 0.400402] (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
[ 0.400513] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 0.400624] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 0.400735] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 0.400845] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 0.400955] (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
[ 0.401067] cfg80211: Calling CRDA for country: US
[ 0.404015] NetLabel: Initializing
[ 0.404121] NetLabel: domain hash size = 128
[ 0.404228] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.404345] NetLabel: unlabeled traffic allowed by default
[ 0.404461] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.404461] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.427151] pnp: PnP ACPI init
[ 0.427262] ACPI: bus type pnp registered
[ 0.503159] Switched to high resolution mode on CPU 1
[ 0.504013] Switched to high resolution mode on CPU 0
[ 0.510829] pnp: PnP ACPI: found 14 devices
[ 0.510936] ACPI: ACPI bus type pnp unregistered
[ 0.511050] system 00:05: ioport range 0xc80-0xcaf has been reserved
[ 0.511162] system 00:05: ioport range 0xcc0-0xcff could not be reserved
[ 0.511276] system 00:08: iomem range 0xfed00000-0xfed003ff has been reserved
[ 0.511390] system 00:0a: ioport range 0xcb0-0xcbb has been reserved
[ 0.511502] system 00:0a: iomem range 0xfed40000-0xfed44fff has been reserved
[ 0.511616] system 00:0b: ioport range 0x900-0x92f has been reserved
[ 0.511726] system 00:0b: ioport range 0x931-0x933 has been reserved
[ 0.511836] system 00:0b: ioport range 0x935-0x97f has been reserved
[ 0.511947] system 00:0b: ioport range 0x4d0-0x4d1 has been reserved
[ 0.512058] system 00:0b: ioport range 0x1000-0x1005 has been reserved
[ 0.512168] system 00:0b: ioport range 0x1008-0x100f has been reserved
[ 0.512282] system 00:0c: ioport range 0xf400-0xf4fe has been reserved
[ 0.512392] system 00:0c: ioport range 0x1006-0x1007 has been reserved
[ 0.512503] system 00:0c: ioport range 0x100a-0x1059 could not be reserved
[ 0.512614] system 00:0c: ioport range 0x1060-0x107f has been reserved
[ 0.512725] system 00:0c: ioport range 0x1080-0x10bf has been reserved
[ 0.512835] system 00:0c: ioport range 0x1100-0x111f has been reserved
[ 0.512946] system 00:0c: ioport range 0x1010-0x102f has been reserved
[ 0.513061] system 00:0c: ioport range 0x809-0x809 has been reserved
[ 0.513174] system 00:0d: iomem range 0x0-0x9efff could not be reserved
[ 0.513285] system 00:0d: iomem range 0x9f000-0x9ffff could not be reserved
[ 0.513396] system 00:0d: iomem range 0xc0000-0xcffff has been reserved
[ 0.513507] system 00:0d: iomem range 0xe0000-0xfffff has been reserved
[ 0.513619] system 00:0d: iomem range 0x100000-0x7d04d3ff could not be reserved
[ 0.513791] system 00:0d: iomem range 0x7d04d400-0x7dafffff could not be reserved
[ 0.513963] system 00:0d: iomem range 0x7db00000-0x7dbfffff has been reserved
[ 0.514075] system 00:0d: iomem range 0xffe00000-0xffffffff could not be reserved
[ 0.514248] system 00:0d: iomem range 0xffa00000-0xffbfffff has been reserved
[ 0.514359] system 00:0d: iomem range 0xfec00000-0xfec0ffff has been reserved
[ 0.514471] system 00:0d: iomem range 0xfee00000-0xfee0ffff has been reserved
[ 0.514582] system 00:0d: iomem range 0xfed20000-0xfed3ffff has been reserved
[ 0.514694] system 00:0d: iomem range 0xfed45000-0xfed8ffff has been reserved
[ 0.514806] system 00:0d: iomem range 0xfeda0000-0xfeda3fff has been reserved
[ 0.514917] system 00:0d: iomem range 0xfeda4000-0xfeda4fff has been reserved
[ 0.515029] system 00:0d: iomem range 0xfeda5000-0xfeda5fff has been reserved
[ 0.515140] system 00:0d: iomem range 0xfeda6000-0xfeda6fff has been reserved
[ 0.515252] system 00:0d: iomem range 0xfed1c800-0xfed1cfff has been reserved
[ 0.515364] system 00:0d: iomem range 0xfed18000-0xfed1bfff has been reserved
[ 0.515476] system 00:0d: iomem range 0xf8000000-0xfbffffff has been reserved
[ 0.520522] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:0b
[ 0.520632] pci 0000:00:1c.0: IO window: disabled
[ 0.520743] pci 0000:00:1c.0: MEM window: disabled
[ 0.520853] pci 0000:00:1c.0: PREFETCH window: disabled
[ 0.520967] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:0c
[ 0.521082] pci 0000:00:1c.1: IO window: disabled
[ 0.521194] pci 0000:00:1c.1: MEM window: 0xf6900000-0xf69fffff
[ 0.521307] pci 0000:00:1c.1: PREFETCH window: disabled
[ 0.521421] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:0d
[ 0.521530] pci 0000:00:1c.2: IO window: disabled
[ 0.521642] pci 0000:00:1c.2: MEM window: disabled
[ 0.521753] pci 0000:00:1c.2: PREFETCH window: disabled
[ 0.521866] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:0e
[ 0.521977] pci 0000:00:1c.3: IO window: 0xd000-0xdfff
[ 0.522090] pci 0000:00:1c.3: MEM window: 0xf6600000-0xf68fffff
[ 0.522202] pci 0000:00:1c.3: PREFETCH window: 0x000000f0000000-0x000000f01fffff
[ 0.524162] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:03
[ 0.524271] pci 0000:00:1e.0: IO window: disabled
[ 0.524384] pci 0000:00:1e.0: MEM window: 0xf6500000-0xf65fffff
[ 0.524497] pci 0000:00:1e.0: PREFETCH window: disabled
[ 0.524619] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.524732] pci 0000:00:1c.0: setting latency timer to 64
[ 0.524741] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 0.524855] pci 0000:00:1c.1: setting latency timer to 64
[ 0.524863] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.524976] pci 0000:00:1c.2: setting latency timer to 64
[ 0.524985] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 0.525103] pci 0000:00:1c.3: setting latency timer to 64
[ 0.525111] pci 0000:00:1e.0: setting latency timer to 64
[ 0.525114] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.525116] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[ 0.525118] pci_bus 0000:0b: resource 0 mem: [0x0-0x0]
[ 0.525120] pci_bus 0000:0b: resource 1 mem: [0x0-0x0]
[ 0.525121] pci_bus 0000:0b: resource 2 mem: [0x0-0x0]
[ 0.525123] pci_bus 0000:0b: resource 3 mem: [0x0-0x0]
[ 0.525124] pci_bus 0000:0c: resource 0 mem: [0x0-0x0]
[ 0.525126] pci_bus 0000:0c: resource 1 mem: [0xf6900000-0xf69fffff]
[ 0.525127] pci_bus 0000:0c: resource 2 mem: [0x0-0x0]
[ 0.525129] pci_bus 0000:0c: resource 3 mem: [0x0-0x0]
[ 0.525131] pci_bus 0000:0d: resource 0 mem: [0x0-0x0]
[ 0.525132] pci_bus 0000:0d: resource 1 mem: [0x0-0x0]
[ 0.525134] pci_bus 0000:0d: resource 2 mem: [0x0-0x0]
[ 0.525135] pci_bus 0000:0d: resource 3 mem: [0x0-0x0]
[ 0.525137] pci_bus 0000:0e: resource 0 io: [0xd000-0xdfff]
[ 0.525138] pci_bus 0000:0e: resource 1 mem: [0xf6600000-0xf68fffff]
[ 0.525140] pci_bus 0000:0e: resource 2 mem: [0xf0000000-0xf01fffff]
[ 0.525142] pci_bus 0000:0e: resource 3 mem: [0x0-0x0]
[ 0.525143] pci_bus 0000:03: resource 0 mem: [0x0-0x0]
[ 0.525145] pci_bus 0000:03: resource 1 mem: [0xf6500000-0xf65fffff]
[ 0.525147] pci_bus 0000:03: resource 2 mem: [0x0-0x0]
[ 0.525148] pci_bus 0000:03: resource 3 io: [0x00-0xffff]
[ 0.525150] pci_bus 0000:03: resource 4 mem: [0x000000-0xffffffffffffffff]
[ 0.525172] NET: Registered protocol family 2
[ 0.573083] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.573780] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.575469] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.576041] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.576151] TCP reno registered
[ 0.585080] NET: Registered protocol family 1
[ 0.585290] checking if image is initramfs... it is
[ 0.845797] Freeing initrd memory: 3731k freed
[ 0.847309] Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.847705] audit: initializing netlink socket (disabled)
[ 0.847824] type=2000 audit(1235515253.845:1): initialized
[ 0.855262] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.857631] VFS: Disk quotas dquot_6.5.2
[ 0.857808] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.858708] msgmni has been set to 3923
[ 0.858910] SELinux: Registering netfilter hooks
[ 0.859235] alg: No test for stdrng (krng)
[ 0.859430] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.859602] io scheduler noop registered
[ 0.859708] io scheduler anticipatory registered
[ 0.859816] io scheduler deadline registered
[ 0.860056] io scheduler cfq registered (default)
[ 0.860173] pci 0000:00:02.0: Boot video device
[ 0.860183] pci 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0080
[ 0.860185] pci 0000:00:1a.0: Performing full reset
[ 0.860203] pci 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0080
[ 0.860205] pci 0000:00:1a.1: Performing full reset
[ 0.860223] pci 0000:00:1a.2: uhci_check_and_reset_hc: cmd = 0x0080
[ 0.860224] pci 0000:00:1a.2: Performing full reset
[ 0.860273] pci 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0080
[ 0.860274] pci 0000:00:1d.0: Performing full reset
[ 0.860293] pci 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0080
[ 0.860294] pci 0000:00:1d.1: Performing full reset
[ 0.860312] pci 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0080
[ 0.860313] pci 0000:00:1d.2: Performing full reset
[ 0.860447] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[ 0.860524] pcieport-driver 0000:00:1c.0: irq 24 for MSI/MSI-X
[ 0.860702] pcieport-driver 0000:00:1c.1: setting latency timer to 64
[ 0.860775] pcieport-driver 0000:00:1c.1: irq 25 for MSI/MSI-X
[ 0.860942] pcieport-driver 0000:00:1c.2: setting latency timer to 64
[ 0.861015] pcieport-driver 0000:00:1c.2: irq 26 for MSI/MSI-X
[ 0.861209] pcieport-driver 0000:00:1c.3: setting latency timer to 64
[ 0.861282] pcieport-driver 0000:00:1c.3: irq 27 for MSI/MSI-X
[ 0.861511] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.862217] ACPI: SSDT 7D050999, 0281 (r1 PmRef BspIst 3000 INTL 20050624)
[ 0.862853] ACPI: SSDT 7D050DF1, 05C6 (r1 PmRef BspCst 3001 INTL 20050624)
[ 0.863420] Monitor-Mwait will be used to enter C-1 state
[ 0.863425] Monitor-Mwait will be used to enter C-2 state
[ 0.863429] Monitor-Mwait will be used to enter C-3 state
[ 0.863475] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[ 0.863790] processor ACPI_CPU:00: registered as cooling_device0
[ 0.863899] ACPI: Processor [CPU0] (supports 8 throttling states)
[ 0.864534] ACPI: SSDT 7D050C1A, 01D7 (r1 PmRef ApIst 3000 INTL 20050624)
[ 0.865099] ACPI: SSDT 7D0513B7, 008D (r1 PmRef ApCst 3000 INTL 20050624)
[ 0.865756] ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
[ 0.866061] processor ACPI_CPU:01: registered as cooling_device1
[ 0.866171] ACPI: Processor [CPU1] (supports 8 throttling states)
[ 0.889722] XENFS: not registering filesystem on non-xen platform
[ 0.892268] Non-volatile memory driver v1.3
[ 0.892375] Linux agpgart interface v0.103
[ 0.892495] agpgart-intel 0000:00:00.0: Intel Mobile Intel® GM45 Express Chipset
[ 0.894545] agpgart-intel 0000:00:00.0: detected 32764K stolen memory
[ 0.898340] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[ 0.898543] [drm] Initialized drm 1.1.0 20060810
[ 0.898708] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.898820] pci 0000:00:02.0: setting latency timer to 64
[ 0.911610] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[ 0.911785] [drm] MTRR allocation failed
[ 0.911786] . Graphics performance may suffer.
[ 0.912012] pci 0000:00:02.0: irq 28 for MSI/MSI-X
[ 0.912025] [drm] Initialized i915 1.6.0 20080730 on minor 0
[ 0.912148] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.164287] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 1.164770] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 1.166276] brd: module loaded
[ 1.166444] console [netcon0] enabled
[ 1.166552] netconsole: network logging started
[ 1.166717] Loading iSCSI transport class v2.0-870.
[ 1.167007] Driver 'sd' needs updating - please use bus_type methods
[ 1.167149] Driver 'sr' needs updating - please use bus_type methods
[ 1.167338] ahci 0000:00:1f.2: version 3.0
[ 1.167352] ahci 0000:00:1f.2: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[ 1.167492] ahci 0000:00:1f.2: irq 29 for MSI/MSI-X
[ 1.167547] ahci: SSS flag set, parallel bus scan disabled
[ 1.167687] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
[ 1.167860] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ems
[ 1.168043] ahci 0000:00:1f.2: setting latency timer to 64
[ 1.168346] scsi0 : ahci
[ 1.168583] scsi1 : ahci
[ 1.168785] scsi2 : ahci
[ 1.168980] scsi3 : ahci
[ 1.169179] scsi4 : ahci
[ 1.169376] scsi5 : ahci
[ 1.170005] ata1: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1c900 irq 29
[ 1.170177] ata2: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1c980 irq 29
[ 1.170348] ata3: DUMMY
[ 1.170452] ata4: DUMMY
[ 1.170558] ata5: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1cb00 irq 29
[ 1.170731] ata6: SATA max UDMA/133 abar m2048@0xfed1c800 port 0xfed1cb80 irq 29
[ 1.652020] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.695442] ata1.00: ATA-8: ST9160414ASG, DEC5, max UDMA/133
[ 1.695552] ata1.00: 312581808 sectors, multi 1: LBA48 NCQ (depth 31/32)
[ 1.698515] ata1.00: configured for UDMA/133
[ 1.712091] scsi 0:0:0:0: Direct-Access ATA ST9160414ASG DEC5 PQ: 0 ANSI: 5
[ 1.712413] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB)
[ 1.712597] sd 0:0:0:0: [sda] Write Protect is off
[ 1.712705] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.712729] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.712945] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB)
[ 1.713126] sd 0:0:0:0: [sda] Write Protect is off
[ 1.713234] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.713254] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.713429] sda: sda1 sda2 < sda5 >
[ 1.773523] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.773713] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.256020] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.260167] ata2.00: ATAPI: HL-DT-ST DVD+/-RW GSA-U20N, A101, max UDMA/133
[ 2.264976] ata2.00: configured for UDMA/133
[ 2.286944] scsi 1:0:0:0: CD-ROM HL-DT-ST DVD+-RW GSA-U20N A101 PQ: 0 ANSI: 5
[ 2.298193] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.298366] Uniform CD-ROM driver Revision: 3.20
[ 2.298598] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 2.298672] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 2.616015] ata5: SATA link down (SStatus 0 SControl 300)
[ 2.952014] ata6: SATA link down (SStatus 0 SControl 300)
[ 2.968150] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.968261] ehci_hcd: block sizes: qh 160 qtd 96 itd 192 sitd 96
[ 2.968283] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 2.968404] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 2.968407] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 2.968563] drivers/usb/core/inode.c: creating file 'devices'
[ 2.968567] drivers/usb/core/inode.c: creating file '001'
[ 2.968611] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 2.968789] ehci_hcd 0000:00:1a.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[ 2.968792] ehci_hcd 0000:00:1a.7: reset hcc_params 6871 thresh 7 uframes 1024 64 bit addr
[ 2.968807] ehci_hcd 0000:00:1a.7: reset command 000002 (park)=0 ithresh=0 period=1024 Reset HALT
[ 2.972684] ehci_hcd 0000:00:1a.7: debug port 1
[ 2.972796] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[ 2.972798] ehci_hcd 0000:00:1a.7: supports USB remote wakeup
[ 2.972810] ehci_hcd 0000:00:1a.7: irq 22, io mem 0xfed1c400
[ 2.972921] ehci_hcd 0000:00:1a.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 2.976795] ehci_hcd 0000:00:1a.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
[ 2.988006] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 2.988145] usb usb1: default language 0x0409
[ 2.988151] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.988262] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.988433] usb usb1: Product: EHCI Host Controller
[ 2.988541] usb usb1: Manufacturer: Linux 2.6.29-rc6-00001-g5cdf70f-dirty ehci_hcd
[ 2.988713] usb usb1: SerialNumber: 0000:00:1a.7
[ 2.988848] usb usb1: uevent
[ 2.988880] usb usb1: usb_probe_device
[ 2.988881] usb usb1: configuration #1 chosen from 1 choice
[ 2.988994] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[ 2.989008] usb 1-0:1.0: uevent
[ 2.989039] hub 1-0:1.0: usb_probe_interface
[ 2.989040] hub 1-0:1.0: usb_probe_interface - got id
[ 2.989042] hub 1-0:1.0: USB hub found
[ 2.989153] hub 1-0:1.0: 6 ports detected
[ 2.989259] hub 1-0:1.0: standalone hub
[ 2.989261] hub 1-0:1.0: no power switching (usb 1.0)
[ 2.989262] hub 1-0:1.0: individual port over-current protection
[ 2.989264] hub 1-0:1.0: power on to power good time: 20ms
[ 2.989267] hub 1-0:1.0: local power source is good
[ 2.989269] hub 1-0:1.0: trying to enable port power on non-switchable hub
[ 2.989363] drivers/usb/core/inode.c: creating file '001'
[ 2.989433] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 2.989551] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 2.989554] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 2.989699] drivers/usb/core/inode.c: creating file '002'
[ 2.989748] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 2.989924] ehci_hcd 0000:00:1d.7: reset hcs_params 0x103206 dbg=1 cc=3 pcc=2 ordered !ppc ports=6
[ 2.989928] ehci_hcd 0000:00:1d.7: reset hcc_params 6871 thresh 7 uframes 1024 64 bit addr
[ 2.989941] ehci_hcd 0000:00:1d.7: reset command 000002 (park)=0 ithresh=0 period=1024 Reset HALT
[ 2.993833] ehci_hcd 0000:00:1d.7: debug port 1
[ 2.993945] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 2.993947] ehci_hcd 0000:00:1d.7: supports USB remote wakeup
[ 2.993958] ehci_hcd 0000:00:1d.7: irq 20, io mem 0xfed1c000
[ 2.994069] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 2.997945] ehci_hcd 0000:00:1d.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
[ 3.008006] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 3.008128] usb usb2: default language 0x0409
[ 3.008133] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.008245] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.008416] usb usb2: Product: EHCI Host Controller
[ 3.008523] usb usb2: Manufacturer: Linux 2.6.29-rc6-00001-g5cdf70f-dirty ehci_hcd
[ 3.008694] usb usb2: SerialNumber: 0000:00:1d.7
[ 3.008829] usb usb2: uevent
[ 3.008860] usb usb2: usb_probe_device
[ 3.008862] usb usb2: configuration #1 chosen from 1 choice
[ 3.008973] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[ 3.008985] usb 2-0:1.0: uevent
[ 3.009015] hub 2-0:1.0: usb_probe_interface
[ 3.009017] hub 2-0:1.0: usb_probe_interface - got id
[ 3.009018] hub 2-0:1.0: USB hub found
[ 3.009128] hub 2-0:1.0: 6 ports detected
[ 3.009234] hub 2-0:1.0: standalone hub
[ 3.009235] hub 2-0:1.0: no power switching (usb 1.0)
[ 3.009237] hub 2-0:1.0: individual port over-current protection
[ 3.009238] hub 2-0:1.0: power on to power good time: 20ms
[ 3.009242] hub 2-0:1.0: local power source is good
[ 3.009243] hub 2-0:1.0: trying to enable port power on non-switchable hub
[ 3.009305] drivers/usb/core/inode.c: creating file '001'
[ 3.009385] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.009495] ohci_hcd: block sizes: ed 80 td 96
[ 3.009529] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.009705] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 3.009822] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 3.009825] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 3.009972] drivers/usb/core/inode.c: creating file '003'
[ 3.010018] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 3.010196] uhci_hcd 0000:00:1a.0: detected 2 ports
[ 3.010307] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.010308] uhci_hcd 0000:00:1a.0: Performing full reset
[ 3.010322] uhci_hcd 0000:00:1a.0: supports USB remote wakeup
[ 3.010326] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00006f60
[ 3.010462] usb usb3: default language 0x0409
[ 3.010467] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.010578] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.010750] usb usb3: Product: UHCI Host Controller
[ 3.010857] usb usb3: Manufacturer: Linux 2.6.29-rc6-00001-g5cdf70f-dirty uhci_hcd
[ 3.011029] usb usb3: SerialNumber: 0000:00:1a.0
[ 3.011163] usb usb3: uevent
[ 3.011193] usb usb3: usb_probe_device
[ 3.011195] usb usb3: configuration #1 chosen from 1 choice
[ 3.011306] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[ 3.011323] usb 3-0:1.0: uevent
[ 3.011354] hub 3-0:1.0: usb_probe_interface
[ 3.011355] hub 3-0:1.0: usb_probe_interface - got id
[ 3.011357] hub 3-0:1.0: USB hub found
[ 3.011467] hub 3-0:1.0: 2 ports detected
[ 3.011573] hub 3-0:1.0: standalone hub
[ 3.011574] hub 3-0:1.0: no power switching (usb 1.0)
[ 3.011575] hub 3-0:1.0: individual port over-current protection
[ 3.011577] hub 3-0:1.0: power on to power good time: 2ms
[ 3.011580] hub 3-0:1.0: local power source is good
[ 3.011582] hub 3-0:1.0: trying to enable port power on non-switchable hub
[ 3.011630] drivers/usb/core/inode.c: creating file '001'
[ 3.011698] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 3.011813] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 3.011816] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 3.011963] drivers/usb/core/inode.c: creating file '004'
[ 3.012024] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 3.013978] uhci_hcd 0000:00:1a.1: detected 2 ports
[ 3.014089] uhci_hcd 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.014090] uhci_hcd 0000:00:1a.1: Performing full reset
[ 3.014105] uhci_hcd 0000:00:1a.1: supports USB remote wakeup
[ 3.014115] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00006f80
[ 3.014248] usb usb4: default language 0x0409
[ 3.014254] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.014364] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.014534] usb usb4: Product: UHCI Host Controller
[ 3.014642] usb usb4: Manufacturer: Linux 2.6.29-rc6-00001-g5cdf70f-dirty uhci_hcd
[ 3.014812] usb usb4: SerialNumber: 0000:00:1a.1
[ 3.014945] usb usb4: uevent
[ 3.014978] usb usb4: usb_probe_device
[ 3.014980] usb usb4: configuration #1 chosen from 1 choice
[ 3.015091] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[ 3.015102] usb 4-0:1.0: uevent
[ 3.015131] hub 4-0:1.0: usb_probe_interface
[ 3.015132] hub 4-0:1.0: usb_probe_interface - got id
[ 3.015134] hub 4-0:1.0: USB hub found
[ 3.015245] hub 4-0:1.0: 2 ports detected
[ 3.015352] hub 4-0:1.0: standalone hub
[ 3.015354] hub 4-0:1.0: no power switching (usb 1.0)
[ 3.015355] hub 4-0:1.0: individual port over-current protection
[ 3.015356] hub 4-0:1.0: power on to power good time: 2ms
[ 3.015359] hub 4-0:1.0: local power source is good
[ 3.015361] hub 4-0:1.0: trying to enable port power on non-switchable hub
[ 3.015410] drivers/usb/core/inode.c: creating file '001'
[ 3.015478] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 3.015593] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[ 3.015596] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[ 3.015740] drivers/usb/core/inode.c: creating file '005'
[ 3.015787] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[ 3.015963] uhci_hcd 0000:00:1a.2: detected 2 ports
[ 3.016077] uhci_hcd 0000:00:1a.2: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.016079] uhci_hcd 0000:00:1a.2: Performing full reset
[ 3.016093] uhci_hcd 0000:00:1a.2: supports USB remote wakeup
[ 3.016097] uhci_hcd 0000:00:1a.2: irq 22, io base 0x00006fa0
[ 3.016231] usb usb5: default language 0x0409
[ 3.016236] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.016347] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.016517] usb usb5: Product: UHCI Host Controller
[ 3.016625] usb usb5: Manufacturer: Linux 2.6.29-rc6-00001-g5cdf70f-dirty uhci_hcd
[ 3.016795] usb usb5: SerialNumber: 0000:00:1a.2
[ 3.016927] usb usb5: uevent
[ 3.016959] usb usb5: usb_probe_device
[ 3.016960] usb usb5: configuration #1 chosen from 1 choice
[ 3.017072] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[ 3.017086] usb 5-0:1.0: uevent
[ 3.017117] hub 5-0:1.0: usb_probe_interface
[ 3.017119] hub 5-0:1.0: usb_probe_interface - got id
[ 3.017120] hub 5-0:1.0: USB hub found
[ 3.017230] hub 5-0:1.0: 2 ports detected
[ 3.017337] hub 5-0:1.0: standalone hub
[ 3.017338] hub 5-0:1.0: no power switching (usb 1.0)
[ 3.017339] hub 5-0:1.0: individual port over-current protection
[ 3.017341] hub 5-0:1.0: power on to power good time: 2ms
[ 3.017344] hub 5-0:1.0: local power source is good
[ 3.017345] hub 5-0:1.0: trying to enable port power on non-switchable hub
[ 3.017395] drivers/usb/core/inode.c: creating file '001'
[ 3.017462] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 3.017578] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 3.017581] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 3.017730] drivers/usb/core/inode.c: creating file '006'
[ 3.017780] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[ 3.017956] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 3.018067] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.018068] uhci_hcd 0000:00:1d.0: Performing full reset
[ 3.018083] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[ 3.018086] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00006f00
[ 3.018220] usb usb6: default language 0x0409
[ 3.018225] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.018336] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.018507] usb usb6: Product: UHCI Host Controller
[ 3.018615] usb usb6: Manufacturer: Linux 2.6.29-rc6-00001-g5cdf70f-dirty uhci_hcd
[ 3.018786] usb usb6: SerialNumber: 0000:00:1d.0
[ 3.018919] usb usb6: uevent
[ 3.018953] usb usb6: usb_probe_device
[ 3.018954] usb usb6: configuration #1 chosen from 1 choice
[ 3.019066] usb usb6: adding 6-0:1.0 (config #1, interface 0)
[ 3.019078] usb 6-0:1.0: uevent
[ 3.019108] hub 6-0:1.0: usb_probe_interface
[ 3.019110] hub 6-0:1.0: usb_probe_interface - got id
[ 3.019111] hub 6-0:1.0: USB hub found
[ 3.019220] hub 6-0:1.0: 2 ports detected
[ 3.019327] hub 6-0:1.0: standalone hub
[ 3.019328] hub 6-0:1.0: no power switching (usb 1.0)
[ 3.019330] hub 6-0:1.0: individual port over-current protection
[ 3.019331] hub 6-0:1.0: power on to power good time: 2ms
[ 3.019334] hub 6-0:1.0: local power source is good
[ 3.019336] hub 6-0:1.0: trying to enable port power on non-switchable hub
[ 3.019384] drivers/usb/core/inode.c: creating file '001'
[ 3.019453] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 3.019569] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 3.019571] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 3.019718] drivers/usb/core/inode.c: creating file '007'
[ 3.019763] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[ 3.019938] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 3.020053] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.020055] uhci_hcd 0000:00:1d.1: Performing full reset
[ 3.020070] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[ 3.020074] uhci_hcd 0000:00:1d.1: irq 21, io base 0x00006f20
[ 3.020212] usb usb7: default language 0x0409
[ 3.020218] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.020327] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.020498] usb usb7: Product: UHCI Host Controller
[ 3.020604] usb usb7: Manufacturer: Linux 2.6.29-rc6-00001-g5cdf70f-dirty uhci_hcd
[ 3.020774] usb usb7: SerialNumber: 0000:00:1d.1
[ 3.020909] usb usb7: uevent
[ 3.020942] usb usb7: usb_probe_device
[ 3.020944] usb usb7: configuration #1 chosen from 1 choice
[ 3.021054] usb usb7: adding 7-0:1.0 (config #1, interface 0)
[ 3.021066] usb 7-0:1.0: uevent
[ 3.021097] hub 7-0:1.0: usb_probe_interface
[ 3.021099] hub 7-0:1.0: usb_probe_interface - got id
[ 3.021100] hub 7-0:1.0: USB hub found
[ 3.021209] hub 7-0:1.0: 2 ports detected
[ 3.021315] hub 7-0:1.0: standalone hub
[ 3.021317] hub 7-0:1.0: no power switching (usb 1.0)
[ 3.021318] hub 7-0:1.0: individual port over-current protection
[ 3.021319] hub 7-0:1.0: power on to power good time: 2ms
[ 3.021322] hub 7-0:1.0: local power source is good
[ 3.021324] hub 7-0:1.0: trying to enable port power on non-switchable hub
[ 3.021377] drivers/usb/core/inode.c: creating file '001'
[ 3.021445] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[ 3.021560] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 3.021563] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 3.021706] drivers/usb/core/inode.c: creating file '008'
[ 3.021751] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[ 3.021925] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 3.022035] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[ 3.022037] uhci_hcd 0000:00:1d.2: Performing full reset
[ 3.022051] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[ 3.022055] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00006f40
[ 3.022194] usb usb8: default language 0x0409
[ 3.022199] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 3.022310] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.022479] usb usb8: Product: UHCI Host Controller
[ 3.022585] usb usb8: Manufacturer: Linux 2.6.29-rc6-00001-g5cdf70f-dirty uhci_hcd
[ 3.022756] usb usb8: SerialNumber: 0000:00:1d.2
[ 3.022890] usb usb8: uevent
[ 3.022922] usb usb8: usb_probe_device
[ 3.022923] usb usb8: configuration #1 chosen from 1 choice
[ 3.023034] usb usb8: adding 8-0:1.0 (config #1, interface 0)
[ 3.023045] usb 8-0:1.0: uevent
[ 3.023076] hub 8-0:1.0: usb_probe_interface
[ 3.023077] hub 8-0:1.0: usb_probe_interface - got id
[ 3.023079] hub 8-0:1.0: USB hub found
[ 3.023188] hub 8-0:1.0: 2 ports detected
[ 3.023293] hub 8-0:1.0: standalone hub
[ 3.023294] hub 8-0:1.0: no power switching (usb 1.0)
[ 3.023296] hub 8-0:1.0: individual port over-current protection
[ 3.023297] hub 8-0:1.0: power on to power good time: 2ms
[ 3.023300] hub 8-0:1.0: local power source is good
[ 3.023302] hub 8-0:1.0: trying to enable port power on non-switchable hub
[ 3.023355] drivers/usb/core/inode.c: creating file '001'
[ 3.023489] usbcore: registered new interface driver usblp
[ 3.023598] Initializing USB Mass Storage driver...
[ 3.023758] usbcore: registered new interface driver usb-storage
[ 3.023868] USB Mass Storage support registered.
[ 3.024028] usbcore: registered new interface driver libusual
[ 3.024222] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 3.024681] i8042.c: Warning: Keylock active.
[ 3.028554] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.028664] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 3.028831] mice: PS/2 mouse device common for all mice
[ 3.029133] rtc_cmos 00:03: RTC can wake from S4
[ 3.029287] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 3.029422] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 3.029574] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 3.029987] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[ 3.030421] cpuidle: using governor ladder
[ 3.030979] cpuidle: using governor menu
[ 3.031089] No iBFT detected.
[ 3.031245] Marking TSC unstable due to TSC halts in idle
[ 3.033532] modprobe used greatest stack depth: 5312 bytes left
[ 3.033596] usbcore: registered new interface driver hiddev
[ 3.033631] usbcore: registered new interface driver usbhid
[ 3.033633] usbhid: v2.6:USB HID core driver
[ 3.033679] Advanced Linux Sound Architecture Driver Version 1.0.18a.
[ 3.035862] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[ 3.036064] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 3.088037] ehci_hcd 0000:00:1a.7: GetStatus port 1 status 001803 POWER sig=j CSC CONNECT
[ 3.088042] hub 1-0:1.0: port 1: status 0501 change 0001
[ 3.088059] ehci_hcd 0000:00:1a.7: GetStatus port 5 status 001803 POWER sig=j CSC CONNECT
[ 3.088063] hub 1-0:1.0: port 5: status 0501 change 0001
[ 3.088072] ehci_hcd 0000:00:1a.7: GetStatus port 6 status 001803 POWER sig=j CSC CONNECT
[ 3.088076] hub 1-0:1.0: port 6: status 0501 change 0001
[ 3.108069] uhci_hcd 0000:00:1a.0: port 1 portsc 0082,00
[ 3.108075] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0000
[ 3.112232] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.116216] uhci_hcd 0000:00:1a.2: port 1 portsc 008a,00
[ 3.116232] uhci_hcd 0000:00:1a.2: port 2 portsc 0082,00
[ 3.116279] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.120248] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.120252] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.144636] input: HDA Intel Mic at Sep Left Jack as /devices/pci0000:00/0000:00:1b.0/input/input0
[ 3.156486] input: HDA Intel Mic at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/input/input1
[ 3.172284] input: HDA Intel Line Out at Sep Left Jack as /devices/pci0000:00/0000:00:1b.0/input/input2
[ 3.188241] hub 1-0:1.0: state 7 ports 6 chg 0062 evt 0000
[ 3.188249] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
[ 3.188498] input: HDA Intel HP Out at Ext Right Jack as /devices/pci0000:00/0000:00:1b.0/input/input3
[ 3.201541] ALSA device list:
[ 3.201647] #0: HDA Intel at 0xf6adc000 irq 21
[ 3.201799] Netfilter messages via NETLINK v0.30.
[ 3.201916] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 3.202269] ctnetlink v0.93: registering with nfnetlink.
[ 3.202872] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.203004] TCP cubic registered
[ 3.203110] Initializing XFRM netlink socket
[ 3.203527] NET: Registered protocol family 10
[ 3.204295] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 3.204444] IPv6 over IPv4 tunneling driver
[ 3.205095] NET: Registered protocol family 17
[ 3.205414] RPC: Registered udp transport module.
[ 3.205522] RPC: Registered tcp transport module.
[ 3.205639] lib80211: common routines for IEEE802.11 drivers
[ 3.205749] lib80211_crypt: registered algorithm 'NULL'
[ 3.206790] registered taskstats version 1
[ 3.207009] Magic number: 13:246:705
[ 3.207210] Freeing unused kernel memory: 640k freed
[ 3.207560] Write protecting the kernel read-only data: 7016k
[ 3.213899] all_generic_ide used greatest stack depth: 5296 bytes left
[ 3.245578] ehci_hcd 0000:00:1a.7: port 1 high speed
[ 3.245583] ehci_hcd 0000:00:1a.7: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[ 3.289247] thermal LNXTHERM:01: registered as thermal_zone0
[ 3.296144] ACPI: Thermal Zone [THM] (49 C)
[ 3.301046] usb 1-1: new high speed USB device using ehci_hcd and address 2
[ 3.316765] usb usb3: uevent
[ 3.316782] usb 3-0:1.0: uevent
[ 3.316861] usb usb4: uevent
[ 3.316875] usb 4-0:1.0: uevent
[ 3.316952] usb usb5: uevent
[ 3.316967] usb 5-0:1.0: uevent
[ 3.317046] usb usb1: uevent
[ 3.317060] usb 1-0:1.0: uevent
[ 3.317639] usb usb6: uevent
[ 3.317654] usb 6-0:1.0: uevent
[ 3.317733] usb usb7: uevent
[ 3.317748] usb 7-0:1.0: uevent
[ 3.317825] usb usb8: uevent
[ 3.317843] usb 8-0:1.0: uevent
[ 3.317920] usb usb2: uevent
[ 3.317934] usb 2-0:1.0: uevent
[ 3.357327] ehci_hcd 0000:00:1a.7: port 1 high speed
[ 3.357331] ehci_hcd 0000:00:1a.7: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[ 3.402316] e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k6
[ 3.402430] e1000e: Copyright (c) 1999-2008 Intel Corporation.
[ 3.402585] e1000e 0000:00:19.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 3.402707] e1000e 0000:00:19.0: setting latency timer to 64
[ 3.402814] e1000e 0000:00:19.0: irq 30 for MSI/MSI-X
[ 3.433467] usb 1-1: New USB device found, idVendor=0424, idProduct=2512
[ 3.433580] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.433740] usb 1-1: uevent
[ 3.433749] usb 1-1: usb_probe_device
[ 3.433751] usb 1-1: configuration #1 chosen from 1 choice
[ 3.433968] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
[ 3.433982] usb 1-1:1.0: uevent
[ 3.433992] hub 1-1:1.0: usb_probe_interface
[ 3.433993] hub 1-1:1.0: usb_probe_interface - got id
[ 3.433995] hub 1-1:1.0: USB hub found
[ 3.434216] hub 1-1:1.0: 2 ports detected
[ 3.434325] hub 1-1:1.0: compound device; port removable status: FF
[ 3.434327] hub 1-1:1.0: individual port power switching
[ 3.434328] hub 1-1:1.0: individual port over-current protection
[ 3.434329] hub 1-1:1.0: Single TT
[ 3.434331] hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns)
[ 3.434332] hub 1-1:1.0: power on to power good time: 100ms
[ 3.434591] hub 1-1:1.0: local power source is good
[ 3.434592] hub 1-1:1.0: enabling power on all ports
[ 3.434875] drivers/usb/core/inode.c: creating file '002'
[ 3.434907] hub 1-0:1.0: port 5, status 0501, change 0000, 480 Mb/s
[ 3.488204] ehci_hcd 0000:00:1a.7: port 5 full speed --> companion
[ 3.488208] ehci_hcd 0000:00:1a.7: GetStatus port 5 status 003801 POWER OWNER sig=j CONNECT
[ 3.488211] hub 1-0:1.0: port 5 not reset yet, waiting 50ms
[ 3.490962] 0000:00:19.0: eth0: (PCI Express:2.5GB/s:Width x1) 00:21:70:d1:b7:92
[ 3.491142] 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[ 3.491282] 0000:00:19.0: eth0: MAC: 6, PHY: 8, PBA No: 1004ff-0ff
[ 3.491405] ohci1394 0000:03:01.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 3.500041] Clocksource tsc unstable (delta = -125744742 ns)
[ 3.528024] scsi_id used greatest stack depth: 4960 bytes left
[ 3.532094] hub 1-1:1.0: port 1: status 0101 change 0001
[ 3.532338] hub 1-1:1.0: port 2: status 0101 change 0001
[ 3.544027] ehci_hcd 0000:00:1a.7: GetStatus port 5 status 003002 POWER OWNER sig=se0 CSC
[ 3.544050] hub 1-0:1.0: port 6, status 0501, change 0000, 480 Mb/s
[ 3.550107] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17] MMIO=[f65ff800-f65fffff] Max Packet=[2048] IR/IT contexts=[4/4]
[ 3.600203] ehci_hcd 0000:00:1a.7: port 6 high speed
[ 3.600207] ehci_hcd 0000:00:1a.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
[ 3.632104] usb 1-1: link qh256-0001/ffff88007a9b7140 start 255 [1/0 us]
[ 3.656052] usb 1-6: new high speed USB device using ehci_hcd and address 4
[ 3.707537] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input4
[ 3.716327] ehci_hcd 0000:00:1a.7: port 6 high speed
[ 3.716330] ehci_hcd 0000:00:1a.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
[ 3.749451] PM: Starting manual resume from disk
[ 3.749559] PM: Resume from partition 8:5
[ 3.749561] PM: Checking hibernation image.
[ 3.750035] PM: Resume from disk failed.
[ 3.752531] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input5
[ 3.789201] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input6
[ 3.819246] kjournald starting. Commit interval 5 seconds
[ 3.819370] EXT3-fs: mounted filesystem with ordered data mode.
[ 3.828129] usb 1-6: skipped 2 descriptors after configuration
[ 3.828131] usb 1-6: skipped 6 descriptors after interface
[ 3.828133] usb 1-6: skipped 1 descriptor after endpoint
[ 3.828135] usb 1-6: skipped 8 descriptors after interface
[ 3.828742] usb 1-6: default language 0x0409
[ 3.833742] usb 1-6: New USB device found, idVendor=0c45, idProduct=63f8
[ 3.833863] usb 1-6: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[ 3.833974] usb 1-6: Product: Laptop_Integrated_Webcam_0.3M
[ 3.834082] usb 1-6: Manufacturer: CN0TX593724878C2013V
[ 3.834225] usb 1-6: uevent
[ 3.834234] usb 1-6: usb_probe_device
[ 3.834236] usb 1-6: configuration #1 chosen from 1 choice
[ 3.834752] usb 1-6: adding 1-6:1.0 (config #1, interface 0)
[ 3.836750] usb 1-6:1.0: uevent
[ 3.836811] usb 1-6: adding 1-6:1.1 (config #1, interface 1)
[ 3.836833] usb 1-6:1.1: uevent
[ 3.836852] drivers/usb/core/inode.c: creating file '004'
[ 3.836900] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 3.836906] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0002
[ 3.836915] uhci_hcd 0000:00:1a.2: port 1 portsc 0093,00
[ 3.836924] hub 5-0:1.0: port 1, status 0101, change 0001, 12 Mb/s
[ 3.960056] hub 5-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
[ 4.072070] usb 5-1: new full speed USB device using uhci_hcd and address 2
[ 4.120053] usb usb4: suspend_rh (auto-stop)
[ 4.120079] usb usb6: suspend_rh (auto-stop)
[ 4.120106] usb usb7: suspend_rh (auto-stop)
[ 4.120131] usb usb8: suspend_rh (auto-stop)
[ 4.224277] usb 5-1: skipped 1 descriptor after interface
[ 4.224281] usb 5-1: skipped 1 descriptor after interface
[ 4.231273] usb 5-1: default language 0x0409
[ 4.248264] usb 5-1: New USB device found, idVendor=0a5c, idProduct=5800
[ 4.248375] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.248485] usb 5-1: Product: 5880
[ 4.248590] usb 5-1: Manufacturer: Broadcom Corp
[ 4.248697] usb 5-1: SerialNumber: 0123456789ABCD
[ 4.248834] usb 5-1: uevent
[ 4.248841] usb 5-1: usb_probe_device
[ 4.248842] usb 5-1: configuration #0 chosen from 1 choice
[ 4.248950] usb 5-1: config 0 descriptor??
[ 4.250272] usb 5-1: adding 5-1:0.0 (config #0, interface 0)
[ 4.255278] usb 5-1:0.0: uevent
[ 4.255389] usb 5-1: adding 5-1:0.1 (config #0, interface 1)
[ 4.258281] usb 5-1:0.1: uevent
[ 4.258392] drivers/usb/core/inode.c: creating file '002'
[ 4.258433] hub 1-0:1.0: state 7 ports 6 chg 0000 evt 0020
[ 4.258442] hub 1-1:1.0: state 7 ports 2 chg 0006 evt 0000
[ 4.258637] hub 1-1:1.0: port 1, status 0101, change 0000, 12 Mb/s
[ 4.328251] usb 1-1.1: new high speed USB device using ehci_hcd and address 5
[ 4.368054] usb usb3: suspend_rh (auto-stop)
[ 4.424491] usb 1-1.1: skipped 2 descriptors after interface
[ 4.424495] usb 1-1.1: New USB device found, idVendor=413c, idProduct=8149
[ 4.424613] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.424820] usb 1-1.1: uevent
[ 4.424828] usb 1-1.1: usb_probe_device
[ 4.424829] usb 1-1.1: configuration #1 chosen from 1 choice
[ 4.425118] usb 1-1.1: adding 1-1.1:1.0 (config #1, interface 0)
[ 4.425137] usb 1-1.1:1.0: uevent
[ 4.425157] drivers/usb/core/inode.c: creating file '005'
[ 4.425372] hub 1-1:1.0: port 2, status 0101, change 0000, 12 Mb/s
[ 4.440246] hub 1-1:1.0: port 2 not reset yet, waiting 10ms
[ 4.462112] runlevel used greatest stack depth: 3608 bytes left
[ 4.513245] usb 1-1.2: new full speed USB device using ehci_hcd and address 6
[ 4.525388] stty used greatest stack depth: 3520 bytes left
[ 4.605050] usb 1-1.2: ep0 maxpacket = 8
[ 4.606621] usb 1-1.2: default language 0x0409
[ 4.606979] usb 1-1.2: New USB device found, idVendor=0a5c, idProduct=4500
[ 4.607096] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.607274] usb 1-1.2: Product: BCM2046B1
[ 4.607380] usb 1-1.2: Manufacturer: Broadcom
[ 4.607517] usb 1-1.2: uevent
[ 4.607524] usb 1-1.2: usb_probe_device
[ 4.607526] usb 1-1.2: configuration #1 chosen from 1 choice
[ 4.607730] usb 1-1.2: adding 1-1.2:1.0 (config #1, interface 0)
[ 4.607756] usb 1-1.2:1.0: uevent
[ 4.607771] hub 1-1.2:1.0: usb_probe_interface
[ 4.607773] hub 1-1.2:1.0: usb_probe_interface - got id
[ 4.607776] hub 1-1.2:1.0: USB hub found
[ 4.607980] hub 1-1.2:1.0: 3 ports detected
[ 4.608092] hub 1-1.2:1.0: compound device; port removable status: FFF
[ 4.608094] hub 1-1.2:1.0: ganged power switching
[ 4.608095] hub 1-1.2:1.0: global over-current protection
[ 4.608096] hub 1-1.2:1.0: power on to power good time: 100ms
[ 4.608350] hub 1-1.2:1.0: local power source is good
[ 4.608352] hub 1-1.2:1.0: no over-current condition exists
[ 4.608355] hub 1-1.2:1.0: enabling power on all ports
[ 4.608782] drivers/usb/core/inode.c: creating file '006'
[ 4.608823] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0002
[ 4.608833] hub 1-1:1.0: state 7 ports 2 chg 0000 evt 0004
[ 4.708250] hub 1-1.2:1.0: port 1: status 0101 change 0001
[ 4.708625] hub 1-1.2:1.0: port 2: status 0101 change 0001
[ 4.808078] usb 1-1.2: link qh128-0601/ffff88007a9b73c0 start 127 [1/2 us]
[ 4.808111] hub 1-1.2:1.0: state 7 ports 3 chg 0006 evt 0000
[ 4.808247] hub 1-1.2:1.0: port 1, status 0101, change 0000, 12 Mb/s
[ 4.825151] ieee1394: Host added: ID:BUS[0-00:1023] GUID[314fc00010e571e1]
[ 4.881247] usb 1-1.2.1: new full speed USB device using ehci_hcd and address 7
[ 4.973047] usb 1-1.2.1: ep0 maxpacket = 8
[ 4.975996] usb 1-1.2.1: skipped 1 descriptor after interface
[ 4.976000] usb 1-1.2.1: New USB device found, idVendor=413c, idProduct=8153
[ 4.976139] usb 1-1.2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.976370] usb 1-1.2.1: uevent
[ 4.976378] usb 1-1.2.1: usb_probe_device
[ 4.976380] usb 1-1.2.1: configuration #1 chosen from 1 choice
[ 4.976621] usb 1-1.2.1: adding 1-1.2.1:1.0 (config #1, interface 0)
[ 4.976642] usb 1-1.2.1:1.0: uevent
[ 4.976667] usbhid 1-1.2.1:1.0: usb_probe_interface
[ 4.976670] usbhid 1-1.2.1:1.0: usb_probe_interface - got id
[ 4.978234] input: HID 413c:8153 as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input7
[ 4.992074] usb 1-1.2.1: link qh8-3008/ffff88007a9b7500 start 7 [1/2 us]
[ 5.008123] generic-usb 0003:413C:8153.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 413c:8153] on usb-0000:00:1a.7-1.2.1/input0
[ 5.008340] drivers/usb/core/inode.c: creating file '007'
[ 5.008499] hub 1-1.2:1.0: port 2, status 0101, change 0000, 12 Mb/s
[ 5.080249] usb 1-1.2.2: new full speed USB device using ehci_hcd and address 8
[ 5.172069] usb 1-1.2.2: ep0 maxpacket = 8
[ 5.175647] usb 1-1.2.2: skipped 1 descriptor after interface
[ 5.175650] usb 1-1.2.2: skipped 1 descriptor after endpoint
[ 5.175653] usb 1-1.2.2: New USB device found, idVendor=413c, idProduct=8154
[ 5.175770] usb 1-1.2.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.175977] usb 1-1.2.2: uevent
[ 5.175985] usb 1-1.2.2: usb_probe_device
[ 5.175986] usb 1-1.2.2: configuration #1 chosen from 1 choice
[ 5.176271] usb 1-1.2.2: adding 1-1.2.2:1.0 (config #1, interface 0)
[ 5.176291] usb 1-1.2.2:1.0: uevent
[ 5.176313] usbhid 1-1.2.2:1.0: usb_probe_interface
[ 5.176315] usbhid 1-1.2.2:1.0: usb_probe_interface - got id
[ 5.179027] input: HID 413c:8154 as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input8
[ 5.204099] generic-usb 0003:413C:8154.0002: input,hidraw1: USB HID v1.11 Mouse [HID 413c:8154] on usb-0000:00:1a.7-1.2.2/input0
[ 5.204372] drivers/usb/core/inode.c: creating file '008'
[ 5.204396] hub 1-1.2:1.0: state 7 ports 3 chg 0000 evt 0004
[ 5.804062] hub 2-0:1.0: hub_suspend
[ 5.804068] usb usb2: bus auto-suspend
[ 5.804071] ehci_hcd 0000:00:1d.7: suspend root hub
[ 5.804095] hub 4-0:1.0: hub_suspend
[ 5.804098] usb usb4: bus auto-suspend
[ 5.804101] usb usb4: suspend_rh
[ 5.804117] hub 6-0:1.0: hub_suspend
[ 5.804121] usb usb6: bus auto-suspend
[ 5.804123] usb usb6: suspend_rh
[ 5.804140] hub 7-0:1.0: hub_suspend
[ 5.804143] usb usb7: bus auto-suspend
[ 5.804145] usb usb7: suspend_rh
[ 5.804161] hub 8-0:1.0: hub_suspend
[ 5.804165] usb usb8: bus auto-suspend
[ 5.804166] usb usb8: suspend_rh
[ 6.816067] hub 3-0:1.0: hub_suspend
[ 6.816072] usb usb3: bus auto-suspend
[ 6.816075] usb usb3: suspend_rh
[ 9.258708] udevd version 124 started
[ 9.282282] usb usb3: uevent
[ 9.282300] usb 3-0:1.0: uevent
[ 9.282392] usb usb4: uevent
[ 9.282409] usb 4-0:1.0: uevent
[ 9.282502] usb usb5: uevent
[ 9.282520] usb 5-0:1.0: uevent
[ 9.282554] usb 5-1: uevent
[ 9.282571] usb 5-1:0.0: uevent
[ 9.282637] usb 5-1:0.1: uevent
[ 9.282779] usb usb1: uevent
[ 9.282796] usb 1-0:1.0: uevent
[ 9.282831] usb 1-1: uevent
[ 9.282849] usb 1-1.1: uevent
[ 9.282866] usb 1-1.1:1.0: uevent
[ 9.282903] usb 1-1.2: uevent
[ 9.282921] usb 1-1.2.1: uevent
[ 9.282940] usb 1-1.2.1:1.0: uevent
[ 9.283078] usb 1-1.2.2: uevent
[ 9.283097] usb 1-1.2.2:1.0: uevent
[ 9.283241] usb 1-1.2:1.0: uevent
[ 9.283292] usb 1-1:1.0: uevent
[ 9.283344] usb 1-6: uevent
[ 9.283361] usb 1-6:1.0: uevent
[ 9.283396] usb 1-6:1.1: uevent
[ 9.284031] usb usb6: uevent
[ 9.284048] usb 6-0:1.0: uevent
[ 9.284141] usb usb7: uevent
[ 9.284159] usb 7-0:1.0: uevent
[ 9.284297] usb usb8: uevent
[ 9.284327] usb 8-0:1.0: uevent
[ 9.284482] usb usb2: uevent
[ 9.284510] usb 2-0:1.0: uevent
[ 9.393348] ACPI: AC Adapter [AC] (on-line)
[ 9.437357] ACPI: Battery Slot [BAT0] (battery present)
[ 9.437529] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input9
[ 9.458066] ACPI: Lid Switch [LID]
[ 9.458273] ACPI: Battery Slot [BAT1] (battery absent)
[ 9.458450] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input10
[ 9.480104] ACPI: Power Button (CM) [PBTN]
[ 9.480264] input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input11
[ 9.504066] ACPI: Sleep Button (CM) [SBTN]
[ 9.509335] usb usb2: usb auto-resume
[ 9.509339] ehci_hcd 0000:00:1d.7: resume root hub
[ 9.537020] hub 2-0:1.0: hub_resume
[ 9.537101] usb usb8: usb auto-resume
[ 9.537104] usb usb8: wakeup_rh
[ 9.537111] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0000
[ 9.569210] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27kds
[ 9.569384] iwlagn: Copyright(c) 2003-2008 Intel Corporation
[ 9.569670] iwlagn 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 9.569786] iwlagn 0000:0c:00.0: setting latency timer to 64
[ 9.569853] iwlagn: Detected Intel Wireless WiFi Link 5100AGN REV=0x54
[ 9.577063] hub 8-0:1.0: hub_resume
[ 9.577128] usb usb7: usb auto-resume
[ 9.577131] usb usb7: wakeup_rh
[ 9.577140] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 9.591694] iwlagn: Tunable channels: 13 802.11bg, 24 802.11a channels
[ 9.592018] iwlagn 0000:0c:00.0: PCI INT A disabled
[ 9.592237] wmaster0 (iwlagn): not using net_device_ops yet
[ 9.592883] phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 9.599007] wlan0 (iwlagn): not using net_device_ops yet
[ 9.617025] hub 7-0:1.0: hub_resume
[ 9.617089] usb usb6: usb auto-resume
[ 9.617091] usb usb6: wakeup_rh
[ 9.617098] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 9.657031] hub 6-0:1.0: hub_resume
[ 9.657311] usb usb4: usb auto-resume
[ 9.657313] usb usb4: wakeup_rh
[ 9.657320] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 9.697042] hub 4-0:1.0: hub_resume
[ 9.697107] usb usb3: usb auto-resume
[ 9.697109] usb usb3: wakeup_rh
[ 9.697115] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 9.737081] hub 3-0:1.0: hub_resume
[ 9.737181] usbhid 1-1.2.2:1.0: disconnect by usbfs
[ 9.737292] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 9.765227] usb 1-1.2.2: usbfs: process 2069 (hid2hci) did not claim interface 0 before use
[ 9.888141] hub 1-1.2:1.0: state 7 ports 3 chg 0000 evt 0008
[ 9.888493] hub 1-1.2:1.0: port 3, status 0101, change 0001, 12 Mb/s
[ 10.016136] hub 1-1.2:1.0: debounce: port 3: total 100ms stable 100ms status 0x101
[ 10.089098] usb 1-1.2.3: new full speed USB device using ehci_hcd and address 9
[ 10.183991] usb 1-1.2.3: skipped 1 descriptor after interface
[ 10.184239] usb 1-1.2.3: default language 0x0409
[ 10.185243] usb 1-1.2.3: New USB device found, idVendor=413c, idProduct=8152
[ 10.185245] usb 1-1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 10.185247] usb 1-1.2.3: Product: Dell Wireless 410 Bluetooth + UWB Mini-card
[ 10.185248] usb 1-1.2.3: Manufacturer: Dell Computer Corp
[ 10.185310] usb 1-1.2.3: uevent
[ 10.185324] usb 1-1.2.3: usb_probe_device
[ 10.185326] usb 1-1.2.3: configuration #1 chosen from 1 choice
[ 10.186883] usb 1-1.2.3: adding 1-1.2.3:1.0 (config #1, interface 0)
[ 10.186901] usb 1-1.2.3:1.0: uevent
[ 10.186989] usb 1-1.2.3: adding 1-1.2.3:1.1 (config #1, interface 1)
[ 10.187001] usb 1-1.2.3:1.1: uevent
[ 10.187055] usb 1-1.2.3: adding 1-1.2.3:1.2 (config #1, interface 2)
[ 10.187067] usb 1-1.2.3:1.2: uevent
[ 10.187121] usb 1-1.2.3: adding 1-1.2.3:1.3 (config #1, interface 3)
[ 10.187133] usb 1-1.2.3:1.3: uevent
[ 10.187147] drivers/usb/core/inode.c: creating file '009'
[ 10.187176] hub 1-1.2:1.0: state 7 ports 3 chg 0000 evt 0008
[ 10.204149] Bluetooth: Generic Bluetooth USB driver ver 0.4
[ 10.204172] btusb 1-1.2.3:1.0: usb_probe_interface
[ 10.204174] btusb 1-1.2.3:1.0: usb_probe_interface - got id
[ 10.204219] btusb 1-1.2.3:1.2: usb_probe_interface
[ 10.204220] btusb 1-1.2.3:1.2: usb_probe_interface - got id
[ 10.204227] btusb 1-1.2.3:1.3: usb_probe_interface
[ 10.204228] btusb 1-1.2.3:1.3: usb_probe_interface - got id
[ 10.204240] usbcore: registered new interface driver btusb
[ 10.230945] Adding 5879748k swap on /dev/sda5. Priority:-1 extents:1 across:5879748k
[ 10.545763] EXT3 FS on sda1, internal journal
[ 10.569056] usb usb8: suspend_rh (auto-stop)
[ 10.817052] usb usb7: suspend_rh (auto-stop)
[ 10.817080] usb usb6: suspend_rh (auto-stop)
[ 10.817107] usb usb4: suspend_rh (auto-stop)
[ 10.817133] usb usb3: suspend_rh (auto-stop)
[ 11.805055] hub 2-0:1.0: hub_suspend
[ 11.805064] usb usb2: bus auto-suspend
[ 11.805067] ehci_hcd 0000:00:1d.7: suspend root hub
[ 11.805091] hub 8-0:1.0: hub_suspend
[ 11.805094] usb usb8: bus auto-suspend
[ 11.805097] usb usb8: suspend_rh
[ 11.805114] hub 7-0:1.0: hub_suspend
[ 11.805117] usb usb7: bus auto-suspend
[ 11.805119] usb usb7: suspend_rh
[ 11.805136] hub 6-0:1.0: hub_suspend
[ 11.805139] usb usb6: bus auto-suspend
[ 11.805141] usb usb6: suspend_rh
[ 11.805157] hub 4-0:1.0: hub_suspend
[ 11.805160] usb usb4: bus auto-suspend
[ 11.805162] usb usb4: suspend_rh
[ 11.805180] hub 3-0:1.0: hub_suspend
[ 11.805183] usb usb3: bus auto-suspend
[ 11.805185] usb usb3: suspend_rh
[ 12.416335] warning: `avahi-daemon' uses 32-bit capabilities (legacy support in use)
[ 13.355822] ppdev: user-space parallel port driver
[ 15.283394] usb usb2: usb auto-resume
[ 15.283404] ehci_hcd 0000:00:1d.7: resume root hub
[ 15.312257] hub 2-0:1.0: hub_resume
[ 15.312349] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0000
[ 15.312530] usb usb8: usb auto-resume
[ 15.312537] usb usb8: wakeup_rh
[ 15.337477] Bluetooth: L2CAP ver 2.11
[ 15.337482] Bluetooth: L2CAP socket layer initialized
[ 15.352256] hub 8-0:1.0: hub_resume
[ 15.352338] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 15.352490] usb usb7: usb auto-resume
[ 15.352497] usb usb7: wakeup_rh
[ 15.361493] Bluetooth: SCO (Voice Link) ver 0.6
[ 15.361499] Bluetooth: SCO socket layer initialized
[ 15.386127] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 15.392067] hub 7-0:1.0: hub_resume
[ 15.392236] usb usb6: usb auto-resume
[ 15.392242] usb usb6: wakeup_rh
[ 15.395173] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 15.397271] btusb_submit_intr_urb: hci0 urb ffff88007a0cb840 submission failed (28)
[ 15.432254] hub 6-0:1.0: hub_resume
[ 15.432339] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 15.433283] usb usb4: usb auto-resume
[ 15.433292] usb usb4: wakeup_rh
[ 15.472261] hub 4-0:1.0: hub_resume
[ 15.472346] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 15.472477] usb usb3: usb auto-resume
[ 15.472483] usb usb3: wakeup_rh
[ 15.512099] hub 3-0:1.0: hub_resume
[ 15.512179] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 15.512425] usbfs 1-1.2.2:1.0: disconnect by usbfs
[ 15.512448] usb 1-1.2.2: usbfs: process 3761 (hid2hci) did not claim interface 0 before use
[ 15.545431] Bluetooth: RFCOMM socket layer initialized
[ 15.545438] Bluetooth: RFCOMM ver 1.10
[ 16.520278] usb usb8: suspend_rh (auto-stop)
[ 16.520315] usb usb7: suspend_rh (auto-stop)
[ 16.520347] usb usb6: suspend_rh (auto-stop)
[ 16.520378] usb usb4: suspend_rh (auto-stop)
[ 16.520408] usb usb3: suspend_rh (auto-stop)
[ 17.061272] hdparm used greatest stack depth: 3440 bytes left
[ 17.804125] hub 8-0:1.0: hub_suspend
[ 17.804143] usb usb8: bus auto-suspend
[ 17.804149] usb usb8: suspend_rh
[ 17.804173] hub 7-0:1.0: hub_suspend
[ 17.804180] usb usb7: bus auto-suspend
[ 17.804184] usb usb7: suspend_rh
[ 17.804205] hub 6-0:1.0: hub_suspend
[ 17.804211] usb usb6: bus auto-suspend
[ 17.804215] usb usb6: suspend_rh
[ 17.804235] hub 4-0:1.0: hub_suspend
[ 17.804241] usb usb4: bus auto-suspend
[ 17.804245] usb usb4: suspend_rh
[ 17.804265] hub 3-0:1.0: hub_suspend
[ 17.804272] usb usb3: bus auto-suspend
[ 17.804275] usb usb3: suspend_rh
[ 17.816104] hub 2-0:1.0: hub_suspend
[ 17.816119] usb usb2: bus auto-suspend
[ 17.816125] ehci_hcd 0000:00:1d.7: suspend root hub
[ 18.641268] [drm:i915_initialize] *ERROR* can not ioremap virtual address for ring buffer
[ 18.658686] mtrr: type mismatch for e0000000,10000000 old: write-back new: write-combining
[ 19.704083] e1000e 0000:00:19.0: irq 30 for MSI/MSI-X
[ 19.776003] e1000e 0000:00:19.0: irq 30 for MSI/MSI-X
[ 19.780371] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 19.781554] iwlagn 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 19.791784] iwlagn 0000:0c:00.0: restoring config space at offset 0x1 (was 0x100102, writing 0x100106)
[ 19.799675] iwlagn 0000:0c:00.0: irq 31 for MSI/MSI-X
[ 19.804116] iwlagn 0000:0c:00.0: firmware: requesting iwlwifi-5000-1.ucode
[ 19.851544] iwlagn loaded firmware version 5.4.1.16
[ 20.006620] Registered led device: iwl-phy0:radio
[ 20.006634] Registered led device: iwl-phy0:assoc
[ 20.006646] Registered led device: iwl-phy0:RX
[ 20.006658] Registered led device: iwl-phy0:TX
[ 20.093035] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 20.374672] Xorg:3847 conflicting memory types e0000000-f0000000 uncached-minus<->write-combining
[ 20.374680] reserve_memtype failed 0xe0000000-0xf0000000, track uncached-minus, req uncached-minus
[ 21.190663] Xorg:3847 conflicting memory types e0000000-f0000000 uncached-minus<->write-combining
[ 21.190671] reserve_memtype failed 0xe0000000-0xf0000000, track uncached-minus, req uncached-minus
[ 21.483382] Xorg:3847 conflicting memory types e0000000-f0000000 uncached-minus<->write-combining
[ 21.483391] reserve_memtype failed 0xe0000000-0xf0000000, track uncached-minus, req uncached-minus
[ 21.627705] wlan0: authenticate with AP 00:0b:0e:72:ec:41
[ 21.825262] wlan0: authenticate with AP 00:0b:0e:72:ec:41
[ 21.826050] wlan0: authenticated
[ 21.826059] wlan0: associate with AP 00:0b:0e:72:ec:41
[ 21.828889] wlan0: RX AssocResp from 00:0b:0e:72:ec:41 (capab=0x401 status=0 aid=6)
[ 21.828897] wlan0: associated
[ 21.833979] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 21.834183] wlan0: disassociating by local choice (reason=3)
[ 32.576241] wlan0: no IPv6 routers present
[ 47.494953] sort used greatest stack depth: 3280 bytes left
[ 51.805229] wlan0: authenticate with AP 00:0b:0e:72:ec:41
[ 51.805855] wlan0: authenticated
[ 51.805861] wlan0: associate with AP 00:0b:0e:72:ec:41
[ 51.807825] wlan0: RX ReassocResp from 00:0b:0e:72:ec:41 (capab=0x401 status=0 aid=6)
[ 51.807832] wlan0: associated
[ 51.813521] cfg80211: Calling CRDA for country: US
[ 115.964652] usb usb2: usb auto-resume
[ 115.964663] ehci_hcd 0000:00:1d.7: resume root hub
[ 115.992270] hub 2-0:1.0: hub_resume
[ 115.992372] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0000
[ 115.992531] usb usb8: usb auto-resume
[ 115.992537] usb usb8: wakeup_rh
[ 116.032063] hub 8-0:1.0: hub_resume
[ 116.032142] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 116.032275] usb usb7: usb auto-resume
[ 116.032281] usb usb7: wakeup_rh
[ 116.072081] hub 7-0:1.0: hub_resume
[ 116.072164] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 116.072296] usb usb6: usb auto-resume
[ 116.072302] usb usb6: wakeup_rh
[ 116.112276] hub 6-0:1.0: hub_resume
[ 116.112364] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 116.113853] usb usb4: usb auto-resume
[ 116.113862] usb usb4: wakeup_rh
[ 116.152268] hub 4-0:1.0: hub_resume
[ 116.152352] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 116.152492] usb usb3: usb auto-resume
[ 116.152499] usb usb3: wakeup_rh
[ 116.192115] hub 3-0:1.0: hub_resume
[ 116.192202] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 117.208101] usb usb8: suspend_rh (auto-stop)
[ 117.208138] usb usb7: suspend_rh (auto-stop)
[ 117.208169] usb usb6: suspend_rh (auto-stop)
[ 117.208200] usb usb4: suspend_rh (auto-stop)
[ 117.208230] usb usb3: suspend_rh (auto-stop)
[ 118.805280] hub 8-0:1.0: hub_suspend
[ 118.805297] usb usb8: bus auto-suspend
[ 118.805303] usb usb8: suspend_rh
[ 118.805327] hub 7-0:1.0: hub_suspend
[ 118.805333] usb usb7: bus auto-suspend
[ 118.805337] usb usb7: suspend_rh
[ 118.805358] hub 6-0:1.0: hub_suspend
[ 118.805365] usb usb6: bus auto-suspend
[ 118.805369] usb usb6: suspend_rh
[ 118.805390] hub 4-0:1.0: hub_suspend
[ 118.805397] usb usb4: bus auto-suspend
[ 118.805401] usb usb4: suspend_rh
[ 118.805422] hub 3-0:1.0: hub_suspend
[ 118.805428] usb usb3: bus auto-suspend
[ 118.805432] usb usb3: suspend_rh
[ 118.820099] hub 2-0:1.0: hub_suspend
[ 118.820117] usb usb2: bus auto-suspend
[ 118.820122] ehci_hcd 0000:00:1d.7: suspend root hub
[ 118.850508] usb usb2: usb auto-resume
[ 118.850519] ehci_hcd 0000:00:1d.7: resume root hub
[ 118.880259] hub 2-0:1.0: hub_resume
[ 118.880353] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0000
[ 118.880565] usb usb8: usb auto-resume
[ 118.880573] usb usb8: wakeup_rh
[ 118.916080] hub 8-0:1.0: hub_resume
[ 118.916165] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 118.916312] usb usb7: usb auto-resume
[ 118.916318] usb usb7: wakeup_rh
[ 118.956274] hub 7-0:1.0: hub_resume
[ 118.956366] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 118.956536] usb usb6: usb auto-resume
[ 118.956543] usb usb6: wakeup_rh
[ 118.996104] hub 6-0:1.0: hub_resume
[ 118.996181] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 118.997198] usb usb4: usb auto-resume
[ 118.997206] usb usb4: wakeup_rh
[ 119.036105] hub 4-0:1.0: hub_resume
[ 119.036186] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 119.036326] usb usb3: usb auto-resume
[ 119.036332] usb usb3: wakeup_rh
[ 119.078869] hub 3-0:1.0: hub_resume
[ 119.079412] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 119.931001] jockey-gtk used greatest stack depth: 3184 bytes left
[ 119.936089] usb usb8: suspend_rh (auto-stop)
[ 120.184102] usb usb7: suspend_rh (auto-stop)
[ 120.184138] usb usb6: suspend_rh (auto-stop)
[ 120.184170] usb usb4: suspend_rh (auto-stop)
[ 120.184201] usb usb3: suspend_rh (auto-stop)
[ 121.805067] hub 8-0:1.0: hub_suspend
[ 121.805085] usb usb8: bus auto-suspend
[ 121.805090] usb usb8: suspend_rh
[ 121.805114] hub 7-0:1.0: hub_suspend
[ 121.805121] usb usb7: bus auto-suspend
[ 121.805125] usb usb7: suspend_rh
[ 121.805146] hub 6-0:1.0: hub_suspend
[ 121.805152] usb usb6: bus auto-suspend
[ 121.805156] usb usb6: suspend_rh
[ 121.805177] hub 4-0:1.0: hub_suspend
[ 121.805184] usb usb4: bus auto-suspend
[ 121.805188] usb usb4: suspend_rh
[ 121.805210] hub 3-0:1.0: hub_suspend
[ 121.805216] usb usb3: bus auto-suspend
[ 121.805220] usb usb3: suspend_rh
[ 121.816081] hub 2-0:1.0: hub_suspend
[ 121.816095] usb usb2: bus auto-suspend
[ 121.816100] ehci_hcd 0000:00:1d.7: suspend root hub
-andy
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-24 22:54 ` Andy Isaacson
@ 2009-02-25 14:35 ` Zdenek Kabelac
2009-02-27 11:14 ` Maciej Rutecki
0 siblings, 1 reply; 24+ messages in thread
From: Zdenek Kabelac @ 2009-02-25 14:35 UTC (permalink / raw)
To: Andy Isaacson
Cc: Yinghai Lu, Maciej Rutecki, Rafael J. Wysocki, Eric Anholt,
Linus Torvalds, Linux Kernel Mailing List, Jesse Barnes,
lenb@kernel.org, Ingo Molnar, mjg, Andrew Morton, rui.zhang,
airlied, LKML
Andy Isaacson napsal(a):
> On Mon, Feb 23, 2009 at 10:48:30PM -0800, Andy Isaacson wrote:
>> On Mon, Feb 23, 2009 at 09:50:03PM -0800, Yinghai Lu wrote:
>>>> reg 0, base: 0GB, range: 32GB, type WB
>>>> reg 1, base: 3584MB, range: 512MB, type UC
>>>> reg 2, base: 2012MB, range: 4MB, type UC
>>>> reg 3, base: 2016MB, range: 32MB, type UC
>>> the BIOS is so sick
>>> according to MTRR, it said:
>>> [0,2012M) is WB
>>> [2048M, 3.5G) is WB too
>>> [4G, 32G) is WB
>>>
>>> but according to e820: about [0,2g) is RAM...
>>>
>>> really not how to workaround in BIOS.
>>>
>>> please check if you have some new BIOS?
>> That was with bios A11. There is an A12 available on dell.com, I'll try
>> installing it tomorrow...
>
> With BIOS A12 2.6.29-rc6 still fails to initialize Xorg, but I think the
> failure is different -- Xorg.0.log says:
>
Unsure if my configuration is similar to some else.
My machine is T61 - 4GB and I've these things in my log:
(I'm using the latest BIOS for this Lenovo machine 2.25)
Running latest Fedora rawhide Xorg - it might be that Ubuntu Xorg doesn't show
this problem ??
[ 0.000000] DMI present.
[ 0.000000] last_pfn = 0x13c000 max_arch_pfn = 0x100000000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] original variable MTRRs
[ 0.000000] reg 0, base: 3GB, range: 1GB, type UC
[ 0.000000] reg 1, base: 5056MB, range: 64MB, type UC
[ 0.000000] reg 2, base: 0GB, range: 4GB, type WB
[ 0.000000] reg 3, base: 4GB, range: 1GB, type WB
[ 0.000000] reg 4, base: 3063MB, range: 1MB, type UC
[ 0.000000] reg 5, base: 3064MB, range: 8MB, type UC
[ 0.000000] total RAM coverred: 4023M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 128M num_reg: 6 lose
cover RAM: 0G
[ 0.000000] New variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] reg 2, base: 3063MB, range: 1MB, type UC
[ 0.000000] reg 3, base: 3064MB, range: 8MB, type UC
[ 0.000000] reg 4, base: 4GB, range: 1GB, type WB
[ 0.000000] reg 5, base: 5056MB, range: 64MB, type UC
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] last_pfn = 0xbf6b0 max_arch_pfn = 0x100000000
[ 0.000000] Scanning 2 areas for low memory corruption
[ 0.000000] modified physical RAM map:
...
[ 104.509490] X:2865 conflicting memory types e0000000-f0000000
uncached-minus<->write-combining
[ 104.509495] reserve_memtype failed 0xe0000000-0xf0000000, track
uncached-minus, req uncached-minus
[ 105.511870] X:2865 conflicting memory types e0000000-f0000000
uncached-minus<->write-combining
[ 105.511874] reserve_memtype failed 0xe0000000-0xf0000000, track
uncached-minus, req uncached-minus
[ 105.666438] X:2865 conflicting memory types e0000000-f0000000
uncached-minus<->write-combining
[ 105.666448] reserve_memtype failed 0xe0000000-0xf0000000, track
uncached-minus, req uncached-minus
[ 105.905061] X:2865 conflicting memory types e0000000-f0000000
uncached-minus<->write-combining
[ 105.905065] reserve_memtype failed 0xe0000000-0xf0000000, track
uncached-minus, req uncached-minus
[ 105.918004] X:2911 freeing invalid memtype e0000000-f0000000
[ 106.051774] X:2865 conflicting memory types e0000000-f0000000
uncached-minus<->write-combining
[ 106.051784] reserve_memtype failed 0xe0000000-0xf0000000, track
uncached-minus, req uncached-minus
[ 106.089265] X:2912 freeing invalid memtype e0000000-f0000000
...
[ 284.662145] [drm:i915_gem_object_bind_to_gtt] *ERROR* GTT full, but LRU
list empty
[ 284.662160] [drm:i915_gem_object_pin] *ERROR* Failure to bind:
-12<3>[drm:i915_gem_evict_something] *ERROR* inactive empty 1 request e
mpty 1 flushing empty 1
[ 331.744678] [drm:i915_gem_object_bind_to_gtt] *ERROR* GTT full, but LRU
list empty
[ 331.744690] [drm:i915_gem_object_pin] *ERROR* Failure to bind:
-12<3>[drm:i915_gem_evict_something] *ERROR* inactive empty 1 request e
mpty 1 flushing empty 1
[ 360.904121] [drm:i915_gem_object_bind_to_gtt] *ERROR* GTT full, but LRU
list empty
[ 360.904174] [drm:i915_gem_object_pin] *ERROR* Failure to bind:
-12<3>[drm:i915_gem_evict_something] *ERROR* inactive empty 1 request e
mpty 1 flushing empty 1
cat /proc/mtrr
cat /proc/mtrr
reg00: base=0x000000000 ( 0MB), size= 2048MB, count=1: write-back
reg01: base=0x080000000 ( 2048MB), size= 1024MB, count=1: write-back
reg02: base=0x0bf700000 ( 3063MB), size= 1MB, count=1: uncachable
reg03: base=0x0bf800000 ( 3064MB), size= 8MB, count=1: uncachable
reg04: base=0x100000000 ( 4096MB), size= 1024MB, count=1: write-back
reg05: base=0x13c000000 ( 5056MB), size= 64MB, count=1: uncachable
reg06: base=0x0e0000000 ( 3584MB), size= 256MB, count=2: write-combining
.config for 2.6.29-rc6 f7e603ad8f78cd3b59e33fa72707da0cbabdf699
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
Zdenek
^ permalink raw reply [flat|nested] 24+ messages in thread
* Re: [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page
2009-02-25 14:35 ` Zdenek Kabelac
@ 2009-02-27 11:14 ` Maciej Rutecki
0 siblings, 0 replies; 24+ messages in thread
From: Maciej Rutecki @ 2009-02-27 11:14 UTC (permalink / raw)
To: Zdenek Kabelac
Cc: Andy Isaacson, Yinghai Lu, Rafael J. Wysocki, Eric Anholt,
Linus Torvalds, Linux Kernel Mailing List, Jesse Barnes,
lenb@kernel.org, Ingo Molnar, mjg, Andrew Morton, rui.zhang,
airlied
I already test 2.6.29-rc6-git4, and seems work OK (X Window works
without any problems). I have "MTRR allocation failed" in dmesg:
[ 40.484827] [drm] Initialized drm 1.1.0 20060810
[ 40.535196] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 40.535206] pci 0000:00:02.0: setting latency timer to 64
[ 40.537427] mtrr: type mismatch for d0000000,10000000 old:
write-back new: write-combining
[ 40.537434] [drm] MTRR allocation failed
[ 40.537435] . Graphics performance may suffer.
[ 40.537463] pci 0000:00:02.0: irq 27 for MSI/MSI-X
[ 40.537492] [drm] Initialized i915 1.6.0 20080730 on minor 0
[ 40.572646] mtrr: type mismatch for d0000000,10000000 old:
write-back new: write-combining
[ 40.867365] set status page addr 0x00043000
But I don't use CONFIG_MTRR_SANITIZER:
root@zlom:/home/maciek/kernel.org/2.6.29-rc6-git4# cat
config-2.6.29-rc6-git4 | grep MTRR
CONFIG_MTRR=y
# CONFIG_MTRR_SANITIZER is not set
Config, and dmesg:
http://unixy.pl/maciek/download/kernel/2.6.29-rc6-git4/zlom/
--
Maciej Rutecki
http://www.maciek.unixy.pl
^ permalink raw reply [flat|nested] 24+ messages in thread
end of thread, other threads:[~2009-02-27 11:14 UTC | newest]
Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-23 14:46 [Linux 2.6.29-rc6] [drm:i915_set_status_page] *ERROR* can not ioremap virtual address for G33 hw status page Maciej Rutecki
2009-02-23 15:22 ` Sitsofe Wheeler
2009-02-23 18:27 ` Maciej Rutecki
2009-02-23 20:02 ` Eric Anholt
2009-02-23 21:30 ` Rafael J. Wysocki
2009-02-23 21:40 ` Maciej Rutecki
2009-02-24 1:01 ` Yinghai Lu
2009-02-24 3:23 ` Andy Isaacson
2009-02-24 5:50 ` Yinghai Lu
2009-02-24 6:48 ` Andy Isaacson
2009-02-24 22:54 ` Andy Isaacson
2009-02-25 14:35 ` Zdenek Kabelac
2009-02-27 11:14 ` Maciej Rutecki
2009-02-24 19:44 ` Ingo Molnar
2009-02-24 19:48 ` Yinghai Lu
2009-02-24 21:39 ` Ingo Molnar
2009-02-24 21:44 ` Dave Airlie
2009-02-24 21:59 ` Linus Torvalds
2009-02-24 22:10 ` Pallipadi, Venkatesh
2009-02-24 6:54 ` Maciej Rutecki
2009-02-24 8:54 ` Maciej Rutecki
2009-02-24 9:01 ` Maciej Rutecki
2009-02-24 18:25 ` Yinghai Lu
2009-02-24 3:56 ` Andy Isaacson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox