← Back to team overview

hybrid-graphics-linux team mailing list archive

Re: Apple Macbook Pro switching on Debian Unstable

 

El 12/05/12 02:17, Andreas Heider escribió:
* Finally... I'm not so quite interested in the switching functionality
but in using Intel card. I mean... Might it possible without any patched
kernel to just pass some boot parametres so that nvidia card is disabled
and intel card enabled and used? Maybe with patched kernel

Thats possible, and as the switching driver isn't 100% finished and I
don't have the time to do it at the moment it's probably the best
solution for your use case.

See
https://help.ubuntu.com/community/UEFIBooting#Selecting_the_graphic_card


Well, these are my doubts so far. Thank you for any clue you might
give me.

So... more testing.

I've generated the vbios files in bios mode and my grub cfg part is:

menuentry 'INTELTEST Debian GNU/Linux, with Linux 3.2.0-2-amd64' --class debian --class gnu-linux --class gnu --class os {
        insmod gzio
        insmod part_gpt
        insmod ext2
        set root='(hd0,gpt6)'
search --no-floppy --fs-uuid --set=root 70ee0041-8a7f-4c20-9d2f-b9b3e888d442
        echo    'Loading Linux 3.2.0-2-amd64 ...'
	fix_video
	loadbios /boot/vbios.bin /boot/int10.bin
linux /boot/vmlinuz-3.2.0-2-amd64 root=UUID=70ee0041-8a7f-4c20-9d2f-b9b3e888d442 ro resume=/dev/sda7 pcie_aspm=force video=efifb
        echo    'Loading initial ramdisk ...'
        initrd  /boot/initrd.img-3.2.0-2-amd64
set video=debug
insmod efi_gop
insmod font

if loadfont /usr/unicode.pf2
then
    insmod gfxterm
    set gfxmode=auto
    set gfxpayload=keep
    terminal_output gfxterm
fi

        outb 0x728 1 # Switch select
        outb 0x710 2 # Switch display
        outb 0x740 2 # Switch DDC
        outb 0x750 0 # Power down discrete graphics
}

I attach the dmesg.log file. I don't like these extracts:


Kernel-defined memdesc doesn't match the one from EFI!

...

7.583091] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
[    7.585381] intel ips 0000:00:1f.6: enabling device (0000 -> 0002)
[ 7.587828] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
[    7.590333] intel ips 0000:00:1f.6: request irq failed, aborting
[    7.592382] intel ips: probe of 0000:00:1f.6 failed with error -16

...


[    7.773816] i915 0000:00:02.0: Invalid ROM contents
[    7.773818] [drm:intel_parse_bios] *ERROR* VBT signature missing
[    7.773819] [drm] failed to find VBIOS tables
[ 7.773864] [drm:intel_dsm_pci_probe] *ERROR* failed to get supported _DSM functions [ 7.773892] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    7.835131] fixme: max PWM is zero.
[    7.915200] parse error at position 4 in video mode 'efifb'
[    7.917293] parse error at position 4 in video mode 'efifb'
[    7.919306] parse error at position 4 in video mode 'efifb'
[    7.921209] parse error at position 4 in video mode 'efifb'

Well, that's it. I've test most every boot option combination so now I need some advice on what I should try next.

Thank you!

adrian15
--
Support free software. Donate to Super Grub Disk. Apoya el software libre. Dona a Super Grub Disk. http://www.supergrubdisk.org/donate/
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-2-amd64 (Debian 3.2.16-1) (debian-kernel@xxxxxxxxxxxxxxxx) (gcc version 4.6.3 (Debian 4.6.3-1) ) #1 SMP Mon Apr 30 05:20:23 UTC 2012
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-2-amd64 root=UUID=70ee0041-8a7f-4c20-9d2f-b9b3e888d442 ro resume=/dev/sda7 pcie_aspm=force video=efifb
[    0.000000] Disabled fast string operations
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000008e000 (usable)
[    0.000000]  BIOS-e820: 000000000008e000 - 000000000008f000 (reserved)
[    0.000000]  BIOS-e820: 000000000008f000 - 0000000000090000 (ACPI NVS)
[    0.000000]  BIOS-e820: 0000000000090000 - 00000000000a0000 (usable)
[    0.000000]  BIOS-e820: 00000000000a0000 - 00000000000c0000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000008b673000 (usable)
[    0.000000]  BIOS-e820: 000000008b673000 - 000000008b6ef000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000008b6ef000 - 000000008b6f5000 (usable)
[    0.000000]  BIOS-e820: 000000008b6f5000 - 000000008b70f000 (ACPI data)
[    0.000000]  BIOS-e820: 000000008b70f000 - 000000008b737000 (usable)
[    0.000000]  BIOS-e820: 000000008b737000 - 000000008b75f000 (reserved)
[    0.000000]  BIOS-e820: 000000008b75f000 - 000000008b785000 (usable)
[    0.000000]  BIOS-e820: 000000008b785000 - 000000008b7af000 (reserved)
[    0.000000]  BIOS-e820: 000000008b7af000 - 000000008b7f6000 (usable)
[    0.000000]  BIOS-e820: 000000008b7f6000 - 000000008c000000 (reserved)
[    0.000000]  BIOS-e820: 000000008de00000 - 0000000090000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e00f8000 - 00000000e00f9000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffec4000 - 00000000ffee8000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000270000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] EFI v1.10 by Apple
[    0.000000]  ACPI=0x8b70e000  ACPI 2.0=0x8b70e014  SMBIOS=0x8b674000 
[    0.000000] Kernel-defined memdesc doesn't match the one from EFI!
[    0.000000] EFI: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x000000000008e000) (0MB)
[    0.000000] EFI: mem01: type=0, attr=0xf, range=[0x000000000008e000-0x000000000008f000) (0MB)
[    0.000000] EFI: mem02: type=10, attr=0xf, range=[0x000000000008f000-0x0000000000090000) (0MB)
[    0.000000] EFI: mem03: type=7, attr=0xf, range=[0x0000000000090000-0x00000000000a0000) (0MB)
[    0.000000] EFI: mem04: type=2, attr=0xf, range=[0x0000000000100000-0x00000000003ab000) (2MB)
[    0.000000] EFI: mem05: type=7, attr=0xf, range=[0x00000000003ab000-0x000000003687c000) (868MB)
[    0.000000] EFI: mem06: type=2, attr=0xf, range=[0x000000003687c000-0x0000000037436000) (11MB)
[    0.000000] EFI: mem07: type=7, attr=0xf, range=[0x0000000037436000-0x000000006654c000) (753MB)
[    0.000000] EFI: mem08: type=2, attr=0xf, range=[0x000000006654c000-0x0000000088724000) (545MB)
[    0.000000] EFI: mem09: type=1, attr=0xf, range=[0x0000000088724000-0x0000000088741000) (0MB)
[    0.000000] EFI: mem10: type=7, attr=0xf, range=[0x0000000088741000-0x000000008875e000) (0MB)
[    0.000000] EFI: mem11: type=2, attr=0xf, range=[0x000000008875e000-0x0000000088784000) (0MB)
[    0.000000] EFI: mem12: type=4, attr=0xf, range=[0x0000000088784000-0x0000000088992000) (2MB)
[    0.000000] EFI: mem13: type=1, attr=0xf, range=[0x0000000088992000-0x00000000889af000) (0MB)
[    0.000000] EFI: mem14: type=7, attr=0xf, range=[0x00000000889af000-0x00000000889b2000) (0MB)
[    0.000000] EFI: mem15: type=2, attr=0xf, range=[0x00000000889b2000-0x00000000889d4000) (0MB)
[    0.000000] EFI: mem16: type=4, attr=0xf, range=[0x00000000889d4000-0x00000000889da000) (0MB)
[    0.000000] EFI: mem17: type=7, attr=0xf, range=[0x00000000889da000-0x00000000889dc000) (0MB)
[    0.000000] EFI: mem18: type=4, attr=0xf, range=[0x00000000889dc000-0x00000000889dd000) (0MB)
[    0.000000] EFI: mem19: type=2, attr=0xf, range=[0x00000000889dd000-0x00000000889e4000) (0MB)
[    0.000000] EFI: mem20: type=4, attr=0xf, range=[0x00000000889e4000-0x0000000089553000) (11MB)
[    0.000000] EFI: mem21: type=3, attr=0xf, range=[0x0000000089553000-0x0000000089556000) (0MB)
[    0.000000] EFI: mem22: type=4, attr=0xf, range=[0x0000000089556000-0x0000000089dae000) (8MB)
[    0.000000] EFI: mem23: type=2, attr=0xf, range=[0x0000000089dae000-0x0000000089dd6000) (0MB)
[    0.000000] EFI: mem24: type=4, attr=0xf, range=[0x0000000089dd6000-0x0000000089dd8000) (0MB)
[    0.000000] EFI: mem25: type=2, attr=0xf, range=[0x0000000089dd8000-0x0000000089e17000) (0MB)
[    0.000000] EFI: mem26: type=4, attr=0xf, range=[0x0000000089e17000-0x0000000089e1a000) (0MB)
[    0.000000] EFI: mem27: type=2, attr=0xf, range=[0x0000000089e1a000-0x0000000089e1c000) (0MB)
[    0.000000] EFI: mem28: type=4, attr=0xf, range=[0x0000000089e1c000-0x0000000089f5d000) (1MB)
[    0.000000] EFI: mem29: type=3, attr=0xf, range=[0x0000000089f5d000-0x0000000089f8f000) (0MB)
[    0.000000] EFI: mem30: type=4, attr=0xf, range=[0x0000000089f8f000-0x0000000089f96000) (0MB)
[    0.000000] EFI: mem31: type=3, attr=0xf, range=[0x0000000089f96000-0x0000000089f97000) (0MB)
[    0.000000] EFI: mem32: type=4, attr=0xf, range=[0x0000000089f97000-0x0000000089f98000) (0MB)
[    0.000000] EFI: mem33: type=3, attr=0xf, range=[0x0000000089f98000-0x0000000089f99000) (0MB)
[    0.000000] EFI: mem34: type=4, attr=0xf, range=[0x0000000089f99000-0x0000000089f9d000) (0MB)
[    0.000000] EFI: mem35: type=3, attr=0xf, range=[0x0000000089f9d000-0x0000000089fa4000) (0MB)
[    0.000000] EFI: mem36: type=4, attr=0xf, range=[0x0000000089fa4000-0x0000000089fad000) (0MB)
[    0.000000] EFI: mem37: type=3, attr=0xf, range=[0x0000000089fad000-0x0000000089fb0000) (0MB)
[    0.000000] EFI: mem38: type=4, attr=0xf, range=[0x0000000089fb0000-0x0000000089fcb000) (0MB)
[    0.000000] EFI: mem39: type=3, attr=0xf, range=[0x0000000089fcb000-0x000000008a000000) (0MB)
[    0.000000] EFI: mem40: type=4, attr=0xf, range=[0x000000008a000000-0x000000008a003000) (0MB)
[    0.000000] EFI: mem41: type=3, attr=0xf, range=[0x000000008a003000-0x000000008a02f000) (0MB)
[    0.000000] EFI: mem42: type=4, attr=0xf, range=[0x000000008a02f000-0x000000008a033000) (0MB)
[    0.000000] EFI: mem43: type=3, attr=0xf, range=[0x000000008a033000-0x000000008a038000) (0MB)
[    0.000000] EFI: mem44: type=4, attr=0xf, range=[0x000000008a038000-0x000000008a03d000) (0MB)
[    0.000000] EFI: mem45: type=3, attr=0xf, range=[0x000000008a03d000-0x000000008a041000) (0MB)
[    0.000000] EFI: mem46: type=4, attr=0xf, range=[0x000000008a041000-0x000000008a045000) (0MB)
[    0.000000] EFI: mem47: type=3, attr=0xf, range=[0x000000008a045000-0x000000008a059000) (0MB)
[    0.000000] EFI: mem48: type=4, attr=0xf, range=[0x000000008a059000-0x000000008a05b000) (0MB)
[    0.000000] EFI: mem49: type=3, attr=0xf, range=[0x000000008a05b000-0x000000008a05e000) (0MB)
[    0.000000] EFI: mem50: type=4, attr=0xf, range=[0x000000008a05e000-0x000000008a061000) (0MB)
[    0.000000] EFI: mem51: type=3, attr=0xf, range=[0x000000008a061000-0x000000008a062000) (0MB)
[    0.000000] EFI: mem52: type=4, attr=0xf, range=[0x000000008a062000-0x000000008a063000) (0MB)
[    0.000000] EFI: mem53: type=3, attr=0xf, range=[0x000000008a063000-0x000000008a065000) (0MB)
[    0.000000] EFI: mem54: type=4, attr=0xf, range=[0x000000008a065000-0x000000008a068000) (0MB)
[    0.000000] EFI: mem55: type=3, attr=0xf, range=[0x000000008a068000-0x000000008a069000) (0MB)
[    0.000000] EFI: mem56: type=4, attr=0xf, range=[0x000000008a069000-0x000000008a06a000) (0MB)
[    0.000000] EFI: mem57: type=3, attr=0xf, range=[0x000000008a06a000-0x000000008a06b000) (0MB)
[    0.000000] EFI: mem58: type=4, attr=0xf, range=[0x000000008a06b000-0x000000008a06d000) (0MB)
[    0.000000] EFI: mem59: type=3, attr=0xf, range=[0x000000008a06d000-0x000000008a06e000) (0MB)
[    0.000000] EFI: mem60: type=4, attr=0xf, range=[0x000000008a06e000-0x000000008a070000) (0MB)
[    0.000000] EFI: mem61: type=3, attr=0xf, range=[0x000000008a070000-0x000000008a07c000) (0MB)
[    0.000000] EFI: mem62: type=4, attr=0xf, range=[0x000000008a07c000-0x000000008a07f000) (0MB)
[    0.000000] EFI: mem63: type=3, attr=0xf, range=[0x000000008a07f000-0x000000008a082000) (0MB)
[    0.000000] EFI: mem64: type=4, attr=0xf, range=[0x000000008a082000-0x000000008a083000) (0MB)
[    0.000000] EFI: mem65: type=3, attr=0xf, range=[0x000000008a083000-0x000000008a08d000) (0MB)
[    0.000000] EFI: mem66: type=4, attr=0xf, range=[0x000000008a08d000-0x000000008a08f000) (0MB)
[    0.000000] EFI: mem67: type=3, attr=0xf, range=[0x000000008a08f000-0x000000008a095000) (0MB)
[    0.000000] EFI: mem68: type=4, attr=0xf, range=[0x000000008a095000-0x000000008a097000) (0MB)
[    0.000000] EFI: mem69: type=3, attr=0xf, range=[0x000000008a097000-0x000000008a099000) (0MB)
[    0.000000] EFI: mem70: type=4, attr=0xf, range=[0x000000008a099000-0x000000008a09c000) (0MB)
[    0.000000] EFI: mem71: type=3, attr=0xf, range=[0x000000008a09c000-0x000000008a0aa000) (0MB)
[    0.000000] EFI: mem72: type=4, attr=0xf, range=[0x000000008a0aa000-0x000000008a0b1000) (0MB)
[    0.000000] EFI: mem73: type=3, attr=0xf, range=[0x000000008a0b1000-0x000000008a0b9000) (0MB)
[    0.000000] EFI: mem74: type=4, attr=0xf, range=[0x000000008a0b9000-0x000000008a0bb000) (0MB)
[    0.000000] EFI: mem75: type=3, attr=0xf, range=[0x000000008a0bb000-0x000000008a0bd000) (0MB)
[    0.000000] EFI: mem76: type=4, attr=0xf, range=[0x000000008a0bd000-0x000000008a0c1000) (0MB)
[    0.000000] EFI: mem77: type=3, attr=0xf, range=[0x000000008a0c1000-0x000000008a0c4000) (0MB)
[    0.000000] EFI: mem78: type=4, attr=0xf, range=[0x000000008a0c4000-0x000000008a0c7000) (0MB)
[    0.000000] EFI: mem79: type=3, attr=0xf, range=[0x000000008a0c7000-0x000000008a0cb000) (0MB)
[    0.000000] EFI: mem80: type=4, attr=0xf, range=[0x000000008a0cb000-0x000000008a0cc000) (0MB)
[    0.000000] EFI: mem81: type=3, attr=0xf, range=[0x000000008a0cc000-0x000000008a0cf000) (0MB)
[    0.000000] EFI: mem82: type=4, attr=0xf, range=[0x000000008a0cf000-0x000000008a0d0000) (0MB)
[    0.000000] EFI: mem83: type=3, attr=0xf, range=[0x000000008a0d0000-0x000000008a0e5000) (0MB)
[    0.000000] EFI: mem84: type=4, attr=0xf, range=[0x000000008a0e5000-0x000000008a0e7000) (0MB)
[    0.000000] EFI: mem85: type=3, attr=0xf, range=[0x000000008a0e7000-0x000000008a0f3000) (0MB)
[    0.000000] EFI: mem86: type=4, attr=0xf, range=[0x000000008a0f3000-0x000000008a0f5000) (0MB)
[    0.000000] EFI: mem87: type=3, attr=0xf, range=[0x000000008a0f5000-0x000000008a0fb000) (0MB)
[    0.000000] EFI: mem88: type=4, attr=0xf, range=[0x000000008a0fb000-0x000000008a0fc000) (0MB)
[    0.000000] EFI: mem89: type=3, attr=0xf, range=[0x000000008a0fc000-0x000000008a100000) (0MB)
[    0.000000] EFI: mem90: type=4, attr=0xf, range=[0x000000008a100000-0x000000008a101000) (0MB)
[    0.000000] EFI: mem91: type=3, attr=0xf, range=[0x000000008a101000-0x000000008a103000) (0MB)
[    0.000000] EFI: mem92: type=4, attr=0xf, range=[0x000000008a103000-0x000000008a104000) (0MB)
[    0.000000] EFI: mem93: type=3, attr=0xf, range=[0x000000008a104000-0x000000008a105000) (0MB)
[    0.000000] EFI: mem94: type=4, attr=0xf, range=[0x000000008a105000-0x000000008a107000) (0MB)
[    0.000000] EFI: mem95: type=3, attr=0xf, range=[0x000000008a107000-0x000000008a10e000) (0MB)
[    0.000000] EFI: mem96: type=4, attr=0xf, range=[0x000000008a10e000-0x000000008a10f000) (0MB)
[    0.000000] EFI: mem97: type=3, attr=0xf, range=[0x000000008a10f000-0x000000008a118000) (0MB)
[    0.000000] EFI: mem98: type=4, attr=0xf, range=[0x000000008a118000-0x000000008a119000) (0MB)
[    0.000000] EFI: mem99: type=3, attr=0xf, range=[0x000000008a119000-0x000000008a126000) (0MB)
[    0.000000] EFI: mem100: type=4, attr=0xf, range=[0x000000008a126000-0x000000008a127000) (0MB)
[    0.000000] EFI: mem101: type=3, attr=0xf, range=[0x000000008a127000-0x000000008a12a000) (0MB)
[    0.000000] EFI: mem102: type=4, attr=0xf, range=[0x000000008a12a000-0x000000008a12c000) (0MB)
[    0.000000] EFI: mem103: type=3, attr=0xf, range=[0x000000008a12c000-0x000000008a12d000) (0MB)
[    0.000000] EFI: mem104: type=4, attr=0xf, range=[0x000000008a12d000-0x000000008a131000) (0MB)
[    0.000000] EFI: mem105: type=3, attr=0xf, range=[0x000000008a131000-0x000000008a135000) (0MB)
[    0.000000] EFI: mem106: type=4, attr=0xf, range=[0x000000008a135000-0x000000008a136000) (0MB)
[    0.000000] EFI: mem107: type=3, attr=0xf, range=[0x000000008a136000-0x000000008a139000) (0MB)
[    0.000000] EFI: mem108: type=4, attr=0xf, range=[0x000000008a139000-0x000000008a13b000) (0MB)
[    0.000000] EFI: mem109: type=3, attr=0xf, range=[0x000000008a13b000-0x000000008a13e000) (0MB)
[    0.000000] EFI: mem110: type=4, attr=0xf, range=[0x000000008a13e000-0x000000008a144000) (0MB)
[    0.000000] EFI: mem111: type=3, attr=0xf, range=[0x000000008a144000-0x000000008a14b000) (0MB)
[    0.000000] EFI: mem112: type=4, attr=0xf, range=[0x000000008a14b000-0x000000008a157000) (0MB)
[    0.000000] EFI: mem113: type=3, attr=0xf, range=[0x000000008a157000-0x000000008a158000) (0MB)
[    0.000000] EFI: mem114: type=4, attr=0xf, range=[0x000000008a158000-0x000000008a15a000) (0MB)
[    0.000000] EFI: mem115: type=3, attr=0xf, range=[0x000000008a15a000-0x000000008a15c000) (0MB)
[    0.000000] EFI: mem116: type=4, attr=0xf, range=[0x000000008a15c000-0x000000008a164000) (0MB)
[    0.000000] EFI: mem117: type=3, attr=0xf, range=[0x000000008a164000-0x000000008a168000) (0MB)
[    0.000000] EFI: mem118: type=4, attr=0xf, range=[0x000000008a168000-0x000000008a16e000) (0MB)
[    0.000000] EFI: mem119: type=3, attr=0xf, range=[0x000000008a16e000-0x000000008a16f000) (0MB)
[    0.000000] EFI: mem120: type=4, attr=0xf, range=[0x000000008a16f000-0x000000008a171000) (0MB)
[    0.000000] EFI: mem121: type=3, attr=0xf, range=[0x000000008a171000-0x000000008a174000) (0MB)
[    0.000000] EFI: mem122: type=4, attr=0xf, range=[0x000000008a174000-0x000000008a176000) (0MB)
[    0.000000] EFI: mem123: type=3, attr=0xf, range=[0x000000008a176000-0x000000008a178000) (0MB)
[    0.000000] EFI: mem124: type=4, attr=0xf, range=[0x000000008a178000-0x000000008a1fc000) (0MB)
[    0.000000] EFI: mem125: type=3, attr=0xf, range=[0x000000008a1fc000-0x000000008a21b000) (0MB)
[    0.000000] EFI: mem126: type=4, attr=0xf, range=[0x000000008a21b000-0x000000008a21d000) (0MB)
[    0.000000] EFI: mem127: type=3, attr=0xf, range=[0x000000008a21d000-0x000000008a228000) (0MB)
[    0.000000] EFI: mem128: type=4, attr=0xf, range=[0x000000008a228000-0x000000008a240000) (0MB)
[    0.000000] EFI: mem129: type=3, attr=0xf, range=[0x000000008a240000-0x000000008a244000) (0MB)
[    0.000000] EFI: mem130: type=4, attr=0xf, range=[0x000000008a244000-0x000000008a24e000) (0MB)
[    0.000000] EFI: mem131: type=3, attr=0xf, range=[0x000000008a24e000-0x000000008a24f000) (0MB)
[    0.000000] EFI: mem132: type=4, attr=0xf, range=[0x000000008a24f000-0x000000008a251000) (0MB)
[    0.000000] EFI: mem133: type=3, attr=0xf, range=[0x000000008a251000-0x000000008a255000) (0MB)
[    0.000000] EFI: mem134: type=4, attr=0xf, range=[0x000000008a255000-0x000000008a256000) (0MB)
[    0.000000] EFI: mem135: type=3, attr=0xf, range=[0x000000008a256000-0x000000008a257000) (0MB)
[    0.000000] EFI: mem136: type=4, attr=0xf, range=[0x000000008a257000-0x000000008a25b000) (0MB)
[    0.000000] EFI: mem137: type=3, attr=0xf, range=[0x000000008a25b000-0x000000008a25c000) (0MB)
[    0.000000] EFI: mem138: type=4, attr=0xf, range=[0x000000008a25c000-0x000000008a25f000) (0MB)
[    0.000000] EFI: mem139: type=3, attr=0xf, range=[0x000000008a25f000-0x000000008a270000) (0MB)
[    0.000000] EFI: mem140: type=4, attr=0xf, range=[0x000000008a270000-0x000000008a273000) (0MB)
[    0.000000] EFI: mem141: type=3, attr=0xf, range=[0x000000008a273000-0x000000008a27b000) (0MB)
[    0.000000] EFI: mem142: type=4, attr=0xf, range=[0x000000008a27b000-0x000000008a27c000) (0MB)
[    0.000000] EFI: mem143: type=3, attr=0xf, range=[0x000000008a27c000-0x000000008a27e000) (0MB)
[    0.000000] EFI: mem144: type=4, attr=0xf, range=[0x000000008a27e000-0x000000008a280000) (0MB)
[    0.000000] EFI: mem145: type=3, attr=0xf, range=[0x000000008a280000-0x000000008a281000) (0MB)
[    0.000000] EFI: mem146: type=4, attr=0xf, range=[0x000000008a281000-0x000000008a282000) (0MB)
[    0.000000] EFI: mem147: type=3, attr=0xf, range=[0x000000008a282000-0x000000008a283000) (0MB)
[    0.000000] EFI: mem148: type=4, attr=0xf, range=[0x000000008a283000-0x000000008a285000) (0MB)
[    0.000000] EFI: mem149: type=3, attr=0xf, range=[0x000000008a285000-0x000000008a287000) (0MB)
[    0.000000] EFI: mem150: type=4, attr=0xf, range=[0x000000008a287000-0x000000008a71b000) (4MB)
[    0.000000] EFI: mem151: type=3, attr=0xf, range=[0x000000008a71b000-0x000000008a720000) (0MB)
[    0.000000] EFI: mem152: type=4, attr=0xf, range=[0x000000008a720000-0x000000008a721000) (0MB)
[    0.000000] EFI: mem153: type=3, attr=0xf, range=[0x000000008a721000-0x000000008a72a000) (0MB)
[    0.000000] EFI: mem154: type=4, attr=0xf, range=[0x000000008a72a000-0x000000008a72c000) (0MB)
[    0.000000] EFI: mem155: type=3, attr=0xf, range=[0x000000008a72c000-0x000000008a72f000) (0MB)
[    0.000000] EFI: mem156: type=4, attr=0xf, range=[0x000000008a72f000-0x000000008a731000) (0MB)
[    0.000000] EFI: mem157: type=3, attr=0xf, range=[0x000000008a731000-0x000000008a732000) (0MB)
[    0.000000] EFI: mem158: type=4, attr=0xf, range=[0x000000008a732000-0x000000008a7a5000) (0MB)
[    0.000000] EFI: mem159: type=3, attr=0xf, range=[0x000000008a7a5000-0x000000008a7a6000) (0MB)
[    0.000000] EFI: mem160: type=4, attr=0xf, range=[0x000000008a7a6000-0x000000008a7a7000) (0MB)
[    0.000000] EFI: mem161: type=3, attr=0xf, range=[0x000000008a7a7000-0x000000008a7a8000) (0MB)
[    0.000000] EFI: mem162: type=4, attr=0xf, range=[0x000000008a7a8000-0x000000008a7cc000) (0MB)
[    0.000000] EFI: mem163: type=3, attr=0xf, range=[0x000000008a7cc000-0x000000008a7cd000) (0MB)
[    0.000000] EFI: mem164: type=4, attr=0xf, range=[0x000000008a7cd000-0x000000008b5ef000) (14MB)
[    0.000000] EFI: mem165: type=7, attr=0xf, range=[0x000000008b5ef000-0x000000008b673000) (0MB)
[    0.000000] EFI: mem166: type=10, attr=0xf, range=[0x000000008b673000-0x000000008b6ef000) (0MB)
[    0.000000] EFI: mem167: type=7, attr=0xf, range=[0x000000008b6ef000-0x000000008b6f5000) (0MB)
[    0.000000] EFI: mem168: type=9, attr=0xf, range=[0x000000008b6f5000-0x000000008b70f000) (0MB)
[    0.000000] EFI: mem169: type=7, attr=0xf, range=[0x000000008b70f000-0x000000008b737000) (0MB)
[    0.000000] EFI: mem170: type=6, attr=0x800000000000000f, range=[0x000000008b737000-0x000000008b75f000) (0MB)
[    0.000000] EFI: mem171: type=7, attr=0xf, range=[0x000000008b75f000-0x000000008b785000) (0MB)
[    0.000000] EFI: mem172: type=5, attr=0x800000000000000f, range=[0x000000008b785000-0x000000008b7af000) (0MB)
[    0.000000] EFI: mem173: type=7, attr=0xf, range=[0x000000008b7af000-0x000000008b7ee000) (0MB)
[    0.000000] EFI: mem174: type=2, attr=0xf, range=[0x000000008b7ee000-0x000000008b7f6000) (0MB)
[    0.000000] EFI: mem175: type=0, attr=0xf, range=[0x000000008b7f6000-0x000000008b7ff000) (0MB)
[    0.000000] EFI: mem176: type=6, attr=0x800000000000000f, range=[0x000000008b7ff000-0x000000008b800000) (0MB)
[    0.000000] EFI: mem177: type=7, attr=0xf, range=[0x0000000100000000-0x0000000270000000) (5888MB)
[    0.000000] EFI: mem178: type=0, attr=0x8000000000000000, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
[    0.000000] EFI: mem179: type=0, attr=0x8000000000000000, range=[0x000000008b800000-0x000000008c000000) (8MB)
[    0.000000] EFI: mem180: type=0, attr=0x8000000000000000, range=[0x000000008de00000-0x0000000090000000) (34MB)
[    0.000000] EFI: mem181: type=11, attr=0x8000000000000000, range=[0x00000000e00f8000-0x00000000e00f9000) (0MB)
[    0.000000] EFI: mem182: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
[    0.000000] EFI: mem183: type=11, attr=0x8000000000000000, range=[0x00000000ffec4000-0x00000000ffee8000) (0MB)
[    0.000000] DMI 2.4 present.
[    0.000000] DMI: Apple Inc. MacBookPro6,2/Mac-F22586C8, BIOS    MBP61.88Z.0057.B0C.1007261552 07/26/10
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x270000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-DFFFF write-protect
[    0.000000]   E0000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   1 base 0A0000000 mask FE0000000 uncachable
[    0.000000]   2 base 090000000 mask FF0000000 uncachable
[    0.000000]   3 base 08C000000 mask FFC000000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] last_pfn = 0x8b7f6 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-000000008b7f6000
[    0.000000]  0000000000 - 008b600000 page 2M
[    0.000000]  008b600000 - 008b7f6000 page 4k
[    0.000000] kernel direct mapping tables up to 8b7f6000 @ 1fffb000-20000000
[    0.000000] init_memory_mapping: 0000000100000000-0000000270000000
[    0.000000]  0100000000 - 0270000000 page 2M
[    0.000000] kernel direct mapping tables up to 270000000 @ 8b7eb000-8b7f6000
[    0.000000] RAMDISK: 3687c000 - 37436000
[    0.000000] ACPI: RSDP 000000008b70e014 00024 (v02 APPLE )
[    0.000000] ACPI: XSDT 000000008b70e1c0 0007C (v01 APPLE   Apple00 00000057      01000013)
[    0.000000] ACPI: FACP 000000008b70b000 000F4 (v04 APPLE   Apple00 00000057 Loki 0000005F)
[    0.000000] ACPI: DSDT 000000008b6fd000 0746E (v01 APPLE  MacBookP 00060001 INTL 20061109)
[    0.000000] ACPI: FACS 000000008b67a000 00040
[    0.000000] ACPI: ASF! 000000008b70d000 000A5 (v32 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: HPET 000000008b70a000 00038 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: APIC 000000008b709000 000BC (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: APIC 000000008b708000 000BC (v02 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: SBST 000000008b706000 00030 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: ECDT 000000008b705000 00053 (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: SSDT 000000008b6fa000 0020D (v01 APPLE  SataAhci 00001000 INTL 20061109)
[    0.000000] ACPI: SSDT 000000008b6f7000 00522 (v01 APPLE  UsbNoRmh 00001000 INTL 20061109)
[    0.000000] ACPI: SSDT 000000008b6f5000 00A10 (v01  PmRef    CpuPm 00003000 INTL 20061109)
[    0.000000] ACPI: MCFG 000000008b707000 0003C (v01 APPLE   Apple00 00000001 Loki 0000005F)
[    0.000000] ACPI: BIOS bug: multiple APIC/MADT found, using 0
[    0.000000] ACPI: If "acpi_apic_instance=2" works better, notify linux-acpi@xxxxxxxxxxxxxxx
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-0000000270000000
[    0.000000] Initmem setup node 0 0000000000000000-0000000270000000
[    0.000000]   NODE_DATA [000000026fffb000 - 000000026fffffff]
[    0.000000]  [ffffea0000000000-ffffea00089fffff] PMD -> [ffff880267600000-ffff88026e7fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00270000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[8] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000008e
[    0.000000]     0: 0x00000090 -> 0x000000a0
[    0.000000]     0: 0x00000100 -> 0x0008b673
[    0.000000]     0: 0x0008b6ef -> 0x0008b6f5
[    0.000000]     0: 0x0008b70f -> 0x0008b737
[    0.000000]     0: 0x0008b75f -> 0x0008b785
[    0.000000]     0: 0x0008b7af -> 0x0008b7f6
[    0.000000]     0: 0x00100000 -> 0x00270000
[    0.000000] On node 0 totalpages: 2078364
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 9 pages reserved
[    0.000000]   DMA zone: 3917 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 552774 pages, LIFO batch:31
[    0.000000]   Normal zone: 20608 pages used for memmap
[    0.000000]   Normal zone: 1486720 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[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge 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] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] SMP: Allowing 8 CPUs, 4 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000008e000 - 000000000008f000
[    0.000000] PM: Registered nosave memory: 000000000008f000 - 0000000000090000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000c0000
[    0.000000] PM: Registered nosave memory: 00000000000c0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 000000008b673000 - 000000008b6ef000
[    0.000000] PM: Registered nosave memory: 000000008b6f5000 - 000000008b70f000
[    0.000000] PM: Registered nosave memory: 000000008b737000 - 000000008b75f000
[    0.000000] PM: Registered nosave memory: 000000008b785000 - 000000008b7af000
[    0.000000] PM: Registered nosave memory: 000000008b7f6000 - 000000008c000000
[    0.000000] PM: Registered nosave memory: 000000008c000000 - 000000008de00000
[    0.000000] PM: Registered nosave memory: 000000008de00000 - 0000000090000000
[    0.000000] PM: Registered nosave memory: 0000000090000000 - 00000000e00f8000
[    0.000000] PM: Registered nosave memory: 00000000e00f8000 - 00000000e00f9000
[    0.000000] PM: Registered nosave memory: 00000000e00f9000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000ffec4000
[    0.000000] PM: Registered nosave memory: 00000000ffec4000 - 00000000ffee8000
[    0.000000] PM: Registered nosave memory: 00000000ffee8000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at 90000000 (gap: 90000000:500f8000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88026fc00000 s82304 r8192 d24192 u262144
[    0.000000] pcpu-alloc: s82304 r8192 d24192 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2043411
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-2-amd64 root=UUID=70ee0041-8a7f-4c20-9d2f-b9b3e888d442 ro resume=/dev/sda7 pcie_aspm=force video=efifb
[    0.000000] PCIe ASPM is forcibly enabled
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8062392k/10223616k available (3402k kernel code, 1910160k absent, 251064k reserved, 3330k data, 568k init)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:33024 nr_irqs:744 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.004000] Detected 2394.179 MHz processor.
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.35 BogoMIPS (lpj=9576716)
[    0.000009] pid_max: default: 32768 minimum: 301
[    0.000044] init_memory_mapping: 000000008b7ff000-000000008b800000
[    0.000048]  008b7ff000 - 008b800000 page 4k
[    0.000136] init_memory_mapping: 000000008b800000-000000008c000000
[    0.000139]  008b800000 - 008c000000 page 2M
[    0.004976] init_memory_mapping: 000000008de00000-0000000090000000
[    0.004979]  008de00000 - 0090000000 page 2M
[    0.027042] Security Framework initialized
[    0.027048] AppArmor: AppArmor disabled by boot time parameter
[    0.027604] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.029466] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.030276] Mount-cache hash table entries: 256
[    0.030408] Initializing cgroup subsys cpuacct
[    0.030414] Initializing cgroup subsys memory
[    0.030427] Initializing cgroup subsys devices
[    0.030430] Initializing cgroup subsys freezer
[    0.030433] Initializing cgroup subsys net_cls
[    0.030436] Initializing cgroup subsys blkio
[    0.030444] Initializing cgroup subsys perf_event
[    0.030472] Disabled fast string operations
[    0.030475] CPU: Physical Processor ID: 0
[    0.030477] CPU: Processor Core ID: 0
[    0.030483] mce: CPU supports 9 MCE banks
[    0.030495] CPU0: Thermal monitoring enabled (TM1)
[    0.030502] using mwait in idle threads.
[    0.030866] ACPI: Core revision 20110623
[    0.036011] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.075632] CPU0: Intel(R) Core(TM) i5 CPU       M 520  @ 2.40GHz stepping 05
[    0.183134] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
[    0.183143] ... version:                3
[    0.183145] ... bit width:              48
[    0.183147] ... generic registers:      4
[    0.183149] ... value mask:             0000ffffffffffff
[    0.183151] ... max period:             000000007fffffff
[    0.183153] ... fixed-purpose events:   3
[    0.183155] ... event mask:             000000070000000f
[    0.183526] NMI watchdog enabled, takes one hw-pmu counter.
[    0.183646] Booting Node   0, Processors  #1
[    0.183649] smpboot cpu 1: start_ip = 9a000
[    0.270994] Disabled fast string operations
[    0.291052] NMI watchdog enabled, takes one hw-pmu counter.
[    0.291186]  #2
[    0.291188] smpboot cpu 2: start_ip = 9a000
[    0.378810] Disabled fast string operations
[    0.398881] NMI watchdog enabled, takes one hw-pmu counter.
[    0.399016]  #3
[    0.399018] smpboot cpu 3: start_ip = 9a000
[    0.486628] Disabled fast string operations
[    0.506712] NMI watchdog enabled, takes one hw-pmu counter.
[    0.506753] Brought up 4 CPUs
[    0.506756] Total of 4 processors activated (19152.89 BogoMIPS).
[    0.509170] devtmpfs: initialized
[    0.512998] PM: Registering ACPI NVS region at 8f000 (4096 bytes)
[    0.513002] PM: Registering ACPI NVS region at 8b673000 (507904 bytes)
[    0.513168] print_constraints: dummy: 
[    0.513231] NET: Registered protocol family 16
[    0.513345] ACPI: bus type pci registered
[    0.513429] PCI: MMCONFIG for domain 0000 [bus 00-06] at [mem 0xe0000000-0xe06fffff] (base 0xe0000000)
[    0.513434] PCI: not using MMCONFIG
[    0.513436] PCI: Using configuration type 1 for base access
[    0.514256] bio: create slab <bio-0> at 0
[    0.514348] ACPI: Added _OSI(Module Device)
[    0.514352] ACPI: Added _OSI(Processor Device)
[    0.514354] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.514358] ACPI: Added _OSI(Processor Aggregator Device)
[    0.515465] ACPI: EC: EC description table is found, configuring boot EC
[    0.516947] ACPI: Executed 1 blocks of module-level executable AML code
[    0.521770] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.522224] ACPI: SSDT 000000008b7f9918 003F7 (v01  PmRef  Cpu0Ist 00003000 INTL 20061109)
[    0.522484] ACPI: Dynamic OEM Table Load:
[    0.522488] ACPI: SSDT           (null) 003F7 (v01  PmRef  Cpu0Ist 00003000 INTL 20061109)
[    0.522644] ACPI: SSDT 000000008b7f7798 006E5 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
[    0.522887] ACPI: Dynamic OEM Table Load:
[    0.522890] ACPI: SSDT           (null) 006E5 (v01  PmRef  Cpu0Cst 00003001 INTL 20061109)
[    0.546900] ACPI: SSDT 000000008b7f8c18 003A4 (v01  PmRef    ApIst 00003000 INTL 20061109)
[    0.547247] ACPI: Dynamic OEM Table Load:
[    0.547250] ACPI: SSDT           (null) 003A4 (v01  PmRef    ApIst 00003000 INTL 20061109)
[    0.558702] ACPI: SSDT 000000008b7f6d98 00119 (v01  PmRef    ApCst 00003000 INTL 20061109)
[    0.558978] ACPI: Dynamic OEM Table Load:
[    0.558981] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20061109)
[    0.571166] ACPI: Interpreter enabled
[    0.571171] ACPI: (supports S0 S3 S4 S5)
[    0.571194] ACPI: Using IOAPIC for interrupt routing
[    0.571214] PCI: MMCONFIG for domain 0000 [bus 00-06] at [mem 0xe0000000-0xe06fffff] (base 0xe0000000)
[    0.583014] PCI: MMCONFIG at [mem 0xe0000000-0xe06fffff] reserved in ACPI motherboard resources
[    0.594977] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.595130] ACPI: No dock devices found.
[    0.595133] HEST: Table not found.
[    0.595136] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.595361] \_SB_.PCI0:_OSC invalid UUID
[    0.595363] _OSC request data:1 8 1f 
[    0.595366] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.595748] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.595752] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.595756] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.595759] pci_root PNP0A08:00: host bridge window [mem 0x000c0000-0x000c3fff]
[    0.595763] pci_root PNP0A08:00: host bridge window [mem 0x000c4000-0x000c7fff]
[    0.595766] pci_root PNP0A08:00: host bridge window [mem 0x000c8000-0x000cbfff]
[    0.595770] pci_root PNP0A08:00: host bridge window [mem 0x000cc000-0x000cffff]
[    0.595773] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
[    0.595777] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[    0.595780] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[    0.595784] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
[    0.595787] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
[    0.595790] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
[    0.595794] pci_root PNP0A08:00: host bridge window [mem 0x000e8000-0x000ebfff]
[    0.595797] pci_root PNP0A08:00: host bridge window [mem 0x000ec000-0x000effff]
[    0.595801] pci_root PNP0A08:00: host bridge window [mem 0x000f0000-0x000fffff]
[    0.595804] pci_root PNP0A08:00: host bridge window [mem 0x90000000-0xfeafffff]
[    0.595822] pci 0000:00:00.0: [8086:0044] type 0 class 0x000600
[    0.595839] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[    0.595862] pci 0000:00:01.0: [8086:0045] type 1 class 0x000604
[    0.595891] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.595894] pci 0000:00:01.0: PME# disabled
[    0.595907] pci 0000:00:02.0: [8086:0046] type 0 class 0x000300
[    0.595917] pci 0000:00:02.0: reg 10: [mem 0xc1400000-0xc17fffff 64bit]
[    0.595922] pci 0000:00:02.0: reg 18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.595927] pci 0000:00:02.0: reg 20: [io  0x3130-0x3137]
[    0.595992] pci 0000:00:1a.0: [8086:3b3b] type 0 class 0x000c03
[    0.596046] pci 0000:00:1a.0: reg 20: [io  0x3100-0x311f]
[    0.596127] pci 0000:00:1a.7: [8086:3b3c] type 0 class 0x000c03
[    0.596151] pci 0000:00:1a.7: reg 10: [mem 0xc1d05c00-0xc1d05fff]
[    0.596257] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.596262] pci 0000:00:1a.7: PME# disabled
[    0.596293] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
[    0.596314] pci 0000:00:1b.0: reg 10: [mem 0xc1d00000-0xc1d03fff 64bit]
[    0.596409] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.596413] pci 0000:00:1b.0: PME# disabled
[    0.596442] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
[    0.596541] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.596545] pci 0000:00:1c.0: PME# disabled
[    0.596575] pci 0000:00:1c.1: [8086:3b44] type 1 class 0x000604
[    0.596674] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.596678] pci 0000:00:1c.1: PME# disabled
[    0.596709] pci 0000:00:1c.2: [8086:3b46] type 1 class 0x000604
[    0.596807] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.596811] pci 0000:00:1c.2: PME# disabled
[    0.596841] pci 0000:00:1c.3: [8086:3b48] type 1 class 0x000604
[    0.596940] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.596944] pci 0000:00:1c.3: PME# disabled
[    0.596979] pci 0000:00:1d.0: [8086:3b36] type 0 class 0x000c03
[    0.597034] pci 0000:00:1d.0: reg 20: [io  0x30a0-0x30bf]
[    0.597114] pci 0000:00:1d.7: [8086:3b34] type 0 class 0x000c03
[    0.597138] pci 0000:00:1d.7: reg 10: [mem 0xc1d05800-0xc1d05bff]
[    0.597246] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.597250] pci 0000:00:1d.7: PME# disabled
[    0.597276] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[    0.597362] pci 0000:00:1f.0: [8086:3b09] type 0 class 0x000601
[    0.597491] pci 0000:00:1f.2: [8086:3b29] type 0 class 0x000106
[    0.597516] pci 0000:00:1f.2: reg 10: [io  0x3128-0x312f]
[    0.597527] pci 0000:00:1f.2: reg 14: [io  0x313c-0x313f]
[    0.597537] pci 0000:00:1f.2: reg 18: [io  0x3120-0x3127]
[    0.597548] pci 0000:00:1f.2: reg 1c: [io  0x3138-0x313b]
[    0.597559] pci 0000:00:1f.2: reg 20: [io  0x3020-0x303f]
[    0.597570] pci 0000:00:1f.2: reg 24: [mem 0xc1d05000-0xc1d057ff]
[    0.597635] pci 0000:00:1f.2: PME# supported from D3hot
[    0.597639] pci 0000:00:1f.2: PME# disabled
[    0.597663] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
[    0.597684] pci 0000:00:1f.3: reg 10: [mem 0xc1d06000-0xc1d060ff 64bit]
[    0.597713] pci 0000:00:1f.3: reg 20: [io  0xefa0-0xefbf]
[    0.597764] pci 0000:00:1f.6: [8086:3b32] type 0 class 0x001180
[    0.597789] pci 0000:00:1f.6: reg 10: [mem 0xc1d04000-0xc1d04fff 64bit]
[    0.597905] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.597909] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.597911] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xc10fffff]
[    0.597914] pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.598154] pci 0000:02:00.0: [14e4:1684] type 0 class 0x000200
[    0.598184] pci 0000:02:00.0: reg 10: [mem 0xc1c00000-0xc1c0ffff 64bit]
[    0.598359] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.598365] pci 0000:02:00.0: PME# disabled
[    0.602529] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.602538] pci 0000:00:1c.0:   bridge window [mem 0xc1c00000-0xc1cfffff]
[    0.602660] pci 0000:03:00.0: [14e4:4353] type 0 class 0x000280
[    0.602691] pci 0000:03:00.0: reg 10: [mem 0xc1b00000-0xc1b03fff 64bit]
[    0.602850] pci 0000:03:00.0: supports D1 D2
[    0.602851] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.602857] pci 0000:03:00.0: PME# disabled
[    0.610543] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.610552] pci 0000:00:1c.1:   bridge window [mem 0xc1b00000-0xc1bfffff]
[    0.610641] pci 0000:04:00.0: [11c1:5901] type 0 class 0x000c00
[    0.610671] pci 0000:04:00.0: reg 10: [mem 0xc1a00000-0xc1a00fff 64bit]
[    0.610816] pci 0000:04:00.0: supports D1 D2
[    0.610818] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.610824] pci 0000:04:00.0: PME# disabled
[    0.618501] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[    0.618510] pci 0000:00:1c.2:   bridge window [mem 0xc1a00000-0xc1afffff]
[    0.618571] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
[    0.618580] pci 0000:00:1c.3:   bridge window [mem 0xc1900000-0xc19fffff]
[    0.618656] pci 0000:00:1e.0: PCI bridge to [bus 06-06] (subtractive decode)
[    0.618664] pci 0000:00:1e.0:   bridge window [mem 0xc1800000-0xc18fffff]
[    0.618672] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.618674] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.618676] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.618678] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
[    0.618680] pci 0000:00:1e.0:   bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
[    0.618683] pci 0000:00:1e.0:   bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
[    0.618685] pci 0000:00:1e.0:   bridge window [mem 0x000cc000-0x000cffff] (subtractive decode)
[    0.618687] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[    0.618689] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.618691] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.618693] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[    0.618695] pci 0000:00:1e.0:   bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[    0.618697] pci 0000:00:1e.0:   bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
[    0.618699] pci 0000:00:1e.0:   bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
[    0.618701] pci 0000:00:1e.0:   bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
[    0.618704] pci 0000:00:1e.0:   bridge window [mem 0x000f0000-0x000fffff] (subtractive decode)
[    0.618706] pci 0000:00:1e.0:   bridge window [mem 0x90000000-0xfeafffff] (subtractive decode)
[    0.618739] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.618984] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
[    0.619067] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.619130] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    0.619193] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[    0.619255] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[    0.619383] \_SB_.PCI0:_OSC invalid UUID
[    0.619384] _OSC request data:1 1f 1f 
[    0.619387]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.619428] \_SB_.PCI0:_OSC invalid UUID
[    0.619430] _OSC request data:1 0 1d 
[    0.619433]  pci0000:00: ACPI _OSC request failed (AE_ERROR), returned control mask: 0x1d
[    0.619436] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.624573] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
[    0.624625] pci 0000:ff:00.0: [8086:2c62] type 0 class 0x000600
[    0.624645] pci 0000:ff:00.1: [8086:2d01] type 0 class 0x000600
[    0.624664] pci 0000:ff:02.0: [8086:2d10] type 0 class 0x000600
[    0.624681] pci 0000:ff:02.1: [8086:2d11] type 0 class 0x000600
[    0.624698] pci 0000:ff:02.2: [8086:2d12] type 0 class 0x000600
[    0.624715] pci 0000:ff:02.3: [8086:2d13] type 0 class 0x000600
[    0.624743]  pci0000:ff: Requesting ACPI _OSC control (0x1d)
[    0.624747]  pci0000:ff: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[    0.624750] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.625028] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.625083] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.625136] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.625189] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.625242] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.625295] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.625349] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.625402] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.625520] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.625532] vgaarb: loaded
[    0.625534] vgaarb: bridge control possible 0000:00:02.0
[    0.625577] PCI: Using ACPI for IRQ routing
[    0.625581] PCI: pci_cache_line_size set to 64 bytes
[    0.625862] reserve RAM buffer: 000000000008e000 - 000000000008ffff 
[    0.625864] reserve RAM buffer: 000000008b673000 - 000000008bffffff 
[    0.625868] reserve RAM buffer: 000000008b6f5000 - 000000008bffffff 
[    0.625871] reserve RAM buffer: 000000008b737000 - 000000008bffffff 
[    0.625874] reserve RAM buffer: 000000008b785000 - 000000008bffffff 
[    0.625876] reserve RAM buffer: 000000008b7f6000 - 000000008bffffff 
[    0.626006] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.626014] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.628036] Switching to clocksource hpet
[    0.629657] pnp: PnP ACPI init
[    0.629675] ACPI: bus type pnp registered
[    0.629879] pnp 00:00: [bus 00-fe]
[    0.629881] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.629883] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.629886] pnp 00:00: [io  0x0d00-0xffff window]
[    0.629888] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.629890] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.629892] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.629893] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.629895] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.629897] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.629899] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.629901] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.629902] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.629904] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.629906] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.629908] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.629909] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.629911] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    0.629913] pnp 00:00: [mem 0x90000000-0xfeafffff window]
[    0.629915] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[    0.629970] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.630010] pnp 00:01: [io  0x0000-0x001f]
[    0.630012] pnp 00:01: [io  0x0081-0x0091]
[    0.630014] pnp 00:01: [io  0x0093-0x009f]
[    0.630015] pnp 00:01: [io  0x00c0-0x00df]
[    0.630017] pnp 00:01: [dma 4]
[    0.630046] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.630057] pnp 00:02: [mem 0xff000000-0xffffffff]
[    0.630084] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    0.630160] pnp 00:03: [irq 0 disabled]
[    0.630170] pnp 00:03: [irq 8]
[    0.630172] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    0.630221] system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.630226] system 00:03: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.630237] pnp 00:04: [io  0x00f0]
[    0.630243] pnp 00:04: [irq 13]
[    0.630272] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.630282] pnp 00:05: [io  0x002e-0x002f]
[    0.630284] pnp 00:05: [io  0x004e-0x004f]
[    0.630286] pnp 00:05: [io  0x0061]
[    0.630288] pnp 00:05: [io  0x0063]
[    0.630289] pnp 00:05: [io  0x0065]
[    0.630290] pnp 00:05: [io  0x0067]
[    0.630292] pnp 00:05: [io  0x0080]
[    0.630293] pnp 00:05: [io  0x0092]
[    0.630295] pnp 00:05: [io  0x00b2-0x00b3]
[    0.630296] pnp 00:05: [io  0x0680-0x069f]
[    0.630298] pnp 00:05: [io  0x1000-0x100f]
[    0.630299] pnp 00:05: [io  0xffff]
[    0.630301] pnp 00:05: [io  0xffff]
[    0.630302] pnp 00:05: [io  0x0400-0x047f]
[    0.630304] pnp 00:05: [io  0x0500-0x057f]
[    0.630305] pnp 00:05: [io  0x164e-0x164f]
[    0.630355] system 00:05: [io  0x0680-0x069f] has been reserved
[    0.630359] system 00:05: [io  0x1000-0x100f] has been reserved
[    0.630362] system 00:05: [io  0xffff] has been reserved
[    0.630366] system 00:05: [io  0xffff] has been reserved
[    0.630369] system 00:05: [io  0x0400-0x047f] has been reserved
[    0.630373] system 00:05: [io  0x0500-0x057f] has been reserved
[    0.630377] system 00:05: [io  0x164e-0x164f] has been reserved
[    0.630381] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.630420] pnp 00:06: [io  0x06a0-0x06af]
[    0.630421] pnp 00:06: [io  0x06b0-0x06ff]
[    0.630480] system 00:06: [io  0x06a0-0x06af] has been reserved
[    0.630484] system 00:06: [io  0x06b0-0x06ff] has been reserved
[    0.630488] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.630498] pnp 00:07: [io  0x0070-0x0077]
[    0.630528] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.630540] pnp 00:08: [io  0x0300-0x031f]
[    0.630545] pnp 00:08: [irq 6]
[    0.630574] pnp 00:08: Plug and Play ACPI device, IDs APP0001 (active)
[    0.630627] pnp 00:09: [io  0x0700-0x07fe]
[    0.630664] pnp 00:09: Plug and Play ACPI device, IDs APP000b (active)
[    0.630850] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
[    0.630852] pnp 00:0a: [mem 0xfed10000-0xfed13fff]
[    0.630854] pnp 00:0a: [mem 0xfed18000-0xfed18fff]
[    0.630856] pnp 00:0a: [mem 0xfed19000-0xfed19fff]
[    0.630858] pnp 00:0a: [mem 0xe0000000-0xefffffff]
[    0.630859] pnp 00:0a: [mem 0xfed20000-0xfed3ffff]
[    0.630861] pnp 00:0a: [mem 0xfeb00000-0xfeb03fff]
[    0.630862] pnp 00:0a: [mem 0xfed45000-0xfed8ffff]
[    0.630864] pnp 00:0a: [mem 0xff000000-0xffffffff]
[    0.630866] pnp 00:0a: [mem 0xfee00000-0xfeefffff]
[    0.630921] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.630926] system 00:0a: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.630930] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.630933] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.630937] system 00:0a: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.630941] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.630944] system 00:0a: [mem 0xfeb00000-0xfeb03fff] has been reserved
[    0.630948] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.630953] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved
[    0.630957] system 00:0a: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.630960] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.634488] pnp 00:0b: [bus ff]
[    0.634548] pnp 00:0b: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.634557] pnp: PnP ACPI: found 12 devices
[    0.634560] ACPI: ACPI bus type pnp unregistered
[    0.641973] PCI: max bus depth: 1 pci_try_num: 2
[    0.642032] pci 0000:00:1c.3: BAR 15: assigned [mem 0xa2000000-0xa21fffff 64bit pref]
[    0.642039] pci 0000:00:1c.3: BAR 13: assigned [io  0x4000-0x4fff]
[    0.642044] pci 0000:00:1c.2: BAR 15: assigned [mem 0xa2200000-0xa23fffff 64bit pref]
[    0.642049] pci 0000:00:1c.2: BAR 13: assigned [io  0x5000-0x5fff]
[    0.642054] pci 0000:00:1c.1: BAR 15: assigned [mem 0xa2400000-0xa25fffff 64bit pref]
[    0.642059] pci 0000:00:1c.1: BAR 13: assigned [io  0x6000-0x6fff]
[    0.642064] pci 0000:00:1c.0: BAR 15: assigned [mem 0xa2600000-0xa27fffff 64bit pref]
[    0.642069] pci 0000:00:1c.0: BAR 13: assigned [io  0x7000-0x7fff]
[    0.642072] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    0.642075] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.642079] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xc10fffff]
[    0.642083] pci 0000:00:01.0:   bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.642088] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.642093] pci 0000:00:1c.0:   bridge window [io  0x7000-0x7fff]
[    0.642100] pci 0000:00:1c.0:   bridge window [mem 0xc1c00000-0xc1cfffff]
[    0.642106] pci 0000:00:1c.0:   bridge window [mem 0xa2600000-0xa27fffff 64bit pref]
[    0.642115] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.642119] pci 0000:00:1c.1:   bridge window [io  0x6000-0x6fff]
[    0.642126] pci 0000:00:1c.1:   bridge window [mem 0xc1b00000-0xc1bfffff]
[    0.642132] pci 0000:00:1c.1:   bridge window [mem 0xa2400000-0xa25fffff 64bit pref]
[    0.642141] pci 0000:00:1c.2: PCI bridge to [bus 04-04]
[    0.642145] pci 0000:00:1c.2:   bridge window [io  0x5000-0x5fff]
[    0.642152] pci 0000:00:1c.2:   bridge window [mem 0xc1a00000-0xc1afffff]
[    0.642158] pci 0000:00:1c.2:   bridge window [mem 0xa2200000-0xa23fffff 64bit pref]
[    0.642167] pci 0000:00:1c.3: PCI bridge to [bus 05-05]
[    0.642171] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.642178] pci 0000:00:1c.3:   bridge window [mem 0xc1900000-0xc19fffff]
[    0.642185] pci 0000:00:1c.3:   bridge window [mem 0xa2000000-0xa21fffff 64bit pref]
[    0.642194] pci 0000:00:1e.0: PCI bridge to [bus 06-06]
[    0.642201] pci 0000:00:1e.0:   bridge window [mem 0xc1800000-0xc18fffff]
[    0.642223] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.642228] pci 0000:00:01.0: setting latency timer to 64
[    0.642241] pci 0000:00:1c.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.642247] pci 0000:00:1c.0: setting latency timer to 64
[    0.642278] pci 0000:00:1c.1: power state changed by ACPI to D0
[    0.642284] pci 0000:00:1c.1: power state changed by ACPI to D0
[    0.642290] pci 0000:00:1c.1: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.642296] pci 0000:00:1c.1: setting latency timer to 64
[    0.642303] pci 0000:00:1c.2: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.642308] pci 0000:00:1c.2: setting latency timer to 64
[    0.642315] pci 0000:00:1c.3: enabling device (0000 -> 0003)
[    0.642320] pci 0000:00:1c.3: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    0.642327] pci 0000:00:1c.3: setting latency timer to 64
[    0.642335] pci 0000:00:1e.0: setting latency timer to 64
[    0.642338] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.642340] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.642342] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.642344] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
[    0.642345] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
[    0.642347] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
[    0.642349] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
[    0.642351] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
[    0.642352] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
[    0.642354] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
[    0.642356] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
[    0.642357] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
[    0.642359] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
[    0.642361] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
[    0.642363] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
[    0.642364] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff]
[    0.642366] pci_bus 0000:00: resource 20 [mem 0x90000000-0xfeafffff]
[    0.642368] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.642370] pci_bus 0000:01: resource 1 [mem 0xc0000000-0xc10fffff]
[    0.642371] pci_bus 0000:01: resource 2 [mem 0x90000000-0xa1ffffff 64bit pref]
[    0.642373] pci_bus 0000:02: resource 0 [io  0x7000-0x7fff]
[    0.642375] pci_bus 0000:02: resource 1 [mem 0xc1c00000-0xc1cfffff]
[    0.642377] pci_bus 0000:02: resource 2 [mem 0xa2600000-0xa27fffff 64bit pref]
[    0.642379] pci_bus 0000:03: resource 0 [io  0x6000-0x6fff]
[    0.642380] pci_bus 0000:03: resource 1 [mem 0xc1b00000-0xc1bfffff]
[    0.642382] pci_bus 0000:03: resource 2 [mem 0xa2400000-0xa25fffff 64bit pref]
[    0.642384] pci_bus 0000:04: resource 0 [io  0x5000-0x5fff]
[    0.642386] pci_bus 0000:04: resource 1 [mem 0xc1a00000-0xc1afffff]
[    0.642388] pci_bus 0000:04: resource 2 [mem 0xa2200000-0xa23fffff 64bit pref]
[    0.642389] pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
[    0.642391] pci_bus 0000:05: resource 1 [mem 0xc1900000-0xc19fffff]
[    0.642393] pci_bus 0000:05: resource 2 [mem 0xa2000000-0xa21fffff 64bit pref]
[    0.642395] pci_bus 0000:06: resource 1 [mem 0xc1800000-0xc18fffff]
[    0.642397] pci_bus 0000:06: resource 4 [io  0x0000-0x0cf7]
[    0.642398] pci_bus 0000:06: resource 5 [io  0x0d00-0xffff]
[    0.642400] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
[    0.642402] pci_bus 0000:06: resource 7 [mem 0x000c0000-0x000c3fff]
[    0.642403] pci_bus 0000:06: resource 8 [mem 0x000c4000-0x000c7fff]
[    0.642405] pci_bus 0000:06: resource 9 [mem 0x000c8000-0x000cbfff]
[    0.642407] pci_bus 0000:06: resource 10 [mem 0x000cc000-0x000cffff]
[    0.642409] pci_bus 0000:06: resource 11 [mem 0x000d0000-0x000d3fff]
[    0.642410] pci_bus 0000:06: resource 12 [mem 0x000d4000-0x000d7fff]
[    0.642412] pci_bus 0000:06: resource 13 [mem 0x000d8000-0x000dbfff]
[    0.642414] pci_bus 0000:06: resource 14 [mem 0x000dc000-0x000dffff]
[    0.642415] pci_bus 0000:06: resource 15 [mem 0x000e0000-0x000e3fff]
[    0.642417] pci_bus 0000:06: resource 16 [mem 0x000e4000-0x000e7fff]
[    0.642419] pci_bus 0000:06: resource 17 [mem 0x000e8000-0x000ebfff]
[    0.642421] pci_bus 0000:06: resource 18 [mem 0x000ec000-0x000effff]
[    0.642422] pci_bus 0000:06: resource 19 [mem 0x000f0000-0x000fffff]
[    0.642424] pci_bus 0000:06: resource 20 [mem 0x90000000-0xfeafffff]
[    0.642503] NET: Registered protocol family 2
[    0.642724] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.644408] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.646032] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.646229] TCP: Hash tables configured (established 524288 bind 65536)
[    0.646233] TCP reno registered
[    0.646246] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.646284] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.646449] NET: Registered protocol family 1
[    0.646469] pci 0000:00:02.0: Boot video device
[    0.646518] pci 0000:00:1a.7: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    0.646554] pci 0000:00:1a.7: PCI INT B disabled
[    0.646605] pci 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    0.646633] pci 0000:00:1d.7: PCI INT A disabled
[    0.646854] PCI: CLS 256 bytes, default 64
[    0.646901] Unpacking initramfs...
[    0.880248] Freeing initrd memory: 12008k freed
[    0.882706] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.882716] Placing 64MB software IO TLB between ffff880084784000 - ffff880088784000
[    0.882720] software IO TLB at phys 0x84784000 - 0x88784000
[    0.883343] audit: initializing netlink socket (disabled)
[    0.883355] type=2000 audit(1336822155.724:1): initialized
[    0.910677] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.940698] VFS: Disk quotas dquot_6.5.2
[    0.940736] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.940823] msgmni has been set to 15861
[    0.941010] alg: No test for stdrng (krng)
[    0.941051] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.941056] io scheduler noop registered
[    0.941058] io scheduler deadline registered
[    0.941080] io scheduler cfq registered (default)
[    0.941190] pcieport 0000:00:01.0: setting latency timer to 64
[    0.941218] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.941500] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.941529] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.941532] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.941783] acpiphp: Slot [1] registered
[    0.941908] efifb: dmi detected MacBookPro6,2 - framebuffer at 0x90030000 (1680x1050, stride 8192)
[    0.941930] efifb: probing for efifb
[    0.943856] efifb: framebuffer at 0x90030000, mapped to 0xffffc90001f00000, using 8448k, total 8448k
[    0.943861] efifb: mode is 1680x1050x32, linelength=8192, pages=1
[    0.943863] efifb: scrolling: redraw
[    0.943866] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.949463] Console: switching to colour frame buffer device 210x65
[    0.954955] fb0: EFI VGA frame buffer device
[    0.954987] intel_idle: MWAIT substates: 0x1120
[    0.954988] intel_idle: v0.4 model 0x25
[    0.954989] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.955052] ERST: Table is not found!
[    0.955074] GHES: HEST is not enabled!
[    0.955157] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.167506] Linux agpgart interface v0.103
[    1.167605] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[    1.167773] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.168689] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    1.168893] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xb0000000
[    1.169070] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.169990] i8042: No controller found
[    1.170085] mousedev: PS/2 mouse device common for all mice
[    1.170160] rtc_cmos 00:07: RTC can wake from S4
[    1.170311] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    1.170379] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.170560] cpuidle: using governor ladder
[    1.170791] cpuidle: using governor menu
[    1.171191] TCP cubic registered
[    1.171415] NET: Registered protocol family 10
[    1.172558] Mobile IPv6
[    1.172594] NET: Registered protocol family 17
[    1.172654] Registering the dns_resolver key type
[    1.173162] PM: Checking hibernation image partition /dev/sda7
[    1.173170] PM: Hibernation image not present or could not be loaded.
[    1.173190] registered taskstats version 1
[    1.191757] rtc_cmos 00:07: setting system clock to 2012-05-12 11:29:16 UTC (1336822156)
[    1.191984] Initializing network drop monitor service
[    1.194492] Freeing unused kernel memory: 568k freed
[    1.194744] Write protecting the kernel read-only data: 6144k
[    1.199953] Freeing unused kernel memory: 676k freed
[    1.205173] Freeing unused kernel memory: 668k freed
[    1.231106] udevd[60]: starting version 175
[    1.260965] usbcore: registered new interface driver usbfs
[    1.261047] usbcore: registered new interface driver hub
[    1.261229] SCSI subsystem initialized
[    1.264952] firewire_ohci 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.265025] firewire_ohci 0000:04:00.0: setting latency timer to 64
[    1.267940] usbcore: registered new device driver usb
[    1.268380] tg3.c:v3.121 (November 2, 2011)
[    1.268597] tg3 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.268662] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.268672] tg3 0000:02:00.0: setting latency timer to 64
[    1.268736] ehci_hcd 0000:00:1a.7: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    1.271054] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    1.271060] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    1.275233] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.277506] ehci_hcd 0000:00:1a.7: debug port 2
[    1.283737] ehci_hcd 0000:00:1a.7: cache line size of 256 is not supported
[    1.284636] libata version 3.00 loaded.
[    1.294727] ehci_hcd 0000:00:1a.7: irq 21, io mem 0xc1d05c00
[    1.303486] uhci_hcd: USB Universal Host Controller Interface driver
[    1.310916] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.312945] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.314951] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.316738] usb usb1: Product: EHCI Host Controller
[    1.318410] usb usb1: Manufacturer: Linux 3.2.0-2-amd64 ehci_hcd
[    1.320126] usb usb1: SerialNumber: 0000:00:1a.7
[    1.320317] firewire_ohci 0000:04:00.0: irq 41 for MSI/MSI-X
[    1.320385] firewire_ohci: Added fw-ohci device 0000:04:00.0, OHCI v1.10, 8 IR + 8 IT contexts, quirks 0x0
[    1.324967] hub 1-0:1.0: USB hub found
[    1.326935] hub 1-0:1.0: 6 ports detected
[    1.328775] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.330574] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    1.330578] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    1.332334] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.334106] ehci_hcd 0000:00:1d.7: debug port 2
[    1.339757] ehci_hcd 0000:00:1d.7: cache line size of 256 is not supported
[    1.339795] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xc1d05800
[    1.354892] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.356619] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.358333] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.360074] usb usb2: Product: EHCI Host Controller
[    1.361783] usb usb2: Manufacturer: Linux 3.2.0-2-amd64 ehci_hcd
[    1.363519] usb usb2: SerialNumber: 0000:00:1d.7
[    1.365320] hub 2-0:1.0: USB hub found
[    1.367042] hub 2-0:1.0: 8 ports detected
[    1.368829] ahci 0000:00:1f.2: version 3.0
[    1.368850] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.370755] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
[    1.370903] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    1.372625] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
[    1.374347] ahci 0000:00:1f.2: setting latency timer to 64
[    1.379251] scsi0 : ahci
[    1.380997] tg3 0000:02:00.0: eth0: Tigon3 [partno(BCM95764m) rev 5784100] (PCI Express) MAC address 10:9a:dd:4e:c2:a3
[    1.382797] tg3 0000:02:00.0: eth0: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[    1.382882] scsi1 : ahci
[    1.382973] scsi2 : ahci
[    1.383061] scsi3 : ahci
[    1.383188] ata1: SATA max UDMA/133 abar m2048@0xc1d05000 port 0xc1d05100 irq 42
[    1.383191] ata2: SATA max UDMA/133 abar m2048@0xc1d05000 port 0xc1d05180 irq 42
[    1.383192] ata3: DUMMY
[    1.383193] ata4: DUMMY
[    1.383229] uhci_hcd 0000:00:1a.0: Found HC with no IRQ.  Check BIOS/PCI 0000:00:1a.0 setup!
[    1.383236] uhci_hcd 0000:00:1a.0: init 0000:00:1a.0 fail, -19
[    1.383249] uhci_hcd 0000:00:1d.0: Found HC with no IRQ.  Check BIOS/PCI 0000:00:1d.0 setup!
[    1.383253] uhci_hcd 0000:00:1d.0: init 0000:00:1d.0 fail, -19
[    1.403031] tg3 0000:02:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    1.404758] tg3 0000:02:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    1.638434] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    1.702349] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.704265] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.706211] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.708935] ata2.00: ATAPI: MATSHITADVD-R   UJ-898, HC10, max UDMA/100
[    1.711279] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.714961] ata2.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.718228] ata2.00: configured for UDMA/100
[    1.770622] usb 1-1: New USB device found, idVendor=0424, idProduct=2514
[    1.772415] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.774552] hub 1-1:1.0: USB hub found
[    1.776711] hub 1-1:1.0: 4 ports detected
[    1.822348] firewire_core: created device fw0: GUID 70cd60fffe0c17de, S800
[    1.825514] firewire_core: phy config: card 0, new root=ffc0, gap_count=63
[    1.878034] Refined TSC clocksource calibration: 2394.139 MHz.
[    1.881185] Switching to clocksource tsc
[    1.890054] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    2.022195] usb 2-1: New USB device found, idVendor=0424, idProduct=2514
[    2.025335] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.029345] hub 2-1:1.0: USB hub found
[    2.031312] hub 2-1:1.0: 3 ports detected
[    2.105823] usb 1-1.1: new full-speed USB device number 3 using ehci_hcd
[    2.216030] usb 1-1.1: New USB device found, idVendor=0a5c, idProduct=4500
[    2.217851] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.219587] usb 1-1.1: Product: BRCM2070 Hub
[    2.221306] usb 1-1.1: Manufacturer: Apple Inc.
[    2.223409] hub 1-1.1:1.0: USB hub found
[    2.225508] hub 1-1.1:1.0: 3 ports detected
[    2.225885] ata1.00: ATA-8: ST9320325ASG, 0008APM2, max UDMA/133
[    2.225890] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.228068] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    2.239012] ata1.00: configured for UDMA/133
[    2.241158] scsi 0:0:0:0: Direct-Access     ATA      ST9320325ASG     0008 PQ: 0 ANSI: 5
[    2.246226] scsi 1:0:0:0: CD-ROM            MATSHITA DVD-R   UJ-898   HC10 PQ: 0 ANSI: 5
[    2.251986] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    2.253882] sd 0:0:0:0: [sda] Write Protect is off
[    2.254677] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    2.254679] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.254801] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.261214] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.261273] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.329488] usb 1-1.2: new full-speed USB device number 4 using ehci_hcd
[    2.329598]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9
[    2.334925] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.451227] usb 1-1.2: New USB device found, idVendor=05ac, idProduct=0237
[    2.453090] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.454841] usb 1-1.2: Product: Apple Internal Keyboard / Trackpad
[    2.456643] usb 1-1.2: Manufacturer: Apple Inc.
[    2.464307] usbcore: registered new interface driver usbhid
[    2.467389] usbhid: USB HID core driver
[    2.476371] input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.0/input/input0
[    2.478334] apple 0003:05AC:0237.0001: input,hidraw0: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1a.7-1.2/input0
[    2.537091] usb 1-1.3: new high-speed USB device number 5 using ehci_hcd
[    2.638534] usb 1-1.3: New USB device found, idVendor=05ac, idProduct=8403
[    2.642179] usb 1-1.3: New USB device strings: Mfr=3, Product=4, SerialNumber=2
[    2.645852] usb 1-1.3: Product: Card Reader
[    2.649535] usb 1-1.3: Manufacturer: Apple
[    2.653175] usb 1-1.3: SerialNumber: 000000009833
[    2.660588] usbcore: registered new interface driver uas
[    2.665695] Initializing USB Mass Storage driver...
[    2.669681] scsi4 : usb-storage 1-1.3:1.0
[    2.672066] usbcore: registered new interface driver usb-storage
[    2.675270] USB Mass Storage support registered.
[    2.744731] usb 2-1.1: new high-speed USB device number 3 using ehci_hcd
[    2.850616] usb 2-1.1: New USB device found, idVendor=05ac, idProduct=8507
[    2.852453] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.854203] usb 2-1.1: Product: Built-in iSight
[    2.855964] usb 2-1.1: Manufacturer: Apple Inc.
[    2.857687] usb 2-1.1: SerialNumber: 8JAB82H0WDCLKA00
[    2.932478] usb 2-1.2: new low-speed USB device number 4 using ehci_hcd
[    2.970871] apple 0003:05AC:0237.0002: hidraw1: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1a.7-1.2/input1
[    3.034374] usb 2-1.2: New USB device found, idVendor=05ac, idProduct=8242
[    3.036273] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.038095] usb 2-1.2: Product: IR Receiver
[    3.039899] usb 2-1.2: Manufacturer: Apple Computer, Inc.
[    3.047929] apple 0003:05AC:8242.0003: hiddev0,hidraw2: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.7-1.2/input0
[    3.124104] usb 1-1.1.1: new full-speed USB device number 6 using ehci_hcd
[    3.222947] usb 1-1.1.1: New USB device found, idVendor=05ac, idProduct=820a
[    3.224930] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.229281] input: HID 05ac:820a as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/input/input1
[    3.231533] generic-usb 0003:05AC:820A.0004: input,hidraw3: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:1a.7-1.1.1/input0
[    3.303823] usb 1-1.1.2: new full-speed USB device number 7 using ehci_hcd
[    3.398646] usb 1-1.1.2: New USB device found, idVendor=05ac, idProduct=820b
[    3.402756] usb 1-1.1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.409396] input: HID 05ac:820b as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/input/input2
[    3.413041] generic-usb 0003:05AC:820B.0005: input,hidraw4: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:1a.7-1.1.2/input0
[    3.487521] usb 1-1.1.3: new full-speed USB device number 8 using ehci_hcd
[    3.587634] usb 1-1.1.3: New USB device found, idVendor=05ac, idProduct=8218
[    3.591538] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.595793] usb 1-1.1.3: Product: Bluetooth USB Host Controller
[    3.600055] usb 1-1.1.3: Manufacturer: Apple Inc.
[    3.669284] scsi 4:0:0:0: Direct-Access     APPLE    SD Card Reader   1.00 PQ: 0 ANSI: 0
[    3.674697] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[    3.831718] PM: Starting manual resume from disk
[    3.833777] PM: Hibernation image partition 8:7 present
[    3.833778] PM: Looking for hibernation image.
[    3.834176] PM: Image not found (code -22)
[    3.834180] PM: Hibernation image not present or could not be loaded.
[    3.840568] PM: Marking nosave pages: 000000000008e000 - 0000000000090000
[    3.840571] PM: Marking nosave pages: 00000000000a0000 - 0000000000100000
[    3.840574] PM: Marking nosave pages: 000000008b673000 - 000000008b6ef000
[    3.840577] PM: Marking nosave pages: 000000008b6f5000 - 000000008b70f000
[    3.840579] PM: Marking nosave pages: 000000008b737000 - 000000008b75f000
[    3.840580] PM: Marking nosave pages: 000000008b785000 - 000000008b7af000
[    3.840582] PM: Marking nosave pages: 000000008b7f6000 - 0000000100000000
[    3.842370] PM: Basic memory bitmaps created
[    3.903125] PM: Basic memory bitmaps freed
[    4.097302] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    6.446518] udevd[343]: starting version 175
[    7.301253] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    7.313527] ACPI: AC Adapter [ADP1] (off-line)
[    7.316479] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4
[    7.319219] ACPI: Lid Switch [LID0]
[    7.321885] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
[    7.324414] ACPI: Power Button [PWRB]
[    7.327242] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input6
[    7.329979] ACPI: Sleep Button [SLPB]
[    7.332822] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[    7.335378] ACPI: Power Button [PWRF]
[    7.370906] applesmc: B0AC*\xfffffff1`c\x02\xffffff88\xffffffff\xffffffff\x17: read arg fail
[    7.459650] i801_smbus 0000:00:1f.3: enabling device (0000 -> 0003)
[    7.462227] i801_smbus 0000:00:1f.3: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[    7.464695] ACPI: resource 0000:00:1f.3 [io  0xefa0-0xefbf] conflicts with ACPI region SMBI [io 0xefa0-0xefaf]
[    7.467183] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.495213] iTCO_vendor_support: vendor-support=0
[    7.554504] applesmc: key=358 fan=2 temp=18 acc=1 lux=2 kbd=1
[    7.556532] applesmc: init_smcreg() took 50 ms
[    7.583091] intel ips 0000:00:1f.6: CPU TDP doesn't match expected value (found 25, expected 29)
[    7.585381] intel ips 0000:00:1f.6: enabling device (0000 -> 0002)
[    7.587828] intel ips 0000:00:1f.6: failed to get i915 symbols, graphics turbo disabled
[    7.590333] intel ips 0000:00:1f.6: request irq failed, aborting
[    7.592382] intel ips: probe of 0000:00:1f.6 failed with error -16
[    7.599433] input: applesmc as /devices/platform/applesmc.768/input/input8
[    7.602182] Registered led device: smc::kbd_backlight
[    7.614070] ACPI: Battery Slot [BAT0] (battery present)
[    7.647161] [drm] Initialized drm 1.1.0 20060810
[    7.696995] lib80211: common routines for IEEE802.11 drivers
[    7.698852] lib80211_crypt: registered algorithm 'NULL'
[    7.715317] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    7.717273] i915 0000:00:02.0: setting latency timer to 64
[    7.770172] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[    7.773566] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[    7.773797] i915 0000:00:02.0: irq 43 for MSI/MSI-X
[    7.773802] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    7.773803] [drm] Driver supports precise vblank timestamp query.
[    7.773816] i915 0000:00:02.0: Invalid ROM contents
[    7.773818] [drm:intel_parse_bios] *ERROR* VBT signature missing
[    7.773819] [drm] failed to find VBIOS tables
[    7.773864] [drm:intel_dsm_pci_probe] *ERROR* failed to get supported _DSM functions
[    7.773892] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    7.835131] fixme: max PWM is zero.
[    7.915200] parse error at position 4 in video mode 'efifb'
[    7.917293] parse error at position 4 in video mode 'efifb'
[    7.919306] parse error at position 4 in video mode 'efifb'
[    7.921209] parse error at position 4 in video mode 'efifb'
[    8.407758] checking generic (90030000 840000) vs hw (b0000000 10000000)
[    8.407886] fbcon: inteldrmfb (fb1) is primary device
[    8.409756] fbcon: Remapping primary device, fb1, to tty 1-63
[    8.412058] [drm] Changing LVDS panel from (+hsync, +vsync) to (-hsync, -vsync)
[    8.417397] wl: module license 'MIXED/Proprietary' taints kernel.
[    8.417401] Disabling lock debugging due to kernel taint
[    8.423234] wl 0000:03:00.0: enabling device (0000 -> 0002)
[    8.423255] wl 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    8.423264] wl 0000:03:00.0: setting latency timer to 64
[    8.620235] lib80211_crypt: registered algorithm 'TKIP'
[    8.620516] wlan0: Broadcom BCM4353 802.11 Hybrid Wireless Controller 5.100.82.112
[    8.976900] input: bcm5974 as /devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.2/1-1.2:1.2/input/input9
[    8.977033] usbcore: registered new interface driver bcm5974
[    9.020491] Linux media interface: v0.10
[    9.069846] Linux video capture interface: v2.00
[    9.089256] uvcvideo: Found UVC 1.00 device Built-in iSight (05ac:8507)
[    9.094145] input: Built-in iSight as /devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1:1.0/input/input10
[    9.094250] usbcore: registered new interface driver uvcvideo
[    9.094251] USB Video Class driver (1.1.1)
[    9.190074] Bluetooth: Core ver 2.16
[    9.190100] NET: Registered protocol family 31
[    9.190102] Bluetooth: HCI device and connection manager initialized
[    9.190104] Bluetooth: HCI socket layer initialized
[    9.190106] Bluetooth: L2CAP socket layer initialized
[    9.190114] Bluetooth: SCO socket layer initialized
[    9.217277] Bluetooth: Generic Bluetooth USB driver ver 0.6
[    9.217487] usbcore: registered new interface driver btusb
[    9.226264] usb 1-1.1.1: USB disconnect, device number 6
[    9.509481] fb1: inteldrmfb frame buffer device
[    9.511360] drm: registered panic notifier
[    9.514206] acpi device:06: registered as cooling_device4
[    9.516243] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input11
[    9.518358] ACPI: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
[    9.520386] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    9.522391] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    9.524483] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    9.527198] snd_hda_intel 0000:00:1b.0: irq 44 for MSI/MSI-X
[    9.527231] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[    9.661700] usb 1-1.1.2: USB disconnect, device number 7
[   12.183900] Adding 11718744k swap on /dev/sda7.  Priority:-1 extents:1 across:11718744k 
[   12.210104] EXT4-fs (sda6): re-mounted. Opts: (null)
[   12.671549] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro
[   12.789229] loop: module loaded
[   76.085452] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[   76.212671] EXT4-fs (sda9): warning: maximal mount count reached, running e2fsck is recommended
[   76.215582] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: user_xattr
[   77.271499] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[   77.667839] RPC: Registered named UNIX socket transport module.
[   77.669953] RPC: Registered udp transport module.
[   77.672059] RPC: Registered tcp transport module.
[   77.674145] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   77.740446] FS-Cache: Loaded
[   77.783502] FS-Cache: Netfs 'nfs' registered for caching
[   77.810584] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
[   80.104012] fuse init (API version 7.17)
[   84.303870] tg3 0000:02:00.0: irq 45 for MSI/MSI-X
[   85.084296] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   87.489552] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input12
[   91.744104] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   91.744108] Bluetooth: BNEP filters: protocol multicast
[   91.778670] Bluetooth: RFCOMM TTY layer initialized
[   91.778684] Bluetooth: RFCOMM socket layer initialized
[   91.778688] Bluetooth: RFCOMM ver 1.11

References